/*
Theme Name:         Digitalist Magazine
Description:        Digitalist Magazine Website
Version:            3.0.2
Author:             BlogConsulting.com
Author URI:         http://www.blogconsulting.com/
*/

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

	This stylesheet will not be loaded by default.
	
	The main stylesheet in css/style.css and
  scss/style.scss.

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

@font-face {
	font-family: 'Benton Sans';
	src: url('fonts/BentonSans/BentonSans-Regular_gdi.eot');
	src: url('fonts/BentonSans/BentonSans-Regular_gdi.eot?#iefix') format('embedded-opentype'),
	   url('fonts/BentonSans/BentonSans-Regular_gdi.woff') format('woff'),
	   url('fonts/BentonSans/BentonSans-Regular_gdi.ttf')  format('truetype'),
	   url('fonts/BentonSans/BentonSans-Regular_gdi.svg#svgFontName') format('svg');
    font-weight: normal;
}
@font-face {
  	font-family: 'Benton Sans';
  	src: url('fonts/BentonSans/benton-sans-bold.eot');
  	src: url('fonts/BentonSans/benton-sans-bold.eot?#iefix') format('embedded-opentype'),
       url('fonts/BentonSans/benton-sans-bold.woff') format('woff'),
       url('fonts/BentonSans/benton-sans-bold.ttf')  format('truetype'),
       url('fonts/BentonSans/benton-sans-bold.svg#svgFontName') format('svg');
    font-weight: 700;

}
@font-face {
	font-family: 'Benton Sans';
	src: url('fonts/BentonSans/benton-sans-medium.eot');
	src: url('fonts/BentonSans/benton-sans-medium.eot?#iefix') format('embedded-opentype'),
	   url('fonts/BentonSans/benton-sans-medium.woff') format('woff'),
	   url('fonts/BentonSans/benton-sans-medium.ttf')  format('truetype'),
	   url('fonts/BentonSans/benton-sans-medium.svg#svgFontName') format('svg');
	font-weight: 500;
}
@font-face {
  font-family: "BentonSansLight";
  src: url("fonts/BentonSans/Light/56fead03-cbb4-48e8-bc4c-512c795fc3c9-2.eot");
  src: url("fonts/BentonSans/Light/56fead03-cbb4-48e8-bc4c-512c795fc3c9-2.eot?") format("embedded-opentype"),
       url("fonts/BentonSans/Light/56fead03-cbb4-48e8-bc4c-512c795fc3c9-3.woff") format("woff"),
       url("fonts/BentonSans/Light/56fead03-cbb4-48e8-bc4c-512c795fc3c9-1.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "BentonSansMedium";
  src: url("fonts/BentonSans/Medium/71592d14-e584-4c00-bbb9-8f1da5b98bf9-2.eot");
  src: url("fonts/BentonSans/Medium/71592d14-e584-4c00-bbb9-8f1da5b98bf9-2.eot?") format("embedded-opentype"),
       url("fonts/BentonSans/Medium/71592d14-e584-4c00-bbb9-8f1da5b98bf9-3.woff") format("woff"),
       url("fonts/BentonSans/Medium/71592d14-e584-4c00-bbb9-8f1da5b98bf9-1.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: "BentonSansBold";
  src: url("fonts/BentonSans/Bold/90a77a6d-79fe-4845-96a8-b6dadd7d52a4-2.eot");
  src: url("fonts/BentonSans/Bold/90a77a6d-79fe-4845-96a8-b6dadd7d52a4-2.eot?") format("embedded-opentype"),
       url("fonts/BentonSans/Bold/90a77a6d-79fe-4845-96a8-b6dadd7d52a4-3.woff") format("woff"),
       url("fonts/BentonSans/Bold/90a77a6d-79fe-4845-96a8-b6dadd7d52a4-1.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
}
body {
	background: #fff;
}

body, p, span, li {
	font-size: 14px;
	font-family: "Benton Sans", sans-serif;
	color: #333031;
}
h1{
	font-size: 36px;
}
h2{
	font-size: 30px;
}
h3{
	font-size: 24px;
}
h4{	
	font-size: 20px;
}
a {
	font-size: 14px;
	font-family: "Benton Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-family: "Benton Sans", sans-serif;
	line-height: 1.3em;
	color: #333031;
	margin-bottom: 14px;
}
figure {
	line-height: 1.6em;
}
hr{
	border-top: 1px solid #6d6e71;
}
.nomargin{
	margin: 0px;
}
.center {
	text-align: center;
}
.margin-bottom-10 {
	margin-bottom: 10px;
}
.hidden {
	display: none;
}
.unrelative {
	position: initial;
}
.row-parent {
	width: 100% !important;
	margin: 0px auto !important;
	max-width: 71.25rem !important;
}
.top-main-left .left-lane .middle ul li a,
.homepage-post .other-posts ul li a {
	display: block;
	width: 100%;
	position: relative;
	color: #000;
	font-weight: bold;
}
.top-main-left .left-lane .middle ul li a:before,
.homepage-post .other-posts ul li a:before {
	position: absolute;
	font-family: "FontAwesome";
	content: "\f054";
	top: 50%;
	margin-top: -7.5px;
	right: 0px;
	color: #000;
	border: 1px #000 solid;
	border-radius: 50px;
	width: 15px;
	height: 15px;
	line-height: 14px;
	font-size: 9px;
	padding-left: 4px;
	font-weight: normal;
}
.top-main-left .left-lane .middle ul li a:hover,
.homepage-post .other-posts ul li a:hover {
	text-decoration: underline;
}
.top-main-left .mid-lane img{
	width: 100%;
}
#sections-wrapper {
	position: fixed;
	top: 145px;
	background-color: #ebebeb;
	bottom: 30px;
	width: 200px;
	padding: 15px 0px;
	z-index: 99999;
	left: -200px;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}
.single #sections-wrapper {
	top: 218px;
}
#sections-wrapper.active {
	left: 0px;
}
#sections-wrapper .sections {
	padding: 15px;
	/*overflow-x: auto;*/
	width: 100%;
	height: 100%;
}
#sections-wrapper .sections ul {
	margin: 0px;
	list-style: none;
}
#sections-wrapper .sections ul li ul.sub-menu {
	position: absolute;
	top: -11px;
	left: 100%;
	z-index: 9;
	background-color: #EBEBEB;
	width: 200px;
	z-index: 99;
	display: none;
	border: 1px #ccc solid;
	padding: 10px 0px;
	max-height: 400px;
	overflow-x: auto;
}
#sections-wrapper .sections > ul > li > a {
	position: relative;
}
#sections-wrapper .sections > ul > li > a:before {
	position: absolute;
	content: " ";
	width: 0px;
	height: 0px;
	left: 100%;
	z-index: 9999;
	top: 2px;
	margin-left: -19px;
	border-width: 10px;
	border-color: transparent #EBEBEB transparent transparent;
	border-style: solid;
}
#sections-wrapper .sections > ul > li > a:after {
	position: absolute;
	content: " ";
	width: 0px;
	height: 0px;
	left: 100%;
	margin-left: -23px;
	z-index: 999;
	border-width: 12px;
	border-color: transparent #CCC transparent transparent;
	border-style: solid;
	top: 0px;
}
#sections-wrapper .sections > ul > li:last-child > a:before,
#sections-wrapper .sections > ul > li:last-child > a:after {
	border-color: transparent transparent transparent transparent;
}
#sections-wrapper .sections > ul > li > a:before,
#sections-wrapper .sections > ul > li > a:after {
	display: none;
}
#sections-wrapper .sections > ul > li:hover > a:before,
#sections-wrapper .sections > ul > li:hover > a:after {
	display: block;
}
#sections-wrapper .sections ul li ul.sub-menu li a {
	padding: 5px 15px;
	margin-bottom: 0px;
}
#sections-wrapper .sections ul li:nth-last-child(2) ul.sub-menu {
    margin-top: -88px;
}

#sections-wrapper .sections ul li:nth-last-child(3) ul.sub-menu {
    margin-top: -362px;
}
#sections-wrapper .sections ul li:last-child:hover ul.sub-menu {
    margin-top: -130px;
}
#sections-wrapper .sections > ul > li:last-child > a:after {
    position: absolute;
    content: " ";
    width: 0px;
    height: 0px;
    left: 100%;
    margin-left: -23px;
    z-index: 999;
    border-width: 12px;
    border-color: transparent #CCC transparent transparent;
    border-style: solid;
    top: -2px;
}
#sections-wrapper .sections > ul > li:last-child > a:before {
    position: absolute;
    content: " ";
    width: 0px;
    height: 0px;
    left: 100%;
    z-index: 9999;
    top: 0px;
    margin-left: -19px;
    border-width: 10px;
    border-color: transparent #EBEBEB transparent transparent;
    border-style: solid;
}
#sections-wrapper .sections ul li:hover ul.sub-menu {
	display: block;
	margin-bottom: 0px;
}
#sections-wrapper .sections ul.sections-tags > li {
	border-bottom: 1px #cccccc solid;
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
}
#sections-wrapper .sections ul.sections-tags > li > a {
	font-weight: bold;
	display: block;
	margin-bottom: 0px;
}
#sections-wrapper .sections ul li a {
	color: #6d6e71;
	line-height: 1.2em;
	display: block;
	margin-bottom: 10px;
	text-transform: capitalize;
}
#sections-wrapper .sections ul li a:hover {
	text-decoration: underline;
}
#sections-button {
	position: absolute;
	left: 100%;
	top: 40px;
	display: block;
	background-color: #EBEBEB;
	padding: 10px 15px;
	-webkit-transform: rotate(90deg);
	   -moz-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	     -o-transform: rotate(90deg);
	        transform: rotate(90deg);
	color: #333;
	border-radius: 5px 5px 0px 0px;
	margin-left: -40px;
	width: 120px;
}
#sections-button i {
	border: 1px solid rgb(51, 51, 51);
	width: 20px;
	height: 20px;
	text-align: center;
	font-size: 12px;
	line-height: 15px;
	border-radius: 50px;
	margin-left: 5px;
}

