/*
Theme Name: GrandTour Child
Theme URI: http://themes.themegoods2.com/grandtour/demo
Description: Premium Tour Travel Theme
Version: 1.0
Author: ThemeGoods
Author URI: http://themeforest.net/user/ThemeGoods
License: GNU General Public License
License URI: http://themeforest.net/licenses/regular_extended
Text Domain: grandtour
Template: grandtour
*/

.content-box-blue,
.content-box-blue-recap,
.content-box-blue-recap-top,
.content-box-gray,
.content-box-grey,
.content-box-army,
.content-box-green,
.content-box-purple,
.content-box-red,
.content-box-yellow {
	margin: 0 0 25px;
	overflow: hidden;
	padding: 20px;
	font-size: 18px;
}

.content-box-blue {
	background-color: #F0F8FF;
	border-left: 8px solid #CEE1EF;
        font-size: 18px;
			color: #919191;
        font-family: Georgia,"Times New Roman",Times,serif;
        font-style: italic;
}
.content-box-blue-recap {
	background-color: #F0F8FF;
	border-left: 8px solid #CEE1EF;
        font-size: 18px;
		 line-height: 2;
		
}
.content-box-blue-recap-top {
	background-color: #1bb72cc2;
        font-size: 22px;
		font-weight: bold;
		 line-height: 1;
		 text-align: center;
		 color: #fff;
	margin-bottom: 0px !important;
}
	}	

.content-box-gray {
	background-color: #e2e2e2;
	border-left: 8px solid #bdbdbd;
        font-size: 18px;
}

.content-box-grey {
	background-color: #F5F5F5;
	border-left: 8px solid #DDDDDD;
        font-size: 18px;
}

.content-box-army {
	background-color: #737a36;
	border: 1px solid #000000;
}

.content-box-green {
	background-color: #d9edc2;
	border: 1px solid #b2ce96;
}

.content-box-purple {
	background-color: #e2e2f9;
	border: 1px solid #bebde9;
}

.content-box-red {
	background-color: #f9dbdb;
	border-left: 8px solid #D95762;
        font-size: 18px;
}

.content-box-yellow {
	background-color: #fef5c4;
	border-left: 8px solid #FADF98;
}