/*
 Theme Name:   Tesseract Child
 Theme URI:    http://example.com/
 Description:  Tesseract Child Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     tesseract
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  tesseract
*/

 
.slider_d_m_100{
font-size:100px!important;
}

.fl-module-content div.fl-rich-text {
	margin: 0px;
}

#header-button-container-inner > *:first-child {
	margin-left: 0;
	margin-bottom: 0px;
}
	
@media only screen and (max-width: 768px) {
  .slider_d_m_100{
   font-size:50px!important;
  }
  
  .fl-module-content div.fl-rich-text{
    margin: 20px;
  }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
	#header-button-container-inner > *:first-child {
		margin-left: 0;
		margin-bottom: 5px;
	}
}

h1.entry-title, .blog .page-title {
	overflow: hidden;
    text-overflow: ellipsis;
}