/*
Theme Name: Uro Care
Theme URI:  https://www.adstercreativesolutions.co.ke/
Author:     Bethulow
Author URI: https://www.adstercreativesolutions.co.ke/
Template:   hello-elementor
Version:    1.0
License:    GNU General Public License v2 or later
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body,p{
	font-family: "Open Sans", sans-serif !important;
	line-height:1.8 !important;
}

span{
	line-height:1.5 !important;
}
@font-face {
  font-family: myFirstFont;
  src: url(./fonts/MADESoulmazePERSONALUSE.otf);
}
h1,h2,h3,h4,h5,h6{
	font-family: myFirstFont !important;
}
.batton .gm-menu-item__txt{
	background-image: linear-gradient(90deg, #C8CEE4 30%, var(--e-global-color-d8cb7a8) 100%) !important;
	border-radius:30px !important;
	font-size:14px !important;
	padding:5px 20px !important;
}
.batton .gm-menu-item__txt:hover{
   	color:#000 !important;
}
.batton .gm-navbar-nav > li.current-menu-item > .gm-anchor{
   	color:#000 !important;
}
#fom p,#fom label{
    width:100% !important; 
}
.premium-blog-excerpt-link-wrap a{
	background-image: linear-gradient(90deg, #C8CEE4 30%, var(--e-global-color-d8cb7a8) 100%) !important;
	border-radius:30px !important;
	padding:10px 20px !important;
}
.premium-blog-content-wrapper {
    margin: 0 10px 20px;
    clear: both;
    border-radius: 15px !important;
}
@media only screen and (min-width: 768px) {
	.premium-blog-even .premium-blog-post-container {
		height: 500px !important;
	}
}


.e-n-accordion-item-title-icon {
    background:#dce4e9;
    padding: 10px;
    border-radius: 5px;
}

[type=button], [type=submit], button {
    display: inline-block;
    font-weight: 400;
    color:#2d3c96 !important;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-image: linear-gradient(90deg, #C8CEE4 30%, var(--e-global-color-d8cb7a8) 100%) !important;
    border:none !important;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
    transition: all .3s;
}