/*  
Theme Name: Uber
Theme URI: http://themetrust.com/themes/uber
Description: A Responsive Business and Portfolio Theme
Version: 1.1.5
Author: Theme Trust
Author URI: http://themetrust.com
Tags: portfolio, responsive, blog, clean, minimal, white, two-columns, custom-background, threaded-comments, translation-ready, custom-menus
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
/////////////////////////////////////////////////////////////////////*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400|Sansita:700');
html, body, div, span, applet, object, iframe,  h1, h2, h3, h4, h5, h6, p, blockquote, pre,  a, abbr, acronym, address, big, cite, code,  del, dfn, em, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: 'Open Sans';
	font-weight:700;
}
ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
img {
	display: block;
}
 input[type="submit"]::-moz-focus-inner {
border:0;
}
 input[type="submit"]::-webkit-focus-inner {
border:0;
}
.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;
	width: auto !important;
}
.wp-caption-text {
	padding: 5px 0 0 0;
	font-style: italic;
}
body * {
	-webkit-backface-visibility: hidden
}
/* 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;
}
/* ///////////////////////////////////////////////////////////////////// 

//  02 - Global 

/////////////////////////////////////////////////////////////////////*/



body {
	font-size: 100%;
	/*font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-family: 'Raleway', sans-serif;
	width: auto;
	height: auto;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: #000;
	background:#e1e1e1;
}
p {
	line-height: 23px;
	font-size: 15px;
	margin: 0 0 20px 0;
	font-family: 'Raleway';
	font-weight:400;
}
table {
	line-height: 1.7em;
	font-size: 0.75em;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
li {
	margin: 0 0 0 0;
	padding: 0;
	font-size: 15px;
}
img {
	margin: 0;
}
img.left {
	margin: 0 15px 15px 0;
	float: left;
}
a {
	text-decoration: none;
	outline: none;
}
body a {
	color:#AA893D; /*#77a7b9;*/
}
body a:hover {
	color: #000;
}
a img {
	border: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 15px 0;
	font-weight: normal;
	color: #000;
}
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;
}
blockquote {
	background: transparent url(images/quote.png) no-repeat;
}
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: #fff;
	overflow: auto;
	border: 1px solid #e4e4e4;
}
.left {
	float: left;
}
.right {
	float: right;
}
.meta {
	color: #b0b0ad;
}
.meta a {
	color: #000 !important;
}
.meta a:hover {
	color: #555 !important;
}
input[type="text"],
input[type="tel"],
input[type="number"],
input[type="url"],
input[type="email"],
textarea{
	background-color: transparent;
	padding:7px 10px 9px;
	font-family: 'Raleway';
	font-weight:400;
	color: #000;
	border: 2px solid #000;
	/*background: #fafafa url(images/field_bkg.png) repeat-x;*/
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
textarea:focus {
	outline: none;
	/*background-color: #f7f7f7;*/
}

textarea {
	width: 80%;
	font-size: 13px;
}
/* Clearfix ----------- */



/* Some clearfix code from HTML5 Boilerplate */

.clearfix:before, .clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
a.action {
	font-style: italic;
}
/* //////////////////////////////////////////////////////////////////////

//  03 - General Layout 

//////////////////////////////////////////////////////////////////////*/



#container {
	width: 100%;
	margin: 0 auto;
}
#main {
	margin: 0 auto;
	padding: 30px 0 0px 0;
	background: rgba(255,255,255,0.75);
	max-width: 62.5em;
	/*-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.10);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.10);*/
}
.home #main {
	border: none;
}
.home.page #content {
	padding-top:62px !important; /* 102px !important;*/
}
:not(.home) div#main {
    padding: 60px 0;
}
#main.full {
	background: none;
}
#content {
	padding: 0 0 0 0;
	float: left;
	margin: 0 0px 0 0;
	position: relative;
	width: 100%;
}
#sidebar {
	width: 22%;
	float: right;
	margin: 0 3% 0 0;
	padding: 0 0 0 0;
}
#footer {
	width: 100%;
	margin: 0 auto;
}
.oneFourth {
	width: 22.916667%;
}
.oneThird {
	width: 280px;
}
.threeFourth {
	width: 720px;
}
.full {
	width: 970px;
}
/*////////////////////////////////////////////////////////////////////////

//  04 - Header

///////////////////////////////////////////////////////////////////////*/



#header {
	width: 100%;
	position: relative;
	padding: 0 0 0 0;
	margin: 0;
	z-index: 100 !important;
}
#header .inside {
	max-width: 62.5em;
	margin: 0 auto;
	position: relative;
	padding: 20px 0 0px 0;/*92px 0 50px 0*/
	background: rgba(255,255,255,0.75);
	/*-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.10);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.10);
	border-top: 4px solid #eaeaea;*/
}
#logo {
	display: inline-block;
	margin: 0px 0 0px 3%;
	float: left;
	padding: 0;
}
#logo h1 {
	margin: 0 !important;
	line-height: 1em !important;
	padding: 0 !important;
	font-size: 1.5em;
	font-weight: bold;
	color: #555555;
	/*max-width: 180px;*/
}
#logo h1 img{max-width: 100%;}
#header h1 {
	font-size: 1.5em;
	color: #555555;
	margin: 0;
}
#header h1 a, #header h1 a:hover {
	color: #555555 !important;
}
/* Top level navigation */



#mainNav {
	right: 3%;
	position: absolute;
	top: 50%;
	height: 20px;
	margin-top: 8px;
	font-family: 'Open Sans';
	text-transform: uppercase;
}
#mainNav li {
	margin: 0 0 0 1.125em;/*0 0 0 45px;*/
	display: inline-block;
	padding: 0;
}
#mainNav ul a {
	font-family: 'Open Sans';
	font-weight:400;
	line-height: 25px;
	color: #D7D7D7;
	font-size: 16px;
}
#mainNav ul ul a {
	line-height: 18px;
	font-weight: normal;
	border-top: none;
}
#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-page-ancestor 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: #2e2e2e;
}
#mainNav ul li.sfHover a,  #mainNav ul li a:hover,  #mainNav ul li:hover {
	text-decoration: none;
	color: #AA893D;
}
/* Second level+ dropdowns */



#mainNav ul ul {
	padding: 20px 0px 0 0px !important;
	margin-top: -10px;
	background: #fff;
	border: 1px solid #dedede;
	-moz-box-shadow: 0 0px 6px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0px 6px rgba(0,0,0,0.1);
	box-shadow: 0 0px 6px rgba(0,0,0,0.1);

	width: 170px !important;
}
 
#mainNav ul ul ul {
	padding-top: 20px !important;
	margin-left: -1.25em;
	margin-top: -5px;
}
#mainNav ul ul li {
	float: none;
	background: none;
	margin: 0 5px 10px 15px !important;
}
#mainNav ul ul li a {
	padding: 0px 0 10px 0;
	font-weight: normal;
	border: none !important;
}
#mainNav ul li.sfHover ul a {
	color: #7b7b7b!important;
}
#mainNav ul li.sfHover ul a:hover {
	color: #fff!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;
}
/*//////////////////////////////////////////////////////////////////// 

//  05 - Content

////////////////////////////////////////////////////////////////////*/

h3{line-height: 1.5em;}

