/*
Theme Name: Exit International
Author: Freerange Future
Author URI: http://wordpress.org/
Description: Theme for Exit International
Version: 0.1 
*/


.thumbnail {
padding: 0;
margin: 0;
border: none;
background: none;
line-height: 1;
border-radius: 0;
transition: none;
}

h2 {
	font-family: "ff-meta-serif-web-pro";
	font-size: 24px;
	line-height: 33px;

}

/*Search page results title*/
.entry-title a{
color: #e51a94;
}
.entry-title a:hover{
color: #5e0d8b;
text-decoration:none;
}


h3{
	color: #e51a94;
	font-size: 20px;
	text-transform: uppercase;
	font-family: "ff-tisa-sans-web-pro";
}

p{

}

a{
    color: #333;
}
a:hover,a:focus{
    color: #333;

}


header{
    width: 100%;
    background: #e4e0d7;
	position: relative;
	z-index: 100;
}
#header-wide{
    width: 100%;
}

#header-container{
    width:940px;
    height: 148px;
    margin: 0 auto;
	position: relative;
}


#twitter-icon{
    background: #64ccef;
    margin: 0 2.5px;
}
#facebook-icon{
    background: #507bbf;
    margin: 0 2.5px;
}
#youtube-icon{
    background: #ef4746;
    margin: 0 2.5px;
}

#contact-icons{

}

#contact-icons ul{
    list-style: none;
    margin-top: 45px;
    padding-left: 0px; 
    /*margin-left: 150px;*/
	width: 100%;
	text-align: right;
	margin-bottom: 0px;
}
#contact-icons li{
    float: none;
	display: inline-block;
    color: #5d2c86;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
    line-height: 16px;
}

#contact-icons li:first-child {
	padding-right: 13px;
}


#contact-icons span {
	float: right;
	padding: 11px 0 5px 5px;
}
#contact-icons img{
    float: left;
}

a.enews{
background-image: url('assets/img/contact.png');
float:left;
background-repeat:no-repeat;
height:55px;
width:120px;
color:#5a0c83;
} 

a.enews:hover{
background-image: url('assets/img/contact-roll.png');
float:left;
background-repeat:no-repeat:
height:55px;
width:120px;
} 
a.contact{
background-image: url('assets/img/sign-up.png');
float:left;
background-repeat:no-repeat;
height:55px;
width:130px;
color:#5a0c83;
} 

a.contact:hover{
background-image: url('assets/img/enews-roll.png');
float:left;
background-repeat:no-repeat;
height:55px;
width:130px;
color:#5a0c83;
} 

a.buy{
background: url('assets/img/buy-roll.png') right top;
float:left;
display:block;
background-repeat:no-repeat;
height:58px;
width:208px;
color:#5a0c83;
margin-left:-10px;
} 
a.buy:hover{
background: url('assets/img/buy-roll.png') right bottom;
float:left;
background-repeat:no-repeat;
height:58px;
width:208px;
display:block;
margin-left:-10px;
} 


a.buy_left {
	background: url('assets/img/buy_left.png') right top;
	display: inline-block;
	background-repeat:no-repeat;
	width:133px;
	height:61px;
} 

a.buy_right {
	background: url('assets/img/buy_right.png') right top;
	display: inline-block;
	background-repeat:no-repeat;
	width:40px;
	height:61px;
} 

a.buy_german {
	background: url('assets/img/buy_german.png') right top;
	display: inline-block;
	background-repeat:no-repeat;
	width:62px;
	height:61px;
} 

a.buy_french {
	background: url('assets/img/buy_french.png') right top;
	display: inline-block;
	background-repeat:no-repeat;
	width:62px;
	height:61px;
} 

a.buy_english {
	background: url('assets/img/buy_english.png') right top;
	display: inline-block;
	background-repeat:no-repeat;
	width:62px;
	height:61px;
} 

a.buy_german:hover,
a.buy_french:hover,
a.buy_english:hover {
	background-position: bottom;
}

/*=========================================
	HOME PAGE ADDITIONS 23/06/2016
==========================================*/

.seotextarea {
	width:100%; 
	height: auto;
	background-color:#e4e0d7;
}

.seotextarea-inner {
	max-width:940px; 
	width:auto; 
	height:auto; 
	margin:0 auto; 
	padding:20px 0 10px 0; 
	color:#181818; 
	font-size:15px;
}

/*=========================================
	END HOME PAGE ADDITIONS 23/06/2016
==========================================*/

#nav-wide{
    width: 100%;
    background: #fff;
}
#nav-container{
    background: #fff;
    margin: 0 auto;
}

