/*
Theme Name: The Secret
Version: 2.0.0
Author: Leo Basica / L&Co.
Author URI: http://leobasica.com

TABLE OF CONTENTS

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

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

/**

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

**/


html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,img,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,hgroup,menu,nav,summary,time,mark,audio,video,header,footer {
    margin:0;
    padding:0;
    border:0;
    font-weight:inherit;
    font-style:inherit;
    font-size:100%;
    font-family:inherit;
    vertical-align:baseline;
    background:transparent;
}

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

ol,ul {
	list-style:none;
}

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

blockquote,q {
    quotes:none;
}

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

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

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

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

del {
    text-decoration:line-through;
}

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

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

input,
select {
    vertical-align:middle;
}

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

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

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

hr {
	color:#eee;
	background:#eee;
	border:none;
	height:1px;
	margin:60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.fade:hover {
   opacity: 0.5;
}

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

body {
	font-size: 100%;
	font-family: "freight-text-pro", Georgia, Times, "Times New Roman", serif;
	width:auto;
	height:auto;
	padding: 0 0 0 0;
	margin: 0;
	color: #333;
	background-color: #1f1f1f;
	font-weight: normal;

}

p {
	line-height: 1.7em;
	font-size: 1.1em;
	margin: 0 0 20px 0;
	font-weight: normal;
	font-style: normal;
}

::selection {
  background: #9d1f26; /* WebKit/Blink Browsers */
  color:#fff
}
::-moz-selection {
  background: #9d1f26; /* Gecko Browsers */
  color:#fff
}

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

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

img {
	margin: 0;
}

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

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

a{
	color: #4da7ca;
}

a:hover {
	color: #4290ae;
}

a img {
	border:none;
}

h1, h2, h3, h4, h5, h6{
	margin: 0 0 15px 0;
	color: #1f1f1f;
	font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
	font-weight:600;
	letter-spacing: 1px;
}

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

blockquote, address {
	margin: 0 0 30px 0;
	padding: 0 40px;
	font-style: normal;
	text-align: center;
	line-height: 1.9em;
	color:#000;
	font-size: 2em;
	font-family: "freight-text-pro", Georgia, Times, "Times New Roman", serif;
	border-left:none;

}

.page blockquote {
	width:66%;
	margin:0 auto 30px;
}

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

pre code {
	background: none;
}

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

.left {
	float: left;
}

.right {
	float: right;
}

.meta {
	color: #b0b0ad;
}

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

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

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

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

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



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

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

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

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

a.action {
	font-style: italic;
}

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

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

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

.home #wrap, .page-template-page-homecopy #wrap {
	padding: 1px 0 0;
}

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

.page-template-page-home-php.home #middle, .page-template-page-homecopy.home #middle, .page-template-page-story-landing #middle, .single-stories #middle, .tax-topictax #middle, .post-type-archive-stories #middle, .page-template-page-store #middle, .single-products #middle, .tax-formattax #middle, .tax-titletax #middle, .tax-featuretax #middle, .tax-vendortax #middle, .page-template-page-story-all #middle, .page-template-page-homecopy #middle, .page-template-page-full-thank-you #middle, .error404 #middle {
	max-width: 100% !important;
	width: 100% !important;
	margin: 0 auto;
}

.home #wrap, .page-template-page-homecopy #wrap {
	padding-top: 0px !important;
	margin-top:-84px;
}

.home #wrap, .page-template-page-homecopy #wrap {
	padding-bottom:0px !important;
}

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

#main.full {
	background: none;
}

.fullwidth1 h1, .single-stories .backgroundimage h1, .tax-topictax .backgroundimage h1, .page-template .backgroundimage h1, .search .backgroundimage h1 , .post-type-archive-product h1, .tax-formattax .backgroundimage h1, .tax-titletax .backgroundimage h1, .tax-featuretax .backgroundimage h1, .tax-vendortax .backgroundimage h1, .single-project .backgroundimage h1, .page-template-page-story-all .backgroundimage h1 {
	text-align: center;
	color:#fff;
	font-family:"brandon-grotesque";
	text-transform: uppercase;
	font-weight:600;
	top:52%;
	position: relative;
}

.page-id-520 .backgroundimage h1, .page-id-581 .backgroundimage h1, .page-id-584 .backgroundimage h1, .error404 .backgroundimage h1 {
	top:57%;
}

.page-id-520 #wrap p,
.page-template-page-full-contact #wrap p  {
	width:60%;
	margin:0 auto 30px;
}

.page-id-520 #wrap .gform_body p {
	width:100%;
	margin-bottom:60px;
}

.page-id-562 .post-562 p  {
	width:55%;
	text-align: center;
	margin:0 auto 30px;
}

.page-id-520 blockquote  {
	width:70%;
}

.page-id-562 blockquote {
	width:76%;
}

.page-id-520 blockquote p, .page-id-562 .post-562 blockquote p {
	width:100%;
}

.fullwidth1 span, .single-stories .backgroundimage span, .tax-topictax .backgroundimage span, .search .backgroundimage span, .post-type-archive-product span, .tax-formattax .backgroundimage span, .tax-titletax .backgroundimage span, .tax-featuretax .backgroundimage span, .tax-vendortax .backgroundimage span,  .single-project .backgroundimage span, .page-template-page-full-width .backgroundimage span, .page-template-page-story-all .backgroundimage span, .page-template-page-full-thank-you-php .backgroundimage span {
	top:50%;
	position: relative;
	color:#fff;
	display: block;
	text-align: center;
}

.single-stories .backgroundimage span a, .tax-topictax .backgroundimage span a, .search .backgroundimage span a, .tax-formattax .backgroundimage span a, .tax-titletax .backgroundimage span a, .tax-featuretax .backgroundimage span a, .tax-vendortax .backgroundimage span a,  .single-project .backgroundimage span a, .page-template-page-full-width .backgroundimage span a, .page-template-page-story-all .backgroundimage span a, .page-template-page-full-thank-you .backgroundimage span a {
	color:#fff;
	font-family:"brandon-grotesque";
	text-transform: uppercase;
	font-weight:400;
	letter-spacing: 1px;
	font-size:10px;
}

.single-project span ul.wpfai-list a, .page-template-page-full-width span ul.wpfai-list a, .page-template-page-story-all span ul.wpfai-list a, .page-template-page-full-thank-you-php span ul.wpfai-list a {
	font-size:14px;
}

.single-stories .backgroundimage span a:hover, .tax-topictax .backgroundimage span a:hover, .search .backgroundimage span a:hover, .tax-formattax .backgroundimage span a:hover, .tax-titletax .backgroundimage span a:hover, .tax-featuretax .backgroundimage span a:hover, .tax-vendortax .backgroundimage span a:hover,  .single-project .backgroundimage span a:hover {
	text-decoration: underline;
}

.backgroundimage span ul.wpfai-list {
	margin:0;
	padding:0;
	text-align: center;
	list-style-type: none;
	width:100%;
}

.backgroundimage span ul.wpfai-list li {
	display: inline-block;
	text-align: center;
	font-size:14px;
	margin:0 0;
}

.backgroundimage span ul.wpfai-list li a {
	opacity:1;
	transition:opacity 0.2s ease;
}

.backgroundimage span ul.wpfai-list li a:hover {
	opacity:0.7;
	transition:opacity 0.2s ease;
}

.post-type-archive-product .shoppy {
	display: none;
}

.tax-topictax .sarchive,
.tax-formattax .aarchive,
.tax-formattax .shoppy,
.tax-titletax .aarchive,
.tax-titletax .shoppy,
.tax-vendortax .aarchive,
.tax-vendortax .shoppy,
.tax-featuretax .aarchive,
.tax-featuretax .shoppy {
	display: none;
}

.tax-topictax .aarchive {
	display: none;
}

.search .shoppy, .search .sarchive {
	display: none;
}

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

#sidebar {
	width: 26.5%;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: #fff;
}

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

.twoThirds {
	width: 70%;
}

.oneThird {
	width: 30%;
}

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

#header{
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0!important;
	text-align: center;
	background: none transparent;
	width:100%;
}

.home #header, .page-template-page-homecopy #header {
	text-align: center;
}

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

#header .inside{
	max-width: 72.5em;
	margin: 0 auto;
	position: relative;
	padding: 40px 0 40px 0 !important;
	transition:all 0.3s ease-in;
}

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

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

#logo {
	display: inline-block;
	margin: 0px auto;
	float: none;
	text-align: center;
	padding: 0;
}

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

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

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


/* Top level navigation */

#mainNav .tinynav {
	display: none;
}

#mainNav{
	right: 0;
	width:100%;
	position:absolute;
	top:40%;
	height:20px;
	margin-top:0px;
	display: inline-block;
}

#mainNav li{
	margin: 0 0 0 70px;
	display: inline-block;
	padding: 0;
}

#mainNav li:first-child {
	margin-left:120px
}

#mainNav li:nth-child(4) {
	margin-left:325px;
}

#mainNav ul a{
	line-height: 25px;
	color: #fff;
	font-size: 0.85em;
	letter-spacing:0.5px;
	font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	transition:all 0.3s ease;
	text-shadow:0px 1px 6px rgba(0, 0, 0, 0.5);
	-moz-text-shadow:0px 1px 6px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow:0px 1px 6px rgba(0, 0, 0, 0.5);
}

#mainNav ul ul a{
	line-height: 15px;
	font-weight: normal;
	border-top: none;
	/*color: rgba(255,255,255, .5);*/
	text-shadow:none;
	-moz-text-shadow:none;
	-webkit-text-shadow:none;
	color:#555 !important;
}


#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,
#mainNav ul li.current-menu-ancestor a {
	text-decoration: underline;
	color: #fff;
}

#mainNav ul li.sfHover a,
#mainNav ul li a:hover,
#mainNav ul li:hover {
	text-decoration: underline;
	color: #fff;
	transition:all 0.3s ease;
}

/* Second level+ dropdowns */

#mainNav ul ul {
	padding: 20px 0px 5px 0px !important;
	margin-top: -10px;
	background: #74c9b4;
	border: none;
	text-align: left;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	box-shadow:0px 0px 30px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0px 0px 30px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}

.home #mainNav ul ul {

}

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

#mainNav ul li.menu-item-714 ul li.menu-item-1147 ul.sub-menu {
	width:17em !important;
}

#mainNav ul ul li {
	float: none;
	background: none;
	margin: 0 5px 5px 15px !important;
}

#mainNav ul ul li a {
	padding: 0px 0 10px 0;
	font-weight: normal;
	text-decoration: none !important;
	border: none !important;
	color: #666;
	font-weight:500;
	font-size:12px !important;
}

#mainNav ul li.menu-item-has-children a ul li a:hover {
	text-decoration: none !important;
	color:#ccc !important;
}

.home #mainNav ul ul li a, .page-template-page-homecopy #mainNav ul ul li a {
	/*color: rgba(255,255,255, .9) !important;*/
	color:#555;
}

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

/** arrow **/

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

.translator {
	/*top:81px;*/
	top:69px;
	left:50px;
	/*position: absolute;*/
}

.translator .jcf-select {
	background:none;
	color:#fff;
	border:none;
	min-width:auto;
}

.translator .jcf-select .jcf-select-opener {
	background: none;
	color:#ccc;
	right:-28px;
	font-size:19px;
}

.sidrop {
	top:81px;
	right:60px;
	position: absolute;
}

ul#menu-social-for-header li a,
ul#menu-translation-menu li a {
	color:#555;
	font-family:"brandon-grotesque";
	font-size:17px;
	transition:all 0.3s ease;
}

ul#menu-social-for-header li a ul li a ,
ul#menu-translation-menu li a ul li a {
	color:#555;
	text-shadow:none;
}

ul#menu-social-for-header li a:hover,
ul#menu-translation-menu li a:hover {
	opacity:0.6;
	transition:all 0.3s ease;
}

ul#menu-social-for-header li,
ul#menu-translation-menu li {
	margin:5px 0;
}

ul#menu-social-for-header span.fontawesome-text,
ul#menu-translation-menu span.fontawesome-text {
	display: none;
}

ul#menu-social-for-header li.menu-item-has-children span.fontawesome-text,
ul#menu-translation-menu li.menu-item-has-children span.fontawesome-text {
	float:left;
	display: block;
	margin-right:3px;
}

ul#menu-social-for-header li.menu-item-has-children a,
ul#menu-translation-menu li.menu-item-has-children a {
	text-transform: uppercase;
	font-size:13px;
	padding-top:1px;
	letter-spacing: 0.5px;
	font-weight:500;
	color:#fff;
	text-shadow:0px 1px 6px rgba(0, 0, 0, 0.5);
}

ul#menu-social-for-header li.menu-item-has-children a.sf-with-ul span,
ul#menu-translation-menu li.menu-item-has-children a.sf-with-ul span {
	transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	position:absolute;
	margin-left:8px;
	top:-2px;
	right:-16px;
	font-size:19px;
	font-weight: 300;
}

ul#menu-social-for-header ul.sub-menu li a,
ul#menu-translation-menu ul.sub-menu li a {
	color:#555;
	text-shadow:none;
}

ul#menu-translation-menu ul.sub-menu li a:hover,
ul#menu-social-for-header ul.sub-menu li a:hover {
	color:#9e1217;
	opacity:1;
}

ul#menu-social-for-header ul.sub-menu li span.fontawesome-text,
ul#menu-translation-menu ul.sub-menu li span.fontawesome-text {
	display: none;
}

ul#menu-social-for-header ul.sub-menu li a {
	font-size:16px;
}

ul#menu-translation-menu ul.sub-menu li a {
	font-size:13px;
}


ul#menu-social-for-header ul.sub-menu,
ul#menu-translation-menu ul.sub-menu  {
	background: #fff !important;
	width:2.4em !important;
	top:25px;
	left:10px;
	padding:10px 0;
		box-shadow:0px 0px 30px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0px 0px 30px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}

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

.sfHover .sf-sub-indicator {

	bottom: -10px;
}

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

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

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

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

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

#header .cartBtn:hover {

}

ul.subpages {
	text-align: center;
	margin:0;
	padding:0;
	width: 100%;
	list-style-type: none;
}

ul.subpages li {
	display: inline-block;
	font-family:"brandon-grotesque";
	text-transform: uppercase;
	font-size:11px;
	letter-spacing: 1px;
	font-weight:600;
	color:#999;
	margin:0 15px;
	text-align: center;
}

ul.subpages li a {
	color:#999;
	display: inline-block;
	transition:all 0.3s ease;
}

ul.subpages li a:hover {
	color:#333;
	transition:all 0.3s ease;
}

ul.subpages li.current_page_item a {
	color:#BA1D25;
	text-decoration: underline;
}

ul#menu-social-for-footer span.fontawesome-text {
	display: none;

}

ul#menu-social-for-footer li a {
	color:#000;
	margin:0 10px;
	transition:color 0.2s ease;
}

ul#menu-social-for-footer li a:hover {
	color:#ba1d25;
	transition:color 0.2s ease;
}

.footy .right .footico {
	float:right;
}

/*////////////////////////////////////////////////////////////////////
//  Sticky Nav
////////////////////////////////////////////////////////////////////*/

/*#header .myfixed {
	box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.39);
	background-color:rgba(0, 0, 0, 0.89) !important;
	z-index: 100000;
	-webkit-transition:all 0.5s ease;
	   -moz-transition:all 0.5s ease;
		    transition:all 0.5s ease;
	
}

#mysticky-wrap {
	transition:all 0.1s ease;
	-moz-transition:all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	z-index: 100000;
}*/

#header .myfixed {
	background-color: rgba(0, 0, 0, 0.85) !important;
}

#header .myfixed .inside {
	padding:10px 0 !important;
	z-index: 100000;
}

.wrapfixed, .myfixed {
	background-color:none !important;
}

#header .myfixed #logo {
	width:130px;
	padding:10px 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    filter:alpha(opacity=100) !important;
    -moz-opacity: 1 !important;  
    opacity: 1 !important;
    -khtml-opacity: 1 !important;
}

#header .myfixed .sidrop,
#header .myfixed .translator {
	top:48px;
}

/*
.home .myfixed, .myfixed {
	background-color:rgba(0, 0, 0, 0.89) !important;
}

.wrapfixed {
	*/
}


/*////////////////////////////////////////////////////////////////////
//  05 - Custom Stuff!
////////////////////////////////////////////////////////////////////*/

.post-type-archive-product #wrap, 
.tax-product_cat #wrap, 
.post-type-archive-stories #wrap, 
.page-template-page-store #wrap, 
.single-products #wrap,
.tax-formattax #wrap,
.tax-titletax #wrap,
.tax-featuretax #wrap,
.tax-vendortax #wrap,
.page-template-page-story-all #wrap,
.single-products #wrap,
.error404 #wrap {
	padding:0 0 !important;
}

.page-id-520 #wrap,
.page-template-page-full-contact #wrap,
.page-template-page-full-world-languages #wrap, 
.page-template-page-portfolio #wrap,
.page-template-page-full-thank-you #wrap {
	padding:60px 0 !important;
}

.error404 #wrap {
	padding:60px 0 0 !important;
}

.page-template-page-full-thank-you #wrap {
	padding-bottom:0 !important;
}

.page-template-page-full-thank-you #content.full {
	margin-bottom:80px;
}

.page-template-page-full-contact hr {
	color:#ddd;
	background: #ddd;
	width:76%;
	margin:60px auto;
}

.submitstory {
	background: #eee;
	padding:60px 0;
	margin:50px auto;
	width:780px;
	border:1px solid #e5e5e5;
	box-shadow: 1px 1px 24px rgba(0, 0, 0, 0.12)
}

.submitstory #gform_wrapper_3,
.submitstory #gform_wrapper_4 {
	width:600px;
	margin:0 auto;
}

.gform_wrapper h2.gsection_title {
	text-transform: uppercase;
	font-size:18px !important;
	letter-spacing: 1px;
}

.gform_wrapper .top_label .gfield_label {
	font-weight: 500 !important;
	font-family:"brandon-grotesque";
	margin-bottom:0em !important;

}

.tabcontent .gform_wrapper {
	width:60%;
	margin:0 auto;
}

.gform_wrapper .top_label .gfield_description {
	color:#bbb;
	font-size:13px;
}

.gform_wrapper ul li {
	margin-bottom:40px !important;
}

ul#input_1_12 li {
	margin-bottom:5px !important;
}

input[type="checkbox"] {
	padding:5px !important;
}


.gform_wrapper input[type="text"], .gform_wrapper input[type="url"], .gform_wrapper input[type="email"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="number"], .gform_wrapper input[type="password"] {
	border-radius:0px !important;
	padding:16px 10px !important;
	border:none !important;
	font-family:"brandon-grotesque" !important;
	font-size:18px !important;
	letter-spacing: 0.5px;
	font-weight:400 !important;
	transition:all 0.2s ease;
	color:#bbb;
}

.gform_wrapper div.charleft {
	font-size:14px !important;
	font-style: italic;
}

.gform_wrapper .top_label .gfield_description {
	font-size:14px !important;
}

.gform_wrapper textarea {
	padding:12px 20px !important;
	font-family:"brandon-grotesque" !important;
	font-size:18px !important;
	font-weight:400;
	color:#bbb;
	border-radius:0px !important;
	padding:12px 20px !important;
	border:none !important;
	transition:all 0.2s ease;
}

.gform_wrapper textarea:focus {
	background-color:#fff;
	transition:all 0.2s ease;
	color:#000;
}

.gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {
	margin-bottom:5px !important;
}

li#field_2_5, li#field_2_13, li#field_2_18 {
	margin-top:90px !important;
}

.gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {
	font-family:"brandon-grotesque" !important;
	font-size:16px !important;
}

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
	width:97% !important;
}

.gform_wrapper textarea.large {
	width:94% !important;
}

.gform_wrapper div.validation_error {
	font-family:"brandon-grotesque" !important;
	font-size:1em !important;
	font-weight:500 !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	color:#790000 !important;
}

.submitstory h3 {
	 color: #000;
    font-family: "freight-text-pro",Georgia,Times,"Times New Roman",serif;
    font-size: 3em;
    font-weight: 200;
    letter-spacing: 1px;
    margin: 0 0 50px;
    text-align: center;
}

.post-type-archive-product #middle, .tax-product_cat #middle, .page-id-520 #middle {
	max-width:100%;
}

.post-type-archive-product #header, .tax-product_cat #header {

}

.postid-784 .qslideshow {
}

.post-type-archive-product #content {
	background:#eee;
	width:73.5%;
	float:right;
	padding:40px 0 150px !important;
}

.single-products .sproduct {
	width:73.5em !important;
	margin:0 auto !important;
	float:none !important;	
}

.single-products .gray {
	background:#eee;
	overflow: hidden;
	padding:100px 0 0;
	margin-bottom:-23px;
	clear:both;
	display: block;
}

.page-template-page-full-w-subnav #middle {
	max-width:100%;
}

.page-template-page-full-w-subnav #content img,
.page-template-page-full-magic-check #content img {
	box-shadow:0px 0px 26px 3px rgba(0, 0, 0, 0.3);
	margin-bottom:30px;
}

.page-template-page-full-w-subnav #content img.aligncenter {
	margin:60px auto;
}

.page-template-page-full-w-subnav .copy {
	padding-bottom:120px;
}

