/*

Theme Name: BOOT

Author: Uhuru Network

Author URI: http://uhurunetwork.com

Description: Theme built for Business Organization of Old Town by Uhuru Network

*/



/*--------------------------------------------------------------

>>> TABLE OF CONTENTS:

----------------------------------------------------------------

1.0 - Reset

2.0 - Typography

3.0 - Elements

4.0 - Forms

5.0 - Navigation

	5.1 - Links

	5.2 - Menus

6.0 - Accessibility

7.0 - Alignments

8.0 - Clearings

9.0 - Widgets

10.0 - Content

	10.1 - Posts and pages

	10.2 - Asides

	10.3 - Comments

	10.4 - Footer

	10.5 - FAQ Page

	10.6 - Events Page

	10.7 - Destinations Page

	10.8 - Single Event Page

	10.9 - Single Destination Page

	10.10 - Category Page

	10.11 - Single Post

	10.12 - Home Page

	10.13 - Calendar

11.0 - Infinite scroll

12.0 - Media

	12.1 - Captions

	12.2 - Galleries

	12.3 Responsive Slider

--------------------------------------------------------------*/



/*--------------------------------------------------------------

1.0 - Reset

--------------------------------------------------------------*/

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, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td {

	border: 0;

	font-family: inherit;

	font-size: 100%;

	font-style: inherit;

	font-weight: inherit;

	margin: 0;

	outline: 0;

	padding: 0;

	vertical-align: baseline;

}

html {

	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */

	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */

	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */

	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */

}

*,

*:before,

*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */

	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */

	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */

	box-sizing:         border-box;

}

body {

	background: #fff; /* Fallback for when there is no custom background color defined. */

}

article,

aside,

details,

figcaption,

figure,

footer,

header,

main,

nav,

section {

	display: block;

}

ol, ul {

	list-style: none;

}

table { /* tables still need 'cellspacing="0"' in the markup */

	border-collapse: separate;

	border-spacing: 0;

}

caption, th, td {

	font-weight: normal;

	text-align: left;

}

blockquote:before, blockquote:after,

q:before, q:after {

	content: "";

}

blockquote, q {

	quotes: "" "";

}

a:focus {

	outline: thin dotted;

}

a:hover,

a:active {

	outline: 0;

}

a img {

	border: 0;

}



/*--------------------------------------------------------------

2.0 Typography

--------------------------------------------------------------*/

body,

button,

input,

select,

textarea {

	color: #404040;

	font-family: sans-serif;

	font-size: 16px;

	font-size: 1.6rem;

	line-height: 1.5;

}

h1, h2, h3, h4, h5, h6 {

	clear: both;

	font-family: 'Gentium Book Basic', serif;

}

h1 {

	font-size: 46px;

}

h2 {

	font-size: 36px;	

}

h3 {

	font-size: 26px;	

}

h4 {

	font-size: 22px;	

}

h5 {

	font-size: 18px;	

}

h6 {

	font-size: 14px;	

}

p {

	margin-bottom: 1.5em;

	font-family: 'Open Sans', sans-serif;

}

b, strong {

	font-weight: bold;

}

dfn, cite, em, i {

	font-style: italic;

}

blockquote {

	margin: 0 1.5em;

}

address {

	margin: 0 0 1.5em;

}

pre {

	background: #eee;

	font-family: "Courier 10 Pitch", Courier, monospace;

	font-size: 15px;

	font-size: 1.5rem;

	line-height: 1.6;

	margin-bottom: 1.6em;

	max-width: 100%;

	overflow: auto;

	padding: 1.6em;

}

code, kbd, tt, var {

	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;

}

abbr, acronym {

	border-bottom: 1px dotted #666;

	cursor: help;

}

mark, ins {

	background: #fff9c0;

	text-decoration: none;

}

sup,

sub {

	font-size: 75%;

	height: 0;

	line-height: 0;

	position: relative;

	vertical-align: baseline;

}

sup {

	bottom: 1ex;

}

sub {

	top: .5ex;

}

small {

	font-size: 75%;

}

big {

	font-size: 125%;

}

.gentium{

	font-family: 'Gentium Book Basic', serif;

}

.opensans{

	font-family: 'Open Sans', sans-serif;

}

.lato{

	font-family: 'Lato', sans-serif;

}

.italic{

	font-style: italic;

}

/*--------------------------------------------------------------

3.0 Elements

--------------------------------------------------------------*/

hr {

	background-color: #ccc;

	border: 0;

	height: 1px;

	margin-bottom: 1.5em;

}

ul, ol {

	margin: 0 0 1.5em 2em;

}

ul {

	list-style: disc;

}

ol {

	list-style: decimal;

}

li > ul,

li > ol {

	margin-bottom: 0;

	margin-left: 1.5em;

}

dt {

	font-weight: bold;

}

dd {

	margin: 0 1.5em 1.5em;

}

img {

	height: auto; /* Make sure images are scaled correctly. */

	max-width: 100%; /* Adhere to container width. */

}

figure {

	margin: 0;

}

table {

	margin: 0 0 1.5em;

	width: 100%;

}

th {

	font-weight: bold;

}

.relative {

	position: relative;

}

/*--------------------------------------------------------------

4.0 Forms

--------------------------------------------------------------*/

button,

input,

select,

textarea {

	font-size: 100%; /* Corrects font size not being inherited in all browsers */

	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

	vertical-align: baseline; /* Improves appearance and consistency in all browsers */

}

button,

input[type="button"],

input[type="reset"],

input[type="submit"] {

	border: 1px solid;

	border-color: #ccc #ccc #bbb; 

	border-radius: 3px;

	background: #e6e6e6;

	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);

	color: rgba(0, 0, 0, .8);

	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */

	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */

	font-size: 12px;

	font-size: 1.2rem;

	line-height: 1;

	padding: .6em 1em .4em;

	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);

}

button:hover,

input[type="button"]:hover,

input[type="reset"]:hover,

input[type="submit"]:hover {

	border-color: #ccc #bbb #aaa;

	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);

}

button:focus,

input[type="button"]:focus,

input[type="reset"]:focus,

input[type="submit"]:focus,

button:active,

input[type="button"]:active,

input[type="reset"]:active,

input[type="submit"]:active {

	border-color: #aaa #bbb #bbb;

	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);

}

input[type="checkbox"],

input[type="radio"] {

	padding: 0; /* Addresses excess padding in IE8/9 */

}

input[type="search"] {

	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */

	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */

	-moz-box-sizing:    content-box;

	box-sizing:         content-box;

}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */

	-webkit-appearance: none;

}

button::-moz-focus-inner,

input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

	border: 0;

	padding: 0;

}

input[type="text"],

input[type="email"],

input[type="url"],

input[type="password"],

input[type="search"],

textarea {

	color: #666;

	border: 1px solid #ccc;

	border-radius: 3px;

}

input[type="text"]:focus,

input[type="email"]:focus,

input[type="url"]:focus,

input[type="password"]:focus,

input[type="search"]:focus,

textarea:focus {

	color: #111;

}

input[type="text"],

input[type="email"],

input[type="url"],

input[type="password"],

input[type="search"] {

	padding: 3px;

}

textarea {

	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */

	padding-left: 3px;

	vertical-align: top; /* Improves readability and alignment in all browsers */

	width: 100%;

}



/*--------------------------------------------------------------

5.0 Navigation

--------------------------------------------------------------*/

/*Fixed*/

.fixed{

	position: fixed;

	width: 100%;

	background-color: #fff;

	z-index: 9999;

	-webkit-transition: height 1s;

    transition: height 1s;

    border-bottom: 2px solid black;

}

#primary{

	margin-top: 121px;

}

.site-branding, .site-navigation{

	display: inline-block;

}

