/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


.front-categories {
  border-top-left-radius: 18px !important;
  border-top-right-radius: 18px !important;
}

.wd-carousel-wrap .wd-testimon .wd-testimon-text {
  border-radius: 24px !important;
}

.wd-carousel-wrap .wd-testimon-name {
  margin-bottom: 0px !important;
  color: #5f5f5f !important;
  font-size: 18px !important;
}

div.wd-testimon-pos {
	color: #707070 !important;
	font-size:14px !important;
	font-style: italic !important;
}

.wd-testimon .star-rating {
	margin-top: 0px !important;
}

div.star-rating {
	font-weight: 800 !important;
	color: #FFA802 !important;
	font-size: 18px !important;
}

.wd-post-author {
	display: none !important;
}

div.wpcf7 input[type="submit"] {
	border-radius: 35px !important;
}

.footer-column.footer-widget.widget-title, .footer-column .footer-widget .woodmart-recent-posts :is(.recent-posts-time, .recent-posts-comment), .wd-entities-title a {
	color:#3a3c3e !important;
}

/*.wd-entities-title {
	color:#3a3c3e !important;
}*/

.footer-column {
  background-color: #274ca40f;
  padding: 20px;
  border-radius: 14px;
}

/* Custom Footer Branding Element */
div.custom-footer-branding {
    width: 100%;
    padding: 2px 0;
    background: #2d2c3e;
    text-align: center;
    font-size: 12px;
    color: #e3e3e3;
	letter-spacing: 0.5px;
}

.custom-footer-branding .branding-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.branding-text {
    color: #ffffff;
}

.custom-footer-branding .branding-icons i {
    margin: 0 4px;
    color: #ff6a00;
    font-size: 14px;
}

.custom-footer-branding .branding-gif {
    height: 28px;
    width: auto;
}