/* HEADER */
#main-header {
	padding: 15px 0px 10px;
	border-top: 4px #fdb816 solid;
}
.top-bar {
	height: 40px;
	line-height: 40px;
	background: #6d6e71;
	padding: 0px 15px;
}
.top-bar-section li:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:not(.button) {
	padding: 0px 20px;
	font-size: 14px;
	line-height: 40px;
	background: #6d6e71;
}
.contain-to-grid {
	background: #6d6e71;
}
body > header.contain-to-grid {
	margin-bottom: 0px;
}
.main-logo,
.find-out-more {
	float: left;
}
.find-out-more p {
	margin-bottom: 0px;
	height: 47px;
	line-height: 40px;
	font-size: 14px;
	color: #333031;
	margin-left: 25px;
}
.find-out-more p span,
.find-out-more p a {
	font-size: 16px;
}
.find-out-more p span {
	color: #fdb817;
}
.find-out-more p a {
	color: #333031;
}
.find-out-more p a:hover {
	color: #fdb817;
}
.search-box {
	float: right;
}
.search-box input[type="text"] {
	margin-bottom: 0px;
	background-color: transparent;
	width: 250px;
	background-image: url(img/search.png);
	background-position: center right;
	background-repeat: no-repeat;
	border: 1px transparent solid;
	box-shadow: 0px 1px 2px transparent inset;
}
.search-box input[type="text"]:focus,
.search-box input[type="text"]:hover {
	background-color: #fff;
}
.search-box form {
	float: right;
}
.search-box img {
	float: right;
	margin-left: 15px;
}
#post-header {
	background-color: #f1f2f2;
	padding: 20px 0px;
}
.top-bar-section .has-dropdown > a {
	padding-right: 20px !important;
}
.top-bar-section .has-dropdown > a::after {
	display: none;
}
.top-bar-section li:not(.has-form) a:hover:not(.button) {
	background: #1ea5de;
}
#custom-menu {
	background-color: #6d6e71;
	position: relative;
	z-index: 99999;
}
#custom-menu ul {
	list-style: none;
	margin: 0px;
}
#custom-menu .custom-menu-main > .item {
	float: left;
	display: block;
}
#custom-menu .custom-menu-main .item > a {
	display: block;
	height: 45px;
	line-height: 45px;
	padding: 0px 15px;
	/*padding: 0px 20px;*/
	color: #fff;
	font-size: 13px;
}
#custom-menu .custom-menu-main .item > a:hover {
	background-color: #1ea5de;
}
.sub-menu-wrapper {
	position: absolute;
	top: 100%;
	left: 0px;
	right: 0px;
	display: none;
	background-color: #1ea5de;
	min-height: 350px;
}
.sub-menu-wrapper .wrap {
	box-sizing: border-box;
	padding: 15px 0px;
}
.sub-menu-wrapper .wrap:before,
.sub-menu-wrapper .wrap:after {
	content: " ";
	display: table;
}
.sub-menu-wrapper .wrap:after {
	clear: both;
}
#custom-menu .custom-menu-main .item:hover {
	background-color: #1ea5de;
}
#custom-menu .custom-menu-main .item:hover .sub-menu-wrapper {
	display: block;
}
.sub-menu-wrapper ul li a {
	color: #6d6e71;
	font-size: 16px;
	display: block;
	padding: 10px 0px;
}
.sub-menu-wrapper ul li a:hover {
	color: #fff;
}
.sub-menu-wrapper ul {
	width: 330px;
	float: left;
}
.post-spoiler {
	min-height: 320px;
	background-color: #fff;
	position: absolute;
	right: 0px;
	left: 330px;
	top: 0px;
	display: none;
	padding: 15px;
}
.post-spoiler-title,
.post-spoiler-title span {
	font-size: 18px;
}
.post-spoiler-title span {
	color: #1ea5de;
	text-transform: uppercase;
	margin-bottom: 10px;
	display: block;
}
/*.post-spoiler p {
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 20px;    
	max-height: 40px;     
	-webkit-line-clamp: 3; 
	-webkit-box-orient: vertical;
}*/
.post-spoiler p a.read-more {
	font-size: 14px;
	padding: 0px;
}
.sub-menu .sub-menu-item:first-child .post-spoiler {
	display: block;
}
.sub-menu-item {
	width: 100%;
}
.sub-menu-item:hover .post-spoiler {
	display: block;
}
.sub-menu-item a {
	position: relative;
}
.sub-menu-item:hover > a:before {
	position: absolute;
	content: " ";
	width: 0px;
	height: 0px;
	border-width: 20px;
	border-style: solid;
	border-color: transparent #fff transparent transparent;
	top: 5px;
	right: 15px;
}
.menu-image {
	position: absolute;
	top: 0px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	height: 290px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.menu-page-link {
	position: absolute !important;
	bottom: 0px;
	left: 100%;
	margin-left: 30px;
	padding: 10px 15px !important;
	color: #fff !important;
	background-color: #6d6e71;
	font-size: 14px;
	min-width: 270px;
	text-align: center;
}
.parent-menu-link {
	position: absolute !important;
	bottom: 0px;
	left: -330px;
	margin-left: 00px;
	padding: 10px 15px !important;
	color: #fff !important;
	background-color: #6d6e71;
	font-size: 14px;
	min-width: 250px;
	text-align: center;
}

/* HOMEPAGE */
.top-main-left,
.top-main-right {
	border-bottom: 1px #6d6e71 solid;
	padding-bottom: 25px;
	min-height: 570px;
}
.top-main-right{
	border: none;
}
.top-main-left .left-lane .bottom img {
	width: 155px;
}
.content.sponsored-content {
	padding: 15px 25px;
	background-color: #f8f8f8;
	position: relative;
	overflow: hidden;
}
.content.sponsored-content:before {
	position: absolute;
	content: " ";
	width: 100px;
	height: 16px;
	bottom: 8px;
	right: -42px;
	background-color: #FDB816;
	transform: rotate(-45deg);
}
.content.sponsored-content p, .content.sponsored-content a{
	font-size: 12px;
}
.main-section .content.sponsored-content {
	margin-bottom: 15px;
}
.top-section {
	background-color: #fff;
	margin-top: 25px;
}
.sponsored {
	color: #fdb816;
	font-style: italic;
}
.top-main-right .content img {
	width: 100%;
	margin-bottom: 10px;
}
.top-main-right .content a {
	color: #333031;
	font-size: 12px;
}
.top-main-right .content a:hover {
	text-decoration: underline;
}
.main-section {
	background-color: #fff;
	padding-bottom: 25px;
}
.homepage-post {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px #e1e1e1 solid;
	margin-top: 20px;
}
.homepage-post:last-child{
	border-bottom: 1px solid #6d6e71;
}
.homepage-post .meta p{
	font-size: 12px;
}
.homepage-post .homepage-read-more{
    color: #333031;
    font-weight: 500;
    font-size: 12px;
    background: url('img/chevron-arrow-right.png') no-repeat right 0px center;
    padding-right: 22px;
}
.homepage-post img.wp-post-image {
	width: 41.098%;
    float: left;
    margin-right: 40px;
}
.homepage-post .post-content{
	overflow: hidden;
}
.homepage-post .post-category h4 {
	color: #1ea5de;
}
.homepage-post .other-posts ul {
	list-style: none;
	margin: 0px;
}
.homepage-post .other-posts ul li a {
	color: #333031;
	padding-right: 20px;
}
.homepage-post .other-posts ul li a:hover {
	text-decoration: underline;
}
.homepage-post p {
	margin-bottom: 10px;
}
.the-meta-box {
	list-style: none;
	margin: 20px 0px;
	box-sizing: border-box;
	font-size: 12px;
}
.homepage-post .the-meta-box:last-child {
	margin-bottom: 0px;
}
.the-meta-box:before,
.the-meta-box:after {
	content: " ";
	display: table;
}
.the-meta-box:after {
	clear: both;
}
.the-meta-box li {
	display: block;
	float: left;
	height: 38px;
	line-height: 38px;
}
.the-meta-box li:first-child {
	background-color: #6d6e71;
	color: #fff;
	text-align: center;
	width: 18%;
	border-top: 1px #6d6e71 solid;
	border-bottom: 1px #6d6e71 solid;
	font-weight: bold;
}
.the-meta-box li:last-child {
	border-top: 1px #6d6e71 solid;
	border-bottom: 1px #6d6e71 solid;
	width: 82%;
	padding-left: 20px;
	position: relative;
}
.the-meta-box li:last-child:before {
	position: absolute;
	content: " ";
	width: 0px;
	height: 0px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent #6d6e71 #6d6e71 transparent;
	bottom: 0px;
	right: 0px;
}
.top-main-left .left-lane{
	overflow: hidden;
	margin-bottom: 20px;
}
.top-main-left .left-lane p{
	font-size: 12px;
}
.top-main-left .left-lane .middle ul {
	list-style: none;
	margin-left: 0px;
}
.top-main-left .left-lane .bottom img {
	float: right;
	margin-left: 10px;
}

/* HOMEPAGE SIDEBAR */
.sidebar-item h4,
.sharelines h4 {
	font-weight: normal;
}
.sharelines .icon,
.sharelines .text {
	float: left;
	display: inline-block;
}
.sharelines .icon {
	width: 20%;
}
.sharelines .text {
	width: 80%;
}
.sharelines .text p {
	margin-bottom: 0px;
}
.sharelines .item {
	border-bottom: 1px #6d6e71 solid;
	box-sizing: border-box;
	padding: 15px 0px;
}
.sharelines .item:first-child {
	border-top: 1px #6d6e71 solid;
}
.sharelines .item:before,
.sharelines .item:after {
	content: " ";
	display: table;
}
.sharelines .item:after {
	clear: both;
}
.sharelines .item .icon ul {
	list-style: none;
	margin: 0px;
}
.sharelines .item .icon li {
	display: block;
	float: left;
}
.sharelines .item .fa-facebook {
	color: #44ACE8;
	font-size: 24px;
	margin: 0px 16px 0px 10px;
}
.sharelines .item .fa-caret-down {
	color: #dddddd;
	font-size: 18px;
}
.sidebar-item .panel {
	background-color: #fff;
	border: 1px #fff solid;
	border-bottom: 1px #6d6e71 solid;
	margin-top: 0px;
	padding-top: 0px;
}
.sidebar-item .ad {
	display: block;
}
.sidebar-item .ad img {
	width: 100%;
}
.trending-tabs {
	list-style: none;
	margin: 0px;
	width: 100%;
	box-sizing: border-box;
}
.trending-tabs:before,
.trending-tabs:after {
	content: " ";
	display: table;
}
.trending-tabs:after {
	clear: both;
}
.trending-tabs li {
	float: left;
	width: 50%;
	display: block;
	border-bottom: 1px #999798 solid;
	border-top: 1px transparent solid;
}
.trending-tabs li.active {
	border-bottom: 1px transparent solid;
	border-top: 1px #999798 solid;
}
.trending-tabs li:first-child {
	border-right: 1px #999798 solid;
}
.trending-tabs li a {
	display: block;
	text-align: center;
	color: #333031;
	font-weight: bold;
	font-size: 12px;
	padding: 15px 0px;
}
.trending-tabs-content #trending-tabs-content a {
	display: block;
	padding: 10px 15px;
	margin: 10px 0px;
	border: 1px #e1e1e1 solid;
	border-radius: 3px;
	color: #333031;
}
.trending-tabs-content #most-read-content{
	padding: 20px 0;
}


