/*-----------------------------------------------------------------------------------
	SCREAMDUMP
	About: Funny. Interesting. Sweary.
	Author: Screamdump
	Version: 1.1
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFBC50;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
	font-family:'BDCartoonShout';
	src: url('./fonts/BDCartoonShout/BD_Cartoon_Shout.woff');
	src: url('./fonts/BDCartoonShout/BD_Cartoon_Shout.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}
.bloc-sm{
	padding:20px;
}

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}
.voffset-md{
	margin-top:50px;
}
.voffset-lg{
	margin-top:80px;
}


/* = NavBar
-------------------------------------------------------------- */

.navbar-dark .nav .dropdown-menu .nav-link{
	color: rgb(64, 64, 64);
}
/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	 transition: all .2s ease-out;
}
.fill-bloc-top-edge.sticky{
	background-color:rgb(40, 40, 40);
	width:100%;
	max-width: 100%;
	margin-top: 0;
	left:0;
	right:0;
}
.fill-bloc-top-edge.sticky .navbar{
	max-width: 1170px;
	margin: 0 auto;
}

/* Nav Special Classes */
.nav-special{
	overflow-y:scroll;
}
.nav-special .site-navigation{
	top:0;
	left:0;
	width:100%;
	position: relative!important;
	max-width: 100%!important;
	z-index: 1000;
}
.nav-special .nav > li{
	width:100%;
	background: none!important;
	border:0!important;
}
.nav-special.collapsing{
	-webkit-transition: none;
	transition: none;
	height:100%!important;
	background: none!important;
}
.nav-special .navbar-nav .dropdown-menu.show{
	position: relative!important;
	transform: none!important;
	float: none;
	width: 100%;
	margin-top: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}
.nav-special .nav .dropdown-menu .nav-link{
	color:#FFF;
}
.blocsapp-special-menu{
	position: absolute;
	z-index:10000;
}
.nav-special.fullscreen-nav .caret,.nav-special.fullscreen-nav .dropdown-menu .dropdown .caret{
	border-width: 8px;
}
.nav-special .navbar-nav .show>.nav-link{
	color:#FFF;
}

/* Animate Menu Symbol */
.navbar-toggle{
	transition: all .1s linear;
}
.selected-nav{
	opacity: 0;
	transform: scale(0.3);
	transition: all .1s linear;
}


