/*
Theme Name: CPW Theme
Author: CPWTheme
Version: 1.0
License: GNU General Public License
*/

/* fonts */
@font-face {
    font-family: 'avantgarde_bk_btbook';
    src: url('fonts/avgardn-webfont.eot');
    src: url('fonts/avgardn-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/avgardn-webfont.woff') format('woff'),
         url('fonts/avgardn-webfont.ttf') format('truetype'),
         url('fonts/avgardn-webfont.svg#avantgarde_bk_btbook') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* browser reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
  font: 15px/21px Arial, Helvetica, sans-serif;    
  padding:0;
  min-width:480px;
  color:#281a14;  
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display: block;
}
nav ul {
	list-style: none;
}
ul li{
  list-style-type:none;
}
blockquote, q {
	quotes: none;
}
blockquote: before, blockquote: after,
q: before, q: after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
  text-decoration:none;
  color:#e74e0f;
}
a:hover{
  text-decoration:underline;
}
:focus, *:focus,
:active, *:active {
  outline:0;
  noFocusLine: expression(this.onFocus=this.blur());
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000; 
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration:  line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;   
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
.clear{
  clear:both;
  font-size:1px;
}
h1,h2,h3,h4,h5,h6{
  font-weight:normal;
}

/* text aligments */

.text-left   { text-align: left!important;   }
.text-right  { text-align: right!important;  }
.text-center, .aligncenter { text-align: center!important; }

.alignleft {float: left; margin: 0 15px 15px 0;}
.alignright {float: right; margin: 0 0 15px 15px;}

/* go structure */
.inner {
  max-width:1000px;  
  margin:0 auto;
}

/* start header */

#page{
  width:100%;   
  position:relative;
  overflow:hidden;  
}
#masthead{
  height:239px;
  width:100%;
  background:url(images/bg-header.jpg) no-repeat 50% 0;
}
#masthead-croces{
  height:239px;
  width:100%;
  background:url(images/bg-header-croces.jpg) no-repeat 50% 0;
}
#masthead .inner{
  position:relative;
}
#masthead .promo{
  position:absolute;
  text-align:center;
  right:0px;
  top:10px;
  background:url(images/bg-reservation.png) no-repeat;
  width:161px;
  height:56px;
  padding:19px 0 0;
}
#masthead .promo a{
  color:#ecd287;
  font-size:11px;
  line-height:18px;
  margin:0 auto 2px;  
  display:block;  
  text-decoration:none;
  width:140px;
}
#masthead .promo a:hover{
  background:url(images/bg-promo-link.png) ;
}
#masthead-croces .inner{
  position:relative;
}
#masthead-croces .promo{
  position:absolute;
  text-align:center;
  right:0px;
  top:10px;
  background:url(images/bg-reservation.png) no-repeat;
  width:161px;
  height:56px;
  padding:19px 0 0;
}
#masthead-croces .promo a{
  color:#ecd287;
  font-size:11px;
  line-height:18px;
  margin:0 auto 2px;  
  display:block;  
  text-decoration:none;
  width:140px;
}
#masthead-croces .promo a:hover{
  background:url(images/bg-promo-link.png) ;
}
#masthead-ingrid{
  height:239px;
  width:100%;
  background:url(images/bg-header-ingrid.jpg) no-repeat 50% 0;
}
#masthead-ingrid .inner{
  position:relative;
}
#masthead-ingrid .promo{
  position:absolute;
  text-align:center;
  right:0px;
  top:10px;
  background:url(images/bg-reservation.png) no-repeat;
  width:161px;
  height:56px;
  padding:19px 0 0;
}
#masthead-ingrid .promo a{
  color:#ecd287;
  font-size:11px;
  line-height:18px;
  margin:0 auto 2px;  
  display:block;  
  text-decoration:none;
  width:140px;
}
#masthead-ingrid .promo a:hover{
  background:url(images/bg-promo-link.png) ;
}
#masthead-jim{
  height:239px;
  width:100%;
  background:url(images/bg-header-jim.jpg) no-repeat 50% 0;
}
#masthead-jim .inner{
  position:relative;
}
#masthead-jim .promo{
  position:absolute;
  text-align:center;
  right:0px;
  top:10px;
  background:url(images/bg-reservation.png) no-repeat;
  width:161px;
  height:56px;
  padding:19px 0 0;
}
#masthead-jim .promo a{
  color:#ecd287;
  font-size:11px;
  line-height:18px;
  margin:0 auto 2px;  
  display:block;  
  text-decoration:none;
  width:140px;
}
#masthead-jim .promo a:hover{
  background:url(images/bg-promo-link.png) ;
}
.site-title{
  margin:0 auto;
  width:493px;
  height:101px;
  padding:78px 0 30px;
}
.site-title a{
  display:block;
  width:100%;
  height:100%;
  text-indent:-9999px;
  background:url(images/logo.jpg);
}
.site-title-croces{
  margin:0 auto;
  width:493px;
  height:101px;
  padding:78px 0 30px;
}
.site-title-croces a{
  display:block;
  width:100%;
  height:100%;
  text-indent:-9999px;
  background:url(images/logo-croces.jpg);
}
.site-title-ingrid{
  margin:0 auto;
  width:493px;
  height:101px;
  padding:78px 0 30px;
}
.site-title-ingrid a{
  display:block;
  width:100%;
  height:100%;
  text-indent:-9999px;
  background:url(images/logo-ingrid.jpg);
}
.site-title-jim{
  margin:0 auto;
  width:493px;
  height:101px;
  padding:78px 0 30px;
}
.site-title-jim a{
  display:block;
  width:100%;
  height:100%;
  text-indent:-9999px;
  background:url(images/logo-jim.jpg);
}
#site-navi{
  text-align:center;
  width:100%;
}
#site-navi li{
  display:inline;
  position:relative;
}
#site-navi li.menu-item-has-children{
  z-index:99;
}
#site-navi li a{
  display:inline-block;
  background:url(images/arrow-01.png) no-repeat 0 50%;
  color:#372400;
  font-size:16px;
  line-height:30px;
  text-transform: uppercase;
  padding:0 13px;
  text-decoration:none;
  margin:0 0 0 -4px;
}
#site-navi li.current-menu-item a,
#site-navi li a:hover,
#site-navi li:hover a{
  background:url(images/bg-navi-over.jpg) repeat-x 0 0;
  color:#fff6de;
}
#site-navi li:first-child a{
  background:none;
  color:#372400;
}
#site-navi li:first-child a:hover{
  background:url(images/bg-navi-over.jpg) repeat-x 0 0;
  color:#fff6de;
}
#site-navi li ul{
  position:absolute;
  top:23px;
  left:-3px;
  width:225px;
  display:none;
  background:#fff1c8;
}
#site-navi li:hover ul{
  display:block;
}
#site-navi li ul li{
  display:block;
  width:100%;
}
#site-navi li ul li a{
  text-align:left;
  display:block;
  margin:0;
  background:none;
  background:#fff1c8!important;
  color:#372400!important;
}
#site-navi li ul li a:hover{
  background:url(images/bg-navi-over.jpg) repeat-x 0 0!important;
  color:#fff6de!important;
}