#menu {
    	list-style: none;
    	height: 37px;
   	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#menu li{
    	/*font-weight: bold;*/
    	font-size: 16px;
    	border-right: 1px solid #f0ede7;
    	display: inline-block;
	position: relative;
	margin-right: -3px;
	margin-top:-3px;
	font-family: "ff-meta-serif-web-pro";
	letter-spacing: 0.2px; 
}
#menu > li:first-child{
    	border-left: 1px solid #f0ede7;
}
#menu > li:last-child a{
    	color:#e51a94;
    	font-weight:normal;
}
#menu > li:last-child.current-menu-item > a{
    	color:#e51a94;
	background-color: white;
	font-weight:normal;
}

/*i changed here above*/
#menu li a {
	color: #65646a;
	text-transform: uppercase;
	padding: 8px 12px;
	display: block;
	margin-top: 2px;
}

#menu li:hover > a, #menu li.current-menu-item > a, #menu li.current-menu-ancestor > a {
	background-color: #5e0d8b;
	color: white;
	text-decoration: none;
	margin-top:2px;
}

#menu ul {
display: none;
position: absolute;
top: 100%;
left: 0;
width: 263px;
text-align: left;
margin: 0;
padding: 0;
-webkit-box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.5);
box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.5);
margin-top:1px;
}

#menu li:hover ul {
display: block;
}

#menu li ul li {
display: block;
width: 100%;
border-right: none;
border-left: none;
}

#menu li ul li a {
font-size: 24px;
color: #333;
font-family: "ff-meta-serif-web-pro";
background-color: #fffefe;
border-bottom: 1px solid #cecec5;
font-weight: normal;
text-transform: none;
padding: 8px 32px 5px 12px;
background-image: url('assets/img/nav-arrow.png');
background-repeat: no-repeat;
background-position: 238px center;
}

#menu li ul li a:hover {
color: #333;
background-color: #d9d1c3;
}

#menu{
    width: 940px;
    margin: 0 auto;
    height:37px;
    margin-bottom:3px;
}









.sub-nav-holder {
	background: #e51a94
	
}

#sub-menu {
	list-style: none;
	height: 39px;
	margin: 0 auto;
	text-align: center;
	padding:0;
    /*    background:url('assets/img/menu-grad-left.png') left; */
         
}

#sub-menu ul li{
	/*font-weight: bold;*/
	font-size: 16px;
	
	border-right: 1px solid #b9b9b9;
	display: inline-block;
	position: relative;
	margin-right: -3px;
	font-family:"ff-meta-serif-web-pro";
	letter-spacing:0.4px;
}
#sub-menu li ul > li:first-child{
		border-left: 1px solid #b9b9b9;
}



#sub-menu > li > a {
display: none;
}

#sub-menu ul li.current-menu-item ul, #sub-menu li.current-menu-ancestor ul {
display: block;
}

#sub-menu ul li.current-menu-item a:after {
content: '';
border-top: 15px solid #5a0c83;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
position: absolute;
top: 100%;
left: 0;
right: 0;
margin: auto;
width: 0;
}


#sub-menu li ul a {
	color: #fff;
	text-transform: uppercase;
	padding: 8px 12px;
	display: block;
        position: relative;
}

#sub-menu li:hover > a, #sub-menu li.current-menu-item > a, #sub-menu li.current-menu-item > a:hover, #sub-menu li.current-menu-ancestor > a {
	background-color: #5a0c83;
	color: white;
	text-decoration: none;
	height:39px!important;
}

#sub-menu ul {
display: none;
}

#sub-menu li ul li {
}

#sub-menu li ul li a {
}

#sub-menu li ul li a:hover {
color: #fff;
background-color: #5a0c83;
height:39px;
}


#sub-menu{
		width: 940px;
		margin: 0 auto;
		height:39px;
		margin-bottom: 40px;
}





#slider-wide{
    width: 100%;
    background: #77bdc7;
	padding-top: 17px;
	position: relative;
}
#slider-container{
    height: 401px;
    margin: 0 auto;
    background: #77bdc7;
    padding-top: 13px; 
}

#slider{
    height: 356px;
    
    background: #fff;
    float: left;
}
/*Content box next to slider */
#slider-feature{
    height: 356px;
    float: left;
    padding: 8px;
    color: #fff;
    font-size:16px;
    background: #5d2c86;
    -webkit-box-shadow: 5px 5px 5px 1px rgba(0,0,0,.55);
    box-shadow: 2px 5px 10px 0 rgba(0,0,0,.3);
}

.slider-feature-link{
    position: absolute;
    bottom: 0;
    right: -12px;
    width: 187px;
    height: 74px;
    background: url(./assets/img/feature-boxshaddow.png);
    background-repeat: no-repeat;
}

