/*  
Theme Name: Pronk Graphics
Theme URI: http://pronkgraphics.com
Description: A Responsive Design
Version: 1.0.10
Author: Pronk Graphics
Author URI: http://pronkgraphics.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
/////////////////////////////////////////////////////////////////////*/

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

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

/**** Isotope Filtering ****/

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

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

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

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;     
}

/* End: Recommended Isotope styles */


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

body {
	font-size: 100%;
	font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;	
	width:auto; height:auto;	
	padding: 0 0 30px 0;
	margin: 0;
	color: #7d7d7b;	
	background-color: #d4d4d4;	
}

p {
	line-height: 1.7em;
	/*font-size: .75em;*/
	font-size: .95em;
	margin: 0 0 20px 0;	
}

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

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

img {
	margin: 0;
}

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

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

a{	
	color: #77a7b9;	
}

a:hover {
	color: #8dc7dc;	
}

a img {
	border:none;
}

h1, h2, h3, h4, h5, h6{		
	margin: 0 0 15px 0;
	font-weight: normal;
	color: #555555;
}

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: #7d7d7b !important;
}

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

input[type="text"], textarea {
	background-color: #fafafa;	
	padding: 10px;
	font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #6a6a6a;	
	border: 1px solid #ddd;
	background:	#fafafa url(images/field_bkg.png) repeat-x;	
}

input[type="text"]:focus {outline: none; background-color: #f7f7f7;}
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 20px;
	padding: 30px 0 0px 0;
	background: #fff;
	/*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 #header {margin:0px;}
.home #main {	
	border: none;
	padding-top:0px;
}

.home.page #content {
	padding-top: 0px;
	margin-top:0px;
}

.home .fl-builder-content a.fl-button {
	border:none;
}

#main.full {
	background: none;
}

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

#sidebar {
	/*width: 220px;*/
	width: auto;
	float: right;
	margin: 0 3% 0 0;
	padding: 0 0 0 0;		
}

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

.oneFourth {
	/*width: 220px;*/	
	width: 24%;
}

	#sidebar .oneFourth { width:98%;}

.oneThird {
	width: 280px;	
}

.threeFourth {
	width: 720px;	
}

.full {
	width: 970px;
}


.oneHalf{
	width: 430px;	
}

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

#header{	
	width: 100%;	
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 20px 0;		
}

#header .inside{	
	/*max-width: 62.5em;*/
	margin: 0 auto;	
	position: relative;
	padding: 20px 0 20px 0;
	background: #fff;
	-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;		
}

#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:-10px;	
	font-family: Helvetica, arial, sans-serif;	
}

#mainNav li{
	margin: 0 0 0 1.5em;	
	display: inline-block;		
	padding: 0;	
}

#mainNav ul a{
	line-height: 25px;	
	color: #8f8f8f;
	font-size: .75em;
	font-weight: bold;		
}

#mainNav ul ul a{
	line-height: 15px;
	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-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: #2e2e2e;	
}

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

#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
////////////////////////////////////////////////////////////////////*/

#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%;						
}

.home #content.full, .page-template-default #content.full {	
	/*width: 96%;*/						
}

#content.fullProjects{	
	width: 96%;				
}

#content.threeFourth .page {	
	width: 98%;		
}

#content .post {
	margin: 0 0 30px 0px;
	position: relative;
	background: transparent url(images/dotted_line.gif) bottom repeat-x;	
	padding-bottom: 10px;
	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: .75em;
	line-height: 1.5em;		
}

#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: #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: #a7a7a3 ;		
}

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


#pageHead {		
	padding: 10px 0 30px 0;	
	margin: 0 3% 30px 3%;
	background: transparent url(images/dotted_line.gif) 0 bottom repeat-x;		
}

#pageHead h1 {	
	font-size: 1.4em;
	line-height: .7em;
	padding: 0;
	margin-bottom: 0;	
	display: block;
	color: #555555;		
}

#pageHead p {	
	margin: 0!important;
	padding: 10px 0 0 0!important;	
	color: #b2b2b2;			
	line-height: 1em;
}

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

.page-template-template-home-php .slideshow {
	margin-bottom: 0px !important;	
}

.homeSection {	
	margin-bottom: 20px!important;
	width: 100%;	
}

