@import url('https://fonts.googleapis.com/css2?family=Allura&family=Roboto:wght@100..900&display=swap');
:root {
	--m-text-color: #333333;
	--m-link-color: #104974;
	--m-heading-color: #414141;
	--m-blue-darker: #0b2334;
	--m-fs: 14px;
	--m-beigebg: #dbdbdb;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body{
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size:var(--m-fs);
    padding:0;
    margin:0;
	color:var(--m-text-color);
	line-height:24px;
    /* background-color: #f0f0f0; */
    /* background: radial-gradient(circle, rgba(225,217,206,1) 0%, rgba(224,204,175,1) 100%); */
    background: url(../images/patternbg.webp) repeat;
}
body.single{
    background-color: #fff !important;
}
.elementor-widget-heading .elementor-heading-title,
h1,
h2,
h3,
h4,
h5,
h6{
    font-family: 'Allura',sans-serif  !important;
	font-weight: normal;
	color:var(--m-heading-color);
	margin-top:0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a{
	color:var(--m-heading-color);
}
h2{
    font-size: 42px;
    line-height:normal;
}
h3{
    font-size: 32px;
    line-height:normal;
}
h4{
    font-size: 24px;
    line-height:normal;
}
h5{
    font-size: 18px;
    line-height:normal;
}
h6{
    font-size: 16px;
    line-height:normal;
}
.elementor-widget-heading .elementor-heading-title strong,
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong{
	font-family: 'Allura',sans-serif !important;
}
a{
    text-decoration: none;
    color:var(--m-link-color);
}
input{
    font-family: 'Roboto', sans-serif;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea{
    font-family: 'Roboto', sans-serif;
	font-size: var(--m-fs);
	padding: 10px 15px;
    border: 0;
    margin-bottom: 10px;
}
input[type="submit"]{
    background: #c80818;
    border: 0;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: var(--m-fs);
    padding: 7px 30px;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
.elementor-widget-text-editor,
.elementor-widget-text-editor p{
    font-family: 'Roboto', sans-serif;
	line-height: 24px;
	font-size: var(--m-fs);
}
/* #main ul{
    margin-top:0;
}
#main ul li{
	list-style-type: none
}
#main ul li::before {
	content: "\2022";  
	color: #89add8; 
	font-weight: bold; 
	display: inline-block;
	width: 1em; 
	margin-left: -1em; 
} */
.container {
    width: 1250px;
    margin:0 auto;
}
.elementor-section.elementor-section-boxed > .elementor-container{
	max-width:1250px !important;
}
.row{ 
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
@media (min-width:576px) {
	.col-sm-1 {
		padding-left: 15px;
		padding-right: 15px;
		width: 8.3333333333%
	}
	.col-sm-2 {
		padding-left: 15px;
		padding-right: 15px;
		width: 16.6666666667%
	}
	.col-sm-3 {
		padding-left: 15px;
		padding-right: 15px;
		width: 25%
	}
	.col-sm-4 {
		padding-left: 15px;
		padding-right: 15px;
		width: 33.3333333333%
	}
	.col-sm-5 {
		padding-left: 15px;
		padding-right: 15px;
		width: 41.6666666667%
	}
	.col-sm-6 {
		padding-left: 15px;
		padding-right: 15px;
		width: 50%
	}
	.col-sm-7 {
		padding-left: 15px;
		padding-right: 15px;
		width: 58.3333333333%
	}
	.col-sm-8 {
		padding-left: 15px;
		padding-right: 15px;
		width: 66.6666666667%
	}
	.col-sm-9 {
		padding-left: 15px;
		padding-right: 15px;
		width: 75%
	}
	.col-sm-10 {
		padding-left: 15px;
		padding-right: 15px;
		width: 83.3333333333%
	}
	.col-sm-11 {
		padding-left: 15px;
		padding-right: 15px;
		width: 91.6666666667%
	}
	.col-sm-12 {
		padding-left: 15px;
		padding-right: 15px;
		width: 100%
	}
}
/** Header **/
header.masthead{
	z-index:999;
    width: 100%;
    padding: 20px 0;
    position:relative;
}
header.masthead .col-sm-3,
header.masthead .col-sm-9{
	padding:0;
}
header.masthead .col-sm-3{
    width: 20%;
}
header.masthead .col-sm-9{
	width: 80%;
}
#headerbanner{
	padding-top: 0;
	padding-bottom: 0;
}
#headerbanner h1{
    font-family: 'Roboto', sans-serif !important;
    font-size: 24px !important;
    line-height: 30px;
    position: relative;
    text-align: center;
    font-weight: 700;
    color: #414141;
    text-transform: capitalize;
    max-width: 1000px;
    margin: 0 auto;
}
#headerbanner h1::after{
    content: "";
    width: 200px;
    background: transparent url(https://www.kcrush.com/wp-content/uploads/2018/06/separator-1-278x22.png) no-repeat;
    height: 22px;
    display: block;
    background-position: center center;
    margin: 5px auto;
}
#headerbanner p{
    text-align:center;
    display:block;
}
.menu-final-menu-container{
    background: transparent url(https://www.kcrush.com/wp-content/uploads/2018/06/menu_bg.png) no-repeat !important;
    background-size: auto;
    background-size: auto;
    background-size: 100% auto !important;
    z-index: 1;
    position: relative;
}
.menufinal::before{
    content:"";
    position:absolute;
    left:-100px;
    top:-50px;
    display:block;
    height:180px;
    width:200px;
    background:transparent url(../images/yellow-splashv2.png) no-repeat;
    background-size:contain;
    z-index:0;
}
.menufinal::after{
    content:"";
    position:absolute;
    right:-100px;
    top:-50px;
    display:block;
    height:180px;
    width:200px;
    background:transparent url(../images/yellow-splashv2.png) no-repeat;
    background-size:contain;
    z-index:0;
}
.full-w-logo{
    text-align:center;
    margin-bottom:20px;
}
#main.bkpg{
	padding-top:0;
}
ul#menu-final-menu{
	margin:0;
	padding:0;
	text-align: center;
}
ul#menu-final-menu > li{
	display:inline-block;
}
ul#menu-final-menu > li a{
	font-family: 'Roboto',sans-serif !important;
    text-transform: capitalize;
    padding: 25px 20px;
    display: inline-block;
    font-size:18px;
}
ul#menu-final-menu > li.menu-item-26673{
    vertical-align: middle;
}
ul#menu-final-menu > li.menu-item-26673 a{
    padding: 0 10px;
}
ul#menu-final-menu > li{
    position:relative;
}
ul#menu-final-menu > li > a{
    color: #000000;
}
ul#menu-final-menu > li .sub-menu{
    display: none;
    position: absolute;
    left: 0;
    background: #414141;
    padding:0;
    margin:0;
}
ul#menu-final-menu > li:hover > .sub-menu{
    display:block;
}
ul#menu-final-menu > li .sub-menu li{
    list-style-type:none;
}
ul#menu-final-menu > li .sub-menu li a{
    color: #fff;
    padding: 4px 20px;
    margin: 0;
    display: block;
    text-align: left;
    border-bottom: 1px solid #414141;
    width: 200px;
}
ul#menu-final-menu > li .sub-menu li:hover a{
    background:#601618;
}