#slider-feature H2{
	/*color: #8ce4f1;*/
	font-size: 26px;
	line-height: 30px;
	margin-top: 13px;
	margin-left:10px;
	font-family: "ff-meta-serif-web-pro",serif;
	font-style: normal;
	font-weight: 500;
	letter-spacing:0.04em
}

#slider-feature H3{
	font-size: 20px;
	color: #fff;
	font-weight:normal;
	margin-bottom:0px;
	margin-left:10px;
	font-family: "ff-meta-serif-web-pro",serif;

}

#slider-feature hr{
margin-left:-8px;
margin-top:10px;
width:220px;
padding:0;
}
.subTitle{
margin-top:-8px;
font-size:16px;
font-family:"ff-meta-serif-web-pro";
text-transform:none;
letter-spacing:0.04em;

}

#slider-feature p{
	font-size:17px;
	margin-left:10px;
	margin-right:6px;
line-height:19px;
font-family: "ff-meta-serif-web-pro",serif;
font-style: normal;
font-weight: 500;
	
}

#slider-feature a.read-more.with-circle {
position: absolute;
right: -10px;
bottom: 0px;
display: block;
background: url("assets/img/arrow-tab.png") right top;
min-width: 122px;
height: 69px;
z-index: 10;
padding: 15px 50px 15px 15px;
}

#slider-feature a.read-more.with-circle:hover,a.read-more.with-circle:focus {
background-position: right bottom;
}

#slider-feature a.read-more.with-circle:before, a.read-more.with-circle:after {
display: none !important;
}

#feature-wide{
    width: 100%;
    background: #fff;
}

#feature-container{
    height: 390px;
    margin: 0 auto;
    padding-top: 22px;
}


.feature-article{

    margin: 5px 10px;
    padding-left: 10px; 
    float: left;

    -webkit-box-shadow: 4px 5px 5px 0 rgba(0,0,0,.20);
    box-shadow: 4px 5px 5px 0 rgba(0,0,0,.20);


}
.feature-article h1{
    font-size: 26px;
    margin: 20px 0 10px;
}
.feature-article p{
	margin-left: 15px;
	margin-right: 15px;
        font-family: "ff-meta-serif-web-pro";
	font-size: 18px;
}
.feature-article a{
    text-decoration: none;
    color: #333;
}

.feature-article .feature-link{
    position: absolute;
    right: -10px;
    bottom: 0;
    width: 122px;
    height: 69px;
}

#feature-container .feature-article
{
    height: 340px;
    background: #f0ede7; 
	padding: 0;
}


#other-feature-container .feature-article {
	padding: 0;
}

.go-link{
    background: url("assets/img/go.png")
}

.more-link{
    background: url("assets/img/more.png")
}

#other-feature-container .feature-article{
    /*height: 210px;*/
    background: #fff;
    height: 310px;
}

#other-feature-container .half{
   /* height: 210px;*/
    margin-bottom: 10px;
    background: #fff;
 height: 325px;
}

#other-feature-container .more-link{
    background: url("assets/img/more-white.png")
}

#another-feature-wide{
    width: 100%;
    height: 30px;
    background: #cecec6;
     padding-top: 3px;
}

#another-feature-container{
    height: 30px;
    margin: 0 auto;
    padding-top: 3px;
}


.another-feature-article{

    margin: 5px 10px;
    padding-left: 10px; 
    float: left;

    -webkit-box-shadow: 4px 5px 5px 0 rgba(0,0,0,.20);
    box-shadow: 4px 5px 5px 0 rgba(0,0,0,.20);


}
.another-feature-article h1{
    font-size: 26px;
    margin: 20px 0 10px;
}
.another-feature-article p{
	margin-left: 15px;
	margin-right: 15px;
        font-family: "ff-meta-serif-web-pro";
	font-size: 18px;
}
.another-feature-article a{
    text-decoration: none;
    color: #333;
}

.another-feature-article .another-feature-link{
    position: absolute;
    right: -10px;
    bottom: 0;
    width: 122px;
    height: 69px;
}

#another-feature-container .another-feature-article
{
    height: 60px;
    background: #fff; 
	padding: 0;
}

#tweets{

}
#twitter-widget-0{
height:290px;
}
#tweets h3 a {
	color: #e51a94;
}

#enews p{
    font-weight: bold;
    font-size: 15px;
	/*padding: 0 133px 0 17px;*/
}

#enews input {
margin: 0 0 0 0;
margin-left:3px;
width: 290px;
background: #bbe9ef;
border: none;
height: 29px;
padding: 5px;
color: #000000;
font-family: "ff-meta-serif-web-pro",serif;
font-style: normal;
font-weight:500;


/*text-transform: uppercase;*/
/*font-family: "ff-tisa-sans-web-pro";*/
}