#content {
	margin: 0 0 20px 3%;
	padding: 0 0 0 0 !important;
	width: 70%;
	float: left;
}

.videoContainer {
	margin-top: -20px;
}
#content.full {
	margin: 0 0 20px 3%;
	padding: 0 0 0 0 !important;
	width: 94%;
}
.blog #content{width: 94%;}
.single #content{width: 94%;}
.single img{max-width: 100%; height: auto;}
.home #content.full, .page-template-default #content.full {
	width: 94%;
}
#content.fullProjects {
	width: 96%;
}
#content.threeFourth .page {
	width: 99%;
}
#content .post {
	margin: 0 0 50px 0px;
	position: relative;
	background: transparent url(images/dotted_line.gif) bottom repeat-x;
	padding-bottom: 30px;
	/* min-height: 250px; */
	width: 98%;
}
#content .post h1 {
	font-size: 1.2em;
}
.search #content .post {
	min-height: 50px;
}
.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: 13px;
	line-height: 1.5em;
	font-family: 'Open Sans';
	font-weight:400;
	color: #000;
}
#content .post.lastPost {
	background: none;
}
#content h1 a,  #content h2 a,  #content h3 a,  .widgetBox h3 a,  #slideshow .slideText h3 a,  #content h4 a,  #content h5 a {
	color: #000;/*#555555*/
}
#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 {
	color: #AA893D;/*a7a7a3*/
}
#content .postThumb {
	margin: 0 0 20px 0 !important;
}
#pageHead {
	padding: 10px 0 0 0;
	margin: 0 3% 30px 3%;
	background: transparent url(images/dotted_line.gif) 0 bottom repeat-x;
}
.single .post > h1,
#pageHead h1 {
	font-size: 1.4em;
	line-height: .7em;
	padding: 0 0 20px 0;
	margin-bottom: 0;
	display: block;
	color: #AA893D;
}
.single .post > h1{
	margin-bottom: 15px;
	background: transparent url(images/dotted_line.gif) 0 bottom repeat-x;
}
.single .post > h1 a{color:#AA893D !important;}
.single .post > h1 a:hover{color:#000 !important;}
#pageHead p {
	margin: 0!important;
	padding: 10px 0 30px 0!important;
	color: #000;
	line-height: 1em;
}
/*Home ------------------*/

.page-template-template-home-php .slideshow {
	margin-bottom: 0px !important;
}
.homeSection {
	margin-bottom: 20px!important;
	width: 100%;
	text-align:center;
}

.homeSection h2{
	font-size:38px;/*36px*//*48px*/
	color:#AA893D;
	margin-bottom:46px; /*66px;*/
	letter-spacing: 3px;
}
.homeSection h3 {
	font-size: .75em;
	font-weight: bold;
	margin: 0 2% 20px 0;
	clear: both;
	background: transparent url(images/dotted_line.gif) 0 center repeat-x;
	color: #555555;
}
.homeSection h3 span {
	background: #fff;
	padding-right: 10px;
}
#callToAction {
	background: #f0f0f0;
	padding: 20px;
	margin: 0 2% 30px 0;
	position: relative;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#callToAction p {
	margin: 0;
	float: left;
	font-family: 'Raleway';
	font-size: 1.0em;
	line-height: 1.2em;
	width: 80%;
}
#callToAction .button {
	font-size: .75em;
	right: 1%;
	position: absolute;
	top: 50%;
	margin-top: -17px;
	padding: 10px 15px 10px;
}
#content .post.small {
	width: 22.916667%;
	height: auto;
	display: block;
	margin: 0 2% 20px 0 !important;
	padding-bottom: 0;
	cursor: pointer;
	float: left;
	position: relative;
	background: #fff;
	zoom: 1;
}
#content .post.small .moreLink {
	display: block;
}
#content .post.small .thumb {
	margin-bottom: 15px;
}
#content .post.small img {
	max-width: 100%;
	height: auto;
}
#content .post.small h1 {
	font-size: .75em;
	font-weight: bold;
	line-height: 1.6em;
}
#content .post.small p {
	margin-bottom: 10px;
}
#content .post.small .meta {
	margin-bottom: 10px;
	font-family: 'Raleway';
	font-style: italic;
}
/*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%;
	margin-left: 10%;
	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------------------*/



a.button, #footer a.button, #searchsubmit, input[type="submit"] {
	background: #CCCCCC;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	font-weight: bold;
	padding: 5px 15px 5px;
	border: 1px solid rgba(0,0,0,.1);
	margin: 0 5px 0 0;
	line-height: normal !important;
}
a.button, #footer a.button {
	padding: 6px 15px 5px;
}
#searchsubmit {
	padding: 5px 15px 6px;
}
.button:hover, #footer a.button:hover, #searchsubmit:hover, input[type="submit"]:hover {
	background-color: #CCCCCC;
	color: #fff;
}
/*Projects------------------*/



#projects {
	margin: 0 0 0 0;
	width: 100%;
	padding: 0;
	float: left;
	display: block;
	position: relative;
}
#projects .thumbs {
	margin: 0 auto;
}
#content #projects li {
	padding: 0;
	background: none;
}
#content .artist-division{
	/*border-bottom:1px solid #000;*//*#AA893D*/
	margin: 0 !important;/*0 0 52px 0 !important*/
	width: 100%;
	min-height:480px;
}
#content .artist-division:last-child,
#content .artist-division:nth-last-child(-n+2){
	border-bottom:0px solid #000;
	margin: 0!important;
	min-height:inherit;
}
#content .project.small {
	width: 31.3%;
	height: auto;
	display: block;
	margin: 0 !important;
	padding-bottom: 0;
	cursor: pointer;
	float: left;
	position: relative;
	zoom: 1;
	opacity: 1;
	text-align:center;
	padding:0 3% 110px 0;/*0 3% 68px 0*/
}
#content .artist-division:last-child .project.small{padding-bottom: 68px;}
#content .project.small:nth-child(3n+0){
	padding-right:0 !important;
}
/*#content .project.small:nth-last-child(-n+3){
	border:0;
	padding-bottom:0;
}*/
#content .project.small img {
	max-width: 100%;
	width:320px;
	/*height: 320px;*/
	margin-bottom: 24px;
}
#content .project.small .title {
	font-size: 26px;
	color: #000;
	/*text-transform:uppercase;*/
	margin-bottom:26px;
	display:inline-block;
}
#content .project .view-profile-btn{
	display:block;
}
#content .project .cta-button{
	display:inline-block;
	padding:13px 25px 13px;
	text-align:center;
	border:1px solid #AA893D;
	color:#000;
	min-width:216px;
	box-sizing:border-box;
	/* font-family: 'Raleway';
	font-weight:400; */
	font-family: 'Open Sans';
	font-weight:400;
	text-transform:uppercase;
	font-size:15px;
	letter-spacing:0.8px;/*0.75px*/
	margin:20px 0 50px 0;
	line-height: 1em;
	
	transition:all 0.4s linear;
	-webkit-transition:all 0.4s linear;
	-moz-transition:all 0.4s linear;
	-ms-transition:all 0.4s linear;
	-o-transition:all 0.4s linear;
}
.home #content .project .cta-button{
	font-size:15px;
	border-width:1px;
	/*letter-spacing:normal;*/
	min-width:152px;
	margin: 0;
}