/* start footer */

#footer{
  background:#cf2310 url(images/bg-footer.jpg) no-repeat 50% 0;
  padding:22px 0;
}
#footer .widget-title{
  font-size:30px;
  line-height:32px; 
  padding:0 0 0 15px;
  margin:0 0 13px;
  border-left:2px solid #fdf0d8;
  color:#fff7de;
}
#footer .inner{
  overflow:hidden;
}
#footer .widget{
  float:left;
  width:33%;
  color:#fef2da;
}
#footer .widget a{
  color:#000;
}
#footer .widget img{
  max-width:100%;
}
#footer .wpcf7-form input[type=email],
.cc_textbox input{
  color:#ababab;
  background:url(images/bg-input.png) repeat-x 0 0;
  border:1px solid #a5a08d;
  font-family:Arial, Helvetica, sans-serif;
  font-size:15px;
  width:65%;
  padding:0 2%;
  line-height:29px;
  display:block;
  height:29px;
  display:block;
  margin:0 0 12px;
}
.cc_textbox input{
  float:left;
  margin:0;
  width:96%;
  color:#ababab;
}
.cc_textbox{
  float:left;
  width:69%;
  margin:0 10px 0 0;
}
.cc_button{
  float:left;
}
#footer .wpcf7-form p{
  overflow:hidden;
}
.ajax-loader{
  display:none;
}
#footer .wpcf7-form textarea{
  color:#ababab;
  background:url(images/bg-input.png) repeat-x 0 0;
  border:1px solid #a5a08d;
  width:96%;
  padding:3px 2%;
  font-family:Arial, Helvetica, sans-serif;
  font-size:15px;
  line-height:18px;
  display:block;
  height:51px;
  resize:none;
}
.wpcf7-response-output{
  font-size:12px!important;
}
#footer .wpcf7-form input[type=submit],
.cc_button input{
  float:right;
  width:32px;
  padding:0;
  cursor:pointer;
  margin:37px 0 0;
}
.cc_button input{
  margin:3px 0 0;
}
.widget_gConstantcontact{
  overflow:hidden;
}
.your-message{
  float:left;
  width:87%;
}
span.wpcf7-form-control-wrap{
  display:block;
}
span.wpcf7-not-valid-tip{
  top:0!important;
  left:0!important;
  width:65%!important;
  padding:0 2%!important;
  height:29px;
  line-height:29px;
  color:red;
}
::-webkit-input-placeholder {
  font:15px/29px Arial;
  color:#ababab;
  opacity:1;
}
:-moz-placeholder {
   font:15px/29px Arial;
   color:#ababab;
   opacity:1;
}
::-moz-placeholder { 
   font:15px/29px Arial;
   color:#ababab;
   opacity:1;
}
:-ms-input-placeholder {  
  font:15px/29px Arial;
  color:#ababab;
  opacity:1;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus::-o-input-placeholder,
textarea:focus::-o-input-placeholder {
  color: transparent;
}
input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder{
  color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder{
  color: transparent;
}

/* start sidebar */

#testimonials{
  color:#1c0e0a;
  font:italic 16px/20px Georgia, Arial, Helvetica, sans-serif;
}
#testimonials .name{
  display:block;
  text-align:right;
  padding:4px 0 0;
  font-style:normal;
}
#secondary {
  padding:0 16px;
}
#secondary .widget {
  padding:20px 0 30px;
  background:url(images/bg-widget.png) no-repeat 50% 0%;
}
#secondary .widget.first-widget{
  background:none;
}
.menu-socials-menu-container{
  overflow:hidden;
}
.menu-socials-menu-container li{
  float:left;
  margin:0 8px 14px 0;
}
.menu-socials-menu-container li a{
  display:block;
  width:31px;
  height:31px;
  text-indent:-9999px;
  background:url(images/socials.png) no-repeat;
}
.menu-socials-menu-container li.twt-icon a{
  background:url(images/socials.png) no-repeat 0 -31px;
}
.menu-socials-menu-container li.p-icon a{
  background:url(images/socials.png) no-repeat 0 -62px;
} 
.menu-socials-menu-container li.yt-icon a{
  background:url(images/socials.png) no-repeat 0 -93px;
}  
#secondary .widget-title{
  color:#ec1d02;  
  padding:0 0 5px;
  font:  bold 22px/24px 'avantgarde_bk_btbook', Arial, Helvetica, sans-serif;
}
/*.small-logo{
  display:block;
  clear:both;
  width:182px;
  height:31px;
  background:url(images/cpw-logo.png) no-repeat;
}*/
.cc_caption{
  font:14px/18px 'Century Gothic', 'avantgarde_bk_btbook', Arial, Helvetica, sans-serif;
  color:#655112;  
}
.right-sidebar,
.home-details .inner,
.category-list .inner{
  background:url(images/bg-sidebar.png) repeat-y 59% 0;
  overflow:hidden;
}
.category-list .inner {
	margin: 15px auto 50px;
}

