/*
Theme Name:     Newspaper Child theme
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper
Version:        9.0c
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/

/*Vandal*/

@media(max-width: 767px){

.vandal{
    float: right;
    margin: 5px 0 0 5px;
}

.vandal img{
    height: 0.85rem;
}

.vandal-mobile {
    margin-top: -36px;
}

.td-affix .vandal {
    float: right;
/*    margin-right: 48px;*/
    margin-top: -37px;
}
}

@media(min-width: 768px){

.vandal{
    float: right;
    margin: 5px 0 0 0px;
}

.vandal img{
    height: 1rem;
}

.vandal a {
    display: block;
    position: relative;
}

.vandal-mobile {
    display: none;
}

.td-affix .vandal {
    display: none;
}
}

