/*  
Theme Name: Ojai
Theme URI: https://ojaivineyard.com
Description: The Ojai Vineayrd
Version: 1.0.1
Author: Leo Basica
Author URI: http://leobasica.com


TABLE OF CONTENTS

01 - Reset
02 - Global 
03 - General Layout
04 - Header
05 - Content
06 - Slideshow
07 - Sidebar
08 - Widgets
09 - Comments
10 - Pagination
11 - Footer
12 - Media Queries
*/

/* ///////////////////////////////////////////////////////////////////// 
//  01 - Reset
/////////////////////////////////////////////////////////////////////*/

/**

 HTML5 & 4 reset stylesheet
 Adapted from YUI & HTML5 Doctor
 v1.0
 
**/


html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,img,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,article,aside,canvas,details,figcaption,figure,hgroup,menu,nav,summary,time,mark,audio,video,header,footer { 
    margin:0;
    padding:0;
    border:0;
    font-weight:inherit;
    font-style:inherit;
    font-size:100%;
    font-family:inherit;
    vertical-align:baseline;
    background:transparent;
}

html { 
    -webkit-font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
    -webkit-text-size-adjust:none;
    -ms-text-size-adjust:none;
	overflow-y: scroll;
}

ol,ul { 
	list-style:none; 
}

article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,img { 
    display:block;
}

blockquote,q {
    quotes:none;
}

blockquote:before, 
blockquote:after,
q:before, 
q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration:line-through;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

strong{font-weight:bold;}
em{font-style:italic;}

input, 
select {
    vertical-align:middle;
}

table {	
	border-collapse:separate; 
	border-spacing:0; 
}
caption,
th,
td { 
	text-align:left; 
	font-weight:normal; 
}

input { 
	vertical-align:middle; 
}
img,
object,
embed {max-width: 100%;}

.homeSection img,
.post p img,
.page p img,
.project p img,
.postThumb,
div.wp-caption img {
	max-width: 100% !important;	
	height: auto;
}



.wp-caption {
	max-width: auto !important;	
}

.wp-caption-text {
	padding: 5px 0 0 0;
	font-style: italic;
}

/* Isotope ----------- */

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

.fade {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

.fade:hover {
   opacity: 0.5;
}

/* ///////////////////////////////////////////////////////////////////// 
//  02 - Global 
/////////////////////////////////////////////////////////////////////*/

body {
	font-size: 100%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	width:auto; height:auto;	
	padding: 0 0 0 0;
	margin: 0;
	color: #6a6a6a;	
	background-color: #fff;		
	font-weight: normal;
		
}

p {
	line-height: 1.7em;
	margin: 0 0 20px 0;	
	font-weight: normal;
	font-style: normal;	
	color: #000;
    font-family: "Roboto",Arial,sans-serif;
    font-size: 14px;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

li {
	margin: 0 0 0 0;
	padding: 0;	
}

img {
	margin: 0;
}

img.left {
	margin: 0 15px 15px 0;
	float: left;
}

a {
	text-decoration: none;
	outline: none;
}

a{	
	color: #4da7ca;	
}

a:hover {
	color: #4290ae;	
}

a img {
	border:none;
}

h1, h2, h3, h4, h5, h6{		
	margin: 0 0 15px 0;	
	color: #1f1f1f;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1 {font-size: 2.5em;}
h2 {font-size: 2.2em;}
h3 {font-size: 1.9em;}
h4 {font-size: 1.6em;}
h5 {font-size: 1.3em;}

blockquote, address {
	margin: 0 0 30px 0;
	padding: 0 30px 0 30px;	
	font-style: italic;
	font-size: 1.2em;
	font-family: Georgia, Times, "Times New Roman", serif;
	border-left: 5px solid #ccb676;	
}

code {
    font-family: "Courier New", Courier, serif;
	overflow: auto;
	padding: 2px;
	background: #fff;
}

pre code {
	background: none;
}

pre {
    margin: 0 0 20px;
	padding: 10px;
	background: #f7f7f7;
	overflow: auto;	
	border: 1px solid #e4e4e4;
	font-family: "Courier New", Courier, serif;
}

.left {
	float: left;	
}

.right {
	float: right;	
}

.meta {
	color: #b0b0ad;
}

.meta a{
	color: #7d7d7b !important;
}

.meta a:hover{
	color: #b0b0ad !important;
}

input[type="email"], input[type="text"], input[type="password"], textarea {
	background-color: #fafafa;	
	padding: 15px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #6a6a6a;	
	border: 1px solid rgba(0,0,0,.05);
	border-bottom: 2px solid rgba(0,0,0,.1);
	background:	#f7f7f7;
	font-size: .9em;
	-webkit-appearance: none;
}

input[type="text"]:focus {outline: none; background-color: #f7f7f7;}
textarea:focus {outline: none; background-color: #f7f7f7;}

textarea { width: 80%; line-height: 1.6em; }



/* Clearfix ----------- */

/* Some clearfix code from HTML5 Boilerplate */
.clearfix:before, .clearfix:after, .single-theme .features:before, .single-theme .features:after {
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix:after, .single-theme .features:after {
	clear: both;
}

.clearfix, .single-theme .features {
	zoom: 1;
}

a.action {	
	font-style: italic;		
}

/* //////////////////////////////////////////////////////////////////////
//  03 - General Layout 
//////////////////////////////////////////////////////////////////////*/

#container {	
	width: 100%;
	margin: 0 auto;			
}

#wrap {	
	background: #fff;
	padding: 1px 30px 0;	
}

.home #wrap {	
	padding: 1px 0 0;	
}

#middle {
	max-width: 70.5em;
	margin: 0 auto;	
}

.page-template-page-home-php.home #middle {
	max-width: 100% !important;
	width: 100% !important;
	margin: 0 auto;
}

.home #wrap {	
	padding-top: 50px !important;
}

#main {
	margin: 0 auto 0;
	padding: 0 0 0;		
	background: #fff;			
}

#main.full {
	background: none;
}

#content {		
	padding: 0 0 0 0;		
	float: left;
	margin: 0 0px 0 0;
	position: relative;		
	width: 62.5%;	
}

#sidebar {
	width: 26.5%;
	float: right;
	margin: 0 0 0 0;
	padding: 0 0 0 0;		
}

#footer {
	width: 100%;
	margin: 0 auto;	
}

.twoThirds {
	width: 70%;	
}

.oneThird {
	width: 30%;	
	float:left;
}

/*////////////////////////////////////////////////////////////////////////
//  04 - Header
///////////////////////////////////////////////////////////////////////*/

#header{	
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0!important;	
	text-align: center;
	background-color:none !important;	
	height:220px;	
}

.home #header {
	height:auto;
}

.home #header:not(.home #header) {
	
}

.home #header{	
	text-align: center;	
}

#header .surround {	
	padding: 0 30px;
}

#header .inside {	
		
	margin: 0 auto;	
	position: relative;
	padding: 30px 0 30px 0 !important;			
}

#header .details .inside {
	max-width:70.5em;
}

.centerit {
	padding:0px 30px !important;
	max-width:70.5em;
	margin:0 auto;
}

#header .top {
	border-bottom: 1px solid rgba(255,255,255,0.35)
}

.home.has-slideshow #header .top{	
	width: 100%;
	position: absolute !important;
	top: 0;
	z-index: 100;
	text-align: center;	
}

#header .inside{	
	padding: 25px 0 25px 0;		
	margin: 0 auto !important;	
}

#logo {		
	display: inline-block;	
	margin: 5px 0 0 10px;	
	float: left;	
	padding: 0;
	position: absolute;
	left:0;
}

#logo img {
	width:280px;
}

#logo h1 {
	margin: 0 !important;
	line-height: 1em !important;
	padding: 0 !important;	
	font-size: 1.5em;
	font-weight: bold;		
	color: #fff;		
}

#header h1 {
	font-size: 1.5em;	
	color: #fff;	
	margin: 0;			
}

#header h1 a, #header h1 a:hover{	
	color: #fff !important;	
}


/* Top level navigation */

#mainNav .tinynav {
	display: none;
}

#mainNav{	
	display:inline-block;
	width:100%;
	text-align:center;
	margin-top:4px;
}

#mainNav ul {
	display: inline-block;
    padding: 0px 0;
    text-align: center;
}

#mainNav li{
	display: inline-block;
    padding: 0;
    text-align: center
}

#mainNav ul a{
	padding:0 14px;
	line-height: 25px;	
	color: rgba(255,255,255, 1);
	font-size: .8em;
	letter-spacing: 0.8px;
	font-family: "Roboto", Arial, sans-serif;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in; /*safari and chrome */
	   -moz-transition: all 0.3s ease-in;
	     -o-transition: all 0.3s ease-in; /* opera */
	        transition: all 0.3s ease-in;
}

#mainNav ul ul a{
	line-height: 15px;
	font-weight: normal;
	border-top: none;	
	color: rgba(255,255,255, .5);
}


#mainNav ul li.current a,
#mainNav ul li.current-cat a,
#mainNav ul li.current_page_item a,
#mainNav ul li.current-menu-item a,
#mainNav ul li.current-post-ancestor a,
.single-post #mainNav ul li.current_page_parent a,
#mainNav ul li.current-category-parent a,
#mainNav ul li.current-category-ancestor a,
#mainNav ul li.current-portfolio-ancestor a,
#mainNav ul li.current-projects-ancestor a {
	text-decoration: none;
	color: rgba(255,255,255, 0.25);		
}

#mainNav ul li.sfHover a,
#mainNav ul li a:hover,
#mainNav ul li:hover {
	text-decoration: none;
	color: rgba(255,255,255, 0.7);
	-webkit-transition: all 0.3s ease-in; /*safari and chrome */
	   -moz-transition: all 0.3s ease-in;
	     -o-transition: all 0.3s ease-in; /* opera */
	        transition: all 0.3s ease-in;
		
}

/* Second level+ dropdowns */

#mainNav ul ul {
	padding: 20px 0px 5px 0px !important;
	margin-top: -10px;
	background: #fff;
	border: none;	
	text-align: left;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	box-shadow:3px 3px 14px -8px black;
}

.home #mainNav ul ul {	
	
}	

#mainNav ul ul ul {	
	padding-top: 10px !important;
	margin-left: -1.25em;
	margin-top: -5px;	
}