.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: "Droid Serif", Georgia, Times, "Times New Roman", serif;	
	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: 220px;
	min-height: 280px;
	display: block;	
	margin: 0 10px 20px 0;	
	padding-bottom: 0px;	
	float: left;
	background: #fff;	
}

#content .post.small .moreLink{	
	display: block;
}

#content .post.small .thumb{	
	margin-bottom: 15px;
	
}

#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: "Droid Serif", Georgia, Times, "Times New Roman", serif;
	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%; 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: #757575 ;	
	display: inline-block;	
	color: #fff;
	text-decoration: none;	
	text-shadow: 0 1px 1px rgba(0,0,0,0.3);	
	position: relative;
	cursor: pointer;
	font-weight: bold;	
	padding: 5px 15px 5px;
	border: 1px solid rgba(0,0,0,.1);	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin: 0 5px 0 0;	
	line-height: normal !important;
}
	/* store */
	.woocommerce-page a.button { background-color:#80D417!important; color:#F2F2F2!important;} 
	.woocommerce-page a.button:hover,
	.scaleme { background-color:#72AA58!important; color:#FFF!important;
	-ms-transform: scale(.5,.5); /* IE 9 */
    -webkit-transform: scale(.5,.5); /* Safari */
    transform: scale(1.08,1.08); }

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: #595959;
	color: #fff;
}
	p.centered p a.button { margin:auto; min-width:100px; display:block; border:1px dotted red;}

/*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 .project.small{	
	width: 220px;
	display: block;	
	/*margin: 0 20px 20px 0;*/
	margin: 0 10px 20px 0;
	opacity: 0;
	padding-bottom: 0px;
	cursor: pointer;
	float: left;
	background: #fff;
	/*height: auto;*/
	height: 160px;
}

/*#content .project.small img{	
	width: 220px;
	height: 170px;
}

#content .project.small{
	position: relative;	
	display: block;	
	zoom: 1;
}

#content .project.small img{
	margin: 0 0 10px 0 !important;	
}

#content .project.small .title {
	font-size: .75em;
	color: #7d7d7b;
}*/

.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 .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 0 20px 0 !important;	
}

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

.skillList li span a{
	font-size: .9em;	
	background: #bababa;	
	display: inline-block;	
	color: #fff!important;
	text-decoration: none;
	position: relative;		
	padding: 5px 6px 5px !important;	
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	line-height: 1em;			
}

.skillList li span a:hover{	
	background: #6c6c6c;		
}

/*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;
	font-style:italic;
}

#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: .75em;	
}

#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: 16px 3% 0 3%;
	position: relative;			
}

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

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

/* Control Nav 2.7 */
.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.7) !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;}

.flex-control-thumbs li {
    width: 23%!important;
    float: left;
    margin: 0;
}





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


#sidebar .socialm {display:block; float:left; margin:0px 6px 12px 0px;}
/*///////////////////////////////////////////////////////////////////// 
//  08 - Widgets
////////////////////////////////////////////////////////////////////*/

#footer .widgetBox a, #sidebar .widgetBox a {
	line-height: 1.5em;
}

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


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

#sidebar .widgetBox h3,
#footer .widgetBox h3{
	font-size: .75em;
	font-weight: bold;
	color: #606060;
}

#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;	
}

.widget_search h3 {
	display: none;
}

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

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

* html .widget_search {
    height: 1%;
}

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

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


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




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

#footer a {
	color: #797979;	
}

#footer a:hover {
	color: #5b5b5b;	
}

#footer .inside {
	/*max-width: 62.5em;*/
	margin: 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: #fff;	
}

#footer .main {	
	margin: 0 0 0 3%;			
}

#footer .secondary {	
	background: #f3f3f3;
	padding-top: 20px;			
}

#footer .secondary .left {
	float: left;
	margin-left: 3%;		
}

#footer .secondary .right {
	float: right;
	margin-right: 3%;			
}


/*-- IMPORT ----------------------------------------------- */

/*@import url('css/pg.css');*/




/* ================== 2012 ==================== */

#main { padding-top:12px;}
#pageHead { margin-bottom:10px; padding-bottom:10px;}
#logo:hover { -moz-transform:rotate(-4deg);-webkit-transform:rotate(-4deg);-o-transform:rotate(-4deg)}
#callToAction { font-size:1.8em;}
h3 { line-height:normal;}