/* content top*/
.content-top{
  background: #000 url(images/bg-content-top.jpg) no-repeat 50% 0;
  height:321px;
  width:100%;
  padding:7px 0 0;
}
.content-top .banner{
  float:left;
  position:relative;
  width: 33%;
  overflow: hidden;
}
.content-top .banner img {width: 100%;}
.content-top .banner h3{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  z-index: 999;
}
.content-top .banner h3 a{
  font-size:30px;
  line-height:59px;
  display:block;
  color:#fff7de;
  padding:0 0 0 10%;
}
.content-top .banner.banner-01 a{
  background:url(images/bg-banner-01.png) repeat-x;
}
.content-top .banner.banner-02 a{
  background:url(images/bg-banner-02.png) repeat-x;
}
.content-top .banner.banner-03 a{
  background:url(images/bg-banner-03.png) repeat-x;
}
.content-top .banner img{
  display:block;
}
/* content top-croces*/
.content-top-croces{
  background: #000 url(images/bg-content-top-croces.jpg) no-repeat 50% 0;
  height:321px;
  width:100%;
  padding:7px 0 0;
}
.content-top-croces .banner{
  float:left;
  position:relative;
  width: 33%;
  overflow: hidden;
}
.content-top-croces .banner img {width: 100%;}
.content-top-croces .banner h3{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  z-index: 999;
}
.content-top-croces .banner h3 a{
  font-size:30px;
  line-height:59px;
  display:block;
  color:#fff7de;
  padding:0 0 0 10%;
}
.content-top-croces .banner.banner-01 a{
  background:url(images/bg-banner-01.png) repeat-x;
}
.content-top-croces .banner.banner-02 a{
  background:url(images/bg-banner-02.png) repeat-x;
}
.content-top-croces .banner.banner-03 a{
  background:url(images/bg-banner-03.png) repeat-x;
}
.content-top-croces .banner img{
  display:block;
}
/* content top-ingrid*/
.content-top-ingrid{
  background: #000 url(images/bg-content-top-ingrid.jpg) no-repeat 50% 0;
  height:321px;
  width:100%;
  padding:7px 0 0;
}
.content-top-ingrid .banner{
  float:left;
  position:relative;
  width: 33%;
  overflow: hidden;
}
.content-top-ingrid .banner img {width: 100%;}
.content-top-ingrid .banner h3{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  z-index: 999;
}
.content-top-ingrid .banner h3 a{
  font-size:30px;
  line-height:59px;
  display:block;
  color:#fff7de;
  padding:0 0 0 10%;
}
.content-top-ingrid .banner.banner-01 a{
  background:url(images/bg-banner-01.png) repeat-x;
}
.content-top-ingrid .banner.banner-02 a{
  background:url(images/bg-banner-02.png) repeat-x;
}
.content-top-ingrid .banner.banner-03 a{
  background:url(images/bg-banner-03.png) repeat-x;
}
.content-top-ingrid .banner img{
  display:block;
}
/* content top-jim*/
.content-top-jim{
  background: #000 url(images/bg-content-top-jim.jpg) no-repeat 50% 0;
  height:321px;
  width:100%;
  padding:7px 0 0;
}
.content-top-jim .banner{
  float:left;
  position:relative;
  width: 33%;
  overflow: hidden;
}
.content-top-jim .banner img {width: 100%;}
.content-top-jim .banner h3{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  z-index: 999;
}
.content-top-jim .banner h3 a{
  font-size:30px;
  line-height:59px;
  display:block;
  color:#fff7de;
  padding:0 0 0 10%;
}
.content-top-jim .banner.banner-01 a{
  background:url(images/bg-banner-01.png) repeat-x;
}
.content-top-jim .banner.banner-02 a{
  background:url(images/bg-banner-02.png) repeat-x;
}
.content-top-jim .banner.banner-03 a{
  background:url(images/bg-banner-03.png) repeat-x;
}
.content-top-jim .banner img{
  display:block;
}
/* Left sidebar */

