/*
 Theme Name: Akal Child
 Theme URI: http://themeforest.net/user/bradweb/?ref=bradweb
 Author: bradweb
 Template: Akal
 Author URI: http://themeforest.net/user/bradweb
 Description: Akal Multipurpose Wordpress Theme
 Version: 1.0
 License: GNU General Public License version 3.0
 License URI: http://www.gnu.org/licenses/gpl-3.0.html
 Tags: Clean  Multipurpose Responsive  Business  Corporate
*/

@import url("../Akal/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

div.post-meta-info.post-meta-data {display:none;}



/* ELMO */
a.elmo-show {
    position: fixed;
    bottom: 38px;
    font-size: 10px;
    left: 0;
    /* vertical-align: middle; */
    z-index: 1000;
    color: #fff;
    background: #000;
    padding: 10px 10px 0 10px;
}
a.elmo-show span {color: #fff; line-height: 10px;  display: inline-block;}
a.elmo-show img {
   float: right; padding: 11px; margin-left: 10px;
   background: url(https://www.mgcomponenti.com/wp-content/uploads/2025/10/ico18c.png) center center no-repeat;
   background-size: contain;
}

@media (max-width: 767px){
	/* per elmo mobile */
	a.elmo-show {padding: 3px 10px 3px 0;}
a.elmo-show span { display: none;}
}


/* css per privacy policy privacy lab iframe */
	.iframe-container {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
}
	
	.iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
