/*
Theme Name: SKT Nurse Child
Theme URI: https://www.sktthemes.org/shop/nursing-home-wordpress-theme/
Description: Child theme for SKT Nurse
Author: Tc Blaize
Author URI: http://tcblaize.com/
Template: skt-nurse
Version: 1.0.0
Text Domain: skt-nurse-child
*/

/* Custom CSS below this line */

.home .e-con-inner .elementor-element-114c6032 .elementor-image-box-img, .elementor-80 .elementor-element .elementor-image-box-wrapper .elementor-image-box-img{
	display: flex;
    align-items: center;
}
.home .nivo-controlNav{
	display: flex;
	justify-content: flex-end;
	padding-right: 24px;
}
.home .skt-nurse-contact-box .elementor-image-box-img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.home .contact-form-tel{
	display: none;
}

.skt-nurse-contact-form span.wpcf7-form-control-wrap{
	width: 100%;
	padding: 0
}
.skt-nurse-contact-form span.wpcf7-form-control-wrap .wpcf7-form-control{
	margin: 0
}
.skt-nurse-contact-form form{
    border: solid 2px #FFA14D;
    padding: 35px 35px 0;
    border-radius: 10px;
}
.skt-nurse-contact-form form > div{
	display: flex;
	align-items: center;
    margin-bottom: 1rem;
}
.skt-nurse-contact-form form .wpcf7-spinner{
	width: 24px !important;
}
.skt-nurse-contact-form span.wpcf7-form-control-wrap{
	display: flex;
	flex-direction: column;
}
.skt-nurse-contact-form span:nth-child(7){
	width: unset !important;
}



ul#menu-services-sidebar li {
    background: #FFF;
}
ul#menu-services-sidebar li a, ul#menu-services-sidebar li a::before{
    color: #0056b8;
}
ul#menu-services-sidebar li:hover, ul#menu-services-sidebar li.current-menu-item a{
	background: #0056b8;
}
.services-text-bullets ul li {
    list-style: disc !important;
    margin-left: 50px;
}

.ccs-vision-container .elementor-element.skt-nurse-choose-section-right {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(214px, 1fr));
    gap: 30px;
    align-items: stretch;
}

.ccs-vision-container .ccs-vision-item{
	width: 100% !important;
    height: 100%;
}


/* Services Page */
.services-styless-row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.services-styles-box-inner {
    padding: 0;
    flex: 1 1 250px;
    max-width: 100%;
}
.services-styless-row .services-styles-box-inner .service-img{
	margin-bottom: 10px;
}


/* Form Fields */
.form-field-checkboxes {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #333333;
  margin-bottom: 1.5rem;
}
.form-field-checkboxes .label {
  flex-basis: 100%;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #0056B8;
}
.form-field-checkboxes label {
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
  padding: 8px 12px;
  border-radius: 8px;
  margin-bottom: 10px;
  border: 1px solid #CCCCCC;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.form-field-checkboxes label:hover {
  border-color: #CCCCCC;
  background-color: #E8F0FA;
}
.form-field-checkboxes input[type="checkbox"] {
  appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #E8F0FA;
  border-radius: 4px;
  margin-right: 8px;
  padding: 0;
  position: relative;
  transition: all 0.2s ease;
  cursor: pointer;
}
.form-field-checkboxes input[type="checkbox"]:checked {
  border-color: #F57C00;
  background-color: #F57C00;
}

.form-field-checkboxes input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.form-field-checkboxes input[type="checkbox"]:checked + .wpcf7-list-item-label {
    color: #F57C00;
}
.form-field-checkboxes .wpcf7-form-control.wpcf7-checkbox{
	display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.form-field-checkboxes .wpcf7-list-item{
	margin: 0;
}

.form-field-upload, .form-field-date{
	flex-direction: column;
}
.form-field-upload span, .form-field-date span{
	width: 100%;
}

.form-field-select{
	background-position-x: 94% !important;
}


/*Contact Page*/
.page-template-contact-layout1{
	background: #E8F0FA;
}
.contact-layout1-right{
	width: 35% !important;
	padding-top: 10px;
}
.contact-layout1-right a:not([href^="mailto:"]) {
    pointer-events: none;
    color: inherit;
    text-decoration: none;
    cursor: default;
}
body.page-template-contact-layout1 .wpcf7-response-output{
    margin: 2em 0.5em 1em !important;
}



/* Footer */
.footer-infobox .footer-infobox-left {
    float: none;
}
.footer-infobox .footer-infobox-left .footer-logo-img{
	width: 250px;
	padding: 0;
}
.footer-infobox .footer-infobox-right{
	display: flex;
    align-items: center;
    justify-content: end;
}
.footer-infobox .footer-infobox-right img{
	margin: 0;
}
.footer-infobox .center{
	display: flex;
	justify-content: space-between;
	border: none;
}
.footer-infobox .center .clear{
	display: none;
}


@media (min-width: 768px) {
	.footer-infobox .center{
    	padding: 35px 15px;
	}
	#copyright .center {
    	padding: 15px;
	}
}

@media (max-width: 991.98px) {
	.home .slider-main .nivo-caption .slidedesc{
    	display: none;
	}
	
	.contact-layout1-left{
    	width: 100% !important;
	}

	.contact-layout1-right{
        width: 100% !important;
    	padding: 30px 15px;
	}
}

@media (max-width: 767px) {
	.logo{
    	padding-top: 0 !important;
	}
	.logo img {
   		height: 55px !important;
    	width: auto !important;
	}
	.slider-main .nivo-caption .title{
    	font-size: 34px;
	}
	.slider-main .nivo-caption {
    	padding-top: 24px;
	}
	.ccs-home-services-extra{
    	margin: auto;
	}
	.services-full-list{
    	padding: 30px !important;
	}
	.ccs-meet-the-owner-title{
		display: none;
	}
	.ccs-meet-the-owner-name{
    	margin-top: 15px !important;
	}
}

@media (max-width: 600px) {
    .ccs-home-services-extra {
        width: 75% !important;
    }
}



@media (max-width: 746px) {
	.ccs-vision-container .ccs-vision-item:last-child:nth-child(odd) {
    	grid-column: 1 / -1; /* Forces full width */
    	max-width: 250px; /* Matches minmax width */
    	margin: 0 auto; /* Centers it */
  	}
}



@media (max-width: 575px) {
	.slider-main .nivo-caption .title{
    	font-size: 24px;
	}
	.slider-main .nivo-caption .slidebtn a{
		font-size: 15px;
	}
}