/*   
Theme Name: Texas Campgrounds
Theme URI: https://texascampgrounds.com
Description: A fun, user friendly theme, with hints of rustic, warm colors, while staying true to the spirit of Texas.
Author: TXAD Internet
Author URI: http://txadinternet.com
Version: 1
*/

@import url(css/skeleton.css);
@import url(css/slick.css);
@import url(css/slippry.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:700,400italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Montserrat);

@font-face {
  font-family: 'entypo-social-min';
  src: url('fonts/entypo-social-min.eot');
  src: url('fonts/entypo-social-min.eot#iefix') format('embedded-opentype'),
       url('fonts/entypo-social-min.woff') format('woff'),
       url('fonts/entypo-social-min.ttf') format('truetype'),
       url('fonts/entypo-social-min.svg#entypo-social-min') format('svg');
  font-weight: normal;
  font-style: normal;
}

@media screen {

* { margin: 0; padding: 0; }
html { background:#22293a; }
body { background: #fffbeb;/*#faf4e4*/ font: 14px/1.4 "Open Sans", Arial, Helvetica, sans-serif; color:#181e27; -moz-text-size-adjust:100%; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; }
.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }
.clear { clear: both; }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */

h1, h2 { font-family:"Playfair Display", Georgia, "Times New Roman", serif; }
h1, h2, h3 { margin: 0 0 10px 0; font-weight:700; }
h1 { margin-bottom:0; }
h2 { }
h3 {
	color:#26417c;
	font-family:"Open Sans", Arial, Helvetica, sans-serif;
	font-size:18px;
}
h3, h4 {
	text-transform:uppercase;
}


h1 img {
	display:block;
}

p { 
	margin: 0 0 10px 0;
}

a { 
	color:#8f2c00;
	text-decoration:none;
	font-weight:600;
}
a:hover {
	text-decoration:underline;
}

a.button {
	display:block;
	color:#fff;
	background:#26427d;
	padding:10px;
	margin:20px 0;
	border-radius:3px;
	text-align:center;
	text-transform:uppercase;
	text-shadow:0px 1px 0px #000;
	border-bottom:1px solid #181818;
	box-shadow:0px 2px 2px -1px #747474;
}
a.button:hover {
	text-decoration:none;
}

h1 a, h2 a, h3 a {
	font-weight:700;
}

img {
	max-width:100% !important;
	height:auto;
}

#demo-slider > li > img {
	width:100%;
	max-width:none !important;
}

a img { 
	border:none;
	outline:none;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft {
	margin: 7px 24px 7px 0;
}

img.alignright {
	margin: 7px 0 7px 24px;	
}

img.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.right {
	text-align:right;
}

#social {
	margin:10px 0;
}

.icon {
	font-family: "entypo-social-min";
	font-size:2.6em;
	display:inline-block;
	-webkit-font-smoothing:antialiased;
}

a.icon:hover {
	text-decoration:none;
}

.icon.fb {
	color:#3b5998;
}
.icon.twitter {
	color:#55acee;
}
.icon.pin {
	color:#cc2127;
}

hr {
	border:none;
	border-bottom:1px solid #d4d4d4;
	margin-bottom:20px;
}

/* Header */

header {
	position:relative;
	z-index:100;
}

#header-top { 
	background:#0f1933;
}

#header-bottom {
	padding:10px 0;
	background:rgba(24,42,83,.5);
	/*background:rgba(0,0,0,.1);*/
}

.single-post #header-bottom {
	margin-bottom:20px;
}

#header-bottom iframe {
	max-width:100%;
	margin-top:10px;
}

nav {
}
nav ul {
	list-style:none;
	margin-bottom:0;
}
nav li {
	float:left;
	display:inline;
	margin-right:20px;
}
nav > ul > li:nth-child(n+2):before {
	content: "\2605";
	color:red;
	margin-right:20px;
	font-size:9px;
	line-height:1em;
	vertical-align:middle;
}
nav a {
	font-size:13px;
	font-weight:400;
	font-family:"Montserrat", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
	display:inline-block;
	padding:20px 0;
	-webkit-font-smoothing:antialiased;
}