#mainNav ul ul li {	
	float: none;
	background: none;	
	margin: 0 0px 5px 13px !important;
	text-align: left;
	font-size:14px;
	padding-top:5px;
	border-bottom:1px solid rgba(212,202,148,0.38);
	width:82% !important;
	
}

#mainNav ul ul li:last-child {
	border-bottom:none;
}

#mainNav ul ul li a {
	padding: 0px 0 10px 0;
	font-weight: normal;
	border: none !important;
	color: #ac8e53 !important;	
}


#mainNav ul li.sfHover ul a:hover { color: #000 !important; }

/** arrow **/

#mainNav .sf-menu a.sf-with-ul {
	position: relative;
	min-width:		1px;
}

.sf-sub-indicator {
	position: absolute;
	bottom: 0px;	
	display: block;
	width: 100%;
	text-indent: -999em;
	overflow: hidden;
	z-index: 200;
	height: 40px;
}

.sfHover .sf-sub-indicator {
	
	bottom: -10px;	
}

#mainNav .sf-menu li ul .sf-sub-indicator {
	display: none;
}

#mainNav .sf-menu li ul .sfHover .sf-sub-indicator {	
	position: absolute;
	top: 0;
	right: -1px;
	left: none;
	display: block;	
}

.sfHover a.sf-with-ul .sf-sub-indicator {
	height: 30px;
}

.children .sf-sub-indicator {
	display: none;
}

#header .cartBtn {
	padding: 0 0 0 25px;
	background: transparent url(images/cart.png) 0 3px no-repeat;
	position:absolute; top:50%; height:16px; margin-top:-6px;
	right: 0;
	color: #fff;
	font-size: .9em;
	font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;	
}

#header .cartBtn:hover {
	
}

/*//////////////////////////////////////////////////////////////////// 
//  - Gold Box
////////////////////////////////////////////////////////////////////*/

.goldbox {
	position: relative;
	margin-top:-250px;
	width:580px;
	z-index: 10;
}

.goldbox h2 {
	background:#000;
	color:#fff;
	font-size:14px;
	font-weight:normal;
	padding:6px 8px 6px 25px;
	margin-bottom:0px;
	letter-spacing: 1px;
}

.goldbox .gold {
	background:#B08F4D;
	padding:50px 30px;
	min-height:100px;
}

.gold {
	background:#B08F4D;
}

.goldbox .corner {
	background:url(images/corner.png) no-repeat top center;
	width:29px;
	height:24px;
	display: block;
	float:right;
	margin-right:100px;
}

.goldbox .gold span {
	font-size:0.55em;
	text-transform: uppercase;
	color:#fff;
	opacity:0.35;
	letter-spacing: 1px;
	display: block;
	margin-bottom:5px;
}
.goldbox .gold p {
	color:#fff;
	font-size:0.9em;
	margin-bottom:15px;
}

.goldbox .gold a.goto {
	letter-spacing: 3px;
	font-size:0.7em;
	text-transform: uppercase;
	color:#fff;
	font-weight:600;
}

/*//////////////////////////////////////////////////////////////////// 
//  - RoyalSlider
////////////////////////////////////////////////////////////////////*/

#new-royalslider-2 .rsContent h2 {
	 color: #fff;
    font-family: "ltc-bodoni-175",georgia !important;
    font-size: 40px !important;
    letter-spacing: 1px;
    font-weight: 500 !important;
    position: absolute !important;
    text-align: center;
    text-transform: none !important;
    top: 42.5% !important;
    width: 100%;
}

#new-royalslider-2 .rsContent a.read {
	left: 50%;
    margin-left: -99px;
    position: absolute;
    text-align: center;
    top: 67%;
    width: 190px;
    color:#fff !important;
    border-color:#b08f4d !important;
	background:#b08f4d !important;
	font-size:11px;
}

#new-royalslider-2 .rsContent a.read:hover {
	background:#91753c !important;
	border-color:#91753c !important; 
	color:#fff;
}

.rsDefault .rsBullet span {
	cursor: pointer;
}

/*//////////////////////////////////////////////////////////////////// 
//  05 - Content
////////////////////////////////////////////////////////////////////*/

#content {
	margin: 0 auto 40px;
	padding: 0 0 0 0 !important;
	width: 68%;	
	float: left;					
}

.page-template-page-full-width-upcoming-events-php #pageHead {
	padding-bottom:10px;
}

#content .videoContainer {width:800px;
margin:0 auto 60px;
}

#content.full {
	margin: 0 0 20px;
	padding: 0 0 0 0 !important;
	width: 100%;					
}

#content.full.grid {
	margin: 0 0 20px 0%;				
}

.home #content.full, .page-template-page-home-php #content.full {	
	width: 100%;	
	margin-top:-55px !important;
	-moz-margin-top:-59px !important;	
				
}

.page-template-page-home-php #main {
	padding-top: 35px;
}

#content.fullProjects{	
	width: 100%;				
}

#content.twoThirds .page {	
	width: 99%;		
}

#content h1 a,
#content h2 a,
#content h3 a,
.widgetBox h3 a,
#slideshow .slideText h3 a,
#content h4 a,
#content h5 a{	
	color: #2e3133;
}

#content h1 a:hover,
#content h2 a:hover,
#content h3 a:hover,
.widgetBox h3 a:hover,
#slideshow .slideText h3 a:hover,
#content h4 a:hover,
#content h5 a:hover{	
		
}

#content .postThumb{
	margin: 0 0 20px 0 !important;
}


#pageHead {		
	padding: 40px 0 40px 0;	
	margin: 0 0 40px 0;		
}

#pageHead h1 {	
	color: #ac8e53;
    display: block;
    font-family: "Roboto",Arial;
    font-size: 12px;
    font-weight: 600;
  
    letter-spacing: 1px;
    padding-bottom: 15px;
    padding-top: 50px;
    text-transform: uppercase;
    text-align: center;
	
}

.page-template-default .page h3, .page-template-page-club-php .page h3 {
	font-size:1.2em;
	font-weight:600;
	font-family:"ltc-bodoni-175",georgia;
	margin-top:50px;
}

.page-template-page-club-php #pageHead {
	padding:0 0;
}

.single-post #pageHead h1 {
	
	 color: #000;
    font-family: "ltc-bodoni-175",georgia !important;
    font-size: 30px;
    font-style: italic;
    font-weight: 200;
    line-height: 1.2em;
    text-transform: none;
	
}

.single-post #pageHead .meta {
	text-align:center;
	font-size:0.8em;
}

.page-id-274 #pageHead {
	margin-bottom:0px;
}

.page-id-17 .royalSlider {
	margin:30px auto;
	display:block;
}

.page-id-274 #content h3 {
	margin-bottom:5px;
}

.page-id-274 #pageHead p {
	margin-bottom:0px;
	margin-top:15px;
}

.page-id-274 #content {
	text-align: center;
}

#pageHead p {	
	font-family: "ltc-bodoni-175",georgia !important;
    font-size: 38px;
    font-style: italic;
    width: 70%;
    text-align: center;
    margin:20px auto;
    font-weight:200;
    color:#000;
      line-height:1.2em;
    }

h2.extraSpacing { padding-top: 10px; }

.boxItem {	
	padding: 30px 0 15px;	
}

/*Posts ------------------*/

.page #content .post {
	margin: 0 0 0px 0px;
	border: none;
}

.post .meta, .attachment .meta {
	margin: -5px 0 25px 0;		
	padding: 0 0 0px 0;	
	font-size: .75em;
	line-height: 1.5em;
	color:#ccc;		
}

#content .moreLink{	
	display: block;
	font-weight: bold;
}

#content .post.lastPost {
	background: none;
}

#content .post {
	margin: 0 0 30px 0px;
	position: relative;		
	padding-bottom: 10px;	
	width: 98%;		
}

.page-template-page-full-width-upcoming-events-php #content .post, .page-template-page-full-width-press-reviews-php #content .post, .page-template-page-full-width-trade-php #content .post {
		text-align:center;
		width:45%;
		margin:0 auto 50px;
		padding-bottom:40px;
		border-bottom:1px solid rgba(0,0,0,0.25);
	}
	
.page-template-page-full-width-press-reviews-php #content .post {
	width:29%;
	height:50px;
	margin:0 23px 50px;
	padding-bottom:30px;
	border:1px solid rgba(0,0,0,0.15);
	padding-top:30px;
	-webkit-transition: all 0.3s ease-in; /*safari and chrome */
	   -moz-transition: all 0.3s ease-in;
	     -o-transition: all 0.3s ease-in; /* opera */
	        transition: all 0.3s ease-in;
}

.page-template-page-full-width-press-reviews-php #content .postThumb {
	width:80%;
	margin:0 auto !important;
	display: block;
	
}

.page-template-page-full-width-press-reviews-php #content .post:hover  {
	background:#f2f2f2;
	-webkit-transition: all 0.3s ease-in; /*safari and chrome */
	   -moz-transition: all 0.3s ease-in;
	     -o-transition: all 0.3s ease-in; /* opera */
	        transition: all 0.3s ease-in;
}

.page-template-page-full-width-press-reviews-php #content .post h3 {
	font-size:1.2em;
}
	
.page-template-page-full-width-upcoming-events-php h3, .page-template-page-full-width-press-reviews-php h3, .page-template-page-full-width-trade-php h3 {
	font-weight:700;
}

.page-template-page-full-width-upcoming-events-php .post p, .page-template-page-full-width-press-reviews-php .post p, .page-template-page-full-width-trade-php .post p {

}

.posts .post .date{
	height: 100px;
	width: 100px;
	border-radius: 50px;
	background: #79d1bb;
	position: absolute;
	text-align: center;
	color: #fff;	
}

.posts .post .date .day{
	font-size: 2em;
	padding-top: 25px;
	display: block;
	line-height: 1em;
}

.posts .post .date .month{
	font-size: .9em;	
	display: block;	
	padding: 0 !important;
	line-height: 1em;
	color: rgba(255,255,255, .7);
}

.posts .post .inside{
	padding-left: 150px;
}

.posts .post.noDate .inside{
	padding-left: 0;
}

#content .post h2 {
	font-size: 1.8em;
}

.search #content .post {
	min-height: 50px;		
}

/*Home ------------------*/

.homeSection {	
	margin-bottom: 0;
	padding-bottom: 30px;		
}

