/*--------------------------------------------------------------
#. Normalize
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700');
@font-face {
    font-family: Publico;
    src: url("../fonts/publicotextps_roman.otf"); }

@font-face {
    font-family: Publico;
    src: url("../fonts/Publico/PublicoPS-Italic.afm");
    font-style: italic; }
html {
    font-family: 'Roboto', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
}

body {
    margin: 0;
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

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

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}
svg {
    width: 16px;
    height: 15px;
    vertical-align: middle;
}
figure {
    margin: 1em 40px;
}

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

pre {
    overflow: auto;
}

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

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

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

button[disabled],
html input[disabled] {
    cursor: default;
}

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

input {
    line-height: normal;
}

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

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

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

tr {
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
}
table caption {
    background-color: transparent;
    border:1px solid #e5e5e5;
    border-bottom: none;
    padding: 1em;
    text-align: center;
    text-transform: uppercase;
}
table th a{
    color: #000;
}
/*--------------------------------------------------------------
 Typography
--------------------------------------------------------------*/

button,
input,
select,
textarea {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

body {
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6{
    margin: 0 0 20px 0;
    color: #000;
    font-weight: 500;
    line-height: 1.6;
    font-family: 'Playfair Display', serif;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 30px;
}

h3{
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

p {
    margin:0 0 15px 0;
    color: #7f7f7f;
    font-family: 'Playfair Display', serif;
}

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

blockquote {
    margin: 0;
    padding: 30px 5px 5px 0px;
}
blockquote p {
    margin: 0 0 1em;
    font-style: italic;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #f7f7f7;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

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

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

big {
    font-size: 125%;
}
/*--------------------------------------------------------------
 Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*,
*::before,
*::after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background-color: #fff; /* Fallback for when there is no custom background color defined. */
    word-wrap: break-word;
}
blockquote,
q {
    quotes: "" "";
    position: relative;
}
blockquote:before {
    position: absolute;
    left: -40px;
    top: -10px;
}
blockquote::before{
    content: "\201C";
}
blockquote::before, q::before {
    font-size: 4.90rem;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
}



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

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

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

ul, ol {
    margin: 0 0 0.5em 1em;
    padding: 0;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
    vertical-align: middle;
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    table-layout: fixed;
    border:1px solid #e5e5e5;
}

td, th {
    padding: 5px 10px;
}

/*--------------------------------------------------------------
#Forms
--------------------------------------------------------------*/
button, a.button, input[type="button"], input[type="reset"], input[type="submit"] {
    display: inline-block;
    font-size: 16px;
    margin: 10px;
    padding: 10px 30px;
    color: #ffffff;
    border-radius: 0px;
    background:#008aff;
    border: none;
}

a.button {
    min-width: 150px;
}

button:hover,
a.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #0562b1 ;
    border-color:transparent;
    color: #fff;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
select {
    color: #666;
    border: 1px solid #ddd;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
    outline:none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"]{
    padding: 10px 0 10px 15px;
}

select {
    width: 100%;
    padding:5px;
}

textarea {
    padding:10px;
    width: 100%;
}
.form-submit input#submit {
    margin: 20px 0 10px 0;
}
.form-submit{
    text-align: center;
}
.wpcf7 p {
    margin-top: 0;
    margin-bottom: 20px;
}

.wpcf7 input[type="submit"] {
    width: 100%;
}
/*--------------------------------------------------------------
#. Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#.#. Links
--------------------------------------------------------------*/

a {
    color: #222;
    outline: none;
    text-decoration: inherit;
}

a:visited {
    color: #64d5ff;
}

a:hover,
a:focus,
a:active {
    color:#008aff;
}

a:focus {
    outline:inherit;
}

a:hover,
a:active {
    outline: 0;
}
a.more-link {
    margin-top: 10px;
    display: inline-block;
    padding: 7px 13px;
    background: #64d5ff;
    color: #fff;
    position: relative;
    z-index: 0;
    font-size: 16px;
    font-weight: 500;
}
a.more-link:hover{
    background:#000;
}
img{
    width: 100%;
    height: 100%;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
    color: black;
}
/*--------------------------------------------------------------
 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;/* It should be ablolute */
    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; /* It should be clip auto */
    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;
}
.no-padding{
    padding:0;
}

section{
    padding: 20px 0;
}
#primary {
    float: left;
    width: 70%;
    /*padding-left: 15px;*/
    /*padding-right: 15px;*/
}

#secondary {
    float: right;
    /*padding-left: 15px;*/
    /*padding-right: 15px;*/
}

.sidebar {
    width: 30%;
}
@media only screen and (max-width: 1024px){
    .sidebar, #primary {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        float: left;
        margin-top: 20px;
    }
}
.container{
    /*width: 90%;*/
    /*max-width: 1200px;*/
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
/*@media (min-width: 1255px){
    .container {
        width: 1255px;
    }
}*/
/**--main apx styles goes here--**/

.apx-top-header {
    padding-top: 15px;
    border-bottom: 1px solid;
    height: auto;
}
.apx-top-header .lg-screen-logo img {
    /*width: 90px;*/
    /*max-width: 90px;*/
    opacity: 0.6;
    width: 35%;
}
.lg-screen-text-logo-center {
    position: relative;
}
.lg-screen-text-logo-center img{
    /*width: 200px;*/
    /*margin: 10px auto;*/
}
.lg-screen-text-logo-center ul.list-inline.list-unstyled {
    /*position: absolute;*/
    /*top: -27px;*/
    /*right: 27%;*/
    /*margin: 0;*/
    position: absolute;
    top: 2px;
    right: 3%;
}
.lg-screen-text-logo-center ul li {
    display: inline;
    /*padding: 0;*/
}
.same-padding {
    padding-top: 10px;
}
.lg-screen-text-logo-center ul li a {
    text-decoration: none;
}
.lg-screen-text-logo-center ul li a img {
    border-radius: 50%;
    width: 5%;
    border: 1px solid #ddd;
}
.lg-screen-epaper {
    padding-top: 10px;
}
.lg-screen-epaper a {
    color: #000;
    font-size: 12px;
}
.lg-screen-epaper a p{
    margin: 0;
}
.lg-screen-epaper img {
    width: 22%;
    object-fit: contain;
    padding-top: 10px;
    /*height: 100px;*/
}

.pt-20{
    padding-top: 20px;
}
.apx-navbar.navbar.navbar-default {
    border: none;
    border-radius: 0;
    background-color: #fff;
    webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}
.nav-button {
    display: inline-block;
    float: left;
    font-size: 20px;
    margin: 10px 20px 8px 0px;
}
.apx-navbar.navbar-default .navbar-nav>li>a{
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.5s ease 0s;
}
.apx-navbar.navbar-default .navbar-nav>li>a:focus,
.apx-navbar.navbar-default .navbar-nav>li>a:hover{
    color: #fff;
    background-color: #008aff;
    transition: all 0.5s ease 0s;
}
.apx-navbar.navbar-default .navbar-nav>.active>a,
.apx-navbar.navbar-default .navbar-nav>.active>a:focus,
.apx-navbar.navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #008aff;
    transition: all 0.5s ease 0s;
}
a#togglesearchbar {
    color: #000;
}

a#togglesearchbar:hover{
    color: #fff;
}
div#top-search {
    display: none;
    width: 250px;
    float: right;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 9999;
    background: #fff;
    border-top: 1px solid #ddd;
    box-shadow: 0px 1px 4px #ddd;
}

div#top-search:after {
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    border-left: 1px solid #f1f0f0;
    border-top: 1px solid #f1f0f0;
    z-index: 9999;
    right: 13px;
    transform: rotate(45deg);
    background: #fff;
    height: 15px;
    width: 15px;
}

.nav-shrink div#top-search{
    top: 62px;
}

div#top-search form.search-form {
    text-align: right;
    position: relative;
}

.search-form label {
    margin-bottom: 0;
    position: relative;
    width: 100%;
}

