/*
Theme Name: Child
Description:
Template: father
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

html {
	-webkit-font-smoothing: antialiased
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
}

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

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

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

select {
    padding: 6px 10px;
    border-color: #D8D8D8;
    width: 100%;
}

input, textarea, select {
    padding: 8px 12px;
    font-size: 14px;
    color: #444;
    border: 1px solid #E4E4E4;
    font-family: inherit;
}

:focus {
	outline: 0
}

img,
video,
object {
	max-width: 100%;
}

iframe {
	max-width: 100%
}

blockquote {
	font-weight: normal;
	padding: 0 10px 20px 27px;
	position: relative;
	margin-top: 25px;
}

blockquote:after {
	font-family: FontAwesome;
	position: absolute;
	content: "\f10d";
	font-size: 20px;
	width: 50px;
	top: 0;
	left: 0;
}

blockquote p {
	margin-bottom: 10px
}

strong,
b {
	font-weight: bold
}

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

small {
	font-size: 100%
}

figure {
	margin: 10px 0
}

code,
pre {
	font-weight: normal;
	font-style: normal;
}

code {
	padding: 0 8px;
	line-height: 1.5;
}

pre code {
	padding: 0
}

mark {
	padding: 1px 6px;
	margin: 0 2px;
	color: black;
	background: #FFF7A8;
}

address {
	margin: 10px 0;
	font-style: italic;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

#gallery-1 img {
	border: 0 !important
}

.wp-caption-text {
	margin-bottom: 0
}

dt {
	float: left;
	clear: left;
	width: 100px;
	text-align: right;
	font-weight: bold;
}

dd {
	margin: 0 0 0 110px;
	padding: 0 0 0.5em 0;
	overflow: hidden;
}


.hide{display:none;}

.show{display:block;}

/* =WordPress Core-------------------------------------------------------------- */
/*-[ Framework ]--------------------*/
#page .wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 100%;
	padding: 0;
	width: auto;
}

.fullstretched #page,
.fullstretched .container {
	background: transparent;
	box-shadow: none;
	max-width: 96%;
	width: 100%;
}

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

.aligncenter,
div.aligncenter {
	margin: 20px auto
}

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

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

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

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

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

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

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

.wp-caption.alignnone {
	margin: 0;
	margin-bottom: 15px;
	max-width: 100%;
}

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

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

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	line-height: 17px;
	margin: 0;
	padding: 0 4px 0;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

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

/*-[ Framework ]--------------------*/
body {
	font: 14px/1.5 Noto Sans, sans-serif;
	color: #555;
	background-color: #EBEBEB;
	overflow-x: hidden;
}

body {
    font-family: 'Arimo';
    font-weight: normal;
    font-size: 17px;
    color: #222222;
    line-height: 27px;
}

@media(max-width: 768px) {
body, #sidebar .widget, #secondary-navigation a {
    font-size: 15px !important;
    line-height: 23px !important;
}
}

::-moz-selection {
	background: #222;
	color: white;
	text-shadow: none;
}

::selection {
	background: #222;
	color: white;
	text-shadow: none;
}

#page,
.container {
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

@media screen and (max-width:1152px) {
    #page, .container { max-width: 96% }
    img, video, object{ height:auto!important; }
}

.post-single-content h1,
.post-single-content h2,
.post-single-content h3,
.post-single-content h4,
.post-single-content h5,
.post-single-content h6 {

}

.thecontent h2 {
    font-size: 20px;
    margin-top: 10px;
    font-weight: 700!important;
    line-height: 1.4;
    margin-bottom: 10px;
    letter-spacing: unset;
}


.thecontent h3 {
    font-size: 18px;
    margin-top: 30px;
    font-weight: 700!important;
    line-height: 33px;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}


.thecontent h4 {
    font-size: 16px;
    margin-top: 30px;
    font-weight: 700!important;
    line-height: 33px;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}


.thecontent h5 {
    font-size: 15px;
    margin-top: 30px;
    font-weight: 700!important;
    line-height: 33px;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}

.thecontent h2, .thecontent h3, .thecontent h4, .thecontent h5, .thecontent h6 {
    background: url(https://www.sarvgyan.com/hc/wp-content/themes/sarvgyan/img/smalldot.gif) 0 100% repeat-x;
    border: none;
    margin: 25px 0 18px;
    padding: 0 0 4px;
		line-height: 1.4 !important;
}


.thecontent h2:not(.lightweight-accordion h2) {
	padding-left: 15px !important;
	position: relative !important;
}

  
.thecontent h2:not(.lightweight-accordion h2):after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	bottom: 0;
	width: 5px;
}

.thecontent h2:not(.lightweight-accordion h2):after { background: #222; }


h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
	margin-bottom: 12px;
	color: #444;
}

h1 {
	font-size: 28px;
	line-height: 1.4;
}

h2 {
	font-size: 25px;
	line-height: 1.4
}

h3 {
	font-size: 22px;
	line-height: 1.4;
}

h4 {
	font-size: 20px;
	line-height: 1.4;
}

h5 {
	font-size: 18px;
	line-height: 1.4;
}

h6 {
	font-size: 16px;
	line-height: 1.4;
}

.sub-title {
	font-size: 12px
}

p {
	margin-bottom: 15px;
}

a {
	text-decoration: none;
	transition: all 0.25s linear;
}

a:hover {
	color: #0274BE
}

a:link,
a:visited,
a:active {
	text-decoration: none
}


/*-[ Main container ]---------------*/
.main-container {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	clear: both;
	display: block;
	padding: 0;
}

@media screen and (max-width: 865px) {
.main-container {
    position: relative;
    left: 0;
    transition: left 500ms ease;
}
}

#page,
.container {
	max-width: 1100px;
	min-width: 240px;
}

#page {
	min-height: 100px;
	float: none;
	clear: both;
}

.section-bg {
    background: #fbfbfb;
}

.contain {
    text-align: center!important;
		margin: 10px 0 5px;
		box-sizing: border-box;
    box-shadow: 0px 0px 0px 0px rgba(50, 50, 50, 0.1);
	   border-left: 0 !important;
    border-right: 0 !important;
}

@media (max-width: 767px) {
#page, .container {
    width: 100%;
}
footer .container {
    width: 100%;
}
}

.ntsection {
	margin: 40px 0;
}  


.ntsection ul {
	 list-style-type: square;
	margin: 10px 0 10px 30px;
}  

.ntsection ul li {
    padding: 0 0 5px 0;
}

.ntsection ol {
	list-style-type: decimal;
	margin: 10px 0 10px 30px;
}

.ntsection ol li {
    padding: 0 0 5px 0;
}

.ntsection li:last-child {
   margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}


.ntsection h1 {
	font-size: 25px;
	line-height: 1.2;
		font-weight: bold;
		margin-top: 10px;
	margin-bottom: 12px;
	color: #444;
}

.ntsection h2 {
	font-size: 22px;
	line-height: 1.2;
		font-weight: bold;
		margin-top: 10px;
	margin-bottom: 12px;
	color: #444;
}

.ntsection h3 {
	font-size: 20px;
	line-height: 1.2;
		font-weight: bold;
		margin-top: 10px;
	margin-bottom: 12px;
	color: #444;
}

.ntsection h4 {
	font-size: 18px;
	line-height: 1.2;
		font-weight: bold;
		margin-top: 10px;
	margin-bottom: 12px;
	color: #444;
}

.ntsection h5 {
	font-size: 16px;
	line-height: 1.4;
		font-weight: bold;
		margin-top: 10px;
	margin-bottom: 12px;
	color: #444;
}

.ntsection h6 {
	font-size: 15px;
	line-height: 1.4;
		font-weight: bold;
		margin-top: 10px;
	margin-bottom: 12px;
	color: #444;
}

/*-[ Content ]--------------------*/

.article {
    width: 69.20%;
    float: left;
    margin-bottom: 15px;
		background: #fff;
    padding: 0 15px 0 15px;
		border: 1px solid #E7E7E7;
    box-sizing: border-box;
    box-shadow: 0px 0px 0px 0px rgb(50 50 50 / 10%);
}

#content_box {
	float: left;
	width: 100%;
}

#content_box {
    margin: 15px 0 0 0;
    padding: 0;
    border: none;
    background: transparent;
}

.latestPost {
    width: 100%;
    float: none;
    margin-bottom: 10px;
}

.post {
	float: left;
	width: 100%;
}

.single_post {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.single_page {
	padding-top: 0;
}

.post-content {
	margin-bottom: 15px;
	overflow: hidden;
	clear: both;
	float: left;
	width: 100%;
}

.post-single-content {
	clear: both;
	float: left;
	width: 100%;
}

.readMore {
	float: left;
	margin-top: 10px;
}

.frontPost .readMore a {
	color: #000;
	font-size: 12px;
}

.ss-full-width {
	width: 100%;
	max-width:864px !important;
  	margin: 0 auto 30px auto !important;
	padding: 2%;
	  overflow: auto;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.1);
}

.ss-full-width #content_box {
	padding-right: 0;
	padding-left: 0;
}

.post.excerpt {
	clear: both;
	margin-bottom: 30px;
	overflow: hidden;
	padding-bottom: 15px;
	background-color: #fff;
	width: auto;
}

.widget .wp-post-image,
.widget .wpt_thumb_small {
	float: left;
	margin-bottom: 10px;
}

.featured-thumbnail {
	max-width: 100%;
	float: left;
	width: 100%;
}

#featured-thumbnail {
	max-width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
	clear: both;
	margin-bottom: 15px;
}

#featured-thumbnail.schema-widgetfull {
	float: left;
	margin-right: 20px;
}

#featured-thumbnail.schema-widgetfull+.front-view-content {
	width: auto;
	float: none;
}

.featured-thumbnail img {
	margin-bottom: 0;
	width: 100%;
	float: left;
}

.title {
	clear: both
}

.single-title {
	float: left;
	width: 100%;
}

.post-info {
	display: block;
	color: #AAAAAA;
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 20px;
}

header .post-info a {
	color: #777
}

.post-info>span {
	margin-right: 20px
}

@media (max-width: 1024px) {
.article {
    margin: 0 auto;
    margin-bottom: 15px;
}
}

@media (max-width: 767px) {
.article {
    width: 100% !important;
	   padding: 0 10px !important;
}
	#content_box {
    margin-top: 16px;
}
}