#content .project .cta-button:hover{
	background:#AA893D;
	color:#fff;
	transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	border-color:#AA893D;
}
.projectNav {
	margin: -12px 0 30px 0;
	padding-top: 0;
	float: right;
}
.projectNav a {
	display: block !important;
	width: 12px;
	height: 18px;
	text-indent: -9999px;
}
.projectNav div {
	float: left;
	margin-right: 10px;
	width: 12px;
	height: 18px;
}
.projectNav .next a {
	background: transparent url(images/project_nav.png) no-repeat;
	background-position: -12px -18px;
}
.projectNav .next.inactive {
	background: transparent url(images/project_nav.png) no-repeat;
	background-position: -12px -36px;
}
.projectNav .next a:hover {
	background: transparent url(images/project_nav.png) no-repeat;
	background-position: -12px 0px;
}
.projectNav .previous a {
	background: transparent url(images/project_nav.png) no-repeat;
	background-position: 0 -18px;
}
.projectNav .previous a:hover {
	background: transparent url(images/project_nav.png) no-repeat;
	background-position: 0 0px;
}
.projectNav .previous.inactive {
	background: transparent url(images/project_nav.png) no-repeat;
	background-position: 0 -36px;
}
#content .skillList {
	padding: 0!important;
	margin: 0 !important;
}
.skillList li {
	background: none;
	margin: 0 5px 5px 0 !important;
	display: inline-block;
}
.skillList li span a {
	display: inline-block;
    padding: 5px 10px 4px;
    text-align: center;
    border: 1px solid #AA893D;
    color: #000;
    box-sizing: border-box;
    font-family: 'Open Sans';
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.8px;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
}
.skillList li span a:hover {
	background: #AA893D;
	color: #fff;

	 transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
}
/*Project Filter Navigation------------------*/



#content #filterNav {
	padding: 0!important;
	margin: 0 0 20px 0!important;
}
#content #filterNav li {
	padding: 0px 0 0 0;
	background: none;
	margin: 0 5px 5px 0;
	display: block;
	float: left;
}
#filterNav li a {
	font-size: .9em;
	background: #f0f0f0;
	display: inline-block;
	color: #7d7d7b!important;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	padding: 5px 6px 5px !important;
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	line-height: 1em;
}
#filterNav li a:hover {
	background: #6a6a6a;
	color: #fff !important;
}
#filterNav .selected {
	background: #6a6a6a;
	color: #fff !important;
}
/*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: 15px;
	font-family: 'Raleway';
}
#content ol li {
	margin: 0 0 10px 0;
	line-height: 1.4em;
}
#content ol {
	margin: 0 0 20px 20px;
}
#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

////////////////////////////////////////////////////////////////////*/



.slideshow {
	margin: 0 3% 0 3%;
	position: relative;
}
.home .slideshow {
	margin: 0px 3%;
}
.home.blog .slideshow {
	margin-bottom: 30px;
}
#content .flexslider {
	margin: 0 0 15px 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!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 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 !important;
	width: 100% !important;
}
.flex-direction-nav, .flex-control-nav, .flex-caption {
	margin-bottom: 0 !important;
}
/* Caption style */

/* IE rgba() hack */

.flex-caption {
	background: none;
-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
	zoom: 1;
}
.flex-caption {
	display: inline-block;
	width: auto;
	padding: 2%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.5);
	color: #fff;
	font-size: .9em !important;
	line-height: 1.3em;
}
.flex-caption p {
	font-size: .9em !important;
	margin-bottom: 0;
}
/* Direction Nav */



.flex-direction-nav {
	position: absolute;
	width: 100%;
	margin: 0 !important;
	left: 0;
	top: 50%;
}
.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 {
	width: 30px!important;
	height: 30px;
	margin: -15px 0 0;
	display: block;
	background: url(images/flexslider/direction_nav.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	cursor: pointer;
	text-indent: -9999px !important;
	text-align: left !important;
}
.flex-direction-nav li a.flex-next {
	background-position: -30px 0;
	right: 20px !important;
}
.single-product .flex-direction-nav li a.flex-next {
	right: -5px !important;
}
.flex-direction-nav li a.flex-next:hover {
	background-position: -30px -30px;
}
.flex-direction-nav li a.flex-prev {
	background-position: 0 0;
	left: 20px !important;
}
.flex-direction-nav li a.flex-prev:hover {
	background-position: 0 -30px;
}
.flex-direction-nav li a.disabled {
	opacity: .3;
	filter: alpha(opacity=30);
	cursor: default;
}
/* Control Nav */

.flex-control-nav {
	position: absolute !important;
	bottom: 25px !important;
	right: 3% !important;
	width: auto !important;
	z-index: 300;
}
.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-paging li a {
	width: 13px !important;
	height: 13px !important;
	display: block !important;
	background: rgba(255,255,255,0.5) !important;
	cursor: pointer;
	text-indent: -9999px;
}
.flex-control-paging li a:hover {
	background: rgba(255,255,255,0.7) !important;
}
.flex-control-paging li a.flex-active {
	background: rgba(255,255,255,0.7) !important;
	cursor: default !important;
}
/*//////////////////////////////////////////////////////////////////// 

//  07 - Sidebar

////////////////////////////////////////////////////////////////////*/



#sidebar {
	margin-right: 3%;
}
.home #sidebar {
	padding-top: 30px;
}
.sidebarBox {
	position: relative;
	margin: 0 0 30px 0;
}
#sidebar p {
	margin-bottom: 12px;
}
#sidebar li {
	font-size: .75em;
}
#sidebar .avatar {
	float: left;
	margin: 0 20px 15px 0 !important;
	padding-top: 3px;
}
/*///////////////////////////////////////////////////////////////////// 

//  08 - Widgets

////////////////////////////////////////////////////////////////////*/



#footer .widgetBox a, #sidebar .widgetBox a {
	line-height: 2em;
}
#footer .widgetBox {
	float: left;
	margin-right: 28px;/*50px*/
	margin-bottom: 30px;
}
#footer .widgetBox:last-child{
	margin-right:0;
}
#footer .widget_search{
	margin-top:33px;
}
#sidebar .widgetBox {
	margin-bottom: 30px !important;
}
#sidebar .widgetBox h3,  #footer .widgetBox h3 {
	font-size: 14px;
	color: #000;
	font-family: 'Open Sans';
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:0.5px;
}
#footer .widgetBox h3 {height: 14px;}
#sidebar .widgetBox .meta,  #footer .widgetBox .meta {
	font-style: italic;
}
#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 10px 0;
	line-height: 1em;
	background: none;
	font-size: .75em;
}
#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: 10px 0 0 0;
	border: none;
}
/*Search------------------*/



.widget_search {
	display: inline-block;
	padding: 0 !important;
	width: 100%;
}
#footer .widget_search {
	width: 33% !important;
}
#footer #text-8.widgetBox{
	width: 33%;
}
#footer #text-10.widgetBox{
	width: 22%;
}
.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 {
	color: #9a9a9a;
	float: left;
	line-height: normal !important;
	margin: 0;
	padding: 6px 0.7em !important;
	width: 56%;
}
#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: left;
	border: none;
	height: 33px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-position: 0 -1px;
}
/*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;
}
#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: 30px;
	border: none;
	display: block;
}
/*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--------------------*/