.homeSection .sectionHead h3 {
	font-size: 2.1em;	
	margin: 0 auto 0px;
	clear: both;	
	text-align: center;	
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #2b2b2b;	
	width: 95%;
	text-transform: uppercase;
	
}

.homeSection .sectionHead {
	text-align: center;
	padding-bottom: 30px !important;
	margin: 0 30px;	
}

.homeSection .sectionHead p{
font-size: 1.2em;
}

#homeContent {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;	
}

#homeContent p, #homeContent img{
	margin-bottom: 0 !important;	
}

.home #content, .home #middle {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;	
}

.page-template-page-club-php #content {
	float:none;
	text-align: center;
	
}

.page-template-page-club-php #content a.button {
	min-width: 260px;

}

#content a.button:hover {
	background-color:#836c3c !important;
}

/*Testimonials ------------------*/

#testimonials {	
	padding: 60px 0 50px 0;
	background: #f9f9f9;
}

#testimonials .sectionHead p{	
	background: none;	
}

#testimonials p span {
	background: none;	
}

#testimonials .flexslider{	
	background: transparent;
}

#testimonials .flexslider .slides{	
	background: transparent;	
	max-width: 700px;
	margin: 0 auto !important;	
}

.slides .testimonial {	
	width: auto;	
}

#testimonials .flex-direction-nav a {opacity: .4; margin-top: 5px !important;}
#testimonials .flex-control-nav {display: none;}
#testimonials .flex-next:hover, #testimonials .flex-prev:hover {opacity: 0.8;}


.testimonial .left{
	float: left;
}

.testimonial .left img{
	border-radius: 95px;
}

.testimonial .right{
	float: right;
	width: 65%;
	padding-top: 5px;
	margin-right: 0px;
}

.testimonial .right p{
	font-size: 1.1em !important;
	line-height: 1.7em;	
}

.testimonial .right .title{
	padding-top: 25px;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
}

/*Featured Pages------------------*/

#featuredPages {	
	background: #f9f9f9;
	padding: 60px 0 30px 0;	
	width: 100%;
	max-width: none;
}

#featuredPages .pages {
	max-width: 1000px;
	margin: 0 auto;
}

#featuredPages .small{	
	float: left;
	width: 33%;
	display: none;	
}

#featuredPages img{	
	max-width: 100% !important;
	height: auto;
	margin: 0 auto;
}

#featuredPages .page p{
	text-align: center;
	font-size: .9em !important;
}

#featuredPages .inside{
	margin: 0 15px;
}

#featuredPages a{
	position: relative;
	display: block;	
	text-align: center;
}

#featuredPages .title {
	font-size: 1em;
	color: #000;	
	font-weight: bold;
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
	display: block;
}

#content .page.small img{	
	margin-bottom: 10px;
}

.single-post #content, .page-template-default #content {
	float:none;
}

.single-post #content h4 {
    font-size: 0.9em;
    margin-top:40px;
    font-weight: 600;
    letter-spacing: 1px;
}

#content .page.small p{	
	margin: 0 20px 10px 20px;
	font-size: .8em;
}

/*Home Posts ------------------*/
#homePosts {
	background: #fff;
	padding-top: 60px;
}

.homeSection .posts {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 30px;	
}

/*Home Content ------------------*/
#homeContent.homeSection {
	padding: 0px 0 !important;
}

#homeContent.homeSection .inside{
	padding: 0 30px !important;
	max-width: 70.5em;
	margin: 0 auto;
}

#homeContent.homeSection p {

}

#homeContent .clear {
	clear:both;
}

#homeContent .leftone {
	float:left;
	width:58%;
}



#homeContent .productrow {
	background: rgba(255,255,255,0);
	background: -moz-linear-gradient(-45deg, rgba(255,255,255,0) 0%, rgba(238,238,238,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(238,238,238,1)));
	background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0) 0%, rgba(238,238,238,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(255,255,255,0) 0%, rgba(238,238,238,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(255,255,255,0) 0%, rgba(238,238,238,1) 100%);
	background: linear-gradient(135deg, rgba(255,255,255,0) 0%, rgba(238,238,238,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=1 );
	min-height:421px;
}

#homeContent .products {
	float:right;
	width:42%;
	margin-top:-330px;
	
}

.rsDefaultInv, .rsDefaultInv .rsOverflow, .rsDefaultInv .rsSlide, .rsDefaultInv .rsVideoFrameHolder, .rsDefaultInv .rsThumbs, .rsUni, .rsUni .rsOverflow, .rsUni .rsSlide, .rsUni .rsVideoFrameHolder, .rsUni .rsThumbs {
	background:none transparent !important;
}

.rsContent {
	background:url(images/shadow.png) no-repeat 50% 88.5%;
}

.rsContent h3 {
	color:#ccc;
	letter-spacing: 1.3px;
	text-transform: uppercase;
	font-size:10px;
	margin:20px 0 10px;
}

.rsContent h2 {
	font-size:14px;
	font-weight:600;
	text-transform: uppercase;
	margin-bottom:5px;
}

.rsContent img.rsMainSlideImage {
	

}

.rsContent span {
	color:#999;
	font-size:12px;
}

.products #new-royalslider-1 {
	margin:0 auto;
	text-align: center;
	display: block;
}

#homeContent .events {
	float:right;
	width:42%;
	text-align: center;
}

#homeContent .lefttwo {
	float:left;
	width:42%;
	text-align:center;
}

.leftone, .rightone, .lefttwo, .righttwo, .leftthree, .tastingroomright {
	width:50%;
	float:left;
}

.leftone span, .righttwo span, .leftthree .teambox span {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size:12px;
	font-family:"Roboto", Arial;
	padding-top:50px;
	padding-bottom:15px;	
	color:#AC8E53;
	font-weight:600;
	display: block;
}

.page-id-243 #content {
	text-align: center;
}


.leftone h2 {
	font-family:"ltc-bodoni-175",georgia !important;
	font-size:43px;
	width:82%;
	font-style: italic;
}


.leftthree, .righttwo, .tastingroomright {
	height:457px;
}

.home .righttwo {
	height:auto;
}

.righttwo p, .page-template-page-full-width-tasting-room-php .righttwo p {
	padding-left:40px;
}

.leftthree p, .righttwo p, .copy, .page-template-page-full-width-tasting-room-php .righttwo p, .page-template-page-full-width-tasting-room-php .leftthree p {
	position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


.post-210 .righttwo p, .post-210 .lefttwo p, .post-210 .leftthree p {
	position:relative;
	top:0;
	-webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.page-template-page-full-width-tasting-room-php hr, .page-template-default hr, .page-template-page-full-width-upcoming-events-php hr {
	margin:50px auto;
	height:1px;
	width:30%;
	background:#eee;
	color:#eee;
	clear:both;
	display: block;
	border:none;	
}

.page-template-page-full-width-tasting-room-php .leftthree .leftone p {
	position:relative;
	top:0;
	-webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  width:100%;
}

.page-template-page-full-width-tasting-room-php .leftthree .copy {
	width:85%;
	margin:0 auto;
}

.page-template-page-full-width-tasting-room-php a.read {
	font-size:15px;
}

.page-template-page-full-width-tasting-room-php a.read:hover {
	color:#fff;
	background:#ac8e53;
}

.page-template-page-full-width-tasting-room-php .righttwo .leftone {
	margin-bottom:30px;
}

.teambox, .page-template-page-full-width-team-php .teambox {
	position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding:0 40px;
}

.leftthree .teambox  {
	padding:0 40px 0 0;
}

.righttwo .teambox p, .leftthree .teambox p {
	padding-left:0px;
	width:100%;
}

.leftone p, .rightone p, .lefttwo p, .righttwo p, .leftthree p, .tastingroomright p {
	color:#000;
	font-family:"Roboto", Arial, sans-serif;
	font-size:14px;
	width:78%;
}

.page-template-page-adam-tolmach-php .leftone h2 {
	margin-bottom:25px;
	margin-top:10px;
}

.page-template-page-adam-tolmach-php .rightone img {
	margin-bottom:15px;
}

blockquote p {
	font-family:"ltc-bodoni-175",georgia !important;
	font-size: 28px !important;
	font-style: italic;
}

.page-template-page-adam-tolmach-php .leftone p {
	width:95%;
}

.tastingroomright span.content p {
	width:100%;
}

.leftone p {
	width:85%;
}

.bump {
	margin-top:-34px;
}

.page-template-page-full-width-about-php .bump {
	margin-top:-1px;
}

.page-template-page-adam-tolmach-php .bump {
	margin-top:-37px;
}

.page-id-210 .bump {
	margin-top:-1px;
}

.clear {
	clear:both;
}



.lefttwo h3, .events h3 {
	color:#ccc;
	font-size:0.65em;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-top:50px;
	
}

.lefttwo h3 {
	padding-bottom:20px;
}

.lefttwo h3 a {
	color:#ccc !important;
}

.lefttwo h3 a:hover {
	color:#333 !important;
}

.events h3 a {
	color:#fff !important;
	padding-top:70px;
}

.events h3 a:hover {
	text-decoration: underline;
}

.lefttwo .press {
	padding:16px 0px;
	border-bottom:1px solid #eee;
	width:75%;
	margin:0 auto;
}

.events .press {
	padding:20px 0px 25px;
	border-bottom:1px solid rgba(255,255,255,0.36);
	width:71%;
	margin:0 auto;
}

.page-template-page-full-width-tasting-room-php .events .press {
	width:50%;
	float:left;
}

.lefttwo .press:last-child, .events .press:last-child {
	border-bottom:none;
}

.lefttwo .press span.date, .events .press span.date {
	color:#AC8E53;
	opacity:0.5;
	font-size:9px;
	letter-spacing: 2px;
	display: block;
	text-transform: uppercase;
	margin-bottom:5px;	
}

.leftone strong {
	color:#333;
	font-size:13px;
	letter-spacing: 1px;
}

.events .press span.date p {
	color:rgba(255,255,255,0.6);
	font-size:17px;
	font-weight:100;
	margin-bottom:5px !important;
}

.page-template-page-full-width-tasting-room-php .events .press span.date p {
	color:rgba(0,0,0,0.6);
	padding-left:0;
	width:100%;
	margin-bottom:0px;
	padding-bottom:0px;
}

.page-template-page-full-width-tasting-room-php .leftone h2 {
	margin-bottom:30px;
}

.lefttwo .press a.read, .events .press a.read, a.read, .post a.read {
	color:#AC8E53;
	text-transform: uppercase;
	padding:5px 20px;
	font-size:10px;
	border:1px solid #AC8E53;
	letter-spacing: 1px;
	display: inline-block;
	margin:3px 0 0;
		-webkit-transition: all 0.2s ease-in; /*safari and chrome */
	   -moz-transition: all 0.2s ease-in;
	     -o-transition: all 0.2s ease-in; /* opera */
	        transition: all 0.2s ease-in;
}

.page a.button, .post a.button {
	border: 1px solid #ac8e53;
    color: #fff;
    background:#ac8e53 !important;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 3px 0 0;
    padding: 10px 25px;
    text-transform: uppercase;
    transition: all 0.2s ease-in 0s;
    border-radius:0px;
}

.post a.read {
	line-height:24px;
}

.post a.read:hover {
	background:#AC8E53;
	color:#fff;
		-webkit-transition: all 0.2s ease-in; /*safari and chrome */
	   -moz-transition: all 0.2s ease-in;
	     -o-transition: all 0.2s ease-in; /* opera */
	        transition: all 0.2s ease-in;
}

#header a.read {
	color:#fff;
	border-color:#fff;
	background:url(images/cart.png) no-repeat 10px 8px;
	font-weight:600;
	font-size:12px;
	padding-left:33px !important;
	position: absolute;
	right:1%;
	top:34%;
	padding-right:12px;
		-webkit-transition: all 0.2s ease-in; /*safari and chrome */
	   -moz-transition: all 0.2s ease-in;
	     -o-transition: all 0.2s ease-in; /* opera */
	        transition: all 0.2s ease-in;
}

#header a.read:hover {
	background-color:#AC8E53;
	border-color:#AC8E53;
	
}