.search-form .search-field {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 0;
    line-height: 45px;
    height: 45px
}

.search-form .search-submit, .search-form .search-submit:visited {
    background: #e66239;
    border: none;
    color: #fff;
    height: 45px;
    width: auto;
    padding: 0px 45px;
    font-size: 14px;
    text-transform: none;
    margin: 0px 10px 0px 4px;
    position: absolute;
    top: 20px;
    right: 0;
    display: none;
}

.search-form .search-field {
    background-color: #efefef;
    border: 1px solid #ddd;
    color: #b4b4b4;
    font-size: 13px;
    font-weight: 300;
}
.featured-article{
    margin-bottom: 5px;
}
/*.apx-featured-section article {
    background-color: #252525;
    background-size: cover;
    background-position: 50%;
    position: relative;
    overflow: hidden;
}*/
/*.apx-featured-section .featured-col:nth-child(1n) article {
    padding: 100px 0;
}
.apx-featured-section .featured-col:nth-child(2n) article {
    padding: 149px 0;
}
.apx-featured-section .featured-col:nth-child(3n) article {
    padding: 149px 0;
}*/
/*.apx-featured-section article .entry-container {
    position: absolute;
    top: 0;
    padding: 40px 20px 10px;
}
.apx-featured-section article .entry-container {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top,rgba(0,0,0,.8) 0,rgba(0,0,0,0) 100%);
}*/
.apx-featured-section .entry-meta{
    margin-bottom: 5px;
}
.apx-featured-section .entry-meta span{
    margin-right: 10px;
}
.apx-featured-section .byline,
.apx-featured-section .byline a{
    color: #64d5ff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}
.apx-featured-section .posted-on,
.apx-featured-section .posted-on a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
.apx-featured-section .entry-header .entry-title {
    text-transform: uppercase;
    color: #fff;
    font-size: 30px;
    margin-bottom: 10px;
}
.apx-featured-section .entry-header .entry-title a{
    color: #fff;
}
.article-date:before,
.apx-featured-section .entry-date.published:before {
    content: "\f073";
}
.article-date:before,
.apx-featured-section .entry-date.published:before{
    font-family: fontawesome;
    margin-right: 5px;
}

.plr-7{
    padding-left: 7px;
    padding-right: 7px;
}
.pr-7{
    padding-right: 7px;
    padding-left: 0;
}
.pl-7{
    padding-left: 7px;
    padding-right: 0;
}
.apx-featured-section .post-thumb {
    position: relative;
    overflow: hidden;
    padding-bottom: 70%;
}
.apx-featured-section article {
    position: relative;
    overflow: hidden;
    overflow: hidden;
    position: relative;
    background: #000;
    cursor: default;
    padding-bottom: 0;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.08), 0 2px 4px 0 rgba(0,0,0,.12);
}
.apx-featured-section .post-thumb img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.apx-featured-section article .entry-container {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top,rgba(0,0,0,.8) 0,rgba(0,0,0,0) 100%);
    padding: 40px 15px 15px;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.apx-featured-section .featured-col:nth-child(3n) article  .entry-header .entry-title,
.apx-featured-section .featured-col:nth-child(2n) article  .entry-header .entry-title{
    font-size: 15px;
}
.apx-featured-section .featured-col:nth-child(3n) article  .entry-meta .posted-on,
.apx-featured-section .featured-col:nth-child(3n) article  .entry-meta .byline,
.apx-featured-section .featured-col:nth-child(2n) article  .entry-meta .byline a{
    color: #64d5ff;
    font-size: 11px;
}
.apx-featured-section .featured-col:nth-child(2n) article  .entry-meta .posted-on a{
    color: #fff;
    font-size: 11px;
}

.content-entry-header{
    position: relative;
}
.apx-view-all {
    position: absolute;
    right: 0;
    top: 10px;
}
.apx-view-all a {
    color: #000;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
}
.apx-gallery-thumbnail-section .apx-view-all a{
    color: #fff;
}
.content-entry-header span{
    display: inline-block;
    position: relative;
}

