/*
Theme Name: Rita Waxing and Spa
Theme URI: https://www.globalitsolutionsgroup.com
Author: Global IT Solutions Group
Author URI: https://www.globalitsolutionsgroup.com
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background:#FF0000;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.3);
}



.box-images img {
    /*border-radius: 100%;*/
    height: 250px;
	width:100%;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    border: 10px solid #fff;
}

@media only screen and (min-width:1024px) and (max-width:1279px){

}

@media only screen and (min-width:768px) and (max-width:1023px){

}

@media only screen and (min-width:640px) and (max-width:767px){
	.p-a20{
		padding:0px;
	}
	.box-images img {
		height: 150px;
	}

}

@media only screen and (min-width:480px) and (max-width:639px){
	.p-a20{
		padding:0px;
	}
	.box-images img {
		height: 150px;
	}
}

@media only screen and (min-width:360px) and (max-width:479px){
	.p-a20{
		padding:0px;
	}
	.box-images img {
		height: 150px;
	}
}

@media only screen and (min-width:320px) and (max-width:479px){
	.p-a20{
		padding:0px;
	}
	.box-images img {
		height: 150px;
	}
}

@media only screen and (max-width:320px){
	.p-a20{
		padding:0px;
	}
	.box-images img {
		height: 150px;
	}
}

