/*
Theme Name: Twenty Twenty-Three Child
Theme URI: https://butterflythemes.com/
Author: Butterfly Themes
Author URI: https://butterflythemes
Template: twentytwentythree
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

a {
	text-decoration: none !important;
}

/*contact form 7 styling start*/

textarea, input {
	width: 95% !important;
}

textarea {
	height: 80px !important;
}

a {
	text-decoration: none !important;
}

/*contact form 7 styling end*/

body, p {
	font-family: 'Montserrat', sans-serif !important;
}

p {
	font-size: 18px !important;
}


/*ul>li{
	list-style: none !important;
}*/

ul {
	padding-left: 0px !important;
}

.marquee {
	margin: 0 auto;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 100%;
}

.scrollText {
	background-color: #fff;
	height: 30px;
	padding: 5px 7px;
	position: relative;
}

/*whatsapp floating button start*/

#float {
  text-align: center;
  position: relative
}

#float i {
	position: absolute;
	width:58px;
	height:58px;
	bottom:40px;
	background-color:#25d366;
	border-radius:50px;
  	font-size:30px;
  	z-index:100;
}

.sticky-icon {
	position: fixed;
	z-index: 5;
	right: 5%;
	bottom: 5%;
}

.my-float{
	margin-top:16px;
}

.logo-style {
	width: 235px;
}

.logo-style>h4 {
	font-weight: 700;
	color: var(--wp--preset--color--secondary) !important;
}

.logo-style>span {
  font-weight: 500;
}
/*whatsapp floating button end*/
@media only screen and (max-width: 482px) {
.custom-logo {
	display: inline-flex;
}

.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
	flex-basis: max-content;
}

input {
	width: 100%;
}

.inline-block {
	display: block !important;
	margin: 0 10px;
	padding-bottom: 15px !important;
}

.inline-block-zero {
	display: block !important;
}

.display-none {
	display: none !important;
	width: none !important;
}
}

/*@media (max-width: 781px)
.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
	flex-basis: max-content !important;
}*/