/*!
Theme Name: The Ultimate Venues
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: the-ultimate-venues
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

The Ultimate Venues is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html { background:#ffffff;
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body { background:#ffffff;margin:0;}

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {
	display: block; margin:0;font-family: 'Gibson'; 
}

audio,canvas,progress,video {display: inline-block;vertical-align: baseline;}
audio:not([controls]) {display: none;height: 0;}
[hidden],template {	display: none;}
abbr[title] {border-bottom: 1px dotted;}
b,strong {font-weight: bold;}
dfn {font-style: italic;}
h1 {font-size: 2em;	margin: 0.67em 0;}
mark {background: #ff0;	color: #000;}
small {font-size: 80%;}
sub,sup {font-size: 75%;line-height: 0;	position: relative;	vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
img {border: 0;}
svg:not(:root) {overflow: hidden;}
figure {margin: 1em 40px;}
hr {box-sizing: content-box;height: 0;}
pre {overflow: auto;}
code,kbd,pre,samp {font-family: monospace, monospace;font-size: 1em;}

button,input,optgroup,select,textarea {color: inherit;font: inherit;margin: 0;}
button {overflow: visible;}
button,select {text-transform: none;}
button,html input[type="button"],input[type="reset"],input[type="submit"] {	-webkit-appearance: button;	cursor: pointer;}
button[disabled],html input[disabled] {	cursor: default;}
button::-moz-focus-inner,input::-moz-focus-inner {border: 0;padding: 0;}
input {line-height: normal;}
input[type="checkbox"],input[type="radio"] {box-sizing: border-box;padding: 0;}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {-webkit-appearance: textfield;box-sizing: content-box;}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {border: 1px solid #c0c0c0;margin: 0 2px;padding: 0.35em 0.625em 0.75em;}
legend {border: 0;padding: 0;}
textarea {overflow: auto;}
optgroup {font-weight: bold;}
table {border-collapse: collapse;border-spacing: 0; margin:0; margin-bottom:0}
td,th {padding: 0; vertical-align:top}
.avatar , .avatar img { -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; }
.author-avatar, .author-avatar img { -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; }

::selection {background: #c7c7c7;}
::-moz-selection {background: #c7c7c7;}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,button,input,select,textarea {	color: #404040;font-family: 'Open Sans', sans-serif;font-size: 16px;font-size: 1rem;line-height: 1.5;}
h1,h2,h3,h4,h5,h6 {	clear: both;}
p {margin-bottom: 1.5em;}
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: 0.9375rem;line-height: 1.6;margin-bottom: 1.6em;max-width: 100%;
overflow: auto;padding: 1.6em;}
code,kbd,tt,var {font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;font-size: 15px;font-size: 0.9375rem;}
abbr,acronym {border-bottom: 1px dotted #666;cursor: help;}
mark,ins {background: #fff9c0;text-decoration: none;}
big {font-size: 125%;}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {box-sizing: border-box;}
*,*:before,*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */	box-sizing: inherit;}
blockquote:before,blockquote:after,q:before,q:after {content: "";}
blockquote,q {quotes: "" "";}
hr {background-color: #ccc;border: 0;height: 1px;margin-bottom: 1.5em;}
ul,ol {margin: 0 0 1.5em 3em;}
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. */}
table {margin: 0;width: 100%;}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
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);
	font-size: 12px;
	font-size: 0.75rem;
	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="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {color: #666;border: 1px solid #ccc;border-radius: 3px;}

select {border: 1px solid #ccc;}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {color: #111;}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 3px;
}

textarea {padding-left: 3px;width: 100%;}




/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {color: royalblue;}
a:visited {color: purple;}
a:hover,a:focus,a:active {color: midnightblue;text-decoration: none;outline:none}
a, a:visited, a:focus, a:hover{ 
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration: none;
outline:none
}



/*--------------------------------------------------------------
# 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: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-size: 0.875rem;
	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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {outline: 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-left: auto;margin-right: auto;}

/*--------------------------------------------------------------
# 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;table-layout: fixed;}
.clear:after,.entry-content:after,.comment-content:after,.site-header:after,.site-content:after,.site-footer:after {clear: both;}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {margin: 0 0 1.5em;}
.widget select {max-width: 100%;} /* Make sure select elements fit in widgets. */


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {display: block;}
.hentry {margin: 0 0 1.5em;}
.byline,.updated:not(.published) {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;}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,.archive .format-aside .entry-title {display: none;}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {word-wrap: break-word;}
.bypostauthor {display: block;}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {display: none;} /* Theme Footer (when set to scrolling) */

