.grecaptcha-badge {
visibility: hidden !important;
}  @media (min-width: 768px) { .dd-blog-list-layout .entry-featured-image-url  {
float: left;
margin-left: 4%;
margin-bottom: 0!important;
width: 30%;
} .dd-blog-list-layout .entry-title,
.dd-blog-list-layout .post-meta,
.dd-blog-list-layout .post-content {
float: left;
margin-right: 4%;
padding-left: 30px;
width: 62%;
}
} .et_pb_text a:not(.et_pb_button):not(.et_pb_font_icon):not(.et_pb_social_icon),
.et_pb_post h2 a,
.et_pb_contact_form_container a {
position: relative;
display: inline-block;
text-decoration: none;
background-image: linear-gradient(to right, #d6b429, #d6b429 50%, #333333 50%);
background-size: 200% 100%;
background-position: 100%;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
transition: all 0.35s ease;
}
.et_pb_text a:not(.et_pb_button):not(.et_pb_font_icon):not(.et_pb_social_icon)::before,
.et_pb_post h2 a::before,
.et_pb_contact_form_container a::before {
content: "";
position: absolute;
bottom: 0;
height: 0px;
width: 0%;
background-color: #d6b429;
transition: all 0.35s ease;
}
.et_pb_text a:not(.et_pb_button):not(.et_pb_font_icon):not(.et_pb_social_icon):hover::before,
.et_pb_post h2 a:hover::before,
.et_pb_contact_form_container a:hover::before {
width: 100%;
opacity: 1;
}
.et_pb_text a:not(.et_pb_button):not(.et_pb_font_icon):not(.et_pb_social_icon):hover,
.et_pb_post h2 a:hover,
.et_pb_contact_form_container a:hover {
background-position: 0%;
}
#et-top-navigation a:not(.no-hover-effect) {
position: relative;
display: inline-block;
text-decoration: none;
background-image: linear-gradient(to right, #d6b429, #d6b429 50%, #333333 50%);
background-size: 200% 100%;
background-position: 100%;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
transition: all 0.35s ease;
}
#et-top-navigation a:not(.no-hover-effect)::before {
content: "";
position: absolute;
bottom: 0;
height: 0px;
width: 0%;
background-color: #d6b429;
transition: all 0.35s ease;
}
#et-top-navigation a:not(.no-hover-effect):hover::before {
width: 100%;
opacity: 1;
}
#et-top-navigation a:not(.no-hover-effect):hover {
background-position: 0%;
} #et-top-navigation a {
position: relative;
display: inline-block;
color: #333333;
text-decoration: none;
font-family: 'Trirong', serif;
font-size: 14px;
padding: 4px 4px;
transition: color 0.3s ease;
}
#et-top-navigation a::after {
content: "";
position: absolute;
bottom: 8px;
left: 0;
width: 0%;
height: 2px;
background-color: #d6b429;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
transition: width 0.3s ease;
}
#et-top-navigation a:hover {
color: #d6b429;
}
#et-top-navigation a:hover::after {
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
width: 100%;
} .dd-blog-list-layout a.more-link {
display: inline-block;
width: auto !important;
max-width: 100%;
}
a.more-link {
display: inline-block;
text-align: left;
padding: 0.1em 0.5em 0.1em 0.5em;
margin: 1em 0em 0em 0em;
background-color: #d6b429 ;
color: #ffffff;
text-decoration: none;
border-radius: 4px;
font-weight: 500;
}
a.more-link:hover {
background-color: #e7d178;
color: #ffffff;
}