.site-navigation{

	position: relative;

	bottom: 10px;

	margin-left: 80px;

	font-family: 'Gentium Book Basic', serif;

}

.site-branding{

	position: relative;

	top:42px;

	z-index: 999;

	width: 165px;

	height: 150px;

}

.site-navigation a, .site-navigation a:visited{

	color: #404040;

	margin: 10px;

	text-decoration: none;

	font-size: 20px;

}

.site-navigation a.selected{

	color: #fff;

}

a.menuitem:hover{

	color: #d17e07;

}

.site-header{

	margin-top: -30px;

	max-width: 1300px;

	margin-left: auto;

	margin-right: auto;

}

.menucontentcontainer{

	height: 0px;

	overflow: hidden;

	-webkit-transition: height 1s;

    transition: height 1s;

    position: relative;

    background-color: #2e4d5c;

    -webkit-box-shadow: 0px 3px 12px 0px rgba(50, 50, 50, 0.75);

	-moz-box-shadow:    0px 3px 12px 0px rgba(50, 50, 50, 0.75);

	box-shadow:         0px 3px 12px 0px rgba(50, 50, 50, 0.75);

}

.menucontentcontainer p{

	font-family: 'Gentium Book Basic', serif;

}

  .selected {

    position: relative;

    width: auto;

    height: auto;

    padding: 10px;

    background: #2e4d5c;

}



  .selected:after {

    content: "";

    position: absolute;

    left: 15%;

    border-style: solid;

    border-width: 14px 24px 0;

    border-color: #2e4d5c transparent;

    display: block;

    width: 0;

    z-index: 1;

}

.show{

	display: inline-block;

}



.hide{

	display: none;

}



.closemenu{

	width: 80px;

	height: 40px;

	background-color: #ccc;

	position: absolute;

	bottom: 0px;

	left: 50%;

	text-align: center;

	border-top-left-radius: 60%;

	border-top-right-radius: 60%;

	cursor: pointer;

	transition: all 1s;

    -webkit-transition: all 1s;

}

.closemenu:hover{

	background-color: #a0a0a0;

}

.closemenu p{

	font-size: 20px;

	position: relative;

	bottom: 10px;

}

.left-menu,.right-menu{

	display: inline-block;

	padding-top: 55px;

	padding-bottom: 35px;

}

.right-menu{

	margin-right: 450px;

	float: right;

}

.menubutton{

	display: inline-block;

	margin: 10px;

	width: 226px;

	background-color: #c6a981;

	text-align: center;

	vertical-align: top;

	position: relative;

	height: 180px;

}

.menubutton img{

	float: left;

}

.menubutton p{

	font-size: 20px;

	margin: 0px;

	color: #404040;

	padding-top: 10px;

	padding-bottom: 5px;

	clear: both;

}



.shopping,.daytrips,.services{

	margin: 0px;

	float: none;

	max-width: 1000px;

	height: auto;

	position: relative;

	top: 0px;

	left: 10px;

	padding-top: 25px;

}

.winewalkmenu,.farmersmarketmenu,.antiquesmenu,.polemenu,.oemenu,.gjmenu,.craftbeercrawl{

	margin: 0px;

	float: none;

	width: 990px;

	height: 600px;

	position: absolute;

	top: 0px;

	left: 294px;

}

.winewalkmenu{

	background-image: url('../BOOT/images/wine-walk-menu-image.jpg');

}

.craftbeercrawl{

	background-image: url('../BOOT/images/craft-beer-crawl-website-menu.jpg');

}

.farmersmarketmenu{

	background-image: url('../BOOT/images/farmers-market-menu-image.jpg');

}

.antiquesmenu{

	background-image: url('../BOOT/images/antiques-menu-image.jpg');

}

.polemenu{

	background-image: url('../BOOT/images/pole-menu-image.jpg');

}

.oemenu{

	background-image: url('../BOOT/images/one-enchanted-menu-image.jpg');

}

.gjmenu{

	background-image: url('../BOOT/images/glorious-junk-menu-image.jpg');

}

.other{

	margin: 0px;

	float: none;

	width: 990px;

	height: 600px;

	position: absolute;

	top: 0px;

	left: 335px;

}

.placestoeat{

	display: inline-block;

	position: relative;

	top: 30px;

	left: 50px;

}

.right-menu a:hover{

	color: #fff;

}



.left-menu{

	position: relative;

	/*left:50px;*/

	vertical-align: top;

	background-color: #224150;

	min-width: 200px;

	display: inline-block;

	text-align: center;

}

.left-menu a,.left-menu a:visited{

	text-decoration: none;

	color: #fff;

	display: block;

	padding: 10px 30px;

	font-size: 20px;

}

.left-menu a:hover,.sel{

	background-color: #d17e07;

	color: #fff;

}

.left-menu p{

	margin-top: 5px;

	margin-bottom: 5px;

}

.resourcemenu{

	padding-top: 40px;

	padding-bottom: 40px; 

}

.resourcemenu p{

	margin: 0;

	font-size: 26px;

	position: relative;

	top:10px;

}

.resourcemenu a,.resourcemenu a:hover,.resourcemenu a:visited{

	color: #fff;

}

.resourcemenubox{

	display: inline-block;

	height: 60px;

	width: 390px;

	text-align: center;

	background-color: #c6a981;

	margin: 20px;

}

.resourcemenubox:hover{

	background-color: #d17e07;

}

body{

	background-color: #fff;

}

.rmi{

	width: 420px;

	height: 60px;

	margin-left: 50px;

	margin-bottom: 30px;

	position: relative;

}

.rmi p{

	position: relative;

	top: 10px;

	left: 20px;

	font-size: 26px;

	font-family: 'Gentium Book Basic', serif;

}

.rmi:after,.menubutton:after {

    content:'\A';

    position:absolute;

    width:100%; height:100%;

    top:0; left:0;

    background:rgba(0,0,0,0.6);

    opacity:0;

    transition: all 1s;

    -webkit-transition: all 1s;

}

.rmi:hover:after,.menubutton:hover:after {

    opacity:.5;

}

.wwm1{

	background-color: #bae3f5;

	color: #404040;

}

.wwm2{

	background-color: #cc2856;

	color: #bae3f5;

}

.wwm3{

	background-color: #d67d38;

	color: #404040;

}

.wwm4{

	background-color: #3bbdb6;

	color: #404040;

}

.fmm1{

	background-color: #d3525f;

	color: #f0f0f0;

}

.fmm2{

	background-color: #76bba1;

	color: #404040;

}

.fmm3{

	background-color: #8d7770;

	color: #f0f0f0;

}

.fmm4{

	background-color: #f9dd38;

	color: #224150;

}

.acm1{

	background-color: #c6c6c0;

	color: #404040;

}

.acm2{

	background-color: #dabd4a;

	color: #404040;

}

.acm3{

	background-color: #8d532d;

	color: #f0f0f0;

}

.acm4{

	background-color: #548a96;

	color: #f0f0f0;

}

.pvm1{

	background-color: #7793a9;

	color: #1c2f5b;

}

.pvm2{

	background-color: #1c2f5b;

	color: #f0f0f0;

}

.pvm3{

	background-color: #6acff6;

	color: #1c2f5b;

}

.pvm4{

	background-color: #fefeff;

	color: #1c2f5b;

}

.oem1{

	background-color: #036e3d;

	color: #f0f0f0;

}

.oem2{

	background-color: #c3c7d8;

	color: #f0f0f0;

}

.oem3{

	background-color: #007fbd;

	color: #3c4048;

}

.oem4{

	background-color: #005698;

	color: #f0f0f0;

}

.gjm1{

	background-color: #f2b9a0;

	color: #404040;

}

.gjm2{

	background-color: #5a5050;

	color: #f0f0f0;

}

.gjm3{

	background-color: #5b8773;

	color: #f2b9a0;

}