.single-project .gallery-row {float:none!important; margin:0px auto;} /* center gallery for project posts */


div #projects { min-height:200px;}


/*.vc_col-sm-6 { width: 90%!important;}*/

/* slide button */
div.flex-caption > p > a.button {
	background: #757575 ;	
	display: inline-block;	
	color: #fff;
	text-decoration: none;	
	text-shadow: 0 1px 1px rgba(0,0,0,0.3);	
	position: relative;
	cursor: pointer;
	font-weight: bold;	
	padding: 5px 15px 5px;
	border: 1px solid rgba(0,0,0,.1);	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 0 5px 0 0;	
	line-height: normal !important;
	font-size:18px;
	font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
}


/* slide image */
ul.slides li img{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
ul.flex-direction-nav li a { top:76%;} /* slide arrow nav */
ol.flex-control-nav { /*top:300px;*/ top:87%;} /* slide circle nav */
/*ul.slides > li > div.flex-caption { top:20px; float:right !important;}*//* slide text box */
.flex-caption > p { /*font-size:44px !important; line-height:44px; */ font-size:3.5em !important; line-height:.9em;  font-family: 'Cuprum', sans-serif !important;}/* slide text */


div.flex-caption {display:inline-block; width:57%; padding:0; position: absolute; left: 42%; top: 10%; bottom:0; height:98%;  /*background: rgba(0,0,0,.5);*/ color: #fff; float:right; height:354px; background:none; }
.flex-caption p { margin-bottom: 0;  display:inline-block; position:absolute; top:50%; top: 0; vertical-align:middle; margin-top:-5em; text-shadow: 0px 2px 3px #666; height:auto;
line-height: 1.0em;
}



/* FOLIO IMAGE THUMBS */


#content .small, .project.small img, img.thumb, img.size-medium, img.postThumb
{ -webkit-border-radius: 6px;-moz-border-radius: 6px; border-radius: 6px; }
#content .project.small:hover
{ background-color:#09C; height:170px; }
#content .project.small:hover a > img
{ /*display:none !important;*/ -moz-opacity:2.0; filter:alpha(opacity=20); opacity:0.2; }
#content .project.small:hover a
{ display:block !important; height:100% !important; }
#content .small:hover a > span.title
{ display:block; -moz-opacity:1.0; filter:alpha(opacity=100); opacity:1.0; color:#FFF;
/*-moz-transform:rotate(-3deg);-webkit-transform:rotate(-3deg);-o-transform:rotate(-3deg);-ms-transform:rotate(-3deg);*/ color:#09C;}

/* folio - title V3 */
span.title { position:absolute; top:44%; left:0px; float:left; padding:6px; background-color:#FFF; display:none; }


/* RECENT ITEMS */


/* folio - skill */
/*span.skill { position:absolute; top:10px; left:0px; float:left; padding:6px; background-color:#333; width:12px; text-align:center; font-size:8px;
-moz-opacity:.80; filter:alpha(opacity=80); opacity:.80;}
span.skill > span {-moz-opacity:1.0; filter:alpha(opacity=100); opacity:1.0; color:#FFF;}*/

a.button:hover, .button:hover {  }

.slidebutton { font-size:1em;}

/* PROJECT GALLERY */

/*=================== IDENTITY DESIGN POST: postid-397 */
.postid-397 .project p a img{ width: 30%!important;}



/* 	CLIENT QUOTES */
div #quoterotator { font-size:1.3em; }
div #quoterotator #quoteauthor { float:left; padding-top:10px!important; font-size:.9em;  display:block; font-style:italic;}




/* ================== GRAVITY FORMS ==================== */



body .gform_wrapper .gform_body .gform_fields .gfield input[type="text"], body .gform_wrapper .gform_body .gform_fields .gfield input[type="email"], body .gform_wrapper .gform_body .gform_fields .gfield input[type="url"], body .gform_wrapper .gform_body .gform_fields .gfield input[type="tel"], body .gform_wrapper .gform_body .gform_fields .gfield input[type="password"], body .gform_wrapper .gform_body .gform_fields .gfield select, body .gform_wrapper .gform_body .gform_fields .gfield textarea {
background-color: white;
color: #666;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border:none;
-webkit-box-shadow: inset 0 0 8px #DBDBDB33;
-moz-box-shadow: inset 0 0 8px #DBDBDB33;
box-shadow: inset 0 0 8px #DBDBDB33;
padding:10px;
}

.gform_body { width:70%; margin:0px auto;}

.gfield input[type="text"] { width:100%; }

.ginput_container { width:98%;}


/*=================== QUESTIONNAIRE */
form.questionnaire			{}

form.questionnaire > li.gsection { margin-top:16px;}
/*form.questionnaire > h2.gsection_title { margin-top:16px!important; font-size:18px;}*/

form .gsection				{margin-top:32px!important;}
form  h2.gsection_title 	{ font-size:22px!important;}

.gfield_label 				{font-size:1.7em!important;}
.gform_body input 			{ padding:12px!important;}

	/* estimate total */
.gfield_label {}
.ginput_container_total {}

	/* confirmation message */
.gform_confirmation_message {line-height: normal;}



/*=================== QUESTIONNAIRE - WEB NEW */

.page-id-3174 { line-height:normal;}
.page-id-3174 .gfield_label { color:#0C0C0C;}
.page-id-3174 input,
.page-id-3174 select { -webkit-box-shadow: none; -moz-box-shadow: none; color:#fff;
box-shadow: none!important; border:1px solid #E7E7E7!important;}
.page-id-3174 .ginput_quantity {color:#111111;}

.page-id-3174 .gf_progressbar::after { height: 34px!important; margin-top: -34px!important;}
.page-id-3174 .gf_progressbar_percentage {height: 34px!important;}
.page-id-3174 .gf_progressbar_percentage span {line-height: 3!important;}

.page-id-3174 .gform_next_button,
.page-id-3174 .gform_previous_button {border-radius: 4px; border:none!important;}
.page-id-3174 .gf_progressbar_title { font-size:16px;}
.page-id-3174 .percentbar_blue { background-color:#17a5d4!important;}
.page-id-3174 .gsection {border-bottom: 3px solid #17a5d4!important;}

.page-id-3174 #pwbox-3174 { color:#111111!important; padding:6px;} /* password field */

.page-id-3174 .ui-datepicker-month,
.page-id-3174 .ui-datepicker-year { color:#111111!important;} /* date picker pulldown text color */


.gform_wrapper .percentbar_blue {background-color: #2db5ff;}

.gform_wrapper { font-size:initial;}
.gform_wrapper h2.gsection_title { font-size: 28px!important;}


.gform_wrapper .top_label .gsection_description,
.gform_wrapper .gfield_description {font-size: 1.4em!important;}
.gform_wrapper .field_description_below .gfield_description { font-size:1.2em; }
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label { font-size:1.2em!important;}
.gsection_description {font-size: 1.2em;}
.gsection_description #content ul li {font-size: 1.2em!important;}


.gform_wrapper .gfield_checkbox li label { font-size:1.1em!important;  }

.page-website-q-internal .gform_page_footer input.button {
border: none; border-radius: 6px;
}

.gform_wrapper .gfield_checkbox li label { font-size:1.2em;}



/*=================== CLIENT REPORTS */
.clientreports-charts .vc_progress_bar .vc_single_bar { background: #B7B7B7!important;}

.clientreports-charts .vc_chart .vc_chart-with-legend {display: block; margin: 0px auto;}

.clientreports-charts .vc_chart-with-legend,
.clientreports-charts .vc_chart .vc_chart-legend { width: 98%;}

.client-report .clientreport-list ul {}
.client-report .clientreport-list ul li {font-size: 16px!important; margin-bottom: 6px; border-bottom: 1px solid #D4D4D4; padding:8px;}



 
/*=================== SHOP */
ul.products .attachment-shop_catalog	{ width:300px!important;}
/* 2clm */
li.product					{ /*margin:8px !important;*/ width:46%!important; float:left;}

/* 3clm */
li.product					{ /*margin:8px !important;*/ width:32.33%!important; margin-right:6px!important;}
.woocommerce .widgetBox	{width:23%; float:left; margin-left:10px}


li.product a img			{  /*padding:4px;*/}
.woocommerce #content div.product div.images	{float:left!important; clear:none;width:47%!important;}
.woocommerce div.product div.summary			{float:right;  clear:none;}
.woocommerce-tabs			{ width: 48%; float:right; clear:none!important;}

.product	{ }

span.onsale, .onsale			{ top:3px!important;left:3px!important; top:3!important;/*right:0px!important;*/ right:auto!important; margin:0px 0px!important; padding:3px!important; /*left:auto;margin:-6px -6px 0 0;*/ position:absolute!important; float:left!important; text-align:left; line-height:auto!important; /*display:none!important;*/

/*min-height:32px;min-width:32px;padding:4px;font-size:12px;font-weight:700;position:absolute;text-align:center;line-height:32px;top:6px;left:6px;margin:0;-webkit-border-radius:20px;border-radius:20px;background:#a2c094;background:-webkit-gradient(linear,left top,left bottom,from(#a2c094),to(#85ad74));background:-webkit-linear-gradient(#a2c094,#85ad74);background:-moz-linear-gradient(center top,#a2c094 0,#85ad74 100%);background:-moz-gradient(center top,#a2c094 0,#85ad74 100%);text-shadow:0 -1px 0 #85ad74;color:#fff;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.3),inset 0 -1px 0 rgba(0,0,0,.2),0 1px 2px rgba(0,0,0,.2);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.3),inset 0 -1px 0 rgba(0,0,0,.2),0 1px 2px rgba(0,0,0,.2);box-shadow:inset 0 1px 0 rgba(255,255,255,.3),inset 0 -1px 0 rgba(0,0,0,.2),0 1px 2px rgba(0,0,0,.2)*/
}
span.price,
body.single-product p.price	{ text-decoration:underline!important; width:99%!important; float:left; clear:right;}
.price del	{float:left; padding-right:6px;}
.price ins	{float:left;}
span .amount { text-decoration:none!important;}
del span.amount {}
#content ul li { margin: 0 0 10px 0; line-height:normal!important;		
/* line-height: 1.4em; */}


.woocommerce-page	#content { width:96%!important; float:left; clear:both;}
.woocommerce-page	#sidebar { width:100%!important; float:left;}

/* new badge */
.wc-new-badge { position:absolute; top:0; left:0;}

/* home - column spacing */
body.home .project,
body.home .isotope-item,
body.home .widgetBox
/* .oneFourth widget_text footerBox widgetBox  */
/*.thumbs small 6 isotope-item*/
/*{ width:244px!important; padding:0px; }*/
{ /*width:224px!important;*/ padding:0px; }
/* woocommerce products on home page using slider */
.wcps-container { display:block;width:99%; float:left; padding:0px!important;}

/* =================== LISTS VC */

.page-id-40 .wpb_wrapper ul {   list-style-type:none!important;
  padding-left: 6px;}
.page-id-40 .wpb_wrapper li { position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
  font-size:14px!important;}
.page-id-40 .wpb_wrapper li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  content: "\f040";
  color:#378ddd;
}

.page-id-40 .wpb_wrapper .vc_grid-filter-default li:before { display:none;}

/* load more - vc */


.drawmyvehiclebanner { height:350px; background-position:center;}
.drawmyvehicleslider { height:510px; background-position:center;}

/* =================== PRICING BLOCK VC */
/* 
ref: https://ultimate.brainstormforce.com/price-box/
ref: https://codepen.io/arkev/pen/EDeuG
*/
.priceblock { padding:10px; background-color:#E8E7E7!important; padding:35px!important; }
.priceblock .vc_column-inner { padding:10px!important; background-color:#EFEFEF;}
.priceblock h2 	{ min-height:30px; }
.priceblock p 	{ min-height:80px;}


.priceblock:hover .priceblockprice,
.priceblock:hover .vc_btn3 { 
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
cursor:pointer;}
.priceblock:hover .vc_column-inner {
	-moz-box-shadow:3px 3px 7px rgba(0,0,0,.1);
  	-webkit-box-shadow: 3px 3px 7px rgba(0,0,0,.1);
  	box-shadow:3px 3px 7px rgba(0,0,0,.1);
	  	-moz-transform: scale(1.05);
  	-o-transform: scale(1.05);
	background-color:#F7F7F7!important;
	}
	
	
.priceblockprice { 
vertical-align: middle;
/*display: table-cell;*/
word-break: break-all;
color:#27C1FF;
/*color:#6E6E6E;*/
display: block;
	font: bold 33px/100px Georgia, Serif;
	color: #777;
	background: #fff;
	border: 5px solid #fff;
	height: 100px;
	width: 100px;
	margin: 10px auto 10px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	-moz-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
	-webkit-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
	box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset; 
 }

.pblarge {
	height: 110px; width: 110px;
	padding:30px;
}


/*  WordPress Packages */

/*.page-id-1981 .wpb_wrapper .vc_icon_element-icon {color:#169BCC!important; }*/

.page-id-1981 .wordpress-wpicon {color:#fff!important;}

.iconrow .vc_icon_element-icon {color:#169BCC!important; }

#supersized-loader { display:none;}


/*///////////////////////////////////////////////////////////////////// 
//  Store - Category
////////////////////////////////////////////////////////////////////*/

.store-catheaderpic {height: 370px; width: 100%; overflow: hidden; display: block; position: relative; margin-bottom:16px; background-repeat:no-repeat;}
.storecatpic-shirts { background: url('//www.pronkgraphics.com/wp-content/uploads/2016/10/amie-fury-roadmaster-DSC-1880.jpg'); background-position: 0px -84px; background-size:cover; background-repeat:no-repeat; }
.storecatpic-prints { background: url('//www.pronkgraphics.com/wp-content/uploads/2016/08/IMG_0319.jpg'); background-position: 0px -84px; background-size:cover; background-repeat:no-repeat; }
/*.storecatpic-originalart { background: url('http://www.pronkgraphics.com/wp-content/uploads/2016/06/calvin2.jpg'); background-position: 0px -320px; background-size:cover; background-repeat:no-repeat; }*/
.storecatpic-originalart { background: url('//www.pronkgraphics.com/wp-content/uploads/2016/06/L88-corvette-pronkgraphics.jpg'); background-position: 0px -140px; background-size:cover; background-repeat:no-repeat; }

.tax-product_cat {}
.term-clothing {}
/* widen content area */
.term-clothing #content,
.term-prints #content { width:100%!important; margin:0px 0px 0px 0px;}
.term-clothing .woocommerce-breadcrumb,
.term-clothing h1.page-title,
.term-prints .woocommerce-breadcrumb,
.term-prints h1.page-title { margin-left:30px!important;} 

.term-description  h2  { margin:0px 30px 10px 30px!important; line-height:normal; text-align:center}

.woocommerce-variation-price .price { margin-bottom:6px!important;}
.woocommerce-variation-price .price::after {
    content: " CDN"; font-size:10px;
}

/* store archive page */
.post-type-archive-product li.product { min-height:326px; display:block; background-position:center; background-size:cover; background-clip: content-box;}

/*.post-type-archive-product li.product img { min-height:326px; display:block; background-position:center; background-size:cover;}*/
.post-type-archive-product li.product img { min-height: 320px; width: 100%; object-fit: contain; display:block;}

.product h3 { font-size:22px!important; font-weight:bold;}
.product h3 .count {}


/* STORE WOOCOMMERCE 2.7 Gallery  */

	.woocommerce-product-gallery {
			position: relative;
}
		
		.woocommerce-product-gallery__trigger {
				position: absolute;
				top: ms(-1);
				right: ms(-1);
				display: block;
				height: 2em;
				width: 2em;
				border-radius: 3px;
				z-index: 99;
				text-align: center;
			}


			

		.woocommerce-product-gallery	img {
				margin: 0;
			}


.post-type-archive-product .vc_row {
    margin-left: 0px;
    margin-right: 0px;
}

.count {
    padding: 4px;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
	background-color:#DDDDDD;}

.woocommerce-loop-category__title {
    position: absolute;
    top: 0px;
    font-size: 20px!important;
    padding: 10px!important;
    background-color: #fff;
    width: 100%;
    opacity: .9;
}
	
ul.products li.product a img {
        margin: 0px auto!important;
}
/* WC Social Share */
div.sharedaddy h3, #content div.sharedaddy h3, #main div.sharedaddy h3, #primary div.sharedaddy h3 {
    width: 25%!important;
}
div.sharedaddy .sd-content {
    width: 75%!important;
}
/* WC Product Tabs */
.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    display: inline-block;
    margin-right: 4px;
    font-size: 12px;
    padding: 6px 10px;
    margin-bottom: 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
     padding: .5em .5em;
    }

/* WC Product Form Items*/
.woocommerce .quantity .qty {
    padding: 7px;
    font-size: 14px;
}
.woocommerce div.product form.cart .variations select {
    font-size: 12px; padding: 8px;
}
		

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

/* iPad Portrait */

@media only screen and (max-width: 768px) {	
	
	#content .project.small{	
		width: 220px;		
		height: auto;
	}
	
	#sidebar {
		float: none;
		width: 97%;
		margin-left: 3%;
		padding-bottom: 30px!important;
		padding-top: 10px;	
	}
	
	#content.threeFourth {
		width: 94% !important;
		float: none;
	}
	
	.sidebarBox {	
		float: left;
		margin: 0 3% 30px 0;	
	}	
	
	#comments { width: 100%;}	
	/*=================== SIDEBAR */
.woocommerce .sidebar		{ width:99%;}
	/*=================== SHOP */
		
ul.products .attachment-shop_catalog	{ width:300px!important;}
li.product					{ /*margin:8px !important;*/ width:49%!important; float:left;}
li.product a img			{  /*padding:4px;*/}
.woocommerce #content div.product div.images	{float:left!important; clear:none; width:99%!important;}
.woocommerce div.product div.summary			{float:right;  clear:none; width:99%!important;}
.woocommerce-tabs			{ width: 99%; float:right; clear:none!important; border-bottom:2px solid #A8A8A8;}
	
}

/* iPad Landscape */

@media only screen and (max-width: 1024px) {
	#content .project.small{	
		width: 220px;		
		height: auto;
	}		
}

@media only screen and (max-width: 940px) {	
	#content.threeFourth { width: 60%; }	
	
	/*=================== SHOP */
		


	
}


/*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: 90px;*/			
	}
	
	#header #logo img {			
		max-width: 100%;
		height: auto;			
	}
	
	#pageHead h1 { font-size: 1.2em;}
	#pageHead {		
		padding: 10px 0 20px 0;
	}
	.flex-direction-nav, .flex-control-nav, .flex-caption { /*display: none !important;*/}
	
	/* modified to display */
	.flex-caption { display:inline-block !important; width:99%;} 
	div.flex-caption {display:inline-block; width:57%; padding:0; position: absolute; left: 40%; top: 10%; bottom:0; height:98%;  /*background: rgba(0,0,0,.5);*/ color: #fff; float:right; height:354px; background:none; }
	.flex-caption > p { font-size:1.1em!important; line-height:1.5em ; margin-top:-6em;  font-family: 'Cuprum', sans-serif;}/* slide text */
	
		.flex-caption > p > a.button { font-size:.8em!important; margin-top:20px; float:left; }/* slide button */
	

	
	#main {
		padding-top: 15px;
	}
	#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;
	}	
	
	#content .post {
		margin-bottom: 20px;
		padding-bottom: 5px!important;
	}
	
	.post .moreLink {
		display: none;
	}
	
	#content .project.small {
		width: 220px !important;		
		margin: 0 10px 20px 0 !important;
	}	
	
	#projects {
		margin-left: 5px;
		width: 98%;
	}	
	
	#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%;
	}	
	
	
	.one_third{ width:90%; clear:both; margin:0px auto; }
	
	#content { width:94%;}
	#sidebar { float:left;}
	.products	{
		float:left; width:94%!important;
	}	
	
		
	#footer div.oneFourth	{ width:99%!important;}
	
	/*=================== IDENTITY DESIGN POST: postid-397 */
.postid-397 .project p a img{ width: 90%!important; max-width:300px!important; margin-left:7%;}

/*=================== SHOP */
		
ul.products .attachment-shop_catalog	{ width:99%!important;}
li.product					{ /*margin:8px !important;*/ width:40%!important; float:left;}

/*///////////////////////////////////////////////////////////////////// 
//  Store - Category
////////////////////////////////////////////////////////////////////*/

.store-catheaderpic {height: 316px; width: 100%; overflow: hidden; display: block; position: relative; margin-bottom:16px; background-repeat:no-repeat!important;}
.storecatpic-shirts { background: url('//www.pronkgraphics.com/wp-content/uploads/2016/10/amie-fury-roadmaster-DSC-1880.jpg'); background-position: 0px -56px; background-size:cover; }

.tax-product_cat {}
.term-clothing {}
.term-clothing #content { width:100%!important; margin:0px 0px 0px 0px;}
.term-clothing .woocommerce-breadcrumb,
.term-clothing h1.page-title { margin-left:30px!important;}	




}

/* iPhone Landscape */
@media screen and (max-width: 480px) and (orientation: landscape) {
	
	#logo { width:auto; margin:0px auto;}
	
	.widgetBox,
	.woocommerce .widgetBox {
		width: 95%;
		float: left;		
	}
	
	#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: 220px !important;		
		margin-bottom: 20px !important;
		margin-right: 10px;
	}	
	
	.post.small {		
		margin-right: 10px !important;			
	}	
	
	#content .thumbs {
		margin-left: 0 !important;
	}

	#sidebar	{
		float:left; width:99%!important;
	}

	
}

