html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}







#page a img {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: scale(1);
	-o-transition: all 0.4s;
	transition: all 0.4s;

}

#page a:hover img {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;

}



ol,
ul {
	list-style-type: disc;
	padding: 0 0 50px 8%;
}

select {
	margin: 0px auto 20px;
	padding: 15px;
	background: #F9F9F9 none repeat scroll 0% 0%;
	border: 1px solid #333;
	text-transform: uppercase;
	font-size: 14px;
	color: #666;
	letter-spacing: 1px;
}


form {
    margin: 0px  auto;
	width:100%;
	
 
}

form table{
    margin: 0px auto;
}


/* WordPress Presentational Classes*/
.aligncenter {
	display: block;
	margin: 0 auto
}
.alignleft {
	float: left;
	margin: 0 40px 30px 0;
}
.alignright {
	float: right;
	margin: 0 0 30px 40px;
}
.wp-caption-text {
	font-style: italic;
	font-size: 14px;
	display:block;
	margin:4px 0 10px 0;
}
.wp-caption {
    max-width: 100%;
}

body {
	background: #fff;
	color: #000000;
	font-family: 'ITC Avant Garde Gothic W01 Bk', Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.4;
}


a,
a:visited {
	color: #720f8f;
	text-decoration: none;
	outline: medium none;
	letter-spacing: 1px;		
}
a:hover {
	color: #666666;
}


textarea:focus,
input:focus,
select:focus,
option:focus {
	outline: 0;
}



p {
	line-height: 1.8;
	margin-bottom: 20px;
	
}

em{

	font-style: italic;
}

strong{

	font-weight: bold;
}




blockquote{
	font-family: 'Avenir LT W01_85 Heavy1475544', Arial, Helvetica, sans-serif;
	width: 80%;
	margin: 20px auto 20px auto;
	text-align: center;
	font-size: 30px;
}



.page-title{

	display:none;

}




h1{
	font-family: 'ITC Avant Garde Gothic W01 Bk', Arial, Helvetica, sans-serif;
	font-size: 30px;
	letter-spacing: 2px;
	line-height: 1.2;
	margin: 0 0 20px 0;

}

.artwork h1 a{
	font-family: 'ITC Avant Garde Gothic W01 Bk', Arial, Helvetica, sans-serif;
	font-size: 25px;
	letter-spacing: 2px;
	line-height: 1.2;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}



h2{
	font-family: 'ITC Avant Garde Gothic W01 XLt', Arial, Helvetica, sans-serif;
	font-size: 32px;
	letter-spacing: 2px;
	line-height: 1.2;
	margin: 0 0 20px 0;
	font-weight: normal;
}

h3{
	font-family: 'District Pro W01 Light', Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0 !important;
	font-size: 30px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
}

h4{
	font-family: 'District Pro W01 Light', Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0 !important;
	font-size: 20px;
	letter-spacing: 1px;
	color: #4f4f4f;
}



.white,
.white a {
	color: #fff;
}

.white a:hover {
	color: #CCC;
}


.wide550 .vc_column-inner {
    max-width: 580px;
}




.wide850 .vc_col-sm-12{
    margin: 0 auto;
	max-width:850px;
	float: none;

}

.wide900 .vc_col-sm-12{
    margin: 0 auto;
	max-width:900px;
	float: none;

}

.wide950 .vc_col-sm-12 {
    margin: 0 auto;
    max-width: 950px;
    float: none;
}

.wide1000 .vc_col-sm-12 {
    margin: 0 auto;
    max-width: 1000px;
    float: none;
}





.headerimage{
	padding-top: 220px !important;
	padding-bottom: 220px !important;

}







.narrow .vc_col-sm-12{

	max-width:840px;
	margin:0 auto;
	float: none;
}

















#page {
    margin: 0 auto;
    position: relative;
    float: left;
    width: 100%;
	overflow:hidden;
}




#wrapper {
    max-width: 1000px;
    margin: 140px auto 0 auto;
    padding: 0px 5%;
}




#branding{
	width: 100%;
	margin: 0px auto;
	position: fixed;
	text-align: center;
	float: left;
	padding: 25px 0 ;
	z-index: 9999999999;
	border-bottom:1px solid #cccccc;

		
}