.postimage img {
	margin:0 auto 40px;
	display: block;
	text-align: center;
}

.centerit hr {
	height:1px;
	background: #eee;
	color:#eee;
	border:none;
	width:150px;
	margin:70px auto 50px;
}

.centerit a.read {
	margin:0px auto 60px;
	display:block;
	font-size:12px;
	width:220px;
	text-align: center;
	background:#AC8E53;	
	color:#fff;
	-webkit-transition: all 0.2s ease-in; /*safari and chrome */
	   -moz-transition: all 0.2s ease-in;
	     -o-transition: all 0.2s ease-in; /* opera */
	        transition: all 0.2s ease-in;
}

.centerit a.read:hover {
	background:#836c3c;
	color:#fff;
	-webkit-transition: all 0.2s ease-in; /*safari and chrome */
	   -moz-transition: all 0.2s ease-in;
	     -o-transition: all 0.2s ease-in; /* opera */
	        transition: all 0.2s ease-in;
}

.lefttwo .press a.read:hover {
	color:#fff;
	background:#AC8E53;	
		-webkit-transition: all 0.2s ease-in; /*safari and chrome */
	   -moz-transition: all 0.2s ease-in;
	     -o-transition: all 0.2s ease-in; /* opera */
	        transition: all 0.2s ease-in;
}

.events .press a.read:hover {
	background:#fff;
	color:#AC8E53;
		-webkit-transition: all 0.2s ease-in; /*safari and chrome */
	   -moz-transition: all 0.2s ease-in;
	     -o-transition: all 0.2s ease-in; /* opera */
	        transition: all 0.2s ease-in;
}

.centerit h3 {
	font-family:"ltc-bodoni-175",georgia !important;
	font-weight:200;
	font-size:21px;
	margin-top:60px;
	margin-bottom:15px !important;
	font-style: italic;
	text-align: center;
	color:#555;
}

.events .press a.read {
	color:#fff;
	border-color:#fff;
}

.page-template-page-full-width-tasting-room-php .events .press a.read {
	color:#AC8E53;
	background:#fff;
	border-color:#AC8E53;
	display: inline-block;
	width:auto;
}

.lefttwo .press h2, .events .press h2 {
	font-size:18px;
	color:#000;
	font-weight:600;
	letter-spacing: 1.1px;
	margin-bottom:5px;
}

.post-210 h3 {
	font-weight:600;
	letter-spacing: 1px;
	font-size:1.5em;
	font-family:"ltc-bodoni-175",georgia !important

}

.panel-default {
	background:#fff !important;
}

.panel-default > .panel-heading {
	background:#fff !important;
}

.page-id-483 .panel-heading, .page-id-504 .panel-heading {
	padding:0 15px 1px;
}

.page-id-483 .panel-heading .panel-title a, .page-id-504 .panel-heading .panel-title a  {
	color:#333 !important;
}

.page-id-483 .panel-heading .panel-title a:hover, .page-id-504 .panel-heading .panel-title a:hover  {
	color:#ac8e53 !important;
}

.page-id-483 .panel-body, .page-id-504 .panel-body {
	padding:30px 50px !important;
	text-align: left;
}

.page-id-504 .panel-body {
	text-align: center;
}

.page-id-483 .panel-body p {
	text-align: left;
}

.panel-title {
	font-size:24px !important;
	text-align:center;
	font-weight:600;
		-webkit-transition: all 0.2s ease-in; /*safari and chrome */
	   -moz-transition: all 0.2s ease-in;
	     -o-transition: all 0.2s ease-in; /* opera */
	        transition: all 0.2s ease-in;
}

.panel-title > a {
	color:#AC8E53 !important;
		-webkit-transition: all 0.2s ease-in; /*safari and chrome */
	   -moz-transition: all 0.2s ease-in;
	     -o-transition: all 0.2s ease-in; /* opera */
	        transition: all 0.2s ease-in;
}

.panel-title > a:hover {
	color:#333 !important;
	text-decoration: none !important; 
		-webkit-transition: all 0.2s ease-in; /*safari and chrome */
	   -moz-transition: all 0.2s ease-in;
	     -o-transition: all 0.2s ease-in; /* opera */
	        transition: all 0.2s ease-in;
}

.panel-body {
	padding:30px 140px !important;
	text-align: center;
	
}

.panel-body em {
	margin-bottom:20px;
	display: block;
	margin-top:10px;
	color:#ccc;
}


.single-post .bigger .post p a {
	font-size:1.4em;
	display:block;
	padding-bottom:35px;
	margin-bottom:10px;
	border-bottom:1px solid #eee;
	color:#000;
	font-weight:600;
	letter-spacing: 0.5px;
	transition:all 0.2s ease-in 0s;
}

.single-post .bigger .post p a:last-child {
	border-bottom:none;
}

.single-post .bigger .post p a:hover {
	color:#ac8e53;
	transition:all 0.2s ease-in 0s;
}

.single-post .post h3 {
    font-size: 1.2em;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top:30px;
}

.single-post .post h4 {

    font-size: 1em;
    font-weight: 600;
    letter-spacing: 1px;
}

.tighter {
	margin-bottom:0px !important;
	padding-bottom:10px !important;
}

.post-299 {
	text-align: center;
}

.events .press h2 a  {
	color:#fff !important;
}

.page-template-page-full-width-tasting-room-php .events .press h2 a  {
	color:#000 !important;
}

.page-template-page-full-width-tasting-room-php .events {
	text-align: center;
}

.center {
	text-align: center;
}

.page-template-page-full-width-tasting-room-php .centerit h4, .copy h4 {
	color: #ccc;
    font-size: 0.65em;
    letter-spacing: 1px;
    padding-top: 10px;
    margin-top:30px;
    text-transform: uppercase;
    font-family: 'Roboto', Arial, sans-serif !important;
    font-style: normal;
}


#homeContent .righttwo {
	float:right;
	width:58%;
}

.gold {
	overflow: hidden;
}


/*Projects------------------*/

#projects {
	margin: 0 0 0 0;
	margin: 0 auto;	
	padding: 0;	
	display: block;
	position: relative;	
	max-width: 62.5em;	
}

#projects.homeSection {
	padding-bottom: 50px;
}

.thumbs {
	margin: 0 auto;	
}

#content #projects li{
	padding: 0;
	background: none;		
}

.page-template-page-portfolio-php #pageHead {
	padding-bottom:0px;
}

.project.small, .isotope-item{	
	display: block;	
	position: relative;	
	float: left;	
	margin: 0 0 30px 0;	
	max-width: 600px;
	height: auto !important;
	padding-bottom: 0;	
	text-align: center !important;
	zoom: 1;
	visibility: hidden;
	float: left;
	display: none;	
	width:47% !important;
}

#content .project.small img, .isotope-item img{	
	max-width: 100% !important;
	height: auto;	
	-moz-transition-property: opacity;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;	
}

.page-template-page-portfolio #content .project.small img {
	display: block;
	margin:0 auto;
	text-align: center;
}

#content .project.small p{
	text-align: center;
	font-size: .9em;
}

#content .small .inside{
	margin: 0 15px !important;	
}

.project.small .inside {	
	text-align: center !important;
	position: relative;
	margin: 0 auto !important;
}

#content .project.small a{
	position: relative;
	display: block;	
	text-align: center;	
	margin: 0 auto;
	-webkit-backface-visibility: hidden;
}

#content .project.small a:hover img{
	opacity: 0.8;
	position:relative;
	-webkit-backface-visibility: hidden;
}

#content .project.small a:hover .title{
	opacity: 1;

	-webkit-backface-visibility: hidden;
	
}

#content .project.small .title {
	font-size: 1.35em;	
	font-weight: bold;
	text-align: center;	
	display: block;
	position: relative;	
	margin: 0px auto 20px !important;	
	width: 100%;
	-moz-transition-property: all;
	-webkit-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	opacity: 1;
}

#content .project.small .title span:hover {
	text-decoration: underline;
}
#content .project.small span.date {
	font-size:0.8em;
	color:#ccc;
	font-weight:300;
	margin-bottom:5px;
	display: block;
}

#content .project.small .title span {	
	display: inline-block;	
	background: none;
	color:#000;
	margin: 0 auto !important;	
}

#content .project.small span.content {
	margin:30px 0 0;
	display: block;
}

#content.project {
	width: 100%;
}

.home .project.small{
	float: left;
	width: 33%;
	visibility: visible;
}

