/*
Theme Name:     ECR Minerals
Theme URI:      https://gorillahub.co.uk
Description:	Child theme developed by GorillaHub for ECR Minerals.  GorillaHub provides a range of services for website build, management & marketing designed to make your website work harder for your business. For enquiries or support, please visit www.gorillahub.co.uk 
Author:         GorillaHub 
Author URI:     https://gorillahub.co.uk
Template:      Divi 
Version:        0.1.0
*/

.stock_ticker li.zero{
	padding: 0 !important;
}

.sqitem{
	font-weight: 700 !important;
	color: #ffb400 !important;
}

.stock-share-ticker-sc-container{
	overflow: hidden;
	background: #415968;
}
.stock-share-ticker-sc-container .et_pb_code_inner{
	padding-top: 9px;
	padding-bottom: 9px;
}

.gh-ecr-toggle-text .et_pb_tab_content {
  	max-height: 200px;
  	transition: max-height 0.3s ease-out;
  	overflow: hidden;
}

.gh-ecr-toggle-text .et_pb_tab_content:after {
  	content: "";
  	display: inline-block;
  	position: absolute;
  	pointer-events: none;
  	height: 100px;
  	width: 100%;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	background-image: linear-gradient(0deg, #fff 10%, transparent);
}

.gh-ecr-toggle-text .divi-text-expand-button {
  	padding: 0.5em;
  	text-align: center;
  	color: #000 !important;
  	font-weight: bold;
}

.gh-ecr-toggle-text .divi-text-expand-button span {
  	cursor: pointer;
}

.gh-ecr-toggle-text .divi-text-expand-button .divi-text-toggle-icon {
  	font-family: ETMODULES, "sans-serif";
}

.gh-ecr-toggle-text .divi-text-toggle-expanded {
  	max-height: 2000px;
  	transition: max-height 0.3s ease-in;
}

.gh-ecr-toggle-text .divi-text-toggle-expanded.et_pb_tab_content:after {
  	background: none;
}


.divi-toggle-text-aim .et_pb_text_inner {
	max-height: 200px; /*=define the height of your text module=*/
	transition: max-height 0.3s ease-out;
	overflow: hidden;
  }
  .divi-toggle-text-aim .et_pb_text_inner:after {
	content: "";
	display: inline-block;
	position: absolute;
	pointer-events: none;
	height: 100px;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(0deg, #fff 10%, transparent);
  }
  .divi-toggle-text-aim .divi-text-expand-button {
	padding: 0.5em;
	text-align: center;
	color: #000 !important;
	font-weight: bold;
  }
  .divi-toggle-text-aim .divi-text-expand-button span {
	cursor: pointer;
  }
  .divi-toggle-text-aim .divi-text-expand-button .divi-text-toggle-icon {
	font-family: ETMODULES, "sans-serif";
  }
  .divi-toggle-text-aim .divi-text-toggle-expanded {
	max-height: 2000px;
	transition: max-height 0.3s ease-in;
  }
  .divi-toggle-text-aim .divi-text-toggle-expanded.et_pb_text_inner:after {
	background: none;
  }

  .post-meta .author {
	display:none;
  }

  .et_post_meta_wrapper img {
	display: none;
  }

iframe {
    display: block;
    width: 100%;
    margin: 0;
    border: 0;
    overflow: hidden !important;
}

@media (min-width: 981px) {
    .et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post {
        min-height: 520px;
    }
}