#twitterBox {
	margin: 0 0 10px 0;
}
ul#twitter_update_list li {
	line-height: 1.4em !important;
	margin-bottom: 15px;
}
.twitterLink a {
	font-style: italic;
}
/*Flickr Widget--------------------*/

#flickrBox .flickrImage {
	float: left;
	margin: 0 12px 12px 0;
	padding: 3px;
	background: #f0f0f0;
	border: 1px solid #e1e1e1;
}
#flickrBox .flickrImage img {
	width: 50px;
	height: 50px;
}
#flickrBox .flickrImage a {
	float: left
}
/*///////////////////////////////////////////////////////////////////// 

//  09 - Comments

////////////////////////////////////////////////////////////////////*/

	

#comments {
	position: relative;
	margin: 0 0 30px 0px;
	width: 74.468805%;
	padding: 0 0 0 0;
}
#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;
}
#commentForm label {
	padding-left: 20px;
}
.comment h5 {
	margin: 0 0 0 80px;
	padding: 0;
}
.comment .date {
	margin: -5px 0 10px 80px;
	display: block;
	color: #a5a5a2;
	font-style: italic;
	font-size: .75em;
}
.comment p {
	margin: 0 0 10px 80px;
}
.comment-reply-link,  .comment-reply-login {
	margin: 0 0 0 80px;
	font-size: .75em;
}
.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;
}
.cancel-comment-reply {
	float: right;
	margin: 5px 90px 0 0;
}
#comments textarea {
	width: 90% !important;
}
#comments input[type="text"] {
	width: 50%;
	margin-right: 20px;
}
/*//////////////////////////////////////////////////////////////////// 

//  10 - Pagination

////////////////////////////////////////////////////////////////////*/

	

.pagination {
	width: 98%;
	padding: 0 0 20px;
	clear: both;
	margin: 0 0 15px 0;
}
.pagination-prev a,  .pagination-next a,  .wp-pagenavi a,  .wp-pagenavi .current,  .wp-pagenavi .pages,  .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;
}
.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;
}
.wp-pagenavi .pages {
	float: right;
	margin: 0px;
}
/*//////////////////////////////////////////////////////////////////// 

//  11 - Footer

////////////////////////////////////////////////////////////////////*/



#footer {
	color: #000;
}
#footer a {
	color: #000;
}
#footer a:hover {
	color: #5b5b5b;
}
#footer .inside {
	max-width: 62.5em;
	margin: 0 auto;/*0 auto 20px*/
	padding: 30px 0 0;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.10);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.10);
	background: rgba(255,255,255,0.75);
}
#footer .main {
	margin: 0 0 0 3%;
}
#footer .secondary {
	/*background: rgba(255,255,255,0.75);*/
	padding-top: 20px;
	text-transform: uppercase;
}
#footer .secondary .left {
	float: left;
	margin-left: 3%;
}
#footer .secondary .right {
	float: right;
	margin-right: 3%;
}
/* CUSTOM CSS */

.head-bar {
	background-color: black;
	color: white;
	height: 64px;
}
.left_bar {
	float: left;
	font-size: 1em;
	padding: 10px;
	font-family: 'Raleway';
	font-weight: normal;
}
.mid-bar {
	float: left;
	font-size: 1em;
	/* margin-left: 30px;*/
	padding: 12px;
	font-family: 'Raleway';
	font-weight: normal;
}
.right_social_bar {
	float: right;
	padding: 0px;
	font-family: 'Raleway';
	font-weight: normal;
}
.right_social_bar span {
	float: left;
	font-size: 16px;
	padding: 10px 6px;
}
#msg-icon {
	margin-left: 0px;
	/* margin-right: 45px;*/
	padding: 10px 10px 0 0 !important;
}
#header_bar .inside {
	margin: 0 auto;
	max-width: 62.5em;/*70em*/
	padding: 13px 0;
	position: relative;
}
.search_bar {
	float: right;
	margin-right: 25px;
	width: 175px;
}
#social_span {
	padding-top: 5px;
}
/* Project page */
.gallery-column {
	float: left;
	padding: 0 20px 20px 0;
	width: 40%;
}
.artist-column {
	float: right;
	width: 50%;
}
.artist-column img {
	width: auto !important;
	height: auto !important;
}
.wonderplugin-gridgallery-item-container img {
	height: auto;
}
/* -------------------------------------------------- */
/*	Social Icons
/* -------------------------------------------------- */