.trending-tabs-content .trending-content a:hover {
	/*background-color: #FDB816;
	color: #fff;
	border: 1px #FDB816 solid;*/
}
.trending-tabs-content .trending-content {
	display: none;
}
.trending-tabs-content .trending-content.active {
	display: block;
}
#trending-tabs-content a {
	position: relative;
}
#trending-tabs-content a:before {
	font-family: "FontAwesome";
	position: relative;
	content: "\f06e";
	float: right;
	color: #333031;
	display: none;
}
#trending-tabs-content a:hover:before {
	display: inline;
}
#most-read-content a {
	position: relative;
}
.sidebar-item > div.trending {
	margin: 20px 0px;
	padding: 20px 0px;
	border-top: 1px #6d6e71 solid;
	border-bottom: 1px #6d6e71 solid;
}
.sidebar-item-title {
	font-size: 14px;
	text-align: center;
	font-weight: bold !important;
	margin-bottom: 15px;
}
#s::-webkit-input-placeholder {
   color: transparent;
}

#s:-moz-placeholder { /* Firefox 18- */
   color: transparent;  
}

#s::-moz-placeholder {  /* Firefox 19+ */
   color: transparent;  
}

#s:-ms-input-placeholder {  
   color: transparent;  
}
#s:focus::-webkit-input-placeholder {
   color: #cdced0;
}

#s:focus:-moz-placeholder { /* Firefox 18- */
   color: #cdced0;  
}

#s:focus::-moz-placeholder {  /* Firefox 19+ */
   color: #cdced0;  
}

#s:focus:-ms-input-placeholder {  
   color: #cdced0;  
}
#s:hover::-webkit-input-placeholder {
   color: #cdced0;
}

#s:hover:-moz-placeholder { /* Firefox 18- */
   color: #cdced0;  
}

#s:hover::-moz-placeholder {  /* Firefox 19+ */
   color: #cdced0;  
}

#s:hover:-ms-input-placeholder {  
   color: #cdced0;  
}
#s:focus,
#s:hover {
	border-bottom: 1px #cdced0 solid;
}
.the-article {
	border-bottom: 1px #ccc solid;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.the-article:last-child{
	border: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.the-article a {
	display: block;
	box-sizing: border-box;
}
.the-article a:before,
.the-article a:after {
	content: " ";
	display: table;
}
.the-article a:after {
	clear: both;
}
.the-article img {
	float: left;
	margin-right: 10px;
}
.the-article a p {
	line-height: 1.2em;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 0px;
}
.the-article a p img {
	width: 65px;
	float: left;
	margin-right: 10px;
}


/* FOOTER */
#main-footer {
	background-color: #6d6e71;
	padding: 30px 0px 10px;
	border-bottom: 4px #fdb816 solid;
}
#main-footer a {
	color: #fff;
	font-size: 12px;
}
#main-footer ul {
	list-style: none;
	margin: 0px 0px 40px 0px;
}
#main-footer ul li {
	line-height: 1em;
	margin-bottom: 7px;
}
#main-footer ul li.footer-links-title {
	margin-bottom: 20px;
}
#main-footer ul li a:hover {
	text-decoration: underline;
}

#main-footer .socials {
	display: flex;
}

#main-footer .socials ul {
	list-style: none;
	margin: 0px auto;
}
#main-footer .socials li {
	display: block;
	float: left;
}
#main-footer .socials li a {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #333031;
	background-color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50px;
	margin-right: 20px;
}
#main-footer .socials li a:hover {
	background-color: #FDB816;
	color: #fff;
}
#main-footer .socials li:last-child a {
	margin-right: 0px;
}
.copyright {
	color: #fff;
	margin-bottom: 0px;
	font-size: 12px;
}
.newsletter .button {
	padding: 8px 19px 8px;
	font-size: 14px;
	background-color: #6d6e71;
	border: 1px #6d6e71 solid;
	margin-bottom: 10px;
}
.newsletter input[type="submit"].button {
	padding: 7px 19px 6px;
}
.newsletter hr {
	margin: 10px 0px 10px;
}
.newsletter input[type="email"] {
	width: 188px;
	margin-right: 10px;
	float: left;
	margin-bottom: 10px;
}
.footer-logo {
	margin-bottom: 30px;
}