.left-sidebar {
	overflow: hidden;
	pading-bottom: 50px;
}
.left-sidebar .left {
	width: 40%;
	float: left;
}
.left-sidebar .right {
	width: 55%;
	padding: 20px 2% 0 0;
	float: right;
}
.fullwidth .social-button,
.right-sidebar .social-button,
.left-sidebar .social-button {margin-bottom: 50px;}
.fullwidth .entry-content p,
.right-sidebar .entry-content p,
.left-sidebar .entry-content p {
	font-size: 15px;
	line-height: 18px;
	color: #281a14;
	margin-bottom: 23px;
}
.fullwidth .entry-content h2,
.right-sidebar .entry-content h2,
.left-sidebar .entry-content h2 {
	text-transform: uppercase;
	color: #281a14;
	font-size: 9px;
	font-weight: bold;
}
.inner.left-sidebar {
  background:url(images/bg-sidebar.png) repeat-y 40% 0;
  overflow:hidden;
}

/* Right Sidebar */

.right-sidebar {
	overflow: hidden;
	clear: both;
}
.right-sidebar .attachment-post-thumbnail {width: 100%;}
.fullwidth {
	margin: 5px auto 0;
	overflow: hidden;
}
.fullwidth .attachment-post-thumbnail {width: 100%;}



