/* Homepage Content */
.homepage-content {
    width: 100% !important;
	margin-left: 0 !important;
}
#home-full-width-container {
    margin-top: 20px;
}
.leaderboard-banner {
    text-align: center;
    /* float: left; */
    width: 100%;
}
.category-content #dfp-728x90-1,
/* .category-content #dfp-728x90-3, */
.category-content #dfp-728x90-4 {
	margin-top: 32px;
} 
/* .category-content #dfp-728x90-2, */
.category-content #dfp-728x90-3,
.category-content #dfp-728x90-4 {
	margin-bottom: 47px;
}
#home-top-left-container li,
#home-middle-left-container li,
#home-bottom-left-container li,
#home-top-full-width-container li,
#home-middle-full-width-container li,
#home-bottom-full-width-container li {
    list-style: none;
    margin-bottom: 47px;
    text-align: center;
}
#home-top-left-container li p,
#home-middle-left-container li p,
#home-bottom-left-container li p,
#home-top-full-width-container li p,
#home-middle-full-width-container li p,
#home-bottom-full-width-container li p {
    margin: 0;
}
.landing-left-content-banner {
    display: block;
    margin: 32px 0 47px;
	text-align: center;    
	width: 100%;
}
#home-thumbs {
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 30px;
}

/* Homepage Featured */
#home-top-left-container,
#home-middle-left-container,
#home-bottom-left-container {
    width: 72.5%;
    float: left;
    margin-right: 15px;
}
#home-featured-articles-wrapper {
    display: flex;
    flex-wrap: wrap;
	margin-bottom: 47px;
}
#home-featured-container-1 {
	border-radius: 5px;
	margin-bottom: 15px;
	position: relative;
    width: 100%;
}
#home-featured-img1 img {
    border-radius: 5px;
	width: 100%;
}
#home-featured-info {
    background: rgba(0,0,0,.6);
	border-radius: 0 0 5px 5px;
    bottom: 0;
	color: #fff;
    padding: 18px 20px 10px;
	position: absolute;    
	width: 100%;
}
.home-featured-cat h4 {
    padding: 18px 15px 15px;
	color: #8a8c8f;
    color: var(--grey-text);
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.04em;
    margin-bottom: 0;
    font-weight: 700;
}
#home-featured-info .home-featured-cat h4 {
    text-transform: uppercase;
    margin-bottom: 0;
	color: #fff;
    padding: 0;
	font-weight: 700;
}
#home-featured-info .home-featured-title h2 {
	float: left;
    font-size: 28px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    margin-bottom: 8px;
    margin-top: 10px;
	padding: 0;
    width: 100%;
}
#home-featured-info a {
    color: #fff;
}
.home-featured-title a {
	color: #000;
	color: var(--black-text);
	/* text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal; */
}
#home-featured-post-2,
#home-featured-post-3,
#home-featured-post-4 {
	background: #fff;
	background: var(--card-background);
    border-radius: 5px;
    width: 100%;
    max-width: calc(33.33% - 10px);
    flex: 1 0 33.33%;
}
#home-featured-post-3 {
    margin: 0 15px;
}
.home-sub-featured-img img {
    border-radius: 5px 5px 0 0;
	width: 100% !important;
}
.home-featured-title h2 {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
	letter-spacing: 0.02em;
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;
    padding: 0 15px 15px;
}
#home-featured-container-1:hover,
#home-featured-post-2:hover,
#home-featured-post-3:hover,
#home-featured-post-4:hover {
    -webkit-box-shadow: 0px 0px 5px 3px rgb(0 0 0 / 39%);
    -moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.39);
    box-shadow: 0px 0px 5px 3px rgb(0 0 0 / 39%);
	transition: all 0.3s;
}
#home-featured-post-2:hover > .home-featured-title h4 a,
#home-featured-post-3:hover > .home-featured-title h4 a,
#home-featured-post-4:hover > .home-featured-title h4 a {
	color: #000;
	color: var(--black-text);
}
.home-featured-title a:visited {
	color: #000;
    color: var(--black-text);
}
.homepage-featured-post-excerpt {
    display: none;
    padding: 0 15px;
}
.homepage-featured-post-excerpt h4 {
    font-size: 16px;
    margin-bottom: 0;
    padding-bottom: 15px;
    width: 100%;
}

/* Line Clamping 
.homepage-two-column-layout .homepage-post-title a,
.homepage-two-column-modified-layout-info .homepage-post-title a,
.homepage-two-column-modified-layout .homepage-post-title a,
.landing-page-custom-slider-post-title {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}
*/
/* Homepage widget headers */
.homepage-all-category-posts {
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 32px;
    display: flex;
    flex-wrap: wrap;
}
.homepage-single-category-posts {
    margin-bottom: 30px;
    float: left;
	min-height: 339px;
}
.homepage-cat-widget {
    float: left;
	width: 100%;
}
.homepage-widget-header-container {
    float: left;
    width: 100%;
}
.homepage-widget-header {
    display: inline-block;
    font-size: 28px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    margin-bottom: 20px;
	margin-right: 20px;
    margin-top: 0;
	text-transform: capitalize;
    width: auto;
}
.homepage-widget-header a {
	color: #000;
}
.homepage-widget-header a:hover {
    text-decoration: none;
}
.homepage-recent_posts-view-all {
    display: inline;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
	letter-spacing: 0.03em;
    margin: 0;
    width: auto;
}
.homepage-recent_posts-view-all a {
    color: #00aeff;
    font-weight: 900;
}
.homepage-recent_posts-view-all a:hover {
    color: #00aeff !important;
    text-decoration: underline;
}
.homepage-recent_posts-view-all a:visited {
	color: #00aeff;
}

/* Homepage widget nav */
.homepage-sub-cat-block {
    cursor: pointer;
    float: left;
    font-family: 'Exo 2', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    width: 100%;
    margin-top: 15px;
}
.homepage-sub-cat:hover, .homepage-all-cat:hover {
    color: #df1d1d;
}
.homepage-all-cat.active-widget-link {
    color: #fff;
    border-left: none;
    border-bottom: 3px solid #df1d1d;
    border-right: none;
    margin-top: 0;
    cursor: default;
    text-transform: uppercase;
}
.homepage-sub-cat.active-widget-link {
    color: #fff;
    border-left: none;
    border-bottom: 3px solid #df1d1d;
    border-right: none;
    margin-top: 0;
    cursor: default;
    text-transform: uppercase;
}
.homepage-sub-cat, .homepage-all-cat {
    padding: 14px 0.650em 0; 
}
/* Homepage two column layout 1*/
.homepage-two-column-layout-1 {
    float: left;
    width: 49.3%;
    background-color: #fff;
    margin-bottom: 20px;
    padding-bottom: 8px;
}
.homepage-two-column-layout-1 .homepage-recent-post-thumb img {
    height: 200px;
    width: 100%;
}
.homepage-post-title {
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    margin-bottom: 0;
    margin-top: 10px;
    width: 100%;
    padding: 0 15px 15px;
    float: left;
    line-height: 1.4;
}
.homepage-post-title a {
	color: #000;
    color: var(--black-text);
}
.homepage-recent-post-excerpt {
    padding: 10px 15px;
    display: block !important;
    min-height: 58px;
    max-height: 58px;
    overflow: hidden;
}
.homepage-post-excerpt {
    display: block;
    line-height: 1.4em;
	font-family: "Lato", sans-serif;
	text-align: center;
}
.read-more-excerpt:hover {
	color: #333;
	text-decoration: none;
}
.homepage-two-column-post-2.two-column-plus-banner {
    margin: 0 20px;
}
/* See all button */
.homepage-widget-view-all {
    width: auto;
    display: block;
    float: right;
    text-align: left;
    font-size: 0.859em;
    color: #4a4a4a;
    font-size: 1em;
}
.homepage-widget-view-all a {
    color: #fff;
    text-decoration: none;
}
.homepage-widget-view-all a:hover {
    text-decoration: none;
}

