/*
Theme Name: Blackthorne
Theme URI: 
Description: Custome theme for Blackthorne Resort
Author: MarknetGroup
Version: 1
*/


/* ------------- Resets ------------------------ */




html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* ------------- Basic Layout ------------------------ */
body {
	font: 14px "Droid Serif", Georgia, Times, "Times New Roman", sans-serif;
	line-height: 21px;
	/*color: #545454;*/
	color: #000000;
}
#header {
	background: url(images/header-bg.png) left bottom repeat-x;
	height: 435px;
}
#header .wrap {
	position: relative;
}
#banner {
	background: url(images/banner-bg.jpg) left bottom no-repeat;
	height: 147px;
	position: relative;
	top: 288px;
}
#content {
	line-height: 1.6;
	padding: 40px 0;
}
.page-template-default #main, .page-template-page-events-php #main, .single #main {
	width: 600px;
	float: left;
	padding-bottom: 100px;
}
#sidebar {
	width: 300px;
	float: right;
}
#footer {
	clear: both;
	background: url(images/footer-bg.jpg) repeat-x;
	height: 511px;
	position: relative;
}
#footer .widget h2 {
	display: none !important;
}
.wrap {
	width: 1000px;
	margin: 0 auto;
}
.clear {
	clear: both;
}

/* ------------- Generic tags - images ------------------------ */
p {
	margin: 10px 0 20px;
}
a {
	color: #da7e2c;
	text-decoration: none;	
}
img.alignleft {
	float: left;
	margin: 10px 10px 10px 0;
}
img.alignright {
	float: right;
	margin: 10px 0 10px 10px;
}
 
#main img, .events-widget img {
	border: 1px solid #d4d4d4;
	padding: 5px;
}
#main li {
	list-style-type: disc;
	margin: 0 0 10px 15px;
}



/* ------------- Main Navigation ------------------------ */
#nav {
	background: url(images/nav-bg.jpg) repeat-x;
	font: 12px "Droid Serif", Georgia, Times, "Times New Roman", sans-serif;
	text-transform: uppercase;
	position: relative;
	z-index: 1000;
}
#nav .menu {
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0;
	line-height: 36px;
	height: 36px;
}
#nav li {
	float: left;
	background: url(images/nav-pipe.png) right top repeat-y;
	padding: 0 10px;
	position: relative;
}
#nav li.last {
	background: transparent;
}
#nav a {
	color: #FFF;
	text-decoration: none;
	padding: 0 0 9px;
	display: block;
}
#nav li.current-menu-item a {
	color: #da7e2c;
}
#nav li.current-menu-item ul.sub-menu a {
	color: #fff;
}
#nav li ul.sub-menu {
	display: none;
	background: url(images/nav-sub-bg.jpg);
	position: absolute;
	left: 0;
	width: 200px;
}
#nav li ul.sub-menu li {
	background: transparent;
}
#nav li ul.sub-menu li a {
	padding: 0;
}
#nav li.current-menu-item ul.sub-menu li.current-menu-item a {
	color: #da7e2c;
}


/* ------------- Headings ------------------------ */
h1#logo {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
}
#logo a {
	text-indent: -9999px;
	font-size: 1%;
	overflow: hidden;
	background: url(images/logo.png) no-repeat;
	width: 492px;
	height: 288px;
	display: block;
}
h1.page-title {
	font-size: 20px;
	font-weight: bold;
	color: #5c968a;
	background: url(images/widget-head-bg.png) left bottom no-repeat;
	padding-bottom: 20px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #5c968a;
	margin: 30px 0 20px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #5c968a;
	margin: 10px 0;
}
h4 {
	font-size: 13px;
	color: #5c968a;
	font-weight: bold;
	margin: 10px 0;
}

/* ------------- Banner ------------------------ */
#banner .widget {
	color: #fff;
	font-size: 18px;
	padding: 30px 0 0;
	line-height: 1.6;
	width: 800px;
}
#banner .widget a {
	font-style: italic;
	font-size: 14px;
}
a.view {
	position: absolute;
	display: block;
	right: 0;
	bottom: 55px;
	color: #629a8d;
	font-weight: bold;
	font-size: 16px;
	width: 100px;
	padding: 5px 0 5px 50px;
}
#rotator {
	position: absolute;
	right: 0;
	top: 0;
	width: 790px;
	z-index: 1;
}
#rotator .frame {
	background: url(images/carousel-bg.png) right bottom no-repeat;
	width: 364px;
	height: 86px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1000;
}