.projectNav {
	margin: -16px 0 0 0;	
	padding-top: 0;	
	float: right;		
}

.projectNav a{
	display: inline-block !important;
	font-size: .85em;
	color: #7d7d7b;	
}

.projectNav a:hover{	
	color: #484848;	
}

.projectNav div {
	float: left;
	margin-left: 20px;		
}

#content .skillList{
	padding: 0!important;
	margin: 0 0 20px 0 !important;	
}

.skillList li{	
	background: none;
	margin: 0 5px 5px 0 !important;	
	display: inline-block;	
}

.skillList li span a{
	font-size: 0.7em;
	background: #f0f0f0;	
	display: inline-block;	
	color: #7d7d7b !important;
	text-decoration: none;
	position: relative;
	cursor: pointer;	
	letter-spacing: 1px;
	padding: 7px 11px 7px !important;	
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	line-height: 1em;
	text-transform: uppercase;
	font-weight: bold;
}

.skillList li span a:hover{	
	background: #6a6a6a;
	color: #fff !important;		
}

/*Theme Filter Navigation------------------*/
#content .filterWrap {
	text-align: center;
}

#content #filterNav{
	padding: 0!important;
	margin: 0 auto 40px auto!important;		
	width: auto;	
	text-align: center;			
	width: 100%;
	position: relative;
}

#content #filterNav li{
	padding: 0px 0 0 0;
	background: none;
	margin: 0 8px 8px 0;	
	display: inline-block;		
}

#filterNav li a{
	font-size: 0.7em;	
	background: #f0f0f0;	
	display: inline-block;	
	color: #7d7d7b!important;
	text-decoration: none;
	position: relative;
	cursor: pointer;	
	padding: 7px 11px 7px !important;	
	border: none;
	letter-spacing: 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	line-height: 1em;
	text-transform: uppercase;
	font-weight: bold;	
}

#filterNav li a:hover {
	background: #929292;
	color: #fff !important;
}

#filterNav .selected, #filterNav a.selected:hover {
	background: #929292;
	color: #fff !important;
}

/*Column Shortcodes------------------*/

.one_half{ width:48%; }
.one_third{ width:30%; }
.two_third{ width:65.33%; }
.one_half,.one_third,.two_third{ position:relative; margin-right:3%; float:left; }
.last{ margin-right:0 !important; clear:right; }
.clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;}


/*Buttons------------------*/

.button, a.button, #footer a.button, #searchsubmit, input[type="submit"]   {	
	background: #79d1bb;	
	display: inline-block;	
	color: #fff;
	text-decoration: none;		
	position: relative;
	cursor: pointer;	
	padding: 15px 20px;
	border: none;
	border-bottom: 3px solid rgba(0,0,0,.2);	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 0 3px 0 0;	
	line-height: normal !important;
	-webkit-appearance: none;
	text-transform: uppercase;
	font-size: .9em;	
}

#searchsubmit {
	padding: 5px 15px 6px;
}

.home .slideshow a.button:hover, #content.theme .actions a.button:hover, .button:hover, #footer a.button:hover, #searchsubmit:hover, input[type="submit"]:hover {	
	color: #fff;
	background-image: url(images/btn_bkg.png) !important;	
}

.home .slideshow a.button {
	font-size: .6em;
	color: #fff;
	background: #aa6d68 !important;
	padding: 13px 17px 13px;
	margin-top: 20px;
	border: none;	
}


/*Images------------------*/

#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px !important;
	margin-top: 4px;
}

#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
	margin-bottom: 12px;
}

/*Gallery------------------*/

.gallery {
	padding-top: 15px;
	margin-bottom: 25px!important;		
}

.gallery-item {
	margin-top: 0px!important;	
	margin-bottom: 25px!important;	
}

.gallery img {
	border: none!important;
}

/*Lists------------------*/

#content ul{	
	margin:  0 0 25px 20px;
	list-style-type: disc;	
}

#content ul li{	
	margin: 0 0 10px 0;		
	line-height: 1.4em;	
	font-size: 1em;	
}

#content ol li{	
	margin: 0 0 10px 0;	
	line-height: 1.4em;
}

#content ol{	
	margin: 0 0 20px 20px;	
	list-style-type: decimal !important;
}

#content ul ul, #content ol ul, #content ul ol, #content ol ol {	
	padding-top: 10px;		
}

#content ul ul li, #content ol ul li, #content ul ol li, #content ol ol li{		
	font-size: 1em !important;	
}

/*//////////////////////////////////////////////////////////////////// 
//  06 - Slideshow
////////////////////////////////////////////////////////////////////*/

#content .flexslider {	
	margin: 0 0 30px 0 !important;	
}

.flexslider p {
	margin: 0 !important;
}

.slideshow li, #content .flexslider li, #content .flexslider ol {
	list-style: none !important;
	list-style-type: none !important;	
}

#content .flexslider ol {	
	padding-bottom: 5px !important;
	margin-bottom: 0 !important;
}

#content .flexslider .slides {
	margin: 0;	
}

/* FlexSlider Theme------------------*/

.flexslider {  min-height: 100px; border: 0 !important; margin: 0 0 0 0!important; padding: 0 0 1px 0 !important; background: transparent; border: none; position: relative; -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; -o-border-radius: 0!important; border-radius: 0!important; box-shadow: none !important; -webkit-box-shadow: none!important; -moz-box-shadow: none!important; -o-box-shadow: none!important; zoom: 1;}
.flexslider .slides li{	margin-bottom: 0 !important; }
.flexslider .slides li p{ margin: 0 !important; }
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}
.flexslider .slides img { height: auto; max-width: 100%; width: auto !important; margin: 0 auto;}
.flex-direction-nav, .flex-control-nav, .flex-caption { margin-bottom:0 !important;}

/* Caption style */
/* IE rgba() hack */

.flex-caption {width: auto; position: absolute; color: #fff; }
.flex-caption p {font-size: .9em !important; margin-bottom: 0;}

/* Direction Nav */

.flex-direction-nav {	
	position: absolute;
	width: 100%;
	margin: 0 0 15px !important;
	right: 0;
	bottom: 50%;
	display: block;	
}

.flex-direction-nav li a {
	-webkit-transition: none; -moz-transition: none; transition: none;
	-webkit-transition: opacity .5s ease; -moz-transition: opacity .5s ease; transition: opacity .5s ease;
}
.flex-direction-nav li a { z-index: 100; width: 31px!important; height: 31px; display: block; background: rgba(0,0,0,0.3) url(images/flexslider/direction_nav.png) no-repeat 0 0;  cursor: pointer; text-indent: -9999px; border-radius: 5px; margin-top: 0;}
.flex-direction-nav li a.flex-next {background-position: -29px 9px; right: 30px !important;}
.flex-direction-nav li a.flex-next:hover {opacity: 1; filter:alpha(opacity=100);}
.flex-direction-nav li a.flex-prev {background-position: 0px 9px; left: 30px !important; }
.flex-direction-nav li a.flex-prev:hover { opacity: 1; filter:alpha(opacity=100); }
.flex-direction-nav li a.disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {position: absolute !important; bottom: 20px !important; right: 3% !important; width: auto !important; }
.flex-control-nav li {margin: 0 0 0 5px !important; display: inline-block !important; zoom: 1; *display: inline !important;}
.flex-control-nav li:first-child {margin: 0 !important;}
.flex-control-nav li a {width: 13px !important; height: 13px !important; display: block !important; background: rgba(255,255,255,0.3) !important; cursor: pointer; text-indent: -9999px; box-shadow: none !important;}
.flex-control-nav li a:hover {background: rgba(255,255,255,0.7) !important;}
.flex-control-nav li a.flex-active {background: rgba(255,255,255,0.7) !important; cursor: default !important;}

#content .flex-direction-nav { margin-top: -15px !important;}
#content .flex-control-nav { margin: 0; padding-top: 15px; position: relative !important; bottom: 0 !important; right: 0 !important; width: auto !important; }
#content .flex-control-nav li a { background: rgba(0,0,0,0.3) !important; box-shadow: none !important;}
#content .flex-control-nav li a:hover { background: rgba(0,0,0,0.7) !important;}
#content .flex-control-nav li a.flex-active { background: rgba(0,0,0,0.7) !important;}


/* Home Slideshow------------------*/

.slideshow, .flexslider {	
	margin: 0 !important;
	position: relative;		
}

.slideshow  {padding:0 !important;}

.home .slideshow {
	margin: 0 !important;
	max-height: 700px;
	overflow: hidden;
	background: #000;	
}

.home .slideshow .slide{
	height: 700px;	
}

.home .slideshow img{
	width: 100% !important;	
}

.home.blog .slideshow {
	margin-bottom: 30px;
}

/* Caption style for home page slideshow*/

.home .slideshow .details {
	background: transparent;	
	display: block;
	width: 100%;
	text-align: center;
	top: 50%;
	position: absolute;	
	display: none;
}

.home .slideshow .details .box{	
	padding: 0 30px 0 30px;
}

.home .slideshow .details.left {	
	text-align: left;	
}

.home .slideshow .details.right {	
	text-align: right;	
}

.home .slideshow .details.right .text {		
	width: 50%;	
}

.home .slideshow .details .inside {	
	max-width: 62.5em;	
}

.home .slideshow .details.center .text {	
	width: 80%;	
}

.home .slideshow .details .text {
	display: inline-block;		
}

.home .details a.play {
	width:131px;
	height:131px;
	display: block;
	background:url(images/playbutton.png) no-repeat top center;
	float:left;
	margin:-8px 20px 0 0;
	text-indent:-5000em;
}

.home .details a.play:hover {
	opacity:0.8;
	-webkit-transition: all 0.3s ease-in; /*safari and chrome */
	   -moz-transition: all 0.3s ease-in;
	     -o-transition: all 0.3s ease-in; /* opera */
	        transition: all 0.3s ease-in;
}

.home .details h2 {
	display:none;
	color: #fff;
	margin: 0 0 5px 0;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 4.0em;	
	text-shadow: 2px 2px rgba(0,0,0, .2);
}
.home .details p {
	font-size: 2.6em !important;
	margin-bottom: 0;	
	line-height: 1.3em;
	color: rgba(255,255,255, 1);
	 font-family: "ltc-bodoni-175", georgia;
	 font-style: italic;
	 font-weight:200;
	 letter-spacing: 1.5px;
}

.home .details p span {
	font-style: normal;
	font-weight:bold;
}

.home .details p .button{
	margin: 25px 0 0 0 !important;
	background: transparent !important;
	border: 2px solid rgba(255,255,255, .6);
	color: rgba(255,255,255, .6);
	border-radius: 0;
	font-weight: normal !important;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	-moz-transition-property: all;
	-webkit-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	background-color: rgba(255,255,255,0);
}

.home .details p .button:hover{
	background-image: none !important;
	background-color: rgba(255,255,255,.1) !important;
	color: #fff;
	border-color: #fff;	
}


/*//////////////////////////////////////////////////////////////////// 
//  07 - Sidebar
////////////////////////////////////////////////////////////////////*/

#sidebar {		
	margin-bottom: 30px;
}