.content-entry-header h3 {
    border-bottom: 1px solid rgba(223, 223, 223, 0.46);
    color: #000;
    display: block;
    font-size: 20px;
    margin: 0 0 17px;
    padding-bottom: 7px;
    position: relative;
    text-transform: uppercase;
}
.content-entry-header h3 span:before{
    background: #000 none repeat scroll 0 0;
    bottom: -9px;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    width: 100%;
}
.content-entry-header.apx-yellow h3 span:before{
    background: #ffe455 none repeat scroll 0 0;
}
.featured-image-wrap{
    margin-bottom: 17px;
    background-color: #000;
}
.featured-image-wrap img{
    width: 100%;
}
.featured-image-wrap img {
    width: 379px;
    width: 100%;
    height: 230px;
    /*margin-right: 12px;*/
    object-fit: cover;
}
.apx-latest-news-section .entry-title{
    margin-bottom: 5px;
}
.entry-title{
    font-size: 18px;
    color: #000;
}
.entry-title a{
    color: #000;
}
.featured-content .entry-meta{
    margin-bottom: 10px;
}
.features-cat-list-wrapper .entry-meta span,
.featured-content .entry-meta span{
    margin-right: 10px;
}
.features-cat-list-wrapper .featured-article .entry-container .entry-header h2{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.features-cat-list-wrapper .featured-article .byline,
.features-cat-list-wrapper .featured-article .byline a,
.featured-content .byline,
.featured-content .byline a{
    color: #64d5ff;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
}
.features-cat-list-wrapper .featured-article .posted-on,
.features-cat-list-wrapper .featured-article .posted-on a,
.featured-content .posted-on,
.featured-content .posted-on a {
    color: #777;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

.featured-content p{
    color:#444;
    font-size: 12px;
}
.latest-featured-wrap.right-featured {
    padding-left: 15px;
}

.apx-recent-posts {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}
.apx-recent-posts li {
    margin-bottom: 15px;
    display: block;
    position: relative;
}
.apx-recent-posts img {
    float: left;
    width: 130px;
    height: 100px;
    margin-right: 12px;
    object-fit: cover;
}
.apx-recent-posts .apx-post-wrapper {
    padding: 0;
    display: table-row;
}
.apx-post-wrapper h5{
    color: #000;
    margin-bottom: 10px;
}
.apx-post-wrapper a{
    color: #000;
}
.apx-post-wrapper  time.entry-date.published {
    color: #777;
    font-size: 12px;
    font-weight: 500;
}
.apx-widget-post-content .apx-post-count {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f44336;
    height: 22px;
    width: 22px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    font-size: 13px;
}
.content-entry-header.apx-blue h3 span:before{
    background: #5b73f9 none repeat scroll 0 0;
}
.content-entry-header.apx-red h3 span:before{
    background: #f44336 none repeat scroll 0 0;
}
.content-entry-header.apx-purple h3 span:before{
    background: #db2cf9 none repeat scroll 0 0;
}
.content-entry-header.apx-green h3 span:before{
    background: #47ef9d none repeat scroll 0 0;
}
.content-entry-header.apx-grey h3 span:before{
    background: #b2c3cc none repeat scroll 0 0;
}

.content-entry-header.apx-blue h4:before{
    background: #5b73f9 none repeat scroll 0 0;
}
.archive-cat-title.apx-red h5:before{
    content: "";
    background: #f44336 none repeat scroll 0 0;
}
.apx-sidebar .latest-featured-wrap.right-featured{
    padding-left: 0;
}

.widget{
    margin-bottom: 20px;
}

/**--opinion slider stylings--**/
.apx-latest-news-section,
.apx-opinion-section{
    margin-bottom: 30px;
}
.apx-items-box.slider.slick-initialized.slick-slider {
    margin: 0 -5px;
}
.apx-slide-content-wrapper.slick-slide{
    margin: 0 5px;
}
.apx-image-wrap{
    background-color: #000;
}
.apx-image-wrap img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.apx-image-wrap img:hover{
    opacity: 0.7;
}
.opinion-author-wrap .entry-title{
    margin: 10px 0;
    font-size: 16px;
}

.latest-featured-wrap.category-listing-news {
    margin-top: 20px;
}
.apx-illustration-img img{
    width: 100%;
}

.apx-gallery-thumbnail-section{
    background-color: #212121;
}
.apx-gallery-thumbnail-section .content-entry-header h3{
    color: #fff;
}
.apx-gallery-wrapper.gallery-left {
    margin-bottom: 15px;
}
.apx-gallery-wrapper.gallery-left img {
    width: 100%;
    height: 500px;
    /* margin-right: 12px; */
    object-fit: cover;
}
.gallery-items{
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    margin: 0;
}
ul.gallery-items h5 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 18px;
}
ul.gallery-items li img {
    float: left;
    width: 180px;
    height: 114px;
    margin-right: 12px;
    object-fit: cover;
}
ul.gallery-items li {
    margin-bottom: 15px;
    display: block;
}
ul.gallery-items li a {
    color: #fff;
}
.apx-custom-post-list .featured-article{
    position: relative;
}
.features-cat-list-wrapper .post-thumb,
.apx-custom-post-list.category-listing .post-thumb{
    background-color: #000;
    margin-bottom: 10px;
}
.apx-custom-post-list .entry-container {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top,rgba(0,0,0,.8) 0,rgba(0,0,0,0) 100%);
    padding: 30px 8px 8px;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.apx-custom-post-list .post-thumb img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.apx-featured-section .post-thumb img:hover,
.apx-sidebar.widget-area img:hover,
.featured-image-wrap img:hover,
.apx-recent-posts img:hover,
.features-cat-list-wrapper .post-thumb img:hover,
.business-cat-list-wrapper img:hover,
.apx-custom-post-list .post-thumb img:hover{
    opacity: 0.7;
}
.apx-custom-post-list .entry-title{
    margin-bottom: 5px;
    font-size: 16px;
}
.apx-custom-post-list .entry-title a {
    color: #fff;
}
.apx-custom-post-list .byline a{
    margin-right: 7px;
}
.apx-custom-post-list .byline a,
.apx-custom-post-list time.entry-date.published {
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
}
.apx-custom-post-list .byline a {
    color: #64d5ff;
}
.business-cat-list-wrapper img {
    float: left;
    width: 200px;
    height: 150px;
    margin-right: 12px;
    object-fit: cover;
}
.business-cat-list-wrapper li {
    margin-bottom: 25px;
    display: block;
}
.business-cat-list-wrapper .apx-post-wrapper p{
    font-size: 12px;
    color: #7f7f7f;
    margin-top: 14px;
}
.business-cat-list-wrapper .entry-meta span {
    margin-right: 10px;
}
.business-cat-list-wrapper .byline a {
    color: #64d5ff;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
}
.business-cat-list-wrapper time.entry-date.published {
    color: #777;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
}
.features-cat-list-wrapper{
    margin: 0 -15px;
}
.features-cat-list-wrapper  .featured-article{
    margin-bottom: 15px;
}
.features-cat-list-wrapper .post-thumb img{
    width: 263px;
    width: 100%;
    height: 173px;
    object-fit: cover;
    /*margin-bottom: 12px;*/
}
.features-cat-list-wrapper .entry-title{
    margin-bottom: 5px;
}

.apx-footer-area{
    background-color: #212121;
    padding: 30px 0 0;
}
.footer-widget-area .widget-title {
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
}
.apx-footer-area .textwidget p {
    color: #fff;
    font-size: 17px;
    margin-bottom: 5px;
}
.textwidget img {
    margin-bottom: 10px;
    display: block;
    width: 85%;
}
.footer-widget-area a{
    color: #fff;
}
.footer-widget-area ul{
    text-decoration: none;
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-category ul li {
    display: inline-block;
    padding: 1px 10px 1px 0;
    margin-bottom: 5px;
}
.footer-category ul li a {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 500;
}
.widget.apx-social-menu{
    margin-bottom: 20px;
}
.apx-social-menu ul li{
    display: inline-block;
}
.apx-social-menu ul li a {
    color: #fff;
    height: 40px;
    width: 40px;
    border: 2px solid #fff;
    display: block;
    line-height: 38px;
    font-size: 22px;
    text-align: center;
    border-radius: 50%;
    margin-right: 15px;
}
.apx-social-menu ul li a:hover {
    background-color: #008aff;
}

.apx_subscription_widget{
    margin: 20px 0 10px;
}

.apx_subscription_widget p{
    color: #fff;
}
.apx_subscription_widget input[type="email"] {
    /*min-width: 245px;*/
    margin: 0;
    border: none;
    font-size: 14px;
    margin-right: 3px;
}
.apx_subscription_widget  input[type="submit"]{
    margin: 0;
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: 14px;
}
.apx-menu-footer {
    padding: 20px 0;
    border-top: 1px solid #717171;
    border-bottom: 1px solid #717171;
}
.apx-menu-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.apx-menu-footer ul li{
    display: inline-block;
}
.apx-menu-footer ul li a {
    color: #fff;
    padding: 5px 20px;
    font-size: 17px;
    font-weight: 300;
}
.site-footer{
    background-color: #212121;
    color: #fff;
    padding: 30px 0;
}
.powered img{
    max-width: 90px;
}
.copyright{
    margin-top: 10px;
    text-align: right;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.apx-sidenav::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.apx-sidenav.apx-sidenav::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 5px;
}

/* Handle */
.apx-sidenav::-webkit-scrollbar-thumb {
    background: #008aff;
    border-radius: 5px;
}

/* Handle on hover */
.apx-sidenav::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}

.apx-nav a {
    padding: 10px 8px 8px 25px;
    text-decoration: none;
    font-size: 13px;
    color: #000;
    display: block;
    transition: 0.3s;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 1px solid #dddddd75;
}

.apx-nav a:hover {
    color:#008aff;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 28px;
    margin-left: 0;
    color: #008aff;
}
.apx-nav{
    margin: 0;
    padding: 0;
    margin-top: 30px;
}
.sidenav-logo-wrapper {
    padding-bottom: 10px;
    border-bottom: 1px solid #ececec;
}
/**--media query for responsive express--**/

@media only screen and (min-width: 992px) and (max-width: 1024px){
    .features-cat-list-wrapper .col-sm-6.col-md-4.col-lg-6:nth-child(4){
        clear: left;
        display: block;
    }

}
@media only screen and (min-width: 768px) and (max-width: 1024px){
    .apx-navbar.navbar-default .navbar-nav>li>a {
        font-size: 10px;
        padding: 15px 10px;
    }
    .apx_subscription_widget input[type="email"]{
        width: 100%;
        margin-bottom: 10px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px){
    .apx-featured-section .featured-col:nth-child(3n) article .entry-header .entry-title, .apx-featured-section .featured-col:nth-child(2n) article .entry-header .entry-title{
        font-size: 30px;
    }
}
@media only screen and (max-width:991px){
    .apx-top-header{
        display: none;
    }
    .apx-navbar.navbar.navbar-default .navbar-toggle{
        display: none;
    }
    .navbar-right img {
        width: 150px;
        float: right;
        margin-top: 10px;
        height: auto;
    }
    .apx-navbar.navbar.navbar-default .navbar-collapse.collapse{
        display: none !important;
    }
    .pl-7,
    .pr-7{
        padding: initial;
    }
    .latest-featured-wrap.right-featured{
        padding-left: 0;
    }
    .latest-featured-wrap.right-featured{
        margin-top: 20px;
    }
    .apx-recent-posts img {
        width: 200px;
        height: 140px;
    }
    .apx-custom-post-list .post-thumb img, .featured-image-wrap img {
        height: 250px;
    }
}
@media only screen and (max-width:767px){
    section {
        padding: 10px 0;
    }
    .apx-featured-section article .entry-container{
        padding: 30px 10px 7px;
    }
    .apx-featured-section .entry-header .entry-title,
    .apx-featured-section .featured-col:nth-child(2n) article .entry-header .entry-title{
        font-size: 14px;
    }
    .apx-featured-section .posted-on, .apx-featured-section .posted-on a,
    .apx-featured-section .byline, .apx-featured-section .byline a {
        font-size: 11px;
    }
    .latest-featured-wrap.right-featured {
        padding-left: 0;
    }
    .apx-gallery-wrapper.gallery-left img{
        height: auto;
    }
    .apx-custom-post-list .post-thumb img,
    .featured-image-wrap img{
        height: 230px;
    }
    .business-cat-list-wrapper img{
        float: none;
        width: 100%;
        height: auto;
        margin: 0;
        margin-bottom: 10px;
    }
    .apx-recent-posts .apx-post-wrapper{
        display: block;
    }
    .site-footer-inner{
        text-align: center;
    }
    .copyright{
        font-size: 12px;
        text-align: center;
    }
    ul.gallery-items li img {
        width: 150px;
        height: 100px;
    }
}
@media only screen and (max-width:640px){
    .features-cat-list-wrapper .post-thumb img{
        height: 200px;
    }
    .business-cat-list-wrapper .apx-recent-posts  img{
        height: 200px;
        width: 100%;
    }
    .apx-recent-posts img {
        width: 130px;
        height: 100px;
    }
}

.featured-article-slider .slick-next{
    right: 2%;
}
.featured-article-slider .slick-prev{
    left: -2%;
}
.featured-article-slider .slick-next,
.featured-article-slider .slick-prev{
    position: absolute;
    z-index: 99999;
    opacity: 0;
    transition: all 0.4s linear;
}
.featured-article-slider:hover.featured-article-slider .slick-prev,
.featured-article-slider:hover.featured-article-slider .slick-next{
    opacity: 1;
}

.featured-article-slider .slick-next:before{
    content: ">";
}
.featured-article-slider .slick-prev:before{
    content: "<";
}
.featured-article-slider .slick-next:before,
.featured-article-slider .slick-prev:before{
    font-family: monospace;
    border: 1px solid #64d5ff;
    background-color: #64d5ff;
    padding: 10px 20px;
}

/*----------------------------------------------------
catagory-page-styling
--------------------------------------------------*/
.poll-options form ul{
    list-style: none    ;
}
/*---------------------------
main-content-styling
--------------------------*/
/*.fancybox-content{
  display: none;
}*/
.video-link{
    display: none;
}
.catagory-autotech-wrapper .apx-latest-news-section{
    margin-bottom: 0px;
}
.catagory-autotech-wrapper{
    padding: 20px 0px;
    border-bottom:1px solid #c1bfbfeb;
}
.ad-image{
    height: 140px;

}
.ad-image img{
    object-fit: cover;
    object-position: center;
}
.apx-featured-section{
    padding: 20px 0px;
}
/*
---------------------
Auto-tech
-------------------*/

.express-main-title{
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 40px;
}
.auto-tech-title{
    background: #ddd;
    padding: 20px 0px;
    text-align: center;
}
.auto-tech-title:after{
    content: "";
    height: 3px;
    width: 12%;
    background-color: #af6969;
    display: block;
    margin: 0 auto;
}
.featured:after{
    content: "";
    height: 3px;
    width: 28%;
    background-color: #a369af;
    display: block;
}
.poll-switch{
    text-transform: capitalize;
}
/*.express-sub-title{
  text-transform: capitalize;
  font-size: 20px;
}
.post-thumb{
  height: 200px;
  margin: 15px 0px;
  }
.featured-news{
  text-transform: uppercase;
  font-weight: 400;
}
 .article-date{
  color: #b9b8b8
}
.article-text{
  padding: 15px;
}
.featured-single-article:after{
  content: "";
  height: 1px;
  width: 35%;
  background-color: #b9b8b8;
  display: block;
  margin-left: 14px;
}

.featured-news-large{
  border-right: 1px solid #c1bfbfeb;
  border-left: 1px solid #c1bfbfeb;
  padding: 0px 10px;
}
.title-large-news{
  font-size: 26px;
  font-weight: 500;
}

.author-image-holder{
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: inline-block;
}
.author-image-holder img{
    object-fit: cover;
    object-position: top;
    border-radius: 50%;
}
.author-name{
  font-weight: 700;
}
.author-name,
.article-date-middle,
.share-button{
  display: inline-block;
  width: 25%;
  font-size: 12px;
  border-right: 1px solid #b9b8b8;
  color: #b9b8b8 !important;
  padding: 0px 20px;
}
.share-button{
  border-right: none;
}
.adv-image-holder{
  height: 300px;
  padding: 5px 0px;
}
.adv-image-holder img{
  object-position: center;
  object-fit: cover;
}

.article-text .mainnnews-title{
  font-weight: 400;
  text-transform: capitalize;
}

.single-mainnews-wrapper{
  padding: 20px 0px;
}
.single-mainnews-wrapper .post-thumb{

}*/

.latest-featured-wrap .featured-content .entry-title{
    font-size: 18px;
}
.latest-featured-wrap .featured-content .entry-title a{
    color: black;
}

.author-image-holder{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: inline-block;
}
.author-image-holder img{
    object-fit: cover;
    object-position: top;
    border-radius: 50%;
}
.author-name{
    font-weight: 700;
    color: #64d5ff ;
    display: inline-block;
    max-width: 40%;
    font-size: 12px;
    border-right: 1px solid #b9b8b8;
    padding: 0px 10px;
}
.author-name a{
    color: #64d5ff ;

}
.author-name a:hover{
    color: #000;
}
.article-date-middle,
.share-button{
    display: inline-block;
    max-width: 40%;
    font-size: 12px;
    /*border-right: 1px solid #b9b8b8;*/
    color: #b9b8b8 !important;
    padding: 0px 10px;
}
.share-button{
    border-right: none;
}
.featured-news-large{
    border-right: 1px solid #c1bfbfeb;
    border-left: 1px solid #c1bfbfeb;
    padding: 0px 10px;
}
.title-large-news{
    font-size: 26px;
    font-weight: 500;
}
.adv-image-holder{
    /*height: 250px;*/
    padding: 5px 0px;
    margin-bottom: 20px;
}
.adv-image-holder img{
    object-position: center;
    object-fit: cover;
}

.midpage-mainnews-wrapper .single-mainnews-wrapper{
    padding: 20px 0px;
    border-bottom: 1px solid #c1bfbfeb;
}
.midpage-mainnews-wrapper .single-mainnews-wrapper:first-child{
    padding-top: 0px;
}
.midpage-mainnews-wrapper .single-mainnews-wrapper:last-child{
    border-bottom: none;
}
.article-text .mainnnews-title{
    font-weight: 300;
    text-transform: capitalize;
    margin-bottom: 0px;
    font-size: 26px;
}

.article-text h2 a{
    color: black;
    text-decoration: none;
}
.article-text h2 a:hover{
    text-decoration: none;
}
.midpage-news-wrapper .latest-featured-wrap.right-featured{
    padding-left: 0px;
}

.load-more-btn-wrapper .load-btn{
    padding: 20px;
    margin: 0 auto;
    width: 20%;
    background-color: #008aff;
    color: white;
    display: block;
    text-align: center;
    border:1px solid transparent;
}
.load-more-btn-wrapper .load-btn:hover {
    background-color: white;
    color:#008aff;
    border:1px solid #008aff;
}

.load-more-btn{
    padding: 20px 85px;
    margin: 0px 470px;
    width: 20%;
    background-color: #008aff;
    color: white;
    text-align: center;
    border: 1px solid transparent;
}

.load-more-btn-wrapper .load-more-btn:hover {
    background-color: white;
    color:#008aff;
    border:1px solid #008aff;
}



.cat-single-news-image-holder{
    height: 175px;
}
.gallery-nav-slide-single{
    position: relative;
}
.cat-single-news-image-holder img{
    object-fit: cover;
    object-position: center;
}
.gallery-nav-slide-single .gallery-icon{
    position: absolute;
    width: 35px;
    top: 60%;
    left: 3%;
}
.apx-gallery-listing-wrapper .gallery-nav-slide-single .gallery-icon img{
    height: 100% ;
    width: 100% ;
}
.gallery-nav-slide-single:focus{
    outline: none;
    box-shadow: 0px 0px 4px 0px #008aff;

}
/*.gallery-nav-slide-single:active{
  box-shadow: 0px 0px 2px 2px #ddd;
}*/
/*.gallery-sidebar-single  .fancybox-content{
  display: none;
  padding: 0px;
}*/
/*.fancy-image{
  background-color: transparent!important;
  padding: 24px!important;
}

.fancy-image .fancybox-button {
  background-color: #64d5ff;
  color: white;
  border-radius: 50%;
  /* padding: 12px;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 99999;
  top: 0px;
  right: 10%;
}*/

/****************
gallery-change
*****************/
.apx-gallery-listing-wrapper .gallery-nav-slide-single img{
    float: left;
    width: 180px;
    height: 114px;
    margin-right: 12px;
    object-fit: cover;
}
.apx-gallery-listing-wrapper .gallery-nav-slide-single .apx-gallery-title h5{
    color: white;
}
.gallery-slider-lg .single-gallery-image-lg iframe{
    width: 100%;
    height: 500px;

}
.single-gallery-image-lg{
    position: relative;
}

.video-overlay-youtube{
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: transparent;
    top: 0;
    z-index: 9999;
}
.video-overlay-youtube:hover{
    background-color: #f5f5f57a;
}
.apx-gallery-wrapper.gallery-left .video-overlay-youtube img{
    width: 40px;
    height: 20px;

}
.gallery-nav-slider{
    overflow-y: scroll;
    height: 500px;
}
.gallery-nav-slide-single{
    margin: 10px 0px;
    cursor:   pointer;
}

.gallery-nav-slider::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.gallery-nav-slider::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.gallery-nav-slider::-webkit-scrollbar-thumb {
    background: #008aff;
    border-radius: 10px;
}

.video-link{
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}
.video-link iframe{
    width: 90%;
    height: 100%;
    display: block;
    margin: 35px auto;
}
.video-link .fancybox-close-small{
    position: absolute;
    top: 3%;
    border-radius: 50%;
    opacity: 1;
    box-shadow: 0px 0px 2px 1px #ddd;
    right: 3%;
    background-color: #008aff;
    color: white;
}

/*-------------------
profile-page
------------------*/

.author-program-list-wrap.mobile-view-article,
.presenter-single-contact-wrapper.mobile-view-contact{
    display: none;
}
.image-left-author {
    float: left;
    /*width: 30%;*/
    padding-right: 20px;
}
.image-left-author img {
    width: 250px;
    height: 250px;
    object-fit:cover;
    object-position: top;

    border: 3px solid #ddd;
}
.presenter-single-profile-wrapper {
    /*background-color: #f1f1f1;*/
    position: relative;
    margin-bottom: 20px;
}
.author-program-list-wrap {
    margin: 20px 0 10px;
}

.author-program-list-wrap h5 {
    margin-bottom: 8px;
    font-weight: 400;
}
.author-program-list-wrap ul{
    margin: 0;
    display: inline-block;
}
.author-program-list-wrap ul li{
    list-style: none;
}
.author-program-list-wrap ul li a{
    list-style: none;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 500;
    line-height: 3;
    text-transform: uppercase;
    position: relative;
    color: black;
    padding-left: 17px;
}
.author-program-list-wrap ul li a:before{
    content: "";
    height: 5px;
    width: 5px;
    position: absolute;
    left: 0;
    top:4px;
    background-color:#008aff;
}
.presenter-single-contact-wrapper{
    /*background-color: #f1f1f1;*/
    position: relative;
    /*min-height: 250px;*/
    margin-bottom: 20px;
}
.presenter-social-detail {
    padding: 10px;
}
.presenter-social-detail .address .fa {
    color: #008aff;
}
.presenter-social-detail .address p{
    font-size: 12px;
}
.presenter-social-detail .address p a{
    color: black;
}
.presenter-social-detail .address p a:hover{
    color:#008aff;
}
.presenter-social-detail .address .fa {
    color: #008aff;
    height: 24px;
    width: 24px;
    border: 1px solid  #008aff;
    line-height: 24px;
    text-align: center;
    padding: 0;
    margin-right: 8px;
    border-radius: 50%;
}
.presenter-bio-detail-wrapper h4{
    margin-bottom: 10px;
}
.presenter-bio-detail-wrapper{
    /*background-color: #f1f1f1;*/
    position: relative;
    margin-bottom: 20px;
}
/*.presenter-bio-detail-wrapper .bio-content{
    padding: 10px 0px;
}*/
.author-detail-right{
    padding: 20px 0px;
}
.author-detail-right h4 {
    margin-bottom: 4px;
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
}

.author-detail-right span {
    font-size: 13px;
    color: #666;
    font-style: italic;
    font-weight: normal;
}

.single-view-item{
    width: 100%;
    border-right: 2px solid #ddd;

}
.presenter-short-bio-wrapper .content-entry-header{
    display: inline-block;
}

.presenter-short-bio-wrapper .content-entry-header h4{
    background-color: #008aff;
    padding: 5px 15px 5px 10px;
    display: inline-block;
    color: white;
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px;

}
.viewed-list-items-wrapper{
    display: inline-block;
    margin-bottom: 20px;
}
/*.presenter-short-bio-wrapper .content-entry-header:before{
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0px;
  border-style: solid;
  border-width: 0 0px 29px 8px;
  border-color: transparent transparent #008aff transparent;
}
.presenter-short-bio-wrapper .content-entry-header:after{
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: -8px;
  border-style: solid;
  border-width: 0px 0px 29px 8px;
  border-color: transparent transparent transparent #008aff;
}*/
.single-view-item .view-image-wrapper {
    height: 150px;
}
.single-view-item .view-image-wrapper img{
    object-fit: cover;
    object-position: center;
}

.single-view-item .view-prog-content h3{
    font-size: 14px;
    margin-bottom: 0px;
}
.single-view-item{
    margin: 15px 0px;
}

.view-prog-content .article-attr .article-date{
    width: 100%;
    border: none;
    padding: 0;
}

.bio-content p{
    font-size: 16px;
}

.author-detail-right{
    display: inline-block;
}

/*---------------------------------
Newsdetailpage-styling
---------------------------------*/
.detail-news-imageholder figure figcaption{
    margin-top: 10px;
    border-bottom: 1px solid #ddd;
}
.detail-news-imageholder figure figcaption p{
    font-size: 14px;
}

.news-detail-side-trending  .apx-widget-post-content .latest-featured-wrap.right-featured{
    padding-left:0px;
}
.news-preface .news-date-author-wrapper span:first-child span a{
    display: block;
    border-bottom: 1px dotted #ddd;
    width: 50%;
    font-style: italic;
    font-size: 12px;
    color: black;
}
.news-preface .news-date-author-wrapper span a time{
    display: block;
    font-size: 12px;
    text-decoration: none;
    color: black;
}
/*.news-preface:before{
  content: ""
  background-image: url("../images/icons/e-icon.png");
  position: absolute;
  height: 20px;
  width: 20px;
  top: 0;
}*/

.news-content-text p{
    font-family: Publico;
    text-align: justify;
    color: black;
    font-size: 18px;
}
.news-content-text .change-font blockquote {
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 95%;
}
.news-content-text .change-font blockquote:before{
    left: 0;
}
.news-content-text p:first-child:first-letter{
    float: left;
    font-size: 75px;
    line-height: 60px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
    font-weight: 700;
}
.news-preface img {
    height: 40px;
    width: 40px;
    margin-left: -12px;
    float: left;
}
.news-date-author-wrapper{
    margin-left: 32px;
}
.font-change{
    margin-top: 0;
    display: inline-block;
    border-right: 1px solid #ddd;
    padding: 5px 10px 0px;
    position: relative;

}

.font-change ul li{
    border: 1px solid #ddd;
    padding: 5px;
    -webkit-transition: all 0.6s ease
;  -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    cursor: pointer;
}
.social-share{
    display: inline-block;

}
.social-share a i{
    border: 1px solid white;
    padding: 9px;
    border-radius: 50%;
    color: white;
    font-size: 20px;
    margin: 0px 2px;
}
.social-share a i.fa-facebook{
    background-color: #3b5998;
    padding: 8px 13px;
}
.social-share a i.fa-twitter{
    background-color: #00acee;
}
.news-share-preface-wrapper{
    margin: 15px 0px;
}
/*.news-detail-side-trending{
  z-index: -1;
}*/
.news-detail-side-trending .apx-widget-post-content{
    height: 500px;
    overflow-y: auto;

}
.news-detail-side-trending .apx-widget-post-content .latest-featured-wrap ul li a img{
    width: 70px;
    height: 70px;
}

.news-detail-side-trending .apx-widget-post-content .latest-featured-wrap ul li .apx-post-wrapper .apx-post-title h5{
    font-size: 14px;
    font-weight: 200;
}
/* width */
.news-detail-side-trending .apx-widget-post-content::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.news-detail-side-trending .apx-widget-post-content::-webkit-scrollbar-track {
    background: #ddd;
}

/* Handle */
.news-detail-side-trending .apx-widget-post-content::-webkit-scrollbar-thumb {
    background:#008aff ;
}

/* Handle on hover */
.news-detail-side-trending .apx-widget-post-content::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.ajax-loader {
    width: 100PX;
    margin-left: 435px;
    /*width: 100PX;*/
    /*margin: 0 auto;*/
}

.affix {
    top: 20px;
    z-index: 9999 !important;
}
.affix-bottom {
    margin-bottom: 100px;
}

.related-news-widget ul li .apx-post-wrapper .apx-post-title h5 a{
    color: #008aff;
    list-style-type: disc;
}
.related-news-widget ul li:before{
    content: "\f111";
    font-family: fontawesome;
    position: absolute;
    top: 2px;
    left: -14px;
    color:#008aff;
    font-size: 10px;
}
/*.related-news-widget ul li:nth-child(odd){
  float: left;
}
.related-news-widget ul li:nth-child(even){
  float: right;
}*/
/*.font-change {

  margin-top: 20px;
}*/
.font-change ul li {
    border: 1px solid #ddd;
    padding: 5px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    cursor: pointer;
}
.font-change ul li:hover {
    border-color: #008aff;
}
.font-change ul li.active {
    border-color: #008aff;
}
.font-change ul li.active a {
    color: #008aff;
}

#trending-list {
    width: 100%;
    float: left; }

#trending-list.affix {
    position: fixed!important;
    top: 20px;
    width: 20%;
    margin: 30px 0;
}
.news-date-author-wrapper .posted-on .entry-date{
    font-size: 12px;
}
.search-results{
    display: block;
    margin: 0 auto;
    width: 100%;
}
/*.search-page-section h2{
  padding-left:80px;
}*/
.search-page-section h2 span{
    font-style: italic;
    font-weight: 200;
}
.search-result-single{
    width: 100%;
    border: none;
    margin: 30px 0px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.search-result-single img{
    width: 25%;
    display: inline-block;
    float: left;
    height: 150px;
    object-fit: cover;
}
.search-result-single .search-news-text{
    width: 75%;
    display: inline-block;
    float: left;
    padding: 0px 40px;
    border: none;
}
.search-news-text h2{
    padding-left:0px;
}
.search-news-text .article-text .article-attr .author-name,
.search-news-text .article-text .article-attr .article-date{
    width: 25%;
}

/*
----------------------------
Writer-lists
--------------------------*/

.writer-single{
    padding: 20px;
    transition: all 0.4s linear;
}
.writer-single:hover{
    box-shadow: 0px 0px 4px 5px #ddf;
}
.writer-single img{
    height: 200px;
    object-fit: cover;
    object-position: center;
}
.writer-detail-wrapper{
    text-align: center;
}
.writer-detail-wrapper p{
    font-weight: 600;
    color: #008aff;
    font-size: 20px;
    margin-bottom: 0px;
}
.writer-detail-wrapper span{
    color: #9c9c9c;
    font-style: italic;
}

/*--------------------------------
archive-page
---------------------------------*/
.title-wrapper-archive {
    margin-bottom: 40px;
}
.sort-wrapper select {
    width: 10%;
}
.sort-wrapper span{
    font-weight: 600;
    margin-right: 14px;
}

.single-archive-wrapper .archive-image-holder{
    box-shadow: 1px 1px 10px 2px #ddd;
    position: relative;
    height: 250px;
}
.single-archive-wrapper .posted-on{
    display: block;
    text-align: center;
    padding: 10px 0px;
    color: black;
    font-weight: 600;
}

.single-archive-wrapper .posted-on a .published{
    color: black;
}
.single-archive-wrapper .posted-on a img{
    object-position: center;
    object-fit: cover;
}
.pageflip {
    display: block;
    position: absolute;
    z-index: 1;
    width: 0;
    height: 0;
    bottom: 0;
    right: 0;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: linear-gradient(to right bottom,#aaa 50%,#fff 51%);
    transition: all 0.3s;
}
.single-archive-wrapper .archive-image-holder:hover  .pageflip {
    width: 40px;
    height: 40px;
    box-shadow: -5px -5px 40px #ddd;
}
.latest-featured-wrap.right-featured.archive-trending{
    padding-left: 0px;
    margin-top: 40px;
}

.archive-trending .apx-widget-post-content .latest-featured-wrap{
    padding-left: 0px;
}


.archive-cat-title h5{
    font-weight: 400;
    color: #a4a5a7;
}

.archive-singlenews-wrapper{
    margin-bottom: 40px;
}
/*.archive-text .article-attr .author-name ,*/
/*.archive-text .article-attr .article-date{*/
    /*width: 30%;*/
/*}*/
.archive-single-imageholder{
    height: 200px;
}
.archive-single-imageholder a img{
    object-fit: cover;
    object-position: center;
}
/*
  ----------
  series
  ---------*/

/*.apx-series-related{
  margin-bottom: 40px;
}
.series-next-title,
.series-prev-title{

  font-weight: 500;
}
.series-next-title {

  display: block;
  width: 100%;
  text-align: right;
}
.series-prev-title:before {
  content: "\f177";
  left: 0px;

}
.series-next-title:after {
  content: "\f178";

}
.series-prev-title:before ,
.series-next-title:after{
  position: absolute;
  font-family: fontawesome;
}
.single-view-item:last-child{
  border-right: none;
}
/*.series-prev-title{
  margin-left: 20px;
}

.series-prev{
  border-right: 2px solid #ddd;
}
.series-next .single-view-item a .view-image-wrapper{
  float: right;
}
.series-next .single-view-item a .view-prog-content {
  float: left;
  text-align: right;
}*/
/*
  ----------
  series
  ---------*/
.title-wrapper-series{
    margin: 0px;
}
.apx-series-related{
    margin-bottom: 40px;
}
.series-next-title,
.series-prev-title{

    font-weight: 500;
}
.series-next-title {
    /* float: right; */
    display: block;
    width: 100%;
    text-align: right;
}
.series-prev-title:before {
    content: "\f177";
    left: 0px;

}
.series-next-title:after {
    content: "\f178";

}
.series-prev-title:before ,
.series-next-title:after{
    position: absolute;
    font-family: fontawesome;
}
.single-view-item:last-child{
    border-right: none;
}
/*.series-prev-title{
  margin-left: 20px;
}
*/
.series-prev{
    border-right: 2px solid #ddd;
}
.series-next .single-view-item a .view-image-wrapper{
    float: right;
}
.series-next .single-view-item a .view-prog-content {
    float: left;
    text-align: right;
}
/*
-----------------
series-news-listing
-------------------*/

.series-single-news-wrapper .content-entry-header h3 span{
    color: #848484;
    text-transform: capitalize;
    font-size: 18px;
}
.series-news-wrapper .featured-image-wrap img{
    height: 350px;
}
.series-news-wrapper .featured-content .entry-container .entry-header h2 a{
    font-size: 24px;
    font-weight: 600;
}
.series-news-wrapper .featured-content .entry-container .entry-header h2{
    margin-bottom: 10px;
}

.series-single-news-wrapper{
    margin-top: 20px;
    margin-bottom: 40px;
}

.newspart-slider .apx-post-wrapper .post-thumb{
    width: 20%;
    float: left;
    height: 60px;
    margin-right: 20px;
}

.newspart-slider .apx-post-wrapper .post-thumb img{
    object-fit: cover;
    object-position: center;
}
.newspart-slider .apx-post-wrapper  .apx-post-title{
    width: 80%;
}
.series-newspart-listing .content-entry-header h3 span{
    font-size: 15px;
}

.bottom-news .series-single-news-wrapper:nth-child(odd){
    border-right : 1px solid #ddd;
    padding-right: 20px;
}
.bottom-news .series-single-news-wrapper:nth-child(even){
    border-right :none;
    padding-right: 20px;
}


.newspart-slider .slick-next{
    right: 2%;
}
.newspart-slider .slick-prev{
    left: -7%;
}
.newspart-slider .slick-next,
.newspart-slider .slick-prev{
    position: absolute;
    z-index: 99999;
    top: 20px;
    opacity: 1;
    transition: all 0.4s linear;
}
.series-single-news-wrapper:hover .newspart-slider .slick-prev,
.series-single-news-wrapper:hover .newspart-slider .slick-next{
    opacity: 1;
}

.newspart-slider .slick-next:before{
    content: ">";
}
.newspart-slider .slick-prev:before{
    content: "<";
}
.newspart-slider .slick-next:before,
.newspart-slider .slick-prev:before{
    font-family: monospace;
    border: 1px solid #64d5ff;
    background-color: #64d5ff;
    padding: 5px 10px;
}

.no-bull{
    list-style-type: none;
}

.apx-illustration-img a:first-child{
    display: block;
}
.apx-illustration-img a{
    display: none;
}





/*-----------------------------
video-catagory
------------------------------*/
.feature-video-wrapper{
    overflow: hidden;
    position: relative;
    cursor: default;
    padding-bottom: 0;
    /*margin-bottom: 20px;*/
}
.latest-video a .video-thumbnail .video-overlay .video-icon img{
    bottom: -90%;
    right: -90%;
}
.latest-video a .video-thumbnail{
    padding-bottom: 66%;
}

.feature-video-wrapper .video-thumbnail{
    position: relative;
    overflow: hidden;
    padding-bottom: 60%;
}
.feature-video-wrapper .video-thumbnail img{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.feature-video-wrapper .entry-header h2{
    z-index: 99;
    color: #000;
}

.feature-video-wrapper .video-overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    background: #00000052;
}
.feature-video-wrapper .video-overlay .play-button{
    position: absolute;
    top: 50%;
    left: 50%;
}
.video-featured-side-widget .feature-video-wrapper:first-child{
    margin-bottom: 15px;
}


.video-featured-side-widget .feature-video-wrapper a .video-overlay .play-button {
    top: 40%;
    left: 40%;
}

.small-video-listing{
    margin-bottom: 20px;
}
.other-video-single-listing .entry-header{
    bottom: -10px;
}
.other-video-single-listing .video-overlay .play-button{
    top: 30%;
    left: 30%;
}
.other-video-single-listing:first-child{
   margin-left: 0px;
}

.other-video-single-listing{
    /*margin-bottom: 20px;*/
    margin : 0px 15px 20px;
}
.video-list-slider .slick-next{
    right: 3%;
}
.video-list-slider .slick-prev{
    left: -2%;
}
.video-list-slider .slick-next,
.video-list-slider .slick-prev{
    position: absolute;
    z-index: 99;
    opacity: 1;
    top: 32%;
    transition: all 0.4s linear;
}
/*.video-list-slider:hover .video-list-slider .slick-prev,
.video-list-slider:hover .video-list-slider .slick-next{
  opacity: 1;
}*/

.video-list-slider .slick-next:before{
    content: ">";
}
.video-list-slider .slick-prev:before{
    content: "<";
}
.video-list-slider .slick-next:before,
.video-list-slider .slick-prev:before{
    font-family: monospace;
    border: 1px solid #64d5ff;
    background-color: #64d5ff;
    padding: 10px 20px;
}
.video-overlay .video-icon img {
    position: absolute;
    width: 40px;
    height: 38px;
    bottom: -70%;
    right: -80%;
}

#error {
    padding-top: 40px;
    margin-bottom: 40px;
    min-height: 600px;
    vertical-align: middle;
}
#error .error-content {
    position: relative;
}
#error .error-content h1 {
    font-size: 300px;
    font-weight: 500;
    color: #008aff;
}
#error .error-content .absolute-img {
    position: absolute;
    top: 0;
    left: 15%;
}
#error .error-content .absolute-img figure {
    width: 50%;
    height: auto;
}
#error .error-content .absolute-img figure img {
    max-width: 100%;
    height: auto;
}
#error .error-content .absolute-img .error-display {
    position: relative;
    left: 8%;
    text-transform: uppercase;
}
#error .error-content .absolute-img .error-display h2 {
    border-top: 2px solid #008aff;
    border-bottom: 2px solid #008aff;
    display: inline-block;
    margin: 0;
    font-weight: 300;
    padding: 5px 0;
}
#error .error-content .absolute-img .error-display h3 {
    font-weight: 300;
    margin: 0;
    border-bottom: 1px solid #ddd;
    display: inline-block;
    padding: 5px 0;
}
#error .error-content .absolute-img .error-display ul.list-inline {
    margin-top: 50px;
}
#error .error-content .absolute-img .error-display ul.list-inline li {
    color: #008aff;
    position: relative;
}
#error .error-content .absolute-img .error-display ul.list-inline li:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #008aff;
    top: 8px;
    left: 0;
    border-radius: 50%;
}
#error .error-content .absolute-img .error-display ul.list-inline li a {
    font-size: 14px;
    color: #008aff;
}