.page-template-page-full-w-subnav .copy p, 
.page-template-page-full-w-subnav-about .copy p, 
.post-584, 
.post-581,
.page-template-page-full-magic-check .copy p,
.post-664,
.page-id-601 #content p, 
.page-template-page-full-thank-you #content p,
.page-id-601 #content p {
	width:60%;
	margin:0 auto 30px;
}

.page-id-39326 #content p,
.page-id-36225 #content p {
	width:65%;
	margin:0 auto 30px;
	}

.page-id-39326 #content p,
.page-id-36225 #content p {
	text-align: center;
}

.page-id-39326 #content .tabcontent p,
.page-id-36225 #content .tabcontent p {
	width:100%;

} 

.page-template-page-full-thank-you #content p {
	width:50%;
}

.page-template-page-full-thank-you .page blockquote {
	width:90%;
	margin-bottom:50px;
}

.page-template-page-full-world-languages blockquote p, 
.page-template-page-full-thank-you #content blockquote p {
	width:95%;
}

.page-template-page-full-world-languages blockquote {
	font-size:1.6em;
}

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

.page-id-601 #content blockquote {
	width:100%;
}

.post-664 blockquote {
	margin-bottom:100px;
}

.page-template-page-full-magic-check .one_third {
	margin:0px 0 120px;
	width:33%;
}

.page-template-page-full-magic-check #content .inside a {
	font-family:"brandon-grotesque";
	text-transform: uppercase;
	font-size:14px;
	font-weight:500;
	letter-spacing: 0.5px;
}

.page-template-page-full-magic-check #content h2 {
	text-align: center;
	text-transform: uppercase;
	font-size:22px;
	letter-spacing: 0.5px;
	margin-top: 80px;
	margin-bottom:10px;
}

.page-template-page-full-magic-check #content span {
	text-align: center;
	font-family:"brandon-grotesque";
	font-size:11px;
	font-weight:600;
	color:#ccc;
	text-transform: uppercase;
	clear:both;
	display: block;
	margin-bottom:30px;
}

.post-584 h3, .post-581 h3 {
	margin-bottom:10px;
	margin-top:40px;
	text-transform: uppercase;
}

.page-template-page-full-w-subnav-about .copy p {
	text-align: center;
}

.page-template-page-full-w-subnav .copy h3 {
	text-align: center;
	text-transform: uppercase;
}
.page-template #wrap,
.single-products #wrap,
.post-type-archive-product #wrap, 
.tax-product_cat #wrap, 
.post-type-archive-stories #wrap, 
.page-template-page-store #wrap, 
.single-products #wrap,
.tax-formattax #wrap,
.tax-titletax #wrap,
.tax-featuretax #wrap,
.tax-vendortax #wrap,
.page-template-page-story-all #wrap,
.single-products #wrap {
	padding:0 0px;
}

.page-template-page-full-w-subnav #content .inside {
	width:72.5em;
	margin:0 auto;
}

.woocommerce-tabs {
	display: none;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	width:18.05% !important;
	padding:0 60px !important;
}

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

.myCustomSmall .rsBullets {
	padding-top:10px !important;
	cursor: pointer !important;
}

.myCustomSmall .rsContent h3 {
	z-index: 10;
	position: relative;
	font-size:11.5px;
	font-weight:300;
	text-align: center;
	top:20px;
	letter-spacing: 1px;
	color:#888;
	text-transform: uppercase;
}

.myCustomProduct .rsContentSlider p {
	width:100%;
}

.myCustomSmall {
	
}

.pslide .contain {
	display: block;
    margin: 0 auto;
    width: 250px;
    padding-top:10%;
}

.single-product .related {
	display: none;
}

.page-template-page-full-w-subnav-about .about .one_fourth, .page-template-page-store .one_fourth, .tax-formattax .one_fourth, .tax-titletax .one_fourth, .tax-featuretax .one_fourth, .tax-vendortax .one_fourth  {
	float:left;
	width:25%;
	display: inline;
	margin-bottom:60px;
}

.tax-titletax #middle .one_fourth,
.tax-vendortax #middle .one_fourth,
.tax-featuretax #middle .one_fourth,
.tax-formattax #middle .one_fourth {
	margin-bottom:0px;
}

.tax-titletax #middle .one_fourth .catcolumn:last-child,
.tax-vendortax #middle .one_fourth .catcolumn:last-child,
.tax-featuretax #middle .one_fourth .catcolumn:last-child,
.tax-formattax #middle .one_fourth .catcolumn:last-child {
	border-bottom:none;
}

.page-template-page-full-w-subnav-about .about .one_fourth p {
	font-family:"brandon-grotesque";
	font-weight:600;
	font-size:14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	padding:0 30px;
	line-height: 18px;
}

.page-template-page-story-landing  #wrap .one_fourth, .page-template-page-story-landing #wrap .one_half, .single-stories #wrap .one_fourth, .single-stories #wrap .one_half, .tax-topictax #wrap .one_fourth, .tax-topictax #wrap .one_half, .post-type-archive-stories #wrap .one_fourth, .page-template-page-store #wrap .one_fourth, .page-template-page-store #wrap .two_thirds, .tax-formattax #wrap .one_fourth, .tax-titletax #wrap .one_fourth, .tax-featuretax #wrap .one_fourth, .tax-vendortax #wrap .one_fourth, .page-template-page-story-all #wrap .one_fourth {
	margin-right:0%;
	float:left;
	display: inline-block;
}

.page-template-page-story-landing  #wrap .one_fourth, .single-stories #wrap .one_fourth, .tax-topictax #wrap .one_fourth, .post-type-archive-stories #wrap .one_fourth, .page-template-page-store #wrap .one_fourth, .tax-formattax #wrap .one_fourth, .tax-titletax #wrap .one_fourth, .tax-featuretax #wrap .one_fourth, .tax-vendortax #wrap .one_fourth, .page-template-page-story-all #wrap .one_fourth {
	width:20%;
}


.page-template-page-story-landing  #wrap .one_half, .single-stories #wrap .one_half, .tax-topictax #wrap .one_half, .page-template-page-store #wrap .two_thirds {
	width:60%;
}

.page-template-page-story-landing .catcolumn,
.page-template-page-story-landing #middle .one_fourth,
.single-stories .catcolumn,
.single-stories .one_fourth,
.tax-topictax .one_fourth,
.post-type-archive-stories .one_fourth,
.page-template-page-story-all .one_fourth,
.page-template-page-store #wrap .one_fourth,
.page-template-page-store .catcolumn,
.tax-formattax .catcolumn,
.tax-titletax .catcolumn,
.tax-featuretax .catcolumn,
.tax-vendortax .catcolumn,
.tax-formattax .catcolumn .one_fourth,
.tax-titletax .catcolumn .one_fourth,
.tax-featuretax .catcolumn .one_fourth,
.tax-vendortax .catcolumn .one_fourth {
	background:#eee;
}

.page-template-page-story-landing .searchform, .single-stories .searchform, .tax-topictax .searchform, .post-type-archive-stories .searchform, .page-template-page-story-all .searchform {
	background:#e6e6e6;
	border-radius:3px;
	width:86%;
}

.page-template-page-story-landing .searchform .sicon {

}

.page-template-page-story-landing .searchform button, .single-stories .searchform button, .tax-topictax .searchform button, .post-type-archive-stories .searchform button, .page-template-page-story-all .searchform button {
	border:none;
	background:none;
	color:#fff;
	padding:13px 10px 0 0;
	box-shadow: none;
	cursor: pointer;
	font-size:16px;
	float:right;
	transition:color 0.2s ease;
}

.page-template-page-story-landing .searchform button:hover, .single-stories .searchform button:hover, .tax-topictax .searchform button:hover, .post-type-archive-stories .searchform button:hover, .page-template-page-story-all .searchform button:hover {
	color:#999;
	transition:color 0.2s ease;
}

.page-template-page-story-landing .graybox input, .single-stories .graybox input, .tax-topictax .graybox input, .post-type-archive-stories .graybox input, .page-template-page-story-all .graybox input {
	background:none;
	border-bottom:none;
	border:none !important;
	border-radius:0;
	color:#999;
	padding:13px 10px 13px 10px;
	font-family:"brandon-grotesque";
	transition:color 0.2s ease;
	width:60%;
}

.page-template-page-story-landing .graybox input:focus, .single-stories .graybox input:focus, .tax-topictax .graybox input:focus, .post-type-archive-stories .graybox input:focus, .page-template-page-story-all .graybox input:focus {
	color:#000;
	transition:color 0.2s ease;
}

.page-template-page-story-landing .catcolumn, .single-stories .catcolumn, .tax-topictax .catcolumn, .post-type-archive-stories .catcolumn, .page-template-page-story-all .catcolumn {
	border-bottom:none !important;
}

.page-template-page-story-landing .catcolumn ul.listy li,
.single-stories .catcolumn ul.listy li,
.post-type-archive-stories .catcolumn ul.listy li,
.page-template-page-story-all .catcolumn ul.listy li,
.tax-topictax .catcolumn ul.listy li,
.page-template-page-store .catcolumn ul.listy li,
.tax-formattax .catcolumn ul.listy li,
.tax-titletax .catcolumn ul.listy li,
.tax-featuretax .catcolumn ul.listy li,
.tax-vendortax .catcolumn ul.listy li {
	margin-bottom:28px;
}

.page-template-page-story-landing .catcolumn ul.listy li:before,
.single-stories .catcolumn ul.listy li:before,
.post-type-archive-stories .catcolumn ul.listy li:before,
.page-template-page-story-all .catcolumn ul.listy li:before,
.tax-topictax .catcolumn ul.listy li:before,
.page-template-page-store .catcolumn ul.listy li:before,
.tax-formattax .catcolumn ul.listy li:before,
.tax-titletax .catcolumn ul.listy li:before,
.tax-featuretax .catcolumn ul.listy li:before,
.tax-vendortax .catcolumn ul.listy li:before {
	content:"\2015 ";
	float:left;
	margin-right:5px;
	top:-3px;
	position: relative;
}

.tax-topictax #middle, .post-type-archive #middle, .page-template-page-store #middle, .page-template-page-story-all #middle, .tax-vendortax #middle {
	overflow: hidden;
	background: #fff;
}

.tax-topictax .bodycontent,
.post-type-archive #middle .one_fourth,
.post-type-archive .bodycontent,
.page-template-page-story-all .bodycontent {
	background: #fff;
	 padding-bottom: 99999px;
    margin-bottom: -99999px;
}

.page-template-page-store #middle .one_fourth,
.tax-topictax #middle .one_fourth,
.page-template-page-story-all .one_fourth,
.tax-vendortax #middle .one_fourth   {
	background:#eee;
	 padding-bottom: 99999px;
    margin-bottom: -99999px;

}

.post-type-archive #middle .one_fourth {
	background: #eee;
}

.page-template-page-story-landing .catcolumn a,
.single-stories .catcolumn a,
.tax-topictax .catcolumn a,
.post-type-archive-stories .catcolumn a,
.page-template-page-story-all .catcolumn a,
.page-template-page-store .catcolumn a,
.tax-formattax .catcolumn a,
.tax-titletax .catcolumn a,
.tax-featuretax .catcolumn a,
.tax-vendortax .catcolumn a {
	color:#000;
	font-family:"brandon-grotesque";
	font-size:16px;
	letter-spacing: 0.5px;
	margin-bottom:0px;
	line-height: 17px;
	display: block;
	transition:all 0.2s ease
}

.page-template-page-story-landing .catcolumn a:hover, .single-stories .catcolumn a:hover, .tax-topictax .catcolumn a:hover, .post-type-archive-stories .catcolumn a:hover, .page-template-page-story-all .catcolumn a:hover, .page-template-page-store .catcolumn a:hover,
.tax-formattax .catcolumn a:hover,
.tax-titletax .catcolumn a:hover,
.tax-featuretax .catcolumn a:hover,
.tax-vendortax .catcolumn a:hover {
	color:#999;
	transition:all 0.2s ease;
}

.page-template-page-story-landing .sstory, .single-stories .sstory {
	border-bottom:1px solid #ddd;
	margin-bottom:30px;
}

.page-template-page-story-landing .sstory:last-child, .single-stories .sstory:last-child {
	border-bottom:none;
}

.page-template-page-story-landing .sstory h4, .single-stories .sstory h4 {
	letter-spacing: 0.5px;
	display: block;
	text-transform: uppercase;
	margin:5px 0 !important;
	line-height: 13px;
	width:90%;
}

.page-template-page-story-landing .sstory h4 a, .single-stories .sstory h4 a {
	color:#000;
	font-size:14px;
	transition:all 0.3s ease;

}


.page-template-page-story-landing .sstory h4 a:hover, .single-stories .sstory h4 a:hover {
	transition:all 0.3s ease;
	color:#9d1f26 !important;
}

.page-template-page-story-landing .sstory p, .single-stories .sstory p {
	font-size:0.9em;
	font-style:italic;
	font-weight: 200;
	margin-bottom:30px;
	text-transform: capitalize;
}

.page-template-page-story-landing #wrap .one_fourth, .tax-topictax #wrap .one_fourth,
.tax-formattax #wrap .one_fourth,
.tax-titletax #wrap .one_fourth,
.tax-featuretax #wrap .one_fourth,
.tax-vendortax #wrap .one_fourth
 {
	background:#eee;
}

.page-template-page-story-landing .graybox, .page-template-page-story-landing .catcolumn, .page-template-page-story-landing .subcolumn, .single-stories .graybox, .single-stories .catcolumn, .single-stories .subcolumn, .tax-topictax .catcolumn, .tax-topictax .graybox, .post-type-archive-stories .graybox, .page-template-page-story-all .graybox, .post-type-archive-stories .catcolumn, .page-template-page-story-all .catcolumn, .page-template-page-store .catcolumn,
.tax-formattax .catcolumn,
.tax-titletax .catcolumn,
.tax-featuretax .catcolumn,
.tax-vendortax .catcolumn,
.page-template-page-story-all .subcolumn {
	background:#eee;
	border-bottom:1px solid #ddd;
	padding:60px 0 60px 10%;
}

.single-stories .comments h3 {
	text-align: left !important;
	font-size:16px !important;
	padding-bottom:15px !important;
}

.single-stories .comments .fb-comments ._56q9 {
	font-size:12px !important;
}

.page-template-page-story-landing .restories, .single-stories .restories {
	background:#eee;
	padding:60px 0 60px 0%;
}

.page-template-page-story-landing .restories .sstory, .page-template-page-story-landing .restories h3, .single-stories .restories h3, .single-stories .restories .sstory {
	padding-left:10%;
}

.page-template-page-story-landing .restories .sstory span,
.single-stories .restories .sstory span {
	overflow: hidden;
	display: block;
	width:100%;
}

.page-template-page-story-landing .catcolumn h3, .page-template-page-story-landing .centercontent h3, .page-template-page-story-landing .recolumn h3, .page-template-page-story-landing .graybox h3, .page-template-page-story-landing .subcolumn h3, .page-template-page-story-landing .restories h3, .single-stories #wrap h3, .tax-topictax #wrap h3, .post-type-archive-stories #wrap h3, .page-template-page-store #wrap .catcolumn h3,
.tax-formattax .catcolumn h3,
.tax-titletax .catcolumn h3,
.tax-featuretax .catcolumn h3,
.tax-vendortax .catcolumn h3,
.page-template-page-story-all #wrap h3 {
	text-transform: uppercase;
	color:#9D1F26;
	font-size:14px;
	letter-spacing: 1px;
	margin-bottom:30px;
}

.page-template-page-story-all #wrap .bodycontent h3 {
	margin-bottom:0px;
	text-align: left;
	padding-left:3%;
}

.page-template-page-story-landing .centercontent, .single-stories .centercontent, .tax-topictax #wrap, .post-type-archive-stories #wrap, .page-template-page-story-all #wrap {
	background:#fff;
}

.page-template-page-story-landing #wrap, .single-stories #wrap, .tax-topictax #wrap, .post-type-archive-stories #wrap, .page-template-page-story-all #wrap {
	background:#eee;
	padding:0 0;
}



.tax-topictax #wrap {
	background: #eee;
}

.tax-topictax .bodycontent, .post-type-archive-stories .bodycontent, .page-template-page-story-all .bodycontent, .post-type-archive-stories #wrap, .page-template-page-story-all #wrap, .page-template-page-store .bodycontent,
.tax-formattax .bodycontent,
.tax-titletax .bodycontent,
.tax-featuretax .bodycontent,
.tax-vendortax .bodycontent, {
	background:#fff
}

.page-template-page-story-landing .centercontent h3, .single-stories .centercontent h3, .topic-tax .bodycontent h3, .post-type-archive-stories .bodycontent h3, .page-template-page-story-all .bodycontent h3 {
	border-bottom:1px solid #eee;
	padding:30px 0;
	text-align: center;
	display: block;
}

.tax-topictax .type-stories p.moreLink a, .post-type-archive-stories p.moreLink a, .page-template-page-story-all p.moreLink a, .page-template-page-story-all p.moreLink a {
	text-transform: uppercase;
	font-family: "brandon-grotesque";
	font-size:12px;
	color:#000;
	font-weight:bold;
}

.tax-topictax .type-stories p.moreLink a:hover {
	color:#9d1f26 !important;
}

.tax-topictax .bodycontent,
.post-type-archive-stories .bodycontent,
.page-template-page-story-all .bodycontent,
.page-template-page-store .bodycontent,
.tax-formattax .bodycontent,
.tax-titletax .bodycontent,
.tax-featuretax .bodycontent,
.tax-vendortax .bodycontent {
	float:right;
	width:80%;
	display: inline;
}

.page-template-page-store .bodycontent .section {
	border-bottom:1px solid #eee;
	padding:80px 0;
	clear:both;
	display: block;
	overflow: hidden;
}

.page-template-page-store .one_fourth {
	margin-bottom:0px;
}

.page-template-page-store .bodycontent .section:last-child, .page-template-page-store .catcolumn:last-child {
	border-bottom:none;
}

.tax-formattax .bodycontent #pageHead,
.tax-titletax .bodycontent #pageHead,
.tax-vendortax .bodycontent #pageHead,
.tax-featuretax .bodycontent #pageHead {
	border-bottom:none;
}

.single-project #pageHead h1 {
	font-family:"freight-text-pro",Georgia,Times,"Times New Roman",serif;
	text-align: center;
	display: block;
	font-size:1.2em;
	font-weight:200;
}

.page-template-page-store .bodycontent .section h2,
.tax-formattax .bodycontent h1,
.tax-titletax .bodycontent h1,
.tax-vendortax .bodycontent h1,
.tax-featuretax .bodycontent h1 {
	font-family:"freight-text-pro",Georgia,Times,"Times New Roman",serif;
	color:#000;
	font-size:36px;
	font-weight:200;
	padding-left:3%;
	margin-bottom:30px;
	float:left;
}

/*ul.product .paddy img {
	opacity:1;
	transition:opacity 0.3s ease-in;
}

ul.product .paddy img:hover {
	opacity:0.7;
	transition:opacity 0.3s ease-in;
}*/

.page-template-page-store .bodycontent .section ul.product h2 {
	padding-left:0%;
}

.tax-formattax .bodycontent h1,
.tax-titletax .bodycontent h1,
.tax-vendortax .bodycontent h1,
.tax-featuretax .bodycontent h1 {
	margin-top:80px;
	margin-bottom:50px;
}

.page-template-page-store .bodycontent .section .right a.grey {
	background:none !important;
	color:#ccc;
	border:2px solid #ccc;
	font-size:11px;
	padding:6px 14px;
	margin-right:60px;
	margin-top:4px;
	transition:background-color 0.2s ease;
}

.page-template-page-store .bodycontent .section .right a.grey:hover {
	transition:background-color 0.2s ease;
	background-color:#ccc !important;
	color:#999;
	}

.page-template-page-store .bodycontent .section ul.product li,
.tax-formattax .bodycontent ul.product li,
.tax-titletax .bodycontent ul.product li,
.tax-vendortax .bodycontent ul.product li,
.tax-featuretax .bodycontent ul.product li {
	float:left;
	width:33%;
	display: inline;
	min-height: 520px;
}

.page-template-page-store .bodycontent .section ul.product li .paddy,
.tax-formattax .bodycontent ul.product li .paddy,
.tax-titletax .bodycontent ul.product li .paddy,
.tax-vendortax .bodycontent ul.product li .paddy,
.tax-featuretax .bodycontent ul.product li .paddy {
	padding:20px 40px;
	text-align: center;
}



.page-template-page-store .bodycontent .section ul.product li .paddy img.prod,
.tax-formattax .bodycontent ul.product li .paddy img.prod,
.tax-titletax .bodycontent ul.product li .paddy img.prod,
.tax-vendortax .bodycontent ul.product li .paddy img.prod,
.tax-featuretax .bodycontent ul.product li .paddy img.prod {
	width:58%;
	display: block;
	margin:0 auto 20px;
	text-align: center;
}

.page-template-page-store .bodycontent .section ul.product li .paddy nyt {
	background:url(images/nyt.png) no-repeat center center;
	width:84px;
	height:84px;
	position: relative;
	top:20px;
	right:20px;
	text-indent: -5000em;
	display: block;
}

.page-template-page-store .bodycontent .section ul.product li h2,
.tax-formattax .bodycontent ul.product li h2,
.tax-titletax .bodycontent ul.product li h2,
.tax-vendortax .bodycontent ul.product li h2,
.tax-featuretax .bodycontent ul.product li h2 {
	margin-bottom:15px;
	margin-top:15px;
	float:none;
	line-height: 16px;
}

