/*
Theme Name: drtimothyryan
Theme URI: 
Author: the WordPress team
Author URI: https://wordpress.org/
Description: 
Version: 3.1
Tested up to: 6.4
Requires at least: 4.4
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, block-patterns
Text Domain: 

*/


.elementor-widget-text-editor a {
    color: #8cb5dd;
}

.elementor-widget-text-editor a:hover {
    color:#559110;
}
.wpcf7-response-output {
    display: none;
}
.wpcf7-not-valid-tip {
    top: 30px;
    left: 30px;
    position: absolute;
    font-size: 12px!important;
} 
.no-sidebar .twentysixteen .site-main {
     margin-right: 0!important; 
    margin-left: 0!important;
} 


nav.woocommerce-breadcrumb {
    display: none;
}
.woocommerce-notices-wrapper {
    display: none;
}
.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    border: 1px solid var(--drtimothy-bdr-color);
    padding: 10px;
    border-radius: 5px;
    color: #736b6b;
    font-weight: 400;
    font-size: 13px;
}
.elementor-tab-title.elementor-active {
    background: #8cb5dd!important;
}
.elementor-tab-title.elementor-active .elementor-accordion-title {
	color:#fff!important;
}
.elementor-accordion-item:not(:last-child) {
    margin-bottom: 20px!important;
}
.elementor-accordion .elementor-accordion-item+.elementor-accordion-item {
    border-top: 1px solid #d5d8dc!important;
}
.elementor-tab-title.elementor-active .elementor-accordion-icon svg {
    fill: #fff!important;
}
#reported li.elementor-icon-list-item.elementor-inline-item {
    width: 48%;
}
#reportedd li.elementor-icon-list-item.elementor-inline-item {
    width: 49%;
}
table.Cognitive_table tr th, table.Cognitive_table tr td {
    padding-bottom: 10px;
    border-bottom: 1px solid #d8d8d8;
}

table.Cognitive_table {
    width: 45%;
}
.mental_links a:hover {
    color:#559110;
}
.hide-desktop {
	display: none;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
.hide-desktop {
	display: block;
}
#reported li.elementor-icon-list-item.elementor-inline-item {
    width: 100%;
}
#reportedd li.elementor-icon-list-item.elementor-inline-item {
    width: 100%;
}	
.hide-mobile {
	display: none;
}
.col-header-right {
    margin-top: 10px;
    display: flex;
    background: #eee;
    padding: 10px 8px;
}
.main-header-topbar__wrapper {
    line-height: 1;
    padding-top: 10px;
}
a.main-slider__btn-one.thm-btn.header_button {
    padding: 10px 20px 10px;
}
.main-menu__right {
    margin-left: 20px;
    margin-top: 15px;
}
.main-menu {
    position: relative;
    display: block;
    position: absolute;
    right: 9px;
    bottom: 12px;
    width: 40px;
}
.cta-one__inner .cta-one__text {
    width: calc(100% - 7px);
}
.about-one {
    padding: 60px 0 60px;
}
.services-one {
    padding: 60px 0 40px;
}
.contact-one {
    padding: 60px 15px;
}
.home .blog-one {
    padding: 60px 0 35px;
}
.site-footer__top-content p {
    margin-left: 0;
}
.footer-widget__link {
    display: block;
}
.thm-btn {
    padding: 10px 14px 10px;
    line-height: 1.2;
}
.main-menu__bottom-inner{
    border-radius: 4px;
}
.main-slider__btn-box {
    justify-content: space-around;
}
.faith-ul li.elementor-icon-list-item.elementor-inline-item {
    width: 100%;
}	

.page-header__inner {
    padding: 60px 0 60px;
}
.blog-details__content img {
    width: 100%;
}
.page-header__inner h1 {
    line-height: 35px;
}
button.single_add_to_cart_button.button.alt.thm-btn {
    margin: 20px 0 0 !important;
    border-radius: 7px !important;
}
.related.products .row {
    grid-template-columns: repeat(1, 1fr);
}
.cust_cart .woocommerce {
    display: block;
}
input#coupon_code {
    width: 49%;
}
.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
    width: 100%;
}
}


