/*
 Theme Name:   Roof Child
 Theme URI:    http://themeforest.net/user/VictorThemes
 Description:  Roof Child Theme
 Author:       VictorThemes
 Author URI:   http://themeforest.net/user/VictorThemes/portfolio
 Template:     roof
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         one-column, two-columns, left-sidebar, right-sidebar, custom-menu, featured-images, post-formats, theme-options, translation-ready
 Text Domain:  roof-child
*/

/* Write Custom CSS */

@media (max-width: 768px) {
  	div#sticky-wrapper {
    	display: none;
	}
}

/* top button */
.topbutton {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 5%;
    bottom: 22%;
    z-index: 1;
    background-repeat: no-repeat;
    display: none;
}

.topbutton p {
    margin-top: 0px;
    font-size: 12px;
    margin-left: -5px;
}