/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
.page-id-10 img {
	max-width: 100%;
	height: auto;
}

.page-id-10 #content {
	width: 100%;
}

.page-id-10 #sidebar, .page-id-10 h1.entry-title {
	display: none;
}

.page-id-10 .head-section {
	text-align: center;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 30px;
}

.page-id-10 #content .head-section .head-section-heading {
	font-style: normal;
	color: #bb0b0b;
	background: url(https://doubletreecarr.wpengine.com/media/2013/11/heading-pattern.png) repeat-x 0 15px;
}

.page-id-10 #content .head-section .head-section-heading span {
	background: #fff;
	padding: 0 20px;
	max-width: 70%;
	display: inline-block;
	line-height: 37px;
}

.page-id-10 .head-section p {
	font-size: 20px;
	line-height: 35px;
	color: #666;
	width: 90%;
	margin: 0 auto !important;
}

.page-id-10 .call-to-action {
	background: #f6f6f6;
	padding: 15px;
	text-align: center;
}

.page-id-10 .call-to-action a {
	background: url(https://doubletreecarr.wpengine.com/media/2013/11/book-now.png) no-repeat;
	display: block;
	height: 152px;
	width: 420px;
	text-indent: -9999px;
	margin: -80px auto 1px;
	z-index: 12;
	position: relative;
}

.page-id-10  .contacct-section {
	width: 50%;
	margin: 0 auto;
	text-align: center;
	border: 5px dashed #f1f1f1;
	padding: 20px;
	font-size: 20px;
	color: #999;
	font-style: normal;
}

.banner {
	text-align: center;
	width: 0 auto;
	margin: 0 auto;
	display: block;
}

#header ul.nav li a, #header ul.nav li a:visited, #header ul.menu li a, #header ul.menu li a:visited {
	background: none !important;
	    border-right: 1px solid #333;
    line-height: 15px !important;
    margin-top: 10px;
	padding: 0px 10px 0px 12px !important;
}

#nav {
	background: none !important;
  background-color: #dadada !important;
}

#nav li a {
    padding: 8px 15px 8px 17px !important;
}

#nav li a, #subnav li a {
	  background: none !important;
	border-right: 1px solid #fff;
}

#home-bottom {
	background:none !important;
	background-color: #222222 !important;
}
#home-bottom ul li, #content .post ul li, #content .page ul li {
	padding: 0 0 0 0px !important;
}

#home-bottom .rss {
	background:none !important;
}
#home-bottom .rss:before {
	    content: "\f09e";
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 10px;
	font-size: 18px;
}

#home-bottom .twitter {
	background:none !important;
}
#home-bottom .twitter:before {
	  content: "\f099";
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 10px;
	font-size: 18px;
}

#home-bottom .facebook {
	background:none !important;
}

#home-bottom .facebook:before {
	content: "\f09a";
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 10px;
	font-size: 18px;
}