/*MandrellAvada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/


a:hover,
a:active {
	color:#999 !important;
}

.yotu-pagination a,
.yotu-pagination a:active,
.yotu-pagination a:visited,
.yotu-pagination a:hover {
	color:#fff !important;
	font-size:16px !important;
	text-transform: uppercase !important;
	font-family: 'Montserrat', sans-serif !important;
	padding: 10px 20px !important;
}

.fusion-main-menu {
	text-transform: uppercase !important;
}

h2.title-heading-center {
	text-transform: uppercase !important;
	font-weight: 300 !important;
	letter-spacing:2px !important;
}



.col1-5 {
	width:50%;
	margin:0;
	float:left;
}

.albums {
  position: relative;
}

.albumimg, 
.yotu-playlist img.yotu-video-thumb {
	-webkit-filter: grayscale(100%); 
  filter: grayscale(100%);
}

.albumimg {
  display: block;
  width: 100%;
  height: auto;
}

.albums:hover img,
.albums:active img {
  -webkit-filter: none !important; 
  filter: none !important;
}

.albums-ol {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color:rgba(0,0,0,.7);
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
  white-space:nowrap;
}

.albums:hover .albums-ol {
  width: 100%;
}

.yotu-playlist .yotu-video-title,
.albums-text {
  text-transform: uppercase;
  font-size: 15px !important;
}

.albums-text {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.albums-icons {
	margin:45px auto 15px;
}

.pandora {
	width:15px;
	height:15px;
	position:relative;
	display:inline-block;
}
.pandora img {
	height:15px;
	width:15px;
}

.pandora .img-top {
	display:none;
	position:absolute;
	top:0;
	left:7px;
	z-index:99;
}

.pandora:hover .img-top {
	display:inline;
}

.albums-icons a,
.albums-icons a:visited {
  font-size: 1.4em;
  line-height:0;
  color:#fff;
  margin:7px;
}

.albums-icons .fa-apple {
	font-size:1.2em !important;
}
.albums-icons .fa-spotify:hover {
	color:#1DB954;
}

.albums-icons .fa-amazon:hover {
	color:#eb9e4c;
}

.albums-icons .fa-spotify:hover,
.albums-icons .fa-amazon:hover, 
.albums-icons .fa-apple:hover, 
.albums-icons img:hover {
	cursor: pointer !important;
	pointer-events: auto;
}

.albums-text .album-title {
	font-weight:700;
}

.albums-text .album-year {
	font-style: italic;
	font-size:.8em;
}

.modal-lg {
	max-width:700px;
	margin: 60px 10px !important;
}

.modal-header {
	border-bottom: none !important;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

#mc_embed_signup {
	text-align:center !important;
	line-height:1em !important;
}

h3.nwsltr {text-align:center;margin:0 auto !important;padding-bottom:0 !important;line-height:1em;font-size:22px !important;}
h5.nwsltr-sub {text-align:center;margin:0 10% 15px !important;padding-bottom:0 !important;line-height:.9em;font-size:18px !important;}

.gdprRequired {margin-bottom:0 !important;}
.mc-sml {
	font-size:.6em;
	line-height:.9em;
}

input [type="email"] {
	border-radius:0 !important;
}

.mc-field-group {
	margin-bottom:15px !important;
}

.button {
	background-color:#000;
	padding:15px;
	font-size:16px;
	color:#fff;
	text-transform: uppercase;
}

.yotu-pagination a,
.yotu-pagination a:visited {
	font-family: 'Lato', Helvetica, sans-serif !important;
	font-weight: 300 !important;
	letter-spacing:1px !important;
}

.yotu-pagination a:active,
.yotu-pagination a:hover {
	font-family: 'Lato', Helvetica, sans-serif !important;
	font-weight: 300 !important;
	letter-spacing:1px !important;
}
.fusion-social-networks-wrapper img {height:24px !important; width:auto !important;}

@media (min-width: 576px) { 

.col1-5 {
	width:50%;
}
	
}

@media (min-width: 768px) { 

.col1-5 {
	width:33.3%;
}
	

.modal-lg {margin: 100px auto !important;}
h3.nwsltr {line-height:1.4em;padding-bottom:20px !important;}
h5.nwsltr-sub {margin:0 15% 15px !important;line-height:1em !important;}
.mc-sml {font-size:.8em !important;line-height:1em !important;}
	
}

@media (min-width: 992px) {
	
.col1-5 {width:25%;}

h5.nwsltr-sub {margin:0 20% 15px !important;}

	
}

@media (min-width: 1140px) { 

.col1-5 {
	width:20%;}
	
.albums-text {
  font-size: 15px;
	
}
	
}