.gjm4{

	background-color: #dddad3;

	color: #224150;

}



/*--------------------------------------------------------------

5.1 Links

--------------------------------------------------------------*/

a {

	color: #d17e07;

	text-decoration: none;

}

a:hover,

a:focus,

a:active {

	color: #c6a981;

}

.nodec{

	text-decoration: none;

	color: #515151;

}

.nodec:hover,.nodec:focus,.nodec:active{

	color: #515151;

}



/*--------------------------------------------------------------

5.2 Menus

--------------------------------------------------------------*/

.main-navigation {

	clear: both;

	display: block;

	float: right;

}

.main-navigation ul {

	list-style: none;

	margin: 0;

	padding-left: 0;

}

.main-navigation li {

	float: left;

	position: relative;

}

.main-navigation a {

	display: block;

	text-decoration: none;

}

.main-navigation ul ul {

	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);

	float: left;

	position: absolute;

	top: 1.5em;

	left: -999em;

	z-index: 99999;

}

.main-navigation ul ul ul {

	left: -999em;

	top: 0;

}

.main-navigation ul ul a {

	width: 200px;

}

.main-navigation ul ul li {

}

.main-navigation li:hover > a {

}

.main-navigation ul ul :hover > a {

}

.main-navigation ul ul a:hover {

}

.main-navigation ul li:hover > ul {

	left: auto;

}

.main-navigation ul ul li:hover > ul {

	left: 100%;

}

.main-navigation .current_page_item a,

.main-navigation .current-menu-item a {

}

/* Small menu */

#mobile-header {

	display: none;

}

#mobilenavigation{

	display: none;

}

.site-main .comment-navigation,

.site-main .paging-navigation,{

	margin: 0 0 1.5em;

	overflow: hidden;

}

.comment-navigation .nav-previous,

.paging-navigation .nav-previous,

.post-navigation .nav-previous {

	float: left;

	width: 50%;

}

.comment-navigation .nav-next,

.paging-navigation .nav-next,

.post-navigation .nav-next {

	float: right;

	text-align: right;

	width: 50%;

}



/*--------------------------------------------------------------

6.0 Accessibility

--------------------------------------------------------------*/

/* Text meant only for screen readers */

.screen-reader-text {

	clip: rect(1px, 1px, 1px, 1px);

	position: absolute !important;

	height: 1px;

	width: 1px;

	overflow: hidden;

}



.screen-reader-text:hover,

.screen-reader-text:active,

.screen-reader-text:focus {

	background-color: #f1f1f1;

	border-radius: 3px;

	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);

	clip: auto !important;

	color: #21759b;

	display: block;

	font-size: 14px;

	font-weight: bold;

	height: auto;

	left: 5px;

	line-height: normal;

	padding: 15px 23px 14px;

	text-decoration: none;

	top: 5px;

	width: auto;

	z-index: 100000; /* Above WP toolbar */

}



/*--------------------------------------------------------------

7.0 Alignments

--------------------------------------------------------------*/

.alignleft {

	display: inline;

	float: left;

	margin-right: 1.5em;

}

.alignright {

	display: inline;

	float: right;

	margin-left: 1.5em;

}

.aligncenter {

	clear: both;

	display: block;

	margin: 0 auto;

}



/*--------------------------------------------------------------

8.0 Clearings

--------------------------------------------------------------*/

.clear:before,

.clear:after,

.entry-content:before,

.entry-content:after,

.comment-content:before,

.comment-content:after,

.site-header:before,

.site-header:after,

.site-content:before,

.site-content:after,

.site-footer:before,

.site-footer:after {

	content: '';

	display: table;

}



.clear:after,

.entry-content:after,

.comment-content:after,

.site-header:after,

.site-content:after,

.site-footer:after {

	clear: both;

}



/*--------------------------------------------------------------

9.0 Widgets

--------------------------------------------------------------*/

.widget {

	margin: 0 0 3.5em;

	

}



/* Make sure select elements fit in widgets */

.widget select {

	max-width: 100%;

}



/* Search widget */

.widget_search .search-submit {

	

}



.widget  input[type="search"] {

	border-radius: 0px;

	height: 30px;



}



.widget input[type="submit"] {

border: 2px solid #e59a17;

color: #e59a17;

padding: 10px 20px;

font-size: 14px;

border-radius: 0px;

background: white;

text-transform: uppercase;

}



.widget input[type="submit"]:hover {

background: #e59a17;

color: #404040;

text-shadow: none;

box-shadow: none;

}



.widget  form  {

	padding: 10px;

}



.widget ul {

	padding: 10px;

}

.widget p {

	padding: 10px;

}



.widget .side-reammore {

	font-style: italic;

}



#mailchimp { color: #3D6392; padding: 20px 15px; } 

#mailchimp input { border: 1px solid #ccc; color: gray;  margin-bottom: 10px; padding: 8px 10px; width: 300px; font-size: 13px;  } 

#mailchimp input.email { background: #fff } 

#mailchimp input.name { background: #fff} 

#mailchimp input[type="submit"] { border: 2px solid #e59a17;

color: #e59a17;

padding: 10px 20px;

font-size: 14px;

border-radius: 0px;

background: white; text-transform: uppercase; } 

#mailchimp input[type="submit"]:hover { background: #e59a17;

color: #404040; }


/*CAMPAIGN MONITOR*/

#campaign-monitor-side input[type="submit"], 
#campaign-monitor-side button { 
	border: 2px solid #e59a17;
	color: #e59a17;
	padding: 10px 20px;
	font-size: 14px;
	border-radius: 0px;
	background: white; text-transform: uppercase; 
	width:100%;
	margin:5px 0;
} 

#campaign-monitor-side input[type="text"],
#campaign-monitor-side input[type="email"] {
	border: 1px solid #ccc; 
	color: gray; 
	border-radius:0; 
	margin-bottom: 10px; 
	padding: 8px 10px; 
	width: 100%; 
	font-size: 13px;
}

#campaign-monitor-side p {
	font-size:15px;
	padding:5% 0 0;
}

#campaign-monitor-home input[type="checkbox"] {
	width:auto;
	height:auto;
	margin-right:1%;
}

#campaign-monitor-home .privacy-policy {
	padding:2% 0;
}

#campaign-monitor-home input[type="submit"],
#campaign-monitor-home button {
	border: 0;
	color: #FFFFFF;
	padding: 17px 32px;
	font-size: 14px;
	border-radius: 0px;
	text-transform: uppercase;
	background: #d17e07;
	margin: 5px 0;
	box-shadow: none;
	text-shadow: none;
}

#campaign-monitor-home input[type="submit"]:hover,
#campaign-monitor-home button:hover {
	background:#e18f19;
}

/*--------------------------------------------------------------

10.0 Content

--------------------------------------------------------------*/

.content-width{

	max-width: 1300px;

	margin: 0 auto;

}

.spagebox{

	max-width: 400px;

	margin: 40px auto;

	margin-bottom: 80px;

}





.red{

	background-color: red;

}

.blue{

	background-color: #6181ff;

}

.bootlightblue{

	background-color: #224150;

}

.bootdarkblue{

	background-color: #2e4d5c;

}

.banner{

	background-color: #e59a17;

	color: #fff;

	text-align: center;

	padding: 20px;

	border-bottom: 7px solid #d17e07;

}

.banner.event{

	min-height: 260px;

}

.banner-content {

	max-width: 900px;

	margin: 0 auto;

}

.site-main{

	background-color: #fff;

}

.blog.site-main{

	padding-top: 50px;

}

/*--------------------------------------------------------------

10.1 Posts and pages

--------------------------------------------------------------*/

.sticky {

}

.hentry {

	margin: 0 0 1.5em;

}

.byline,

.updated {

	display: none;

}

.single .byline,

.group-blog .byline {

	display: inline;

}