/* Homepage two column layout 2 */
.homepage-two-column-layout {
	background: #fff;
	background: var(--card-background);
    border-radius: 5px;
    margin-bottom: 15px;
	width: 100%;
    max-width: calc(50% - 8px);
    flex: 1 0 50%;
}
.homepage-two-column-layout.two-column-post-divider {
    margin-left: 15px;
}
.homepage-recent-post-thumb {
    position: relative;
}
.homepage-recent-post-thumb img {
	border-radius: 5px 5px 0 0;
    width: 100%;
	vertical-align: middle;
}
.home-recent-post-cat {
    float: left;
    padding: 18px 15px 0;
    width: 100%;
}
.home-recent-post-cat h4 {
	color: #8a8c8f;
   	color: var(--grey-text);
    font-size: 12px;
    margin-bottom: 3px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.04em;    
}
.homepage-two-column-layout:hover,
.homepage-two-column-modified-layout:hover {
    -webkit-box-shadow: 0px 0px 5px 3px rgb(0 0 0 / 39%);
    -moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.39);
    box-shadow: 0px 0px 5px 3px rgb(0 0 0 / 39%);
	transition: all 0.3s;
}
.homepage-two-column-layout:hover .homepage-post-title a,
.homepage-two-column-modified-layout:hover .homepage-post-title a{
	color: #000;
	color: var(--black-text);
}
.homepage-post-title a:visited {
	color: #000;
	color: var(--black-text);
}
/* Video Section */
.homepage-two-column-modified-layout {
	background: #fff;
    background: var(--card-background);
	border-radius: 5px;
	flex: 1 0 50%;
    margin-bottom: 15px;
    max-width: calc(50% - 8px);
	width: 100%;    
}
.homepage-two-column-modified-layout.two-column-post-divider {
    margin-left: 15px;
}
.homepage-two-column-modified-layout .home-recent-post-cat {
	float: left;
    padding: 18px 15px 0;
    width: 100%;
}
.homepage-two-column-modified-layout .home-recent-post-cat h4 {
	margin-bottom: 3px;
	color: #8a8c8f;
    color: var(--grey-text);
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.04em;
}
.homepage-two-column-modified-layout .homepage-post-title {
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    letter-spacing: 0.02em;
    margin-bottom: 0;
    margin-top: 10px;
    width: 100%;
    padding: 0 15px 15px;
    float: left;
    line-height: 1.4;
}
.homepage-two-column-modified-layout .homepage-recent-post-thumb img {
    border-radius: 5px 5px 0 0;
    width: 100%;
}
.homepage-full-image-two-colspan {
	flex-basis: 100%;
    max-width: 100%;
}
.homepage-full-image-two-colspan:hover {
	/* -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset; */
}
.homepage-full-image-two-colspan .homepage-recent-post-thumb img {
    border-radius: 5px;
    width: 100%;
}
.homepage-two-column-modified-layout-info {
    background: rgba(0,0,0,.6);
    border-radius: 0 0 5px 5px;
    bottom: 0;
    color: #fff;
    padding: 18px 20px 10px;
    position: absolute;
    width: 100%;
}
.homepage-two-column-modified-layout-info .homepage-post-title {
    font-size: 28px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    margin-bottom: 8px;
    margin-top: 10px;
    padding: 0;
    width: 100%;
    line-height: normal;
}
.homepage-full-image-two-colspan:hover .homepage-post-title a {
    color: #fff;
}
.homepage-two-column-modified-layout-info .homepage-post-title a:hover {
    color: #fec441 !important;
}
.homepage-two-column-modified-layout-info .home-recent-post-cat {
    padding: 0 !important;
}
.homepage-two-column-modified-layout-info .home-recent-post-cat h4 {
	float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 0;
    color: #fff;
    padding: 0
}
.homepage-two-column-modified-layout-info .homepage-post-title a {
	color: #fff;
}
.homepage-two-column-modified-layout-info .homepage-post-title a:visited {
	color: #fff;
}
.homepage-full-image-two-colspan .home-recent-post-cat {
    margin-bottom: 10px;
}
.homepage-full-image-two-colspan .homepage-post-title {
    margin-top: 0;
}
.homepage-video-icon {
	background: rgba(0,0,0,.4);
	border-radius: 50px;
    position: absolute;
    left: 50%;
    padding-left: 3px;
    line-height: 1;    
    top: 50%;
    transform: translate( -50%, -50% );
    width: 45px;
    height: 45px;
    text-align: center;
}
.homepage-video-icon .fa-play {
    color: #fff;
    font-size: 24px;
    line-height: 44px;
}
.home-recent-post-video-time {
    background: rgba(0,0,0,.6);
    position: absolute;
    bottom: 15px;
    right: 15px;
    border-radius: 5px;
    padding: 5px 8px;
}
.home-recent-post-video-time h4 {
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
}
/* Video Section END */

/* Search Results Page */
.search-content .homepage-two-column-modified-layout {
    border-bottom: 0;
    padding-bottom: 0;
}
.two-column-plus-banner {
    width: 35.2%;
    float: left;
    margin-bottom: 10px;
}
.two-column-item-divider {
    margin: 0 9px;
}
.two-column-last-post {
    margin-left: 20px;
	margin-right: 0;
}
.home-two-column-subitem .homepage-post-title {
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.3em;
    margin-top: 3px;
    width: 100%;
    text-transform: none;
}
.home-two-column-subitem .homepage-video-icon {
    position: absolute;
    bottom: 7%;
    left: 2%;
    padding: 4px 6px;
    background: #1b95e0;
    border-radius: 30%;
    line-height: normal;
}
.home-two-column-subitem .fa-video-camera {
    font-size: 12px;
    color: white;
}