ul#menu-final-menu > li .sub-menu li{
    position:relative;
}
ul#menu-final-menu > li .sub-menu li:hover .sub-menu{
    display: block;
    left: 100%;
    top: 0;
}
#monthlyCrush{
    background:transparent url(../images/universe.webp) no-repeat;
    background-size:cover;
    padding-top: 100px;
    padding-bottom: 0;
    position:relative;
}
#monthlyCrush::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(325deg, #104974 0%, #104974 53%, rgba(216,48,142,1) 100%);
    background: -webkit-linear-gradient(325deg, #104974 0%, #104974 53%, rgba(216,48,142,1) 100%);
    background: linear-gradient(325deg, #104974 0%, #104974 53%, rgba(216,48,142,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#d8308e",GradientType=1);
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity:0.4;
}
#monthlyCrush .container{
    z-index:1;
    position:relative;
}
#monthlyCrush a{
    color: #fff;
    font-size: 18px;
}
#monthlyCrush .container{
    position:relative;
    z-index:1;
}
#monthlyCrush h2 img{
    top:0 !important;
    width:45px !important;
}
#monthlyCrush img{
    max-height: 327px;
    width: auto;
    position: relative;
    top: 8px;
}
#monthlyCrush div.col-sm-5{
    display:flex;
    align-items: center;
}
#monthlyCrush h2{
    color: #fff;
    font-size: 50px;
    margin-bottom: 0;
    line-height: 50px;
}
#monthlyCrush h2 span{
    color:#c80818;
}
#monthlyCrush .col-sm-7{
    text-align:center;
}
.m-crush{
    font-family: 'Allura',sans-serif !important;
    font-weight: 700;
    color: #fff;
    font-size: 100px;
    line-height: 100px;
    font-size: 80px;
    line-height: 100px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.headingwithborder{
    position:relative;
    font-weight: 700;
    color: #414141;
    text-align:center;
}
#featuredInterviews .headingwithborder{
    color:#fff !important;
    background:none !important;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: inherit;
    background-clip: inherit;
}
.text-center{
    text-align:center;
}
.headingwithborder.text-center{
    text-align:center;
    margin-bottom:10px;
}
.headingwithborder::after{
    content: "";
    width: 200px;
    background: transparent url(https://www.kcrush.com/wp-content/uploads/2018/06/separator-1-278x22.png) no-repeat;
    height: 22px;
    display: block;
    background-position: center center;
    margin: 5px auto;
}
#monthly-crush{
    margin-top:30px;
}
#featuredInterviews .headingwithborder::after{
    background: transparent url(../images/separator-1-278x22.png) no-repeat;
    background-position: center center; 
}
.headingwithborder.text-center::after{
    margin:0 auto;
    margin-top: 5px;
}
.recent-article-item{
    background: #fff;
    border-radius: 2px;
    overflow: hidden;
    background:#fff;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
    -webkit-transition: all .3s ease-in-out; 
    -moz-transition: all .3s ease-in-out; 
    -o-transition: all .3s ease-in-out; 
    transition: all .3s ease-in-out; 
}
.archive-item .infoholder,
.recent-article-item .infoholder{
    position:relative;
}
.archive-item .infoholder::before,
.recent-article-item .infoholder::before{
    content: "";
    width: 100%;
    background: transparent url(../images/vintagebg2.webp) no-repeat;
    background-size: 100% 100%;
    height: 100%;
    display: block;
    position:absolute;
    top:0;
    left:0;
    z-index:0;
}
.recent-article-item:hover{
    box-shadow:none;
}
#whosaid h2{
    font-family:"Allura", sans-serif;
}
#whosaid .whosaid-item h2{
    font-family:"Roboto", sans-serif !important;
    font-weight:700;
}
.recent-article-item h2{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    font-family:"Roboto", sans-serif !important;
}
.recent-article-item img{
    height:auto;
}
#breakingStories{
    background: none;
    padding:30px 0;
}
.infoholder{
    padding:50px;
    padding-bottom: 100px;
    /* min-height: 350px; */
    text-align: center;
}
.readMore {
    
    transition: all 0.4s ease-in-out;
    display: block;
    padding: 15px 20px;
    border-radius: 0;
    color: #000;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 150px;
    text-align: center;
    background: transparent url(../images/woodimg.webp) no-repeat !important;
    background-size: auto;
    background-size: auto;
    background-size: 100% 100% !important;
    font-weight: 500;
    margin-top: 20px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);

}
.readMore:hover{
    transform: scale(1.05) translateX(-50%);
}

