/*
    Theme Name: ADHD IQ
    Theme URI: https://www.adhdiq.com/
    Author: the Digital Guider team
    Author URI: https://digitalguider.com/
    Description: My name is Pamela Moss-Samuelson, the founder of ADHD IQ. I am a licensed psychotherapist and certified coach. I specialize in the diagnosis and treatment of ADHD for people of all ages.
    Requires at least: 6.0
    Tested up to: 6.6.2
    Requires PHP: 8.0
    License: GNU General Public License v2 or later
    Text Domain: adhdiq
*/
/***************** Contact Form 7 CSS **********************/
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.failed .wpcf7-response-output {
    margin: 2em 0 1em !important;
    color: #D8000C;
    background-color: rgba(255, 64, 64, 0.1);
    border: 1px solid;
    letter-spacing: 0.5px;
    font-size: 13px;
    font-weight: 400;
    padding: 10px;
}

.wpcf7 form.sent .wpcf7-response-output {
    margin: 2em 0 1em !important;
    color: #28a745;
    background-color: #28a74521;
    border: 1px solid;
    padding: 10px;
    letter-spacing: 0.5px;
    font-size: 13px;
    font-weight: 400;
    padding: 10px;
}

.wpcf7-validates-as-required.wpcf7-not-valid, .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid, textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control.wpcf7-not-valid {
    background-color: rgba(255, 64, 64, 0.1) !important;
    border: 1px solid !important;
    border-color: rgba(255, 64, 64, 1) !important;
    padding-left: 13px !important;
    margin-bottom: 5px;
    margin-top: 10px;
}

form.invalid textarea.wpcf7-form-control.wpcf7-textarea.form_control {
    margin-top: 10px;
}

span.wpcf7-not-valid-tip {
    color: #e8002f;
    line-height: 16px;
    margin-top: 2px;
    font-size: 12px;
}


.post-featured-image img {
    height: 290px;
}
.page-custom-default{
    background: var(--white-color);
    padding: 100px 0 150px;
}
.elementor-template-full-width .elementor-widget-text-editor h1, .elementor-template-full-width .elementor-widget-text-editor h2, .elementor-template-full-width .elementor-widget-text-editor h3, .elementor-template-full-width .elementor-widget-text-editor h4, .elementor-template-full-width .elementor-widget-text-editor h5, .elementor-template-full-width .elementor-widget-text-editor h6 {
    margin-bottom: 20px;
}
@media all and (max-width:800px){
    .reverse-columns .elementor-container{display:flex;flex-flow:wrap;flex-direction:column-reverse;}
}
.page-pagination ul li span.current {
    background: #5766b9;
    color: #fff;
}
.grid-system {
    columns: 3;
}
.grid-system h3 {
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
}
.grid-system ul li {
    text-align: left;
}

.grid-system ul li a {
    color: #292b2c;
    font-size: 18px;
}
.grid-system ul li a:hover {
    color: #5766b9;
}
.col.My.Templates {
   display: none;
}
.contact-us-form .section-title h2 {
    text-align: center;
}
.page-header {
    padding: 180px 0 !Important;
}

.service-btn{
	display:none;
}