#footer ul.social-icons {
	float: right;
}
ul.social-icons {
	font: 0/0 a;
}
ul.social-icons li {
	display: inline-block;
	margin-right: 16px;
	margin-bottom: 0px;
	line-height: 0;
}
ul.social-icons li a {
	position: relative;
	display: block;
	width: 31px;
	height: 31px;
	/*background-color: #d4d4d4;*/
	background-image: url(http://bonditattoo.com/wp/wp-content/uploads/2014/11/social-icons.png);
	background-repeat: no-repeat;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
}
ul.social-icons .twitter a {
	background-position: 0 0;
}
ul.social-icons .facebook a {
	background-position: -31px 0;
}
ul.social-icons .dribble a {
	background-position: -62px 1px;
}
ul.social-icons .vimeo a {
	background-position: -94px 1px;
}
ul.social-icons .youtube a {
	background-position: -126px 1px;
}
ul.social-icons .rss a {
	background-position: -155px 1px;
}
ul.social-icons .picasa a {
	background-position: -186px 2px;
}
ul.social-icons .instagram a {
	background-position: -217px 2px;
}
ul.social-icons .skype a {
	background-position: -248px 2px;
}
ul.social-icons .dropbox a {
	background-position: -279px 2px;
}
ul.social-icons .cat a {
	background-position: -310px 1px;
}
ul.social-icons .linkedin a {
	background-position: -341px 1px;
}
ul.social-icons .plus a {
	background-position: -372px 1px;
}
ul.social-icons .pinterest a {
	background-position: -403px 2px;
}
ul.social-icons .blogger a {
	background-position: -434px 1px;
}
ul.social-icons .flickr a {
	background-position: -464px -1px;
}
ul.social-icons .delicious a {
	background-position: -495px 1px;
}
ul.social-icons .yahoo a {
	background-position: -526px 1px;
}
ul.social-icons .evernote a {
	background-position: -557px 2px;
}
ul.social-icons .apple a {
	background-position: -588px 1px;
}
ul.social-icons .behance a {
	background-position: -620px 1px;
}
ul.social-icons .gplus a {
	background-position: -651px 2px;
}
ul.social-icons .digg a {
	background-position: -682px 1px;
}
ul.social-icons .lastfm a {
	background-position: -713px 0px;
}
ul.social-icons .myspace a {
	background-position: -745px 1px;
}
ul.social-icons .social a {
	background-position: -776px -1px;
}
ul.social-icons .wordpress a {
	background-position: -806px 2px;
}
ul.social-icons .mail a {
	background-position: -838px 0px;
}
ul.social-icons .twitter:hover a {
	background-color: #d4d4d4;
}
ul.social-icons .facebook:hover a {
	background-color: #d4d4d4;
}
ul.social-icons .dribble:hover a {
	background-color: #e65992;
}
ul.social-icons .vimeo:hover a {
	background-color: #568799;
}
ul.social-icons .youtube:hover a {
	background-color: #d4d4d4;
}
ul.social-icons .rss:hover a {
	background-color: #d4d4d4;
}
ul.social-icons .picasa:hover a {
	background-color: #535353;
}
ul.social-icons .instagram:hover a {
	background-color: #d4d4d4;
}
ul.social-icons .skype:hover a {
	background-color: #24b0e4;
}
ul.social-icons .dropbox:hover a {
	background-color: #5da3e8;
}
ul.social-icons .cat:hover a {
	background-color: #7292a2;
}
ul.social-icons .linkedin:hover a {
	background-color: #2c7cb7;
}
ul.social-icons .plus:hover a {
	background-color: #629e61;
}
ul.social-icons .pinterest:hover a {
	background-color: #d4d4d4;
}
ul.social-icons .blogger:hover a {
	background-color: #f38f33;
}
ul.social-icons .flickr:hover a {
	background-color: #b5c2d2;
}
ul.social-icons .delicious:hover a {
	background-color: #3975be;
}
ul.social-icons .yahoo:hover a {
	background-color: #a55bbe;
}
ul.social-icons .evernote:hover a {
	background-color: #606060;
}
ul.social-icons .apple:hover a {
	background-color: #fe9900;
}
ul.social-icons .behance:hover a {
	background-color: #18a3fe;
}
ul.social-icons .gplus:hover a {
	background-color: #2882c6;
}
ul.social-icons .digg:hover a {
	background-color: #2882c6;
}
ul.social-icons .lastfm:hover a {
	background-color: #be0607;
}
ul.social-icons .myspace:hover a {
	background-color: #1b61b0;
}
ul.social-icons .social:hover a {
	background-color: #5f7162;
}
ul.social-icons .wordpress:hover a {
	background-color: #33759d;
}
ul.social-icons .mail:hover a {
	background-color: #65a413;
}
ul.social-icons a:hover {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
ul.social-icons span {
	position: absolute;
	bottom: -40px;
	left: 50%;
	margin-left: -38px;
	padding: 10px;
	width: 44px;
	height: 44px;
	border: 5px solid #fff;
	background-color: #fff;
	background-color: rgba(255,255,255,.9);
	color: #92999e;
	text-align: center;
	text-indent: 0px;
	font-size: 13px;
	line-height: 44px;
	opacity: 0;
	pointer-events: none;
	font-family: 'Raleway';
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0px 3px 8px rgba(0,0,0,0.1);
	box-shadow: 0px 3px 8px rgba(0,0,0,0.1);
	-webkit-transform: scale(0.2);
	-ms-transform: scale(0.2);
	transform: scale(0.2);
	-webkit-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
.ie8 ul.social-icons span {
	display: none;
}
.social-icons a:hover span {
	opacity: .9;
	bottom: 40px;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.ie8 ul.social-icons a:hover span {
	display: block;
}
ul.social-icons .gplus span,  ul.social-icons .stubleupon span,  ul.social-icons .wordpress span {
	font-size: 12px;
}
				
				
/* Changes for New Design Start */

.left_social_bar{float:left; padding:0px; font-family: 'Raleway'; font-weight:400;}
.left_social_bar ul.social-icons li a{
	background-image:url(images/social-icons-black.svg);
	background-color:#fff;
	border-radius:100%;
	background-size:115px;
	width:38px;
	height:38px;
	/*width:50px;
	height:50px;*/
}
.left_social_bar ul.social-icons .facebook a { background-position: -35px 8px;}
.left_social_bar ul.social-icons .instagram a { background-position: -83px 8px;}

.mid-right-bar, .right-bar {
    float: right;
    font-size: 18px;
    padding: 10px;
    font-weight: 400;
    text-transform: none;
    margin-top: 0;
    font-family: 'Open Sans', sans-serif;
}

div#footer p {
    font-family: 'Open Sans', sans-serif;
}

.right-bar{margin-left:5%; padding-right:0;}

#header #mainNav ul a{
	color:#000 !important;
	text-transform: capitalize;
}

/*footer start*/
#footer img{
	max-width:100%;
}
#footer p{
	font-family: 'Raleway';
	font-weight:400;
	font-size:13px;
	line-height:1.5em;
	margin-bottom:15px;	
}
.footer-contact .footer-logo{
	margin-bottom:25px;
	display:block;
	max-width: 150px;
}
.widget_search.footerBox input[type="text"]#s{
	border-color:#000;
	color:#000;
	font-family: 'Raleway';
	font-weight:400;
	text-transform:uppercase;
	padding-top:7px !important;
	padding-bottom:7px !important;
	border-width:1px;
	height:34px;
    box-sizing: border-box;
    width: 87%;
}
.widget_search.footerBox #searchsubmit{
	background:#000 url(images/search-icon.svg) no-repeat center !important;
	background-size:20px !important;
	text-indent:1000px;
	overflow:hidden;
	width:38px;
	height:34px;
}
.menu-trigger{display:none;}

/*artist page*/
#pageHead.artist-title,
#pageHead.enquiry-page-title{
	background:none;
	text-align:center;
	padding-bottom:0;
	margin-bottom:20px;
}
#pageHead.artist-title h1,
#pageHead.enquiry-page-title h1{
	font-size:36px;/*42px*/
	color:#AA893D;
	text-transform:uppercase;	
}
.artists-detail .artist-column,
.artists-detail .gallery-column{
	float:none;
	width:100%;
	text-align:center;
	box-sizing:border-box;
}
.artists-detail .gallery-column{padding-right:0; padding-bottom: 0;}
.artists-detail .artist-column .one_half{
	float:none;
	margin:0 auto;
}
.artists-detail .artist-column img{
	margin:0 auto 64px;
	border-radius:100%;
	width: 286px !important;
	height: 286px !important;
}
/* Enquiry page start */
#content.enquiry-page-content{
	width: 94%;
	margin-right: 3%;
}
#pageHead.enquiry-page-title h1{margin-bottom: 26px; line-height: 1em; }
#content.enquiry-page-content .page{width: 100%;}
#content.enquiry-page-content p{font-size: 16px;}
#content.enquiry-page-content h2{margin:22px 0 6px; display: inline-block; width: 100%;}
#content.enquiry-page-content a{color:#000;}
#content.enquiry-page-content a:hover{color:#888;}
.enquiry-page-content .wpcf7-form{padding: 35px 0 0 0;}
.enquiry-page-content .wpcf7-form > div{clear: both;}
.enquiry-page-content .wpcf7-form p:before,
.enquiry-page-content .wpcf7-form p:after,
.enquiry-page-content .wpcf7-form > div:before,
.enquiry-page-content .wpcf7-form > div:after{content: ''; display: table; clear: both;}
.enquiry-page-content .wpcf7-form .halfcolumn{float: left; width: 50%; box-sizing: border-box;}
.enquiry-page-content .wpcf7-form .oneFourth{float: left; margin-right: 3%}
.enquiry-page-content .wpcf7-form .oneFourth:last-child{margin-right:0;}
.enquiry-page-content .wpcf7-form .halfcolumn:first-child{padding-right: 1.5%;}
.enquiry-page-content .wpcf7-form .halfcolumn:last-child{padding-left: 1.5%;}
.enquiry-page-content .wpcf7-form span.halfcolumn:last-child{padding-left: 0;}
.enquiry-page-content .wpcf7-form p{margin-bottom: 30px;}
.enquiry-page-content .wpcf7-form label{font-size: 15px; font-family: 'Raleway'; font-weight: 400; margin-bottom: 8px; display: inline-block}

