@charset "UTF-8";
/* CSS Document */

html{
    width:100%;
    height: 100%;
    max-width: 100%;
    overflow-x: hidden;
}
body {
    width:100%;
    height: 100%;
	font-family: 'Raleway', sans-serif;
	color:#333;
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1.5em;
    overflow-x: hidden;
}

#Wrapper {
	width:100%;
	max-width:1500px;
	margin:auto;
	margin-top:0px;
    padding:0px 24px;
}
#Header {
    width:100%;
    top:0px;
    z-index: 999;
	margin:auto;
	padding-bottom:20px;
    margin-top:16px;
	border-bottom:1px solid #ededed;
	height:83px;
}


#Communicate {
	width:291px;
	float:right;
	/*font-family: 'Roboto Slab', serif;*/
	color:#c90003;
	font-size:1.2em;
	text-align: right;
	
}
#Communicate img {
	vertical-align:middle;
	padding-bottom:3px;
}
#Communicate a {
	text-decoration:none;
}
#Communicate a:after{
    content:'\2022';
    display: inline-block;
    font-size: 72px;
    line-height: 28.8px;
    vertical-align: middle;
    margin-left: 16px;
}
.nav-toggle{display:none;}
#Nav {
	width:650px;
	float:left;
    max-width:1500px;
    margin:0px auto;
	font-family: 'Roboto', sans-serif;
    position: relative;
}
#Nav li{
    cursor:pointer;
}
ul.menu{
    margin:0px;
    padding:0px;
}
ul.menu li {
	display: inline-block;
	vertical-align: top;
	list-style: none;
	font-size: .8em;
	color:#999;
	font-weight: 600;
	padding: 10px 10px 0px 10px;
	margin-left: 20px;
}
ul.menu .no-link,
#Nav ul.menu li a.active {
    color:rgba(239,141,6,1.00);;
    text-decoration:none;
    cursor: pointer;
}
ul.submenu li{
    display:inline-block;
    vertical-align: top;
	list-style:none;
	font-size:1em;
	color:#999;
	padding:0px 10px;
	position: relative;
    margin-left:24px;

}
#Nav a{
    color:#999;
    text-decoration: none;
}
ul.menu ul{
    position: absolute;
    width:100%;
    top:100%;
    padding-top:16px;
    left:0px;
	font-size:1.3em;
}

#Nav ul.submenu li a.active{
   color:#c00;
   text-decoration:none;
   font-family: 'Roboto', sans-serif; 
   font-weight:700;
}
#Nav .menu a{
    position: relative;
    display: inline-block;
    width:100%;
}
#Nav .menu > li > a:after{
    position: absolute;
    width:0px;
    border-bottom: 1px solid #999;
    content:'';
    display: block;
    bottom:0px; 
    left: 50%;
    transition: all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    transition-delay: 0.3s;
}
#Nav .menu > li > a.active:after{
    border-bottom:1px solid #ef8d06;
}

#Nav .menu > li:hover > a:after{
    left:0px;
    width:100%;
     transition-delay: 0s;
}
#Nav .menu > li > a.active:before{
    position: absolute;
    top:100%;
    height: 0px;
    right:0px;
    color:#ef8d06;
    transition: all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    transition-delay: 0s;
   /* content:'\02193';*/
    display: block;
    overflow-y: hidden;
    margin-right:-4px;
    margin-top:-7px;
    font-size:1.4em;
    
}
#Nav .menu > li:hover > a.active:before{
    height:25px;
    transition-delay: 0.3s;
}
#Nav .submenu a:hover {
	color:#ef8d06;
}
/*------------interior styles with side menu------------------*/
#Content {
	width:100%;
	max-width:1500px;
	margin:auto;
	position:relative;
	margin-top: 63px;
    /*padding-bottom:150px;*/
}
#Content:after{
    content:'';
    display:block;
    clear:both;
}
.textsection {
	width:90%;
	margin:auto;
}
.type-text{
    display:block;
/*    position:absolute;*/
    bottom:24px;
    width:75%;
}
.colortext {
	
	font-size:1.1em;
	padding:4px 8px;
    
    line-height: 2.8em;
	/*margin:65px 0px;*/
}
.colortext span.quote{
    font-family: 'Droid Sans Mono', monospace;
    background-color:rgba(239,141,6,1.00);
	padding:8px 10px 8px;
    color:#fff;
    display: inline;
    margin-bottom:5px;
    box-shadow: 8px 0 0 rgba(239,141,6,1.00), -8px 0 0 rgba(239,141,6,1.00);
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
}
.colortext span.more{
   display: inline-block;
   margin-left:25px; margin-right:0px;
   font-size:.9em;
    
}
hr{border-top:1px solid #ededed;}
.title {
	font-style:italic;
	font-weight:bold;
	color:#000;
}
.amazonbutton {
	width:100%;
	max-width:100px;
}
.smalltext {
	font-size:.9em;
	font-style:italic;
}
.button_style a{
	margin-right:1%;color:#fff;
	font-size:1em;
/*	text-transform:uppercase;*/
	text-align:center;
	padding: .2em 2.1em; 		
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration:none; display:inline-block;
border:1px solid #fff;  text-decoration:none; display:inline-block;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#69afe5+2,2989d8+50,1e5799+96 */
background: #69afe5; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #69afe5 2%, #2989d8 50%, #1e5799 96%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, #69afe5 2%,#2989d8 50%,#1e5799 96%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, #69afe5 2%,#2989d8 50%,#1e5799 96%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69afe5', endColorstr='#1e5799',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.button_style a:hover {
	color:#fff;
	 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4c4c4c+0,595959+12,666666+23,2b2b2b+76,1c1c1c+91,131313+100 */
background: #4c4c4c; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #4c4c4c 0%, #595959 12%, #666666 23%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, #4c4c4c 0%,#595959 12%,#666666 23%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, #4c4c4c 0%,#595959 12%,#666666 23%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


/*__________________footer and stuff----*/
#Footer {
	width:100%;
	margin:auto;
	
	border-top:1px solid #dedede;
	font-size:.9em;
	padding-top:35px;
    padding-bottom:35px;
    
	
}
#Footer:after{
    content:''; display:block; clear:both;
}
.footerleft {
	width: 50%;
	float:left;
	padding-left:15px;
}
.footerright {
	width:50%;
	text-align:right;
	float:right;
	padding-right:15px;
}
.red {
	font-weight:700;
	color:#AA0000;
	
}
.bolderred {
	font-weight:700;
	color:#AA0000;
	font-size:1.3em;
}