.breadcrumbs {
    color: #757575;
    font-size: 12px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.breadcrumbs p {
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    max-width: 411px;
}

.breadcrumbs p>span {
    vertical-align: middle;
}

.breadcrumbs a {
    color: #555;
}

.breadcrumbs .breadcrumb {
    margin: 0;
	   max-width: 411px;
     white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
    vertical-align: middle;
}

.breadcrumb> div {
	padding:0 4px;
	display:inline-block;}

.breadcrumb .root{padding:0 }


/**** SINGLE POST CONTENT ELEMENTS ****/

.post-category a {
    background: #222;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    padding: 7px 10px;
    text-transform: title;
}

.post-category {
		margin: 0 0 13px 0;
}

.post header h1 {
    font-weight: 800;
    font-size: 27px;
    line-height: 1.4;
		color: #222;
}

@media (max-width: 767px) {
.post header h1 {
    font-size: 25px !important;
    line-height: 1. !important;
}
}

.thecomment {
    display: block;
    float: right;
    position: relative;
    line-height: 1;
		font-weight:600;
    margin-top: 6px;
}

.post-info > span {
    margin-right: 10px;
}

.single_post .post-info {
    display: block;
    color: #AAAAAA;
    float: left;
    clear: both;
    width: 100%;
	font-size: 12px;
    margin-bottom: 15px;
}

.postauthor {
    margin: 0;
    padding: 30px 6.8%;
    min-height: 180px;
    background-color: #fff;
    float: left;
    clear: both;
    width: 100%;
    color: #000;
}


.thecontent ul li {
    background: url(https://www.sarvgyan.com/hc/wp-content/themes/sarvgyan-child/img/arrow.png) 0 11px no-repeat;
    list-style: none;
    padding: 6px 0 6px 12px;
}

.thecontent ul {
padding: 0 12px 0 15px;
		margin-bottom:15px;
 list-style-type: square;
}  

.thecontent ol li {
    padding: 0 0 15px 2px;
}

.thecontent li {
    border-bottom: 1px solid #EEE;
}

.thecontent li:last-child {
    border-bottom: unset;
}

.thecontent ol > li > ul > li {
  counter-reset: my-awesome-counter;
	  background: url(https://www.sarvgyan.com/hc/wp-content/themes/sarvgyan-child/img/arrow.png) 40px 11px no-repeat;
padding: 0px 0 2px 50px;
border-bottom: 0 solid #EEE;
}

.thecontent ol li ul ::before {
	content: counter(my-awesome-counter);
display:none;}

.thecontent ol > li > ol {
  counter-reset: my-awesome-counter;
padding: 10px 0 0 20px;
border-bottom: 0 solid #EEE;
}

.thecontent ol li ol ::before {
content:counter(my-awesome-counter);
color:#fff;
font-size:16px;
font-weight:700;
position:absolute;
--size:15px;
left:calc(-1 * var(--size) - 10px);
line-height:var(--size);
width:var(--size);
height:var(--size);
top:0;
transform:rotate(-10deg);
background:#006ddb;
border-radius:50%;
text-align:center;
box-shadow:1px 1px 0 #999;
}


.thecontent ol li {
  list-style: none;
}

.thecontent ol {
  counter-reset: my-awesome-counter;
  list-style: none;
  padding-left: 40px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.thecontent ol li {
  margin: 0 0 0.5rem 0;
  counter-increment: my-awesome-counter;
  position: relative;
}

.thecontent ol li::before {
content:counter(my-awesome-counter);
color:#fff;
font-size:16px;
font-weight:700;
position:absolute;
--size:25px;
left:calc(-1 * var(--size) - 10px);
line-height:var(--size);
width:var(--size);
height:var(--size);
top:0;
transform:rotate(-10deg);
background:#006ddb;
border-radius:50%;
text-align:center;
box-shadow:1px 1px 0 #999;
}



@media screen and (max-width: 782px) {
.content-image {
    max-width: 100% !important;
    margin: 10px auto !important;
		text-align:center;
    clear: both;
}
}
.content-image {
    max-width: 100% !important;
    display: block !important;
    margin: 10px auto !important;
	text-align:center;
    clear: both;
} 

.entry-footer {
    border-top: solid 1px #eee;
    margin-bottom: 20px;
	  margin-top: 15px;
}

@media (max-width: 850px) {
.tagBlock {
    margin: 10px 0 10px 0;
		text-align:left;
    width: 100%;
	} }

@media (min-width: 851px) {
.tagBlock {
    margin: 10px 0 10px 0;
    width: 100%;
		text-align:left;
}
}

.tagBlock .tag-item {
		color: #2d3339;
    text-transform: uppercase;
    font-size: 0.75rem;
    padding: 8px 10px;
    white-space: nowrap;
    border: solid 1px #ddd;
    display: inline-block;
    transition: all 0.3s;
    margin-right: 5px;
		margin-bottom: 5px;
		line-height:1.4;
}

.tagBlock a.tag-link {
    color: #444;
    text-decoration: none;
}

a.btn-more {
    background-color: #fff;
    color: #888;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    height: 40px;
    padding-top: 9px;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ccc;
		display: block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    line-height: 1.5;
}

.button {
    background-color: #2b85ed;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    padding: 12px 16px;
    text-decoration: none;
		display:inline-block;
		color: #fff;
}

.button:hover {
	background-color: #2271b1;
	text-decoration: none !important;
	text-shadow: unset;
	color: #fff !important;
}

/*-[ Share Buttons ]--------------------*/

.tosharing {
	box-sizing: border-box;
	margin: 0 auto;
}

.tosharing a.button {
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	line-height: 1;
	margin: 0;
	text-align: center;
	text-decoration: none
}

.tosharing a.button:hover {
	color: #fff
}

.tosharing .screen-reader-text {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden
}

.tosharing-buttons {
	border-collapse: separate;
	border-spacing: 3px;
	display: table;
	table-layout: fixed
}

.tosharing-buttons .button {
	display: table-cell
}

.tosharing__buttons {
	display: flex;
	flex-wrap: wrap
}

.tosharing__buttons a.button {
	border: 1px solid;
	display: flex;
	justify-content: center;
	align-items: center
}

.tosharing__icon {
	display: inline-block;
	fill: currentColor;
	font-size: 18px;
	height: 1em;
	width: 1em
}

.tosharing__icon+.sss-name {
	margin-left: 8px
}

.tosharing .button.email {
	background-color: rgba(51, 51, 51, .8)
}

.tosharing .button.email:hover {
	background-color: #333
}

.tosharing .button.twitter {
	background-color: rgba(29, 161, 242, .8)
}

.tosharing .button.twitter:hover {
	background-color: #1da1f2
}

.tosharing .button.facebook {
	background-color: rgba(59, 89, 152, .8)
}

.tosharing .button.facebook:hover {
	background-color: #3b5998
}

.tosharing .button.whatsapp {
	background-color: rgba(37, 211, 102, .8)
}

.tosharing .button.whatsapp:hover {
	background-color: #25d366
}

@media print {
	.tosharing {
		display: none
	}
}

.tosharing__buttons a.button {
    padding: 10px;
    flex: 1;
}

/**** TABLE STYLE AND ELEMENT ****/

table {
    border-collapse: collapse;
    margin: 0 0 20px 0;
    width: 100% !important;
	border: 0;
  	overflow-x: auto;
}

table td {
    vertical-align: middle;
    border-style: solid;
    border-color: #DDD;
    border-width: 1px 0px 1px 0px;
    text-align: left;
    padding: 7px;
    font-weight: normal;
    color: #474747;
}

.tbfirst table tr:nth-child(even) td {
    background-color: #f7f7f7 !important;
}

.mytable {
    overflow-x: auto;
	  margin-bottom: 20px;
}

.mytable td {
    vertical-align: middle;
    border-style: solid;
    border-color: #DDD;
    border-width: 1px 0px 1px 0px;
    text-align: left;
    padding: 7px;
    font-weight: normal;
    color: #474747;
}

/*Quotes*/

.wp-block-quote cite a, .wp-block-quote cite a {
		color:#6c7781 !important;
		font-size: 13px !important;
}

.wp-block-table figcaption {
    font-size: 13px !important;
    text-align: center;
		margin-top:-15px !important;
}

blockquote { 
    font-style: normal;
    background: #f1f1f1 !important;
    padding: 15px 25px !important;
    position: relative;
	margin: 15px 0;
}
blockquote p {
    font-style: normal;
    border: none;
    border-radius: 0;
		margin: 0;
		line-height:1.4;
}


/**** RELATED POSTS ***/

.to-related-wrap h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0 10px;
		display:block;
}
.to-related-posts {
		width: 100%;
    max-width: 100%;
    padding: 0 !important;
    position: relative !important;
    text-align: center;
    vertical-align: top !important;
    margin: 0 auto;
    border-style: solid;
    border-width: 0px;
    border-color: ;
    background-color: ;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 100% !important;
    transition: none !important;
    box-sizing: border-box;
}

.to-related-item {
		margin: 0 0.5%;
    border-style: solid none none;
		vertical-align: top;
		background: none repeat scroll 0 0;
    background-color: ;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    zoom: 1;
    display: inline;
    padding: 0 !important;
    width: 49%;
		min-width: 49%;
    max-width: 49%;
    box-sizing: border-box;
    margin: 0 0.5%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    word-wrap: break-word;
	    border-style: solid none none;
    border-color: #e9e9e9;
    border-width: 1px;
		
    vertical-align: middle;
}

.to-related-post {
	  padding: 10px 0;
    min-height: 1px;
    display: flex;
		position: relative;
		width: unset;
    float: none;
    flex-grow: unset;
		margin: 0 0.5%;
		vertical-align: middle;
}

@media screen and (max-width: 500px) {
.to-related-item {
    width: 100% !important;
    margin: 0 !important;
		min-width: inherit !important;
		max-width: 100% !important;
	}
	
	
.to-related-img {
    float: left;
		position: relative;
		width: 30% !important;
    margin-right: 10px;
		padding: 0px;
    text-align: center;
}
}

.to-related-img {
    float: left;
		position: relative;
		width: 37%;
    margin-right: 10px;
		padding: 0px;
    text-align: center;
}

.to-related-post img {
    border: 1px solid #dfdfdf;
    display: inline-block;
    margin: 0 10px 0 0;
   	border-style: solid;
    border-color: #ffffff;
    border-width: 0px;
    width: 100% !important;
    height: auto !important;
    max-width: 492px;
    max-height: 277px;
    box-sizing: border-box;
    display: block;
}

.to-related-post-title {
		width: 60%;
    float: left;
		flex-grow: 1;
		padding-top: 0;
    margin-top: 0;
		text-align: left;
	    vertical-align: middle;

}
.to-related-post-title a {
		display:inline-block;
		color: #222;
    font-size: 15px;
		font-weight:600;
		color: #474747;
				line-height: 1.4 !important;
	    vertical-align: middle;
}

/*-[ Sidebar ]---------------------*/
#sidebar p {
	line-height: 20px
}

.sidebar.c-4-12 {
	float: right;
  max-width: 29.5%;
	width:100%;
}

.fullstretched .sidebar.c-4-12 {
	max-width: 100%;
}

#sidebar .wp-post-image,
footer .wp-post-image {
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 0;
}


#sidebar .widget {
    font-weight: 300;
    font-size: 15px;
    color: #222;
    clear: both;
    width: 100%;
	 padding: 15px !important;
	margin-bottom:15px !important;
}


#sidebar .widget h3 {
    font-size: 18px;
    padding-bottom: 0;
	margin-top: 8px;
    margin-bottom: 5px;
    text-align: center;
    font-weight: 600;
    line-height: 1.2;
    font-weight: 600;
} 

.sidebar .widget {
    margin: 0 0 15px 0;
    padding: 20px;
    background: #fff;
    border: 1px solid #E7E7E7;
}

@media (max-width: 767px) {
	.sidebar.c-4-12 {
     max-width: 100% !important;
	  width:100% !important;
}
}

.widget .title {
	font-weight: bold;
	color: #545E68;
	font-size: 12px;
}

.widget li {
	list-style-type: square;
	margin-left: 17px;
	margin-bottom: 7px;
}

.widget .children {
	margin-top: 7px
}

.widget h3 {
	margin: 0px 0 15px 0
}


#sidebar .widget.widget_search, #sidebar .widget.mts_subscribe_widget, #sidebar .widget.widget_product_search {
    background: #fff !important;
}


.sidebar #sidebar-search {
    background: #fff !important;
}


footer .widget.widget_rss .widget-title a {
	color: #fff
}

.advanced-recent-posts li,
.popular-posts li,
.category-posts li,
.related-posts-widget li,
.author-posts-widget li {
	list-style: none !important;
	margin: 0;
	overflow: hidden;
	transition: all 0.25s linear;
	color: #aaa;
	padding-left: 0;
	background: none;
	margin-bottom: 15px;
	padding-top: 2px;
}

.advanced-recent-posts li:last-child,
.popular-posts li:last-child,
.category-posts li:last-child,
.related-posts-widget li:last-child,
.author-posts-widget li:last-child {
	margin-bottom: 0
}

.advanced-recent-posts p,
.popular-posts p,
.category-posts p,
.related-posts-widget p,
.author-posts-widget p {
	margin: 0;
	font-size: 14px !important;
}

.category-posts a,
.advanced-recent-posts a,
.popular-posts a,
.related-posts-widget a,
.author-posts-widget a {
	display: block
}

.widget .meta,
.widget .post-info {
	font-size: 14px !important;
	overflow: hidden;
}

.widget .post-info {
	clear: none;
	width: auto;
	float: none;
	color: #777;
	margin-bottom: 0;
}

.widget .post-info>span {
	position: relative;
	margin-right: 12px;
}

.widget .post-info>span:before {
	position: absolute;
	content: "";
	background: #777777;
	border-radius: 50%;
	width: 3px;
	height: 3px;
	top: 50%;
	margin-top: -2px;
	right: -10px;
}

.widget .post-info>span:last-child:before {
	display: none
}

.widget .thecomment .comm {
	color: #777 !important
}

#sidebar #sidebar-search {
	background: #222
}

#sidebar #sidebar-search h3,
#sidebar .widget.widget_product_search h3,
#sidebar .widget.mts_subscribe_widget h3 {
	color: #fff
}

/* SOCIAL MEDIA ICONS ON WIDGET */

.widget_tosocial_widget .widgetheading p {
	margin-bottom:5px;
	color:#757575;
}

.social-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.social-links a {
    display: flex;
    flex-basis: 25%;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
}

.social-links.color a.facebook svg {
    fill: #3B5998;
}

.social-links.color a.twitter svg {
    fill: #55ACEE;
}

.social-links.color a.youtube svg {
    fill: red;
}

.social-links.color a.pinterest svg {
    fill: #E50022;
}

.social-links.color a.linkedin svg {
    fill: #0077B5;
}

.social-links.color a.email svg {
    fill: #757575;
}


/* SIDEBAR I AM LOOKING STYLE */
.sidebar a.guideicon {
    text-align: center;
    display: inline-block;
    width: 47%;
    color: #222;
    margin: 25px 0;
		font-size: 14px;
		line-height:1.3;
		font-weight: 600;
}


@media screen and (max-width: 860px) {
.sidebar a.guideicon {
    text-align: center;
    display: inline-block;
    width: 32%;
    color: #222;
    margin: 25px 0;
} }

.sidebar a.starting:before {
    content: "\f19c";
    font-family: fontawesome;
    font-size: 36px;
		font-weight: 400;
    color: #46a5ff;
    text-align: center;
    display: block;
    padding: 0 0 15px 5px;
    line-height: 20px;
}

.sidebar a.speed:before {
    content: "\f19d";
    font-family: fontawesome;
    font-size: 36px;
		font-weight: 400;
    color: #ff6200;
    text-align: center;
    display: block;
    padding: 0 0 15px 5px;
    line-height: 20px;
}


.sidebar a.security:before {
    content: "\f007";
    font-family: fontawesome;
    font-size: 36px;
		font-weight: 400;
    color: #cf0000;
    text-align: center;
    display: block;
    padding: 0 0 15px;
    line-height: 20px;
}

.sidebar a.seo:before {
    content: "\f0b1";
    font-family: fontawesome;
    font-size: 36px;
		font-weight: 400;
    color: #46b000;
    text-align: center;
    display: block;
    padding: 0 0 15px;
    line-height: 20px;
}

.sidebar a.errors:before {
    content: "\f0d6";
    font-family: fontawesome;
    font-size: 36px;
		font-weight: 400;
    color: #a6a6a6;
    text-align: center;
    display: block;
    padding: 0 0 15px;
    line-height: 20px;
}

.sidebar a.store:before {
    content: "\f0ac";
    font-family: fontawesome;
    font-size: 36px;
		font-weight: 400;
    color: #7b36a6;
    text-align: center;
    display: block;
    padding: 0 0 15px;
    line-height: 20px;
}

/* SIDEBAR HEADING */

.sidebar .widgetheading {
    font-size: 17px;
    font-weight: 700;
    padding: 10px 0 0 0;
    text-align: center;
}


.sidebar .widgetheading p {
    font-size: 14px;
    color: #999;
    font-weight: 400;
    padding: 3px 0 0;
}

p.widget-title {
    font-size: 17px;
    padding-bottom: 0px;
	  margin-bottom: 5px;
    text-align: center;
	  font-weight: 600;
    line-height: 1.2;
    font-weight: 600;
}


/* OLD SIDEBAR SOCIAL ICONS */

.sidebar .socialicons {
    padding: 0 0 7px 0;
		text-align:center;
}

.sidebar .fbicon {
    color: #3b5998;
    font-size: 24px;
    margin: 0 18px 0 10px;
}

.sidebar .twittericon {
    color: #55acee;
    font-size: 24px;
    margin: 0 18px 0 0px;
}

.sidebar .yticon {
    color: #b31217;
    font-size: 24px;
    margin: 0 18px 0 0px;
}

.sidebar .linkedinicon {
    color: #0077b5;
    font-size: 24px;
    margin: 0 18px 0 0px;
}

.sidebar .pinteresticon {
    color: #e50022;
    font-size: 24px;
    margin: 0 18px 0 0px;
}

.sidebar .emailicon {
    color: #9a9a9a;
    font-size: 24px;
}


.trending_post_content {
    padding: 1px;
   margin-bottom: 0 !important; 
}

.trending_post_content ul li {
    list-style-type: none;
    padding-bottom: 15px;
    line-height: 1.3;
    border-bottom: solid 1px #ccc;
    width: 100%;
    padding: 10px 0;
}
.trending_post_content ul, .trending_post_content ul li {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
}

.trending_post_content a {
    color:#222 !important;
		font-size:15px;
}




/*-[ Footer ]-------------------*/
footer {
	background: #222;
	margin-top: 30px;
	position: relative;
	overflow: hidden;
	clear: both;
}

.footer-widgets {
	padding: 40px 0 10px 0;
	color: rgba(255, 255, 255, 0.25);
	overflow: hidden;
}

.footer-widgets .f-widget {
	width: 32%;
	margin-right: 2%;
	float: left;
}

.f-widget .widget {
	margin-bottom: 30px;
	float: left;
	width: 100%;
	clear: both;
}

.footer-widgets .f-widget #searchform .fa-search:hover {
	cursor: pointer
}

.f-widget a {
	color: rgba(255, 255, 255, 0.45)
}

.f-widget ul li {
	margin-bottom: 5px
}

.f-widget .top-week li a {
	font-size: 15px
}

.f-widget #s {
	border: 1px solid rgba(255, 255, 255, 0.05)
}

.f-widget #s::-webkit-input-speech-button {
	margin-right: 8px
}

.f-widget #searchform .fa-search {
	background: rgba(255, 255, 255, 0.2);
	color: rgba(255, 255, 255, 0.2);
}

.footer-widgets.widgets-num-3 .f-widget.last {
	margin-right: 0
}

.widgets-num-4 .f-widget {
	width: 22.7%;
	margin-right: 3%;
}

.widgets-num-4 .f-widget.last {
	margin-right: 0
}

.f-widget .ajax-search-results-container {
	background: #1c1c1c;
	color: #a5a5a5;
}

.f-widget .ajax-search-results-container.loading:after {
	background-color: rgba(0, 0, 0, 0.8)
}

.f-widget .ajax-search-results-container a {
	color: #fff
}

.copyrights {
	float: left;
	width: 100%;
	clear: both;
	padding-bottom: 17px;
	padding-top: 20px;
	background: #fff;
}

#copyright-note {
	width: 100%;
	margin: 0 auto;
	clear: both;
	max-width: 100%;
}

