/************************ GENERAL ************************/

html.js.js_active.vc_desktop.vc_transform.vc_transform {
	padding: 0 !important;
}

body {
	min-height: 100vh;
    font-family: 'Sailec-Regular', Helvetica Neue, Helvetica, Arial, sans-serif;
	overflow-x: hidden;
    display: flex;
    flex-direction: column;
}

.vc_row.full-width-row {
	margin-top: -25px;
}

.main-content {
	flex: 1;
}

.padded-row {
	width: 1400px;
	margin-left: auto !important;
	margin-right: auto !important;
}

header .container, footer .container {
	width: 90%;
}

input[type=text], input[type=email], textarea, select {
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius:0;
    -webkit-appearance: button;
}

:focus-visible {
	outline: none;
}

.mobile-only {
	display: none !important;
}


/************************ TYPOGRAPHY ************************/

p, ul, li, input, textarea, select, .wpcf7-list-item-label, .wpcf7-response-output {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 17px;
	color: #000;
	font-weight: normal;
	line-height: 27px;
	margin-bottom: 20px;
}

p:last-of-type {
	margin-bottom: 0;
}

p:empty {
	display: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

a, a:hover, a:active {
	color: #000;
    text-decoration: none;
    -webkit-transition: color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out;
    -ms-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
}

b, strong {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

h1 {
    font-size: 60px;
    font-weight: 800;
    text-transform: uppercase;
	line-height: 70px;
}

h2 {
	font-size: 35px;
	font-weight: 600;
	line-height: 45px;
}

h3 {
    font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
    line-height: 30px;
	margin-bottom: 20px !important;
}

h4 {
    font-size: 18px;
}

input, textarea, select {
	font-size: 18px;
    color: #000;
	font-weight: normal;
}

ul, ol {
	margin: 0 0 1.5em 30px;
}

li {
	margin-bottom: 10px;
}

.fa-facebook-f:before {
    content: "\f39e" !important;
}

button {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 17px;
}

span.wpcf7-not-valid-tip {
	font-size: 12px;
    margin-top: -20px;
}

body.error404 h1 {
    font-size: 70px;
    color: #000;
	text-align: center;
    text-transform: uppercase;
    padding-top: 140px;
}

.orange-background h2 {
	color: #fff;
}


/************************ TEMPLATE ************************/

article {
	margin-bottom: 0;
}

.vc_row[data-vc-full-width] {
	background: #fff;
	overflow: inherit !important;
}

.wpb_content_element {
	margin-bottom: 0 !important;
}

.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner {
	padding-top: 0 !important;
}

.align-bottom {
	width: 100%;
	position: absolute;
	bottom: 0;
}

.narrow-row {
	width: 50%;
	margin: auto !important;
}

.full-row-padding {
	padding: 100px 5%;
}

.inner-padded-col {
	padding: 50px 5% !important;
}

.padding-top-bottom {
	padding: 100px 0;
}

.padding-top {
	padding: 100px 0 0;
}

.padding-bottom {
	padding: 0 0 100px;
}

.padding-top-bottom-small {
	padding: 50px 0;
}

.padding-top-small {
	padding: 50px 0 0;
}

.padding-bottom-small {
	padding: 0 0 50px;
}

.background-row, .background-row .vc_column-inner {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.fixed-background, .fixed-background .vc_column-inner {
	background-attachment: fixed;
}

.overlay, .overlay .vc_column-inner {
	box-shadow: inset 10000px 0 0 0 rgb(12 12 12 / 30%);
}

.overlay .vc_column-inner .vc_column-inner {
	box-shadow: none;
}

.orange-background {
	background: #f27c34;
}

.grey-background {
	background: #f6f5f5;
}


/************************ ELEMENTS ************************/

#send-classified form p {
	margin-bottom: 0 !important;
}

#send-classified input[type=text], #send-classified input[type=email], #send-classified textarea {
    width: 100% !important;
	background: transparent !important;
	font-size: 15px !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid #000 !important;
    border-radius: 0 !important;
    padding: 0 !important;
}

#send-classified input[type="submit"] {
	width: 100% !important;
    background: #f27c34 !important;
    color: #fff !important;
    text-transform: uppercase !important;
	margin-bottom: 0 !important;
}

#send-classified .wpcf7 form .wpcf7-response-output {
    font-size: 12px !important;
    text-transform: uppercase !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.grecaptcha-badge {
	display: none !important;
}


/************************ HEADER ************************/

header {
    width: 100%;
    height: auto;
    background: transparent;
    margin: 0 auto;
    padding: 10px 0;
    position: fixed;
    z-index: 9999;
}

header.scrolled {
    background: #fff;
}

header .container {
	display: flex;
    justify-content: center;
    align-items: center;
}