.page-template-page-store .bodycontent .section ul.product li h2 a,
.tax-formattax .bodycontent ul.product li h2 a,
.tax-titletax .bodycontent ul.product li h2 a,
.tax-vendortax .bodycontent ul.product li h2 a,
.tax-featuretax .bodycontent ul.product li h2 a {
	color:#000;
	text-transform: uppercase;
	font-size:17px;
	letter-spacing: 1px;
	font-family:"brandon-grotesque";
	font-weight:700;
}

.page-template-page-store .bodycontent .section ul.product li h2 a:hover,
.tax-formattax .bodycontent ul.product li h2 a:hover,
.tax-titletax .bodycontent ul.product li h2 a:hover,
.tax-vendortax .bodycontent ul.product li h2 a:hover,
.tax-featuretax .bodycontent ul.product li h2 a:hover {
	text-decoration: underline;
}

.page-template-page-store .bodycontent .section ul.product li span.subtitle,
.tax-formattax .bodycontent ul.product li span.subtitle,
.tax-titletax .bodycontent ul.product li span.subtitle,
.tax-vendortax .bodycontent ul.product li span.subtitle,
.tax-featuretax .bodycontent ul.product li span.subtitle {
	margin:0 auto 20px;
	font-size:14px;
	letter-spacing: 0.5px;
	display: block;
	color:#999;
}

.page-template-page-store .bodycontent .section ul.product li a.button,
.tax-formattax .bodycontent ul.product li a.button,
.tax-titletax .bodycontent ul.product li a.button,
.tax-vendortax .bodycontent ul.product li a.button,
.tax-featuretax .bodycontent ul.product li a.button {
	font-size:12px;
	padding:8px 25px;
	background:#c85f63 !important;
}

.page-template-page-store .bodycontent .section ul.product li a.button:hover,
.tax-formattax .bodycontent ul.product li a.button:hover,
.tax-titletax .bodycontent ul.product li a.button:hover,
.tax-vendortax .bodycontent ul.product li a.button:hover,
.tax-featuretax .bodycontent ul.product li a.button:hover {
	background:#9e1217 !important;
}

.single-products #wrap .one_third {
	width:45%;
	top:-180px;
	margin-right:2%
}

.single-products #wrap .one_third img.prod {
	display: block;
	margin:0 auto 40px;

}

.single-products #wrap .rsSlide .one_third {
	top:0px;
	/*width:400px;*/
	width:40%;
	margin-right:0%;
}

.single-products #wrap .rsSlide .two_thirds {
	/*width:650px;*/
	width:55%;
}

.single-products #wrap .rsSlide .one_third img {
	width:87%;
	display: block;
	margin:0 auto;
}

.single-products #wrap .two_thirds {
	width:41%;
	float:left;
	display: inline;
	padding-bottom:80px;
}

.single-products #wrap .two_thirds h3 {
	text-transform: uppercase;
	color:rgb(142, 32, 43);
	font-size:16px;
	margin-top:40px;
	margin-bottom:10px;
	float:left;
}

.single-products .sproduct .one_third .moby {
	border-top:none;
	margin-top:0px;
	padding-top:10px;
	padding:0 30px;
	border-bottom:1px solid #eee;
	padding-bottom:50px;
}

.single-products .sproduct .one_third .moby h3 {
	color: rgb(142, 32, 43);
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 14px;
    float:none;
    text-align: center;
}

.single-products #wrap .two_thirds h4 {
	float:left;
	font-style:italic;
	font-size:14px;
	padding-top:44px;
	color:#ccc;
	margin-left:10px;
	font-weight:normal;
	letter-spacing: 0.5px;
	font-family:"freight-text-pro",Georgia,Times,"Times New Roman",serif;
}

.single-products .sproduct .one_third .moby h4 {
	float:none;
	text-align: center;
	font-style:italic;
	font-size:14px;
	color:#ccc;
	margin-left:10px;
	font-weight:normal;
	letter-spacing: 0.5px;
	font-family:"freight-text-pro",Georgia,Times,"Times New Roman",serif;
}

.single-products .rsSlide .two_thirds {
	width:65%;
}

.single-products .rsSlide .one_thirds {
	width:30%;
}

.single-products #wrap .rsSlide .two_thirds {
	padding-bottom:0;
}

.postid-1015 .sproduct .one_third,
.postid-751 .sproduct .one_third,
.postid-760 .sproduct .one_third,
.postid-825 .sproduct .one_third {
	top:-280px !important;
}

.postid-1015 .active_format.audiobook-cd::before,
.postid-751 .active_format.audiobook-cd::before,
.postid-760 .active_format.audiobook-cd::before,
.postid-825 .active_format.audiobook-cd::before {
	bottom:27% !important;
}

.postid-1616 .active_format.print::before {
	bottom:28% !important;
}

.postid-1015 .buy_from,
.postid-751 .buy_from,
.postid-760 .buy_from,
.postid-825 .buy_from {
	margin-top:-100px !important;
}

.postid-1616 .buy_from {
	margin-top:-100px !important;
}

.postid-1001 .active_format.ebook::before,
.postid-718 .active_format.ebook::before,
.postid-858 .active_format.ebook::before,
.postid-819 .active_format.app::before,
.postid-1054 .active_format.ebook::before {
	bottom:-3% !important;
}

.active_format.ebook::before {
	bottom:0% !important;
	right:5% !important;
}

.postid-858 .active_format.ebook::before,
.postid-819 .active_format.app::before {
	bottom:0% !important
}

/* square format */
.postid-765 .active_format.audiobook-download::before {
	bottom:13% !important;
}

.postid-789 .buy_from {
	margin-top:30px !important;
}

.postid-765 .buy_from,
.postid-864 .buy_from {
	margin-top:-60px !important;
}

.single-products #wrap .two_thirds .metainfo {
	color:#fff;
	top:-40px;
	position: absolute;
	font-size:15px;
	letter-spacing: 0.5px;
	text-shadow:0px 1px 6px rgba(0, 0, 0, 0.5);
	-moz-text-shadow:0px 1px 6px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow:0px 1px 6px rgba(0, 0, 0, 0.5);
}

.single-products .project span.format a:hover {
	text-decoration: underline;
}

.single-products #wrap .two_thirds .metainfo .left span {
	font-family:"brandon-grotesque";
	font-size:12px;
	font-weight:500;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin-right:5px;
}

.single-products #wrap .two_thirds .metainfo .left {
	margin-right:50px;
		font-size:18px;
}

.single-products #content span ul.wpfai-list ul {
	margin-left:10px;
	margin-bottom:0px;
}

.single-products span ul.wpfai-list li {
    display: inline-block;
    font-size: 12px;
    text-align: center;
}

.single-products #pageHead {
	padding-bottom:40px;
}

.single-products span ul.wpfai-list li a {
    opacity: 1;
    transition: opacity 0.2s ease 0s;
    color:#ccc;
    font-size:13px;
    transition:all 0.2s ease;
}

.single-products span ul.wpfai-list li a:hover {
	color:#555 !important;
	transition:all 0.2s ease;
}

.single-products #pageHead tit {
	text-transform: uppercase;
	color:#ccc;
	letter-spacing: 0.5px;
	font-family:"brandon-grotesque";
	font-size:12px;
	font-weight:500;
	float:left;
}

.single-products .backy {
	float:left;
	position: absolute;
	left:20px;
	padding-top:27px;
}

.single-products .backy a {
	text-transform: uppercase;
	color:#ccc;
	letter-spacing: 0.5px;
	font-family:"brandon-grotesque";
	font-size:12px;
	font-weight:500;
	transition:all 0.2s ease;
}

.single-products .backy a:hover {
	color:#888;
	transition:all 0.2s ease;
}

.single-products #pageHead span {
	float:left;
	top:-10px;
	height:20px;
}

.single-products #content .two_thirds h1 {
	font-family:"brandon-grotesque";
font-size:32px;
font-weight:bold;
letter-spacing:1px;
color:rgb(142,32,43);
text-align:left;
margin-bottom:0px;
text-transform: uppercase;
}

.single-products #content .two_thirds blockquote {
	text-align: left;
	padding:0 0;
	margin-top:40px;
	line-height: 1.5em;

}

.single-products #content .two_thirds span.format {
	text-transform: uppercase;
	color:#ccc;
	font-family:"brandon-grotesque";
	font-size:12px;
	letter-spacing: 1px;
	font-weight:400;
}

.single-products #content .two_thirds span.format a {
	color:#aaa;
}

.single-products #content .two_thirds p {
	line-height:1.5em;
}

.single-products .browse {
	width:100%;
	margin-bottom:0px;
	padding:80px 0 120px;
	overflow: hidden;
	display: block;
	clear:both;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
}

.single-products .browse img.aligncenter {
	text-align: center;
	display: block;
	margin:20px auto;
}

.single-products .browse .inside iframe {
	width:800px;
	margin:0 auto;
	display: block;
}

.single-products .browse h3 {
	 color: #000;
    font-family: "freight-text-pro",Georgia,Times,"Times New Roman",serif;
    font-size: 36px;
    font-weight: 200;
    margin-bottom: 30px;
    text-align: center;
}

.tax-topictax .bodycontent #pageHead,
.post-type-archive-stories .bodycontent #pageHead,
.page-template-page-story-all .bodycontent #pageHead,
.page-template-page-store .bodycontent #pageHead {
	padding:30px 0 30px 3%;
	color:#ccc;
	margin-bottom:0;
	font-family: "freight-text-pro",Georgia,Times,"Times New Roman",serif;
}

.page-template-page-store .bodycontent #pageHead {
	padding-bottom:45px;
}

.tax-topictax .bodycontent #content, .post-type-archive-stories .bodycontent #content, .page-template-page-story-all .bodycontent #content {
	width:auto;
	padding:0px 0 0px !important;

}

.tax-topictax .bodycontent #content .type-stories {
	float:left;
	width:49.9%;
	display: inline;
	border-bottom:1px solid #eee;
	min-height:340px;
	border-right:1px solid #eee;
	transition:background-color 1s ease;
}

.post-type-archive-stories .bodycontent .post, .page-template-page-story-all .bodycontent .post {
	transition:background-color 1s ease;
}

.tax-topictax .bodycontent #content .type-stories:hover, .post-type-archive-stories .bodycontent .post:hover, .page-template-page-story-all .bodycontent .post:hover {
	background:#f8f8f8;
	transition:background-color 0.6s ease;
}

.tax-topictax .bodycontent #content .type-stories .inside {
	padding-right:8%;
	padding-left:5%;
	padding-top:50px;
}

.page-template-page-story-landing .centercontent ul.story li:first-child {
	text-align: center;
	border-bottom:1px solid #eee;
	width:100%;
	border-right:none !important;
}

.page-template-page-story-landing .centercontent ul.story li:first-child .paddy {
	padding:60px 80px;
}

.page-template-page-story-landing .centercontent ul.story li:first-child h2 a {
	color:#000;
	margin:50px 0 30px;
	display: block;
	font-size:36px;
	line-height: 36px;
}

.page-template-page-story-landing .centercontent ul.story li:first-child p {
	font-size:26px;
	padding:0 35px;
}

.page-template-page-story-landing .centercontent ul.story li {
	float:left;
	width:50%;
	display: inline;
	height:auto;
	overflow: hidden;
	text-align: left;
	min-height:430px;
}

.page-template-page-story-landing .centercontent ul.story li:nth-child(2) {
	border-bottom:1px solid #eee;
}

.page-template-page-story-landing .centercontent ul.story li:nth-child(2), .page-template-page-story-landing .centercontent ul.story li:nth-child(4) {
	border-right:1px solid #eee;
	width:49.8%
}

.page-template-page-story-landing .centercontent ul.story li:nth-child(3) {
	border-bottom:1px solid #eee;
}

.page-template-page-story-landing .centercontent ul.story li .paddy {
	padding:50px 40px;
}

.page-template-page-story-landing .centercontent ul.story li p, .tax-topictax .bodycontent p,
.post-type-archive-stories .bodycontent .post p, .page-template-page-story-all .bodycontent .post p {
	font-size:1em;
}

.post-type-archive-stories .bodycontent .post, .page-template-page-story-all .bodycontent .post {
	padding-left:3%;
	border-bottom:1px solid #eee;
	padding-top:15px;
	padding-bottom:15px;
}

.page-template-page-story-all .bodycontent .post {
	padding-top:35px;
}

.post-type-archive-stories .bodycontent .post p, .page-template-page-story-all .bodycontent .post p {
	width:70%;
}

.post-type-archive-stories .post .search-excerpt, .page-template-page-story-all .post .search-excerpt {
	background:#9d1f26;
	color:#fff;
}

.page-template-page-story-landing .centercontent ul.story li h2, .tax-topictax .bodycontent h2, .post-type-archive-stories .bodycontent h2, .page-template-page-story-all .bodycontent h2 {
	color:#000;
	font-size:24px;
}

.page-template-page-story-landing .centercontent ul.story li:first-child h2 {
	padding:0 60px;
}

.page-template-page-story-landing .centercontent ul.story li:first-child h2 a {
	line-height: 40px !important;
}

.page-template-page-story-landing .centercontent ul.story li h2 a, .tax-topictax .bodycontent h2 a, .post-type-archive-stories .bodycontent h2 a, .page-template-page-story-all .bodycontent h2 a {
	color:#000;
	display: block;
	margin:15px 0;
	line-height: 30px;
	transition:all 0.3s ease;

}

.tax-topictax .bodycontent h2 a:hover. .post-type-archive-stories .bodycontent h2 a:hover, .tax-topictax .bodycontent h2 a:hover, .post-type-archive .bodycontent h2 a:hover, .page-template-page-story-all .bodycontent h2 a:hover  {
	color:#9d1f26 !important;
	transition:all 0.3s ease;
}

.post-type-archive .bodycontent h2 a:hover {
	color:#9e2027 !important;
}


.page-template-page-story-landing .centercontent a.button {
	background:none !important;
	color:#D2B673;
	font-family:"brandon-grotesque";
	border:2px solid #D2B673;
	padding:10px 10px;
	font-weight:500;
	font-size:0.7em;
	letter-spacing:0.5px;
	text-transform: uppercase;
	display: block;
	width:130px;
	margin:20px 0;
	border-radius:0px;
	float:none;
	clear:both;
	transition:all 0.3s ease;
	text-align: center
}

.page-template-page-story-landing .centercontent .story li:first-child a.button {
	margin:40px auto;
	font-size:0.8em;
	padding:12px 20px;
	width:200px;
}

.page-template-page-story-landing .centercontent a.button:hover {
	background:#D2B673 !important;
	color:#fff;
	transition:all 0.3s ease;
}

span.disclaimer {
	font-family:'brandon-grotesque'; font-size:13px;line-height:19px;margin-bottom:30px;display:block;
}


.page-template-page-story-landing .centercontent ul.story li h2 a:hover {
	text-decoration: underline;
	transition:all 0.3s ease;
}

.page-template-page-story-landing .centercontent ul.story li:first-child span {
	text-align: center;
	display: block;
}



.page-template-page-story-landing .centercontent ul.story li:first-child span a {
	text-align: center;
	margin:0 10px;
	color:#ccc;
	font-family:"brandon-grotesque";
	text-transform: uppercase;
	font-size:12px;
	text-align: center;
	font-weight:500;
}

.page-template-page-story-landing .centercontent ul.story li span a, .page-template-page-story-landing .sstory span a, .single-stories .sstory span a, .tax-topictax .bodycontent .date, .page-template-page-story-all .bodycontent .post span a, .page-template-page-story-all .bodycontent .date {
	text-align: left;
	margin:0 10px;
	color:#ccc;
	display: none;
	font-family:"brandon-grotesque";
	text-transform: uppercase;
	font-size:12px;
	text-align: center;
	font-weight:500;
}

.page-template-page-story-all .bodycontent .date {
	text-align: left;
	margin:0 15px 0 0;
	color:#ccc;
	float:left;
	display: inline;
}

.page-template-page-story-all .bodycontent .date::after {
	content:" | ";
	padding-left:10px;
}

.page-template-page-story-all .bodycontent span.topics {
	float:left;
	display: inline;
	position: relative;
	top:-3px;
}

.page-template-page-story-all .bodycontent span a {
}

.tax-topictax .bodycontent .date {
	text-align: left;
	margin:0 0;
}

.page-template-page-story-landing .sstory span a, .single-stories .sstory span a, .tax-topictax .bodycontent span a, .page-template-page-story-all .sstory span a {
	margin:0 5px 0 0;
	font-size:10px;
	letter-spacing: 0.7px;
}

.page-template-page-story-landing .sstory span a:hover, .single-stories .sstory span a:hover, .tax-topictax .bodycontent span a:hover, .page-template-page-story-all .bodycontent span a:hover {
	text-decoration: underline;
}

.page-template-page-story-landing .centercontent ul.story li span a:first-child, .page-template-page-story-all .bodycontent .post span a:first-child {
	margin-left:0px;
}

.page-template-page-story-landing .centercontent ul.story li:first-child span a:first-child {
	margin-left:10px;
}

.page-template-page-story-landing .centercontent ul.story li span a:hover {
	color:#333;
}

.single-stories .meta {
	padding:30px 0;
	text-align: center;
	display: block;
	border-bottom:1px solid #eee;
	font-family: "freight-text-pro",Georgia,Times,"Times New Roman",serif;
	font-size:17px;
	font-weight:200;
	letter-spacing: 0.5px;
	text-transform: capitalize
}

.single-stories .meta ul {
	margin:0;
	padding:0;
	text-align: center;
	width:100%;
	list-style-type: none;
}

.single-stories .meta li {
	display: inline-block;
	margin:0 15px;
	text-align: center;
}

.single-stories .meta li span {
		font-family:"brandon-grotesque";
	font-size:10px;
	font-weight:600;
		text-transform: uppercase;
		margin-right:5px;
}

.single-stories .meta ul.wpfai-list {
	float:right;
	width:auto !important;
	margin-top:-2px;
}

.single-stories .meta ul.wpfai-list li {
	margin:0 0px;
	font-size:12px;
}

.single-stories .meta ul.wpfai-list li a {
	color:#999 !important;
	transition:all 0.2s ease;
}

.single-stories .meta ul.wpfai-list li:hover {
	color:#000;
	transition:all 0.2s ease;
}

.single-stories .meta ul.wpfai-list li span {
	font-size:14px;
	margin-right:0px;
	font-weight:normal;
}

.single-stories .mstory {
	overflow: hidden;
	display: block;
}

.single-stories .mstory .leftbar {
	width:30%;
	float:left;
	display: inline-block;
}

.single-stories .mstory .leftbar  h4 {
	text-align: center;
	font-size:0.9em;
	text-transform: uppercase;
	margin:0 0 10px;
}

.single-stories .mstory .leftbar .authorinfo {

	width:80%;
	margin:0 auto;
}

.single-stories .mstory .leftbar .authorinfo h3 {
	margin-bottom:0px !important;
	padding-bottom:0px !important;
	margin-top:50px;
	padding-top:50px;
	border-top:1px solid #eee;
	border-bottom:none;
}

.single-stories .mstory .leftbar span {
	color:#ccc;
	font-family:"brandon-grotesque";
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size:11px;
	margin:0 0 20px;
	text-align: center;
	display: block;
}

.single-stories .mstory .leftbar .authorinfo p {
	font-size: 0.8em;
	text-align: center;
	padding:0 20px;
}

.single-stories .mstory .leftbar img.default {
	width:130px;
	height:130px;
	border-radius:50%;
	 background-repeat: no-repeat;
    background-position: 50%;
    display: block;
    margin:80px auto 20px;
}

.single-stories .mstory .mainbar {
	width:70%;
	float:right;
	display: inline-block;
	padding:80px 0;
}

.single-stories .mstory .mainbar .paddy {
	padding:0 60px 0 0;
}

.single-stories .mstory .mainbar h2 {
	font-size:3.1em;
	line-height: 1.1em;
	width:75%;
	margin-bottom:50px;
}

.single-stories .mstory .mainbar blockquote {
	text-align: left;
	font-size:1.6em;
	line-height: 1.7em;
	padding:0 0;
	margin-bottom:50px;
}

.single-stories .mstory .mainbar span.tags a {
	color:#fff;
	background:#ccc;
	padding:5px 8px;
	float:left;
	margin:0 10px 0 0;
	font-family:"brandon-grotesque";
	transition:background-color 0.2s ease;
	text-transform: uppercase;
	font-size:11px;
}

.single-stories .mstory .mainbar span.tags a:hover {
	background:#999;
	transition:background-color 0.2s ease;

}