::-webkit-input-placeholder {
   color: #666;
}

:-moz-placeholder { /* Firefox 18- */
   color: #666;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #666;
}

:-ms-input-placeholder {  
   color: #666;
}

#enews label {
display: none;
}

#enews h3 {
padding-bottom: 0;
margin-bottom:20px;
font-size: 36px!important;
line-height: 33px;
padding-top: 0;
}

#enews p.intro{
padding-top:11px;
font-size: 25px;
font-weight:500;

}

#submit{
position: absolute;
right: -10px;
bottom: 0px;
display: block;
background: url("assets/img/arrow-email-grey.png") right top;
min-width: 122px;
height: 69px;
z-index: 10;
padding: 1px 50px 15px 15px;
border: none;
color: white;
font-family: "ff-tisa-sans-web-pro";
font-size: 16px;
font-weight: normal;
text-transform: uppercase;
    outline: none;
}

#submit:hover, #submit:focus {
background-position: bottom right;
}

.workshop-feature-title{
    color: #5e0d8b ;
    font-size: 17px;
    font-family: "ff-tisa-sans-web-pro";
    margin: 5px 0 0; 
}
.workshop-feature-date, .workshop-feature-location{
    text-transform: uppercase;
}



.white{
    background: #fff;
}

#other-feature-wide{

    width: 100%;
    background: #cecec6;

}
#other-feature-container{
    height: 350px;
    margin: 0 auto;
    padding-top: 2px;

}

#content-container{
    clear:both;
    /* overflow: auto;
    min-height: 300px; */
}

#content p {
	margin: 5px 0 10px 0;
	font-size: 18px;
	color: #333;
	font-family:"ff-meta-serif-web-pro";
}

p a {
	font-family: "ff-meta-serif-web-pro";
	color: #e51a94;
}

p a:hover, p a:focus {
	color: #5e0d8b;
	text-decoration: underline;
}

#content p.outdented {
font-family: "ff-meta-serif-web-pro";
font-size: 24px;
line-height: 33px;
margin-left: 0;
font-weight: bold;
}

#content h4 {
	margin: 5px 0 10px 0;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	font-family: "ff-meta-serif-web-pro";
}

#content > h4, #content > p, #content > img, #content .news-post > p, #content .news-post > img {
	margin: 5px 0 10px 80px;
}

#content > ul, #content > ol {
	margin: 5px 0 10px 58px;
}

#content > h3 {
	margin: 25px 0 5px 80px;
}

#content ul, #content ol {
	font-size: 18px;
	color: #333;
	font-family: "ff-meta-serif-web-pro";
}

#content ul {
    list-style: none outside url('assets/img/list-arrow.png');
}

#content blockquote, #content blockquote p {
	color: #5e0d8b;
	font-size: 22px;
	font-family: "ff-meta-serif-web-pro";
	padding: 0;
	margin: 0 0 15px;
	font-style: italic;
	border: none;
}
#content blockquote p{
    margin-left:0; 
}

.alignright {
	float: right;
	margin: 5px 0px 5px 10px;
}

.alignleft {
	float: left;
	margin: 5px 10px 5px 80px;
}

.aligncenter {
	margin: 0px auto;
	padding-left: 80px;
}


.wp-caption-text {
	text-align: center;
}

.pagination {
	font-family: "ff-tisa-sans-web-pro";
	background: #e51a94;
	padding: 5px 20px;
	color: #333333;
	font-size: 18px;
	margin: 0px 0px 0px 80px;
	text-align: center;
}

.pagination a {
	color: #FFFFFF;
}


#footer-wide{
    width:100%;
    border-top: #fff solid 8px;
    background: #84c8d1;
	margin-top: 20px;
}
body.home #footer-wide {
margin-top: 0;
}

#footer-container{
    background:#84c8d1;
    overflow: auto;
}

#footer-container div{
    height: 290px;
}
#footer-container h2.footer-heading{
	font-size: 27px;
	background: #84c8d1;
	margin: 25px 0 2px 0;
	padding: 0;
	font-family: "ff-meta-serif-web-pro";
}




.contact_column h3{
    text-transform: uppercase;
    font-family: "ff-tisa-sans-web-pro";
    font-size: 16px;
    color: #333;
}
.contact_column p{
    line-height: 7px;
}
/* Fonts */
*{
    font-family: "ff-tisa-sans-web-pro";
}

h1, h2, h3 {
    font-weight:bold;
}

#wordkshop-accordion h1{
    font-size: 27px;
    background: #ece8e1;
	margin: 25px 0 2px 0;
	padding: 15px 10px;
	font-family: "ff-tisa-sans-web-pro";
}
#wordkshop-accordion p{
    margin: 0 0 4px 5px;
	line-height: 1;
}