.crushMore {
    
    transition: all 0.4s ease-in-out;
    display: block;
    padding: 15px 20px;
    border-radius: 0;
    color: #000;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 250px;
    text-align: center;
    margin: 20px auto;
    background: transparent url(../images/woodimg.webp) no-repeat !important;
    background-size: auto;
    background-size: 100% 100% !important;
    font-weight: 500;

}

.readMore-2{
    transition: all 0.4s ease-in-out;
    display: block;
    padding: 15px 20px;
    border-radius: 0;
    color: #000;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 150px;
    text-align: center;
    margin-top: 20px;
    background: transparent url(../images/woodimg.webp) no-repeat !important;
    background-size: auto;
    background-size: 100% 100% !important;
    font-weight: 500;
}
.readMore-2:hover{
    transform: scale(1.05);
}
.viewallbtn{
    transition: all 0.4s ease-in-out;
    display: block;
    padding: 15px 20px;
    border-radius: 0;
    color: #000;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 250px;
    text-align: center;
    margin: 20px auto;
    background: transparent url(../images/woodimg.webp) no-repeat !important;
    background-size: auto;
    background-size: 100% 100% !important;
    font-weight: 500;
}
.viewallbtn:hover,
.crushMore:hover{
    transform: scale(1.05);
}
/* #tabs .infoholder{
    height:auto !important;
} */
.col-sm-1.insertNavhere{
    padding-right:0;
}
.insertNavhere a{
    display: block;
    color: var(--m-heading-color);
    margin-left: 10px;
    position:relative;
    z-index:1;
}
.recent-articles-list img{
    max-height:204px;
	width:auto !important;
	margin: 0 auto;
}
.tab {
    background: none;
    border: 0;
    margin: 0 3px 0 0;
    padding: 10px 15px;
    color: var(--m-heading-color);
    font-family: 'Roboto',sans-serif !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}
