/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
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
*/

/* Theme customization starts here
-------------------------------------------------------------- */

@font-face {
  font-family: 'SportyProBold';
  src: url('fonts/SportyPro-BoldXP.eot');
  src: url('fonts/SportyPro-BoldXP.eot?#iefix') format('embedded-opentype'),
       url('fonts/SportyPro-BoldXP.woff2') format('woff2'),
       url('fonts/SportyPro-BoldXP.woff') format('woff'),
       url('fonts/SportyPro-BoldXP.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Optional: Apply it globally */
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: 'SportyProBold', sans-serif !important;
}

.ladger-haeding h3 {
	font-family: ledger !important;
}

/*-----Home Page Blogs----*/
.latest-posts-wrapper {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.latest-post-item {
    width: 31%;
    display: flex;
    flex-direction: column;
	gap:20px;
}
.post-thumbnail {
    width: 100% !important;
}
h3.post-title {
    color: #000;
}
.post-content {
    font-size: 16px;
    line-height: 25px;
    color: #000;
    margin-bottom: 15px;
}
a.blog-read-more-button {
    background-color: #F9A55E;
    font-family: "Ledger", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-primary);
    padding: 10px 12px 10px 12px;
	border-radius: 6px !important;
	color: #000 !important;
	line-height: unset;
}
a.blog-read-more-button:hover{
	background-color: #000000;
    color: #fff !important;
    border-color:#000;
}
a.blog-read-more-button {
    max-width: 162px;
    width: 100%;
}
.wp-site-blocks .post-thumbnail{
	height: 450px !important;
	padding-bottom: 0 !important;
}

/*------Contact Us Section--------*/
#get-in-touch input,
#get-in-touch textarea{
    background: transparent !important;
    border-radius: 20px !important;
	border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
	margin-bottom: 10px;
	padding: 10px 30px 10px 30px;
	font-size: 16px !important;	
}
#get-in-touch input:not([type="submit"]){
	width: 100% !important;
}

#get-in-touch textarea {
    height: 100px;
	width: 100% !important;
}
#get-in-touch input::placeholder,
#get-in-touch textarea::placeholder{
	color: #fff;
	font-family: ledger !important;
}
#get-in-touch p.git-text {
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    font-family: ledger;
}
#get-in-touch input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #F26D6A !important;
    background-color: #F26D6A !important;
    border: 1px solid #fff;
    border-radius: 4px !important;
	margin-top: 10px;
	color: #000 !important;
}
#get-in-touch input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background: #fff !important;
	background-color: #fff !important;
	color: #000;
	border-color: #fff;
}
#gtq-form input {
    border: 1px solid #D3D5D6;
    color: #0A1119 !important;
    border-radius: 10px;
    margin-bottom: 15px;
	font-size: 15px !important;
	font-family: ledger;
	padding: 10px 20px 10px 20px;
}
#gtq-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #006A6F !important;
    background-color: #006A6F !important;
    border: 1px solid #000 !important;
    border-radius: 4px !important;
    margin-top: 10px;
    color: #fff !important;
    border-radius: 10px !important;
	text-transform: capitalize;
}
#gtq-form input::placeholder{
	color: #0A1119 !important;
	font-family: ledger !important;
}
#gtq-form input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background: #000 !important;
	background-color: #000 !important;
	color: #fff;
	border-color: #000;
}

/*------Footer---------*/
.social-container {
  display: flex;
  gap: 15px;
  justify-content: start;
  align-items: center;
  padding: 0px;
}

.social-icon {
    background-color: transparent !important;
    font-size: 22px !important;
    padding: 0;
    color: #fff !important;
}

h2.widget-title {
    font-family: ledger !important;
    font-size: 20px !important;
    color: #fff;
}
.footer-navigation .menu {
    display: block !important;
}
.widget_pages a, .widget_nav_menu a {
    font-size: 20px !important;
    color: #fff !important;
    font-weight: 400;
    line-height: 40px;
	font-size: 20px !important;
    text-transform: capitalize;
    line-height: 45px;
    font-weight: 400;
    font-family: 'Ledger';
}

section#nav_menu-3 .widget-title {
    font-family: 'SportyProBold' !important;
}
.footer-contact-info a,p.need-support {
    font-size: 20px !important;
    line-height: 40px !important;
    font-weight: 400 !important;
    font-family: 'Ledger' !important;
    color: #fff !important;
}
p.need-support {
    margin: 0 !important;
}

/*--------Single Post-------*/
h1.entry-title {
    font-size: 35px;
    line-height: 45px;
}


