/*

Theme Name: Avada Child

Description: Child theme for Avada theme

Author: ThemeFusion

Author URI: https://theme-fusion.com

Template: Avada

Version: 1.0.0

Text Domain:  Avada

*/

/*.iframe > iframe {width: 100%;height: 600px;}*/
/*
.single-product-col3 {width: 50%;clear: none;float: right;}
*/

/*ok*/
.gmappro-title > a {
	text-transform: uppercase;
}

.wpgmp_pagination a {
    margin-top: 4px;
}

.contactgoformenv > i {
	font-size: 22px;
}
/**/

/*a tester*/
.soundvision-tabs a.tab-link {
    min-height: 87px;
}

.soundvision-tabs > * {
	font-size: 14px !important;
}

.fusion-tab-heading {
	font-size: 14px;
}

.single-tradeshow-form {
    margin-right: 0;
    width: 66%;
    margin-left: 0;
}

/**/


/*wide screen sv page*/
.fusion-tabs.clean .nav-tabs li .tab-link {
    padding: 0;
}

@media screen and (max-width: 800px){
	.error-message {
		font-size: 130px;
	}
}

/*--------------------------------------------------------------
## Home Blog CPT (Layout = Grid, Columns = 3)
--------------------------------------------------------------*/
.hide {display: none;}

.home .recent-posts,
.home .recent-events {
	margin-bottom: 2rem;
}

.home .tradeshow-container {
	width: 33.33333333%;
	display: inline-block;
	float: left;
	padding: .5rem;
}

.home .recent-posts .flexslider .slides li,
.home .tradeshow-img {
  display: block;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.home .tradeshow-img,
.home .tradeshow-txt {
	width: auto;
	max-width: 100%;
	float: none;
	margin: 0;
}

.home .recent-posts .fusion-image-wrapper,
.home .tradeshow-img a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.home .recent-posts .fusion-blog-layout-grid .fusion-post-wrapper .fusion-image-wrapper img,
.home .tradeshow-img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home .tradeshow-img img {
	object-position: center;
	-o-object-fit: contain;
	object-fit: contain;
	background: #fff;
	padding: 1rem;
}

.home .recent-posts .fusion-blog-layout-grid .fusion-post-grid {
  padding: .5rem;
}

.home .recent-posts .fusion-blog-layout-grid .fusion-post-content-wrapper {
  padding: 1rem;
}

.home .recent-posts .fusion-blog-layout-grid .post .flexslider,
.home .recent-posts .fusion-blog-layout-grid .post .fusion-post-wrapper,
.home .recent-posts .fusion-blog-layout-grid .post h2 {
  border: none !important;
}

.home #wrapper #main .recent-posts .fusion-post-content > .blog-shortcode-post-title {
  font-weight: 100;
  line-height: 1.5em;
  padding: 0 0 1rem;
}

.home #main .recent-posts .post h2 a {
  color: #333;
}

.home #main .recent-posts .post h2 a:hover {
	color: #8a734a;
}

.home a.tradeshow-title {
	display: inline-block;
	font-size: 18px;
	font-weight: 100;
	line-height: 1.5em;
	text-transform: initial;
	padding: 0 0 1rem;
	color: #333;
}

.home a.tradeshow-title:hover {
	text-decoration: none;
}

.home .recent-posts .fusion-single-line-meta,
.home .tradeshow-txt {
  color: #8C9091;
}

.home .tradeshow-txt {
	font-size: 12px;
	padding: 1rem;
}