.postsby {
	margin-bottom: 25px
}

/*-[ Back To Top ]---------------------------*/
.to-top {
	float: right;
	position: relative;
}

.toplink .fa-angle-double-up {
	font-size: 24px;
	position: absolute;
	right: 0;
	top: 0px;
}

.toplink {
	padding-right: 27px
}

#move-to-top {
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	height: 12px;
	padding: 10px 10px 18px 10px;
	position: fixed;
	right: 15px;
	bottom: 10px;
	transition: all 0.25s linear 0s;
	width: 20px;
	z-index: 25;
	background: #222;
	text-align: center;
	border-radius: 3px;
}

#move-to-top:not(.filling) {
	opacity: 0;
	visibility: hidden;
}

#move-to-top .fa-angle-double-up {
	font-size: 22px
}

hr {  background: #ccc!important; }

/* BELL */

@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  2% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  4% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }

  6% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }

  8% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }

  10% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }

  12% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }

  14% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }

  16% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }

  18% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }

  20% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes ring {
  0% {
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  2% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  4% {
    -webkit-transform: rotate(-18deg);
    -ms-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }

  6% {
    -webkit-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    transform: rotate(18deg);
  }

  8% {
    -webkit-transform: rotate(-22deg);
    -ms-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }

  10% {
    -webkit-transform: rotate(22deg);
    -ms-transform: rotate(22deg);
    transform: rotate(22deg);
  }

  12% {
    -webkit-transform: rotate(-18deg);
    -ms-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }

  14% {
    -webkit-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    transform: rotate(18deg);
  }

  16% {
    -webkit-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }

  18% {
    -webkit-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    transform: rotate(12deg);
  }

  20% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.faa-ring.animated,
.faa-ring.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-ring {
  -webkit-animation: ring 2s ease infinite;
  animation: ring 2s ease infinite;
  transform-origin-x: 50%;
  transform-origin-y: 0px;
  transform-origin-z: initial;
}

/* 1ST TOUCHES */



@media screen and (max-width: 500px) {
	.single #mvp-ad-rel-wrap {
    margin-top: -114px;
}
.single #mvp-content-main {
    max-height: 400px;
	}
	.single #mvp-ad-rel-top {
    display: block;
	}

}

#mvp-ad-rel-wrap {
    float: left;
    margin-bottom: 0;
    position: relative;
    width: 100%;
}

#mvp-content-main {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#mvp-ad-rel-top {
    display: none;
    background-image: linear-gradient(to bottom,rgba(255,255,255,0) 0, rgba(255,255,255,0.9) 50%, rgba(255,255,255,1) 100%);
    padding: 60px 0 40px;
    text-align: center;
}

#mvp-ad-rel-top, #mvp-ad-rel-bot {
    width: 100%;
}

span.mvp-ad-rel-but {
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: .9rem;
    line-height: 1;
    padding: 10px 30px;
    text-transform: uppercase;
}



.no-list {
	list-style: none !important;
}

.simple-skyblue {
	    background: #acf !important;
}


.post {
    padding-top:15px;
}

.country-flag {
    position: relative;
    top: 4px;
    float: right;
    font-size: 11px;
		margin-top: -15px;
}

.country-flag img {
height:16px;
width:16px;	
}

.linktomusic  {
	  padding: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.notice {
    background-color: #FEEFB3;
    color: #9F6000;
    margin: 30px 10px 0 10px;
    text-align: center;
    padding: 15px 30px;
    border: 1px solid #fdda4e;
		font-size:14px;
		line-height:1.3;
}

.bottom-share {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 20px;
}

.bottom-share a {
    color: #fff;
    display: block;
    flex: 0 1 auto;
    text-align: center;
    width: 49%;
    text-transform: uppercase;
    font-size: 10pt;
    padding: 10px 0px;
    transition: all 0.3s;
    text-transform: uppercase;
    font-weight: bold;
}

.bottom-facebook-share {
    background: #3B5998;
}

.bottom-twitter-share {
    background: #55ACEE;
}

@media screen and (max-width: 1010px) {
.share-hide {
    display: none;
}
}

.about-term-text{
    color: #000;
		font-weight:bold;
		font-size:17px;
		padding-bottom:5px;
		border-bottom: 1px solid #ccc;
}


.taxonomy-description p {
    color: #555;
		margin:0;
}

.taxonomy-description {
		margin-bottom:1em;
}


.artist-paginator {
    width: 100%;
    border-bottom: 1px solid #ccc;
    float: left;
    margin-bottom: 11px;
}
.w100per {
    width: 100%;
}
.pull-left {
    float: left;
}
.pull-left {
    float: left !important;
}

.tab-item.tab-active {
    background: #fff;
    color: #ef3e36;
    border: none;
    border-bottom: 5px solid #ef3e36;
    margin-bottom: -1px;
}

.tab-item {
    float: left;
    font-size: 14px;
    font-weight: normal;
    border-bottom: none;
    padding: 0;
    margin: 0 1px 0 0;
    border-radius: 5px 5px 0 0;
    color: #444;
    border-bottom: 5px solid transparent;
    transition: border 0.2s ease-in;
}


.tab-item.tab-active a {
    color: #ef3e36;
}

.tab-item:hover {
    border-bottom-color: #ccc;
}


.tab-item a {
    text-decoration: none;
    padding: 0 10px 0 10px;
    line-height: 36px;
    display: block;
    font-weight: normal;
    font-size: 14px;
    color: #444;
}



/**** THEFT POSTS ***/
.to-theft-wrap h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0 10px;
		display:block;
}
.to-theft-posts {
		width: 100%;
    max-width: 100%;
    padding: 0 !important;
    position: relative !important;
    text-align: center;
    vertical-align: top !important;
    margin: 0 auto;
    border-style: solid;
    border-width: 0px;
    border-color: ;
    background-color: ;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 100% !important;
    transition: none !important;
    box-sizing: border-box;
}

.to-theft-item {
    border-style: solid none none;
		vertical-align: top;
		background: none repeat scroll 0 0;
    background-color: ;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    zoom: 1;
    display: inline;
    padding: 0 !important;
    width: 49%;
		min-width: 49%;
    max-width: 49%;
    box-sizing: border-box;
    margin: 2px 0.5%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    word-wrap: break-word;
	    border-style: solid none none;
    border-color: #e9e9e9;
    border-width: 1px;
		
    vertical-align: middle;
}

.to-theft-post {
	  padding: 10px 0;
		align-items: center;
    min-height: 1px;
    display: flex;
		position: relative;
		width: unset;
    float: none;
    flex-grow: unset;
		margin: 0 0.5%;
		vertical-align: middle;
}

@media screen and (max-width: 500px) {
.to-theft-item {
    width: 100% !important;
    margin: 0 !important;
		min-width: inherit !important;
		max-width: 100% !important;
	}
	
	
.to-theft-img {
    float: left;
		position: relative;
		width: 30% !important;
    margin-right: 10px;
		padding: 0px;
    text-align: center;
}
}

.to-theft-img {
    float: left;
		position: relative;
		width: 25%;
    margin-right: 10px;
		padding: 0px;
    text-align: center;
}

.to-theft-post img {
    border: 1px solid #dfdfdf;
    display: inline-block;
    margin: 0 10px 0 0;
   	border-style: solid;
    border-color: #ffffff;
    border-width: 0px;
    width: 100% !important;
    height: auto !important;
    max-width: 492px;
    max-height: 80px;
		min-height: 70px;
    box-sizing: border-box;
    display: block;
}

.to-theft-post-title {
		width: 75%;
    float: left;
		flex-grow: 1;
		padding-top: 0;
    margin-top: 0;
		text-align: left;
}
.to-theft-post-title a {
		display:inline-block;
		color: #000;
    font-size: 15px;
		font-weight:600;
		line-height: 1.4 !important;
	    vertical-align: middle;
	width:100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#trending-posts-section {
	padding-top:12px;
}

.main.h3 {
    background: #111;
    color: #ffffff;
    display: block;
    padding: 7px 0 5px;
    font-size: 1.1em!important;
    font-weight: 900;
    margin: 20px 0 0;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 767px) {
.main.h3 {
    margin: 20px -20px 0 -20px !important;
}
}

.main.h3 a {
    padding: 0!important;
    outline: 0;
    background: none;
    text-decoration: none!important;
    outline: none;
}
.main.h3 a, .main.h3 span {
		background: inherit;
    width: 33%!important;
    color: #fff!important;
    text-transform: uppercase;
    padding: 0;
    text-decoration: none!important;
    text-align: center;
    outline: 0;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: auto;
}

.main.h3 .active {
    color: #f14c2e!important;
    border-bottom: 5px solid #f14c2e;
}



#jobs-link:before {
    content: "NEW!";
    display: block;
    position: absolute;
    top: -4px;
    right: 5px;
		font-size:6px;
		background:#dd3333;
		color:#fff;
		padding:2px 2px;
		line-height:1;
}

.welcomer-wrap {
	  width: 100%;
    padding: 10px 10px;
		text-align:center;
		margin:0 auto;
}
@media (max-width: 800px) {
.welcomer-wrap {
	  width:100%;
    padding: 10px 5px;
		text-align:center;
		margin:0 auto;
}
}

.welcomer-titles h1 {
    font-family: "TT Commons",Sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 1em;
		text-align:center;
}

.welcomer-des {
		color:#555;
    font-size: 14px;
    line-height: 1.3;
		text-align:center;
}
@media screen and (max-width: 860px) {
.start-here {
	display: none !important;
}
}

.archive-title {
    font-size: 18px;
    color: #fff;
    text-shadow: 1px 2px #333;
    text-align: center;
    font-weight: 700;
    display: inline-block;
    padding: 5px 15px;
		margin-bottom: 25px;
		background: #f16334;
}

.archive-menu {
    color: #fff;
    font-weight:600;
    padding: 20px 0px;
		margin-bottom: 10px;
	border-top: solid 1px #222;
}

.archive-inline>li {
    display: inline-block;
    padding: 0 10px;
    background: transparent;
    border-radius: 2px;
    color: #fff;
    border: solid 1px #222;
    margin-right: 5px;
    margin-bottom: 10px;
}

.archive-inline>li a {
    color: #555;
    font-weight: 700;
    font-size: 14px;
}


.mobile-trending-wrapper {
    padding: 10px 10px;
    margin: 5px 20px;
    background: #fff;
}

.mobile-trending-wrapper .trending-title {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 3px 10px;
    font-size: 1.0em;
    font-weight: 600;
    border-radius: 0px;
    margin-bottom: 3px;
    text-shadow: 2px 1px 3px #000000;
}

.mobile-trending-row {
    margin: 0 -3px;
}

.mobile-trending-wrapper h3 {
    border-bottom: 1px dashed #000;
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 20px 25px;
    font-size: 15px;
    position: relative;
    margin: 0;
    white-space: inherit;
    box-sizing: border-box;
}

.mobile-trending-wrapper h3 a {
    color: #000;
}