/* SINGLE PAGE */
.post-wrapper {
	padding: 20px 0px;
}
.post-wrapper .post-title {
	margin-bottom: 30px;
}
.post-wrapper .post-meta {
	padding-top: 15px;
	border-top: 1px #333031 solid;
}
.post-wrapper .post-meta span{
	margin: 0px 3px 0px 6px;
    text-align: center;
}
.post-wrapper .featured-image img {
	width: 100%;
}
.post-wrapper .newsletter {
	background-color: #fff;
	border-top: 1px #333031 solid;
	border-bottom: 1px #333031 solid;
	border-left: 1px transparent solid;
	border-right: 1px transparent solid;
	margin-top: 20px;
	padding-top: 25px;
}
.rhs-wrapper {
	background-image: url(img/single-sidebar.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 300px;
	position: relative;
}
.rhs-wrapper .rhs {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: -webkit-linear-gradient(transparent, #000);
	background:    -moz-linear-gradient(transparent, #000);
	background:     -ms-linear-gradient(transparent, #000);
	background:      -o-linear-gradient(transparent, #000);
	background:         linear-gradient(transparent, #000);
}
.rhs-wrapper .rhs img {
	margin-top: 15px;
	margin-left: 15px;
	display: block;
}
.rhs-wrapper .rhs .rhs-content {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding: 15px;
}
.rhs-wrapper .rhs .rhs-content p {
	margin-bottom: 0px;
}
.rhs-wrapper .rhs .rhs-content h4,
.rhs-wrapper .rhs .rhs-content p {
	color: #fff;
}
.rhs-wrapper .rhs .rhs-content .rhs-button {
	display: block;
	background-color: #1ea0da;
	padding: 7px 15px;
	color: #fff;
	width: 140px;
	text-align: center;
	margin-top: 10px;
	font-weight: bold;
}
.the-next .panel-title {
	background-color: #333031;
	color: #fff;
	padding: 15px 0px;
	text-align: center;
	font-weight: bold;
}
.the-next-article {
	padding: 15px;
	border-bottom: 1px #333031 solid;
}
.the-next-article p {
	margin-bottom: 10px;
}
.the-next-article p a {
	color: #333031;
}
.the-next-article p a:hover {
	text-decoration: underline;
}
.post-slide {
	padding: 0px 10px;
	border-left: 1px #c2c2c2 solid;
	border-right: 1px #c2c2c2 solid;
	margin-left: -1px;
}
.post-slide img {
	float: left;
	margin-right: 10px;
	width: 60px;
}
.post-slide p,
.post-slide p a {
	line-height: 1.2em;
	margin-bottom: 0px;
	font-size: 12px;
	color: #000;
}
.post-slider .slick-prev::before, .post-slider .slick-next::before {
	position: relative;
	z-index: 10;
	color: #f1f2f2;
	opacity: 1;
	font-size: 17px;
}
.post-slider .slick-prev::after, .post-slider .slick-next::after {
	position: absolute;
	content: " ";
	border-radius: 50px;
	background-color: #6c6d70;
	z-index: 9;
	top: -1px;
	width: 19px;
	height: 19px;
	left: 0px;
}
.post-slider .slick-slider,
.single .slick-slider {
	margin-bottom: 0px;
}
.post-slider .slick-prev {
    right: -25px;
    margin-top: 8px;
    left: auto;
}
.single-post-wrapper .featured-image {
	/*max-height: 300px;*/
	max-height: none;
	margin-bottom: 20px;
	overflow: hidden;
}
.post-slider .slick-next {
    right: -25px;
    margin-top: -27px;
}
.post-slider .post-slide-image {
	width: 60px;
	height: 40px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}
#post-header .back-button {
	margin-bottom: 0px;
}
#post-header .back-button a {
	font-size: 16px;
}
#post-header .back-button a i {
	width: 20px;
	height: 20px;
	border-radius: 50px;
	border: 1px #008CBA solid;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	margin-left: 5px;
}

/* ARCHIVE */
.archive-post-image img {
	width: 100%;
}
.archive-post-image {
	height: 225px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin-bottom: 10px;
}
.archive-post {
	margin-bottom: 30px;
	position: relative;
	min-height: 225px;
}
.archive-post .wp-post-image{
	float: left;
	margin-bottom: 20px;
	margin-right: 40px;
	width: 41.098%;
}
.archive-post .archive-post-featured-image .wp-post-image,
.home .archive-post-featured-image .wp-post-image {
	width: 100%;
}
.archive-post .archive-post-featured-image,
.home .archive-post-featured-image {
	float: left;
	margin-bottom: 20px;
	margin-right: 40px;
	width: 41.098%;
	height: 200px;
	overflow: hidden;
}
.archive-post-content{
	overflow: hidden;
}
.archive-post-content p{
	font-size: 12px;
}
.archive-read-more {
	border-bottom: 1px #6d6e71 solid;
	padding: 10px 0px;
}
.archive-read-more a{
	color: #333031;
	font-weight: 500;
	font-size: 12px;
	background-image: url('img/chevron-arrow-right.png');
	background-repeat: no-repeat;
	background-position: right center;
    padding-right: 22px;
}
.this-story {
	border-bottom: 1px #000 solid;
	padding: 15px 0px 15px;
}
.this-story:first-child {
	border-top: 1px #6d6e71 solid;
}
.this-story .title p {
	font-size: 20px;
}
.this-story .this-post {
	box-sizing: border-box;
}
.this-story .this-post p{
	font-size: 12px;
}
.this-story .this-post p a{
	font-size: 12px;
	color: #333031;
	font-weight: 500;
	background: url('img/chevron-arrow-right.png') no-repeat right 0px center;
    padding-right: 22px;
}
.this-story .this-post:before,
.this-story .this-post:after {
	content: " ";
	display: table;
}
.this-story .this-post:after {
	clear: both;
}
.this-story .this-post p img {
	width: 65px;
	height: 43px;
	float: left;
	margin-right: 10px;
}
.post-wrapper .entry-title {
	color: #1ea5de;
	font-size: 30px;
	text-transform: capitalize;
}
body.tag .post-wrapper .entry-title{
	font-size: 30px;
    font-weight: 400;
    color: #333031;
    text-transform: capitalize;
}
.redirect-button {
	background-color: #6d6e71;
	color: #fff;
	display: inline-block;
	padding: 10px 15px;
	font-size: 12px;
}
.latest-in-all {
	background-color: #EFAB00;
	color: #FFF;
	display: block;
	padding: 10px 15px;
	width: 200px;
	margin: 15px auto 0px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.latest-in-all:hover {
	color: #FFF;
	text-decoration: underline;
}
.redirect-button:hover, .redirect-button:focus{
	color: #fff;
}
#custom-menu-mobile,
.top-main-right-mobile,
#custom-menu-list {
	display: none;
}
.top-main-right-mobile .slick-prev,
.campaign-slider .slick-prev {
	left: 10px;
	z-index: 9;
	margin-top: -60px;
	width: 25px;
	height: 61px;
}
.top-main-right-mobile .slick-next,
.campaign-slider .slick-next {
	right: 10px;
	margin-top: -60px;
	width: 25px;
	height: 61px;
}
.top-main-right-mobile .slick-prev:before,
.top-main-right-mobile .slick-next:before,
.campaign-slider .slick-prev:before,
.campaign-slider .slick-next:before {
	font-family: "FontAwesome";
	font-size: 30px;
}
.campaign-slider .slick-prev,
.top-main-right-mobile .slick-prev:before {
	left: -30px;
	margin-top: -30px;
	background-image: url("img/left-arrow.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 25px;
	height: 61px;
	color: transparent;
}
.campaign-slider .slick-next,
.top-main-right-mobile .slick-next:before {
	right: -30px;
	margin-top: -30px;
	background-image: url("img/right-arrow.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 25px;
	height: 61px;
	color: transparent;
}
.campaign-slider .slick-prev::before,
.campaign-slider .slick-next::before {
    content: " ";
}
.top-main-right-mobile .slick-prev::before,
.top-main-right-mobile .slick-prev::after,
.top-main-right-mobile .slick-next::before,
.top-main-right-mobile .slick-next::after {
	margin-top: -45px;
	position: absolute;
}
.top-main-right-mobile .slick-prev::before,
.top-main-right-mobile .slick-next::before {
	left: 0px;
}
.top-main-right-mobile .slick-prev::after,
.top-main-right-mobile .slick-next::after {
	right: 0px;
}
.slick-dots {
	margin: 0px;
	bottom: -150px;
}
.slick-dots li {
	width: 15px;
	height: 14px;
}
.slick-dots li button {
	width: 15px;
	height: 14px;
	border-radius: 50px;
	border: 1px solid transparent;
	background-image: url("img/bullet.png");
	padding: 0px;
	background-size: cover;
	background-repeat: no-repeat;
}
.slick-dots li button::before {
	line-height: 11px;
	width: 13px;
	height: 12px;
	color: transparent;
	background-image: url("img/bullet-active.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.slick-dots li.slick-active button::before {
	opacity: 1;
	color: transparent;
	background-image: url("img/bullet-active.png");
	width: 13px;
	height: 12px;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 999;
	line-height: 0px;
}
.top-main-right-mobile .slick-dots {
	margin: 0px 0px 15px;
}
#custom-menu-list {
	box-sizing: border-box;
}
#custom-menu-list:before,
#custom-menu-list:after {
	content: " ";
	display: table;
}
#custom-menu-list:after {
	clear: both;
}
.custom-menu-main-mobile,
.sub-menu-mobile,
.custom-menu-main-mobile > li > ul.sub-menu {
	list-style: none;
	margin: 0px;
}
.custom-menu-main-mobile > li > a {
	display: block;
	background-color: #333031;
	color: #fff;
	padding: 10px 15px;
	border-bottom: 1px #fff solid;
}
.sub-menu-mobile .sub-menu-item-mobile a,
.custom-menu-main-mobile > li > ul.sub-menu > li > a {
	display: block;
	background-color: #959595;
	color: #fff;
	padding: 10px 15px 10px 25px;
}
.sub-menu-mobile,
.custom-menu-main-mobile > li > ul.sub-menu {
	border-bottom: 1px #fff solid;
	display: none;
	position: relative;
	border-top: 1px #fff solid;
	margin-top: -1px;
	z-index: 1;
}
.sub-menu-mobile.active,
.custom-menu-main-mobile > li > ul.sub-menu.active {
	display: block;
}
.custom-menu-main-mobile .item,
.custom-menu-main-mobile > li {
	position: relative;
}
.custom-menu-main-mobile > li > a.dropdown-button {
	position: absolute;
	border-bottom: 1px transparent solid;
	top: 0px;
	right: 0px;
	left: 60%;
	bottom: 1px;
}
.mobile-components {
	display: none;
}
.mobile-components.links p {
	margin-bottom: 20px;
}
.mobile-components.links p a {
	padding: 0px 10px;
	font-weight: bold;
}
.mobile-components.copyright {
	width: 100%;
	clear: both;
}
.mobile-components.copyright p {
	color: #fff;
}
#item-99 .sub-menu {
	list-style: none;
	margin: 0px;
	display: none;
	position: relative;
	z-index: 9;
}
#item-99 .sub-menu.active {
	display: block;
}
#item-99 .sub-menu > li > a {
	background-color: #c2c2c2;
	padding: 10px 15px 10px 40px;
	color: #333031;
}
#item-99 .sections-tags > li {
	position: relative;
}
.inner-dropdown-menu {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 60%;
}
.campaign-section {
	padding: 170px 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.campaign-section.secondfold-section-mobile {
	padding: 40px;
	position: relative;
}
.campaign-section.overview-section {
	/*background-image: url(img/campaign-overview.jpg);*/
}
.campaign-section.secondfold-section,
.campaign-section.secondfold-section-mobile {
	/*background-image: url(img/campaign-secondfold.jpg);*/
}
.campaign-section.thirdfold-section {
	/*background-image: url(img/campaign-thirdfold.jpg);*/
	position: relative;
}
.campaign-section.thirdfold-section:before {
	position: absolute;
	content: " ";
	background-color: rgba(255,255,255,0.7);
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;

}
.campaign-section.fourthfold-section {
	/*background-image: url(img/campaign-fourthfold.jpg);*/
}

/* new images oct-10 */
.campaign-section.overview-section {
	/*background-image: url(img/campaign-overview-new.jpg);*/
}

.campaign-section.fourthfold-section {
	/*background-image: url(img/campaign-fourthfold-new.jpg);*/
}

.campaign-section.thirdfold-section {
    /*background-image: url(img/campaign-thirdfold-new.jpg);*/
}

.campaign-section.secondfold-section-mobile .campaign-slide h4,
.campaign-section.secondfold-section-mobile .campaign-slide h1,
.campaign-section.secondfold-section-mobile .campaign-slide p,
.campaign-section.secondfold-section-mobile .campaign-slide a {
	text-align: center;
}
.campaign-section.secondfold-section-mobile .slick-dots {
	bottom: -20px;
}
.campaign-section.secondfold-section-mobile .campaign-slide a {
	padding: 10px 15px;
	background-color: #6D6E71;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	display: block;
	margin: 0px auto;
	width: 150px;
}
.campaign-section-mobile.thirdfold-section a {
	margin-top: 15px;
	position: relative;
	color: #333031;
    font-weight: 500;
    font-size: 12px;
    background: url('img/chevron-arrow-right.png') no-repeat right 0px center;
    padding-right: 22px;
}
.campaign-section-mobile.thirdfold-section a.homepage-read-more:before {
	padding-left: 2px;
}
.campaign-section.secondfold-section-mobile:before {
	position: absolute;
	content: " ";
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(255,255,255,0.7);
}
.campaign-section .overview {
	width: 700px;
	margin: 0px auto;
	max-width: 100%;
}
.campaign-section .overview .title {
	background-color: rgba(12, 22, 38, 0.9);
	padding: 10px 20px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	font-size: 16px;
}
.campaign-section .overview .content {
	background-color: rgba(255,255,255,0.7);
	padding: 30px 20px;
	border-bottom: 3px #FDB817 solid;
}

.campaign-section .overview .content h1 {
	text-transform: uppercase;
	font-size: 34px;
}
.campaign-section .overview .content p {
	font-size: 16px;
}
.campaign-section .overview .content a {
	display: inline-block;
	background-color: #6d6e71;
	padding: 12px 15px;
	color: #fff;
	font-weight: bold;
}
.campaign-slider {
	width: 100%;
	margin: 0px auto;
	max-width: 100%;
}
.campaign-section.thirdfold-section .content img {
	margin-bottom: 30px;
	width: 100%;
}
.campaign-section.thirdfold-section .content p {
	font-size: 14px;
}
.campaign-section.thirdfold-section .content h4 {
	min-height: 52px;
}
.campaign-section.thirdfold-section .content p.excerpt {
	min-height: 100px;
}
.campaign-section.thirdfold-section .content a {
	color: #333031;
	font-size: 14px;
    font-weight: 500;
    background: url('img/chevron-arrow-right.png') no-repeat right 0px center;
    padding-right: 22px;
}
.campaign-section.thirdfold-section .content a.homepage-read-more:before {
	padding-left: 2px;
}
.campaign-section.fourthfold-section .content,
.campaign-section-mobile.fourthfold-section .content {
	padding: 15px;
	background-color: rgba(0,0,0,0.8);
}
.campaign-section.fourthfold-section .content h4,
.campaign-section-mobile.fourthfold-section .content h4 {
	color: #fff;
	margin-bottom: 25px;
	text-align: center;
}
.campaign-section.fourthfold-section .content a,
.campaign-section-mobile.fourthfold-section .content a {
	background-color: #6d6e71;
	padding: 10px 15px;
	color: #fff;
}
.campaign-section.fourthfold-section .content p,
.campaign-section-mobile.fourthfold-section .content p {
	text-align: center;
}
.post-category.mobile {
	display: none;
}
.the-meta-box {
	position: relative;
	width: 100%;
	border-top: 1px #6D6E71 solid;
	border-bottom: 1px #6D6E71 solid;
}
.the-meta-box div:first-child {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: 135px;
	background-color: #6D6E71;
	color: #fff;
	padding: 10px 0px;
	text-align: center;
	font-weight: 500;
}
.the-meta-box div:last-child {
	margin-left: 135px;
	padding: 10px 15px;
	position: relative;
}
.the-meta-box div:last-child::before {
    position: absolute;
    content: " ";
    width: 0px;
    height: 0px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #6D6E71 #6D6E71 transparent;
    bottom: 0px;
    right: 0px;
}
.mid-lane .featured-image,
.top-main-right .content .featured-image,
.top-main-right-mobile .content .featured-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.mid-lane .featured-image {
	height: 235px;
}
.top-main-right .content .featured-image,
.top-main-right-mobile .content .featured-image {
	height: 115px;
	margin-bottom: 8px;
}
.top-main-right-mobile .slick-dots {
	bottom: 0px;
}
.the-next.fix {
	position: fixed;
	top: 15px;
}
.the-next-article {
	position: relative;
}
.the-next.halt {
	position: absolute;
}

.the-next-article .progress-bar {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	background-color: #FDB816;
	z-index: -1;
}
.campaign-section-mobile.overview-section .the-image {
	/*background-image: url(img/campaign-overview-new.jpg);*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 100px 0px;
}
.campaign-section-mobile.overview-section .the-image h1 {
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}
.campaign-section-mobile.overview-section .the-black-text {
	background-color: #333031;
	color: #fff;
	text-align: center;
	padding: 15px 0px;
	font-weight: bold;
	font-size: 18px;
}
.campaign-section-mobile.overview-section .the-content,
.campaign-section-mobile.thirdfold-section .the-content {
	padding: 20px;
}
.campaign-section-mobile.overview-section .the-content p,
.campaign-section-mobile.thirdfold-section .the-content p {
	font-size: 14px;
	text-align: center;
}
.campaign-section-mobile.overview-section .the-content a {
	padding: 10px 15px;
	background-color: #6d6e71;
	color: #fff;
	font-size: 16px;
	text-align: center;
	display: block;
	margin: 0px auto;
	width: 150px;
}
.homepage-read-more:hover {
	color: #000;
	text-decoration: underline;
}
.campaign-section-mobile.thirdfold-section img {
	width: 100%;
}
.campaign-section-mobile.fourthfold-section .content {
	border-top: 1px #fff solid;
}
.ratingblock {
	display: none;
}
#respond {
	padding: 0px;
}
ol.commentlist ul.children {
	margin-left: 0px;
}
ol.commentlist ul.children li {
	padding: 10px 60px;
	background-color: #f1f2f2;
	margin-bottom: 5px;
}
ol.commentlist ul.children section.comment {
	margin-bottom: 0px;
}
.avatar {
	border-radius: 0px;
}
.related-articles {
	padding: 30px 0px;
}
.related-articles p a {
	color: #333031;
	font-weight: bold;
}
.related-articles p a:hover {
	text-decoration: underline;
}
.related-article-image {
	margin-bottom: 10px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 10px;
}
.related-articles h4,
#tags h4 {
	font-size: 14px;
}
.foo-sharelines {
	padding: 30px 0px;
}

#main-footer .dropdown, #main-footer .large-3.columns ul ul, #main-footer .sub-menu {
	margin-top: 20px;
}
.search-box.mobile {
    float: none;
    display: block;
    height: 60px;
    background-color: #1ea5de;
    position: relative;
}
.search-box.mobile form {
    float: none;
    width: 100%;
}
.search-box.mobile input[type="text"] {
    width: 100%;
    height: 60px;
    padding: 15px;
    background-image: url("img/search-mobile.png");
}
.search-box.mobile input[type="text"]:focus {
    background-color: transparent;
}
.search-box.mobile #searchsubmit {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: transparent;
	border: 1px transparent solid;
	color: transparent;
	cursor: pointer;
}
.search-box.mobile #s::-webkit-input-placeholder {
   color: #fff;
}

.search-box.mobile #s:-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}

.search-box.mobile #s::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}

.search-box.mobile #s:-ms-input-placeholder {  
   color: #fff;  
}

.search-box.mobile #s {
	color: #fff;
	border-bottom: 1px #fff solid;
	border-top: 1px #fff solid;
}
.the-next-mobile {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
}
.the-next-mobile .the-next-article {
	float: left;
	width: 20%;
	border-bottom: 1px transparent solid;
}
.the-next-mobile .progress-bar {
	z-index: 999;
	opacity: 0.8;
}
.the-next-mobile .progress-bar a {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	display: block;
}
.the-next-mobile .the-next-article:nth-child(1) .progress-bar {
	background-color: #ebebeb;
}
.the-next-mobile .the-next-article:nth-child(2) .progress-bar {
	background-color: #d7d7d7;
}
.the-next-mobile .the-next-article:nth-child(3) .progress-bar {
	background-color: #c2c2c2;
}
.the-next-mobile .the-next-article:nth-child(4) .progress-bar {
	background-color: #acacac;
}
.the-next-mobile .the-next-article:nth-child(5) .progress-bar {
	background-color: #959595;
}
.hide-on-home {
	display: block;
}
.show-on-home {
	display: none;
}
.home .hide-on-home {
	display: none;
}
.home .show-on-home {
	display: block;
}
.archive aside {
	margin-top: 58px;
}
.single-post .content.sponsored-content p, .single-post .content.sponsored-content a{
	font-size: 14px;
}
.post-content iframe {
	max-width: 100%;
}
#single-posts .post-meta a {
	color: #333031;
}
#single-posts .post-meta a:hover {
	text-decoration: underline;
}
#single-posts .post-meta .blue-font {
	color: #1ea5de;
	font-weight: bold;
}
.widget_adrotate_widgets img {
	width: 100%;
}
.widget_adrotate_widgets .widget-title {
	display: none;
}
.excsection1 {
    width: 30%;
    margin-bottom: 25px;
    margin-top: 8px;
}

.excsection1 img{
    float: left;
}

.excsection2 {
    width: 70%;
    float: left;
    margin-bottom: 20px;
    margin-top: 8px;
    height: 243px;
}

span.exc1 {
    display: block;
    margin-left: 10px;
    font-style: italic;
    margin-top: 20px;
    margin-bottom: 18px;
}

span.exc2 {
    display: block;
    margin-left: 10px;
    margin-bottom: 30px;
}

span.exc3 {
    display: block;
    margin-left: 10px;
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: bold;
}

.excsection2 a {
text-decoration: none;
color: #000;
}

.tstyles a {
text-decoration: none;
}

span.exc4 {
    display: block;
    margin-left: 10px;
    margin-bottom: 20px;
}

span.exc5 {
    display: block;
    margin-left: 10px;
    margin-bottom: 10px;
}

.site-content   s {
	text-decoration: line-through;
}

.excsection2  * a{
    color: #000 !important;
}

.dlogo img {
    height: 88px;
}

.appsdata1 {    
    background-color: #e8e8e8;
    padding: 5px;
	width: 77%;
	margin-bottom: 25px;
}

.norm1 {    
    margin-left: 5px;
	color: #000;
}

#content  h2.exc-title {
    font-size: 32px;
    margin-bottom: 15px;
    border-bottom: 1px solid #6D6E71;
    padding-bottom: 20px;
    font-weight: bold;
	color: #1EA5DE;
}

#content  h2.exc-title span {
    display: block;
    font-size: 28px;
    padding-top: 7px;
}

#content h3.exc-title {
    font-size: 25px;
    margin-bottom: 15px;
    /*border-bottom: 2px solid #999;*/
    padding-bottom: 2px;
    font-weight: bold;
    color: #000;
}
#content  h3.exc-title span {
    display: block;
    font-size: 25px;
    padding-top: 7px;
}

