/*!
Theme Name: X-PLUS
Theme URI: http://xplus.com/
Author: xplus.com
Author URI: http://xplus.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: x-plus
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

X-PLUS is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, font, img, 
b, u, i, 
dl, dt, dd, ol,li,ul
{
  	text-align: right;
}
#header-wrapper {
  right:0;
	}
#social-icon-wrapper{
	left:32px;
}
#content-wrapper{ 
  	margin:0 auto;	
	margin-right:130px;
  }
.product-banner-text {
  	right: 100px;
  	direction: rtl;
	}  
#home-banner-text{
	 right:100px;
}

#main-logo {
    position: absolute;
    top: 1px;
    right: 0px;
  	}
#main-logo > img{
      height: 8rem;

  	}
.discriptions{
    direction: rtl;
}
.lSGallery {
  	display: flex;
    flex-direction: row-reverse;
}
.contact-info{
	direction: ltr;
    text-align: left;
  	
}
@media screen and (min-width:0px) and (max-width:1024px){
    .page-content {
    	padding:100px 15px;
	}

}
@media screen and (min-width:0px) and (max-width:768px){
  #main-logo > img{
     	height: 5rem;
    	width: 140px;
  	}
    .contact-details {
        width:100%;
        float:none;
    }
  	#contact-form {
      width:100%;
      float: none;
  } 
  #header-wrapper h1{
    display: none;
  	position: absolute;
    right: 15px;
    top: 70px;
  }
  #social-icon-wrapper{
  	left:68px;
  }
 #header-wrapper{
   width:100%;
   background-color:transparent;
   height:auto!important;
}
  #content-wrapper{
  	margin-right:0px;
  }
  
  #imgbannerallproducts{
  	width:100%;
    left:0!important;
    top:95px!important;
  }
  #home-banner-text,
  .product-banner-text{
    position: absolute;
    right: 15px;
    width: auto;
    bottom: 100px;

}
  #home-banner-text h3, 
  .product-banner-text h3{
  	font-size:34px;
  }
  
  .lSGallery {
    position: absolute;
    top: 40px;
  }
  
  #dextop{
  		display:none;
  }
  #mobile{
  		display:block;
    	background-color: #03aebc;
    	padding: 10px 0;
    	bottom:0;
  }
  .contact-details h6 {
    font-size: 29px;
    margin-bottom: 12px;
}
  
  
  

}


@media screen and (min-width:0px) and (max-width:500px){

  #social-icon-wrapper{
  	left:55px;
  }
  
  .lSGallery li a {
    width: 100px;
    height: 100px;
    background-position: center;
    -webkit-background-size: 100%;
	-moz-background-size:100%;
	-o-background-size:100%;
	background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
  .lSSlideOuter .lSPager.lSGallery img {
    padding-top: 28px;
    width: 42px;
}
}
@media screen and (min-width:0px) and (max-width:768px){
	
	/* ------------ menu section ------------ */
		
	.menu-holder{
		float:none;
		margin-left:0;
		padding-top:0;
	}
	#menu-button{
		display: block;
    margin: 0;
    font-size: 33px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    text-align: right;
    position: absolute;
    left: 15px;
    top: 18px;
    z-index: 9999;
	}	
	
	#menu-wrapper{
		display:none;
		height:auto;	
		border:0;
		width:100%;
		position:absolute;
		top:0;
		padding:0;
		z-index: 999;
      background-color:#03aebc;
      padding-top: 62px;
	}
	#main-menu{
		height:auto;
	}	
	#main-menu li{
		float:none;		
		position:relative;
		width:100%;
		height:auto;
		margin:0;
		display:block;	
      	border-bottom: 1px solid #79c2c7;
		
	}
	#main-menu li.last-child{
		border-bottom:0;
	}
	#main-menu li:after{
		content:"";
		display:none;
	}
	.nav-parent span{
		position:absolute;
		top:12px;
		right:15px;
		cursor:pointer;
		width: 30px;
		height: 30px;
	}
	
	#main-menu li a {
		line-height:30px;
		padding:5px 22px 5px 22px;
		float:none;
		height:auto;
		margin:0;
		background:none;
		display:block;
		font-size: 12px;
		text-transform: uppercase;
		text-align:center;
	}
	
	#main-menu li:hover ul{
		display:none;
	}	
	#main-menu li ul{
		top:0;
		left:0;
		width:100%;	
		padding:0;
		position:relative;
		overflow:hidden;
		border:0;
		-moz-border-radius:0;
		-webkit-border-radius:0;
		border-radius:0;
		-khtml-border-radius:0;
		display:none;
	}	
	#main-menu li ul .dropdown-icon{
		display:none;
	}
	#main-menu li ul li{				
		border:0;
	}
	#main-menu li ul li a{
		padding-left:46px;
		width:auto;
		color:#fff;
	}
	#main-menu li ul li ul li a{
		padding-left:70px;
	}
  
  #main-menu li label {
    display: inline-block;
   margin-bottom:0; 
    margin-right: 11px;
    vertical-align: middle;
}
}