.single-stories .mstory .mainbar a.button {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: 2px solid #d2b673;
    border-radius: 0;
    clear: both;
    color: #d2b673;
    display: inline-block;
    float: none;
    margin:0px 0 50px;
    font-family: "brandon-grotesque";
    font-weight: 500;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.single-stories .mstory .mainbar a.button:hover {
	background:#d2b673 !important;
	color:#fff;
	transition: all 0.3s ease 0s;
}

.single-stories .mstory .mainbar span.tags  {
	clear:both;
	display:block;
	float:none;
	margin:30px 0;
	overflow: hidden;
}

.single-stories .mstory .mainbar hr {
	color:#eee;
	background:#eee;
	border:none;
	clear:both;
	display: block;
	margin:50px 0;
}

.responsive-tabs-wrapper {
	margin:60px 0;
}

.responsive-tabs {
	text-align: center;
}

.responsive-tabs ul.responsive-tabs__list {
	margin:0 !important;
	text-align: center;
	width:100%;
}

.responsive-tabs ul.responsive-tabs__list li {
	display: inline-block;
	text-align:center;
	float:none;
	margin-bottom:0px !important;
	padding:15px 60px;
	font-family:"brandon-grotesque";
	text-transform: uppercase;
	font-weight:600;
	letter-spacing: 1px;
	font-size:13px !important;

	outline:none;
}

.page-id-39326 .responsive-tabs ul.responsive-tabs__list li,
.page-id-36225 .responsive-tabs ul.responsive-tabs__list li {
	padding:15px 40px;
}

.page-id-39326 .tabcontent,
.page-id-36225 .tabcontent {
	padding:50px 40px !important;
}

.responsive-tabs ul.responsive-tabs__list li:hover {
	padding-bottom:15px !important;
}

li.responsive-tabs__list__item {
	color:#ccc !important;
}

li.responsive-tabs__list__item:hover {
	color:#999 !important;
}

li.responsive-tabs__list__item--active {
	background:#eee !important;
	color:#000 !important;
}

li.responsive-tabs__list__item--active:hover {
	color:#000 !important;
}

.tabcontent {
	background:#eee !important;
	padding:50px 0 !important;
}

.post-1123 .tabcontent {
	padding:60px 0 60px !important;
}

.post-1123 .tabcontent h3 {
	text-transform: uppercase;
	font-family:"brandon-grotesque", arial, sans-serif;
	font-size:15px;
	margin-bottom:5px;
	letter-spacing: 1px;
	font-weight:800;
}

.post-1123 .tabcontent p {
	margin-bottom:30px;
	width:70%;
	margin:0 auto 30px;
}

.error404 #wrap {
	min-height:200px;
	text-align: center;
	padding:100px 0 100px;
	
}

.error404 #content p {
	padding:100px 0 100px;
}

.post-1123 .tabcontent blockquote p {
	width:90%;
}

#new-royalslider-3 {

}

.myCustomProduct .two_thirds {
	float:left;
	width:55%;
	display: inline;
}

.myCustomProduct .two_thirds p {
	color:#000;
	font-family:georgia;
}

.myCustomProduct .one_third, .page-id-520 #content .one_third {
	float:left;
	width:30%;
}

.page-id-520 #content .two_thirds {
	float:left;
	display: inline-block;
	width:60%;
}

.titles_and_languages {
	display: block;
	overflow: hidden;
	margin-top:60px;
}

.titles_and_languages .title {
	width:33%;
	float:left;
	display: inline;
	margin:20px 0 50px;
}

.titles_and_languages .title .jcf-select {
	margin-left:43px;
}

.titles_and_languages .title h3 {
	text-align: center;
	text-transform: uppercase;
	font-size:15px;
}

.titles_and_languages .title .button {
	height:26px;
	line-height: 29px !important;
	background:#eee !important;
	color:#999 !important;
}

.titles_and_languages .title .button:hover {
	background:#ccc !important;
}

.titles_and_languages .title img {
	display: block;
	margin:0 auto 15px;
	width:50%;
}

.myCustomProduct .rsSlide {
	background:#fff;
}

.myCustomProduct .rsSlide h3 {
	color:rgb(142, 32, 43);
	text-transform: uppercase;
	font-size:14px;
	letter-spacing: 1px;
	padding-top:30px;
}

.myCustomProduct .rsSlide p {
	font-family:"freight-text-pro",Georgia,Times,"Times New Roman",serif;
	font-style: italic;
	font-size:26px;
}

.myCustomProduct .rsSlide p span {
	font-family:"brandon-grotesque";
	text-transform: uppercase;
	letter-spacing: 1px;
	color:#999;
	font-size:11px;
	display:block;
	clear:both;
	font-style: normal;
}

.myCustomProduct .rsBullets {
	cursor: pointer;
}

a.arrowd {
	background:url(images/explore-arrow.png) no-repeat center center;
	width:50px;
	height:53px;
	position:absolute !important;
	bottom:13%;
	left:50%;
	z-index: 1000;
	margin-left:-25px;
	text-indent: -5000em;
	display: block;
}

.icon-scroll,
.icon-scroll:before{
  	position: absolute;
  	left: 50%;
}


.icon-scroll{
  	width: 24px;
  	height: 40px;
  	position:absolute !important;
	bottom:13%;
	left:50%;
	z-index: 1000;
	margin-left: -12px;
	box-shadow: inset 0 0 0 2px #fff;
	border-radius: 25px;
	display: none;
}
  
.icon-scroll:before{
    content: '';
    width: 6px;
    height: 6px;
    background: #fff;
    top: 8px;
    border-radius: 4px;
    margin-left: -3px;
    -webkit-animation: scroll infinite 1.8s;
       -moz-animation: scroll infinite 1.8s;
       		animation: scroll infinite 1.8s;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}

@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}






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


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

#content .videoContainer {margin-bottom: 
	30px;}


.videoContainer {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.videoContainer iframe,
.videoContainer object,
.videoContainer embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


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

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

.home #content.full, .page-template-page-home-php #content.full, .page-template-page-homecopy #content.full {
	width: 100%;
}

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

#content.fullProjects{
	width: 100%;
}

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

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

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

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


#pageHead {
	padding: 30px 0 30px 0;
	margin: 0 0 40px 0;
	border-bottom: 1px solid #eee;
}

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

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.backgroundimage {
	height:400px;
	overflow: hidden;
}

.home .backgroundimage, .page-template-page-homecopy .backgroundimage {
	display: none;
}

.post-type-archive-product .aarchive {
	display: none;
}

.post-type-archive-product .backgroundimage {
	height:400px;
}

.post-type-archive-product {

}


.vimeobox {
	width:100%;
	height:100%;
	display: block;
	position: relative;
}

.vimeobox a.play {
	background:url(images/play.png) top center no-repeat;
	width:129px;
	height:131px;
	text-indent: -5000em;
	position:absolute;
	display: block;
	left:50%;
	top:50%;
	margin-top:-65px;
	margin-left:-65px;
	transition:all 0.3s ease;
}

.vimeobox a.play:hover {
	background-position: top center;
	-webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);

}

.vimeobox span.vondemand {
	background:url(images/vimeo.png) top center no-repeat;
	width:88px;
	height:32px;
	display: block;
	position:absolute;
	left:50%;
	top:73%;
	margin-left:-44px;
	margin-top:-11px;
	text-indent: -5000em;
}

.vimeobox span.watch {
	background:url(images/watch.png) top center no-repeat;
	width:96px;
	height:27px;
	display: block;
	position:absolute;
	left:50%;
	top:28%;
	margin-left:-48px;
	margin-top:-14px;
	text-indent: -5000em;
}

.storybox .featstory {
	padding:60px 60px 40px;
}

.storybox h3, .pslide .contain h2 {
	color:#982730;
	text-transform: uppercase;
	font-family:"brandon-grotesque";
	font-size:15px;
	letter-spacing:0.5px;
	margin:30px 0 30px 0;
	font-weight:600;
	text-align: center;
}

.pslide .contain h2 {
	margin-bottom:13px;
	margin-top:10px;
	color:#000;
}

.storybox h2 {
	color:#000;
	text-transform: uppercase;
	font-family:"brandon-grotesque";
	font-size:40px;
	padding:0 50px;
	letter-spacing:0.5px;
	margin:10% 0 30px;
	font-weight:600;
	line-height:1em;
	text-align: center;
}


.storybox blockquote {
	margin: 0 auto 0;
	line-height:1.4em;
	font-style: normal;
	text-align: center;
	line-height: 1.4em;
	color:#000;
	width:85%;
	font-size: 1.5em !important;
	font-family: "freight-text-pro", Georgia, Times, "Times New Roman", serif;
	border-left:none;
}

.storybox a.gold {
	background:none !important;
	color:#D2B673;
	font-family:"brandon-grotesque";
	border:2px solid #D2B673;
	padding:12px 20px;
	font-weight:500;
	letter-spacing:0.5px;
	text-transform: uppercase;
	display: block;
	width:200px;
	margin:40px auto;
	border-radius:0px;
	float:none;
	clear:both;
	transition:all 0.3s ease;
	text-align: center
}

.storybox a.gold:hover {
	background:#D2B673 !important;
	color:#fff;
	transition:all 0.3s ease;
}

.storybox a.story {
	color:#D2B673;
	font-family:"brandon-grotesque";
	display: block;
	clear:both;
	font-weight:600;
	font-size:13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color:#000;
	margin:8% auto 0 ;
	text-align: center;
}

.storybox a.story:hover {
	text-decoration: underline;
}

.pslide {
	background: rgb(255,255,255); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(221,221,221,1) 70%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(70%,rgba(221,221,221,1))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(221,221,221,1) 70%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(221,221,221,1) 70%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(221,221,221,1) 70%); /* IE10+ */
background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(221,221,221,1) 70%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
width: 100%;
height: 0;
padding-bottom: 100%;
}

.tbox {
	background:url(images/tbg.jpg) no-repeat center center;
}

.home .socialbox, .single-products .socialbox, .page-template-page-homecopy .socialbox, .page-template-page-full-thank-you .socialbox, .error404 .socialbox {
	display:none !important;
	background:#eee;
}
	
.socialbox .one_fourth .one_fourth {
	width:50% !important;
}
	
.socialbox .fb {
	width:50%;
	float:left;
	display: inline;
	background:#3B5998;
	color:#fff;
	overflow:hidden;
	transition:all 0.3s ease;
}

.socialbox .fb:hover {
	background:#334c85;
	transition:all 0.3s ease;
}

.socialbox .tw {
	width:50%;
	float:left;
	display: inline;
	background:#00aced;
	color:#fff;
	overflow:hidden;
	transition:all 0.3s ease;
	
}

.socialbox .tw:hover {
	background:#0094ca;
	transition:all 0.3s ease;
}

.socialbox .pi {
	width:50%;
	float:left;
	display: inline;
	background:#cb2027;
	color:#fff;
	overflow:hidden;
	transition:all 0.3s ease;
}

.socialbox .pi:hover {
	background:#a11a1e;
	transition:all 0.3s ease;
}

.socialbox .ig {
	width:50%;
	float:left;
	display: inline;
	background:#517fa4;
	color:#fff;
	overflow:hidden;
	transition:all 0.3s ease;
}

.socialbox .ig:hover {
	background:#406584;
	transition:all 0.3s ease;
}

.timeline-header { display:none !important }

.box2, .box3, .box4, .secretinsta {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	transition:all 0.4s ease-in-out;
	-webkit-backface-visibility: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter:alpha(opacity=100);
    -moz-opacity: 1; 
    opacity: 1;
    -khtml-opacity: 1;
}

.rhonda, .mslide {
	-webkit-backface-visibility: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter:alpha(opacity=100);
    -moz-opacity: 1; 
    opacity: 1;
    -khtml-opacity: 1;
    transition:all 0.3s ease;	
}

.mslide h2 {
	position: absolute !important;
	top:50% !important;
	z-index: 1000 !important;
}

.rhonda, .vimeobox, .tbox, .mslide {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
}

.rhonda:hover, .box2:hover, .box3:hover, .box4:hover, .secretinsta:hover {
	transition:all 0.3s ease;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter:alpha(opacity=0);
    -moz-opacity: 0.8; 
    opacity: 0.8;
    -khtml-opacity: 0.8;
    z-index: 1000;
   /* box-shadow:0px 0px 12px 5px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow:0 0 12px 5px rgba(0, 0, 0, 0.25);*/
}

.mslide:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    filter:alpha(opacity=0) !important;
    -moz-opacity: 1.0 !important; 
    opacity: 1.0 !important;
    -khtml-opacity: 1.0 !important;
	
}

/*.vimeobox:hover, .tbox:hover {
	transition:all 0.3s ease-in-out;
	transform: scale(1.03);
	z-index: 1000;
}

.vimeobox, .tbox {
	transition:all 0.3s ease-in-out;
}*/

.secretinsta {
	/*padding:125px 0 0;*/
}

.secretinsta .fa-instagram {
	color:#fff;
	display: block;
	margin:0 auto;
	font-size:24px;
	text-align: center;
}

.rhonda h3, .tbox h3, .secretinsta h3 {
	font-weight:400;
}

.rhonda h3, .tbox h3, .box2 h2, .box3 h2, .box4 h2, .secretinsta h3 {
	font-family:"freight-text-pro";
	text-align: center;
	color:#fff;
	font-weight:400;
	font-size:15px;
	letter-spacing: 1px;
	padding-top:37%
}

.tbox h3 {
	padding-top:23%;
}

.secretinsta h3 {
	font-size:20px;
	font-weight:300;
}

.tbox {
	/*padding:21% 0 0;*/
}

.tbox h3, .tbox h1 {
	color:#777;
	font-style: italic;
}

.tbox span.mtphr-dnt-twitter-text {
	color:#000;
	font-size:19px;
	padding:0 50px;
	text-align: center;
	font-family:"brandon-grotesque";
	line-height:1.3em;
}

.tbox span.mtphr-dnt-twitter-text:hover {
	color:#666;
}

.tbox span.mtphr-dnt-twitter-time {
	text-align:center;
	color:#999;
	font-style:italic;
	font-family:"freight";
	margin-top:20px;
	font-size:13px;
	display:block;
	background:url(images/twitter.png) no-repeat top center;
	padding-top:30px;

}

.rhonda h1, .tbox h1, .box2 h1, .box3 h1, .box4 h1, .secretinsta h1 {
	font-family:"brandon-grotesque";
	text-transform: uppercase;
	text-align: center;
	color:#fff;
	font-size:26px;
	font-weight:600;
	letter-spacing: 1px;
	line-height: 1.2em;
}

.secretinsta h1 {
	padding-top:38%;
	font-size:22px;
}

.secretinsta h3 {
	padding-top:0px;
}

.box2, .box3, .box4 {
	/*padding-top:36%;*/
}

/*.secretinsta, .box2, .box3, .box4, .vimeobox, .rhonda { transition: all .4s ease-in-out; }
.secretinsta:hover, .box2:hover, .box3:hover, .box4:hover, .vimeobox:hover, .rhonda:hover { transform: scale(1.03); z-index: 10; }*/

.home .one_fourth hr, 
.home .one_fourth2 hr, 
.home .tbox hr, 
.secretinsta hr, 
.single-products .one_fourth hr, 
.page-template-page-homecopy .one_fourth hr, 
.page-template-page-homecopy .tbox hr,
.page-template-page-homecopy .one_fourth hr,
.page-template-page-full-thank-you .one_fourth hr,
.error404 .one_fourth hr {
	height:3px;
	background:#fff;
	color:#fff;
	margin:20px auto;
	width:80px;
	border:none;
}

.home .tbox hr, .page-template-page-homecopy .tbox hr {
	color:#999;
	background:#999;
}


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

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

}

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

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

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

#homeContent.homeSlideshow {
	min-height:500px;
	background-color:#eee;
}

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

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

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

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

#testimonials .sectionHead p{
	background: none;
}

#testimonials p span {
	background: none;
}

#testimonials .flexslider{
	background: transparent;
}

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

.slides .testimonial {
	width: auto;
}


.single-product #content {
	width:100%;
}

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


.testimonial .left{
	float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#homeContent.homeSlideshow .inside {
	padding:100px 0px 120px !important;
	width:100%;
	margin:0 auto;
	overflow: hidden;
}

#homeContent.homeSection p {
	margin-bottom: 20px!important;
}

.homeSlideshow h1 {
	font-family:"freight-text-pro",Georgia,Times,"Times New Roman",serif;
	text-align: center;
	margin:0px 0 60px;
	letter-spacing: 1px;
	color:#000;
	font-size:3em;
	font-weight:200;
}

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

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

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

.thumbs {
	margin: 0 auto;
}

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

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

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

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

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

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

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

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

#content .project.small a:hover .title{
	opacity: 1;
	top: 50%;
	-webkit-backface-visibility: hidden;

}

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

#content .project.small .title span {
	display: inline-block;
	padding: 0px;
	background: #000;
	margin: 0 auto !important;
	font-family:"brandon-grotesque";
}

#content.project {
	width: 100%;
}

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

.projectNav {
	margin: 0px 0 30px 0;
	padding-top: 0;
	float: none;
	text-align: center;
	font-family:"brandon-grotesque";
}

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

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

.projectNav div {
	float: none;
	display: inline-block;
	margin-left: 50px;
}

#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: 1em;
	background: #f0f0f0;
	display: inline-block;
	color: #7d7d7b!important;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	padding: 7px 11px 7px !important;
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	line-height: 1em;
	text-transform: uppercase;
	font-weight: bold;
}

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

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

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

.page-template-page-portfolio #pageHead {
	margin-bottom:40px;
	display: none;
}

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

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

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

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

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

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

.page-id-554 .one_third {
	text-align: center;
}

.home .one_half, .page-template-page-homecopy .one_half { width:50%; }
.home .one_fourth, .page-template-page-homecopy .one_fourth, .single-product .one_fourth { width:25%; }
.home .one_half, .home .one_fourth, .single-products .one_fourth, .page-template-page-homecopy .one_half, .page-template-page-homecopy .one_fourth, .page-template-page-full-thank-you .one_fourth, .error404 .one_fourth { position:relative; float:left; margin:0; }
.home .last, .page-template-page-homecopy .last { clear:right; }

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

.button, a.button, #footer a.button, #searchsubmit, input[type="submit"]   {
	background: #9e1217;
	font-family:"brandon-grotesque";
	display: inline-block;
	color: #fff;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	padding: 15px 20px;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin: 0 3px 0 0;
	line-height: normal !important;
	-webkit-appearance: none;
	text-transform: uppercase;
	font-size: .85em;
	font-weight:600;
	letter-spacing:0.7px;
	transition:all 0.3s ease;
}

.single-products .buy {
	padding:15px 35px;
	font-size:1em;
	width:80px;
	height:26px;
	margin-right:5px;
}

.single-products #content.sproduct .buy_from {
	width:370px;
	margin:0 auto 20px;
	padding-left:20px;
}

.single-products #content.sproduct .other_formats {
	padding-left:20px;
}

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

.home .slideshow a.button:hover, #content.theme .actions a.button:hover, .button:hover, #footer a.button:hover, #searchsubmit:hover, input[type="submit"]:hover, .page-template-page-homecopy .slideshow a.button:hover {
	color: #fff;
	transition:all 0.3s ease;
	background:#9e2a2a !important;
}

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

.page-template-page-full-width #middle {
	padding:80px 20px 20px;
}


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

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

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

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

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

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

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

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

.gallery img {
	border: none!important;
}

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

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

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

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

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

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

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

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


.sp-thumbnails-container {
	top:-45px;
}

.sp-thumbnail-container {
	border-right:1px solid rgba(255, 255, 255, 0.35);
}

.sp-thumbnail-container:last-child {
	border-right:none;
}

.sp-thumbnail {
	color:#fff;
	font-family:"brandon-grotesque";
	letter-spacing:0.5px;
	text-align: center;
}

.sp-slides-container {
	/*background:url(images/gradient.png) repeat-x bottom center;*/
}

.sp-grab .sp-thumbnail-container {
	opacity:0.5;
	transition:all 0.3s ease;
}

.sp-grab .sp-thumbnail-container:hover {
	opacity:0.8;
	transition:all 0.3s ease;
}

.sp-grab .sp-selected-thumbnail {
	opacity:1 !important;
	transition:all 0.3s ease;

}

.sp-thumbnail span {
	font-family:"jubilat";
	font-weight:500;
	color:#fff;
	letter-spacing: 2px;
	margin-right:15px;
	font-size:17px;
}

h1.sp-layer {
		font-family:"brandon-grotesque";
		font-size:5.9em !important;
		font-weight:600;
		color:#fff;
		text-align: center;
		line-height:1em !important;
}

p.sp-layer {
		font-family:"brandon-grotesque";
		font-size:1.5em !important;
		font-weight:400;
		color:#fff;
		text-align: center;
		letter-spacing: 1px;
		line-height:1.2em !important;
		top:180px !important;
}

.post-541 a.button {
	display: block;
	margin:20px auto;
}

.sp-layer a.button {
	border:2px solid #fff;
	color:#fff;
	font-weight:500;
	font-family:"brandon-grotesque";
	font-size:1em !important;
	text-transform: uppercase;
	background:none !important;
	border-radius:0px;
	padding:10px 25px !important;
	letter-spacing: 0.5px;
	transition:all 0.3s ease;
}

.sp-layer a.button:hover {
	background:#fff !important;
	color:#982730;
	transition:all 0.3s ease;
}

.home #header {
	background-color:#fff !important;
}


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

.flexslider p {
	margin: 0 !important;
}

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

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

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

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

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

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

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

/* Direction Nav */

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

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

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

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


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

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

.slideshow  {padding:0 !important;}

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

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

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

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


/* Home Box Layout */


.leftside {
	float:left;
	display: inline-block;
}

.rightside {
	float:right;
	display: inline-block
}

.home .one_fourth, .single-products .one_fourth, .page-template-page-homecopy .one_fourth, .page-template-page-full-thank-you .one_fourth, .error404 .one_fourth {
	width:25%;
	display: block;
	position: relative
}

/*.home .one_fourth:after {
	display: block;
	content:'';
	padding-top:100%;
}
	/* 1:1 ratio */

.home .one_fourth2, .page-template-page-homecopy .one_fourth2, .error404 .one_fourth2 {
	width:25%;
	display: inline-block;
	position: relative
}

