/** Heading**/
.elementor-heading-title span {
	font-weight: 700;
	color: #7f7575;
}

/** before after video , video widget **/
.elementor-widget-video .elementor-wrapper iframe, .elementor-widget-video .elementor-wrapper video {
    background-color: #fff;
	  padding-right: 2px;
}

/** Mobile menu **/
li.menu-item-35891 [class*=" cmsms-demo-icon-"], li.menu-item-35909 [class*=" cmsms-demo-icon-"] {
    font-size: 18px !important;
    padding-left: 5px !important;
}

/** Sidebar **/
@media only screen and (min-width: 1024px) {
.widget_nav_menu a {
    font-size: 17px !important;
    line-height: 28px !important;
}
.cmsmasters-sidebar .widget .widgettitle {
    font-size: 30px !important;
    line-height: 38px !important;
}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
.widget_nav_menu a {
    font-size: 16px !important;
    line-height: 26px !important;

}
.cmsmasters-sidebar .widget .widgettitle {
    font-size: 24px !important;
    line-height: 30px !important;
}
}

@media only screen and (max-width: 767px) {
.widget_nav_menu a {
    font-size: 15px !important;
    line-height: 25px !important;
}
.cmsmasters-sidebar .widget .widgettitle {
    font-size: 20px !important;
    line-height: 25px !important;
}
}

.widget_nav_menu a {
    text-transform: capitalize !important;
    /*font-family: 'Rethink Sans Local' !important;*/
		font-family: 'Playfair Display' !important;
    color: #231f20 !important;
    letter-spacing: 1px !important;
		padding-top: 5px !important;
		font-weight: 400 !important;
}

.cmsmasters-sidebar .widget .widgettitle {
    font-family: 'Playfair Display' !important;
		font-weight: 500 !important;
    color: #231f20 !important;
}

.widget_nav_menu a:hover {
    color: #87CDED !important;
}

.wp-block-latest-posts li>a:hover {
    color: #87CDED !important;
}

.cmsmasters-sidebar .widget {
		padding: 30px 30px 40px 30px !important;
}


/** Whatsapp **/
.ctc_chip {
    display: inline-block;
    padding-left: 24px !important;
    padding-right: 24px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-radius: 25px !important;
    color: #000 !important;
	  font-size: 16px !important;
	  font-weight: 600 !important;
    line-height: 32px !important;
    border: 2px solid #50d18e !important;
}

@media only screen and (max-width: 766px) {
	#ht-ctc-chat {
		 bottom: 75px !important;
	}
}

   