nav select {
	display:none;
}

/* Sub Navigation */

#menu-main-nav li {
	position:relative;
}

#menu-main-nav ul {
	display:none;
	/*min-width: 10em; allow long menu items to determine submenu width */
	min-width: 100%;
	*width: 10em; /* no auto sub width for IE7, see white-space comment below */
	position:absolute;
	top: 100%;
	left: 20px;
	z-index:99;
	margin:0;
	padding:0;
	background:#0F1933;
	-webkit-box-shadow:0px 0px 5px #1C1D1E;
	-moz-box-shadow:0px 0px 5px #1C1D1E;
	box-shadow:0px 0px 5px #1C1D1E;
}

#menu-main-nav > li:hover ul {
	display:block;
}

#menu-main-nav li li {
	display:block;
	float:none;
	border-right:none;
	/*border-bottom:1px solid #ccc;*/
	margin:0;
	padding:0;
	max-width:none;
	width:100%;
}

#menu-main-nav ul li a {
	padding:10px;
}

.main-nav #menu-main-nav ul {
	background:#F7F6F0;
}
.main-nav #menu-main-nav ul li {
	border-bottom:1px solid #D2D1CC;
}

#menu-main-nav li li:last-child {
	border-bottom:none;
}

/* Slider Section */

#hero {
	/*margin-top:-133px;*/
	border-bottom:80px solid #0f1933;
}

#hero h2 {
	padding:40px 0 80px;
	margin-bottom:0;
	font-size:40px;
	font-style:italic;
	color:#fff;
	text-shadow:0px 2px 0px #000;
}

blockquote { }
blockquote p { }

ul, ol { margin: 0 0 10px 0; }

.post, .campgrounds { 
	background:#fff;
	border:1px solid #eddac1;
	padding:20px;
	margin-bottom:25px;
	box-shadow:0 0 0 4px #faf4e4, 0 0 0 5px #eddac1;
}

.post:first-child {
	margin-top:5px;
}

.post + .post {
	margin-top:30px;
}

.page .post, .campgrounds {
	box-shadow:none;
	margin-top:0;
	margin-bottom:20px;
}

.post h2 {
	margin-bottom:5px;
}

.post h2 a { 
	font-style:italic;
}

.campgrounds h2 {
	font-size:30px;
	text-transform:uppercase;
	color:#192b5b;
	line-height:1.2em;
}

.page .post h2 {
	font-size:28px;
	text-transform:none;
	line-height:1.2em;
	margin-bottom:10px;
	color:#192b5b;
}

.campgrounds .entry a {
	word-break:break-all;
}

.campgrounds ul.amenities {
	margin-left:20px;
}

.image-wrap {
	height:400px;
	overflow:hidden;
	margin-bottom:20px;
}
.image-wrap img {
	width:100%;
	height:auto;
}

.image-slider {
	margin-bottom:20px;
}

.thumb-box .thumbs li {
	float:left;
	width:49%;
	list-style:none;
	padding-right:2%;
}
.thumb-box .thumbs li:nth-child(even) {
	padding-right:0;
	width:49%;
}

.entry { }
.entry a { }
.entry a:hover { }

pre { }
code, tt { }

#meta { }
.postmetadata { }

.meta {
	font-size:13px;
	margin-bottom:1em;
}

#sidebar {
}
#sidebar ul {
	list-style:none;
}
#sidebar div:last-child ul {
	margin-bottom:0;
}

.navigation {
	margin:20px 0;
}

.next-posts { float:left; }
.prev-posts { float:right; }
.next-posts a, .prev-posts a {
	background:#8f2c00;
	color:#fff;
	padding:15px 25px;
	display:inline-block;
	border-radius:3px;
	box-shadow:0px 2px 2px -1px #747474;
}
.next-posts a:hover, .prev-posts a:hover {
	text-decoration:none;
}