.page-content,

.entry-content,

.entry-summary {

	margin: 1.5em 0 0;

}

.page-links {

	clear: both;

	margin: 0 0 1.5em;

}



.page-template-boot-members-template-php h2 {

	margin-bottom: 15px;

}



.page-template-boot-members-template-php ul li {

	font-size: 17px;

	line-height: 34px;

}







/*--------------------------------------------------------------

10.2 Asides

--------------------------------------------------------------*/

.blog .format-aside .entry-title,

.archive .format-aside .entry-title {

	display: none;

}



/*--------------------------------------------------------------

10.3 Comments

--------------------------------------------------------------*/

.comment-content a {

	word-wrap: break-word;

}

.bypostauthor {

}



/*--------------------------------------------------------------

10.4 Footer

--------------------------------------------------------------*/

.site-footer{

	color: #fff;

	margin-top: 20px;

}

.homesocial{

	min-height: 280px;

	background-image: url('../BOOT/images/share.jpg');

	text-align: center;

	color: #fff;

}

.homesocial h2{

	padding-top: 60px;

}

.circleheart{

	height: 90px;

	width: 90px;

	border-radius: 50%;

	background-color: #fff;

	display: inline-block;

	color: #2e4d5c;

	font-size: 60px;

	margin: 20px;

	position: relative;

	vertical-align: top;

}



.circleheart:hover {

    position: relative;

    width: 90px;

    height: 90px;

    color: #fff;

    background-color: transparent;

}

.circleheart i{

	z-index: 99999;

}

.circleheart:hover:before,

.circleheart:hover:after {

    position: absolute;

    content: "";

    left: 50px;

    top: 0;

    width: 50px;

    height: 80px;

    background-color: red;

    -moz-border-radius: 50px 50px 0 0;

    border-radius: 50px 50px 0 0;

    -webkit-transform: rotate(-45deg);

       -moz-transform: rotate(-45deg);

        -ms-transform: rotate(-45deg);

         -o-transform: rotate(-45deg);

            transform: rotate(-45deg);

    -webkit-transform-origin: 0 100%;

       -moz-transform-origin: 0 100%;

        -ms-transform-origin: 0 100%;

         -o-transform-origin: 0 100%;

            transform-origin: 0 100%;

}

.circleheart:hover:after {

    left: 0;

    -webkit-transform: rotate(45deg);

       -moz-transform: rotate(45deg);

        -ms-transform: rotate(45deg);

         -o-transform: rotate(45deg);

            transform: rotate(45deg);

    -webkit-transform-origin: 100% 100%;

       -moz-transform-origin: 100% 100%;

        -ms-transform-origin: 100% 100%;

         -o-transform-origin: 100% 100%;

            transform-origin :100% 100%;

}

.site-links{

	padding-bottom: 30px;

	padding-top: 50px;

}

.site-links h3 {

	margin-bottom: 15px;

}

.site-links ul li {

	line-height: 30px;

	font-weight: 300;

}



.site-info {

	padding-top: 10px;

	padding-bottom: 10px;

}

.site-info p{

	color: #fff;

	margin: 0px;

	font-size: 12px;

}

.site-info a, .site-info a:visited{

	color: #fff;

	text-decoration: none;

}

.footercontact{

	color: black;

	background-color: #f3efe9;

	padding-top: 25px;

	padding-bottom: 35px;

}

.icons-contact-footer {

	float: left;

	clear: both;

	margin-bottom: 15px;

	margin-right: 10px;

}

.footer-p-contact {

	padding-bottom: 22px;

	padding-top: 5px;

}

.footercontact h3 {

	padding-bottom: 15px;

}

.footercontact p {

	margin-bottom: .2em;

}

.footer-contact {

	font-family: 'Gentium Book Basic', serif;

	font-size: 26px;

	text-align: center;

	padding-bottom: 20px;

}

.content-width-contact {

	max-width: 1000px;

	margin-left: auto;

	margin-right: auto;

}

.third{

	width:300px;

	display: inline-block;

	vertical-align: top;

	overflow: hidden;

}

.fourth{

	width:300px;

	display: inline-block;

	vertical-align: top;

	margin-left: 10px;

}

.fourth a,.fourth a:visited{

	color:#fff;

}



.fourth a:hover{

	color:#d17e07

}

/*--------------------------------------------------------------

10.5 FAQ Page

--------------------------------------------------------------*/

.accordion.ui-accordion{

	max-width: 950px;

	margin-bottom: 50px;

	margin-top: 50px;

	margin-left: 50px;

	border-bottom: 1px solid #ccc;

	background-color: #f3efe9;

}

.accordion .ui-accordion-header{

	border: 1px solid #ccc;

	border-bottom: none;

	margin: 0px;

}

.accordion .ui-accordion-content{

	border: 1px solid #ccc;

	border-top: none;

	border-bottom: none;

}



.ui-accordion-content p {

	line-height: 24px;

}



.ui-accordion h3.ui-accordion-header {

	font-size: 20px;

	padding-left: 1.8em;

}



.plus{

	float: right;

}

.postcontent h2{

	text-align: left;

}

.faqs .accordion.ui-accordion{

	margin-left: 0px;

}

/*--------------------------------------------------------------

10.6 Events Page

--------------------------------------------------------------*/

.eventbox{

	display: block;

	margin: 20px auto;

}

.eventbox p{

	margin: 0px;

}

.eventimg {

height: auto;

max-width: 403px;

display: inline-block;

margin-right: 20px;

margin-bottom: 20px;

vertical-align: top;

}



.eventinfo{

	display: inline-block;

	width: 300px;

	height: 200px;

	background-color: #f1f1f1;

	vertical-align: top;

}



.event-date-top {

	font-family: 'Gentium Book Basic', serif;

	font-size: 24px;

	font-style: italic;

}

.datelist{

	margin: 0px;

}

.sponsorlogo{

	height: 150px;

}

.commodities{

	margin-top: 50px;

	margin-bottom: 50px;

	padding-top: 20px;

	padding-bottom: 20px;

	border-bottom: 1px solid #ccc;

	border-top: 1px solid #ccc;

}

.commodities h3{

	text-align: center;

}

.peachparty,.pistachioparty{

	display: inline-block;

	max-width: 570px;

	vertical-align: top;

}

.peachparty{

	margin-right: 85px;

}

.peachparty img,.pistachioparty img{

	max-width: 100%;

	height: auto;

	display: inline-block;

}

.peachparty h4, .pistachioparty h4 {

	font-size: 22px;

	display: inline-block;

	vertical-align: top;

	margin-right: 45px;

}

/*-----All Events Page-----*/

.eventdetail{

	background-color: #f4efe9;

	padding: 15px;

	min-height: 357px;

	position: relative;

	max-width: 400px;

	bottom: 7px;

}

.eventdetail h2{

	font-size: 28px;

}

.eventdetail p{

	text-align: center;

	font-family: 'Gentium Book Basic', serif;

}

.eventdetail a{

	padding: 10px;

}

.fibar{

	height: 3px;

	width: 160px;

	margin: 0 auto;

	background-color: #d57b09;

	margin-bottom: 30px;

}

.orange{

	color: #d57b09;

}/*--------------------------------------------------------------

10.7 Destinations Page

--------------------------------------------------------------*/

.destimages{

	width: 100%;

	height: auto;

	margin: 0 auto;

}

.destimages img{

	width: 25%;

	height: auto;

	float: left;

}

.destination{

	border: 1px solid #ccc;

	float: left;

	margin: 5px;

	width: 300px;

	background: #fdfbf8;

}

.destination .icons-contact {

	padding-right: 15px;

	float: left;

	margin-top: 7px;

	padding-left: 5px;

}

.destinfo{

	margin: 0 auto;

	width: 280px;

	height: 230px;

	position: relative;

}



