/*
Theme Name: VitaClinic
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.contactinfo {
    padding-top: 80px;
    padding-bottom: 50px;
}
.contactinfo i {
    font-size: 60px;
    color: #fc376d;
}
.contactinfo .title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.contactform {
    padding-top: 80px;
    padding-bottom: 50px;
}
.contactform .contact .col {
    padding-bottom:0;
}
.contactform .wpcf7-text, .contactform .wpcf7-textarea {
    border:1px solid #61bfbe;
    border-radius: 3px!important;
    box-shadow: none!important;
}
.contactform .wpcf7-submit {
    border-radius: 3px;
    font-weight: normal;
    margin-bottom:0;
}
/* Blog Archives */
.postslist .col-inner {
    background: #fff;
}
.postslist .box-text {
    padding: 5px 15px 15px 15px;
}
.postslist h2 a {
    font-size: 18px;
    height: 50px;
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 2;
display: -webkit-box;
-webkit-box-orient: vertical;
    color: #000;
}
.postslist .homeexpert {
height: 75px;
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 3;
display: -webkit-box;
-webkit-box-orient: vertical;
}
.postslist .postdate, .postslider .postdate {
    font-style: italic;
    opacity: 0.6;
}
.postslist i, .postslider i {
    color: #fc376d;
    padding-right: 5px;
}
/* Pagination */
.page-numbers  {
    border:1px solid;
    padding: 5px;
    min-width: 35px;
    display: inline-block;
    border-radius: 3px;
}
/* Single Content */
.greyblock {
    background: #E5EAEF;
    height: 200px;
    margin-top: -80px;
}
.customtitle {
    font-weight: normal;
    margin-top: -250px;
    background: #fff;
    padding: 30px;
    border-radius: 0 10px 10px 0;
    min-height: 180px;
    display: flex;
    align-content: center;
    align-items: center;
    font-size: 20px;
}
.customtitle h1 {
    font-weight: normal;
    margin-bottom: 0;
    font-family: 'Quicksand', sans-serif;
}
.customtitle span {
    color: #5b764d;
    font-family: 'Quicksand', sans-serif;
}
.desktitle {
    margin-left: 100px!important;
    border-radius: 10px;
    margin-top: -280px;
}
.singlecontent {
    margin-top: 30px;
}
.singlepostinner {
    background: #fff;
    padding: 20px;
}
/* Related Post */
.postslider .title a {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    height: 45px;
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 2;
display: -webkit-box;
-webkit-box-orient: vertical;
}
.page-wrapper {
    padding-top:0;
    padding-bottom:0;
}
/* Breadcrumbs */
.custombread {
    background: #f9f9f9;
    padding: 15px;
    margin-bottom: 30px;
}
.breadinner p {
    margin-bottom:0;
    margin: auto;
    max-width: 1230px;
}
.postmetas {
    border-bottom: 1px solid;
    padding-bottom: 10px;
}
.postmetas span {
    margin-right: 10px;
}
.postmetas, .kk-star-ratings {
    margin-bottom:10px;
    font-size: 95%;
}
.postmetas i {
    padding-right: 5px;
}
.sectionbg {
    background-size: cover!important;
}
/* Header Banner */
.headerbanner .col-inner {
    background: rgb(255,255,255,0.6);
    padding: 50px;
    border-radius: 5px;
}
.headerbanner .pagetitle {
    font-size: 50px;
    margin-bottom: 20px;
}
.headerbanner a {
    color: #000;
}
/* Feedbacks */
.aboutfeedbacks {
    padding-top: 70px;
    padding-bottom: 40px;
}
/* Team */
.aboutteam {
    padding-top: 60px;
    padding-bottom: 50px;
}
.aboutteam .darkdivider {
    margin-bottom: 30px;
}
.aboutteam .col-inner, .aboutteam .box, .aboutteam .box-image {
    border-radius: 3px;
}
.humaninfo {
    padding: 1px;
    background: #fc376d;
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    transition-duration: 1s;
    height: 0;
    overflow:hidden;
    z-index: 1;
    border-radius: 3px;
    font-size: 0;
}
.aboutteam .col-inner:hover .humaninfo {
    height: 100%;
    transition-duration: 1s;
    font-size: inherit;
    padding: 20px;
}
.humaninfo .title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0;
}
.humaninfo .subtitle {
    font-style: italic;
}
.hometitle {
    font-size: 40px;
    margin-bottom: 0;
} 
.homesubtitle {
    font-size: 24px;
    margin-bottom: 10px;
}
/* Slider */
.flickity-page-dots .dot {
    background: #61bfbe;
    border: none;
    opacity: 1;
    width: 15px;
    height: 6px;
    border-radius: 5px;
}
.flickity-page-dots .dot.is-selected {
    width: 30px;
    background: #fc376d!important;
}
.homeslider .col-inner {
    background: #fff;
    padding: 35px;
    border-radius: 5px;
    text-align: justify;
}
.homeslider .bigtitle {
    font-size: 50px;
    font-weight: bold;
}
.homeslider .smalltitle {
    font-size: 20px;
    padding-bottom: 20px;
}
/* Services */
.homeservices {
    padding-top: 80px;
    padding-bottom: 50px;
}
.homeservices .col-inner {
    padding: 20px;
    border-radius: 5px;
}
.homeservices img {
    max-height: 80px;
    width: auto;
    margin-bottom: 10px;
}
.homeservices .title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}
.homeservices .button {
    font-weight: normal;
    border-radius: 3px;
}
/* Video */
.homevideo {
    background-size:cover!important;
    margin-bottom: 150px;
}
.homevideo .videoinner {
    padding: 80px 0 0px 0;
}
.homevideo .video-button-wrapper {
    display: flex;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 80px;
}
.homevideo .button {
    margin-bottom: 0;
    margin-right: 20px;
}
.homevideo .videotext .title {
    margin-bottom: 0;
    font-size: 26px;
    font-weight: bold;
}
.homevideo .videotext .content {
    margin-bottom:0;
}
.homevideo .col-inner {
    background: #fff;
    padding: 30px 30px 1px 30px;
    border-radius: 5px;
    margin-bottom:-120px;
}
/* Stats */
.homestats {
    margin-top: 20px;
}
.homestats .number {
    font-size: 40px;
    font-weight: bold;
    color: #fc376d;
    margin-bottom:0;
}
.homestats .subtitle {
    font-weight: bold;
}
/* Feedbacks */
.homefeedbacks {
    background: cover!important;
    border-radius: 5px;
}
.homefeedbacks .lightdivider {
    background: #fff;
    margin-top: 20px;
    margin-bottom: 30px;
}
.homefeedbacks .inner {
    padding: 20px;
    background: rgb(0,0,0,0.3);
    border-radius: 5px;
}
.homefeedbacks .box {
    margin: auto;
    width: 100px;
    border-radius: 50%;
    margin-bottom: 10px;
}
.homefeedbacks .box-image {
    border-radius: 50%;
}
/* Career & Team */
.careerteam {
    background: #fff;
    padding: 15px 15px 1px 15px;
    border-radius: 3px;
}
.careerteam img {
    height: 80px;
    width: auto;
    margin-bottom: 10px;
}
.careerteam .title {
    font-weight: bold;
    font-size: 20px;
}
.careerteam .button i {
    margin-left: 5px;
    margin-top: 3px;
}
/* Medical Services */
.homemedicalservices {
    padding-top: 50px;
    padding-bottom: 40px;
}
.homemedicalservices .slider {
    padding-top: 20px!important;
}
.homemedicalservices .col-inner {
    border-radius: 3px;
}
.homemedicalservices .number {
    font-size: 100px;
    font-weight: bold;
}
.homemedicalservices .box-text {
    height: auto;
    padding: 0;
    bottom: -70px;
    transition: .5s;
}
.homemedicalservices .col-inner:hover .box-text {
    bottom: 0;
    transition: .5s;
}
.homemedicalservices .inner {
    position: relative;
    background: #fff;
    padding: 20px
}
.homemedicalservices .button {
    font-weight: normal;
    border-radius: 3px;
    margin-bottom:0;
}
.homemedicalservices .button i {
    padding-left: 5px;
}
/* Blog */
.homeblog .bloginner {
    background: rgb(255,255,255,0.4);
    padding-top: 70px;
    padding-bottom: 40px;
}
.homeblog .bloginfo {
    background: #fff;
    padding: 30px;
    border-radius: 3px;
    text-align: justify;
}
.homeblog .bloginfo .content {
    padding-bottom: 15px;
}
.homeblog .bloginfo .button {
    margin-bottom:0;
    border-radius: 3px;
    font-weight: normal;
}
.postitem {
    background: #f2f2f2;
    margin-bottom: 15px;
    border-radius: 5px;
    padding-right: 10px;
}
.postitem .posttitle a {
    color: #000;
    font-size: 92%;
}
.postbutton a {
    text-transform: none!important;
    font-weight: bold!important;
    border:1px solid;
    padding: 10px;
    border-radius: 3px;
}
.desknewsitem {
    display:  flex;
    align-items: center;
}
.desknewsitem .datepost {
    background: #61bfbe;
    color: #fff;
    width: 90px;
    display: block;
    text-align: center;
    height: 100%;
    padding: 15px 0;
    border-radius: 5px 0 0 5px;
}
.desknewsitem .datepost span {
    display: block;
    font-size: 85%;
}
.desknewsitem .day {
    font-size: 40px!important;
    font-weight: bold;
    line-height: 1;
}
.desknewsitem .postbutton {
    width: 110px;
}
.desknewsitem .posttitle {
    width: calc(100% - 200px);
    padding:10px;
    line-height:1.2;
}
.mobilenewsitem {
    padding: 15px;
}
.mobilenewsitem .datepost span {
    opacity: 0.8!important;
}
.mobilenewsitem .posttitle a {
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 15px;
    display: block;
    font-size: 18px;
}
.mobilenewsitem .postbutton {
    padding-bottom: 10px;
}
/* Pricing Tables */
.homepricingtable .number {
    font-size: 40px;
}
.homepricingtable .box-text {
    bottom:-30px;
}
.homepricingtable ul li {
    list-style-type: none;
    margin-bottom: 0;
}
/* Booking */
.homebooking .bookinginner {
    background: rgb(255,255,255, 0.4);
    padding-top: 70px;
    padding-bottom: 40px;
}
.homebooking .homephone {
    display: flex;
    align-items: center;
} 
.homephone i {
    font-size: 30px;
    border:1px solid;
    padding: 20px;
    border-radius: 50%;
    margin-right: 10px;
}
.homephone .phone span {
    display: block;
}
.homephone .phone .phonenumber {
    font-size: 30px;
    font-weight: bold;
    margin-bottom:0;
    line-height:1;
}
.homebooking .inner {
    background: #fff;
    padding: 25px;
    border-radius: 3px;
}
.homebooking form {
    margin-bottom:0;
}
/* Home Form */
.bookingform  .col {
    padding-bottom:0;
}
.wpcf7-spinner {
    display: none;
}
.bookingform .wpcf7-text, .bookingform .wpcf7-textarea {
    border:1px solid #61bfbe!important;
    box-shadow: none!important;
    border-radius: 3px!important;
}
.bookingform .wpcf7-submit {
    margin-bottom: 0;
    border-radius: 3px!important;
    font-weight: normal!important;
}
/* Partners */
.homepartners {
    padding-top: 60px;
    padding-bottom: 50px;
}
.homepartners .box, .homepartners .box-image {
    border-radius: 3px;
}
.homepartners .slider {
    padding-top: 10px;
}
.homepartners .flickity-page-dots {
    bottom: -5px;
}
.newsletter p {
    max-width: 500px;
    margin: auto;
}

.newsletter .wpcf7-text {
    border-radius: 3px 0 0 3px;
    box-shadow: none!important;
}
.newsletter .wpcf7-submit {
    border-radius: 0 3px 3px 0;
    box-shadow: none;
    text-transform: none;
    font-weight: normal;
}
.customfooter {
    background-size: cover!important;
    background-position: fixed;
}
.footerinner {
    background: rgb(0,0,0,0.5);
    padding-top: 100px;
    padding-bottom: 80px;
}
.customfooter .col-inner {
    background: #fff;
    padding: 10px 15px;
    border-radius: 5px;
}
.customfooter .col-inner img {
    max-height: 80px;
    width: auto;
}
.customfooter .col-inner .title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.customfooter .col-inner .button {
    font-weight: normal;
    border-radius: 3px;
}
.lightdivider {
    width: 80px;
    height: 4px;
    background: #ccc;
    margin-bottom: 20px;
    border-radius: 99px;
}
.darkdivider {
    width: 80px;
    height: 4px;
    background: #61bfbe;
    margin-bottom: 20px;
    border-radius: 99px;
}
.wpcf7-spinner {
    display: none;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}