/*__________flipmenu--------------*/
.intmenu-toggle{
	background-image:url(../images/menu-hamburger.png);	
}
.twocolumn #Main
{
	float:right;
	width:68%;
	padding:55px 9% 55px 1%;
}
.twocolumn #Mainleft {
	width:50%;
	display: table-cell;
    vertical-align: top;
	padding:0px 75px 45px 75px;
}
.twocolumn #Mainright {
	width:50%;
	display: table-cell;
    vertical-align: top;
	padding:0px 75px 45px 75px;
}
.sidebar img{width:100%; height:auto;}
.twocolumn #Mainright .five, .six{
/*	padding:0px 35px;*/
}
/*________page specific styles-------*/
.books #Mainleft {
	width:40%;
	float:left;

	border-right:1px solid #ededed;
	
}
.books .twocolumn #Mainleft img {
	/*width:100%;
	max-width:400px;
	margin:15px;*/
    margin-left:0px;
}
.books #Mainright{
    width:60%;
    position: relative;
    padding-right:325px;
}
.books #Mainright .book-cover{
    display: block;
    margin:0px auto 16px auto;
}
.books .twocolumn #Mainright  .seven{
	padding-right:35px;
}
.books #Mainright .sidebar{
    position: absolute;
    top:0px;
    right:0px;
}

.books .colortext{
	width:auto;
}
.books h1 {
	margin-bottom:35px;
	font-size:1.2em;
}

.biography #Content{
    min-height: 713px;
}
.biography #Mainleft{
    width:75%;
    position:relative;
    padding-right:325px;
    
}

.biography #Mainleft .sidebar{
    position:absolute;
    top:0px; right:0px;
}
.biography #Mainright{
    width:25%;
    position: relative;
}
.biography #Mainright .type-text{position: static; width:auto;}

.biography #Mainright{padding:0px 0px 45px 24px;}

.graphic-design #Mainleft{
   width:450px; 
    border-right:1px solid #ededed;
}
.graphic-design #Mainleft .sidebar img{
    width:100%;
    height: auto;
}
.graphic-design #Mainright{
    position: relative;
    display: block;
    float: right;
    width:70%;
}
.graphic-design .hero-right{
    width:75%;
    max-width: 500px;
    position: absolute;
    top:auto;
    right:0px;

}
.graphic-design .hero-right img{
    width:100%;
    height: auto;
}
.graphic-design .type-text{
    position: relative;
    margin-top:150px;
    bottom:auto;
    width: 25%;
    z-index: 1;
    min-width: 250px;
    min-height: 350px;
}
.logo-design #Mainleft{
   width:30%; 
    float: left;
    border-right:1px solid #ededed;
}
.logo-design #Mainleft .sidebar img{
    width:100%;
    height: auto;
}
.logo-design #Mainright{
   display: block;
    float: right;
    width: 70%;
}
.logo-design .type-text{
    position: static;
	width:99%;
}