/* Special Menu Close Button */
.close-special-menu{
	position: absolute;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.nav-invert .sidebar-nav .close-special-menu{
	left:260px;
}
.close-special-menu .close-icon{
	display: block;
	width:100%;
	height:1px;
	transform: rotate(45deg);
	margin-top:12px;
}
.close-special-menu .close-icon:after{
	content:"";
	display:inherit;
	width:inherit;
	height:inherit;
	background: inherit;
	transform: rotate(90deg);
}
.lock-scroll{
	overflow:hidden;
	transition: background .3s linear;
}
.nav-special::-webkit-scrollbar{
	-webkit-appearance: none;
	width:0;
	height:0;
}
.nav-special .dropdown-menu .dropdown .caret{
	border-top-color: rgba(255,255,255,.8);
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	margin: 0 0 0 5px;
	float: none;
}
.blocsapp-special-menu .site-navigation.pull-right{
	float:none!important;
}

/* Nav Special Close Button */
.close-special-menu .close-icon{
	background:#fff;
}
.blocsapp-special-menu blocsnav{
	background: #000;
}

/* Side Bar Navigation */
.nav-special.sidebar-nav{
	position: fixed;
	right: -300px;
	top: 0;
	bottom: 0;
	width: 300px;
	z-index: 1000;
	transition: all .2s linear;
}
.nav-invert .nav-special.sidebar-nav{
	right: auto;
	left: -300px;
}
 .nav-special.sidebar-nav .site-navigation{
	margin-top:15px;
	padding-left:15px;
}
.nav-special.sidebar-nav .nav > li a{
	color:rgba(255,255,255,.8);
}
 .nav-special.sidebar-nav .nav > li a:hover{
	color:#FFF;
}
 .open.nav-special.sidebar-nav{
	right: 0;
	transition: all .2s linear;
}
.nav-invert .open.nav-special.sidebar-nav{
	left: 0;
	transition: all .2s linear;
}
.navbar-toggler:focus{
	box-shadow:none;
}
;
	
/* Content Tint */
.content-tint{
	z-index: -1;
	transition: background .2s linear;
}
.content-tint.on{
	display: block;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	background: transparent;
	z-index: 1001;
	background:rgba(0,0,0,.4);
}
.content-tint.on:hover{
	background:rgba(0,0,0,.1);
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-rd{
	border-radius: 40px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}




.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}

/* = Dividers
-------------------------------------------------------------- */
.divider-h{
	padding:20px 0;
	width:100%;
	display:inline-block;
}
.divider-h span{
	display: block;
	border-top:1px solid transparent;
}
.divider-half{
	width: 50%;
	margin: 0 auto;
}
.dropdown-menu .divider-h,.dropdown-menu .divider-half{
	padding:0;
}




/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"BDCartoonShout";
	font-weight:900;
	color:#FEFFFF!important;
}
.container{
	max-width:1140px;
}
p{
	font-family:"Domine";
	font-size:16px;
	line-height:24px;
}
h1{
	font-family:"Domine";
	font-size:55px;
	line-height:65px;
	font-weight:normal;
}
h2{
	font-family:"Domine";
	font-size:35px;
	line-height:45px;
	font-weight:normal;
}
h3{
	font-family:"Domine";
	font-size:25px;
	line-height:33px;
}
h4{
	font-family:"Domine";
	font-size:20px;
	line-height:28px;
}
.podcaster-logo{
	font-family:"Domine";
	font-weight:bold;
	color:#FEFFFF!important;
	text-transform:uppercase;
}
.youtuber-navigation{
	font-family:"BDCartoonShout";
	text-transform:capitalize;
	color:#FEFFFF!important;
	margin-right:4px;
	margin-left:4px;
	font-weight:900;
}
.youtuber-navigation-button{
	background-color:#FFBC50;
	font-family:"BDCartoonShout";
	color:#FEFFFF!important;
	text-transform:none;
	font-weight:900;
	padding-right:20px;
	padding-left:20px;
	margin-left:14px;
	border-width:0px 0px 0px 0px;
}
.youtuber-button{
	background-color:#FFBC50;
	text-transform:none;
	font-family:"BDCartoonShout";
	font-weight:900;
	font-size:18px;
	padding:10px 28px 10px 28px;
	border-width:0px 0px 0px 0px;
}
.podcaster-navigation-links{
	margin-top:6px;
	padding-right:14px;
	padding-left:14px;
	color:transparent!important;
	font-family:"BDCartoonShout";
	font-weight:900;
}
.youtuber-navigation-button:hover{
	background-color:#9533D5;
}
.youtuber-navigation:hover{
	color:#B13DFF!important;
}
.podcaster-logo:hover{
	color:#B13DFF!important;
}
.podcaster-header{
	padding-top:15px;
	padding-bottom:5px;
}
.youtuber-button:hover{
	background-color:#9834DA;
}
.podcaster-navigation-links:hover{
	;
}
.scrollToTop{
	background-color:#8A30C5;
	color:#FEFFFF!important;
	border-radius:100px 100px 100px 100px;
	border-width:0px 0px 0px 0px;
}
.scrollToTop:hover{
	background-color:#9733D8;
}
.youtuber-about-image{
	text-shadow:0px 0px 0px #000000;
	font-family:"BDCartoonShout";
	border-radius:28px 28px 28px 28px;
}
.podcaster-icon-hover{
	opacity:0.85;
	font-family:"BDCartoonShout";
}
.podcaster-icon-hover:hover{
	opacity:1.0;
}
.podcaster-no-side-padding{
	padding:0px 0px 0px 0px;
}
.podcaster-player{
	background-color:#393939;
	height:50px;
	padding-top:0px;
	margin-bottom:5px;
	width:100%;
	border-width:0px 0px 0px 0px;
}
.podcaster-bg-transparent{
	background-color:transparent;
	padding:0px 0px 0px 0px;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.podcaster-download-button{
	background-color:transparent;
	font-size:25px;
	padding-top:0px;
}
.podcaster-download-button:hover{
	background-color:transparent;
}
.podcaster-card-padding{
	margin-bottom:4px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
	margin-top:14px;
}
.podcaster-share-button{
	font-family:"Domine";
	font-size:14px;
	color:#FEFFFF!important;
	text-transform:uppercase;
	font-weight:normal;
	border-style:solid;
	border-color:#202020!important;
	background-color:#383838;
	border-width:0px 0px 0px 0px;
}
.podcaster-share-button:hover{
	color:#FEFFFF!important;
	border-style:solid;
	border-color:#8A2FC4!important;
	border-width:0px 0px 0px 0px;
}
.podcaster-button-icon{
	margin-right:10px;
	color:#B13DFF!important;
}
.podcaster-sharing-code{
	background-color:transparent;
	width:100%;
	margin-right:auto;
	margin-left:auto;
	box-shadow:0px 0px 0px rgba(0,0,0,0.0);
	padding:10px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.podcaster-sharing-list{
	margin-right:auto;
	margin-left:auto;
	width:90px;
}
.youtuber-small-text{
	font-family:"Lato";
	font-size:14px;
	line-height:22px;
	font-weight:900;
}
.podcaster-meta{
	font-family:"Domine";
	text-transform:uppercase;
	font-size:12px;
	color:#B43CFF!important;
	letter-spacing:0.03rem;
}
.podcaster-read-more-link{
	color:#FEFFFF!important;
	font-family:"Domine";
	font-weight:bold;
}
.podcaster-read-more-link:hover{
	color:#892FC3!important;
}
.podcaster-blog-column{
	margin-bottom:50px;
}
.podcaster-wire-button{
	padding-right:28px;
	padding-left:28px;
	text-transform:none;
	font-size:16px;
	font-family:"Domine";
	line-height:26px;
	background-color:transparent;
	border-style:solid;
	border-color:#FEFFFF!important;
	color:#FEFFFF!important;
	border-width:1px 1px 1px 1px;
}
.podcaster-wire-button:hover{
	color:#FEFFFF!important;
	border-color:#000000!important;
	background-color:#000000;
}
.podcaster-modal-padding{
	padding:14px 28px 28px 28px;
	border-width:0px 0px 0px 0px;
}
.close{
	color:#FEFFFF!important;
}
.podcaster-notes-icon{
	color:#C030FF!important;
	margin-right:10px;
}
.blocsapp-special-menu blocsnav{
	background-color:#282828;
}
.youtuber-responsive-padding{
	padding-top:80px;
	padding-bottom:80px;
}
.navbar-brand img{
	height:48px;
}
.h4-style{
	font-family:"BDCartoonShout";
	font-weight:900;
}
.h3-style{
	font-family:"BDCartoonShout";
	font-weight:900;
	width:100%;
}
.img-style{
	width:300px;
}
.h3-gallery-style{
	font-family:"BDCartoonShout";
	font-weight:900;
}
.p-style{
	font-family:"BDCartoonShout";
	font-weight:300;
}
.img-hero-style{
	width:350px;
}
.h2-style{
	font-family:"BDCartoonShout";
	font-weight:900;
}
.h4-video-gallery-style{
	font-family:"BDCartoonShout";
	font-weight:900;
}
.h4-title-here-style{
	font-family:"BDCartoonShout";
	font-weight:900;
}
.h4-4-style{
	font-family:"BDCartoonShout";
	font-weight:900;
}
.h4-5-style{
	font-family:"BDCartoonShout";
	font-weight:900;
}
.h4-6-style{
	font-family:"BDCartoonShout";
	font-weight:900;
}
.p-video-gallery-style{
	font-family:"BDCartoonShout";
	font-weight:900;
}
.p-5-style{
	font-family:"BDCartoonShout";
	font-weight:900;
}
.p-6-style{
	font-family:"BDCartoonShout";
	font-weight:900;
}
.p-3-style{
	font-family:"BDCartoonShout";
	font-weight:900;
}
.p-2-style{
	font-family:"BDCartoonShout";
	font-weight:900;
}
.p-1-style{
	font-family:"BDCartoonShout";
	font-weight:900;
}
.h2-sheraz-yousaf-style{
	font-family:"BDCartoonShout";
	font-weight:900;
	width:100%;
	font-size:28px;
}
.p-creator-style{
	font-family:"BDCartoonShout";
	font-weight:900;
}
.h2-the-team-style{
	font-family:"BDCartoonShout";
	font-weight:900;
}
.p-team-style{
	font-family:"BDCartoonShout";
	font-weight:900;
}
.h3-arman-fallah-style{
	font-family:"BDCartoonShout";
	font-weight:900;
}
.p-9-style{
	font-family:"BDCartoonShout";
	font-weight:900;
}
.h3-team-style{
	font-family:"BDCartoonShout";
	font-weight:900;
}
.p-10-style{
	font-family:"BDCartoonShout";
	font-weight:900;
}
.h3-vaarnan-drolia-style{
	font-family:"BDCartoonShout";
	font-weight:900;
}
.p-footer-style{
	font-family:"Lato";
	font-weight:900;
}
.p-7-style{
	font-family:"BDCartoonShout";
	font-weight:900;
}
.btn-style{
	width:100%;
}
.h6-style{
	font-size:16px;
	line-height:18px;
}
.h6-instagram-style{
	line-height:16px;
	font-size:14px;
}
.h6-reddit-style{
	line-height:16px;
}
.h6-tiktok-style{
	line-height:18px;
}
.row-subscribe-style{
	width:100%;
}

/* = Colour
-------------------------------------------------------------- */

/* Background colour styles */

.bgc-dark-jungle-green{
	background-color:#282828;
}
.bgc-dark-jungle-green-2{
	background-color:#202020;
}

/* Text colour styles */

.tc-snow{
	color:#FBFBFB!important;
}
.tc-pastel-orange{
	color:#FFBC50!important;
}
.tc-white{
	color:rgba(255,255,255,0.80)!important;
}
.tc-light-gray{
	color:#D5D5D5!important;
}

/* Link colour styles */

.ltc-white{
	color:rgba(255,255,255,0.80)!important;
}
.ltc-white:hover{
	color:#cbcccc!important;
}

/* Bloc image backgrounds */

.bg-screamdump-red-shapes{
	background-image:url("img/screamdump-red-shapes.png");
}

/* = Custom Bric Data
-------------------------------------------------------------- */



/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.youtuber-navigation{
		text-align:center;
	}
	.podcaster-navigation-links{
		margin-top:14px;
		margin-bottom:14px;
	}
	.youtuber-navigation-button{
		margin:14px auto 14px auto;
	}
	h1{
		font-size:45px;
		line-height:55px;
	}
	h2{
		font-size:30px;
		line-height:40px;
	}
	h3{
		font-size:23px;
		line-height:31px;
	}
	h4{
		font-size:19px;
		line-height:27px;
	}
	.podcaster-card-padding{
		padding:5px 5px 5px 5px;
	}
	.podcaster-share-button{
		font-size:0px;
	}
	.podcaster-button-icon{
		margin-right:0px;
	}
	.podcaster-tablet-column{
		padding-right:25px;
		padding-left:25px;
	}
	.youtuber-responsive-padding{
		padding-top:60px;
		padding-bottom:60px;
	}
	.mt-md-0{
	}
	.mt-md-4{
	}
	
	/* MD Row Margin Offsets */
	.voffset-md{
		margin-top:30px;
	}
	
	/* MD Text Margin Offsets */
	.mg-md-md{
		margin-top:10px;
		margin-bottom:20px;
	}
		.mg-clear-md{
		margin:0;
	}
	
}

@media (max-width: 767px){
	h1{
		font-size:40px;
		line-height:50px;
	}
	h2{
		font-size:25px;
		line-height:35px;
	}
	h3{
		font-size:20px;
		line-height:28px;
	}
	h4{
		font-size:18px;
		line-height:26px;
	}
	.youtuber-button{
		font-size:18px;
		padding:8px 20px 8px 20px;
	}
	.youtuber-about-image{
		margin-bottom:28px;
	}
	p{
		font-size:15px;
		line-height:23px;
	}
	.podcaster-tablet-column{
		margin-bottom:28px;
	}
	.youtuber-responsive-padding{
		padding-top:40px;
		padding-bottom:40px;
	}
	.sidebar-nav{
		width:230px!important;
	}
	.nav-special.sidebar-nav .nav > li{
		width:80%;
	}
	.nav-invert .sidebar-nav .close-special-menu{
		left:200px;
	}
	
}

@media (max-width: 575px){
	h1{
		font-size:35px;
		line-height:45px;
	}
	h2{
		font-size:23px;
		line-height:33px;
	}
	h3{
		font-size:19px;
		line-height:27px;
	}
	h4{
		font-size:17px;
		line-height:25px;
	}
	.podcaster-card-padding{
		padding-right:0px;
		padding-left:0px;
	}
	.podcaster-tablet-column{
		padding-right:0px;
		padding-left:0px;
	}
	.youtuber-responsive-padding{
		padding-top:28px;
		padding-bottom:28px;
	}
	.mt-1{
	}
	
	/* Mobile Text Margin Offsets */
	.mg-lg-xs{
		margin-top: 10px;
		margin-bottom:40px;
	}
	
}