.mobile-trending-wrapper h3::after {
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    background: url(https://s889466921.onlinehome.us/wp-content/uploads/2020/04/fireresize.gif);
    position: absolute;
    top: 33%;
    left: 1px;
}

.mobile-trending-wrapper .row:last-child {
    background: #fff;
    margin-right: -4px;
    margin-left: -4px;
    margin-top: -1px;
    position: relative;
}

.mobile-trending-wrapper h4 {
    margin-bottom: 0;
}

.col-12 {
    width: 100%;
}

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

a.more-hottest-posts-btn {
    background: #000;
    padding: 5px 15px;
    display: inline-block;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-top: 10px;
    font-size: 0.8rem;
}

a.more-hottest-posts-btn:before {
    left: -50px;
}
a.more-hottest-posts-btn:before, a.more-hottest-posts-btn:after {
    content: "";
    display: block;
    width: 40px;
    background: #000;
    height: 1px;
    position: absolute;
    top: 16px;
}

a.more-hottest-posts-btn:after {
    right: -50px;
}
a.more-hottest-posts-btn:before, a.more-hottest-posts-btn:after {
    content: "";
    display: block;
    width: 40px;
    background: #000;
    height: 1px;
    position: absolute;
    top: 16px;
}

.list-titlee, span.list-titlee {
    display: block;
    text-align: center;
    background: #006ddb;
    background-image: linear-gradient(-90deg, #006ddb,#043567);
    color: #fff;
    padding: 5px 20px;
    font-size: 18px;
    border-radius: 4px 4px 0 0;
    text-shadow: 2px 1px 3px #000000;
    margin: 0 3px 0px 3px;
    text-transform: uppercase;
    font-weight: 900;
}

.section-title {
    display: block;
    text-align: center;
    background: #006ddb;
    background-image: linear-gradient(-90deg, #006ddb,#043567);
    color: #fff;
		z-index: 1 !important;
    padding: 5px 20px;
    font-size: 18px;
    border-radius: 4px 4px 0 0;
    text-shadow: 2px 1px 3px #000000;
    margin: 0 3px 10px 3px;
    text-transform: uppercase;
    font-weight: 900;
}

@media screen and (max-width: 767px) {
#content_box>.section-title {
    margin: 0 -10px;
}
}

.post-you-may-like h3 {
    display: inline-block;
    background: #f00;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 20px 0 0 0;
    padding: 5px 10px;
}


@media screen and (max-width: 865px) {
.admalic-menu-main {
    display:block !important;
	}}

.third-navigation {
	clear:both;
   background-color: #fff;
}

.admalic-menu-main {
    box-shadow: 0 4px 6px -8px #222;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 3px;
}

.menu-link {
	font-family:Open Sans;
font-size: 16px !important;
font-weight: 900;
padding: 15px;
text-align:center;
	
}
.menu-link a {
color: #333;
   text-transform: lowercase;
}


.ngmenu-inline {
    list-style: none;
    padding-bottom: 3px;
    margin-bottom: 5px !important;
}

.ngmenu-inline>li {
    display: inline-block;
    padding: 2px 15px;
    background: transparent;
    border-radius: 2px;
    color: #fff;
    border: solid 1px #222;
    margin-right: 7px;
    margin-bottom: 1px;
}


.mobile-menu-main li {
    display: inline-block;
    margin: 0;
}

.mobile-menu-main li a {
    margin: 0;
    border: none;
    font-size: 16px;
		font-family:Open Sans;
    border-radius: 0;
    padding: 10px 6px 5px 6px;
    text-transform: capitalize;
    font-weight: 900;
    display: inline-block;
}

.mobile-menu-main li a i {
    display: block;
    padding-bottom: 1px;
    font-size: 20px;
    position: relative;
}

.fa-newspaper:before {
    content: "\f1ea";
}

.song-id3-con .id3-info {
    list-style: none;
    text-align: left;
    padding: 10px 15px;
    border-left: 7px solid #dedede;
}

.song-name h2 {
    font-size: 1.17em!important;
}

.song-id3-con .id3-info .title-text {
    color: #999;
		line-height:1.4;
}


.song-id3-con .id3-info li {
    font-size: 90%;
}

.song-id3-con ul {
    list-style-type: disc;
    margin-left: 30px;
    margin-bottom: 20px;
	 margin-top: 10px;
}

.song-id3-con ul li, ol li {
    margin-top: 2px;
    padding: 2px 0;
		line-height:1.4;
}

.tagzz a {
    display: inline-block;
    background: #fff2ea;
    color: #ff6200;
    border: 1px solid #ff6200;
    margin-right: 10px;
    border-radius: 5px;
    padding: 5px 15px;
    line-height: 1;
    margin-bottom: 10px;
}

.comment-title {
    border-top: solid 2px #006ddb;
	background: none;
    background-image: none !important;
border-radius: 0;
}

.comment-title span {
    color: #000 !important;
    padding: 0;
    position: relative;
    font-weight: 800;
    padding-left: 33px;
}

.comment-title span::after {
    font-family: "FontAwesome";
    display: block;
    height: 20px;
    width: 20px;
    font-size: 22px;
    content: "\f086";
    font-weight: 400;
    position: absolute;
    left: 0;
    top: -4px;
    color: #006ddb;
}

//DOWNLOAD BUTTONS

a.download1 {
    word-wrap: break-word!important;
    white-space: normal!important;
    line-height: 1.7!important;
}

.button1, a.button1 {
    border: 1px solid #c7c7c7;
    border-radius: 1px;
    background-color: #f14c2e;
    color: #fff;
    text-shadow: 0.5px 0 1px #999, 0.5px 0 1px #000;
    padding: 7px 50px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 800;
    margin: 5px 7px;
		line-height:1.4;
}	

.button1, a.button1:hover {
    border: 1px solid #c7c7c7;
    background-color: #d9534f;
    color: #fff !important;
		text-decoration:none !important;
}	

a.download3 {
    word-wrap: break-word!important;
    white-space: normal!important;
    line-height: 1.4!important;
}

.button3, a.button3 {
    border: 1px solid #000;
    border-radius: 1px;
    background-color: transparent;
    color: #000;
    padding: 1px 2px;
    display: inline-block;
    vertical-align: middle;
		font-size:12px;
}	

.buttontitle {
    font-size: 0.50em;
		display: none; 
}

.rve-embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}

.rve-embed-responsive::before{display:block;content:""}.rve-embed-responsive .embed-responsive-item,.rve-embed-responsive embed,.rve-embed-responsive iframe,.rve-embed-responsive object,.rve-embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.rve-embed-responsive-21by9::before{padding-top:42.857143%}.rve-embed-responsive-16by9::before{padding-top:56.25%}.rve-embed-responsive-4by3::before{padding-top:75%}.rve-embed-responsive-1by1::before{padding-top:100%}

.subscribe-button-youtube {
    background-color: #e52d27;
    display: block;
    color: #fff!important;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
    margin-top: 3px;
    margin-bottom: 10px;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 5px;
}

.vid-res {
    position: relative;
    display: block;
		text-align:center;
		margin: 0 auto;
    width: 100%;
    padding: 0;
    overflow: hidden;
		margin:15px 0;
}

.mu-o {
    margin: 20px 0;
}

.mu-o h3 {
    font-size: 20px;
	font-weight:800;
    border-top: 3px solid #000;
    border-bottom: none;
    padding: 7px 10px;
    margin: 30px 0 8px;
}

.mu-o-unit {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.mu-o-unit-c:nth-of-type(even) {
    background-color: #f8f8f8;
}
.mu-o-unit-c {
    background: #fff;
}
.mu-o-unit-c {
    border-bottom: 1px solid #c7c7c7;
}
.mu-o-unit-c {
    position: relative;
}

.mu-o-unit {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.mu-o-unit .mu-o-ind.ind {
    font-size: 14px;
    line-height: 22px;
    color: #6f6f6f;
}
.mu-o-unit .mu-o-ind {
    display: table-cell;
    width: 40px;
    text-align: right;
}
.mu-o-unit>div {
    padding: 7px 7px;
}

.mu-o-unit .mu-o-title {
    font-weight: 700;
    line-height: 22px;
    margin: 0 0 5px;
    word-wrap: break-word;
		line-height:1.2;

}

.mu-o-unit .mu-o-prod {
    font-size: 75%;
    color: #9b9b9b;
		line-height:1.2;
}

.mu-o-unit .mu-o-prod a {
    color: #555;
}

.mu-o-prod {
    color: #3C4043!important;
}

.mu-o-unit .mu-o-act {
    display: table-cell;
    width: 120px;
    vertical-align: middle;
    text-align: center;
}

.mu-o-unit.mu-o-head>div:nth-child(3) {
    border-left: none;
}
.mu-o-unit.mu-o-head>div {
    background: #fff;
    border-bottom: 1px solid #c7c7c7;
    border-top: 1px solid #c7c7c7;
    font-weight: 700;
}

.mu-o-unit-c:hover{background-color:#e8e8e8}



.ft-image {
    margin: 10px;
		text-align:center;
		clear:both;
}

.ft-image img {
    display: block;
    float: none;
    padding: 0 !important;
    max-width: 400px;
    width: 50%;
	 border-radius: 50%;
		margin:0 auto;
		height:350px;
		text-align:center;
}	

.ft-image .cat-wrapper {
    z-index: 1;
    position: absolute;
    bottom: 0;
    background: #006ddb;
    color: #000;
		border-radius:50%;
    font-family: Montserrat;
    line-height: 1;
    padding: 7px 7px;
}

.ft-image a.cat-wrapper  {
    color: #000;
}
.cat-wrapper {
    list-style: none;
}

.ft-image .watermarkimg {
    background: url(https://i0.wp.com/fortainment.com/wp-content/uploads/2020/04/rsz_fortainment_logo_n.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    left: 5px;
    right: 0;
    height: 24px;
    box-sizing: border-box;
    display: block;
}

// ARTISTS PROFILE PAGE

.artist-header {
    margin-top: 10px;
    padding-top: 15px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #E3E3E3;
    font-weight: 700;
    clear: both;
}

.artist-card {
    vertical-align: top;
    position: relative;
    overflow: hidden;
    background: #FFF;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    color: #272727;
    border-radius: 2px;
}
.artist-card {
    width: 22%;
    margin: 1%;
    display: inline-table;
}

.artist-card .image {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.artist-card .image img {
    border-radius: 2px 2px 0 0;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
		min-height:130px;
		max-height:100px;
}

.artist-card a {
    color: #FFF;
    margin-right: 6px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    text-transform: uppercase;
    text-decoration: none;
		font-size: 90%;
    line-height: 80% !important;
}


.artist-card .card-content {
    border-radius: 0 0 2px 2px;
    color: #FFF;
    font-size: 80%;
    background-color: #333;
    text-align: center;
    margin: 0;
    margin-top: -10px;
}
.artist-card .card-content {
    padding: 5px;
    padding-left: 10px;
    font-weight: 700;
}

@media only screen and (max-width: 920px) {
.artist-card {
    width: 30%;
    position: relative;
    left: 6px;
}
}

@media only screen and (max-width: 480px) {
.artist-card {
    width: 47%;
    position: relative;
    left: 6px;
}
}


.artist-category {
    margin-bottom: 20px;
    clear: both;
	  padding-left:15px;
}

.artist-category h3 {
    margin-top: 15px;
}

.artist-category ul {
    padding: 0 2px;
}

.artist-category li {
    display: inline;
    padding: 6px 12px;
    padding-left: 0;
}

.artist-category li a {
    border: 1px #E5554E solid;
    padding: 5px 10px;
		color:#E5554E;
    display: inline-block;
    margin: 8px 2px;
		line-height:1.4;
    border-radius: 3px;
}


.primary-slider-container {
    float: left;
    width: 100%;
    margin-left: 0;
    margin-top: 0;
		margin-bottom:40px;
    max-width: 100%;

}

.primary-slider .slide-title {
    font-weight: 800;
    font-size: 32px;
    margin: 5px 0;
    text-shadow: 2px 2px 2px #000000;
}

img.owl-lazy{
max-height:	300px;
}

@media screen and (max-width: 850px) {
img.owl-lazy{
max-height:	250px;
}
}

@media screen and (max-width: 550px) {
img.owl-lazy{
max-height:	150px;
}
}

.primary-slider {
    margin-bottom: 0;
}



/* SOCIAL MEDIA JOIN GROUP BUTTON */

@media only screen and (max-width: 500px) {
.social-group-button {
    font-size: 14px !important;
    line-height: 1.3 !important;
		margin:5px 0 !important;
		width:100%
}
}

.social-group-button {
    background-color: #1b95e0;
    color: #fff;
    border-radius: 4px;
    font-size: 15px;
    line-height: 1.4;
    padding: 8px 20px;
		margin:0 10px;
    text-decoration: none;
		position: relative;
		display:inline-block;
		width:280px;
}
.social-group-button:hover {
    background-color: #646970;
		color:#fff !important;
		box-shadow: none !important;
		text-decoration: none !important;

}

.facebook-group-button {
    background-color: #3b5998 ;
		color:#fff !important;
}


.telegram-group-button {
    background-color: #229ED9 ;
		color:#fff !important;
}

.tosbadge {
    position: absolute;
		top: 0;
		left: 90%;
		transform: translate(-50%,-50%);
		border: 1px solid #e0e0e0;
		border-color: #fbfbfb;
		border-radius: 0%;
    display: inline-block;
    padding: 1px 5px;
    font-size: 8px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
		opacity: 1;
		background-color: red;
}


@media only screen and (max-width: 950px) {
.toconnect {
    max-width: 700px;
	} }

.toconnect {
    background: #f3f6f8;
    text-align: center;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 3px;
    padding: 16px;
    clear: both;
}

.toconnect p {
	margin: 0 0 10px 0;
	line-height: 1.4;
  color: #646970;

}

@media only screen and (max-width: 500px) {
.toconnect-title {
    font-size: 19px !important;
		margin: 5px 0;
		line-height:1.4;
}
}
.toconnect-title {
    display: inline-block;
    font-size: 22px;
    font-weight: 400;
    color: #333;
		margin: 5px;
		line-height:1.4;
    vertical-align: middle;
		font-family: Recoleta,Georgia,"Times New Roman",Times,serif !important;
    font-weight: 400 !important;
}

.toconnect a.toconnect-button {
    background: #00aadc;
    border-color: #0087be;
    border-style: solid;
    border-width: 1px 1px 2px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    outline: 0;
    overflow: hidden;
    font-weight: 600;
    text-overflow: ellipsis;
    text-decoration: none;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 21px;
    border-radius: 4px;
    padding: 5px 14px 5px;
    -webkit-appearance: none;
    appearance: none;
    text-shadow: none;
}

@media only screen and (max-width: 500px) {
.toconnect a.toconnect-button {
    width: 60%;
    margin: 0;
}
}

.card-trending {
    font-size: .875rem !important;
    line-height: 1.3 !important;
		color: #e40c78 !important;
}

.align-middle {
    vertical-align: middle !important;
}

.card-trending-icon {
    height: 12px;
    width: 12px;
		fill: #e40c78 !important;
}

.lightweight-accordion .lightweight-accordion-title p, .lightweight-accordion .lightweight-accordion-title span, .lightweight-accordion .lightweight-accordion-title h1, .lightweight-accordion .lightweight-accordion-title h2, .lightweight-accordion .lightweight-accordion-title h3, .lightweight-accordion .lightweight-accordion-title h4 {
    display: inline;
    font-size: 16px;
    font-family: inherit;
    font-weight: normal;
		color:#000;
}



/* HEADER */

header {
    float: none;
    width: 100%;
    position: relative;
}

.the-header {
    position: relative;
		display:block;
		background:#000;
}

.head-right {
	float:right;
	padding: 8px 10px 0 0;
}

@media (min-width: 990px) {
.head-right a {
    font-size: 18px !important;
}
}

@media (min-width: 768px) {
.head-right a {
    font-size: 15px !important;
}
}
.head-right a {
	    font-family: Proxima Nova Condensed,Arial Narrow,helvetica,arial,system-ui,sans-serif;
    padding: 3px 7px;;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
    text-transform: uppercase;
    color: #fff;}

.the-header p {
    margin: 0 !important;
}

.the-header .wrap {
    padding: 12px 0;
}

.wrap {
    margin: 0 auto;
}

.wrap:after {
    content: "";
    display: table;
    clear: both;
}




.title-area .site-title a {
    background: url() no-repeat center;
    background-size: contain;
    display: block;
    text-indent: -9999em;
    width: 100%;
    height: 40px;
}

.title-area h2, .title-area h1 {
margin:2px;
	
}

.site-text-logo a {
	font-size:25px;
	font-weight:800;
	color:#fff;
	text-transform:uppercase;
}


@media (min-width:768px) {
	.title-area {
		padding: 0 !important;
		margin-right:20px;

}
}

.title-area {
    float: none;
    width: 150px;
    min-width: 100px;
    padding: 0 0 0 15px;
    text-align: center;
		margin: 0 auto;
}

.title-area a {
    float: left;
}


.header-toggles {
    float: left;
    padding: 0 8px 0 0;
}



.search-toggle, .menu-toggle {
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    outline: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 0;
    text-align: center;
    margin-left: 5px;
		vertical-align:middle;
}

.search-toggle svg, .menu-toggle svg {
    fill: #fff;
}
.search-toggle.active .open, .menu-toggle.active .open {
    display: none;
}

.search-toggle .close, .menu-toggle .close {
    display: none;
}

.search-toggle.active .close, .menu-toggle.active .close {
    display: inline;
}

.nav-menu>* {
	line-height: 0
}

.nav-menu ul {
	clear: both;
	line-height: 1;
	margin: 0;
	width: 100%
}

.nav-menu .menu-item {
	list-style: none;
	position: relative
}

.nav-menu .menu-item>a {
	border: none;
	color: #fff;
	display: block;
	font-size: 15px;
	font-weight: 600;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.6;
	position: relative;
	text-decoration: none
}

.nav-menu .submenu-expand {
	background: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	outline: none;
	cursor: pointer;
	position: absolute;
	line-height: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: auto
}

.nav-menu .submenu-expand svg {
	fill: #fff
}

.search-modal {
  background-color: rgba(0,0,0,0.93);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: flex;
    align-items: center;
}

.search-modal__title {
    font-size: 24px;
    line-height: 1.4;
    text-align: center;
		color:#fff;
}

.search-modal .search-form .search-field {
    background: transparent;
    font-size: 16px;
    border: none;
    padding: 4px;
    outline: none;
    display: block;
    width: 100%;
}



@media (min-width: 768px) {
.search-modal .search-form .search-field {
    font-size: 28px;
    line-height: 48px;
	} 
}



@media (min-width: 768px) {
.search-modal .search-form {
    padding: 26px 26px 26px 290px;
}
}

@media (max-width: 1024px) {
.search-modal .search-form {
    margin: 48px 0;
}
}
.search-modal .search-form {
    background: #fff;
    border: 1px solid #E7E7E7;
    border-radius: 36px;
    padding: 20px 20px 20px 100px;
    margin: 60px 0;
}
.search-form {
    position: relative;
}

@media (min-width: 768px) {
.search-modal .search-form {
    padding: 26px 26px 26px 290px;
}
}

@media (min-width: 768px) {
.search-modal .search-form button {
    left: 242px;
	}}

@media (min-width: 768px) {
.search-modal .search-form button svg {
    width: 28px;
    height: 28px;
}
}

.search-form button span {
    display: none;
}

.search-modal .search-form button {
    right: auto;
    left: 56px;
}
.search-form button {
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    outline: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -22px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.search-modal__popular {
    text-align: center;
    color: #757575;
    margin-bottom: 22px;
}

.search-modal .guideicons {
    max-width: 793px;
    margin: 0 auto;
}

@media (min-width: 768px) {
.search-modal .guideicons a br {
    display: none;
}
}

.guideicons a svg {
    display: block;
    margin: 0 auto 12px;
}

@media (min-width: 768px) {
.search-modal .guideicons a svg {
    display: inline-block;
    vertical-align: text-top;
    margin: 0 12px 0 0;
    width: 17px;
    height: 17px;
}
}

@media (min-width: 768px) {
.search-modal .guideicons a {
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: left;
}
}


.search-modal .guideicons a {
    flex-basis: 33%;
}

.search-modal .guideicons a {
    flex-basis: 33%;
}

.guideicons {
    display: flex;
    flex-wrap: wrap;
}

.guideicons a {
    color: #464646;
    display: block;
    flex-basis: 50%;
    font-size: 15px;
    line-height: 1.4;
    padding: 20px 0;
    text-align: center;
}



.search-modal:not(.active) {
	display: none;
}

.search-modal .wrap {
	width: 100%
}

.search-section {
	background: #fff;
	border: 1px solid #E7E7E7;
	padding: 20px;
	margin: 0;
	height:15%;
}


.search-modal__close {
    border: none;
    box-shadow: none;
    padding: 0px;
    outline: none;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    position: absolute;
    top: -190px;
    left: 22px;
		right: unset;
}
@media (min-width: 768px) {
.search-modal__close {
    top: -220px;
    left: unset;
		right: 22px;
}
}
.search-modal__close svg {
	fill: #757575
}

.search-modal__close:hover svg {
	fill: #FF6200
}

svg.star {
	fill: #FFAC36
}


@media (max-width:768px) {
	body.nav-menu-active {
		height: 100vh;
		overflow: hidden
	}

	body.nav-menu-active .main-header .wrap {
		overflow-y: scroll
	}

	.nav-menu-active .header-socials {
		display: block
	}

	.nav-menu {
		display: none
	}
	
	.menu-item-has-children > a:after {
	display:none;
}

	.nav-menu-active .nav-menu {
		display: block;
		overflow: hidden;
		clear: both;
		padding: 0 15px 0 15px;
	}

	.nav-menu .menu>.menu-item>a {
		border-bottom: 1px solid rgba(255, 255, 255, .1);
		padding: 16px 0;
		font-size: 16px;
		line-height: 30px
	}

	.nav-menu .menu>.menu-item.menu-item-has-children>a {
		padding-right: 30px
	}

	.nav-menu .submenu-expand {
		background: rgba(0, 0, 0, .2);
		border-radius: 50%;
		top: 16px;
		right: 0;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		width: 30px;
		height: 30px
	}

	.nav-menu .submenu-expand svg {
		width: 12px;
		height: 12px
	}

	.nav-menu .submenu-expand.expanded {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	.nav-menu .submenu-expand.expanded+.sub-menu,
	.nav-menu .submenu-expand.expanded+.sub-menu-wrap {
		display: block
	}

	.nav-menu .sub-menu,
	.nav-menu .sub-menu-wrap {
		border-bottom: 1px solid rgba(255, 255, 255, .1);
		display: none;
		padding: 15px 0
	}

	.nav-menu .sub-menu,
	.nav-menu .sub-menu-main ul {
		-webkit-columns: 2;
		-moz-columns: 2;
		columns: 2
	}

	.nav-menu .sub-menu li,
	.nav-menu .sub-menu-main ul li {
		-webkit-column-break-inside: avoid;
		-moz-column-break-inside: avoid;
		break-inside: avoid;
		padding: 6px 0
	}

	.nav-menu .submenu-title {
		color: #9D8C81;
		font-size: 12px;
		font-weight: 600;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		line-height: 18px;
		text-transform: uppercase;
		letter-spacing: .08em;
		margin: 0
	}

	.nav-menu .sub-menu-extra {
		padding-top: 26px
	}

	.nav-menu .sub-menu-extra ul.is-style-arrow li {
		color: #fff;
		padding: 6px 0;
		margin: 0
	}

	.nav-menu .sub-menu-extra ul.is-style-arrow li::before {
		display: none
	}

	.nav-menu .sub-menu-extra ul.is-style-arrow li a {
		color: #fff;
		font-weight: 600;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale
	}

	.nav-menu .sub-menu-extra ul.is-style-arrow li a strong {
		margin-bottom: 0
	}

	.mobile-left-align.has-text-align-center,
	.mobile-left-align.has-text-align-right {
		text-align: left
	}

	.mobile-hide {
		display: none
	}

	.search-modal .search-form {
		margin: 0;
	}
}

@media (min-width:768px) {
	@supports (display:flex) {
		.the-header .wrap {
			display: flex;
			justify-content: space-between
		}

		.the-header .wrap .header-toggles {
			order: 4;
		}
		
		.title-area {
    float: left;
    margin: 0;
}
		
		.the-header .head-right {
			order:3;
		}

		.the-header .wrap::after {
			display: none
		}
	}

	.menu-toggle {
		display: none
	}

	.nav-menu .menu {
		display: inline-block;
		width: auto
	}

	.nav-menu .menu>.menu-item {
		position: static
	}

	.nav-menu .menu>.menu-item.socials {
		display: none
	}

	.nav-menu .menu>.menu-item>a {
		padding: 10px 16px
	}

	.nav-menu .menu>.menu-item .submenu-expand {
		display: none
	}

	.nav-menu .menu>.menu-item.menu-item-has-children>a {
		padding-right: 32px;
		background: url(../../../themes/wpbv6/assets/icons/color/chevron-down-white.svg) no-repeat right 14px center;
		background-size: 10px
	}

	.nav-menu .menu>.menu-item.menu-item-has-children:hover>a::after {
		content: '';
		display: block;
		position: absolute;
		bottom: -13px;
		left: 50%;
		margin-left: -12px;
		width: 16px;
		height: 16px;
		background: #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		z-index: 100
	}

	.nav-menu .menu>.menu-item.grey.menu-item-has-children:hover>a::after {
		background: #FAFAFA
	}

	.nav-menu .menu-item {
		float: left
	}

	.nav-menu .menu-item:hover>.sub-menu {
		left: auto;
		opacity: 1;
		margin-left: -30px
	}

	.nav-menu .menu-item:hover>.sub-menu-wrap {
		left: 50%;
		opacity: 1;
		margin-left: -350px
	}

	.nav-menu .menu-item:focus-within>.sub-menu {
		left: auto;
		opacity: 1;
		margin-left: -30px
	}

	.nav-menu .menu-item:focus-within>.sub-menu-wrap {
		left: 50%;
		opacity: 1;
		margin-left: -350px
	}

	.nav-menu .sub-menu-wrap,
	.nav-menu .sub-menu {
		background: #fff;
		border: 1px solid #E7E7E7;
		border-radius: 5px;
		box-shadow: 0 20px 40px rgba(0, 0, 0, .1);
		left: -9999px;
		opacity: 0;
		position: absolute;
		z-index: 9999999
	}

	.nav-menu .sub-menu-wrap .menu-item,
	.nav-menu .sub-menu .menu-item {
		float: none
	}

	.nav-menu .sub-menu-wrap .menu-item:not(:last-child),
	.nav-menu .sub-menu .menu-item:not(:last-child) {
		margin-bottom: 12px
	}

	.nav-menu .sub-menu-wrap .menu-item a,
	.nav-menu .sub-menu .menu-item a {
		color: #464646
	}

	.nav-menu .sub-menu-wrap .menu-item:hover>a,
	.nav-menu .sub-menu .menu-item:hover>a {
		color: #FF6200
	}

	.nav-menu .sub-menu-wrap {
		width: 700px;
		display: flex;
		flex-wrap: nowrap
	}

	.nav-menu .sub-menu-main {
		padding: 30px;
		width: 42%
	}

	.nav-menu .sub-menu-extra {
		padding: 30px;
		background: #FAFAFA;
		width: 58%
	}

	.nav-menu .sub-menu-extra ul,
	.nav-menu .sub-menu-extra ol {
		padding-left: 24px
	}

	.nav-menu .submenu-title {
		color: #757575;
		font-size: 12px;
		font-weight: 600;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		line-height: 18px;
		letter-spacing: .08em;
		text-transform: uppercase
	}

	.nav-menu .sub-menu {
		padding: 15px;
		width: 200px;
	}

	.nav-menu .two-col>.sub-menu {
		width: 482px;
		-webkit-columns: 2;
		-moz-columns: 2;
		columns: 2
	}

	.nav-menu .two-col>.sub-menu li {
		-webkit-column-break-inside: avoid;
		-moz-column-break-inside: avoid;
		break-inside: avoid
	}

	.nav-menu .two-col>.sub-menu-wrap {
		width: 843px
	}

	.nav-menu .two-col>.sub-menu-wrap .sub-menu-main {
		width: 51.6014234875%
	}

	.nav-menu .two-col>.sub-menu-wrap .sub-menu-main ul {
		-webkit-columns: 2;
		-moz-columns: 2;
		columns: 2
	}

	.nav-menu .two-col>.sub-menu-wrap .sub-menu-main ul li {
		-webkit-column-break-inside: avoid;
		-moz-column-break-inside: avoid;
		break-inside: avoid
	}

	.nav-menu .two-col>.sub-menu-wrap .sub-menu-extra {
		width: 48.3985765125%
	}
}



@media (max-width: 669px) {
#site-navigation .menu-item .sub-menu .menu-item a {
		color: #333;
		    border-bottom: unset !important;

}
}

@media (max-width: 669px) {
#site-navigation .menu-item .sub-menu {
		background: #F9F9FB;
		padding:15px;
}
}





/*POST LISTS BREAK*/

span.list-titlee {
    display: block;
    text-align: center;
    background: #006ddb;
    color: #fff;
    padding: 10px 10px;
    font-size: 17px;
    border-radius: 1px;
    text-shadow: 2px 1px 3px #000000;
    margin: 0 3px 0px 3px;
    text-transform: uppercase;
    font-weight: 700;
}

.latestPost li {
    background: #fff;
    display: flex;
    clear: both;
    align-items: normal;
    margin: -5px 0;
    border-bottom: 1px solid #ccc !important;
    border-top: 1px solid #ccc !important;
    position: relative;
	padding: 10px 0;
}

.category_list header a, .category_list header h2 {
    padding: 0 2px 0 0;
    color: #000000;
    font-weight: 700;
    font-size: 17px !important;
    line-height: 1.4 !important;
		text-align: left;
		margin-bottom: 1px;

}

 .category_list .cat-post-text {
    padding: 0 0 0 15px;
    margin: auto;
    flex-direction: column;
    justify-content: center;
    height: auto;
    flex: 5;
    resize: vertical;
    text-align: left;
}



.category_list .cat-post-thumb {
    background-size: cover;
    background-position: center;
    float: left;
    margin: 0px;
    width: 170px;
    height: 100px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}


.postsby {
    font-size: 18px;
    color: #fff;
    text-shadow: 1px 1px #333;
    text-align: center;
    font-weight: 700;
    display: inline-block;
    padding: 5px 15px;
		margin-bottom: 20px;
}

.label {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.label, .badge {
    display: inline-block;
    padding: 2px 5px;
    font-size: 13px;
		font-weight:600;
    line-height: 14px;
    color: #fff;
    text-shadow: 0 0 0 rgb(0 0 0 / 25%);
    white-space: nowrap;
    vertical-align: baseline;
	border-radius: 0px;
	background:#c3c4c7 !important;
}

span.label a {
    color: #fff;
}

.master-section {
    padding-top: 20px;
    position: relative;
    text-align: center;
}

.master-section .master-section-text {
    display: inline-block;
    background: #ff6200;
    padding: 3px 20px;
    text-transform: uppercase;
    font-size: 15px;
		font-weight:bold;
    color: #fff;
    transform: skewX(-15deg);
    z-index: 10;
    position: relative;
}

.master-section::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #e0e0e0;
    position: absolute;
    top: 30px;
    z-index: 1;
}

.metas {
    font-size: 12px;
    color: #777;
		vertical-align:middle;
}

.meta-deadline {
    font-size: 12px;
    color: #777;
    float: right;
		vertical-align:middle;
		clear:both;
}

.front-view-content {
	font-size:14px;
	line-height:1.2;
}

@media (max-width:782px) {
	.front-view-content {
	font-size:12px;
	line-height:1.2;
}
}



/**** POST LISTS MOBILE ****/

@media (max-width: 767px) {
.category_list .cat-post-thumb {
    width: 130px;
	height:80px;
}
	
.category_list header a, .category_list header h2 {
    font-weight: 800;
    font-size: 16px !important;
	line-height: 1.3 !important;
	}
	
	.metas {
	font-size:10px;
	color:#777;
}
.label, .badge {
    font-size: 10px;
    line-height: 14px;
}
	
}

@media screen and (max-width: 550px) {
.category_list .cat-post-thumb {
    width: 105px;
	height:70px;
}

.category_list header a, .category_list header h2 {
    font-weight: 800;
    font-size: 14px !important;
	line-height: 1.4 !important;
	
    }
}





/**** SLIDER ELEMENTS ***/

@media screen and (max-width: 400px) {
.primary-slider .slide-title, .single-title {
    font-size: 25px!important;
	 line-height: 33px !important;
	}
}

@media screen and (max-width: 550px) {
.primary-slider .slide-title, .single-title {
    font-size: 28px!important;
	 line-height: 36px !important;
	}
}


.esd-form {
	margin: 10px auto;
	padding: 15px 20px;
	background-color: #f5f5f5;
	text-align: center;
}

.esd-form__row.esd-form__header h3 {
text-transform: uppercase !important;
    margin: 10px 0 5px 0;
    font-size: 20px;
    color: #444;
    font-weight: bold;
		text-align:center;
		background:none;
    border: none;
    padding: 0;
}

.esd-form__row.esd-form__header p {    
	margin-bottom: 0 !important;
    font-size: 16px !important;
    line-height: 1.3;
    color: #444;
	text-align:center;
}

@media only screen and (max-width: 768px) {
.esd-form__row.esd-form__header p {    
    font-size: 14px !important;
}
}

.esd-form__row + .esd-form__row {
    margin-top: 5px;
}

.esd-form__row.esd-form__fields input {
    width: calc(100% - 90px) !important;
    height: 40px;
		min-height: 40px;
    padding: 2px 9px;
    font-size: 15px;
    color: #666;
    border: solid 1px #555;
		border-radius:1px;
		box-shadow: unset;
}

.esd-form input#es-submit { 
		width: 90px !important;
    border: 1px solid #000;
    padding: 7px 13px;
    background: #000;
    color: white;
		font-size: 14px; 
    cursor: pointer !important;
}

.esd-form input#es-submit:hover{background-color:#dc6100;}

.esd-form input#es-submit:active{background-color:#dc6100;}

.esd-form input#es-submit:focus{background-color:#dc6100;}

.esd-form__response--success {
	font-size:13px;
	color: green;
	font-weight:700;
	margin: 0;
}

.esd-form__response--error {
	font-size:13px;
	color: red !important;
	font-weight:700;
	    margin-bottom: 5px;

}





/**** COMMENTS ***/

.comment-form-url, .comment-form-email, .comment-form-cookies-consent  {
	display:none !important;
}

#mvp-comments-button {
    margin-top: 15px;
    text-align: center;
    width: 100%;
}

#mvp-comments-button a, #mvp-comments-button span.mvp-comment-but-text {
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-size: .8rem;
    font-weight: 600;
    line-height: 100%;
    padding: 15px 0;
    text-transform: uppercase;
    width: 60%;
}

#comments {
		display:none;
}

#commentsAdd {
	display:none;
    background-color: #fff;
    width: 100%;
    float: left;
    clear: both;
    margin-top: 0;
    border-top: 0 solid #e6e6e6;
}

#commentsAdd #respond h4 {
    margin-bottom: 5px;
	  margin-top: 0;
}

.comment::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 39px;
    background: #007cba0f;
}