#branding-inner{
	max-width: 1100px;
	margin: 0px auto;
	opacity: 1;
}




#brand {
	position: relative;
	margin:  0 auto;
}









.wpb_revslider_element{

	margin:0 !important;
}







 .cbp-af-header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 9999;
	height: auto;
	overflow: visible;
	transition: background 0.5s linear 0s;
	opacity: 1;
	background-color: #FFF;
	box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0);
}

.cbp-af-header .cbp-af-inner {
	width: 90%;
	max-width: 69em;
	margin: 0 auto;
	padding: 0 1.875em;
}


.cbp-af-header.cbp-af-header-shrink



 {
	    height: auto;
    background: #FFF none repeat scroll 0% 0%;
    opacity: 1;
    box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.15);
}











/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100% !important;
	height: auto !important; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
	
}	
img {
	max-width: 100% !important;
	height: auto !important; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
	
	
}







/* =Menu

-----------

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




#access {
	font-family: 'ITC Avant Garde Gothic W01 Md', Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin:0;	
	
}

#access ul {
	line-height: 0;
	padding: 0;
    text-align: center;
	width:100%;
}

#access li {
	display:inline-block;
	position: relative;

}


#access a
 {
	line-height: 30px;
	display: block;
	text-decoration: none;
	padding: 15px 28px 0 28px;
	color: #000;
	font-weight: normal;
	border-radius: 6px;
	text-transform: lowercase;
	letter-spacing: 1px;
	font-size: 18px;
}







#access li:hover > a,
 #access ul ul :hover > a,
 #access a:focus {
	color: #808080;
}





#access .current-menu-item > a,
 #access .current-menu-ancestor > a,
 #access .current_page_item > a,
 #access .current_page_ancestor > a,
 #access .current-page-ancestor > a
 
 
  {
	font-weight: normal;
	color: #808080;
}

.widget_nav_menu h2 {

	display:none;
}


.widget_nav_menu ul {
	width: 100%;
	list-style-type: none;
	margin:0;
	padding:0;
}



.widget_nav_menu li {
	width: 100%;
	border-bottom:solid #ba8cba 1px;
	display:block;
	margin-bottom:18px;

}

.widget_nav_menu li:last-child {

	border-bottom:none;


}

.widget_nav_menu li a {
	width: 100%;
	display: block;
	padding: 0 0 18px 24px;
	color: #000;
	text-transform: lowercase;
}

.widget_nav_menu li.current-menu-item a,
.widget_nav_menu li a:hover
 {
	color: #808080 !important;
}















.taptap-logo a {
	font-size: 20px!important;
	text-decoration: none;
	color: #531561!important;
	margin: 0px;
	padding: 5px;
	transition: all 0.25s ease 0s;
	font-family: 'ITC Avant Garde Gothic W01 Md', Arial, Helvetica, sans-serif!important;
	text-align: center;
	text-transform: uppercase !important;
	letter-spacing: 2px;
}


.taptap-by-bonfire ul li a {
	font-size: 22px;
	letter-spacing: 1px;
	color: #000 !important;
}
.taptap-by-bonfire ul li a:hover {

	letter-spacing: 1px;
	color: #CCC !important;
}

.taptap-background-color {
	background-color: #FFFFFF !important;
	opacity: 1 !important;
}

.tap-tap-header {
    position: fixed;
    z-index: 9999;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 67px;
    background-color: #FFFFFF !important;
}























span.wpcf7-not-valid-tip {
	position: relative !important;
	top: -33%!important;
	left: 2%!important;
	z-index: 9999 !important;
	font-size: 13px!important;
}

label {
	
	display:block;
	margin-bottom:3px;
	font-size:14px;
	margin-left:2px;
}

label em {
}

input,
textarea {
	font-size: 16px;
	border: 2px solid #EEEEEE;
	display: block;
	margin-bottom: 10px;
	background-color: #F9F9F9;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	max-width: 671px;
	padding: 10px 15px;
	width: 80%;

	color: #797979;
	font-family: 'District Pro W01 Light', Arial, Helvetica, sans-serif;
}

.left_col form input {
	width:158px;
}

input:focus,
textarea:focus { /*    -moz-box-shadow:0 1px 4px #4a4d50 inset;
    -webkit-box-shadow:0 1px 4px #4a4d50 inset;
    box-shadow:0 1px 4px #4a4d50 inset;
    background-color:#585c60;
    color:white;*/
	border:2px solid #720f8f;
	color: #4B4B4B;
}

