/*
 Theme Name:   StyleSitePress
 Theme URI:    https://stylesite.io
 Description:  Custom StyleSite theme
 Author:       James Ward
 Author URI:   https://stylesite.io
 Template:     generatepress
 Version:      0.1
*/

#filterResults .elementor-post__title,#filterResults .elementor-post__meta-data{
    display:none !important;
}

@media(min-width:768px){
    #chat-widget-container{
        right: 15px !important;
    }
    #livechat-eye-catcher{
        right:0px !important;
        bottom:79px !important;
        display:none;
    }
}
#cookie-notice{
    z-index: 10000000000;
}

.apps-supps .elementor-post__title,.apps-supps .elementor-post__meta-data{
    display:none;
}
.or{
    color: #F15C22 !important;
    text-align:center;
}
h2.or{
    padding-top:30px;
}
h3.or{
    font-size:20px;
    font-weight:600;
    text-transform: uppercase;
    padding-bottom:30px;
}

@media(max-width:1024px) and (min-width:768px){
    .apps-wrap{
        font-size:14px; 
    }
    .apps-wrap .col1{
        padding-right:20px;
    }
    .apps-wrap .col2{
        padding-left:20px;
    }
    .apps-wrap h3{
        font-size:25px;
    }
}
@media(max-width:767px){
    .apps-wrap{
        flex-direction: column;
    }
    .apps-wrap h3{
        font-size:22px;
    }
    .apps-wrap{
        font-size:13px;
    }
}
@media(min-width:1025px){
    .apps-wrap .col1{
        padding-right:35px;
    }
    .apps-wrap .col2{
        padding-left:35px;
    }
}
.apps-wrap{
    display:flex;
}
.apps-wrap h3{
    color:#00747E;
}
.apps-col{
    flex: 1 1 50%;
}
.doc-row{
    display:flex;
}
.doc-row .num{
    width:55px !important;
    flex: 0 0 auto;
}
.doc-row .title{
    flex: 1 1 auto;
}
.doc-row .word{
    padding-left:10px;
}
.doc-row a{
    text-decoration: none;
}