.commentlist .comment {
    font-size: 15px;
    line-height: 21px;
    color: #444;
    padding-top: 10px;
    margin-bottom: 5px;
    border-top: 1px dashed #f1f1f1;
}


.commentlist p {
    margin-top: 8px;
    margin-bottom: 5px;
}

#commentform p {
    margin-bottom: 8px;
    float: left;
    width: 100%;
    clear: both;
    /* display: none; */
}

#commentform textarea {
    width: 100% !important;
		box-shadow: inset 1px 1px 5px rgb(47 47 47 / 20%);animation-delay
    border-radius: 0 !important;
    border: 1px solid #aaa !important;
    background: #fff;
    padding: 2%;
    line-height: 25px;
    font-family: inherit;
}

#respond h3, #respond h4, .total-comments, .postauthor h4, .postauthor-top {
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
}

@media screen and (max-width: 400px) {
#respond h3, #respond h4, .total-comments, .postauthor h4, .postauthor-top, .related-posts h4 {
    font-size: 15px;
}
}

@media screen and (max-width: 480px) {#respond h3, #respond h4, .total-comments, .postauthor h4, .postauthor-top, .related-posts h4 {
    font-size: 15px;
}}

a.drop-comment {
    background: #000 !important;
    border: 1px solid #000 !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    border-radius: 5px !important;
    display: inline-block !important;
    padding: 5px 15px !important;
    letter-spacing: 0 !important;
	margin-bottom:15px;
}