.destinfo .dest-title {

	font-family: 'Gentium Book Basic', serif;

	font-size: 20px;

	height: 55px;

}

.dests{

	max-width: 1300px;

	margin: 0 auto;

	padding-bottom: 60px;

	margin-top: 50px;

}

.destinfo p{

	margin: 10px;

}

.line{

	height: 1px;

	width: 100%;

	background-color: #ccc;

	display: block;

	margin: 0px;

}

.moredetails{

	width: 100%;

	text-decoration: none;

}

.moredetails p{

	color: #c6a981;

	text-align: center;

	border: 2px solid #c6a981;

	position: absolute;

	bottom: 0px;

	width: 260px;

	text-transform: uppercase;

	padding-top: 5px;

	padding-bottom: 5px;

}



.moredetails p:hover {

	background: #c6a981;

	color: #404040;

}



.relatedDestinations {

	margin-top: 30px;

	border-top: 1px dotted #d17e07;

	padding-top: 30px;

}



.relatedDestinations h3 {

	margin-bottom: 15px;

}



.extraImages {

	margin-top: 50px;

}

/*--------------------------------------------------------------

10.8 Single Event

--------------------------------------------------------------*/

.eventsubmenu{

	background-color: #2e4d5c;

}

.spread {

    text-align: justify;

    -ms-text-justify: distribute-all-lines;

    text-justify: distribute-all-lines;

    max-width: 900px;

}



.eb {

    width: 180px;

    height: 110px;

    vertical-align: top;

    display: inline-block;

    text-align: center;

    margin-top: 30px;

    opacity: .5;

}

.eb:hover{

	opacity: 1;

}

.stretch {

    width: 100%;

    display: inline-block;

    font-size: 0;

    line-height: 0

}

.fmstretch{

	width: 700px;

}

@media only screen and (max-width: 1000px){

	.fmstretch{

		width: 100%;

	}

}

.eb p{

	margin: 0px;

	color: #f3efe9;

	font-family: 'Gentium Book Basic', serif;

	font-size: 17px;

}

.aboutevent{

	background-color: #f3efe9;

	border-top: 1px solid #ccc;

	border-bottom: 1px solid #ccc;

	max-width: 600px;

	margin-right: 10px;

	padding-left: 20px;

	padding-right: 20px;

	padding-top: 20px;

}

.purchaseevent{

	color: #c6a981;

	text-align: center;

	border: 1px solid #c6a981;

	max-width: 635px;

	padding-top: 20px;

}

.purchaseevent span{

	color: #404040;

}

.purchaseevent .moredetails p{

	position: relative;

	margin: 15px auto;

}

.purchaseevent table{

	width: auto;

	margin: 10px auto;

}

.actionevent{

	max-width: 635px;

	width: 100%;

}

.aboutevent,.actionevent,.sponsorvendor,.faqinvite,.updatepost {

	display: inline-block;

	vertical-align: top;

}

.eventfaq .accordion.ui-accordion{

	max-width: 640px;

	margin: 0;

}

.eventfaq .ui-accordion .ui-accordion-icons, .eventfaq .ui-accordion .ui-accordion-content{

	padding: 1em;

}

.eventfaq .ui-accordion .ui-accordion-content p{

	margin-bottom: 0px;

}

.updatepost{

	max-width: 400px;

	min-height: 290px;

	margin-right: 10px;

	background-color: #fff;

	padding: 20px;

	background: #f3efe9;

}

.updatepost .moredetails p{

	left:70px;

}

.updatepost p{

	margin-top: 10px;

	margin-bottom: 25px;

}

.updatepost a{

	text-decoration: none;

	color: #000;

}

.centercontent{

	max-width: 1300px;

	margin: 0 auto;

	margin-top: 50px;

}



.signupevent {

	margin-top: 20px;

}

.signupevent form{

	margin-top: 20px;

	max-width: 600px;

}





.signupevent input {

	float: none;

	max-width: 300px;

	border: none;

	background: #fdfbf8;

	padding-top: 10px;

	border: 1px solid #ccc;

	padding-bottom: 10px;

	padding-left: 10px;

	margin-bottom: 10px;

	display: inline-block;

}

.signupevent input.wide {

	width: 300px;

}

.signupevent input[type="submit"] {

	float: right;

	padding: 10px;

	margin-top: 15px;

	background: #c6a981;

	text-shadow: none;

	box-shadow: none;

}

.emailtext{

	float: right;

}

.emailtext .mc-field-group{

	display: block;

	max-width: 300px;

	float: none;

}

.signupevent .input-group{

	max-width: 300px;

}

.signupevent ul{

	list-style: none;

}

.signupevent h3 {

	text-align: center;

	margin-bottom: 20px;

}



.eventsponsors {

	margin-top: 40px;

	margin-bottom: 40px;

	text-align: center;

}



.sponsorvendor {

	max-width: 590px;

	margin-right: 10px;

}

.eventfaq h3 {

	margin-bottom: 25px;

}

.eventinvite {

	margin-top: 20px;

	text-align: center;

}



.eventupdates {

	margin-top: 40px;

	padding-bottom: 40px;

}



.eventupdates h3 {

	margin-bottom: 20px;

}

.eventgallery{

	width: 100%;

}

.eventgallery img{

	float: left;

	width: 20%;

	height: auto;

}

/*--------------------------------------------------------------

10.9 Single Destination

--------------------------------------------------------------*/

.destinationTitle{

	display: block;

	font-size: 30px;

	margin-bottom: 20px;

	margin-top: 20px;

}

.last-next{

	display: block;

	margin-top: 20px;

	border-bottom: 1px dotted #d17e07;

}

.aboutDestination{

	display: inline-block;

	max-width: 550px;

	float: right;

}

.contactDestination{

	display: inline-block;

	width: 400px;

	vertical-align: top;

}

.contactDestination h3 {

	margin-bottom: 15px;

}

.destinationFB{

	display: inline-block;

	width: 400px;

	margin-right: 45px;

	margin-left: 45px;

}

.destinationMap{

	display: inline-block;

	width: 400px;

}

.extraImage{

	width: 325px;

	height: 325px;

	padding: 15px;

}



.destTop {

	padding-bottom: 70px;

}

.destTop img{

	vertical-align: top;

	max-width: 100%;

	height: auto;

}

.abouttitle{

	margin-bottom: 10px;

}

.contact-dest {

	font-family: 'Gentium Book Basic', serif;

	font-size: 20px;

}

/*--------------------------------------------------------------

10.10 Category Page

--------------------------------------------------------------*/

.catcontent{

	margin-top: 25px;

}

.blogposts{

	max-width: 875px;

	display: inline-block;

}

.catsidebar{

	max-width: 350px;

	display: inline-block;

	vertical-align: top;

	margin-left: 70px;

	margin-top: 60px;

}

.articlesfrom{

	max-width:330px;

	margin: 0 auto; 

	margin-top: 50px;

}

.articlesfrom p{

	font-size: 24px;

	font-style: italic;

	margin: 0;

	text-align: center;

}

.articlesfrom h2{

	font-size: 46px;

	border-bottom: 3px solid #e59a17;

	text-align: center;

}

.update{

	border-bottom: 1px solid #ccc;

	padding-bottom: 70px;

	padding-top: 70px;

}

.update img{

	display: inline-block;

	width: 270px;

	/*height: 215px;*/

	margin-right: 15px;

}

.update h2{

	font-size: 26px;

	color: #d17e07;

	margin: 0px;

	text-align: left;

}

.updatebody{

	max-width: 570px;

	display: inline-block;

	vertical-align: top;

}

.catshare{

	border-bottom: 1px solid #ccc;

	border-top: 1px solid #ccc; 

	margin: 10px auto;

	padding-bottom: 5px;

	padding-top: 5px;

}