span.exc3 {   
    margin-bottom: 6px;   
}

.appsdata1 {  
    padding: 5px 12px 6px;   
	width: 82%;
}

.dlogo {
    width: 14%;   
	margin-left: 0;
}

span.tstyle4{	
    font-size: 14px;    
	line-height: 1.7;
}

.postlinks li {  
    margin: 13px 0;   
    line-height: 1.3;
}
.search #content,
.page #content {
	padding-top: 20px;
}
.page #content {
	padding-top: 10px;
}
.search aside {
	margin-top: 58px;
}
.page aside {
	margin-top: 89px;
}
.home aside,
.page-template-page-templateslatest-articles-php aside {
	margin-top: 0px;
}
.mid-lane .content.sponsored-content::before {
	display: none;
}
.custom-menu-main .item:last-child .post-spoiler {
	display: none;
}
.custom-menu-main .item:last-child .sub-menu-item:hover > a:before {
	border-color: transparent;
}
.home .meta a,
.archive-post-content p a,
.post-spoiler .header-author {
	color: #333031;
}
.home .meta a:hover,
.archive-post-content p a:hover,
.post-spoiler .header-author:hover {
	text-decoration: underline;
	color: #333031;
}
.post-spoiler .header-author {
	display: inline;
	color: #333031;
}
.custom-menu-main .item:last-child {
	position: relative;
}
.custom-menu-main .item:last-child .sub-menu-wrapper {
	width: 370px;
	left: auto;
	height: auto;
	min-height: 1px;
}
.custom-menu-main .item:last-child .sub-menu-wrapper ul {
	float: right;
	width: 100%;
}
.custom-menu-main .item:last-child .sub-menu-wrapper ul li a {
	text-align: right;
}
.author-info .author-avatar {
	float: left;
	margin-right: 15px;
}
.author-info {
	border-bottom: 1px solid #999;
	margin-bottom: 20px;
}
.author .avatar {
    border-radius: 0px;
    margin-bottom: 15px;
}
.clear {
	clear: both;
}
.more-articles-button {
	background-color: #6D6E71;
	color: #FFF;
	padding: 10px 25px;
	font-size: 14px;
	border: medium none;
	display: inline-block;
	margin-top: 20px;
	font-weight: bold;
}
.page-template-page-templatestemplate-category-latests-php aside {
	margin-top: 62px;
}
.campaign-section.fourthfold-section .content .follow-link, .campaign-section-mobile.fourthfold-section .content .follow-link {
	background-color: transparent;
	color: #fff;
}
.custom-menu-main .item:last-child .sub-menu-wrapper .wrap {
	background-image: url("img/Q216_cover_still.jpg");	
	background-repeat: no-repeat;
	background-position: right center;
	margin: 15px;
	background-size: 120px auto;
	padding-right: 120px;
}
.page-template-page-templatestemplate-campaign-php .thirdfold-section .content p {
	text-align: center;
	min-height: 100px;
}
.sub-menu-wrapper ul li a.parent-menu-link {
	font-size: 14px;
}
.sub-menu-wrapper ul li a.menu-page-link {
	min-width: 300px;
	font-size: 14px;
}
#top-posts-2 h4 {
	font-size: 14px;
	text-align: center;
	font-weight: bold !important;
	margin-bottom: 15px;
	text-transform: capitalize;
}
.widgets-list-layout .widgets-list-layout-blavatar {
	width: 65px;
	float: left;
	margin-right: 10px;
	max-width: 65px;
	height: auto;
}
.widgets-list-layout-links a {
	line-height: 1.2em;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 0px;
	color: #333031;
}
.widget_top-posts img.wp-post-image {
	width: 65px;
	float: left;
	margin-right: 10px;
	height: auto;
}
.widgets-list-layout-links {
    width: 78.404%;
}
.post-type-archive-executive_quarterly #content,
.single-executive_quarterly #content {
	margin-top: 30px;
}
.post-type-archive-executive_quarterly aside#sidebar,
.single-executive_quarterly aside#sidebar {
	margin-top: 95px;
}
select#table-of-contents {
	width: auto;
	padding: 0.5rem 1rem 0.5rem 0.5rem;
}