/* ------------- Home page content widgets ------------------------ */
#home-widgets {
	float: left;
	padding: 30px 0 100px;
}
#home-widgets p {
	font-size: 13px;
}
#home-widgets em {
	font-size: 15px;
	color: #55432c;
}
#home-widgets .widget {
	width: 300px;
	padding: 0 20px;
	float: left;
	background: url(images/widget-border.png) right top repeat-y;
}
#home-widgets #text-9 {
	background: transparent;
}
#home-widgets #text-3 {
	padding-left: 0;
}
.events-widget img {
	float: left;
	margin: 0 10px 10px 0;
	clear: both;
}
.events-widget p {
	margin: 0 0 5px;
	font-style: italic;
}
.events-widget .entry {
	float: left;
}
#home-widgets #categoryposts-3 {
	padding-right: 0;
	background: transparent;
}
#home-widgets .widget_categoryposts p {
	font-style: italic;
}
#home-widgets h2, #sidebar h2 {
	background: url(images/widget-head-bg.png) left bottom no-repeat;
	padding-bottom: 20px;
}
#home-widgets #categoryposts-3 .post-title {
	font-size: 14px;
	margin-bottom: 10px;
	display: block;
}

/*KEM additions - July 14, 2018 */


#eventdetails {
	margin-top:-212px; 
	height: 190px; 
	margin-left:530px; 
	padding: 10px; 
	line-height:1.25;
	color: white;
}


#eventdetails .darkgreen {
	background-color:#12634B; 

}

#eventdetails .raspberry {
	background-color: #982F68;
}


#eventdesc {
	margin-top: 30px; 
	line-height: 1.75; 
	font-size:1.15em
	background-color: #12634B;
}


#evtflyer {
	float:left; 
	height: 200px;
}

#evtflyer .links {
	line-height:1.5;
	padding-left:30px;

}

@media (max-width: 1000px) {
#eventdetails {
	text-align: center;
	margin-top:10px;
	margin-left: 0px;
	
}

}

@media (max-width: 500px) {

.links {
	float:left;
	padding-top:10px;
	padding-left:0px;
}
}




#content {
	padding: 20px 0px 20px 0px;
	line-height: 1;
}



#standout-activity {
	padding: 20px 20px 20px 20px;
	line-height: 1.5;
	border: #678168 5px solid;
	margin: 10px;
	width: 250px;
	float:left;
}


#standout-activity .peach {
	background-color:#F0E4BC;

}


#standout-activity .green {	
	background-color: #E2F2AC;

}

#standout-activity .green2 {	
	background-color: #A3D7B9;

}

#standout-activity .blue {
	background-color:#ABF3F2;

}

#standout-activity .yellow {
	background-color:#F6E45E;

}

#standout-activity .purple {
	background-color:#F3ABEA;

}

#activity-day {
	
	font-size: 22px;	
	font-weight: bold;
	font-variant: small-caps
}


/* ------------- Footer ------------------------ */

#footer .wrap {
	background: url(images/footer-logo-bg.jpg) center bottom no-repeat;
	height: 511px;
	position: relative;
}
#footer .logo {
	position: absolute;
	bottom: 0;
	margin: 0 auto;
}
#footer .menu {
	margin: 80px 0 0 400px;
	text-transform: uppercase;
	line-height: 1.8;
	font-size: 10px;
}
#footer .menu a {
	color: #FFF;
}
#actions {
	background: url(images/actions-bg.jpg) no-repeat;
	height: 138px;
}
.facebook {
	padding: 30px 0;
	width: 300px;
	float: left;
	clear: none;
}
.facebook a, .newsletter {
	float: left;
	line-height: 1.6;
	display: block;
}
.facebook a span, .newsletter  span {
	color: #FFF;
	display: block;
	font-style: italic;
}
#actions .newsletter {
	padding: 30px 0;
	color: #da7e2c;
	width: 300px;
	float: left;
	clear: none;
}
#actions .constant-contact-signup {
	width: 400px;
	float: left;
	position: relative;
}
#actions h2 {
	display: none !important;
}
#actions .constant-contact-signup form {
	margin: 25px 0 0 60px;
}
#actions .constant-contact-signup form .input-text-wrap input {
	background: url(images/input-bg.png);
	border: 1px solid #133524;
	line-height: 15px;
	width: 200px;
	color: #6c9b69;
	float: left;
	margin: 0 0 3px;
}
#actions .constant-contact-signup label, #actions .constant-contact-signup h2 {
	display: none;
}
#actions .constant-contact-signup .submit {
	background: url(images/btn-submit.png) no-repeat;
	position: absolute;
	right: 90px;
	top: 25px;
	height: 39px;
	width: 43px;
	border: none;
	color: #fff;
	font-size: 1px;
}
#copy {
	color: #6c9b69;
	position: absolute;
	right: 50px;
	top: 270px;
	font-size: 11px;
}