.home .one_fourth2:after, .page-template-page-homecopy .one_fourth2:after, .error404 .one_fourth2:after {
	display: block;
	content:'';
	padding-top:100%;
	/* 1:1 ratio */
}

.home .one_fourth3, .page-template-page-homecopy .one_fourth3 {
	width:25%;
	display: inline-block;
	position: relative
}

.home .one_fourth3:after, .page-template-page-homecopy .one_fourth3:after {
	display: block;
	content:'';
	padding-top:100%;
	/* 1:1 ratio */
}

.home .one_half, .page-template-page-homecopy .one_half {
	width:50%;
	display: block;
	position: relative
}

/*.home .one_half:after {
	display: block;
	content:'';
	padding-top:100%;*/
	/* 1:1 ratio */


.pslide {

}

.home .one_fourth2 .rhonda, 
.home .one_fourth2 .vimeobox, 
.home .one_fourth3 .tbox,
.page-template-page-homecopy .one_fourth2 .rhonda, 
.page-template-page-homecopy .one_fourth2 .vimeobox, 
.page-template-page-homecopy .one_fourth3 .tbox {
	position: absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	background-color:#fff;
}


.home .one_fourth .rhonda, .home .one_fourth .pslide, .home .one_fourth .tbox, .home .one_fourth .secretinsta, .home .one_fourth .box2, .home .one_fourth .box3, .home .one_fourth .box4, .home .one_fourth .vimeobox, .home .one_half .featstory {
	/*position: absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	background-color:#fff;*/
}





/* Caption style for home page slideshow*/

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

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

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

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

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

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

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

.home .slideshow .details .text {
	display: inline-block;
}
.home .details h2 {
	color: #fff;
	margin: 0 0 5px 0;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 4.0em;
	text-shadow: 2px 2px rgba(0,0,0, .2);
}
.home .details p {
	font-size: 1.9em !important;
	margin-bottom: 0;
	line-height: 1.3em;
	color: rgba(255,255,255, .6);
}

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

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


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

#sidebar {
	margin-bottom: 30px;
}

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

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

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

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

#text-3 { text-align: center; }



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

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

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

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

#sidebar .widgetBox h3,
#footer .widgetBox h3{
	font-size: .9em;
	font-family:"brandon-grotesque";
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing:1px;
	color: #fff;
	margin-bottom:20px;
}

#sidebar .widgetBox h3 {
	color:#000;
	font-size: .9em;
	font-family:"brandon-grotesque";
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing:1px;
	margin-bottom:20px;
}

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

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

#footer .widgetBox p{
	font-size: .95em;
}

#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 20px 0;
	line-height: 1.2em;
	background: none;
	font-size: .85em;
}

#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: 5px 0 0 0;
	border: none;
}

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

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

.widget_search h3 {
	display: none;
}

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

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

* html .widget_search {
    height: 1%;
}

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

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

}

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

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

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

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


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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

.widget_tag_cloud {
    display: inline-block;
}

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

* html .widget_tag_cloud {
    height: 1%;
}

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

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

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

#sidebar #flickrBox .flickrImage {

}

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

/*/////////////////////////////////////////////////////////////////////
//  09 - Comments
////////////////////////////////////////////////////////////////////*/

#comments {
	position: relative;
	margin: 0 0 30px 0px;
	width: 95%;
	padding: 20px 0 0 0;
}

.twoThirds #comments {
	width: 95%;
}

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

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

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

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

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

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

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

.comment {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
}

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

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

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

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

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

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

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

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

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

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

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

/* Comment Form */

#commentForm {
	position: relative;
	margin: 30px 0 30px 0px;
}

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

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

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

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

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

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

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

}

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

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

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



/*////////////////////////////////////////////////////////////////////
//  10 - Pagination
////////////////////////////////////////////////////////////////////*/

.pagination {
	padding: 0 0 0px !important;
	clear: both;
	margin: 0 0 0px 0;
	background:#eee;
}

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

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

.single-project #content.full {
	margin-bottom:100px;
}

.pagination span,
.pagination a,
.pagination-prev a,
.pagination-next a,
.older-comments,
.newer-comments {
	display: block;
	float: left;
	width: 6%;
	margin: 0 px 0 0;
	padding: 20px 0px;
	text-align: center;
	text-decoration: none;
	font-weight: 300;
	background-color:#ddd;
	color:#999;
	font-family:"brandon-grotesque";
	font-size:18px;
	transform: all 0.3s ease-in-out;
	border-right:1px solid #ccc;
}

.pagination span.current {
	background:#9d1f26;
	color:#fff;
	border-right:none;
}

.pagination a:hover {
	background-color:#999;
	transform: all 0.3s ease;
	color:#666;
	transform: background 0.3s ease;
}

.pagination a:last-child {
	border-right: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;
}


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

#footer {
	color: #fff;
	background:#0c0c0c url(images/footer-bg.png) no-repeat bottom center;
	font-family:"brandon-grotesque";
	transition: background 2s ease-in-out 3s;
	transform: background (translate(0,3em));
}

#footer .earth {
	-webkit-transition: background 3s ease;
-moz-transition: background 3s ease;
-ms-transition: background 3s ease;
-o-transition: background 3s ease;
transition: background 3s ease;
    background-image:url(images/footer-bg.png);
    overflow: hidden;
    height:300px;
    position: relative;
    bottom:0;
    
}

#footer .widgetBox h3{
	color: #fff;

}

#footer .meta {
	color: #919191;
}

#footer .main {
	padding: 90px 0 40px 0;
	margin: 0 30px 0;
}

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

#text-2 img {
	padding-top:70px;
}

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

.footerBox:last-child {
	width:12%;
	margin:0 0 40px 0 !important
}

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

.footerBox p{
	padding: 0;

}

#footer a {
	color: #fff;
	font-size:16px;
	letter-spacing: 0.5px;
	font-weight:200;
	transition:all 0.3s ease;
}

#footer .secondary a {
	font-size:13px;
	font-weight:400;
}

#footer .secondary a:hover {
	color:#fff !important;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
	transition:all 0.3s ease;
}

.footerBox h3 {
	color: #fff !important;
}

.footy {
	background:#fff;
	overflow: hidden;
	padding:40px 0 30px;
	border-top:1px solid #eee;
}

.footy .inside {
	max-width:90%;
	margin:0 auto;
}

.footy .translator .jcf-select .jcf-select-text {
	color:#fff !important;
}

#footer .secondary .right span span.jcf-select-text {

}

select.goog-te-combo {
	
}

.footy .left {
	float:left;
	width:10%;
	display: inline-block;
	font-family:"freight-text-pro",Georgia,Times,"Times New Roman",serif;
	color:#ccc;
	letter-spacing: 0.5px;
	padding-top:17px;
}

.footy .left span.lock {
	background:url(images/lock.png) no-repeat center left;
	width:11px;
	height:17px;
	display: inline-block;
	margin-right:10px;
}

.footy .right {
	float:right;
	width:16%;
	display: inline-block;
	padding-top:17px;
}

.footy .emailer {
	width:680px;
	float:none;
	display: block;
	text-align: center;
	margin:-5px auto;
}

.footy .emailer .right {
	width:12px;
	float:left;
	margin-left:5px;
	font-size: 16px;
	color:#ccc;
	padding-top:14px;
}

.footy .emailer .right a {
	color:#ddd;
}

.footy .emailer .right a:hover {
	color:#999;
}

.AW-Form-701361588 {
	float:left;
}

.footy #af-header-305725738, .footy .poweredBy, #af-footer-305725738, .privacyPolicy, #af-header-701361588, #af-footer-701361588 {
	display: none;
}

#af-form-701361588, #af-form-701361588 .quirksMode{
	max-width:670px !important;
}

.wen-side-socials {
	padding-bottom:0 !important;
	margin-bottom:0 !important;
}

#af-form-701361588 .af-standards .af-element {
	padding-left:0 !important;
	padding-right:0 !important;
}

#af-form-701361588 .af-body label.previewLabel {
	float:left !important;
	margin-top:4px;
	display:inline-block !important;
	font-family:"brandon-grotesque" !important;
	font-size:15px !important;
	font-weight:500 !important;
	color:#999 !important;
	letter-spacing: 0.5px !important;
	text-transform: uppercase !important;
	width:270px !important;
	margin-right:10px !important;
	background:url(images/the-secret-scroll.png) no-repeat 0 0px;
	height:40px !important;
	padding-left:45px !important;
	padding-top:6px !important;
}

#af-form-701361588 .af-body .af-textWrap {
	float:left !important;
	display: inline-block !important;
	width:250px !important;
	margin-top:1px !important;
}

#af-form-701361588 .af-body input.text, #af-form-701361588 .af-body textarea {
	border-radius:0px !important;
	font-family:"brandon-grotesque" !important;
	color:#000 !important;
	padding:6px 5px 6px 10px !important;
	font-size:17px !important;
	width:236px !important
}

#af-form-701361588 .af-body input.text:focus {
	background:#fff !important;
	border-color:#ccc !important;
}

#af-form-701361588 .af-body {
	padding-top:0px !important;
	padding-bottom:0px !important;
}

.af-element {
	float:left;
	display: inline;
}

#af-form-701361588 button {
	background:#D2B673 !important;
	color:#fff !important;
	font-weight:600 !important;
	letter-spacing: 1px !important;
	font-size:12px !important;
	border-radius:0px !important;
}

#af-form-701361588 .buttonContainer input.submit {
	background-image:none !important;
	background:#D2B673 !important;
	color:#fff !important;
	font-weight:600 !important;
	letter-spacing: 1px !important;
	font-size:12px !important;
	border-radius:0px !important;
	border:none !important;
	padding:10px 7px;
	font-family:"brandon-grotesque" !important;
	margin-top:1px !important;
	margin-left:10px !important;
}

.af-body input.text {
	width:auto !important;
}


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

#footer .translator .jcf-select {
	padding:0 0 !important;
}

#footer .translator .jcf-select .jcf-select-text {
	padding-right:10px;
	text-align: center !important;
}

#footer .translator .jcf-select .jcf-select-opener {
	top:8px !important;
	right:-16px !important;
}

#footer .secondary a{
}

#footer .secondary .inside{
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 30px 0 30px;
}

#footer.light .secondary {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#footer .secondary p{
	font-size: .8em;
}

#footer .secondary .left {
	float: left;
	opacity:0.4;
	letter-spacing: 0.5px;
}

#footer .secondary .right {
	float: right;
	letter-spacing: 0.5px;
}

#footer .secondary .right span{
	/*color: #4d4d4d;*/
}



.sp-thumbnail-container {
			width:260px;
		}

.droppy {
	position: relative;
	top:-120px;
	right:60px;
}


span.jcf-select-tinynav {
	display: none !important;
}
/* select */
.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid #ccc;
	background: #fff;
	margin: 0 5px 0px 0;
	min-width: 200px;
	height: 26px;
	color:#000;
	cursor:pointer;
	font-family:"brandon-grotesque";
	padding:14px 0;
	line-height:26px;
}

.page-template-page-full-contact .jcf-select, .page-template-page-full-submit-story .jcf-select {
	height:56px;
}

.translator .jcf-select {
	min-width:auto !important;
}

.gform_body .jcf-select {
	width:260px !important
}

.page-template-page-full-contact .gform_body .jcf-select {
	width:450px !important;
}

.gform_body .jcf-select option {
	text-align: left !important;
}

.gform_wrapper .top_label input.medium:focus, .gform_wrapper .top_label select.medium:focus {
	background:#fff;
	transition:background-color 0.2s ease;
	color:#000;
}

.droppy .jcf-select {
	background:none;
	border:1px solid #d2b673;
	color:#d2b673;
}

.droppy .jcf-select:hover {
	border:1px solid #b49b61;
	color:#b49b61;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
	cursor:pointer;
	font-weight:400
}

.jcf-select-opener {
	 -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
}

.jcf-select option {
	font-family:"brandon-grotesque";
	padding:10px 0;
	font-size:13px;
	text-align: center;
	text-transform: uppercase;
	font-weight:600;
	
}

.droppy .jcf-select option {
	color:#b49b61;
	background:#fff;
}

.droppy .jcf-select option:hover {
	color:#9b8654 !important;
	background-color:#f1f1f1;
}

.jcf-select .jcf-select-text {
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	font-weight:600;
	letter-spacing: 0.5px;
	line-height: 26px;
	margin: 0 0px 0 0px;
	text-align: center;
}
.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	background: #fff;
	color:#000;
	content:'>';
	width: 10px;
	bottom: 0;
	right: 3px;
	top: 21px;
	height:10px;
	font-size:22px;
	font-weight:300;
}

.droppy .jcf-select .jcf-select-opener {
	color:#d2b673;
	background:none !important;
}

.droppy .jcf-select .jcf-select-opener:hover {
	color:#b49b61;
}


body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}
body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}
.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0px;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}
.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}
.jcf-select.jcf-compact-multiple {
	max-width: 220px;
}
.jcf-select.jcf-compact-multiple .jcf-select-opener:before {
	display: inline-block;
	padding-top: 2px;
	content: '...';
}
.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #f00;
}
.jcf-select-drop.jcf-compact-multiple .jcf-hover {
	background: none;
}
.jcf-select-drop.jcf-compact-multiple .jcf-selected {
	background: #e6e6e6;
	color: #000;
}
.jcf-select-drop.jcf-compact-multiple .jcf-selected:before {
	display: inline-block;
	content: '';
	height:4px;
	width:8px;
	margin:-7px 5px 0 -3px;
	border:3px solid #777;
	border-width:0 0 3px 3px;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}

/* select options styles */
.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	font-size: 12px;
	width: 100%;
}
.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}
.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.jcf-list ul li {
	overflow: hidden;
	display: block;
}
.jcf-list .jcf-overflow {
	overflow: auto;
}
.jcf-list .jcf-option {
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #656565;
	min-height: 14px;
	height: 1%;
}
.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}
.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}
.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}
.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}


.mobile, .moby, .phony {
	display: none;
}

.phony {
	display: none;
}

.stony {
	display: block;
}

#sdrn_bar .bar_logo {
	height:40px !important;
	margin-top:-22px !important;
}

#sdrn_bar {
	height:65px !important;
	box-shadow:0 4px 40px rgba(0, 0, 0, 0.39);
}


#sdrn_bar .sdrn_ic {
	margin-top:13px;
}

#sdrn_menu_ul {
	padding-top:82px !important;
}

#sdrn_menu ul li a {
	font-family:"brandon-grotesque";
	font-weight:500;
	font-size:14px !important;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

#sdrn_menu .icon_default.sdrn_icon_par::before {
	font-size:8px;
	top:-1px;
	position: relative;
}

.single-products #content.sproduct .buy_from a.vendor_link {
	display: block;
	margin:0 auto 10px;
	width:114px;
	height:40px;
	text-indent: -5000em;
	transition:all 0.2s ease-in;
	opacity:1;
}

.single-products #content.sproduct .buy_from a.vendor_link:hover {
	opacity:0.7;
	transition:all 0.2s ease-in;
}

.single-products #content.sproduct .buy_from a.amazon {
	background:url(images/amazon.png) no-repeat center center;
}

.single-products #content.sproduct .buy_from a.itunes {
	background:url(images/itunes.png) no-repeat center center;
}

.single-products #content.sproduct .buy_from a.barnes-noble {
	background:url(images/barnes.png) no-repeat center center;
}

.single-products #content.sproduct .buy_from a.apple-ibook {
	background:url(images/ibook.png) no-repeat center center;
}

.single-products #content.sproduct .buy_from a.audible-com {
	background:url(images/audible.png) no-repeat center center;
}

.single-products #content.sproduct .buy_from a.amazon-kindle {
	background:url(images/amazonk.png) no-repeat center center;
}


.single-products #content.sproduct .active_format_wrap {
	position: relative;
}
/*
.single-products #content.sproduct .bestsellers::before {
	content: url('images/icon-nyt.png');
	display:block;
	position: absolute;
	bottom: 10%;
	right: 10%;
}
*/

.single-products #content.sproduct .active_format.app::before {
	content: url('images/icon-app.png');
	display:block;
	position: absolute;
	bottom: 10%;
	right: 10%;
}

.single-products #content.sproduct .active_format.audiobook-cd::before {
	content: url('images/icon-audiocd.png');
	display:block;
	position: absolute;
	bottom: 10%;
	right: 10%;
}
.single-products #content.sproduct .active_format.audiobook-download::before {
	content: url('images/icon-audiodl.png');
	display:block;
	position: absolute;
	bottom: 10%;
	right: 10%;
}
.single-products #content.sproduct .active_format.ebook::before {
	content: url('images/icon-ebook.png');
	display:block;
	position: absolute;
	bottom: 10%;
	right: 10%;
}
.single-products #content.sproduct .active_format.film::before,
.single-products #content.sproduct .active_format.digital::before {
	content: url('images/icon-digital.png');
	display:block;
	position: absolute;
	bottom: 10%;
	right: 10%;
}
.single-products #content.sproduct .active_format.dvd::before {
	content: url('images/icon-dvd.png');
	display:block;
	position: absolute;
	bottom: 10%;
	right: 10%;
}
.single-products #content.sproduct .active_format.soundtrack::before {
	content: url('images/icon-soundtrack.png');
	display:block;
	position: absolute;
	bottom: 10%;
	right: 10%;
}
.single-products #content.sproduct .active_format.print::before {
	content: url('images/icon-print.png');
	display:block;
	position: absolute;
	bottom: 10%;
	right: 10%;
}
.single-products #content.sproduct .active_format.tools::before {
	content: url('images/icon-tools.png');
	display:block;
	position: absolute;
	bottom: 10%;
	right: 10%;
}



.single-products #content.sproduct .other_formats {
	margin-top:30px;
}

.single-products #content.sproduct .other_formats h3,
.single-products #content.sproduct .buy_from h3
{
	color:#ccc;
	font-family:"brandon-grotesque";
	text-transform: uppercase;
	font-size:11px;
	font-weight:500;
	text-align: center;
	display: block;
	letter-spacing: 1px;
}

.single-products #content.sproduct .other_formats ul.format_icons {
	list-style-type: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 80%;
}

.sproduct a.linky {
	text-align: center;
	font-family:"brandon-grotesque";
	color:#c85f63;
	display: block;
	margin-top:15px;
	font-size:12px;
}

.sproduct a.linky:hover {
	color:#c9191b;
}

/*.single-products #content.sproduct .other_formats li {
	display: inline-block;
	list-style-type: none;
	text-align: center;
}

.single-products #content.sproduct .other_formats li a {
	text-indent: -5000em;
	height:58px;
	width:58px;
	display: block;
	margin:0 5px;
	transition:opacity 0.2s ease-in;
}

.single-products #content.sproduct .other_formats ul li a:hover {
	opacity:0.5;
	transition:opacity 0.2s ease-in;
}*/


.single-products #content.sproduct .other_formats li {
	display: inline-block;
	list-style-type: none;
	text-align: center;
	background:#f2f2f2;
	padding:5px 5px;
	transition:all 0.2s ease-in;
}

.single-products #content.sproduct .other_formats li:hover {
	background:#c9191b;
	transition:all 0.2s ease-in;
	color:#fff !important;
}

.single-products #content.sproduct .other_formats li a:hover {
	color:#fff !important;
}

.single-products #content.sproduct .other_formats li a {
	height:28px;
	display: block;
	float:left;
	margin:0 5px;
	font-family:"brandon-grotesque", aria, sans-serif;
	text-transform: uppercase;
	font-size:10px;
	color:#000;
	font-weight:600;
	transition:opacity 0.2s ease-in;
	padding:8px 0 0;
	width:140px;
	text-align: center;
}

/*.single-products #content.sproduct .other_formats ul li a:hover {
	opacity:0.5;
	transition:opacity 0.2s ease-in;
}*/

.single-products #content.sproduct .other_formats a.app {
	background: url('images/icon-app-b.png') no-repeat left center;
}
.single-products #content.sproduct .other_formats a.audiobook-cd {
	background: url('images/icon-audiocd-b.png') no-repeat left center;
}
.single-products #content.sproduct .other_formats a.audiobook-download {
	background: url('images/icon-audiodl-b.png') no-repeat left center;
}
.single-products #content.sproduct .other_formats a.ebook {
	background: url('images/icon-ebook-b.png') no-repeat left center;
}
.single-products #content.sproduct .other_formats a.film,
.single-products #content.sproduct .other_formats a.dvd {
	background: url('images/icon-film-b.png') no-repeat left center;
}
.single-products #content.sproduct .other_formats a.print {
	background: url('images/icon-print-b.png') no-repeat left center;
}

.single-products #content.sproduct .other_formats a.tools {
	background: url('images/icon-tools-b.png') no-repeat left center;
}

.single-products #content.sproduct .other_formats a {
	background-position:-85px 0 !important;
	text-align: center;
	
}



.single-products #content.sproduct .other_formats a.audiobook-download,
.single-products #content.sproduct .other_formats a.audiobook-cd,
.single-products #content.sproduct .other_formats a.print,
.single-products #content.sproduct .other_formats a.app,
.single-products #content.sproduct .other_formats a.film {
	/*padding-left:37px;*/
	padding-left:0;
}

.single-products #content.sproduct .other_formats a.ebook,
.single-products #content.sproduct .other_formats a.film,
.single-products #content.sproduct .other_formats a.app,
.single-products #content.sproduct .other_formats a.print {
	/*padding-left:37px;*/
	padding-left:0;
	width:50px;
}