#sidebar .mobile-download-apps, .post-wrapper  .top-app-widget {
   display: none;
}

#sidebar .mobile-download-apps h4 {
    font-size: 14px;
    text-align: left;
    font-weight: bold !important;
    margin-bottom: 15px;
    text-transform: capitalize;
}

#sidebar .mobile-download-apps ul {
   list-style: none;
    margin-left: 0;
}

#sidebar .mobile-download-apps ul  li a{
	line-height: 1.2em;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 0px;
    color: #333031;
}


.store-post-banner {
	position: relative;
    margin-bottom: 20px;
	width: 625px;
	max-width: 625px;	
}

.store-post-banner img {

}

.store-post-banner  .google-play-btn {
    height: 45px;
    width: 144px;
    display: block;
    position: absolute;
    right: 14px;
    top: 13px;
}

.store-post-banner  .apple-store-btn {
	height: 50px;
    width: 144px;
    display: block;
    position: absolute;
    right: 14px;
    top: 65px;
}
.banner-q {
	background-color: rgb(240, 171, 0);
	padding: 15px;
	margin-bottom: 15px;
}
.banner-q p {
	color: #FFFFFF;
	margin-bottom: 0px;
}
.banner-q h4 {
	color: #FFFFFF;
	margin-bottom: 0px;
	font-size: 22px;
}
.banner-q a {
	display: block;
}
.banner-q a:first-child {
	margin-bottom: 5px;
}
.banner-q a img {
	width: 100%;
}
.banner-q span {
	font-size: 10px;
	margin-top: 15px;
	display: block;
}