/* Homepage three column layout */
.homepage-three-column-layout {
    float: left;
    width: 32.8%;
    margin-bottom: 25px !important;
}
.three-column-plus-banner {
    width: 35.9%;
}
.homepage-three-column-layout a:hover {
    text-decoration: none;
    color: #333;
}
.homepage-three-column-layout .homepage-recent-post-thumb img {
    /*height: 210px;*/
    width: 100%;
}
.three-column-post-divider {
    margin: 0 9px;
}
.three-column-last-post {
    margin: 0;
}
.read-more-home {
    color: #191919 !important;
    font-weight: 600;
    margin-left: 2px;
    display: inline;
}
.read-more-home:hover {
	text-decoration: none;
}

/* Homepage four column layout */
.homepage-four-column-layout,
.homepage-four-column-subcat-layout {
    float: left;
    width: 24.4%;
    margin: 0 9px 10px 0;
    background-color: #fff;
    overflow: hidden;
	height: 220px;
}
.four-column-last-post {
    margin-right: 0 !important;
}
.four-column-plus-banner {
    width: 23.7%;
}
/* Homepage latest issue widget */
#golfer-homepage-latest-issue {
    width: 300px;
    float: left;
    min-height: 285px;
    width: 300px;
}
#latest-issue-header {
    font-size: 1.2em;
    line-height: 1.4em;
    margin: 0 0 20px;
    color: #191919;
    text-transform: uppercase;
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: 700;
    border-bottom: solid 1px #c5c5c5;
    letter-spacing: .25px;
    padding-bottom: 5px;
    width: 100%;
    display: block;
}
#article-latest-issue-thumb {
    display: block;
    float: left;
    position: relative;
    width: 50%;
}
#article-latest-issue-thumb img {
    width: 100%;
}
#article-latest-issue-thumb .fa-search {
    position: absolute;
    right: 0;
    font-size: 20px !important;
    background: rgba(0,0,0,0.5);
    padding: 5px;
    bottom: 0;
    color: #fff;
}
#issue-subscribe-content {
    display: block;
    float: left;
    margin-left: 7px;
    width: 47%;
}
.issue-subscribe-item {
    display: block;
    width: 100%;
    background-color: #c0cf36;
    margin-bottom: 10px;
    padding: 8px 0;
    text-align: center;
    font-size: 1.1em;
    color: #fff;
    border-radius: 4px;
    font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
}
.issue-subscribe-item a {
    text-decoration: none;
	color: #fff;
}

/* Banner Ads */
.homepage-300x250-banner {
    float: left;
    min-height: 300px; 
    width: 300px;
}

/* Slider */
#home-top-left-container .landing-page-slider-container {
    margin-bottom: 42px;
}
.landing-page-slider-container {
    float: left;
    width: 100%;
    margin-bottom: 47px;
}
.landing-page-slider-header {
	display: inline-block;
    font-size: 28px;
    font-family: 'Roboto', sans-serif;
	font-weight: 900;
    letter-spacing: 0.02em;
	margin-bottom: 13px;
	margin-right: 20px;
	margin-top: 0;
	text-transform: capitalize;
	width: auto;   
}
.landing-page-slider-header a {
    color: #000;
}
.red-title {
	color: #ed1c24;
	color: var(--red-title);	
}
.landing-page-slider-view-all {
    display: inline;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
	letter-spacing: 0.03em;
	margin: 0;
	width: auto;    
}
.landing-page-slider-view-all a {
    color: #00aeff;
    font-weight: 700;
}
.landing-page-slider-view-all a:hover {
    color: #00aeff !important;
    text-decoration: underline;
}
.landing-page-slider-view-all a:visited {
    color: #00aeff;
}
.mobile-cfs-landing-slider-view-all,
.mobile-recent-posts-view-all,
.mobile-landing-page-slider-view-all {
    display: none;
}
.cfs-landing-page-swiper {
    padding: 8px !important;
}
.landing-page-swiper {
    padding: 8px !important;
}
.cfs-category-landing-page-swiper {
  padding: 8px !important;
}
.swiper-button-next,
.swiper-button-prev {
	color: #fff !important;
    width: 45px !important;
    height: 45px !important;
    border-radius: 50px;
    background: rgba(0,0,0,.4);
}
.landing-page-swiper-btn-next:after,
.landing-page-swiper-btn-prev:after {
    font-size: 1.5em !important;
}
.landing-page-slider-item {
    border-radius: 5px;
	background: #fff;
    background: var(--card-background);
	height: auto !important;
	padding-bottom: 20px;
}
.cfs-landing-page-swiper .landing-page-slider-thumb {
	height: 200px;
	overflow: hidden;
}
.cfs-landing-page-swiper .landing-page-slider-thumb img {
    border-radius: 5px 5px 0 0;
    vertical-align: middle;
    overflow: hidden;
    height: 200px;
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.landing-page-slider-car-price {
	display: block;
	font-family: 'Roboto', sans-serif;
    font-size: 24px;
	font-weight: 900;
	line-height: 1;
	padding: 15px 15px 3px;
}
.landing-page-slider-monthly-payment {
    color: #00aeff;
	display: block;    
	font-family: 'Roboto', sans-serif;
    font-size: 20px;
	font-weight: 900;
	padding: 0 15px;
}
.landing-page-slider-condition {
	padding: 0 10px 0 15px;
	font-size: 14px;
    font-weight: bold;
}
.landing-page-slider-stockno {
	display: inline-block;
	font-size: 14px;
    font-weight: bold;
    padding-right: 15px;
    width: 60%;
}
.landing-page-slider-km {
	color: #8a8c8f;
	color: var(--grey-text);
    display: inline-block;
	font-size: 14px;
    padding-left: 15px;
    margin-top: 5px;
}
.landing-page-slider-transmission {
	color: #8a8c8f;
	color: var(--grey-text);
    display: inline-block;
	font-size: 14px;
}
.landing-page-slider-dealer-info-container {
    display: block;
	font-size: 14px;
    padding: 0 15px;
}
.landing-page-slider-dealer-heading {
	display: block;
    margin-top: 15px;
	font-weight: bold;
}
.landing-page-slider-dealershipname,
.landing-page-slider-dealershipname-location {
	color: #8a8c8f;
	color: var(--grey-text);
	display: inline-block;
	margin-top: 5px;
}
.landing-page-slider-car-price a,
.landing-page-slider-condition a,
.landing-page-slider-stockno a {
	color: var(--black-text);
}
.landing-page-slider-monthly-payment a {
	color: #00aeff;
}
.landing-page-slider-dealershipname a {
    color: #8a8c8f;
    color: var(--grey-text);
}
.landing-page-slider-dealershipname-location {
	display: inline;
	margin-top: 0;
}
.home-landing-slider-post-cat h4 {
    padding: 18px 15px 0;
	color: #8a8c8f;
    color: var(--grey-text);
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.04em;
    margin-bottom: 0;
    font-weight: bold;
}
.landing-page-slider-post-title {
    font-size: 16px;
	font-weight: 700;
	margin-bottom: 15px;
    margin-top: 15px;
	padding: 0 15px;
    text-align: left;
	text-transform: none;
	/* white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis; */
}
.landing-page-slider-post-title a {
	color: #000;
    color: var(--black-text);
    text-decoration: none;
}
.landing-page-slider-thumb {
    position: relative;
}
.landing-page-slider-thumb img {
	border-radius: 5px 5px 0 0;
    vertical-align: middle;
	/* overflow: hidden;
    height: 200px;
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover; */
}
.landing-page-slider-thumb .entry-attachments-icon {
    background: rgba(0,0,0,.4);
    padding: 5px 8px;
    border-radius: 5px;
    position: absolute;
    bottom: 15px;
    left: 15px;
}
.landing-page-slider-thumb .entry-attachments-icon .fa-camera {
    color: #fff;
    font-size: 14px;
}
.landing-page-slider-thumb .entry-attachments-counter {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    margin-left: 3px;
}
.landing-page-custom-slider-post-title {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    letter-spacing: 0.02em;
    margin-bottom: 0;
    margin-top: 15px;
    width: 100%;
    padding: 0 15px;
    float: left;
    line-height: 1.4;
}
.landing-page-custom-slider-post-title a {
	color: #000;
    color: var(--black-text);
}
.cfs-landing-page-swiper .slider-wrapper {
    padding: 5px 0;
}
.landing-page-slider-item:hover {
    -webkit-box-shadow: 0px 0px 5px 3px rgb(0 0 0 / 39%);
    -moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.39);
    box-shadow: 0px 0px 5px 3px rgb(0 0 0 / 39%);
	transition: all 0.3s;
}
.landing-page-slider-item:hover > .landing-page-custom-slider-post-title a {
    color: #000;
	color: var(--black-text);
}
.landing-page-custom-slider-post-title a:visited {
	color: #000;
    color: var(--black-text);
}
/* Brand feature block */
.brand-feature-widget {
    width: 65% !important;
    margin: 0 auto !important;
    float: none !important;
}
.brand-feature-post {
    background-color: #fff;
    float: left;
    margin: 35px 0;
    width: 100% !important;
    border: 1px solid #cbcbcb;
    border-radius: 4px;
    padding: 10px 15px 10px 10px;
}
.brand-feature-post .home-recent-post-thumb {
    width: 45%;
    display: block;
    float: left;
    margin-right: 9px;
}
.brand-feature-post .home-recent-post-thumb img {
	width: 100%;
}
.brand-feature-post-info {
	color: #000;
    float: right;
    width: 53.5%;
}
.brand-feature-post-info .brand-feature-widget {
    width: 100% !important;
    display: block;
    font-size: 1.3em;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    background-color: #536167;
    text-align: center;
    padding: 3px;
}
.brand-feature-post .home-post-title {
    display: block;
	margin-top: 5px;
	color: #000;
	font-size: 1.2em;
}
.brand-feature-post-info a {
    color: #000;
}
.brand-feature-post .home-post-title a:hover {
    text-decoration: none;
    color: #000;
}
.brand-feature-post-info .read-more-home {
    color: #df1d1d !important;
}
/* Category page */
.category-content {
    width: 72.5% !important;
    margin-right: 15px;
}
.category-content .homepage-two-column-modified-layout {
    border-bottom: 0;
	float: none;
    padding-bottom: 0;
}
.category-content #category-full-width-container {
    float: left;
	margin-top: 47px;
	width: 100%;
}

