<!doctype html><html lang="en-us"><head><script data-ezscrex="false" data-cfasync="false" data-pagespeed-no-defer>var __ez=__ez||{};__ez.stms=Date.now();__ez.evt={};__ez.script={};__ez.ck=__ez.ck||{};__ez.template={};__ez.template.isOrig=true;__ez.queue=(function(){var count=0,incr=0,items=[],timeDelayFired=false,hpItems=[],lpItems=[],allowLoad=true;var obj={func:function(name,funcName,parameters,isBlock,blockedBy,deleteWhenComplete,proceedIfError){var self=this;this.name=name;this.funcName=funcName;this.parameters=parameters===null?null:(parameters instanceof Array)?parameters:[parameters];this.isBlock=isBlock;this.blockedBy=blockedBy;this.deleteWhenComplete=deleteWhenComplete;this.isError=false;this.isComplete=false;this.isInitialized=false;this.proceedIfError=proceedIfError;this.isTimeDelay=false;this.process=function(){log("... func = "+name);self.isInitialized=true;self.isComplete=true;log("... func.apply: "+name);var funcs=self.funcName.split('.');var func=null;if(funcs.length>3){}else if(funcs.length===3){func=window[funcs[0]][funcs[1]][funcs[2]];}else if(funcs.length===2){func=window[funcs[0]][funcs[1]];}else{func=window[self.funcName];}
if(typeof func!=='undefined'&&func!==null){func.apply(null,this.parameters);}
if(self.deleteWhenComplete===true)delete items[name];if(self.isBlock===true){log("----- F'D: "+self.name);processAll();}}},file:function(name,path,isBlock,blockedBy,async,defer,proceedIfError){var self=this;this.name=name;this.path=path;this.async=async;this.defer=defer;this.isBlock=isBlock;this.blockedBy=blockedBy;this.isInitialized=false;this.isError=false;this.isComplete=false;this.proceedIfError=proceedIfError;this.isTimeDelay=false;this.process=function(){self.isInitialized=true;log("... file = "+name);var scr=document.createElement('script');scr.src=path;if(async===true)scr.async=true;else if(defer===true)scr.defer=true;scr.onerror=function(){log("----- ERR'D: "+self.name);self.isError=true;if(self.isBlock===true){processAll();}};scr.onreadystatechange=scr.onload=function(){var state=scr.readyState;log("----- F'D: "+self.name);if((!state||/loaded|complete/.test(state))){self.isComplete=true;if(self.isBlock===true){processAll();}}};document.getElementsByTagName('head')[0].appendChild(scr);}},fileLoaded:function(name,isComplete){this.name=name;this.path="";this.async=false;this.defer=false;this.isBlock=false;this.blockedBy=[];this.isInitialized=true;this.isError=false;this.isComplete=isComplete;this.proceedIfError=false;this.isTimeDelay=false;this.process=function(){};}};function init(){window.addEventListener("load",function(){setTimeout(function(){timeDelayFired=true;log('TDELAY -----');processAll();},5000);},false);}
function addFile(name,path,isBlock,blockedBy,async,defer,proceedIfError,priority){var item=new obj.file(name,path,isBlock,blockedBy,async,defer,proceedIfError);if(priority===true){hpItems[name]=item}else{lpItems[name]=item}
items[name]=item;checkIfBlocked(item);}
function setallowLoad(settobool){allowLoad=settobool}
function addFunc(name,func,parameters,isBlock,blockedBy,autoInc,deleteWhenComplete,proceedIfError,priority){if(autoInc===true)name=name+"_"+incr++;var item=new obj.func(name,func,parameters,isBlock,blockedBy,deleteWhenComplete,proceedIfError);if(priority===true){hpItems[name]=item}else{lpItems[name]=item}
items[name]=item;checkIfBlocked(item);}
function addTimeDelayFile(name,path){var item=new obj.file(name,path,false,[],false,false,true);item.isTimeDelay=true;log(name+' ... '+' FILE! TDELAY');lpItems[name]=item;items[name]=item;checkIfBlocked(item);}
function addTimeDelayFunc(name,func,parameters){var item=new obj.func(name,func,parameters,false,[],true,true);item.isTimeDelay=true;log(name+' ... '+' FUNCTION! TDELAY');lpItems[name]=item;items[name]=item;checkIfBlocked(item);}
function checkIfBlocked(item){if(isBlocked(item)===true||allowLoad==false)return;item.process();}
function isBlocked(item){if(item.isTimeDelay===true&&timeDelayFired===false){log(item.name+" blocked = TIME DELAY!");return true;}
if(item.blockedBy instanceof Array){for(var i=0;i<item.blockedBy.length;i++){var block=item.blockedBy[i];if(items.hasOwnProperty(block)===false){log(item.name+" blocked = "+block);return true;}else if(item.proceedIfError===true&&items[block].isError===true){return false;}else if(items[block].isComplete===false){log(item.name+" blocked = "+block);return true;}}}
return false;}
function markLoaded(filename){if(!filename||0===filename.length){return;}
if(filename in items){var item=items[filename];if(item.isComplete===true){log(item.name+' '+filename+': error loaded duplicate')}else{item.isComplete=true;item.isInitialized=true;}}else{items[filename]=new obj.fileLoaded(filename,true);}
log("Added dummyfile: "+items[filename]);}
function log(msg){var href=window.location.href;var reg=new RegExp('[?&]ezq=([^&#]*)','i');var string=reg.exec(href);var res=string?string[1]:null;if(res==="1")console.debug(msg);}
function processAll(){count++;if(count>200)return;log("let's go");processItems(hpItems);processItems(lpItems);}
function processItems(list){for(var i in list){if(list.hasOwnProperty(i)===false)continue;var item=list[i];if(item.isComplete===true||isBlocked(item)||item.isInitialized===true||item.isError===true){if(item.isError===true){log(item.name+': error')}else if(item.isComplete===true){log(item.name+': complete already')}else if(item.isInitialized===true){log(item.name+': initialized already')}}else{item.process();}}}
init();return{addFile:addFile,addDelayFile:addTimeDelayFile,addFunc:addFunc,addDelayFunc:addTimeDelayFunc,items:items,processAll:processAll,setallowLoad:setallowLoad,markLoaded:markLoaded,};})();__ez.evt.add=function(e,t,n){e.addEventListener?e.addEventListener(t,n,!1):e.attachEvent?e.attachEvent("on"+t,n):e["on"+t]=n()},__ez.evt.remove=function(e,t,n){e.removeEventListener?e.removeEventListener(t,n,!1):e.detachEvent?e.detachEvent("on"+t,n):delete e["on"+t]};__ez.script.add=function(e){var t=document.createElement("script");t.src=e,t.async=!0,t.type="text/javascript",document.getElementsByTagName("head")[0].appendChild(t)};__ez.dot={};__ez.vep=(function(){var pixels=[],pxURL="/detroitchicago/grapefruit.gif";function AddPixel(vID,pixelData){if(__ez.dot.isDefined(vID)&&__ez.dot.isValid(pixelData)){pixels.push({type:'video',video_impression_id:vID,domain_id:__ez.dot.getDID(),t_epoch:__ez.dot.getEpoch(0),data:__ez.dot.dataToStr(pixelData)});}}
function Fire(){if(typeof document.visibilityState!=='undefined'&&document.visibilityState==="prerender"){return;}
if(__ez.dot.isDefined(pixels)&&pixels.length>0){while(pixels.length>0){var j=5;if(j>pixels.length){j=pixels.length;}
var pushPixels=pixels.splice(0,j);var pixelURL=__ez.dot.getURL(pxURL)+"?orig="+(__ez.template.isOrig===true?1:0)+"&v="+btoa(JSON.stringify(pushPixels));__ez.dot.Fire(pixelURL);}}
pixels=[];}
return{Add:AddPixel,Fire:Fire};})();</script><script data-ezscrex="false" data-cfasync="false" data-pagespeed-no-defer>!function(){function e(i){return(e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(i)}__ez.pel=function(){var i=[];function t(t,o,_,d,n,r,a,s){if(__ez.dot.isDefined(t)&&0!=__ez.dot.isAnyDefined(t.getSlotElementId,t.ElementId)){var p=parseInt(__ez.dot.getTargeting(t,"ap")),f=__ez.dot.getSlotIID(t),u=__ez.dot.getAdUnit(t,s),g=parseInt(__ez.dot.getTargeting(t,"compid")),c=0,l=0,z=function(i){if("undefined"==typeof _ezim_d)return!1;var t=__ez.dot.getAdUnitPath(i).split("/").pop();if("object"===("undefined"==typeof _ezim_d?"undefined":e(_ezim_d))&&_ezim_d.hasOwnProperty(t))return _ezim_d[t];for(var o in _ezim_d)if(o.split("/").pop()===t)return _ezim_d[o];return!1}(t);"object"==e(z)&&(void 0!==z.creative_id&&(l=z.creative_id),void 0!==z.line_item_id&&(c=z.line_item_id)),__ez.dot.isDefined(f,u)&&__ez.dot.isValid(o)&&i.push({type:"impression",impression_id:f,domain_id:__ez.dot.getDID(),unit:u,t_epoch:__ez.dot.getEpoch(0),revenue:_,est_revenue:d,ad_position:p,ad_size:"",bid_floor_filled:n,bid_floor_prev:r,stat_source_id:a,country_code:__ez.dot.getCC(),pageview_id:__ez.dot.getPageviewId(),comp_id:g,line_item_id:c,creative_id:l,data:__ez.dot.dataToStr(o),is_orig:s||__ez.template.isOrig})}}function o(){void 0!==document.visibilityState&&"prerender"===document.visibilityState||(__ez.dot.isDefined(i)&&i.length>0&&[i.filter((function(e){return e.is_orig})),i.filter((function(e){return!e.is_orig}))].forEach((function(e){for(;e.length>0;){var i=e[0].is_orig||!1,t=5;t>e.length&&(t=e.length);var o=e.splice(0,t),_=__ez.dot.getURL("/porpoiseant/army.gif")+"?orig="+(!0===i?1:0)+"&sts="+btoa(JSON.stringify(o));void 0!==window.isAmp&&isAmp&&void 0!==window._ezaq&&_ezaq.hasOwnProperty("domain_id")&&(_+="&visit_uuid="+_ezaq.visit_uuid),__ez.dot.Fire(_)}})),i=[])}return{Add:t,AddAndFire:function(e,i){t(e,i,0,0,0,0,0),o()},AddAndFireOrig:function(e,i){t(e,i,0,0,0,0,0,!0),o()},AddById:function(e,t,o){var _=e.split("/");if(__ez.dot.isDefined(e)&&3===_.length&&__ez.dot.isValid(t)){var d=_[0],n=_[2];i.push({type:"impression",impression_id:n,domain_id:__ez.dot.getDID(),unit:d,t_epoch:__ez.dot.getEpoch(0),pageview_id:__ez.dot.getPageviewId(),data:__ez.dot.dataToStr(t),is_orig:o||__ez.template.isOrig})}},Fire:o,GetPixels:function(){return i}}}()}();</script>
<script data-ezscrex="false" data-cfasync="false">__ez.ssaf=[17,19,16];__ez.sswp=4;__ez.ssv=66656;__ez.sshsdef=true;</script><link rel="preconnect" href="//fonts.googleapis.com" crossorigin>
<link rel="preconnect" href="//twitter.com" crossorigin>
<link rel="preconnect" href="//community.allhiphop.com" crossorigin>
<link rel="preconnect" href="//content.predictinteractive.com" crossorigin>
<link rel="preconnect" href="//stats.wp.com" crossorigin>
<link rel="preconnect" href="//gmpg.org" crossorigin>
<link rel="preconnect" href="//v0.wordpress.com" crossorigin>
<link rel="preconnect" href="//api.vuukle.com" crossorigin>
<link rel="preconnect" href="//www.youtube.com" crossorigin>
<link rel="preconnect" href="//allhiphop.vanillacommunities.com" crossorigin>
<link rel="preconnect" href="//live.sekindo.com" crossorigin>
<link rel="preconnect" href="//www.dmca.com" crossorigin>
<link rel="preconnect" href="//s.w.org" crossorigin>
<link rel="preconnect" href="//s34449.pcdn.co" crossorigin>
<link rel="preconnect" href="//www.googletagmanager.com" crossorigin>
<link rel="preconnect" href="//www.facebook.com" crossorigin>
<link rel="preconnect" href="//api.pushnami.com" crossorigin>
<link rel="preconnect" href="//cdn.vuukle.com" crossorigin>
<link rel="preconnect" href="//stackpath.bootstrapcdn.com" crossorigin>
<link rel="preconnect" href="//www.instagram.com" crossorigin>
<link rel="preconnect" href="//go.ezoic.net" crossorigin>
<style class="ezcritcss">@charset "UTF-8";:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-20:#005a87}.wp-block-group{box-sizing:border-box}.uagb-post-grid{margin:0;position:relative}.uagb-post-grid .is-grid article{float:left;display:inline-block}.uagb-post-grid .uagb-post__items{display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.uagb-post-grid .is-grid.uagb-post__equal-height .uagb-post__inner-wrap{height:100%}.uagb-post-grid .uagb-post__author span,.uagb-post-grid .uagb-post__date span,.uagb-post-grid .uagb-post__taxonomy span{font-size:inherit;line-height:inherit;width:inherit;height:inherit;margin-right:4px}.uagb-post-grid .uagb-post__columns-3 article{width:33.2%}.uagb-post-grid .uagb-post__columns-2 article{width:50%}.uagb-post-grid .uagb-post__columns-1 article{width:100%}@media only screen and (max-width:600px){.uagb-post-grid div[class*=columns].is-grid{grid-template-columns:1fr}}.uagb-post-grid .uagb-post__image img{display:block;width:100%}.uagb-post-grid .uagb-post__text{text-align:left;box-sizing:border-box}.uagb-post-grid .uagb-post__title{margin-top:0;margin-bottom:15px;word-break:break-word}.uagb-post-grid .uagb-post__title a{color:inherit;box-shadow:none;text-decoration:none}.uagb-post-grid .uagb-post-grid-byline{text-transform:uppercase;font-size:11px;letter-spacing:1px;margin-bottom:15px}.uagb-post-grid .uagb-post__text .uagb-post-grid-byline>*{margin-right:10px}.uagb-post-grid .uagb-post-grid-byline a{color:inherit;font-size:inherit}.uagb-post-grid .uagb-post__title a{color:inherit;font-size:inherit}.uagb-post-grid .uagb-post__author,.uagb-post-grid .uagb-post__date{display:inline-block;word-break:break-all}.uagb-post-grid .uagb-post__author:not(:last-child):after{content:"\B7";vertical-align:middle;margin:0 5px;line-height:1}.uagb-post-grid .uagb-post__taxonomy{display:inline-block}.uagb-post-grid .uagb-post__author a{box-shadow:none}.uagb-post-grid .uagb-post__excerpt{margin-bottom:25px;word-break:break-word}.uagb-post-grid .uagb-post__cta{border:none;display:inline-block}.uagb-post-grid .uagb-post__link{display:inline-block;box-shadow:none;font-weight:700;color:inherit;text-decoration:none;padding:5px 10px}.uagb-post-grid .uagb-post__link-complete-box{position:absolute;top:0;left:0;width:100%;height:100%;z-index:11}.uagb-post-grid .is-carousel article,.uagb-post-grid .is-grid article{box-sizing:border-box}@media (max-width:976px){.uagb-post-grid .uagb-post__columns-tablet-1 article{width:100%}.uagb-post-grid .uagb-post__columns-tablet-2 article{width:50%}}@media (max-width:767px){.uagb-post-grid .uagb-post__columns-mobile-1 article{width:100%}}a,body,div,fieldset,form,h1,h3,h4,html,iframe,label,li,span,ul{border:0;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,header,main,nav{display:block}a{background-color:transparent}a,a:visited{text-decoration:none}img{border:0}hr{box-sizing:content-box;height:0}button,input{color:inherit;font:inherit;margin:0}button{overflow:visible}button{text-transform:none}button{-webkit-appearance:button}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}fieldset{border:1px solid #eaeaea;margin:0 0;padding:.35em .625em .75em}.ast-container{margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px}.ast-container::after{content:"";display:table;clear:both}@media (min-width:544px){.ast-container{max-width:100%}}@media (min-width:768px){.ast-container{max-width:100%}}@media (min-width:992px){.ast-container{max-width:100%}}@media (min-width:1200px){.ast-container{max-width:100%}}h1,h3,h4{clear:both}h1{color:#808285;font-size:2em;line-height:1.2}h3{color:#808285;font-size:1.5em;line-height:1.4}h4{color:#808285;line-height:1.5;font-size:1.3em}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}body{color:#808285;background:#fff;font-style:normal}ul{margin:0 0 1.5em 3em}ul{list-style:disc}li>ul{margin-bottom:0;margin-left:1.5em}i{font-style:italic}img{height:auto;max-width:100%}hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}.button,button,input{color:#808285;font-weight:400;font-size:100%;margin:0;vertical-align:baseline}button,input{line-height:normal}ul{margin:0 0 1.5em 3em}ul{list-style:disc}li>ul{margin-bottom:0;margin-left:1.5em}.button,button{border:1px solid;border-color:#eaeaea;border-radius:2px;background:#e6e6e6;padding:.6em 1em .4em;color:#fff}input[type=text]{color:#666;border:1px solid #ccc;border-radius:2px;-webkit-appearance:none}a{color:#4169e1}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}#primary:after,#primary:before,#secondary:after,#secondary:before,.ast-container:after,.ast-container:before,.sidebar-main:after,.sidebar-main:before,.site-content:after,.site-content:before,.site-header:after,.site-header:before,.site-main:after,.site-main:before{content:"";display:table}#primary:after,#secondary:after,.ast-container:after,.sidebar-main:after,.site-content:after,.site-header:after,.site-main:after{clear:both}iframe{max-width:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body:not(.logged-in){position:relative}#page{position:relative}a{text-decoration:none}img{vertical-align:middle}.button{border-radius:0;padding:18px 30px;border:0;box-shadow:none;text-shadow:none}.search-form .search-field{outline:0}.ast-search-menu-icon{position:relative}.site .skip-link{background-color:#f1f1f1;box-shadow:0 0 1px 1px rgba(0,0,0,.2);color:#21759b;display:block;font-family:Montserrat,"Helvetica Neue",sans-serif;font-size:14px;font-weight:700;left:-9999em;outline:0;padding:15px 23px 14px;text-decoration:none;text-transform:none;top:-9999em}input{line-height:1}body,button{line-height:1.85714285714286}body{background-color:#fff}#page{display:block}#primary,#secondary{display:block;position:relative;float:left;width:100%}#primary{margin:4em 0}#secondary{margin:4em 0 2.5em;word-break:break-word;line-height:2}.ast-separate-container{background-color:#f5f5f5}.ast-separate-container #primary{padding:4em 0;margin:0;border:0}@media (min-width:993px){.ast-separate-container #primary,.ast-separate-container.ast-right-sidebar #primary{margin:4em 0;padding:0}.ast-right-sidebar #primary{padding-right:60px}.ast-right-sidebar #secondary{padding-left:60px}}@media (max-width:992px){.ast-separate-container #primary,.ast-separate-container.ast-right-sidebar #primary{padding-left:0;padding-right:0}.ast-right-sidebar #primary{padding-right:30px}.ast-right-sidebar #secondary{padding-left:30px}}.astra-search-icon::before{content:"\e8b6";font-family:Astra;font-style:normal;font-weight:400;text-decoration:inherit;text-align:center;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ast-search-icon .astra-search-icon{font-size:1.3em}.main-navigation{-js-display:inline-flex;display:inline-flex;height:100%}.main-navigation ul{list-style:none;margin:0;padding-left:0;position:relative}.main-header-menu .menu-link,.main-header-menu a{text-decoration:none;padding:0 1em;display:inline-block}.main-header-menu .menu-item{position:relative}.main-header-menu .sub-menu{width:240px;background:#fff;left:-999em;position:absolute;top:100%;z-index:99999}.main-header-menu .sub-menu .menu-link{padding:.9em 1em;display:block;word-wrap:break-word}.submenu-with-border .sub-menu{border-width:1px;border-style:solid}.submenu-with-border .sub-menu .menu-link{border-width:0 0 1px;border-style:solid}.ast-desktop .submenu-with-border .sub-menu>.menu-item:last-child>.menu-link{border-bottom-width:0}.ast-mobile-menu-buttons{display:none}.ast-button-wrap{display:inline-block}.ast-button-wrap button{box-shadow:none;border:none}.ast-button-wrap .menu-toggle{padding:0;width:2.2em;height:2.1em;font-size:1.5em;font-weight:400;border-radius:2px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;border-radius:2px;vertical-align:middle;line-height:1.85714285714286}.ast-button-wrap .menu-toggle.main-header-menu-toggle{padding:0 .5em;width:auto;text-align:center}.ast-button-wrap .menu-toggle .menu-toggle-icon{font-style:normal;display:inline-block;vertical-align:middle;line-height:2.05}.ast-button-wrap .menu-toggle .menu-toggle-icon:before{content:"\e5d2";font-family:Astra;text-decoration:inherit}.main-header-bar-navigation{flex:1}#site-navigation{height:100%}.main-header-bar{z-index:1}.header-main-layout-2 .main-header-container{display:block}.header-main-layout-2 .site-branding{text-align:center;padding-bottom:1em}.header-main-layout-2 .main-navigation ul{justify-content:center}.header-main-layout-2 .main-header-bar-navigation{text-align:center}.header-main-layout-2 .main-header-bar-navigation .sub-menu{text-align:left}.header-main-layout-2 .ast-masthead-custom-menu-items{position:relative}@media (max-width:544px){.site-branding img,.site-header .site-logo-img .custom-logo-link img{max-width:100%}}.site-header{z-index:99;position:relative}.main-header-container{position:relative}.main-header-bar-wrap{position:relative}.main-header-bar{background-color:#fff;border-bottom-color:#eaeaea;border-bottom-style:solid}.main-header-bar{margin-left:auto;margin-right:auto}.ast-desktop .main-header-menu .sub-menu{box-shadow:0 4px 10px -2px rgba(0,0,0,.1)}.site-branding{line-height:1;align-self:center}.ast-menu-toggle{display:none;background:0 0;color:inherit;border-style:dotted;border-color:transparent}.main-header-bar{z-index:4;position:relative;line-height:4}.main-header-bar .main-header-bar-navigation{height:100%}.main-header-bar .main-header-bar-navigation .sub-menu{line-height:1.45}.main-header-bar .main-header-bar-navigation .menu-item-has-children>.menu-link:after{content:"\e900";display:inline-block;font-family:Astra;font-size:9px;font-size:.6rem;font-weight:700;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:10px;line-height:normal}.main-header-bar .main-header-bar-navigation .ast-search-icon{display:block;z-index:4;position:relative}li.ast-masthead-custom-menu-items{padding:0 1em}li.ast-masthead-custom-menu-items a{padding-left:0;padding-right:0;vertical-align:middle}li.ast-masthead-custom-menu-items a{background:0 0}li.ast-masthead-custom-menu-items .ast-search-icon .astra-search-icon{line-height:1}.ast-search-icon{z-index:4;position:relative;line-height:normal}.ast-masthead-custom-menu-items{padding:0 1em}.search-custom-menu-item{position:relative}.ast-site-identity{padding:1em 0}body{overflow-x:hidden}input[type=text]{color:#666;padding:.75em;height:auto;border-width:1px;border-style:solid;border-color:#eaeaea;border-radius:2px;background:#fafafa;box-shadow:none;box-sizing:border-box}.ast-flex{-js-display:flex;display:flex;flex-wrap:wrap}.ast-justify-content-flex-end{justify-content:flex-end}.ast-flex-grow-1{flex-grow:1}.dashicons{font-family:dashicons;display:inline-block;line-height:1;font-weight:400;font-style:normal;speak:never;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:20px;vertical-align:top;text-align:center}.dashicons-admin-users:before{content:"\f110"}.dashicons-calendar:before{content:"\f145"}.dashicons-tag:before{content:"\f323"}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,header,main,nav{display:block}a{background-color:transparent}h1{font-size:2em;margin:.67em 0}img{border:0}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0}button,input{color:inherit;font:inherit;margin:0}button{overflow:visible}button{text-transform:none}button{-webkit-appearance:button}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}img{vertical-align:middle}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}hr.post-divider{height:0;margin:0}@media all and (max-width:768px){#content:before{content:""}}.ast-above-header-menu .menu-link{text-decoration:none;padding:0 1em;display:inline-block}.ast-above-header-menu .menu-item{position:relative}.ast-above-header-navigation ul{list-style:none;margin:0;padding-left:0}.above-header-nav-padding-support .ast-justify-content-flex-end .ast-above-header-menu>.menu-item:last-child .menu-link{padding-right:0}.ast-above-header{z-index:5}.ast-above-header-wrap{position:relative}.ast-above-header-section{flex:auto;align-items:center}.ast-above-header{background:#fff;border-bottom:1px solid #eaeaea;margin-left:auto;margin-right:auto;position:relative}.ast-above-header-menu-items{display:none}@media (max-width:544px){.ast-above-header{padding-top:.5em}}#ast-fixed-header{position:fixed;visibility:hidden;top:0;left:0;width:100%}#ast-fixed-header .main-header-bar{box-shadow:0 1px 2px rgba(0,0,0,.2)}#ast-scroll-top{display:none;position:fixed;text-align:center;z-index:99;width:2.1em;height:2.1em;line-height:2.1;color:#fff;border-radius:2px;content:""}@media (min-width:769px){#ast-scroll-top{content:"769"}}.ast-scroll-to-top-right{right:30px;bottom:30px}.ast-scroll-top-icon{transform:rotate(180deg)}.ast-scroll-top-icon::before{content:"\e900";font-family:Astra;text-decoration:inherit}.ast-desktop .ast-mega-menu-enabled.main-header-menu>.menu-item-has-children>.menu-link .sub-arrow:after{content:"\e900";display:inline-block;font-family:Astra;font-size:9px;font-size:.6rem;font-weight:700;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:10px;line-height:normal}.ast-desktop .ast-mega-menu-enabled.main-header-menu>.menu-item-has-children>.menu-link::after{content:'';margin:0}.ast-search-box.full-screen{display:none;opacity:0;width:100%;height:100%}.ast-search-box.full-screen .search-field{background:0 0;border:0;color:#fafafa;box-shadow:none;text-align:left;padding:0}.ast-search-box.full-screen .search-submit{background:0 0;padding:0;color:#9e9e9e;outline:0;border:0;vertical-align:middle}.ast-search-box.full-screen .ast-search-wrapper{position:absolute;width:100%;left:50%;top:50%;transform:translate(-50%,-50%)}.ast-search-box.full-screen .ast-search-wrapper .search-form{line-height:normal}.ast-search-box.full-screen #close{color:#fafafa;transform:rotate(0);font-size:2em;z-index:9;font-weight:400}.ast-search-box.full-screen #close::before{font-family:Astra;content:"\e5cd";display:inline-block}.ast-search-box.full-screen .search-field::-webkit-input-placeholder{color:#fafafa}.ast-search-box.full-screen .search-field:-moz-placeholder{color:#fafafa}.ast-search-box.full-screen .search-field::-moz-placeholder{color:#fafafa}.ast-search-box.full-screen .search-field:-ms-input-placeholder{color:#fafafa}.ast-search-box.full-screen{position:fixed;background:rgba(25,25,25,.94);top:0;left:0;z-index:999}.ast-search-box.full-screen .ast-search-wrapper .large-search-text{text-align:center;color:#e2e2e2;font-size:1.5em;font-weight:400}.ast-search-box.full-screen .ast-search-wrapper fieldset{border:0;padding:2.5em 0 1em;border-bottom:2px solid #9e9e9e}.ast-search-box.full-screen .ast-search-wrapper .search-field{font-size:2.6em;padding-left:30px;line-height:1.7;width:90%;width:calc(100% - 1.5em);vertical-align:middle;text-align:center}.ast-search-box.full-screen .ast-search-wrapper .search-form{width:70%;margin:20px auto}.ast-search-box.full-screen .ast-search-wrapper .search-submit{font-size:2em}.ast-search-box.full-screen #close{position:absolute;color:#fafafa;right:1em;line-height:1;z-index:9;font-weight:400;font-size:2em;top:1.5em;-webkit-backface-visibility:hidden;backface-visibility:hidden}.ast-search-box.full-screen ::-webkit-input-placeholder{opacity:0}.ast-search-box.full-screen ::-moz-placeholder{opacity:0}.ast-search-box.full-screen :-ms-input-placeholder{opacity:0}.ast-search-box.full-screen :-moz-placeholder{opacity:0}@media (max-width:420px){.ast-search-box.full-screen ::-webkit-input-placeholder{opacity:1}.ast-search-box.full-screen ::-moz-placeholder{opacity:1}.ast-search-box.full-screen :-ms-input-placeholder{opacity:1}.ast-search-box.full-screen :-moz-placeholder{opacity:1}}.ast-header-custom-item-inside.ast-desktop .main-header-menu .ast-search-menu-icon.full-screen{display:none}@media (max-width:544px){.ast-search-box.full-screen .ast-search-wrapper .large-search-text{display:none}.ast-search-box.full-screen .ast-search-wrapper .search-field,.ast-search-box.full-screen .ast-search-wrapper .search-submit{font-size:1.6em}}h4{font-size:25px!important}h3{font-size:28px!important}h1{font-size:40px!important}.uagb-post-grid .uagb-post-grid-byline{text-transform:capitalize;font-size:14px;letter-spacing:0;margin-bottom:5px!important}.uagb-post-grid .uagb-post__author:not(:last-child):after{display:none!important}.main-header-menu li{padding:0!important}.ast-container{max-width:1240px!important}#primary{width:100%!important}.home #primary{display:none!important}.page_banner_slider .uagb-post__inner-wrap{background:#c50000;background:linear-gradient(160deg,rgba(197,0,0,1) 55%,rgba(0,0,0,1) 99%)}.page_banner_slider{width:100vw!important;position:relative;margin-left:-50vw;left:50%;background:#fff;background:linear-gradient(0deg,rgba(189,189,189,1) -35%,rgba(255,255,255,1) 35%)}.page_banner_slider .uagb-post__items{max-width:1200px;margin:auto;display:block;padding:0}h3.custom_homepage_title_h3{font-size:23px!important}a.uagb-post__link.uagb-text-link{display:none!important}.main-header-menu li.menu-item:after{content:"|"}.main-header-menu li.menu-item span.sub-arrow:after{font-size:9px!important;position:relative}.main-header-menu ul li.menu-item:after,.menu-item-369512:after{display:none}.main-header-menu .menu-item:first-child a{padding-left:15px}.header-main-layout-2 .site-branding{padding-bottom:0!important}.main-navigation ul .menu-item .menu-link{padding-top:0!important;padding-bottom:0!important}.main-header-bar{padding-top:0!important;padding-bottom:0!important}#masthead .site-logo-img img{max-height:65px!important}@media only screen and (min-width:768px){.uagb-post-grid.page_banner_slider .uagb-post__image{height:500px!important;overflow:hidden}}h3.custom_homepage_title_h3{font-size:25px!important;text-transform:uppercase;margin-bottom:15px;display:inline-block;width:auto;color:#c50000;font-family:'Bungee Inline',cursive!important;font-weight:700!important}h3.custom_homepage_title_h3{margin-top:15px}h3.custom_homepage_title_h3:after{content:"";height:1px;width:142px;left:8px;position:relative;top:-7px;display:inline-block;opacity:1;background:#c50000}.home div#secondary{display:none}.ss-top span.menu-text{display:none!important}.fa{padding:7px 0;font-size:20px;width:40px;text-align:center;text-decoration:none;margin:5px 2px}.fa:before{height:0;display:block}.fa-facebook{background:#3b5998;color:#fff}.fa-twitter{background:#55acee;color:#fff}.fa-youtube{background:#b00;color:#fff}.fa-instagram{background:#125688;color:#fff}.ss-top a.menu-link{width:100%!important;height:35px!important;position:relative;top:-7px}.ss-top{max-height:35px;overflow:hidden}.home h4.uagb-post__title a{font-size:22px!important;display:block}@media only screen and (min-width:768px){.all_exclusives .uagb-post__image{max-height:206px;overflow:hidden;min-height:206px}}.custom_featured_section .uagb-post__items{display:block!important;margin-bottom:-5px}.custom_featured_section .uagb-post__items article{float:none;max-height:134px;overflow:hidden;text-align:right;padding:0;width:39%;clear:both!important;display:inline-block;margin-left:1%}.custom_featured_section .uagb-post__items article .uagb-post__inner-wrap{float:right;width:100%}.custom_featured_section .uagb-post__items article .uagb-post__image{width:39%;float:right;display:inline-block}.custom_featured_section .uagb-post__items article .uagb-post__image a{width:113%;display:block}.custom_featured_section .uagb-post__items article .uagb-post__text{width:60%;float:left;display:inline-block}.custom_featured_section .uagb-post-grid-byline span.uagb-post__taxonomy,.custom_featured_section .uagb-post__items article .uagb-post__text .uagb-post__excerpt{display:none}.uagb-post__text .uagb-post__cta{display:none!important}.custom_featured_section .uagb-post__items article:first-child .uagb-post__text .uagb-post__excerpt{display:block}.custom_featured_section .uagb-post__items article:first-child .uagb-post__image{width:auto;float:none;display:block}.custom_featured_section .uagb-post__items article:first-child{max-height:initial;float:left;width:60%;margin:0}.custom_featured_section a.uagb-post__link-complete-box{display:none}.custom_featured_section .uagb-post__items article .uagb-post__title a{font-size:22px!important;display:block;color:#3b3b3b!important;font-weight:400!important;margin-bottom:5px}.uagb-post-grid .uagb-post__title{margin-bottom:0!important}.custom_featured_section .uagb-post__items article:first-child .uagb-post__inner-wrap{float:left;width:100%}.custom_featured_section .uagb-post__items article:first-child .uagb-post__text .uagb-post__excerpt{width:100%;clear:both;float:left;margin:5px 0 0 0!important;text-transform:lowercase}.custom_featured_section .uagb-post__items article .uagb-post__title a,.uagb-post__excerpt{text-transform:capitalize!important}span.dashicons,span.dashicons-admin-users.dashicons,span.dashicons-calendar.dashicons,span.dashicons-tag.dashicons{margin-right:0}.uagb-post-grid .uagb-post__text .uagb-post-grid-byline>*{margin-right:5px!important}@media only screen and (min-width:1024px){.custom_featured_section .uagb-post__items article:first-child .uagb-post__image{height:317px;overflow:hidden}}.custom_featured_section{overflow:hidden}.page_banner_slider h3.uagb-post__title{padding:0 15px}.uagb-post__items article:last-child{padding-right:0!important}.astra-search-icon::before{color:#c50000}@media only screen and (min-width:768px){.custom_featured_section .uagb-post__items article:first-child .uagb-post__inner-wrap{min-height:432px}}@media only screen and (max-width:767px){.custom_grid_offset4 .uagb-post__cta{display:none!important}.custom_featured_section .uagb-post__image img{display:block;width:89%}}.sidebar-main{font-size:14px!important}#secondary{line-height:1.42857143!important}@media only screen and (min-width:768px){.page_banner_slider article{max-width:100%!important;width:100%!important}}a#ast-scroll-top:before{color:#fff;font-weight:700}@media only screen and (max-width:767px){.custom_featured_section .uagb-post__items article{width:100%!important}.custom_featured_section .uagb-post__items article:first-child{margin-bottom:15px}.custom_featured_section .uagb-post__items article:first-child .uagb-post__image{height:auto}}.special_fullwidth{width:100vw!important;position:relative;margin-left:-50vw;left:50%}.special_fullwidth .wp-block-coblocks-column__inner{max-width:1200px;margin:auto;display:block;padding:0}.group_carousel_black_bg a{color:#3b3b3b;font-weight:400;text-decoration:none;font-size:22px;font-family:'PT Sans Narrow',sans-serif;line-height:1.2;margin-bottom:5px;margin-top:-5px}@media only screen and (max-width:767px){.wp-block-coblocks-row__inner.is-stacked-on-mobile>.wp-block-coblocks-column.special_fullwidth{padding:6%;max-width:100vw!important;width:100vw!important;margin-left:-50vw!important;left:50%!important}}.page_banner_slider{background:#fff;background:linear-gradient(rgba(255,255,255,1) 30%,rgba(189,189,189,1))}.all_exclusives{background:#f9f9f9;background:linear-gradient(rgba(189,189,189,1),rgba(189,189,189,.35))}.home_all_videos{background:rgb(189,189,189,.33);background:linear-gradient(rgba(189,189,189,.35),rgba(255,255,255,.5))}.home_all_news{background:#bdbdbd;background:linear-gradient(rgba(255,255,255,.5) 25%,rgba(189,189,189,.7))}div#ast-seach-full-screen-form .ast-container img.custom-logo{margin:auto;display:block;clear:both;background:#eee;margin-bottom:12px}.custom_featured_section .uagb-post__items article .uagb-post__text .uagb-post__excerpt{font-size:15px!important}.main-header-menu ul{border:none!important}.main-header-menu ul li{padding:0 10px!important}.main-navigation ul ul .menu-item .menu-link{border:none!important;border-bottom:1px solid #eee!important;padding:11px 0!important}@media only screen and (max-width:920px){.main-header-menu li.menu-item:after{display:none}.main-navigation ul ul.ast-above-header-menu-items .menu-item a.menu-link{border:none!important}ul.ast-above-header-menu-items .ss-top{max-width:50px;padding:10px 11px!important;font-size:25px}ul.ast-above-header-menu-items{max-width:217px;margin:auto}.main-header-bar .ast-container{width:100%;padding:10px!important}.main-header-bar-navigation{width:100%!important;margin:auto!important}#ast-fixed-header .site-logo-img .custom-logo-link img{max-width:300px!important;margin-left:-18px;width:100%!important}.main-navigation ul ul .menu-item .menu-link{padding:0 0!important}.ss-top{max-height:45px;overflow:hidden}}@media only screen and (max-width:767px){.special_fullwidth{padding:0 10px!important}.uagb-post__items article,.uagb-post__items article:last-child{padding:0 2px!important}.page_banner_slider article,.page_banner_slider.special_fullwidth{padding:0!important}.page_banner_slider article .uagb-post__text .uagb-post__title a{font-size:25px;line-height:1.2;display:block}.page_banner_slider h3.uagb-post__title{padding:0 3px}h3.custom_homepage_title_h3:after{display:block;top:0;left:0;width:100%}.custom_featured_section .uagb-post__items article{min-height:initial;max-height:initial;overflow:visible;margin:auto}.custom_featured_section .uagb-post-grid-byline span.uagb-post__taxonomy,.custom_featured_section .uagb-post__items article .uagb-post__text .uagb-post__excerpt{display:block}.custom_featured_section .uagb-post__items article:first-child .uagb-post__text .uagb-post__excerpt{margin:5px 0 10px 0!important}.custom_featured_section .uagb-post__items article:first-child{margin-bottom:5px}.custom_featured_section .uagb-post__items article{overflow:hidden}.custom_featured_section .uagb-post__items article .uagb-post__title a,.home h4.uagb-post__title a{font-size:28px!important}.custom_featured_section .uagb-post__items article .uagb-post__text .uagb-post__excerpt{font-size:16px!important}}@media only screen and (max-width:600px){.custom_featured_section .uagb-post__items article .uagb-post__image,.custom_featured_section .uagb-post__items article .uagb-post__text{float:none;width:100%!important;display:block}}.custom_featured_section .uagb-post__items article .uagb-post__image{overflow:hidden}@media only screen and (min-width:768px){.custom_featured_section .uagb-post__items article .uagb-post__image a{width:113%;display:block;margin-left:-13%}.custom_featured_section .uagb-post__items article:first-child .uagb-post__image a{width:100%!important;margin-left:0}}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-youtube:before{content:"\f167"}.fa-instagram:before{content:"\f16d"}:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-20:#005a87}:root{--coblocks-spacing--0:0;--coblocks-spacing--1:0.5em;--coblocks-spacing--2:1em;--coblocks-spacing--3:1.5em;--coblocks-spacing--4:2em;--coblocks-spacing--5:2.5em;--coblocks-spacing--6:3em;--coblocks-spacing--7:3.5em;--coblocks-spacing--8:4em;--coblocks-spacing--9:4.5em;--coblocks-spacing--10:7em}:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-20:#005a87}.wp-block-coblocks-media-card__media{grid-area:media-text-media;margin:0;position:relative}.wp-block-coblocks-media-card__content{grid-area:media-text-content;margin-left:-50%;position:relative;word-break:break-word;z-index:1}@media (max-width:599px) and (min-width:600px){.wp-block-coblocks-media-card.is-stacked-on-mobile .wp-block-coblocks-media-card__content{grid-area:media-text-content;margin-left:-100px}}.wp-block-coblocks-row{position:relative}.wp-block-coblocks-row[data-columns="1"] .wp-block-coblocks-column__inner>:not([class*=wp-block-]){margin-left:auto;margin-right:auto;max-width:100%}.wp-block-coblocks-column{height:100%;margin-bottom:32px;min-width:0;overflow-wrap:break-word;position:relative;word-break:break-word}@media (min-width:600px){.wp-block-coblocks-column{margin-bottom:0}}.has-medium-gutter>[class*=wp-block-coblocks-column]:nth-child(odd){margin-right:var(--coblocks-spacing--2,1em)}@media (max-width:599px){.wp-block-coblocks-row__inner.is-stacked-on-mobile{flex-direction:column}.wp-block-coblocks-row__inner.is-stacked-on-mobile>.wp-block-coblocks-column{margin-left:0!important;margin-right:0!important;max-width:100%!important;width:100%!important}.wp-block-coblocks-row__inner.is-stacked-on-mobile>.wp-block-coblocks-column:last-child{margin-bottom:0}}.wp-block-coblocks-row__inner .wp-block-coblocks-column .wp-block-coblocks-column__inner{flex:1}</style>
<script data-ezscrex="false" data-cfasync="false" data-pagespeed-no-defer src="https://cdnjs.cloudflare.com/ajax/libs/cash/8.1.0/cash.min.js"></script>
<meta charset="utf-8">
<meta name="google-site-verification" content="RtlEcDlhy3HD3Vyl_UOeDLic8Fzd-GL5cfVpM8InGjE">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="profile" href="https://gmpg.org/xfn/11">
<meta name="pushnami" content="wordpress-plugin">
<link rel="manifest" href="/manifest.json">
<meta name="google-site-verification" content="e81qwucY4ytjjTpzlYDufhPKmiCCMjUufMtGXXv70Hs">
<title>AllHipHop.com - Hip-Hop Culture Without Boundaries</title>
<meta name="description" content="AllHipHop is your trusted source for daily hip hop news, videos, rumors, entertainment, features and more.">
<meta name="robots" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1">
<link rel="canonical" href="https://allhiphop.com/">
<meta property="og:locale" content="en_US">
<meta property="og:type" content="website">
<meta property="og:title" content="AllHipHop.com - Hip-Hop Culture Without Boundaries">
<meta property="og:description" content="AllHipHop is your trusted source for daily hip hop news, videos, rumors, entertainment, features and more.">
<meta property="og:url" content="https://allhiphop.com/">
<meta property="og:site_name" content="AllHipHop.com">
<meta property="article:publisher" content="http://www.facebook.com/allhiphopcom">
<meta property="article:modified_time" content="2020-10-21T10:11:45+00:00">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@allhiphopcom">
<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://allhiphop.com/#organization","name":"AllHipHop.com - Hip-Hop Culture Without Boundaries","url":"https://allhiphop.com/","sameAs":["http://www.facebook.com/allhiphopcom","http://www.instagram.com/allhiphopcom","http://www.youtube.com/allhiphoptv","https://en.wikipedia.org/wiki/AllHipHop","https://twitter.com/allhiphopcom"],"logo":{"@type":"ImageObject","@id":"https://allhiphop.com/#logo","inLanguage":"en-US","url":"https://s34449.pcdn.co/wp-content/uploads/2016/04/logo-red.png","width":274,"height":63,"caption":"AllHipHop.com - Hip-Hop Culture Without Boundaries"},"image":{"@id":"https://allhiphop.com/#logo"}},{"@type":"WebSite","@id":"https://allhiphop.com/#website","url":"https://allhiphop.com/","name":"AllHipHop.com","description":"Hip-Hop Culture Without Boundaries","publisher":{"@id":"https://allhiphop.com/#organization"},"potentialAction":[{"@type":"SearchAction","target":"https://allhiphop.com/?s={search_term_string}","query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https://allhiphop.com/#webpage","url":"https://allhiphop.com/","name":"AllHipHop.com - Hip-Hop Culture Without Boundaries","isPartOf":{"@id":"https://allhiphop.com/#website"},"about":{"@id":"https://allhiphop.com/#organization"},"datePublished":"2020-08-04T18:05:01+00:00","dateModified":"2020-10-21T10:11:45+00:00","description":"AllHipHop is your trusted source for daily hip hop news, videos, rumors, entertainment, features and more.","breadcrumb":{"@id":"https://allhiphop.com/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://allhiphop.com/"]}]},{"@type":"BreadcrumbList","@id":"https://allhiphop.com/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"item":{"@type":"WebPage","@id":"https://allhiphop.com/","url":"https://allhiphop.com/","name":"Home"}}]}]}</script>
<meta name="msvalidate.01" content="5F98E0120DCBEB854DDF13842ADD90AC">
<meta name="google-site-verification" content="hfv8-lRsX0ihzdhLOS9FtWODIt9M8pXAb5-7xAH3beo">
<meta name="p:domain_verify" content="4c792e51a8a809d49dcca3a1c8bb1ba9">
<meta name="yandex-verification" content="748adb8e88ee686c">
<link rel="dns-prefetch" href="//api.pushnami.com">
<link rel="dns-prefetch" href="//fonts.googleapis.com">
<link rel="dns-prefetch" href="//s.w.org">
<link rel="dns-prefetch" href="//v0.wordpress.com">
<link rel="alternate" type="application/rss+xml" title="AllHipHop.com » Feed" href="https://allhiphop.com/feed/">
<link rel="alternate" type="application/rss+xml" title="AllHipHop.com » Comments Feed" href="https://allhiphop.com/comments/feed/">
<script>
			window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.0.1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.0.1\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/s34449.pcdn.co\/wp-includes\/js\/wp-emoji-release.min.js"}};
			!function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){var a=String.fromCharCode;p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,e),0,0);e=i.toDataURL();return p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,t),0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(!p||!p.fillText)return!1;switch(p.textBaseline="top",p.font="600 32px Arial",e){case"flag":return s([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])?!1:!s([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!s([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]);case"emoji":return!s([55357,56424,8205,55356,57212],[55357,56424,8203,55356,57212])}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],"flag"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(n=t.source||{}).concatemoji?c(n.concatemoji):n.wpemoji&&n.twemoji&&(c(n.twemoji),c(n.wpemoji)))}(window,document,window._wpemojiSettings);
		</script>
<style>
img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}
</style>
<link rel="preload" id="wp-block-library-css" href="https://s34449.pcdn.co/wp-includes/css/dist/block-library/style.min.css" media="all" as="style" onload="this.onload=null;this.rel='stylesheet'"><noscript><link rel="stylesheet" id="wp-block-library-css" href="https://s34449.pcdn.co/wp-includes/css/dist/block-library/style.min.css" media="all"></noscript>
<style id="wp-block-library-inline-css">
.has-text-align-justify{text-align:justify;}
</style>
<link rel="preload" id="uagb-block-css-css" href="https://s34449.pcdn.co/wp-content/plugins/ultimate-addons-for-gutenberg/dist/blocks.style.css" media="all" as="style" onload="this.onload=null;this.rel='stylesheet'"><noscript><link rel="stylesheet" id="uagb-block-css-css" href="https://s34449.pcdn.co/wp-content/plugins/ultimate-addons-for-gutenberg/dist/blocks.style.css" media="all"></noscript>
<link rel="preload" id="astra-theme-css-css" href="https://s34449.pcdn.co/wp-content/themes/astra/assets/css/minified/style.min.css" media="all" as="style" onload="this.onload=null;this.rel='stylesheet'"><noscript><link rel="stylesheet" id="astra-theme-css-css" href="https://s34449.pcdn.co/wp-content/themes/astra/assets/css/minified/style.min.css" media="all"></noscript>
<style id="astra-theme-css-inline-css">
html{font-size:112.5%;}a,.page-title{color:#c50000;}a:hover,a:focus{color:#000000;}body,button,input,select,textarea,.ast-button,.ast-custom-button{font-family:'Open Sans',sans-serif;font-weight:400;font-size:18px;font-size:1rem;}blockquote{color:#000000;}h1,.entry-content h1,.entry-content h1 a,h2,.entry-content h2,.entry-content h2 a,h3,.entry-content h3,.entry-content h3 a,h4,.entry-content h4,.entry-content h4 a,h5,.entry-content h5,.entry-content h5 a,h6,.entry-content h6,.entry-content h6 a,.site-title,.site-title a{font-family:'PT Sans Narrow',sans-serif;font-weight:700;text-transform:capitalize;}.site-title{font-size:35px;font-size:1.9444444444444rem;}header .site-logo-img .custom-logo-link img{max-width:385px;}.astra-logo-svg{width:385px;}.ast-archive-description .ast-archive-title{font-size:40px;font-size:2.2222222222222rem;}.site-header .site-description{font-size:15px;font-size:0.83333333333333rem;}.entry-title{font-size:60px;font-size:3.3333333333333rem;}.comment-reply-title{font-size:29px;font-size:1.6111111111111rem;}.ast-comment-list #cancel-comment-reply-link{font-size:18px;font-size:1rem;}h1,.entry-content h1,.entry-content h1 a{font-size:40px;font-size:2.2222222222222rem;font-family:'PT Sans Narrow',sans-serif;line-height:1.2;text-transform:capitalize;}h2,.entry-content h2,.entry-content h2 a{font-size:35px;font-size:1.9444444444444rem;font-family:'PT Sans Narrow',sans-serif;line-height:1;text-transform:capitalize;}h3,.entry-content h3,.entry-content h3 a{font-size:30px;font-size:1.6666666666667rem;font-family:'PT Sans Narrow',sans-serif;line-height:1.2;text-transform:capitalize;}h4,.entry-content h4,.entry-content h4 a{font-size:30px;font-size:1.6666666666667rem;line-height:1.2;}h5,.entry-content h5,.entry-content h5 a{font-size:30px;font-size:1.6666666666667rem;line-height:1.2;}h6,.entry-content h6,.entry-content h6 a{font-size:4px;font-size:0.22222222222222rem;line-height:1.2;}.ast-single-post .entry-title,.page-title{font-size:40px;font-size:2.2222222222222rem;}#secondary,#secondary button,#secondary input,#secondary select,#secondary textarea{font-size:18px;font-size:1rem;}::selection{background-color:#dd3333;color:#ffffff;}body,h1,.entry-title a,.entry-content h1,.entry-content h1 a,h2,.entry-content h2,.entry-content h2 a,h3,.entry-content h3,.entry-content h3 a,h4,.entry-content h4,.entry-content h4 a,h5,.entry-content h5,.entry-content h5 a,h6,.entry-content h6,.entry-content h6 a{color:#333333;}.tagcloud a:hover,.tagcloud a:focus,.tagcloud a.current-item{color:#ffffff;border-color:#c50000;background-color:#c50000;}.main-header-menu .menu-link,.ast-header-custom-item a{color:#333333;}.main-header-menu .menu-item:hover > .menu-link,.main-header-menu .menu-item:hover > .ast-menu-toggle,.main-header-menu .ast-masthead-custom-menu-items a:hover,.main-header-menu .menu-item.focus > .menu-link,.main-header-menu .menu-item.focus > .ast-menu-toggle,.main-header-menu .current-menu-item > .menu-link,.main-header-menu .current-menu-ancestor > .menu-link,.main-header-menu .current-menu-item > .ast-menu-toggle,.main-header-menu .current-menu-ancestor > .ast-menu-toggle{color:#c50000;}input:focus,input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="reset"]:focus,input[type="search"]:focus,textarea:focus{border-color:#c50000;}input[type="radio"]:checked,input[type=reset],input[type="checkbox"]:checked,input[type="checkbox"]:hover:checked,input[type="checkbox"]:focus:checked,input[type=range]::-webkit-slider-thumb{border-color:#c50000;background-color:#c50000;box-shadow:none;}.site-footer a:hover + .post-count,.site-footer a:focus + .post-count{background:#c50000;border-color:#c50000;}.ast-small-footer{color:#ffffff;}.ast-small-footer > .ast-footer-overlay{background-color:#000000;}.ast-small-footer a{color:#434343;}.ast-small-footer a:hover{color:#3197d6;}.footer-adv .footer-adv-overlay{border-top-style:solid;border-top-color:#7a7a7a;}.footer-adv .widget-title,.footer-adv .widget-title a{color:#ffffff;}.footer-adv{color:#ffffff;}.footer-adv a{color:#dd3333;}.footer-adv .tagcloud a:hover,.footer-adv .tagcloud a.current-item{border-color:#dd3333;background-color:#dd3333;}.footer-adv a:hover,.footer-adv .no-widget-text a:hover,.footer-adv a:focus,.footer-adv .no-widget-text a:focus{color:#3197d6;}.footer-adv .calendar_wrap #today,.footer-adv a:hover + .post-count{background-color:#dd3333;}.footer-adv-overlay{background-color:#000000;}.ast-comment-meta{line-height:1.666666667;font-size:15px;font-size:0.83333333333333rem;}.single .nav-links .nav-previous,.single .nav-links .nav-next,.single .ast-author-details .author-title,.ast-comment-meta{color:#c50000;}.entry-meta,.entry-meta *{line-height:1.45;color:#c50000;}.entry-meta a:hover,.entry-meta a:hover *,.entry-meta a:focus,.entry-meta a:focus *{color:#000000;}.ast-404-layout-1 .ast-404-text{font-size:200px;font-size:11.111111111111rem;}.widget-title{font-size:25px;font-size:1.3888888888889rem;color:#333333;}#cat option,.secondary .calendar_wrap thead a,.secondary .calendar_wrap thead a:visited{color:#c50000;}.secondary .calendar_wrap #today,.ast-progress-val span{background:#c50000;}.secondary a:hover + .post-count,.secondary a:focus + .post-count{background:#c50000;border-color:#c50000;}.calendar_wrap #today > a{color:#ffffff;}.ast-pagination a,.page-links .page-link,.single .post-navigation a{color:#c50000;}.ast-pagination a:hover,.ast-pagination a:focus,.ast-pagination > span:hover:not(.dots),.ast-pagination > span.current,.page-links > .page-link,.page-links .page-link:hover,.post-navigation a:hover{color:#000000;}.ast-header-break-point .ast-mobile-menu-buttons-minimal.menu-toggle{background:transparent;color:#c50000;}.ast-header-break-point .ast-mobile-menu-buttons-outline.menu-toggle{background:transparent;border:1px solid #c50000;color:#c50000;}.ast-header-break-point .ast-mobile-menu-buttons-fill.menu-toggle{background:#c50000;color:#ffffff;}@media (max-width:782px){.entry-content .wp-block-columns .wp-block-column{margin-left:0px;}}@media (max-width:921px){#secondary.secondary{padding-top:0;}.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single{padding:1.5em 2.14em;}.ast-separate-container #primary,.ast-separate-container #secondary{padding:1.5em 0;}.ast-separate-container.ast-right-sidebar #secondary{padding-left:1em;padding-right:1em;}.ast-separate-container.ast-two-container #secondary{padding-left:0;padding-right:0;}.ast-page-builder-template .entry-header #secondary{margin-top:1.5em;}.ast-page-builder-template #secondary{margin-top:1.5em;}#primary,#secondary{padding:1.5em 0;margin:0;}.ast-left-sidebar #content > .ast-container{display:flex;flex-direction:column-reverse;width:100%;}.ast-author-box img.avatar{margin:20px 0 0 0;}.ast-pagination{padding-top:1.5em;text-align:center;}.ast-pagination .next.page-numbers{display:inherit;float:none;}}@media (max-width:921px){.ast-page-builder-template.ast-left-sidebar #secondary{padding-right:20px;}.ast-page-builder-template.ast-right-sidebar #secondary{padding-left:20px;}.ast-right-sidebar #primary{padding-right:0;}.ast-right-sidebar #secondary{padding-left:0;}.ast-left-sidebar #primary{padding-left:0;}.ast-left-sidebar #secondary{padding-right:0;}.ast-pagination .prev.page-numbers{padding-left:.5em;}.ast-pagination .next.page-numbers{padding-right:.5em;}}@media (min-width:922px){.ast-separate-container.ast-right-sidebar #primary,.ast-separate-container.ast-left-sidebar #primary{border:0;}.ast-separate-container.ast-right-sidebar #secondary,.ast-separate-container.ast-left-sidebar #secondary{border:0;margin-left:auto;margin-right:auto;}.ast-separate-container.ast-two-container #secondary .widget:last-child{margin-bottom:0;}.ast-separate-container .ast-comment-list li .comment-respond{padding-left:2.66666em;padding-right:2.66666em;}.ast-author-box{-js-display:flex;display:flex;}.ast-author-bio{flex:1;}.error404.ast-separate-container #primary,.search-no-results.ast-separate-container #primary{margin-bottom:4em;}}@media (min-width:922px){.ast-right-sidebar #primary{border-right:1px solid #eee;}.ast-right-sidebar #secondary{border-left:1px solid #eee;margin-left:-1px;}.ast-left-sidebar #primary{border-left:1px solid #eee;}.ast-left-sidebar #secondary{border-right:1px solid #eee;margin-right:-1px;}.ast-separate-container.ast-two-container.ast-right-sidebar #secondary{padding-left:30px;padding-right:0;}.ast-separate-container.ast-two-container.ast-left-sidebar #secondary{padding-right:30px;padding-left:0;}}.elementor-button-wrapper .elementor-button{border-style:solid;border-top-width:0;border-right-width:0;border-left-width:0;border-bottom-width:0;}body .elementor-button.elementor-size-sm,body .elementor-button.elementor-size-xs,body .elementor-button.elementor-size-md,body .elementor-button.elementor-size-lg,body .elementor-button.elementor-size-xl,body .elementor-button{border-radius:0;padding-top:10px;padding-right:20px;padding-bottom:10px;padding-left:20px;}.elementor-button-wrapper .elementor-button{border-color:#3197d6;background-color:#3197d6;}.elementor-button-wrapper .elementor-button:hover,.elementor-button-wrapper .elementor-button:focus{color:#ffffff;background-color:#0084d6;border-color:#0084d6;}.wp-block-button .wp-block-button__link,.elementor-button-wrapper .elementor-button,.elementor-button-wrapper .elementor-button:visited{color:#ffffff;}.elementor-button-wrapper .elementor-button{font-family:inherit;font-weight:inherit;line-height:1;}.wp-block-button .wp-block-button__link{border-style:solid;border-top-width:0;border-right-width:0;border-left-width:0;border-bottom-width:0;border-color:#3197d6;background-color:#3197d6;color:#ffffff;font-family:inherit;font-weight:inherit;line-height:1;border-radius:0;padding-top:10px;padding-right:20px;padding-bottom:10px;padding-left:20px;}.wp-block-button .wp-block-button__link:hover,.wp-block-button .wp-block-button__link:focus{color:#ffffff;background-color:#0084d6;border-color:#0084d6;}.elementor-widget-heading h1.elementor-heading-title{line-height:1.2;}.elementor-widget-heading h2.elementor-heading-title{line-height:1;}.elementor-widget-heading h3.elementor-heading-title{line-height:1.2;}.elementor-widget-heading h4.elementor-heading-title{line-height:1.2;}.elementor-widget-heading h5.elementor-heading-title{line-height:1.2;}.elementor-widget-heading h6.elementor-heading-title{line-height:1.2;}.menu-toggle,button,.ast-button,.ast-custom-button,.button,input#submit,input[type="button"],input[type="submit"],input[type="reset"]{border-style:solid;border-top-width:0;border-right-width:0;border-left-width:0;border-bottom-width:0;color:#ffffff;border-color:#3197d6;background-color:#3197d6;border-radius:0;padding-top:10px;padding-right:20px;padding-bottom:10px;padding-left:20px;font-family:inherit;font-weight:inherit;line-height:1;}button:focus,.menu-toggle:hover,button:hover,.ast-button:hover,.button:hover,input[type=reset]:hover,input[type=reset]:focus,input#submit:hover,input#submit:focus,input[type="button"]:hover,input[type="button"]:focus,input[type="submit"]:hover,input[type="submit"]:focus{color:#ffffff;background-color:#0084d6;border-color:#0084d6;}@media (min-width:921px){.ast-container{max-width:100%;}}@media (min-width:544px){.ast-container{max-width:100%;}}@media (max-width:544px){.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single{padding:1.5em 1em;}.ast-separate-container #content .ast-container{padding-left:0.54em;padding-right:0.54em;}.ast-separate-container #secondary{padding-top:0;}.ast-separate-container.ast-two-container #secondary .widget{margin-bottom:1.5em;padding-left:1em;padding-right:1em;}.ast-separate-container .comments-count-wrapper{padding:1.5em 1em;}.ast-separate-container .ast-comment-list li.depth-1{padding:1.5em 1em;margin-bottom:1.5em;}.ast-separate-container .ast-comment-list .bypostauthor{padding:.5em;}.ast-separate-container .ast-archive-description{padding:1.5em 1em;}.ast-search-menu-icon.ast-dropdown-active .search-field{width:170px;}.ast-separate-container .comment-respond{padding:1.5em 1em;}}@media (max-width:544px){.ast-comment-list .children{margin-left:0.66666em;}.ast-separate-container .ast-comment-list .bypostauthor li{padding:0 0 0 .5em;}}@media (max-width:921px){.ast-mobile-header-stack .main-header-bar .ast-search-menu-icon{display:inline-block;}.ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-stack .main-header-bar .ast-search-icon{margin:0;}.ast-comment-avatar-wrap img{max-width:2.5em;}.comments-area{margin-top:1.5em;}.ast-separate-container .comments-count-wrapper{padding:2em 2.14em;}.ast-separate-container .ast-comment-list li.depth-1{padding:1.5em 2.14em;}.ast-separate-container .comment-respond{padding:2em 2.14em;}}@media (max-width:921px){.ast-header-break-point .main-header-bar .ast-search-menu-icon.slide-search .search-form{right:0;}.ast-header-break-point .ast-mobile-header-stack .main-header-bar .ast-search-menu-icon.slide-search .search-form{right:-1em;}.ast-comment-avatar-wrap{margin-right:0.5em;}}.footer-adv .tagcloud a:hover,.footer-adv .tagcloud a.current-item{color:#ffffff;}.footer-adv .calendar_wrap #today{color:#ffffff;}@media (min-width:545px){.ast-page-builder-template .comments-area,.single.ast-page-builder-template .entry-header,.single.ast-page-builder-template .post-navigation{max-width:1240px;margin-left:auto;margin-right:auto;}}body,.ast-separate-container{background-color:#f9f9f9;background-image:none;}@media (max-width:921px){.ast-archive-description .ast-archive-title{font-size:40px;}.entry-title{font-size:25px;}h1,.entry-content h1,.entry-content h1 a{font-size:30px;}h2,.entry-content h2,.entry-content h2 a{font-size:25px;}h3,.entry-content h3,.entry-content h3 a{font-size:20px;}.ast-single-post .entry-title,.page-title{font-size:30px;}#masthead .site-logo-img .custom-logo-link img{max-width:481px;}.astra-logo-svg{width:481px;}.ast-header-break-point .site-logo-img .custom-mobile-logo-link img{max-width:481px;}}@media (max-width:544px){.ast-archive-description .ast-archive-title{font-size:20px;}.entry-title{font-size:25px;}h1,.entry-content h1,.entry-content h1 a{font-size:30px;}h2,.entry-content h2,.entry-content h2 a{font-size:25px;}h3,.entry-content h3,.entry-content h3 a{font-size:20px;}.ast-single-post .entry-title,.page-title{font-size:20px;}.ast-header-break-point .site-branding img,.ast-header-break-point #masthead .site-logo-img .custom-logo-link img{max-width:172px;}.astra-logo-svg{width:172px;}.ast-header-break-point .site-logo-img .custom-mobile-logo-link img{max-width:172px;}}@media (max-width:921px){html{font-size:102.6%;}}@media (max-width:544px){html{font-size:102.6%;}}@media (min-width:922px){.ast-container{max-width:1240px;}}@font-face {font-family: "Astra";src: url(https://s34449.pcdn.co/wp-content/themes/astra/assets/fonts/astra.woff) format("woff"),url(https://s34449.pcdn.co/wp-content/themes/astra/assets/fonts/astra.ttf) format("truetype"),url(https://s34449.pcdn.co/wp-content/themes/astra/assets/fonts/astra.svg#astra) format("svg");font-weight: normal;font-style: normal;font-display: fallback;}@media (max-width:921px) {.main-header-bar .main-header-bar-navigation{display:none;}}@media (min-width:922px){.blog .site-content > .ast-container,.archive .site-content > .ast-container,.search .site-content > .ast-container{max-width:1200px;}}.ast-desktop .main-header-menu.submenu-with-border .sub-menu,.ast-desktop .main-header-menu.submenu-with-border .astra-full-megamenu-wrapper{border-color:#c50000;}.ast-desktop .main-header-menu.submenu-with-border .sub-menu{border-top-width:1px;border-right-width:1px;border-left-width:1px;border-bottom-width:1px;border-style:solid;}.ast-desktop .main-header-menu.submenu-with-border .sub-menu .sub-menu{top:-1px;}.ast-desktop .main-header-menu.submenu-with-border .sub-menu .menu-link,.ast-desktop .main-header-menu.submenu-with-border .children .menu-link{border-bottom-width:1px;border-style:solid;border-color:#c50000;}@media (min-width:922px){.main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu:hover > .sub-menu,.main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu.focus > .sub-menu{margin-left:-2px;}}.ast-small-footer{border-top-style:solid;border-top-width:1px;border-top-color:rgba(122,122,122,0.13);}.ast-small-footer-wrap{text-align:center;}@media (max-width:920px){.ast-404-layout-1 .ast-404-text{font-size:100px;font-size:5.5555555555556rem;}}#masthead .ast-container,.ast-header-breadcrumb .ast-container{max-width:100%;padding-left:35px;padding-right:35px;}@media (max-width:921px){#masthead .ast-container,.ast-header-breadcrumb .ast-container{padding-left:20px;padding-right:20px;}}#masthead .ast-container,.ast-header-breadcrumb .ast-container{max-width:100%;padding-left:35px;padding-right:35px;}@media (max-width:921px){#masthead .ast-container,.ast-header-breadcrumb .ast-container{padding-left:20px;padding-right:20px;}}.ast-breadcrumbs .trail-browse,.ast-breadcrumbs .trail-items,.ast-breadcrumbs .trail-items li{display:inline-block;margin:0;padding:0;border:none;background:inherit;text-indent:0;}.ast-breadcrumbs .trail-browse{font-size:inherit;font-style:inherit;font-weight:inherit;color:inherit;}.ast-breadcrumbs .trail-items{list-style:none;}.trail-items li::after{padding:0 0.3em;content:"\00bb";}.trail-items li:last-of-type::after{display:none;}.trail-items li::after{content:"\00bb";}.ast-breadcrumbs-wrapper .trail-items a{color:#000000;}.ast-breadcrumbs-wrapper .trail-items .trail-end{color:#c50000;}.ast-breadcrumbs-wrapper,.ast-breadcrumbs-wrapper a{font-family:Verdana,Helvetica,Arial,sans-serif;font-weight:inherit;font-size:20px;font-size:1.1111111111111rem;text-transform:capitalize;}.ast-breadcrumbs-wrapper #ast-breadcrumbs-yoast,.ast-breadcrumbs-wrapper .breadcrumbs,.ast-breadcrumbs-wrapper .rank-math-breadcrumb{padding-top:10px;padding-bottom:10px;}@media (max-width:921px){.ast-breadcrumbs-wrapper,.ast-breadcrumbs-wrapper a{font-size:18px;font-size:1rem;}.ast-breadcrumbs-wrapper #ast-breadcrumbs-yoast,.ast-breadcrumbs-wrapper .breadcrumbs,.ast-breadcrumbs-wrapper .rank-math-breadcrumb{padding-top:10px;padding-bottom:10px;}}@media (max-width:544px){.ast-breadcrumbs-wrapper #ast-breadcrumbs-yoast,.ast-breadcrumbs-wrapper .breadcrumbs,.ast-breadcrumbs-wrapper .rank-math-breadcrumb{padding-top:10px;padding-bottom:10px;}}.ast-default-menu-enable.ast-main-header-nav-open.ast-header-break-point .main-header-bar.ast-header-breadcrumb,.ast-main-header-nav-open .main-header-bar.ast-header-breadcrumb{padding-top:1em;padding-bottom:1em;}.ast-header-break-point .main-header-bar.ast-header-breadcrumb{border-bottom-width:1px;border-bottom-color:#eaeaea;border-bottom-style:solid;}.ast-breadcrumbs-wrapper{line-height:1.4;}.ast-breadcrumbs-wrapper .rank-math-breadcrumb p{margin-bottom:0px;}.ast-breadcrumbs-wrapper{display:block;width:100%;}.ast-header-break-point .main-header-bar{border-bottom-width:1px;border-bottom-color:#c50000;}@media (min-width:922px){.main-header-bar{border-bottom-width:1px;border-bottom-color:#c50000;}}@media (min-width:922px){#primary{width:70%;}#secondary{width:30%;}}.ast-flex{-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;}.main-header-bar{padding:1em 0;}.ast-site-identity{padding:0;}.header-main-layout-1 .ast-flex.main-header-container,.header-main-layout-3 .ast-flex.main-header-container{-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;}.header-main-layout-1 .ast-flex.main-header-container,.header-main-layout-3 .ast-flex.main-header-container{-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;}.ast-desktop .astra-menu-animation-slide-up>.menu-item>.astra-full-megamenu-wrapper,.ast-desktop .astra-menu-animation-slide-up>.menu-item>.sub-menu,.ast-desktop .astra-menu-animation-slide-up>.menu-item>.sub-menu .sub-menu{opacity:0;visibility:hidden;transform:translateY(.5em);transition:visibility .2s ease,transform .2s ease}.ast-desktop .astra-menu-animation-slide-up>.menu-item .menu-item.focus>.sub-menu,.ast-desktop .astra-menu-animation-slide-up>.menu-item .menu-item:hover>.sub-menu,.ast-desktop .astra-menu-animation-slide-up>.menu-item.focus>.astra-full-megamenu-wrapper,.ast-desktop .astra-menu-animation-slide-up>.menu-item.focus>.sub-menu,.ast-desktop .astra-menu-animation-slide-up>.menu-item:hover>.astra-full-megamenu-wrapper,.ast-desktop .astra-menu-animation-slide-up>.menu-item:hover>.sub-menu{opacity:1;visibility:visible;transform:translateY(0);transition:opacity .2s ease,visibility .2s ease,transform .2s ease}.ast-desktop .astra-menu-animation-slide-up>.full-width-mega.menu-item.focus>.astra-full-megamenu-wrapper,.ast-desktop .astra-menu-animation-slide-up>.full-width-mega.menu-item:hover>.astra-full-megamenu-wrapper{-js-display:flex;display:flex}.ast-desktop .astra-menu-animation-slide-down>.menu-item>.astra-full-megamenu-wrapper,.ast-desktop .astra-menu-animation-slide-down>.menu-item>.sub-menu,.ast-desktop .astra-menu-animation-slide-down>.menu-item>.sub-menu .sub-menu{opacity:0;visibility:hidden;transform:translateY(-.5em);transition:visibility .2s ease,transform .2s ease}.ast-desktop .astra-menu-animation-slide-down>.menu-item .menu-item.focus>.sub-menu,.ast-desktop .astra-menu-animation-slide-down>.menu-item .menu-item:hover>.sub-menu,.ast-desktop .astra-menu-animation-slide-down>.menu-item.focus>.astra-full-megamenu-wrapper,.ast-desktop .astra-menu-animation-slide-down>.menu-item.focus>.sub-menu,.ast-desktop .astra-menu-animation-slide-down>.menu-item:hover>.astra-full-megamenu-wrapper,.ast-desktop .astra-menu-animation-slide-down>.menu-item:hover>.sub-menu{opacity:1;visibility:visible;transform:translateY(0);transition:opacity .2s ease,visibility .2s ease,transform .2s ease}.ast-desktop .astra-menu-animation-slide-down>.full-width-mega.menu-item.focus>.astra-full-megamenu-wrapper,.ast-desktop .astra-menu-animation-slide-down>.full-width-mega.menu-item:hover>.astra-full-megamenu-wrapper{-js-display:flex;display:flex}.ast-desktop .astra-menu-animation-fade>.menu-item>.astra-full-megamenu-wrapper,.ast-desktop .astra-menu-animation-fade>.menu-item>.sub-menu,.ast-desktop .astra-menu-animation-fade>.menu-item>.sub-menu .sub-menu{opacity:0;visibility:hidden;transition:opacity ease-in-out .3s}.ast-desktop .astra-menu-animation-fade>.menu-item .menu-item.focus>.sub-menu,.ast-desktop .astra-menu-animation-fade>.menu-item .menu-item:hover>.sub-menu,.ast-desktop .astra-menu-animation-fade>.menu-item.focus>.astra-full-megamenu-wrapper,.ast-desktop .astra-menu-animation-fade>.menu-item.focus>.sub-menu,.ast-desktop .astra-menu-animation-fade>.menu-item:hover>.astra-full-megamenu-wrapper,.ast-desktop .astra-menu-animation-fade>.menu-item:hover>.sub-menu{opacity:1;visibility:visible;transition:opacity ease-in-out .3s}.ast-desktop .astra-menu-animation-fade>.full-width-mega.menu-item.focus>.astra-full-megamenu-wrapper,.ast-desktop .astra-menu-animation-fade>.full-width-mega.menu-item:hover>.astra-full-megamenu-wrapper{-js-display:flex;display:flex}
</style>
<link rel="preload" id="astra-google-fonts-css" href="//fonts.googleapis.com/css?family=Open+Sans%3A400%2C%7CPT+Sans+Narrow%3A700%2C&display=fallback" media="all" as="style" onload="this.onload=null;this.rel='stylesheet'"><noscript><link rel="stylesheet" id="astra-google-fonts-css" href="//fonts.googleapis.com/css?display=fallback&family=Open+Sans%3A400%2C%7CPT+Sans+Narrow%3A700%2C" media="all"></noscript>
<link rel="preload" id="dashicons-css" href="https://s34449.pcdn.co/wp-includes/css/dashicons.min.css" media="all" as="style" onload="this.onload=null;this.rel='stylesheet'"><noscript><link rel="stylesheet" id="dashicons-css" href="https://s34449.pcdn.co/wp-includes/css/dashicons.min.css" media="all"></noscript>
<link rel="preload" id="pdp-style-css" href="https://s34449.pcdn.co/wp-content/plugins/liteweight-podcast/css/player-style.css" media="all" as="style" onload="this.onload=null;this.rel='stylesheet'"><noscript><link rel="stylesheet" id="pdp-style-css" href="https://s34449.pcdn.co/wp-content/plugins/liteweight-podcast/css/player-style.css" media="all"></noscript>
<link rel="preload" id="pdp-social-style-css" href="https://s34449.pcdn.co/wp-content/plugins/liteweight-podcast/css/jssocials.css" media="all" as="style" onload="this.onload=null;this.rel='stylesheet'"><noscript><link rel="stylesheet" id="pdp-social-style-css" href="https://s34449.pcdn.co/wp-content/plugins/liteweight-podcast/css/jssocials.css" media="all"></noscript>
<link rel="preload" id="pdp-bootstrap-css" href="https://s34449.pcdn.co/wp-content/plugins/liteweight-podcast/css/bootstrap.min.css" media="all" as="style" onload="this.onload=null;this.rel='stylesheet'"><noscript><link rel="stylesheet" id="pdp-bootstrap-css" href="https://s34449.pcdn.co/wp-content/plugins/liteweight-podcast/css/bootstrap.min.css" media="all"></noscript>
<link rel="preload" id="astra-addon-css-css" href="https://s34449.pcdn.co/wp-content/uploads/astra-addon/astra-addon-60107bd0ae2751-01189124.css" media="all" as="style" onload="this.onload=null;this.rel='stylesheet'"><noscript><link rel="stylesheet" id="astra-addon-css-css" href="https://s34449.pcdn.co/wp-content/uploads/astra-addon/astra-addon-60107bd0ae2751-01189124.css" media="all"></noscript>
<style id="astra-addon-css-inline-css">
#content:before{content:"921";position:absolute;overflow:hidden;opacity:0;visibility:hidden;}@media (max-width:921px){.single.ast-separate-container .ast-author-meta{padding:1.5em 2.14em;}.single .ast-author-meta .post-author-avatar{margin-bottom:1em;}.ast-separate-container .ast-grid-2 .ast-article-post,.ast-separate-container .ast-grid-3 .ast-article-post,.ast-separate-container .ast-grid-4 .ast-article-post{width:100%;}.blog-layout-1 .post-content,.blog-layout-1 .ast-blog-featured-section{float:none;}.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on{margin-top:0;}.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on{margin-top:1em;}.ast-separate-container .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content{margin-top:-1.5em;}.ast-separate-container .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content{margin-left:-2.14em;margin-right:-2.14em;}.ast-separate-container .ast-article-single.remove-featured-img-padding .single-layout-1 .entry-header .post-thumb-img-content:first-child{margin-top:-1.5em;}.ast-separate-container .ast-article-single.remove-featured-img-padding .single-layout-1 .post-thumb-img-content{margin-left:-2.14em;margin-right:-2.14em;}.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on{margin-left:-1.5em;margin-right:-1.5em;}.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on{margin-left:-0.5em;margin-right:-0.5em;}.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on{margin-top:0;}.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on{margin-top:1em;}.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content{margin-top:-1.5em;}.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content{margin-left:-1.5em;margin-right:-1.5em;}.blog-layout-2{display:flex;flex-direction:column-reverse;}.ast-separate-container .blog-layout-3,.ast-separate-container .blog-layout-1{display:block;}.ast-plain-container .ast-grid-2 .ast-article-post,.ast-plain-container .ast-grid-3 .ast-article-post,.ast-plain-container .ast-grid-4 .ast-article-post,.ast-page-builder-template .ast-grid-2 .ast-article-post,.ast-page-builder-template .ast-grid-3 .ast-article-post,.ast-page-builder-template .ast-grid-4 .ast-article-post{width:100%;}}@media (max-width:921px){.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on{margin-top:0;margin-left:-2.14em;}.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on{margin-top:0;margin-left:-1.14em;}}@media (min-width:922px){.single .ast-author-meta .ast-author-details{display:flex;}.ast-separate-container.ast-blog-grid-2 .ast-archive-description,.ast-separate-container.ast-blog-grid-3 .ast-archive-description,.ast-separate-container.ast-blog-grid-4 .ast-archive-description{margin-bottom:1.33333em;}.blog-layout-2.ast-no-thumb .post-content,.blog-layout-3.ast-no-thumb .post-content{width:calc(100% - 5.714285714em);}.blog-layout-2.ast-no-thumb.ast-no-date-box .post-content,.blog-layout-3.ast-no-thumb.ast-no-date-box .post-content{width:100%;}.ast-separate-container .ast-grid-2 .ast-article-post.ast-separate-posts,.ast-separate-container .ast-grid-3 .ast-article-post.ast-separate-posts,.ast-separate-container .ast-grid-4 .ast-article-post.ast-separate-posts{border-bottom:0;}.ast-separate-container .ast-grid-2 > .site-main > .ast-row,.ast-separate-container .ast-grid-3 > .site-main > .ast-row,.ast-separate-container .ast-grid-4 > .site-main > .ast-row{margin-left:-1em;margin-right:-1em;display:flex;flex-flow:row wrap;align-items:stretch;}.ast-separate-container .ast-grid-2 > .site-main > .ast-row:before,.ast-separate-container .ast-grid-2 > .site-main > .ast-row:after,.ast-separate-container .ast-grid-3 > .site-main > .ast-row:before,.ast-separate-container .ast-grid-3 > .site-main > .ast-row:after,.ast-separate-container .ast-grid-4 > .site-main > .ast-row:before,.ast-separate-container .ast-grid-4 > .site-main > .ast-row:after{flex-basis:0;width:0;}.ast-separate-container .ast-grid-2 .ast-article-post,.ast-separate-container .ast-grid-3 .ast-article-post,.ast-separate-container .ast-grid-4 .ast-article-post{display:flex;padding:0;}.ast-plain-container .ast-grid-2 > .site-main > .ast-row,.ast-plain-container .ast-grid-3 > .site-main > .ast-row,.ast-plain-container .ast-grid-4 > .site-main > .ast-row,.ast-page-builder-template .ast-grid-2 > .site-main > .ast-row,.ast-page-builder-template .ast-grid-3 > .site-main > .ast-row,.ast-page-builder-template .ast-grid-4 > .site-main > .ast-row{margin-left:-1em;margin-right:-1em;display:flex;flex-flow:row wrap;align-items:stretch;}.ast-plain-container .ast-grid-2 > .site-main > .ast-row:before,.ast-plain-container .ast-grid-2 > .site-main > .ast-row:after,.ast-plain-container .ast-grid-3 > .site-main > .ast-row:before,.ast-plain-container .ast-grid-3 > .site-main > .ast-row:after,.ast-plain-container .ast-grid-4 > .site-main > .ast-row:before,.ast-plain-container .ast-grid-4 > .site-main > .ast-row:after,.ast-page-builder-template .ast-grid-2 > .site-main > .ast-row:before,.ast-page-builder-template .ast-grid-2 > .site-main > .ast-row:after,.ast-page-builder-template .ast-grid-3 > .site-main > .ast-row:before,.ast-page-builder-template .ast-grid-3 > .site-main > .ast-row:after,.ast-page-builder-template .ast-grid-4 > .site-main > .ast-row:before,.ast-page-builder-template .ast-grid-4 > .site-main > .ast-row:after{flex-basis:0;width:0;}.ast-plain-container .ast-grid-2 .ast-article-post,.ast-plain-container .ast-grid-3 .ast-article-post,.ast-plain-container .ast-grid-4 .ast-article-post,.ast-page-builder-template .ast-grid-2 .ast-article-post,.ast-page-builder-template .ast-grid-3 .ast-article-post,.ast-page-builder-template .ast-grid-4 .ast-article-post{display:flex;}.ast-plain-container .ast-grid-2 .ast-article-post:last-child,.ast-plain-container .ast-grid-3 .ast-article-post:last-child,.ast-plain-container .ast-grid-4 .ast-article-post:last-child,.ast-page-builder-template .ast-grid-2 .ast-article-post:last-child,.ast-page-builder-template .ast-grid-3 .ast-article-post:last-child,.ast-page-builder-template .ast-grid-4 .ast-article-post:last-child{margin-bottom:2.5em;}}@media (min-width:922px){.single .post-author-avatar,.single .post-author-bio{float:left;clear:right;}.single .ast-author-meta .post-author-avatar{margin-right:1.33333em;}.single .ast-author-meta .about-author-title-wrapper,.single .ast-author-meta .post-author-bio{text-align:left;}.blog-layout-2 .post-content{padding-right:2em;}.blog-layout-2.ast-no-date-box.ast-no-thumb .post-content{padding-right:0;}.blog-layout-3 .post-content{padding-left:2em;}.blog-layout-3.ast-no-date-box.ast-no-thumb .post-content{padding-left:0;}.ast-separate-container .ast-grid-2 .ast-article-post.ast-separate-posts:nth-child(2n+0),.ast-separate-container .ast-grid-2 .ast-article-post.ast-separate-posts:nth-child(2n+1),.ast-separate-container .ast-grid-3 .ast-article-post.ast-separate-posts:nth-child(2n+0),.ast-separate-container .ast-grid-3 .ast-article-post.ast-separate-posts:nth-child(2n+1),.ast-separate-container .ast-grid-4 .ast-article-post.ast-separate-posts:nth-child(2n+0),.ast-separate-container .ast-grid-4 .ast-article-post.ast-separate-posts:nth-child(2n+1){padding:0 1em 0;}}@media (max-width:544px){.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on{margin-top:0.5em;}.ast-separate-container .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content,.ast-separate-container .ast-article-single.remove-featured-img-padding .single-layout-1 .post-thumb-img-content,.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on{margin-left:-1em;margin-right:-1em;}.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on{margin-left:-0.5em;margin-right:-0.5em;}.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on{margin-top:0.5em;}.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content{margin-top:-1.33333em;}.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content{margin-left:-1em;margin-right:-1em;}.ast-separate-container .ast-grid-2 .ast-article-post .blog-layout-1,.ast-separate-container .ast-grid-2 .ast-article-post .blog-layout-2,.ast-separate-container .ast-grid-2 .ast-article-post .blog-layout-3{padding:1.33333em 1em;}.ast-separate-container .ast-grid-3 .ast-article-post .blog-layout-1,.ast-separate-container .ast-grid-4 .ast-article-post .blog-layout-1{padding:1.33333em 1em;}.single.ast-separate-container .ast-author-meta{padding:1.5em 1em;}}@media (max-width:544px){.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on{margin-left:-1em;}.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on{margin-left:-0.5em;}}.ast-article-post .ast-date-meta .posted-on,.ast-article-post .ast-date-meta .posted-on *{background:#c50000;color:#ffffff;}.ast-article-post .ast-date-meta .posted-on .date-month,.ast-article-post .ast-date-meta .posted-on .date-year{color:#ffffff;}.ast-load-more:hover{color:#ffffff;border-color:#c50000;background-color:#c50000;}.ast-loader > div{background-color:#c50000;}.ast-pagination .page-numbers{color:#333333;border-color:#c50000;}.ast-pagination .page-numbers.current,.ast-pagination .page-numbers:focus,.ast-pagination .page-numbers:hover{color:#ffffff;background-color:#c50000;border-color:#c50000;}h1,.entry-content h1{color:#000000;}.ast-single-post .entry-title,.page-title{color:#000000;}.sidebar-main{background-color:#ffffff;}.entry-title a{color:#000000;}.read-more a:not(.ast-button):hover,.entry-meta a:hover,.entry-meta a:hover *{color:#c50000;}.entry-meta a,.entry-meta a *,.read-more a:not(.ast-button){color:#c50000;}.entry-meta,.entry-meta *{color:#000000;}.ast-small-footer{color:#ffffff;}.ast-small-footer a{color:#434343;}.ast-small-footer a:hover{color:#3197d6;}.ast-separate-container .blog-layout-1,.ast-separate-container .blog-layout-2,.ast-separate-container .blog-layout-3{background-color:transparent;background-image:none;}.ast-separate-container .ast-article-post{background-color:#ffffff;background-image:none;}.ast-separate-container .ast-archive-description{background-color:#ffffff;}.ast-archive-description{color:#000000;}.ast-archive-description .page-title{color:#000000;}.ast-separate-container .ast-article-single,.ast-separate-container .comment-respond,.ast-separate-container .ast-comment-list li,.ast-separate-container .ast-woocommerce-container,.ast-separate-container .error-404,.ast-separate-container .no-results,.single.ast-separate-container .ast-author-meta,.ast-separate-container .related-posts-title-wrapper,.ast-separate-container.ast-two-container #secondary .widget,.ast-separate-container .comments-count-wrapper,.ast-box-layout.ast-plain-container .site-content,.ast-padded-layout.ast-plain-container .site-content{background-color:#ffffff;background-image:none;}.main-header-bar{background-color:#ffffff;background-image:none;}.main-header-menu,.ast-header-break-point .main-header-menu,.ast-header-break-point .ast-header-custom-item{background-color:#ffffff;background-image:none;}.main-header-menu .current-menu-item > .menu-link,.main-header-menu .current-menu-ancestor > .menu-link{color:#c50000;background-color:#ffffff;}.main-header-menu .menu-link:hover,.ast-header-custom-item a:hover,.main-header-menu .menu-item:hover > .menu-link,.main-header-menu .menu-item.focus > .menu-link{color:#c50000;}.main-header-menu .ast-masthead-custom-menu-items a:hover,.main-header-menu .menu-item:hover > .ast-menu-toggle,.main-header-menu .menu-item.focus > .ast-menu-toggle{color:#c50000;}.footer-adv .widget-title,.footer-adv .widget-title a{color:#ffffff;}.footer-adv{color:#ffffff;}.footer-adv a{color:#dd3333;}.footer-adv .tagcloud a:hover,.footer-adv .tagcloud a.current-item{border-color:#dd3333;background-color:#dd3333;}.footer-adv a:hover,.footer-adv .no-widget-text a:hover,.footer-adv a:focus,.footer-adv .no-widget-text a:focus{color:#3197d6;}.footer-adv .calendar_wrap #today,.footer-adv a:hover + .post-count{background-color:#dd3333;}.footer-adv .widget-title,.footer-adv .widget-title a.rsswidget,.ast-no-widget-row .widget-title{font-family:'Open Sans',sans-serif;text-transform:inherit;}.footer-adv .widget > *:not(.widget-title){font-family:'Open Sans',sans-serif;}.footer-adv .tagcloud a:hover,.footer-adv .tagcloud a.current-item{color:#ffffff;}.footer-adv .calendar_wrap #today{color:#ffffff;}.ast-header-break-point .main-header-bar .main-header-bar-navigation .main-header-menu{border-top-width:1px;border-left-width:1px;border-right-width:1px;border-color:#c50000;}.ast-header-break-point .main-navigation ul .menu-item .menu-link{border-bottom-width:1px;border-color:#c50000;border-style:solid;}.ast-header-break-point li.ast-masthead-custom-menu-items{border-bottom-width:1px;border-color:#c50000;border-style:solid;margin-top:0;margin-bottom:0;}.ast-header-break-point .ast-above-mobile-menu-buttons-outline.menu-toggle{background:transparent;border:1px solid #3197d6;color:#3197d6;}.ast-header-break-point .ast-above-mobile-menu-buttons-minimal.menu-toggle{background:transparent;color:#3197d6;}.ast-header-break-point .ast-above-mobile-menu-buttons-fill.menu-toggle{border:1px solid #3197d6;background:#3197d6;color:#ffffff;}.ast-header-break-point .ast-above-header .ast-button-wrap .menu-toggle{border-radius:2px;}.ast-header-break-point .ast-above-header-section .user-select a,.ast-header-break-point .ast-above-header-section .widget a{color:#c50000;}.ast-header-break-point .ast-above-header-section .user-select a:hover,.ast-header-break-point .ast-above-header-section .widget a:hover{color:#000000;}.ast-header-break-point .ast-above-header-navigation .menu-item.current-menu-ancestor > .ast-menu-toggle,.ast-header-break-point .ast-above-header-navigation .menu-item.current-menu-ancestor:hover > .ast-menu-toggle.ast-header-break-point .ast-above-header-navigation .menu-item.current-menu-item > .ast-menu-toggle,.ast-header-break-point .ast-above-header-navigation .menu-item.current-menu-item > .menu-link,.ast-header-break-point .ast-above-header-navigation .menu-item.current-menu-ancestor > .ast-menu-toggle,.ast-header-break-point .ast-above-header-navigation .menu-item.current-menu-ancestor > .menu-link,.ast-header-break-point .ast-above-header-navigation .menu-item.current-menu-item > .menu-link{color:#dd9933;}.ast-header-break-point .ast-above-header-menu,.ast-header-break-point .ast-above-header-navigation a,.ast-header-break-point .ast-above-header-navigation .menu-item:hover > .ast-menu-toggle,.ast-header-break-point .ast-above-header-navigation .menu-item.focus > .ast-menu-toggle,.ast-header-break-point .ast-above-header-navigation.current-menu-item > .ast-menu-toggle,.ast-header-break-point .ast-above-header-navigation .current-menu-ancestor > .ast-menu-toggle{color:#0a0a0a;}.ast-header-break-point .ast-above-header-navigation .menu-item:hover > .ast-menu-toggle,.ast-header-break-point .ast-above-header-navigation .menu-item.focus > .ast-menu-toggle{color:#dd9933;}@media (max-width:921px){.ast-above-header-navigation-wrap{display:none;}}.ast-header-break-point .main-header-bar{background-color:#ffffff;background-image:none;}.ast-header-break-point .main-header-menu,.ast-header-break-point .ast-header-custom-item,.ast-header-break-point .ast-header-sections-navigation{background-color:#ffffff;background-image:none;}.ast-header-break-point .ast-primary-menu-disabled .ast-above-header-menu-items,.ast-header-break-point .ast-primary-menu-disabled .ast-below-header-menu-items{background-color:#ffffff;background-image:none;}.ast-header-break-point .ast-primary-menu-disabled .ast-below-header-menu-items{background-color:#ffffff;background-image:none;}.ast-header-break-point .main-header-menu .ast-masthead-custom-menu-items a:hover,.ast-header-break-point .main-header-menu .menu-item:hover > .ast-menu-toggle,.ast-header-break-point .main-header-menu .menu-item.focus > .ast-menu-toggle{color:#c50000;}.ast-header-break-point .main-header-menu .menu-item.current-menu-item > .ast-menu-toggle,.ast-header-break-point .main-header-menu .menu-item.current-menu-ancestor > .ast-menu-toggle,.ast-header-break-point .main-header-menu .menu-item.current-menu-item > .menu-link,.ast-header-break-point .main-header-menu .menu-item.current-menu-ancestor > .menu-link{color:#c50000;}.ast-header-break-point .main-header-menu .menu-item.current-menu-item > .menu-link,.ast-header-break-point .main-header-menu .menu-item.current-menu-ancestor > .menu-link{background-color:#ffffff;}.ast-header-break-point .ast-primary-menu-disabled .ast-merge-header-navigation-wrap .ast-above-header-menu-items,.ast-header-break-point .ast-primary-menu-disabled .ast-merge-header-navigation-wrap .ast-below-header-menu-items{background-color:#ffffff;background-image:none;}@media (max-width:921px){.ast-flyout-menu-enable.ast-main-header-nav-open .main-header-bar,.ast-fullscreen-menu-enable.ast-main-header-nav-open .main-header-bar{padding-bottom:1.5em;}}@media (max-width:544px){.ast-flyout-menu-enable.ast-main-header-nav-open .main-header-bar,.ast-fullscreen-menu-enable.ast-main-header-nav-open .main-header-bar{padding-bottom:0em;}}.ast-above-header{border-bottom-width:1px;border-bottom-color:#eaeaea;line-height:40px;}.ast-header-break-point .ast-above-header-merged-responsive .ast-above-header{border-bottom-width:1px;border-bottom-color:#eaeaea;}.ast-above-header .ast-search-menu-icon .search-field{max-height:34px;padding-top:.35em;padding-bottom:.35em;}.ast-above-header-section-wrap{min-height:40px;}.ast-above-header-menu .sub-menu,.ast-above-header-menu .sub-menu .menu-link,.ast-above-header-menu .astra-full-megamenu-wrapper{border-color:#bfbfbf;}.ast-header-break-point .ast-below-header-merged-responsive .below-header-user-select,.ast-header-break-point .ast-below-header-merged-responsive .below-header-user-select .widget,.ast-header-break-point .ast-below-header-merged-responsive .below-header-user-select .widget-title{color:#333333;}.ast-header-break-point .ast-below-header-merged-responsive .below-header-user-select a{color:#c50000;}.ast-above-header-section .user-select a,.ast-above-header-section .widget a{color:#c50000;}.ast-above-header-section .search-field:focus{border-color:#c50000;}.ast-above-header-section .user-select a:hover,.ast-above-header-section .widget a:hover{color:#000000;}.ast-above-header-navigation a{color:#0a0a0a;}.ast-above-header-navigation .menu-item:hover > .menu-link{color:#dd9933;}.ast-above-header-navigation .menu-item.focus > .menu-link{color:#dd9933;}.ast-above-header-navigation .menu-item.current-menu-item > .menu-link,.ast-above-header-navigation .menu-item.current-menu-ancestor > .menu-link{color:#dd9933;}@media (max-width:921px){.ast-above-header-navigation,.ast-above-header-hide-on-mobile .ast-above-header-wrap{display:none;}}.ast-desktop .ast-above-header-menu.submenu-with-border .sub-menu .menu-link{border-bottom-width:1px;border-style:solid;border-color:#bfbfbf;}.ast-desktop .ast-above-header-menu.submenu-with-border .sub-menu .sub-menu{top:-1px;}.ast-desktop .ast-above-header-menu.submenu-with-border .sub-menu{border-top-width:1px;border-left-width:1px;border-right-width:1px;border-bottom-width:1px;border-style:solid;}@media (min-width:922px){.ast-above-header-menu .sub-menu .menu-item.ast-left-align-sub-menu:hover > .sub-menu,.ast-above-header-menu .sub-menu .menu-item.ast-left-align-sub-menu.focus > .sub-menu{margin-left:-2px;}}@media (min-width:922px){.ast-container{max-width:1240px;}}@media (min-width:993px){.ast-container{max-width:1240px;}}@media (min-width:1201px){.ast-container{max-width:1240px;}}@media (min-width:922px){.ast-woo-shop-archive .site-content > .ast-container{max-width:1240px;}}@media (min-width:993px){.ast-woo-shop-archive .site-content > .ast-container{max-width:1240px;}}@media (min-width:1201px){.ast-woo-shop-archive .site-content > .ast-container{max-width:1240px;}}.site-header .ast-site-identity{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}.ast-default-menu-enable.ast-main-header-nav-open.ast-header-break-point .main-header-bar,.ast-main-header-nav-open .main-header-bar{padding-bottom:0;}.main-navigation ul .menu-item .menu-link,.ast-header-break-point .main-navigation ul .menu-item .menu-link,.ast-header-break-point li.ast-masthead-custom-menu-items,li.ast-masthead-custom-menu-items{padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;}.ast-header-break-point .main-navigation ul .menu-item.menu-item-has-children button{padding-right:0px;padding-bottom:0px;}.ast-fullscreen-menu-enable.ast-header-break-point .main-header-bar .main-header-bar-navigation .main-header-menu > .menu-item-has-children > .ast-menu-toggle{right:0;}.ast-flyout-menu-enable.ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle{top:20px;}.ast-fullscreen-menu-enable.ast-header-break-point .main-header-bar .main-header-bar-navigation .sub-menu .menu-item-has-children > .ast-menu-toggle{right:0;}.ast-fullscreen-menu-enable.ast-header-break-point .ast-above-header-menu .sub-menu .menu-item.menu-item-has-children > .menu-link,.ast-default-menu-enable.ast-header-break-point .ast-above-header-menu .sub-menu .menu-item.menu-item-has-children > .menu-link,.ast-flyout-menu-enable.ast-header-break-point .ast-above-header-menu .sub-menu .menu-item.menu-item-has-children > .menu-link{padding-right:0;}.ast-fullscreen-menu-enable.ast-header-break-point .ast-below-header-menu .sub-menu .menu-item.menu-item-has-children > .menu-link,.ast-default-menu-enable.ast-header-break-point .ast-below-header-menu .sub-menu .menu-item.menu-item-has-children > .menu-link,.ast-flyout-menu-enable.ast-header-break-point .ast-below-header-menu .sub-menu .menu-item.menu-item-has-children > .menu-link{padding-right:0;}.ast-fullscreen-below-menu-enable.ast-header-break-point .ast-below-header-enabled .ast-below-header-navigation .ast-below-header-menu .menu-item.menu-item-has-children > .menu-link,.ast-default-below-menu-enable.ast-header-break-point .ast-below-header-enabled .ast-below-header-navigation .ast-below-header-menu .menu-item.menu-item-has-children > .menu-link,.ast-flyout-below-menu-enable.ast-header-break-point .ast-below-header-enabled .ast-below-header-navigation .ast-below-header-menu .menu-item.menu-item-has-children > .menu-link{padding-right:0;}.ast-fullscreen-below-menu-enable.ast-header-break-point .ast-below-header-navigation .menu-item-has-children > .ast-menu-toggle,.ast-fullscreen-below-menu-enable.ast-header-break-point .ast-below-header-menu-items .menu-item-has-children > .ast-menu-toggle{right:0;}.ast-fullscreen-below-menu-enable .ast-below-header-enabled .ast-below-header-navigation .ast-below-header-menu .menu-item.menu-item-has-children .sub-menu .ast-menu-toggle{right:0;}.ast-fullscreen-above-menu-enable.ast-header-break-point .ast-above-header-enabled .ast-above-header-navigation .ast-above-header-menu .menu-item.menu-item-has-children > .menu-link,.ast-default-above-menu-enable.ast-header-break-point .ast-above-header-enabled .ast-above-header-navigation .ast-above-header-menu .menu-item.menu-item-has-children > .menu-link,.ast-flyout-above-menu-enable.ast-header-break-point .ast-above-header-enabled .ast-above-header-navigation .ast-above-header-menu .menu-item.menu-item-has-children > .menu-link{padding-right:0;}.ast-fullscreen-above-menu-enable.ast-header-break-point .ast-above-header-navigation .menu-item-has-children > .ast-menu-toggle,.ast-fullscreen-above-menu-enable.ast-header-break-point .ast-above-header-menu-items .menu-item-has-children > .ast-menu-toggle{right:0;}.ast-fullscreen-above-menu-enable .ast-above-header-enabled .ast-above-header-navigation .ast-above-header-menu .menu-item.menu-item-has-children .sub-menu .ast-menu-toggle{right:0;}.ast-separate-container.ast-right-sidebar #primary,.ast-separate-container.ast-left-sidebar #primary,.ast-separate-container #primary,.ast-plain-container #primary{margin-top:0px;}.ast-separate-container .ast-grid-2 .ast-article-post.ast-separate-posts:nth-child(2n+0),.ast-separate-container .ast-grid-2 .ast-article-post.ast-separate-posts:nth-child(2n+1),.ast-separate-container .ast-grid-3 .ast-article-post.ast-separate-posts:nth-child(2n+0),.ast-separate-container .ast-grid-3 .ast-article-post.ast-separate-posts:nth-child(2n+1),.ast-separate-container .ast-grid-4 .ast-article-post.ast-separate-posts:nth-child(2n+0),.ast-separate-container .ast-grid-4 .ast-article-post.ast-separate-posts:nth-child(2n+1){padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:0px;}.ast-separate-container .ast-grid-2 .blog-layout-1,.ast-separate-container .ast-grid-2 .blog-layout-2,.ast-separate-container .ast-grid-2 .blog-layout-3,.ast-separate-container .ast-grid-3 .blog-layout-1,.ast-separate-container .ast-grid-3 .blog-layout-2,.ast-separate-container .ast-grid-3 .blog-layout-3,.ast-separate-container .ast-grid-4 .blog-layout-1,.ast-separate-container .ast-grid-4 .blog-layout-2,.ast-separate-container .ast-grid-4 .blog-layout-3{padding-top:5px;padding-right:5px;padding-bottom:5px;padding-left:5px;}@media (max-width:921px){.main-header-bar,.ast-header-break-point .main-header-bar,.ast-header-break-point .header-main-layout-2 .main-header-bar{padding-top:1.5em;padding-bottom:1.5em;}.ast-default-menu-enable.ast-main-header-nav-open.ast-header-break-point .main-header-bar,.ast-main-header-nav-open .main-header-bar{padding-bottom:0;}.main-navigation ul .menu-item .menu-link,.ast-header-break-point .main-navigation ul .menu-item .menu-link,.ast-header-break-point li.ast-masthead-custom-menu-items,li.ast-masthead-custom-menu-items{padding-top:0px;padding-right:20px;padding-bottom:0px;padding-left:20px;}.ast-header-break-point .main-navigation ul .menu-item.menu-item-has-children button{padding-right:0px;padding-bottom:0px;}.ast-fullscreen-menu-enable.ast-header-break-point .main-header-bar .main-header-bar-navigation .main-header-menu > .menu-item-has-children > .ast-menu-toggle{right:0;}.ast-flyout-menu-enable.ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle{top:0px;}.ast-desktop .main-navigation .ast-mm-template-content,.ast-desktop .main-navigation .ast-mm-custom-content,.ast-desktop .main-navigation .ast-mm-custom-text-content,.main-navigation .sub-menu .menu-item .menu-link,.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-link{padding-top:0px;padding-right:0;padding-bottom:0px;padding-left:30px;}.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-link{padding-left:calc( 30px + 10px );}.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-link{padding-left:calc( 30px + 20px );}.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-item .menu-link{padding-left:calc( 30px + 30px );}.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-item .menu-item .menu-link{padding-left:calc( 30px + 40px );}.ast-header-break-point .main-header-bar .main-header-bar-navigation .sub-menu .menu-item-has-children > .ast-menu-toggle{top:0px;right:calc( 20px - 0.907em );}.ast-fullscreen-menu-enable.ast-header-break-point .main-header-bar .main-header-bar-navigation .sub-menu .menu-item-has-children > .ast-menu-toggle{margin-right:20px;right:0;}.ast-flyout-menu-enable.ast-header-break-point .main-header-bar .main-header-bar-navigation .sub-menu .menu-item-has-children > .ast-menu-toggle{right:calc( 20px - 0.907em );}.ast-flyout-menu-enable.ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children .sub-menu .ast-menu-toggle{top:0px;}.ast-fullscreen-menu-enable.ast-header-break-point .main-navigation .sub-menu .menu-item.menu-item-has-children > .menu-link,.ast-default-menu-enable.ast-header-break-point .main-navigation .sub-menu .menu-item.menu-item-has-children > .menu-link,.ast-flyout-menu-enable.ast-header-break-point .main-navigation .sub-menu .menu-item.menu-item-has-children > .menu-link{padding-top:0px;padding-bottom:0px;padding-left:30px;}.ast-fullscreen-menu-enable.ast-header-break-point .ast-above-header-menu .sub-menu .menu-item.menu-item-has-children > .menu-link,.ast-default-menu-enable.ast-header-break-point .ast-above-header-menu .sub-menu .menu-item.menu-item-has-children > .menu-link,.ast-flyout-menu-enable.ast-header-break-point .ast-above-header-menu .sub-menu .menu-item.menu-item-has-children > .menu-link{padding-right:0;padding-top:0px;padding-bottom:0px;padding-left:30px;}.ast-fullscreen-menu-enable.ast-header-break-point .ast-below-header-menu .sub-menu .menu-item.menu-item-has-children > .menu-link,.ast-default-menu-enable.ast-header-break-point .ast-below-header-menu .sub-menu .menu-item.menu-item-has-children > .menu-link,.ast-flyout-menu-enable.ast-header-break-point .ast-below-header-menu .sub-menu .menu-item.menu-item-has-children > .menu-link{padding-right:0;padding-top:0px;padding-bottom:0px;padding-left:30px;}.ast-fullscreen-menu-enable.ast-header-break-point .ast-below-header-menu .sub-menu .menu-link,.ast-fullscreen-menu-enable.ast-header-break-point .ast-header-break-point .ast-below-header-actual-nav .sub-menu .menu-item .menu-link,.ast-fullscreen-menu-enable.ast-header-break-point .ast-below-header-navigation .sub-menu .menu-item .menu-link,.ast-fullscreen-menu-enable.ast-header-break-point .ast-below-header-menu-items .sub-menu .menu-item .menu-link,.ast-fullscreen-menu-enable.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-link{padding-top:0px;padding-bottom:0px;padding-left:30px;}.ast-below-header,.ast-header-break-point .ast-below-header{padding-top:1em;padding-bottom:1em;}.ast-below-header-menu .menu-link,.below-header-nav-padding-support .below-header-section-1 .below-header-menu > .menu-item > .menu-link,.below-header-nav-padding-support .below-header-section-2 .below-header-menu > .menu-item > .menu-link,.ast-header-break-point .ast-below-header-actual-nav > .ast-below-header-menu > .menu-item > .menu-link{padding-top:0px;padding-right:20px;padding-bottom:0px;padding-left:20px;}.ast-desktop .ast-below-header-menu .ast-mm-template-content,.ast-desktop .ast-below-header-menu .ast-mm-custom-text-content,.ast-below-header-menu .sub-menu .menu-link,.ast-header-break-point .ast-below-header-actual-nav .sub-menu .menu-item .menu-link{padding-top:0px;padding-right:20px;padding-bottom:0px;padding-left:20px;}.ast-header-break-point .ast-below-header-actual-nav .sub-menu .menu-item .menu-item .menu-link,.ast-header-break-point .ast-below-header-menu-items .sub-menu .menu-item .menu-item .menu-link{padding-left:calc( 20px + 10px );}.ast-header-break-point .ast-below-header-actual-nav .sub-menu .menu-item .menu-item .menu-item .menu-link,.ast-header-break-point .ast-below-header-menu-items .sub-menu .menu-item .menu-item .menu-item .menu-link{padding-left:calc( 20px + 20px );}.ast-header-break-point .ast-below-header-actual-nav .sub-menu .menu-item .menu-item .menu-item .menu-item .menu-link,.ast-header-break-point .ast-below-header-menu-items .sub-menu .menu-item .menu-item .menu-item .menu-item .menu-link{padding-left:calc( 20px + 30px );}.ast-header-break-point .ast-below-header-actual-nav .sub-menu .menu-item .menu-item .menu-item .menu-item .menu-item .menu-link,.ast-header-break-point .ast-below-header-menu-items .sub-menu .menu-item .menu-item .menu-item .menu-item .menu-item .menu-link{padding-left:calc( 20px + 40px );}.ast-default-below-menu-enable.ast-header-break-point .ast-below-header-navigation .menu-item-has-children > .ast-menu-toggle,.ast-default-below-menu-enable.ast-header-break-point .ast-below-header-menu-items .menu-item-has-children > .ast-menu-toggle,.ast-flyout-below-menu-enable.ast-header-break-point .ast-below-header-navigation .menu-item-has-children > .ast-menu-toggle,.ast-flyout-below-menu-enable.ast-header-break-point .ast-below-header-menu-items .menu-item-has-children > .ast-menu-toggle{top:0px;right:calc( 20px - 0.907em );}.ast-default-below-menu-enable .ast-below-header-enabled .ast-below-header-navigation .ast-below-header-menu .menu-item.menu-item-has-children .sub-menu .ast-menu-toggle,.ast-flyout-below-menu-enable .ast-below-header-enabled .ast-below-header-navigation .ast-below-header-menu .menu-item.menu-item-has-children .sub-menu .ast-menu-toggle{top:0px;right:calc( 20px - 0.907em );}.ast-fullscreen-below-menu-enable.ast-header-break-point .ast-below-header-navigation .menu-item-has-children > .ast-menu-toggle,.ast-fullscreen-below-menu-enable.ast-header-break-point .ast-below-header-menu-items .menu-item-has-children > .ast-menu-toggle{right:0;}.ast-fullscreen-below-menu-enable .ast-below-header-enabled .ast-below-header-navigation .ast-below-header-menu .menu-item.menu-item-has-children .sub-menu .ast-menu-toggle{right:0;}.ast-above-header{padding-top:0px;padding-bottom:0px;}.ast-above-header-enabled .ast-above-header-navigation .ast-above-header-menu > .menu-item > .menu-link,.ast-header-break-point .ast-above-header-enabled .ast-above-header-menu > .menu-item:first-child > .menu-link,.ast-header-break-point .ast-above-header-enabled .ast-above-header-menu > .menu-item:last-child > .menu-link{padding-top:0px;padding-right:20px;padding-bottom:0px;padding-left:20px;}.ast-header-break-point .ast-above-header-navigation > ul > .menu-item-has-children > .ast-menu-toggle{top:0px;}.ast-desktop .ast-above-header-navigation .ast-mm-custom-text-content,.ast-desktop .ast-above-header-navigation .ast-mm-template-content,.ast-above-header-enabled .ast-above-header-navigation .ast-above-header-menu .menu-item .sub-menu .menu-link,.ast-header-break-point .ast-above-header-enabled .ast-above-header-menu .menu-item .sub-menu .menu-link,.ast-above-header-enabled .ast-above-header-menu > .menu-item:first-child .sub-menu .menu-item .menu-link{padding-top:0px;padding-right:20px;padding-bottom:0px;padding-left:20px;}.ast-header-break-point .ast-above-header-enabled .ast-above-header-menu .menu-item .sub-menu .menu-item .menu-link{padding-left:calc( 20px + 10px );}.ast-header-break-point .ast-above-header-enabled .ast-above-header-menu .menu-item .sub-menu .menu-item .menu-item .menu-link{padding-left:calc( 20px + 20px );}.ast-header-break-point .ast-above-header-enabled .ast-above-header-menu .menu-item .sub-menu .menu-item .menu-item .menu-item .menu-link{padding-left:calc( 20px + 30px );}.ast-header-break-point .ast-above-header-enabled .ast-above-header-menu .menu-item .sub-menu .menu-item .menu-item .menu-item .menu-item .menu-link{padding-left:calc( 20px + 40px );}.ast-default-above-menu-enable.ast-header-break-point .ast-above-header-navigation .menu-item-has-children > .ast-menu-toggle,.ast-default-above-menu-enable.ast-header-break-point .ast-above-header-menu-items .menu-item-has-children > .ast-menu-toggle,.ast-flyout-above-menu-enable.ast-header-break-point .ast-above-header-navigation .menu-item-has-children > .ast-menu-toggle,.ast-flyout-above-menu-enable.ast-header-break-point .ast-above-header-menu-items .menu-item-has-children > .ast-menu-toggle{top:0px;right:calc( 20px - 0.907em );}.ast-default-above-menu-enable .ast-above-header-enabled .ast-above-header-navigation .ast-above-header-menu .menu-item.menu-item-has-children .sub-menu .ast-menu-toggle,.ast-flyout-above-menu-enable .ast-above-header-enabled .ast-above-header-navigation .ast-above-header-menu .menu-item.menu-item-has-children .sub-menu .ast-menu-toggle{top:0px;right:calc( 20px - 0.907em );}.ast-fullscreen-above-menu-enable.ast-header-break-point .ast-above-header-navigation .menu-item-has-children > .ast-menu-toggle,.ast-fullscreen-above-menu-enable.ast-header-break-point .ast-above-header-menu-items .menu-item-has-children > .ast-menu-toggle{right:0;}.ast-fullscreen-above-menu-enable .ast-above-header-enabled .ast-above-header-navigation .ast-above-header-menu .menu-item.menu-item-has-children .sub-menu .ast-menu-toggle{margin-right:20px;right:0;}.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single,.ast-separate-container .ast-comment-list li.depth-1,.ast-separate-container .comment-respond,.single.ast-separate-container .ast-author-details,.ast-separate-container .ast-related-posts-wrap,.ast-separate-container .ast-woocommerce-container{padding-top:1.5em;padding-bottom:1.5em;}.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single,.ast-separate-container .comments-count-wrapper,.ast-separate-container .ast-comment-list li.depth-1,.ast-separate-container .comment-respond,.ast-separate-container .related-posts-title-wrapper,.ast-separate-container .related-posts-title-wrapper,.single.ast-separate-container .ast-author-details,.single.ast-separate-container .about-author-title-wrapper,.ast-separate-container .ast-related-posts-wrap,.ast-separate-container .ast-woocommerce-container{padding-right:2.14em;padding-left:2.14em;}.ast-separate-container.ast-right-sidebar #primary,.ast-separate-container.ast-left-sidebar #primary,.ast-separate-container #primary,.ast-plain-container #primary{margin-bottom:1.5em;}.ast-left-sidebar #primary,.ast-right-sidebar #primary,.ast-separate-container.ast-right-sidebar #primary,.ast-separate-container.ast-left-sidebar #primary,.ast-separate-container #primary{padding-left:0em;padding-right:0em;}.ast-footer-overlay{padding-top:2em;padding-bottom:2em;}.ast-small-footer .nav-menu a,.footer-sml-layout-2 .ast-small-footer-section-1 .menu-item a,.footer-sml-layout-2 .ast-small-footer-section-2 .menu-item a{padding-top:0em;padding-right:.5em;padding-bottom:0em;padding-left:.5em;}.ast-separate-container .ast-grid-2 .ast-article-post.ast-separate-posts:nth-child(2n+0),.ast-separate-container .ast-grid-2 .ast-article-post.ast-separate-posts:nth-child(2n+1),.ast-separate-container .ast-grid-3 .ast-article-post.ast-separate-posts:nth-child(2n+0),.ast-separate-container .ast-grid-3 .ast-article-post.ast-separate-posts:nth-child(2n+1),.ast-separate-container .ast-grid-4 .ast-article-post.ast-separate-posts:nth-child(2n+0),.ast-separate-container .ast-grid-4 .ast-article-post.ast-separate-posts:nth-child(2n+1){padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:0px;}.ast-no-sidebar.ast-separate-container .entry-content .alignfull{margin-right:-2.14em;margin-left:-2.14em;}}@media (max-width:544px){.site-header .ast-site-identity{padding-top:0px;padding-right:10px;padding-bottom:5px;padding-left:0px;}.main-header-bar,.ast-header-break-point .main-header-bar,.ast-header-break-point .header-main-layout-2 .main-header-bar,.ast-header-break-point .ast-mobile-header-stack .main-header-bar{padding-top:0em;padding-bottom:0em;}.main-header-bar .ast-container,#masthead .ast-container{padding-left:1em;padding-right:0em;}.ast-default-menu-enable.ast-main-header-nav-open.ast-header-break-point .main-header-bar,.ast-main-header-nav-open .main-header-bar{padding-bottom:0;}.main-navigation ul .menu-item .menu-link,.ast-header-break-point .main-navigation ul .menu-item .menu-link,.ast-header-break-point li.ast-masthead-custom-menu-items,li.ast-masthead-custom-menu-items{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}.ast-header-break-point .main-navigation ul .menu-item.menu-item-has-children button{padding-right:0px;padding-bottom:0px;}.ast-fullscreen-menu-enable.ast-header-break-point .main-header-bar .main-header-bar-navigation .main-header-menu > .menu-item-has-children > .ast-menu-toggle{right:0;}.ast-flyout-menu-enable.ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle{top:0px;}.ast-desktop .main-navigation .ast-mm-template-content,.ast-desktop .main-navigation .ast-mm-custom-content,.ast-desktop .main-navigation .ast-mm-custom-text-content,.main-navigation .sub-menu .menu-item .menu-link,.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-link{padding-top:1px;padding-right:0;padding-bottom:1px;padding-left:1px;}.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-link{padding-left:calc( 1px + 10px );}.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-link{padding-left:calc( 1px + 20px );}.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-item .menu-link{padding-left:calc( 1px + 30px );}.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-item .menu-item .menu-link{padding-left:calc( 1px + 40px );}.ast-header-break-point .main-header-bar .main-header-bar-navigation .sub-menu .menu-item-has-children > .ast-menu-toggle{top:1px;right:calc( 1px - 0.907em );}.ast-fullscreen-menu-enable.ast-header-break-point .main-header-bar .main-header-bar-navigation .sub-menu .menu-item-has-children > .ast-menu-toggle{margin-right:1px;right:0;}.ast-flyout-menu-enable.ast-header-break-point .main-header-bar .main-header-bar-navigation .sub-menu .menu-item-has-children > .ast-menu-toggle{right:calc( 1px - 0.907em );}.ast-flyout-menu-enable.ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children .sub-menu .ast-menu-toggle{top:1px;}.ast-fullscreen-menu-enable.ast-header-break-point .main-navigation .sub-menu .menu-item.menu-item-has-children > .menu-link,.ast-default-menu-enable.ast-header-break-point .main-navigation .sub-menu .menu-item.menu-item-has-children > .menu-link,.ast-flyout-menu-enable.ast-header-break-point .main-navigation .sub-menu .menu-item.menu-item-has-children > .menu-link{padding-top:1px;padding-bottom:1px;padding-left:1px;}.ast-fullscreen-menu-enable.ast-header-break-point .ast-above-header-menu .sub-menu .menu-item.menu-item-has-children > .menu-link,.ast-default-menu-enable.ast-header-break-point .ast-above-header-menu .sub-menu .menu-item.menu-item-has-children > .menu-link,.ast-flyout-menu-enable.ast-header-break-point .ast-above-header-menu .sub-menu .menu-item.menu-item-has-children > .menu-link{padding-right:0;padding-top:1px;padding-bottom:1px;padding-left:1px;}.ast-fullscreen-menu-enable.ast-header-break-point .ast-below-header-menu .sub-menu .menu-item.menu-item-has-children > .menu-link,.ast-default-menu-enable.ast-header-break-point .ast-below-header-menu .sub-menu .menu-item.menu-item-has-children > .menu-link,.ast-flyout-menu-enable.ast-header-break-point .ast-below-header-menu .sub-menu .menu-item.menu-item-has-children > .menu-link{padding-right:0;padding-top:1px;padding-bottom:1px;padding-left:1px;}.ast-fullscreen-menu-enable.ast-header-break-point .ast-below-header-menu .sub-menu .menu-link,.ast-fullscreen-menu-enable.ast-header-break-point .ast-header-break-point .ast-below-header-actual-nav .sub-menu .menu-item .menu-link,.ast-fullscreen-menu-enable.ast-header-break-point .ast-below-header-navigation .sub-menu .menu-item .menu-link,.ast-fullscreen-menu-enable.ast-header-break-point .ast-below-header-menu-items .sub-menu .menu-item .menu-link,.ast-fullscreen-menu-enable.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-link{padding-top:1px;padding-bottom:1px;padding-left:1px;}.ast-fullscreen-below-menu-enable.ast-header-break-point .ast-below-header-navigation .menu-item-has-children > .ast-menu-toggle,.ast-fullscreen-below-menu-enable.ast-header-break-point .ast-below-header-menu-items .menu-item-has-children > .ast-menu-toggle{right:0;}.ast-fullscreen-below-menu-enable .ast-below-header-enabled .ast-below-header-navigation .ast-below-header-menu .menu-item.menu-item-has-children .sub-menu .ast-menu-toggle{right:0;}.ast-above-header{padding-top:0.5em;}.ast-fullscreen-above-menu-enable.ast-header-break-point .ast-above-header-enabled .ast-above-header-navigation .ast-above-header-menu .menu-item.menu-item-has-children > .menu-link,.ast-default-above-menu-enable.ast-header-break-point .ast-above-header-enabled .ast-above-header-navigation .ast-above-header-menu .menu-item.menu-item-has-children > .menu-link,.ast-flyout-above-menu-enable.ast-header-break-point .ast-above-header-enabled .ast-above-header-navigation .ast-above-header-menu .menu-item.menu-item-has-children > .menu-link{padding-right:0;}.ast-fullscreen-above-menu-enable.ast-header-break-point .ast-above-header-navigation .menu-item-has-children > .ast-menu-toggle,.ast-fullscreen-above-menu-enable.ast-header-break-point .ast-above-header-menu-items .menu-item-has-children > .ast-menu-toggle{right:0;}.ast-fullscreen-above-menu-enable .ast-above-header-enabled .ast-above-header-navigation .ast-above-header-menu .menu-item.menu-item-has-children .sub-menu .ast-menu-toggle{right:0;}.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single,.ast-separate-container .ast-comment-list li.depth-1,.ast-separate-container .comment-respond,.single.ast-separate-container .ast-author-details,.ast-separate-container .ast-related-posts-wrap,.ast-separate-container .ast-woocommerce-container{padding-top:0.5em;padding-bottom:0.5em;}.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single,.ast-separate-container .comments-count-wrapper,.ast-separate-container .ast-comment-list li.depth-1,.ast-separate-container .comment-respond,.ast-separate-container .related-posts-title-wrapper,.ast-separate-container .related-posts-title-wrapper,.single.ast-separate-container .ast-author-details,.single.ast-separate-container .about-author-title-wrapper,.ast-separate-container .ast-related-posts-wrap,.ast-separate-container .ast-woocommerce-container{padding-right:0.5em;padding-left:0.5em;}.ast-separate-container .ast-grid-2 .ast-article-post.ast-separate-posts:nth-child(2n+0),.ast-separate-container .ast-grid-2 .ast-article-post.ast-separate-posts:nth-child(2n+1),.ast-separate-container .ast-grid-3 .ast-article-post.ast-separate-posts:nth-child(2n+0),.ast-separate-container .ast-grid-3 .ast-article-post.ast-separate-posts:nth-child(2n+1),.ast-separate-container .ast-grid-4 .ast-article-post.ast-separate-posts:nth-child(2n+0),.ast-separate-container .ast-grid-4 .ast-article-post.ast-separate-posts:nth-child(2n+1){padding-top:10px;padding-bottom:10px;}.ast-no-sidebar.ast-separate-container .entry-content .alignfull{margin-right:-0.5em;margin-left:-0.5em;}}.ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle{top:20px;right:calc( 20px - 0.907em );}.ast-flyout-menu-enable.ast-header-break-point .main-header-bar .main-header-bar-navigation .main-header-menu > .menu-item-has-children > .ast-menu-toggle{right:calc( 20px - 0.907em );}@media (max-width:921px){.ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle{top:0px;right:calc( 20px - 0.907em );}.ast-flyout-menu-enable.ast-header-break-point .main-header-bar .main-header-bar-navigation .main-header-menu > .menu-item-has-children > .ast-menu-toggle{right:calc( 20px - 0.907em );}}@media (max-width:544px){.ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle{top:0px;right:calc( 0px - 0.907em );}.ast-flyout-menu-enable.ast-header-break-point .main-header-bar .main-header-bar-navigation .main-header-menu > .menu-item-has-children > .ast-menu-toggle{right:calc( 0px - 0.907em );}}@media (max-width:544px){.ast-header-break-point .header-main-layout-2 .site-branding,.ast-header-break-point .ast-mobile-header-stack .ast-mobile-menu-buttons{padding-bottom:0;}}@media (max-width:921px){.ast-separate-container.ast-two-container #secondary .widget,.ast-separate-container #secondary .widget{margin-bottom:1.5em;}}.ast-separate-container #primary{padding-top:0;}.ast-separate-container #primary{padding-bottom:0;}.ast-separate-container .ast-article-post,.ast-separate-container .ast-separate-posts.ast-article-post{margin-top:10px;margin-right:0px;margin-bottom:10px;margin-left:0px;}.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-post{padding-top:5px;padding-right:5px;padding-bottom:5px;padding-left:5px;}@media (max-width:921px){.ast-separate-container .ast-article-post,.ast-separate-container .ast-separate-posts.ast-article-post{margin-top:10px;margin-right:0px;margin-bottom:10px;margin-left:0px;}}@media (max-width:544px){.ast-separate-container .ast-article-post,.ast-separate-container .ast-separate-posts.ast-article-post{margin-top:10px;margin-bottom:10px;}}@media (max-width:921px){.ast-separate-container .ast-article-single.remove-featured-img-padding .single-layout-1 .entry-header .post-thumb-img-content:first-child{margin-top:-1.5em;}.ast-separate-container .ast-article-single.remove-featured-img-padding .single-layout-1 .entry-header .post-thumb-img-content:first-child,.ast-separate-container .ast-article-single.remove-featured-img-padding .single-layout-1 .post-thumb-img-content{margin-left:-2.14em;margin-right:-2.14em;}}@media (max-width:544px){.ast-separate-container .ast-article-single.remove-featured-img-padding .single-layout-1 .entry-header .post-thumb-img-content:first-child{margin-top:-0.5em;}.ast-separate-container .ast-article-single.remove-featured-img-padding .single-layout-1 .entry-header .post-thumb-img-content:first-child,.ast-separate-container .ast-article-single.remove-featured-img-padding .single-layout-1 .post-thumb-img-content{margin-left:-0.5em;margin-right:-0.5em;}}.ast-above-header > div,.main-header-bar > div,.ast-below-header > div {-webkit-transition: all 0.2s linear;transition: all 0.2s linear;}.ast-above-header,.main-header-bar,.ast-below-header {max-width:100%;}#ast-scroll-top{background-color:#c50000;font-size:15px;font-size:0.83333333333333rem;}.site-title,.site-title a{font-family:'PT Sans Narrow',sans-serif;text-transform:capitalize;}.site-header .site-description{text-transform:capitalize;}.main-navigation{font-size:0.9em;font-weight:700;}.main-header-bar .main-header-bar-navigation{text-transform:uppercase;}.entry-meta,.read-more{font-size:25px;font-size:1.3888888888889rem;}.secondary .widget-title{font-family:'PT Sans Narrow',sans-serif;text-transform:capitalize;}.secondary .widget > *:not(.widget-title){font-family:'Open Sans',sans-serif;}.ast-single-post .entry-title,.page-title{font-family:'PT Sans Narrow',sans-serif;text-transform:capitalize;}.ast-archive-description .ast-archive-title{font-family:'PT Sans Narrow',sans-serif;text-transform:capitalize;}.blog .entry-title,.blog .entry-title a,.archive .entry-title,.archive .entry-title a,.search .entry-title,.search .entry-title a {font-family:'PT Sans Narrow',sans-serif;font-weight:800;line-height:1.2;text-transform:capitalize;}h1,.entry-content h1,.entry-content h1 a{font-family:'PT Sans Narrow',sans-serif;text-transform:capitalize;}h2,.entry-content h2,.entry-content h2 a{font-family:'PT Sans Narrow',sans-serif;line-height:1;text-transform:capitalize;}h3,.entry-content h3,.entry-content h3 a{font-family:'PT Sans Narrow',sans-serif;line-height:1.2;text-transform:capitalize;}h4,.entry-content h4,.entry-content h4 a{font-family:'PT Sans Narrow',sans-serif;line-height:1.2;text-transform:capitalize;}h5,.entry-content h5,.entry-content h5 a{font-family:'PT Sans Narrow',sans-serif;text-transform:capitalize;}h6,.entry-content h6,.entry-content h6 a{font-family:'PT Sans Narrow',sans-serif;text-transform:capitalize;}.ast-masthead-custom-menu-items,.ast-masthead-custom-menu-items *{line-height:1;}.elementor-widget-heading h4.elementor-heading-title{line-height:1.2;}@media (max-width:921px){.entry-meta,.read-more{font-size:16px;font-size:0.88888888888889rem;}}@media (max-width:544px){.main-header-menu > .menu-item > .sub-menu:first-of-type,.main-header-menu > .menu-item > .astra-full-megamenu-wrapper:first-of-type{font-size:16px;font-size:0.88888888888889rem;}.entry-meta,.read-more{font-size:16px;font-size:0.88888888888889rem;}}.ast-header-sections-navigation,.ast-above-header-menu-items,.ast-below-header-menu-items{font-size:0.9em;font-weight:700;}@media (max-width:543px){.ast-header-sections-navigation li > .sub-menu:first-of-type,.ast-above-header-menu-items .menu-item > .sub-menu:first-of-type,.ast-below-header-menu-items li > .sub-menu:first-of-type{font-size:16px;font-size:0.88888888888889rem;}}.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .menu-item .menu-link:hover,.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .menu-item .menu-link:focus{background-color:#575757;}.ast-desktop .ast-above-header-navigation .astra-megamenu-li .menu-item .menu-link:hover,.ast-desktop .ast-above-header-navigation .astra-megamenu-li .menu-item .menu-link:focus{color:#dd9933;}.ast-desktop .ast-below-header-navigation .astra-megamenu-li .menu-item .menu-link:hover,.ast-desktop .ast-below-header-navigation .astra-megamenu-li .menu-item .menu-link:focus{color:#ffffff;}.ast-above-header-menu .astra-full-megamenu-wrapper{box-shadow:0 5px 20px rgba(0,0,0,0.06);}.ast-above-header-menu .astra-full-megamenu-wrapper .sub-menu,.ast-above-header-menu .astra-megamenu .sub-menu{box-shadow:none;}.ast-above-header-menu.ast-mega-menu-enabled.submenu-with-border .astra-full-megamenu-wrapper{border-color:#bfbfbf;}.ast-below-header-menu.ast-mega-menu-enabled.submenu-with-border .astra-full-megamenu-wrapper{border-color:#ffffff;}.ast-below-header-menu .astra-full-megamenu-wrapper{box-shadow:0 5px 20px rgba(0,0,0,0.06);}.ast-below-header-menu .astra-full-megamenu-wrapper .sub-menu,.ast-below-header-menu .astra-megamenu .sub-menu{box-shadow:none;}.ast-desktop .main-header-menu.submenu-with-border .astra-megamenu,.ast-desktop .main-header-menu.ast-mega-menu-enabled.submenu-with-border .astra-full-megamenu-wrapper{border-top-width:1px;border-left-width:1px;border-right-width:1px;border-bottom-width:1px;border-style:solid;border-color:#c50000;}.main-header-menu.ast-mega-menu-enabled.submenu-with-border .astra-full-megamenu-wrapper{border-color:#c50000;}.ast-desktop .main-header-menu .astra-megamenu-li .menu-item .menu-link:hover,.ast-desktop .main-header-menu .astra-megamenu-li .menu-item .menu-link:focus{color:#c50000;}.ast-desktop .ast-mega-menu-enabled.main-header-menu .menu-item-heading > .menu-link{color:#ffffff;}.ast-desktop .ast-mega-menu-enabled.main-header-menu .menu-item-heading > .menu-link{font-weight:700;font-size:1px;font-size:0.055555555555556rem;}.ast-desktop .ast-mega-menu-enabled.main-header-menu .menu-item-heading > .menu-link{padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;}@media (max-width:544px){.ast-desktop .ast-mega-menu-enabled.main-header-menu .menu-item-heading > .menu-link{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .menu-item-heading > .menu-link{font-weight:500;font-size:1.1em;}.ast-desktop .ast-above-header .submenu-with-border .astra-full-megamenu-wrapper{border-top-width:1px;border-left-width:1px;border-right-width:1px;border-bottom-width:1px;border-style:solid;}.ast-desktop .ast-below-header .submenu-with-border .astra-full-megamenu-wrapper{border-top-width:1px;border-left-width:1px;border-right-width:1px;border-bottom-width:1px;border-style:solid;}.ast-advanced-headers-different-logo .advanced-header-logo,.ast-header-break-point .ast-has-mobile-header-logo .advanced-header-logo{display:inline-block;}.ast-header-break-point.ast-advanced-headers-different-logo .ast-has-mobile-header-logo .ast-mobile-header-logo{display:none;}.ast-advanced-headers-layout{width:100%;}.ast-header-break-point .ast-advanced-headers-parallax{background-attachment:fixed;}#masthead .site-logo-img .sticky-custom-logo .astra-logo-svg,.site-logo-img .sticky-custom-logo .astra-logo-svg,.ast-sticky-main-shrink .ast-sticky-shrunk .site-logo-img .astra-logo-svg{width:80px;}.site-logo-img .sticky-custom-logo img{max-width:80px;}@media (max-width:543px){#masthead .site-logo-img .sticky-custom-logo .astra-logo-svg,.site-logo-img .sticky-custom-logo .astra-logo-svg,.ast-sticky-main-shrink .ast-sticky-shrunk .site-logo-img .astra-logo-svg{width:145px;}.site-logo-img .sticky-custom-logo img{max-width:145px;}}#masthead .site-logo-img .astra-logo-svg,.ast-header-break-point #ast-fixed-header .site-logo-img .custom-logo-link img {max-width:385px;}@media (max-width:921px){#masthead .site-logo-img .astra-logo-svg,.ast-header-break-point #ast-fixed-header .site-logo-img .custom-logo-link img {max-width:481px;}}@media (max-width:543px){#masthead .site-logo-img .astra-logo-svg,.ast-header-break-point #ast-fixed-header .site-logo-img .custom-logo-link img {max-width:172px;}}#ast-fixed-header .ast-container{max-width:100%;padding-left:35px;padding-right:35px;}@media (max-width:921px){#ast-fixed-header .ast-container{padding-left:20px;padding-right:20px;}}.ast-sticky-main-shrink .ast-sticky-shrunk .main-header-bar{padding-top:0.5em;padding-bottom:0.5em;}.ast-sticky-main-shrink .ast-sticky-shrunk .main-header-bar .ast-site-identity{padding-top:0;padding-bottom:0;}#ast-fixed-header .site-title a,#ast-fixed-header .site-title a:focus,#ast-fixed-header .site-title a:hover,#ast-fixed-header .site-title a:visited{color:#222;}#ast-fixed-header.site-header .site-description{color:#333333;}.ast-transparent-header #ast-fixed-header .main-header-bar,#ast-fixed-header .main-header-bar,#ast-fixed-header .ast-masthead-custom-menu-items .ast-inline-search .search-field,#ast-fixed-header .ast-masthead-custom-menu-items .ast-inline-search .search-field:focus{background-color:rgba(255,255,255,0.95);}#ast-fixed-header .main-header-menu .menu-item.current-menu-item > .menu-link,#ast-fixed-header .main-header-menu .menu-item.current-menu-ancestor > .menu-link{color:#602bb7;}#ast-fixed-header .main-header-menu .menu-link:hover,.ast-header-custom-item a:hover,#ast-fixed-header .main-header-menu .menu-item:hover > .menu-link,#ast-fixed-header .main-header-menu .menu-item.focus > .menu-link{color:#602bb7;}#ast-fixed-header .main-header-menu .ast-masthead-custom-menu-items a:hover,#ast-fixed-header .main-header-menu .menu-item:hover > .ast-menu-toggle,#ast-fixed-header .main-header-menu .menu-item.focus > .ast-menu-toggle{color:#602bb7;}#ast-fixed-header .ast-above-header{background-color:rgba(255,255,255,0.95);}#ast-fixed-header .ast-above-header-navigation .ast-above-header-menu .menu-link,#ast-fixed-header .ast-above-header-navigation > .ast-above-header-menu > .menu-item-has-children:not(.current-menu-item) > .ast-menu-toggle{color:#0a0a0a;}#ast-fixed-header .ast-above-header-navigation .menu-item:hover > .menu-link,#ast-fixed-header .ast-above-header-navigation .menu-item.focus > .menu-link{color:#dd9933;}#ast-fixed-header .ast-above-header-navigation .menu-item.current-menu-item > .menu-link,#ast-fixed-header .ast-above-header-navigation .menu-item.current-menu-ancestor > .menu-link{color:#dd9933;}#ast-fixed-header .ast-below-header{background-color:rgba(65,64,66,0.95);}#ast-fixed-header .ast-below-header-menu,#ast-fixed-header .ast-below-header-menu .menu-link{color:#ffffff;}#ast-fixed-header .ast-below-header-menu .menu-item:hover > .menu-link,#ast-fixed-header .ast-below-header-menu .menu-item:focus > .menu-link,#ast-fixed-header .ast-below-header-menu .menu-item.focus > .menu-link{color:#ffffff;background-color:#575757;}#ast-fixed-header .ast-below-header-menu .menu-item.current-menu-ancestor > .menu-link,#ast-fixed-header .ast-below-header-menu .menu-item.current-menu-item > .menu-link,#ast-fixed-header .ast-below-header-menu .menu-item.current-menu-ancestor > .ast-menu-toggle,#ast-fixed-header .ast-below-header-menu .menu-item.current-menu-item > .ast-menu-toggle,#ast-fixed-header .ast-below-header-menu .sub-menu .menu-item.current-menu-ancestor:hover > .menu-link,#ast-fixed-header .ast-below-header-menu .sub-menu .menu-item.current-menu-ancestor:focus > .menu-link,#ast-fixed-header .ast-below-header-menu .sub-menu .menu-item.current-menu-ancestor.focus > .menu-link,#ast-fixed-header .ast-below-header-menu .sub-menu .menu-item.current-menu-item:hover > .menu-link,#ast-fixed-header .ast-below-header-menu .sub-menu .menu-item.current-menu-item:focus > .menu-link,#ast-fixed-header .ast-below-header-menu .sub-menu .menu-item.current-menu-item.focus > .menu-link,#ast-fixed-header .ast-below-header-menu .sub-menu .menu-item.current-menu-ancestor:hover > .ast-menu-toggle,#ast-fixed-header .ast-below-header-menu .sub-menu .menu-item.current-menu-ancestor:focus > .ast-menu-toggle,#ast-fixed-header .ast-below-header-menu .sub-menu .menu-item.current-menu-ancestor.focus > .ast-menu-toggle,#ast-fixed-header .ast-below-header-menu .sub-menu .menu-item.current-menu-item:hover > .ast-menu-toggle,#ast-fixed-header .ast-below-header-menu .sub-menu .menu-item.current-menu-item:focus > .ast-menu-toggle,#ast-fixed-header .ast-below-header-menu .sub-menu .menu-item.current-menu-item.focus > .ast-menu-toggle{color:#ffffff;}#ast-fixed-header .ast-below-header-menu .menu-item.current-menu-ancestor > .menu-link,#ast-fixed-header .ast-below-header-menu .menu-item.current-menu-item > .menu-link,#ast-fixed-header .ast-below-header-menu .sub-menu .menu-item.current-menu-ancestor:hover > .menu-link,#ast-fixed-header .ast-below-header-menu .sub-menu .menu-item.current-menu-ancestor:focus > .menu-link,#ast-fixed-header .ast-below-header-menu .sub-menu .menu-item.current-menu-ancestor.focus > .menu-link,#ast-fixed-header .ast-below-header-menu .sub-menu .menu-item.current-menu-item:hover > .menu-link,#ast-fixed-header .ast-below-header-menu .sub-menu .menu-item.current-menu-item:focus > .menu-link,#ast-fixed-header .ast-below-header-menu .sub-menu .menu-item.current-menu-item.focus > .menu-link{background-color:#575757;}
 .astra-advanced-hook-380497 { }
</style>
<link rel="preload" id="recent-posts-widget-with-thumbnails-public-style-css" href="https://s34449.pcdn.co/wp-content/plugins/recent-posts-widget-with-thumbnails/public.css" media="all" as="style" onload="this.onload=null;this.rel='stylesheet'"><noscript><link rel="stylesheet" id="recent-posts-widget-with-thumbnails-public-style-css" href="https://s34449.pcdn.co/wp-content/plugins/recent-posts-widget-with-thumbnails/public.css" media="all"></noscript>
<link rel="preload" id="parent-style-css" href="https://s34449.pcdn.co/wp-content/themes/astra/style.css" media="all" as="style" onload="this.onload=null;this.rel='stylesheet'"><noscript><link rel="stylesheet" id="parent-style-css" href="https://s34449.pcdn.co/wp-content/themes/astra/style.css" media="all"></noscript>
<link rel="preload" id="uagb-slick-css-css" href="https://s34449.pcdn.co/wp-content/plugins/ultimate-addons-for-gutenberg/assets/css/slick.css" media="all" as="style" onload="this.onload=null;this.rel='stylesheet'"><noscript><link rel="stylesheet" id="uagb-slick-css-css" href="https://s34449.pcdn.co/wp-content/plugins/ultimate-addons-for-gutenberg/assets/css/slick.css" media="all"></noscript>
<link rel="preload" id="__EPYT__style-css" href="https://s34449.pcdn.co/wp-content/plugins/youtube-embed-plus/styles/ytprefs.min.css" media="all" as="style" onload="this.onload=null;this.rel='stylesheet'"><noscript><link rel="stylesheet" id="__EPYT__style-css" href="https://s34449.pcdn.co/wp-content/plugins/youtube-embed-plus/styles/ytprefs.min.css" media="all"></noscript>
<style id="__EPYT__style-inline-css">

                .epyt-gallery-thumb {
                        width: 33.333%;
                }
                
</style>
<link rel="preload" id="jetpack_css-css" href="https://s34449.pcdn.co/wp-content/plugins/jetpack/css/jetpack.css" media="all" as="style" onload="this.onload=null;this.rel='stylesheet'"><noscript><link rel="stylesheet" id="jetpack_css-css" href="https://s34449.pcdn.co/wp-content/plugins/jetpack/css/jetpack.css" media="all"></noscript><!--[if IE]><script src="https://s34449.pcdn.co/wp-content/themes/astra/assets/js/minified/flexibility.min.js" id="astra-flexibility-js"></script>
<script id="astra-flexibility-js-after">
flexibility(document.documentElement);
</script><![endif]-->
<script id="comments_count-js-extra" type="text/ez-screx">
var params = {"api_key":"b6cfe99d-4e74-4519-96fc-0f4d842cdc87","host":"allhiphop.com"};
</script>
<script src="https://allhiphop.com/ezossp/https/s34449.pcdn.co/wp-content/plugins/free-comments-for-wordpress-vuukle/public/js/count.js?screx=1&sxcb=12a" id="comments_count-js" type="text/ez-screx"></script>
<script src="https://allhiphop.com/ezossp/https/s34449.pcdn.co/wp-includes/js/jquery/jquery.min.js?screx=1&sxcb=12a" id="jquery-core-js" type="text/ez-screx"></script>
<script src="https://allhiphop.com/ezossp/https/s34449.pcdn.co/wp-includes/js/jquery/jquery-migrate.min.js?screx=1&sxcb=12a" id="jquery-migrate-js" type="text/ez-screx"></script>
<script src="https://allhiphop.com/ezossp/https/s34449.pcdn.co/wp-content/plugins/liteweight-podcast/js/plyr.js?screx=1&sxcb=12a" id="pdp-js-js" type="text/ez-screx"></script>
<script src="https://allhiphop.com/ezossp/https/s34449.pcdn.co/wp-content/plugins/liteweight-podcast/js/jssocials.min.js?screx=1&sxcb=12a" id="pdp-social-js-js" type="text/ez-screx"></script>
<script src="https://allhiphop.com/ezossp/https/api.pushnami.com/scripts/v1/push/5f336d1672bdea00123c27bd?screx=1&sxcb=12a" id="pushnami_script-js" type="text/ez-screx"></script>
<script src="https://s34449.pcdn.co/wp-content/plugins/sticky-menu-or-anything-on-scroll/assets/js/jq-sticky-anything.min.js" id="stickyAnythingLib-js"></script>
<script id="__ytprefs__-js-extra" type="text/ez-screx">
var _EPYT_ = {"ajaxurl":"https:\/\/allhiphop.com\/wp-admin\/admin-ajax.php","security":"e58c55ff07","gallery_scrolloffset":"20","eppathtoscripts":"https:\/\/allhiphop.com\/wp-content\/plugins\/youtube-embed-plus\/scripts\/","eppath":"https:\/\/allhiphop.com\/wp-content\/plugins\/youtube-embed-plus\/","epresponsiveselector":"[\"iframe.__youtube_prefs__\",\"iframe[src*='youtube.com']\",\"iframe[src*='youtube-nocookie.com']\",\"iframe[data-ep-src*='youtube.com']\",\"iframe[data-ep-src*='youtube-nocookie.com']\",\"iframe[data-ep-gallerysrc*='youtube.com']\"]","epdovol":"1","version":"13.4.2","evselector":"iframe.__youtube_prefs__[src], iframe[src*=\"youtube.com\/embed\/\"], iframe[src*=\"youtube-nocookie.com\/embed\/\"]","ajax_compat":"","ytapi_load":"light","pause_others":"","stopMobileBuffer":"1","vi_active":"","vi_js_posttypes":[]};
</script>
<script defer src="https://allhiphop.com/ezossp/https/s34449.pcdn.co/wp-content/plugins/youtube-embed-plus/scripts/ytprefs.min.js?screx=1&sxcb=12a" id="__ytprefs__-js" type="text/ez-screx"></script>
<link rel="https://api.w.org/" href="https://allhiphop.com/wp-json/"><link rel="alternate" type="application/json" href="https://allhiphop.com/wp-json/wp/v2/pages/380611"><link rel="edituri" type="application/rsd+xml" title="RSD" href="https://allhiphop.com/xmlrpc.php?rsd">
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://s34449.pcdn.co/wp-includes/wlwmanifest.xml">
<meta name="generator" content="WordPress 5.6.3">
<link rel="shortlink" href="https://allhiphop.com/">
<link rel="alternate" type="application/json+oembed" href="https://allhiphop.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fallhiphop.com%2F">
<link rel="alternate" type="text/xml+oembed" href="https://allhiphop.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fallhiphop.com%2F&format=xml">
<link rel="preconnect" href="https://cdn.vuukle.com/">
<link rel="dns-prefetch" href="https://cdn.vuukle.com/">
<link rel="dns-prefetch" href="https://api.vuukle.com/">
<link rel="preconnect" href="https://api.vuukle.com/">
<link rel="prefetch preload" href="https://cdn.vuukle.com/platform.js" as="script">
<meta name="generator" content="Site Kit by Google 1.30.0"><link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="preload" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous" as="style" onload="this.onload=null;this.rel='stylesheet'"><noscript><link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous"></noscript><style type="text/css">img#wpstats{display:none}</style>
<style type="text/css">
				/* If html does not have either class, do not show lazy loaded images. */
				html:not( .jetpack-lazy-images-js-enabled ):not( .js ) .jetpack-lazy-image {
					display: none;
				}
			</style>
<script type="text/ez-screx">
				document.documentElement.classList.add(
					'jetpack-lazy-images-js-enabled'
				);
			</script>
<script type="text/ez-screx">
!function(n){if(!window.cnx){window.cnx={},window.cnx.cmd=[];var t=n.createElement('iframe');t.display='none',t.onload=function(){var n=t.contentWindow.document,c=n.createElement('script');c.src='//cd.connatix.com/connatix.player.js',c.setAttribute('async','1'),c.setAttribute('type','text/javascript'),n.body.appendChild(c)},n.head.appendChild(t)}}(document);
</script>
<script type="text/ez-screx">
 (function () {
  window.advBidxc = window.advBidxc || {};
  window.advBidxc.customerId = "8CUI6KLRL"; // Customer ID
  window.advBidxc.domain = window.location.hostname;
  window.advBidxc.version = 5.1;
  window.advBidxc.startTime = new Date().getTime();
  
  function loadScript(tagSrc) {
    var scriptTag = document.createElement('script'),
      placeTag = document.getElementsByTagName("script")[0];
    scriptTag.type = 'text/javascript';
    scriptTag.async = true;
    scriptTag.src = tagSrc;
    placeTag.parentNode.insertBefore(scriptTag, placeTag);
  }
  var mnSrc = 'https://hbx.media.net/bidexchange.js?cid=' + window.advBidxc.customerId + "&version=" + window.advBidxc.version + '&dn=' + window.advBidxc.domain;
  loadScript(mnSrc);
})();
</script>
<style id="uagb-style-conditional-extension">@media (min-width: 1025px){.entry-content .uag-hide-desktop.uagb-google-map__wrap,.entry-content .uag-hide-desktop{display:none}}@media (min-width: 768px) and (max-width: 1024px){.entry-content .uag-hide-tab.uagb-google-map__wrap,.entry-content .uag-hide-tab{display:none}}@media (max-width: 767px){.entry-content .uag-hide-mob.uagb-google-map__wrap,.entry-content .uag-hide-mob{display:none}}</style>
<style id="uagb-style-frontend">.uagb-block-29b664be .uagb-post__items{margin-right: -5px;margin-left: -5px;}.uagb-block-29b664be .uagb-post__items article{padding-right: 5px;padding-left: 5px;margin-bottom: 0;}.uagb-block-29b664be .uagb-post__inner-wrap{background: #c50000;padding: 10px;text-align: left;}.uagb-block-29b664be .uagb-post__image{margin-bottom: 15px;}.uagb-block-29b664be .uagb-post__title{margin-bottom: 10px;}.uagb-block-29b664be .uagb-post-grid-byline{margin-bottom: 0;}.uagb-block-29b664be .uagb-post__excerpt{margin-bottom: 25px;}.uagb-block-29b664be .uagb-post__image:before{background-color: #313131;opacity: 0.15;}.uagb-block-29b664be .uagb-post__inner-wrap > .uagb-post__image:first-child{margin-top: -10px;margin-left: -10px;margin-right: -10px;}.uagb-block-29b664be .uagb-post__text .uagb-post__title{font-size: 40px;color: #eeeeee;}.uagb-block-29b664be .uagb-post__text .uagb-post__title a{font-size: 40px;color: #eeeeee;}.uagb-block-29b664be .uagb-post__text .uagb-post-grid-byline{color: #777777;}.uagb-block-29b664be .uagb-post__text .uagb-post-grid-byline .uagb-post__author{color: #777777;}.uagb-block-29b664be .uagb-post__text .uagb-post-grid-byline .uagb-post__author a{color: #777777;}.uagb-block-29b664be .uagb-post__text .uagb-post__cta{color: #ffffff;background: #333333;border-width: 1px;border-style: none;}.uagb-block-29b664be .uagb-post__text .uagb-post__cta a{color: #ffffff;padding: 5px 10px;}.uagb-block-29b664be .slick-arrow{border-color: #eeeeee;border-width: 1px;}.uagb-block-29b664be .slick-arrow span{color: #eeeeee;font-size: 20px;width: 20px;height: 20px;}.uagb-block-29b664be .slick-arrow svg{fill: #eeeeee;width: 20px;height: 20px;}.uagb-block-29b664be.uagb-post-grid ul.slick-dots li.slick-active button:before{color: #eeeeee;}.uagb-block-29b664be.uagb-slick-carousel ul.slick-dots li button:before{color: #eeeeee;}.uagb-block-9f91f1ce .uagb-post__items{margin-right: -5px;margin-left: -5px;}.uagb-block-9f91f1ce .uagb-post__items article{padding-right: 5px;padding-left: 5px;margin-bottom: 10px;}.uagb-block-9f91f1ce .uagb-post__inner-wrap{background: #ffffff;padding: 10px;text-align: left;}.uagb-block-9f91f1ce .uagb-post__image{margin-bottom: 15px;}.uagb-block-9f91f1ce .uagb-post__title{margin-bottom: 10px;}.uagb-block-9f91f1ce .uagb-post-grid-byline{margin-bottom: 10px;}.uagb-block-9f91f1ce .uagb-post__excerpt{margin-bottom: 10px;}.uagb-block-9f91f1ce .uagb-post__image:before{background-color: #313131;opacity: 0.21;}.uagb-block-9f91f1ce .uagb-post__inner-wrap > .uagb-post__image:first-child{margin-top: -10px;margin-left: -10px;margin-right: -10px;}.uagb-block-9f91f1ce .uagb-post__text .uagb-post__title{font-size: 25px;color: #313131;}.uagb-block-9f91f1ce .uagb-post__text .uagb-post__title a{font-size: 25px;color: #313131;}.uagb-block-9f91f1ce .uagb-post__text .uagb-post-grid-byline{color: #777777;}.uagb-block-9f91f1ce .uagb-post__text .uagb-post-grid-byline .uagb-post__author{color: #777777;}.uagb-block-9f91f1ce .uagb-post__text .uagb-post-grid-byline .uagb-post__author a{color: #777777;}.uagb-block-9f91f1ce .uagb-post__text .uagb-post__cta{color: #ffffff;background: #333333;border-width: 1px;border-style: none;}.uagb-block-9f91f1ce .uagb-post__text .uagb-post__cta a{color: #ffffff;padding: 5px 10px;}.uagb-block-9f91f1ce .uagb-post-pagination-wrap{margin-top: 20px;text-align: left;}.uagb-block-9f91f1ce .uagb-post-pagination-wrap .page-numbers.current{background-color: #e4e4e4;color: #333333;}.uagb-block-9f91f1ce .uagb-post-pagination-wrap a{background-color: #e4e4e4;color: #777777;}.uagb-block-c0375366 .uagb-post__items{margin-right: -5px;margin-left: -5px;}.uagb-block-c0375366 .uagb-post__items article{padding-right: 5px;padding-left: 5px;margin-bottom: 10px;}.uagb-block-c0375366 .uagb-post__inner-wrap{background: #ffffff;padding: 10px;text-align: left;}.uagb-block-c0375366 .uagb-post__image{margin-bottom: 15px;}.uagb-block-c0375366 .uagb-post__title{margin-bottom: 0;}.uagb-block-c0375366 .uagb-post-grid-byline{margin-bottom: 0;}.uagb-block-c0375366 .uagb-post__excerpt{margin-bottom: 0;}.uagb-block-c0375366 .uagb-post__image:before{background-color: #ffffff;opacity: 0.5;}.uagb-block-c0375366 .uagb-post__inner-wrap > .uagb-post__image:first-child{margin-top: -10px;margin-left: -10px;margin-right: -10px;}.uagb-block-c0375366 .uagb-post__text .uagb-post__title{font-size: 25px;color: #313131;}.uagb-block-c0375366 .uagb-post__text .uagb-post__title a{font-size: 25px;color: #313131;}.uagb-block-c0375366 .uagb-post__text .uagb-post-grid-byline{color: #313131;}.uagb-block-c0375366 .uagb-post__text .uagb-post-grid-byline .uagb-post__author{color: #313131;}.uagb-block-c0375366 .uagb-post__text .uagb-post-grid-byline .uagb-post__author a{color: #313131;}.uagb-block-c0375366 .uagb-post__text .uagb-post__cta{color: #ffffff;background: #333333;border-width: 1px;border-style: none;}.uagb-block-c0375366 .uagb-post__text .uagb-post__cta a{color: #ffffff;padding: 5px 10px;}.uagb-block-c0375366 .uagb-post-pagination-wrap{margin-top: 20px;text-align: left;}.uagb-block-c0375366 .uagb-post-pagination-wrap .page-numbers.current{background-color: #e4e4e4;color: #333333;}.uagb-block-c0375366 .uagb-post-pagination-wrap a{background-color: #e4e4e4;color: #777777;}.uagb-block-20385c5b .uagb-post__items{margin-right: -5px;margin-left: -5px;}.uagb-block-20385c5b .uagb-post__items article{padding-right: 5px;padding-left: 5px;margin-bottom: 10px;}.uagb-block-20385c5b .uagb-post__inner-wrap{background: #ffffff;padding: 10px;text-align: left;}.uagb-block-20385c5b .uagb-post__image{margin-bottom: 15px;}.uagb-block-20385c5b .uagb-post__title{margin-bottom: 15px;}.uagb-block-20385c5b .uagb-post-grid-byline{margin-bottom: 15px;}.uagb-block-20385c5b .uagb-post__excerpt{margin-bottom: 25px;}.uagb-block-20385c5b .uagb-post__image:before{background-color: #ffffff;opacity: 0.5;}.uagb-block-20385c5b .uagb-post__inner-wrap > .uagb-post__image:first-child{margin-top: -10px;margin-left: -10px;margin-right: -10px;}.uagb-block-20385c5b .uagb-post__text .uagb-post__title{color: #3b3b3b;}.uagb-block-20385c5b .uagb-post__text .uagb-post__title a{color: #3b3b3b;}.uagb-block-20385c5b .uagb-post__text .uagb-post-grid-byline{color: #777777;}.uagb-block-20385c5b .uagb-post__text .uagb-post-grid-byline .uagb-post__author{color: #777777;}.uagb-block-20385c5b .uagb-post__text .uagb-post-grid-byline .uagb-post__author a{color: #777777;}.uagb-block-20385c5b .uagb-post__text .uagb-post__cta{color: #ffffff;background: #333333;border-width: 1px;border-style: none;}.uagb-block-20385c5b .uagb-post__text .uagb-post__cta a{color: #ffffff;padding: 5px 10px;}.uagb-block-20385c5b .uagb-post-pagination-wrap{margin-top: 20px;text-align: left;}.uagb-block-20385c5b .uagb-post-pagination-wrap .page-numbers.current{background-color: #e4e4e4;color: #333333;}.uagb-block-20385c5b .uagb-post-pagination-wrap a{background-color: #e4e4e4;color: #777777;}.uagb-block-e6d85a99 .uagb-post__items{margin-right: -5px;margin-left: -5px;}.uagb-block-e6d85a99 .uagb-post__items article{padding-right: 5px;padding-left: 5px;margin-bottom: 10px;}.uagb-block-e6d85a99 .uagb-post__inner-wrap{background: #ffffff;padding: 10px;text-align: left;}.uagb-block-e6d85a99 .uagb-post__image{margin-bottom: 15px;}.uagb-block-e6d85a99 .uagb-post__title{margin-bottom: 10px;}.uagb-block-e6d85a99 .uagb-post-grid-byline{margin-bottom: 10px;}.uagb-block-e6d85a99 .uagb-post__excerpt{margin-bottom: 10px;}.uagb-block-e6d85a99 .uagb-post__image:before{background-color: #313131;opacity: 0.1;}.uagb-block-e6d85a99 .uagb-post__inner-wrap > .uagb-post__image:first-child{margin-top: -10px;margin-left: -10px;margin-right: -10px;}.uagb-block-e6d85a99 .uagb-post__text .uagb-post__title{font-size: 25px;color: #3b3b3b;}.uagb-block-e6d85a99 .uagb-post__text .uagb-post__title a{font-size: 25px;color: #3b3b3b;}.uagb-block-e6d85a99 .uagb-post__text .uagb-post-grid-byline{color: #313131;}.uagb-block-e6d85a99 .uagb-post__text .uagb-post-grid-byline .uagb-post__author{color: #313131;}.uagb-block-e6d85a99 .uagb-post__text .uagb-post-grid-byline .uagb-post__author a{color: #313131;}.uagb-block-e6d85a99 .uagb-post__text .uagb-post__cta{color: #ffffff;background: #333333;border-width: 1px;border-style: none;}.uagb-block-e6d85a99 .uagb-post__text .uagb-post__cta a{color: #ffffff;padding: 5px 10px;}.uagb-block-e6d85a99 .uagb-post-pagination-wrap{margin-top: 20px;text-align: right;}.uagb-block-e6d85a99 .uagb-post-pagination-wrap .page-numbers.current{border-style: solid;background-color: transparent;border-width: 1px;color: #333333;}.uagb-block-e6d85a99 .uagb-post-pagination-wrap a{border-style: solid;background-color: transparent;border-width: 1px;border-color: #333;color: #777777;}.uagb-block-2761c335 .uagb-post__items{margin-right: -5px;margin-left: -5px;}.uagb-block-2761c335 .uagb-post__items article{padding-right: 5px;padding-left: 5px;margin-bottom: 10px;}.uagb-block-2761c335 .uagb-post__inner-wrap{background: #ffffff;padding: 10px;text-align: left;}.uagb-block-2761c335 .uagb-post__image{margin-bottom: 15px;}.uagb-block-2761c335 .uagb-post__title{margin-bottom: 15px;}.uagb-block-2761c335 .uagb-post-grid-byline{margin-bottom: 15px;}.uagb-block-2761c335 .uagb-post__excerpt{margin-bottom: 25px;}.uagb-block-2761c335 .uagb-post__image:before{background-color: #ffffff;opacity: 0.5;}.uagb-block-2761c335 .uagb-post__inner-wrap > .uagb-post__image:first-child{margin-top: -10px;margin-left: -10px;margin-right: -10px;}.uagb-block-2761c335 .uagb-post__text .uagb-post__title{color: #3b3b3b;}.uagb-block-2761c335 .uagb-post__text .uagb-post__title a{color: #3b3b3b;}.uagb-block-2761c335 .uagb-post__text .uagb-post-grid-byline{color: #777777;}.uagb-block-2761c335 .uagb-post__text .uagb-post-grid-byline .uagb-post__author{color: #777777;}.uagb-block-2761c335 .uagb-post__text .uagb-post-grid-byline .uagb-post__author a{color: #777777;}.uagb-block-2761c335 .uagb-post__text .uagb-post__cta{color: #ffffff;background: #333333;border-width: 1px;border-style: none;}.uagb-block-2761c335 .uagb-post__text .uagb-post__cta a{color: #ffffff;padding: 5px 10px;}.uagb-block-2761c335 .uagb-post-pagination-wrap{margin-top: 20px;text-align: left;}.uagb-block-2761c335 .uagb-post-pagination-wrap .page-numbers.current{background-color: #e4e4e4;color: #333333;}.uagb-block-2761c335 .uagb-post-pagination-wrap a{background-color: #e4e4e4;color: #777777;}.uagb-block-2624d921 .uagb-post__items{margin-right: -5px;margin-left: -5px;}.uagb-block-2624d921 .uagb-post__items article{padding-right: 5px;padding-left: 5px;margin-bottom: 10px;}.uagb-block-2624d921 .uagb-post__inner-wrap{background: #ffffff;padding: 10px;text-align: left;}.uagb-block-2624d921 .uagb-post__image{margin-bottom: 15px;}.uagb-block-2624d921 .uagb-post__title{margin-bottom: 10px;}.uagb-block-2624d921 .uagb-post-grid-byline{margin-bottom: 10px;}.uagb-block-2624d921 .uagb-post__excerpt{margin-bottom: 10px;}.uagb-block-2624d921 .uagb-post__image:before{background-color: #313131;opacity: 0.1;}.uagb-block-2624d921 .uagb-post__inner-wrap > .uagb-post__image:first-child{margin-top: -10px;margin-left: -10px;margin-right: -10px;}.uagb-block-2624d921 .uagb-post__text .uagb-post__title{font-size: 25px;color: #313131;}.uagb-block-2624d921 .uagb-post__text .uagb-post__title a{font-size: 25px;color: #313131;}.uagb-block-2624d921 .uagb-post__text .uagb-post-grid-byline{color: #313131;}.uagb-block-2624d921 .uagb-post__text .uagb-post-grid-byline .uagb-post__author{color: #313131;}.uagb-block-2624d921 .uagb-post__text .uagb-post-grid-byline .uagb-post__author a{color: #313131;}.uagb-block-2624d921 .uagb-post__text .uagb-post__cta{color: #ffffff;background: #333333;border-width: 1px;border-style: none;}.uagb-block-2624d921 .uagb-post__text .uagb-post__cta a{color: #ffffff;padding: 5px 10px;}.uagb-block-2624d921 .uagb-post-pagination-wrap{margin-top: 20px;text-align: right;}.uagb-block-2624d921 .uagb-post-pagination-wrap .page-numbers.current{border-style: solid;background-color: transparent;border-width: 1px;color: #333333;}.uagb-block-2624d921 .uagb-post-pagination-wrap a{border-style: solid;background-color: transparent;border-width: 1px;border-color: #333;color: #777777;}.uagb-block-1f1d6de8 .uagb-post__items{margin-right: -5px;margin-left: -5px;}.uagb-block-1f1d6de8 .uagb-post__items article{padding-right: 5px;padding-left: 5px;margin-bottom: 10px;}.uagb-block-1f1d6de8 .uagb-post__inner-wrap{background: #ffffff;padding: 10px;text-align: left;}.uagb-block-1f1d6de8 .uagb-post__image{margin-bottom: 15px;}.uagb-block-1f1d6de8 .uagb-post__title{margin-bottom: 10px;}.uagb-block-1f1d6de8 .uagb-post-grid-byline{margin-bottom: 10px;}.uagb-block-1f1d6de8 .uagb-post__excerpt{margin-bottom: 10px;}.uagb-block-1f1d6de8 .uagb-post__image:before{background-color: #313131;opacity: 0.21;}.uagb-block-1f1d6de8 .uagb-post__inner-wrap > .uagb-post__image:first-child{margin-top: -10px;margin-left: -10px;margin-right: -10px;}.uagb-block-1f1d6de8 .uagb-post__text .uagb-post__title{font-size: 25px;color: #313131;}.uagb-block-1f1d6de8 .uagb-post__text .uagb-post__title a{font-size: 25px;color: #313131;}.uagb-block-1f1d6de8 .uagb-post__text .uagb-post-grid-byline{color: #777777;}.uagb-block-1f1d6de8 .uagb-post__text .uagb-post-grid-byline .uagb-post__author{color: #777777;}.uagb-block-1f1d6de8 .uagb-post__text .uagb-post-grid-byline .uagb-post__author a{color: #777777;}.uagb-block-1f1d6de8 .uagb-post__text .uagb-post__cta{color: #ffffff;background: #333333;border-width: 1px;border-style: none;}.uagb-block-1f1d6de8 .uagb-post__text .uagb-post__cta a{color: #ffffff;padding: 5px 10px;}.uagb-block-1f1d6de8 .uagb-post-pagination-wrap{margin-top: 20px;text-align: left;}.uagb-block-1f1d6de8 .uagb-post-pagination-wrap .page-numbers.current{background-color: #e4e4e4;color: #333333;}.uagb-block-1f1d6de8 .uagb-post-pagination-wrap a{background-color: #e4e4e4;color: #777777;}.uagb-block-cde483e5 .uagb-post__items{margin-right: -5px;margin-left: -5px;}.uagb-block-cde483e5 .uagb-post__items article{padding-right: 5px;padding-left: 5px;margin-bottom: 10px;}.uagb-block-cde483e5 .uagb-post__inner-wrap{background: #ffffff;padding: 10px;text-align: left;}.uagb-block-cde483e5 .uagb-post__image{margin-bottom: 15px;}.uagb-block-cde483e5 .uagb-post__title{margin-bottom: 10px;}.uagb-block-cde483e5 .uagb-post-grid-byline{margin-bottom: 10px;}.uagb-block-cde483e5 .uagb-post__excerpt{margin-bottom: 10px;}.uagb-block-cde483e5 .uagb-post__image:before{background-color: #313131;opacity: 0.21;}.uagb-block-cde483e5 .uagb-post__inner-wrap > .uagb-post__image:first-child{margin-top: -10px;margin-left: -10px;margin-right: -10px;}.uagb-block-cde483e5 .uagb-post__text .uagb-post__title{font-size: 25px;color: #313131;}.uagb-block-cde483e5 .uagb-post__text .uagb-post__title a{font-size: 25px;color: #313131;}.uagb-block-cde483e5 .uagb-post__text .uagb-post-grid-byline{color: #777777;}.uagb-block-cde483e5 .uagb-post__text .uagb-post-grid-byline .uagb-post__author{color: #777777;}.uagb-block-cde483e5 .uagb-post__text .uagb-post-grid-byline .uagb-post__author a{color: #777777;}.uagb-block-cde483e5 .uagb-post__text .uagb-post__cta{color: #ffffff;background: #333333;border-width: 1px;border-style: none;}.uagb-block-cde483e5 .uagb-post__text .uagb-post__cta a{color: #ffffff;padding: 5px 10px;}.uagb-block-cde483e5 .uagb-post-pagination-wrap{margin-top: 20px;text-align: left;}.uagb-block-cde483e5 .uagb-post-pagination-wrap .page-numbers.current{background-color: #e4e4e4;color: #333333;}.uagb-block-cde483e5 .uagb-post-pagination-wrap a{background-color: #e4e4e4;color: #777777;}.uagb-block-aa62accd .uagb-post__items{margin-right: -5px;margin-left: -5px;}.uagb-block-aa62accd .uagb-post__items article{padding-right: 5px;padding-left: 5px;margin-bottom: 10px;}.uagb-block-aa62accd .uagb-post__inner-wrap{background: #ffffff;padding: 10px;text-align: left;}.uagb-block-aa62accd .uagb-post__image{margin-bottom: 15px;}.uagb-block-aa62accd .uagb-post__title{margin-bottom: 10px;}.uagb-block-aa62accd .uagb-post-grid-byline{margin-bottom: 10px;}.uagb-block-aa62accd .uagb-post__excerpt{margin-bottom: 10px;}.uagb-block-aa62accd .uagb-post__image:before{background-color: #313131;opacity: 0.1;}.uagb-block-aa62accd .uagb-post__inner-wrap > .uagb-post__image:first-child{margin-top: -10px;margin-left: -10px;margin-right: -10px;}.uagb-block-aa62accd .uagb-post__text .uagb-post__title{font-size: 25px;color: #313131;}.uagb-block-aa62accd .uagb-post__text .uagb-post__title a{font-size: 25px;color: #313131;}.uagb-block-aa62accd .uagb-post__text .uagb-post-grid-byline{color: #313131;}.uagb-block-aa62accd .uagb-post__text .uagb-post-grid-byline .uagb-post__author{color: #313131;}.uagb-block-aa62accd .uagb-post__text .uagb-post-grid-byline .uagb-post__author a{color: #313131;}.uagb-block-aa62accd .uagb-post__text .uagb-post__cta{color: #ffffff;background: #333333;border-width: 1px;border-style: none;}.uagb-block-aa62accd .uagb-post__text .uagb-post__cta a{color: #ffffff;padding: 5px 10px;}.uagb-block-aa62accd .uagb-post-pagination-wrap{margin-top: 20px;text-align: right;}.uagb-block-aa62accd .uagb-post-pagination-wrap .page-numbers.current{border-style: solid;background-color: transparent;border-width: 1px;color: #333333;}.uagb-block-aa62accd .uagb-post-pagination-wrap a{border-style: solid;background-color: transparent;border-width: 1px;border-color: #333;color: #777777;}.uagb-block-7d6f5b68 .uagb-post__items{margin-right: -5px;margin-left: -5px;}.uagb-block-7d6f5b68 .uagb-post__items article{padding-right: 5px;padding-left: 5px;margin-bottom: 10px;}.uagb-block-7d6f5b68 .uagb-post__inner-wrap{background: #ffffff;padding: 10px;text-align: left;}.uagb-block-7d6f5b68 .uagb-post__image{margin-bottom: 15px;}.uagb-block-7d6f5b68 .uagb-post__title{margin-bottom: 10px;}.uagb-block-7d6f5b68 .uagb-post-grid-byline{margin-bottom: 10px;}.uagb-block-7d6f5b68 .uagb-post__excerpt{margin-bottom: 10px;}.uagb-block-7d6f5b68 .uagb-post__image:before{background-color: #313131;opacity: 0.1;}.uagb-block-7d6f5b68 .uagb-post__inner-wrap > .uagb-post__image:first-child{margin-top: -10px;margin-left: -10px;margin-right: -10px;}.uagb-block-7d6f5b68 .uagb-post__text .uagb-post__title{font-size: 25px;color: #313131;}.uagb-block-7d6f5b68 .uagb-post__text .uagb-post__title a{font-size: 25px;color: #313131;}.uagb-block-7d6f5b68 .uagb-post__text .uagb-post-grid-byline{color: #313131;}.uagb-block-7d6f5b68 .uagb-post__text .uagb-post-grid-byline .uagb-post__author{color: #313131;}.uagb-block-7d6f5b68 .uagb-post__text .uagb-post-grid-byline .uagb-post__author a{color: #313131;}.uagb-block-7d6f5b68 .uagb-post__text .uagb-post__cta{color: #ffffff;background: #333333;border-width: 1px;border-style: none;}.uagb-block-7d6f5b68 .uagb-post__text .uagb-post__cta a{color: #ffffff;padding: 5px 10px;}.uagb-block-7d6f5b68 .uagb-post-pagination-wrap{margin-top: 20px;text-align: right;}.uagb-block-7d6f5b68 .uagb-post-pagination-wrap .page-numbers.current{border-style: solid;background-color: transparent;border-width: 1px;color: #333333;}.uagb-block-7d6f5b68 .uagb-post-pagination-wrap a{border-style: solid;background-color: transparent;border-width: 1px;border-color: #333;color: #777777;}@media only screen and (max-width: 976px) {.uagb-block-29b664be .uagb-post__text .uagb-post__title{font-size: 30px;}.uagb-block-29b664be .uagb-post__text .uagb-post__title a{font-size: 30px;}}@media only screen and (max-width: 767px) {.uagb-block-29b664be .uagb-post__inner-wrap{padding: 5px;}.uagb-block-29b664be .uagb-post__text .uagb-post__title{font-size: 20px;}.uagb-block-29b664be .uagb-post__text .uagb-post__title a{font-size: 20px;}.uagb-block-9f91f1ce .uagb-post__inner-wrap{padding: 10px;}.uagb-block-c0375366 .uagb-post__inner-wrap{padding: px;}.uagb-block-20385c5b .uagb-post__inner-wrap{padding: px;}.uagb-block-e6d85a99 .uagb-post__inner-wrap{padding: 10px;}.uagb-block-2761c335 .uagb-post__inner-wrap{padding: px;}.uagb-block-2624d921 .uagb-post__inner-wrap{padding: 10px;}.uagb-block-1f1d6de8 .uagb-post__inner-wrap{padding: 10px;}.uagb-block-cde483e5 .uagb-post__inner-wrap{padding: 10px;}.uagb-block-aa62accd .uagb-post__inner-wrap{padding: 10px;}.uagb-block-7d6f5b68 .uagb-post__inner-wrap{padding: 10px;}}</style>
<link rel="icon" href="https://s34449.pcdn.co/wp-content/uploads/2020/08/cropped-allhiphop-insignia-32x32.png" sizes="32x32">
<link rel="icon" href="https://s34449.pcdn.co/wp-content/uploads/2020/08/cropped-allhiphop-insignia-192x192.png" sizes="192x192">
<link rel="apple-touch-icon" href="https://s34449.pcdn.co/wp-content/uploads/2020/08/cropped-allhiphop-insignia-180x180.png">
<meta name="msapplication-TileImage" content="https://s34449.pcdn.co/wp-content/uploads/2020/08/cropped-allhiphop-insignia-270x270.png">
<style id="wp-custom-css">
			a:hover
{
	color:c50000;
}
p
{
	font-size:18px;
}
h4 { 
    font-size: 25px!important;
}
h3 {
    font-size: 28px!important;
}
h2 {
    font-size: 30px!important;
}
h1 {
    font-size: 40px!important;
}
.single img[src='https://s34449.pcdn.co/wp-content/themes/astra-child/img/allhiphop.jpg']
{
	display:none;
}
.uagb-post-grid .uagb-post-grid-byline {
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 0px;
	margin-bottom:5px!important;
}
.uagb-post-grid .uagb-post__author:not(:last-child):after, .uagb-post-grid .uagb-post__date:not(:last-child):after
{
	display:none!important;
}
.main-header-menu li {
    padding: 0px!important;
}
.ast-container 
{
    max-width: 1240px!important;
}
.blog .site-content > .ast-container, .archive .site-content > .ast-container, .search .site-content > .ast-container 
{
    max-width: 1240px!important;
}
#primary 
{
     width: 100%!important;
}
.home #primary ,.vanilla-credit
{
    display:none!important;
}

h2.ultp-heading-inner {
    margin-bottom: 20px;
    text-transform: uppercase;
    margin-top: 11px;
}
.page_banner_slider .uagb-post__inner-wrap {
    background: rgb(197,0,0);
    background: linear-gradient(160deg, rgba(197,0,0,1) 55%, rgba(0,0,0,1) 99%);
}
.page_banner_slider {
    width: 100vw!important;
    position: relative;
    margin-left: -50vw;
    left: 50%;
	 background: #FFF;
    background: linear-gradient(0deg, rgba(189,189,189,1) -35% ,rgba(255,255,255,1) 35%);
}
.page_banner_slider .uagb-post__items {
    max-width: 1200px;
    margin: auto;
    display: block;
    padding: 0 0 0 0;
}

h3.custom_homepage_title_h3
{
    font-size: 23px!important;
}
h3.custom_homepage_section_title_exclusive 
{
    font-size: 23px!important;
}
h3.custom_homepage_section_title_news 
{
	 font-size: 23px!important;
}

h3.custom_homepage_section_title_rumors
{
	 font-size: 23px!important;
}

h3.homepage_section_title_trending
{
	 font-size: 23px!important;
}
.uagb-block-4108ca7d .uagb-cta__title {     
    font-size: 23px!important;
}
h3.custom_homepage_section_title_features {
    font-size: 23px!important;
}
h3.homepage_section_title_library {
    font-size: 23px!important;
}
h3.homepage_section_title_breeding {
    font-size: 23px!important;
}
a.uagb-post__link.uagb-text-link {
    display: none!important;
}
.custom_features_section_content .uagb-post__excerpt {
    text-transform: lowercase!important;
}

ul.wp-block-rss.alignleft.is-grid.columns-5.custom_homepage_discussion a {
    font-size: 21px!important;
	color:#3b3b3b;
}

/* homepage menu*/
.main-header-menu li.menu-item:after {
    content: "|";
}
.main-header-menu li.menu-item span.sub-arrow:after {
    font-size: 9px!important;
    position: relative;
}
.menu-item-369512:after,.main-header-menu ul li.menu-item:after {
    display: none;
}
.main-header-menu .menu-item:first-child a {
    padding-left: 15px;
}
.header-main-layout-2 .site-branding{
	padding-bottom:0px!important;
}
.main-navigation ul .menu-item .menu-link {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}
.main-header-bar{
	 padding-top: 0px!important;
    padding-bottom: 0px!important;
}
#masthead .site-logo-img img {
    max-height: 65px!important;
    
}
.ast-header-sticked span.site-logo-img img {
    width: 214px!important;
    height: auto;
    margin-bottom: -8px;
}
@media only screen and (min-width: 768px) {
    .uagb-post-grid.page_banner_slider .uagb-post__image {
    height: 500px!important;
    overflow: hidden;
}
	  .uagb-post-grid.custom_news_slider .uagb-post__image {
    height: 500px!important;
    overflow: hidden;
}
}

.astra-advanced-hook-381715 {
      padding-top: 0px;
    padding-bottom: 0px; 
}
h3.custom_homepage_title_h3,
h2.widget-title{  
    font-size: 25px!important;  
    text-transform: uppercase;
    margin-bottom: 15px;
    display: inline-block;
    width: auto;
    color: #c50000;
    font-family: 'Bungee Inline', cursive!important;
	font-weight:bold!important;
}
h3.custom_homepage_title_h3
{
	 margin-top: 15px;
}
h3.custom_homepage_title_h3:after,h2.widget-title:after{
    content: "";
    height: 1px;
    width: 142px;
    left: 8px;
    position: relative;
    top: -7px;
    display: inline-block;
    opacity: 1;
    background: #C50000;
	
}
h2.widget-title{ 
    font-size: 22px!important;
}
h2.widget-title:after{ 
       width: 100%;
    display: block;
    top: 0px;
    left: 1px;
}
div#vanilla-comments {
    margin-top: 20px;
    padding: 25px 1px 25px 15px!important;
    background: #FFF;
}
a.viewmore-link {
    font-size: 18px!important;
    text-transform: uppercase;
    margin-bottom: 0px;
    display: inline-block;
    font-family: 'Bungee Inline', cursive!important;
    font-weight: bold!important;
    text-align: right;
    width: 100%;
	    color: #3b3b3b!important;
}
a.viewmore-link.white-light
{
	color:#FFF!important;
}
a.viewmore-link:before {
    content: "";
    height: 1px;
    width: 142px;
    left: -9px;
    position: relative;
    top: -7px;
    display: inline-block;
    opacity: 1;
    background: #3b3b3b;
}
a.viewmore-link.white-light:before
{
	background:#FFF;
}
body .home_all_music a.viewmore-link {
    width: 99%;
}
.home div#secondary {
    display: none;
}
.home footer.site-footer {
    margin-top: -33px;
}
.ss-top span.menu-text,.ast-above-header-section.ast-above-header-section-1.ast-flex.ast-justify-content-flex-start.menu-above-header {
    display: none!important;
}
.fa {
     padding: 7px 0px;
    font-size: 20px;
    width: 40px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
}
.fa:before {
    height: 0px;
    display: block;
}
.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}
.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}
.ss-top a.menu-link {
    width: 100%!important;
    height: 35px!important;
    position: relative;
    top: -7px;
}
.ss-top {
    max-height: 35px;
    overflow: hidden;
}
input[type=search]:focus {
    outline: none;
}


.home h4.uagb-post__title a {
    font-size: 22px!important;
  
    display: block;
}

@media only screen and (min-width:768px)
{
.all_exclusives .uagb-post__image {
    max-height: 206px;
    overflow: hidden;
    min-height: 206px;
}
}

.custom_featured_section .uagb-post__items {
    display: block!important;
	margin-bottom: -5px;
}
.custom_featured_section .uagb-post__items article {
	  
    float: none;
    max-height: 134px;
    overflow: hidden;
    text-align: right;
    padding: 0px;
    width: 39%;
    clear: both!important;
    display: inline-block;
    margin-left: 1%;
}
@media only screen and (min-width:981px)
{
	.custom_featured_section .uagb-post__items article {
	  max-height: initial;
}
}
.custom_featured_section .uagb-post__items article .uagb-post__inner-wrap {
    float: right;
	    width: 100%;
}
.custom_featured_section .uagb-post__items article .uagb-post__image {
    width: 39%;
    float: right;
    display: inline-block;
}
.custom_featured_section .uagb-post__items article .uagb-post__image a {
    width: 113%;
    display: block;
}
.custom_featured_section .uagb-post__items article .uagb-post__text {
    width: 60%;
    float: left;
    display: inline-block;
}
.custom_featured_section .uagb-post__items article .uagb-post__text .uagb-post__excerpt,.custom_featured_section .uagb-post-grid-byline time.uagb-post__date,.custom_featured_section .uagb-post-grid-byline span.uagb-post__comment,.custom_featured_section .uagb-post-grid-byline span.uagb-post__taxonomy {
    display: none;
}
.uagb-post__text .uagb-post__cta {
    display: none!important;
}

.custom_featured_section .uagb-post__items article:first-child .uagb-post__text .uagb-post__excerpt,.custom_featured_section  .uagb-post__items article:first-child .uagb-post-grid-byline time.uagb-post__date,.custom_featured_section  .uagb-post__items article:first-child .uagb-post-grid-byline span.uagb-post__comment,.custom_featured_section  .uagb-post__items article:first-child .uagb-post-grid-byline span.uagb-post__taxonomy {
    display: block;
}
.custom_featured_section .uagb-post__items article:first-child .uagb-post__text, .custom_featured_section .uagb-post__items article:first-child .uagb-post__image {
    width: auto;
    float: none;
    display: block;
}
.custom_featured_section .uagb-post__items article:first-child {
    max-height: initial;
    float: left;
    width: 60%;
	margin:0px;
}

.custom_featured_section a.uagb-post__link-complete-box {
    display: none;
}

.custom_featured_section .uagb-post__items article .uagb-post__title a {
    font-size: 22px!important;
    display: block;
    color: #3b3b3b!important;
    font-weight: normal!important;
	    margin-bottom: 5px;
}
.uagb-post-grid .uagb-post__title
{
	margin-bottom:0px!important;
}
.custom_featured_section .uagb-post-grid-byline span.uagb-post__author a {
    font-weight: normal!important;
    color: #3b3b3b!important;
}
.custom_featured_section .uagb-post__items article:first-child .uagb-post__inner-wrap {
    float: left;
    width: 100%;
}

.custom_featured_section .uagb-post__items article:first-child .uagb-post__text {
    padding: 10px 5px 0!important;
	    min-height: initial;
	
}

.custom_featured_section .uagb-post__items article:first-child .uagb-post__image {
    margin-bottom: 0px!important;
}
.custom_featured_section .uagb-post__items article:first-child .uagb-post-grid-byline span.uagb-post__author, .custom_featured_section .uagb-post__items article:first-child .uagb-post-grid-byline time {
    margin-top: 0px!important;
    display: inline-block!important;
    float: left;
}
.custom_featured_section .uagb-post__items article:first-child .uagb-post__text .uagb-post__excerpt {
    width: 100%;
    clear: both;
    float: left;
	    margin: 5px 0 0 0!important;
	text-transform: lowercase;
}
.custom_featured_section .uagb-post__items article:first-child .uagb-post-grid-byline {
    float: left;
       margin: 0px 0 0 0!important;
}
.custom_featured_section .uagb-post-grid-byline time.uagb-post__date {
    display: inline!important;
    
}
.custom_featured_section .uagb-post__items article .uagb-post__title a, .uagb-post__excerpt {
    text-transform: capitalize!important;
}
span.dashicons-admin-users.dashicons, span.dashicons-calendar.dashicons,span.dashicons-tag.dashicons,span.dashicons{
    margin-right: 0px;
}
.uagb-post-grid .uagb-post__text .uagb-post-grid-byline>*
{
	margin-right:5px!important;
}


@media only screen and (min-width:1024px)
{
.custom_featured_section .uagb-post__items article:first-child .uagb-post__image {
    height: 317px;
    overflow: hidden;
}
}
.custom_featured_section {
    overflow: hidden;
}
.uagb-cta__button-wrapper a.uagb-cta-typeof-button {
    color: #FFF!important;
    border: none!important;
}
.page_banner_slider h3.uagb-post__title {
    padding: 0px 15px;
}
.uagb-post__items article:last-child {
    padding-right: 0px!important;
}

.custom_homepage_discussion li.wp-block-rss__item:last-child {
    border: none!important;
	    margin-right: 0px!important;
}
.custom_homepage_discussion {
    margin: 0px!important;
	    max-width: 100%!important;
}
.custom_homepage_discussion li.wp-block-rss__item {
    border-right: 1px solid lightgrey!important;
    padding: 15px;
    margin: 0px;
    width: 19%;
    margin-right: 1.25%;
    background: #FFF;
    margin-bottom: 10px;
}
.custom_homepage_discussion .wp-block-rss__item-title {
    font-family: 'PT Sans Narrow',sans-serif;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 4px;
}
.custom_homepage_discussion .wp-block-rss__item-title a {
    color: #3b3b3b;
}
.custom_homepage_discussion li.wp-block-rss__item:hover .wp-block-rss__item-title a {
    color: #C50000!important;
}
.custom_homepage_discussion time.wp-block-rss__item-publish-date,.custom_homepage_discussion span.wp-block-rss__item-author {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 2px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: initial;
}
.custom_homepage_discussion .wp-block-rss__item-excerpt {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: initial;
	margin-top:5px;
}
.home .wp-block-uagb-call-to-action, .home .uagb-cta__content-wrap.uagb-cta__block {
    z-index: -1;
}
.custom_homepage_discussion li.wp-block-rss__item:hover {
    background: #fFFF;
       cursor: pointer;
}
.custom_homepage_discussion li.wp-block-rss__item:hover a{
   color: #C50000!important;
    text-decoration: none!important;
}
ul#primary-menu li a:hover {
    color: #C50000!important;
    text-decoration: none!important;
}
.astra-search-icon::before {
    color: #C50000;
}
div#rpwwt-recent-posts-widget-with-thumbnails-2 ul li a,div#rpwwt-recent-posts-widget-with-thumbnails-6 ul li a, div#rpwwt-recent-posts-widget-with-thumbnails-5 ul li a {
    text-decoration: none;
}

.home .custom_grid_offset4 h4 {
   margin-bottom: 10px!important;
    font-size: 20px!important;
    display: block;
}

.custom_grid_offset4 {
    margin-top: 5px!important;
}
.custom_grid_offset4 article {
    width: 30.33%!important;
}
.custom_grid_offset4 article:last-child {
    width: 39.33%!important;
}
@media only screen and (min-width:768px)
{
	.custom_featured_section .uagb-post__items article:first-child .uagb-post__inner-wrap {
    min-height: 432px;
}


}

@media only screen and (max-width:767px)
{
.custom_grid_offset4 .uagb-post-grid-byline, .custom_grid_offset4 .uagb-post__cta, .custom_grid_offset4 .uagb-post-grid-byline {
    display: none!important;
}
	.home .custom_grid_offset4 h4 {
   margin-bottom: 0px!important;
    min-height: initial!important;
    max-height: initial!important;
    font-size: 20px!important;
    display: block;
}
	.custom_featured_section .uagb-post__image img {
    display: block;
    width: 89%;
}
}









/* category page css */
.tag-exclusives section.ast-archive-description {
    display: none!important;
}
.ast-separate-container.ast-two-container #secondary .widget {
    display: block;
    clear: both;
    margin: auto;
    padding-bottom: 0px;
}
.category section.ast-archive-description {
    display: none;
}
.category .post-content.ast-col-md-6 {
    padding: 30px;
    
}
.archive .main-header-bar.ast-header-breadcrumb {
    border: none;
    background: transparent;
}
.archive .ast-breadcrumbs {
    float: right;
    position: relative;
    top: 25px;
    background: #FFF;
}
.archive .ast-breadcrumbs ul.trail-items a, 
.archive .ast-breadcrumbs ul.trail-items {
    font-size: 15px;
}
.archive .ast-breadcrumbs ul.trail-items {
    padding: 5px 10px!important;
}

.archive .page_banner_slider {
    margin-top: -36px;
	    margin-bottom: 20px;
}
.archive div#secondary {
    float: right;
    margin: auto;
}
.archive .ast-row.custom-articles-wrap {
    width: 70%;
    float: left;
    margin: auto;
}
.archive.tag .ast-row.custom-articles-wrap,.archive.author .ast-row.custom-articles-wrap {
    width: 100%;
    float: left;
    margin: auto;
}
.archive .ast-row.custom-articles-wrap article {
    margin-top: 0px!important;
}
.archive .ast-breadcrumbs {
    display: none;
}
.sidebar-main {
    font-size: 14px!important;
}
.sidebar-main a {
    color: #333333!important;
}
div#secondary ul li a {
    font-size: 18px;
    font-family: 'PT Sans Narrow',sans-serif;
    line-height: 21px!important;
}
div#secondary ul li a:hover,#secondary .widget-title a {
    color: #C50000!important;
    text-decoration: none!important;
    transition: none!important;
}
.rpwwt-widget ul li img {
    margin: 0px 0px 0px 10px!important;
    width: 100%!important;
}
/* category pages widget*/
#secondary{
	line-height:1.42857143!important;
}
aside#rss-2 ul li,
aside#rss-3 ul li,
aside#rss-4 ul li,
aside#rss-5 ul li,
aside#rss-6 ul li,
aside#rss-7 ul li,
aside#rss-8 ul li,
aside#rss-9 ul li,
aside#rss-10 ul li,
aside#rss-11 ul li,
aside#rss-12 ul li,
aside#rss-13 ul li{
    display: list-item;
    border-top: 1px solid #eee;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(238, 238, 238);
    list-style-type: decimal;
    width: 95%!important;
    padding-top: 15px!important;
    float: left!important;
    padding-bottom: 15px!important;
    color: #c50000!important;
}
aside#rss-2 ul li:first-child, aside#rss-3 ul li:first-child, aside#rss-4 ul li:first-child,
aside#rss-5 ul li:first-child,
aside#rss-6 ul li:first-child,
aside#rss-7 ul li:first-child,
aside#rss-8 ul li:first-child,
aside#rss-9 ul li:first-child,
aside#rss-10 ul li:first-child,
aside#rss-11 ul li:first-child,
aside#rss-12 ul li:first-child,
aside#rss-13 ul li:first-child{
    border: none!important;
}
aside#rss-2 img.rss-widget-icon, aside#rss-3 img.rss-widget-icon, aside#rss-4 img.rss-widget-icon {
    display: none;
}
.rpwwt-widget ul li:after {
    content: "";
    height: 6px!important;
    display: block;
    border-bottom: 1px solid #eee;
    margin: 0 2px 2px!important;
    clear: both;
}
.rpwwt-widget ul li:last-child:after
{
	opacity:0;
}
.rpwwt-widget ul li img {
    height: auto!important;
    width: 100%;
    display: block;
    max-width: 100px;
}
h2.widget-title a {
    color: #c50000!important;
    text-transform: uppercase!important;
}
h2.widget-title {
    color: #c50000!important;
    text-transform: uppercase!important;
	    padding-bottom: 15px;
}
#rss-3 h2.widget-title {
    padding-bottom: 0px!important;
}
aside#rss-2 ul li a, 
aside#rss-3 ul li a, 
aside#rss-4 ul li a,
aside#rss-5 ul li a,
aside#rss-6 ul li a,
aside#rss-7 ul li a,
aside#rss-8 ul li a,
aside#rss-9 ul li a,
aside#rss-10 ul li a,
aside#rss-11 ul li a,
aside#rss-12 ul li a,
aside#rss-13 ul li a{
    display: inline;
    clear: none;
    width: 90%!important;
    float: right;
	text-decoration: none;
}

aside#rss-2 ul, 
aside#rss-3 ul, 
aside#rss-4 ul,
aside#rss-5 ul,
aside#rss-6 ul,
aside#rss-7 ul,
aside#rss-8 ul,
aside#rss-9 ul,
aside#rss-10 ul,
aside#rss-11 ul,
aside#rss-12 ul,
aside#rss-13 ul
{
	list-style:none;
	padding-left:15px!important;
}
 #secondary aside ul li
{
	position: relative;
}
aside#rss-2 ul li::before, aside#rss-3 ul li::before, aside#rss-4 ul li::before,
aside#rss-5 ul li::before,
aside#rss-6 ul li::before,
aside#rss-7 ul li::before,
aside#rss-8 ul li::before,
aside#rss-9 ul li::before,
aside#rss-10 ul li::before,
aside#rss-11 ul li::before,
aside#rss-12 ul li::before,
aside#rss-13 ul li::before
{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid  #c50000!important;
    color: #c50000!important;
    content: "";
    counter-increment: trending;
    display: -webkit-box;
    display: -ms-flexbox;
    position: absolute;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: .875rem;
    font-weight: 600;
    height: 2.875rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: -1.0625rem;
    width: 2.875rem;
    left: -25px;
    top: 11px;
	float:left!important;
}
#secondary aside ul li:nth-child(n+10)::before {
       display: block!important;
    left: -28px!important;
    top: 11px!important;
}
aside#recent-posts-widget-with-thumbnails-6 li, aside#recent-posts-widget-with-thumbnails-2 li, aside#recent-posts-widget-with-thumbnails-5 li {
    margin-bottom: 15px;
}
.archive.tag .ast-row.custom-articles-wrap {
    width: 100%!important;
    float: left;
    margin: auto;
}
img.rss-widget-icon {
    display: none!important;
}
.ast-breadcrumbs-inner .ast-breadcrumbs {
    display: none;
}





/* Category*/

h2.entry-title a
{
	text-decoration:none!important;
}
.archive #main article.type-post.post p.read-more {
    display: none;
}
.archive #main article.type-post.post {
    border: 0.01px solid #FFFFFF;
}
.archive #main article.type-post.post:hover {
    border: 0.01px solid #c50000;
}
.archive #main article.type-post.post:hover h2.entry-title a,#ast-fixed-header .main-header-menu .menu-item.current-menu-item > .menu-link, #ast-fixed-header .main-header-menu .menu-item.current-menu-ancestor > .menu-link,#ast-fixed-header .main-header-menu .menu-link:hover, .ast-header-custom-item a:hover, #ast-fixed-header .main-header-menu .menu-item:hover > .menu-link, #ast-fixed-header .main-header-menu .menu-item.focus > .menu-link {
    color: #C50000;
}

.archive #main article.type-post.post h2 {
    font-size: 28px!important;
}

.custom-category-video-player {
    padding: 20px 25px 25px!important;
}
.archive .ast-row.custom-articles-wrap h2.widget-title {
    padding-bottom: 0px;
}
.archive .ast-blog-featured-section.post-thumb.ast-col-md-6 img {
    width: 100%!important;
}
@media only screen and (min-width:768px)
{
.archive .ast-blog-featured-section.post-thumb.ast-col-md-6 {
        width: 40%;
    float: right;
    padding: 15px 15px 0px 0px;
    max-height: 250px;
    overflow: hidden;
    margin-bottom: 15px!important;
}
.archive .post-content.ast-col-md-6 {
    width: 60%!important;
    
    padding: 15px 20px!important;
}
	.page_banner_slider article {
    max-width: 100%!important;
    width: 100%!important;
}
}
.ast-pagination,nav.navigation.post-navigation {
    padding: 20px 0px!important;
}
.ast-pagination .nav-links a, .ast-pagination .nav-links span,nav.navigation.post-navigation .nav-links a,nav.navigation.post-navigation .nav-links span {
    width: auto!important;
    font-size: 18px;
    padding: 0 14px!important;
	text-decoration: none!important;
}
a#ast-scroll-top:before {
    color: #FFF;
    font-weight: bold;
}
h1.page-title.ast-archive-title {
    margin-top: 0px;
}
section.ast-archive-description {
    padding: 15px 20px!important;
}
.author .post-content.ast-col-md-6 ,.tag .post-content.ast-col-md-6 {
    padding: 15px;
}









/* Single page */
.single div#page {
    margin-top: -30px;
}
.single div#content {
    padding-bottom: 40px;
}

.single .main-header-bar.ast-header-breadcrumb {
    border: none;
    background: transparent;
}
.single .ast-blog-featured-section {
    padding: 0px;
}

.single div#primary {
    width: 70%!important;
    float: left;
    margin-top: 39px!important;
}
.single .ast-blog-featured-section.post-thumb.ast-col-md-12 {
    margin-bottom: 0px;
}
.ast-blog-featured-section.post-thumb.ast-col-md-12 img {
    width: 100%;
}
.single article {
    padding: 1px 30px 35px!important;
}
.single h1 {
    margin: -5px auto 15px auto!important;
}
.single nav.breadcrumb-trail.breadcrumbs {
    margin-top: 15px;
}
body.single  .related-bottom-category article {
    padding: 5px!important;
}
.single iframe {
    padding-bottom: 15px;
}

.custom-single-excerpt {
    margin-bottom: -7px;
    font-style: italic;
	color: rgba(0, 0, 0, 0.5);
}
.custom-post-meta {
    padding: 10px 2px 6px!important;
    display: block;
    clear: both;
}
.single .entry-content img {
    width: 100%!important;
    margin: 0 auto 15px;
}
.single .entry-content iframe.__youtube_prefs__, .single .entry-content .twitter-tweet,.single iframe {
    width: 100%!important;
    max-width: 100%!important;
}
.single .related-bottom-category .entry-header {
    margin-bottom: 1em;
}
.story-tags {
    margin-top: 20px;
}















@media only screen and (max-width:767px)
{
	.custom_featured_section .uagb-post__items article {
    width: 100%!important;
}
	.custom_featured_section .uagb-post__items article:first-child {
    margin-bottom: 15px;
}
	.custom_featured_section .uagb-post__items article:first-child .uagb-post__image
	{
		height:auto;
	}
.custom_featured_section .uagb-post__items article:first-child .uagb-post__title {
    min-height: initial!important;
}
	.custom_homepage_discussion li.wp-block-rss__item {
    border-right: 1px solid lightgrey!important;
    padding: 15px;
    margin: 0px;
    width: 100%;
    margin-bottom: 10px;
    background: #FFF;
    border: none!important;
}
}








@media only screen and (max-width:480px)
{
.uagb-cta__button-wrapper a, .uagb-cta__button-wrapper, .uagb-cta__button-wrapper a span {
    width: 100%!important;
    text-align: center!important;
}
}

@media only screen and (max-width:920px)
{
	.archive .ast-row.custom-articles-wrap ,.single div#primary{
    width: 100%!important;
}
	.archive .ast-row.custom-articles-wrap .ast-post-format-.blog-layout-2.ast-no-date-box {
    display: block!important;
}
	



}
@media only screen and (max-width:767px)
{
	.category .post-content.ast-col-md-6,.archive .post-content.ast-col-md-6 {
    padding: 5px 5px;
}
	.archive #main article.type-post.post .ast-blog-featured-section a img {
    width: 100%!important;
}
	.archive .ast-row.custom-articles-wrap .ast-post-format-.blog-layout-2.ast-no-date-box {
    display: flex;
}
}






.special_fullwidth {
    width: 100vw!important;
    position: relative;
    margin-left: -50vw;
    left: 50%;
	    /*width: initial!important;
    margin: initial!important;
    position: initial!important;
    padding: 0px 13px!important;*/
}

.special_fullwidth .wp-block-coblocks-column__inner {
    max-width: 1200px;
    margin: auto;
    display: block;
    padding: 0 0 0 0;
}
.allhiphop_stripes_bg {
        padding: 0px 0 30px;
    background: rgb(189,189,189);
    background: linear-gradient(0deg, rgba(189,189,189,1) -94%, rgba(249,249,249,1) 100%);
    
}



.strict_Stripes .wp-block-coblocks-column.allhiphop_stripes_bg  h3.custom_homepage_title_h3
{
	color:#c50000!important;
}

.strict_Stripes .wp-block-coblocks-column.allhiphop_stripes_bg  h3.custom_homepage_title_h3:after
{
	background:#c50000!important;
}
.group_carousel_black_bg {
    background: #333;
	/*padding-bottom: 3%;*/
}
.group_carousel_black_bg .wp-block-coblocks-post-carousel {
    max-width: 1220px!important;
}
.group_carousel_black_bg .wp-block-coblocks-post-carousel .slick-slide {
    background: #FFF;
        padding: 10px;
   
}
.group_carousel_black_bg .wp-block-coblocks-post-carousel .slick-next::before, .group_carousel_black_bg .wp-block-coblocks-post-carousel .slick-prev::before,.group_carousel_black_bg  h3.custom_homepage_title_h3:after,.light-title:after {
    background-color: #FFF!important;
}
.group_carousel_black_bg .wp-block-coblocks-post-carousel .slick-next, .group_carousel_black_bg .wp-block-coblocks-post-carousel .slick-prev {
    top:50%;
}
.group_carousel_black_bg  h3.custom_homepage_title_h3,.light-title {
    color: #FFF!important;
}
.group_carousel_black_bg a {
       color: #3b3b3b;
    font-weight: normal;
    text-decoration: none;
    font-size: 22px;
    font-family: 'PT Sans Narrow',sans-serif;
    line-height: 1.2;
    margin-bottom: 5px;
    margin-top: -5px;
}
.group_carousel_black_bg a:hover {
    color: #c50000;
}
.group_carousel_black_bg .wp-block-coblocks-post-carousel {
    margin-left: -12px!important;
}
.custom_featured_section .uagb-post__items article:first-child .uagb-post-grid-byline
{
	width:100%!important;
	margin-top:-10px!important;
}

  
@media only screen and (max-width:767px)
{
	.wp-block-coblocks-row__inner.is-stacked-on-mobile>.wp-block-coblocks-column.special_fullwidth {
      padding: 6%;
    max-width: 100vw!important;
    width: 100vw!important;
    margin-left: -50vw!important;
    left: 50%!important;
}
	.group_carousel_black_bg .wp-block-coblocks-post-carousel .slick-next, .group_carousel_black_bg .wp-block-coblocks-post-carousel .slick-prev {
    top: 40%;
		z-index:999;
}
	.group_carousel_black_bg .wp-block-coblocks-post-carousel .slick-next {
    right: 16%;
}
.group_carousel_black_bg .wp-block-coblocks-post-carousel .slick-prev {
    left: 16%;
}
	.wp-block-coblocks-post-carousel .slick-slider {
    padding-bottom: 0px;
}
}



.group_carousel_black_bg.fade-top {
    background-image: linear-gradient(to bottom, #f9f9f9, #c3c3c3, #8f8f8f, #5f5f5f, #333333);
}

.group_carousel_black_bg.special_fullwidth.fade-bottom {
    background-image: linear-gradient(to top, #f9f9f9, #c3c3c3, #8f8f8f, #5f5f5f, #333333);
    margin-top: -30px;
}
.group_carousel_black_bg.fade-top h3.custom_homepage_title_h3 {
    color: #c50000!important;
}
.group_carousel_black_bg.fade-top h3.custom_homepage_title_h3:after {
    background: #c50000!important;
}

.ast-small-footer a {
    color: #FFFFFF!important;
}
.ast-small-footer {
    background-color: #000000!important;
    color: #FFFFFF!important;
}
.ast-small-footer > .ast-footer-overlay {
    background-color: #000000!important;
}
ul#menu-footer-links li a:hover {
    color: #C50000!important;
}
.rpwwt-widget ul li img {
    float: right;
    margin-left: 7px;
    width: 35%;
}

.home_latest_features {
    padding-bottom: 25px;
}
/* Gradient backgrounds */

.page_banner_slider {
	 background: #FFF;
background: linear-gradient(rgba(255,255,255,1) 30%,rgba(189,189,189,1));
}
.all_exclusives {
    background: #f9f9f9;
    background: linear-gradient(rgba(189,189,189,1) ,rgba(189,189,189,0.35));
}
.the_library.all_exclusives {
    background: transparent;

}
.home_all_videos {
    background: rgb(189,189,189,0.33);
    background: linear-gradient(rgba(189,189,189,0.35),rgba(255,255,255,0.5));
}
.home_all_news {
    background: rgb(189,189,189);
    background: linear-gradient(rgba(255,255,255,0.5) 25%,rgba(189,189,189,0.7));
}
.home_all_rumors {
    background: rgb(189,189,189);
    background: linear-gradient(rgba(189,189,189,0.7),rgba(189,189,189,1),rgb(51,51,51,0.8));
}
.home_trending {
    display: block;
    clear: both;
    background: rgb(51,51,51);
    background: linear-gradient(rgb(51,51,51,0.8),rgb(51,51,51,1) 70%);
}
div#ast-seach-full-screen-form .ast-container img.custom-logo {
    margin: auto;
    display: block;
    clear: both;
    background: #eee;
    margin-bottom: 12px;
    
}
.custom_featured_section .uagb-post__items article .uagb-post__text .uagb-post__excerpt {
    font-size: 15px!important;
}
.main-header-menu ul {
    border: none!important;
}
.main-header-menu ul li {
    padding: 0px 10px!important;
}
.main-navigation ul ul .menu-item .menu-link {
    border: none!important;
    border-bottom: 1px solid #eee!important;
    padding: 11px 0px!important;
}
.ast-header-break-point .main-header-menu .sub-menu {
    background: transparent!important;
}

.ast-author-avatar {
    display: none;
}





 
@media only screen and (max-width:920px)
{
	.main-header-menu li.menu-item:after{
		display:none;
	}
	.ast-header-break-point .main-navigation ul .menu-item .menu-link ,.ast-header-break-point .main-header-bar .main-header-bar-navigation .main-header-menu{
		border:none!important;
		border-bottom:1px solid #eee!important;
    border-color: #eee;
}
	.main-navigation ul ul.ast-above-header-menu-items .menu-item a.menu-link {
    border: none!important;
}
	ul.ast-above-header-menu-items .ss-top {
    max-width: 50px;
    padding: 10px 11px!important;
    font-size: 25px;
}
	ul.ast-above-header-menu-items {
    max-width: 217px;
    margin: auto;
}
	.main-header-bar .ast-container {
    width: 100%;
    padding: 10px!important;
}
	.main-header-bar-navigation {
    width: 100%!important;
    margin: auto!important;
}
	.ast-header-break-point .site-branding img, .ast-header-break-point #masthead .site-logo-img .custom-logo-link img,#ast-fixed-header .site-logo-img .custom-logo-link img {
    max-width: 300px!important;
    margin-left: -18px;
    width: 100%!important;
}
	.main-navigation ul ul .menu-item .menu-link {
    padding: 0px 0px!important;
}
		.ss-top {
    max-height: 45px;
    overflow: hidden;
}
}




@media only screen and (max-width:767px)
{
	.special_fullwidth {
    padding:0 10px!important;
}
	.special_fullwidth.home_latest_features
	{
		padding-bottom:25px!important;
	}
.uagb-post__items article,.uagb-post__items article:last-child {
    padding: 0 2px!important;
}
	.page_banner_slider article,.page_banner_slider.special_fullwidth {
    padding: 0px!important;
}
		.page_banner_slider article .uagb-post__text .uagb-post__title a {
    font-size: 25px;
    line-height: 1.2;
    display: block;
}
	.page_banner_slider h3.uagb-post__title {
    padding: 0 3px;
}h3.custom_homepage_title_h3:after, h2.widget-title:after {
    display: block;
    top: 0px;
    left: 0px;
    width: 100%;
}
.custom_featured_section .uagb-post__items article {
    min-height: initial;
    max-height: initial;
    overflow: visible;
    margin: auto;
}
	.custom_featured_section .uagb-post__items article .uagb-post__text .uagb-post__excerpt, .custom_featured_section .uagb-post-grid-byline time.uagb-post__date, .custom_featured_section .uagb-post-grid-byline span.uagb-post__comment, .custom_featured_section .uagb-post-grid-byline span.uagb-post__taxonomy
	{
		display:block;
	}
	.custom_grid_offset4 article, .custom_grid_offset4 article:last-child {
    width: 100%!important;
}
a.viewmore-link {
    text-align: center;
    background: #C50000;
    color: #FFF!important;
    padding: 5px 0;
    margin-bottom: 20px;
}
	.special_fullwidth.home_latest_features a.viewmore-link.white-light {
    margin-top: 10px;
}
	a.viewmore-link:before{
		display:none;
	}
	.custom_grid_offset4 {
    overflow: hidden;
}
	.custom_grid_offset4  .uagb-post__items article {
    margin-bottom: 5px!important;
}
	.custom_featured_section .uagb-post__items article:first-child .uagb-post__text {
    padding: 10px!important;
    min-height: initial;
}
	.custom_featured_section .uagb-post__items article:first-child .uagb-post__text .uagb-post__excerpt {
    margin: 5px 0 10px 0px!important;
}
	.custom_featured_section .uagb-post__items article:first-child,.custom_homepage_discussion li.wp-block-rss__item {
    margin-bottom: 5px;
}
	.custom_featured_section .uagb-post__items article
	{
		overflow:hidden;
	}	
	.group_carousel_black_bg .wp-block-coblocks-post-carousel, .slick-slide {
    width: 100%!important;
    margin: auto!important;
}
	.slick-slide {
    padding-top: 15px!important;
}
	.archive #main article.type-post.post .post-content,.archive #main article.type-post.post .ast-blog-featured-section {
    float: none!important;
    width: 100%!important;
		margin: auto!important;
}
	.category .ast-row.custom-articles-wrap {
    margin-top: 15px!important;
    display: block;
}
	.entry-meta {
    font-size: 14px!important;
}
	div#secondary ul li a {
    font-size: 23px;
    line-height: 1.2;
}
	a.next.page-numbers {
    margin-top: 20px!important;
    display: block;
}
	.single div#primary {
    margin-top: 5px!important;
}
	.single article {
    padding: 10px!important;
}
	.single h1 {
    margin: 0px 0 10px 0;
		font-size: 35px!important;
}
	.custom_featured_section .uagb-post__items article .uagb-post__title a, .custom_homepage_discussion .wp-block-rss__item-title, .home h4.uagb-post__title a {
    font-size: 28px!important;
}
	.custom_grid_offset4 h4.uagb-post__title a {
    font-size: 22px!important;
}
	.custom_featured_section .uagb-post__items article .uagb-post__text .uagb-post__excerpt {
    font-size: 16px!important;
}
.single nav.breadcrumb-trail.breadcrumbs, .single nav.breadcrumb-trail.breadcrumbs span {
    display: none;
}
	.archive #main article.type-post.post h2 {
    font-size: 28px!important;
    margin-top: 5px;
}
.archive #main article.type-post.post p {
    font-size: 16px!important;
    margin: -5px 0 5px 0;
}
.custom-category-video-player {
    padding: 10px!important;

}
.archive.tag .ast-row.custom-articles-wrap div.ast-col-md-6, .archive.tag .ast-row.custom-articles-wrap img {
    width: 100%!important;
}
}



@media only screen and (max-width:600px)
{
	.custom_featured_section .uagb-post__items article .uagb-post__image, .custom_featured_section .uagb-post__items article .uagb-post__text {
    float: none;
    width: 100%!important;
    display: block;
}	
}

@media only screen and (min-width:1200px)
{
	.search h1.page-title.ast-archive-title {
    padding: 0 6%;
}
}

.white-title span.zergheader:after {
    background: #FFF!important;
}
.white-title span.zergheader {
    color: #FFF!important;
}
.custom_featured_section .uagb-post__items article .uagb-post__image {
    overflow: hidden;
}
@media only screen and (min-width:768px)
{
.custom_featured_section .uagb-post__items article .uagb-post__image a {
    width: 113%;
    display: block;
    margin-left: -13%;
}
	.custom_featured_section .uagb-post__items article:first-child .uagb-post__image a {
    width: 100%!important;
	 margin-left: 0%;
}
}

.allhiphop-music-home article .uagb-post__inner-wrap img {
    padding: 10px 10px 2px 10px;
}
.allhiphop-music-home article .uagb-post__inner-wrap {
    padding: 0px 1px;
}
div#mnet_afterimage {
    margin-left: -17px;
}
div#mnet_inarticle {
    background: #FFF;
    padding: 15px 0 0;
}
.single .entry-content.clear {
    margin-top: 30px;
}
ul#primary-menu {
    font-size: 12.6px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}
.single article.category-ti-contest p.allhiphop-category {
    display: none;
}
.single article.category-ti-contest iframe {
    max-width: 540px!important;
    margin: auto!important;
    clear: none;
    display: block;
}
aside#twitter_timeline-2 h2, aside#media_video-5 h2, aside#media_video-3 h2 {
    font-size: 19px!important;
}

@media only screen and (min-width:991px)
{
	.page-id-6005321  div#content {
    margin-bottom: -120px;
		    display: block;
    float: left;
    width: 100%;
}
		.page-id-6005321  footer#colophon {
    float: left;
    width: 100%;
}
}
.nav-links a {
    background: #FFF!important;
}
.ast-single-author-box {
    display: none!important;
}

.home .uagb-post__excerpt {
    display: none!important;
}
.page-id-6006289 div#primary,
.page-id-6005321 div#primary,
.page-id-6006876 div#primary{
    display: none;
}
.single article.category-music img[src*="i.scdn.co/image"] {
    display: none!important;
}
.fluid-width-video-wrapper {
    display: inline-block;
}
.single.single-post #page {
    margin-top: 0px!important;
}

.sticky-elm.sticky-element-original.element-is-sticky
{
	background:#FFF!important;
	padding-bottom:25px!important;
	
} 
.sticky-elm.sticky-element-original.element-is-sticky div,.sticky-elm.sticky-element-original.element-is-sticky iframe{
	width:100%!important;
}
body .sidebar-main .widget.widget_text{
    margin: auto!important;
	margin-top:20px!important;
    display: block;
    clear: both;
    padding: 0px!important;
	padding-left:10px!important;
    width: 100%!important;
    max-width: 100%!important;
	overflow: hidden!important;
}
div#vuukle-powerbar iframe {
    min-height: 65px;
}
.single div#vuukle-comments iframe {
    padding: 0px;
}
@media only screen and (max-width:767px)
{
	.desktop-only
	{
		display:none!important;
	}
	.mobile-only
	{
		display:block!important;
	}
}
@media only screen and (min-width:768px)
{
	.desktop-only
	{
		display:block!important;
	}
	.mobile-only
	{
		display:none!important;
	}
}		</style>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@900&display=swap" rel="preload" as="style" onload="this.onload=null;this.rel='stylesheet'"><noscript><link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@900&display=swap" rel="stylesheet"></noscript>
<link rel="preload" id="coblocks-frontend-css" href="https://s34449.pcdn.co/wp-content/plugins/coblocks/dist/coblocks-style.css" media="all" as="style" onload="this.onload=null;this.rel='stylesheet'"><noscript><link rel="stylesheet" id="coblocks-frontend-css" href="https://s34449.pcdn.co/wp-content/plugins/coblocks/dist/coblocks-style.css" media="all"></noscript>
<script src="https://allhiphop.com/ezossp/https/s34449.pcdn.co/wp-content/plugins/coblocks/dist/js/vendors/slick.js?screx=1&sxcb=12a" type="text/ez-screx"></script>
<script src="https://allhiphop.com/ezossp/https/s34449.pcdn.co/wp-content/plugins/coblocks/dist/js/coblocks-slick-initializer-front.js?screx=1&sxcb=12a" type="text/ez-screx"></script>
<script src="https://s34449.pcdn.co/wp-content/plugins/ultimate-addons-for-gutenberg/assets/js/slick.min.js"></script>
<link href="https://fonts.googleapis.com/css2?family=Bungee+Inline&display=swap" rel="preload" as="style" onload="this.onload=null;this.rel='stylesheet'"><noscript><link href="https://fonts.googleapis.com/css2?family=Bungee+Inline&display=swap" rel="stylesheet"></noscript>
<script>
jQuery(document).ready(function(){
	jQuery("div#ast-seach-full-screen-form .ast-container").prepend('<img width="481" height="112" src="https://s34449.pcdn.co/wp-content/uploads/2020/08/allhiphop-logo-2x-1-481x112.png" class="custom-logo" alt="Exclusive Hip Hop News, Interviews, Rumors, Rap &amp; Music Videos | Allhiphop" />');
	
	
	jQuery( ".allhiphop-exclusive article,.home_all_music article" ).each(function( index ) {
			jQuery(this).find("a").attr("target","_self");
	});
	
	jQuery( ".archive .ast-row.custom-articles-wrap article" ).each(function( index ) {
		
	 var tmp_content= "<div class='post-content ast-col-md-6'>" + jQuery(this).find(".post-content.ast-col-md-6").html() + "</div>";
	  var post_regular_img= jQuery(this).find(".post-thumb-img-content.post-thumb img").attr("data-medium-file");	
	 jQuery(this).find(".post-thumb-img-content.post-thumb img").attr("src",post_regular_img);
	 var thumbnail= jQuery(this).find(".ast-blog-featured-section.post-thumb.ast-col-md-6").html();
	
	 
	 
	 var tmp_thumb="";
	  if(thumbnail == null || thumbnail === '') 
	  {
		 tmp_thumb="";
	  }
	  else
	  {
		   tmp_thumb= "<div class='ast-blog-featured-section post-thumb ast-col-md-6'>" +  thumbnail + "</div>";
	  }
	  
	  jQuery(this).find(".ast-post-format-.blog-layout-2.ast-no-date-box").html("");
	  jQuery(this).find(".ast-post-format-.blog-layout-2.ast-no-date-box").append(tmp_thumb);
	  jQuery(this).find(".ast-post-format-.blog-layout-2.ast-no-date-box").append(tmp_content);

	  jQuery(this).find(".related-bottom-category-wrapper").html("");
	  jQuery(this).find(".related-bottom-category-wrapper").append(tmp_thumb);
	  jQuery(this).find(".related-bottom-category-wrapper").append(tmp_content);
	  
	});
	
	function ImageExist(url) 
	{
	   var img = new Image();
	   img.src = url;
	   
	   if (img.height == 0)
	   {
		  // alert(url);
			return false;
	   }
	
	   return true;
	}
	
	reset_custom_post_grid();
	
	jQuery( window ).resize(function() {		
		reset_custom_post_grid();
	});
	
	function reset_custom_post_grid()
	{
		if (jQuery(window).width() > 980) 
		{		
			
			// Dynamic height for homepage custom_featured_section
			var custom_featured_section = 1;
			var overallHeight = 0;
			jQuery(".custom_featured_section .uagb-post__items article").each(function(){
				
				jQuery(this).addClass("article"+custom_featured_section);
				
				var articleImg = jQuery(this).find("img").attr("src");
					jQuery(this).find(".uagb-post__image").css({	
							//"height": jQuery(this).height()+ "px",	
							"background-image": "url("+articleImg+")",
							"background-position": "center",
							"background-size": "cover"
					});
				jQuery(this).find(".uagb-post__image a").css("opacity","0");
					
				if(custom_featured_section>1)
				{
					
					overallHeight = overallHeight + jQuery(this).height();				
					
					if(custom_featured_section==4)
					{
						overallHeight=overallHeight+30;
						
						
						jQuery(this).parent().find(".article1 .uagb-post__image").css("height",(overallHeight/100)*80+"px");
						jQuery(this).parent().find(".article1").css("height",overallHeight+"px");
						overallHeight=0;
						custom_featured_section=0;
					}
				}
				
				custom_featured_section = custom_featured_section + 1;
				
			});
		}
	}
});



</script>
<script type="text/ez-screx">(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://allhiphop.com/ezossp/https/www.googletagmanager.com/gtm.js?screx=1&sxcb=1&id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-PQFNPB');</script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-128302-8"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-128302-8');
</script>
<script type="text/javascript">var ezouid = "1";</script><base href="https://allhiphop.com/"><script type="text/javascript">
var ezoTemplate = 'old_site_gc';
if(typeof ezouid == 'undefined')
{
    var ezouid = 'none';
}
var ezoFormfactor = '1';
var ezo_elements_to_check = Array();
</script>
<script data-ezscrex="false" type="text/javascript">
var soc_app_id = '0';
var did = 25904;
var ezdomain = 'allhiphop.com';
var ezoicSearchable = 1;
</script>
<script data-ezscrex="false" type="text/javascript" data-cfasync="false">var _ezaq = {"ad_cache_level":0,"ad_lazyload_version":0,"ad_load_version":0,"city":"Council Bluffs","country":"US","days_since_last_visit":-1,"domain_id":25904,"domain_test_group":20210306,"engaged_time_visit":0,"ezcache_level":0,"ezcache_skip_code":0,"form_factor_id":1,"framework_id":1,"is_return_visitor":false,"is_sitespeed":1,"last_page_load":"","last_pageview_id":"","lt_cache_level":0,"metro_code":652,"page_ad_positions":"","page_view_count":0,"page_view_id":"4c9b6bba-8041-4ccb-7c9f-36f955ba8d62","position_selection_id":0,"postal_code":"51502","pv_event_count":0,"response_size_orig":327813,"response_time_orig":1071,"serverid":"54.151.247.38:22652","state":"IA","t_epoch":1618885473,"template_id":126,"time_on_site_visit":0,"url":"https://allhiphop.com/","user_id":0,"word_count":1193,"worst_bad_word_level":0};var _ezExtraQueries = "&ez_orig=1";</script>
<script data-ezscrex="false" data-pagespeed-no-defer data-cfasync="false">
function create_ezolpl(pvID, rv) {
    var d = new Date();
    d.setTime(d.getTime() + (365*24*60*60*1000));
    var expires = "expires="+d.toUTCString();
    __ez.ck.setByCat("ezux_lpl_25904=" + new Date().getTime() + "|" + pvID + "|" + rv + "; " + expires, 3);
}
function attach_ezolpl(pvID, rv) {
    if (document.readyState === "complete") {
        create_ezolpl(pvID, rv);
    }
    if(window.attachEvent) {
        window.attachEvent("onload", create_ezolpl, pvID, rv);
    } else {
        if(window.onload) {
            var curronload = window.onload;
            var newonload = function(evt) {
                curronload(evt);
                create_ezolpl(pvID, rv);
            };
            window.onload = newonload;
        } else {
            window.onload = create_ezolpl.bind(null, pvID, rv);
        }
    }
}

__ez.queue.addFunc("attach_ezolpl", "attach_ezolpl", ["4c9b6bba-8041-4ccb-7c9f-36f955ba8d62", "false"], false, ['/detroitchicago/boise.js'], true, false, false, false);
</script>
<script type="text/javascript">var _audins_dom="allhiphop_com",_audins_did=25904;__ez.queue.addFile('/detroitchicago/cmb.js', '/detroitchicago/cmb.js?gcb=194-10&cb=01-100-103-1004-10d-506-507-70a-30c-30e-20f-112-211-313-321-&cmbcb=8&01&00&03&04&0d&06&07&0a&0c&0e&0f&12&11&13&21', true, [], true, false, true, false);</script></head>
<body itemtype="https://schema.org/WebPage" itemscope class="home page-template-default page page-id-380611 wp-custom-logo ast-desktop ast-separate-container ast-two-container ast-right-sidebar astra-2.5.4 ast-header-custom-item-inside ast-full-width-primary-header group-blog ast-single-post ast-inherit-site-logo-transparent ast-above-mobile-menu-align-inline ast-default-menu-enable above-header-nav-padding-support ast-full-width-layout ast-full-width-header ast-inherit-site-logo-sticky ast-primary-sticky-enabled ast-normal-title-enabled astra-addon-2.7.3">
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PQFNPB" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<div class="hfeed site" id="page">
<a class="skip-link screen-reader-text" href="#content">Skip to content</a>
<header class="site-header ast-primary-submenu-animation-fade header-main-layout-2 ast-primary-menu-enabled ast-hide-custom-menu-mobile ast-menu-toggle-link ast-mobile-header-inline ast-above-header-enabled ast-above-header-merged-responsive ast-above-header-mobile-inline ast-below-header-mobile-inline" id="masthead" itemtype="https://schema.org/WPHeader" itemscope itemid="#masthead">
<div class="ast-above-header-wrap ast-above-header-1">
<div class="ast-above-header">
<div class="ast-container">
<div class="ast-flex ast-above-header-section-wrap">
<div class="ast-above-header-section ast-above-header-section-2 ast-flex ast-justify-content-flex-end menu-above-header">
<div id="ast-above-header-navigation-section-2" class="ast-above-header-navigation navigation-accessibility"><ul id="menu-above-header-menu" class="ast-above-header-menu ast-nav-menu ast-flex ast-mega-menu-enabled ast-justify-content-flex-end submenu-with-border"><li id="menu-item-6003198" class="fa fa-instagram ss-top menu-item menu-item-type-custom menu-item-object-custom menu-item-6003198"><a href="https://www.instagram.com/allhiphopcom" class="menu-link"><span class="menu-text">Instagram</span><span class="sub-arrow"></span></a></li><li id="menu-item-6003199" class="fa fa-twitter ss-top menu-item menu-item-type-custom menu-item-object-custom menu-item-6003199"><a href="https://twitter.com/allhiphopcom" class="menu-link"><span class="menu-text">Twitter</span><span class="sub-arrow"></span></a></li><li id="menu-item-6003200" class="fa fa-facebook ss-top menu-item menu-item-type-custom menu-item-object-custom menu-item-6003200"><a href="https://www.facebook.com/pages/category/Public-Figure/AllHipHopcom-113197318696011/" class="menu-link"><span class="menu-text">Facebook</span><span class="sub-arrow"></span></a></li><li id="menu-item-6003201" class="fa fa-youtube ss-top menu-item menu-item-type-custom menu-item-object-custom menu-item-6003201"><a href="https://www.youtube.com/channel/UCMXl5VVYiC6pjZHBTwUFocw" class="menu-link"><span class="menu-text">Youtube</span><span class="sub-arrow"></span></a></li></ul></div> </div>
</div>
</div>
</div>
</div>
<div class="main-header-bar-wrap">
<div class="main-header-bar">
<div class="ast-container">
<div class="ast-flex main-header-container">
<div class="site-branding">
<div class="ast-site-identity" itemtype="https://schema.org/Organization" itemscope>
<span class="site-logo-img"><a href="https://allhiphop.com/" class="custom-logo-link" rel="home" aria-current="page"><img width="481" height="112" src="https://s34449.pcdn.co/wp-content/uploads/2020/08/allhiphop-logo-2x-1-481x112.png?is-pending-load=1" class="custom-logo" alt="AllHipHop.com" data-srcset="https://s34449.pcdn.co/wp-content/uploads/2020/08/allhiphop-logo-2x-1-481x112.png 481w, https://s34449.pcdn.co/wp-content/uploads/2020/08/allhiphop-logo-2x-1-420x98.png 420w, https://s34449.pcdn.co/wp-content/uploads/2020/08/allhiphop-logo-2x-1.png 780w" onerror="this.onerror=null;this.src=&#34;/wp-content/themes/astra-child/img/allhiphop.jpg&#34;;" data-attachment-id="381883" data-permalink="https://allhiphop.com/allhiphop-logo-2x-2/" data-orig-file="https://s34449.pcdn.co/wp-content/uploads/2020/08/allhiphop-logo-2x-1-481x112.png" data-orig-size="780,182" data-comments-opened="0" data-image-meta="{&#34;aperture&#34;:&#34;0&#34;,&#34;credit&#34;:&#34;&#34;,&#34;camera&#34;:&#34;&#34;,&#34;caption&#34;:&#34;&#34;,&#34;created_timestamp&#34;:&#34;0&#34;,&#34;copyright&#34;:&#34;&#34;,&#34;focal_length&#34;:&#34;0&#34;,&#34;iso&#34;:&#34;0&#34;,&#34;shutter_speed&#34;:&#34;0&#34;,&#34;title&#34;:&#34;&#34;,&#34;orientation&#34;:&#34;0&#34;}" data-image-title="allhiphop-logo-2x" data-image-description data-medium-file="https://s34449.pcdn.co/wp-content/uploads/2020/08/allhiphop-logo-2x-1-420x98.png" data-large-file="https://s34449.pcdn.co/wp-content/uploads/2020/08/allhiphop-logo-2x-1.png" srcset sizes loading="eager"></a></span> </div>
</div>
<div class="ast-mobile-menu-buttons">
<div class="ast-button-wrap">
<button type="button" class="menu-toggle main-header-menu-toggle ast-mobile-menu-buttons-minimal" aria-controls="primary-menu" aria-expanded="false">
<span class="screen-reader-text">Main Menu</span>
<span class="menu-toggle-icon"></span>
</button>
</div>
</div>
<div class="ast-main-header-bar-alignment"><div class="main-header-bar-navigation"><nav class="ast-flex-grow-1 navigation-accessibility" id="site-navigation" aria-label="Site Navigation" itemtype="https://schema.org/SiteNavigationElement" itemscope><div class="main-navigation"><ul id="primary-menu" class="main-header-menu ast-nav-menu ast-flex ast-justify-content-flex-end submenu-with-border astra-menu-animation-fade ast-mega-menu-enabled"><li id="menu-item-6003237" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-6003237 ast-mm-has-desc"><a href="https://allhiphop.com/./exclusives/" class="menu-link"><span class="menu-text">Exclusives</span><span class="sub-arrow"></span></a></li><li id="menu-item-68086" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-68086"><a href="https://allhiphop.com/./news/" class="menu-link"><span class="menu-text">News</span><span class="sub-arrow"></span></a></li><li id="menu-item-341742" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-341742 ast-mm-has-desc"><a href="https://allhiphop.com/./rumors/" class="menu-link"><span class="menu-text">Rumors</span><span class="sub-arrow"></span></a></li><li id="menu-item-341743" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-341743 ast-mm-has-desc"><a href="https://allhiphop.com/./features/" class="menu-link"><span class="menu-text">Features</span><span class="sub-arrow"></span></a></li><li id="menu-item-382161" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-382161 ast-mm-has-desc"><a href="https://allhiphop.com/./music/" class="menu-link"><span class="menu-text">Music/Videos</span><span class="sub-arrow"></span></a></li><li id="menu-item-381864" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-381864"><a href="https://allhiphop.vanillacommunities.com/categories/the-reason" class="menu-link"><span class="menu-text">The Reason</span><span class="sub-arrow"></span></a></li><li id="menu-item-381866" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-381866"><a href="https://allhiphop.vanillacommunities.com/categories/the-battle-rap-zone" class="menu-link"><span class="menu-text">Battle Rap Zone</span><span class="sub-arrow"></span></a></li><li id="menu-item-381865" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-381865"><a href="https://allhiphop.vanillacommunities.com/categories/from-the-cheap-seats" class="menu-link"><span class="menu-text">Cheap Seats</span><span class="sub-arrow"></span></a></li><li id="menu-item-369512" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-369512"><a href="http://community.allhiphop.com" class="menu-link"><span class="menu-text">The Ill Community</span><span class="sub-arrow"></span></a><button class="ast-menu-toggle" aria-expanded="false"><span class="screen-reader-text">Menu Toggle</span></button>
<ul class="sub-menu">
<li id="menu-item-382031" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-382031"><a href="https://community.allhiphop.com/entry/signin?Target=discussions" class="menu-link"><span class="menu-text">Login</span></a></li> <li id="menu-item-382032" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-382032"><a href="https://allhiphop.vanillacommunities.com/entry/register?Target=entry%2Fsignin" class="menu-link"><span class="menu-text">Register</span></a></li></ul>
</li><ul class="ast-above-header-menu-items"> <li class="fa fa-instagram ss-top menu-item menu-item-type-custom menu-item-object-custom menu-item-6003198"><a href="https://www.instagram.com/allhiphopcom" class="menu-link"><span class="menu-text">Instagram</span><span class="sub-arrow"></span></a></li><li class="fa fa-twitter ss-top menu-item menu-item-type-custom menu-item-object-custom menu-item-6003199"><a href="https://twitter.com/allhiphopcom" class="menu-link"><span class="menu-text">Twitter</span><span class="sub-arrow"></span></a></li><li class="fa fa-facebook ss-top menu-item menu-item-type-custom menu-item-object-custom menu-item-6003200"><a href="https://www.facebook.com/pages/category/Public-Figure/AllHipHopcom-113197318696011/" class="menu-link"><span class="menu-text">Facebook</span><span class="sub-arrow"></span></a></li><li class="fa fa-youtube ss-top menu-item menu-item-type-custom menu-item-object-custom menu-item-6003201"><a href="https://www.youtube.com/channel/UCMXl5VVYiC6pjZHBTwUFocw" class="menu-link"><span class="menu-text">Youtube</span><span class="sub-arrow"></span></a></li> </ul> <li class="ast-masthead-custom-menu-items search-custom-menu-item">
<div class="ast-search-icon"><a class="full-screen astra-search-icon" aria-label="Search icon link" href="#"></a></div><div class="ast-search-menu-icon full-screen"></div> </li>
</ul></div></nav></div></div> </div>
</div>
</div>
</div>
</header>
<header id="ast-fixed-header" class="site-header ast-primary-submenu-animation-fade header-main-layout-2 ast-primary-menu-enabled ast-hide-custom-menu-mobile ast-menu-toggle-link ast-mobile-header-inline ast-above-header-enabled ast-above-header-merged-responsive ast-above-header-mobile-inline ast-below-header-mobile-inline" style="visibility: hidden;" data-type="fixed-header">
<div class="ast-above-header-wrap ast-above-header-1">
<div class="ast-above-header">
<div class="ast-container">
<div class="ast-flex ast-above-header-section-wrap">
<div class="ast-above-header-section ast-above-header-section-2 ast-flex ast-justify-content-flex-end menu-above-header">
<div id="ast-above-header-navigation-section-2" class="ast-above-header-navigation navigation-accessibility"><ul id="menu-above-header-menu-2" class="ast-above-header-menu ast-nav-menu ast-flex ast-mega-menu-enabled ast-justify-content-flex-end submenu-with-border"><li class="fa fa-instagram ss-top menu-item menu-item-type-custom menu-item-object-custom menu-item-6003198"><a href="https://www.instagram.com/allhiphopcom" class="menu-link"><span class="menu-text">Instagram</span><span class="sub-arrow"></span></a></li><li class="fa fa-twitter ss-top menu-item menu-item-type-custom menu-item-object-custom menu-item-6003199"><a href="https://twitter.com/allhiphopcom" class="menu-link"><span class="menu-text">Twitter</span><span class="sub-arrow"></span></a></li><li class="fa fa-facebook ss-top menu-item menu-item-type-custom menu-item-object-custom menu-item-6003200"><a href="https://www.facebook.com/pages/category/Public-Figure/AllHipHopcom-113197318696011/" class="menu-link"><span class="menu-text">Facebook</span><span class="sub-arrow"></span></a></li><li class="fa fa-youtube ss-top menu-item menu-item-type-custom menu-item-object-custom menu-item-6003201"><a href="https://www.youtube.com/channel/UCMXl5VVYiC6pjZHBTwUFocw" class="menu-link"><span class="menu-text">Youtube</span><span class="sub-arrow"></span></a></li></ul></div> </div>
</div>
</div>
</div>
</div>
<div class="main-header-bar-wrap">
<div class="main-header-bar">
<div class="ast-container">
<div class="ast-flex main-header-container">
<div class="site-branding">
<div class="ast-site-identity" itemtype="https://schema.org/Organization" itemscope>
<span class="site-logo-img"><a href="https://allhiphop.com/" class="custom-logo-link" rel="home" aria-current="page"><img width="481" height="112" src="https://s34449.pcdn.co/wp-content/uploads/2020/08/allhiphop-logo-2x-1-481x112.png?is-pending-load=1" class="custom-logo" alt="AllHipHop.com" data-srcset="https://s34449.pcdn.co/wp-content/uploads/2020/08/allhiphop-logo-2x-1-481x112.png 481w, https://s34449.pcdn.co/wp-content/uploads/2020/08/allhiphop-logo-2x-1-420x98.png 420w, https://s34449.pcdn.co/wp-content/uploads/2020/08/allhiphop-logo-2x-1.png 780w" onerror="this.onerror=null;this.src=&#34;/wp-content/themes/astra-child/img/allhiphop.jpg&#34;;" data-attachment-id="381883" data-permalink="https://allhiphop.com/allhiphop-logo-2x-2/" data-orig-file="https://s34449.pcdn.co/wp-content/uploads/2020/08/allhiphop-logo-2x-1-481x112.png" data-orig-size="780,182" data-comments-opened="0" data-image-meta="{&#34;aperture&#34;:&#34;0&#34;,&#34;credit&#34;:&#34;&#34;,&#34;camera&#34;:&#34;&#34;,&#34;caption&#34;:&#34;&#34;,&#34;created_timestamp&#34;:&#34;0&#34;,&#34;copyright&#34;:&#34;&#34;,&#34;focal_length&#34;:&#34;0&#34;,&#34;iso&#34;:&#34;0&#34;,&#34;shutter_speed&#34;:&#34;0&#34;,&#34;title&#34;:&#34;&#34;,&#34;orientation&#34;:&#34;0&#34;}" data-image-title="allhiphop-logo-2x" data-image-description data-medium-file="https://s34449.pcdn.co/wp-content/uploads/2020/08/allhiphop-logo-2x-1-420x98.png" data-large-file="https://s34449.pcdn.co/wp-content/uploads/2020/08/allhiphop-logo-2x-1.png" srcset sizes loading="eager"></a></span> </div>
</div>
<div class="ast-mobile-menu-buttons">
<div class="ast-button-wrap">
<button type="button" class="menu-toggle main-header-menu-toggle ast-mobile-menu-buttons-minimal" aria-controls="primary-menu" aria-expanded="false">
<span class="screen-reader-text">Main Menu</span>
<span class="menu-toggle-icon"></span>
</button>
</div>
</div>
<div class="ast-main-header-bar-alignment"><div class="main-header-bar-navigation"><nav class="ast-flex-grow-1 navigation-accessibility" id="site-navigation" aria-label="Site Navigation" itemtype="https://schema.org/SiteNavigationElement" itemscope><div class="main-navigation"><ul id="primary-menu" class="main-header-menu ast-nav-menu ast-flex ast-justify-content-flex-end submenu-with-border astra-menu-animation-fade ast-mega-menu-enabled"><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-6003237 ast-mm-has-desc"><a href="https://allhiphop.com/./exclusives/" class="menu-link"><span class="menu-text">Exclusives</span><span class="sub-arrow"></span></a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-68086"><a href="https://allhiphop.com/./news/" class="menu-link"><span class="menu-text">News</span><span class="sub-arrow"></span></a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-341742 ast-mm-has-desc"><a href="https://allhiphop.com/./rumors/" class="menu-link"><span class="menu-text">Rumors</span><span class="sub-arrow"></span></a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-341743 ast-mm-has-desc"><a href="https://allhiphop.com/./features/" class="menu-link"><span class="menu-text">Features</span><span class="sub-arrow"></span></a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-382161 ast-mm-has-desc"><a href="https://allhiphop.com/./music/" class="menu-link"><span class="menu-text">Music/Videos</span><span class="sub-arrow"></span></a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-381864"><a href="https://allhiphop.vanillacommunities.com/categories/the-reason" class="menu-link"><span class="menu-text">The Reason</span><span class="sub-arrow"></span></a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-381866"><a href="https://allhiphop.vanillacommunities.com/categories/the-battle-rap-zone" class="menu-link"><span class="menu-text">Battle Rap Zone</span><span class="sub-arrow"></span></a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-381865"><a href="https://allhiphop.vanillacommunities.com/categories/from-the-cheap-seats" class="menu-link"><span class="menu-text">Cheap Seats</span><span class="sub-arrow"></span></a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-369512"><a href="http://community.allhiphop.com" class="menu-link"><span class="menu-text">The Ill Community</span><span class="sub-arrow"></span></a><button class="ast-menu-toggle" aria-expanded="false"><span class="screen-reader-text">Menu Toggle</span></button>
<ul class="sub-menu">
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-382031"><a href="https://community.allhiphop.com/entry/signin?Target=discussions" class="menu-link"><span class="menu-text">Login</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-382032"><a href="https://allhiphop.vanillacommunities.com/entry/register?Target=entry%2Fsignin" class="menu-link"><span class="menu-text">Register</span></a></li></ul>
</li><ul class="ast-above-header-menu-items"> <li class="fa fa-instagram ss-top menu-item menu-item-type-custom menu-item-object-custom menu-item-6003198"><a href="https://www.instagram.com/allhiphopcom" class="menu-link"><span class="menu-text">Instagram</span><span class="sub-arrow"></span></a></li><li class="fa fa-twitter ss-top menu-item menu-item-type-custom menu-item-object-custom menu-item-6003199"><a href="https://twitter.com/allhiphopcom" class="menu-link"><span class="menu-text">Twitter</span><span class="sub-arrow"></span></a></li><li class="fa fa-facebook ss-top menu-item menu-item-type-custom menu-item-object-custom menu-item-6003200"><a href="https://www.facebook.com/pages/category/Public-Figure/AllHipHopcom-113197318696011/" class="menu-link"><span class="menu-text">Facebook</span><span class="sub-arrow"></span></a></li><li class="fa fa-youtube ss-top menu-item menu-item-type-custom menu-item-object-custom menu-item-6003201"><a href="https://www.youtube.com/channel/UCMXl5VVYiC6pjZHBTwUFocw" class="menu-link"><span class="menu-text">Youtube</span><span class="sub-arrow"></span></a></li> </ul> <li class="ast-masthead-custom-menu-items search-custom-menu-item">
<div class="ast-search-icon"><a class="full-screen astra-search-icon" aria-label="Search icon link" href="#"></a></div><div class="ast-search-menu-icon full-screen"></div> </li>
</ul></div></nav></div></div> </div>
</div>
</div>
</div>
</header>
<div id="content" class="site-content">
<div class="ast-container">
<div class="astra-advanced-hook-380497">
<div class="uagb-post-grid custom_homepage_slider page_banner_slider special_fullwidth uagb-post__image-position-top uagb-block-29b664be uagb-post__arrow-outside" data-total="2881">
<div class="uagb-post__items uagb-post__columns-1 is-carousel uagb-post__columns-tablet-1 uagb-post__columns-mobile-1 uagb-post__carousel_equal-height">
<article>
<div class="uagb-post__inner-wrap">
<div class="uagb-post__image">
<a href="https://allhiphop.com/slider/r-kelly-associate-admits-to-fire-bombing-ex-sex-slaves-car/" target="_self" rel="bookmark noopener noreferrer"><img width="1200" height="628" src="https://s34449.pcdn.co/wp-content/uploads/2020/11/R.-Kelly.jpg?is-pending-load=1" class="attachment-large size-large jetpack-lazy-image" alt="R. Kelly" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-srcset="https://s34449.pcdn.co/wp-content/uploads/2020/11/R.-Kelly.jpg 1200w, https://s34449.pcdn.co/wp-content/uploads/2020/11/R.-Kelly-420x220.jpg 420w" onerror="this.onerror=null;this.src=&#34;/wp-content/themes/astra-child/img/allhiphop.jpg&#34;;" data-attachment-id="6015120" data-permalink="https://allhiphop.com/news/r-kellys-manager-working-on-a-plea-deal-as-singers-chance-for-freedom-fades/attachment/r-kelly-20/" data-orig-file="https://s34449.pcdn.co/wp-content/uploads/2020/11/R.-Kelly.jpg" data-orig-size="1200,628" data-comments-opened="0" data-image-meta="{&#34;aperture&#34;:&#34;0&#34;,&#34;credit&#34;:&#34;&#34;,&#34;camera&#34;:&#34;&#34;,&#34;caption&#34;:&#34;&#34;,&#34;created_timestamp&#34;:&#34;0&#34;,&#34;copyright&#34;:&#34;&#34;,&#34;focal_length&#34;:&#34;0&#34;,&#34;iso&#34;:&#34;0&#34;,&#34;shutter_speed&#34;:&#34;0&#34;,&#34;title&#34;:&#34;&#34;,&#34;orientation&#34;:&#34;1&#34;}" data-image-title="R. Kelly" data-image-description="<p>R. Kelly/WENN</p>" data-medium-file="https://s34449.pcdn.co/wp-content/uploads/2020/11/R.-Kelly-420x220.jpg" data-large-file="https://s34449.pcdn.co/wp-content/uploads/2020/11/R.-Kelly.jpg" data-lazy-srcset sizes="(max-width: 1200px) 100vw, 1200px"> </a>
</div>
<div class="uagb-post__text">
<h3 class="uagb-post__title">
<a href="https://allhiphop.com/slider/r-kelly-associate-admits-to-fire-bombing-ex-sex-slaves-car/" target="_self" rel="bookmark noopener noreferrer">R. Kelly Associate Admits To Fire Bombing Ex-Sex Slave’s Car</a>
</h3>
</div>
<div class="uagb-post__text">
<div class="uagb-post-grid-byline">
</div>
</div>
</div>
</article>
</div>
</div>
<div class="wp-block-group"><div class="wp-block-group__inner-container">
<div class="wp-block-coblocks-row coblocks-row-815121446612 special_fullwidth all_exclusives" data-columns="1" data-layout="100"><div class="special_fullwidth all_exclusives wp-block-coblocks-row__inner has-no-padding has-no-margin is-stacked-on-mobile has-medium-gutter">
<div class="wp-block-coblocks-column coblocks-column-815121448263" style="width:100%"><div class="wp-block-coblocks-column__inner has-no-padding has-no-margin">
<h3 class="custom_homepage_title_h3 custom_title_red" id="h-all-exclusives">All Exclusives </h3>
<div class="uagb-post-grid allhiphop-exclusive uagb-post__image-position-top uagb-block-9f91f1ce" data-total="47">
<div class="uagb-post__items uagb-post__columns-3 is-grid uagb-post__columns-tablet-2 uagb-post__columns-mobile-1 uagb-post__equal-height">
<article>
<div class="uagb-post__inner-wrap">
<div class="uagb-post__image">
<a href="https://allhiphop.com/news/lil-nas-x-and-cardi-b-defeat-producer-over-stolen-song-rodeo/" target="_blank" rel="bookmark noopener noreferrer"><img width="420" height="220" src="https://s34449.pcdn.co/wp-content/uploads/2021/01/Lil-Nas-X-1-420x220.jpg?is-pending-load=1" class="attachment-medium size-medium jetpack-lazy-image" alt="Lil Nas X" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-srcset="https://s34449.pcdn.co/wp-content/uploads/2021/01/Lil-Nas-X-1-420x220.jpg 420w, https://s34449.pcdn.co/wp-content/uploads/2021/01/Lil-Nas-X-1.jpg 1200w" onerror="this.onerror=null;this.src=&#34;/wp-content/themes/astra-child/img/allhiphop.jpg&#34;;" data-attachment-id="6018966" data-permalink="https://allhiphop.com/news/lil-nas-x-hopes-his-new-kids-book-encourages-individuality-and-acceptance/attachment/lil-nas-x-3/" data-orig-file="https://s34449.pcdn.co/wp-content/uploads/2021/01/Lil-Nas-X-1.jpg" data-orig-size="1200,628" data-comments-opened="0" data-image-meta="{&#34;aperture&#34;:&#34;0&#34;,&#34;credit&#34;:&#34;&#34;,&#34;camera&#34;:&#34;&#34;,&#34;caption&#34;:&#34;&#34;,&#34;created_timestamp&#34;:&#34;0&#34;,&#34;copyright&#34;:&#34;&#34;,&#34;focal_length&#34;:&#34;0&#34;,&#34;iso&#34;:&#34;0&#34;,&#34;shutter_speed&#34;:&#34;0&#34;,&#34;title&#34;:&#34;&#34;,&#34;orientation&#34;:&#34;1&#34;}" data-image-title="Lil Nas X" data-image-description="<p>Lil Nas X/WENN</p>" data-medium-file="https://s34449.pcdn.co/wp-content/uploads/2021/01/Lil-Nas-X-1-420x220.jpg" data-large-file="https://s34449.pcdn.co/wp-content/uploads/2021/01/Lil-Nas-X-1.jpg" data-lazy-srcset sizes="(max-width: 420px) 100vw, 420px"> </a>
</div>
<div class="uagb-post__text">
<h4 class="uagb-post__title">
<a href="https://allhiphop.com/news/lil-nas-x-and-cardi-b-defeat-producer-over-stolen-song-rodeo/" target="_blank" rel="bookmark noopener noreferrer">Lil Nas X And Cardi B Defeat Producer Over “Stolen” Song “Rodeo” </a>
</h4>
</div>
<div class="uagb-post__text">
<div class="uagb-post-grid-byline">
<span class="uagb-post__author">
<span class="dashicons-admin-users dashicons"></span>
<a href="https://allhiphop.com/author/grouchymobile/" title="Posts by Mike Winslow" rel="author">Mike Winslow</a> </span>
<time datetime="2021-04-18T17:01:43-04:00" class="uagb-post__date">
<span class="dashicons-calendar dashicons"></span>
April 18, 2021 </time>
</div>
</div>
</div>
</article>
<article>
<div class="uagb-post__inner-wrap">
<div class="uagb-post__image">
<a href="https://allhiphop.com/features/jake-paul-won-snoop-triller-fight-club/" target="_blank" rel="bookmark noopener noreferrer"><img width="420" height="236" src="https://s34449.pcdn.co/wp-content/uploads/2021/04/Screen-Shot-2021-04-18-at-3.54.24-AM-e1618732632383-420x236.png?is-pending-load=1" class="attachment-medium size-medium jetpack-lazy-image" alt srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-srcset="https://s34449.pcdn.co/wp-content/uploads/2021/04/Screen-Shot-2021-04-18-at-3.54.24-AM-e1618732632383-420x236.png 420w, https://s34449.pcdn.co/wp-content/uploads/2021/04/Screen-Shot-2021-04-18-at-3.54.24-AM-e1618732632383.png 793w" onerror="this.onerror=null;this.src=&#34;/wp-content/themes/astra-child/img/allhiphop.jpg&#34;;" data-attachment-id="6025381" data-permalink="https://allhiphop.com/features/jake-paul-won-snoop-triller-fight-club/attachment/screen-shot-2021-04-18-at-3-54-24-am/" data-orig-file="https://s34449.pcdn.co/wp-content/uploads/2021/04/Screen-Shot-2021-04-18-at-3.54.24-AM-e1618732632383.png" data-orig-size="793,446" data-comments-opened="0" data-image-meta="{&#34;aperture&#34;:&#34;0&#34;,&#34;credit&#34;:&#34;&#34;,&#34;camera&#34;:&#34;&#34;,&#34;caption&#34;:&#34;&#34;,&#34;created_timestamp&#34;:&#34;0&#34;,&#34;copyright&#34;:&#34;&#34;,&#34;focal_length&#34;:&#34;0&#34;,&#34;iso&#34;:&#34;0&#34;,&#34;shutter_speed&#34;:&#34;0&#34;,&#34;title&#34;:&#34;&#34;,&#34;orientation&#34;:&#34;0&#34;}" data-image-title="Snoop Triller Promotional Pic" data-image-description data-medium-file="https://s34449.pcdn.co/wp-content/uploads/2021/04/Screen-Shot-2021-04-18-at-3.54.24-AM-e1618732632383-420x236.png" data-large-file="https://s34449.pcdn.co/wp-content/uploads/2021/04/Screen-Shot-2021-04-18-at-3.54.24-AM-826x628.png" data-lazy-srcset sizes="(max-width: 420px) 100vw, 420px"> </a>
</div>
<div class="uagb-post__text">
<h4 class="uagb-post__title">
<a href="https://allhiphop.com/features/jake-paul-won-snoop-triller-fight-club/" target="_blank" rel="bookmark noopener noreferrer">Sure Jake Paul Won … But Really … Snoop Is The Winner of Triller Fight Club</a>
</h4>
</div>
<div class="uagb-post__text">
<div class="uagb-post-grid-byline">
<span class="uagb-post__author">
<span class="dashicons-admin-users dashicons"></span>
<a href="https://allhiphop.com/author/kershaw-st-jawnson-2/" title="Posts by Kershaw St. Jawnson" rel="author">Kershaw St. Jawnson</a> </span>
<time datetime="2021-04-18T03:57:48-04:00" class="uagb-post__date">
<span class="dashicons-calendar dashicons"></span>
April 18, 2021 </time>
</div>
</div>
</div>
</article>
<article>
<div class="uagb-post__inner-wrap">
<div class="uagb-post__image">
<a href="https://allhiphop.com/news/dmx-memorial-here-are-the-details/" target="_blank" rel="bookmark noopener noreferrer"><img width="420" height="220" src="https://s34449.pcdn.co/wp-content/uploads/2021/04/DMX--420x220.jpg?is-pending-load=1" class="attachment-medium size-medium jetpack-lazy-image" alt="DMX" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-srcset="https://s34449.pcdn.co/wp-content/uploads/2021/04/DMX--420x220.jpg 420w, https://s34449.pcdn.co/wp-content/uploads/2021/04/DMX-.jpg 1200w" onerror="this.onerror=null;this.src=&#34;/wp-content/themes/astra-child/img/allhiphop.jpg&#34;;" data-attachment-id="6024984" data-permalink="https://allhiphop.com/news/swizz-beatz-eloquently-explains-what-made-dmx-such-a-special-person/attachment/dmx-18/" data-orig-file="https://s34449.pcdn.co/wp-content/uploads/2021/04/DMX-.jpg" data-orig-size="1200,628" data-comments-opened="0" data-image-meta="{&#34;aperture&#34;:&#34;0&#34;,&#34;credit&#34;:&#34;&#34;,&#34;camera&#34;:&#34;&#34;,&#34;caption&#34;:&#34;&#34;,&#34;created_timestamp&#34;:&#34;0&#34;,&#34;copyright&#34;:&#34;&#34;,&#34;focal_length&#34;:&#34;0&#34;,&#34;iso&#34;:&#34;0&#34;,&#34;shutter_speed&#34;:&#34;0&#34;,&#34;title&#34;:&#34;&#34;,&#34;orientation&#34;:&#34;1&#34;}" data-image-title="DMX" data-image-description="<p>DMX/WENN</p>" data-medium-file="https://s34449.pcdn.co/wp-content/uploads/2021/04/DMX--420x220.jpg" data-large-file="https://s34449.pcdn.co/wp-content/uploads/2021/04/DMX-.jpg" data-lazy-srcset sizes="(max-width: 420px) 100vw, 420px"> </a>
</div>
<div class="uagb-post__text">
<h4 class="uagb-post__title">
<a href="https://allhiphop.com/news/dmx-memorial-here-are-the-details/" target="_blank" rel="bookmark noopener noreferrer">DMX Memorial: Here Are The Details</a>
</h4>
</div>
<div class="uagb-post__text">
<div class="uagb-post-grid-byline">
<span class="uagb-post__author">
<span class="dashicons-admin-users dashicons"></span>
<a href="https://allhiphop.com/author/kershaw-st-jawnson-2/" title="Posts by Kershaw St. Jawnson" rel="author">Kershaw St. Jawnson</a> </span>
<time datetime="2021-04-17T09:07:58-04:00" class="uagb-post__date">
<span class="dashicons-calendar dashicons"></span>
April 17, 2021 </time>
</div>
</div>
</div>
</article>
</div>
</div>
</div></div>
</div></div>
<div class="wp-block-group"><div class="wp-block-group__inner-container">
<div class="wp-block-coblocks-row coblocks-row-815122059945 home_videoshowcase home_all_videos special_fullwidth" data-columns="1" data-layout="100"><div class="home_videoshowcase home_all_videos special_fullwidth wp-block-coblocks-row__inner has-no-padding has-no-margin is-stacked-on-mobile has-medium-gutter">
<div class="wp-block-coblocks-column coblocks-column-81512211469" style="width:100%"><div class="wp-block-coblocks-column__inner has-no-padding has-no-margin">
<script type="text/ez-screx" language="javascript" src="https://allhiphop.com/ezossp/https/live.sekindo.com/live/liveView.php?s=106574&screx=1&subId=%5BSUBID_ENCODED%5D&sxcb=12a&vp_content=plembed255boyikwhsg"></script>
<div class="desktop-only">
</div>
<div class="mobile-only">
<br>
<script type="text/javascript" src="https://content.predictinteractive.com/embeds/placement.js?z=cu935w"></script>
</div>
</div></div>
</div></div>
</div></div>
</div></div>
<div class="wp-block-group"><div class="wp-block-group__inner-container">
<div class="wp-block-coblocks-row coblocks-row-814145339816 strict_Stripes" data-columns="1" data-layout="100"><div class="strict_Stripes wp-block-coblocks-row__inner has-no-padding has-no-margin is-stacked-on-mobile has-medium-gutter">
<div class="wp-block-coblocks-column coblocks-column-814145344937 home_all_news special_fullwidth" style="width:100%"><div class="wp-block-coblocks-column__inner has-no-padding has-no-margin">
<h3 class="custom_homepage_title_h3 custom_title_red" id="h-all-news">All news </h3>
<div class="uagb-post-grid custom_news_section custom_featured_section uagb-post__image-position-top uagb-block-c0375366" data-total="8980">
<div class="uagb-post__items uagb-post__columns-2 is-grid uagb-post__columns-tablet-2 uagb-post__columns-mobile-1 uagb-post__equal-height">
<article>
<div class="uagb-post__inner-wrap">
<div class="uagb-post__image">
<a href="https://allhiphop.com/news/rapper-warchyld-busted-over-war-like-truck-with-airgun-attached-to-roof/" target="_self" rel="bookmark noopener noreferrer"><img width="420" height="220" src="https://s34449.pcdn.co/wp-content/uploads/2021/04/WarChyld-420x220.jpg?is-pending-load=1" class="attachment-medium size-medium jetpack-lazy-image" alt srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-srcset="https://s34449.pcdn.co/wp-content/uploads/2021/04/WarChyld-420x220.jpg 420w, https://s34449.pcdn.co/wp-content/uploads/2021/04/WarChyld.jpg 1200w" onerror="this.onerror=null;this.src=&#34;/wp-content/themes/astra-child/img/allhiphop.jpg&#34;;" data-attachment-id="6025471" data-permalink="https://allhiphop.com/news/rapper-warchyld-busted-over-war-like-truck-with-airgun-attached-to-roof/attachment/warchyld-3/" data-orig-file="https://s34449.pcdn.co/wp-content/uploads/2021/04/WarChyld.jpg" data-orig-size="1200,628" data-comments-opened="0" data-image-meta="{&#34;aperture&#34;:&#34;0&#34;,&#34;credit&#34;:&#34;&#34;,&#34;camera&#34;:&#34;&#34;,&#34;caption&#34;:&#34;&#34;,&#34;created_timestamp&#34;:&#34;0&#34;,&#34;copyright&#34;:&#34;&#34;,&#34;focal_length&#34;:&#34;0&#34;,&#34;iso&#34;:&#34;0&#34;,&#34;shutter_speed&#34;:&#34;0&#34;,&#34;title&#34;:&#34;&#34;,&#34;orientation&#34;:&#34;1&#34;}" data-image-title="WarChyld" data-image-description data-medium-file="https://s34449.pcdn.co/wp-content/uploads/2021/04/WarChyld-420x220.jpg" data-large-file="https://s34449.pcdn.co/wp-content/uploads/2021/04/WarChyld.jpg" data-lazy-srcset sizes="(max-width: 420px) 100vw, 420px"> </a>
</div>
<div class="uagb-post__text">
<h4 class="uagb-post__title">
<a href="https://allhiphop.com/news/rapper-warchyld-busted-over-war-like-truck-with-airgun-attached-to-roof/" target="_self" rel="bookmark noopener noreferrer">Rapper Warchyld Busted Over War-Like Truck With Air Gun Attached To Roof</a>
</h4>
</div>
<div class="uagb-post__text">
<div class="uagb-post-grid-byline">
<span class="uagb-post__author">
<span class="dashicons-admin-users dashicons"></span>
<a href="https://allhiphop.com/author/kershaw-st-jawnson-2/" title="Posts by Kershaw St. Jawnson" rel="author">Kershaw St. Jawnson</a> </span>
<time datetime="2021-04-19T21:35:51-04:00" class="uagb-post__date">
<span class="dashicons-calendar dashicons"></span>
April 19, 2021 </time>
</div>
</div>
<div class="uagb-post__text">
<div class="uagb-post__excerpt">
The rapper was caught up in some drama, but he's taking full advantage of the press! </div>
</div>
<div class="uagb-post__text">
<div class="uagb-post__cta">
<a class="uagb-post__link uagb-text-link" href="https://allhiphop.com/news/rapper-warchyld-busted-over-war-like-truck-with-airgun-attached-to-roof/" target="_self" rel="bookmark noopener noreferrer">Read More</a>
</div>
</div>
</div>
</article>
<article>
<div class="uagb-post__inner-wrap">
<div class="uagb-post__image">
<a href="https://allhiphop.com/slider/r-kelly-associate-admits-to-fire-bombing-ex-sex-slaves-car/" target="_self" rel="bookmark noopener noreferrer"><img width="420" height="220" src="https://s34449.pcdn.co/wp-content/uploads/2020/11/R.-Kelly-420x220.jpg?is-pending-load=1" class="attachment-medium size-medium jetpack-lazy-image" alt="R. Kelly" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-srcset="https://s34449.pcdn.co/wp-content/uploads/2020/11/R.-Kelly-420x220.jpg 420w, https://s34449.pcdn.co/wp-content/uploads/2020/11/R.-Kelly.jpg 1200w" onerror="this.onerror=null;this.src=&#34;/wp-content/themes/astra-child/img/allhiphop.jpg&#34;;" data-attachment-id="6015120" data-permalink="https://allhiphop.com/news/r-kellys-manager-working-on-a-plea-deal-as-singers-chance-for-freedom-fades/attachment/r-kelly-20/" data-orig-file="https://s34449.pcdn.co/wp-content/uploads/2020/11/R.-Kelly.jpg" data-orig-size="1200,628" data-comments-opened="0" data-image-meta="{&#34;aperture&#34;:&#34;0&#34;,&#34;credit&#34;:&#34;&#34;,&#34;camera&#34;:&#34;&#34;,&#34;caption&#34;:&#34;&#34;,&#34;created_timestamp&#34;:&#34;0&#34;,&#34;copyright&#34;:&#34;&#34;,&#34;focal_length&#34;:&#34;0&#34;,&#34;iso&#34;:&#34;0&#34;,&#34;shutter_speed&#34;:&#34;0&#34;,&#34;title&#34;:&#34;&#34;,&#34;orientation&#34;:&#34;1&#34;}" data-image-title="R. Kelly" data-image-description="<p>R. Kelly/WENN</p>" data-medium-file="https://s34449.pcdn.co/wp-content/uploads/2020/11/R.-Kelly-420x220.jpg" data-large-file="https://s34449.pcdn.co/wp-content/uploads/2020/11/R.-Kelly.jpg" data-lazy-srcset sizes="(max-width: 420px) 100vw, 420px"> </a>
</div>
<div class="uagb-post__text">
<h4 class="uagb-post__title">
<a href="https://allhiphop.com/slider/r-kelly-associate-admits-to-fire-bombing-ex-sex-slaves-car/" target="_self" rel="bookmark noopener noreferrer">R. Kelly Associate Admits To Fire Bombing Ex-Sex Slave’s Car</a>
</h4>
</div>
<div class="uagb-post__text">
<div class="uagb-post-grid-byline">
<span class="uagb-post__author">
<span class="dashicons-admin-users dashicons"></span>
<a href="https://allhiphop.com/author/kershaw-st-jawnson-2/" title="Posts by Kershaw St. Jawnson" rel="author">Kershaw St. Jawnson</a> </span>
<time datetime="2021-04-19T21:26:48-04:00" class="uagb-post__date">
<span class="dashicons-calendar dashicons"></span>
April 19, 2021 </time>
</div>
</div>
<div class="uagb-post__text">
<div class="uagb-post__excerpt">
One of R. Kelly's boys is heading to prison for a long time, after he admitted to setting Azriel Clary's car on fire! </div>
</div>
<div class="uagb-post__text">
<div class="uagb-post__cta">
<a class="uagb-post__link uagb-text-link" href="https://allhiphop.com/slider/r-kelly-associate-admits-to-fire-bombing-ex-sex-slaves-car/" target="_self" rel="bookmark noopener noreferrer">Read More</a>
</div>
</div>
</div>
</article>
<article>
<div class="uagb-post__inner-wrap">
<div class="uagb-post__image">
<a href="https://allhiphop.com/news/michael-jacksons-neverland-statues-being-sold-off-at-auction-for-millions/" target="_self" rel="bookmark noopener noreferrer"><img width="420" height="220" src="https://s34449.pcdn.co/wp-content/uploads/2021/04/Michael-Jackson-Neverland-420x220.jpg?is-pending-load=1" class="attachment-medium size-medium jetpack-lazy-image" alt srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-srcset="https://s34449.pcdn.co/wp-content/uploads/2021/04/Michael-Jackson-Neverland-420x220.jpg 420w, https://s34449.pcdn.co/wp-content/uploads/2021/04/Michael-Jackson-Neverland.jpg 1200w" onerror="this.onerror=null;this.src=&#34;/wp-content/themes/astra-child/img/allhiphop.jpg&#34;;" data-attachment-id="6025447" data-permalink="https://allhiphop.com/news/michael-jacksons-neverland-statues-being-sold-off-at-auction-for-millions/attachment/michael-jackson-neverland/" data-orig-file="https://s34449.pcdn.co/wp-content/uploads/2021/04/Michael-Jackson-Neverland.jpg" data-orig-size="1200,628" data-comments-opened="0" data-image-meta="{&#34;aperture&#34;:&#34;0&#34;,&#34;credit&#34;:&#34;&#34;,&#34;camera&#34;:&#34;&#34;,&#34;caption&#34;:&#34;&#34;,&#34;created_timestamp&#34;:&#34;0&#34;,&#34;copyright&#34;:&#34;&#34;,&#34;focal_length&#34;:&#34;0&#34;,&#34;iso&#34;:&#34;0&#34;,&#34;shutter_speed&#34;:&#34;0&#34;,&#34;title&#34;:&#34;&#34;,&#34;orientation&#34;:&#34;1&#34;}" data-image-title="Michael Jackson Neverland" data-image-description data-medium-file="https://s34449.pcdn.co/wp-content/uploads/2021/04/Michael-Jackson-Neverland-420x220.jpg" data-large-file="https://s34449.pcdn.co/wp-content/uploads/2021/04/Michael-Jackson-Neverland.jpg" data-lazy-srcset sizes="(max-width: 420px) 100vw, 420px"> </a>
</div>
<div class="uagb-post__text">
<h4 class="uagb-post__title">
<a href="https://allhiphop.com/news/michael-jacksons-neverland-statues-being-sold-off-at-auction-for-millions/" target="_self" rel="bookmark noopener noreferrer">Michael Jackson’s Neverland Statues Being Sold Off At Auction For Millions</a>
</h4>
</div>
<div class="uagb-post__text">
<div class="uagb-post-grid-byline">
<span class="uagb-post__author">
<span class="dashicons-admin-users dashicons"></span>
<a href="https://allhiphop.com/author/allhiphopstaff1/" title="Posts by AllHipHop Staff" rel="author">AllHipHop Staff</a> </span>
<time datetime="2021-04-19T19:01:37-04:00" class="uagb-post__date">
<span class="dashicons-calendar dashicons"></span>
April 19, 2021 </time>
</div>
</div>
<div class="uagb-post__text">
<div class="uagb-post__excerpt">
Pieces of Michael Jackson's old estate are hitting the auction block. Here's how you can own a piece of history! </div>
</div>
<div class="uagb-post__text">
<div class="uagb-post__cta">
<a class="uagb-post__link uagb-text-link" href="https://allhiphop.com/news/michael-jacksons-neverland-statues-being-sold-off-at-auction-for-millions/" target="_self" rel="bookmark noopener noreferrer">Read More</a>
</div>
</div>
</div>
</article>
<article>
<div class="uagb-post__inner-wrap">
<div class="uagb-post__image">
<a href="https://allhiphop.com/news/lizzo-admits-to-getting-drunk-and-sending-flirty-dms-to-chris-evans/" target="_self" rel="bookmark noopener noreferrer"><img width="420" height="220" src="https://s34449.pcdn.co/wp-content/uploads/2020/12/Lizzo-420x220.jpg?is-pending-load=1" class="attachment-medium size-medium jetpack-lazy-image" alt="Lizzo" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-srcset="https://s34449.pcdn.co/wp-content/uploads/2020/12/Lizzo-420x220.jpg 420w, https://s34449.pcdn.co/wp-content/uploads/2020/12/Lizzo.jpg 1200w" onerror="this.onerror=null;this.src=&#34;/wp-content/themes/astra-child/img/allhiphop.jpg&#34;;" data-attachment-id="6016935" data-permalink="https://allhiphop.com/news/lizzo-cant-stop-thinking-negative-thoughts-about-her-body/attachment/lizzo-3/" data-orig-file="https://s34449.pcdn.co/wp-content/uploads/2020/12/Lizzo.jpg" data-orig-size="1200,628" data-comments-opened="0" data-image-meta="{&#34;aperture&#34;:&#34;0&#34;,&#34;credit&#34;:&#34;&#34;,&#34;camera&#34;:&#34;&#34;,&#34;caption&#34;:&#34;&#34;,&#34;created_timestamp&#34;:&#34;0&#34;,&#34;copyright&#34;:&#34;&#34;,&#34;focal_length&#34;:&#34;0&#34;,&#34;iso&#34;:&#34;0&#34;,&#34;shutter_speed&#34;:&#34;0&#34;,&#34;title&#34;:&#34;&#34;,&#34;orientation&#34;:&#34;1&#34;}" data-image-title="Lizzo" data-image-description="<p>Lizzo/WENN</p>" data-medium-file="https://s34449.pcdn.co/wp-content/uploads/2020/12/Lizzo-420x220.jpg" data-large-file="https://s34449.pcdn.co/wp-content/uploads/2020/12/Lizzo.jpg" data-lazy-srcset sizes="(max-width: 420px) 100vw, 420px"> </a>
</div>
<div class="uagb-post__text">
<h4 class="uagb-post__title">
<a href="https://allhiphop.com/news/lizzo-admits-to-getting-drunk-and-sending-flirty-dms-to-chris-evans/" target="_self" rel="bookmark noopener noreferrer">Lizzo Admits To Getting Drunk And Sending Flirty DM’s To Chris Evans</a>
</h4>
</div>
<div class="uagb-post__text">
<div class="uagb-post-grid-byline">
<span class="uagb-post__author">
<span class="dashicons-admin-users dashicons"></span>
<a href="https://allhiphop.com/author/allhiphopstaff1/" title="Posts by AllHipHop Staff" rel="author">AllHipHop Staff</a> </span>
<time datetime="2021-04-19T18:02:54-04:00" class="uagb-post__date">
<span class="dashicons-calendar dashicons"></span>
April 19, 2021 </time>
</div>
</div>
<div class="uagb-post__text">
<div class="uagb-post__excerpt">
The rapper revealed she got smashed, and tried to get with "Avengers" star Chris Evans. </div>
</div>
<div class="uagb-post__text">
<div class="uagb-post__cta">
<a class="uagb-post__link uagb-text-link" href="https://allhiphop.com/news/lizzo-admits-to-getting-drunk-and-sending-flirty-dms-to-chris-evans/" target="_self" rel="bookmark noopener noreferrer">Read More</a>
</div>
</div>
</div>
</article>
</div>
</div>
<div class="uagb-post-grid custom_grid_offset4 uagb-post__image-position-top uagb-block-20385c5b" data-total="11973">
<div class="uagb-post__items uagb-post__columns-3 is-grid uagb-post__columns-tablet-2 uagb-post__columns-mobile-1 uagb-post__equal-height">
<article>
<div class="uagb-post__inner-wrap">
<div class="uagb-post__text">
<h4 class="uagb-post__title">
<a href="https://allhiphop.com/news/read-nba-youngboy-writes-a-letter-to-wendy-williams-over-hot-topics-segment-rappers-mom-loses-it/" target="_self" rel="bookmark noopener noreferrer">READ: NBA YoungBoy Writes A Letter To Wendy Williams Over “Hot Topics” Segment, Rapper’s Mom Loses It</a>
</h4>
</div>
<div class="uagb-post__text">
<div class="uagb-post-grid-byline">
<span class="uagb-post__author">
<span class="dashicons-admin-users dashicons"></span>
<a href="https://allhiphop.com/author/kershaw-st-jawnson-2/" title="Posts by Kershaw St. Jawnson" rel="author">Kershaw St. Jawnson</a> </span>
<time datetime="2021-04-19T17:02:31-04:00" class="uagb-post__date">
<span class="dashicons-calendar dashicons"></span>
April 19, 2021 </time>
</div>
</div>
<div class="uagb-post__text">
<div class="uagb-post__cta">
<a class="uagb-post__link uagb-text-link" href="https://allhiphop.com/news/read-nba-youngboy-writes-a-letter-to-wendy-williams-over-hot-topics-segment-rappers-mom-loses-it/" target="_self" rel="bookmark noopener noreferrer">Read More</a>
</div>
</div>
</div>
</article>
<article>
<div class="uagb-post__inner-wrap">
<div class="uagb-post__text">
<h4 class="uagb-post__title">
<a href="https://allhiphop.com/news/jeannie-mai-explains-why-she-is-so-proud-to-be-mrs-jeezy/" target="_self" rel="bookmark noopener noreferrer">Jeannie Mai Explains Why She Is So Proud to Be Mrs. Jeezy</a>
</h4>
</div>
<div class="uagb-post__text">
<div class="uagb-post-grid-byline">
<span class="uagb-post__author">
<span class="dashicons-admin-users dashicons"></span>
<a href="https://allhiphop.com/author/allhiphopstaff1/" title="Posts by AllHipHop Staff" rel="author">AllHipHop Staff</a> </span>
<time datetime="2021-04-19T16:04:04-04:00" class="uagb-post__date">
<span class="dashicons-calendar dashicons"></span>
April 19, 2021 </time>
</div>
</div>
<div class="uagb-post__text">
<div class="uagb-post__cta">
<a class="uagb-post__link uagb-text-link" href="https://allhiphop.com/news/jeannie-mai-explains-why-she-is-so-proud-to-be-mrs-jeezy/" target="_self" rel="bookmark noopener noreferrer">Read More</a>
</div>
</div>
</div>
</article>
<article>
<div class="uagb-post__inner-wrap">
<div class="uagb-post__text">
<h4 class="uagb-post__title">
<a href="https://allhiphop.com/news/dj-mustard-jerked-by-his-personal-shopper-who-bought-purses-and-shoes-for-herself/" target="_self" rel="bookmark noopener noreferrer">DJ Mustard Jerked By His “Personal Shopper” Who Bought Purses And Shoes For Herself</a>
</h4>
</div>
<div class="uagb-post__text">
<div class="uagb-post-grid-byline">
<span class="uagb-post__author">
<span class="dashicons-admin-users dashicons"></span>
<a href="https://allhiphop.com/author/allhiphopstaff1/" title="Posts by AllHipHop Staff" rel="author">AllHipHop Staff</a> </span>
<time datetime="2021-04-19T15:02:04-04:00" class="uagb-post__date">
<span class="dashicons-calendar dashicons"></span>
April 19, 2021 </time>
</div>
</div>
<div class="uagb-post__text">
<div class="uagb-post__cta">
<a class="uagb-post__link uagb-text-link" href="https://allhiphop.com/news/dj-mustard-jerked-by-his-personal-shopper-who-bought-purses-and-shoes-for-herself/" target="_self" rel="bookmark noopener noreferrer">Read More</a>
</div>
</div>
</div>
</article>
</div>
</div>
<a href="/news/" class="viewmore-link"> View all News </a>
</div></div>
</div></div>
</div></div>
<div class="wp-block-coblocks-row coblocks-row-81416242409" data-columns="1" data-layout="100"><div class="wp-block-coblocks-row__inner has-no-padding has-no-margin is-stacked-on-mobile has-medium-gutter">
<div class="wp-block-coblocks-column coblocks-column-8141624445 special_fullwidth home_all_rumors" style="width:100%"><div class="wp-block-coblocks-column__inner has-no-padding has-no-margin">
<h3 class="custom_homepage_title_h3" id="h-latest-rumors">latest rumors</h3>
<div class="uagb-post-grid custom_featured_section uagb-post__image-position-top uagb-block-e6d85a99" data-total="2496">
<div class="uagb-post__items uagb-post__columns-2 is-grid uagb-post__columns-tablet-2 uagb-post__columns-mobile-1 uagb-post__equal-height">
<article>
<div class="uagb-post__inner-wrap">
<a class="uagb-post__link-complete-box" href="https://allhiphop.com/rumors/what-is-troy-ave-saying-with-this-comment-casanova-related/" target="_self" rel="bookmark noopener noreferrer"></a>
<div class="uagb-post__image">
<a href="https://allhiphop.com/rumors/what-is-troy-ave-saying-with-this-comment-casanova-related/" target="_self" rel="bookmark noopener noreferrer"><img width="420" height="220" src="https://s34449.pcdn.co/wp-content/uploads/2021/01/Casanova-2-420x220.jpg?is-pending-load=1" class="attachment-medium size-medium jetpack-lazy-image" alt srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-srcset="https://s34449.pcdn.co/wp-content/uploads/2021/01/Casanova-2-420x220.jpg 420w, https://s34449.pcdn.co/wp-content/uploads/2021/01/Casanova-2.jpg 1200w" onerror="this.onerror=null;this.src=&#34;/wp-content/themes/astra-child/img/allhiphop.jpg&#34;;" data-attachment-id="6020336" data-permalink="https://allhiphop.com/casanova-2-2/" data-orig-file="https://s34449.pcdn.co/wp-content/uploads/2021/01/Casanova-2.jpg" data-orig-size="1200,628" data-comments-opened="0" data-image-meta="{&#34;aperture&#34;:&#34;0&#34;,&#34;credit&#34;:&#34;&#34;,&#34;camera&#34;:&#34;&#34;,&#34;caption&#34;:&#34;&#34;,&#34;created_timestamp&#34;:&#34;0&#34;,&#34;copyright&#34;:&#34;&#34;,&#34;focal_length&#34;:&#34;0&#34;,&#34;iso&#34;:&#34;0&#34;,&#34;shutter_speed&#34;:&#34;0&#34;,&#34;title&#34;:&#34;&#34;,&#34;orientation&#34;:&#34;1&#34;}" data-image-title="Casanova" data-image-description data-medium-file="https://s34449.pcdn.co/wp-content/uploads/2021/01/Casanova-2-420x220.jpg" data-large-file="https://s34449.pcdn.co/wp-content/uploads/2021/01/Casanova-2.jpg" data-lazy-srcset sizes="(max-width: 420px) 100vw, 420px"> </a>
</div>
<div class="uagb-post__text">
<h4 class="uagb-post__title">
<a href="https://allhiphop.com/rumors/what-is-troy-ave-saying-with-this-comment-casanova-related/" target="_self" rel="bookmark noopener noreferrer">What Is Troy Ave Saying With This Comment…Casanova Related?</a>
</h4>
</div>
<div class="uagb-post__text">
<div class="uagb-post-grid-byline">
<span class="uagb-post__author">
<span class="dashicons-admin-users dashicons"></span>
<a href="https://allhiphop.com/author/illseed-the-hero-of-the-weirdoes/" title="Posts by illseed" rel="author">illseed</a> </span>
<time datetime="2021-04-19T16:00:30-04:00" class="uagb-post__date">
<span class="dashicons-calendar dashicons"></span>
April 19, 2021 </time>
</div>
</div>
<div class="uagb-post__text">
<div class="uagb-post__excerpt">
Troy Ave seemingly takes a shot at Cas.... </div>
</div>
<div class="uagb-post__text">
<div class="uagb-post__cta">
<a class="uagb-post__link uagb-text-link" href="https://allhiphop.com/rumors/what-is-troy-ave-saying-with-this-comment-casanova-related/" target="_self" rel="bookmark noopener noreferrer">Read More</a>
</div>
</div>
</div>
</article>
<article>
<div class="uagb-post__inner-wrap">
<a class="uagb-post__link-complete-box" href="https://allhiphop.com/rumors/looks-like-diddy-is-paying-for-black-robs-funeral-services/" target="_self" rel="bookmark noopener noreferrer"></a>
<div class="uagb-post__image">
<a href="https://allhiphop.com/rumors/looks-like-diddy-is-paying-for-black-robs-funeral-services/" target="_self" rel="bookmark noopener noreferrer"><img width="420" height="280" src="https://s34449.pcdn.co/wp-content/uploads/2021/01/Sean-Diddy-Combs-420x280.jpg?is-pending-load=1" class="attachment-medium size-medium jetpack-lazy-image" alt srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-srcset="https://s34449.pcdn.co/wp-content/uploads/2021/01/Sean-Diddy-Combs-420x280.jpg 420w, https://s34449.pcdn.co/wp-content/uploads/2021/01/Sean-Diddy-Combs-942x628.jpg 942w, https://s34449.pcdn.co/wp-content/uploads/2021/01/Sean-Diddy-Combs.jpg 1200w" onerror="this.onerror=null;this.src=&#34;/wp-content/themes/astra-child/img/allhiphop.jpg&#34;;" data-attachment-id="6019055" data-permalink="https://allhiphop.com/news/burglars-break-into-sean-diddy-combss-los-angeles-house/attachment/2018-fox-network-upfront/" data-orig-file="https://s34449.pcdn.co/wp-content/uploads/2021/01/Sean-Diddy-Combs.jpg" data-orig-size="1200,800" data-comments-opened="0" data-image-meta="{&#34;aperture&#34;:&#34;0&#34;,&#34;credit&#34;:&#34;Ivan Nikolov\/WENN.com&#34;,&#34;camera&#34;:&#34;&#34;,&#34;caption&#34;:&#34;2018 Fox Network Upfront at Wollman Rink, Central Park - Red Carpet Arrivals\n\nFeaturing: Sean Combs\nWhere: New York, New York, United States\nWhen: 14 May 2018\nCredit: Ivan Nikolov\/WENN.com&#34;,&#34;created_timestamp&#34;:&#34;1526261640&#34;,&#34;copyright&#34;:&#34;WENN.com&#34;,&#34;focal_length&#34;:&#34;0&#34;,&#34;iso&#34;:&#34;0&#34;,&#34;shutter_speed&#34;:&#34;0&#34;,&#34;title&#34;:&#34;2018 Fox Network Upfront&#34;,&#34;orientation&#34;:&#34;1&#34;}" data-image-title="2018 Fox Network Upfront" data-image-description data-medium-file="https://s34449.pcdn.co/wp-content/uploads/2021/01/Sean-Diddy-Combs-420x280.jpg" data-large-file="https://s34449.pcdn.co/wp-content/uploads/2021/01/Sean-Diddy-Combs-942x628.jpg" data-lazy-srcset sizes="(max-width: 420px) 100vw, 420px"> </a>
</div>
<div class="uagb-post__text">
<h4 class="uagb-post__title">
<a href="https://allhiphop.com/rumors/looks-like-diddy-is-paying-for-black-robs-funeral-services/" target="_self" rel="bookmark noopener noreferrer">Looks Like Diddy Is Paying For Black Robs’ Funeral Services…</a>
</h4>
</div>
<div class="uagb-post__text">
<div class="uagb-post-grid-byline">
<span class="uagb-post__author">
<span class="dashicons-admin-users dashicons"></span>
<a href="https://allhiphop.com/author/illseed-the-hero-of-the-weirdoes/" title="Posts by illseed" rel="author">illseed</a> </span>
<time datetime="2021-04-19T13:53:07-04:00" class="uagb-post__date">
<span class="dashicons-calendar dashicons"></span>
April 19, 2021 </time>
</div>
</div>
<div class="uagb-post__text">
<div class="uagb-post__excerpt">
Diddy is not to blame! </div>
</div>
<div class="uagb-post__text">
<div class="uagb-post__cta">
<a class="uagb-post__link uagb-text-link" href="https://allhiphop.com/rumors/looks-like-diddy-is-paying-for-black-robs-funeral-services/" target="_self" rel="bookmark noopener noreferrer">Read More</a>
</div>
</div>
</div>
</article>
<article>
<div class="uagb-post__inner-wrap">
<a class="uagb-post__link-complete-box" href="https://allhiphop.com/rumors/bad-boy-for-life-has-black-robs-death-awakened-a-reunion-with-diddy/" target="_self" rel="bookmark noopener noreferrer"></a>
<div class="uagb-post__image">
<a href="https://allhiphop.com/rumors/bad-boy-for-life-has-black-robs-death-awakened-a-reunion-with-diddy/" target="_self" rel="bookmark noopener noreferrer"><img width="420" height="233" src="https://s34449.pcdn.co/wp-content/uploads/2021/04/Screen-Shot-2021-04-18-at-12.50.12-PM-420x233.png?is-pending-load=1" class="attachment-medium size-medium jetpack-lazy-image" alt="Black Rob" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-srcset="https://s34449.pcdn.co/wp-content/uploads/2021/04/Screen-Shot-2021-04-18-at-12.50.12-PM-420x233.png 420w, https://s34449.pcdn.co/wp-content/uploads/2021/04/Screen-Shot-2021-04-18-at-12.50.12-PM-1132x628.png 1132w, https://s34449.pcdn.co/wp-content/uploads/2021/04/Screen-Shot-2021-04-18-at-12.50.12-PM.png 1518w" onerror="this.onerror=null;this.src=&#34;/wp-content/themes/astra-child/img/allhiphop.jpg&#34;;" data-attachment-id="6025405" data-permalink="https://allhiphop.com/news/breaking-former-bad-boy-rapper-black-rob-dead/attachment/screen-shot-2021-04-18-at-12-50-12-pm/" data-orig-file="https://s34449.pcdn.co/wp-content/uploads/2021/04/Screen-Shot-2021-04-18-at-12.50.12-PM.png" data-orig-size="1518,842" data-comments-opened="0" data-image-meta="{&#34;aperture&#34;:&#34;0&#34;,&#34;credit&#34;:&#34;&#34;,&#34;camera&#34;:&#34;&#34;,&#34;caption&#34;:&#34;&#34;,&#34;created_timestamp&#34;:&#34;0&#34;,&#34;copyright&#34;:&#34;&#34;,&#34;focal_length&#34;:&#34;0&#34;,&#34;iso&#34;:&#34;0&#34;,&#34;shutter_speed&#34;:&#34;0&#34;,&#34;title&#34;:&#34;&#34;,&#34;orientation&#34;:&#34;0&#34;}" data-image-title="Screen Shot 2021-04-18 at 12.50.12 PM" data-image-description="<p>Black Rob – Celebration </p>" data-medium-file="https://s34449.pcdn.co/wp-content/uploads/2021/04/Screen-Shot-2021-04-18-at-12.50.12-PM-420x233.png" data-large-file="https://s34449.pcdn.co/wp-content/uploads/2021/04/Screen-Shot-2021-04-18-at-12.50.12-PM-1132x628.png" data-lazy-srcset sizes="(max-width: 420px) 100vw, 420px"> </a>
</div>
<div class="uagb-post__text">
<h4 class="uagb-post__title">
<a href="https://allhiphop.com/rumors/bad-boy-for-life-has-black-robs-death-awakened-a-reunion-with-diddy/" target="_self" rel="bookmark noopener noreferrer">Bad Boy For Life? Has Black Rob’s Death Awakened A Reunion With Diddy?</a>
</h4>
</div>
<div class="uagb-post__text">
<div class="uagb-post-grid-byline">
<span class="uagb-post__author">
<span class="dashicons-admin-users dashicons"></span>
<a href="https://allhiphop.com/author/illseed-the-hero-of-the-weirdoes/" title="Posts by illseed" rel="author">illseed</a> </span>
<time datetime="2021-04-18T12:22:54-04:00" class="uagb-post__date">
<span class="dashicons-calendar dashicons"></span>
April 18, 2021 </time>
</div>
</div>
<div class="uagb-post__text">
<div class="uagb-post__excerpt">
What do you think about this insane turn of events with Black Rob? </div>
</div>
<div class="uagb-post__text">
<div class="uagb-post__cta">
<a class="uagb-post__link uagb-text-link" href="https://allhiphop.com/rumors/bad-boy-for-life-has-black-robs-death-awakened-a-reunion-with-diddy/" target="_self" rel="bookmark noopener noreferrer">Read More</a>
</div>
</div>
</div>
</article>
<article>
<div class="uagb-post__inner-wrap">
<a class="uagb-post__link-complete-box" href="https://allhiphop.com/rumors/behind-the-scenes-of-dmxs-memorial-service-swizz-beatz-is-working/" target="_self" rel="bookmark noopener noreferrer"></a>
<div class="uagb-post__image">
<a href="https://allhiphop.com/rumors/behind-the-scenes-of-dmxs-memorial-service-swizz-beatz-is-working/" target="_self" rel="bookmark noopener noreferrer"><img width="420" height="235" src="https://s34449.pcdn.co/wp-content/uploads/2021/04/Screen-Shot-2021-04-07-at-4.30.41-PM-420x235.png?is-pending-load=1" class="attachment-medium size-medium jetpack-lazy-image" alt="DMX" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-srcset="https://s34449.pcdn.co/wp-content/uploads/2021/04/Screen-Shot-2021-04-07-at-4.30.41-PM-420x235.png 420w, https://s34449.pcdn.co/wp-content/uploads/2021/04/Screen-Shot-2021-04-07-at-4.30.41-PM-1124x628.png 1124w, https://s34449.pcdn.co/wp-content/uploads/2021/04/Screen-Shot-2021-04-07-at-4.30.41-PM.png 1482w" onerror="this.onerror=null;this.src=&#34;/wp-content/themes/astra-child/img/allhiphop.jpg&#34;;" data-attachment-id="6024735" data-permalink="https://allhiphop.com/features/dmx-god-let-me-holler-at-you/attachment/screen-shot-2021-04-07-at-4-30-41-pm/" data-orig-file="https://s34449.pcdn.co/wp-content/uploads/2021/04/Screen-Shot-2021-04-07-at-4.30.41-PM.png" data-orig-size="1482,828" data-comments-opened="0" data-image-meta="{&#34;aperture&#34;:&#34;0&#34;,&#34;credit&#34;:&#34;&#34;,&#34;camera&#34;:&#34;&#34;,&#34;caption&#34;:&#34;&#34;,&#34;created_timestamp&#34;:&#34;0&#34;,&#34;copyright&#34;:&#34;&#34;,&#34;focal_length&#34;:&#34;0&#34;,&#34;iso&#34;:&#34;0&#34;,&#34;shutter_speed&#34;:&#34;0&#34;,&#34;title&#34;:&#34;&#34;,&#34;orientation&#34;:&#34;0&#34;}" data-image-title="DMX Screen Shot 2021-04-07 at 4.30.41 PM" data-image-description="<p>DMX</p>" data-medium-file="https://s34449.pcdn.co/wp-content/uploads/2021/04/Screen-Shot-2021-04-07-at-4.30.41-PM-420x235.png" data-large-file="https://s34449.pcdn.co/wp-content/uploads/2021/04/Screen-Shot-2021-04-07-at-4.30.41-PM-1124x628.png" data-lazy-srcset sizes="(max-width: 420px) 100vw, 420px"> </a>
</div>
<div class="uagb-post__text">
<h4 class="uagb-post__title">
<a href="https://allhiphop.com/rumors/behind-the-scenes-of-dmxs-memorial-service-swizz-beatz-is-working/" target="_self" rel="bookmark noopener noreferrer">Behind The Scenes Of DMX’s Memorial Service, Swizz Beatz Is Working!</a>
</h4>
</div>
<div class="uagb-post__text">
<div class="uagb-post-grid-byline">
<span class="uagb-post__author">
<span class="dashicons-admin-users dashicons"></span>
<a href="https://allhiphop.com/author/illseed-the-hero-of-the-weirdoes/" title="Posts by illseed" rel="author">illseed</a> </span>
<time datetime="2021-04-17T20:56:21-04:00" class="uagb-post__date">
<span class="dashicons-calendar dashicons"></span>
April 17, 2021 </time>
</div>
</div>
<div class="uagb-post__text">
<div class="uagb-post__excerpt">
There's a lot of finagling going on, but all in the name of DMX. </div>
</div>
<div class="uagb-post__text">
<div class="uagb-post__cta">
<a class="uagb-post__link uagb-text-link" href="https://allhiphop.com/rumors/behind-the-scenes-of-dmxs-memorial-service-swizz-beatz-is-working/" target="_self" rel="bookmark noopener noreferrer">Read More</a>
</div>
</div>
</div>
</article>
</div>
</div>
<div class="uagb-post-grid custom_grid_offset4 uagb-post__image-position-top uagb-block-2761c335" data-total="3328">
<div class="uagb-post__items uagb-post__columns-3 is-grid uagb-post__columns-tablet-2 uagb-post__columns-mobile-1 uagb-post__equal-height">
<article>
<div class="uagb-post__inner-wrap">
<div class="uagb-post__text">
<h4 class="uagb-post__title">
<a href="https://allhiphop.com/rumors/lil-nas-xs-dad-comments-on-his-mothers-addiction/" target="_self" rel="bookmark noopener noreferrer">Lil Nas X’s Dad Comments On His Mother’s Addiction!</a>
</h4>
</div>
<div class="uagb-post__text">
<div class="uagb-post-grid-byline">
<span class="uagb-post__author">
<span class="dashicons-admin-users dashicons"></span>
<a href="https://allhiphop.com/author/illseed-the-hero-of-the-weirdoes/" title="Posts by illseed" rel="author">illseed</a> </span>
<time datetime="2021-04-15T23:58:55-04:00" class="uagb-post__date">
<span class="dashicons-calendar dashicons"></span>
April 15, 2021 </time>
</div>
</div>
<div class="uagb-post__text">
<div class="uagb-post__cta">
<a class="uagb-post__link uagb-text-link" href="https://allhiphop.com/rumors/lil-nas-xs-dad-comments-on-his-mothers-addiction/" target="_self" rel="bookmark noopener noreferrer">Read More</a>
</div>
</div>
</div>
</article>
<article>
<div class="uagb-post__inner-wrap">
<div class="uagb-post__text">
<h4 class="uagb-post__title">
<a href="https://allhiphop.com/rumors/did-usher-his-ushbucks-get-him-in-trouble-with-some-vegas-gangstas/" target="_self" rel="bookmark noopener noreferrer">Did Usher & His UshBucks Get Him In Trouble With Some Vegas Gangstas?</a>
</h4>
</div>
<div class="uagb-post__text">
<div class="uagb-post-grid-byline">
<span class="uagb-post__author">
<span class="dashicons-admin-users dashicons"></span>
<a href="https://allhiphop.com/author/illseed-the-hero-of-the-weirdoes/" title="Posts by illseed" rel="author">illseed</a> </span>
<time datetime="2021-04-15T14:26:28-04:00" class="uagb-post__date">
<span class="dashicons-calendar dashicons"></span>
April 15, 2021 </time>
</div>
</div>
<div class="uagb-post__text">
<div class="uagb-post__cta">
<a class="uagb-post__link uagb-text-link" href="https://allhiphop.com/rumors/did-usher-his-ushbucks-get-him-in-trouble-with-some-vegas-gangstas/" target="_self" rel="bookmark noopener noreferrer">Read More</a>
</div>
</div>
</div>
</article>
<article>
<div class="uagb-post__inner-wrap">
<div class="uagb-post__text">
<h4 class="uagb-post__title">
<a href="https://allhiphop.com/rumors/prodigys-daughter-santana-fox-disses-flee-lord-but-why/" target="_self" rel="bookmark noopener noreferrer">Prodigy’s Daughter Santana Fox Disses Flee Lord, BUT WHY!?!</a>
</h4>
</div>
<div class="uagb-post__text">
<div class="uagb-post-grid-byline">
<span class="uagb-post__author">
<span class="dashicons-admin-users dashicons"></span>
<a href="https://allhiphop.com/author/illseed-the-hero-of-the-weirdoes/" title="Posts by illseed" rel="author">illseed</a> </span>
<time datetime="2021-04-15T00:01:27-04:00" class="uagb-post__date">
<span class="dashicons-calendar dashicons"></span>
April 15, 2021 </time>
</div>
</div>
<div class="uagb-post__text">
<div class="uagb-post__cta">
<a class="uagb-post__link uagb-text-link" href="https://allhiphop.com/rumors/prodigys-daughter-santana-fox-disses-flee-lord-but-why/" target="_self" rel="bookmark noopener noreferrer">Read More</a>
</div>
</div>
</div>
</article>
</div>
</div>
<a href="/rumors/" class="viewmore-link white-light"> View all Rumors</a>
</div></div>
</div></div>
<div class="wp-block-coblocks-row coblocks-row-816175718690 special_fullwidth home_trending" data-columns="1" data-layout="100"><div class="special_fullwidth home_trending wp-block-coblocks-row__inner has-no-padding has-no-margin is-stacked-on-mobile has-medium-gutter">
<div class="wp-block-coblocks-column coblocks-column-816175720169" style="width:100%"><div class="wp-block-coblocks-column__inner has-no-padding has-no-margin">
<h3 class="custom_homepage_title_h3 light-title" id="h-trending-discussions">trending discussions</h3>
<ul class="is-grid columns-5 custom_homepage_discussion wp-block-rss"><li class="wp-block-rss__item"><div class="wp-block-rss__item-title"><a href="https://community.allhiphop.com/discussion/563712/ear2dast-is-back-k-b-lil-flea-single-feat-z-ro-i-salute-april-23-black-royalty">Ear2DaSt is back.. K.B. & Lil Flea single feat. Z-Ro "I Salute" April,23 ...#Black Royalty</a></div><time datetime class="wp-block-rss__item-publish-date">April 18, 2021</time> <span class="wp-block-rss__item-author">by Ear2DaSt</span></li><li class="wp-block-rss__item"><div class="wp-block-rss__item-title"><a href="https://community.allhiphop.com/discussion/563710/red-the-bully-strap-star-trap-star-remix-review">Red The Bully - Strap Star / Trap Star Remix (Review)</a></div><time datetime class="wp-block-rss__item-publish-date">April 14, 2021</time> <span class="wp-block-rss__item-author">by Pluggedinwithaustin</span></li><li class="wp-block-rss__item"><div class="wp-block-rss__item-title"><a href="https://community.allhiphop.com/discussion/563709/interview-with-dnash-tha-rapper">Interview With Dnash Tha Rapper</a></div><time datetime class="wp-block-rss__item-publish-date">April 8, 2021</time> <span class="wp-block-rss__item-author">by Pluggedinwithaustin</span></li><li class="wp-block-rss__item"><div class="wp-block-rss__item-title"><a href="https://community.allhiphop.com/discussion/563708/therealtaco-walking-hearse-review">TheRealTaco - Walking Hearse (Review)</a></div><time datetime class="wp-block-rss__item-publish-date">March 26, 2021</time> <span class="wp-block-rss__item-author">by Pluggedinwithaustin</span></li><li class="wp-block-rss__item"><div class="wp-block-rss__item-title"><a href="https://community.allhiphop.com/discussion/563707/therealtaco-walking-hearse-review">TheRealTaco - Walking Hearse (Review)</a></div><time datetime class="wp-block-rss__item-publish-date">March 26, 2021</time> <span class="wp-block-rss__item-author">by Pluggedinwithaustin</span></li></ul>
<a href="https://allhiphop.vanillacommunities.com/entry/signin?Target=discussions" class="viewmore-link white-light"> Login / Join the ||| Community </a>
</div></div>
</div></div>
<div class="wp-block-group"><div class="wp-block-group__inner-container">
<div class="wp-block-coblocks-row coblocks-row-81512376349 group_carousel_black_bg no-fade special_fullwidth home_latest_features" data-columns="1" data-layout="100"><div class="group_carousel_black_bg no-fade special_fullwidth home_latest_features wp-block-coblocks-row__inner has-no-padding has-no-margin is-stacked-on-mobile has-medium-gutter">
<div class="wp-block-coblocks-column coblocks-column-815123757748" style="width:100%"><div class="wp-block-coblocks-column__inner has-no-padding has-no-margin">
<div id="ezoic-pub-ad-placeholder-848"> </div>
<h3 class="custom_homepage_title_h3" id="h-all-features">All Features</h3>
<div class="uagb-post-grid custom_featured_section uagb-post__image-position-top uagb-block-2624d921" data-total="1262">
<div class="uagb-post__items uagb-post__columns-2 is-grid uagb-post__columns-tablet-2 uagb-post__columns-mobile-1 uagb-post__equal-height">
<article>
<div class="uagb-post__inner-wrap">
<a class="uagb-post__link-complete-box" href="https://allhiphop.com/features/ice-prince-talks-hip-hop-afrobeats-new-single-kolo/" target="_self" rel="bookmark noopener noreferrer"></a>
<div class="uagb-post__image">
<a href="https://allhiphop.com/features/ice-prince-talks-hip-hop-afrobeats-new-single-kolo/" target="_self" rel="bookmark noopener noreferrer"><img width="420" height="220" src="https://s34449.pcdn.co/wp-content/uploads/2021/04/Ice-Prince-420x220.jpg?is-pending-load=1" class="attachment-medium size-medium jetpack-lazy-image" alt srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-srcset="https://s34449.pcdn.co/wp-content/uploads/2021/04/Ice-Prince-420x220.jpg 420w, https://s34449.pcdn.co/wp-content/uploads/2021/04/Ice-Prince.jpg 1200w" onerror="this.onerror=null;this.src=&#34;/wp-content/themes/astra-child/img/allhiphop.jpg&#34;;" data-attachment-id="6025463" data-permalink="https://allhiphop.com/features/ice-prince-talks-hip-hop-afrobeats-new-single-kolo/attachment/ice-prince/" data-orig-file="https://s34449.pcdn.co/wp-content/uploads/2021/04/Ice-Prince.jpg" data-orig-size="1200,628" data-comments-opened="0" data-image-meta="{&#34;aperture&#34;:&#34;0&#34;,&#34;credit&#34;:&#34;&#34;,&#34;camera&#34;:&#34;&#34;,&#34;caption&#34;:&#34;&#34;,&#34;created_timestamp&#34;:&#34;0&#34;,&#34;copyright&#34;:&#34;&#34;,&#34;focal_length&#34;:&#34;0&#34;,&#34;iso&#34;:&#34;0&#34;,&#34;shutter_speed&#34;:&#34;0&#34;,&#34;title&#34;:&#34;&#34;,&#34;orientation&#34;:&#34;1&#34;}" data-image-title="Ice Prince" data-image-description data-medium-file="https://s34449.pcdn.co/wp-content/uploads/2021/04/Ice-Prince-420x220.jpg" data-large-file="https://s34449.pcdn.co/wp-content/uploads/2021/04/Ice-Prince.jpg" data-lazy-srcset sizes="(max-width: 420px) 100vw, 420px"> </a>
</div>
<div class="uagb-post__text">
<h4 class="uagb-post__title">
<a href="https://allhiphop.com/features/ice-prince-talks-hip-hop-afrobeats-new-single-kolo/" target="_self" rel="bookmark noopener noreferrer">Ice Prince: Nigerian Rapper Talks Hip-Hop, Afrobeats And New Single “KOLO” </a>
</h4>
</div>
<div class="uagb-post__text">
<div class="uagb-post-grid-byline">
<span class="uagb-post__author">
<span class="dashicons-admin-users dashicons"></span>
<a href="https://allhiphop.com/author/shirleyju/" title="Posts by Shirley Ju" rel="author">Shirley Ju</a> </span>
<time datetime="2021-04-19T21:18:37-04:00" class="uagb-post__date">
<span class="dashicons-calendar dashicons"></span>
April 19, 2021 </time>
</div>
</div>
<div class="uagb-post__text">
<div class="uagb-post__excerpt">
Ice Prince checks in with AllHipHop to discuss what Nigeria means to him, his dreams, biggest influences, the making of “Oleku,” signing to 300, collaborating… </div>
</div>
<div class="uagb-post__text">
<div class="uagb-post__cta">
<a class="uagb-post__link uagb-text-link" href="https://allhiphop.com/features/ice-prince-talks-hip-hop-afrobeats-new-single-kolo/" target="_self" rel="bookmark noopener noreferrer">Read More</a>
</div>
</div>
</div>
</article>
<article>
<div class="uagb-post__inner-wrap">
<a class="uagb-post__link-complete-box" href="https://allhiphop.com/features/jake-paul-won-snoop-triller-fight-club/" target="_self" rel="bookmark noopener noreferrer"></a>
<div class="uagb-post__image">
<a href="https://allhiphop.com/features/jake-paul-won-snoop-triller-fight-club/" target="_self" rel="bookmark noopener noreferrer"><img width="420" height="236" src="https://s34449.pcdn.co/wp-content/uploads/2021/04/Screen-Shot-2021-04-18-at-3.54.24-AM-e1618732632383-420x236.png?is-pending-load=1" class="attachment-medium size-medium jetpack-lazy-image" alt srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-srcset="https://s34449.pcdn.co/wp-content/uploads/2021/04/Screen-Shot-2021-04-18-at-3.54.24-AM-e1618732632383-420x236.png 420w, https://s34449.pcdn.co/wp-content/uploads/2021/04/Screen-Shot-2021-04-18-at-3.54.24-AM-e1618732632383.png 793w" onerror="this.onerror=null;this.src=&#34;/wp-content/themes/astra-child/img/allhiphop.jpg&#34;;" data-attachment-id="6025381" data-permalink="https://allhiphop.com/features/jake-paul-won-snoop-triller-fight-club/attachment/screen-shot-2021-04-18-at-3-54-24-am/" data-orig-file="https://s34449.pcdn.co/wp-content/uploads/2021/04/Screen-Shot-2021-04-18-at-3.54.24-AM-e1618732632383.png" data-orig-size="793,446" data-comments-opened="0" data-image-meta="{&#34;aperture&#34;:&#34;0&#34;,&#34;credit&#34;:&#34;&#34;,&#34;camera&#34;:&#34;&#34;,&#34;caption&#34;:&#34;&#34;,&#34;created_timestamp&#34;:&#34;0&#34;,&#34;copyright&#34;:&#34;&#34;,&#34;focal_length&#34;:&#34;0&#34;,&#34;iso&#34;:&#34;0&#34;,&#34;shutter_speed&#34;:&#34;0&#34;,&#34;title&#34;:&#34;&#34;,&#34;orientation&#34;:&#34;0&#34;}" data-image-title="Snoop Triller Promotional Pic" data-image-description data-medium-file="https://s34449.pcdn.co/wp-content/uploads/2021/04/Screen-Shot-2021-04-18-at-3.54.24-AM-e1618732632383-420x236.png" data-large-file="https://s34449.pcdn.co/wp-content/uploads/2021/04/Screen-Shot-2021-04-18-at-3.54.24-AM-826x628.png" data-lazy-srcset sizes="(max-width: 420px) 100vw, 420px"> </a>
</div>
<div class="uagb-post__text">
<h4 class="uagb-post__title">
<a href="https://allhiphop.com/features/jake-paul-won-snoop-triller-fight-club/" target="_self" rel="bookmark noopener noreferrer">Sure Jake Paul Won … But Really … Snoop Is The Winner of Triller Fight Club</a>
</h4>
</div>
<div class="uagb-post__text">
<div class="uagb-post-grid-byline">
<span class="uagb-post__author">
<span class="dashicons-admin-users dashicons"></span>
<a href="https://allhiphop.com/author/kershaw-st-jawnson-2/" title="Posts by Kershaw St. Jawnson" rel="author">Kershaw St. Jawnson</a> </span>
<time datetime="2021-04-18T03:57:48-04:00" class="uagb-post__date">
<span class="dashicons-calendar dashicons"></span>
April 18, 2021 </time>
</div>
</div>
<div class="uagb-post__text">
<div class="uagb-post__excerpt">
Snoop's new venture caked off the pay-per-view, the million-plus NFT sale and a $2 million bet with Dana White. </div>
</div>
<div class="uagb-post__text">
<div class="uagb-post__cta">
<a class="uagb-post__link uagb-text-link" href="https://allhiphop.com/features/jake-paul-won-snoop-triller-fight-club/" target="_self" rel="bookmark noopener noreferrer">Read More</a>
</div>
</div>
</div>
</article>
<article>
<div class="uagb-post__inner-wrap">
<a class="uagb-post__link-complete-box" href="https://allhiphop.com/features/j-young-mdk-talks-jamie-foxx-as-his-mentor-relentless-work-ethic/" target="_self" rel="bookmark noopener noreferrer"></a>
<div class="uagb-post__image">
<a href="https://allhiphop.com/features/j-young-mdk-talks-jamie-foxx-as-his-mentor-relentless-work-ethic/" target="_self" rel="bookmark noopener noreferrer"><img width="420" height="220" src="https://s34449.pcdn.co/wp-content/uploads/2021/04/J-YOUNG-MDK-1-420x220.jpg?is-pending-load=1" class="attachment-medium size-medium jetpack-lazy-image" alt srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-srcset="https://s34449.pcdn.co/wp-content/uploads/2021/04/J-YOUNG-MDK-1-420x220.jpg 420w, https://s34449.pcdn.co/wp-content/uploads/2021/04/J-YOUNG-MDK-1.jpg 1200w" onerror="this.onerror=null;this.src=&#34;/wp-content/themes/astra-child/img/allhiphop.jpg&#34;;" data-attachment-id="6025317" data-permalink="https://allhiphop.com/features/j-young-mdk-talks-jamie-foxx-as-his-mentor-relentless-work-ethic/attachment/j-young-mdk-1/" data-orig-file="https://s34449.pcdn.co/wp-content/uploads/2021/04/J-YOUNG-MDK-1.jpg" data-orig-size="1200,628" data-comments-opened="0" data-image-meta="{&#34;aperture&#34;:&#34;0&#34;,&#34;credit&#34;:&#34;&#34;,&#34;camera&#34;:&#34;&#34;,&#34;caption&#34;:&#34;&#34;,&#34;created_timestamp&#34;:&#34;0&#34;,&#34;copyright&#34;:&#34;&#34;,&#34;focal_length&#34;:&#34;0&#34;,&#34;iso&#34;:&#34;0&#34;,&#34;shutter_speed&#34;:&#34;0&#34;,&#34;title&#34;:&#34;&#34;,&#34;orientation&#34;:&#34;1&#34;}" data-image-title="J YOUNG MDK" data-image-description data-medium-file="https://s34449.pcdn.co/wp-content/uploads/2021/04/J-YOUNG-MDK-1-420x220.jpg" data-large-file="https://s34449.pcdn.co/wp-content/uploads/2021/04/J-YOUNG-MDK-1.jpg" data-lazy-srcset sizes="(max-width: 420px) 100vw, 420px"> </a>
</div>
<div class="uagb-post__text">
<h4 class="uagb-post__title">
<a href="https://allhiphop.com/features/j-young-mdk-talks-jamie-foxx-as-his-mentor-relentless-work-ethic/" target="_self" rel="bookmark noopener noreferrer">J Young MDK Talks Jamie Foxx As His Mentor & Relentless Work Ethic </a>
</h4>
</div>
<div class="uagb-post__text">
<div class="uagb-post-grid-byline">
<span class="uagb-post__author">
<span class="dashicons-admin-users dashicons"></span>
<a href="https://allhiphop.com/author/shirleyju/" title="Posts by Shirley Ju" rel="author">Shirley Ju</a> </span>
<time datetime="2021-04-16T16:43:57-04:00" class="uagb-post__date">
<span class="dashicons-calendar dashicons"></span>
April 16, 2021 </time>
</div>
</div>
<div class="uagb-post__text">
<div class="uagb-post__excerpt">
AllHipHop caught up with J Young MDK, and he shared details about his musical influences, how Jamie Foxx has helped his career, and more! </div>
</div>
<div class="uagb-post__text">
<div class="uagb-post__cta">
<a class="uagb-post__link uagb-text-link" href="https://allhiphop.com/features/j-young-mdk-talks-jamie-foxx-as-his-mentor-relentless-work-ethic/" target="_self" rel="bookmark noopener noreferrer">Read More</a>
</div>
</div>
</div>
</article>
<article>
<div class="uagb-post__inner-wrap">
<a class="uagb-post__link-complete-box" href="https://allhiphop.com/features/snowfall-cast-amin-joseph-michael-hyatt-talk-season-4/" target="_self" rel="bookmark noopener noreferrer"></a>
<div class="uagb-post__image">
<a href="https://allhiphop.com/features/snowfall-cast-amin-joseph-michael-hyatt-talk-season-4/" target="_self" rel="bookmark noopener noreferrer"><img width="420" height="220" src="https://s34449.pcdn.co/wp-content/uploads/2021/04/Michael-Hyatt-and-Joseph-Amin-1-420x220.jpg?is-pending-load=1" class="attachment-medium size-medium jetpack-lazy-image" alt="Michael Hyatt and Joseph Amin" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-srcset="https://s34449.pcdn.co/wp-content/uploads/2021/04/Michael-Hyatt-and-Joseph-Amin-1-420x220.jpg 420w, https://s34449.pcdn.co/wp-content/uploads/2021/04/Michael-Hyatt-and-Joseph-Amin-1.jpg 1200w" onerror="this.onerror=null;this.src=&#34;/wp-content/themes/astra-child/img/allhiphop.jpg&#34;;" data-attachment-id="6025173" data-permalink="https://allhiphop.com/features/snowfall-cast-amin-joseph-michael-hyatt-talk-season-4/attachment/michael-hyatt-and-joseph-amin-1/" data-orig-file="https://s34449.pcdn.co/wp-content/uploads/2021/04/Michael-Hyatt-and-Joseph-Amin-1.jpg" data-orig-size="1200,628" data-comments-opened="0" data-image-meta="{&#34;aperture&#34;:&#34;0&#34;,&#34;credit&#34;:&#34;&#34;,&#34;camera&#34;:&#34;&#34;,&#34;caption&#34;:&#34;&#34;,&#34;created_timestamp&#34;:&#34;0&#34;,&#34;copyright&#34;:&#34;&#34;,&#34;focal_length&#34;:&#34;0&#34;,&#34;iso&#34;:&#34;0&#34;,&#34;shutter_speed&#34;:&#34;0&#34;,&#34;title&#34;:&#34;&#34;,&#34;orientation&#34;:&#34;1&#34;}" data-image-title="Michael Hyatt and Joseph Amin" data-image-description="<p>Michael Hyatt and Joseph Amin</p>" data-medium-file="https://s34449.pcdn.co/wp-content/uploads/2021/04/Michael-Hyatt-and-Joseph-Amin-1-420x220.jpg" data-large-file="https://s34449.pcdn.co/wp-content/uploads/2021/04/Michael-Hyatt-and-Joseph-Amin-1.jpg" data-lazy-srcset sizes="(max-width: 420px) 100vw, 420px"> </a>
</div>
<div class="uagb-post__text">
<h4 class="uagb-post__title">
<a href="https://allhiphop.com/features/snowfall-cast-amin-joseph-michael-hyatt-talk-season-4/" target="_self" rel="bookmark noopener noreferrer">‘Snowfall’ Cast Amin Joseph & Michael Hyatt Talk Season 4, Freeway Rick Ross and Danileigh’s Tweet</a>
</h4>
</div>
<div class="uagb-post__text">
<div class="uagb-post-grid-byline">
<span class="uagb-post__author">
<span class="dashicons-admin-users dashicons"></span>
<a href="https://allhiphop.com/author/shirleyju/" title="Posts by Shirley Ju" rel="author">Shirley Ju</a> </span>
<time datetime="2021-04-14T19:56:32-04:00" class="uagb-post__date">
<span class="dashicons-calendar dashicons"></span>
April 14, 2021 </time>
</div>
</div>
<div class="uagb-post__text">
<div class="uagb-post__excerpt">
‘Snowfall’ Cast Amin Joseph & Michael Hyatt Talk Season 4, Freeway Rick Ross and Danileigh’s Tweet </div>
</div>
<div class="uagb-post__text">
<div class="uagb-post__cta">
<a class="uagb-post__link uagb-text-link" href="https://allhiphop.com/features/snowfall-cast-amin-joseph-michael-hyatt-talk-season-4/" target="_self" rel="bookmark noopener noreferrer">Read More</a>
</div>
</div>
</div>
</article>
</div>
</div>
<a href="/features/" class="viewmore-link white-light"> View all Features</a>
</div></div>
</div></div>
</div></div>
<div class="wp-block-group"><div class="wp-block-group__inner-container">
<div class="wp-block-coblocks-row coblocks-row-814155947521 group_carousel_black_bg special_fullwidth fade-bottom home_all_music" data-columns="1" data-layout="100"><div class="group_carousel_black_bg special_fullwidth fade-bottom home_all_music wp-block-coblocks-row__inner has-no-padding has-no-margin is-stacked-on-mobile has-medium-gutter">
<div class="wp-block-coblocks-column coblocks-column-81416019391" style="width:100%"><div class="wp-block-coblocks-column__inner has-no-padding has-no-margin">
<h3 class="custom_homepage_title_h3" id="h-all-music-videos">All Music & Videos</h3>
<div class="uagb-post-grid allhiphop-music-home uagb-post__image-position-top uagb-block-1f1d6de8" data-total="6617">
<div class="uagb-post__items uagb-post__columns-4 is-grid uagb-post__columns-tablet-2 uagb-post__columns-mobile-1 uagb-post__equal-height">
<article>
<div class="uagb-post__inner-wrap">
<div class="uagb-post__image">
<a href="https://allhiphop.com/music/infraredd-ohumad/" target="_blank" rel="bookmark noopener noreferrer"><img width="420" height="220" src="https://s34449.pcdn.co/wp-content/uploads/2021/04/Infra-Red-420x220.jpg?is-pending-load=1" class="attachment-medium size-medium jetpack-lazy-image" alt srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-srcset="https://s34449.pcdn.co/wp-content/uploads/2021/04/Infra-Red-420x220.jpg 420w, https://s34449.pcdn.co/wp-content/uploads/2021/04/Infra-Red.jpg 1200w" onerror="this.onerror=null;this.src=&#34;/wp-content/themes/astra-child/img/allhiphop.jpg&#34;;" data-attachment-id="6025356" data-permalink="https://allhiphop.com/music/infraredd-ohumad/attachment/infra-red/" data-orig-file="https://s34449.pcdn.co/wp-content/uploads/2021/04/Infra-Red.jpg" data-orig-size="1200,628" data-comments-opened="0" data-image-meta="{&#34;aperture&#34;:&#34;0&#34;,&#34;credit&#34;:&#34;&#34;,&#34;camera&#34;:&#34;&#34;,&#34;caption&#34;:&#34;&#34;,&#34;created_timestamp&#34;:&#34;0&#34;,&#34;copyright&#34;:&#34;&#34;,&#34;focal_length&#34;:&#34;0&#34;,&#34;iso&#34;:&#34;0&#34;,&#34;shutter_speed&#34;:&#34;0&#34;,&#34;title&#34;:&#34;&#34;,&#34;orientation&#34;:&#34;1&#34;}" data-image-title="Infra Red" data-image-description data-medium-file="https://s34449.pcdn.co/wp-content/uploads/2021/04/Infra-Red-420x220.jpg" data-large-file="https://s34449.pcdn.co/wp-content/uploads/2021/04/Infra-Red.jpg" data-lazy-srcset sizes="(max-width: 420px) 100vw, 420px"> </a>
</div>
<div class="uagb-post__text">
<h4 class="uagb-post__title">
<a href="https://allhiphop.com/music/infraredd-ohumad/" target="_blank" rel="bookmark noopener noreferrer">Listen To Bompton Rapper Infra Redd Banging Single “OHUMAD” Featuring Dennis Blaze</a>
</h4>
</div>
<div class="uagb-post__text">
<div class="uagb-post-grid-byline">
<span class="uagb-post__author">
<span class="dashicons-admin-users dashicons"></span>
<a href="https://allhiphop.com/author/allhiphopstaff1/" title="Posts by AllHipHop Staff" rel="author">AllHipHop Staff</a> </span>
<time datetime="2021-04-17T12:25:29-04:00" class="uagb-post__date">
<span class="dashicons-calendar dashicons"></span>
April 17, 2021 </time>
</div>
</div>
</div>
</article>
<article>
<div class="uagb-post__inner-wrap">
<div class="uagb-post__image">
<a href="https://allhiphop.com/music/jamaicas-konshens-teams-with-fellow-dancehall-stars-spice-and-rvssian-on-pay-for-it/" target="_blank" rel="bookmark noopener noreferrer"><img width="420" height="220" src="https://s34449.pcdn.co/wp-content/uploads/2021/04/Konshens-420x220.jpg?is-pending-load=1" class="attachment-medium size-medium jetpack-lazy-image" alt srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-srcset="https://s34449.pcdn.co/wp-content/uploads/2021/04/Konshens-420x220.jpg 420w, https://s34449.pcdn.co/wp-content/uploads/2021/04/Konshens.jpg 1200w" onerror="this.onerror=null;this.src=&#34;/wp-content/themes/astra-child/img/allhiphop.jpg&#34;;" data-attachment-id="6025312" data-permalink="https://allhiphop.com/music/jamaicas-konshens-teams-with-fellow-dancehall-stars-spice-and-rvssian-on-pay-for-it/attachment/konshens/" data-orig-file="https://s34449.pcdn.co/wp-content/uploads/2021/04/Konshens.jpg" data-orig-size="1200,628" data-comments-opened="0" data-image-meta="{&#34;aperture&#34;:&#34;0&#34;,&#34;credit&#34;:&#34;&#34;,&#34;camera&#34;:&#34;&#34;,&#34;caption&#34;:&#34;&#34;,&#34;created_timestamp&#34;:&#34;0&#34;,&#34;copyright&#34;:&#34;&#34;,&#34;focal_length&#34;:&#34;0&#34;,&#34;iso&#34;:&#34;0&#34;,&#34;shutter_speed&#34;:&#34;0&#34;,&#34;title&#34;:&#34;&#34;,&#34;orientation&#34;:&#34;1&#34;}" data-image-title="Konshens" data-image-description data-medium-file="https://s34449.pcdn.co/wp-content/uploads/2021/04/Konshens-420x220.jpg" data-large-file="https://s34449.pcdn.co/wp-content/uploads/2021/04/Konshens.jpg" data-lazy-srcset sizes="(max-width: 420px) 100vw, 420px"> </a>
</div>
<div class="uagb-post__text">
<h4 class="uagb-post__title">
<a href="https://allhiphop.com/music/jamaicas-konshens-teams-with-fellow-dancehall-stars-spice-and-rvssian-on-pay-for-it/" target="_blank" rel="bookmark noopener noreferrer">Jamaica’s Konshens Teams With Fellow Dancehall Stars Spice and Rvssian on “Pay For It”</a>
</h4>
</div>
<div class="uagb-post__text">
<div class="uagb-post-grid-byline">
<span class="uagb-post__author">
<span class="dashicons-admin-users dashicons"></span>
<a href="https://allhiphop.com/author/shirleyju/" title="Posts by Shirley Ju" rel="author">Shirley Ju</a> </span>
<time datetime="2021-04-16T16:30:03-04:00" class="uagb-post__date">
<span class="dashicons-calendar dashicons"></span>
April 16, 2021 </time>
</div>
</div>
</div>
</article>
<article>
<div class="uagb-post__inner-wrap">
<div class="uagb-post__image">
<a href="https://allhiphop.com/music/zoe-gawd-releases-hit-single-bad-things/" target="_blank" rel="bookmark noopener noreferrer"><img width="420" height="259" src="https://s34449.pcdn.co/wp-content/uploads/2021/04/Zoe-Gawd-Releases-Hit-Single-Bad-Things-scaled-e1618600173830-420x259.jpg?is-pending-load=1" class="attachment-medium size-medium jetpack-lazy-image" alt srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-srcset="https://s34449.pcdn.co/wp-content/uploads/2021/04/Zoe-Gawd-Releases-Hit-Single-Bad-Things-scaled-e1618600173830-420x259.jpg 420w, https://s34449.pcdn.co/wp-content/uploads/2021/04/Zoe-Gawd-Releases-Hit-Single-Bad-Things-scaled-e1618600173830-1017x628.jpg 1017w, https://s34449.pcdn.co/wp-content/uploads/2021/04/Zoe-Gawd-Releases-Hit-Single-Bad-Things-scaled-e1618600173830.jpg 1197w" onerror="this.onerror=null;this.src=&#34;/wp-content/themes/astra-child/img/allhiphop.jpg&#34;;" data-attachment-id="6025309" data-permalink="https://allhiphop.com/music/zoe-gawd-releases-hit-single-bad-things/attachment/zoe-gawd-releases-hit-single-bad-things/" data-orig-file="https://s34449.pcdn.co/wp-content/uploads/2021/04/Zoe-Gawd-Releases-Hit-Single-Bad-Things-scaled-e1618600173830.jpg" data-orig-size="1197,739" data-comments-opened="0" data-image-meta="{&#34;aperture&#34;:&#34;0&#34;,&#34;credit&#34;:&#34;&#34;,&#34;camera&#34;:&#34;&#34;,&#34;caption&#34;:&#34;&#34;,&#34;created_timestamp&#34;:&#34;0&#34;,&#34;copyright&#34;:&#34;&#34;,&#34;focal_length&#34;:&#34;0&#34;,&#34;iso&#34;:&#34;0&#34;,&#34;shutter_speed&#34;:&#34;0&#34;,&#34;title&#34;:&#34;&#34;,&#34;orientation&#34;:&#34;0&#34;}" data-image-title="Zoe Gawd Releases Hit Single “Bad Things”" data-image-description data-medium-file="https://s34449.pcdn.co/wp-content/uploads/2021/04/Zoe-Gawd-Releases-Hit-Single-Bad-Things-scaled-e1618600173830-420x259.jpg" data-large-file="https://s34449.pcdn.co/wp-content/uploads/2021/04/Zoe-Gawd-Releases-Hit-Single-Bad-Things-scaled-e1618600173830-1017x628.jpg" data-lazy-srcset sizes="(max-width: 420px) 100vw, 420px"> </a>
</div>
<div class="uagb-post__text">
<h4 class="uagb-post__title">
<a href="https://allhiphop.com/music/zoe-gawd-releases-hit-single-bad-things/" target="_blank" rel="bookmark noopener noreferrer">Zoe Gawd Releases Hit Single “Bad Things”</a>
</h4>
</div>
<div class="uagb-post__text">
<div class="uagb-post-grid-byline">
<span class="uagb-post__author">
<span class="dashicons-admin-users dashicons"></span>
<a href="https://allhiphop.com/author/tagglefishdc/" title="Posts by Kawani B" rel="author">Kawani B</a> </span>
<time datetime="2021-04-16T15:10:17-04:00" class="uagb-post__date">
<span class="dashicons-calendar dashicons"></span>
April 16, 2021 </time>
</div>
</div>
</div>
</article>
<article>
<div class="uagb-post__inner-wrap">
<div class="uagb-post__image">
<a href="https://allhiphop.com/music/brand-new-single-big-cuz-by-nancie-b-ft-pastor-troy/" target="_blank" rel="bookmark noopener noreferrer"><img width="420" height="214" src="https://s34449.pcdn.co/wp-content/uploads/2021/04/507gunx9ory-e1618361995658-420x214.jpg?is-pending-load=1" class="attachment-medium size-medium jetpack-lazy-image" alt srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-srcset="https://s34449.pcdn.co/wp-content/uploads/2021/04/507gunx9ory-e1618361995658-420x214.jpg 420w, https://s34449.pcdn.co/wp-content/uploads/2021/04/507gunx9ory-e1618361995658-1233x628.jpg 1233w" onerror="this.onerror=null;this.src=&#34;/wp-content/themes/astra-child/img/allhiphop.jpg&#34;;" data-attachment-id="6025108" data-permalink="https://allhiphop.com/music/brand-new-single-big-cuz-by-nancie-b-ft-pastor-troy/attachment/video-thumbnail-for-youtube-video-507gunx9ory/" data-orig-file="https://s34449.pcdn.co/wp-content/uploads/2021/04/507gunx9ory-e1618362020757.jpg" data-orig-size="1200,611" data-comments-opened="0" data-image-meta="{&#34;aperture&#34;:&#34;0&#34;,&#34;credit&#34;:&#34;&#34;,&#34;camera&#34;:&#34;&#34;,&#34;caption&#34;:&#34;&#34;,&#34;created_timestamp&#34;:&#34;0&#34;,&#34;copyright&#34;:&#34;&#34;,&#34;focal_length&#34;:&#34;0&#34;,&#34;iso&#34;:&#34;0&#34;,&#34;shutter_speed&#34;:&#34;0&#34;,&#34;title&#34;:&#34;&#34;,&#34;orientation&#34;:&#34;0&#34;}" data-image-title="Video thumbnail for youtube video 507gunx9ory" data-image-description data-medium-file="https://s34449.pcdn.co/wp-content/uploads/2021/04/507gunx9ory-e1618361995658-420x214.jpg" data-large-file="https://s34449.pcdn.co/wp-content/uploads/2021/04/507gunx9ory-e1618361995658-1233x628.jpg" data-lazy-srcset sizes="(max-width: 420px) 100vw, 420px"> </a>
</div>
<div class="uagb-post__text">
<h4 class="uagb-post__title">
<a href="https://allhiphop.com/music/brand-new-single-big-cuz-by-nancie-b-ft-pastor-troy/" target="_blank" rel="bookmark noopener noreferrer">Brand New Single “Big Cuz” by Nancie B Ft. Pastor Troy</a>
</h4>
</div>
<div class="uagb-post__text">
<div class="uagb-post-grid-byline">
<span class="uagb-post__author">
<span class="dashicons-admin-users dashicons"></span>
<a href="https://allhiphop.com/author/tagglefishdc/" title="Posts by Kawani B" rel="author">Kawani B</a> </span>
<time datetime="2021-04-13T20:58:27-04:00" class="uagb-post__date">
<span class="dashicons-calendar dashicons"></span>
April 13, 2021 </time>
</div>
</div>
</div>
</article>
</div>
</div>
<a href="/music/" class="viewmore-link"> All New Music</a>
</div></div>
</div></div>
<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>
</div></div>
<div class="wp-block-coblocks-row coblocks-row-815121446612 special_fullwidth all_exclusives the_library" data-columns="1" data-layout="100"><div class="special_fullwidth all_exclusives the_library wp-block-coblocks-row__inner has-no-padding has-no-margin is-stacked-on-mobile has-medium-gutter">
<div class="wp-block-coblocks-column coblocks-column-815121448263" style="width:100%"><div class="wp-block-coblocks-column__inner has-no-padding has-no-margin">
<h3 class="custom_homepage_title_h3 custom_title_red" id="h-the-library-with-tim-einenkel">The Library with Tim Einenkel</h3>
<div class="uagb-post-grid allhiphop-exclusive uagb-post__image-position-top uagb-block-cde483e5" data-total="7">
<div class="uagb-post__items uagb-post__columns-3 is-grid uagb-post__columns-tablet-2 uagb-post__columns-mobile-1 uagb-post__equal-height">
<article>
<div class="uagb-post__inner-wrap">
<div class="uagb-post__image">
<a href="https://allhiphop.com/thelibrary/episode-1-the-library-with-skyzoo/" target="_blank" rel="bookmark noopener noreferrer"><img width="420" height="236" src="https://s34449.pcdn.co/wp-content/uploads/2020/10/The-Library-Skyzoo-420x236.png?is-pending-load=1" class="attachment-medium size-medium jetpack-lazy-image" alt srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-srcset="https://s34449.pcdn.co/wp-content/uploads/2020/10/The-Library-Skyzoo-420x236.png 420w, https://s34449.pcdn.co/wp-content/uploads/2020/10/The-Library-Skyzoo.png 800w" onerror="this.onerror=null;this.src=&#34;/wp-content/themes/astra-child/img/allhiphop.jpg&#34;;" data-attachment-id="6006649" data-permalink="https://allhiphop.com/thelibrary/episode-1-the-library-with-skyzoo/attachment/the-library-skyzoo/" data-orig-file="https://s34449.pcdn.co/wp-content/uploads/2020/10/The-Library-Skyzoo.png" data-orig-size="800,450" data-comments-opened="0" data-image-meta="{&#34;aperture&#34;:&#34;0&#34;,&#34;credit&#34;:&#34;&#34;,&#34;camera&#34;:&#34;&#34;,&#34;caption&#34;:&#34;&#34;,&#34;created_timestamp&#34;:&#34;0&#34;,&#34;copyright&#34;:&#34;&#34;,&#34;focal_length&#34;:&#34;0&#34;,&#34;iso&#34;:&#34;0&#34;,&#34;shutter_speed&#34;:&#34;0&#34;,&#34;title&#34;:&#34;&#34;,&#34;orientation&#34;:&#34;0&#34;}" data-image-title="The Library – Skyzoo" data-image-description data-medium-file="https://s34449.pcdn.co/wp-content/uploads/2020/10/The-Library-Skyzoo-420x236.png" data-large-file="https://s34449.pcdn.co/wp-content/uploads/2020/10/The-Library-Skyzoo.png" data-lazy-srcset sizes="(max-width: 420px) 100vw, 420px"> </a>
</div>
<div class="uagb-post__text">
<h4 class="uagb-post__title">
<a href="https://allhiphop.com/thelibrary/episode-1-the-library-with-skyzoo/" target="_blank" rel="bookmark noopener noreferrer">The Library With Tim Einenkel And Skyzoo</a>
</h4>
</div>
<div class="uagb-post__text">
<div class="uagb-post-grid-byline">
<span class="uagb-post__author">
<span class="dashicons-admin-users dashicons"></span>
<a href="https://allhiphop.com/author/allhiphopstaff1/" title="Posts by AllHipHop Staff" rel="author">AllHipHop Staff</a> </span>
<time datetime="2020-10-09T12:00:19-04:00" class="uagb-post__date">
<span class="dashicons-calendar dashicons"></span>
October 9, 2020 </time>
</div>
</div>
</div>
</article>
<article>
<div class="uagb-post__inner-wrap">
<div class="uagb-post__image">
<a href="https://allhiphop.com/thelibrary/episode-3-the-library-with-jeru-the-damaja/" target="_blank" rel="bookmark noopener noreferrer"><img width="420" height="236" src="https://s34449.pcdn.co/wp-content/uploads/2020/10/Jeru-the-Damaja-420x236.png?is-pending-load=1" class="attachment-medium size-medium jetpack-lazy-image" alt srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-srcset="https://s34449.pcdn.co/wp-content/uploads/2020/10/Jeru-the-Damaja-420x236.png 420w, https://s34449.pcdn.co/wp-content/uploads/2020/10/Jeru-the-Damaja.png 915w" onerror="this.onerror=null;this.src=&#34;/wp-content/themes/astra-child/img/allhiphop.jpg&#34;;" data-attachment-id="6006647" data-permalink="https://allhiphop.com/thelibrary/episode-3-the-library-with-jeru-the-damaja/attachment/jeru-the-damaja/" data-orig-file="https://s34449.pcdn.co/wp-content/uploads/2020/10/Jeru-the-Damaja.png" data-orig-size="915,515" data-comments-opened="0" data-image-meta="{&#34;aperture&#34;:&#34;0&#34;,&#34;credit&#34;:&#34;&#34;,&#34;camera&#34;:&#34;&#34;,&#34;caption&#34;:&#34;&#34;,&#34;created_timestamp&#34;:&#34;0&#34;,&#34;copyright&#34;:&#34;&#34;,&#34;focal_length&#34;:&#34;0&#34;,&#34;iso&#34;:&#34;0&#34;,&#34;shutter_speed&#34;:&#34;0&#34;,&#34;title&#34;:&#34;&#34;,&#34;orientation&#34;:&#34;0&#34;}" data-image-title="The Library – Jeru the Damaja" data-image-description data-medium-file="https://s34449.pcdn.co/wp-content/uploads/2020/10/Jeru-the-Damaja-420x236.png" data-large-file="https://s34449.pcdn.co/wp-content/uploads/2020/10/Jeru-the-Damaja.png" data-lazy-srcset sizes="(max-width: 420px) 100vw, 420px"> </a>
</div>
<div class="uagb-post__text">
<h4 class="uagb-post__title">
<a href="https://allhiphop.com/thelibrary/episode-3-the-library-with-jeru-the-damaja/" target="_blank" rel="bookmark noopener noreferrer">The Library With Tim Einenkel And Jeru The Damaja</a>
</h4>
</div>
<div class="uagb-post__text">
<div class="uagb-post-grid-byline">
<span class="uagb-post__author">
<span class="dashicons-admin-users dashicons"></span>
<a href="https://allhiphop.com/author/allhiphopstaff1/" title="Posts by AllHipHop Staff" rel="author">AllHipHop Staff</a> </span>
<time datetime="2020-10-11T12:00:36-04:00" class="uagb-post__date">
<span class="dashicons-calendar dashicons"></span>
October 11, 2020 </time>
</div>
</div>
</div>
</article>
<article>
<div class="uagb-post__inner-wrap">
<div class="uagb-post__image">
<a href="https://allhiphop.com/thelibrary/episode-5-the-library-with-ra-the-rugged-man/" target="_blank" rel="bookmark noopener noreferrer"><img width="420" height="236" src="https://s34449.pcdn.co/wp-content/uploads/2020/10/The-Library-RA-the-Rugged-Man-420x236.png?is-pending-load=1" class="attachment-medium size-medium jetpack-lazy-image" alt srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-srcset="https://s34449.pcdn.co/wp-content/uploads/2020/10/The-Library-RA-the-Rugged-Man-420x236.png 420w, https://s34449.pcdn.co/wp-content/uploads/2020/10/The-Library-RA-the-Rugged-Man.png 800w" onerror="this.onerror=null;this.src=&#34;/wp-content/themes/astra-child/img/allhiphop.jpg&#34;;" data-attachment-id="6006645" data-permalink="https://allhiphop.com/thelibrary/episode-5-the-library-with-ra-the-rugged-man/attachment/the-library-ra-the-rugged-man/" data-orig-file="https://s34449.pcdn.co/wp-content/uploads/2020/10/The-Library-RA-the-Rugged-Man.png" data-orig-size="800,450" data-comments-opened="0" data-image-meta="{&#34;aperture&#34;:&#34;0&#34;,&#34;credit&#34;:&#34;&#34;,&#34;camera&#34;:&#34;&#34;,&#34;caption&#34;:&#34;&#34;,&#34;created_timestamp&#34;:&#34;0&#34;,&#34;copyright&#34;:&#34;&#34;,&#34;focal_length&#34;:&#34;0&#34;,&#34;iso&#34;:&#34;0&#34;,&#34;shutter_speed&#34;:&#34;0&#34;,&#34;title&#34;:&#34;&#34;,&#34;orientation&#34;:&#34;0&#34;}" data-image-title="The Library – RA the Rugged Man" data-image-description data-medium-file="https://s34449.pcdn.co/wp-content/uploads/2020/10/The-Library-RA-the-Rugged-Man-420x236.png" data-large-file="https://s34449.pcdn.co/wp-content/uploads/2020/10/The-Library-RA-the-Rugged-Man.png" data-lazy-srcset sizes="(max-width: 420px) 100vw, 420px"> </a>
</div>
<div class="uagb-post__text">
<h4 class="uagb-post__title">
<a href="https://allhiphop.com/thelibrary/episode-5-the-library-with-ra-the-rugged-man/" target="_blank" rel="bookmark noopener noreferrer">The Library With Tim Einenkel And RA The Rugged Man</a>
</h4>
</div>
<div class="uagb-post__text">
<div class="uagb-post-grid-byline">
<span class="uagb-post__author">
<span class="dashicons-admin-users dashicons"></span>
<a href="https://allhiphop.com/author/allhiphopstaff1/" title="Posts by AllHipHop Staff" rel="author">AllHipHop Staff</a> </span>
<time datetime="2020-10-16T19:43:19-04:00" class="uagb-post__date">
<span class="dashicons-calendar dashicons"></span>
October 16, 2020 </time>
</div>
</div>
</div>
</article>
</div>
</div>
<a href="/thelibrary/" class="viewmore-link"> Watch all episodes</a>
</div></div>
</div></div>
<div class="wp-block-group"><div class="wp-block-group__inner-container">
<div class="wp-block-coblocks-row coblocks-row-814162621887" data-columns="1" data-layout="100"><div class="wp-block-coblocks-row__inner has-no-padding has-no-margin is-stacked-on-mobile has-medium-gutter">
<div class="wp-block-coblocks-column coblocks-column-814162623934 special_fullwidth allhiphop_stripes_bg" style="width:100%"><div class="wp-block-coblocks-column__inner has-no-padding has-no-margin">
<h3 class="custom_homepage_title_h3" id="h-the-breeding-ground">The Breeding Ground</h3>
<div class="uagb-post-grid custom_featured_section uagb-post__image-position-top uagb-block-aa62accd" data-total="678">
<div class="uagb-post__items uagb-post__columns-2 is-grid uagb-post__columns-tablet-2 uagb-post__columns-mobile-1 uagb-post__equal-height">
<article>
<div class="uagb-post__inner-wrap">
<a class="uagb-post__link-complete-box" href="https://allhiphop.com/breeding-ground/tu-blanco-readies-tu-blanco-4-the-weekend-debut-ep-names-top-5-2/" target="_self" rel="bookmark noopener noreferrer"></a>
<div class="uagb-post__image">
<a href="https://allhiphop.com/breeding-ground/tu-blanco-readies-tu-blanco-4-the-weekend-debut-ep-names-top-5-2/" target="_self" rel="bookmark noopener noreferrer"><img width="1200" height="628" src="https://s34449.pcdn.co/wp-content/uploads/2021/04/Tu-Blanco.jpg?is-pending-load=1" class="attachment-medium_large size-medium_large jetpack-lazy-image" alt srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-srcset="https://s34449.pcdn.co/wp-content/uploads/2021/04/Tu-Blanco.jpg 1200w, https://s34449.pcdn.co/wp-content/uploads/2021/04/Tu-Blanco-420x220.jpg 420w" onerror="this.onerror=null;this.src=&#34;/wp-content/themes/astra-child/img/allhiphop.jpg&#34;;" data-attachment-id="6025252" data-permalink="https://allhiphop.com/breeding-ground/tu-blanco-readies-tu-blanco-4-the-weekend-debut-ep-names-top-5-2/attachment/tu-blanco/" data-orig-file="https://s34449.pcdn.co/wp-content/uploads/2021/04/Tu-Blanco.jpg" data-orig-size="1200,628" data-comments-opened="0" data-image-meta="{&#34;aperture&#34;:&#34;0&#34;,&#34;credit&#34;:&#34;&#34;,&#34;camera&#34;:&#34;&#34;,&#34;caption&#34;:&#34;&#34;,&#34;created_timestamp&#34;:&#34;0&#34;,&#34;copyright&#34;:&#34;&#34;,&#34;focal_length&#34;:&#34;0&#34;,&#34;iso&#34;:&#34;0&#34;,&#34;shutter_speed&#34;:&#34;0&#34;,&#34;title&#34;:&#34;&#34;,&#34;orientation&#34;:&#34;1&#34;}" data-image-title="Tu Blanco" data-image-description data-medium-file="https://s34449.pcdn.co/wp-content/uploads/2021/04/Tu-Blanco-420x220.jpg" data-large-file="https://s34449.pcdn.co/wp-content/uploads/2021/04/Tu-Blanco.jpg" data-lazy-srcset sizes="(max-width: 1200px) 100vw, 1200px"> </a>
</div>
<div class="uagb-post__text">
<h4 class="uagb-post__title">
<a href="https://allhiphop.com/breeding-ground/tu-blanco-readies-tu-blanco-4-the-weekend-debut-ep-names-top-5-2/" target="_self" rel="bookmark noopener noreferrer">Tu Blanco Readies ‘Tu Blanco 4 The Weekend’ Debut EP & Names Top 5 </a>
</h4>
</div>
<div class="uagb-post__text">
<div class="uagb-post-grid-byline">
<span class="uagb-post__author">
<span class="dashicons-admin-users dashicons"></span>
<a href="https://allhiphop.com/author/shirleyju/" title="Posts by Shirley Ju" rel="author">Shirley Ju</a> </span>
<time datetime="2021-04-15T19:13:11-04:00" class="uagb-post__date">
<span class="dashicons-calendar dashicons"></span>
April 15, 2021 </time>
</div>
</div>
<div class="uagb-post__text">
<div class="uagb-post__excerpt">
Tu Blanco discusses her new video for “No Hook,” her forthcoming EP "4 The Weekend," her favorite weekend activity, working through the quarantine, her Top… </div>
</div>
<div class="uagb-post__text">
<div class="uagb-post__cta">
<a class="uagb-post__link uagb-text-link" href="https://allhiphop.com/breeding-ground/tu-blanco-readies-tu-blanco-4-the-weekend-debut-ep-names-top-5-2/" target="_self" rel="bookmark noopener noreferrer">Read More</a>
</div>
</div>
</div>
</article>
<article>
<div class="uagb-post__inner-wrap">
<a class="uagb-post__link-complete-box" href="https://allhiphop.com/breeding-ground/syracuse-rapper-scorey-talks-signing-to-polo-gs-capalot-records-new-single-dior-you/" target="_self" rel="bookmark noopener noreferrer"></a>
<div class="uagb-post__image">
<a href="https://allhiphop.com/breeding-ground/syracuse-rapper-scorey-talks-signing-to-polo-gs-capalot-records-new-single-dior-you/" target="_self" rel="bookmark noopener noreferrer"><img width="1200" height="628" src="https://s34449.pcdn.co/wp-content/uploads/2021/04/Scorey.jpg?is-pending-load=1" class="attachment-medium_large size-medium_large jetpack-lazy-image" alt="Scorey - Photo by: Joyce Charat" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-srcset="https://s34449.pcdn.co/wp-content/uploads/2021/04/Scorey.jpg 1200w, https://s34449.pcdn.co/wp-content/uploads/2021/04/Scorey-420x220.jpg 420w" onerror="this.onerror=null;this.src=&#34;/wp-content/themes/astra-child/img/allhiphop.jpg&#34;;" data-attachment-id="6024408" data-permalink="https://allhiphop.com/breeding-ground/syracuse-rapper-scorey-talks-signing-to-polo-gs-capalot-records-new-single-dior-you/attachment/scorey/" data-orig-file="https://s34449.pcdn.co/wp-content/uploads/2021/04/Scorey.jpg" data-orig-size="1200,628" data-comments-opened="0" data-image-meta="{&#34;aperture&#34;:&#34;0&#34;,&#34;credit&#34;:&#34;&#34;,&#34;camera&#34;:&#34;&#34;,&#34;caption&#34;:&#34;&#34;,&#34;created_timestamp&#34;:&#34;0&#34;,&#34;copyright&#34;:&#34;&#34;,&#34;focal_length&#34;:&#34;0&#34;,&#34;iso&#34;:&#34;0&#34;,&#34;shutter_speed&#34;:&#34;0&#34;,&#34;title&#34;:&#34;&#34;,&#34;orientation&#34;:&#34;1&#34;}" data-image-title="Scorey – Photo by: Joyce Charat" data-image-description="<p>Scorey – Photo by: Joyce Charat</p>" data-medium-file="https://s34449.pcdn.co/wp-content/uploads/2021/04/Scorey-420x220.jpg" data-large-file="https://s34449.pcdn.co/wp-content/uploads/2021/04/Scorey.jpg" data-lazy-srcset sizes="(max-width: 1200px) 100vw, 1200px"> </a>
</div>
<div class="uagb-post__text">
<h4 class="uagb-post__title">
<a href="https://allhiphop.com/breeding-ground/syracuse-rapper-scorey-talks-signing-to-polo-gs-capalot-records-new-single-dior-you/" target="_self" rel="bookmark noopener noreferrer">Syracuse Rapper Scorey Talks Signing To Polo G’s Capalot Records & New Single “Dior You” </a>
</h4>
</div>
<div class="uagb-post__text">
<div class="uagb-post-grid-byline">
<span class="uagb-post__author">
<span class="dashicons-admin-users dashicons"></span>
<a href="https://allhiphop.com/author/shirleyju/" title="Posts by Shirley Ju" rel="author">Shirley Ju</a> </span>
<time datetime="2021-04-02T20:06:01-04:00" class="uagb-post__date">
<span class="dashicons-calendar dashicons"></span>
April 2, 2021 </time>
</div>
</div>
<div class="uagb-post__text">
<div class="uagb-post__excerpt">
AllHipHop linked up with Scorey in downtown Los Angeles, for his first interview ever. Read below as we discuss living in Syracuse, his recording process,… </div>
</div>
<div class="uagb-post__text">
<div class="uagb-post__cta">
<a class="uagb-post__link uagb-text-link" href="https://allhiphop.com/breeding-ground/syracuse-rapper-scorey-talks-signing-to-polo-gs-capalot-records-new-single-dior-you/" target="_self" rel="bookmark noopener noreferrer">Read More</a>
</div>
</div>
</div>
</article>
<article>
<div class="uagb-post__inner-wrap">
<a class="uagb-post__link-complete-box" href="https://allhiphop.com/breeding-ground/lil-agz-the-hottest-kid-rapper-out-the-bronx/" target="_self" rel="bookmark noopener noreferrer"></a>
<div class="uagb-post__image">
<a href="https://allhiphop.com/breeding-ground/lil-agz-the-hottest-kid-rapper-out-the-bronx/" target="_self" rel="bookmark noopener noreferrer"><img width="1200" height="628" src="https://s34449.pcdn.co/wp-content/uploads/2021/04/Lil-Agz-1.jpg?is-pending-load=1" class="attachment-medium_large size-medium_large jetpack-lazy-image" alt="Lil Agz" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-srcset="https://s34449.pcdn.co/wp-content/uploads/2021/04/Lil-Agz-1.jpg 1200w, https://s34449.pcdn.co/wp-content/uploads/2021/04/Lil-Agz-1-420x220.jpg 420w" onerror="this.onerror=null;this.src=&#34;/wp-content/themes/astra-child/img/allhiphop.jpg&#34;;" data-attachment-id="6024328" data-permalink="https://allhiphop.com/breeding-ground/lil-agz-the-hottest-kid-rapper-out-the-bronx/attachment/lil-agz-1/" data-orig-file="https://s34449.pcdn.co/wp-content/uploads/2021/04/Lil-Agz-1.jpg" data-orig-size="1200,628" data-comments-opened="0" data-image-meta="{&#34;aperture&#34;:&#34;0&#34;,&#34;credit&#34;:&#34;&#34;,&#34;camera&#34;:&#34;&#34;,&#34;caption&#34;:&#34;&#34;,&#34;created_timestamp&#34;:&#34;0&#34;,&#34;copyright&#34;:&#34;&#34;,&#34;focal_length&#34;:&#34;0&#34;,&#34;iso&#34;:&#34;0&#34;,&#34;shutter_speed&#34;:&#34;0&#34;,&#34;title&#34;:&#34;&#34;,&#34;orientation&#34;:&#34;1&#34;}" data-image-title="Lil Agz" data-image-description="<p>Lil Agz </p>" data-medium-file="https://s34449.pcdn.co/wp-content/uploads/2021/04/Lil-Agz-1-420x220.jpg" data-large-file="https://s34449.pcdn.co/wp-content/uploads/2021/04/Lil-Agz-1.jpg" data-lazy-srcset sizes="(max-width: 1200px) 100vw, 1200px"> </a>
</div>
<div class="uagb-post__text">
<h4 class="uagb-post__title">
<a href="https://allhiphop.com/breeding-ground/lil-agz-the-hottest-kid-rapper-out-the-bronx/" target="_self" rel="bookmark noopener noreferrer">Lil Agz: The Hottest Kid Rapper Out The Bronx</a>
</h4>
</div>
<div class="uagb-post__text">
<div class="uagb-post-grid-byline">
<span class="uagb-post__author">
<span class="dashicons-admin-users dashicons"></span>
<a href="https://allhiphop.com/author/shirleyju/" title="Posts by Shirley Ju" rel="author">Shirley Ju</a> </span>
<time datetime="2021-04-01T19:17:30-04:00" class="uagb-post__date">
<span class="dashicons-calendar dashicons"></span>
April 1, 2021 </time>
</div>
</div>
<div class="uagb-post__text">
<div class="uagb-post__excerpt">
Read below as we discuss Lil Agz roots in the Bronx, creating “Momma We Good,” what family means to him, interest in acting, growing up… </div>
</div>
<div class="uagb-post__text">
<div class="uagb-post__cta">
<a class="uagb-post__link uagb-text-link" href="https://allhiphop.com/breeding-ground/lil-agz-the-hottest-kid-rapper-out-the-bronx/" target="_self" rel="bookmark noopener noreferrer">Read More</a>
</div>
</div>
</div>
</article>
<article>
<div class="uagb-post__inner-wrap">
<a class="uagb-post__link-complete-box" href="https://allhiphop.com/breeding-ground/fresco-trey-defines-yert-and-explains-how-new-single-feel-good-blew-up-on-tiktok/" target="_self" rel="bookmark noopener noreferrer"></a>
<div class="uagb-post__image">
<a href="https://allhiphop.com/breeding-ground/fresco-trey-defines-yert-and-explains-how-new-single-feel-good-blew-up-on-tiktok/" target="_self" rel="bookmark noopener noreferrer"><img width="1200" height="628" src="https://s34449.pcdn.co/wp-content/uploads/2021/03/Fresco-1.jpg?is-pending-load=1" class="attachment-medium_large size-medium_large jetpack-lazy-image" alt="Fresco-Trey Photo by: Thomas-Welch Courtesy of Fresco Trey Camp" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-srcset="https://s34449.pcdn.co/wp-content/uploads/2021/03/Fresco-1.jpg 1200w, https://s34449.pcdn.co/wp-content/uploads/2021/03/Fresco-1-420x220.jpg 420w" onerror="this.onerror=null;this.src=&#34;/wp-content/themes/astra-child/img/allhiphop.jpg&#34;;" data-attachment-id="6023289" data-permalink="https://allhiphop.com/breeding-ground/fresco-trey-defines-yert-and-explains-how-new-single-feel-good-blew-up-on-tiktok/attachment/fresco-1/" data-orig-file="https://s34449.pcdn.co/wp-content/uploads/2021/03/Fresco-1.jpg" data-orig-size="1200,628" data-comments-opened="0" data-image-meta="{&#34;aperture&#34;:&#34;0&#34;,&#34;credit&#34;:&#34;&#34;,&#34;camera&#34;:&#34;&#34;,&#34;caption&#34;:&#34;&#34;,&#34;created_timestamp&#34;:&#34;0&#34;,&#34;copyright&#34;:&#34;&#34;,&#34;focal_length&#34;:&#34;0&#34;,&#34;iso&#34;:&#34;0&#34;,&#34;shutter_speed&#34;:&#34;0&#34;,&#34;title&#34;:&#34;&#34;,&#34;orientation&#34;:&#34;1&#34;}" data-image-title="Fresco-Trey Photo by: Thomas-Welch Courtesy of Fresco Trey Camp" data-image-description="<p>Fresco-Trey Photo by: Thomas-Welch Courtesy of Fresco Trey Camp</p>" data-medium-file="https://s34449.pcdn.co/wp-content/uploads/2021/03/Fresco-1-420x220.jpg" data-large-file="https://s34449.pcdn.co/wp-content/uploads/2021/03/Fresco-1.jpg" data-lazy-srcset sizes="(max-width: 1200px) 100vw, 1200px"> </a>
</div>
<div class="uagb-post__text">
<h4 class="uagb-post__title">
<a href="https://allhiphop.com/breeding-ground/fresco-trey-defines-yert-and-explains-how-new-single-feel-good-blew-up-on-tiktok/" target="_self" rel="bookmark noopener noreferrer">Fresco Trey Defines “YERT” And Explains How New Single “Feel Good” Blew Up On TikTok</a>
</h4>
</div>
<div class="uagb-post__text">
<div class="uagb-post-grid-byline">
<span class="uagb-post__author">
<span class="dashicons-admin-users dashicons"></span>
<a href="https://allhiphop.com/author/shirleyju/" title="Posts by Shirley Ju" rel="author">Shirley Ju</a> </span>
<time datetime="2021-03-16T15:00:38-04:00" class="uagb-post__date">
<span class="dashicons-calendar dashicons"></span>
March 16, 2021 </time>
</div>
</div>
<div class="uagb-post__text">
<div class="uagb-post__excerpt">
AllHipHop caught up with Fresco in downtown Los Angeles, who was wrapped in blanket rocking rainbow Crocs. Read below as we discuss his roots in… </div>
</div>
<div class="uagb-post__text">
<div class="uagb-post__cta">
<a class="uagb-post__link uagb-text-link" href="https://allhiphop.com/breeding-ground/fresco-trey-defines-yert-and-explains-how-new-single-feel-good-blew-up-on-tiktok/" target="_self" rel="bookmark noopener noreferrer">Read More</a>
</div>
</div>
</div>
</article>
</div>
</div>
<a href="/breeding-ground/" class="viewmore-link"> All new artists</a>
<h3 class="custom_homepage_title_h3" id="h-sponsored-posts">Sponsored Posts</h3>
<div class="uagb-post-grid custom_featured_section uagb-post__image-position-top uagb-block-7d6f5b68" data-total="44">
<div class="uagb-post__items uagb-post__columns-2 is-grid uagb-post__columns-tablet-2 uagb-post__columns-mobile-1 uagb-post__equal-height">
<article>
<div class="uagb-post__inner-wrap">
<a class="uagb-post__link-complete-box" href="https://allhiphop.com/music/writrzblock-takes-the-music-world-by-storm-with-the-hit-one-more-night-that-already-has-1-million-streams/" target="_self" rel="bookmark noopener noreferrer"></a>
<div class="uagb-post__image">
<a href="https://allhiphop.com/music/writrzblock-takes-the-music-world-by-storm-with-the-hit-one-more-night-that-already-has-1-million-streams/" target="_self" rel="bookmark noopener noreferrer"><img width="1200" height="628" src="https://s34449.pcdn.co/wp-content/uploads/2021/04/Writrz-Block.jpg?is-pending-load=1" class="attachment-medium_large size-medium_large jetpack-lazy-image" alt="Writrz Block" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-srcset="https://s34449.pcdn.co/wp-content/uploads/2021/04/Writrz-Block.jpg 1200w, https://s34449.pcdn.co/wp-content/uploads/2021/04/Writrz-Block-420x220.jpg 420w" onerror="this.onerror=null;this.src=&#34;/wp-content/themes/astra-child/img/allhiphop.jpg&#34;;" data-attachment-id="6025051" data-permalink="https://allhiphop.com/music/writrzblock-takes-the-music-world-by-storm-with-the-hit-one-more-night-that-already-has-1-million-streams/attachment/writrz-block/" data-orig-file="https://s34449.pcdn.co/wp-content/uploads/2021/04/Writrz-Block.jpg" data-orig-size="1200,628" data-comments-opened="0" data-image-meta="{&#34;aperture&#34;:&#34;0&#34;,&#34;credit&#34;:&#34;&#34;,&#34;camera&#34;:&#34;&#34;,&#34;caption&#34;:&#34;&#34;,&#34;created_timestamp&#34;:&#34;0&#34;,&#34;copyright&#34;:&#34;&#34;,&#34;focal_length&#34;:&#34;0&#34;,&#34;iso&#34;:&#34;0&#34;,&#34;shutter_speed&#34;:&#34;0&#34;,&#34;title&#34;:&#34;&#34;,&#34;orientation&#34;:&#34;1&#34;}" data-image-title="Writrz Block" data-image-description="<p>Writrz Block</p>" data-medium-file="https://s34449.pcdn.co/wp-content/uploads/2021/04/Writrz-Block-420x220.jpg" data-large-file="https://s34449.pcdn.co/wp-content/uploads/2021/04/Writrz-Block.jpg" data-lazy-srcset sizes="(max-width: 1200px) 100vw, 1200px"> </a>
</div>
<div class="uagb-post__text">
<h4 class="uagb-post__title">
<a href="https://allhiphop.com/music/writrzblock-takes-the-music-world-by-storm-with-the-hit-one-more-night-that-already-has-1-million-streams/" target="_self" rel="bookmark noopener noreferrer">WritrzBlock Takes The Music World By Storm With The Hit “One More Night” That Already Has 1 Million Streams</a>
</h4>
</div>
<div class="uagb-post__text">
<div class="uagb-post-grid-byline">
<span class="uagb-post__author">
<span class="dashicons-admin-users dashicons"></span>
<a href="https://allhiphop.com/author/shirleyju/" title="Posts by Shirley Ju" rel="author">Shirley Ju</a> </span>
<time datetime="2021-04-13T11:51:32-04:00" class="uagb-post__date">
<span class="dashicons-calendar dashicons"></span>
April 13, 2021 </time>
<span class="uagb-post__taxonomy">
<span class="dashicons-tag dashicons"></span>
<a href="https://allhiphop.com/./music/">Music</a>, <a href="https://allhiphop.com/./sponsored-posts/">Sponsored Posts</a> </span>
</div>
</div>
<div class="uagb-post__text">
<div class="uagb-post__cta">
<a class="uagb-post__link uagb-text-link" href="https://allhiphop.com/music/writrzblock-takes-the-music-world-by-storm-with-the-hit-one-more-night-that-already-has-1-million-streams/" target="_self" rel="bookmark noopener noreferrer">Read More</a>
</div>
</div>
</div>
</article>
<article>
<div class="uagb-post__inner-wrap">
<a class="uagb-post__link-complete-box" href="https://allhiphop.com/music/infamous-billa-surpasses-expectations-with-new-ny-drill-single-horny/" target="_self" rel="bookmark noopener noreferrer"></a>
<div class="uagb-post__image">
<a href="https://allhiphop.com/music/infamous-billa-surpasses-expectations-with-new-ny-drill-single-horny/" target="_self" rel="bookmark noopener noreferrer"><img width="1000" height="620" src="https://s34449.pcdn.co/wp-content/uploads/2021/04/infamous-billa-e1617380367515.jpg?is-pending-load=1" class="attachment-medium_large size-medium_large jetpack-lazy-image" alt srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-srcset="https://s34449.pcdn.co/wp-content/uploads/2021/04/infamous-billa-e1617380367515.jpg 1000w, https://s34449.pcdn.co/wp-content/uploads/2021/04/infamous-billa-e1617380367515-420x260.jpg 420w" onerror="this.onerror=null;this.src=&#34;/wp-content/themes/astra-child/img/allhiphop.jpg&#34;;" data-attachment-id="6024336" data-permalink="https://allhiphop.com/music/infamous-billa-surpasses-expectations-with-new-ny-drill-single-horny/attachment/infamous-billa/" data-orig-file="https://s34449.pcdn.co/wp-content/uploads/2021/04/infamous-billa-e1617380367515.jpg" data-orig-size="1000,620" data-comments-opened="0" data-image-meta="{&#34;aperture&#34;:&#34;0&#34;,&#34;credit&#34;:&#34;&#34;,&#34;camera&#34;:&#34;&#34;,&#34;caption&#34;:&#34;&#34;,&#34;created_timestamp&#34;:&#34;0&#34;,&#34;copyright&#34;:&#34;&#34;,&#34;focal_length&#34;:&#34;0&#34;,&#34;iso&#34;:&#34;0&#34;,&#34;shutter_speed&#34;:&#34;0&#34;,&#34;title&#34;:&#34;&#34;,&#34;orientation&#34;:&#34;1&#34;}" data-image-title="infamous billa" data-image-description data-medium-file="https://s34449.pcdn.co/wp-content/uploads/2021/04/infamous-billa-e1617380367515-420x260.jpg" data-large-file="https://s34449.pcdn.co/wp-content/uploads/2021/04/infamous-billa-e1617348680302-813x628.jpg" data-lazy-srcset sizes="(max-width: 1000px) 100vw, 1000px"> </a>
</div>
<div class="uagb-post__text">
<h4 class="uagb-post__title">
<a href="https://allhiphop.com/music/infamous-billa-surpasses-expectations-with-new-ny-drill-single-horny/" target="_self" rel="bookmark noopener noreferrer">Infamous Billa Surpasses Expectations With New NY Drill Single “Horny”</a>
</h4>
</div>
<div class="uagb-post__text">
<div class="uagb-post-grid-byline">
<span class="uagb-post__author">
<span class="dashicons-admin-users dashicons"></span>
<a href="https://allhiphop.com/author/tagglefishdc/" title="Posts by Kawani B" rel="author">Kawani B</a> </span>
<time datetime="2021-04-02T03:31:40-04:00" class="uagb-post__date">
<span class="dashicons-calendar dashicons"></span>
April 2, 2021 </time>
<span class="uagb-post__taxonomy">
<span class="dashicons-tag dashicons"></span>
<a href="https://allhiphop.com/./music/">Music</a>, <a href="https://allhiphop.com/./sponsored-posts/">Sponsored Posts</a> </span>
</div>
</div>
<div class="uagb-post__text">
<div class="uagb-post__cta">
<a class="uagb-post__link uagb-text-link" href="https://allhiphop.com/music/infamous-billa-surpasses-expectations-with-new-ny-drill-single-horny/" target="_self" rel="bookmark noopener noreferrer">Read More</a>
</div>
</div>
</div>
</article>
<article>
<div class="uagb-post__inner-wrap">
<a class="uagb-post__link-complete-box" href="https://allhiphop.com/music/premiere-smilez-drops-his-brand-new-single-simp-walk/" target="_self" rel="bookmark noopener noreferrer"></a>
<div class="uagb-post__image">
<a href="https://allhiphop.com/music/premiere-smilez-drops-his-brand-new-single-simp-walk/" target="_self" rel="bookmark noopener noreferrer"><img width="1200" height="628" src="https://s34449.pcdn.co/wp-content/uploads/2021/03/Smilez-1.jpg?is-pending-load=1" class="attachment-medium_large size-medium_large jetpack-lazy-image" alt="Smilez" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-srcset="https://s34449.pcdn.co/wp-content/uploads/2021/03/Smilez-1.jpg 1200w, https://s34449.pcdn.co/wp-content/uploads/2021/03/Smilez-1-420x220.jpg 420w" onerror="this.onerror=null;this.src=&#34;/wp-content/themes/astra-child/img/allhiphop.jpg&#34;;" data-attachment-id="6024231" data-permalink="https://allhiphop.com/music/premiere-smilez-drops-his-brand-new-single-simp-walk/attachment/smilez-2/" data-orig-file="https://s34449.pcdn.co/wp-content/uploads/2021/03/Smilez-1.jpg" data-orig-size="1200,628" data-comments-opened="0" data-image-meta="{&#34;aperture&#34;:&#34;0&#34;,&#34;credit&#34;:&#34;&#34;,&#34;camera&#34;:&#34;&#34;,&#34;caption&#34;:&#34;&#34;,&#34;created_timestamp&#34;:&#34;0&#34;,&#34;copyright&#34;:&#34;&#34;,&#34;focal_length&#34;:&#34;0&#34;,&#34;iso&#34;:&#34;0&#34;,&#34;shutter_speed&#34;:&#34;0&#34;,&#34;title&#34;:&#34;&#34;,&#34;orientation&#34;:&#34;1&#34;}" data-image-title="Smilez" data-image-description="<p>Smilez</p>" data-medium-file="https://s34449.pcdn.co/wp-content/uploads/2021/03/Smilez-1-420x220.jpg" data-large-file="https://s34449.pcdn.co/wp-content/uploads/2021/03/Smilez-1.jpg" data-lazy-srcset sizes="(max-width: 1200px) 100vw, 1200px"> </a>
</div>
<div class="uagb-post__text">
<h4 class="uagb-post__title">
<a href="https://allhiphop.com/music/premiere-smilez-drops-his-brand-new-single-simp-walk/" target="_self" rel="bookmark noopener noreferrer">Premiere: SMILEZ Drops His Brand New Single “Simp Walk”</a>
</h4>
</div>
<div class="uagb-post__text">
<div class="uagb-post-grid-byline">
<span class="uagb-post__author">
<span class="dashicons-admin-users dashicons"></span>
<a href="https://allhiphop.com/author/shirleyju/" title="Posts by Shirley Ju" rel="author">Shirley Ju</a> </span>
<time datetime="2021-03-31T12:59:50-04:00" class="uagb-post__date">
<span class="dashicons-calendar dashicons"></span>
March 31, 2021 </time>
<span class="uagb-post__taxonomy">
<span class="dashicons-tag dashicons"></span>
<a href="https://allhiphop.com/./music/">Music</a>, <a href="https://allhiphop.com/./sponsored-posts/">Sponsored Posts</a> </span>
</div>
</div>
<div class="uagb-post__text">
<div class="uagb-post__cta">
<a class="uagb-post__link uagb-text-link" href="https://allhiphop.com/music/premiere-smilez-drops-his-brand-new-single-simp-walk/" target="_self" rel="bookmark noopener noreferrer">Read More</a>
</div>
</div>
</div>
</article>
<article>
<div class="uagb-post__inner-wrap">
<a class="uagb-post__link-complete-box" href="https://allhiphop.com/sponsored-posts/danny-jai-and-tory-lanez-party-in-the-strip-club-on-you-and-i/" target="_self" rel="bookmark noopener noreferrer"></a>
<div class="uagb-post__image">
<a href="https://allhiphop.com/sponsored-posts/danny-jai-and-tory-lanez-party-in-the-strip-club-on-you-and-i/" target="_self" rel="bookmark noopener noreferrer"><img width="2408" height="1564" src="https://s34449.pcdn.co/wp-content/uploads/2021/03/Screen-Shot-2021-03-26-at-9.29.49-PM.png?is-pending-load=1" class="attachment-medium_large size-medium_large jetpack-lazy-image" alt="Tory Lanez Danny Jai" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-srcset="https://s34449.pcdn.co/wp-content/uploads/2021/03/Screen-Shot-2021-03-26-at-9.29.49-PM.png 2408w, https://s34449.pcdn.co/wp-content/uploads/2021/03/Screen-Shot-2021-03-26-at-9.29.49-PM-420x273.png 420w, https://s34449.pcdn.co/wp-content/uploads/2021/03/Screen-Shot-2021-03-26-at-9.29.49-PM-967x628.png 967w, https://s34449.pcdn.co/wp-content/uploads/2021/03/Screen-Shot-2021-03-26-at-9.29.49-PM-1536x998.png 1536w, https://s34449.pcdn.co/wp-content/uploads/2021/03/Screen-Shot-2021-03-26-at-9.29.49-PM-2048x1330.png 2048w" onerror="this.onerror=null;this.src=&#34;/wp-content/themes/astra-child/img/allhiphop.jpg&#34;;" data-attachment-id="6023957" data-permalink="https://allhiphop.com/sponsored-posts/danny-jai-and-tory-lanez-party-in-the-strip-club-on-you-and-i/attachment/screen-shot-2021-03-26-at-9-29-49-pm/" data-orig-file="https://s34449.pcdn.co/wp-content/uploads/2021/03/Screen-Shot-2021-03-26-at-9.29.49-PM.png" data-orig-size="2408,1564" data-comments-opened="0" data-image-meta="{&#34;aperture&#34;:&#34;0&#34;,&#34;credit&#34;:&#34;&#34;,&#34;camera&#34;:&#34;&#34;,&#34;caption&#34;:&#34;&#34;,&#34;created_timestamp&#34;:&#34;0&#34;,&#34;copyright&#34;:&#34;&#34;,&#34;focal_length&#34;:&#34;0&#34;,&#34;iso&#34;:&#34;0&#34;,&#34;shutter_speed&#34;:&#34;0&#34;,&#34;title&#34;:&#34;&#34;,&#34;orientation&#34;:&#34;0&#34;}" data-image-title="Tory Lanez Danny Jai" data-image-description="<p>Tory Lanez Danny Jai</p>" data-medium-file="https://s34449.pcdn.co/wp-content/uploads/2021/03/Screen-Shot-2021-03-26-at-9.29.49-PM-420x273.png" data-large-file="https://s34449.pcdn.co/wp-content/uploads/2021/03/Screen-Shot-2021-03-26-at-9.29.49-PM-967x628.png" data-lazy-srcset sizes="(max-width: 2408px) 100vw, 2408px"> </a>
</div>
<div class="uagb-post__text">
<h4 class="uagb-post__title">
<a href="https://allhiphop.com/sponsored-posts/danny-jai-and-tory-lanez-party-in-the-strip-club-on-you-and-i/" target="_self" rel="bookmark noopener noreferrer">Danny Jai And Tory Lanez Party In the Strip Club On “You and I”</a>
</h4>
</div>
<div class="uagb-post__text">
<div class="uagb-post-grid-byline">
<span class="uagb-post__author">
<span class="dashicons-admin-users dashicons"></span>
<a href="https://allhiphop.com/author/allhiphopstaff1/" title="Posts by AllHipHop Staff" rel="author">AllHipHop Staff</a> </span>
<time datetime="2021-03-26T21:48:40-04:00" class="uagb-post__date">
<span class="dashicons-calendar dashicons"></span>
March 26, 2021 </time>
<span class="uagb-post__taxonomy">
<span class="dashicons-tag dashicons"></span>
<a href="https://allhiphop.com/./sponsored-posts/">Sponsored Posts</a> </span>
</div>
</div>
<div class="uagb-post__text">
<div class="uagb-post__cta">
<a class="uagb-post__link uagb-text-link" href="https://allhiphop.com/sponsored-posts/danny-jai-and-tory-lanez-party-in-the-strip-club-on-you-and-i/" target="_self" rel="bookmark noopener noreferrer">Read More</a>
</div>
</div>
</div>
</article>
</div>
</div>
<a href="/sponsored-posts/" class="viewmore-link"> All Sponsored Posts</a>
</div></div>
</div></div>
<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>
</div></div>
</div>
<div id="primary" class="content-area primary">
<h1>
home
</h1>
<div id="vuukle-powerbar" class="vuukle-powerbar powerbarBoxDiv" data-styles></div><div id="vuukle-powerbar" class="vuukle-powerbar powerbarBoxDiv" data-styles></div><div id="vuukle-emote" class="emotesBoxDiv"></div> <main id="main" class="site-main">
</main>
</div>
<div class="widget-area secondary" id="secondary" role="complementary" itemtype="https://schema.org/WPSideBar" itemscope>
<div class="sidebar-main">
</div>
</div>
</div>
</div>
<footer class="site-footer" id="colophon" itemtype="https://schema.org/WPFooter" itemscope itemid="#colophon">
<div class="ast-small-footer footer-sml-layout-1">
<div class="ast-footer-overlay">
<div class="ast-container">
<div class="ast-small-footer-wrap">
<div class="ast-small-footer-section ast-small-footer-section-1">
<div class="footer-primary-navigation"><ul id="menu-footer-links" class="nav-menu"><li id="menu-item-6003219" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6003219"><a href="http://community.allhiphop.com">The Ill Community</a></li>
<li id="menu-item-332889" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-332889"><a href="https://allhiphop.com/about-us/">About Us</a></li>
<li id="menu-item-6003220" class="dmca-badge menu-item menu-item-type-custom menu-item-object-custom menu-item-6003220"><a target="_blank" rel="noopener" href="https://www.dmca.com/compliance/allhiphop.com">DMCA</a></li>
<li id="menu-item-332888" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-332888"><a href="https://allhiphop.com/privacy-policy/">Privacy Policy</a></li>
<li id="menu-item-332901" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-332901"><a>Certified MBE</a></li>
<li id="menu-item-6003221" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6003221"><a href="#">Sitemap</a></li>
<li id="menu-item-332900" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-332900"><a href="#contact">Contact Us</a></li>
</ul></div> </div>
<div class="ast-small-footer-section ast-small-footer-section-2">
Copyright © 2021 AllHipHop.com LLC 2020-Infinity </div>
</div>
</div>
</div>
</div>
</footer>
<div class="ast-search-box full-screen" id="ast-seach-full-screen-form">
<span id="close" class="close"></span>
<div class="ast-search-wrapper">
<div class="ast-container">
<h3 class="large-search-text">Search AllHipHop's Archives ...</h3>
<form class="search-form" action="https://allhiphop.com/" method="get">
<fieldset>
<span class="text">
<label for="s" class="screen-reader-text">Search …</label>
<input name="s" class="search-field" autocomplete="off" type="text" placeholder="Search …">
</span>
<button class="button search-submit"><i class="astra-search-icon"></i></button>
</fieldset>
</form>
</div>
</div>
</div>
</div>
<a id="ast-scroll-top" class="ast-scroll-top-icon ast-scroll-to-top-right" data-on-devices="both">
<span class="screen-reader-text">Scroll to Top</span>
</a>
<script id="astra-theme-js-js-extra" type="text/ez-screx">
var astra = {"break_point":"921","isRtl":"","query_vars":"[]","edit_post_url":"https:\/\/allhiphop.com\/wp-admin\/post.php?post={{id}}&action=edit","ajax_url":"https:\/\/allhiphop.com\/wp-admin\/admin-ajax.php","infinite_count":"2","astinfiniteposttype":"page","infinite_total":"0","pagination":"number","infinite_scroll_event":"scroll","infinite_nonce":"518c42ea2b","no_more_post_message":"No more posts to show.","grid_layout":"1","site_url":"https:\/\/allhiphop.com","show_comments":"Show Comments","masonryEnabled":"","blogMasonryBreakPoint":"921"};
</script>
<script src="https://allhiphop.com/ezossp/https/s34449.pcdn.co/wp-content/themes/astra/assets/js/minified/style.min.js?screx=1&sxcb=12a" id="astra-theme-js-js" type="text/ez-screx"></script>
<script src="https://allhiphop.com/ezossp/https/s34449.pcdn.co/wp-content/plugins/coblocks/dist/js/coblocks-animation.js?screx=1&sxcb=12a" id="coblocks-animation-js" type="text/ez-screx"></script>
<script id="stickThis-js-extra">
var sticky_anything_engage = {"element":".sticky-elm","topspace":"0","minscreenwidth":"768","maxscreenwidth":"999999","zindex":"1","legacymode":"","dynamicmode":"","debugmode":"","pushup":"","adminbar":"1"};
</script>
<script src="https://s34449.pcdn.co/wp-content/plugins/sticky-menu-or-anything-on-scroll/assets/js/stickThis.js" id="stickThis-js"></script>
<script id="astra-addon-js-js-extra" type="text/ez-screx">
var astraAddon = {"sticky_active":"1","header_main_stick":"1","header_above_stick":"1","header_below_stick":"1","stick_header_meta":"","header_main_stick_meta":"","header_above_stick_meta":"","header_below_stick_meta":"","sticky_header_on_devices":"both","sticky_header_style":"none","sticky_hide_on_scroll":"1","break_point":"921","tablet_break_point":"921","mobile_break_point":"544","header_main_shrink":"","header_logo_width":"","responsive_header_logo_width":{"desktop":"385","tablet":"481","mobile":"172"},"stick_origin_position":"","site_layout":"ast-full-width-layout","site_content_width":"1240","site_layout_padded_width":"1200","site_layout_box_width":"1200"};
</script>
<script src="https://allhiphop.com/ezossp/https/s34449.pcdn.co/wp-content/uploads/astra-addon/astra-addon-60107bd0aff096-64705795.js?screx=1&sxcb=12a" id="astra-addon-js-js" type="text/ez-screx"></script>
<script src="https://allhiphop.com/ezossp/https/s34449.pcdn.co/wp-content/plugins/astra-addon/addons/blog-pro/assets/js/minified/single-autopost-infinite.min.js?screx=1&sxcb=12a" id="astra-single-infinite-js" type="text/ez-screx"></script>
<script src="https://allhiphop.com/ezossp/https/s34449.pcdn.co/wp-content/plugins/jetpack/_inc/build/twitter-timeline.min.js?screx=1&sxcb=12a" id="jetpack-twitter-timeline-js" type="text/ez-screx"></script>
<script src="https://allhiphop.com/ezossp/https/s34449.pcdn.co/wp-content/plugins/jetpack/vendor/automattic/jetpack-lazy-images/src/js/intersectionobserver-polyfill.min.js?screx=1&sxcb=12a" id="jetpack-lazy-images-polyfill-intersectionobserver-js" type="text/ez-screx"></script>
<script id="jetpack-lazy-images-js-extra" type="text/ez-screx">
var jetpackLazyImagesL10n = {"loading_warning":"Images are still loading. Please cancel your print and try again."};
</script>
<script src="https://allhiphop.com/ezossp/https/s34449.pcdn.co/wp-content/plugins/jetpack/vendor/automattic/jetpack-lazy-images/src/js/lazy-images.min.js?screx=1&sxcb=12a" id="jetpack-lazy-images-js" type="text/ez-screx"></script>
<script src="https://s34449.pcdn.co/wp-content/plugins/ultimate-addons-for-gutenberg/assets/js/slick.min.js" id="uagb-slick-js-js"></script>
<script src="https://allhiphop.com/ezossp/https/s34449.pcdn.co/wp-content/plugins/ultimate-addons-for-gutenberg/assets/js/post.js?screx=1&sxcb=12a" id="uagb-post-js-js" type="text/ez-screx"></script>
<script src="https://s34449.pcdn.co/wp-content/plugins/ultimate-addons-for-gutenberg/assets/js/imagesloaded.min.js" id="uagb-imagesloaded-js"></script>
<script defer src="https://allhiphop.com/ezossp/https/s34449.pcdn.co/wp-content/plugins/youtube-embed-plus/scripts/fitvids.min.js?screx=1&sxcb=12a" id="__ytprefsfitvids__-js" type="text/ez-screx"></script>
<script src="https://allhiphop.com/ezossp/https/s34449.pcdn.co/wp-includes/js/wp-embed.min.js?screx=1&sxcb=12a" id="wp-embed-js" type="text/ez-screx"></script>
<script type="text/ez-screx">
			/(trident|msie)/i.test(navigator.userAgent)&&document.getElementById&&window.addEventListener&&window.addEventListener("hashchange",function(){var t,e=location.hash.substring(1);/^[A-z0-9_-]+$/.test(e)&&(t=document.getElementById(e))&&(/^(?:a|select|input|button|textarea)$/i.test(t.tagName)||(t.tabIndex=-1),t.focus())},!1);
			</script>
<script src="https://allhiphop.com/ezossp/https/stats.wp.com/e-202116.js?screx=1&sxcb=12a" defer type="text/ez-screx"></script>
<script type="text/ez-screx">
	_stq = window._stq || [];
	_stq.push([ 'view', {v:'ext',j:'1:9.6.1',blog:'111339476',post:'380611',tz:'-4',srv:'allhiphop.com'} ]);
	_stq.push([ 'clickTrackerInit', '111339476', '380611' ]);
</script>
<script type="text/ez-screx" id="29b664be">
						ezoicSiteSpeed(document, String(/domContentLoaded/).substring(1).slice(0,-1), String(/dom-content-loaded-listener/).substring(1).slice(0,-1),  function(){
							( function( $ ) {
								var cols = parseInt( '1' );
								var $scope = $( '.uagb-block-29b664be' ).find( '.is-carousel' );

								if ( cols >= $scope.children().length ) {
									return;
								}
								var slider_options = {
									'slidesToShow' : cols,
									'slidesToScroll' : 1,
									'autoplaySpeed' : 2000,
									'autoplay' : Boolean( '1' ),
									'infinite' : Boolean( '1' ),
									'pauseOnHover' : Boolean( '1' ),
									'speed' : 500,
									'arrows' : Boolean( '1' ),
									'dots' : Boolean( '1' ),
									'rtl' : Boolean( '' ),
									'prevArrow' : '<button type=\"button\" data-role=\"none\" class=\"slick-prev\" aria-label=\"Previous\" tabindex=\"0\" role=\"button\"><svg width=\"20\" height=\"20\" viewBox=\"0 0 256 512\"><path d=\"M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z\"></path></svg><\/button>',
									'nextArrow' : '<button type=\"button\" data-role=\"none\" class=\"slick-next\" aria-label=\"Next\" tabindex=\"0\" role=\"button\"><svg width=\"20\" height=\"20\" viewBox=\"0 0 256 512\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg><\/button>',
									'responsive' : [
										{
											'breakpoint' : 1024,
											'settings' : {
												'slidesToShow' : 1,
												'slidesToScroll' : 1,
											}
										},
										{
											'breakpoint' : 767,
											'settings' : {
												'slidesToShow' : 1,
												'slidesToScroll' : 1,
											}
										}
									]
								};

								ezoicSiteSpeed({objOrFunction:$scope.imagesLoaded, object:$scope, function: "imagesLoaded"}, String(/documentReady/).substring(1).slice(0,-1), String(/jQuery-document-ready/).substring(1).slice(0,-1), function() {
									$scope.slick( slider_options );
								});

								var enableEqualHeight = ( '1' )

								if( enableEqualHeight ){
									ezoicSiteSpeed({objOrFunction:$scope.imagesLoaded, object:$scope, function: "imagesLoaded"}, String(/documentReady/).substring(1).slice(0,-1), String(/jQuery-document-ready/).substring(1).slice(0,-1), function() {
										UAGBPostCarousel._setHeight( $scope );
									});

									$scope.on( 'afterChange', function() {
										UAGBPostCarousel._setHeight( $scope );
									} );
								}

							} )( jQuery );
						});
					</script>
<script type="text/javascript" style="display:none;" async>
</script>
<script type="text/javascript" data-cfasync="false"></script></body></html>