textarea {
	height:120px;
}

#sig-form #submit-form {
	padding: 10px 0;
}

input[type="submit"] {
	-webkit-appearance: none;
}



.btn_cancel:active {
	background: #f43c34;
}

.wpcf7-submit {
    width: 86%;
    font-size: 24px;
    padding: 20px;
    cursor: pointer;
    background-color: #E8E8E8;
}

#submit-form:active,
.wpcf7-submit:active {
	border: 2px solid #fe4402;
	z-index: 9999;
	background-color: #E5E5E5;
	color: #FFF;
}
















/*footer*/


#footer {
	width: 100%;
	margin: 0 auto;
	position: relative;
	font-size: 16px;
	float: left;

}





#footer .left {
	width: 50%;
	float:left;
	text-align:left;

	
	
	
}
#footer .right {
	width: 40%;
	float:right;
	text-align:right;

	
	
	
}

.footer-top{
	width: 100%;
	float: left;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
	color: #FFF;
	background-color: #531561;
	font-size: 18px;	
}


.footer-top a,
.footer-top a:visited{

	color: #FFF;

	
}
.footer-top a:hover{
	color: #CCC;
	
}
.footer-top .right a {

margin: 0 0 0 25px;
	
}
.footer-top .left a {

margin: 0  25px 0 0;
	
}


.footer-bottom{
	width: 100%;
	padding: 25px 0 50px 0;
	float: left;
	color: #000;	
	
	
}
.footer-bottom a{
	color: #000000;
	
}


.footer-bottom a:hover{
	color: #666;
	
}



.footer-inner{
	max-width: 1100px;
	padding:0 10%;
	margin:0 auto;
	
	
	
}






















.pt-cv-readmore {

	display:none !important;
}


.pt-cv-title a {
	font-weight: 600;
	color: #000;
}
.pt-cv-title a:hover {
	color: #808080;
}


.ideadates  {
	font-size: 12px;
	display: block;
	float: left;
	margin:0 0 15px 0;
	width: 100%;
}



.dates  {
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	line-height: 1.1;
	display: block;
	float: left;
	position: absolute;
	top: 50px;
	text-align: center;
	left: 0;
	border-bottom: 1px solid #e7e7e7;
	color: #000;
	text-transform: uppercase;
	padding:0 0 4px 0;
}
.dates .day {
	font-size: 19px;
	font-family: 'ITC Avant Garde Gothic W01 Dm';
	

}

.dates .year{

	font-size:16px;


}



.pt-cv-href-thumbnail  {
    float: left;
    margin: 0px 0px 0px 40px;
	width: 40%;
    max-height: 166px;
    overflow: hidden;
}

.pt-cv-thumbnail.pull-left {
    margin-right: 30px !important;
    width: 90% !important;
}

.pt-cv-wrapper .col-md-12 {
    width: 100%;
    padding: 50px 0 0 0;
    border-top: 1px solid #ccc;
    display: block;
    float: left;
    margin: 0 0 35px 0;
}



