/* 
 Theme Name:     Divi Child
 Author:         Softdef
 Author URI:     https://www.softdef.com/
 Template:       Divi
 Version:        Divi Child
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 5.9.2
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

 .tlp-portfolio-thum {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 300px;
	/*-webkit-transition: all 11s;
  	-webkit-transition: top 11s;
	-moz-transition: top 11s;
	-ms-transition: top 11s;
	-o-transition: top 11s;
	transition: bottom 11s;*/transition: 2s all;
}

.tlp-portfolio .isotope3 .tlp-overlay, .tlp-portfolio .carousel3 .tlp-overlay, .tlp-portfolio .layout3 .tlp-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  color: #fff;
  text-align: center;
  background-color: rgba(223, 223, 223, 0.55);
}

.tlp-portfolio-thum:hover img{  position: absolute;
  bottom: 0; transform: none !important;
  /*-webkit-transition: all 11s;
  -moz-transition: all 11s;
  -ms-transition: all 11s;
  -o-transition: all 11s;
  transition: all 11s;*/transition: 2s all;
	}

/*.et_pb_section_0_tb_header, .et_pb_section_1_tb_header{position: fixed !important;}*/

/*.et_pb_section_0_tb_header.et_pb_section {background-color: #9d9d9d !important;}*/
/*.et_pb_section_0_tb_header, .et_pb_section_1_tb_header{background-color: #9d9d9d !important;position: fixed !important;}*/