.sidebarBox {	
	position: relative;
	margin: 0 0 30px 0;	
}

#sidebar p {	
	margin-bottom: 12px;
}

#sidebar li {
	font-size: .75em;
}

#sidebar .author .avatar {
	float: left;
	margin: 0 20px 15px 0 !important;
	padding-top: 3px;
	border-radius: 40px;
}




/*///////////////////////////////////////////////////////////////////// 
//  08 - Widgets
////////////////////////////////////////////////////////////////////*/

#footer .widgetBox a, #sidebar .widgetBox a {
font-size: 12px;

}

#footer .widgetBox {
	float: left;
	margin-right: 25px;
	margin-bottom: 30px;	
}

#sidebar .widgetBox {
	margin-bottom: 30px !important;	
}

#footer .footerBox:first-child {
	width:11%;
}

#footer .footerBox:nth-child(2) {
	width:17%;
}

#footer .footerBox:nth-child(4) {
	width:15%;
}

#footer .footerBox:nth-child(5) {
	width:15%;
}

#sidebar .widgetBox h3,
#footer .widgetBox h3{
	font-size: .8em;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.5px;
	color: #565656;	
}

#sidebar .widgetBox h3 a,
#footer .widgetBox h3 a{	
	color: #565656;	
}

#sidebar .widgetBox .meta,
#footer .widgetBox .meta {	
	font-style: italic;	
}

#footer .widgetBox p{
	font-size: 12px;
	line-height: 2.35em;	
}

#sidebar ul, #footer ul {
	margin: 0 0 0 0;
	padding: 0px 0 0 0;		
	line-height: 1em;
	background: none;
	position: relative;	
}

#sidebar ul li, #footer ul li {
	padding: 0px 0 0px 0;
	margin: 0 0 0px 0;	
	background: none;
	line-height: 1.7em;
}

#sidebar ul li p, #footer ul li p{
	line-height: 1.3em;
	margin: 0;
}

#sidebar ul li h2, #footer ul li h2{
	font-size: 13px;
	margin: 0 0 0px 0 ;	
	padding: 0 !important;	
	line-height: 1em;
	font-weight: normal;	
}

#sidebar .widget_nav_menu ul,
#footer .widget_nav_menu ul,
#sidebar .widget_pages ul,
#footer .widget_pages ul,
#sidebar .widget_categories ul,
#footer .widget_categories ul {
	background: none;
	margin: 0;
	padding: 0;
	border: none;
}

#sidebar .widget_nav_menu li,
#footer .widget_nav_menu li,
#sidebar .widget_pages li,
#footer .widget_pages li,
#sidebar .widget_categories li,
#footer .widget_categories li {
	padding: 0 0 0 0;
	margin: 0px 0 0 0;		
	border: none;	
}

/*Search------------------*/

.widget_search {	
	display: block;
	padding: 0 !important;	
}

.widget_search h3 {
	display: none;
}

.widget_search:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .widget_search {
    display: block;
}

* html .widget_search {
    height: 1%;
}

#s {
	margin: 0 0px 0 0;	
	padding: 10px .7em 10px .7em !important;
	line-height: normal!important;	
	width: 92%;
	color: #9a9a9a;	
	font-size: .8em;
}

#searchsubmit{	
	font-size: 11px !important;
	margin: 0 !important;
	border-left: none;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-topleft: 0px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	float: right;
	border: none;
	height: 30px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-position: 0 -1px;
	
}

/*Testimonails------------------*/

.ttrust_testimonials img {
	width: 76px;
	border-radius: 38px;
	height: auto;
	float: left;
	margin: 0 20px 0 0;	
}

.ttrust_testimonials p {
	font-size: .9em;
	line-height: 1.6em !important;
}

.ttrust_testimonials span.title {
	font-size: .9em;
	font-weight: bold;
	float: right;
}


/*Recent Posts Widget------------------*/

#sidebar .ttrust_recent_posts .meta,
#footer .ttrust_recent_posts .meta {
	margin: 0 0 0 0 !important;
	display: block;
	padding: 3px 0 0 0;	
	color: #444443;
}

#sidebar .ttrust_recent_posts .title,
#footer .ttrust_recent_posts .title {	
	font-size: 13px !important;
	margin-bottom: 2px;		
}

#sidebar .ttrust_recent_posts .title,
#footer .ttrust_recent_posts .title {	
	line-height: 1.1em;
}

.ttrust_recent_posts .firstPost p{	
	margin-bottom: 10px;
}

.secondaryPost {	
	padding: 10px 0 0px 0;	
}

.ttrust_recent_posts .thumb{
	float: left;
	margin: 0 12px 0 0;
	padding: 3px;
	background: #f0f0f0;
	border: 1px solid #e1e1e1;
}

.ttrust_recent_posts li {
	margin-bottom: 20px !important;
	border: none;
	display: block;	
}


.table-striped tbody tr:nth-child(2n+1) td, .table-striped tbody tr:nth-child(2n+1) th {
    background-color: #f9f9f9;
}
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #f9f9f9;
}


.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 0 none;
     color: #000;
    font-family: "Roboto",Arial,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.7em;
}
.table > thead > tr > th {
    border-bottom: 2px solid #ddd;
    vertical-align: bottom;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 10px;
    vertical-align: top;
     color: #000;
    font-family: "Roboto",Arial,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.7em;
}


/*Calendar Widget--------------------*/
table#wp-calendar {
	width: 216px;
}

table#wp-calendar td, table#wp-calendar th{
	text-align: left;
}

table#wp-calendar td {
	color: #b0b0ad;
	padding-top: 10px;
}

table#wp-calendar td a{
	font-weight: bold;
}

#wp-calendar caption {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dbdad8;
	font-size: 14px;	
	font-weight: bold;	
}

/*Tag Widget--------------------*/

.widget_tag_cloud a{	
	font-size: 11px !important;
	padding: 5px 7px 5px 7px;	
	display: block;
	float: left;
	margin: 0 5px 5px 0;	
}

#footer .widget_tag_cloud a,
#sidebar .widget_tag_cloud a{	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background: #f3f3f3;	
}

.widget_tag_cloud:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.widget_tag_cloud {
    display: inline-block;
}

html[xmlns] .widget_tag_cloud {
    display: block;
}

* html .widget_tag_cloud {
    height: 1%;
}

/*Twitter Widget--------------------*/
.simple_tweet_widget li {
   line-height: 1.5em !important;
   font-size: .95em !important;
}

.simple_tweet_widget li span{
   color: #4f4f4f !important;
   font-size: .85em !important;
}

/*Flickr Widget--------------------*/
#flickrBox .flickrImage {
	float: left;
	margin: 0 12px 12px 0;
	padding: 3px;	
}

#sidebar #flickrBox .flickrImage {	

}

#flickrBox .flickrImage img {
	width: 70px;
	height: 70px;
	float: left;
	border-radius: 5px;
	max-width: 70px;	
}

#sdrn_menu ul li a {
	font-family:"Roboto";
	font-weight:600;
	letter-spacing: 0.5px;
}

#sdrn_menu ul li a, #sdrn_menu ul li a:hover, #sdrn_menu .sdrn_icon_par {
	padding:22px 14px !important;
}

#sdrn_menu .sdrn_icon_par {
	padding-bottom:22px !important;
}

#sdrn_menu.sdrn_levels ul li ul {
	background-color:#e0e0e0;
}

/*///////////////////////////////////////////////////////////////////// 
//  09 - Comments
////////////////////////////////////////////////////////////////////*/
	
#comments {
	position: relative;
	margin: 0 0 30px 0px;
	width: 95%;		
	padding: 20px 0 0 0;
}

.twoThirds #comments {
	width: 95%;
}

#content.project #comments {
	padding-top: 30px;
}

#comments ul{
	list-style: none;
	margin: 0 0 30px 0;	
}

#comments h3{	
	margin: 0 0 30px 0;		
}

#content #comments ul li{
	font-size: 1em !important;
}

#trackbacks {
	margin: 30px 0 0 40px;
}

ol#commentslist {
	margin: 0 0 0 0px;
	list-style: none;
	padding: none;	
	padding: 0;
}

#commentslist .children li {
	padding: 15px 0 0 30px;
	background: transparent url(images/comment_marker.gif) no-repeat 0px 40px;
	border-left: 1px solid #e3e3e3;	
}
	
.comment {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;		
}

.comment .avatar {
	position: absolute;
	left: 0;
	top: 0;	
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	-o-border-radius: 35px;
	-ms-border-radius: 35px;
	-khtml-border-radius: 35px;
	width:70px;
	height:70px;
}

#commentForm label {
	padding-left: 20px;
}

.comment h5 {	
	margin: 0 0 6px 100px;
	padding: 0;		
}

.comment .date {	
	margin: -5px 0 10px 100px;	
	display: block;
	color: #a5a5a2;		
	font-size: .9em;		
}

.comment p {	
	margin: 0 0 10px 100px;
}

.comment-reply-link,
.comment-reply-login {
	margin: 0 0 0 100px;
	font-size: .95em;
}

.comment-reply {
	display: inline-block!important;
	padding: 0 0 0 10px;	
}

#comment-add {
	position: absolute;
	top: -5px;
	right: 0px;
}

.moderation {
	margin: 0px;
	padding: 0 0 10px 25px;	
}

#trackbacks ul {
	margin: -5px 0 15px;
}

#trackbacks ul li {
	padding: 5px 0 5px 20px;	
}

/* Comment Form */
	
#commentForm {
	position: relative;
	margin: 30px 0 30px 0px;
}