/* iPhone Portrait */
@media screen and (max-width: 480px) and (orientation: portrait) {

/*	.widgetBox {
		width: 94%;	
		float: none;
		margin: 0 2% 20px 2%;			
	}*/
		.widgetBox,
		.woocommerce .widgetBox {
		width: 95%;
		float: left;		
	}
	
	#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;	
	}	
	
	#commentForm input[type="text"], #comments input[type="text"] {		
		width: 40% !important;
		margin-right: 5px !important;
	}
	
	#commentForm label, #comments label {
		font-size: .8em;
	}	
	
	.flex-direction-nav, .flex-control-nav, .flex-caption { /*display: none !important;*/}
	
	#content { width:94%;}
	.products	{
		float:left; width:94%!important;
	}	

	/*=================== SHOP */
	li.product					{ /*margin:8px !important;*/ width:98%!important; float:left;}
	
	/*///////////////////////////////////////////////////////////////////// 
//  Store - Category
////////////////////////////////////////////////////////////////////*/

.store-catheaderpic {height: 310px; width: 100%; overflow: hidden; display: block; position: relative; margin-bottom:16px; background-repeat:no-repeat;}
.storecatpic-shirts { background: url('//www.pronkgraphics.com/wp-content/uploads/2016/10/amie-fury-roadmaster-DSC-1880.jpg'); background-position: 0px 0px; background-size:cover; }