.tab:focus {
    outline-offset: 4px;
    text-decoration: underline;
}
.tab[aria-selected="true"] {
    background: #ffffff;
}
.tab[aria-selected="true"]:focus {
    border-color: royalblue;
    color: royalblue;
    text-decoration: none;
}
.tab[disabled="true"] {
    cursor: not-allowed;
    text-decoration: line-through;
}
.tabpanel {
    display: none;
    padding: 30px 50px;
    background-color: #ffffff;
}
.tabpanel.is-visible {
    display: block;
}
.tabpanel h2 {
    margin-top: 0;
    font-weight:700;
}
#tabs{
    padding:30px 0;
}
.whosaidholdr{
    padding:20px;
}
#whosaid .col-sm-8{
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
    background: #fff;
    border-radius: 2px;
    width: 64%;
    margin-right: 2%;
}
#whosaid .container{
    flex-wrap: nowrap;
}
.whosaidholdr-2{
    padding:20px;
}
.whosaidholdr-2 img{
    margin-bottom:50px;
}
#whosaid .col-sm-4{
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
    background: #fff;
    border-radius: 2px;
}
.whosaid-item img{
    width:100%;
    height:auto;
}
.whosaid-item h2{
    margin-bottom: 10px;
    font-size:18px;
}
 

.whosaid{
    margin-bottom:30px;
}
.whosaid:last-child{
    margin-bottom:0;
}
#whosaid{
    padding-bottom:30px;
}
.owl-carousel .bidthday-item img{
    height: 170px !important;
    width: auto !important;
    margin: 0 auto;
    border-radius: 100%;
    border: 3px solid var(--m-heading-color);
    margin-bottom: 10px;
}
#birthdaysss{
    text-align:center;
}
#birthdayssslink{
    display: block;
    text-align: center;
}
#birthdayssslink,
.owl-carousel .bidthday-item a{
    color:var(--m-heading-color);
}
.owl-theme .owl-dots .owl-dot span{
    background-color:var(--m-heading-color);
}
#kcrushvideos{
    padding:30px 0;
}
#kcrushvideos img {
    width: 100%;
    height: 100%;
    display: block;
}
#kcrushvideos a {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    padding: 0;
}
#kcrushvideos a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    border-radius: 24px;
    background-color: #ff581c;
    background: linear-gradient(92deg, #5a0dff 0%, #ff29b8 38.6%, #ff581c 97.73%) border-box;
    -webkit-mask: linear-gradient(#fff, #fff) padding-box, linear-gradient(#fff, #fff);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    opacity: 1;
    transition: opacity 0.3s ease;
    z-index: 2;
}
#kcrushvideos a::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 160px;
    background: rgb(0 0 0 / 60%);
    display:none;
}
#kcrushvideos a:hover::after{
    background: rgb(0 0 0 / 30%);
}
#kcrushvideos a:hover .video-icon{
    display:none;
}
#kcrushvideos .col-sm-4{
    margin-bottom: 20px;
}
#kcrushvideos .video-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    display:none;
}
#kcrushvideos .col-sm-4:hover a::after,
#kcrushvideos .col-sm-4:hover .video-icon{
    display:none !important;
}

