/*
Theme Name: Martfury Child
Theme URI: http://drfuri.com/unero
Author: DrFuri
Author URI: http://drfuri.com
Description: Martfury Child Theme.
Version: 1.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: martfury
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: martfury
*/


a.icon-what-mobile img {
    display: block!important;
    width: 100%;
    /* margin: 20px; */
}

a.icon-what-mobile {
    position: fixed;
    right: 10px;
    top: 60%;
    display: block;
    z-index: 9999;
    background-color: #4ab85e;
    max-width: 50px;
    padding: 7px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}



.site-footer .footer-links .widget {
    max-width: 465px;
    display: inline-grid;
    width: 100%;
}  
   

.site-footer .footer-links .widget:last-child {
    max-width: 200px!important;
    
}

body.page.page-id-2 .site-content {
    padding-top: 0!important;
}

@media only screen and (max-width: 480px) {
a.icon-what-mobile img {
    display: block!important;
    width: 100%;
    /* margin: 20px; */
}

a.icon-what-mobile {
    position: fixed;
    right: 10px;
    top: 180px;
    display: block;
    z-index: 9999;
    background-color: #4ab85e;
    max-width: 50px;
    padding: 7px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
	
}



.primary-nav.nav li li:hover {
    border-bottom: solid;
    color: #0071df;
}