.pt-cv-2-col .pt-cv-title {
	clear: none !important;
	width: 53%;
	float: left;
	background-image: url(../img/purple.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0 0 10px 0;
	font-family: 'ITC Avant Garde Gothic W01 Bk', Arial, Helvetica, sans-serif;	
}

.pt-cv-wrapper .col-md-12 {
    width: 92% !important;
}



.home-bottom .pt-cv-href-thumbnail  {
    float: left;
    margin: 0px 0px 0px 0px;
	width: 44%;
}


.home-bottom  .pt-cv-2-col .pt-cv-title {
  
    width: 56%;
   
}
.pt-cv-content {
	font-weight: 400;
	zoom: 1;
	color: #333;
}


.book .pt-cv-title {
    margin: 0 0 10px 50px !important;
	background-image: url(../img/purple.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0 0 15px 0;
}
.book .pt-cv-title a {
	color: #730091;
}

.book .pt-cv-content {
    margin: 0 0 0 50px !important;
}

.book .pt-cv-readmore {
    display: inline-block !important;
    background: white !important;
    color: #730091 !important;
    border: none !important;
    padding: 0 !important;
}

.book .pt-cv-wrapper .col-md-12 {
    width: 100%;
    margin-left: 15px;
}


.sidebar{

	font-size: 14px;
}

.quote {
	font-size: 15px;
	color: #541062;
	
}
.quote p {

	line-height:1.5;
	
}

.quote strong {
	font-size: 24px;
	color: #000000;
	font-family: 'American Typewriter ITC W01 Md', Times, serif;
	font-weight: normal;	
	line-height: 1.3;
}

.quote em {
	font-size: 18px;
	color: #000000;
	font-family: 'American Typewriter ITC W01 Lt', Times, serif;
	font-style: normal;
	line-height:1.3;
}





.page-heading{

	display:none;
}


#main{

	width:100%;
	float:left;
	margin: 30px 0 50px 0;
}

.single #main{


	margin: 60px 0 50px 0;
}


#posts{

	width:60%;
	float:left;
	
}
#sidebar{
    width: 32%;
    float: right;
}

#sidebar ul{

	list-style:none;
	padding:0;
}



.post-date{

	width:10%;
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	line-height: 1.1;
	display: block;
	float: left;
	text-align: center;
	margin: 0 5% 0 0;
}

.category-ideas .post-date,
.category-media .post-date
{

	display: none;
}
.page-id-10 .post-date
{

	display: block;
}


.post-date .day {
	font-size: 19px;
	font-family: 'ITC Avant Garde Gothic W01 Dm';
	

}

.post-date .year{

	font-size:16px;


}




.post {
    position: relative;

font-size: 16px;
display: block;
float: left;
}

.featured-image {

overflow:hidden;
height:255px;
margin: 0 0 15px 0;

}



.featured-image img{

width:100% !important;
height:auto !important;

}

.press-title {
    font-family: 'ITC Avant Garde Gothic W01 Bk', Arial, Helvetica, sans-serif;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 1.2;
    margin: 0 0 20px 0;
    font-weight: normal;
	background-image: url(../img/purple.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0 0 15px 0;
}



.entry-content{
	width: 85%;
	float: left;
	margin: 0 0 60px 0;
	padding: 0 0 40px 0;
	border-bottom: 1px solid #999999;
	max-width:550px;

}

.category-ideas .entry-content{
	width: 100%;
	max-width:550px;

}



.single .entry-content,
.post:last-of-type > .entry-content

{

	border-bottom: none;

}
 .post-meta{

	display:none;

}

.more-link  {
    margin: 0 0 30px 0;
    display: block;
    float: left;
    width: 100%;

}



.content{

	text-align: justify;
}

.pix-wrapper {
    text-align: center;
    margin-top: 25px;
    display: block !important;
    float: left;
    width: 100%;
    margin-bottom: 40px;
}



ul.post-meta {
    display: none;
    float: left;
    width: 100%;
	padding:0 0 40px 0;

}
.post-meta li{
	display: inline-block;
	float: left;
	margin: 0 20px 0 0;
	color: #730091;
}


.widget_black_studio_tinymce .textwidget{
	padding: 30px 30px 10px 30px;
	font-size: 14px;
	background-color: #f6f6f6;
	margin-bottom:50px;
	
}






/*tables*/


.disco-table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 1em;
    border: none;
}


.disco-table  {
    width: 100% !important;
}

.disco-table .column-1 {
    width: 20% !important;
	
}

.disco-table .column-1 img {
    width: 100% !important;
	max-width: 100% !important;
}

.disco-table .column-2 {
    width: 20% !important;
	padding-top: 5% !important;
}
.disco-table .column-22 {
    width: 20% !important;
	padding-top: 5% !important;
}