#featuredInterviews{
    padding: 30px;
    background: #414141;
    position:relative;
    margin-top:50px;
}
#featuredInterviews::before{
        content: "";
    width: 100%;
    background: transparent url(../images/bordernice.svg) no-repeat;
    background-size: 100% 100%;
    height: 100px;
    display: block;
    position: absolute;
    top: -55px;
    left: 0;
    z-index: 0;
}
#featuredInterviews .insertNavhere a,
#featuredInterviews .owlNav,
#featuredInterviews .headingwithborder {
    color:#fff;
}
#advertisers{
    padding:30px 0;
}
.adverts{
   display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center; 
}
.adverts img{
    max-height:50px;
    width:auto;
    margin:20px 20px;
}
.main-footer{
    padding: 50px 0;
    padding-bottom: 0;
    background: #1e1e1e;
    background-size: cover;
    color:#fff;
}
.main-footer h2,
.main-footer a{
    color:#fff;
}
.main-footer h2{
    text-transform: uppercase;
    font-family: "Roboto", sans-serif !important;
    font-size: 30px;
}
.main-footer ul {
  list-style: none;
  padding-left: 20px;
}
.main-footer ul li::before {
  content: "\2022";
  color: red;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
  display:none;
}
.wp-block-latest-posts.wp-block-latest-posts__list{
    list-style: none;
    margin: 0;
    padding: 0;
}
.wp-block-latest-posts.wp-block-latest-posts__list li{
    margin-bottom: 1em;
}
.cpd_front_list li b{
    display:none;
}
.main-footer .comment-author-link{
    color: #c80818;
}
#cpy{
    background:#1e1e1e;
    padding:10px 0;
}
#cpy ul{
    text-align:center;
    padding:0;
    margin:0;
}
#cpy ul li{
    display:inline-block;
    margin: 0 5px;
}
#cpy ul li::before{
    display:none;
}
.footer-sidebar-4{
    display: flex;
    align-items: center;
}
.footer-sidebar-1,
.footer-sidebar-2,
.footer-sidebar-3{
    margin-bottom:30px;   
}
.sociicon{
    margin:0 30px;
}
.container > .vc_row.wpb_row.vc_row-fluid{
    padding-top:0 !important;
}
.archive-item h2{
    font-size:18px;
    font-family:"Roboto", sans-serif !important;
}
/* .single .bkpg p{
    margin-bottom: 10px;
    margin-top: 0;
} 
.single .main-footer{
    margin-top:30px;
} */
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}
.menu-item-20961 a{
    background: #c80002 !important;
    color: #fff  !important;
    border-radius: 20px  !important;
    padding: 7px 20px  !important;
}
.menu-item-20961 a:hover{
    background: #c80002 !important;
} 
.footer-sidebar-1 img{
    max-width:300px;
    height:auto;
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
  padding: 30px;
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.cpd_front_list.b li{
    display:none;
}
.cpd_front_list.b li:nth-child(-n+10){
    display:block;
}
.fancybox-inner img{
    width: 100%;
    height: auto;
}
.searchFrm{
    display:none;
    background: #c80002;
    padding: 20px;
    position: absolute;
    right: 0;
}
ul#menu-final-menu > li.menu-item-26673:hover .searchFrm{
    display:block;
}
.searchFrm input[type="submit"]{
    width: 100%;
}
.single-post #main h2{
	margin-bottom:15px;
	font-size: 30px;
}
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #c80818; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}
html {
  scroll-behavior: smooth;
}
.recent-article-item-new,
.recent-article-item{
    position:relative;
}
.ft-date{
    position: absolute;
    right: 0;
    padding: 4px 12px;
    background: #c80818;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 300;
    line-height: normal;
    text-align: center;
    display:none !important;
}
#tabs .ft-date,
#featuredInterviews .ft-date,
#breakingStories .ft-date{
    display:block !important;
    z-index:1;
}

