/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.207
Text Domain:  Avada
*/
/*Table of Contents
1 - Typography
2 - Images
3 - General
4 - Footer
5 - Sticky Menu
6 - Tablet Media
7 - Phone Media
*/
/***************1-Typography*******************/
.read-link {
	background-image:url("https://www.herbdeutsch.com/wp-content/uploads/2022/01/Menu-Icon-2.png");
	background-size:25px;
	background-position:top left;
	padding-left:33px;
	background-repeat: no-repeat;
}
.read-link a{
    display: inline-block;
	margin-top:-2px;
}
.dot-link::before {
	content: '';
    display: inline-block;
    margin-top: -2px;
    background-image: url(https://www.herbdeutsch.com/wp-content/uploads/2022/01/Menu-Icon-2.png);
    background-size: 25px;
    background-position: top left;
    padding-left: 10px;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    vertical-align: middle;
}

.quote-space::before {
	content:'"';
	margin-left:-10%;
}

.quote-space::after {
	content:'"';
}

.about-link img {
	margin-top:2px;
}

.border-button:after {
	content:"";
	width:100%;
	position:absolute;
    background-image:url(https://www.herbdeutsch.com/wp-content/uploads/2022/01/Button-Background.png);
	z-index:-1;
	display:inline; 
	position:absolute;
	top:10px; 
	left:10px; 
	right:10px; 
	bottom:-10px; 
    background-size: contain;
}

#redlink::before { 
	background-image: url(https://www.herbdeutsch.com/wp-content/uploads/2022/01/Menu-Icon-1.png);
}

#teallink::before {
	background-image: url(https://www.herbdeutsch.com/wp-content/uploads/2022/01/Menu-Icon-3.png);
}

#bluelink::before {
	background-image: url(https://www.herbdeutsch.com/wp-content/uploads/2022/01/Menu-Icon-2.png);
}

#yellowlink::before {
	background-image: url(https://www.herbdeutsch.com/wp-content/uploads/2022/02/Moog-Icon-4.png);
}

.linkdot::before {
    display: inline-block;
	background-size: 15px 15px;
    width: 15px; 
    height: 15px;
	margin-right:8px;
	margin-bottom:-3px;
    content:"";
}

.awb-justify-title {
	justify-content:center!important;
}

.fusion-open-nav-submenu {
	color:#d9a942;
}

.underline a {
    border-bottom:2px solid #5cb0aa;
}

.background-line {
    background-size:250px!important;
}

.fusion-form-form-wrapper .fusion-form-field {
	margin:0 0;
}

/***************2-Images*******************/

.background-full {
	background-size:100%!important;
}

.album-stream-links {
	text-align: left;
}
.album-stream-links ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.album-stream-links ul li{
	list-style-type: none;
	display: inline-block;
	width:48%;
	margin-right:1%;
}
.album-stream-links ul li a {
	border: 1px solid #e2e2e2;
	border-radius: 3px;
	display: inline-block;
	width: 100%;
	background: #f5f6f7;
	padding: 15px 25px 15px 25px;
}

.album-stream-links ul li a:hover {
	border:1px solid #8867c9;
}

.album-stream-links ul li a:hover img {
	opacity: .6;
}

.dsp-logo img {
	background-color:#f5f6f7;
	padding:10px 10px 10px 10px;
	transition: 0.5s;
}

.video-hover img {
	transition: 0.5s;
}

.video-hover img:hover {
	transform: scale(1.03)
}

.play-button2 {
	text-align:center;
}

.play-right{
	text-align:right!important;
}

.play-left{
	text-align:left!important;
}

.play-button2 img {
	width:75px;
	transition:0.5s;
}

.play-button2 img:hover {
	transform: scale(1.1)
}

.play-button img {
    max-width:40px;
    margin:auto;
}

.play-button {
    text-align:center;
    margin-top:-10px;
    z-index:8000;
}

/***************3-General*******************/

.column-left {
	margin-right:-7%;
}

.instrument-column {
	border-right:2px solid #e7e7e7;
}

.shadow img {
	box-shadow: 25px 25px 0px 0px #E1EEFF, 5px 5px 15px 5px rgba(0,0,0,0)!important;
}

/***************4-Footer*******************/
.footer-menu ul {
    list-style-type: none;
    padding-left: 0px !important;
    padding-bottom: 0px;
	padding-top: 0px;
}

.footer-menu ul li {
	padding-bottom: 0px;
	padding-left:25px;
}

.footer-menu a:hover {
	color:white!important;
}

.footer-menu a {
	font-size:30px;
}

.footer-menu {
	writing-mode: tb-rl;
    transform: rotate(-180deg);
}

/***************6-Tablet Media*******************/
@media screen and (max-width: 1024px){
	
	.no-flex{
		align-self: flex-start!important;
	}
	
	.column-left {
		margin-right:0;
}
	
	
}

/***************7-Phone Media*******************/


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

	.column-left {
		margin-right:0;
}
	
	.instrument-column {
		border-right:0px;
}

	.comp-lightbox{
		margin-top:20px;
	}
	
	.play-button2 {
		text-align:left!important;
}
	
	.play-center{
	text-align:center!important;
}
	
	.album-stream-links ul li {
		width:48%;
		max-width:200px;
}
	
	.footer-menu ul li {
		padding-bottom: 0px;
		padding-left:15px;
}

	.footer-menu a {
		font-size:20px;
}

}