/* Magazine landing page */
#custom-category-listing .content-container {
    float: left;
    margin: 35px 0;
    width: 100% !important;
}
#custom-category-listing .content-thumb {
    width: 45%;
    display: block;
    float: left;
    margin-right: 9px;
	text-align: center;
}
#custom-category-listing .content-info {
    float: right;
    width: 53.5%;
}
#custom-category-listing .content-title {
    font-size: 1.5em;
    margin-bottom: 0.5em;
}
#custom-category-listing .content-title a {
    color: #909799;
    font-weight: 600;
}
#custom-category-listing .content-container {
    float: left;
    margin: 0 0 35px;
    width: 100% !important;
    border-bottom: 1px solid #aaa;
    padding: 0 0 35px;
}
#custom-category-listing .content-read-more {
    /* font-size: 13px !important; */
    color: #df1d1d !important;
}

@media only screen and (max-width: 1200px) {
#home-top-left-container,
#home-middle-left-container,
#home-bottom-left-container,
.category-content {
	width: 71.5% !important;
}
}
@media only screen and (max-width: 1199px) {
.homepage-four-column-layout,
.homepage-four-column-subcat-layout {
    width: 24.3%;
}
.homepage-four-column-subcat-layout {
	height: 200px;
}
.four-column-plus-banner {
    width: 23.6%;
}
.three-column-plus-banner {
    width: 35.8%;
}
.two-column-plus-banner {
    width: 35%;
}
#custom-category-listing {
    padding-left: 15px;
}	
}
@media only screen and (max-width: 1185px) {
.homepage-three-column-layout {
    width: 32.7%;
}
.three-column-plus-banner {
    width: 35.7%;
}
.four-column-plus-banner {
    width: 23.5%;
}
.two-column-plus-banner {
    width: 34.9%;
}	
}
@media only screen and (max-width: 1180px) {
.homepage-three-column-layout {
    width: 32.7%;
}
.three-column-plus-banner {
    width: 35.4%
}
.homepage-four-column-layout,
.homepage-four-column-subcat-layout {
    width: 24.3%;
}
.four-column-plus-banner {
    width: 23.3%;
}
}
@media only screen and (max-width: 1172px) {
.two-column-plus-banner {
    width: 34.6%;
}
}
@media only screen and (max-width: 1157px) {
.three-column-plus-banner {
    width: 35.2%;
}
.four-column-plus-banner {
    width: 23.2%;
}
.two-column-plus-banner {
    width: 34.4%;
}
#home-top-left-container,
#home-middle-left-container,
#home-bottom-left-container,
.category-content {
    width: 71% !important;
}
}

@media only screen and (max-width: 1140px) {
#home-top-left-container,
#home-middle-left-container,
#home-bottom-left-container,
.category-content {
    width: 70% !important;
}
.homepage-three-column-layout {
    width: 32.7%;
}
.three-column-plus-banner {
    width: 34.9%;
}
.homepage-four-column-layout {
    width: 24.3%;
	margin-bottom: 0;
	height: 285px;
}
.four-column-plus-banner {
    width: 23.1%
}
.two-column-plus-banner {
    width: 34%;
}
}

@media only screen and (max-width: 1113px) {
.three-column-plus-banner {
    width: 34.8%;
}
.four-column-plus-banner {
    width: 22.9%;
}
#custom-category-listing .homepage-post-title {
    margin: 0;
    position: relative;
    width: auto;
    background: rgba(223, 29, 29, 0.9);
    height: 82px;
	overflow: hidden;
}	
}

@media only screen and (max-width: 1109px) {
.four-column-plus-banner {
    width: 22.8%;
}
.three-column-plus-banner {
    width: 34.6%;
}
.two-column-plus-banner {
    width: 33.8%;
}
#custom-category-listing .homepage-two-column-layout {
    width: 48.4% !important;
}
}