#comments #respond {
	position: relative;
	padding: 0 0 0;
	margin: 0;
}

#respond .form-allowed-tags {
	display: none;
}

#respond form {
	margin: none;
	padding: none;
	position: relative;
}

#respond h3 {	
	font-size: 1.4em !important;	
}

#commentForm h1 {	
	font-size: 1.3em !important;
	border: 1px solid #000;
}

.cancel-comment-reply {
	float: right;
	margin: 5px 90px 0 0;
}

#cancel-comment-reply-link {
	margin-left: 20px !important;
	
}

#comments textarea {
	width: 90% !important;
}

#comments input[type="text"] {
	width: 50%;
	margin-right: 20px;	
}

#comments ol{	
	list-style: none !important;
}



/*//////////////////////////////////////////////////////////////////// 
//  10 - Pagination
////////////////////////////////////////////////////////////////////*/
	
.pagination {	
	padding: 0 0 30px !important;	
	clear: both;	
	margin: 0 0 15px 0;		
}

.page-template-page-portfolio-php .pagination {	
	text-align: center;	
	margin: 0;
	padding: 20px 0 !important;
}

.page-template-page-portfolio-php .pagination .inside {		
	display: inline-block;
}

.pagination span,
.pagination a,
.pagination-prev a,
.pagination-next a,
.older-comments,
.newer-comments {
	display: block;
	float: left;
	width: auto;
	height: 24px;
	line-height: 24px;
	margin: 0 5px 0 0;
	padding: 0 8px;	
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

.pagination-prev a:hover,
.pagination-next a:hover,
.wp-pagenavi a:hover,
.wp-pagenavi .current {
		
}

.pagination-prev a,
.pagination-next a {
	float: none;
	margin: 0px;
}

.pagination-prev,
.pagination-next {
	float: left;
	width: auto;
	margin: 0px;
}

.pagination-prev {
	float: right;
}


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

#footer {	
	color: #7b7b7b;
	background: #E9E9E9;
	margin-top:50px;
}

#googleMap iframe {
	width: 100%;
}

#googleMap {
	height: 350px;
}

#googleMap img { max-width: none; } 

#googleMap .iwContent {
	padding-top: 20px;
	font-size: .85em;
}

#footer .widgetBox h3{	
	color: #fff;			
}

#footer .meta {
	color: #919191;	
}

#footer .main {	
	padding: 60px 0 10px 0;		
	margin: 0 30px 0;		
}

#footer .inside {	
	margin: 0 auto;	
	max-width: 70.5em;
}

.footerBox{
	margin: 0 30px 40px 0 !important;	
	float: left;
	position: relative;	
	width: 13%;	
}

.widget_recent_entries {
	margin-right: 0 !important;
}

.footerBox p{			
	padding: 0;	
}

#footer a, #footer p {
	color: #7b7b7b;	
}

#footer a:hover {
	color: #333;;	
}

.footerBox h3 {
	color: #333 !important;
	font-weight:bold;
	font-family:"Roboto", Arial;
	font-style:italic;
}

#footer .secondary {		
	margin: 0 0 0;
	padding: 0 30px 10px;	
}

#footer .secondary a{		
	text-decoration: underline;
}

#footer .secondary .inside{		
	border-top: 1px solid #ccc;
	padding: 30px 0 0;	
}

#footer.light .secondary {	
	border-top: 1px solid #dfdfdf;
}

#footer .secondary p{
	font-size: .58em;
	font-weight:200;
	color:#666;
	font-family:"Roboto", Arial;
}

#footer .secondary .left {
	float: left;
}

#footer .secondary .right {
	float: right;
}

#footer .secondary .right span{
	padding: 0 5px;
	color: #4d4d4d;
}


/*//////////////////////////////////////////////////////////////////// 
//  12 - Media Queries
////////////////////////////////////////////////////////////////////*/

@media all and (max-width: 1150px) {
	.home .slideshow .flex-direction-nav {	
		position: absolute;
		width: 130px;
		right: 0;
		left: 0;
		margin: 0 0 0 !important;
		right: 30px;
		bottom: 35px !important;
		display: block;	
		height: 31px;	
	}
	
	#logo {
		margin-top:9px;
	}
	
	#logo img {
		width:214px;
  	}
  	
  	#homeContent .products {
	  	margin-top:-370px;
  	}
  	
  	#homeContent .productrow  {
	  	min-height:368px;
  	}
  	
  	#mainNav ul {
	  	font-size:14px;
	  	padding:0 12px;
  	}
  	
  	.events h3 {
	  	padding-top:40px;
  	}
  	
  	.events .press h2 {
	  	font-size:16px;
  	}
  	
  	.events .press {
	  	padding: 11px 0 25px;
  	}
  	
  	.lefttwo h3 {
	  	padding-bottom:6px;
  	}
  	
  	.leftone h2 {
	  	font-size:37px;
  	}
  	
  	#new-royalslider-2 .rsContent h2 {
	  	font-size:32px !important;
	  	top:40% !important;
  	}
  	
  	.leftthree, .righttwo, .tastingroomright {
	  	height:400px;
  	}
  	
  	.page-template-page-adam-tolmach-php .leftone {
	  	width:60%;
  	}
  	
  	.page-template-page-adam-tolmach-php .rightone {
	  	width:40%;
  	}
  	
  	blockquote p {
	  	line-height:1.4em;
	  	font-size:26px !important;
  	}
  	
  	.page-template-page-full-width-tasting-room-php .leftone p {
	  	width:95%;
  	}
  	
 
  	
 
  	.page-template-page-full-width-tasting-room-php .leftone h2 {
	  	width:95%;
	  	font-size:32px;
  	}
  	
  	
	.flex-direction-nav .flex-prev {opacity: 1; }
	.flex-direction-nav .flex-next {opacity: 1; }
}

/* iPad Landscape */

@media all and (max-width: 768px) {	

}

/* iPad Portrait */

@media only screen and (max-width: 975px) {		
	
	/*Home Slideshow ------------------*/	
	
	.home .slideshow {
		margin: 0 !important;
		max-height: 600px;			
	}
	
	.home .slide {
		height: 500px !important;		
	}	

	.home .slideshow .details h2 {
		color: #fff;		
		text-transform: uppercase;
		font-weight: normal;
		font-size: 2.4em;
	}
	.home .slideshow .details p {
		font-size: 2em !important;
		margin-bottom: 0;		
		line-height: 1.3em;
		color: rgba(255,255,255, 1);
	}
	.home .details a.play {
		margin-top:-21px;
	}
	
	.home .slideshow .details.right .text, .home .slideshow .details.left .text{
		width: 73%;
	}
	
	/*Projects ------------------*/	
	#content .project.small .title {
		font-size: .8em;
	}
	
	/*Testimonials ------------------*/	
	
	#testimonials.homeSection {
		padding-bottom: 20px;	
	}
	
	#testimonials .flexslider .slides{	
		background: transparent;	
		max-width: 500px;
		margin: 0 auto !important;
	}

	.slides .testimonial {
		min-height: 260px;
		width: auto;			
	}	
	
	.testimonial .left img{
		max-width: 150px !important;
	}

	.testimonial .right{
		float: right;
		width: 65%;
		padding-top: 0px;
		margin-right: 0px;
	}
	
	#testimonials .flex-direction-nav a {margin-top: -50px !important;}	
	
	/*Footer ------------------*/	
	.footerBox {
		width: 29%;		
		margin: 0 25px 40px 0 !important;					
	}	
	
	#pageHead p {
		width: 100%;
		font-size:21px;
	}	
	
	.page-id-17 .royalSlider,
	.page-id-17 .royalSlider .rsOverflow {
		width:100% !important;
		
		}
	
	.panel-body {
		padding:30px 60px !important;
	
	}
	.page-template-page-full-width-upcoming-events-php #content .post, .page-template-page-full-width-press-reviews-php #content .post, .page-template-page-full-width-trade-php #content .post {
		width:80%;
	}
}

@media only screen and (max-width: 820px) {	
	
	#comments { width: 100%;}
	
	#sidebar {
		float: none;
		width: 95%;
		margin-left: 2.5%;
		padding: 10px 0 30px 0 !important;		
	}
	
	#content.twoThirds {
		width: 95% !important;
		float: none;
	}	
	
	.sidebarBox {	
		float: left;
		margin: 0 3% 30px 0 !important;
		width: 30%;	
	}	
	
	#comments { width: 100%;}
}

/*layouts smaller than 700px, iPhone and mobiles*/

