/*
Theme Name: Blocksy Child
Description: Child theme for Blocky. 
Template: blocksy
Version: 1.0.1
*/

/*Removal of the page header*/
.ct-container-full{padding-top:0 !important;}
h1.page-title{display:none;}


/*width of the homepage boxes*/
.content-box{width:90% !important;
	max-width:1300px !important;
	margin:auto;}

/*ordered list spacing*/
ol{padding-left: 18px !important;}
ol li{margin: 10px 0;}

/*Back to top*/

#myBtn {
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #666;
    color: white;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 18px;
}