.single-products #content.sproduct .other_formats a.print {
	width:40px;
}

.single-products #content.sproduct .other_formats a.film {
	background-size:68%;
	/*background-position:-10px 3px !important;*/
	background-position:-30px 3px !important;
	width:35px;
}

.single-products #content.sproduct .other_formats a.audiobook-cd {
	width:85px;
}

.single-products #content.sproduct .other_formats a.audiobook-download {
	width:135px;
}




.page-template-page-store .product .paddy,
.tax-formattax .product .paddy,
.tax-titletax .product .paddy,
.tax-vendortax .product .paddy,
.tax-featuretax .product .paddy
 {
	position: relative;
}
.page-template-page-store .product a.bestsellers::before,
.tax-formattax .product a.bestsellers::before,
.tax-titletax .product a.bestsellers::before,
.tax-vendortax .product a.bestsellers::before,
.tax-featuretax .product a.bestsellers::before
 {
	content: url('images/icon-nyt.png');
	display:block;
	position: absolute;
	/*top: 40px;*/
	top:48%;
	right: 17%;
}



.scrolly {
 position:absolute;
 
  bottom:13%;
  left:50%;
  margin-left:-4px;
  z-index: 10000;
  display: none;
}

.scrolly span {
  display: block;
  width: 8px;
  height: 8px;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  
  transform: rotate(45deg);
  border-right: 3px solid white;
  border-bottom: 3px solid white;
  margin: 0 0 5px 0px;
}

.unu {
  margin-top: 6px;
}

.unu,
.doi,
.trei {
  -webkit-animation: mouse-scroll 2s infinite;
  -moz-animation: mouse-scroll 2s infinite;
}

.unu {
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
}

.doi {
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
}

.trei {
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
}

.mouse {
  height: 21px;
  width: 14px;
  border-radius: 10px;
  transform: none;
  border: 2px solid white;
  top: 170px;
}

.wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: white;
  position: relative;
}

.wheel {
  -webkit-animation: mouse-wheel 1.2s ease infinite;
  -moz-animation: mouse-wheel 1.2s ease infinite;
}

@-webkit-keyframes mouse-wheel {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@-moz-keyframes mouse-wheel {
  0% {
    top: 1px;
  }
  50% {
    top: 2px;
  }
  100% {
    top: 3px;
  }
}

@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}


.page-template-page-story-landing .centercontent ul.story a.more {
	display: none;
}

.page-id-601 .responsive-tabs .responsive-tabs__list {
	display: none;
}
		
.page-id-601 .responsive-tabs .responsive-tabs__panel--closed-accordion-only {
	display: block;
}
		
.page-id-601 .responsive-tabs .responsive-tabs__heading {
	display: block;
	cursor: pointer;
}

.page-id-601 .responsive-tabs-wrapper {		
	width:75%;
	margin:80px auto 80px;
}
	
.page-id-601 #content .tabcontent p {
	width:100%;
	line-height:25px;
	opacity:0.9;
}
		
.page-id-601 .responsive-tabs .responsive-tabs__heading {
	background: #fff;
	border-bottom:1px solid #eee;
	border-top: none;
	color: #777;
	font-size: 18px;
	font-weight: normal;
	text-transform: inherit;
	margin: 0;
	padding: 10px 0;
	padding-left: 20px;
	position: relative;
	transition:background 0.2s ease;
}

.page-id-601 .responsive-tabs .responsive-tabs__heading .fa {
	margin-right: 8px;
	display:none;
	}

.page-id-601 .responsive-tabs .responsive-tabs__heading:after {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #777;
	content:"";
	display: block;
	position: absolute;
	right: 20px;
	top: 20px;
	height: 0; 
	width: 0; 
}
	
.page-id-601 .responsive-tabs .responsive-tabs__heading {
	background:#fff;
	transition:background 0.4s ease;
}

.page-id-601 .responsive-tabs .responsive-tabs__heading:hover {
	background: none;
	text-decoration: underline;
	transition:background 0.4s ease;
}
	
.page-id-601 .responsive-tabs .responsive-tabs__heading:hover:after {	
	border-top: 6px solid #777;
}

.page-id-601 .responsive-tabs .responsive-tabs__heading--active,
.page-id-601 .responsive-tabs .responsive-tabs__heading--active:hover {
	background: #fff;
}

.page-id-601 .responsive-tabs .responsive-tabs__heading--active:after,
.page-id-601 .responsive-tabs .responsive-tabs__heading--active:hover:after {
	border-bottom: 6px solid #fff;
	border-top: 0;
	top: 18px;
}

.page-id-601 .responsive-tabs .responsive-tabs__panel {
	background: #fff;
	border: none;
	margin: 0;
	padding: 0 20px;
	padding-top: 20px;
}
	
.page-id-601 .responsive-tabs .responsive-tabs__heading::after {
	border: 2px solid #000 !important;
	border-radius: 50% !important;
	content: "+" !important;
	font-family: "FontAwesome";
	font-size: 18px !important;
	height: 20px !important;
	line-height: 16px !important;
	padding-left: 1px !important;
	right: 30px !important;
	top: 33px !important;
	width: 20px !important;
}
	
.page-id-601 .responsive-tabs__heading--active::after, 
.page-id-601 .responsive-tabs .responsive-tabs__heading--active::after {
	border: 2px solid #ba1d25 !important;
	border-radius: 50% !important;
	content: "-" !important;
	font-size: 20px !important;
	height: 20px !important;
	line-height: 16px !important;
	right: 30px !important;
	top: 33px !important;
	width: 20px !important;
	color:#ba1d25 !important;
}
	
.page-id-601 .responsive-tabs h2.responsive-tabs__heading {
   	color: #000;
	font-size: 16px;
	font-weight: 500;
}
	
.page-id-601 h2.responsive-tabs__heading--active {
	color:#ba1d25 !important
}
	
.page-id-601 .responsive-tabs .responsive-tabs__heading {
	padding:30px 70px !important;
}
	
.page-id-601 .tabcontent {
	padding:60px 100px !important;
	background: rgb(227,227,227) !important; /* Old browsers */
background: -moz-linear-gradient(top,  rgba(227,227,227,1) 0%, rgba(242,242,242,1) 15%, rgba(242,242,242,1) 83%, rgba(227,227,227,1) 100%) !important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(227,227,227,1)), color-stop(15%,rgba(242,242,242,1)), color-stop(83%,rgba(242,242,242,1)), color-stop(100%,rgba(227,227,227,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(227,227,227,1) 0%,rgba(242,242,242,1) 15%,rgba(242,242,242,1) 83%,rgba(227,227,227,1) 100%) !important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(227,227,227,1) 0%,rgba(242,242,242,1) 15%,rgba(242,242,242,1) 83%,rgba(227,227,227,1) 100%) !important; /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(227,227,227,1) 0%,rgba(242,242,242,1) 15%,rgba(242,242,242,1) 83%,rgba(227,227,227,1) 100%) !important; /* IE10+ */
background: linear-gradient(to bottom,  rgba(227,227,227,1) 0%,rgba(242,242,242,1) 15%,rgba(242,242,242,1) 83%,rgba(227,227,227,1) 100%) !important; /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#e3e3e3',GradientType=0 ); /* IE6-9 */

	}
	
.page-id-601 .tabcontent p {
	color:#555;		
}
	
.page-id-601 .tabcontent p a {
	text-decoration: underline;
}
	
.tabcontent strong {
	font-family:"brandon-grotesque";
	text-transform: uppercase;
	font-size:14px;
	font-weight:600;
	letter-spacing: 0.5px;
	line-height: 24px;
	opacity:1;
	color:#000;
}
	
.tabcontent p strong {	
	opacity:1;
}
	
.tabcontent strong p {
	line-height: 15px;
}
	
.mejs-container .mejs-controls {
	background:#fff !important;
}

.mejs-container .mejs-volume-button, .mejs-horizontal-volume-total, .mejs-horizontal-volume-current {
	display: none !important;
	
}

.mejs-controls .mejs-time-rail .mejs-time-current {
	background:#c9191b !important
}



.mejs-container .mejs-controls .mejs-time {
	color:#fff !important;
}

span.mejs-currenttime, span.mejs-duration {
	font-family:"brandon-grotesque";
	color:#999 !important;
}

.mejs-controls .mejs-time-rail .mejs-time-total, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background:#fff !important;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background:none repeat scroll 0 0 rgba(255, 255, 255, 0.33) !important;
}
	
.mejs-controls .mejs-play button {
	margin:2px 6px 0 0 !important;
}
	
.mejs-controls .mejs-play button {
	background-image: url('images/playb.png') !important;
	background-repeat:no-repeat !important;
	background-position: center center !important;
	background-color:#fff !important;
	height:25px !important;
	width:25px !important;
	margin:2px 6px 0 0 !important;
	background-size:93% !important;
}

.mejs-controls .mejs-pause button {
	background-image: url('images/pauseb.png') !important;
	background-repeat:no-repeat !important;
	background-position: center center !important;
	background-color:#fff !important;
	background-size:93% !important;
	height:25px !important;
	width:25px !important;
	margin:2px 6px 0 0 !important;
}

.mejs-controls .mejs-mute button {
	background-image: url('images/mute.png') !important;
	background-repeat:no-repeat !important;
	background-position: center center !important;
	background-color:#fff !important;
	height:25px !important;
	width:25px !important;
	margin:2px 6px 0 0 !important;
}

.mejs-controls .mejs-unmute button {
	background-image: url('images/unmute.png') !important;
	background-repeat:no-repeat !important;
	background-position: center center !important;
	background-color:#fff !important;
	height:25px !important;
	width:25px !important;
	margin:2px 6px 0 0 !important;
}
	
.mejs-controls .mejs-time-rail .mejs-time-total, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background:#eee !important
}
	
.mejs-currenttime-container {
	display: none !important;
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
	border-color:#000 !important;
	height:22px !important;
	border-width:1px !important;
	top:17px !important;
	left:17px !important;
}
	
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background:#c9191b !important;
}

.mejs-time-slider {
	background:#eee !important
}

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

@media all and (min-width: 1675px) { 

		.icon-scroll, .scrolly, .scrolly span {
			display: none !important;	
		}	
		
		
}

@media all and (max-width: 1575px) { 
		.single-products #wrap .rsSlide .one_third {
			
		}
		
		.single-products #wrap .rsSlide .one_third img {
		
		}
		
		.icon-scroll, .scrolly {
			display: none !important;	
		}
		
		
		
		.pslide .contain {
			padding-top:5%;
		}
		
		.myCustomProduct .rsBullets {left:79px;}
		
		.page-template-page-store .bodycontent .section ul.product li {
			min-height: 460px;
		}
		
		.sp-thumbnail-container {
			width:240px;
		}
	
	}
	
@media (max-width:1480px) and (min-width:1401px) { 
		h1.sp-layer {
			font-size:5.4em !important;
		}
		
		.pslide .contain {
			padding-top:0%;
		}
	
	}	


@media all and (max-width: 1400px) { 
		h1.sp-layer {
			font-size:5em !important;
			padding-top:26px;
		}
		
		.sp-thumbnail-container {
			width:240px;
		}
		
		.single-products .backy {
			display: none;
		}
		
		.page-template-page-store .product a.bestsellers::before, .tax-formattax .product a.bestsellers::before, .tax-titletax .product a.bestsellers::before, .tax-vendortax .product a.bestsellers::before, .tax-featuretax .product a.bestsellers::before {
			top:40%;
		}
		
		.storybox .featstory {
			padding:40px 50px 30px;
		}
		
		.single-products #wrap .one_third {
			margin-right:5%;
		}
		
		.storybox h3 {
			margin:15px 0 20px;
		}
		
		.storybox blockquote {
			width:92%;
			padding:0 0;
		}
		
		.rhonda h3, .box2 h2, .box3 h2, .box4 h2 {
			padding-top:33%;
		}
		
		
		.secretinsta h1 {
			padding-top:35%;
		}
		
		#new-royalslider-1 {
			height:305px !important;
		}
		
		.myCustomSmall {
			padding: 0px;
			top:-10px;
		}
		
		.tbox h3 {
			padding-top: 14%;
		}	
		
		.footy .left {
			width:12%;
		}
		
		ul#menu-social-for-footer li a {
			margin:0 7px;
		}
		
		.footy .right {
			width:16%;
		}
		
		
	.page-template-page-story-landing .centercontent ul.story li:first-child p {
		padding:0 15px;
	}
		
	.page-template-page-store .bodycontent .section ul.product li, 
	.tax-formattax .bodycontent ul.product li 
	.tax-titletax .bodycontent ul.product li, 
	.tax-vendortax .bodycontent ul.product li, 
	.tax-featuretax .bodycontent ul.product li {
		min-height: 460px;
	}
		
	.page-template-page-store .bodycontent .section ul.product li {
		min-height: 420px;
	}
		
	.myCustomProduct .rsBullets {
		left:81px;
	}
		
	.single-products .gray {
		padding:60px 0 0;
	}
		
	.single-products #wrap .rsSlide .two_thirds {
		width:60%;
	}
		
	.single-products #wrap .rsSlide .one_third {
		width:35%;	
	}
		
	.single-products #wrap .rsSlide .one_third img {
 

	}

	.single-products .qslideshow .sproduct {
		width:100% !important;
	}
	
	.myCustomProduct .rsBullets {
		left:0px;
		padding-left:5px;
	}
	
	}
	
	
@media (max-width:1399px) and (min-width:1261px) { 
	.vimeobox span.watch {
		top:22%;
	}
	
	.vimeobox span.vondemand {
		top:79%;
	}
	
	.pslide .contain {
   		 padding-top: 0;
	}
	
	.myCustomSmall .rsBullets {
		padding-top:0 !important;
		margin-top:-10px !important;
	}
	
	.storybox blockquote {
		font-size:1.3em !important;
	}
	
	.sp-thumbnail-container {
			width:235px !important;
	}
	
}

@media all and (max-width: 1260px) { 
		.home .storybox h2 {
			margin-top:5%;
			margin-bottom:20px;
		}
		
		
	
		
		.tax-topictax .bodycontent #content .type-stories {
			min-height:400px;
		}
		
		.storybox blockquote {
			font-size:1.3em !important;
		}
		
		
		h1.sp-layer {
			font-size:4.8em !important;
			padding-top:28px;
		}
		
		
		.scrolly, .scrolly span {
			display: none !important;
		}
		
		.page-template-page-store .bodycontent .section {
			padding:60px 0 30px;
		}
		
		.tbox h3 {
			padding-top:16%;
		}

		#new-royalslider-1 {
			height:285px !important;
		}
		
		.sp-thumbnail-container {
			width:235px !important;
		}
		
		.single-products #wrap .rsSlide .two_thirds {
			width:60%;
		}
		
		.single-products #wrap .rsSlide .one_third {
			width:35%;
		}
		
		.myCustomProduct .rsSlide p {
			font-size:24px;
		}
		
		.myCustomProduct .rsBullets {
			left:0px !important;
			padding-left:30px;
			top:-66px !important;
		}
		
		
		.page-template-page-full-w-subnav #content .inside {
			width:100%;
		}
		
		.sstory span a {
			display: none;
		}
		
		.single-stories .mstory .leftbar img.default {
			width:100px;
			height:100px;
		}
		
		.single-stories .mstory .leftbar {
			width:23%;
		}
		
		.page-template-page-story-landing .centercontent ul.story li {
			min-height:460px;
		}
		
		.single-stories .mstory .mainbar {
			width:76%;
		}
		
		.page-template-page-store .product a.bestsellers::before, .tax-formattax .product a.bestsellers::before, .tax-titletax .product a.bestsellers::before, .tax-vendortax .product a.bestsellers::before, .tax-featuretax .product a.bestsellers::before {
			top:36%;
		}
		
		.tbox span.mtphr-dnt-twitter-text {
		padding:0 20px !important
	}
		
				
	
	}

@media all and (max-width: 1150px) {
	.home .slideshow .flex-direction-nav {
		position: absolute;
		width: 130px;
		right: 0;
		left: 0;
		margin: 0 0 0 !important;
		right: 30px;
		bottom: 35px !important;
		display: block;
		height: 31px;
	}
	
	#mainNav li:first-child {
		margin-left:160px;
	}
	
		.page-id-39326 .responsive-tabs ul.responsive-tabs__list li,
	.page-id-36225 .responsive-tabs ul.responsive-tabs__list li  {
	padding:15px 20px;
}
	
	.pslide .contain {
		padding-top:19%;
	}
	
	.rhonda h3, .box2 h2, .box3 h2, .box4 h2 {
    	padding-top: 42%;
	}
	
	.sp-thumbnails-container {
		display: none;
	}
	
	.home #wrap, .page-template-page-homecopy #wrap {
		margin-top:0;
	}
	
	#mainNav li {
		margin:0 0 0 40px;
	}
	
	new-royalslider-11 .rsVisibleNearbyWrap {
		height:400px !important;
	}

	
	.icon-scroll, .scrolly, .scrolly span {
			display: none !important;	
		}
		
	.storybox blockquote {
		font-size: 1.2em !important;
	}
		
	.flex-direction-nav .flex-prev {opacity: 1; }
	.flex-direction-nav .flex-next {opacity: 1; }
	
	.footy .left {
		display: none;
	}
	
	.footy .emailer {
		margin:-5px 0 0;
	}
	
	.tbox span.mtphr-dnt-twitter-text {
		padding:0 20px !important;
		font-size:16px;
	}
	
	h1.sp-layer {
   		font-size: 4em !important;
   		padding-top: 55px;
	}
	
	.sp-thumbnail-container {
		width:215px !important;
	}
	
	
	
	#mainNav li:nth-child(4) {
    	margin-left: 288px;
	}
	
	.vimeobox span.watch {
		top:21%;
	}
	
	.vimeobox span.vondemand {
		top:79%;
	}

	#new-royalslider-1 img.rsImg {
		width:43%;
	}

	#new-royalslider-1 {
		height:260px !important
	}
	
	.tbox span.mtphr-dnt-twitter-text {
		padding:0 20px;
	}
	
	.tbox h3 {
	    padding-top: 12%;
		
	} 
	
	ul.story li .paddy span a {
		display: none;
	}
	
	.single-stories .mstory .leftbar {
		display: none;
	}
	
	.single-stories .mstory .mainbar {
    width: 92%;
}

	.page-template-page-story-landing .catcolumn a, .single-stories .catcolumn a, .tax-topictax .catcolumn a, .post-type-archive-stories .catcolumn a, .page-template-page-store .catcolumn a, .tax-formattax .catcolumn a, .tax-titletax .catcolumn a, .tax-featuretax .catcolumn a, .tax-vendortax .catcolumn a, .page-template-page-story-all .catcolumn a {
		font-size: 15px;
	}
	
	.page-template-page-store .product a.bestsellers::before, .tax-formattax .product a.bestsellers::before, .tax-titletax .product a.bestsellers::before, .tax-vendortax .product a.bestsellers::before, .tax-featuretax .product a.bestsellers::before {
		right:18% !important;
	}
	
	.page-template-page-story-landing .catcolumn ul.listy li, .single-stories .catcolumn ul.listy li, .post-type-archive-stories .catcolumn ul.listy li, .page-template-page-story-all ul.listy li, .tax-topictax .catcolumn ul.listy li, .page-template-page-store .catcolumn ul.listy li, .tax-formattax .catcolumn ul.listy li, .tax-titletax .catcolumn ul.listy li, .tax-featuretax .catcolumn ul.listy li, .tax-vendortax .catcolumn ul.listy li {
		padding-right:12px;
	}
	
	.page-template-page-story-landing .catcolumn ul.listy li::before, .single-stories .catcolumn ul.listy li::before, .post-type-archive-stories .catcolumn ul.listy li::before, .page-template-page-story-all .catcolumn ul.listy li::before, .tax-topictax .catcolumn ul.listy li::before, .page-template-page-store .catcolumn ul.listy li::before, .tax-formattax .catcolumn ul.listy li::before, .tax-titletax .catcolumn ul.listy li::before, .tax-featuretax .catcolumn ul.listy li::before, .tax-vendortax .catcolumn ul.listy li::before {
	
	}
	
	.single-products .sproduct {
		width:100% !important;
	}
	
	.single-products #wrap .one_third {
		margin-left:2%;
	}
	
	.single-products #wrap .rsSlide .one_third {
		width:41%;
	}
	
	.single-products #wrap .rsSlide .two_thirds {
    width: 56%;
}
	
	
	.fa-navicon::before, .fa-reorder::before, .fa-bars::before, .fa-book::before, .fa-bookmark::before {
		display: none;
	}
	
	.rhonda h1, .tbox h1, .box2 h1, .box3 h1, .box4 h1, .secretinsta h1 {
		font-size:23px !important;
	}
	
	.storybox blockquote {
		font-size:1.1em !important;
	}
	
	.sp-thumbnail-container {
		width:200px !important;
		font-size: 13px;
	}

	
	.footerBox:nth-child(4) {
		width:16%;
	}
	
	.subcolumn a.button {
		font-size:0.7em;
	}
	
	.tax-topictax .bodycontent #content .type-stories {
		width:49.8%;
		min-height:400px;
	}
	
	.myCustomSkin.rsHor .rsArrowLeft {
		left:10px !important;
	}
	
	
	
	.myCustomSkin.rsHor .rsArrowRight {
		right:10px !important;
	}
	
	.footerBox {
		width:23%;
	}
	
	.footerBox:last-child {
		display: none;
	}
	
	.footy .left, .footy .right {
	    width: 22%;
	}
	
	.myCustomSmall .rsContent h3 {
	
	}
	
	.myCustomSmall .rsBullets {
		margin-top:-35px !important;
	}
	
	.storybox h2 {
		font-size:32px;
	}
	
	h1.sp-layer {
		font-size:4em !important;
		padding-top:77px;
	}
	
	.home .one_fourth, .home .one_half, .single-products .one_fourth, .error404 .one_fourth, .page-template-page-full-thank-you .one_fourth {
		width:50%;
	}
	
	.home .one_half {
		padding-bottom:50%;
		height:0;
	}
	
	.tbox span.mtphr-dnt-twitter-text {
		font-size:22px;
		padding:0 60px !important;
	}
	
	.tbox h3 {
		padding-top:30%;
	}
	
	.tbox {
		background-image:none;
		background-color:#eee;
	}
	
	#new-royalslider-11, #new-royalslider-2 {
		height:420px !important;
	}
	
	
	.page-template-page-store #wrap {
		padding-top:0px;
	}
	
	.mobile {
		display: block;
	}
	
	.desy {
		display: none;
	}
	

	
	.titles_and_languages .title .jcf-select {
		margin-left:30px;	
	}
	
	.single-products #wrap .rsSlide .one_third {
	    width: 45%;
	}
	.single-products #wrap .rsSlide .two_thirds {
	    width: 53%;
	}

	.single-products #wrap .rsSlide .one_third img {
		width:92%;
	}
	
	.page-template-page-story-landing #middle .right,
	.single-stories #middle .right {
		display:none;
	}
	
	.myCustomProduct .rsBullets {
		padding-left:20px;
	
	.page-template-page-story-landing #middle .centercontent,
	.single-stories #middle .centercontent {
		width:80%;
	}
	
	.page-template-page-story-landing #wrap .one_half, .single-stories #wrap .one_half, .tax-topictax #wrap .one_half, .page-template-page-store #wrap .two_thirds {
		width:80%;
	}


	
	
}


