/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
Text Domain: bb-theme-child
template: bb-theme
*/

/* Add your custom styles here... */ 
html{
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}
/* 12/01/21 */
 @media (max-width: 767px){
    body.rtl {
    overflow-y: scroll!important;
    overflow-x: hidden!important;
}
html{

    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

  body
  {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
.fl-page {
     overflow-y: scroll!important;
	 overflow-x: hidden!important;
}
}

/* ----------- Galaxy A7 ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 4) {
	body.rtl {
		overflow-y: scroll!important;
		overflow-x: hidden!important;
	}
	html {
		width: 100%;
		max-width: 100%;
		overflow-x: hidden;
	}

	body {
		width: 100%;
		max-width: 100%;
		overflow-x: hidden;
	}
	  
	.fl-page {
		overflow-y: scroll!important;
		overflow-x: hidden!important;
	}
}