@media(max-width:767px){
    .main-slider .item{
        padding-top:50px;
        padding-bottom:50px;
    }
    .main-slider__sub-title {
        line-height: 1.4;
    }
    .main-slider__title{
        margin-bottom:12px;
    }
    .main-slider .owl-theme .owl-nav{
        margin-bottom:26px;
    }
    .main-slider .owl-theme .owl-nav [class*=owl-]{
        height: 30px;
    }
    .main-slider .owl-theme .owl-nav{
       display: none;
    }
    .main-slider .owl-theme .owl-dots{
        bottom:26px;
        justify-content: center;
    }
    .mobile-nav__wrapper{
        z-index: 99999;
    }
    .mobile_logo img{
        width: 100%;
    }
    .mobile-nav__content .logo-box{
        margin-bottom:20px;
    }
    .mobile-nav__content .main-menu__list>li>a, .mobile-nav__content .main-menu__list>li>ul>li>a, .mobile-nav__content .main-menu__list>li>ul>li>ul>li>a{
        line-height: 1.2;
        height:auto;
        padding:8px 0;
    }
    .mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button {
        display: block;
    }
}

/* --------------------- tablet divice start ------------------- */
@media(min-width: 768px) and (max-width: 1024px) {
    a.main-slider__btn-one.thm-btn.header_button {
        padding: 10px 29px 10px;
    }
    .col-md-3.col-header-right.text-end {
        width: 38%;
        padding-right: 0px;
        margin-top: 0;
        display: flex;
        justify-content: flex-start;
    }
    .col-md-3.col-header-left.hide-mobile {
        width: 12%;
        padding: 0;
        margin-top: 12px;
    }
    .main-menu {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 24px;
    }
    .main-slider .item{
        padding-top:70px;
        padding-bottom:70px;
    }
    .main-slider__content {
        width: 71%;
    }
    .main-slider__title {
        font-size: 40px;
    }
    .thm-btn{
        padding: 12px 40px 12px;
    }
    .main-slider .owl-theme .owl-nav{
        bottom:30px;
    }
    .main-slider .owl-theme .owl-dots{
        bottom:31px;
    }
    .cta-one__inner .cta-one__text {
        text-align: center;
        width: 100%;
    }
    .cta-one{
        padding:40px 0;
    }
    .about-one{
        padding:40px 0px;
    }
    .about-one__right {
        margin-left: 0;
        margin-top: 30px;
    }
    .section-title__title {
        margin: 0;
        color: var(--drtimothy-black);
        font-size: 40px;
        line-height: 48px;
        font-weight: 400;
    }
    .about-one__right .section-title{
        margin-bottom:20px;
    }
    .about-one__experience-points-box{
        margin-left:25px;
    }
    .about-one__sign-and-btn{
        justify-content: space-between;
    }
    .services-one {
        padding: 40px 0px 15px;
    }
    .testimonial-one{
        padding:40px 0;
    }
    .testimonial-one__left {
        display: flex;
        justify-content: space-between;
    }
    .testimonial-one__left .section-title {
        margin-bottom: 0px;
    }
    .testimonial-one__right{
        margin-top:30px;
    }
    .testimonial-one__content{
        margin-left: 30px;
    }
    .contact-one{
        padding:40px 20px;
    }
    .contact-one__right{
        margin-top:0px;
    }
    .contact-one__form-input-box textarea{
        height: 100px;
    }
    .contact-one__contact-box{
        box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.1);
        padding: 30px 20px 30px;
    }
    .home .blog-one {
        padding: 40px 0px;
    }
    .home .blog-one .section-title{
        margin-bottom:20px;
    }
    .blog-one__content-top{
        padding: 0 16px 16px;
    }
    .blog-one__content-title {
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .footer-widget__link-list {
        position: relative;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        line-height: 1.4;
    }
    .footer-widget__link{
        align-items:start;
    }
    .site-footer__top-right {
        padding: 14px 0;
    }
    
    .cust_cart .woocommerce {
        display: grid;
        grid-template-columns: 60% 40%;
        grid-gap: 15px;
        width: calc(100% - 15px);
    }
    input#coupon_code{
        width:50%;
    }
    .cust_cart td.product-name {
        width: 100%;
    }
    .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
        display: block;
        text-align: right!important;
    }
    .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
        content: attr(data-title) ": ";
        font-weight: 700;
        float: left;
    }
    .woocommerce table.shop_table_responsive tbody th,.woocommerce-page table.shop_table_responsive tbody th {
        display: none
    }
    
    .woocommerce table.shop_table_responsive tr,.woocommerce-page table.shop_table_responsive tr {
        display: block
    }
    .woocommerce table.shop_table_responsive tr td.actions::before,.woocommerce table.shop_table_responsive tr td.product-remove::before,.woocommerce-page table.shop_table_responsive tr td.actions::before,.woocommerce-page table.shop_table_responsive tr td.product-remove::before {
        display: none
    }
    
    .woocommerce table.shop_table_responsive tr:nth-child(2n) td,.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: rgba(0,0,0,.025)
    }
    
    .woocommerce table.my_account_orders tr td.order-actions,.woocommerce-page table.my_account_orders tr td.order-actions {
        text-align: left
    }
    
    .woocommerce table.my_account_orders tr td.order-actions::before,.woocommerce-page table.my_account_orders tr td.order-actions::before {
        display: none
    }
    
    .woocommerce table.shop_table_responsive thead, .woocommerce-page table.shop_table_responsive thead {
        display: none;
    }
    .woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
        display: none;
    }
    .woocommerce #content table.cart td.actions .coupon .button.alt, .woocommerce #content table.cart td.actions .coupon .input-text+.button, .woocommerce table.cart td.actions .coupon .button.alt, .woocommerce table.cart td.actions .coupon .input-text+.button, .woocommerce-page #content table.cart td.actions .coupon .button.alt, .woocommerce-page #content table.cart td.actions .coupon .input-text+.button, .woocommerce-page table.cart td.actions .coupon .button.alt, .woocommerce-page table.cart td.actions .coupon .input-text+.button {
        float: right;
    }
    .woocommerce #content table.cart td.actions .coupon .button, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon input, .woocommerce table.cart td.actions .coupon .button, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon input, .woocommerce-page #content table.cart td.actions .coupon .button, .woocommerce-page #content table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon input, .woocommerce-page table.cart td.actions .coupon .button, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon input {
        width: 48%;
        box-sizing: border-box;
    }
    .woocommerce #content table.cart td.actions .button, .woocommerce table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page table.cart td.actions .button {
        display: block;
        width: 100%;
    }
    .woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
        float: left;
        padding-bottom: .5em;
        display: block;
        width: 100%;
    }
    .woocommerce .cart-collaterals .cart_totals, .woocommerce .cart-collaterals .cross-sells, .woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .shipping_calculator {
        width: 100%;
        float: none;
        text-align: left;
    }
    .entry-summary .button.thm-btn{
        margin-left:0 !important;
    }
    .related.products .row .col-xl-4.col-lg-4.col-md-6{
        padding:0px;
    }
    .related.products .row{
        grid-gap:10px;
    }
    .woocommerce div.product form.cart div.quantity{
        margin-bottom:10px;
    }
    .woocommerce div.product div.summary{
        margin-bottom:1rem;
    }
    .woocommerce div.product form.cart {
        margin-bottom: 10px;
    }
    .dgwt-wcas-search-wrapp{
        width: 100%;
        max-width: 100%  !important;
    }
    .product__sidebar {
        margin-bottom: 46px;
    }
    .addresses_row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 14px;
    }
    
    .addresses_row:before, .addresses_row:after {
        display: none !important;
    }
    
    .addresses_row .woocommerce-Address {
        width: 100% !important;
        padding: 10px;
        max-width: 100% !important;
    }
    
    .addresses_row .woocommerce-Address h3 {
        padding: 0px !important;
    }
}

/* --------------------- tablet divice start ------------------- */

.related.products {
    clear: both;
}