/* iPad Portrait */

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

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

	.home .slideshow {
		margin: 0 !important;
		max-height: 600px;
	}
	
	.mobile {
		display: block;
		
	}
	
	

	
	.pslide .contain {
 	   padding-top: 13%;
	}	
	
	.rhonda h3, .box2 h2, .box3 h2, .box4 h2 {
    	padding-top: 32%;
	}
	
	.titles_and_languages .title {
		width:50%;
	}
	
	.titles_and_languages .title .jcf-select {
		margin-left:100px;	
	}
	
		#af-form-701361588 .af-body label.previewLabel {
    display: block !important;
    float: none !important;
    font-size: 13px !important;
    margin: 0 auto 0px !important;
    width: 249px !important;
}

#af-form-701361588 .af-body input.text, #af-form-701361588 .af-body textarea {
		width:92% !important;
	}
	
	#af-form-701361588 .buttonContainer input.submit {
		width:150px !important;
		margin:10px auto !important;
		display: block !important;
		float:none !important;
	}
	
	#af-form-701361588 div {
		margin:0 auto !important;
	}
	
	#af-form-701361588 .af-element {
		float:none !important;
	}
	
		.mobile {
		display: block !important;
		width:100%;
	}
	
	.homeSlideshow h1 {
   		
   		margin-bottom: 30px;
	}
	
	.droppy {
    	display: block;
		float: none;
		margin: 0 auto 20px;
		right: auto;
		top: 0;
		width: 178px;
	}
	
	.page-id-601 .responsive-tabs-wrapper {
		width:100% !important;
	}
	
	#af-form-701361588 .af-body input.text, #af-form-701361588 .af-body textarea {
		width:92% !important;
	}
	
	#af-form-701361588 .buttonContainer input.submit {
		width:150px !important;
		margin:10px auto !important;
		display: block !important;
		float:none !important;
	}
	
		#af-form-701361588 div {
		margin:0 auto !important;
	}
	
	#af-form-701361588 .af-element {
		float:none !important;
	}
	
		#af-form-701361588 .af-body label.previewLabel {
    display: block !important;
    float: none !important;
    font-size: 13px !important;
    margin: 0 auto 0px !important;
    width: 249px !important;
}

#af-form-701361588 .af-body input.text, #af-form-701361588 .af-body textarea {

	}
	
	#af-form-701361588 .af-body .af-textWrap {
		width:100% !important;
	}
	
	.footy .right .footico {
    float: none;
    margin: 0 auto;
    overflow: hidden;
    width: 200px;
}
	
	.footy .left, .footy .right {
		width:100%;
		float:none;
	}
	
	.footy .emailer {
		width:324px;;
		float:none;
		display: block;
		margin:0 auto 15px;
		padding-left:0%;
	}
	
	.footy .emailer .right {
		padding-top:5px;
		margin-left:-10px;
	}
	
	.postid-789 .buy_from {
    margin-top: 30px !important;
}

	.tax-topictax .bodycontent #pageHead, .post-type-archive-stories .bodycontent #pageHead, .page-template-page-story-all .bodycontent #pageHead, .page-template-page-store .bodycontent #pageHead {
		padding-right:60px;
	}
	
	.tax-topictax .bodycontent #pageHead p, .post-type-archive-stories .bodycontent #pageHead p, .page-template-page-store .bodycontent #pageHead p {
		line-height:1.1em;
	}
	
	.backgroundimage {
		height:220px;
	}
	
	.fullwidth1 h1, .single-stories .backgroundimage h1, .tax-topictax .backgroundimage h1, .page-template .backgroundimage h1, .search .backgroundimage h1, .post-type-archive-product h1, .tax-formattax .backgroundimage h1, .tax-titletax .backgroundimage h1, .tax-featuretax .backgroundimage h1, .tax-vendortax .backgroundimage h1, .single-project .backgroundimage h1 {
		top:47%;
		font-size:3em;
		line-height: 36px;
	}
	
	.fullwidth1 span, .single-stories .backgroundimage span, .tax-topictax .backgroundimage span, .search .backgroundimage span, .post-type-archive-product span, .tax-formattax .backgroundimage span, .tax-titletax .backgroundimage span, .tax-featuretax .backgroundimage span, .tax-vendortax .backgroundimage span, .single-project .backgroundimage span, .page-template-page-full-width .backgroundimage span, .page-template-page-story-all .backgroundimage span {
		top:47%;
	}
	
	.page-template-page-store .bodycontent .section ul.product li, .tax-formattax .bodycontent ul.product li, .tax-titletax .bodycontent ul.product li, .tax-vendortax .bodycontent ul.product li, .tax-featuretax .bodycontent ul.product li {
		width:49%;
	}
	
	.rhonda, .vimeobox, .tbox, .pslide {
		
	}
	
	
	
	.single-products #content.sproduct .other_formats li {
		display: block;
		overflow: hidden;
	}
	
	.single-products #content.sproduct .other_formats li a {
		float:none;
		margin:0 auto;
	}
	
	
	.storybox blockquote {
		font-size:0.9em !important;
	}
	
	.home #wrap {
		margin-top:0;
		padding-top:20px !important;
	}
	
	.desy {
		display: none;
	}
	
	.home .rhonda .rhonda {
		
	}

	.home .slide {
		height: 500px !important;
	}
	
	
	
	#new-royalslider-11, #new-royalslider-2 {
		height:420px !important;
	}

	.home .slideshow .details h2 {
		color: #fff;
		text-transform: uppercase;
		font-weight: normal;
		font-size: 2.4em;
	}
	.home .slideshow .details p {
		font-size: 1.3em !important;
		margin-bottom: 0;
		line-height: 1.5em;
		color: rgba(255,255,255, .6);
	}

	.home .slideshow .details.right .text, .home .slideshow .details.left .text{
		width: 40%;
	}

	/*Projects ------------------*/
	#content .project.small .title {
		font-size: .8em;
	}

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

	#testimonials.homeSection {
		padding-bottom: 20px;
	}

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

	.slides .testimonial {
		min-height: 260px;
		width: auto;
	}

	.testimonial .left img{
		max-width: 150px !important;
	}

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

	#testimonials .flex-direction-nav a {margin-top: -50px !important;}

	/*Footer ------------------*/
	.footerBox {
		width: 24%;
		margin: 0 15px 40px 0 !important;
	}
	
	.footerBox:nth-child(4) {
    width: 18%;
}
	
	.post-664 blockquote {
		margin-bottom: 50px;
		width:90%;
	}
	
	.single-products #wrap .rsSlide .one_third img {
		width:95%;
	}
	
	.storybox blockquote {
		width:100%;
	}
	
	.storybox .featstory {
		padding:40px 25px 30px;
	}
	
	.storybox h2 {
		padding:0 10px;
	}
	
	.storybox a.gold {
		margin:20px auto;
	}
	
	
	
	
}


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

	#comments { width: 100%;}

	#sidebar {
		float: none;
		width: 95%;
		margin-left: 2.5%;
		padding: 10px 0 30px 0 !important;
	}
	
	.page-id-520 #wrap p {
		width:95%;
	}
	
	
	
	.submitstory h3 {
		font-size:2em;
	}
	
	.rsContentSlider h3, .rsContentSlider p {
		text-align: center;
	}
	
	.single-products #wrap .one_third,
	.single-products #wrap .two_thirds {
		width:100%;
		float:none;
	}
	
	.submitstory {
		width:700px;
	}
	
	.single-products #wrap .one_third {
		margin-left:0;
		margin-right:0;
		margin-bottom:60px;
	}
	
	.backgroundimage {
		height:280px;
	}
	
	.page-id-42 .gform_body .jcf-select {
		width:100% !important;
	}
	
	.fullwidth1 h1, .single-stories .backgroundimage h1, .tax-topictax .backgroundimage h1, .page-template .backgroundimage h1, .search .backgroundimage h1, .post-type-archive-product h1, .tax-formattax .backgroundimage h1, .tax-titletax .backgroundimage h1, .tax-featuretax .backgroundimage h1, .tax-vendortax .backgroundimage h1, .single-project .backgroundimage h1 {
		top:39%;
	}
	
	.tbox span.mtphr-dnt-twitter-text {
		padding:0 30px !important;
	}
	
	.storybox .featstory {
		padding:20px 20px 30px;
	}
	
	.tbox h3 {
		padding-top:20%;
	}
	
	blockquote {
		font-size:1.5em;
	}
	
	.storybox blockquote {
		font-size:0.8em;
		width:100%;
	}
	


	
	
	.home .storybox blockquote p {
		padding:0 0 !important;
		line-height:1.5em;
	}
	
	
	.post-664 {
		width:85%;
		
	}
	
	.post-664 blockquote, .post-490 blockquote {
		margin-bottom:50px;
	}
	
	.post-490 blockquote p {
		padding:0 20px;
	}
	
	.page blockquote {
		width:100%;
		padding:0 0;
	}
	
	.page blockquote p {
		padding:0 0px;
	}
	
	
	
	.tabcontent blockquote p {
		padding:0 0px;
	}
	
	.post-1123 .tabcontent p {
		width:90%;
	}
	
	.page-id-520 blockquote p {
		padding:0 0;
	}
	
	.page-id-520 blockquote p, .page-id-562 .post-562 blockquote p {
		width:auto;
	}
	
	.page-id-562 .post-562 p {
		width:90%;
	}
	
	.moby {
		display: block;
		margin-top:30px;
		padding-top:30px;
		border-top:1px solid #eee;
		margin-bottom:30px;
		overflow: hidden;
	}
	
	.desy {
		display: none;
	}
	
	.tax-formattax .bodycontent h1, .tax-titletax .bodycontent h1, .tax-vendortax .bodycontent h1, .tax-featuretax .bodycontent h1 {
		margin-top:0px;
	}
	
	.single-products #wrap .two_thirds {
		display: block;
	}
	
	.footerBox, .footerBox:nth-child(4) {
		width:100%;
		text-align: center;
	}
	
	.single-products #content.sproduct .active_format.print::before {
		bottom:14%;
		right:20%;
	}
	
	.single-products .gray {
		
	}
	
	.single-products #wrap .rsSlide .one_third {
		display: none;
	}
	
	.single-products #wrap .rsSlide .two_thirds {
		width:100%;
	}
	
	.single-products #wrap .two_thirds h3 {
		margin-top:40px;
	}
	
	.myCustomProduct .rsBullets {
		display: none;
	}
	
	.single-products #pageHead {
		padding:0 30px;
		display: none;
	}
	
	.single-products #content .two_thirds h1,
	.single-products #content .two_thirds span.format {
		text-align: center;
		display: block;
	}
	
	.single-products #content.sproduct .buy_from,
	.single-products #content.sproduct .other_formats {
		padding-left:0px;
	}
	
	.single-products #wrap .two_thirds .metainfo {
		position: relative;
		color:#000;
		top:auto;
		clear:both;
		display: block;
		text-align: center;
		text-shadow: none;
	}
	
	.single-products #wrap .two_thirds .metainfo .left {
		color:#999;
		
	}
	
	.single-products #wrap .two_thirds .project {
		padding:0 30px;
	}
	
	.single-products .backgroundimage {
		display: none;
	}
	
	.postid-1015 .sproduct .one_third, .postid-751 .sproduct .one_third, .postid-760 .sproduct .one_third, .postid-825 .sproduct .one_third {
		top:0;
	}
	
	.single-products #wrap .one_third img.prod {
		width:60%;
	}
	
	.post-type-archive-product #wrap, .tax-product_cat #wrap, .post-type-archive-stories #wrap, .page-template-page-store #wrap, .single-products #wrap, .tax-formattax #wrap, .tax-titletax #wrap, .tax-featuretax #wrap, .tax-vendortax #wrap {
		padding-top:80px;
	}
	
	.post-type-archive-stories #wrap {
		padding-top:0px;
	}
	
	.page-template #wrap {
		padding-bottom:80px;
	}
	
	.page-template-page-story-landing #wrap, .page-template-page-story-all #wrap {
		padding-bottom:0px;
	}
	
	.page-template-page-story-landing .centercontent ul.story li:nth-child(4),
	.page-template-page-story-landing .centercontent ul.story li:nth-child(5) {
		border-bottom:1px solid #eee;
	}

	
	.page-template-page-story-landing .centercontent ul.story a.more:hover {
		background:#ccc !important;
		color:#555 !important;
	}
	
	.page-template-page-store #wrap {
		padding-top:0px;
	}
	
	.single-products #wrap .one_third {
		top:0 !important;
	}
	
	.page-template-page-story-landing #wrap .one_fourth, .single-stories #wrap .one_fourth, .tax-topictax #wrap .one_fourth, .post-type-archive-stories #wrap .one_fourth, .page-template-page-store #wrap .one_fourth, .tax-formattax #wrap .one_fourth, .tax-titletax #wrap .one_fourth, .tax-featuretax #wrap .one_fourth, .tax-vendortax #wrap .one_fourth, .page-template-page-story-all #wrap .one_fourth {
		display: none;
	}
	
	.page-template-page-story-landing #middle .centercontent,
	.page-template-page-story-all #middle .bodycontent,
	.single-stories #middle .centercontent {
		width:100%;
	}
	
	.page-template-page-story-landing #middle .moby,
	.page-template-page-story-all #middle .moby,
	.single-stories #middle .moby {
		margin-top:0;
	}
	
	.page-template-page-story-landing #middle .graybox,
	.page-template-page-story-all #middle .graybox,
	.single-stories #middle .graybox {
		background:#fff;
		padding:20px 0;
		border-bottom:1px solid #eee;
	}
	
	.page-template-page-story-all #middle .graybox,
	.page-template-page-story-landing #middle .graybox,
	.single-stories #middle .graybox {
		margin-bottom:0;
	}
	
	.page-template-page-story-all #middle .graybox a.more,
	.page-template-page-story-landing #middle .graybox a.more,
	.single-stories #middle .graybox a.more {
		text-align: center;
		display: block;
		margin-top:15px;
		color:#000;
		font-weight:600;
		font-family:"brandon-grotesque";
		font-size:15px;
	}

	.page-template-page-story-landing .centercontent ul.story li:first-child .paddy {
		padding:30px 50px;
	}
	
	.page-template-page-story-landing .centercontent ul.story a.more {
		margin:30px auto !important;
		width:180px;
		display: block;
		background:#eee !important;
		color:#999 !important;
		border-color:#eee !important;
	}
	
	.page-template-page-story-all .bodycontent .post {
		
	}
	
	.page-template-page-story-all .bodycontent .post p {
		width:95%;
	}
	
	.page-template-page-story-all #wrap .bodycontent h3 {
		display: none;
	}
	
	.page-template-page-story-all .bodycontent .post {
		
	}
	
	.page-template-page-story-landing .searchform, .single-stories .searchform, .tax-topictax .searchform, .post-type-archive-stories .searchform, .page-template-page-story-all .searchform, .single-stories .searchform {
		width:60%;
		margin:0 auto;
		display: block;
	}
	
	.tax-topictax .bodycontent, .post-type-archive-stories .bodycontent, .page-template-page-store .bodycontent, .tax-formattax .bodycontent, .tax-titletax .bodycontent, .tax-featuretax .bodycontent, .tax-vendortax .bodycontent {
		width:100%;
	}

	#content.twoThirds {
		width: 95% !important;
		float: none;
	}
	
	.active_format.ebook::before {
		right:22% !important;
	}

	.sidebarBox {
		float: left;
		margin: 0 3% 30px 0 !important;
		width: 30%;
	}

	#comments { width: 100%;}
	
	.responsive-tabs h2.responsive-tabs__heading {
		color:#000;""
		font-family: "brandon-grotesque", arial, sans-serif;
		font-weight:500;
		font-size:16px;
	}
	
	.responsive-tabs .responsive-tabs__heading {
		padding:30px 0 30px !important;
	}
	
	.responsive-tabs .responsive-tabs__heading:hover {
		background:#fff !important;
	}
	
	h2.responsive-tabs__heading--active {
		color:#ba1d25 !important;
	}
	
	.responsive-tabs .responsive-tabs__heading--active, 
	.responsive-tabs .responsive-tabs__heading--active:hover {
		background:#fff !important;
	}
	
	.responsive-tabs .responsive-tabs__heading::after {
		border-left:none !important;
		border-right:none !important;
		border-top:none !important;
		font-family:"FontAwesome";
		content:"+" !important;
		top:33px !important;
		right:30px !important;
		font-size:18px !important;
		border:2px solid #000 !important;
		border-radius:50% !important;
		height:20px !important;
		width:20px !important;
		line-height: 20px !important;
		padding-left:1px !important;
	}
	
	.responsive-tabs__heading--active::after, .responsive-tabs .responsive-tabs__heading--active::after {
		content:"-" !important;
		top:33px !important;
		right:30px !important;
		font-size:20px !important;
		border:2px solid #ba1d25 !important;
		border-radius:50% !important;
		height:20px !important;
		width:20px !important;
		line-height: 16px !important;
	}
	
	.responsive-tabs .responsive-tabs__panel {
		background: -moz-linear-gradient(top,  rgba(176,176,176,1) 0%, rgba(176,176,176,0) 23%, rgba(176,176,176,0) 80%, rgba(176,176,176,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(176,176,176,1)), color-stop(23%,rgba(176,176,176,0)), color-stop(80%,rgba(176,176,176,0)), color-stop(100%,rgba(176,176,176,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(176,176,176,1) 0%,rgba(176,176,176,0) 23%,rgba(176,176,176,0) 80%,rgba(176,176,176,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(176,176,176,1) 0%,rgba(176,176,176,0) 23%,rgba(176,176,176,0) 80%,rgba(176,176,176,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(176,176,176,1) 0%,rgba(176,176,176,0) 23%,rgba(176,176,176,0) 80%,rgba(176,176,176,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(176,176,176,1) 0%,rgba(176,176,176,0) 23%,rgba(176,176,176,0) 80%,rgba(176,176,176,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0b0b0', endColorstr='#b0b0b0',GradientType=0 ); /* IE6-9 */

	}
	
	.titles_and_languages .title {
		width:50%;
	}
	
	.titles_and_languages .title .jcf-select {
		margin-left:62px;	
	}
	
	
	
	
}

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

@media only screen and (max-width: 700px) {
	html {
	    -webkit-text-size-adjust: none;
	}

	h1 { font-size: 1.2em;}
	h2 { font-size: 1.1em;}
	h3 { font-size: 1.0em;}
	h4 { font-size: .9em;}
	h5 { font-size: .8em;}

	#wrap {
		padding: 1px 20px;
	}
	
	.page-id-39326 .responsive-tabs h2.responsive-tabs__heading, .page-id-36225 .responsive-tabs h2.responsive-tabs__heading {
		font-size:14px;
	}
	
	.page-id-39326 .responsive-tabs__heading--active::after, .page-id-39326 .responsive-tabs .responsive-tabs__heading--active::after {
	
	}
	
	.page-template-page-full-world-languages p {
	width:95%;
}
	
	.page-template-page-full-w-subnav .copy {
 	   padding-bottom: 0;
	}
	
	.storybox blockquote {
		display: none;
	} 
	.titles_and_languages .title {
		width:100%;
	}
	
	.page-template-page-story-landing .searchform, .single-stories .searchform, .tax-topictax .searchform, .post-type-archive-stories .searchform {
		width:80%;
	}
	
	.titles_and_languages .title .jcf-select {
		margin:0 auto 15px;
		float:none;
		display: block;
		width:200px;
	}
	
	.titles_and_languages .title .button {
		width:55px;
		margin:0 auto;
		float:none;
		text-align: center;
		display: block;
	}
	
	.submitstory {
		width:100%;
		box-shadow:none;
	}
	
	.submitstory #gform_wrapper_3, .submitstory #gform_wrapper_4 {
		padding:0 30px;
		width:auto;
	}

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

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

	#header #logo img {
		max-width: 80%;
		height: auto;
	}

	#mainNav .sf-menu {
		display: none;
	}

	#mainNav .tinynav {
		display: block;
		margin: 0 auto;
		padding: 0;
	}

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

	.home .slideshow {
		margin: 0 !important;
		max-height: 400px;
		overflow: hidden;
	}

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

	.home .slideshow .details h2{
		font-size: 1.7em;
	}

	.home .slideshow .details p{
		font-size: 1.1em !important;
	}

	#pageHead {
		margin: 0 0px 25px;
		padding: 30px 0;
	}

	#pageHead h1 { font-size: 1.3em;}

	.flex-direction-nav, .flex-control-nav { bottom: 120px !important;}

	#main {
		width: 95%;
		padding-top: 5px;
	}

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

	.posts .post .date {

	}

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

	.posts .post .inside{
		padding-left: 115px;
		position: relative;
	}

	.posts .post .inside h2{
		font-size: 1.3em !important;
		line-height: 1.2em;
		margin-bottom: 10 !important;
	}

	.posts .post .inside .meta{
		margin: 0 auto 20px !important;
		display: inline-block;
		padding: 0;
	}

	/*Home Sections ------------------*/
	.homeSection {
		padding: 35px 0 !important;
	}

	.homeSection .sectionHead {
		padding-bottom: 10px !important;
	}

	.homeSection .sectionHead h3 {
		font-size: 1.5em;
	}
	.homeSection .sectionHead p {
		font-size: 1em;
	}

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

	#content .project.small .inside{
		display: inline-block;
		margin: 0 auto 20px !important;
	}

	/*Featured Pages ------------------*/
	.home .page.small{
		float: none !important;
		width: 100% !important;
		margin: 0 auto 0 !important;
		margin: 0 auto !important;
		display: inline-block;
	}

	.home .page.small .inside{
		display: inline-block;
		margin: 0 auto 0 !important;
	}

	.home .page.small p{
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
	}

	.home .page.small .inside{
		width: 80%;
	}
	
	.phony {
		display: block !important;
	}
	
	.stony {
		display: none !important;
	}


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

	.slides .testimonial {
		min-height: 260px;
		width: auto;
		text-align: center !important;
	}

	.testimonial .left {
		float: none;
		text-align: center !important;
		margin-bottom: 20px;
	}

	.testimonial .left img{
		max-width: 150px !important;
		margin: 0 auto !important;
	}

	.testimonial .right{
		float: none;
		width: auto;
		padding: 0 30px 0;
		margin-right: 0px;
		text-align: center !important;
	}

	#comments { width: 100%;}

	#content.twoThirds {
		width: 95% !important;
		float: none;
	}

	#content .post {
		margin-bottom: 20px;
		padding-bottom: 5px!important;
	}

	#sidebar {
		float: none;
		width: 95%;
		margin-left: 2.5%;
		padding: 10px 0 30px 0 !important;
	}

	.sidebarBox {
		float: left;
		margin: 0 2% 30px 0 !important;
		width: 95%;
	}

	#flickrBox .flickrImage {
		margin: 0 8px 8px 0;
	}

	#featuredPages .small{
		margin-bottom: 25px !important;
	}

	#filterNav {
		text-align: center;
		width: 100%;
		position: relative;
	}

	.projectNav {
		margin: 0 0 0 0;
		padding: 10px 0 0 0 !important;
		float: none;
	}

	.projectNav div {
		margin: 0 20px 0 0 !important;
		padding: 0 !important;
	}

	.thumbs {
		text-align: center;
	}

	.thumbs .small{
		margin: 0 auto !important;
	}

	.post .moreLink {
		display: none;
	}

	.widgetBox {
		width: 100%;
		float: none;
	}

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

	
	.footerBox {
		width: 40%;
		float: none;
		margin: 0 20px 40px 0!important;
	}

	#footer .main .inside{ padding: 0 0 !important;  width: auto !important;margin: 0 0px!important;}

	#footer #flickrBox .flickrImage {
		margin: 0 5px 5px 0;
	}

	#footer .secondary{
		text-align: center;
		margin: 0 0;
	}
	#footer .secondary p{
		margin: 0px;
		padding: 0px;
	}

	#footer .secondary .left,
	#footer .secondary .right{
		float: none;
	}

	#footer .secondary .right{
		float: none;
		padding: 10px 0 15px 0;
	}

	.gallery-item img{
		width: 90%;
	}

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

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

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