.disco-table .column-3 {
    width: 30% !important;
	padding-top: 5% !important;
}
.disco-table .column-4 {
    width: 10% !important;
	padding-top: 5% !important;
}


.disco-table td, .disco-table th {
    padding: 3% 3% 3% 0 !important;
    border: none;
    background: 0 0;
    text-align: left;
    float: none !important;
}

.disco-table .aligncenter {
    display: block;
    margin: 0 auto !important;
}
.disco-table tfoot th, .disco-table thead th {
    background-color: transparent !important;
    font-weight: 700;
    vertical-align: middle;
}
.disco-table .sorting::after {
    content: none !important;
}
.disco-table .sorting_desc::after {
    content: none !important;
}

.disco-table .sorting_asc::after {
    content: none !important;
  
}








.disco-table .post {
    position: relative;
    font-size: 16px;
    display: table-row;
    float: none;
    width: 100%;

}


.disco-table tbody td, .disco-table tfoot th {
    border-top: 1px solid #ddd;
}
.disco-table tbody td {
    vertical-align: top;
}

.disco-table td, .disco-table th {
    border: none;
    background: 0 0;
    text-align: left;
    float: none !important;
}

.disco-table tbody tr:first-child td {
    border-top: 0;
	padding-top: 3% !important;
}






.disco #sidebar {
    width: 200px;
    float: right;
	margin: 24px 0 0 0;
}


.disco #posts {
    width: 69%;
    float: left;
}

.disco .widget_nav_menu li a {
    width: 100%;
    display: block;
    padding: 0 0 18px 0;
    color: #000;
    text-transform: lowercase;
}







/*tablepress*/



.tablepress .column-1 {

	width:10% !important;
}
.tablepress .column-2 {

	width:40%  !important;
}

.tablepress .column-3 {

	width:25%  !important;
}
.tablepress .column-4 {

	width:25%  !important;
}

.tablepress thead th {
	background-color: transparent !important;
	font-weight: normal !important;
	vertical-align: middle;
	text-transform: uppercase !important;
	border-bottom: 1px solid #bebebe !important;
}

.tablepress tbody td, .tablepress tfoot th {
    border-top: 1px solid #bebebe !important;
}

.tablepress td, .tablepress th {
    padding: 16px 2px !important;
    border: none;
    background: 0 0;
    text-align: left;
    float: none !important;
}

.white .tablepress  {
	color: #FFF;
}

.white .tablepress thead th {
	background-color: transparent !important;
	font-weight: normal !important;
	vertical-align: middle;
	text-transform: uppercase !important;
	border-bottom: 1px solid #fff !important;
}

.white .tablepress tbody td, .tablepress tfoot th {
    border-top: 1px solid #fff !important;
}






.photospace .slideshow span.image-wrapper {
    display: block !important;
    display: inline-block;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    line-height: 0px !important;
    font-size: 0px!important;
    white-space: nowrap !important;
    letter-spacing: -1px !important;
    left: 0 !important;
    width: 100%!important;
}

.photospace .caption-container {
    text-align: center !important;
}
.photospace span.image-caption {
    display: block;
    position: absolute;
    text-align: center !important;
}
.photospace .ss-controls
 {
	display:none !important;
}

.nav-controls {

    width: 100%!important;
}

.photospace .controls a.next {
    margin-left: 0 !important;
    position: absolute !important;
    right: 0 !important;
	font-size: 70px;
}

.photospace .controls a.prev {
    margin-left: 0 !important;
    position: absolute !important;
    left: 0 !important;
	font-size: 70px;
}

.photospace {
    width: 100% !important;
}
.photospace .nav-controls {
    float: none !important;
}

.photospace .controls {
    margin-top: 0 !important;
    height: auto!important;
    position: absolute !important;
    top: 50% !important;
    z-index: 99999999 !important;
    width: 100% !important;
}

.photospace .gal_content,
.photospace .loader {
    width: 100% !important;
}
.photospace .slideshow a.advance-link {
    width: auto !important;
	max-width:600px !important
	margin: 0 auto !important;
}

.photospace .slideshow img {
width: 100% !important;
    max-width: 600px !important;
max-height: 700px;
height: auto !important;

}