.catshare i{

	color: #d17e07;

	top: 3px;

	position: relative;

	font-size: 24px;

}

.catshare p{

	margin: 0px;

	display: inline-block;

	margin-left: 5px;

	font-size: 12px;

}

.single .catshare {

	padding-bottom: 13px;

	padding-top: 10px;	

}

.updateread{

	border: 2px solid #e59a17;

	color: #e59a17;

	padding: 10px 20px;

	font-size: 14px;

}

a.updateread:hover {

	background: #e59a17;

color: #404040;

}

.fb_iframe_widget{

	bottom: 2px;

	margin: 2px auto;

}

.catnav{

	margin-top: 15px;

}



.sidebar-social {

border-radius: 50%;

background-color: #f3efe9;

display: inline-block;

color: #2e4d5c;

font-size: 40px;

margin: 3px;

position: relative;

vertical-align: top;

height: 60px;

width: 60px;

}



.sidebar-social:hover {

	background: #f3efe9;

	color: #e59a17;

}

/*--------------------------------------------------------------

10.11 Single Post

--------------------------------------------------------------*/

.postcontent{

	max-width:875px;

	display: inline-block;

	margin-top: 75px;

	width: 100%;

}

.postsidebar{

	max-width: 350px;

	display: inline-block;

	vertical-align: top;

	margin-left: 70px;

	margin-top: 75px;

	width: 100%;

}



h3.widget-title {

	font-size: 26px;

	margin-bottom: 10px;

	border-top: 4px double #ccc;

	border-bottom: 4px double #ccc;

	padding: 15px;

}



.post-navigation {

	margin: 2.5em 0 1.5em;

overflow: hidden;

width: 100%;

border-top: 1px solid #ccc;

padding-top: 20px;

}



.single .catshare p {

	width: 95%;

}



.single .updatepost .moredetails p {

	left: 30px;

	width: 200px;

}



.otherposts {

	width: 100%;

margin-top: 30px;

margin-bottom: 50px;

}



.otherposts  h3 {

	margin-bottom: 10px;

}



.otherposts h4 {

font-size: 22px;

line-height: 28px;

}



.otherposts .updatepost {

	width: 263px;

	margin-right: 0px;

	margin-left: 20px;

}



.featured-image-post {

	float: left;

	padding-right: 20px;

	padding-top: 7px;

}



/*--------------------------------------------------------------

10.12 Home Page

--------------------------------------------------------------*/

.home .eventsubmenu h2{

	color: #fff;

	padding-top: 15px;

	opacity: .8;

}

.homeevents{

	background-color: #2e4d5c;

	color: #fff;

	text-align: center;

	padding-top: 40px;

	padding-bottom: 40px;

}

.homeevents h2{

	margin-bottom: 40px;

}

.homeevent{

	display: table;

	width: 240px;

	height: 175px;

	background-color: #fff; 

	vertical-align: top;

	margin-left: 10px;

	margin-right: 10px;

	float: left;

	margin-bottom: 10px;

}

.homeeventfirst{

	margin-left: 0px;

}

.homeeventlast{

	margin-right: 0px;

}

.homeevent p{

	margin: 0px;

	color: #404040;

	font-size: 36px;

	font-family: 'Gentium Book Basic', serif;

	line-height: 1;

	display: table-cell;

	vertical-align: middle;

}

.homeevent.ww{

	background-image: url('../BOOT/images/homeevents/wine-walk-otc.jpg');

	background-size: contain;

}

.homeevent.ac{

	background-image: url('../BOOT/images/homeevents/antiques-collectibles-fiar-otc.jpg');

	background-size: contain;

}

.homeevent.gj{

	background-image: url('../BOOT/images/homeevents/glorious-junk-days-otc.jpg');

	background-size: contain;

}

.homeevent.fm{

	background-image: url('../BOOT/images/homeevents/farmers-market-otc.jpg');

	background-size: contain;

}

.homeevent.oe{

	background-image: url('../BOOT/images/homeevents/one-enchanted-evening.jpg');

	background-size: contain;

}

.homelatest{

	text-align: center;

}

.homelatest h2,.homedest h2{

	margin: 50px auto;

	max-width: 330px;

	border-bottom: 3px solid #d17e07;

	font-size: 46px;

}

.homepost{

	max-width: 630px;

	vertical-align: middle;

	display: inline-block;

	margin-bottom: 30px;

	

}

.homepost img,.homepostinfo,.homepostcats{

	display: inline-block;

	vertical-align: middle;

}

.homepostinfo{

	max-width: 340px;

}

.homepostinfo{

	font-size: 32px;

}

.homepostinfo p{

	font-family: 'Gentium Book Basic', serif;

	margin: 0px;

	line-height: 1.1;

}

.homepostcats{

	font-size: 15px;



}

p.homepostdate{

	font-size: 18px;

	font-style: italic;

	margin: 15px auto 0px auto;

	border-top: 3px solid #d17e07;

	width: 165px;

	padding-top: 5px;

}

.homepost img{

	width: 220px;

	height: 220px;

}

.homedestinations{

	margin-top: 10px;

}

.homedestination{

	width: 315px;

	display: inline-block;

	float: left;

}

.homedestination img{

	float: left;

}

.desttitle{

	text-align: center;

	color: #fff;

	background-color: #d17e07;

	font-family: 'Gentium Book Basic', serif;

	font-size: 24px;

}

.desttitle p{

	padding: 10px;

	margin: 0px;

	clear: both;

	font-family: 'Gentium Book Basic', serif;

}

.homeemail{

	background-color: #f3efe9;

	margin-top: 8px;

	padding-top: 20px;

	padding-bottom: 20px;



}

.homeemail h2{

	font-style: italic;

	max-width: 400px;

	display: inline-block;

	vertical-align: top;

	margin-right: 50px;

}

.homequestion {

	padding-top: 50px;

	background-image: url('images/where-is-old-town-clovis.jpg');

	background-position-x: -3250px;

}

.homequestion h2{

	text-align: center;

	border-bottom: 3px solid #d17e07;

	max-width: 330px;

	margin: 0 auto;

	margin-bottom: 50px;

}

.homeask{

	max-width: 630px;

	padding-right: 70px;

	margin-left: 10px;

}

.homeask .q{

	font-size: 24px;

}

.homeask .a{

	font-size: 18px;

}

.homeask .letter{

	font-size: 24px;

	font-style: normal;

}

.homeask .faq{

	max-width: 400px;

	height: 50px;

	font-size: 24px;

	text-align: center;

	background-color: #d17e07;

	margin: 40px auto;

	padding-top: 8px;

	color: #fff;

}



.homeask .faq:hover {

	background: #e59a17;

	cursor: pointer;

}

.homeask .faq p{

	font-family: 'Gentium Book Basic', serif;

	color: white;

}



.signup {

max-width: 840px;

display: inline-block;

margin-top: 10px;

}



.signup form{

	display: inline-block;

}

.signup input {

    border: medium none;

    box-shadow: none;

    height: 50px;

    margin-right: 20px;

    padding-left: 10px;

    width: 260px;

}

.signup p {

    display: inline-block;

    font-family: myriad-pro;

    font-size: 16px;

    font-weight: 400;

    padding: 13px;

    width: 160px;

    border-radius: 0px;

}



#mc-embedded-subscribe {

    border: 2px solid #d17e07;

color: white;

text-shadow: none;

padding: 10px 20px;

font-size: 14px;

border-radius: 0px;

background: #d17e07; text-transform: uppercase;

float: right;

margin-top: 10px;

}



.mc-field-group {

    float: left;

}



#mc_embed_signup input[type="submit"]:hover { background: #e59a17;

color: #404040;  cursor: pointer; box-shadow: none; text-shadow: none; }



@media only screen and (max-width: 1280px){

	.homeeventfirst {

		margin-left: 10px;

	}

	.homeevents .content-width{

		max-width: 800px;

	}

}