#wordkshop-accordion .date-heading{
    font-weight: bold;
    font-size: 18px;
}

#wordkshop-accordion .location-heading{
    font-weight: bold;
    font-size: 18px;
}

#wordkshop-accordion .time-content{
    font-size: 16px;
}
#wordkshop-accordion .date-content{
    font-size: 16px;
}

#wordkshop-accordion .address-content{
    font-size: 16px;
}

.accordion-heading{
    background-color: #ece8e1;
	padding: 5px 5px 5px 1px;
	margin-bottom: 2px;
	background-image: url('assets/img/arrow-white.png');
	background-repeat: no-repeat;
	background-position: 190px center;
}
.accordion-heading:hover{
    background-color: #ece8e1;
}
.accordion-content{
    background: #ece8e1;
	padding: 5px 5px 15px 1px;
}
.accordion-heading.active{
    background-color: #ece8e1;
	background-image: url('assets/img/arrow-pink.png');
	background-repeat: no-repeat;
	background-position: 184px center;
}




.blue-box {
background: #cde9ed;
padding: 2px 22px 8px;
margin: 5px 0 10px;
}

.blue-box h3 {
	font-size: 20px;
	font-family: "ff-tisa-sans-web-pro";
	color: #333;
	text-transform: none;
}

#content .blue-box p {
	font-size: 18px;
	font-family: "ff-tisa-sans-web-pro";
	margin-left: 0;
}

aside {
margin-top: 11px;
}



.highlight-number {
display: block;
margin: -15px 0 0 -50px;
float: left;
text-align: right;
width: 40px;
font-size: 72px;
}

aside .fancybox {
margin-bottom: 20px;
display: block;
}

#content a.back-to {
display: block;
padding: 9px 10px;
color: #FFF;
background: #e51a94;
float: left;
/*margin: 30px 20px 50px 30px;*/
font-family: "ff-tisa-sans-web-pro";
text-transform: uppercase;
position: relative;
}

#content a.back-to:before {
content: '';
position: absolute;
width: 18px;
height: 18px;
border-right: 5px solid #e51a94;
border-bottom: 5px solid #e51a94;
-moz-transform: rotate(135deg);
-webkit-transform: rotate(135deg);
-o-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg);
top: 10px;
left: -20px;
}

#content a.back-to:hover, #content a.back-to:focus {
background: #5e0d8b;
text-decoration: none;
}

#content a.back-to:hover:before, #content a.back-to:focus:before {
border-right: 5px solid #5e0d8b;
border-bottom: 5px solid #5e0d8b;
}
.clear {
	clear: both;
}

#content h1 {
	font-size: 34px;
	font-family: "ff-meta-serif-web-pro";
	color: #333;
}

section.product {
margin-top: 25px;
}

#content article.story {
	background: #f0ede7;
	padding: 10px 10px 15px 15px;
	margin-bottom: 20px;
	position: relative;
	-webkit-box-shadow: 4px 5px 5px 0 rgba(0,0,0,.20);
	box-shadow: 4px 5px 5px 0 rgba(0,0,0,.20);
	height: 235px;
}

#content article.story.product {
	height: 380px;
	margin-bottom: 45px;
}
#content article.story.publication {
	height: 510px;
}

#content article.story.publication ul {
margin-left: -20px;
}

#content article.story.publication ul li {
font-size: 17px;
	font-family: "ff-meta-serif-web-pro";
}

#content article.story h3 {
	color: #333333;
	font-size: 24px;
	text-transform: none;
	font-family: "ff-meta-serif-web-pro";
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 10px;
	line-height: 25px;
}

#content article.story.product h3 {
margin-bottom: 6px;
}

#content article.story h3 a {
color: inherit;
}

#content article.story p {
line-height: 20px;
font-size: 17px;
}
#content article.story p.date-of {
	font-size: 16px;
	font-style: italic;
}

#content article.story .story-excerpt {
	width: 285px;
	float: left;
}

#content article.story .product-excerpt p {
font-size: 17px;
font-family: "ff-meta-serif-web-pro";
line-height: 20px;
}

#content article.story a.thumbnail {
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	float: right;
}

#content article.story.product .thumbnail {
position: absolute;
left: 15px;
/*bottom: 15px;*/
float: none;
z-index: 10;
}

#content article.story a.more-link {
position: absolute;
right: -10px;
bottom: 0;
width: 122px;
height: 69px;
}

body.single-story #content p.date-of {
	margin: 0 0 32px;
	font-style: italic;
}

body.single-story #content p.intro {
	margin: 0 0 40px;
}

body.single-story #content {
	position: relative;
}