.enquiry-page-content .wpcf7-form input[type="text"],
.enquiry-page-content .wpcf7-form input[type="email"],
.enquiry-page-content .wpcf7-form input[type="tel"],
.enquiry-page-content .wpcf7-form input[type="number"],
.enquiry-page-content .wpcf7-form input[type="url"],
.enquiry-page-content .wpcf7-form textarea{
	width: 100%;
	box-sizing: border-box;
	font-size: 15px;
	padding: 9px 10px 8px;
}

.enquiry-page-content .wpcf7-form input[disabled]{
	background-color: rgba(0, 0, 0,0.2);
	border-color:  rgba(0, 0, 0,0.2);
}

.page .ui-selectmenu-button{
	background-color: transparent;
    padding: 8px 14px 6px;
    font-family: 'Raleway';
    font-weight: 400;
    color: #000;
    border: 2px solid #000;
    border-radius: 0;
    display: block;
    outline: none;
}
.page .ui-selectmenu-button .ui-selectmenu-text{
	padding: 0; 
	font-family: 'Raleway';
	font-weight:400;
	font-size: 15px;
	text-transform: uppercase;
	display: block;
}
.page .ui-selectmenu-button .ui-selectmenu-icon{
	background-image: url(images/select-down-arrow.svg);
	background-position: center;
}
.page .ui-menu.ui-widget-content{border-radius: 0; border: 1px solid #ddd;}
.page .ui-menu.ui-widget-content .ui-menu-item{padding: 0;}
.page .ui-menu.ui-widget-content .ui-menu-item > div,
.page .ui-menu.ui-widget-content .ui-menu-item > div.ui-state-active,
.page .ui-menu.ui-widget-content .ui-menu-item:hover > div{border: 0; padding: 10px; margin: 0;}

.page .ui-menu.ui-widget-content .ui-menu-item > div{background: #f2f2f2; border-bottom:1px solid #ddd; }
.page .ui-menu.ui-widget-content .ui-menu-item > div.ui-state-active{background: #000; border-bottom:1px solid #000; color: #fff;}

.page #skin_tone-menu.ui-menu.ui-widget-content .ui-menu-item:first-child{display: none;}
.page #skin_tone-menu.ui-menu.ui-widget-content .ui-menu-item > div,
.page #skin_tone-menu.ui-menu.ui-widget-content .ui-menu-item > div.ui-state-active{border: 0; background: transparent; color:rgba(0,0,0,0);}

.page #skin_tone-menu.ui-menu.ui-widget-content {padding-bottom: 0; border: 0;}

.page .skin_tone span[aria-activedescendant="ui-id-2"].ui-selectmenu-button,
.page #skin_tone-menu.ui-menu.ui-widget-content .ui-menu-item:nth-child(2) > div{background: #ffedc5; color:rgba(0,0,0,0);}

.page .skin_tone  span[aria-activedescendant="ui-id-3"].ui-selectmenu-button,
.page #skin_tone-menu.ui-menu.ui-widget-content .ui-menu-item:nth-child(3) > div{background: #e5b88f; color:rgba(0,0,0,0);}

.page .skin_tone  span[aria-activedescendant="ui-id-4"].ui-selectmenu-button,
.page #skin_tone-menu.ui-menu.ui-widget-content .ui-menu-item:nth-child(4) > div{background: #cb8540; color:rgba(0,0,0,0);}

.page .skin_tone  span[aria-activedescendant="ui-id-5"].ui-selectmenu-button,
.page #skin_tone-menu.ui-menu.ui-widget-content .ui-menu-item:nth-child(5) > div{background: #a57257; color:rgba(0,0,0,0);}

.page .skin_tone  span[aria-activedescendant="ui-id-6"].ui-selectmenu-button,
.page #skin_tone-menu.ui-menu.ui-widget-content .ui-menu-item:nth-child(6) > div{background: #704139; color:rgba(0,0,0,0);}

.enquiry-page-content input[type="file"]{opacity: 0; left: 0 !important; height: 100%; width: 100%; z-index: 1;}
.enquiry-page-content .file-upload-wrapper {position: relative;}
.enquiry-page-content .file-upload-wrapper .file-upload-input{text-transform: uppercase; font-size: 15px;}
.enquiry-page-content .file-upload-wrapper .file-upload-button{position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer;}
.enquiry-page-content .photo-references-section > p{position: relative;}
.enquiry-page-content .photo-references-section > p .add_file,
.enquiry-page-content .photo-references-section > p .del_file{
	font-size: 22px;
	position: absolute; 
	top: 0;
	right: 18px;
	width: 18px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	display: block;
	z-index: 2;
	cursor: default;
}
.enquiry-page-content .photo-references-section > p .del_file{
	right: 0;
    width: 20px;
    line-height: 34px;
}
.calendar-field > .wpcf7-form-control-wrap{
	display: block; 
	background: url(images/calender-icon.png) no-repeat center;
	background-position: 96% 7px;
}
.enquiry-page-content  *::-webkit-input-placeholder {  color: #000;}
.enquiry-page-content  *:-moz-input-placeholder { /* Firefox 18- */
   color: #000;  
}
.enquiry-page-content  *::-moz-input-placeholder {  /* Firefox 19+ */
   color: #000;  
}
.enquiry-page-content  *:-ms-input-placeholder {  color: #000;  }
input[placeholder]{color:#6d6c6c !important;}
body #main input[type="submit"],
input[type="submit"].submit-btn{
	background-color: transparent!Important;
	font-family: 'Open Sans';
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 0.8px;
	padding: 11px 40px;
	min-width: 212px;
	border: 1px solid #AA893D;
	color: #000;

	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
}
body #main input[type="submit"]:hover,
input[type="submit"].submit-btn:hover{
	background: #AA893D !important;
	color: #fff;
	border-color: #AA893D;

	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
}

.enquiry-page-content .wpcf7-checkbox .wpcf7-list-item{margin: 0 7% 0 0; position: relative;}
.enquiry-page-content span.age-verify,
.enquiry-page-content .wpcf7-checkbox .wpcf7-list-item-label:before{
	width: 34px;
	height: 35px;
	display: inline-block;
	border: 2px solid #000;
	vertical-align: middle;
	margin-right: 17px;
	margin-bottom: 3px;
	position: relative;
}
.enquiry-page-content span.age-verify input[type="checkbox"],
.enquiry-page-content .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"]{
	position: absolute;
	top: 0;
	left: 0;
	width: 34px;
	height: 100%;
	margin: 0;
	opacity: 0;
}
.enquiry-page-content span.age-verify.cb-checked,
.enquiry-page-content .wpcf7-checkbox .cb-checked .wpcf7-list-item-label:before{background: url(images/cb-checked.svg) no-repeat center; background-size: 80%;}

.work-with-us-form { max-width: 370px;}

.work-with-us-form input,
.work-with-us-form textarea{width: 92%;}

.work-with-us-form input[type="submit"]{width: auto;}

/* Changes for New Design End */
.blog #pageHead {
    display: none;
}

div.left_social_bar ul.social-icons li a {
    border-radius: 0;
    text-align: center;
    line-height: 38px;
    font-size: 24px;
    color: #000;
}
div.artists-detail .artist-column img {
    border-radius: 0;
}
ul.social-icons li {
	vertical-align: top;
}
#header #mainNav ul a {
    text-transform: uppercase;
}

.cta-button {
    background-color: #aa893d!Important;
    font-family: 'Open Sans';
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.8px;
    padding: 10px 20px;
    min-width: 212px;
    border: 1px solid #AA893D;
    color: #fff !important;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
}
.cta-button:hover {
    background-color: transparent !important;
    color: #000 !important;
}

/*//////////////////////////////////////////////////////////////////// 

//  12 - Media Queries

////////////////////////////////////////////////////////////////////*/



/* iPad Landscape */

@media only screen and (max-width: 1024px) {
/*#content .project.small {
	margin-right: 2% !important;
}*/
.left_social_bar{margin-left:3%;}
#mainNav ul a{font-size:15px;/*13px*/}
#mainNav ul li:nth-last-child(-n+2) ul,
#mainNav ul li:nth-last-child(-n+2):hover ul{
	right:0;
	left:inherit;
}
/*#header .inside{ padding: 62px 0 20px 0;}*/
#header .logo img {
    height: 110px;
}
.head-bar{height:69px;}
.right-bar { margin-left: 2%;}
.left_social_bar ul.social-icons li a{
	width:40px;
	height:40px;
	background-size: 116px;
}
.left_social_bar ul.social-icons .instagram a {  background-position: -83px 10px;}
.left_social_bar ul.social-icons .facebook a { background-position: -34px 10px;}
.mid-right-bar, .right-bar{font-size:1.125em;}
.homeSection h2{font-size: 35px; margin-bottom: 40px;}
#content .project.small .title{font-size:20px;}
#content .project.small img {
    height: auto;
}
body{background-attachment:scroll !important;}
.right-bar{padding-right:3%;}

#content .artist-division{
min-height:auto;
}

}
 @media only screen and (max-width: 940px) {
#content.threeFourth {
	width: 60%;
}

