/*
Theme Name:  Anomica Child Theme
Description: Child theme for the Anomica theme
Author:      ThemetechMount
Author URI:  https://www.themetechmount.com/
Template:    anomica
Version:     0.1
Tags:        light, white, two-columns, three-columns, four-columns, right-sidebar, left-sidebar, responsive, retina
*/


/* NOTE: Main theme's style.css file is already added in head tag. /*

/* =Theme customization starts here
-------------------------------------------------------------- */
.single-post .tm-social-share-links ul li {
    display: inline-table !important;
}
ul.elementor-icon-list-items {
    list-style: none !important;
}
h2.tm-element-content-heading.tm-custom-heading {
    text-align: center;
}

.themetechmount-box-title {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    max-width: 318px !important;
}


<style>
p.ctct-form-text {
    font-size: 20px !important;
    font-family: Open sans-serif !important;
    font-weight: 700 !important;
    text-align: center !important;
    }
    p.ctct-gdpr-text {
    display: none !important;
    }
    .ctct-popup-inner {
    max-width: 420px !important;
    }
    .ctct-popup-content div.ctct-form-popup form.ctct-form-custom input.ctct-form-element {
    height: 40px !important;
    border: 1px solid #b0b6bb;
    border-radius: 0px !important;
    font-family: Open sans-serif !important;
    }
    button.ctct-form-button {
    font-family: Open sans-serif !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    }
    label#email_address_label_1 {
    font-family: Open sans-serif !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    }
</style>