.ft-date span{
    display:block;
    font-size: 12px;
}
.img-hldr{
    position:relative;
}
#tabs .img-hldr,
#featuredInterviews .img-hldr,
#breakingStories .img-hldr{
    width:100%;
    height:204px;
    overflow:hidden;
    display: block;
    background:#000000;
}
#tabs .img-hldr img,
#featuredInterviews .img-hldr img,
#breakingStories .img-hldr img{
    max-height:initial !important;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; 
    will-change: all;
}
#tabs .recent-article-item:hover .img-hldr img,
#featuredInterviews .recent-article-item:hover .img-hldr img,
#breakingStories .recent-article-item:hover .img-hldr img{
    -webkit-transform: scale(1.1)  rotate(1deg);
    -moz-transform: scale(1.1)  rotate(1deg);
    -o-transform: scale(1.1) rotate(1deg);
    -ms-transform: scale(1.1) rotate(1deg);
    transform: scale(1.1) rotate(1deg);
}

.img-hldr::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    opacity: .6;
    bottom: 0;
    background: transparent;
    background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,#000000));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,#000000 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,#000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#000000',GradientType=0);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; 
    will-change: all;
    left:0;
}
.archive-item:hover .img-hldr::before,
.recent-article-item:hover .img-hldr::before {
    opacity: 0;
}
.catss{
    background: #f9f9f9;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
    padding: 20px 20px;
    border-radius: 2px;
    padding: 20px !important;
}
.catss h2{
    margin:0;
}
.alignright{
    float:right;
    margin-left:30px;
    margin-bottom:30px;
}
#newsletterfrm{
    padding:40px 0;
    background: #414141;
}
#newsletterfrm h2{
    font-size: 24px;
    color:#fff;
    margin-bottom:0;
    font-family: "Roboto", sans-serif !important;
}
#mailpoet_form_1 form.mailpoet_form{
    display: flex;
    gap: 20px;
    padding: 0 !important;
}
#mailpoet_form_1 .mailpoet_paragraph{
    margin-bottom: 0 !important;
}
#mailpoet_form_1 input[type="text"], 
#mailpoet_form_1 input[type="email"], 
#mailpoet_form_1 input[type="tel"], 
#mailpoet_form_1 textarea{
    padding: 10px 15px !important;
}
#mailpoet_form_1 .mailpoet_submit {
  padding: 10px 20px !important;
}
#newsletterfrm .col-sm-4{
    display: flex;
    align-items: center;
}
#newsletterfrm .parsley-required, 
#newsletterfrm .parsley-custom-error-message{
    color:#fff !important;
}

/* Hamburger Toggle */
.mobile-menu-toggle {
  display: none;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 15px;
  background: #000;
  color: #fff;
  position: relative;
  z-index: 10001;
}
.close-menu{
    color:#ffffff;
}

#mobile-menu-close{
    cursor:pointer;
    display:none;
}
ol.wp-block-latest-comments{
    padding-left: 0;
}
.main-footer a{
    text-decoration:underline;
}

