/*
Theme Name: Foton
Theme URI: https://foton.qodeinteractive.com/
Description: A Multi-concept Software and App Landing Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Text Domain: foton
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/


#modal {
  background-color: #ededed;
    color: #474c4a;
    padding: 20px;
    border-radius: 4px;
    width: 40%;
    position: fixed;
    top: 30%;
    left: 0;
    display: none;
    box-sizing: border-box;
    z-index: 9999;
    right: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#modal p {
  
  overflow: auto;
}

#modal .close {
  background-color: #30cc9d;
  color: #fff;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
  padding: 4px;
  text-align: center;
  line-height: 16px;
  border-radius: 50%;
}

@media (max-width: 680px){
  #modal {
    width: 80%;
    left: 10%;
  }
}

@media (max-width: 380px){
  #modal {
    width: 90%;
    top: 5%;
    left: 5%;
  }
}


.social_twitter:before {
    content: "𝕏" !important;    
    color: #1e3050 !important;
	font-size: 1.2em;
}

span.heateor_sss_s_twitter svg{display:none !important;}

span.heateor_sss_s_twitter{
text-align: center;
    line-height: 35px;	
}

span.heateor_sss_s_twitter:before {
    content: "𝕏" !important;
    font-size: 24px;
    color: #fff !important;
	
}