.tax-product_cat {}
.term-clothing {}
.term-clothing #content { width:100%!important; margin:0px 0px 0px 0px;}
.term-clothing .woocommerce-breadcrumb,
.term-clothing h1.page-title { margin-left:30px!important;}

}



/*///////////////////////////////////////////////////////////////////// 
//  Print - Customer Report
////////////////////////////////////////////////////////////////////*/

@media print {
	body {background-color:#fff;}
	.page-template-page-client-reports #header {border-top: none;}
	.page-template-page-client-reports .page-head,
	.page-template-page-client-reports #mainNav,
	.page-template-page-client-reports .menu-main-container,
	.page-template-page-client-reports #menu-main
	{display:none!important; visibility: hidden;}
	
	/* hide: client quotes, social media, print button */
	.page-client-report #flexi-quote-rotator,
	.page-template-page-client-reports #flexi-quote-rotator,
	.page-template-page-client-reports #text-6,
	.page-client-report #text-6 {display:none;}
	.page-template-page-client-reports .printbutton {display:none!important;}
	
	.clientreports-charts .report-sectiontitle .vc_column-inner {padding-top:20px!important;}
	
	
	.clientreports-charts .vc_chart .vc_chart-with-legend {display: block; width:98%; margin: 0px auto;}
	.clientreports-charts .vc_progress_bar .vc_single_bar .vc_bar.striped {background-image: none; background-color: #666 !important;}
	
	.page-template-page-client-reports .report-footernotes {width: 98%;}
	.page-template-page-client-reports .report-footernotes {page-break-after: always;}
}


/*=================== CLIENT REPORTS */
/*
.clientreports-charts .vc_progress_bar .vc_single_bar { background: #B7B7B7!important;}

.clientreports-charts .vc_chart .vc_chart-with-legend {display: block; margin: 0px auto;}

.clientreports-charts .vc_chart-with-legend,
.clientreports-charts .vc_chart .vc_chart-legend { width: 98%;}
*/

/*///////////////////////////////////////////////////////////////////// 
//  Builder
////////////////////////////////////////////////////////////////////*/

.fl-builder-touch #content.full { margin:0px; width:100%; }

