/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 21 2022 | 16:10:53 */
@charset "utf-8";

/* Custom Fonts: */	

@font-face {
    font-family: 'IvyMode';
    src: url('https://www.arthursoundengineer.com/wordpress/wp-content/themes/art-sound/fonts/IvyMode-Regular.ttf');
    font-weight: 400;
    font-style: normal;
	}
	
@font-face {
    font-family: 'IvyMode';
    src: url('https://www.arthursoundengineer.com/wordpress/wp-content/themes/art-sound/fonts/IvyMode-Light.ttf');
    font-weight: 300;
    font-style: normal;
	}

@font-face {
    font-family: 'IvyMode';
    src: url('https://www.arthursoundengineer.com/wordpress/wp-content/themes/art-sound/fonts/IvyMode-SemiBold.ttf');
    font-weight: 500;
    font-style: normal;
	}
	
@font-face {
    font-family: 'IvyMode';
    src: url('https://www.arthursoundengineer.com/wordpress/wp-content/themes/art-sound/fonts/IvyMode-Bold.ttf');
    font-weight: 600;
    font-style: normal;
	}

@font-face {
    font-family: 'Font Name Here';
    src: url('https://www.url.com/wp-content/themes/theme-name/fonts/font-name.otf');
    font-weight: 400;
    font-style: normal;
	}
	
/* General & Resets: */

html {
	font-size: 14px;
	}

body {
	font-family: IvyMode, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 300;
	color: #4A4A4A;
	letter-spacing: 1px;
	}

h1, h2, h3, h4, h5, h6 {
	text-align: center;
	}
	
h1 { font-size: 3.0rem; }
h2 { font-size: 2.6rem; }
h3 { font-size: 2.2rem; }
h4 { font-size: 1.8rem; }
h5 { font-size: 1.4rem; }
h6 { font-size: 1.0rem; }
	
p {
	font-size: 1rem;
	font-weight: 300;
	color: #4A4A4A;
	margin-bottom: 1rem;
	}

ul {
	font-size: 1rem;
	font-weight: 400;
	color: #4A4A4A;
	margin-bottom: 1rem;
	}

li {
	font-size: 1rem;
	font-weight: 400;
	color: #4A4A4A;
	}		
	
a {
	font-size: 1rem;
	font-weight: 400;
	color: #4A4A4A;
	text-decoration: none !important;
	outline: none;
	border: none;
	}

a:hover {
	color: #4A4A4A;
	text-decoration: underline;
	}
	
img {
	/* width: 100%; */
	}

i {
	font-family: fontawesome;
    font-style: normal;
	font-size: 1.2rem;
	}

.full-width {
	margin-left: -15px;
	margin-right: -15px;
	} 	
	
.max-width {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	}
	
.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}
	
.text-center {
	text-align: center;
	}	
	
.wrapper {
	padding-top: 0px;
	padding-bottom: 0px;
	}
	
.hidden, .entry-header, .entry-footer /*  #wp-admin-bar-top-secondary */ {
	display: none;
	visibility: hidden;
	}	
		








/* Nav: */


#wrapper-navbar {
	width: 100%;
	}

.logo {
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 400px;
	margin: 4rem auto 1rem auto;
	padding: 0px 30px 0px 30px;
	z-index: 5000;
	}	

.tagline {
	text-align: center;
	font-size: 1.2rem;
	letter-spacing: .3rem;
	}

nav .custom-logo-link { 
	padding: 0px;
	}
	
nav .custom-logo-link img { 
	max-width: 80px; 
	}

.navbar {
	max-width: 1240px;
	margin: 2rem auto;
	padding: 20px;
	background-color: white !important;
	}

.navbar-brand {
    font-size: 1.6rem;
    margin: 0;
    padding: 0;
	}

.navbar-collapse {
	flex-grow: 0;
	width: 100%;
	}		

nav .navbar-toggler {
	border-color: rgba(255, 255, 255, 0) !important;
	margin: 1rem auto 1rem auto;
	}

nav #main-menu {
	text-align: left;
	}	

nav .navbar-nav {
	flex-direction: row !important;
	margin: 0 auto !important;
	}

nav .nav-link {
	line-height: 16px;
	font-size: 1rem;
	transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	-webkit-transition: all ease-in-out .2s;
	}

nav .nav-link:hover {
	color: rgba(0,0,0,1.0) !important;
	}	

nav .custom-icon {
	width: 22px;
	height: 22px;
	margin: .4rem .8rem;
	background-image: url(https://www.arthursoundengineer.com/wordpress/wp-content/themes/art-sound/img/insta.svg);
	background-repeat: no-repeat;
	background-size: 20px;
	}	

nav #menu-item-996 {
	margin-right: 8rem;
	}

nav #menu-item-997 {
	margin-left: 8rem;
	}













/* Content: */

.entry-content {
	max-width: 1200px;
	margin: 0 auto;
	}

.entry-content .outer {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 100vh;
	}

.entry-content .inner {
	padding: 2rem;
	}

.has-post-thumbnail {
	text-align: center;
	margin-bottom: 2rem;
	}

.has-post-thumbnail img {
	width: 100%;
	}

.tracks-wrap {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	}

.tracks-wrap .track {
	padding: 10px;
	}

