/*
 Theme Name:   Mediclinic Lite Child
 Theme URI:    http://example.com/mediclinic-lite-child
 Description:  Mediclinic Lite Child Theme
 Author:       Your Name
 Author URI:   http://example.com
 Template:     mediclinic-lite
 Version:      1.0.0
 Text Domain:  mediclinic-lite-child
*/

/* =====================================================
   Import Parent Theme
===================================================== */
@import url("../mediclinic-lite/style.css");

/* =====================================================
   General Layout
===================================================== */

#contact-gride-bg {
    height: 100%;
}

.logo {
    padding: 0;
    margin-top: 15px;
	margin-left: -35px;
}

#section2 .container {
    margin-top: -60px;
}

.template_contentbx {
        width: 100% !important;
}

.full-wrapper,
.contact-row {
    width: 100%;
}

/* =====================================================
   Contact Grid
===================================================== */

.contact-gride {
    float: left;
    width: 33.333%;
    padding: 15px;
}

.contact-gride p {
    font-size: 15px;
    font-weight: 400;
}

.contact-gride-icon {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 15px;
    text-align: center;
    line-height: 50px;
    background: #f4f4f4;
}

#contact-gride-bg .contact-gride-icon {
    background: none;
}

#contact-gride-bg .contact-gride-icon i {
    font-size: 30px;
}

.contactinfo-con {
    display: table;
}

/* =====================================================
   Welcome / Specialties
===================================================== */

.welcome_contentcolumn {
    margin: 0;
    padding: 0;
}

.welcome_contentcolumn .ourspecialties {
    float: left;
    width: 50%;
}

.ourspecialties {
    position: relative;
    margin-top: 40px;
}

.ourspecialtiesbg {
    position: relative;
}

.ourspecialties-thumb {
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 10px;
}

.ourspecialties-thumb img {
    max-height: 65px;
    vertical-align: middle;
}

.ourspecialties-con {
    display: table;
}

.ourspecialties h3 {
    margin-bottom: 15px;
    font-size: 19px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}

.ourspecialties p {
    margin: 0;
    padding-right: 5px;
    position: relative;
    z-index: 1;
}

/* Elementor Accordion */
.e-n-accordion-item-title {
    background-color: #265081;
    color: #fff !important;
}

.elementor-widget-n-accordion
.e-n-accordion-item-title-icon span > svg {
    fill: #fff !important;
}

/* =====================================================
   Slider
===================================================== */

.nivo-caption {
    display: none !important;
}

/* =====================================================
   Navigation (Mobile)
===================================================== */

@media (max-width: 980px) {

    .menu-toggle span[aria-hidden="true"]:not(.dashicons) {
        display: none !important;
    }

    .menu-toggle,
    .toggled .menu-toggle {
        background-color: #265081 !important;
    }

    .menu-toggle {
        padding: 10px 12px;
    }

    .site-navigation a,
    #mainnavigator span {
        color: #fefefe !important;
    }

    .dropdown-toggle .dashicons:before {
        content: '\f347';
        color: #fefefe;
    }

    .toggled-on > .dropdown-toggle .dashicons:before {
        content: '\f343';
    }

    .toggled .menu {
        background-color: #265081 !important;
        text-align: left !important;
    }

    .welcome_contentcolumn .ourspecialties {
        width: 45%;
        margin: 5px;
    }

    #contact-gride-bg {
        height: 111px;
    }

    .teammember-list .titledesbox {
       height: 180px !important;
    }
}

/* =====================================================
   Team Members
===================================================== */

.entry-header {
    display: none;
}

#team_members {
    margin: 15px -15px;
}

.teammember-list {
    float: left;
    width: 25%;
    padding: 15px;
    position: relative;
    text-align: center;
}

.thumnailbx {
    height: 350px;
    overflow: hidden;
}

.teammember-list img {
    width: 100%;
    min-height: 300px;
}

.titledesbox {
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    width: 85%;
    margin: auto;
    padding: 15px 10px;
    background: #fff;
    border-radius: 10px;
    height: 170px;
}

.teammember-list .title {
    font-size: 21px;
    font-weight: bold;
    color: #353535;
}

.teammember-list cite {
    display: block;
    padding-top: 10px;
    font-size: 12px;
    font-style: normal;
}

/* =====================================================
   Social Icons
===================================================== */

.member-social-icon {
    display: none;
    opacity: 0;
    text-align: center;
}

.teammember-list:hover .member-social-icon {
    display: block;
    opacity: 1;
}

.member-social-icon a {
    width: 30px;
    display: inline-block;
    color: #000;
}

.member-social-icon i {
    font-size: 14px;
}

/* =====================================================
   Footer
===================================================== */

.site-footer .widget {
    padding-top: 30px;
}

.wp-block-heading {
    color: #fffefe;
}

.site-footer ul li a:hover,
.site-footer ul li.current_page_item a {
    color: #c1c0c0;
}

/* =====================================================
   Contact Form 7
===================================================== */

.wpcf7 form {
    background: #f9f9f9;
    padding: 25px 20px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.wpcf7 form:hover {
    transform: translateY(-5px);
}

.wpcf7 input.wpcf7-text,
.wpcf7 input.wpcf7-email,
.wpcf7 textarea.wpcf7-textarea {
    width: 100%;
    height: 40px;
    padding: 12px 15px;
    font-size: 16px;
    border-radius: 5px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.wpcf7 textarea.wpcf7-textarea {
    height: auto;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
    border-color: #0073e6;
    box-shadow: 0 0 8px rgba(0, 115, 230, 0.2);
    outline: none;
}

.wpcf7-form label {
    display: block;
    font-weight: 600;
    color: #333;
    margin-bottom: -15px;
}

.wpcf7-submit {
    padding: 12px 25px;
    font-weight: 600;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.wpcf7-submit:hover {
    transform: translateY(-3px);
}

.wpcf7-response-output {
    margin-top: 10px;
    padding: 12px 15px;
    border-left: 4px solid #0073e6;
    background: #e6f7ff;
    border-radius: 6px;
    font-weight: 500;
}

/* =====================================================
   Misc
===================================================== */

.fg-panel-fit-media .fg-media-image .fg-media-full-width {
    width: 40%;
}

/* =====================================================
   Responsive
===================================================== */

@media (max-width: 767px) {

    .teammember-list {
        width: 100%;
        float: none;
    }

    .thumnailbx {
        height: 250px;
    }

    .teammember-list img {
        width: 80%;
        min-height: 250px;
    }

    .titledesbox {
        position: relative;
        bottom: 10px !important;
        height: 165px !important;
        width: 80%;
    }

    .member-social-icon {
        display: block;
        opacity: 1;
    }

    .welcome_contentcolumn .ourspecialties {
        width: 100%;
    }
	
	 #contact-gride-bg {
        height: 111px;
		 width: 100%;
    }
}

@media (min-width: 920px) and (max-width: 1169px) {
    .template_contentbx {
        width: 100% !important;
    }
	.toggled .menu{
		background-color : #265081 !important;
	}
}

@media screen and (min-width: 481px) and (max-width: 767px){
	.container{
		width: 100% !important;
	}
}
.site-navigation .menu a{
	font-size: 17.5px;
}
.site-navigation .menu ul a, .site-navigation .menu ul ul a{
	font-size: 17px;
}