@media only screen and (max-width: 1096px) {
#home-top-left-container,
#home-middle-left-container,
#home-bottom-left-container,
.category-content {
    width: 69.5% !important;
}
.three-column-plus-banner {
    width: 34.4%;
}
.four-column-plus-banner {
    width: 22.7%;
}
.two-column-plus-banner {
	margin-bottom: 20px !important;
    width: 33.6%;
}
.two-column-plus-banner .homepage-post-title {
    margin: 0;
    position: relative;
    width: auto;
    background: rgba(223, 29, 29, 0.9);
	height: 59px;
    overflow: hidden;
}
}

@media only screen and (max-width: 1084px) {
#home-top-left-container,
#home-middle-left-container,
#home-bottom-left-container,
.category-content {
    width: 68% !important;
}
.three-column-plus-banner {
    width: 34.3%;
}
.four-column-plus-banner {
    width: 22.5%;
}
.two-column-plus-banner {
    width: 33.4%;
}
}

@media only screen and (max-width: 1071px) {
.three-column-plus-banner {
    width: 34.2%;
}
.two-column-plus-banner {
    width: 33.3%;
}
}

@media only screen and (max-width: 1065px) {
.three-column-plus-banner {
    width: 33.8%;
}
.homepage-four-column-layout {
    height: 285px;
}
.four-column-plus-banner {
    width: 22.2%;
}
.home-two-column-mainitem {
    width: 68%;
}
.two-column-plus-banner {
    width: 32.8%;
}
}

@media only screen and (max-width: 1040px) {
#home-top-left-container,
#home-middle-left-container,
#home-bottom-left-container,
.category-content {
    width: 67.5% !important;
}
#home-featured-container-2 {
    width: 49.2%;
}
.three-column-plus-banner {
    width: 33.4%;
}
.homepage-four-column-layout,
.homepage-four-column-subcat-layout {
    width: 24.2%;
}
.four-column-plus-banner {
    width: 22%;
}
.home-two-column-mainitem {
    width: 68%;
}
.two-column-plus-banner {
    width: 32.5%;
}
}

@media only screen and (max-width: 1018px) {
#home-top-left-container,
#home-middle-left-container,
#home-bottom-left-container,
.category-content {
    width: 66.8% !important;
}
.landing-page-slider-stockno {
    width: 100%;
    padding-left: 15px;
    margin-top: 3px;
}
.homepage-three-column-layout {
    width: 32.6%;
}
.three-column-plus-banner {
    width: 33.1%;
}
.homepage-four-column-layout,
.homepage-four-column-subcat-layout {
    width: 24.2%;
}
.four-column-plus-banner {
    width: 21.7%;
}
.two-column-plus-banner {
    width: 32%;
}
#custom-category-listing .homepage-two-column-layout {
    width: 48.2% !important;
}
}

@media only screen and (max-width: 999px) {
#home-top-left-container,
#home-middle-left-container,
#home-bottom-left-container,
.category-content {
    width: 100% !important;
    margin-right: 0;
}
.homepage-widget-header, .landing-page-slider-header {
    margin-bottom: 10px;
    line-height: 1;
}
#dealer-branches-sort-by-heading {
	margin-top: 32px !important;
}
.homepage-three-column-layout {
    width: 32.6%;
}
.landing-page-slider-item {
	min-height: 270px;
}
.three-column-plus-banner {
    width: 32.2%;
}
.four-column-plus-banner {
    width: 21.1%;
}
.home-two-column-mainitem {
    width: 67.9%;
}
.homepage-four-column-subcat-layout {
	height: 190px;
}
.two-column-plus-banner {
    width: 31.1%;
}
.brand-feature-widget {
    width: 80% !important;
}
.homepage-two-column-layout:hover, .homepage-two-column-modified-layout:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    transition: none;
}
.homepage-two-column-modified-layout:hover .homepage-post-title a {
    color: #000 !important;
	color: var(--black-text) !important;
}
.cfs-landing-page-swiper, .cfs-category-landing-page-swiper {
    padding: 8px 0 0 !important;
}
#home-featured-container-1:hover,
#home-featured-post-2:hover,
#home-featured-post-3:hover,
#home-featured-post-4:hover,
.landing-page-slider-item:hover {
    -webkit-box-shadow: none;;
    -moz-box-shadow: none;
    box-shadow: none;
    transition: none;
}

}

@media only screen and (max-width: 950px) {
.three-column-plus-banner {
    width: 31.4%;
}
.four-column-plus-banner {
    width: 20.8%;
}
.home-two-column-mainitem {
    width: 67.8%;
}
.homepage-four-column-layout img {
   /* height: auto; */
}
.homepage-three-column-layout .homepage-recent-post-thumb img {
    /*height: 121px;*/
}
.homepage-four-column-layout,
.homepage-four-column-subcat-layout {
    height: 180px !important;
	margin-bottom: 15px;
}
.homepage-four-column-layout.four-column-plus-banner,
.homepage-four-column-layout.four-column-post-4-plus-banner,
.homepage-four-column-layout.four-column-post-5-plus-banner,
.homepage-four-column-layout.four-column-post-6-plus-banner,
.homepage-four-column-layout.four-column-post-7-plus-banner,
.homepage-four-column-layout.four-column-post-6-plus-banner {
    height: 237px !important;
}
.two-column-plus-banner {
    width: 30.8%;
}
}

@media only screen and (max-width: 932px) {
.two-column-plus-banner {
    width: 30.3%;
}
}

@media only screen and (max-width: 910px) {
.homepage-four-column-layout,
.homepage-four-column-subcat-layout {
    width: 24.1%;
}
.four-column-plus-banner {
    width: 20.3%;
}
.homepage-three-column-layout {
    height: 260px;
}
.three-column-plus-banner {
	height: 260px;
    margin-bottom: 15px !important;
    width: 31%;
}
#golfer-homepage-latest-issue {
    min-height: 275px;
}
.two-column-plus-banner {
    width: 29.8%;
}
}

@media only screen and (max-width: 890px) {
.four-column-plus-banner,
.homepage-four-column-layout,
.homepage-four-column-subcat-layout {
    width: 49.4%;
}
.homepage-four-column-post-2 {
    margin-right: 0;
}
.homepage-four-column-layout,
.homepage-four-column-subcat-layout {
    height: auto !important;
}
.homepage-four-column-layout.four-column-plus-banner,
.homepage-four-column-layout.four-column-post-4-plus-banner,
.homepage-four-column-layout.four-column-post-5-plus-banner,
.homepage-four-column-layout.four-column-post-6-plus-banner,
.homepage-four-column-layout.four-column-post-7-plus-banner,
.homepage-four-column-layout.four-column-post-6-plus-banner {
    height: auto !important;
}
.homepage-four-column-post-6 {
    margin-right: 0;
}
.four-column-post-5-plus-banner {
    margin-right: 0;
}
.four-column-post-6-plus-banner {
    margin-right: 9px;
}
.homepage-three-column-layout {
    height: 240px;
}
.three-column-plus-banner {
    width: 30.6%;
}
.two-column-plus-banner {
    width: 29.4%;
}
}