.commentlist li {
    list-style: none;
    margin: 0;
    padding-left: 0;
    position: relative;
}

#comments .avatar {
    float: left;
    margin-right: 10px;
    margin-top: -3px;
    max-width: 30px;
	max-height:30px;
border-radius: 50%;
}

.commentmetadata {
	clear:both;
}


.commentlist > li {
    width: 100%;
}

@media (max-width: 767px){
.commentlist .comment-content {
margin-left: 20px; 
}
}
.commentlist .comment-content {
margin-left: 20px; 
}

 .commentlist > li:nth-child(odd) {
    background: #fff;
}

.comment-reply-link {
    font-size: 13px;
    border-bottom: 1px solid transparent;
    border: 1px solid #bbb;
    background: #c3c3c3;
    border-radius: 5px;
    color: #ffffff !important;
    padding: 5px 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.commentlist > li {
    background: #f1f1f1;
    border-radius: 5px;
	  width: 100%;
    border: 1px solid #e9e9e9;
    background-position: 10px 15px;
    font-size: 13px;
    list-style: none;
    margin: 10px 0 10px 0;
    padding: 10px 10px;
}

.commentlist .children > li {
	background:#fff;
    border-radius: 5px;
    width: 100% !important;
    border: 1px solid #e9e9e9;
    font-size: 14px;
    margin: 10px 0 10px 0;
    padding: 10px 10px;
}

.commentlist .children {
    margin-left: 3%;
    margin-bottom: 0;
    margin-top: 0;
    float: left;
    width: 97%;
    box-sizing: border-box;
    margin-top: 10px;
}


#respond h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    margin: 15px 0px 15px 0px;
}


.comment-title {
    display: flex;
    place-content: space-between;
    padding: 10px;
    margin-bottom: -1px;
	border-top: solid 2px #006ddb;
	background: none;
    background-image: none !important;
border-radius: 0;

}

.comment-title span {
    background: none;
    font-size: 18px;
	color: #000 !important;
    padding: 0;
    position: relative;
    font-weight: 800;
    padding-left: 33px;
    text-transform: uppercase;
}

.btn-orange {
    background: #ff6200;
    color: #fff;
}

.btn-md {
    text-transform: uppercase;
    border-radius: 5px;
    padding: 6px 14px;
    font-size: 11px;
    font-weight: 600;
}


.comment-title span::after {
    font-family: "FontAwesome";
    display: block;
    height: 20px;
    width: 20px;
    font-size: 22px;
    content: "\f086";
    font-weight: 400;
    position: absolute;
    left: 0;
    top: -4px;
    color: #006ddb;
}


.commentlist cite, .comment-list cite a {
    font-size: 15px;
}

.bypostauthor .fn {
  position: relative;	
margin:0 15px 0 0;
color: #006ddb;
}
.bypostauthor .fn:after{
    content: '';
 background:url('https://icon-library.net/images/verified-icon-png/verified-icon-png-5.jpg');
    background-size:cover;
    position:absolute;
		top: 0;
    width:17px;
    height:17px;
}

.bypostauthor > div {
    overflow: hidden !important;
    padding: 0 !important;
    background: inherit !important;
    width: 100% !important;
    color: inherit !important;
    box-sizing: border-box !important;
}

.total-comments {
    font-size: 15px;
    color: #fff;
    text-shadow: 1px 2px #333; 
    text-align: center;
    font-weight: 700;
    display: inline-block;
    padding: 5px 15px;
    margin-bottom: 3px;
	border: none;}

#respond h3, #respond h4, .total-comments, .postauthor h4, .postauthor-top {
    font-size: 20px !important;
    font-weight: bold;
    line-height: 22px;
}

.comment-form input[type=text], .comment-form input[type=email], .comment-form input[type=url] {
		box-shadow: inset 1px 1px 5px rgb(47 47 47 / 20%);
    border-radius: 0 !important;
    display: block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571;
    color: #555;
    background-color: #fff;
    border: 1px solid #aaa !important;
    height: 35px;
    width: 50% !important;
}

input#author {
		box-shadow: inset 1px 1px 5px rgb(47 47 47 / 20%);
    border-radius: 0 !important;
    display: block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571;
    color: #555;
    background-color: #fff;
    border: 1px solid #aaa !important;
    height: 35px;
    width: 50%;
}

.comment-form textarea {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571;
    color: #555;
    background-color: #fff;
        border: 1px solid rgba(0,0,0,.1) !important;
    border-radius: 3px;
    height: 120px;
}

.comment-form input[type=submit] {
    font-size: 15px;
	  text-transform: uppercase;
    font-weight: 800 !important;
    border-radius: 0 !important;
    color: #ffffff;
	  text-shadow: 0 !important; 
    border: none;
    padding: 10px 30px !important;
}	

.comment-form-author {
    position: relative; 
}


.c-notice {
    padding: 5px 10px;
    font-size: 14px;
    margin-top: -10px;
    background-color: #FFFFCC;
    font-size: 12px;
}


.c-notice span {
    text-decoration: underline;
    color: #ff0000;
    font-size: 14px;
}

 .alert {
        padding: 5px;
        margin-bottom: 0px;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .alert-info {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
        margin-bottom: 15px;
    }

    .alert-danger {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
        margin-bottom: 15px;
    }

    .alert-success {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
        margin-bottom: 15px;
    }


/**** FOOTER SELECTION ****/


.social-icons-footer {
	margin: 10px 0 -30px;
		text-align:center !important;
	border-top:1px dotted #008800;
	padding-top:10px;
}

.social-icons-footer a {
		font-size:20px;
    color: #ccc;
    margin-left: 15px;
		text-align:center !important;
}

#copyright-note {
	float:none !important;
	text-align:left !important;
}

.footer-menu {
	margin: 10px 0 0;
	float:none !important;
	text-align:center;
}

.footer-menu a {
display:inline-block;
padding:2px;
	color:#ccc;
}

.menu-divider {
    padding: 0 1px;
    color: #b9b9b9;
}



.fulltemplate {
	background:#fff;
}


.search-btn {
    position: absolute;
    top: 3px;
    right: 3px;
	  color:#fff;
    height: 29px;
    line-height: 0.9;
	 	padding: 1px 6px;
	 	border:none;
}

 .search-btn:hover {
    background: #8e792a;
	  color:#fff;
}

.form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571;
    color: #555;
    border: 1px solid #444;
    border-radius: 3px;
    height: 35px;
}


.ads-header{
margin-top:5px;	
padding:10px;	
position:relative;
width:100%;
}

@media (min-width: 1037px) {
.header-search-form {
    padding: 1px 300px 30px 300px;
    margin: 1px 0 25px 0;
}
}

@media (max-width: 1036px) {
.header-search-form {
   padding: 1px 200px 30px 200px;
		margin: 1px 0 25px 0;
}	
}

@media (max-width: 767px) {
.header-search-form {
    padding: 1px 100px 30px 100px;
		margin: 1px 0 25px 0;
}
	
.header-search-form .form-control {
   	padding: 6px 12px;
    font-size: 14px;
    height: 35px !important;
}
	
.header-search-form	.search-btn {
    height: 29px !important;
    padding: 1px 5px !important;
		font-size:12px;
}	
	
.ads-header{
margin-top:10px;	
}
}

@media (max-width: 550px) {
.header-search-form {
padding: 1px 20px 20px 20px;
margin: 1px 0 25px 0;
	}
	
.header-search-form .form-control {
   	padding: 6px 12px;
    font-size: 14px;
    height: 32px !important;
}
	
.header-search-form	.search-btn {
    height: 26px !important;
    padding: 1px 3px !important;
		font-size:12px;
}
	
	.ads-header{
margin-top:10px;
		height:100%;
}
}

.mytable {
    clear: both;
}

@media screen and (max-width: 865px) {
#header h1, #header h2, .site-description {
    float: none;
    text-align: center;
    width: 100%;
    max-width: 100%;
    padding: 5px;
}
}

hr {
	  width: 100%;
    margin: 20px auto;
    clear: both;
    position: relative;
    border: 0;
    height: 1px;
}

.pagination {
    clear: both;
    overflow: hidden;
    float: left;
    margin-top: 25px;
    margin-bottom: 25px;
    display: block!important;
}

.small-header .ads-header {
    display: inline-block !important;
    margin-bottom: 5px;
	  margin-top: 5px;
    background: #fff;
	  max-width:100%;
	  overflow: hidden;
}

.trending_post_content {
    background: #fff;
    padding: 0;
   margin-bottom: 0 !important; 
}

#move-to-top {
display:none;
}

#st-1.st-hidden {
    opacity: 1 !important;
}


.img-label {
	background-size: contain;
    background: #008800;
    z-index: 1;
    color: #ffffff !important;
    height: auto;
    width: auto;
    position: absolute;
    right: -1px;
    top: 1px;
    font-size: 10px;           
		display: block;
    line-height: 13px;
    font-weight: 400;
    padding: 2px;
    border-radius: 0;
}

.cat-post-text header del {
display:none; }


/*ESSENTIAL FUNCTIONS*/

a:hover { 
 	color: #ff6200 !important;
}

.td-post-next-prev {
    margin-top: 15px;
}

.td-block-row:before, .td-block-row:after {
    display: table;
    content: "";
}

.td-post-next-prev {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    margin-bottom: 15px;
    clear: both;
}

.td-block-row {
    width: 100%;
}

.td-block-row .td-block-span6:first-child {
    width: 340px;
    padding-right: 20px;
}

.td-block-span6.td-post-prev-post {
    width: 50% !important;
    padding: 0 5px !important;
}
.td-post-next-prev .td-block-span6 {
}
.td-block-row [class*="td-block-span"] {
    display: block;
    min-height: 1px;
    float: left;
}
.td-post-prev-post, .td-post-next-post {
    position: relative;
}
.td-block-span6 {
    width: 339px;
    padding-left: 20px;
    padding-right: 19px;
}

.td-container-border:after, .td-next-prev-separator, .td-container .td-pb-row .wpb_column:before, .td-container-border:before, .td-main-content:before, .td-main-sidebar:before, .td-pb-row .td-pb-span4:nth-of-type(3):after, .td-pb-row .td-pb-span4:nth-last-of-type(3):after {
    background-color: #e6e6e6;
}
.td-next-prev-separator {
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #e6e6e6;
    display: block;
    left: 50%;
}

.td-block-span6.td-post-next-post {
    width: 50% !important;
    padding: 0 5px !important;
}
.td-post-next-prev .td-block-span6 {
}
.td-block-row [class*="td-block-span"] {
    display: block;
    min-height: 1px;
    float: left;
}
.td-post-next-post {
    text-align: right;
}
.td-post-prev-post, .td-post-next-post {
    position: relative;
}
.td-block-span6 {
    width: 339px;
    padding-left: 20px;
    padding-right: 19px;
}