/* Event Calenar */



.event-global-title {
	font-size: 28px!important;
	color: #1a0700!important;
	font-family: Arial, sans-serif!important;
	font-weight: normal;
}
.header-event-list {
	padding-bottom: 15px;
	margin-bottom: 18px;
	background: url(images/event-hr.png) left 100% no-repeat;
	position: relative;
	z-index: 999;
}


.list_event_line_divide,
.events_day_book,
.events_day_name,
.events_select_search_container {display: none!important;}
.events_header_container {position: relative;}
.events_day_slots {
	color: #fff!important;
	font-size: 9px;
    line-height: 9px;
    position: absolute;
    top: 25px;
}
#events_calendar_container {
	width: 400px!important;
	float: right;
	display: block!important;
}
.events_day_container {
	width: 56px!important;
	height: 55px!important;
	margin-right: -1px!important;
	margin-bottom: -1px!important;
	border: 1px solid #fff;
	position: relative;
}
.events_day_container a {
	height: 55px!important;
	width: 56px!important;
	border: none!important;
}
.event_filters_container {
	float: left;
	margin-left: 60px;
}

#events_home_container {
	float: left;
	margin-top: 0!important;
	width: 575px;
	position: relative;	
}
#events_home_container:after {
	content: "";
	background: url(images/music-photo.png) right bottom no-repeat!important;
	width: 242px;
	height: 342px;
	position: absolute;
	bottom: -8px;
	right: 0;
}
.events_container.width_100p {
	padding: 0!important;
	float: left;
	margin-top: 0!important;
	width: 575px;
	background: none;
}
#events_home_container {
	margin-top: -61px!important;
	min-height: 336px;
}
.events_calendar_container_all {margin-top: 0!important;}
.events_header_container {
	float: right;
	width: 400px!important;
	text-align: center;
	height: auto!important;
	margin-top: 0!important;
}
.events_header_container h3 {
	font-size: 16px;
	color: #bea655;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	background: #4e3304!important;
	font-weight: bold;
	padding-top: 5px;
}
#events_month_name {
	background: #4e3304!important;
}
.events_month_container {
	width: 100%!important;
}
.events_month_container_all {
	width: 100%;
	float: none!important;
	text-align: center;
	background: #4e3304!important;
	position: relative;
}
.events_month_nav_button {
	background: url(images/new-calendar-button.png) 0 0 no-repeat!important;
	width: 21px!important;
	height: 10px!important;
}
.events_month_name {
	font-size: 15px!important;
	color: #fef9e4!important;
	font-family: Arial, sans-serif!important;
}
#month_nav_prev {
	position: absolute;
	left: 1%;
	bottom: 5px;
	z-index: 10;
}
#month_nav_next {
	float: none!important;
	position: absolute;
	right: 1%;
	bottom: 5px;
	z-index: 10;
}
#month_nav_next .events_month_nav_button_next {
	background: url(images/new-calendar-button.png) 0 -10px no-repeat!important;
}
#events_month_year {
	background: none!important;
	position: absolute;
	top: 1%;
	left: 50%;	
	margin-left: -20px;
	margin-top: 0!important;
	padding: 0!important;
	font-size: 15px!important;
	color: #fef9e4!important;
	font-family: Arial, sans-serif!important;
}
#view_buttons {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.margin_t_30 {margin-top: 0!important;}
#events_home_container .events_close_booking {display: none!important;}