@media only screen and (max-width: 872px) {
.three-column-post-divider {
    margin-right: 0;
}
.three-column-post-4-plus-banner {
    margin: 0 9px 0 0;
}
.homepage-three-column-layout {
    width: 49.3%;
}
.three-column-plus-banner {
    width: 49.3%;
}
.three-column-banner {
    clear: both;
}
.homepage-latest-issue-container {
    float: left;
    width: 49.3%;
}
.homepage-three-column-post-4 {
    margin-left: 9px;
}
.three-column-post-4-plus-banner {
    margin: 0;
}
.homepage-three-column-post-5 {
    margin-left: 0;
}
.three-column-post-5-plus-banner {
    margin-left: 9px;
}
.homepage-three-column-post-6.three-column-last-post {
    margin-left: 9px;
}
.homepage-three-column-layout {
    height: 285px;
}
.homepage-four-column-layout {
    height: auto !important;
}
.homepage-four-column-layout.four-column-plus-banner,
.homepage-four-column-layout.four-column-post-4-plus-banner,
.homepage-four-column-layout.four-column-post-5-plus-banner,
.homepage-four-column-layout.four-column-post-6-plus-banner,
.homepage-four-column-layout.four-column-post-7-plus-banner,
.homepage-four-column-layout.four-column-post-6-plus-banner {
    height: auto !important;
}
.two-column-plus-banner {
    width: 27.9%;
}
}

@media only screen and (max-width: 817px) {
.two-column-plus-banner {
    width: 27.3%;
}
.two-column-plus-banner .homepage-post-title {
    height: 80px;
    overflow: hidden;
}
.brand-feature-widget {
    width: 100% !important;
}
.brand-feature-post {
    width: auto !important;
}
#custom-category-listing .homepage-post-title {
    margin: 0;
    position: relative;
    width: auto;
    background: rgba(223, 29, 29, 0.9);
    height: 60px;
    overflow: hidden;
}
}

@media only screen and (max-width: 795px) {
#home-full-width-container li {
    padding: 0 16px;
	margin-bottom: 32px;
}
.category-content {
    padding: 0 16px;
}
#home-featured-articles-wrapper,
.homepage-cat-widget {
    padding: 0 16px;
}
.landing-page-slider-container {
	margin-bottom: 32px;
    padding-left: 16px;
}
#custom_cfs_category_landing_page_slider-1 {
    padding-left: 0;
}
.landing-page-slider-container .swiper-button-next,
.landing-page-slider-container .swiper-button-prev {
	display: none !important;
}
.landing-page-slider-stockno {
    display: inline-block;
    max-width: 100%;
    width: 100%;
}
.four-column-plus-banner,
.homepage-four-column-layout,
.homepage-four-column-subcat-layout {
    width: 49.3%;
}
.home-two-column-mainitem {
    width: 67.7%;
}
.two-column-plus-banner {
    width: 48.7%;
}
.homepage-two-column-post-1.two-column-plus-banner {
    width: 100%;
}
.homepage-two-column-post-2.two-column-plus-banner {
    margin: 0 20px 0 0;
}
.homepage-two-column-post-1.two-column-plus-banner .homepage-post-title {
	height: auto;	
}
.homepage-recent-post-excerpt {
    min-height: auto;
    max-height: 71px;
}
.two-column-plus-banner .homepage-recent-post-excerpt {
    min-height: 77px;
    max-height: 77px;
}
.homepage-two-column-post-1.two-column-plus-banner .homepage-recent-post-excerpt {
    min-height: auto;
    max-height: unset;
}
.homepage-recent-post-excerpt {
    min-height: 77px;
    max-height: 77px;
}	
.two-column-plus-banner .homepage-post-title {
    height: 80px;
    overflow: hidden;
}
}

@media only screen and (max-width: 779px) {
/* .landing-page-custom-slider-post-title {
	text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	white-space: normal;
} */
.homepage-three-column-layout {
    height: 285px;
	margin-bottom: 10px;
}
.three-column-plus-banner,
.homepage-three-column-layout {
    width: 49.2%;
}
.read-more-video-excerpt {
    display: none;
}
/*.home-two-column-mainitem, .home-two-column-subitem {
    width: 32.3%;
}
.home-two-column-subitem.homepage-two-column-post-2 {
    margin-right: 9px;
}*/
.four-column-plus-banner,
.homepage-four-column-layout,
.homepage-four-column-subcat-layout {
    width: 49.2%;
}
.homepage-widget-view-all {
    margin-top: -10px;
}
.homepage-single-category-posts .homepage-four-column-layout,
.homepage-single-category-posts .homepage-four-column-subcat-layout {
    margin-bottom: 15px;
}
.homepage-four-column-layout,
.homepage-four-column-subcat-layout {
    /* height: 230px !important; */
	margin-bottom: 15px;
}
.homepage-four-column-subcat-layout {
    height: auto !important;
}
.homepage-sub-cat-block {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}
.homepage-recent-post-excerpt {
    min-height: 96px;
    max-height: 96px;
}
}

@media only screen and (max-width: 760px) {
#custom-category-listing .homepage-two-column-layout {
    width: 48.5% !important;
}
}

@media only screen and (max-width: 713px) {
#custom-category-listing .homepage-two-column-layout {
    width: 48.3% !important;
}	
}

@media only screen and (max-width: 668px) {
.homepage-three-column-layout {
    width: 49.2%;
}
.three-column-plus-banner {
    width: 49.2%;
}
.three-column-banner {
    margin-right: 9px;
}
.four-column-plus-banner,
.homepage-four-column-layout,
.homepage-four-column-subcat-layout {
    width: 49.2%;
}
.home-two-column-mainitem {
    width: 32.3%;
}
/*.home-two-column-subitem {
    width: 32.3%;
}*/
}

@media only screen and (max-width: 641px) {
.four-column-plus-banner {
    width: 32.2%;
}
.homepage-four-column-post-3 {
    margin-right: 9px;
}
.homepage-four-column-post-3.four-column-plus-banner {
    margin-right: 0;
}
.homepage-four-column-post-2.four-column-post-divider.four-column-plus-banner {
    margin-right: 9px;
}
.three-column-banner {
    margin-right: 0;
}
.three-column-post-5-plus-banner {
    margin-left: 0;
}
.homepage-three-column-layout {
    height: 260px;
	width: 32.2%;
}
.three-column-plus-banner {
    width: 49.2%;
}
.homepage-latest-issue-container {
    float: left;
    width: 100%;
}
#golfer-homepage-latest-issue {
    float: none;
    min-height: 240px;
    margin: 0 auto;
}
.homepage-three-column-post-2 {
    margin-right: 9px;
}
.homepage-three-column-post-2.three-column-plus-banner {
    margin-right: 0;
}
.homepage-three-column-post-4 {
    margin-left: 0;
}
.three-column-post-4-plus-banner {
    margin: 0 9px;
}
.homepage-three-column-post-5 {
    margin: 0 9px;
}
.homepage-three-column-post-6.three-column-last-post {
    margin-left: 0;
}
.homepage-three-column-layout {
    height: 240px;
}
.three-column-post-5-plus-banner {
    margin: 0;
}
/*.home-two-column-subitem {
    width: 32.2%;
}*/
.home-two-column-mainitem {
    width: 32.2%;
}
#custom-category-listing .homepage-two-column-layout {
    width: 48.2% !important;
}
.brand-feature-post .home-recent-post-thumb,
#custom-category-listing .content-thumb {
    width: 44%;
}
.homepage-recent-post-excerpt {
    min-height: 115px;
    max-height: 115px;
}
}

