/*
 Theme Name:   Basel Child
 Description:  Basel Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     basel
 Version:      1.0.0
 Text Domain:  basel-child
*/


/* Your customizations starts here */

.btn-view.first {
	background:#ff0000;
}

#readmore .go-btn {
	  position: absolute;
    bottom: 13%;
    left: 8%;
    background: #f00;
    color: #fff;
    text-transform: uppercase;
	    padding: 3px 15px 0;
	font-size: 26px;
	    font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
}

#readmore .go-btn:hover {
	background:#000;
}

.label_slide {
	    position: absolute;
    top: 50px;
    right: 80px;
    width: 300px;
    transform: rotate(13deg);
}



@media (max-width: 480px) {
    #readmore .go-btn {
        bottom: 11%;
    }
}