.home .recent-posts .fusion-image-wrapper .fusion-rollover {
	background: transparent;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

.home .recent-posts .fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-title {
	display: none;
}

@media only screen and (max-width: 712px){
	.home .tradeshow-container {
		width: 100%;
	}
}

/* Unified Footer */
/*--------------------------------------------------------------
# Footer - Gutenberg
--------------------------------------------------------------*/
.footer-container {
  max-width: 74%;
  margin: auto;
}

.has-grey-1-background-color {
  background-color: #EDEEEE;
}

.wp-block-button__link {
    font-family: Raleway, sans-serif;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    border: 2px solid #171C1C;
    border-radius: 3px;
    background: #171C1C;
    font-size: .75rem;
    line-height: 1.2em;
    padding: 1em 1.5em .75em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .1em;
}

.wp-block-button__link,
.wp-block-button__link:hover,
.wp-block-button__link:visited {
  color: #fff;
}

.wp-block-button__link:hover {
  border-color: #828D8D;
  background: #828D8D;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  flex-shrink: 0;
  font-size: 1rem;
  background: #fff;
  border-top: 1px solid #DBDFDF;
  padding-top: 1rem;
}

.site-footer ul {
  font-size: 1rem;
}

/*--------------------------------------------------------------
## Social Links
--------------------------------------------------------------*/

.social {
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.social-navigation ul.social-links-menu {
  margin: 0;
  padding: 0;
}

.social-navigation ul.social-links-menu li {
  display: inline-block;
  vertical-align: bottom;
  vertical-align: -webkit-baseline-middle;
  list-style: none;
  margin-right: 2rem;
}

.social-navigation ul.social-links-menu li a {
  border-bottom: 1px solid transparent;
  display: block;
  color: #171C1C;
  margin-bottom: -1px;
  transition: opacity .25s ease-in-out;
}

.social-navigation ul.social-links-menu li a:hover, .social-navigation ul.social-links-menu li a:active {
  color: #171C1C;
  opacity: .6;
}

.social-navigation ul.social-links-menu li a svg {
  display: block;
  width: 2.25em;
  height: 2.25em;
  transform: translateZ(0);
}

.social svg {
  transition: fill .25s ease-in-out;
  fill: currentColor;
}

.content-right span {
    display: inline-block;
    padding: .5rem;
}

.content-right .wp-block-button {
  display: inline;
}

@media (max-width: 1040px) {
  .social {
    height: 8rem;
    justify-content: space-around;
    flex-direction: column;
  }
  .social>* {
    margin: 1em 0;
    text-align: center;
  }
  .social-navigation ul.social-links-menu li {
    margin: 0 1rem;
  }
}

@media (max-width: 396px) {
  .social {
    height: 14rem;
  }
}

/*--------------------------------------------------------------
## Sitemap
--------------------------------------------------------------*/

.sitemap {
  max-width: 74%;
  margin: 3rem auto;
}

.sitemap ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 2.5rem;
}

.sitemap ul li:first-of-type {
  font-weight: 700;
  margin-bottom: 1em;
	pointer-events: none;
  cursor: default;	
}

.sitemap .widget {
  display: inline-block;
  vertical-align: top;
  width: calc(100% / 5);
  color: #828D8D;
}

.sitemap .widget-title {
  font-family: Muli, sans-serif;
  text-transform: none;
  font-weight: 400;
}

.sitemap .widget a {
  color: #171C1C;
  text-decoration: none;
}

.sitemap .widget a:hover {
  color: #828D8D;
}

@media (max-width: 720px) {
  .sitemap .widget {
    width: 50%;
  }
}

@media (max-width: 396px) {
  .sitemap ul {
    line-height: 2rem;
  }
}

/*--------------------------------------------------------------
## brands-legal
--------------------------------------------------------------*/

.brands-legal {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  align-items: center;
}

.brands-legal.footer-container {
  margin-bottom: 2rem;
}

@media (max-width: 1040px) {
  .brands-legal {
    flex-wrap: wrap;
  }
}

/*--------------------------------------------------------------
## Brands
--------------------------------------------------------------*/

.brands {
  flex-basis: 100%;
  flex-grow: 0;
  display: flex;
  align-items: center;
}

.brands a {
  display: flex;
  margin-right: 2rem;
}

.brands .brand-logo {
  fill: #828D8D;
  max-width: 140px;
}

.brands .brand-logo:hover {
  fill: #B8BEBE;
}

.brands #l-acoustics-logo {
  max-width: 100px;
}

.brands #l-isa-logo {
  max-height: 40px;
}

@media (max-width: 1040px) {
  .brands {
    justify-content: center;
    flex-flow: wrap;
  }
}

@media (max-width: 720px) {
  .brands a {
    margin: 0 .75rem;
  }
  .brands a {
    width: 100%;
    justify-content: center;
  }
  .brands #l-acoustics-logo {
    margin: 2rem .75rem;
  }
}

/*--------------------------------------------------------------
## Legal
--------------------------------------------------------------*/

.legal {
  flex-basis: 100%;
  flex-grow: 0;
  text-align: right;
  color: #828D8D;
  padding: 1rem;
}

.legal a {
  color: #828D8D;
}

.legal a:hover {
  color: #171C1C;
}

.legal span {
  display: block;
}

@media (max-width: 1040px) {
  .legal {
    text-align: center;
    padding: 1rem;
  }
}