/* 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;}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,.entry-content .wp-smiley,.comment-content .wp-smiley {border: none;margin-bottom: 0;margin-top: 0;padding: 0;}
embed,iframe,object {	max-width: 100%;} /* Make sure embeds and iframes fit their containers. */


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {margin-bottom: 1.5em;max-width: 100%;}
.wp-caption img[class*="wp-image-"] {display: block;margin-left: auto;margin-right: auto;}
.wp-caption .wp-caption-text {margin: 0.8075em 0;}
.wp-caption-text {text-align: center;}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {margin-bottom: 1.5em;}
.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%;}
.gallery-caption {	display: block;}



/*  MAIN LAYOUT	============================================================================= */

#skiptomain { display: none; }

#wrapper {width: 100%;position: relative;text-align: left;}

#headcontainer {width: 100%; max-width: 100%;position:fixed; top:0px; z-index:9000000;background:url(http://legionandlewis.com/llc-clientfiles/TUV-site/wp-content/themes/the-ultimate-venues/images/tuv-topbarbg3.png);}
 
.header-content {clear: both;width: 1225px;max-width: 1225px;margin: 0 auto 0px auto;padding: 15px 0px 15px 0px;position: relative;
color: #000;text-align: center;}

.header-content2 {clear: both;width: 1225px;max-width: 1225px;margin: 0 auto 0px auto;padding: 15px 10px 5px 10px;position: relative;
color: #000;text-align: left;}
 
#maincontentcontainer {width: 100%; max-width: 100%;}

#maincontentcontainer-head  {width: 100%;}

#maincontent, .maincontent{width: 1225px; max-width:1225px;margin: 0 auto;padding:15px;color: #333;line-height: 1.5em;position: relative;}
{width: 1225px; max-width:1225px;margin: 0 auto;padding:0;color: #333;line-height: 1.5em;position: relative;}


#footercontainer {overflow-x:none;width: 100%;background: #16203e;}
	
footer {clear: both;width: 1225px;max-width: 1225px;font-size: 0.8125em; margin: 0 auto;padding:50px 0px 60px 0px;color: #999;}

.header-top-spacing-fix {height:150px}

@media only screen and (max-width: 1250px) {
	.header-content, .header-content2 {width: 1220px;}
	#maincontent {width: 1320px;}
	.maincontent, .maincontent-brands{width: 1220px;}
	footer {width: 1220px;}		
}



@media only screen and (max-width: 1220px) {
	.header-content, .header-content2 {width: 99%;}
	#maincontent {width: 99%;}
	.maincontent{width: 99%;}
	.maincontent-brands{width: 100%;}
	footer {width: 99%;}		
}



/*  Head Divs ============ */
.head-logo-div {width:20%; display:block; float:left; margin:-5px 2.5% 0 0 ; padding:0; text-align:left}
.head-links-div {width:75%; display:block; float:left; margin:0 2.5% 0 0; padding:10px 0 10px 0; text-align:right}
.head-menuicon-div {display:none}

.head-logo-div img {height:85px;margin:0 0 5px 0;}

.head-link_ordernow {display:table-cell;background:#f44e00; padding:4px 9px;margin:0 0 0 10px; color:#ffffff;
	font-size:1.4em;font-family: "EB Garamond", serif; border-radius:9px;float:right}

.head-link_sitemenu {display:none; background:#ffffff; padding:4px 9px;margin:0 10px; color:#ffffff;
	font-size:1.4em;font-family: 'PT Sans Narrow', sans-serif; border-radius:9px;float:right}

.head-links-div a {font-size:1.35em;font-family: "EB Garamond", serif;color:#ffffff; font-weight:300; margin:0 7px; letter-spacing:2px}
.head-links-div-slant {font-size:1.05em;font-family: 'PT Sans Narrow', sans-serif;color:#98292d; font-weight:300; margin:0 4px; letter-spacing:-1px}
.head-links-div-arrows {color:#7fabc6}
.head-links-div a:hover {color: #d1b9a0}
.head-links-div a:hover .head-links-div-arrows  {color: #072f52}

@media screen and (max-width: 1050px) {			
.head-logo-div {width:45%; display:block; float:left; margin:-5px 0 0 5% ; padding:0; text-align:left}
.head-links-div {display:none;}
.head-menuicon-div {width:45%; display:block; float:left; margin:0 5% 0 0; padding:10px 0 10px 0; text-align:right}

	

	
.head-link_ordernow {display:table-cell;}
.head-link_sitemenu {display:table-cell;}	

	
}

/*  Footer Divs ============ -
 *  Original Footer Heading Font:   font-size:1.35em; font-family: 'EB Garamond', serif;
 * 
 * */
.footer-red-div1 {width:30%; display:block; float:left; margin:0 ; padding:0; text-align:center}
.footer-red-div2 {width:30%; display:block; float:left; margin:0 5% 0 5% ; padding:0; text-align:center}
.footer-red-div3 {width:30%; display:block; float:left; margin:0 ; padding:0; text-align:center}

.footer-heading {font-size:1.05em;font-family: 'Fjalla One', sans-serif;font-size:1.45em; font-style:italic; color: #d1b9a0; letter-spacing:1px}
.footer-text{font-size:1.05em;font-family: 'Fjalla One', sans-serif; letter-spacing:1px; text-transform:uppercase; font-weight:600; color:#2a0a0a}


@media only screen and (max-width: 1125px){
.footer-red-div1 {width:45%; display:block; float:left; margin:0 ; padding:0; text-align:center}
.footer-red-div2 {width:45%; display:block; float:left; margin:0 0 0 10% ; padding:0; text-align:center}
.footer-red-div3 {width:100%; display:block; float:left; margin:20px 0 0 0 ; padding:0; text-align:center}
}	


@media only screen and (max-width: 950px){
.footer-red-div1 {width:100%; display:block; float:left; margin:0 ; padding:0; text-align:center}
.footer-red-div2 {width:100%; display:block; float:left; margin:35px 0 35px 0; padding:0; text-align:center}
.footer-red-div3 {width:100%; display:block; float:left; margin:0 ; padding:0; text-align:center}
}	

/*--------------------------------
## SLIDEOUT MENU
---------------------------------*/



.overlay-mainmenu-link {display: block; float:left; width:50%;}

@media only screen and (max-width: 626px){
.overlay-mainmenu-link {display: block; float:left; width:100%;}
}

/* DTGSO Main MenuThe Overlay (background) */
.overlay-mainmenu, .overlay-eventcatmenu, .overlay-eventcitiesmenu, .overlay-dinecatmenu, .overlay-dinecitiesmenu {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */    
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 10000000000000000000000; /* Sit on top */
    left: 0;
    top: 0;
	background: url(http://legionandlewis.com/llc-clientfiles/TUV-site/wp-content/themes/the-ultimate-venues/images/tuv-menu-bg.png);
	
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
	margin:0
}

/* Position the content inside the overlay */z
.overlay-content-mainmenu, .overlay-content-eventcatmenu, .overlay-content-eventcitiesmenu, .overlay-content-dinecatmenu, .overlay-content-dinecitiesmenu {
    position: relative;
    top: 5%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 10px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay-mainmenu a, .overlay-eventcatmenu  a, .overlay-eventcitiesmenu  a, .overlay-dinecatmenu  a, .overlay-dinecitiesmenu  a {
    padding: 8px 20px;
    text-decoration: none;
    font-size: 1.55em;
	text-transform:uppercase;
	font-family: 'EB Garamond', serif;
	font-weight:300;
    color: #dab48c;
	border-bottom: 1px dotted #342626;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

.overlay-mainmenu a.inmenublock {
    padding: 3px 8px;
    text-decoration: none;
    font-size: 1.50em;
	opacity:1;
	text-transform:uppercase;
	font-family: 'Gibson';
	font-weight:700;
    color: #ffffff;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}




/* When you mouse over the navigation links, change their color */
.overlay-mainmenu a:hover, .overlay-mainmenu a:focus,
.overlay-eventcatmenu a:hover, .overlay-eventcatmenu a:focus,
.overlay-eventcitiesmenu a:hover, .overlay-eventcitiesmenu a:focus,
.overlay-dinecatmenu a:hover, .overlay-dinecatmenu a:focus,
.overlay-dinecitiesmenu a:hover, .overlay-dinecitiesmenu a:focus{
    color: #f1f1f1;
	opacity:1;
}

/* Position the close button (top right corner) */
.closebtn-mainmenu {
    z-index:10000000000;
    top: 0;
    font-size: 80px !important; /* Override the font-size specified earlier (36px) for all navigation links */
	line-height:0.75em; padding:0px
}


.nav-links-mainmenu { padding:10px ; margin-right:15px; background:none; color: #727272; text-shadow:1px 1px #ffffff}
.nav-links-active-mainmenu { padding:5px ; margin-right:5px; background: #F06B09; text-shadow:1px 1px #B73904; color:#ffffff; border-bottom:1px solid #ffffff;
-webkit-box-shadow: 0 4px 3px -3px #c7c7c7; -moz-box-shadow: 0 4px 3px -3px #c7c7c7; box-shadow: 0 4px 3px -3px #c7c7c7}


/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay-mainmenu a {font-size: 20px}
    .closebtn-mainmenu {
        font-size: 40px !important;
        top: 15px;
        right: 35px;
    }
}






/*=================     Home 50/50 divs    =================== */

.tuv-home-50-td-a {width:50%; background:url(http://legionandlewis.com/llc-clientfiles/TUV-site/wp-content/themes/the-ultimate-venues/images/venuepics/tuv-sat-event.jpg) top center;
			   background-size:cover}
.tuv-home-50-td-b {width:50%}
.tuv-home-50-td-b-topimg {display:none}

@media screen and (max-width: 1125px) {
	.tuv-home-50-td-a {width:0%}	
	.tuv-home-50-td-b {width:100%}	
	.tuv-home-50-td-b-topimg {display:block;height:500px;
		background:url(http://legionandlewis.com/llc-clientfiles/TUV-site/wp-content/themes/the-ultimate-venues/images/venuepics/tuv-sat-event.jpg) fixed top center;background-size: cover;}
}



/*=================     Home At A Glance div    =================== */

.tuv-home-glance-td-a {width:40%;}
.tuv-home-glance-td-a-img {border:20px solid #ffffff; margin:-75px 0 -75px 0;display:block}

.tuv-home-glance-td-b {width:60%}
.tuv-home-glance-td-b-inner {padding:60px 45px}
.tuv-home-glance-td-b-img {display:none}

.tuv-home-glance-td-b-listdiv{border-top:1px solid #d2b495;
						border-bottom:1px solid #d2b495;padding: 20px 40px}


@media screen and (max-width: 950px) {
	.tuv-home-glance-td-a-img {border:10px solid #ffffff;}
	.tuv-home-glance-td-b-listdiv {border-top:1px solid #d2b495;
						border-bottom:1px solid #d2b495;padding: 10px 15px}
}

@media screen and (max-width: 750px) {	
	.tuv-home-glance-td-a {width:0%}	
	.tuv-home-glance-td-a-img{display:none}
	
	.tuv-home-glance-td-b {width:100%}	
	.tuv-home-glance-td-b-inner {padding:30px 15px}
	.tuv-home-glance-td-b-img {margin:-75px 0 -25px 0;padding:35px;display:block}
	
}



/*=================     Venue page - 4grid    =================== */
.venuepage-2grid-a {width:50%; display:block; float:left; margin:0 0 0 0; padding:0; text-align:center}
.venuepage-2grid-b {width:50%; display:block; float:left; margin:0 0 0 0; padding:0; text-align:center}

.venuepage-4grid-a img, .venuepage-4grid-b img, .venuepage-4grid-c img, .venuepage-4grid-d img {border:5px solid #c2a280}

.venuepage-2grid-b-img1 {display:block}
.venuepage-2grid-b-img2 {display:none}


@media screen and (max-width: 1075px) {
	.venuepage-2grid-b-img1 {display:none}
	.venuepage-2grid-b-img2 {display:block}
}


@media screen and (max-width: 775px) {
.venuepage-2grid-a {width:100%; display:block; float:left; margin:0 0 0 0; padding:0; text-align:center}
.venuepage-2grid-b {width:100%; display:block; float:left; margin:0 0 0 0; padding:0; text-align:center}
	


}


/*=================     FAQ page    =================== */

.faq-text_q {font-size:1.55em;font-family: 'EB Garamond', serif; color: #8f0202;font-weight:600; line-height:1.25em}
.faq-text_a {font-size:1.45em;font-family: 'EB Garamond', serif; letter-spacing:1px;  font-weight:300; color:#2a0a0a; line-height:1.15em}