.logos{
    width:750px;
    overflow-x: hidden;
}
.logos img{
    display: inline-block;
    margin:0px 3% 3% 0px;
    width:30%
}
.logo-design .fullexample {
	width:40%;
	padding:2%;
	text-align:center;
	margin:3%;
	border: 1px solid #dcdcdc;
	float:left;
}
.logo-design .fullexample  img{
	width:100%;
	max-width:200px;
}
.commercial #Mainleft{
   width:30%;
    float: left;
    display: block;
    border-right:1px solid #ededed;
}
.commercial #Mainright{
    width:70%;
    float: right;
    display: block;
	text-align:center;
}
.commercial .type-text{
    position: static;
}
.commercial #Mainright img {
	
}

.commercial .examples img {
	width: 90%;
    height: auto;;
	padding:12px;
	border:1px solid #cacaca;
	margin:1%;
}
.home #Header{
    border-bottom:none;
    padding-bottom:0px;
}
.home #Content{
    padding-top:0px;
    margin-top:-25px;
    
}
#Home-Top{position: relative; padding-bottom: 55px;}
#Home-Top .home-kathy{
    position: absolute;
    top:0px;
    left: 0px;
    
}
#Home-Top .home-menu{
    
    width:100%;
    vertical-align: top;
    padding:0px 0px 0px 0px;
    margin-left:0px;
    list-style: none; 
    min-height: 570px;
}
#Home-Top .home-menu li{
    padding-top:36px;
    border-bottom:1px solid #dfdfdf;
    padding-left:336px;
}
#Home-Top .home-menu li a{
    font-size:32px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
}
#Home-Top .home-menu li .disappear {
    display: block;
	font-size:.85em;
	color:#888;
	padding-left:100%;
    height:0px;
    overflow: hidden;
    margin:0px 15px;
    opacity: 0;
    transition:all 0.8s;
    position: relative;
    top:-16px;
    -webkit-transition:all 0.8s;
    
}
#Home-Top .home-menu li:hover .disappear{
    margin-top:8px;
    margin-bottom:16px;
    height:1.5em;
    opacity: 1;
    padding-left:32px;
    top:0px;
}
#Home-Top .type-text{
    
    max-width:430px;
}

#Home-Side{
    position: absolute;
    top:401px;
    width:100%;
    padding-left: 395px;
    /*padding-right: 472px;*/
    padding-right: 72px;
    text-align: right;
}


#Home-Side .comming-soon{
    width:375px;
    height: 375px;
    background-color:#c90003;
    border-radius: 50%;
    position: absolute;
    right:-600px;
    bottom:0px;
    transition:all 1.8s ease-out;
    -webkit-transition:all 1.8s ease-out;
}
#Home-Side .comming-soon.on{
    right:50px;
    transform: rotate(-360deg);
}
#Home-Side .comming-soon h2 {
	color: #fff;
	position: absolute;
	top: 2px;
	left: 131px;
	font-size: 45px;
	line-height: 50px;
	font-weight: 700;
	text-align: right;
}

#Home-Side .comming-soon h4 {
	color: #fff;
	position: absolute;
	bottom: 92px;
	right: 23px;
	font-size: 27px;
	line-height: 27px;
	font-weight: 500;
    text-align: left;
}
#Home-Side .comming-soon h4 span{
    display: block;
}

#Home-Side .book1{
    display: block;
    width:0px;
    height: 0px;
    position: absolute;
    top:100px;
    left:-27px;
    
    background-image:url(../images/threeofcups-sm.jpg);
    background-size:contain;
    background-repeat: no-repeat;
    background-position: center;
    transition:all 0.5s ease;
    -webkit-transition:all 0.5s ease;
    transition-delay: 1.8s;
    }

#Home-Side .book2{
    display: block;
    width:0px;
    height: 0px;
    position: absolute;
    bottom:0px;
    left:15px;    
   
    background-image:url(../images/Wedgiefront-sm.jpg);
    background-size:contain;
    background-repeat: no-repeat;
    background-position: center;
    transition:all 0.5s ease;
    -webkit-transition:all 0.5s ease;
    transition-delay: 1.8s;
}
#Home-Side .comming-soon.on .book1{
    width:195px;
    height: 268px;
}
#Home-Side .comming-soon.on .book2{
    width:160px;
    height: 230px;
}

/*#Home-Side .now-available{ text-align: center; max-width: 500px; display: inline-block;}*/
#Home-Side .now-available{text-align: center;}
#Home-Side .now-available h2{text-align: center;}
#Home-Side .now-available a{display: inline-block; width:195px; height: 268px; background-size: contain; background-repeat: no-repeat; margin-left: 24px; margin-right: 24px;}
#Home-Side .now-available a.wedgie{ background-image: url(../images/Wedgiefront-sm.jpg);}
#Home-Side .now-available a.jaybird{background-image: url(../images/jaybirdssong-sm.jpg);}
#Home-Side .now-available a.threeofcups{background-image: url(../images/threeofcups-sm.jpg);}


