/*
	Theme Name:			Skelementor
	Description:		Ultra-minimal theme designed specifically for Elementor Page Builder and to be as lightweight as possible.
	Theme URI:			https://mousebuilt.com.au/skelementor-theme/
	Author:				Mousebuilt (Konker)
	Author URI:			https://mousebuilt.com.au/
	Version:			1.1.4
	Requires at least:	4.9
	Requires PHP:		7.0
	Tested up to:		5.7.1
	License:			GNU General Public License v3 or later.
	License URI:		https://www.gnu.org/licenses/gpl-3.0.html
	Tags:				custom-logo, one-column, two-columns, translation-ready
	Text Domain: 		skelementor
*/

/*! minimal reset based on simplified normalise.css | github.com/necolas/normalize.css */
body{
	font-family: var(--e-global-typography-text-font-family), Sans-serif !important;
    font-weight: var(--e-global-typography-text-font-weight) !important;
	scrollbar-color: #c2c2c2 #fafafa;
}
::-webkit-scrollbar-thumb {
    background: #c2c2c2;
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-corner {
    background: #fafafa;
}
::-webkit-scrollbar-track {
-webkit-border-radius: 1ex;
    border-radius: 1ex;
}
::-webkit-scrollbar {
    height: 12px;
    width: 12px;
    background: #fafafa;
}
.roundedbox img{
	box-shadow:rgba(75, 59, 68, 0.08) 0px 0px 30px 0px;
	border-radius:20px;
}
p{
  margin-bottom: 10px;
}
.rounded-box{
	box-shadow: 0 0 30px   rgba(75,59,68,.08) !important;
  border-radius: 20px !important;
  overflow: hidden !important;
}
.arrow-circle a{
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='20' r='20' fill='url(%23a)'/%3E%3Cpath d='M11.75 20.003h16.5M21.5 13.25 28.25 20l-6.75 6.75' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='-20' y1='19.259' x2='18.518' y2='59.259' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF4B4B'/%3E%3Cstop offset='1' stop-color='%23FF744F'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  width: 40px;
  height: 40px;
}