ul.error-list {
    list-style: none;
}

/*---------------- ---------------------
media queries
-------------------------------------*/

@media all and (max-width: 991px) {
    .apx-featured-section article{
        width: 50%;
        float: left;
        display: inline-block;
    }
    .apx-featured-section .featured-col:nth-child(3n) article .entry-header .entry-title,
    .apx-featured-section .featured-col:nth-child(2n) article .entry-header .entry-title{
        font-size: 20px;
    }


    /* .adv-image-holder{
       width: 45%;
       float: left;
       display: inline-block;
     }*/
    .adv-image-holder{
        margin: 0 10px;
    }
    .gallery-nav-slider{
        height: auto;
    }
    .business-cat-list-wrapper .apx-recent-posts li,
    .related-news-widget .apx-recent-posts li{
        width: 100%;
    }
    .news-detail-side-trending{
        display: none;
    }

    @media only screen and (max-width:767px){
        .load-more-btn-wrapper .load-btn {
            padding: 9px;
            width: 38%;

        }
        .featured-article-slider .slick-prev{
            left: -9%;
        }
        .apx-featured-section article{
            width: 100%;

            display: inline-block;
        }
        .apx-recent-posts li{
            width: 50%;
            float: left;
            display: inline-block;
        }
        .author-name,
        .article-date-middle,
        .share-button{
            max-width: 40%;
            padding-right: 15px;
        }

        .author-detail-right{
            display: inline-block;
        }
        .single-view-item{
            margin: 10px 0px;
        }

        .gallery-nav-slider{
            height: 135px;
            overflow: hidden;
        }
        .gallery-slider-lg .single-gallery-image-lg iframe{
            height: 200px;
        }

        .mb-scroll-container{
            min-width: 360px;
            display: inline-block;
            vertical-align: top;

        }
        .apx-auto-tech-section .apx-custom-post-list{
            max-width: 100%;
            display: inline-flex;
            vertical-align: top;
            overflow-x: scroll;
        }

        /* width */
        .business-cat-list-wrapper ul::-webkit-scrollbar,
        .features-cat-list-wrapper::-webkit-scrollbar,
        .apx-auto-tech-section .apx-custom-post-list::-webkit-scrollbar {
            width: 3px;
            height: 3px;
        }

        /* Track */
        .business-cat-list-wrapper ul::-webkit-scrollbar-track,
        .features-cat-list-wrapper::-webkit-scrollbar-track,
        .apx-auto-tech-section .apx-custom-post-list::-webkit-scrollbar-track {
            background: #ddd;
        }

        /* Handle */
        .business-cat-list-wrapper ul::-webkit-scrollbar-thumb ,
        .features-cat-list-wrapper::-webkit-scrollbar-thumb ,
        .apx-auto-tech-section .apx-custom-post-list::-webkit-scrollbar-thumb {
            background:black ;
        }

        /* Handle on hover */
        .business-cat-list-wrapper ul::-webkit-scrollbar:hover,
        .features-cat-list-wrapper::-webkit-scrollbar:hover
        .apx-auto-tech-section .apx-custom-post-list::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

        .business-cat-list-wrapper ul,
        .features-cat-list-wrapper{
            max-width: 100%;
            display: inline-flex;
            vertical-align: top;
            overflow-x: scroll;

        }

        .business-cat-list-wrapper ul li{
            padding: 0 10px;
        }

        button.poll-switch{
            display: block;
            margin: 0 auto;
        }
        .featured-news-large{
            border-right: none;
            border-left: none;
        }
        .latest-featured-wrap .apx-recent-posts li{
            width: 100%;
        }
        .author-program-list-wrap.mobile-view-article{
            margin: 0px;
            margin-bottom: 20px;
        }
        .presenter-single-contact-wrapper.mobile-view-contact{
            margin: 10px 0px;
        }
        .author-program-list-wrap.mobile-view-article,
        .presenter-single-contact-wrapper.mobile-view-contact{
            display: block;
        }
        .author-detail-right{
            padding-bottom: 0;
        }
        .author-program-list-wrap,
        .presenter-single-contact-wrapper{
            display: none;
        }
        .presenter-social-holder:last-child p{
            margin-bottom: 0px;
        }
        .presenter-social-detail{
            padding: 0px;
        }



        .single-view-item{
            border: none;
        }
        .news-detail-side-trending{
            display: none;
        }

        @media all and (max-width: 991px) {
            .apx-featured-section article{
                width: 50%;
                float: left;
                display: inline-block;
            }
            .apx-featured-section .featured-col:nth-child(3n) article .entry-header .entry-title,
            .apx-featured-section .featured-col:nth-child(2n) article .entry-header .entry-title{
                font-size: 20px;
            }


            /* .adv-image-holder{
               width: 45%;
               float: left;
               display: inline-block;
             }*/
            .adv-image-holder{
                margin: 0 10px;
            }
            .gallery-nav-slider{
                height: auto;
            }
            .business-cat-list-wrapper .apx-recent-posts li,
            .related-news-widget .apx-recent-posts li{
                width: 100%;
            }
            .news-detail-side-trending{
                display: none;
            }

            @media only screen and (max-width:767px) {
                .load-more-btn-wrapper .load-btn {
                    padding: 9px;
                    width: 38%;
                }

                .load-more-btn {
                    display: block;
                    padding: 12px 24px;
                    margin: 0px auto;
                    width: 38%;
                    background-color: #008aff;
                    color: white;
                    text-align: center;
                    border: 1px solid transparent;
                }
                .load-more-btn-wrapper .load-more-btn:hover {
                    background-color: white;
                    color:#008aff;
                    border:1px solid #008aff;
                }



                .featured-article-slider .slick-prev {
                    left: -9%;
                }

                .apx-featured-section article {
                    width: 100%;

                    display: inline-block;
                }

                .apx-recent-posts li {
                    width: 50%;
                    float: left;
                    display: inline-block;
                }

                .author-name,
                .article-date-middle,
                .share-button {
                    max-width: 40%;
                    padding-right: 15px;
                }

                .author-detail-right {
                    display: inline-block;
                }

                .single-view-item {
                    margin: 10px 0px;
                }

                .gallery-nav-slider {
                    height: 135px;
                    overflow: hidden;
                }

                .gallery-slider-lg .single-gallery-image-lg iframe {
                    height: 200px;
                }

                .mb-scroll-container {
                    min-width: 360px;
                    display: inline-block;
                    vertical-align: top;

                }

                .apx-auto-tech-section .apx-custom-post-list {
                    max-width: 100%;
                    display: inline-flex;
                    vertical-align: top;
                    overflow-x: scroll;
                }

                /* width */
                .business-cat-list-wrapper ul::-webkit-scrollbar,
                .features-cat-list-wrapper::-webkit-scrollbar,
                .apx-auto-tech-section .apx-custom-post-list::-webkit-scrollbar {
                    width: 3px;
                    height: 3px;
                }

                /* Track */
                .business-cat-list-wrapper ul::-webkit-scrollbar-track,
                .features-cat-list-wrapper::-webkit-scrollbar-track,
                .apx-auto-tech-section .apx-custom-post-list::-webkit-scrollbar-track {
                    background: #ddd;
                }

                /* Handle */
                .business-cat-list-wrapper ul::-webkit-scrollbar-thumb,
                .features-cat-list-wrapper::-webkit-scrollbar-thumb,
                .apx-auto-tech-section .apx-custom-post-list::-webkit-scrollbar-thumb {
                    background: black;
                }

                /* Handle on hover */
                .business-cat-list-wrapper ul::-webkit-scrollbar:hover,
                .features-cat-list-wrapper::-webkit-scrollbar:hover
                .apx-auto-tech-section .apx-custom-post-list::-webkit-scrollbar-thumb:hover {
                    background: #555;
                }

                .business-cat-list-wrapper ul,
                .features-cat-list-wrapper {
                    max-width: 100%;
                    display: inline-flex;
                    vertical-align: top;
                    overflow-x: scroll;

                }

                .business-cat-list-wrapper ul li {
                    padding: 0 10px;
                }

                button.poll-switch {
                    display: block;
                    margin: 0 auto;
                }

                .latest-featured-wrap .apx-recent-posts li {
                    width: 100%;
                }

                .author-program-list-wrap.mobile-view-article {
                    margin: 0px;
                    margin-bottom: 20px;
                }

                .presenter-single-contact-wrapper.mobile-view-contact {
                    margin: 10px 0px;
                }

                .author-program-list-wrap.mobile-view-article,
                .presenter-single-contact-wrapper.mobile-view-contact {
                    display: block;
                }

                .author-detail-right {
                    padding-bottom: 0;
                }

                .author-program-list-wrap,
                .presenter-single-contact-wrapper {
                    display: none;
                }

                .presenter-social-holder:last-child p {
                    margin-bottom: 0px;
                }

                .presenter-social-detail {
                    padding: 0px;
                }

                .single-view-item {
                    border: none;
                }

                .news-detail-side-trending {
                    display: none;
                }

                .sort-wrapper select {
                    width: 30%;
                }
                .feature-video-wrapper{
                    margin-bottom: 20px;
                }


                .feature-video-wrapper .video-overlay .play-button {
                    position: absolute;
                    top: 30%;
                    left: 35%;
                }

                .video-list-slider .slick-prev{
                    left: -8%;
                }
                .other-video-single-listing{
                    margin: 0px 0px 20px;
                }
                .ajax-loader {
                    width: 100PX;
                    margin: 0 auto;
                }

            }