p.larger{font-size: 22px;}
.text-wrap{max-width:1024px; margin:0px auto;}
.button{ color:#fff; text-decoration: none; padding:8px 12px; box-shadow: rgba(0,0,0,0.4) 1px 1px 3px; border:1px solid #fff; border-radius: 4px; text-align: center; overflow: hidden; position: relative; display: inline-block; vertical-align: middle; transition:all 0.3s ease-in-out; background-color:rgba(239,141,6,1.00); cursor: pointer;     font-family: 'Droid Sans Mono', monospace;}

.button:hover{background-color:rgb(234, 169, 80); box-shadow: rgba(0,0,0,0.7) 1px 1px 3px; }

#bgPopup{ display:none; position:fixed; height:100%;  width:100%; top:0;left:0;background:#ffffff; z-index:999;}   
#Popup{ display:none; z-index:999;top:0px; left:0px; width:100%; height: 100%; padding:0px; position: fixed; overflow-y: auto; margin-bottom: 0px; background-color:#fff;}    

/* Popup interior panel settings */


.PopupInter{width:100%; height: 100%;  position: relative; margin-left:auto; margin-right: auto;}
.PopupPanel{background-color:#FFF;margin-top:0px;padding:151px 48px 112px; min-height: 100%; position: relative; overflow-y: auto;}
.PopupInter .hide{position:fixed;right:40px;top:10px;width:44px;height:44px;cursor:pointer; background-image: url(../images/hide.png); transition:all 0.3s ease-in-out; background-size: contain; background-position: center; border:2px solid #a7d3f2; border-radius: 50%; z-index: 999;}
.PopupInter .hide:hover{border-color:#999;}
#Popup .title{background-color:rgba(239,141,6); color:#fff; padding:24px 64px 24px; font-weight: 700; font-size: 48px; margin:0px 0px 32px; position: absolute; top:0px; left:0px; width:100%; position: fixed; z-index: 1; border:none;  box-shadow: rgba(0,0,0,0.5) 0px 4px 4px;}
#Popup .title h3{color:#fff; margin:0px; font-size: 48px; position: relative;}
#Popup .title:before{content:''; display: block; width:100%; height:100%; background-color:#999;  position: absolute; left:0px;  bottom:9px;  box-shadow: rgba(0,0,0,0.5) 0px 4px 4px;}
#Popup hr.orange{display: block;border:none; height: 8px; border-radius: 4px; background-color:#e08a51;}

#Popup:before{ position: fixed; content:'';display: block; width:100%; height: 25px; background-color:rgba(239,141,6);box-shadow: rgba(0,0,0,0.5) 0px -4px 4px; bottom:0px; left:0px; z-index: 1;}
#Popup:after{ position: fixed; content:'';display: block; width:100%; height: 16px; background-color:#999;box-shadow: rgba(0,0,0,0.5) 0px -4px 4px; bottom:0px; left:0px; z-index: 2;}


@media screen and (max-width:1424px){
    #Home-Side{/*padding-right: 452px;*/}
    #Home-Side .now-available a{margin-left:7px; margin-right: 7px;}
}

@media screen and (max-width:1335px){
    #Home-Side .now-available a{width:163px; height: 234px;}
    #Home-Side .book1{top:136px; left: -22px;}
    #Home-Side .comming-soon.on .book1{width:163px; height: 234px;}
}

@media screen and (max-width:1272px){
    #Home-Side{top:308px; /*padding-left: 268px; padding-right: 338px;*/}
    #Home-Side .now-available a{width:139px; height: 199px;}
    #Home-Side .comming-soon{width:267px; height: 267px;}
    #Home-Side .book1{top:62px; left: -16px;}
    #Home-Side .comming-soon.on .book1{width:139px; height: 199px;}
    #Home-Side .comming-soon h2{font-size: 22px; left:55px; top:0px;}
    #Home-Side .comming-soon h2 br{display: none;}
    #Home-Side .comming-soon h4{font-size: 20px; bottom: 72px; right: 11px;}
    
    
}
.reviews #Mainleft{
	width:70%;
}
.reviews .twocolumn #Mainright {
	width: 30%;
	padding: 0px 15px 45px 15px;
}

@media screen and (max-width:1000px){
	ul.submenu li{
	font-size:.9em;
	padding:0px 7px;
    margin-left:20px;

}
}

@media screen and (max-width:1090px) {
    .books #Mainleft{width:50%;}
    .books #Mainright{padding-right:75px; width:50%;}
    .books #Mainright .sidebar{position: static; display: block; margin:0px auto;}
}

@media screen and (max-width:740px){
    
    #Popup .title{padding:24px 64px 24px 24px;}
    #Popup .title h2{font-size: 24px;}
    .PopupInter .hide{right:10px;}
    .PopupPanel{padding:145px 16px 48px;}
}