.single #featuredIntNew.owl-carousel .owl-item img{
    height: 200px;
    width: auto;
    margin: 0 auto;
}
.single #featuredIntNew.owl-carousel .owl-item h2 {
  margin-bottom: 15px;
  font-size: 20px;
}
.single #featuredIntNew.owl-carousel .owl-item .infoholder{
    height:auto !important;
}
.single #featuredIntNew.owl-carousel .owl-item .recent-article-item > a{
    background: black;
    display: block;
}
.vc_gitem-post-data-source-post_title h4{
    margin-top:15px;
    margin-bottom:0;
}

/* Ticker START */
#ticker {
    width: 100%;
    max-width: 100%;
    height: 300px;
    overflow: hidden;
    border: 1px solid #a28a80;
    position: relative;
    margin: 20px auto;
    background: transparent url(../images/vintagebx.webp) no-repeat;
    background-size:100% 100%;
    border-radius:10px;
}
.ticker-list {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.item {
    padding: 10px 50px;
    border-bottom: 1px solid #a28a80;
    box-sizing: border-box;
}
.item a {
    color: #333;
    text-decoration: none;
}
.item a:hover {
    text-decoration: underline;
}
/* Ticker END */

.owl-carousel {
  position: relative;
}

.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}
#monthly-crush .owl-nav{
    display:none !important;
}

.owl-nav button {
  pointer-events: auto;
}

.owl-nav .owl-prev {
  margin-left: -50px !important;
}

.owl-nav .owl-next {
  margin-right: -50px !important;
}


.owl-nav button {
  font-size: 0; /* hide default text */
  background: none;
  border: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: relative;
}

/* Play-style left arrow (◄) */
.owl-nav button.owl-prev::before {
  content: "◄";
  font-size: 24px;
  color: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Play-style right arrow (►) */
.owl-nav button.owl-next::before {
  content: "►";
  font-size: 24px;
  color: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#featuredInterviews .owl-nav button.owl-prev::before,
#featuredInterviews .owl-nav button.owl-next::before{
    color: #ffffff;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3{
    font-family:"Roboto", sans-serif !important;
}
.single-product #relatedarticles,
body:not(.single) #review{
    display:none;
}




/* Responsive Trigger */
@media (max-width: 1100px) {
        
        
    /* Side Menu Styles (Hidden by default) */
    .menufinal {
      position: fixed !important;
      top: 0;
      left: -100%;
      width: 270px;
      height: 100%;
      background: #000000;
      transition: left 0.3s ease-in-out;
      padding: 20px;
      overflow-y: auto;
      z-index: 999999999;
      box-shadow: 2px 0 10px rgba(0,0,0,0.2);
    }
    
    /* Show Menu */
    .menufinal.show-menu {
      left: 0;
    }

  .mobile-menu-toggle {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
  }

  .menufinal .menu {
    display: block;
  }

  .menu > li {
    margin-bottom: 10px;
  }

  .menu .sub-menu {
    padding-left: 15px;
  }
  header.masthead{
      padding-top:80px;
  }
  ul#menu-final-menu > li{
    display: block;
    text-align: left;
  }
  ul#menu-final-menu > li a{
      padding: 3px 0px;
  }
  .menu-final-menu-container{
      margin-top:30px;
  }
   /* Style the submenu toggle button */
  .submenu-toggle {
    display: inline-block;
    margin-left: 10px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    color: #ffffff;
    position: absolute;
    right: 0;
    top: 5px;
  }

  .menu .sub-menu {
    display: none;
    padding-left: 15px;
    margin-top: 5px;
  }

  .menu li.open > .sub-menu {
    display: block;
  }
  ul#menu-final-menu > li .sub-menu{
      display:none !important;
  }
  ul#menu-final-menu li.open > .sub-menu{
      display:block !important;
      position:relative !important;
      background: none;
  }
  ul#menu-final-menu > li .sub-menu li:hover .sub-menu{
      left:0 !important;
      background:none !important;
  }
  #mobile-menu-close{
      display:block;
  }
}