.image-caption,
.image-desc{
    text-align: center !important;
}


.photospace .slideshow a.advance-link, .photospace .slideshow span.image-wrapper {
    height: auto !important;
}

.image-wrapper img {
    max-width: 600px !important;
    width: 100% !important;
}


























.photospace{
  position:relative;
  margin-bottom: 80px !important; /* space for row of thumbs */
}

.photospace .slideshow img {
  vertical-align:bottom  !important;
}

.photospace .slideshow span.image-wrapper {
  bottom:0;
}

.photospace ,
.photospace .thumnail_col,
.photospace .gal_content,
.photospace .loader,
.photospace .slideshow a.advance-link{
  width:420px; /* width of main image */
}

.photospace .thumbs_wrap2{
  height:60px; /* height of thumbnails */
  width:100%;
  position:absolute;
  bottom:-70px;
  left:0;
        overflow: hidden;
}

.photospace .thumbs_wrap{  
    float: left;
    left: 50%;
    position: relative;
}

.photospace .pageLink.next{
  margin-right:0;
}

.photospace .thumnail_col {
  float: left;
        left: -50%;
  width:auto  !important;
  position: relative;
}

.photospace ul.thumbs {
  float:left;
}

.photospace a.advance-link {
    line-height: 370px; /* height of main image */
}




















.pswp--open {
  
	z-index:999999999999999 !important;
}



.pswp__caption__center {
	text-align: center !important;
	max-width: 420px;
	margin: 0 auto;
	font-size: 14px !important;
	padding: 10px;
	line-height: 20px;
	color: #E0E0E0;

}
.photoswipe_gallery figcaption,
.pswp__share--download {
  display: none !important;
}












.style1 {
    font-size: 18px;
	display:block;
	margin:0 0 20px 0;
}

.clear {
    clear: both;
}

.awards {
    width: 100%;
    float: right;
	display:block;
	clear:both;
  margin: 0 0 10px 0;
}

.date1 {
    width: 10%;
    float: left;
    
}

.awards1 {
    width: 85%;
    float: right;
    
}

.imdb {
    width: 80%;
    float: left;
    padding-bottom: 10px;
}
.imdb2 {
    float: right;
	
}


.awardfloat .wpb_content_element {
    float: left;
}





.pix-load-more input{
	width:100%;
	cursor:pointer;
	
}




/*media*/


.media .entry-content {
    width: 100%;
   
}



.media .featured-image {
    overflow: hidden;
    height: 165px;
    margin: 0 30px 15px 0;
    width: 232px;
    display: block;
    float: left;
}

.media  .featured-image img {
    width: 130% !important;
    height: auto !important;
	max-width: 130% !important;
}



.single .featured-image {
    overflow: hidden;
    height: auto;
    margin: 0 30px 15px 0;
    width: 100%;
    display: block;
    float: left;
}

.single  .featured-image img {
    width: 100% !important;
    height: auto !important;
	max-width: 100% !important;
}




.mediablock {

    display: block;
    float: left;
	    width: 50%;
}
.media p {
	line-height: 1.3;
	margin-bottom: 10px;
	font-size: 14px;
}

.media-title {
font-family: 'ITC Avant Garde Gothic W01 Bk', Arial, Helvetica, sans-serif;
    font-size: 18px;
	    margin: 0 0 20px 0;
    font-weight: normal;
	background-image: url(../img/purple.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0 0 15px 0;


}


#searchsubmit{

    display: none;
   
}

.searchbox{

	margin: 0 0 20px 0;


}

thead .column-1,
thead .column-2,
thead .column-22,
thead .column-3,
thead .column-4{

	cursor:pointer;

}



thead{


	border-bottom:#CCC solid 1px;

}




/* =Media queries
-------------------------------------------------------------- */



@-ms-viewport {
 width: device-width;

}
@viewport {
 width: device-width;
}

@media screen and (max-width: 1158px) {

#access a
 {
	
	padding: 15px 18px 0 18px;


}

}


@media screen and (max-width: 984px) {

#access a
 {
	
	padding: 15px 10px 0 10px;

}

}