.td-block-row:after {
    clear: both;
}
.td-block-row:before, .td-block-row:after {
    display: table;
    content: "";
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.td-post-next-prev-content span {
    display: block;
    font-size: 12px;
    color: #c1c1c1;
    font-weight: 600;
    margin: 10px 0 3px;
}
.td-post-next-prev-content span {
    margin-top: 19px;
}
.td-post-next-prev-content span {
    display: block;
    font-size: 12px;
    color: #c1c1c1;
    font-weight: 600;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.td-post-next-prev-content {
    display: inline-block;
}
.td-post-next-post {
    text-align: right;
}

.td-post-next-prev-content a {
    display: block;
    font-size: 14px !important;
    color: #222 !important;
    font-weight: bold;
    line-height: 21px;
    margin-bottom: 15px;
    word-break: break-word;
}

.td-adspot-title {
    color: #bbbbbb;
    font-size: 10px;
    text-align: center;
    display: block;
    margin-top: -5px;
    margin-bottom: 5px;
}


/* JOBS CONTROLS STYLER */

.new_category_container {
    width: 90%;
    height: auto;
    max-height: 200px;
    border: 1px solid;
    margin: 10px auto;
    text-align: left;
    padding: 10px;
    color: #cccccc;
    overflow: auto;
}

.category-btn-default {
    color: #333 !important;
    background-color: #dff0d8;
    border-color: #ccc;
}
.category-btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    text-decoration: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 1px 5px;
    margin: 2px 4px 2px 0;
    font-size: 12px;
    border-radius: 3px;
    line-height: 2.0;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tabcontrol {
	margin:10px;
}

@media screen and (max-width: 860px) {
.tabcontrol ul.tabnavig {

}
	.tabcontrol li {
	 width: 50%;
		
}
}

.tabcontrol ul.tabnavig {
		display: flex;
		flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.tabcontrol li.tab a, .tabcontrol li.tab span {
    padding: 10px 20px;
    text-align: center;
		cursor:pointer;
    margin: 3px 3px;
    -webkit-border-radius: 2px;
    border-radius: 2px;    
		font-weight: bold;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 30px;
		text-decoration: none;
		font-size:14px;
		color:#000;
		background: #fff;
		line-height:1;
   		background: url(https://jobwebghana.com/wp-content/themes/simplux/images/tabo.jpg) repeat-x 0 0;
}

.tabcontrol li.tab a:hover, .tabcontrol li.tab span:hover, .tabcontrol li.tab a.selected, .tabcontrol li.tab span.selected {
		    border: 0.5px solid #333;

    background: #fff;
    color: #333 !important;
}


/* NEW IMAGE AND IMAGELESS POST LIST CARD */

.tocate-list .tocat-post-thumb {
    background-size: cover;
    background-position: center;
    float: left;
    margin: 0;
    width: 50px;
    height: 40px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    position: relative;
}

.tocat-post-thumb img {
   display:none;
}

.spotlight {
	background: #e8f1fa;
		align-items: center;
    border-top: 0.1px solid #4f94d4;
	    border-bottom: 0.1px solid #4f94d4;
	padding: 10px 15px 15px 15px;
	padding-left: 25px;
	width:100%;
	text-align:left;
	border-radius:3px;
}

.sl-des {
	 color: #777;
	line-height: 1.3!important;
	margin-top:3px;
	text-align: left;
	font-size: 13px;
	display:block;

}

.sl-des a.sl- {
	    font-weight: 700;
}

.sl-type {
text-align:right;
	display:block;
	line-height: 1;
	font-size: 10px;

}

.sl-btn {
	  color: #fff !important;
    background-color: #2F4D58;
    display: inline-block;
    cursor: pointer;
    white-space: nowrap;
    padding: 3px 3px;
    font-size: 13px;
	  font-weight: 700;
    border-radius: 3px;
    line-height: 1;
}

.spotlight h2 {
    padding: 0 2px 0 0;
    font-weight: 700;
    font-size: 15px!important;
    line-height: 1.3!important;
    text-align: left;
    margin-bottom: 1px;
}

.tocat-lists .tocate-list {
	background: #f6f7f7;
		align-items: center;
    display: flex;
    border-bottom: 1px solid #ccc !important;
    position: relative;
	padding: 10px;
}

.tocat-lists .tocate-list .tocat-post-text {
		padding: 0 0 0 15px;
    margin: auto;
    flex-direction: column;
    justify-content: center;
    height: auto;
    flex: 5;
    resize: vertical;
    text-align: left;
}

.tocat-lists .tocate-list .tocat-post-text a, .tocat-lists .tocate-list .tocat-post-text h2 {
    padding: 0 2px 0 0;
    color: #000;
    font-weight: 700;
    font-size: 14px!important;
    line-height: 1.4!important;
    text-align: left;
    margin-bottom: 1px;
}


.tocat-imageless-lists {
    background: none !important;
    font-size: 14px;
}


.tocat-imageless-lists {
    font-size: 14px;
}

.tocat-imageless-lists .tocate-list {
	background: #f6f7f7;
		align-items: center;
    display: flex;
    border-bottom: 1px solid #ccc !important;
    position: relative;
	padding: 10px;
}

li.tocate-list:nth-child(odd) {
    background: #fff;
}

.tocate-list .tocat-post-text {
    margin: auto;
    flex-direction: column;
    justify-content: center;
    height: auto;
    flex: 5;
    resize: vertical;
    text-align: left;
		padding-left: 20px;
}

li.tocate-list:before {
    background: url(https://www.wpbeginner.com/wp-content/themes/wpbv6/assets/icons/color/normal-chevron-right-grey.svg) no-repeat center;
    background-size: 8px;
    content: '';
    width: 20px;
    height: 26px;
    position: absolute;
    left: 0;
		padding:15px;
}

.tocat-des {
	 color: #777;
		line-height: 1.3!important;
	margin-top:3px;
	text-align: left;
}

.tocat-des a {
	font-size:13px !important;
	color:#2b85ed !important;
}

.metas {
		display:inline-block;
    font-size: 12px;
    color: #777;
		text-align:left;
		line-height: 1.2!important;

}

.meta-deadline {
    font-size: 12px;
    color: #951416 !important;
}

@media (max-width: 767px) {
	.metas {
    font-size: 12px;
    color: #777;
}
	
	.tocat-des {
	    font-size: 12px;
}
	
.tocate-list .tocat-post-text	.tocat-des a {
	font-size:12px !important;
}
	
	.meta-deadline {
    font-size: 10px;
}
.tocate-list .tocat-post-text a, .tocate-list .tocat-post-text h2 {
    font-size: 15px !important;
}
}
.tocate-list .tocat-post-text a, .tocate-list .tocat-post-text h2 {
    padding: 0 2px 0 0;
		color: #333;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4!important;
    text-align: left;
    margin-bottom: 1px;
}

/* POST SWITCHER STYLE */


#trending-posts-section {
	padding-top:12px;
}

.sections-wrapper {
    text-align: center;
}
input.posts-section-link {
  display: none;
}
.post-section {
    display: none;
}
.post-section#new-posts-section {
    display: block;

}
input.posts-section-link + label {
    border: 1px solid #6acb1a;
    background: none;
    color: #549c19;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 5px 5px;
    margin: 10px 0 15px 0;
    min-width: 130px;
    box-sizing: border-box;
    font-weight: 600;
    text-transform: uppercase;
}
input#new-posts-link.posts-section-link + label {
       border-radius: 5px 0 0 5px;
    border-right: 0;
    position: relative;
    padding-left: 25px;
}
input#new-posts-link.posts-section-link + label:before {
    content: "";
    display: block;
    position: absolute;
    top: 11px;
    left: 0;
    width: 30px;
    height: 30px;
    background: url(https://www.naijaloaded.com.ng/wp-content/uploads/2019/04/5456789098765435678.gif);
    background-size: 20px;
    background-repeat: no-repeat;
}

input#new-posts-link.posts-section-link + label .new-label {
    background-size: contain;
    background: #f00 !important;
    z-index: 1;
    color: #ffffff !important;
    height: 35px;
    width: 35px;
    height: auto;
    width: auto;
    position: absolute;
    right: -20px;
    top: 2px;
    text-transform: lowercase;
    display: block;
    line-height: 17px;
    line-height: 13px;
    /* background: #fff; */
    font-weight: 400;
    padding: 3px;
    border-radius: 0;
}
    input#trending-posts-link.posts-section-link + label {
        border-radius: 0 5px 5px 0;
    border-left: 0;
    margin-left: -20px;
    margin-right: 40px;
    padding-left: 25px;
}
input#trending-posts-link.posts-section-link + label:before {
    content: "";
    display: block;
    position: absolute;
    top: 11px;
    left: 0;
    width: 30px;
    height: 30px;
    background: url(https://www.naijaloaded.com.ng/wp-content/uploads/2019/04/5456789098765435678.gif);
    background-size: 20px;
    background-repeat: no-repeat;
}

.mytack {
	background: #fff !important;
	
	text-align: left !important;
}

input#new-posts-link.posts-section-link:checked + label {
		margin-bottom:5px;
}

#content_box>.sections-wrapper {
    overflow: none;
    position: relative;
}
#content_box>.sections-wrapper::before {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    left: 0 !important;
    background: #000;
    /* left: -100%; */
    /* right: -300%; */
    bottom: -3px;
    z-index: 1 !important;
    height: 46px !important;
}

@media screen and (max-width: 767px){
#content_box>.sections-wrapper::before {
 		width: inherit;
  margin: 0 -15px;
}
}

input.posts-section-link:checked + label {
    background: #69ca19;
    background: linear-gradient(to right, #a6ec47, #69ca19);
    background-image: linear-gradient(-90deg, #a6ec47, #56a713);
    color: #fff;
    margin: 0 -3px;
}

input.posts-section-link + label {
    background: none;
    color: #fff;
    text-shadow: none;
    border: none;
    border-radius: 0;
		z-index: 1 !important;
    padding: 0px 0px;
    height: 46px;
    line-height: 46px;
    margin-bottom: -2px;
    font-weight: 900;
    margin: 0;
    position: relative;
}
input.posts-section-link:checked + label {
    color: #ffee72;
    text-shadow: none;
    background: none;
    margin: 0 -3px;
    border-radius: 0 !important;
}
input.posts-section-link:checked + label:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
     bottom: 0;
     height: 5px;
     background: #FFEB3B;
}
input#new-posts-link.posts-section-link:checked + label:before {
    display: none;
}
input#new-posts-link.posts-section-link:checked + label {
    padding-left: 0;
}
input#trending-posts-link.posts-section-link:checked + label:before {
    display: none;
}
input#trending-posts-link.posts-section-link:checked + label {
    padding-left: 0;
}

span.list-titlee {
    display: none !important;
}

#new-posts-link:checked ~ #new-posts-section,
#trending-posts-link:checked ~ #trending-posts-section {
  display: block;
  margin-top: -3px;
}

#new-posts-link ~ #new-posts-section span.list-titlee {
    display: block !important;
}
#new-posts-link:checked ~ #new-posts-section span.list-titlee {
    display: none !important;
}


ul.table.disclosure {
    margin: 5px 3px 3px 3px;
    padding: 0;
    border: none;
    background: transparent;
}
ul.table.disclosure.ul-list-1 {
    margin-top: 10px;
}
ul.table.disclosure li, ul.table li.disclosure {
    background: #fff;
        display: flex;
        clear: both;
        margin: 0;
				    border-bottom: 2px solid #ccc !important;
        position: relative;

}


ul#trendingContainer.table.disclosure li:nth-child(1), 
ul#trendingContainer.table.disclosure li:nth-child(2), 
ul#trendingContainer.table.disclosure li:nth-child(3), 
ul#trendingContainer.table.disclosure li:nth-child(4), 
ul#trendingContainer.table.disclosure li:nth-child(5), 
ul#trendingContainer.table.disclosure li:nth-child(6),
ul#trendingContainer.table.disclosure li:nth-child(7), 
ul#trendingContainer.table.disclosure li:nth-child(8), 
ul#trendingContainer.table.disclosure li:nth-child(9), 
ul#trendingContainer.table.disclosure li:nth-child(10),
ul#trendingContainer.table.disclosure li:nth-child(11), 
ul#trendingContainer.table.disclosure li:nth-child(12), 
ul#trendingContainer.table.disclosure li:nth-child(13), 
ul#trendingContainer.table.disclosure li:nth-child(14), 
ul#trendingContainer.table.disclosure li:nth-child(15), 
ul#trendingContainer.table.disclosure li:nth-child(16),
ul#trendingContainer.table.disclosure li:nth-child(17), 
ul#trendingContainer.table.disclosure li:nth-child(18), 
ul#trendingContainer.table.disclosure li:nth-child(19), 
ul#trendingContainer.table.disclosure li:nth-child(20) 
{
    display: flex !important;
}

#more-trending-button span.more-trending-button-content {
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
}
#more-trending-button span.more-trending-button-content span {
    background: #000;
    color: #fff;
    padding: 5px 15px;
    margin-bottom: 5px;
    display: inline-block;
}
ul.table.disclosure .sticky-link a {
	    padding: 12px 25px 12px 35px;
    line-height: 1.7 !important;
}

ul.table.disclosure a {
    /*background: none !important;*/
	/*font-size: 14px;*/
    /*font-family: Rosario;*/
}


ul.table.disclosure a.more-trending-page {
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    display: flex;
    background: #f00;
    padding: 10px;
    text-align: center;
    display: block;
    text-transform: uppercase;
}
#more-trending-button {
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    display: flex;
    background: #000;
    padding: 10px;
    text-align: center;
    display: block;
    text-transform: uppercase;
}
#more-trending-button.arrow-down::after {
    content: "\e606";
    display: inline-block;
    font-family: 'simple-line-icons';
    padding-left: 10px;
}
#more-trending-button.arrow-up::after {
    content: "\e607";
    display: inline-block;
    font-family: 'simple-line-icons';
    padding-left: 10px;
}

/* QUICKLINKS STYLER */

.textwidget .quicklinks-des {
	font-size:12px;
	line-height:1.3;
	display:block;
	color:#555;
	border-bottom:0.1px solid #ddd;
	padding: 5px 0 10px;
}
button.quicklinks {
  width: 100%;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #555;
  outline: none;
  text-align: left;
  padding: 15px 10px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  transition: background-color 0.2s linear;
}

button.quicklinks:after {
  content: "Open";
  font-size: 8px;
  float: right;
  padding:3px;
  background:green;
  color:#fff;
  border-radius:10px;
  line-height:1;
}

button.quicklinks.is-open:after {
  content: "Close";
  background:#dd3333;
  color:#fff;
}

button.quicklinks:before {
  font-family: FontAwesome;
  content: "\f178";
  font-size: 13px;
  margin-right:7px;
}

button.quicklinks.is-open:before {
  content: "\f175";
}

button.quicklinks:hover,
button.quicklinks.is-open {
  background-color: #ddd;
}

.quicklinks-content .quicklinks-inner {
  margin: 10px 0 5px;
}

.quicklinks-content {
  background-color: white;
  border-left: 1px solid whitesmoke;
  border-right: 1px solid whitesmoke;
  padding: 0 5px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
	font-size:15px;
}


.quicklinks-content ul {
		padding-left:20px;
}

.quicklinks-arrow li {
		border-bottom: 1px dotted #ddd;
		line-height:1.2;
		padding:0px 0 5px;
		font-size:15px;
}


/* JOBS STATES FILTER */

.wpc-filters-radio input[type=radio] {
  display: none;
}

.wpc-filters-radio input[type=radio]:not(:disabled) ~ label {
  cursor: pointer;
}

.wpc-filters-radio input[type=radio]:disabled ~ label {
  color: #bcc2bf;
  border-color: #bcc2bf;
  box-shadow: none;
  cursor: not-allowed;
}

.widget-area li.wpc-term-item, body .wpc-filters-widget-main-wrapper li.wpc-term-item {
    margin: 2px 5px 3px 5px;
    border: none;
    padding: 0;
    margin-left: 0;
		list-style-type: none;
}

.wpc-filters-widget-main-wrapper li.wpc-term-item label {
  display: block;
  background: #dff0d8;
  border: 1px solid #dff0d8;
  border-radius: 2px;
	font-size:12px;
  padding: 5px 5px;
  margin: 0;
  text-align: center;
  position: relative;
	line-height:1;
}

.widget-area .widget li.wpc-term-item a, .wpc-filters-widget-main-wrapper li.wpc-term-item a {
    text-decoration: none;
    font-weight: 400;
    outline: 0;
    padding-top: 0;
    padding-bottom: 0;
		color:#333;
}

.wpc-filters-widget-main-wrapper li.wpc-term-item label:hover {
   	background:#ccc;
    border: 1px solid #ccc;
}

.widget-area .widget .wpc-filter-chips-list a:focus, .widget-area .widget li.wpc-term-item a:focus, .widget-area .widget li.wpc-term-item a:hover, .wpc-filter-chips-list a:focus, body li.wpc-term-item a:focus, body li.wpc-term-item a:hover {
    box-shadow: none;
    text-decoration: none !important;
		text-shadow: none;
	
}

.wpc-filters-radio input[type=radio]:checked + label {
  background: #20df80;
  color: white;
}

.wpc-filters-radio input[type=radio]:checked + label::after {
  color: #3d3f43;
  font-family: FontAwesome;
  border: 1px solid #1dc973;
	vertical-align:middle;
  content: "";
  font-size: 10px;
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  height: 15px;
  width: 15px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  background: white;
  box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.25);
}


.wpc-filters-radio input[type=radio]#control_05:checked + label {
  background: red;
  border-color: red;
}

.wpc-filters-radio {
	display: flex;
  flex-flow: row wrap;
	flex: 1;
  padding: 0.5rem;

}

.wpc-filter-title {
	display:none;
}

.wpc-filters-section {
    margin-bottom: 0;
}

.wpc-filters-widget-main-wrapper ul.wpc-filters-ul-list {
    padding: 0;
    margin-left: 0;
}