@media only screen and (max-width: 781px){

	.homeevents .content-width{

		max-width: 520px;

	}

}

@media only screen and (max-width: 520px){

	.homeevents .content-width{

		max-width: 250px;

	}

	.homedestinations{

	margin-left: 0px;

}

}

/*--------------------------------------------------------------

10.13 Calendar

--------------------------------------------------------------*/

.singleevent h3,h2,.calendarlist h3,h2{

	text-align: center;

}

.calendarlist{

	padding-top: 40px;

}

.singleevent h3{

	font-size: 24px;

}

.singleevent h2{

	font-size: 46px;

}

.obar{

	max-width:300px;

	height: 5px;

	background-color: #d17e07;

	margin: 0 auto;

	margin-bottom: 20px;

}

.calendarevent{

	width: 100%;

	background-color: #f3efe9;

	margin-bottom: 30px;

}



.calendarevent p {

	color: #404040;

}



.calendarevent:hover {

	background-color: #e59a17;

}



.calendarevent:hover a {

	color: #f3efe9;

}

.calendarevent img{

	height: 100px;

	width: 100px;

	border-radius: 50%;

	position: relative;

	top: 20px;

	left: 20px;

}

.calendarevent p{

	margin-bottom: 0px;

}



.monthday,.date,.eventdetails,.more{

	display: inline-block;

}

.date{

	font-size:106px;

	margin-left: 50px;

}

.monthday{

	text-transform: uppercase;

	font-size: 24px;

	margin-left: 20px;

	min-width: 200px;

}

.eventlabel{

	font-size: 28px;

	font-weight: bold;

}

.eventtime{

	font-size: 24px;

}

.calendarevent .more{

	float: right;

	right: 20px;

	position: relative;

	top: 65px;

}

.calendarevent a.more{

	font-style: italic;

	font-size: 18px;

	font-family: 'Gentium Book Basic', serif;

}

.singleevent{

	margin-top: 30px;

	margin-bottom: 30px;

	border-bottom: 1px dotted #d17e07;

	padding-bottom: 50px;

}

.singledetails{

	background-color: #f3efe9;

	margin-top: 30px;

}

.singledetails .monthday p,.singledetails .date{

	margin-bottom: 0px;

}

.singleinfo{

	display: inline-block;

	vertical-align: top;

	margin: 40px 10px;

	max-width: 800px;

}

@media only screen and (max-width: 1228px){

	.singleinfo{

		max-width: 500px;

	}

}

.singledatephoto{

	max-width: 400px;

	display: inline-block;

}

.singledatephoto img{

	margin-left: 50px;

	margin-bottom: 20px;

}

.othercalendarevent{

	width: 235px;

	min-height: 235px;

	background-color: #f3efe9;

	padding: 10px;

	display: inline-block;

	margin: 30px 10px;

	position: relative;

	vertical-align: top;

}

.othercalendarevent img{

	height: 60px;

	width: 60px;

	border-radius: 50%;

}

.othercalendarevent p{

	margin-bottom: 0px;

}

.othercalendarevent .date{

	font-size: 60px;

	margin-left: 0px;

	position: relative;

	bottom: 10px;

}

.othercalendarevent .monthday{

	margin-left: 0px;

	font-size: 14px;

	min-width: 10px;

	position: relative;

	bottom: 10px;

}

.othercalendarevent .eventlabel ,.othercalendarevent .eventtime {

	font-size: 16px;

}

.othercalendarevent .more{

	position: absolute;

	bottom: 10px;

	right:10px;

}

/*--------------------------------------------------------------

10.14 Full-width

--------------------------------------------------------------*/

.content-width.full{

	padding-top: 20px;

}

.content-width.full h2{

	margin-top: 10px;

	margin-bottom: 30px;

	text-align: left;

}

.error-404{

	padding-top: 30px;

}

.error-404 h2{

	text-align: left;

}

#twocolumn{

	max-width: 1300px;

    height: auto;

	margin: 10px auto;

    text-align: left;

    -ms-text-justify: distribute-all-lines;

    text-justify: distribute-all-lines;

}

#twocolumn p{

	margin: 0px;

}

.boxleft, .boxright {

    max-width: 600px;

    height: auto;

    vertical-align: top;

    display: inline-block;

}

.boxleft{

	margin-right: 30px;

}

.hotel{

	margin-bottom: 20px;

}

/*--------------------------------------------------------------

11.0 Infinite scroll

--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */

	display: none;

}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

.infinity-end.neverending .site-footer {

	display: block;

}



/*--------------------------------------------------------------

12.0 Media

--------------------------------------------------------------*/

.page-content img.wp-smiley,

.entry-content img.wp-smiley,

.comment-content img.wp-smiley {

	border: none;

	margin-bottom: 0;

	margin-top: 0;

	padding: 0;

}

/* Make sure embeds and iframes fit their containers */

embed,

iframe,

object {

	max-width: 100%;

}



/*--------------------------------------------------------------

12.1 Captions

--------------------------------------------------------------*/

.wp-caption {

	margin-bottom: 1.5em;

	max-width: 100%;

}

.wp-caption img[class*="wp-image-"] {

	display: block;

	margin: 0 auto;

}

.wp-caption-text {

	text-align: center;

}

.wp-caption .wp-caption-text {

	margin: 0.8075em 0;

}



/*--------------------------------------------------------------

12.2 Galleries

--------------------------------------------------------------*/

.gallery {

	margin-bottom: 1.5em;

	max-width:1300px;

	margin: 0px auto;

	position: relative;

}

.gallery-item {

	display: inline-block;

	text-align: center;

	vertical-align: top;

	width: 100%;

}

.gallery-columns-2 .gallery-item {

	max-width: 50%;

}

.gallery-columns-3 .gallery-item {

	max-width: 33.33%;

}

.gallery-columns-4 .gallery-item {

	max-width: 25%;

}

.gallery-columns-5 .gallery-item {

	max-width: 20%;

}

.gallery-columns-6 .gallery-item {

	max-width: 16.66%;

}

.gallery-columns-7 .gallery-item {

	max-width: 14.28%;

}

.gallery-columns-8 .gallery-item {

	max-width: 12.5%;

}

.gallery-columns-9 .gallery-item {

	max-width: 11.11%;

}

.page-template-photos-template-php .gallery .sorting{

	margin-top: 25px;

	margin-bottom: 35px;

}

.gallery .photos .thumbnail_container{

	position: relative;

}

.gallery .photos .thumbnail_container a.thumbnail{

	position: absolute;

}

.gallery .photos .thumbnail_container a.thumbnail img{

	width:200px;

	height: 200px;

}

a.sortLink {

padding-right: 20px;

padding-left: 20px;

margin-right: 10px;

}



.page-template-photos-template-php .gallery .photos {

	margin-top: 40px;

}



/*--------------------------------------------------------------

12.3 Responsive Slider

--------------------------------------------------------------*/



/*! http://responsiveslides.com v1.54 by @viljamis */



.rslides {

  position: relative;

  list-style: none;

  overflow: hidden;

  width: 100%;

  padding: 0;

  margin: 0;

  }



.rslides li {

  -webkit-backface-visibility: hidden;

  position: absolute;

  display: none;

  width: 100%;

  left: 0;

  top: 0;

  }



.rslides li:first-child {

  position: relative;

  display: block;

  float: left;

  }



.rslides img {

  display: block;

  height: auto;

  float: left;

  width: 100%;

  border: 0;

  }

/*--------------------------------------------------------------

12.4 Media queries

--------------------------------------------------------------*/



/* Smartphones (portrait and landscape) ----------- */

@media only screen 

and (min-device-width : 320px) 

and (max-device-width : 480px) {



}



/* iPads mini (landscape) ----------- */

