/**
 * Theme Name: Expert Lawyer Pro Child
 * Template:   expert-lawyer-pro
 *
 */

/* Back to Top Button Styles ---- */
#return-to-top {

    z-index: 9999;
    position: fixed;
    /* bottom: 20px; */
    /* Avoid Google Recaptcha */
    bottom: 90px;
    right: 20px;
    background-color: rgba(red(#000), green(#000), blue(#000), 0.5);
    background-color: #d0ac62;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}

#return-to-top i {

    color: #fff;
    margin: 0;
    position: relative;
    left: 10px;
    top: 10px;
    font-size: 19px;
    font-size: 2em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}

#return-to-top:hover,
#return-to-top:focus {

    background-color: rgba(red(#000), green(#000), blue(#000), 0.5);

}

#return-to-top:hover i,
#return-to-top:focus i {

    color: #fff;
    top: 5px;

}

/* --- End Back To Top Styles */

/* Typography, Lists ---- */
#content-box ul li>ul.wp-block-list li {
    margin-left: 30px;
}

.service-bullet-desc {
    margin-left: 28px;
    display: block;
}

/* ---- End Typography, Lists */

/* Links, READ MORE, Buttons ---- */
/* Home page Read More Why Us Button */
.why-choose-us-link {
    color: #d0ac62;
}

/* Choose Us Link Adjust */
#facility-content-section .facility-post:hover .content-box .facility-data a {
    color: #fff;
}

/* ---- End Links, READ MORE, Buttons */


/* Blog photos ---- */
/* style blog page photos */
#inner-blog-section #featured-thumbnail img {
    max-width: 320px;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    max-height: 220px;
    width: auto;
}

#inner-blog-section .post.excerpt::after {
    content: "";
    clear: both;
    display: block;
    margin-bottom: 30px;
}

/* style category blog photos */
#blog-box .featured-thumbnail img {
    max-height: 400px;
    width: auto;
    height: 100%;
}

/* ---- End Blog Photos */


/* FAQS ---- */
.wp-block-details p {
    font-weight: normal !important;
    font-size: 17px;
    margin-left: 75px;
}

.wp-block-details {
    font-size: 18px;
    margin-bottom: 20px;
}

.wp-block-details summary::before {
    padding: 4px 0 4px 47px;
    margin: 10px 0;
    content: "\f059";
    font-family: 'Fontawesome';
    margin-right: 10px;
}
/* ---- End FAQS */


/* Our Firm --- */
.wp-block-details.our-firm-attorney-spotlight {
    font-size: 17px;
    margin-bottom: 0px;
}

.wp-block-details.our-firm-attorney-spotlight summary{
    margin-bottom: 20px;
}

.wp-block-details.our-firm-attorney-spotlight summary::before {
  padding: 4px 0 4px 0px;
  margin: 10px 0;
  content: "\f007";
  font-family: 'Fontawesome';
  margin-right: 10px;
}

.wp-block-details.our-firm-attorney-spotlight p {
    font-weight: normal !important;
    font-size: 17px;
    margin-left: 0px;
}

.wp-block-details.our-firm-attorney-spotlight .wp-block-image img {
    border: 1px solid #d0ac62;
}

.wp-block-details.our-firm-attorney-spotlight .contact-list{
    list-style-type:none;
}

#content-box .wp-block-details.our-firm-attorney-spotlight .contact-list .contact-list-office-phone:before {
    content: "\f095";
    /* mobile f10b */
    /* email f0e0 */
    font-family: 'Fontawesome';
    margin-right: 10px;
}

#content-box .wp-block-details.our-firm-attorney-spotlight .contact-list .contact-list-email:before {
    content: "\f0e0";
    /* mobile f10b */
    /* email f0e0 */
    font-family: 'Fontawesome';
    margin-right: 10px;
}

#content-box .wp-block-details.our-firm-attorney-spotlight .contact-list .contact-list-linkedin:before {
    content: "\f0e1";
    font-family: 'Fontawesome';
    margin-right: 10px;
}
/* ---- End Our Firm */


/* Services ---- */
.wp-block-details.services-item summary::before {
  padding: 4px 0 4px 47px;
  margin: 10px 0;
  content: "\f00c";
  font-family: 'Fontawesome';
  margin-right: 10px;
  color: #d0ac62;
}

.wp-block-details.services-item p {
  font-weight: normal !important;
  font-size: 17px;
}

.services-item .service-bullet-desc {
  margin-left: 0px;
  display: block;
}

/* --- End Services */

/* Forms ---- */
.form-group {
    margin-bottom: 15px;
    max-width: 320px;
}

option {
    background-color: #3c3932;
}

/* ---- End Forms */


/* Misc ---- */
/* hide blog date */
.blog-date {
    visibility: hidden;
    display: none;
}

/*interior pages opacity */
.innerpage-whitebox {
    background: #fff;
    padding: 2em;
    border-radius: 10px;
    opacity: .9;
}

.ht-site-title *,
.site-title *,
h1.ht-site-title * {
    font-family: "Fraunces" !important;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings: "SOFT" 0, "WONK" 0;
    text-transform: none;
    font-size: 26px;
}

.logobox {
    margin: auto 0;
}

/* ---- END Misc */


/* MEDIA QUERIES */

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    .ht-site-title *,
    .site-title *,
    h1.ht-site-title * {
        font-family: "Fraunces" !important;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
        font-variation-settings: "SOFT" 0, "WONK" 0;
        text-transform: none;
        font-size: 30px;
    }
}
/* --- END MEDIA QUERIES */