.navigation {
	width: 100%;
	float: right;
}

header nav {
    float: right;
}

header nav ul li {
	margin: 0 0 0 40px;
}

header nav ul li a {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #fff !important;
	text-transform: uppercase;
}

header.scrolled nav ul li a {
    color: #f27c34 !important;
}

.contact-btn {
    background: #5e89b0;
    border: 2px solid transparent;
    line-height: 0;
    padding: 20px;
    margin: 5px 25px 0 7px;
}

.contact-btn:hover {
	background: #a6c5e0;
}

.contact-btn a {
	color: #fff;
}

.social-icon {
    margin: 0 0 0 15px
}

.social-icon a {
    font-size: 17px;
    color: #fff;
}

.social-icon.patreon {
    margin: 0 0 0 40px;
}


/************************ LANDING ************************/

#hero {
	height: 300px;
}

#hero .vc_col-sm-4 {
	width: 400px;
}

#hero .vc_col-sm-8 {
	width: calc(100% - 400px);
	float: right;
}

#hero .cover-art img {
	width: 300px;
	height: auto;
	position: absolute;
	left: 70px;
	bottom: -100px;
}

#hero .podcast-btns, #hero .hero-tag {
	text-align: right;
	padding-right: 35px;
	padding-bottom: 30px;
}

#hero .podcast-btns .wpb_single_image {
	display: inline-block;
}

#hero .podcast-btns img {
	width: auto;
	height: 40px;
	margin-bottom: 5px;
}

#episodes {
	padding-top: 150px;
}

#episodes input {
    margin-bottom: 0 !important;
}

#episodes .fbx-playlist .fbx-search-form .fbx-search-icon {
    top: 20px !important;
}


/************************ FOOTER ************************/

footer {
    display: none;
}

footer .container {
	display: flex;
    justify-content: center;
    align-items: center;
}

.footer-col {
	width: 25%;
	float: left;
}

.footer-div {
	margin: 0 10px;
}



/************************ MOBILE ************************/

@media only screen and (max-width: 1550px) {
	
	.padded-row {
		width: 1200px;
        margin-left: auto !important;
        margin-right: auto !important;
	}
	
}


@media only screen and (max-width: 1200px) {
	
	h2 {
		font-size: 25px;
		line-height: 35px;
	}
	
	.padded-row {
		width: 100%;
        margin-left: auto !important;
        margin-right: auto !important;
	}
	
	.vc_row {
		margin-left: 0 !important;
    	margin-right: 0 !important;
	}
	
	.vc_row.vc_column-gap-35 {
		margin-left: 0 !important;
    	margin-right: 0 !important;
	}
	
	.vc_row.vc_column-gap-35>.vc_column_container {
		padding: 0 !important;
	}

	.vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
		padding-right: 15px !important;
		padding-bottom: 15px !important;
	}
	
}


@media only screen and (max-width: 1115px) {

	#hero .podcast-btns img {
		height: 30px;
	}

}


@media only screen and (max-width: 950px) {

	#hero .podcast-btns img {
		height: 25px;
	}

}


@media only screen and (max-width: 875px) {

	#hero .podcast-btns img {
		height: 20px;
	}

}


@media only screen and (max-width: 812px) {

	.desktop-only {
		display: none !important;
	}

	.mobile-only {
		display: block !important;
	}
	
	header nav {
    	float: inherit;
	}
	
	header nav ul li {
    	margin: 0 13px;
	}
	
	.align-bottom {
		position: inherit;
	}
	
	.padding-top-bottom {
		padding: 50px 0;
	}
	
	#hero {
    	height: auto !important;
    	padding: 80px 0 60px;
	}
	
	#hero .vc_col-sm-4, #hero .vc_col-sm-8 {
		width: 100%;
		float: left;
	}
	
	#hero .cover-art {
		text-align: center !important;
	}
	
	#hero .cover-art img {
		width: 100% !important;
		margin-bottom: 30px;
		position: inherit !important;
	}
	
	#hero .podcast-btns {
    	text-align: center;
    	padding-right: 0;
    	padding-bottom: 0;
	}
	
	#hero .podcast-btns img {
		height: 30px;
	}

	#episodes {
		padding-top: 50px;
	}
	
}


/*** IPAD PRO ***/

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) {
	
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
	
}


/*** IPAD MINI ***/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
	
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
	
}


/*** IPHONE MINI ***/

@media only screen and (min-width: 375px) and (max-width: 812px) and (orientation: portrait) {
	
}

@media only screen and (min-width: 375px) and (max-width: 812px) and (orientation: landscape) {
	
}

@media only screen and (min-width: 320px) and (max-width: 567px) and (orientation: portrait) {
	
}