.post-content div {
	font-weight: normal;   
    line-height: 1.6;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility;	
    font-size: 14px;
    font-family: "Benton Sans", sans-serif;
    color: #333031;
}
.small-image {
    display: block;
    width: 65px;
    max-height: 50px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}

.page-template-page-thank-you  .hentry  header.hidden, .page-id-1250655  .hentry  header.hidden {
    display: block;
}

.page-template-page-thank-you  .hentry  header .entry-title, .page-id-1250655  .hentry  header .entry-title {
   font-size: 32px;
    margin-bottom: 15px;
    border-bottom: 1px solid #6D6E71;
    padding-bottom: 20px;
    font-weight: bold;
    color: #1EA5DE;
    margin-top: 18px;
}

.page-template-page-thank-you  .hentry  .entry-content h2, .page-id-1250655  .hentry  .entry-content h2  {
       font-size: 14px;
}

.page-id-1250655  .entry-content .socials li a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: #6d6e71;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50px;
    margin-right: 10px;
}

.page-id-1250655  .entry-content .socials li a:hover {
    background-color: #FDB816;
    color: #fff;
}

.page-id-1250655  .entry-content .socials ul {
    list-style: none;  
	margin-left: 0;
}

.page-id-1250655  .entry-content .socials li {
	line-height: 1em;
    margin-bottom: 7px;
    display: block;
    float: left;
}

#sidebar  .improving-lives-banner  img{
	max-width: 400px;
}

@media only screen and (max-width: 1024px) {
	#custom-menu .custom-menu-main .item > a {
		padding: 0px 13px;
	}
	.newsletter input[type="email"],
	.newsletter input.button[type="submit"] {
		width: 100%;
	}
	.sub-menu .sub-menu-item:first-child .post-spoiler {
		margin-right: 15px;
	}
	.post-slider .slick-next,
	.post-slider .slick-prev {
		right: 0px;
	}
	.campaign-slider .slick-next {
		right: 0px;
	}
	.campaign-slider .slick-prev {
		left: 0px;
	}
}

@media only screen and (max-width: 768px) {
	#sidebar .mobile-download-apps {
	   display: block;
	}
	
	.post-wrapper  .top-app-widget {
	   display: block;
	   margin-bottom: 20px;
	}
	.the-meta-box div:first-child {
		width: 115px;
	}
	.homepage-post img.wp-post-image, .archive-post .wp-post-image{
		max-width: 100%;
		margin-right: 0px;
		float: none;
		width: 100%;
	}
	.homepage-post:last-child{
		border: none;
		margin: 0;
	}
	.post-title {
		margin: 15px 0px;
		display: block;
	}
	.the-meta-box div:last-child {
		margin-left: 115px;
		line-height: 1.6em;
		padding: 5px 15px;
	}
	html #wpadminbar {
		display: none;
	}
	html {
		margin-top: 0px !important;
	}
	/*#custom-menu,
	#main-header,*/
	.top-main-left .left-lane .bottom,
	#sections-wrapper,
	.top-main-right,
	#main-footer .panel.newsletter,
	.footer-menu,
	.post-category,
	.sidebar-item-newsletter,
	.sidebar-item-ad,
	.campaign-section,
	#post-header {
		display: none;
	}
	.top-main-right-mobile,
	#custom-menu-list,
	.mobile-components,
	.post-category.mobile {
		display: block;
	}
	.top-main-right-mobile a{
		color: #333031;
	}

	.top-main-right-mobile {
		border-bottom: 1px solid #6d6e71;
		padding-bottom: 15px;
		margin-bottom: 0px;
	}
	.top-main-right-mobile .content img {
		width: 100%;
	}
	#custom-menu-mobile {
		display: block;
		background-color: #6e6d72;
		padding: 10px 0px;
	}
	.menu-icon {
		color: #fff;
		font-size: 24px;
		margin-right: 10px;
	}
	#custom-menu-list {
	display: none;
	}
	#custom-menu-list.active {
		display: block;
	}
	.socials {
		margin-bottom: 20px;
	}
	.socials ul {
		box-sizing: border-box;
	}
	.socials ul:before,
	.socials ul:after {
		display: table;
		content: " ";
	}
	.socials ul:after {
		clear: both;
	}
	.this-story .redirect-button {
		text-align: center;
		width: 200px;
		display: block;
		margin: 0px auto;
	}
	.articles {
	    margin-bottom: 0px;
	    padding-bottom: 0px;
	    border-bottom: 1px solid transparent;
	}
	.sidebar-item > div.trending {
	    padding: 0px 0px 20px;
	    border-top: 1px solid transparent;
	}
	.the-next {
		display: none;
	}
	.the-next-mobile {
		display: block;
	}
	.the-article {
		border-bottom: 1px transparent solid;
	}
	.home .panel.newsletter {
		padding: 15px 0px 0px;
		background-color: transparent;
		border: 1px solid transparent;
		border-top: 1px #6d6e71 solid;
	}
	.home .panel.newsletter form,
	.panel.newsletter form {
		width: 100%;
		margin: 15px auto 0px;
	}
	.this-story:first-child {
		border-top: 1px solid transparent;
		padding-top: 0px;
	}
	.show-on-home {
		display: none;
	}
	.home .show-on-home {
		display: block;
	}
	.post-wrapper .newsletter {
		padding-bottom: 0px;
	}
	.AR_1 .ob_container_recs A {
		display: block;
		width: 100%;
		float: none;
	}
	.footer-mobile, .footer-top-mobile{
		width: 100%;
	}
	.campaign-slider .slick-next {
		right: -25px;
	}
	.campaign-slider .slick-prev {
		left: -25px;
	}
	[class*="large"] {
		width: 100%;
	}
	.campaign-section-mobile.overview-section .the-content a {
		width: 200px;
	}
	.force-hide {
		display: none !important;
	}
}

@media only screen and (max-width:1024px) {
body #pty_pkg {
	display: none !important;
}			
}


@media only screen and (min-width:768px) and (max-width:1024px) {
	.store-post-banner { margin-bottom: 20px;}
	.store-post-banner  .google-play-btn {height: 45px;width: 144px;right: 14px;top: 13px;}
	.store-post-banner  .apple-store-btn {height: 50px;width: 144px;right: 14px;top: 65px;}
	
	.store-post-banner { margin-bottom: 20px;     width: 470px;}
	.store-post-banner  .google-play-btn {    
		height: 35px;
		width: 108px;
		right: 11px;
		top: 9px;
	}
	.store-post-banner  .apple-store-btn {   
		height: 37px;
		width: 108px;
		right: 11px;
		top: 49px;
	}
}


@media screen and (max-width: 767px) {
	.store-post-banner { margin-bottom: 20px; width: 625px;}
	.store-post-banner  .google-play-btn {height: 45px;width: 144px;right: 14px;top: 13px;}
	.store-post-banner  .apple-store-btn {height: 50px;width: 144px;right: 14px;top: 65px;}
}

@media screen and (max-width: 660px) {
	.store-post-banner { margin-bottom: 20px;     width: 470px;}
	.store-post-banner  .google-play-btn {    
		height: 35px;
		width: 108px;
		right: 11px;
		top: 9px;
	}
	.store-post-banner  .apple-store-btn {   
		height: 37px;
		width: 108px;
		right: 11px;
		top: 49px;
	}
	.banner-q span {
		margin-bottom: 15px;
	}
	.banner-q a {
		float: left;
		width: 50%;
	}
}


@media screen and (max-width: 500px) {
	.store-post-banner { margin-bottom: 20px; width: 340px;}	
	.store-post-banner  .google-play-btn {
		height: 26px;
		width: 78px;
		right: 8px;
		top: 6px;
	}
	.store-post-banner  .apple-store-btn {    
		height: 30px;
		width: 78px;
		right: 8px;
		top: 35px;
	}
}