@media only screen 

and (min-device-width : 768px) 

and (max-device-width : 1024px) 

and (orientation : landscape)

and (-webkit-min-device-pixel-ratio: 1)  { 



.content-width {

padding-left: 10px;

padding-right: 10px;

}



.postcontent {

	max-width: 100%;

}



.otherposts .updatepost {

width: 300px;

}



.postsidebar {

	display: none;

}



.single .updatepost .moredetails p {

left: 50px;

}



.site-links .fourth {

	width: 235px;

}



#mobile-header a {

background-color: #2e4d5c;

border-radius: 7px;

padding-left: 50px;

padding-right: 50px;

padding-top: 10px;

padding-bottom: 10px;

font-size: 18px;

}



.centercontent {

padding-left: 10px;

padding-right: 10px;

}



.aboutevent {

	max-width: 430px;

}



.actionevent {

max-width: 550px;

width: 100%;

}



.sponsorvendor {

max-width: 440px;

margin-right: 10px;

}



.faqinvite {

width: 540px;

}



.eventupdates .updatepost {

	max-width: 321px;

}



.eventupdates  .updatepost .moredetails p {

	left: 35px;

}



.peachparty {

	width: 480px;

	margin-right: 20px;

	margin-top: 20px;

}



.pistachioparty {

	width: 480px;

	margin-top: 20px;

}



.destination {

	margin: 20px;

}



.destTop img {

	max-width: 440px;

}



.relatedDestinations .destination {

	width: 240px;

	margin: 5px;

}



.relatedDestinations .destination .destinfo {

	width: 239px;

}



.relatedDestinations .destination .moredetails p {

	width: 220px

}



.destinationMap {

	display: none;

}



.contactDestination {

	width: 500px;

}



.extraImages .extraImage {

width: 250px;

height: 250px;

padding: 5px;

}



.centercontent {

padding-left: 10px;

padding-right: 10px;

}



.eb {

width: auto;

}



.eventimg {

height: auto;

max-width: 311px;

}



.gallery {

	padding-left: 10px;

	padding-right: 10px;

}



.gallery .photos .thumbnail_container {

	margin: 0 auto;

}



.sorting a.sortLink {

		display: block;

	}

	

	.selected:after {

		content: none;

	}





}



/* iPads mini (portrait) ----------- */

@media only screen 

and (min-device-width : 768px) 

and (max-device-width : 1024px) 

and (orientation : portrait)

and (-webkit-min-device-pixel-ratio: 1)  { 



.eb {

width: 200px;

}



.content-width {

padding-left: 10px;

padding-right: 10px;

}



.content-width-contact {

	padding-left: 10px;

padding-right: 10px;

}



.centercontent {

		padding-left: 10px;

padding-right: 10px;

}



.content-width-contact  .third {

width: 240px;

}



.otherposts .updatepost {

width: 245px;

margin-right: 0px;

margin-left: 0px;

}



.postcontent .socialshare-post {

	width: 90%;

}



#content .postsidebar {

	display: none;

}



.destination {

	margin-left: 50px;

	margin-bottom: 20px;

}



.aboutDestination {

	max-width: 430px;

}



.destTop img {

max-width: 300px;

}



.destinationFB {

	margin-right: 0px;

	margin-left: 0px;

}



.destinationMap {

	display: none;

}



.contactDestination {

width: 330px;

}



.aboutevent {

	max-width: 100%;

	margin-bottom: 20px;

}



.actionevent {

	max-width: 100%;

}



.purchaseevent {

		max-width: 100%;

}



.signupevent form {

	margin: 0 auto;

}



.sponsorvendor {

	max-width: 100%;

}



.faqinvite .eventfaq .accordion.ui-accordion {

	max-width: 100%;

}



.page-template-event-template-php .updatepost {

max-width: 236px;

min-height: 400px;

}



.eventupdates .updatepost p {

	left: 6px;

	width: 220px;

}



.eventupdates .updatepost {

max-width: 236px;

min-height: 400px;

}



.eventupdates .updatepost p {

	left: 6px;

	width: 220px;

}



.peachparty, .pistachioparty {

	display: inherit;

	width: 570px;

	margin: 0 auto;

	margin-top: 20px;

}



.eventimg {

max-width: 345px;

margin-left: 6px;

}



.sorting a.sortLink {

	display: block;

}

	

.selected:after {

	content: none;

}

	

.gallery {

	padding-left: 10px;

	padding-right: 10px;

}



.gallery .photos .thumbnail_container {

	margin: 0 auto;

}





}



@media only screen and (max-width: 1170px){

	#mobile-header {

		display: inline-block;

		position: absolute;

		right: 35px;

		top: 20px;

		

	}

	#mobile-header a{

		background-color: #2e4d5c;

		padding: 10px;

		border-radius: 10px;

	}

	.site-header{

		margin-top: 0px;

	}

	.site-branding{

		top:0px;

		height: auto;

		width: 100px;

	}

	#primary{

		margin-top:81px;

	}

	.site-navigation{

		display: none;

	}

		    

}

@media only screen and (max-width: 1024px){

	

	

}



@media only screen and (max-width: 520px){

	.site-branding{

		width: 60px;

	}

	h1 {

		font-size: 42px;

	}

	#mobile-header{

		top:15px;

		right:10px;

	}

	#primary {

		margin-top: 52px;

	}

	.rslides,.homeemail,.homelatest{

		display: none;

	}

	.rslides img{

		height: 150px;

	}

	.homeask{

		padding-left: 10px;

		padding-right: 10px;

	}

	.destination{

		float: none;

		margin-bottom: 20px;

		margin-left: auto;

		margin-right: auto;

	}

	

	.contactDestination {

		max-width: 100%;

	}	

	.third,.fourth{

		display: block;

		margin: 0 auto;

	}

	.eventsubmenu{

		display: none;

	}

	.eventsubmenu.homeesm{

		display: block;

	}

	.aboutevent{

		margin-right: 0px;

	}

	.emailtext{

		float: none;

	}

	.updatepost .moredetails p{

		position: relative;

		left: 0px;

	}

	.updatepost{

		margin-right: 0px;

		margin-bottom: 20px;

	}

	.postsidebar{

		margin-left: 0px;

		max-width: 320px;

	}

	#secondary ul{

		margin-left: 0px;

	}

	#secondary #mailchimp{

		padding: 0px;

	}

	.site-info{

		padding-left: 10px;

		padding-right: 100px;

	}

	

	.catsidebar {

		margin-left: 0px;

	}

	

	.content-width {

		padding-left: 10px;

		padding-right: 10px;

	}

	.destinationFB,.destinationMap{

		display: none;

	}

	

	.peachparty, .pistachioparty {

		margin-right: 0px;

	}

	

	.centercontent {

		padding-left: 10px;

		padding-right: 10px;

	}

	

	.content-width {

		padding-left: 10px;

		padding-right: 10px;

	}

	

	.postsidebar #secondary .widget_categories ul {

		margin-left: 10px;

	}

	

	.postsidebar #secondary .widget_recent_entries ul {

		margin-left: 10px;

	}



	.widget form {

		padding: 0;

	}

	

	.eb {

		width: 140px;

		}

		

	.eventgallery {

		display: none;

	}

	

	.purchaseevent {

		margin-top: 20px;

	}

	

	.postcontent {

		margin-top: 15px;

	}

	

	.otherposts .updatepost {

		width: 100%;

		margin-left: 0px;

	}

	

	.eventimg {

		max-width: 100%

		margin-left: auto;

		margin-right: auto;

	}

	

	.gallery {

		padding-left: 10px;

		padding-right: 10px;

	}

	

	.sorting a.sortLink {

		display: block;

	}

	

	.selected:after {

		content: none;

	}

	

	.gallery .photos .thumbnail_container {

		margin: 0 auto;

	}

}