.preview_event_information_box {
	background: none!important;
	padding: 0!important;
}
.preview_event_information_box span {
	color: #d6b56b!important;
	font-size: 15px!important;
	font-weight: bold!important;
	font-family: Arial, sans-serif!important;
}
.event-title-inner span,
.event-title-inner,
.event-title {
	clear: both;
	color: #fff9dc!important;
	font-size: 15px!important;
	font-weight: bold!important;
	font-family: Arial, sans-serif!important;
}
.event-title-inner span,
.event-title-inner {
	font-size: 20px!important;
	margin-bottom: 20px;
}
.event-global-title a {
	font-size: 13px;
	color: #000!important;
}
.even-link-container {display: none!important;}
.view-bio .time-event,
.view-bio a {
	font-size: 15px!important;
	color: #e9ce70!important;
	font-family: Arial, sans-serif!important;
	text-decoration: underline;
}
.view-bio a:hover {
	color: #ead497!important;
}
.view-bio p {float: left; margin-right: 10px; display: none;}
.view-bio p:first-child {display: block;}
.view-bio .time-event {float: left; color: #ead497!important; text-decoration: none;}
.single_event {
	margin-bottom: 25px;
}
.feautered-event .single_event {
	margin-bottom: 0;
}
.feautered-event .float_left.width_75p {
	background: #1a0700;
	margin-left: -9px;
    padding: 4px 10px 10px;
    width: 421px;
}
.feautered-event .float_left.width_75p h2 {
	text-transform: uppercase;
	color: #d6b56b;
	font-weight: bold;
	font-size: 15px;
}
.preview_event_information_box span.start-time {
	color: #1a0700!important;
}
.events_container.width_100p.single-day-events {
	background: url(images/music-photo.png) right bottom no-repeat!important;
	margin-bottom: 0 !important;
    margin-top: -310px !important;
    min-height: 270px;
    padding: 40px 0 0 !important
}
.events_close_booking {
	font-size: 15px!important;
	color: #1a0700!important;
	font-family: Arial, sans-serif!important;
	margin: -40px 20px 0 0;
	position: relative;
	z-index: 999;
}
.events_close_booking:hover {
	text-decoration: none;
}
.events_close_booking a {text-transform: uppercase;}

.events_box_preview_column {
	border: none!important;
}
.events_close_booking a {color: #fff!important;}
.event-content {
	clear: both;
	float: left;
	margin-top: 12px;
	font-size: 15px;
	color: #fff;
}

#main {
	background: url(images/bg-main.jpg) center 0 repeat-y;
}
.bg-box {
	background: url(images/bg-box.jpg) left 0 repeat-y;
	overflow: hidden;
}
.bg-box-croces {
	background: url(images/bg-box-croces.jpg) left 0 repeat-y;
	overflow: hidden;
}
.bg-box-ingrid {
	background: url(images/bg-box-ingrid.jpg) left 0 repeat-y;
	overflow: hidden;
}
.bg-box-jim {
	background: url(images/bg-box-jim.jpg) left 0 repeat-y;
	overflow: hidden;
}
.home-details .inner,
.bg-box .inner {
	max-width: 975px;
}
.section2 .left,  
.global-header .left,
.right-sidebar .left,
.category-list .left,
.home-details .left, 
.home-post .left {
	width: 55%;
	float: left;
	padding: 20px 0 0 2%;
}
.section2 .right, 
.global-header .right,
.right-sidebar .right,
.category-list .right,
.home-details .right, 
.home-post .right {
	width: 40%;
	float: right;
}
.section2 .right img,
.global-header .right img,
.home-post .right img {
	display: block;
	width: 395px;
	height: 100%;
}

.section2 .left h1,
.global-header .left .entry-title,
.home-post .left .entry-title {
	font-size: 28px;
	color: #1a0700;
	border-bottom: 1px solid #1a0700;
	padding-bottom: 8px;
	margin-bottom: 22px;
} 
.section2 .left p,
.global-header .left .entry-content p,
.home-post .left .entry-content p {
	color: #fff9dc;
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 24px;
	padding-right: 15px;
}
.global-header .left .entry-content p {
	font-size: 16px;
	line-height: 20px;
}
.global-header .page-title {
	margin: 18px 0 20px;
}

.category-list,
.home-details {
	overflow: hidden;
}
.latest-posts {
	padding: 0 30px 0 0;
}
.section-title {
	font-size: 28px;
	color: #1a0700;
	margin-bottom: 30px;
}
.latest-post {
	margin-bottom: 20px;
}
.right-sidebar .left-box h3,
.category-list .left-box h3,
.latest-post h3 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	line-height: 22px;
	color: #281a14;
}
.right-sidebar .left-box h3,
.category-list .left-box h3 {text-transform: none;}
.right-sidebar .left-box h3 a, 
.category-list .left-box h3 a,
.latest-post h3 a {color: #281a14;}

.view-all {
	font-size: 13px;
	color: #7d5909;
	text-decoration: underline;
	float: right;
}
.view-all:hover {
	text-decoration: none;
} 
.right-sidebar .view-all {
	margin-bottom: 50px;
}

/* Category list */

.right-sidebar .read-more,
.category-list .read-more {
	color: #7d590a;
	text-decoration: underline;
}
.right-sidebar .read-more:hover,
.category-list .read-more:hover {text-decoration: none;}

.right-sidebar .list-post,
.category-list .list-post {
	margin-bottom: 20px;
	overflow: hidden;
}
.right-sidebar .left-box.short,
.category-list .left-box.short {
	width: 73%;
	float: left;
}
.right-sidebar .right-box,
.category-list .right-box {
	float: right;
	width: 25%;
}
.right-sidebar .right-box img,
.category-list .right-box img {border: 2px solid #000;}

.widget_recent_entries li a,
#menu-sidebar-category-menu li a {
	color: #655112;
}
.widget_recent_entries li {
	margin-bottom: 10px;
}
.content-top.title {
	background: url(images/bg-content-top-inner.jpg) 0 0 no-repeat;
	background-position:center;
	height: 82px;
	padding: 50px 0 0 0;
}
.page-title,
.archive-title {
	font-size: 28px;
	color: #fff6d5;
	margin: 0 0 0 20px;
	line-height: 30px;
}
.social-button {
	float: right;
	margin: 50px 0 0; 
}
.header_48 {display: none!important;}
.tweet_list a img {margin-right: 8px!important;}

.left-sidebar .entry-content img {width: 100%;}
.wpcf7-form p {clear: both;}

#content .gallery-wrap {
	margin: 0;
	width: 100%;
}
#content .gallery {
	margin: 0;
	width: 100%;
}
#content .gallery-item {
	width: 100%!important;
	min-height: 310px;
	position: relative;
	margin-top: 0!important;
}
#content .gallery-item .gallery-icon {
	width: 100%;
	height: 310px;
	overflow: hidden;
}
#content .gallery-item .gallery-icon img {
	border: 0 none;
	padding: 0;
	max-width: 100%;
}
#content .gallery-item .gallery-caption {
	position: absolute;
	top: 7px;
	left: 7px;
	padding: 1em;
	background: rgba(255, 255, 255, 0.9) none;
	max-width: 260px;
}
#content .gallery-item img {
	min-height: 310px;
}
#slideshow-controller {display: none;}