#footer .widgetBox,
#footer .widget_search{
	width:46% !important;
}
/*#footer .widgetBox:nth-child(1),
#footer .widgetBox:nth-child(2){
	min-height:250px;
}*/
.widget_search.footerBox input[type="text"]#s{width: 83%;}
.artists-detail .one_half { width: 68%;}

#content.enquiry-page-content p.oneFourth{width: 48%;}
.enquiry-page-content .wpcf7-form .halfcolumn{width: 100%; padding-left: 0 !important; padding-right: 0 !important;}

}



/* iPad Portrait */
@media only screen and (max-width: 768px) {
#sidebar {
	float: none;
	width: 97%;
	margin-left: 3%;
	padding-bottom: 30px!important;
	padding-top: 10px;
}
#content.threeFourth {
	width: 94% !important;
	float: none;
}
/*#content .project.small {
	margin-right: 2% !important;
}*/
.sidebarBox {
	float: left;
	margin: 0 3% 30px 0;
	width: 22% !important;
}
.widgetBox {
	float: left;
	margin: 0 3.5% 30px 0 !important;
	width: 21% !important;
}
#comments {
	width: 100%;
}
.menu-trigger{
	display:inline-block;
	float:right;
	width:30px;
	margin-right:3%;
	margin-top: 32px;
}
.menu-trigger img{max-width:100%;}
#mainNav{
	height:auto;
	position:relative;
    top: 0;
    right: 0;
}
.menu-main-nav-container{
	clear:both;
	background:#fff;
    position: absolute;
    width: 100%;
    top: 117%;
	box-sizing:border-box;
	display:none;
}
.menu-main-nav-container:after {
    content: '';
    display: table;
    clear: both;
}
#mainNav li{
	display:block;
	width:100%;
	margin-left:0;
}
#header #mainNav ul a {
    color: #000 !important;
    padding: 10px 3%;
    border-bottom: 1px dashed #ddd;
	box-sizing:border-box;
}
#header #mainNav ul li:last-child > a{
	border-bottom:0;
}
#header #mainNav ul ul{
	display: none !important;
    visibility: hidden !important;
    width: 100% !important;
    border: 0;
    background: #fafafa;
    position: static;
    margin-top: 0;
    padding-bottom: 20px !important;
}
#header #mainNav ul li.open-submenu > ul{
    display: block !important;
    visibility: visible !important;
}
#mainNav ul ul li{margin: 0 !important;}
.sf-sub-indicator {
	display:none;
}
#mainNav ul li span.triger-submenu{
	position:absolute;
    width: 30px;
    right: 3%;
    top: 0;
    height: 46px;
	background:url(images/arrow-down.svg) no-repeat center;
	background-size:20px;
	z-index:20;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;	
}
#mainNav ul li.open-submenu > span.triger-submenu{
	transform:rotate(-180deg);
	-webkit-transform:rotate(-180deg);
	-moz-transform:rotate(-180deg);
	-ms-transform:rotate(-180deg);
	-o-transform:rotate(-180deg);
	
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.flex-control-nav{z-index:10;}
}
 @media (min-width:481px) and (max-width:767px) {
.left_bar {
	float: none;
	font-size: 13px;
	padding: 0;
	text-align: center;
	width: 100%;
}
.mid-bar {
	float: none;
	font-size: 12px;
	margin-left: 0;
	padding: 12px 6px;
	text-align: center;
}
.head-bar {
	background-color: #000000;
	color: #ffffff;
	height: auto;
}
.search_bar {
	margin-top: 30px;
}
.right_social_bar {
	margin-left: 155px;
	padding: 0;
	float: none;
}



}
 @media (min-width:767px) and (max-width:1024px) {
.left_bar {
	font-size: 13px;
	padding: 10px;
}
.mid-bar {
	float: left;
	font-size: 12px;
	margin-left: 0;
	padding: 12px 6px;
}
.right_social_bar span {
	float: left;
	font-size: 15px;
	padding: 10px 3px;
}
#msg-icon {
	margin-left: 0;
	margin-right: 0;
	padding: 10px 6px 0 9px !important;
}
.right_social_bar span {
	float: left;
	font-size: 15px;
	padding: 10px 3px;
}
ul.social-icons li {
	display: inline-block;
	line-height: 0;
	margin-bottom: 2px;
	margin-left: 2px;
}
}

/*layouts smaller than 600px, iPhone and mobiles*/