#searchform { }
	#s { }
	#searchsubmt { }
	
ol.commentlist { list-style: none; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { border-bottom: 1px dotted #666; padding: 10px; }
ol.commentlist li.comment div.comment-author { }
ol.commentlist li.comment div.vcard { }
ol.commentlist li.comment div.vcard cite.fn { font-style: normal; }
ol.commentlist li.comment div.vcard cite.fn a.url { }
ol.commentlist li.comment div.vcard img.avatar { float:right; margin: 0 0 10px 10px; }
ol.commentlist li.comment div.vcard img.avatar-32 { }
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment div.vcard span.says { }
ol.commentlist li.comment div.commentmetadata { }
ol.commentlist li.comment div.comment-meta { font-size: 10px; }
ol.commentlist li.comment div.comment-meta a { color: #ccc; }
ol.commentlist li.comment p { }
ol.commentlist li.comment ul { }
ol.commentlist li.comment div.reply { font-size: 11px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0; }
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.bypostauthor { }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { }
ol.commentlist li.comment ul.children li.depth-2 { border-left: 5px solid #555; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-3 { border-left: 5px solid #999; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-4 { border-left: 5px solid #bbb; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-5 { }
ol.commentlist li.comment ul.children li.odd { }
ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { background: #f6f6f6; }
ol.commentlist li.parent { border-left: 5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }


/* Form Inputs */

form {
}

input[type="text"], input[type="email"],input[type="tel"], input[type="submit"], textarea {
	-webkit-appearance:none;
}

input[type=text], input[type="email"], input[type="tel"] {
	max-width:100%;
	width:100%;
	border:1px solid #ccc;
	border-radius:3px;
	padding:11px;
	margin-bottom:10px;
	display:block;
}

input[type="submit"], div.gmw-pt-horizontal-gray-form-wrapper .gmw-submit-button {
	background:#872a00;
	color:#fff;
	text-transform:uppercase;
	padding:12px 16px;
	border:none;
	border-radius:3px;
	cursor:pointer;
	margin-bottom:10px;
	box-shadow:0px 2px 2px -1px #747474;
}

textarea {
	width:100%;
	max-width:100%;
	border:1px solid #ccc;
	border-radius:3px;
	margin-bottom:10px;
	padding:11px;
	min-height:60px;
}

label {
	display:inline-block;
	margin-bottom:0.5em;
}

input[type="text"], input[type="email"], input[type="tel"], textarea {
	box-sizing:border-box;
}

#respond input[type="text"] {
	width:360px;
}

#sidebar input[type="submit"] {
	width:100%;
	font-size:14px;
	font-weight:700;
	text-shadow:0px 1px 0px #000;
}

#sidebar select, .wpcf7 select, nav select {
	width:100%;
	height:30px;
	background:#f5f5f5;
	margin-bottom:0.5em;
}

#sidebar select, .wpcf7 select {
	display:block;
}

#sidebar select {
	border:1px solid #a6a6a6;
}

.wpcf7 select {
	border:1px solid #ccc;
}

/* Banner Ads */

.band {
	margin:-120px 0 40px;
}
.band iframe {
	display:block;
	float:left;
	/*margin:5px;*/
}
.band iframe:first-child {
	margin-left:0;
}
.band iframe:last-child {
	margin-right:0px;
}

.onethird {
	width:32%;
	padding-right:1.5%;
}

.twothirds {
	width:64%;
	padding-right:2%;
}

.onethird, .twothirds {
	float:left;
}

.onethird + .twothirds {
	padding-right:0;
	padding-left:1.5%;
}

.twothirds + .onethird, .onethird + .onethird + .onethird {
	padding-right:0;
}

.twothirds + .onethird {
	width:34%;
}

.onethird + .onethird + .onethird {
	width:33%;
}

/*.onethird:last-child { 
	padding-right:0;
	width:33%;
}

.image-slider .onethird {
	padding-right:0;
	width:34%;
}*/

