/*
Theme Name: Northland IO Child Theme
Theme URI: https://www.hostwithnorthland.io/
Description: Child theme for Divi.
Author: Northland IO
Author URI:   https://www.hostwithnorthland.io/
Template: Divi
Version: 1.0
*/
.visuallyHidden {
    position: absolute !important;
    height: 1px; 
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap; /* added line */
}

@media only screen and (max-width: 600px) {
    .btn-bottom-styl{
        font-size: 13px;
        padding: .6180469716em .9em !important;
    }
    #view_other_Details_modal .modal-content {
        width: 77%;
    }

    .plugify_main_class {
        padding: 5px 8px !important;
    }
}