.widget-area .wpc-term-item-content-wrapper, .wpc-term-item-content-wrapper, body .wpc-filters-widget-main-wrapper .wpc-term-item-content-wrapper {
    display: flex;
    align-items: center;
    position: relative;
}


  /**Trending***/
    .recommended-header {
      text-transform: uppercase !important;
      border-bottom: 1px solid #d9d9d9 !important;
      margin-top: 8px !important;
      margin-bottom: 10px !important;
      padding: 6px 0 !important;
      font-size: 16px !important;
      background: #545454 !important;
      /* box-shadow: inset 0 0 0 2px #000, inset 0 0 0 3px rgba(255,255,255,0.6); */
      color: #fff !important;
      text-align: center !important;
      font-weight: 700 !important;
    }

    .recommended-wrap {
      background: #fff;
      max-width: 300px;
      border: 1px solid #d9d9d9;
      padding: 0 10px;
    }

    .recommended-wrap a.btn-text {
      color: #fe6a08;
      font-family: montserrat;
      font-weight: 800;
    }

    article.recommended-item {
      border-bottom: 1px solid #ccc;
      padding: 0px 0;
      padding-left: 40px;
      padding-bottom: 12px;
      margin-bottom: 12px;
      position: relative;
      display: flex;
      align-items: center;
    }

    article.recommended-item .recommended-link {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      display: block;
      z-index: 10;
    }

    .recommended-wrap .recommended-item:last-child {
      border-bottom: none;
    }

    article.recommended-item:after {
      clear: both;
      display: table;
      content: " ";
    }

    .recommended-wrap article.recommended-item::before {
      font-family: "Montserrat";
      position: absolute;
      top: 22px;
      left: 6px;
      line-height: 1;
      font-size: 14px;
      font-weight: 800;
      color: #9c9c9c;
    }

    .recommended-wrap article.recommended-item:nth-child(2):before {
      content: "1.";
    }

    .recommended-wrap article.recommended-item:nth-child(3):before {
      content: "2.";
    }

    .recommended-wrap article.recommended-item:nth-child(4):before {
      content: "3.";
    }

    .recommended-wrap article.recommended-item:nth-child(5):before {
      content: "4.";
    }

    .recommended-wrap article.recommended-item:nth-child(6):before {
      content: "5.";
    }

    .recommended-wrap article.recommended-item:nth-child(7):before {
      content: "6.";
    }

    .recommended-wrap article.recommended-item:nth-child(8):before {
      content: "7.";
    }

    .recommended-wrap article.recommended-item:nth-child(9):before {
      content: "8.";
    }

    .recommended-wrap article.recommended-item:nth-child(10):before {
      content: "9.";
    }

    .recommended-wrap article.recommended-item:nth-child(11):before {
      content: "10.";
    }

    .recommended-wrap article.recommended-item:nth-child(12):before {
      content: "11.";
    }

    .recommended-wrap article.recommended-item:nth-child(13):before {
      content: "12.";
    }

    .recommended-thumb {
      width: 100px;
      position: relative;
      float: left;
      margin: 0 10px 0 0;
    }

    .recommended-item .recommended-thumb {
      display: inline-block;
      width: 60px;
      flex: 0 0 60px;
      max-height: 70px;
      height: auto;
      overflow: hidden;
    }

    .recommended-thumb br {
      display: none;
    }

    .recommended-item .recommended-thumb img {
      background-position: center center !important;
      -webkit-background-size: cover !important;
      -moz-background-size: cover !important;
      -o-background-size: cover !important;
      background-size: cover !important;
      width: 100px;
      /*min-height: 80px;*/
    }

    .recommended-item h3 {
      margin: 0;
      /*line-height: 0.7 !important;*/
      text-align: left;
    }

.recommended-item h3 {
    font-family: 'Roboto Condensed' !important;
    color: #2d2d2d !important;
    font-size: 16px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    text-decoration: none !important;
}

    .recommended-item h3 a {
      color: #4b4b4b;
    }



    /*Subscription Style*/
    .subscribe-form {
        display: flex;
        width: 100%;
        position: relative;
    }

    .subscribe-form input {
        width: 100%;
        padding: 8px 40px 8px 15px;
        border: 1px solid #ccc;
        background: transparent;
        color: #000;
        font-size: 14px;
        opacity: 0.8;
        border-radius: 5px 50px 50px 5px;
    }

    .subscribe-form input:focus {
        outline: none;
        box-shadow: inset 1px 1px 3px rgba(47, 47, 47, 0.3);
        box-shadow: inset 1px 1px 3px rgba(47, 47, 47, 0.3);
        -moz-box-shadow: inset 1px 1px 3px rgba(47, 47, 47, 0.3);
        -webkit-box-shadow: inset 1px 1px 3px rgba(47, 47, 47, 0.3);
    }

    .subscribe-form button {
        width: 40px;
        background: none;
        padding: 0;
        border: 0;
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
        height: 42px;
    }

    .subscribe-col {
        max-width: 490px;
    }

    .subscribe-wrap {
        background: rgba(255, 255, 255, 0.04);
        padding: 12px 20px 17px;
        box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.2);
        border-radius: 5px;
    }

    .subscribe-wrap .content {
        font-size: 12px;
        padding: 5px;
    }

    .subscribe-wrap h3 {
        font-size: 22px;
        margin-bottom: 10px;
        margin-top: 5px;
    }

    .subscribe-wrap h2 {
        font-size: 14px;
        font-weight: 400;
        font-family: Montserrat;
        margin-top: 0;
    }

    .subscribe-wrap h3 strong {
        color: #f00;
    }

    .subscribe-form button svg {
        height: 41px;
        width: auto;
    }




/**Song Widgets */
    .njl-music-widget {
      display: block;
      background: none repeat scroll 0 0 #050505;
      border: 1px solid #ccc;
      padding: 7px;
      position: relative;
      margin: 0 auto;
      margin-bottom: 10px;
    }

    .njl-music-widget::before {
      content: "";
      display: block;
      height: 14px;
      width: 100px;
      background: url(https://fortainment.com/wp-content/uploads/2022/03/FT_ICON-TRANS-1.png) no-repeat;
      background-size: contain;
      background-position: right;
      position: absolute;
      right: 10px;
      top: 8px;
    }

    .njl-music-widget .artwork {
      display: block;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      float: left;
      top: 10px;
      line-height: 0;
      margin-right: 5px;
      margin-bottom: 5px;
      width: 40px;
      height:40px;
    }

    .njl-music-widget .artwork img {
      display: none;
    }

    .njl-music-widget .details {
      display: block;
      line-height: 20px;
      overflow: hidden;
      margin-bottom: 5px;
      color: #fff;
      padding-top: 0;
      padding-left: 10px;
    }

    .njl-music-widget .details .song {
      font-family: "Helvetica Neue", helvetica, arial, sans-serif;
      display: block;
      font-weight: 800;
      font-size: 16px;
			margin-right: 10px;
    }

    .njl-music-widget .details .artist {
      font-size: 13px;
			     color:#fcfcfc;
      font-weight: normal;
			line-height:1.3;
    }

.njl-music-widget .details .artist a {
			     color:#ccc;
    }

    .njl-music-widget .player-wrapper {
      display: block;
	margin-top:10px;	
    }

    .njl-music-widget .player-wrapper br {
      display: none;
    }

    .njl-music-widget .mejs-container {
      margin: 0 !important;
    }

    .download-btn-wrapper {
      display: block;
      text-align: center;
    }


    @media (min-width: 992px) {
      .njl-music-widget .artwork {
        margin-bottom: 0;
        height: 80px;
        width: 15%;
      }

      .njl-music-widget .details {
        padding-top: 0;
      }

      /* .njl-music-widget .mejs-container  */
      .njl-music-widget .player-wrapper {
        width: 83% !important;
        float: right;
        margin-top: 5px !important;
      }
			
			   .njl-music-widget .details .song {
      font-family: "Helvetica Neue", helvetica, arial, sans-serif;
      display: inline;
      font-weight: 800;
      font-size: 17px;
      margin-bottom: 10px;
    }

      .njl-music-widget::after {
        content: "";
        display: block;
        clear: both;
      }
    }





/** Floating ad **/
    .mba-link-wrapper {
        background: rgba(72, 133, 16, 0.9);
        background: #baef7b;
        display: block;
        padding: 5px 10px;
    }

    .mba-row {
        display: flex;
        /*align-items: center;*/
        /*background: url(https://www.naijaloaded.com.ng/wp-content/uploads/mod-gif.gif) no-repeat;*/
        background-size: 36px;
        background-position: 280px center;
    }

    .mba-thumbnail {
        width: 20%;
        text-align: left;
    }

    .mba-thumbnail img {
        height: 70px;
        border: 1px solid #fff;
    }

    .mba-info {
        width: 90%;
        text-align: left;
        padding-left: 10px;
    }

    .mba-title {
        display: inline-block;
        background: #1a3800;
        color: #fff;
        font-weight: 400;
        padding: 4px 5px;
        line-height: 1;
        text-transform: uppercase;
        font-size: 10px;
        border-radius: 4px;
        margin-bottom: 7px;

        /*position: absolute;
    top: -17px;*/
    }

    .mba-track {
        font-family: 'Arimo', sans-serif;
        line-height: 1.2;
        color: #3d690e;
        font-weight: 700;
        display: block;
        box-sizing: border-box;
        font-size: 16px;
        padding-top: 0px;
    }

    .mba-track .mba-artiste {
        display: block;
        font-weight: 400;
        font-size: 18px;

        font-size: 21px;
    }

    .mba-button {
        display: none;
        width: 20%;
        height: 40px;
        background: url(https://cdn0.iconfinder.com/data/icons/pack-web-app-game/512/play-button-512.png) no-repeat;
        background-size: contain;
        background-position: center;
    }


    .holder {
        text-align: center;
    }

    .holder a {
        display: none;
    }

    .holder a.jp-next {
        display: inline-block;
        background: #000;
        color: #fff;
        padding: 5px 10px;
        text-transform: uppercase;
        font-weight: 600;
        cursor: pointer;
    }

    .pag-label {
        font-family: roboto;
        padding-right: 11px;
        font-weight: 800;
        font-size: 13px;
        display: block;
        padding-top: 10px;
    }

/*Floating ad*/
    .fixedbar {
        bottom: 0px;
        color: #fff;
        left: 0;
		max-height:100px;
        padding: 0px 0;
        position: fixed;
        font-size: 16px;
        width: 100%;
        z-index: 99999;
        float: left;
        vertical-align: middle;
        margin: 0px 0;
        opacity: 0.95;
        font-weight: bold;
		/*transition:all 0.3s ease; */
    }

    .boxfloat {
		    background: #fffc;
        /* background: rgba(0, 0, 0, .3); */
        text-align: center;
        width: 100%;
        margin: 0 auto;
        position: relative;
    }

    #tips,
    #tips li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #tips {
        width: 100%;
				max-height:100px;
        font-size: 20px;
        line-height: 120%;
    }

    #tips li {
        padding: 0px 0;
        display: none;
    }

    #tips li a {
        color: #fff;
    }

    #tips li a:hover {
        text-decoration: none;
    }

    #tips li a img {
        max-width: 100%;
    }

    #tip-close {
        height: 20px;
        width: 20px;
        line-height: 20px;
        color: #fff !important;
        border-radius: 20px;
        position: absolute;
        right: 5px;
        top: -8px;
        display: block;
        cursor: pointer;
			  z-index: 999999;

    }


    /*Text footer ad*/
    #tips li a.text-ad {
        display: flex;
        background: rgb(0, 0, 0);
        width: 320px;
        height: 90px;
        margin: auto;
    }

    #tips li a.text-ad .text-ad-image {
        flex: 0 0 90px;
    }

    #tips li a.text-ad .text-ad-text {
        color: #fff;
        font-size: 1rem;
        padding-left: 10px;
        padding-right: 10px;
        font-family: 'Montserrat';
        font-weight: 400;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: left;
    }

    #tips li a.text-ad .text-ad-text .text-ad-title {
        display: block;
        font-weight: 600;
        font-size: 1.2rem;
        text-align: left;
    }

    /*popup fb link*/

.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 1rem;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

.popup-overlay .popup {
	position: relative;
  display: block;
  width: 350px;
  min-height: 150px;
  background-color: white;
  border-radius: 5px;
}

.popup_show {
    display: flex;
		animation: fadeIn 0.5s;
}

.popupcontent {
  flex: 0 1 100%;
  padding: 0 1rem;
  margin-bottom: 5px;
  margin-top: 1rem;
	line-height:1.2;
}

.popupcontent span {
font-weight:700;
}

a.submit {
  margin-top: 0;
  display: block;
  color: #888;
  float:right;
  border-radius: 5px;
  padding: 3px 20px;
  text-decoration: none;
  margin-right: 0;
}

a.submit:hover {
  color: green;
}


.popup a.close{
  position: absolute;
  top: -7px;
  right: -5px;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #dd3333;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
a.close:hover{
color: #33dddd;
}


/* PLUGINS */
.code-block-label, .ad-label {
    display: block;
    font-size: 9px;
    line-height: 20px;
    -webkit-letter-spacing: 1px;
    -moz-letter-spacing: 1px;
    letter-spacing: 1px;
    color: #bcbfc5;
	text-transform:uppercase;
	text-align:center;
}





.pu-title h2 {
	    font-size: 25px;
    line-height: 1.3;
    margin: 0;
    text-align: center;
}

.pu-button {
	  text-transform: uppercase;
	display:block;
	 margin: 10px auto 0;
	text-align:center;
	min-width: 100% !important;
	    display: table !important;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
	  box-sizing: content-box;
}


.pu-button-link {
	  letter-spacing: 2px;
    border-radius: 5px;
    padding: 18px 22px;
    background-color: #000;
		width:100%;
	  display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    overflow: hidden;
    text-align: center;
    line-height: 1.2em;
		color:#fff;
		font-weight:800;
		font-size: 15px;
}

.pu-button-link span {
    color: inherit;
    display: block;
    flex: 1 1 auto;
    -webkit-flex: 1;
    position: relative;
}

.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; 
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

	.custom-model-main:before {
	  content: "";
	  display: inline-block;
	  height: auto;
	  vertical-align: middle;
	  margin-right: -0px;
	  height: 80%;
	}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}

.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 500px;
  margin: 30px auto;
  max-width: 97%;
}

.custom-model-wrap {
	background-image: linear-gradient(rgba(255,255,255,0.97),rgba(255,255,255,0.97)),url() !important;
    background-size: auto,cover;
    background-position: 50% 50%,50% 50%;
	display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
	overflow-y: auto;
}

.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.9);
  z-index: 99;
}
.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.close-btn {
  position: absolute;
  right: 0;
  top: -30px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #fff;
}

@media screen and (max-width:799px){
	.pu-title h2 {
	    font-size: 20px;
}
	.pu-button-link {
    padding: 12px 22px;
}
}

@media screen and (max-width:300px){
	.pu-title h2 {
	    font-size: 16px;
}
	.pu-button-link {
    padding: 10px 15px;
}
}

/* POPULAR POST ON WIDGET */

ol.wpp-list {
	counter-reset:item;
}
ol.wpp-list > li {
	padding:5px;
		padding-bottom:7px;
	counter-increment:item;
	list-style:none;
	margin:5px;
	border-bottom: 1px solid #e9e9e9;
line-height: 1.3;
	display:block;
}

ol.wpp-list > li:before {
	content: counter(item);
	padding:3px;
	margin-right:0.5em;
	color: #444;
	background:rgb(250 206 124);
	font-size: 13px;
  text-align: center;
	font-weight:600;
	display: inline-block;
	height:20px;
	min-width: 20px;
}

.wpp-list li a {
		line-height: 1.4;
		font-size: 14px;
    margin-bottom: 0;
		color:#333;
		display:inline;
}

ol.wpp-list li span.wpp-stats {
	display:block;
	margin-left:2.7em;
}