@media only screen and (max-width: 700px) {
	html {
	    -webkit-text-size-adjust: none; 
	}
	
	h1 { font-size: 1.2em;}
	h2 { font-size: 1.1em;}
	h3 { font-size: 1.0em;}
	h4 { font-size: .9em;}
	h5 { font-size: .8em;}
	
	#wrap {
		padding: 1px 20px;
	}
	

	
	.panel .panel-body {
		padding:0 20px !important ;
	}
	
	.home #wrap {	
		padding-top: 15px !important;
	}
	
	/*Header ------------------*/	
	
	#header #logo img {			
		max-width: 80%;
		height: auto;			
	}	
	
	#mainNav .sf-menu {
		display: none;
	}
	
	#mainNav .tinynav {
		display: block;
		margin: 0 auto;
		padding: 0;
	}	
	
	/*Home Slideshow ------------------*/	
	
	.home .slideshow {
		margin: 0 !important;
		max-height: 400px;
		overflow: hidden;	
	}
		
	.home .slideshow .details.right .text {		
		width: 60%;	
	}
	
	.home .slideshow .details h2{
		font-size: 1.7em;
	}
	
	.home .slideshow .details p{
		
	}
	
	
	
	.goldbox {
		margin-top:-44px;
	}
	
	.goldbox h2 {
		background:#eee;
		color:#999;
		font-size:12px;
	}
	
	.home .slideshow .details.right .text, .home .slideshow .details.left .text {
		width:99%;
	}
	
	#pageHead {
		margin: 0 0px 25px;	
		padding: 30px 0;	
	}
	
	#pageHead h1 { font-size: 1.3em;}
	
	.flex-direction-nav, .flex-control-nav { bottom: 120px !important;}	
	
	#main {
		width: 95%;		
		padding-top: 5px;
	}
	
	.goldbox {
		
		width:100%;
		
	}
	
	#homeContent .productrow {
		min-height:auto;
	}
	
	#homeContent .products {
		margin-top:56px;
	}
	
	#homeContent .leftone, #homeContent .rightone, #homeContent .lefttwo, #homeContent .righttwo, #homeContent .events {
		width:100%;
	}
	
	#homeContent .lefttwo .press:last-child {
		margin-bottom:40px;
	}
	
	.lefttwo .press h2, .events .press h2 {
		font-size:14px;
	}
	
	#homeContent.homeSection .inside, .centerit {
		padding:0 10px !important;
	}
	
	.lefttwo .press {
		width:100%;
	}
	
	.centerit h3 {
		font-size:17px;
	}
	
	#homeContent .products {
		width:100%;
		float:none;
	}
	.footerBox {
		width:100% !important;
		text-align: center !important;
	}
	
	.leftone, .rightone, .lefttwo, .righttwo, .leftthree, .tastingroomright {
		width:100%;
		float:none;
	}
	
	.gold .leftone, #new-royalslider-2, .productrow .leftone {
		display: none;
	}
	
	.rsContent {
		background-image:none;
		background-color:#f2f2f2;
	}
	
	.rsUni .rsBullets {
		background-color:#f2f2f2;
		padding-bottom:40px;
		padding-top:20px !important;
	}
	
	#new-royalslider-2 .rsContent h2 {
    font-size: 21px !important;
    top: 34% !important;
}
	
	/*Posts ------------------*/
	
	.posts .post .date {	
		
	}	
	
	

	.posts .post .date .month{
		font-size: .9em;	
		display: block;	
		padding: 0 !important;
		line-height: 1em;
		color: rgba(255,255,255, .7);
	}

	.posts .post .inside{
		padding-left: 115px;
		position: relative;		
	}
	
	.posts .post .inside h2{
		font-size: 1.3em !important;
		line-height: 1.2em;
		margin-bottom: 10 !important;
	}
	
	.posts .post .inside .meta{
		margin: 0 auto 20px !important;
		display: inline-block;
		padding: 0;			
	}
	
	/*Home Sections ------------------*/
	.homeSection {
		padding: 35px 0 !important;
	}
	
	.homeSection .sectionHead {
		padding-bottom: 10px !important;
	}
	
	.homeSection .sectionHead h3 {
		font-size: 1.5em;
	}	
	.homeSection .sectionHead p {
		font-size: 1em;
	}
		
	/*Projects ------------------*/		
	
	#content .project.small .inside{			
		display: inline-block;
		margin: 0 auto 20px !important;				
	}
	
	/*Featured Pages ------------------*/		
	.home .page.small{
		float: none !important;		
		width: 100% !important;
		margin: 0 auto 0 !important;
		margin: 0 auto !important;		
		display: inline-block;		
	}	
	
	.home .page.small .inside{		
		display: inline-block;
		margin: 0 auto 0 !important;
	}
	
	.home .page.small p{		
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;		
	}
	
	.home .page.small .inside{		
		width: 80%;		
	}

	
	/*Testimonials ------------------*/	
	#testimonials .flexslider .slides{	
		background: transparent;	
		max-width: 500px;
		margin: 0 auto !important;
	}

	.slides .testimonial {
		min-height: 260px;
		width: auto;
		text-align: center !important;		
	}
	
	.testimonial .left {
		float: none;		
		text-align: center !important;
		margin-bottom: 20px;
	}	
	
	.testimonial .left img{
		max-width: 150px !important;
		margin: 0 auto !important;
	}

	.testimonial .right{
		float: none;
		width: auto;
		padding: 0 30px 0;
		margin-right: 0px;
		text-align: center !important;
	}	
	
	#comments { width: 100%;}
	
	#content.twoThirds {
		width: 95% !important;
		float: none;
	}	
	
	#content .post {
		margin-bottom: 20px;
		padding-bottom: 30px!important;
	}
	
	#sidebar {
		float: none;
		width: 95%;
		margin-left: 2.5%;
		padding: 10px 0 30px 0 !important;		
	}
	
	.sidebarBox {	
		float: left;
		margin: 0 2% 30px 0 !important;
		width: 95%;	
	}
	
	#flickrBox .flickrImage {		
		margin: 0 8px 8px 0;	
	}
	
	#featuredPages .small{		
		margin-bottom: 25px !important;			
	}
	
	#filterNav {
		text-align: center;			
		width: 100%;
		position: relative;			
	}	
	
	.projectNav {
		margin: 0 0 0 0;	
		padding: 10px 0 0 0 !important;	
		float: none;			
	}
	
	.projectNav div {
		margin: 0 20px 0 0 !important;	
		padding: 0 !important;		
	}
	
	.thumbs {
		text-align: center;
	}
	
	.thumbs .small{		
		margin: 0 auto !important;
	}	
	
	.post .moreLink {
		display: none;
	}
	
	.widgetBox {
		width: 100%;
		float: none;			
	}
	
	/*Footer------------------*/
	
	#googleMap {
		height: 200px !important;
	}	
	
	.footerBox {
		width: 40%;
		float: none;
		margin: 0 20px 40px 0!important;				
	}	
	
	#footer .main .inside{ padding: 0 0 !important;  width: auto !important;margin: 0 0px!important;}
	
	#footer #flickrBox .flickrImage {	
		margin: 0 5px 5px 0;	
	}
	
	#footer .secondary{
		text-align: center;
		margin: 0 0;
	}
	#footer .secondary p{
		margin: 0px;
		padding: 0px;
	}	
	
	#footer .secondary .left,
	#footer .secondary .right{
		float: none;		
	}	
	
	#footer .secondary .right{
		float: none;
		padding: 10px 0 15px 0;
	}
				
	.gallery-item img{
		width: 90%;
	}
	
	#header {
		background-image:none !important;
		height:0px;
	}
	
	.single-post #content {
		width:100%;
	}
	
	.page-template-page-full-width-about-php .leftone, .page-template-page-full-width-about-php .rightone {
		text-align: center;
	}
	
	.page-template-page-full-width-about-php .leftone h2, .page-template-page-full-width-about-php .leftone p {
		width:100%;
	}
	
	.leftone h2 {
		font-size:27px;
	}
	
	.leftthree p, .righttwo p, .copy, .teambox, .page-template-page-full-width-team-php .teambox {
		position:relative;
		top:0;
		transform:translateY(0%);
	}
	
	.teambox, .page-template-page-full-width-team-php .teambox {
		padding:0 0px;
	}
	
	.leftone p, .rightone p, .lefttwo p, .righttwo p, .leftthree p, .tastingroomright p {
		width:100%;
		
		
	}
	
	.page-template-page-adam-tolmach-php .bump {
		margin-top:40px;
	}
	
	.page-template-page-adam-tolmach-php .rightone {
		width:100%;
	}
	
	.leftone span, .righttwo span {
		text-align: center;
	}
	
	.leftone h2 {
		width:100%;
		text-align: center;
	}
	
	.page-template-page-adam-tolmach-php .leftone {
		width:100%;
	}
	
	.righttwo {
		padding-top:30px;
	}
	
	.righttwo p {
		padding-left: 0px;
	}
	
	.leftthree, .righttwo, .tastingroomright {
		height:auto;
	}
	
	
  	 	.page-template-page-full-width-tasting-room-php .righttwo {
	  	height:none;
  	}
  	
  	.page-template-page-full-width-tasting-room-php .righttwo p {
	  	width:95%;
	  	padding-left:0px;
	  	top:auto;
	  	transform:none;
  	}
  	
  	 	.page-template-page-full-width-tasting-room-php .new-royalslider-3 {
	  	display:none;
  	}
  	
  	
.page-template-page-full-width-tasting-room-php .events .press {
	width:100%;
	float:none;
}
  	
  	.page-template-page-full-width-tasting-room-php a.read {
	  	margin-bottom:50px;
  	}
	
	.project.small, .isotope-item {
		width:100% !important;
		float:none;
	}
	
	/*Column Shortcodes------------------*/

	.one_half{ width:100%; }
	.one_third{ width:100%; }
	.two_third{ width:100%; }
	.one_half,.one_third,.two_third{ position:relative; margin-right:0%; float:none; }
	.last{ margin-right:0 !important; clear:right; }
	.clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;}	
}

/* iPhone Landscape */
@media screen and (max-width: 480px) and (orientation: landscape) {	
	.home .slideshow .details p {
		font-size:1.2 !important;
	}
	
	#header {
		background-image:none !important;
		height:0px;
	}
}

/* iPhone Portrait */
@media screen and (max-width: 480px) {
	#header {			
		text-align: center;		
	}
	
	.page-id-17 .royalSlider,
	.page-id-17 .royalSlider .rsOverflow {
		
		}
	
	#header .inside {		
		padding: 20px 0 20px 0!important;	
	}
	
	#header #logo {			
		float: none;
		margin: 0 20px;	
		text-align: center;				
		display: block;
	}
	
	#header #logo img{		
		margin: 0 auto;	
	}
	
	#header #mainNav {			
		position: relative;			
		display: block;
		padding-top: 20px;
	}
	
	.home .slideshow .details h2{
		font-size: 1.5em;
	}
	
	.home .slideshow .details {
		top:40%;
	}
	
	.goldbox {
		text-align: center;
	}
	
	.goldbox .corner {
		display: none;
	}
	
	.home .slideshow .details p{
		font-size: 1em !important;
		text-align:center;
	}	
	
	.home .details a.play {
		float:none;
		margin:0 auto;
	}
	
	/*Posts ------------------*/
	
	.posts .post .date {	
		position: relative;		
		margin: 0 auto 20px;	
	}	

	.posts .post .date .month{
		font-size: .9em;	
		display: block;	
		padding: 0 !important;
		line-height: 1em;
		color: rgba(255,255,255, .7);
	}

	.posts .post .inside{
		padding-left: 0;
		position: relative;
	}
	
	.widgetBox {
		width: 100%;	
		float: none;
		margin: 0 0 20px 0;			
	}	
	
	#commentForm input[type="text"], #comments input[type="text"] {		
		width: 40% !important;
		margin-right: 5px !important;
	}
	
	#commentForm label, #comments label {
		font-size: .8em;
	}
	
	.home .flex-caption p {
		font-size: 1em !important;		
	}	
}