/* start media queries*/

@media only screen and (max-width : 1380px) {
  .view-bio .time-event, .view-bio a{
	 color: #ead497!important;
  }
}

@media only screen and (max-width : 1000px) {
	.site-title{padding:78px 0 0;}
	#events_home_container,
	.events_container.width_100p {width: 55%!important;}
	.bg-box {width: 100%;}
	.event_filters_container {
		margin-top: 5px;
		margin-left: 10px;
		color: #fff!important;
	}

}
@media only screen and (max-width : 960px) {
	.events_header_container {width: 100%!important;}
	#events_calendar_container {width: 100%!important;}
	.events_day_container {width: 14.1%!important;}
	.events_day_container a {width: 100%!important;}
	.content-top {height: auto; overflow: hidden;}
	#events_home_container, .events_container.width_100p {width: 100%!important; padding-left: 10px;}
	#events_home_container { margin-top: 15px!important; }
	.events_container.width_100p.single-day-events {
		margin-top: 20px!important;
		margin-left: 10px;
	}
	.events_close_booking {margin: 10px 20px 0 0!important;}
		.home-post .left .entry-title {
		color: #fff9dc;
	}
	.home-post .right img {
		display: inline-block;
		width: 100%;
		height: auto;
	}
	
}	

@media only screen and (max-width : 767px) {
  #masthead .promo{
    right:auto;
    left:50%;
    margin:0 0 0 -80px;
    top:2px;
  }
  .site-title{
    width:468px;    
  }
  .site-title a{
    background-size:468px 100%;
  }
  #site-navi li a{
    padding:0 8px;
  }
  #site-navi li ul{
    width:176px;
  }
  #footer .widget {
    width:90%;
    padding:0 5%;
    float:none;
    margin:0 0 15px;
  }
  .home-post .left .entry-title {
		margin-top: 8px;
		line-height: 28px;
	}
	.home-post .left {
		padding: 0 0 0 3%;
		width: 50% 		
	}
}
@media only screen and (max-width : 560px) { 
	.section2 .left, .section2 .right,
	.left-sidebar .right,
	.global-header .right, .right-sidebar .right, .category-list .right, .home-details .right, .home-post .right,
	.global-header .left, .right-sidebar .left, .category-list .left, .home-details .left, .home-post .left {width: 100%;}
	.home-details .inner, .category-list .inner, .inner.right-sidebar, .inner.left-sidebar,
	.home-post .inner {background: none;}
	.left-sidebar .right {padding: 0 0 0 10px;}
	.left-sidebar .left {display: none;}
	.left-sidebar .right.mobile {display: block; width: 100%;}
	
}
@media only screen and (max-width : 550px) {
	.events_day_container {width: 13.9%!important;}
}
@media only screen and (max-width : 480px) {
	.event-global-title {color: #fff!important; margin-bottom: 10px!important;}
	.event_filters_container {
		margin-left: 0;
		margin-top: 15px; 
		clear: both;
	}
	.section2 .right img, .global-header .right img, .home-post .right img {width: 100%;}
	.content-top .banner {width: 100%;}
}
.OT_subtitle h2 {
	font-size:10px;
	letter-spacing:0.1em;
}