body.single-story #content .story-photos {
	position: absolute;
	top: 30px;
	right: -240px;
	text-align:right;
}

body.single-story #content .story-photos a {
display: inline-block;
margin-left: 20px;
}

body.single-story #content .story-photos a img {
width: 220px;
}

body.single-story #content h1 {
margin-top: 0;
margin-bottom: 0;
}



/* Slider Styling */
#ff-slider {

}

#ff-slider li {
border: none;
-webkit-border-radius: 0;
border-radius: 0;
}

#ff-slider a {
	display: block;
	width: 700px;
	height: 357px;
	color: white;
	text-decoration:none;
}
/*Slider text styling hover*/
#ff-slider a:hover span, #ff-slider a:focus span {
background: #e51a94;
color: white;
}
/*Slider text styling*/
#ff-slider span {
	display: block;
	width: 700px;
	font-family: "ff-meta-serif-web-pro";
	text-transform: none;
	color: #5d2c86;
	padding: 12px 15px 0px 15px;
	font-size: 25px;
	line-height: 1;
	height: 50px;
	margin: 0;
	background: #e4e0d7;
	border-bottom: 7px solid #77bdc7;
}

#ff-slider img {
	display: block;
	width: 700px;
	height: 307px;
}

.feature-article h3 {
	font-family: "ff-meta-serif-web-pro";
	text-transform: none;
	color: #333;
	padding: 24px 17px 10px 17px;
	font-size: 26px;
	line-height: 29px;
	margin: 0;
}

.workshop-list h3{
padding-bottom:0;
}

.feature-article h3 a, .feature-article p a {
color: inherit;
font-family: inherit;
}

.feature-article.news-excerpt h3 {
}

.feature-article.news-excerpt p.date {
font-size: 14px;
text-transform: uppercase;
color: #333;
margin: 0;
}

.feature-article.news-excerpt p {
padding: 0 18px;
color: #5e0d8b;
font-size: 22px;
line-height: 25px;
}

.feature-article img {
display: block;
margin-left:18px;
max-width: 180px;
height: auto;
}

#logo {
width: 400px;
height: 128px;
margin-top: 20px;
display: block;
margin-left: -10px;
background: url('assets/img/PPLogo.png') no-repeat left;
}

#social {
text-align: right;
}

.grad-left {
width: 96px;
height: 100%;
background: url('assets/img/carousel-gradient.png') left;
position: absolute;
top: 0;
left: 0;
}

.grad-right {
width: 96px;
height: 100%;
background: url('assets/img/carousel-gradient.png') right;
position: absolute;
top: 0;
right: 0;
}

.home #sub-menu {
display: none;
}

.quick-product {
background: #f0ede7;
padding: 10px 10px 70px 15px;
margin-bottom: 20px;
position: relative;
-webkit-box-shadow: 4px 5px 5px 0 rgba(0,0,0,.20);
box-shadow: 4px 5px 5px 0 rgba(0,0,0,.20);
}


.quick-product p {
	font-size: 16px;
	font-family: "ff-meta-serif-web-pro";
	margin: 3px 0 10px;
	color: #333;
}

.quick-product h3 {
	text-transform: none;
	font-family: "ff-meta-serif-web-pro";
	margin: 10px 0 10px;
	color: #333;	
	letter-spacing:0.3px;
	line-height:21px;
}

.quick-product .more-link {
position: absolute;
right: -10px;
bottom: 0;
width: 122px;
height: 69px;
}

.quick-product img {
max-width: 100%;
}

.buy-linkA {
background: url('assets/img/buy-now-bot.png') no-repeat;
position: absolute;
right: 0;
bottom: -30px;
width: 100px;
height: 30px;
}



.feature-article.workshop-list {}
.feature-article.workshop-list h4 {
font-size: 19px;
font-weight: bold;
}
.feature-article.workshop-list h4 a {
color: inherit;
font-size: inherit;
font-family: inherit;
}
.feature-article.workshop-list .workshop-feature-date {}
.feature-article.workshop-list div {
	border-bottom: 1px solid #e51a94;
	padding: 5px 17px;
}
.feature-article.workshop-list div.last-ws {
	border-bottom: none;
}

.single-story .quick-product {
margin-top: 245px;
}

.single-story .quick-product img {
max-width: 190px;
}

a.single-arrow{
background-image: url('assets/img/exit-arrow.png');
float:right;
background-repeat:no-repeat;
height:21px;
width:15px;
background-position:bottom;

} 

a.single-arrow:hover{
background-image: url('assets/img/exit-arrow.png');
float:right;
background-repeat:no-repeat:
height:20px;
width:15px;
background-position:top;
} 

