/*
You can add your own CSS here.
}
Click the help icon above to learn more.
*/

.rpc-date {
	display:none!important;
}

.comments {
	display:none!important;
}



.site-branding {
    max-width: 180px;
}

.header-right-wrap {
    width: 77%;
}

.page-header-wrap {
    background: #ffffff !important ;
	margin-bottom: -120px !important;
	border-bottom: 0px !important;
}


.byline
{
		display:none!important;
}


.author vcard
{
		display:none!important;
}


.posted-on
{
		display:none!important;
}


.widget_wpc_posts
{
		display:none!important;
}

.widget-posts-list
{
		display:none!important;
}


.widget-posts-list
{
		display:none!important;
}

.widget_categories
{
		display:none!important;
}


.widget_archive
{
		display:none!important;
}

.widget_tag_cloud
{
		display:none!important;
}


.widget_search
{
		display:none!important;
}




/*
 * This is CSS for course pages styling
 * 
 * 
 * 
 * 
.widget-area
{
	display:none!important;
		border: 1px solid #ffffff!important; 
}
.sidebar
{
	display:none!important;
	border: 1px solid #ffffff!important; 
}
.page-title-wrap
{
	display:none!important;
}
.breadcrumbs
{
	display:none!important;
}
.entry-title
{
	margin-top:80px;
}
.entry-footer
{
	display:none!important;
}
.bookingbuttons
{
	margin-bottom:80px;
}
.right-sidebar
{
	border-color: #ffffff!important;
}
.content-area
{
	border-color: #ffffff!important;
}

*/



/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; text-align:center; }
.span_2_of_3 { width: 66.13%; text-align:center; }
.span_1_of_3 { width: 32.26%; text-align:center; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}

.bookingbuttons {
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  text-shadow: 1px 1px 0px #000000;
  font-family: Montserrat;
  color: #ffffff;
  font-size: 22px;
	font-weight:600;
  background: #193361;
  padding: 10px 20px 10px 20px;
  border: solid #000000 0px;
  text-decoration: none;
}

.btn:hover {
  background: #fb812e;
  text-decoration: none;
}
