/*
Theme Name: WSUP
Author: Nirmal Web Studio
Author URI: https://www.nirmal.com.au/web-design-sydney/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wsup
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

strong.sponsored {
    background: red;
    color: #fff;
    padding: 2px 8px 4px;
    border-radius: 5px;
    float: right;
    font-size: 14px;
}

.news-pushed-content .news-content {
    min-height: 300px;
}

.sidebar-news-section.visual-world h2 {
    margin-bottom: 20px;
    text-decoration: none;
}

.visual-world-link-wrp:hover {
    text-decoration: none;
    opacity: .9;
}

.visual-world-link-wrp .sidebar-news-section.visual-world p {
    color: #141212;
}

.visual-world-news-section .box-layout .news-content {
    min-height: 100px;
}

.visual-world-news-section .box-layout .news-image img {
    min-height: 300px;
}

.visual-world-news-section .dummy-image {
    height: 300px;
}

.gallery-caption h4 a,
.gallery-caption p a {
    text-decoration: none;
    color: #141212;
}

.single-article p {
    margin-bottom: 10px;
}

.home-card-sidebar img {
    width: 100%;
    height: auto;
}

.news-image .post-thumbnail {
    max-height: 350px;
    overflow: hidden;
    min-height: 350px;
    background: #f2f2f2;
}

.inner-page-title span {
    text-transform: initial !important;
}

a.right-read-more-link {
    right: 30px !important;
    width: 100px !important;
    font-weight: normal;
    font-family: "Didact Gothic", sans-serif;
}

a.left-author-link {
    width: 200px !important;
    left: 30px !important;
}

.news-pushed-content .news-content h4 a {
    font-size: 20px;
}

.inner-page-wrapper {
    margin-top: 100px;
}

.articles-by-author .news-image {
    max-height: 250px;
    overflow: hidden;
}

.home-banner .container .banner-caption a:hover {
    text-decoration: none;
    color: #fff;
}

.gform_wrapper {
    background: #fff;
    padding: 30px;
    box-shadow: 0 0 68px rgba(0, 0, 0, 0.18);
    margin-top: 40px;
    border: 1px solid #CFCFCF;
    max-width: 800px !important;
}

.navbar-light .navbar-nav .active>.nav-link {
    color: #E40613;
}

.footer .footer-nav ul li.current-menu-item a::after {
    height: 1px;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

.footer .footer-nav ul li.current-menu-item a:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #E40613;
    content: "";
    opacity: 1;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}

.inner-news-section.remove-border {
    border: none;
}

.home-card .news-image {
    max-height: 250px;
    overflow: hidden;
}

figure {
    width: auto !important;
}

#input_1_2 {
    width: 370px;
}

#gform_wrapper_1 input {
    border: 1px solid #ccc;
    padding: 6px 10px;
    height: 38px;
    border-radius: 3px;
}

#gform_wrapper_1 textarea {
    border: 1px solid #ccc;
}

input#gform_submit_button_1 {
    background-color: #eee;
    border: 1px solid #ddd;
    color: #333;
    font-size: 1em;
    padding: 10px 15px;
    height: 50px;
}

#gform_confirmation_message_1 {
    font-size: 21px;
    color: green;
}

.may-also-like.remove-border {
    margin: 0;
    border: none;
    padding: 0;
}

.social-wrp .apss-single-icon {
    display: inline-block;
}

.home-banner .owl-dots .owl-dot span {
    width: 30px !important;
    height: 4px !important;
    border-radius: 0px !important;
}

.home-banner .owl-nav {
    /*display: none;*/
}

.home-banner .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    margin: 0;
    position: absolute;
    width: 100%;
    bottom: 40px;
}

.home-banner .owl-dot {
    outline: none;
}


/*latest changes*/

.article-listing-page-section .article-listing-section .news-pushed-content .news-content.cat-news-content {
    height: 300px !important;
}

.inner-page-title:first-letter {
    text-transform: uppercase;
}

.single-article p {
    margin-bottom: 0;
    line-height: 24px;
}

@media only screen and (max-width: 1600px) and (min-width:1280px) {
    .home-video-wrp .sidebar-newsletter {
        min-height: 400px !important;
        margin-bottom: 0px;
    }
    .home-video-wrp .section-news [class*=col] {
        max-height: 410px;
    }
    .home-video-wrp .box-layout {
        margin: 40px 0 40px 0;
    }
}

@media only screen and (max-width: 600px) {
    .article-listing-page-section .news-image a {
        overflow: hidden;
        height: 200px;
        max-height: 200px;
        min-height: 200px;
    }
    a.right-read-more-link {
        bottom: 8px !important;
    }
}