.paragraph { 
	margin-bottom: 4rem;
	}	

.text-and-img .outer {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	}

.text-and-img .inner:first-child {
	padding-left: 6rem;
	}

.text-and-img .inner:last-child p {
	font-size: 1.0rem;
	}

.text-and-img .inner img {
	width: 100%;
	max-width: 160vw;
	border-radius: 16px;
	}

.about-underline {
	font-weight: 400;
	max-width: 720px;
	margin: 0 auto;
	border-bottom: 1px solid #7f7f7f;
	margin-bottom: 1.4rem;
	padding-bottom: .3rem;
	}

.underline {
	font-weight: 400;
	max-width: 720px;
	margin: 0 auto;
	border-bottom: 1px solid #7f7f7f;
	margin-bottom: 4rem;
	padding-bottom: .3rem;
	}

.wpcf7 {
	max-width: 720px;
	}

.wpcf7-form-control {
	margin-top: .4rem;
	}

.wpcf7 input[type=submit] {
	color: #4A4A4A;
	background-color: transparent;
	background-image: none;
	border-color: #6c757d;
	letter-spacing: .2rem;
	padding: 1rem;
	height: 3rem;
	line-height: 0;
	}

.wpcf7 input[type=submit]:hover {
    color: #ffffff;	
	background-color: #6c757d;
    background-image: none;	
    border-color: #6c757d;	
	}

















/* Footer: */



.site-footer {
	text-align: center;
	padding: 6rem 0rem 2rem 0rem;
	margin-left: -15px;
	margin-right: -15px;
	}

.site-footer p {
	font-size: 0.8rem;
	line-height: 2rem;
	color: #bbbbbb;
	margin: 0;
	}

.site-footer .social-icons {
	margin-bottom: 1rem;
	}

.site-footer .social-icons a {
	padding: .6rem;
	}

.site-footer .social-icons a {
	width: 1.4rem;
	color: #aaaaaa;
    transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;	
	}

.site-footer .social-icons a:hover {
	color: #7d7d7d;
	text-decoration: none;
	}	

.site-footer a, #wrapper-footer-full li a {
	font-size: 0.8rem;
	color: #bbbbbb;
    transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;		
	}
	
.site-footer a:hover, #wrapper-footer-full li a:hover { 
	color: #7d7d7d;
	text-decoration: none;	
	}	









/* WIDTH HACKS: */

@media only screen and (max-width: 1200px) {

	.width-hack {
		max-width: 1200px !important;
		margin-left: -15px !important;
		margin-right: -15px !important;	
		}

}







/* MOBILE STYLES: */

@media only screen and (max-width: 767px) {
		
	h1 { font-size: 2.0rem; }
	h2 { font-size: 1.6rem; }
	h3 { font-size: 1.2rem; }
	h4 { font-size: 0.8rem; }
	h5 { font-size: 0.4rem; }
	h6 { font-size: 0.0rem; }

	.logo {
		max-width: 320px;
		margin-top: 3rem;
		padding: 0px 20px 0px 20px;
		}			

	.navbar {
		padding: 0px;
		margin: 1rem auto;
		}

	nav .navbar-nav {
		justify-content: center;
		align-items: center;
		}

	nav .navbar-nav li {
		padding: 0rem 0.8rem;
		}	
	
	nav .navbar-nav li:first-child {
		padding-right: 2rem;
		}	

	nav .navbar-nav li:last-child {
		padding-left: 2rem;
		}		

	.navbar-brand { 
		padding: 15px; 
		font-size: 1.3rem;
		}

	nav .navbar-collapse {
		box-shadow: inset 0px 0px 16px rgba(0, 0, 0, 0.05);
		padding: 1rem 0rem;
		}	

	nav .custom-logo-link img { 
		max-width: 50px; 
		}

	nav .nav-link {
		line-height: 28px;
		text-align: center;
		}

	nav .dropdown-toggle::after { 
		margin-top: .7rem; 
		margin-left: .6rem;
		}

	nav .custom-icon {
		background-position: center center;
		margin: 0;
		}
	
	.dropdown-menu { 
		border-radius: 0px 0px;
		}	

	nav #menu-item-996 {
		margin-right: 0rem;
		}

	nav #menu-item-997 {
		margin-left: 0rem;
		}
	
	#wrapper-footer-full { 
		padding-top: 2rem;
		}
	
	#wrapper-footer-full ul { 
		flex-direction: column;
		}
	
	#wrapper-footer-full li { 
		margin: 0.2rem 2rem;
		}
	
	.site-footer { 
		padding-bottom: 2rem;
		}	

	.text-and-img .outer {
		flex-direction: column;
		}

	.text-and-img .inner:first-child {
		padding-left: 0rem;
		padding-bottom: 2rem;
		}
	
	.text-and-img .inner:last-child p {
		font-size: 1rem;
		}
	
	.text-and-img .inner img {
		border-radius: 0;
		}
	
}


@media only screen and (max-width: 379px) {

	.navbar-brand { 
		font-size: 1.0rem;
		}

	.text-and-img .inner img {
		border-radius: 0;
		width: 100vw !important;
		margin-left: -15px !important;
		margin-right: -15px !important;
		}

}