/*buttons for under product*/
a.read-more-further{
position: absolute;
bottom: 16px;
display: block;
/*background: #5e0d8b;*/
background:#e51a94;
color: white;
font-family: "ff-tisa-sans-web-pro";
font-size: 18px;
padding: 5px 30px 5px 10px;
text-transform: uppercase;
}

a.read-more-further:hover, a.read-more:focus {
/*background: #ff0505;*/
background: #5e0d8b;
text-decoration: none;
}

a.read-more-further:after {
content: '';
position: absolute;
width: 15px;
height: 15px;
border-right: 4px solid white;
border-bottom: 4px solid white;
-moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
/*top: 10px;*/
right: 10px;
}

/*end*/

a.read-more{
position: absolute;
right: 0;
/*bottom: 16px;*/
bottom:-36px;
display: block;
background: #5e0d8b;
/*background:#e51a94;*/
color: white;
font-family: "ff-tisa-sans-web-pro";
font-size: 18px;
padding: 5px 30px 5px 10px;
text-transform: uppercase;
}

a.read-more:hover, a.read-more:focus {
background: #ff0505;
/*background: #5e0d8b;*/
text-decoration: none;
}

a.read-more:after {
content: '';
position: absolute;
width: 15px;
height: 15px;
border-right: 4px solid white;
border-bottom: 4px solid white;
-moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
/*top: 10px;*/
right: 10px;
}

a.read-more:hover:after, a.read-more:focus:after {
border-right: 4px solid white;
border-bottom: 4px solid white;
}

a.read-more.buy-link {
/*width: 112px;*/
font-size: 17px;
padding: 3px 10px;
bottom: -30px;
text-align: center;
}

a.read-more-further.buy-links {
width: 220px;
font-size: 17px;
padding: 10px!important;
bottom: -15px;
text-transform:none;

}
a.read-more-further.buy-links2 {
width: 220px;
font-size: 17px;
padding: 10px!important;
bottom: -15px;
right: 240px;
text-transform:none;

}
.margin{
margin-top:66px!important;
margin-bottom:15px;
}
a.read-more.buy-link:after {
display: none;
}


a.read-more.with-circle {
position: absolute;
right: -10px;
bottom: 0px;
display: block;
background: url("assets/img/arrow-tab.png") right top;
min-width: 122px;
height: 69px;
z-index: 10;
padding: 15px 50px 15px 15px;
}

a.read-more.with-circle {
position: absolute;
right: -10px;
bottom: 0px;
display: block;
background: url("assets/img/arrow-tab.png") right top;
min-width: 122px;
height: 69px;
z-index: 10;
padding: 15px 50px 15px 15px;
text-align:center;
}

a.read-more.with-fullcircle {
position: absolute;
right: 28px;
top: 95px;
display: block;
background: url("assets/img/fullcircle.png") right top;
min-width: 122px;
height: 75px;
z-index: 10;
padding:30px 85px 15px 15px;
}

a.read-more.with-fullcircle:hover,a.read-more.with-fullcircle:focus {
background-position: right bottom;
}

a.read-more.with-circle:hover,a.read-more.with-circle:focus {
background-position: right bottom;
}

a.read-more.with-circle:before, a.read-more.with-circle:after {
display: none !important;
}

#content.news-list p.date, .single-post #content p.date {
margin-bottom: 5px;
margin-left: 0;
margin-top: 6px;
font-family: "ff-tisa-sans-web-pro";
font-size: 16px;
}

#content.news-list h2, .single-post #content h2 {
margin-top: 0;
}

#content .meta {
position: relative;
}

#content .video {
width: 620px;
margin-left: 80px;
}

#content .video iframe {
max-width: 100%;
}

#content .meta p {
font-family: "ff-tisa-sans-web-pro";
font-size: 16px;
border-bottom: 1px solid black;
padding: 30px 0 10px;
}

#content .meta p a {
font-family: inherit;
}



.social-shares {
position: absolute;
bottom: 14px;
right: 180px;
}

.single-event .social-shares {
position: absolute;
left: 481px;
bottom: 6px;
}

.fb_iframe_widget {
top: -2px;
left: 0;
}

.twitter-share-button {
position: absolute;
top: -2px;
left: 110px;
}

.search-form {
float: left;
width: 313px;
}

.search-form label {
margin-bottom: 0;
}

.search-form span {
display: none;
}

.search-form .search-field {
background: white;
border: none;
height: 37px;
padding: 5px 10px;
color: #999999;
text-transform: uppercase;
margin-right: -3px;
font-weight:normal;
}

.search-form .search-submit {
background: white url('assets/img/search-go.jpg') center no-repeat;
border: none;
margin: 0;
height: 37px;
text-indent: -5000px;
width: 30px;
}