/* max width of 800 pixels. */
@media screen and (max-width: 845px) {
	
#access a
 {
	
	padding: 15px 5px 0 5px;

}

}

/* max width of 800 pixels. */
@media screen and (max-width: 864px) {
	
.taptap-logo-image img {
    width: 70% !important;
    max-height: 35px  !important;
	max-width:100%  !important;
	height:auto !important
}


.taptap-menu-button-three::after, .taptap-menu-button-three::before, .taptap-menu-button-three div.taptap-menu-button-three-middle::before {

    background-color: #c8c8c8 !important;

}


#wrapper {
    max-width: 1000px;
    margin: 0px auto;
    padding: 0px 5%;
}



#branding {
	display: none;
}


.headerimage{
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}









h1{

	font-size: 30px;


}

h2{

	font-size: 26px;

}

h3{

	font-size: 24px;

}

h4{

	font-size: 20px;

}

	

body {
	font-size: 18px;
	line-height: 1.2;
}


#footer .left {
	width: 100%;
	float:left;
	text-align:center;
	padding-bottom:10px;

	
	
	
}
#footer .right {
	width: 100%;
	float:left;
	text-align:center;
	padding-bottom:10px;

	
	
	
}



.footer-top .right a {

margin: 0 15px;
	
}
.footer-top .left a {

margin: 0  15px;
	
}



#posts{

	width:100%;
	float:left;
	margin:0 0 50px 0;
	
}
#sidebar {
    width: 100% !important;
    float: right;
    text-align: center;
}

.widget_nav_menu li a {
    width: 100%;
    display: block;
    padding: 0 0 18px 0;
    color: #000;
    text-transform: lowercase;
    text-align: center;
}


.disco #posts {
    width: 100%;
    float: left;
}



}




/* max width of 620 pixels. */
@media screen and (max-width: 620px) {

.disco-table {
    font-size: 12px;
}

.disco-table .post {
    font-size: 11px;
}


.tablepress  {
	font-size: 12px;
}

.pt-cv-title {
    clear: both !important;
    float: left;
    width: auto !important;
	margin: 0 0 10px 40px !important;
	display:block;
}

.pt-cv-content {
    font-weight: 400;
    zoom: 1;
    float: left;
    clear: both;
	  width: auto !important;
	margin: 0 0 10px 40px !important;
	display:block;
}
.home-bottom .pt-cv-title {
    clear: both !important;
    float: left;
    width: auto !important;
	margin: 0 0 10px 0 !important;
	display:block;
}

.home-bottom .pt-cv-content {
    font-weight: 400;
    zoom: 1;
    float: left;
    clear: both;
	  width: auto !important;
	margin: 0 0 10px 0 !important;
	display:block;
}

.home-bottom .pt-cv-href-thumbnail {
    float: left;
    margin: 0px 0px 0px 0px;
    width: 90%;
}

.pt-cv-thumbnail.pull-left {
    margin-right: 0 !important;
    width: 100% !important;
}
.pt-cv-href-thumbnail {
    float: left;
    margin: 0px 0px 0px 40px;
    width: 90%;
}



body {
	font-size: 14px;
	line-height: 1.2;
}


#footer {
	text-align:center;

	
}




.aligncenter {
	display: block;
	margin: 0 auto 30px auto !important;
}
.alignleft {
	float: none;
	display: block;
	margin: 0 auto 30px auto !important;
}
.alignright {
	float: none;
	display: block;
	margin: 0 auto 30px auto !important;	
}


.pt-cv-colsys {
    margin-left: 5px !important;
    margin-right: 5px  !important;
}

.featured-image {
    overflow: hidden;
    height: auto;
    margin: 0 0 15px 0;
}
.media .featured-image {
    overflow: hidden;
    height: 200px;
    margin: 0 30px 15px 0;
    width: 100%;
    display: block;
    float: left;
}
.featured-image img {
	max-width: 100% !important;
	height: auto !important; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
	width:100%;
	
}
.mediablock {
    display: block;
    float: left;
    width: 100%;
}

}


/* max width of 620 pixels. */
@media screen and (max-width: 620px) {


.searchbox{

	margin: 0 auto 20px auto;


}



}



































