/* 
 Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Developer
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child

 /* == Add your own styles below this line ==
--------------------------------------------*/



/*Home page services button padding*/
.image-button a {
    padding:40% 0 !important;
}

.services-boxes:hover h3{
	color:#fff !important	
}
.our-services-2 a {
	width: 100% !important;
}

/*Hide the elfsight link, this is the google review on home page*/
.Main__ItemsContainer-sc-1ue84g4-0.eZJtJW + a {
	display:none !important;
}
div.Header__Component-sc-17gc7x6-0 > div {
	font-family: "Josefin sans";
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-size: 60px;
}


/*FOOTER : Book appointment button*/


#comp-k8tzl9oqlink{
	text-decoration:none !important;
}
#comp-k8tzl9oqlabel{
	font-size: 21px;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 16px 17px 16px 16px;
    height: 100%;
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #4EE0E4;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #4EE0E4;
}

#comp-k8tzl9oqlabel:hover{
	background-color: #B0B0B0;
    color: #FFFFFF;
    border: solid 2px #FFFFFF
	
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
	div.Header__Component-sc-17gc7x6-0 > div {
		font-size: 30px;	
	}
 }

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 767px) {
  
  div.Header__Component-sc-17gc7x6-0 > div {
		font-size: 30px;	
	}
  
}