@media only screen and (max-width: 760px) { 
	.home .one_fourth, .home .one_half, .single-products .one_fourth, .error404 .one_fourth {
		width:50%;
	}
	
	#new-royalslider-11, #new-royalslider-2 {
		height:280px !important;
	}
	
	.post-584, .post-581 {
		width:90%;
	}
	
	.page-template-page-store #wrap {
		padding-top:0px;
	}
	
	.page-template-page-store .product a.bestsellers::before, .tax-formattax .product a.bestsellers::before, .tax-titletax .product a.bestsellers::before, .tax-vendortax .product a.bestsellers::before, .tax-featuretax .product a.bestsellers::before {
		top:29%;
	}
	
	.page-template-page-store .bodycontent .section ul.product li, .tax-formattax .bodycontent ul.product li, .tax-titletax .bodycontent ul.product li, .tax-vendortax .bodycontent ul.product li, .tax-featuretax .bodycontent ul.product li {
		width:100%;
	}
	

	
	.footy .left, .footy .right {
		width:100%;
		float:none;
	}
	
	.footy .emailer {
		
	}
	
	.widgetBox {
    width: 100%;
}

.comments {
		display: none;
	}
	
	.widgetBox {
		width: 100%;
		float: none;
		margin: 0 0 20px 0;
	}
	
	#af-form-701361588 .af-body input.text, #af-form-701361588 .af-body textarea {
		width:92% !important;
	}
	
	.phony {
		display: block !important;
	}
	
	.stony {
		display: none !important;
	}

}


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

@media only screen and (max-width: 600px) { 
	#slider-pro-1 {
		display: none;
	}
	
	#pageHead p {
		text-align: center;
		padding:0 20px;
		line-height:1.2em;
	}
	
	.page-id-39326 #content p,
.page-id-36225 #content p {
	width:90%;
	}
	
	.single-products #wrap .two_thirds h3, .single-products #wrap .two_thirds h4 {
		float:none;
	}
	
	.single-products #wrap .two_thirds h3 {
		margin-top:60px !important;
		display: block;
	}
	
	.single-products #wrap .rsSlideRoot .two_thirds h3 {
		margin-top:0px !important;
	}
	
	.single-products #wrap .two_thirds h4 {
		padding-top:0;
		margin-left:0;
		margin-bottom:0px !important;
	}
	
	.storybox blockquote {
		display: none;
	}
	
	.single-products .backy {
			display: block;
			position: relative;
			padding-top:10px;
			left:auto;
			text-align: center;
			float:none;
			margin-bottom:20px;
		}
	
	.single-products #wrap .two_thirds h3 {
		margin-top:0px;
	}
	
	.post-type-archive-product #wrap, .tax-product_cat #wrap, .post-type-archive-stories #wrap, .single-products #wrap, .tax-formattax #wrap, .tax-titletax #wrap, .tax-featuretax #wrap, .tax-vendortax #wrap {
		padding-top:40px;
	}
	
	.page-template-page-store #wrap {
		padding:0 20px;
	}
	
	.single-products #wrap .two_thirds h3 {
		font-size:14px;
	}
	
	.home .one_half {
		padding-bottom:100%;
	}
	
	ul.subpages li {
		display: block;
		float:none;
		text-align: center;
		font-size:13px;
		margin:0 0;
	}
	
	.storybox blockquote {
		display: block;
	} 
	
	.fullwidth1 h1, .single-stories .backgroundimage h1, .tax-topictax .backgroundimage h1, .page-template .backgroundimage h1, .search .backgroundimage h1, .post-type-archive-product h1, .tax-formattax .backgroundimage h1, .tax-titletax .backgroundimage h1, .tax-featuretax .backgroundimage h1, .tax-vendortax .backgroundimage h1, .single-project .backgroundimage h1 {
		font-size:1.6em;
	}
	
	.page-template-page-full-w-subnav-about .about .one_fourth p {
		font-size:18px;
		line-height:20px;
		padding:0 20px;
	}
	
	.single-products #content.sproduct .active_format.print::before {
		bottom:6%;
		right:14%;
	}
	
	.active_format.ebook::before {
		right:13% !important;
		bottom:-3% !important;
	}
	
	.single-products #content .two_thirds blockquote {
		font-size:1.6em;
	}
	
	.jcf-select .jcf-select-text {
		font-size:11px;
	}
	
	.jcf-select {
		min-width: 170px;
	}
	
	.single-products #content.sproduct .buy_from {
		width:340px;
	}
	
	.page-template-page-store .bodycontent .section h2, .tax-formattax .bodycontent h1, .tax-titletax .bodycontent h1, .tax-vendortax .bodycontent h1, .tax-featuretax .bodycontent h1 {
		margin-bottom:15px;
	}
	
	.page-template-page-store .bodycontent .section .right a.grey {
		border:none;
		text-align: center;
		display: block;
		margin-bottom:20px;
	}
	
	.page-template-page-store .bodycontent .section .right a.grey:hover {
		background:none !important;
		color:#000;
	}

	
	.page-template-page-store .product a.bestsellers::before, .tax-formattax .product a.bestsellers::before, .tax-titletax .product a.bestsellers::before, .tax-vendortax .product a.bestsellers::before, .tax-featuretax .product a.bestsellers::before {
		top:45%;
	}

	
	.tax-topictax .bodycontent #pageHead, .post-type-archive-stories .bodycontent #pageHead, .page-template-page-store .bodycontent #pageHead {
		padding-left:0;
		margin-left:0;
		padding-right:0;
	}
	
	.tax-topictax .bodycontent #pageHead {
		padding-left:5%;
	}
	
	#logo, #mainNav {
		display:none;
	}
	
	.backgroundimage {
		height:220px;
	}
	
	.fullwidth1 h1, .single-stories .backgroundimage h1, .tax-topictax .backgroundimage h1, .page-template .backgroundimage h1, .search .backgroundimage h1, .post-type-archive-product h1, .tax-formattax .backgroundimage h1, .tax-titletax .backgroundimage h1, .tax-featuretax .backgroundimage h1, .tax-vendortax .backgroundimage h1, .single-project .backgroundimage h1 {
		top:37%;
		font-size:2em;
		line-height: 36px;
	}
	
	.tax-topictax .bodycontent #content .type-stories {
		width:100%;
		min-height:350px !important;
	}
	
	.pagination span, .pagination a, .pagination-prev a, .pagination-next a, .older-comments, .newer-comments {
		width:10%;
	}
	
	.fullwidth1 span, .single-stories .backgroundimage span, .tax-topictax .backgroundimage span, .search .backgroundimage span, .post-type-archive-product span, .tax-formattax .backgroundimage span, .tax-titletax .backgroundimage span, .tax-featuretax .backgroundimage span, .tax-vendortax .backgroundimage span, .single-project .backgroundimage span, .page-template-page-full-width .backgroundimage span {
		top:30%;
	}
	
	.page-template-page-story-landing .centercontent ul.story li .paddy {
		padding:30px 20px;
	}
	
	
	.page-template-page-story-landing .centercontent ul.story li:first-child p {
    font-size: 16px;
}

	.page-template-page-story-landing .centercontent ul.story li:first-child h2 {
		padding:0 0;
	}
	
	.page-template-page-story-landing .catcolumn h3, .page-template-page-story-landing .centercontent h3, .page-template-page-story-landing .recolumn h3, .page-template-page-story-landing .graybox h3, .page-template-page-story-landing .subcolumn h3, .page-template-page-story-landing .restories h3, .single-stories #wrap h3, .tax-topictax #wrap h3, .post-type-archive-stories #wrap h3, .page-template-page-store #wrap .catcolumn h3, .tax-formattax .catcolumn h3, .tax-titletax .catcolumn h3, .tax-featuretax .catcolumn h3, .tax-vendortax .catcolumn h3 {
		margin-bottom:10px;
	}

	.page-template-page-story-landing .centercontent ul.story li:nth-child(2), .page-template-page-story-landing .centercontent ul.story li:nth-child(4), .page-template-page-story-landing .centercontent ul.story li {
		border-right:none;
		width:100%;
	}
	
	.page-template-page-story-landing .centercontent ul.story li {
		min-height:auto;
		float:none;
		display: block;
	}
	
	.home .one_fourth, .home .one_half, .single-products .one_fourth, .page-template-page-full-thank-you .one_fourth, .error404 .one_fourth {
		width:100%;
		float:none;
	}
	
	.error404 .one_fourth {
		float:left;
	}
	
	.home .socialbox .one_fourth, .single-products .socialbox .one_fourth, .page-template-page-full-thank-you .socialbox .one_fourth, .error404 .socialbox .one_fourth {
		width:100%;
		padding:40px 0;
		text-align: center;
		font-size:32px;
	}
	
	.home .socialy, .single-products .socialy, .error404 .socialy {
		display: block !important;
		width:100%;
	}

	
	.page-template-page-story-landing .centercontent ul.story li:first-child .paddy {
		padding:0px 20px 30px;
	}
	
	.page-template-page-full-w-subnav-about .about .one_fourth, .page-template-page-store .one_fourth, .tax-formattax .one_fourth, .tax-titletax .one_fourth, .tax-featuretax .one_fourth, .tax-vendortax .one_fourth {
		width:100%;
		float:none;
	}
	
	#content .page {
		padding:0 20px !important;
	}
	
	.page-template-page-full-width #content .page {
		padding:0 0 !important;
	}
	
	.copy {
		padding:0 20px;
	}
	
	#content .alignleft, #content img.alignleft {
		width:100%;
		float:none;
		margin-right:0;
		
	}
	
	.page blockquote, .page-template-page-full-w-subnav .copy p, .page-template-page-full-w-subnav-about .copy p {
		width:100%;
	}
	
	
	
	.page-template-page-store #middle .one_fourth, .tax-topictax #middle .one_fourth {
		float:none;
		display: none;
		width:100%;
	}
	
	.tax-topictax .bodycontent, .post-type-archive-stories .bodycontent, .page-template-page-store .bodycontent, .tax-formattax .bodycontent, .tax-titletax .bodycontent, .tax-featuretax .bodycontent, .tax-vendortax .bodycontent {
		float:none;
		width:100%;
		float:left;
	}
	
	.page-template-page-store .bodycontent .section h2, .tax-formattax .bodycontent h1, .tax-titletax .bodycontent h1, .tax-vendortax .bodycontent h1, .tax-featuretax .bodycontent h1 {
		float:none;
		text-align: center;
		padding-left:0;
	}
	
	.section .right {
		float:none;
		display: block;
	}
	
	.section .right a.grey {
		margin:0 auto !important;
	}
	
	.page-template-page-store .bodycontent .section {
		padding:50px 0;
	}
	
	.page-template-page-store .bodycontent .section ul.product li, .tax-formattax .bodycontent ul.product li, .tax-titletax .bodycontent ul.product li, .tax-vendortax .bodycontent ul.product li, .tax-featuretax .bodycontent ul.product li {
		width:100%;
		float:none;
		display: block;
		margin-bottom:50px;
	}
	
	.page blockquote {
		padding:0 0;
		font-size:1.4em;
	}
	
	.pslide .contain {
		padding-top:5%;
	}
	
	.tbox {
		background:#ccc
	}
	
	.comments {
		display: none;
	}
	

	.rhonda h1, .tbox h1, .box2 h1, .box3 h1, .box4 h1, .secretinsta h1 {
		font-size:32px !important;
	}
	
	.tbox span.mtphr-dnt-twitter-text {
		font-size:24px;
	}
	
	.single-stories .meta li:nth-child(3) {
		margin-top: 10px;
		display: none;
	}
	
	.single-stories .meta li {
		float:none;
		display: block;
	}
	
	.single-stories .mstory .mainbar .paddy {
		padding:0 20px;
	}
	
	#sidebar .widgetBox h3, #footer .widgetBox h3 {
		margin-bottom:10px;
	}
	
	.single-stories .mstory .mainbar h2 {
		width:100%;
		text-align: center;
	}
	
	.single-stories .mstory .mainbar {
		padding:60px 0 80px;
		width:100%;
	}
	
	.page-template-page-story-landing #wrap .one_fourth, .single-stories #wrap .one_fourth, .tax-topictax #wrap .one_fourth, .post-type-archive-stories #wrap .one_fourth, .page-template-page-store #wrap .one_fourth, .tax-formattax #wrap .one_fourth, .tax-titletax #wrap .one_fourth, .tax-featuretax #wrap .one_fourth, .tax-vendortax #wrap .one_fourth {
		display: none;
	}
	
	.page-template-page-story-landing #wrap .one_half, .single-stories #wrap .one_half, .tax-topictax #wrap .one_half, .page-template-page-store #wrap .two_thirds {
		width:100%;
	}
	
	.droppy {
		float:none;
		display: block;
		right:auto;
		top:0;
		width:200px;
		margin:0 auto 20px;
	}
	
	#homeContent.homeSlideshow .inside {
		padding:50px 0 60px !important;
	}
	
	.homeSlideshow h1 {
		font-size:2em;
		margin-bottom:30px;
	}
	
	.rhonda h3, .tbox h3, .box2 h2, .box3 h2, .box4 h2, .secretinsta h3 {
		font-size:18px;
	}
	
	.storybox .featstory {
		padding:40px 30px 50px;
	}
	
	.storybox blockquote {
		width:100%;
	}
	
	.footy .right .footico {
		float:none;
		margin: 0 auto;
		overflow: hidden;
		width: 200px;
	}
	
	.footy .left, .footy .right {
		width:100%;
		float:none;
	}
	
	
	#footer .widgetBox {
		float:none;
		margin-right:0px;
		text-align:center
	}
	
	.footerBox, .footerBox:nth-child(4) {
		margin:0 0 40px 0 !important;
		width:100%;
	}
	
	.home .one_half {
		padding-bottom:144%;
	}
	
	#new-royalslider-2 img.rsImg {
		
	}
	
	.tbox, .secretinsta, .footy .right .footico {
		display: none;
	}
	
	.home .socialbox, .single-products .socialbox, .page-template-page-full-thank-you .socialbox, .error404 .socialbox {
		display: block !important;
	}
	
	#af-form-701361588 .af-body label.previewLabel {
		padding-left:35px !important;
	}
	
	
}



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

	#slider-pro-1 {
		display: none;
	}
	
	.home .one_fourth, .error404 .one_fourth {
		width:100%;
		float:none;
	}
	
	.mobile {
		display: block;
		width:100%;
	}
	
	.storybox blockquote {
		display: none;
	}
	


}

/* iPhone Portrait */
@media screen and (max-width: 480px) {
	#header {
		text-align: center;
	}
	
	.mobile {
		display: block;
		width:100%;
	}
	
	
	
	.page-template-page-story-all .bodycontent span.topics {
		display: none;
	}
	
	.page-template-page-story-all .bodycontent .date::after {
		display: none;
	}
	
	.page-template-page-store .product a.bestsellers::before, .tax-formattax .product a.bestsellers::before, .tax-titletax .product a.bestsellers::before, .tax-vendortax .product a.bestsellers::before, .tax-featuretax .product a.bestsellers::before {
		top:39%;
	}
	
	.single-products span.jcf-select {
		width:180px;
		float:none;
		margin:0 auto 5px;
		display: block;
	}
	
	.page-template-page-store .bodycontent .section {
		padding:40px 0;
	}
	
	.page-template-page-store .bodycontent .section ul.product li, .tax-formattax .bodycontent ul.product li, .tax-titletax .bodycontent ul.product li, .tax-vendortax .bodycontent ul.product li, .tax-featuretax .bodycontent ul.product li {
		margin-bottom:0;
	}
	
	.single-products .buy {
		float:none;
		display: block;
		margin:0 auto;
	}
	
	.single-products #content.sproduct .buy_from {
		width:100%;
	}
	

	#header .inside {
		padding: 20px 0 20px 0!important;
	}

	#header #logo {
		float: none;
		margin: 0 20px;
		text-align: center;
		display: block;
	}

	#header #logo img{
		margin: 0 auto;
	}

	#header #mainNav {
		position: relative;
		display: block;
		padding-top: 20px;
	}

	.home .slideshow .details h2{
		font-size: 1.5em;
	}

	.home .slideshow .details p{
		font-size: .9em !important;
	}

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

	.posts .post .date {
		position: relative;
		margin: 0 auto 20px;
	}

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

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

	.widgetBox {
		width: 100%;
		float: none;
		margin: 0 0 20px 0;
	}

	#commentForm input[type="text"], #comments input[type="text"] {
		width: 40% !important;
		margin-right: 5px !important;
	}

	#commentForm label, #comments label {
		font-size: .8em;
	}

	.home .flex-caption p {
		font-size: 1em !important;
	}
}