@media only screen and (max-width: 624px) {
.three-column-plus-banner {
    width: 49.1%;
}
.homepage-four-column-layout,
.homepage-four-column-subcat-layout {
	height: auto !important;
	margin-bottom: 30px;
    width: 49.1%;
}
.four-column-plus-banner {
    width: 32.2%;
}
#custom-category-listing .homepage-two-column-layout {
    width: 48% !important;
}
}

@media only screen and (max-width: 586px) {
.homepage-sub-cat-block {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}
}

@media only screen and (max-width: 583px) {
#home-featured-container-2 {
    width: 49.1%;
}
.homepage-three-column-layout {
    width: 32.1%;
}
.three-column-plus-banner {
    width: 49.1%;
}
.homepage-four-column-layout,
.homepage-four-column-subcat-layout {
    width: 49.1%;
}
.four-column-plus-banner {
    width: 32.1%;
}
/*.home-two-column-subitem {
    width: 32.1%;
}*/
.home-two-column-mainitem {
    width: 32.1%;
}
.homepage-four-column-layout,
.homepage-four-column-subcat-layout {
    margin-bottom: 15px;
}
.homepage-recent-post-excerpt {
    min-height: 134px;
    max-height: 134px;
}
.two-column-plus-banner .homepage-recent-post-excerpt {
    min-height: 96px;
    max-height: 96px;
}
}

@media only screen and (max-width: 550px) {
#home-featured-info .home-featured-cat {
    width: 100%;
}
#home-featured-info .home-featured-cat h4 {
	color: #8a8c8f;
    color: var(--grey-text);
}
#home-featured-info .home-featured-title {
    width: 100%;
}
#home-featured-info .home-featured-title h2 {
    /* font-size: 24px; */
	font-size: 18px;
	margin-bottom: 0;
}
#home-featured-info a {
    color: #000;
}
#home-featured-img1 img {
    border-radius: 5px 5px 0 0;
}
#home-featured-post-2,
#home-featured-post-3,
#home-featured-post-4 {
	flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 15px;
}
#home-featured-post-3 {
    margin: 0 0 15px;
}
#home-featured-post-4 {
    margin-bottom: 0;
}
.home-sub-featured-img {
    width: 45%;
    margin-right: 15px;
    float: left;
}
.home-sub-featured-img img {
    border-radius: 5px 0 0 5px;
}
.home-featured-cat, .home-featured-title {
    width: 50.9%;
    float: left;
}
.home-featured-title h2 {
	font-size: 13px;
	padding: 0 15px 10px 0;
}
.home-featured-cat h4 {
	font-size: 11px;
	padding: 15px 15px 10px 0;
}
.home-featured-title a {
    color: #000;
}
#home-featured-info,
.homepage-two-column-modified-layout-info {
    background: #fff;
	float: left;
	padding: 15px;
    position: relative;
}
.homepage-two-column-modified-layout-info .home-recent-post-cat h4 {
	font-size: 11px;
}
.homepage-two-column-layout {
	flex-basis: 100%;
    max-width: 100%;
}
.homepage-two-column-layout.two-column-post-divider {
    margin-left: 0;
}
.homepage-recent-post-thumb img {
    border-radius: 5px 0 0 5px;
    float: left;
    margin-right: 15px;
	width: 45%;
}
.home-recent-post-cat {
    padding: 15px 15px 7px 0;
	width: 50.9%;
}
.home-recent-post-cat h4 {
	font-size: 11px;
}
.homepage-post-title {
    /* font-size: 18px; */
	font-size: 13px;
	line-height: normal;
    width: 50.9%;
    padding: 0 15px 0 0;
    margin-top: 0;
}
.homepage-two-column-layout .homepage-video-icon {
    left: 23%;
	/* transform: translate(-50%, 90%); */
}
#home-full-width-container .homepage-two-column-modified-layout .homepage-recent-post-thumb {
    float: none;
}
.homepage-two-column-modified-layout img {
    float: none;
    margin-right: 0;
}
.homepage-two-column-modified-layout .homepage-post-title {
	/* font-size: 18px; */
	font-size: 13px;
	padding: 0 15px 15px;
	margin-top: 7px;
}
.homepage-two-column-modified-layout .home-recent-post-cat {
    padding: 15px 15px 0;
}
.homepage-two-column-modified-layout .home-recent-post-cat h4 {
  	font-size: 11px;
}
.category-content .homepage-two-column-modified-layout .home-recent-post-cat {
    padding: 15px 0 0;
	width: 50.9%;
}
.homepage-two-column-modified-layout-info .homepage-post-title {
	/* font-size: 22px; */
	font-size: 18px;
	margin-bottom: 0;
	margin-top: 0;
    padding: 0;
}
.homepage-full-image-two-colspan .homepage-recent-post-thumb img {
    border-radius: 5px 5px 0 0;
}
.homepage-two-column-modified-layout-info .home-recent-post-cat h4 {
	color: #8a8c8f;
    color: var(--grey-text);
}
.homepage-two-column-modified-layout-info .homepage-post-title a {
    color: #000;
}
.homepage-two-column-modified-layout-info .homepage-post-title a:visited {
	color: #000;
	color: var(--black-text);	
}
.landing-page-slider-item {
    min-height: unset;
}
.landing-page-slider-view-all,
.homepage-recent_posts-view-all {
	display: none;
}
.mobile-cfs-landing-slider-view-all,
.mobile-recent-posts-view-all,
.mobile-landing-page-slider-view-all {
    display: block;
    padding-right: 0;
    width: 100%;
    margin-top: 15px;
    height: 41px;
}
.mobile-landing-page-slider-view-all,
.mobile-cfs-landing-slider-view-all {
    padding-right: 15px;
}
.mobile-cfs-landing-slider-view-all .landing-page-slider-view-all-link,
.mobile-recent-posts-view-all-link,
.mobile-landing-page-slider-view-all-link {
    margin-bottom: 0;
    border: 1px solid #00aeff;
    display: block;
    /* padding: 15px; */
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    height: 41px;
    line-height: 41px;
}
.mobile-cfs-landing-slider-view-all .landing-page-slider-view-all-link a,
.mobile-recent-posts-view-all .mobile-recent-posts-view-all-link a,
.mobile-landing-page-slider-view-all-link a {
    color: #00aeff;
}
.home-landing-slider-post-cat h4 {
	font-size: 11px;
	padding: 15px 15px 0;
}
.landing-page-custom-slider-post-title {
	font-size: 13px;
    margin-top: 10px;
}
.homepage-widget-header,
.landing-page-slider-header {
	font-size: 24px;
}
.landing-page-slider-car-price {
	font-size: 20px;
}
.landing-page-slider-monthly-payment {
	font-size: 18px;
}