@media screen and (max-width:380px) {
	.store-post-banner { margin-bottom: 20px; width: 330px;}	
	.store-post-banner  .google-play-btn {
		height: 24px;
		width: 75px;
		right: 8px;
		top: 7px;
	}
	.store-post-banner  .apple-store-btn {    
		height: 27px;
		width: 77px;
		right: 6px;
		top: 34px;
	}
	.excsection1,
	.excsection1 {
		width: 100%;
	}
	span.exc1,
	span.exc2,
	span.exc3,
	span.exc4,
	span.exc5 {
		margin-left: 0px;
	}
	.excsection2 {
		height: auto;
	}


	 .home .archive-post-featured-image {width:100%;}
	 .homepage-post .post-content { overflow:visible;}
}

.blockquote {
  background: transparent;
  background-image: url('http://www.digitalistmag.com/wp-content/themes/digitalist/img/blockquote.png');
  background-repeat: no-repeat;
  background-size: 25px;
  /*margin: 1.5em 10px;*/
  padding: 0.5em 10px 0 30px;
  quotes: "\201C""\201D""\2018""\2019";
}
.blockquote:before {
  color: #ccc;
  content: " ";
  font-size: 4em;
  line-height: 0.1em;
  /*margin-right: 0.25em;*/
  vertical-align: -0.4em;
}
.blockquote span {
  display: inline;
}

div.store-banner{padding-top:20px;}
.research{border:none;}
.research4,.catresearch3{border-bottom:1px #6d6e71 solid !important;}

.author-description p{
	margin-bottom: 0px !important;
}
.author-info{
    padding-bottom: 10px;
    height: 150px;
}

.inline-twitter-link .dashicons {
    line-height: inherit;
    font-size: inherit;
    text-decoration: none;
    color: #00C3F2;
}
a.inline-twitter-link {
    background-color: transparent;
    color: inherit;
    text-decoration: none;
}
a:hover.inline-twitter-link {
    background-color: transparent;
    color: #00C3F2;
}

.top-live p {
    font-weight: 600;
    font-size: 15px;
}

.newsletter-wrapper  .subscribe-button{
    text-align: center;
    display: block;
    width: 127px;
    margin: 0 auto 20px;
    float: none;
    background: #6d6e71;
    color: #fff;
    padding: 12px 25px;
    font-size: 12px;
    border: none;
}

#main-footer  .bottom-menu-section   .columns.bottom-last-section {
	float: left !important;
}

.post-bottom-banner    .small-banner  {
	border-bottom: 0 !important;
}

#pty_mainImageShell {
   /* background: url('http://www.digitalistmag.com/files/2017/11/Q4_2017_Digitalist_Banner-popup745x411-1.jpg') !important;*/
    width: 745px !important;
    height: 411px !important;
 /*background: url('http://www.digitalistmag.com/wp-content/themes/digitalist/img/47291_DB_47291_en_745x411.jpg') !important;*/
	
}

#pty_mainImage {
   /* display: none !important;*/
}

#custom-menu  .custom-menu-main > li.item:nth-child(6) {
    clear: both !important;
}

#custom-menu  .custom-menu-main > li.item:nth-child(1) , 
#custom-menu  .custom-menu-main > li.item:nth-child(2) , 
#custom-menu  .custom-menu-main > li.item:nth-child(3) , 
#custom-menu  .custom-menu-main > li.item:nth-child(4) , 
#custom-menu  .custom-menu-main > li.item:nth-child(5) {
    font-weight: bold;
}

#custom-menu  .custom-menu-main > li.item   .sub-menu  .sub-menu-item {
    font-weight: normal ;
}

#sidebar .g-single a img, #sidebar .a-single a img  {
	width: 250px;
	height: auto;
}


#custom-menu  .custom-menu-main > li.item:nth-child(6) .post-spoiler {
    background-image: url("http://www.digitalistmag.com/files/2017/11/Q417_Digitalist_Cover_web.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    margin: 15px;
    background-size: 200px auto;
    padding-right: 120px;
    width: 200px;
    background-color: transparent;
    margin-top: 6px;
	left: 222px;
}

.top-app-widget  .store-banner .google-play {
	top: 129px !important;
}

.top-app-widget  .store-banner .apple-store {
	top: 169px !important;
}

.single  table.table-border tbody tr td, table tr td {	
	border: 1px solid #ccc !important;
}

.home  #sidebar .a-264, .home  #sidebar .a-301{
	padding-top: 20px;
}

#post-4602290.single-post-wrapper .featured-image {	
	    max-height: none;
}

/*#post-4707052.single-post-wrapper .featured-image {    
        max-height: none;
}*/

#sidebar  .widget.widget_execphp {
	border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;	
}

.single-post .author-avatar img {
    width: 120px;
}

.author-info {   
    height: auto;
}

.latest-stories  .featured-video-plus.fvp-center {
    float: left;
    margin-bottom: 16px;
    margin-right: 10px;
    width: 65px;
    height: auto;
    overflow: hidden;
}

.home .top-section iframe  {
  width: 100% !important;
  height: auto !important;
}



/* new styles 25-07-2017  */

#main-header {
    padding: 25px 0px 10px;
    border-top: 0px #000 solid;
    background: #000;
}

#custom-menu {
    background-color: #ccc;
    position: relative;
    z-index: 99999;
}

#custom-menu .custom-menu-main .item > a {    
    color: #000;  
}

#custom-menu .custom-menu-main .item > a:hover {
	background: transparent;
	 color: #fff;
}

#custom-menu .custom-menu-section  .menu-item {
	float: left;
	display: block;
}

#custom-menu  .topmenu1.custom-menu-section  {
	border-top: 1px solid #000;
}

#custom-menu .custom-menu-section .menu-item  a {
	display: block;
    height: auto;
    line-height: 1.5em;
    padding: 20px 15px;
    font-size: 14px;
    color: #4d4d4d;
    font-weight: bold;
}

#custom-menu .custom-menu-section .menu-item  a span {	
    color: #4d4d4d;
	font-size: 14px;
}

#custom-menu  .topmenu1.custom-menu-section .menu-item  a {
	font-weight: bold;
	font-size: 16px;
	color: #000;
}

#custom-menu  .topmenu2.custom-menu-section .menu-item  a span {
	display: block;
}

#custom-menu  .topmenu2.custom-menu-section .menu-item  a span.margintop  {
    margin-top: 22px;
}

#custom-menu .custom-menu-section .menu-item:first-child  a {
	padding-left: 0px;
}

#custom-menu .custom-menu-section .menu-item a:hover {
	background: transparent !important;
	 color: #fff;
}

#custom-menu  .topmenu2.custom-menu-section .menu-item  a:hover span {
	background: transparent !important;
	 color: #fff;
}

#custom-menu .custom-menu-section  .menu-item  .sub-menu {	
	display: none;
	width: 100px;
}

/*
#custom-menu  .topmenu1.custom-menu-section  .menu-item.search-button a {    
    background: url(img/search-b.png) center right no-repeat !important;
	text-indent: -99999em;
	display: block;
	-moz-transition: all 0ms linear;
    -o-transition: all 0ms linear;
    -webkit-transition: all 0ms linear;
    transition: all 0ms linear;
}

#custom-menu  .topmenu1.custom-menu-section  .menu-item.search-button a:hover {    
    background: url(img/search-b.png) center right no-repeat !important;
	text-indent: -99999em;
	display: block;
	-moz-transition: all 0ms linear;
    -o-transition: all 0ms linear;
    -webkit-transition: all 0ms linear;
    transition: all 0ms linear;
}*/

#custom-menu .custom-menu-section .menu-item  .sub-menu  .menu-item{
    float: none;   
}

#custom-menu .custom-menu-section .menu-item  .sub-menu  .menu-item  a{
    float: none;
    padding: 0;
    margin-bottom: 10px;
    padding-left: 15px;
    line-height: 1.3em;
}

/*
#custom-menu .custom-menu-section .menu-item:hover  .sub-menu{
	display: block;
}*/

.post-slider .slick-slider, .single .slick-slider {
   display: none;
}

#post-header .back-button a  {   
	color: #000;
}

#post-header .back-button a  br{
    display: none;
}

#post-header .back-button a i {
    width: 20px;
    height: 20px;
    border-radius: 50px;
    border: 0px #008CBA solid;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    margin-left: 5px;
	color: #0000;
}

#post-header .back-button a:hover  {   
	color: #000;
}

#custom-menu .custom-menu-section  .menu-item-has-children .fa {
	font-size: 10px;
}

#custom-menu .custom-menu-section .search-button.fa-search:before, #custom-menu .custom-menu-section .search-button.fa-times:before {   
    font-size: 22px;   
    display: block; 
    padding-top: 20px;
    cursor: pointer;
}

#custom-menu  .topmenu1.custom-menu-section  .menu-item.search-button a {
	display: none;
}

#moove_gdpr_cookie_info_bar {
bottom: 200px !important;
background-color: #f5a800 !important;
}

.popular-post {
    display: flex;
}
.popular-post a {
    min-width: 120px;
    margin-bottom: 15px;
}