/* Footer */

footer {
	background:#283044;
	color:#d1dcec;
	margin-top:20px;
}
footer a {
	color:#d9e4f5;
	font-weight:400;
}

#footer-top, #footer-bottom {
	padding:20px 0;
}

#footer-top {
	padding:40px 0;
	font-size:13px;
	-webkit-font-smoothing:antialiased;
}
#footer-top h4 {
	font-family:'Playfair Display';
	font-weight:700;
	font-style:italic;
	text-transform:none;
	font-size:17px;
	margin-bottom:20px;
	-webkit-font-smoothing:antialiased;
}

#footer-top a {
	font-weight:600;
	-webkit-font-smoothing:subpixel-antialiased;
}

/*#footer-top a {
	-webkit-font-smoothing:subpixel-antialiased;
}
#footer-top p {
	font-size:13px;
	-webkit-font-smoothing:antialiased;
}*/

footer #sidebar-foot {
}
footer #sidebar-foot ul {
}
footer #sidebar-foot li {
	list-style:none;
	border-bottom:1px solid #4f5f86;
	padding:10px 0;
}
footer #sidebar-foot li:first-child {
	padding-top:0;
}
footer #sidebar-foot li:last-child {
	border-bottom:none;
	padding-bottom:0;
}

#footer-bottom {
	background:#22293a;
	color:#b4becc;
	font-size:11px;
}

.container .columns.fl {
	float:left;
}
.container .columns.fr {
	float:right;
}

/* GMW Overrides */

#sidebar div.gmw-pt-default-form-wrapper .gmw-radius-dropdown-wrapper, #sidebar div.gmw-pt-default-form-wrapper .gmw-units-dropdown-wrapper, #sidebar div.gmw-pt-default-form-wrapper .gmw-address-field-wrapper {
	display:block !important;
}

.address-locator-wrapper {
	vertical-align:top;
}

div.gmw-pt-horizontal-gray-form-wrapper .gmw-submit-button {
	background:#872A00 !important;
	color:#fff !important;
	padding:12px 16px !important;
	border-radius:3px !important;
	border:none !important;
	box-shadow:0 2px 2px -1px #747474;
}

/* CF7 Overrides */

span.wpcf7-form-control-wrap {
	display:block !important;
}

} /* END screen media */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}
		

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		nav a { font-size:12px; }
		nav > ul li, nav > ul li:nth-child(n+2):before { margin-right:8px; }
		nav li:last-child { margin-right:0; }
		#menu-main-nav ul { left:16px; }}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		nav ul { display:none; }
		nav select { display:block; margin:20px 0;}
		nav li { float:none; display:block; }
		nav li:nth-child(n+2):before { content:""; margin-right:0;}
		nav a { padding:5px; }
		#social { float:none; }
		.post img { float:none; display:block; margin:10px auto;}
		.container .columns.fl, .container .columns.fr { margin:0; float:left; }
		.onethird + .twothirds { padding-left:0; }
		.onethird, .onethird:last-child, .twothirds, .twothirds + .onethird, .onethird + .onethird + .onethird { width:100%; padding-right:0; }
		.thumb-box { display:none; }
		#sidebar { margin:20px 0; }
		#respond input[type="text"] { width:100%; }
		.right { text-align:left; }
		footer h4, #fourth { margin-top:10px; }
		footer #first h4 { margin-top:0; }
		#sidebar, form.wpcf7-form { overflow:hidden; } /* Prevents quirky iOS5/6 Landscape/Portrait rotation bug  */ }

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.image-wrap { height:280px; }}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		#rev_slider_1_1_wrapper { margin:20px 0 40px !important; } /* Slider Override */
		.image-wrap { height:190px; }}
	
	/* Retina-specific stuff here */
	@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {}

@media print {

.do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; }
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
	
} /* END print media */

/* hide the quick search form on the Find A Park page */
.page-id-734 .gmw-form-2 {display:none;}