@media only screen and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 600px) {
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;
}
#header #logo {
	width: 240px;
}
#header #logo img {
	max-width: 100%;
	height: 90px;
}
.single .post > h1,
#pageHead h1 {
	font-size: 1.2em;
}
#pageHead {
	padding: 10px 0 20px 0;
}
.flex-direction-nav, .flex-control-nav, .flex-caption {
	display: none !important;
}
#main {
	padding-top: 15px;
}
#mainNav{
	margin-top:0;
}
/*#mainNav {
	position: relative;
	width: 99%;
	margin-top: 0;
	top: 0;
}*/
/*#mainNav li {
	margin: 0 0 0 3%;
}
#mainNav ul {
	margin: 0 0 0 10px;
}*/
/*#logo {
	float: none;
	margin-bottom: 10px;
}*/
#projects .full {
	width: 100%;
}
#callToAction {
	margin-top: -10px;
	margin-left: 5px;
}
#callToAction p {
	width: 70%;
}
#content .post {
	margin-bottom: 20px;
	padding-bottom: 5px!important;
}
.post .moreLink {
	display: none;
}
#content .project.small {
	margin-bottom: 12px !important;
	border:0;
}
/*#content .project.small:nth-last-child(-n+3){
	margin-bottom: 12px !important;
    padding-bottom: 40px;
}*/
#content .artist-division{border-bottom:0; margin-bottom: 0 !important; }
#footer {
	padding: 0 !important;
}
#footer #flickrBox .flickrImage {
	margin: 0 5px 5px 0;
}
#footer .secondary {
	text-align: center;
	margin-bottom: 0!important;
}
#footer .secondary p {
	margin: 0px;
	padding: 0px;
}
#footer .inside {
}
#footer .secondary .left,  #footer .secondary .right {
	float: none;
}
#footer .secondary .right {
	float: none;
	padding-bottom: 15px;
}
.gallery-item img {
	width: 90%;
	height: auto;
}
.search_bar {
	margin-left: 0;
	margin-right: 0;
	padding: 10px 6px 0 0 !important;
}

ul.social-icons li{margin-right:5px;}
.mid-right-bar, .right-bar {
    font-size: 12px;
	padding-bottom:0;
}
.right-bar { margin-left: 0;}
#footer .widgetBox,
#footer .widget_search,
#footer .widgetBox:nth-child(1), 
#footer .widgetBox:nth-child(2) {
    min-height: inherit;
    width: 97% !important;
}

.artists-detail .one_half { width: 78%;}

}



/* iPhone Landscape */

@media screen and (max-width: 480px) and (orientation: landscape) {
.widgetBox {
	width: 43% !important;
	float: left;
}
#footer .widget_search {
	width: 43% !important;
}
#mainNav ul {
	margin: 0 0 0 17px;
}
.page-template-page-portfolio-php #content.full, .home #content.full {
	margin-left: 10px!important;
	margin-right: 0px!important;
	width: 98% !important;
}
#callToAction {
	margin-left: 5px;
	margin-right: 15px;
}
#callToAction p {
	font-size: .9em;
	line-height: 1.2em;
	width: 60%;
}
#callToAction .button {
	padding: 6px 11px 6px;
	right: 3%;
}
#content .project.small {
	width: 46%;
	margin-right: 15px !important;
}
#content .post.small {
	width: 46%;
	margin-bottom: 12px;
	display: block;
	margin-right: 15px !important;
}
#content .thumbs {
	margin-left: 0 !important;
}
.left_bar {
	float: left;
	font-family: 'Raleway';
	font-size: 14px;
	font-weight: 400;
	margin-left: 30px;
	padding: 10px;
	text-align: center;
}
.right_social_bar {
	float: none;
	margin-left: 30px;
	padding: 0px;
}
.mid-bar {
	float: left;
	font-family: 'Raleway';
	font-weight:400;
	font-size: 14px;
	font-weight: normal;
	margin-left: 30px;
	padding: 8px;
}
.head-bar {
	height: 100%;
}
.search_bar {
	float: right;
	/* margin-right: 25px;
    margin-top: 25px;*/
	width: 175px;
}
.artist-column img {
	width: 100%;
	height: 100px;
}
.one_half {
	width: 100%;
}

}



/* iPhone Portrait */

@media screen and (max-width: 480px) and (orientation: portrait) {
.widgetBox {
	width: 94% !important;
	float: none;
	margin: 0 2% 20px 2%;
}
#footer .widget_search {
	width: 94% !important;
}
#callToAction {
	text-align: center;
	margin-left: 0px;
	margin-right: 12px;
}
#callToAction p {
	margin: 0 0 10px 0;
	float: none;
	font-size: .9em;
	line-height: 1.2em;
	width: 100%;
	text-align: center;
}
.page-template-page-portfolio-php #content.full, .home #content.full {
	margin-left: 15px!important;
	margin-right: 0px!important;
	width: 95% !important;
}
#callToAction .button {
	position: relative;
	right: 0;
	top: 0;
	margin-top: 0;
	padding: 6px 11px 6px;
}
#content .project.small {
	width: 47%;
	margin-bottom: 40px;
	display: block;
	margin-right: 0 !important;
	padding-bottom:40px;
}
#content .project.small img {
    height: auto;
}
#content .project.small:nth-child(3n+0) {
    padding-right: 3% !important;
}
#content .project.small:nth-child(2n+0) {
    padding-right:0% !important;
}
#content .project .cta-button{min-width:inherit; padding: 10px 15px 10px; font-size:12px;}
#content .post.small {
	width: 46.5%;
	margin-bottom: 12px;
	display: block;
	margin-right: 3% !important;
}
#commentForm input[type="text"], #comments input[type="text"] {
	width: 40% !important;
	margin-right: 5px !important;
}
#commentForm label, #comments label {
	font-size: .8em;
}
.left_bar {
	float: none;
	font-family: 'Raleway';
	font-size: 13px;
	font-weight: 400;
	margin-left: 30px;
	padding: 10px;
	text-align: center;
}
.right_social_bar {
	float: none;
	margin-left: 10px;
	padding: 0px;
	width: 315px;
}
.mid-bar {
	float: none;
	font-family: 'Raleway';
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	margin-left: 0;
	padding: 8px;
	/* text-align: center;*/
	margin-bottom: 20px;
}
.head-bar {
	height: 100%;
}
.search_bar {
	float: right;
	/* margin-right: 25px;
    margin-top: 25px;*/
	width: 175px;
}
#msg-icon {
	margin-left: 0px;
	margin-right: 0px;
	padding: 10px 10px 0 0 !important;
}

.artists-detail .artist-column img{
	margin-bottom:35px;
}
.one_half {
	width: 100%;
}
#content.full.artists-detail{
	margin-left:0;
	width:100%;
}
#content.enquiry-page-content p.oneFourth{width: 100%;}
.enquiry-page-content .wpcf7-checkbox .wpcf7-list-item{display: block;}
}

@media screen and (max-width: 480px){
.artists-detail .artist-column img {
	width: 140px !important;
	height: 140px !important;
}
#content .project.small {
	margin-bottom: 12px !important;
	width: 95%;
	border:0;
	padding: 0 0 35px 0;
}
#content .project.small img{margin: 0 auto 24px; max-width: 100% !important; width: auto;}
/*#content .project.small:nth-last-child(-n+3){
	margin-bottom: 12px !important;
    padding-bottom: 40px;
}*/
#content .artist-division{border-bottom:0; }
}
@media screen and (max-width: 320px){
.mid-right-bar, .right-bar{
	margin:0;
}
.right-bar{padding-top:5px;}
}
}