.category-list {
background: #ece8e1;
font-family: "ff-meta-serif-web-pro";
}
.category-list h3 {
font-size: 27px;
padding: 15px 10px;
margin: 0;
color: #333;
text-transform: none;
}
.category-list a {
padding: 8px 10px;
display: block;
font-size: 18px;
font-weight: bold;
border-top: 2px solid white;
position: relative;
}
.category-list a:after {
content: '';
position: absolute;
width: 15px;
height: 15px;
border-right: 4px solid #e51a94;
border-bottom: 4px solid #e51a94;
-moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 13px;
right: 10px;
}
.category-list a:hover, .category-list a:focus {
background: #ff0505;
color: white;
}
.category-list a:hover:after, .category-list a:focus:after {
border-right: 4px solid white;
border-bottom: 4px solid white;
}
.category-list br {
display: none;
}







/*Pink Buttons in sideBar*/
.membership-sidebar {

font-family: "ff-meta-serif-web-pro";
}
.membership-sidebar h3 {
font-size: 27px;
padding: 15px 10px;
margin: 0;
color: #333;
text-transform: none;
}
.membership-sidebar div {
padding: 8px 0px 47px;
display: block;
font-size: 18px;
font-weight: bold;
margin-bottom:28px;
position: relative;
-webkit-box-shadow: 4px 20px 5px 0px rgba(0,0,0,.20);
box-shadow: 4px 20px 5px 0px rgba(0,0,0,.20);
}
.membership-sidebar div a {
height:67px;
line-height: 18.2px;
font-weight:500;
}   



.membership-sidebar div p.cost {
font-size: 36px;
color:#e51a94;
line-height: 33px;
}
.membership-sidebar div a.read-more.buy-link {
background: #e51a94;
font-weight: normal;
bottom: 14px;
}
.membership-sidebar div a.read-more:after{
top:37px!important;
}

.membership-sidebar div a.read-more.buy-link:hover,.membership-sidebar div a.read-more.buy-link:focus {
background: #5e0d8b;
}

#header-form {
display: none;
position: absolute;
top: 148px;
right: 0;
z-index: 100;
background: white;
border: 8px #cac7c0 solid;
padding: 20px 50px 30px 20px;
width: 480px;
}


#header-form input {
background: #bbe9ef;
width: 100%;
float: right;
margin-bottom: 20px;
padding: 5px 10px 1px;
border: none;
}

#header-form label {
display: none;
}

#header-form button {
background: #5c0089;
float: right;
color: white;
font-family: "ff-tisa-sans-web-pro";
border: none;
font-size: 17px;
text-transform: uppercase;
padding: 5px 15px;
}

#header-form p {
font-size: 23px;
font-family: "ff-meta-serif-web-pro";
color: black;
}

#header-form h3 {
font-size: 36px;
font-family: "ff-meta-serif-web-pro";
color: black;
text-transform: none;
line-height: 42px;
}

#header-form a {
background: url('assets/img/contact.png') no-repeat;
width: 53px;
height: 53px;
position: absolute;
right: 10px;
top: 9px;
}

.whiteBorder{
border-left: solid 1px #fff;
padding-left: 20px;
height: 180px!important;
}

.price{
	float:right;
	font-size: 60px!important;
	padding-top: 98px;
	padding-right:27px;
	font-weight:bold;
	font-family: "ff-tisa-sans-web-pro";
}
sub{
font-size:29px!important;
bottom: 0!important
}
sup{
font-size:58%!important;
}

/*Table format*/
.extralarge{
	font-size:30px!important;
	margin-bottom:-6px!important;
        font-family: "ff-meta-serif-web-pro";
	font-weight:bold;
}
.largeFont{
	font-size:22px!important;
	margin-bottom:1px!important;
	margin-top:10px;!important
	padding-top:16px!important;
	font-weight:bold;
	font-family: "ff-meta-serif-web-pro";
}
.smallFont{
	font-size:17px!important;
	padding:0!important;
        margin-bottom:5px!important;
	margin-top:-6px!important;
	font-family: "ff-meta-serif-web-pro";
}
.bodyContent{
	text-align:center;
	font-size:16px;
	padding-left:20px;
	padding-right:20px;
	font-weight:bold;
	font-family: "ff-meta-serif-web-pro";
	height:60px;
}
.bodyContentLarge{
	text-align:center;
	font-size:19px;
	padding-top:10px;

	padding-left:20px;
	padding-right:20px;
	font-weight:bold;
	font-family: "ff-meta-serif-web-pro";
}
.border{
	border-bottom:2px solid #757272;
}


.membership-sidebar.author-sidebar {
margin-bottom: 40px;
}