/* Desktop fallback */
@media (min-width: 1101px) {
  .menufinal {
    position: relative;
    height: auto;
    width: auto;
    left: 0;
    padding: 0;
    overflow: visible;
    box-shadow: none;
  }

  .mobile-menu-toggle {
    display: none;
  }
}


@media only screen and (min-width: 768px){
    .single-post .rll-youtube-player{
        height: 300px !important;
        width: 533px !important;
        padding: 0 !important;
    }
}


@media only screen and (max-width: 1250px){
    .container {
		width: 95%;
		margin:0 auto;
	}
}

@media only screen and (max-width: 1100px){
    .container {
		width: 95%;
		margin:0 auto;
	}
	.elementor-section.elementor-section-boxed > .elementor-container{
		max-width:95% !important;
	}
	.row{
		margin:0;
		display:block !important;
	}
	.row > div{
	    width:100% !important;
	}
	.menu-final-menu-container{
	    display:block;
	}
	.tab{
	    width:49% !important;
	}
	#kcrushvideos .row{
        display: flex !important;
	}
	#kcrushvideos .col-sm-3{
        width: 47% !important;
	}
	#kcrushvideos a::after{
	    height:176px;
	}
	
	
}



@media only screen and (max-width: 768px){
	
}
@media only screen and (max-width: 479px){
	.tab{
	    width:100% !important;
	}
	#monthlyCrush img{
        width: auto !important;
        height: auto !important;
        margin-top: 0 !important;
        max-height: 100% !important;
        max-width: 100% !important;
	}
	h2{
	    line-height:normal;
	}
	#kcrushvideos div.col-sm-3{
	    width:100% !important;
	}
	#kcrushvideos a > img:nth-child(1){
	    width:100% !important;
	}
	#kcrushvideos a::after {
        height: 202px;
    }
    .adverts img{
        width: auto !important;
        max-width: 100% !important;
        height: auto !important;
        margin: 10px auto !important;
    }
    .main-footer img{
        max-width:100% !important;
        height:auto !important;
    }
    table{
        width:100% !important;
    }
    .footer-sidebar-4{
        text-align: center;
        margin-bottom: 10px;
        display:block;
    }
    .row > div.archive-items{
        display: block;
        margin: 0 !important;
    }
    .archive-item{
        width:100% !important;
        margin:0 auto !important;
        margin-bottom:30px !important;
    }
    div#headerbanner h1{
        font-size: 24px !important;
        line-height: 30px !important;
    }
    .m-crush{
        font-size: 30px !important;
        line-height: normal !important;
    }
    .page-id-17112 iframe,
    .page-id-1692 iframe{
        height:530px !important;
    }
    
    header.masthead .col-sm-3{
        width: 100%;
    }
    header.masthead .col-sm-9{
    	width: 100%;
    }
    .recent-articles-list img,
    #tabs .img-hldr, 
    #featuredInterviews .img-hldr, 
    #breakingStories .img-hldr{
        width:100% !important;
    }
    .alignright{
        float:none;
        margin-left:0;
        margin-bottom:20px;
    }
    #mailpoet_form_1 form.mailpoet_form {
        display: block !important;
    }
    #mailpoet_form_1 input[type="text"], 
    #mailpoet_form_1 input[type="email"], 
    #mailpoet_form_1 input[type="tel"], 
    #mailpoet_form_1 textarea{
        margin-bottom: 10px !important;
        margin-top: 10px !important;
        width:100% !important;
    }
    #monthlyCrush{
        /* background:transparent url(../images/monthlycrushv3.webp) no-repeat !important; */
        background-size: 100% auto !important;
        background-position: bottom right !important;
        padding-top: 130px !important;
        padding-bottom: 170px !important;
    }
     #kcrushvideos a::after{
         display:none !important;
     }
}