/* Category page */
.category-content .homepage-two-column-modified-layout {
    flex-basis: 100%;
    max-width: 100%;
}
.homepage-recent-post-thumb {
    float: left;
    width: 100%;
}
.category-content .homepage-recent-post-thumb img {
    border-radius: 5px 0 0 5px;
    float: left;
    margin-right: 15px;
    width: 45%;
}
.category-content .homepage-two-column-modified-layout .homepage-post-title {
	line-height: normal;
    padding: 0 15px 0 0;
    width: 50.9%;
}
.category-content .homepage-full-image-two-colspan .homepage-recent-post-thumb {
	float: none;
}
.category-content .homepage-full-image-two-colspan img {
    width: 100% !important;
    border-radius: 5px 5px 0 0;
    margin-right: 0;
    float: none;
}
.home-recent-post-video-time {
    right: unset;
    left: 15px;
}
.homepage-full-image-two-colspan .home-recent-post-video-time {
    left: unset;
    right: 15px;
}
.category-content .homepage-full-image-two-colspan .homepage-post-title {
    padding: 0;
    width: 100%;
}
.category-content .homepage-two-column-modified-layout.two-column-post-divider {
    margin-left: 0;
}
.category-content .homepage-two-column-modified-layout .homepage-video-icon {
    left: 23%;
    /* transform: translate(-50%, 90%); */
}
.homepage-full-image-two-colspan .homepage-video-icon {
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    top: 50%;
}
.two-column-last-post {
    margin-bottom: 0;
}
.homepage-three-column-layout,
.three-column-plus-banner {
    width: 100%;
}
.homepage-three-column-layout {
    height: auto;
	margin-bottom: 25px !important;
}
.homepage-three-column-post-2.three-column-plus-banner {
    margin: 0;
}
.three-column-post-4-plus-banner {
    margin: 0;
}
.homepage-four-column-layout,
.homepage-four-column-subcat-layout {
	margin-bottom: 25px;
    width: 49%;
}
.four-column-plus-banner {
    width: 100%;
}
.homepage-four-column-post-2.four-column-post-divider.four-column-plus-banner {
    margin-right: 0;
}
.homepage-sub-cat-block {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}
/*.home-two-column-mainitem, .home-two-column-subitem {
    width: 31.9%;
}*/
.homepage-two-column-post-2.two-column-plus-banner {
    margin: 0;
}
.two-column-plus-banner .homepage-post-title {
    height: auto;
}
#custom-category-listing .homepage-post-title {
	height: auto;
}
.brand-feature-post {
    padding: 10px;
}
.brand-feature-post .home-recent-post-thumb,
#custom-category-listing .content-thumb {
    width: 100%;
    margin-right: 0;
}
.brand-feature-post-info,
#custom-category-listing .content-info {
    width: 100%;
}
.brand-feature-post-info .brand-feature-widget {
    width: auto !important;	
}
#custom-category-listing .homepage-two-column-layout {
    width: 100% !important;
}
/* Dummy banner ads */	
#home-top-left-container li img, #home-middle-left-container li img, #home-bottom-left-container li img, #home-top-full-width-container li img, #home-middle-full-width-container li img, #home-bottom-full-width-container li img {
    margin-top: 0 !important;
}
}

@media only screen and (max-width: 485px) {
.homepage-four-column-layout,
.homepage-four-column-subcat-layout {
    width: 48.9%;
}
}

@media only screen and (max-width: 480px) {
.homepage-four-column-layout,
.homepage-four-column-subcat-layout {
    width: 100%;
}
.four-column-post-6-plus-banner {
    margin-right: 0;
}
.home-two-column-mainitem {
    width: 100%;
    margin-right: 0;
}
}

@media only screen and (max-width: 430px) {
.home-two-column-subitem {
    width: 100%;
}
}

@media only screen and (max-width: 400px) {
.home-sub-featured-img {
    margin-right: 0;
	width: 100%;
}
.home-sub-featured-img img {
    border-radius: 5px 5px 0 0;
}
.home-featured-cat,
.home-featured-title {
    width: 100%;
}
.home-featured-cat h4 {
    padding: 15px 15px 10px;
}
.home-featured-title h2 {
    padding: 0 15px 15px;
}
.homepage-recent-post-thumb img {
    border-radius: 5px 5px 0 0;
	float: none;
	margin-right: 0;
    width: 100%;
}
.homepage-two-column-layout .homepage-video-icon {
	left: 50%;
	transform: translate(-50%,-50%);
}
.home-recent-post-cat {
    padding: 15px 15px 7px;
    width: 100%;
}
.homepage-post-title {
    padding: 0 15px 15px;
    width: 100%;
}
.homepage-two-column-modified-layout {
	flex-basis: 100%;
    max-width: 100%;
}
.homepage-two-column-modified-layout.two-column-post-divider {
    margin-left: 0;
}
.category-content .homepage-recent-post-thumb img {
    border-radius: 5px 5px 0 0;
    float: none;
    margin-right: 0;
    width: 100%;
}
.category-content .homepage-two-column-modified-layout .homepage-post-title {
   	padding: 0 10px 10px;
    width: 100%
}
.category-content .homepage-two-column-modified-layout .homepage-video-icon {
    left: 50%;
    transform: translate(-50%, -50%);
}
}

/* Wallpaper styles */
@media only screen and (max-width: 1565px) and (min-width: 1500px) {
	.category-content {
		width: 68% !important;
	}
}
@media only screen and (max-width: 1499px) and (min-width: 1450px) {
	.category-content {
		width: 68% !important;
	}
	.leaderboard-banner {
		transform: scale(0.96);
		transform-origin: left;
	}
	.leaderboard-banner:first-child {
		transform-origin: center;
	}
}
@media only screen and (max-width: 1449px) and (min-width: 1375px) {
	.category-content {
		width: 67% !important;
	}
	.leaderboard-banner {
		transform: scale(0.89);
		transform-origin: left;
	}
	.leaderboard-banner:first-child {
		transform-origin: center;
	}
}
@media only screen and (max-width: 1374px) and (min-width: 1301px) {
	.category-content {
		width: 64% !important;
	}
	.landing-page-slider-stockno {
		width: 100%;
		padding-left: 15px;
	}
	.leaderboard-banner {
		transform: scale(0.77);
		transform-origin: left;
	}
	.leaderboard-banner:first-child {
		transform-origin: center;
	}
	
}