/*
Theme Name: KT12
Description: KT12 Digital Bespoke Themes
Author: KT12 Digital
Author URI: https://kt12.co.uk
Template: Divi
Version: 5.0
*/

/* FONTS */
h1,h2,h3 {letter-spacing: 1px;}
h1{font-size:30px !important}
h2{font-size:28px !important}
h3{font-size:24px !important}

/*  TESTIMONIALS */
.strong-view.wpmtst-modern .wpmtst-testimonial-content{font-weight:normal; font-family:arial; font-size:16px !important;}
.readmore-excerpt-inline{font-size:18px !important; text-transform: lowercase !important;  font-family:'arial'; font-weight: normal !important;}
.strong-view.wpmtst-modern a.readmore, .strong-view.wpmtst-modern a.readmore-toggle{font-size:18px !important; text-transform: lowercase !important;  font-family:'arial'; }
.strong-view.wpmtst-default .wpmtst-testimonial{border:solid 0px  red !important;}
/* Remove border from individual testimonials */
.wpmtst-testimonial {
    border: none !important;  /* Remove any border */
    box-shadow: none !important;  /* Remove any box shadow */
}

/* Optional: Remove border from the testimonial image if it has one */
.wpmtst-testimonial img {
    border: none !important;
}

/* Remove any borders around the testimonial container */
.wpmtst-testimonial-inner {
    border: none !important;
    box-shadow: none !important;
}
.strong-view.wpmtst-modern .wpmtst-testimonial-field{display:none !important;}
@media only screen and (max-width: 600px) {
.wpmslider-viewport {min-width:180% !important; margin-left:-90px;}
}

/* CAN=BIN LISTING HOVER */
.et_pb_blog_0 .et_pb_blog_grid .et_pb_post{
    transition: transform 0.3s ease;  /* Apply smooth transition */
}
.et_pb_blog_0 .et_pb_blog_grid .et_pb_post:hover {
    transform: scale(1.05);  /* Scale the logo to 105% */
}

/* LOGO HOVER */
/* Smoothly scale logo to 105% on hover */
.et_pb_menu__logo-wrap {
    transition: transform 0.3s ease;  /* Apply smooth transition */
}

.et_pb_menu__logo-wrap:hover {
    transform: scale(1.05);  /* Scale the logo to 105% */
}


/* CONTACT FORM */
.et_contact_bottom_container{width:100% !important; display:block !important;}
.et_pb_contact_reset, .et_pb_contact_submit{margin-left:10px !important;}

/* CABINS DISPLAY */
.et_pb_fullwidth_portfolio_0_tb_header .et-pb-slider-arrows a.et-pb-arrow-prev{background:white;}
.et_pb_fullwidth_portfolio_0_tb_header .et-pb-slider-arrows a.et-pb-arrow-next{background:white;}
