/*
Theme Name: JNews
Version: 4.0.2
Theme URI: http://themeforest.net
Description: JNews
Author: Jegtheme
Author URI: http://jegtheme.com/
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:  custom-background,custom-colors, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: jnews
*/

/*.ab-insta{
	background: white;
    max-width: 300px;
    width: calc(100% - 2px) !important;
    border-radius: 3px;
    border: 1px solid rgb(219, 219, 219);
    box-shadow: none;
    display: block;
    margin: 0px 0px 12px;
    min-width: 326px;
    padding: 0px;
    float: left;
}*/
.ab-fbista{
    width: 47%;
    float: left;
    min-height: 763px;
    border: 2px solid #f70d28 !important;
    margin-left: 16px;
    box-shadow: 3px -3px 4px 1px;
}
h3.ab-hvid {
    text-align: center;
    font-family: fantasy;
    color: #f70d28;
}

.ab-fb {
    background: #007bc6;
    padding: 9px 15px 12px 15px;
    color: #fff;
    margin-left: 0px;
}


/* **********************************************
                RESPONSIVE CSS
********************************************** */
@media screen and (max-width:782px){
    .ab-fbista {
        width: 100%;
        float: unset;
        min-height: 450px !important;
        border: 2px solid #f70d28!important;
        margin-left: unset;
        box-shadow: 3px -3px 4px 1px;
    }
    
}