/**
 * Theme Name: Colosseum
 * Theme URI: http://ravistheme.com/colosseum/wp/landing
 * Description: Premium Responsive Hotel Theme
 * Version: 1.8.0
 * Author: RavisTheme
 * Author URI: http://themeforest.net/user/RavisTheme
 * License: GNU General Public License
 * License URI: license.txt
 * Tags:  custom-background, threaded-comments, translation-ready, editor-style, custom-menu
 * Text Domain: colosseum
 */
body {
	color: #000000;
}
.ravis-title .inner-box .title {
    color: #d2bd7f;
}
.cxHomePage .ravis-title .inner-box .title {
    color: #000000;
}
.cxHomePage .ravis-title {
    opacity: 0;
}
.breadcrumb {
	display: none;
}
#main-header{
	background: rgba(255, 255, 255, 0.95);
    box-shadow: 1px 1px 2px #000000;
	position: fixed;
	top: 0 !important;
}
#main-header .title {
    color: #000;
    font: 30px/40px "Playfair Display", Arial, Helvetica, sans-serif;
    text-align: center;
	margin-top: 3rem;
}
#main-header .sub-title {
    color: #d2bd7f;
    font: 20px/30px "Great Vibes", Arial, Helvetica, sans-serif;
    text-align: center;
	text-shadow: 0px 1px 1px #000;
}
.content-column.one_half + br {
    display: none !important;
}
.full_width, .one_half, .one_third, .two_third, .one_fourth, .three_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
	padding-left: 15px;
	padding-right: 15px;
}
input.wpcf7-form-control.wpcf7-submit {
    padding: 1rem 4rem;
}