/* ------------- Package page ------------------------ */
.package {
	background: url(images/package-border.png) left bottom no-repeat;
	clear: both;
	float: left;
	height: 180px;
	margin: 0 0 20px;
	width: 934px;
}
.package .room-shot {
	height: 140px;
	position: relative;
	padding: 5px 30px 0 19px;
	border-right: 1px dashed #e0e0e0;
	float: left;
}
#main .package img {
	border: none;
	padding: 0;
}
.package .room-shot img.name {
	position: absolute;
	left: 0;
	top: 0;
}
.package .description {
	height: 140px;
	border-right: 1px dashed #e0e0e0;
	float: left;
	padding: 0 30px;
	width: 300px;
}
.package .price {
	float: left;
	width: 100px;
	padding-left: 30px;
	line-height: 1.2;
}
.price .start {
	font-weight: bold;
	text-transform: uppercase;
}
.price .amount {
	color: #da7e2c;
	font-weight: bold;
	font-size: 28px;
}
.price a {
	color: #545454;
	font-style: italic;
	font-size: 11px;
}
#package-widgets {
	font-size: 10px;
}
#package-widgets #text-7  {
	border-right: 1px solid #d5d4d4;
	width: 650px;
	float: left;
	margin-right: 40px;
}
#package-widgets #text-8 {
	padding-top: 35px;
	width: 300px;
	float: left;
}
#package-widgets #text-7 ul {
	margin: 20px 10px;
	font-style: italic;
}



	

/* ------------- Image Galleries ------------------------ */
#gallery-1 img {
	border: 1px solid #d4d4d4 !important;
	padding: 3px !important;
}
#gallery-1 .gallery-item {
	text-align: left !important;
}

/* ------------- Events page ------------------------ */
.event-item {
	margin-bottom: 20px;
}






.section {clear: both;padding: 0px;margin: 0px;}
.col {display: block;float:left;margin: 0% 0 0% 0%;}
.group:before,.group:after {content:"";display:table;}
.group:after {clear:both;}
.group {zoom:1; /* For IE 6/7 */}

.g3{width: 33.3%;}

/* 7-7-17 */
.homepage-new-wrapper {}
.homepage-row {}
.hps {width: 100%;}
.hps-1 {width: 60%;}
.hps-2 {width: 40%;}
.hpsp {padding-left: 25px;padding-right: 25px;}
.hpsp-1 {}
.hpsp-2 {}
.hpsp-2 img {max-width: 100%;}
.hps-even {background: #12634b;}
.hps-even h1 {color: #ffffff !important;margin-top: 0 !important;}
.hps-even h2 {color: #ffffff !important;margin-top: 0 !important;}
.hps-odd h2 {margin-top: 0 !important;}
.hps-even p {color: #ffffff;}
.hps p:last-of-type {margin-bottom: 0px;}
.hps-even .hpsp-1 {padding-top: 25px;padding-right: 25px;padding-bottom: 25px;}
.hps-odd .hpsp-1 {padding-top: 25px;padding-left: 25px;padding-bottom: 25px;}
.hpsp {font-size: 14px;line-height: 21px;color: #000000;}
.hpsp ul {list-style: initial;padding-left: 25px;}
.hpsp-0 {padding-top: 25px;padding-bottom: 25px;}
.hps-even h3 {font-size: 18px;color: #ffffff !important;}
.hps-odd h3 {font-size: 18px;color: #000000 !important;}
.hps-even ul {color: #ffffff !important;}
.rates {width: 99%;}
.rates .rnmh {text-align: center;}
.rates .rnmp {font-weight: bold;width: 50px;}
.rates .rnm {text-align: center;border: 1px solid #000000;width: 75px;}
.hps-even .rates {color: #ffffff;}
.hps-even .rates .rnm {text-align: center;border: 1px solid #ffffff;width: 75px;}
.hps .column p {font-size: 12px;line-height: 17px;}

/* 7-11-17 */
.hps p img {max-width: 100%;}
.hps img {max-width: 100%;}
@media only screen and (max-width: 979px) {
	.hps-1 {width: 80%;}
	.hps-2 {width: 80%;}
}
@media only screen and (max-width: 768px) {
	.hps-1 {width: 100%;}
	.hps-2 {width: 100%;}
	.hps-even img {max-width: 350px;width: 100%;margin: 0 auto;}
	.hps-image-right img {max-width: 350px;width: 100%;margin: 0 auto;}
	.hps-image-left img {max-width: 350px;width: 100%;margin: 0 auto;margin-top: 25px;}
	.hps-image-right {text-align: center;}
	.hps-image-left {text-align: center;}
}
