/**
 * Theme Name:     Hotelone Child
 * Author:         Britetech
 * Template:       hotelone
 * Text Domain:	   hotelone-child
 * Description:    Hotelone is Hotel WordPress Theme, well design and clean code theme. 
 */

/* Remove background color from slider overlay */
#slider .slider_overlay {
    background-color: transparent !important;
}

#slider .text-center {
    text-align: right !important;
}

/* Limit width of main title */
h2.big_title {
		font-size: 30px;
    max-width: 475px;
    margin: 0 0 20px auto; /* top right bottom left */
    text-align: right;
}

/* Limit width of subtext */
p.slider_content {
    max-width: 475px;
    margin: 0 0 25px auto;
    text-align: right;
}

