/*
Theme Name: Exit International
Author: Freerange Future
Author URI: http://wordpress.org/
Description: Theme for Exit International
Version: 0.1 Chris

*/


.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: #ece7e1;
	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; 
}
#contact-icons li{
    float: left;
    padding: 0 19px;
    color: #5d0e8b;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
text-align: left;
line-height: 16px;
}

#contact-icons span {
	float: left;
	padding: 11px 0 5px 57px;
}
#contact-icons img{
    float: left;
}

a.member{
background-image: url('assets/img/becomeMember-spry.png');
float:left;
background-repeat:no-repeat;
height:55px;
width:140px;
background-position:bottom left;
} 
a.member:hover{
background-image: url('assets/img/becomeMember-spry.png');
float:left;
background-repeat:no-repeat;
height:55px;
width:140px;
background-position:top left;
}
a.contact{
background-image: url('assets/img/contact-spry.png');
float:left;
background-repeat:no-repeat;
height:55px;
width:140px;
background-position:bottom left;
} 
a.contact:hover{
background-image: url('assets/img/contact-spry.png');
float:left;
background-repeat:no-repeat;
height:55px;
width:140px;
background-position:top left;
} 
a.enews{
background-image: url('assets/img/enews-spry.png');
float:left;
background-repeat:no-repeat;
height:55px;
width:142px;
background-position:bottom left;
} 
a.enews:hover{
background-image: url('assets/img/enews-spry.png');
float:left;
background-repeat:no-repeat;
height:55px;
width:142px;
background-position:top left;
} 

#nav-wide{
    width: 100%;
    background: #fff;
height:39px;
}
#nav-container{
    background: #fff;
    margin: 0 auto;
}

#menu {
    list-style: none;
    height: 39px;
    margin: 0 auto;
	padding: 0;
text-align: center;
margin-bottom:5px!important;
}

#menu li{
    /*font-weight: bold;*/
    font-size: 16px;
    border-right: 1px solid #f0ede7;
    display: inline-block;
	position: relative;
margin-right: -3px;
font-family:"ff-meta-serif-web-pro";
letter-spacing: 0.2px;
}
#menu > li:first-child{
    border-left: 1px solid #f0ede7;
}

#menu li a {
	color: #65646a;
	text-transform: uppercase;
	padding: 8px 12px;
	display: block;
}

#menu li:hover > a, #menu li.current-menu-item > a, #menu li.current-menu-ancestor > a {
	background-color: #e51a94;
	color: white;
	text-decoration: none;
	border-right:1px solid #f0ede7;
        letter-spacing: 0.2px;
	margin-right:-1px;
}

#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 20px 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:36px;
}



.sub-nav-holder {
background: #5e0d8b;
}

#sub-menu {
		list-style: none;
		height: 39px;
		margin: 0 auto;
	padding: 0;
text-align: center;
background: #5e0d8b;
}

#sub-menu ul li{
		/*font-weight: bold;*/
		font-size: 16px;
		border-right: 1px solid #f0ede7;
		display: inline-block;
	position: relative;
margin-right: -3px;
letter-spacing:0.4px;
}
#sub-menu li ul > li:first-child{
		border-left: 1px solid #f0ede7;
}

#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 #e51a94;
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;
letter-spacing:0.6px
}

#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: #e51a94;
	color: white;
	text-decoration: none;
}

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

#sub-menu{
		width: 940px;
		margin: 0 auto;
		height:38px;
}







#slider-wide{
    width: 100%;
    background: #5e0d8b;
	padding-top: 17px;
	position: relative;
}
#slider-container{
    height: 401px;
    margin: 0 auto;
    background: #5e0d8b;
    padding-top: 13px; 
}

#slider{
    height: 356px;
    
    background: #fff;
    float: left;
}
#slider-feature{
    height: 356px;
    float: left;
    padding: 8px;

    background: #fff;

    -webkit-box-shadow: 5px 5px 5px 1px rgba(0,0,0,.55);
    box-shadow: 4px 5px 10px 0 rgba(0,0,0,.55);
}

.slider-feature-link{
    position: absolute;
    bottom: 0;
    right: -12px;
    width: 42px;
    height: 74px;
    background: url(./assets/img/feature-boxshaddow.png)
}




#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 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: 330px;
    background: #fff;
}

#other-feature-container .half{
    height: 330px;
}

#other-feature-container .more-link{
    background: url("assets/img/more-white.png")
}

#tweets{

}

#tweets h3 a {
	color: #e51a94;
}

#enews p{
    font-weight: bold;
    font-size: 15px;
	padding: 0 133px 0 17px;
}

#enews input {
margin: -3px 0 0 0;
width: 290px;
background: #bbe9ef;
border: none;
height: 29px;
padding: 5px;
color: #666666;
font-weight: normal;
text-transform: uppercase;
}

::-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.feature-article {
display: none;
}

#enews.feature-article h3 {
padding-bottom: 0;
margin-bottom: 16px;
}

#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: 370px;
    margin: 0 auto;
    padding-top: 15px;

}

#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 > h1{
margin-top: 25px;
}
#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; 
}

#footer-wide{
    width:100%;
    border-top: #fff solid 4px;
    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: 10px;
    font-size: 15px;
    margin-bottom: 11px;
}
/* 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;
}
#wordkshop-accordion .contact-content{
    font-size: 16px;
}
#wordkshop-accordion .inquiries-content{
    font-size: 16px;
    font-weight: bold;
}
.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;
	margin-bottom: 2px;
	}
.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: 26px;
}



.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: 360px;
	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: 300px;
	margin-right:5px;
	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;
top: 135px;
/*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;
}




#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;
	position: relative;
	text-decoration: none;
}

#ff-slider a:hover span, #ff-slider a:focus span {
background: #e51a94;
color: white;
text-decoration:none;
}

#ff-slider span {
	display: block;
	width: 700px;
	font-family: "ff-meta-serif-web-pro";
	text-transform: none;
	color: #333;
	padding: 12px 15px 0px 15px;
	border-bottom:7px solid #5e0d8b;
	font-size: 25px;
	line-height: 1;
	height: 50px;
	margin: 0;
	background: #f0ede7;
}

#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: 27px;
	line-height: 29px;
	margin: 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: auto;
max-width: 180px;
height: auto;
margin-left:15px;
margin-top: -1px;
}

#logo {
width: 336px;
height: 147px;
display: block;
background: url('assets/img/logo.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 h3 {
	text-transform: none;
	font-family: "ff-meta-serif-web-pro";
	margin: 3px 0 10px;
	color: #333;
}

.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: 10px 17px;
}
.feature-article.workshop-list div.last-ws {
	/*border-bottom: none;*/
        border-bottom: 1px solid #e51a94;
}

.single-story .quick-product {
margin-top: 245px;
}

.single-story .quick-product img {
max-width: 190px;
}


a.read-more{
position: absolute;
right: 0;
bottom: 16px;
display: block;
background: #5e0d8b;
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: #e51a94;
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.german.read-more.buy-link {
width: 167px;
}


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: 64px;
z-index: 10;
padding: 15px 50px 15px 15px;
}

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

a.read-more.with-circle-grey {
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: 15px 50px 15px 15px;
}

a.read-more.with-circle-grey:hover,a.read-more.with-circle-grey:focus {
background-position: right bottom;
}

a.read-more.with-circle-grey:before, a.read-more.with-circle-grey:after {
display: none !important;
}


#content.news-list p.date, .single-post #content p.date {
margin-bottom: 5px;
margin-left: 0;
margin-top: 35px;
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: 97px;
}

.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:500;
}

.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;*/
background: #5e0d8b;
text-decoration:none;

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








.membership-sidebar {
background: #ece8e1;
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 10px 47px;
display: block;
font-size: 18px;
font-weight: bold;
border-top: 2px solid white;
position: relative;
}
.membership-sidebar div p {
margin: 0 0 7px;
line-height: 14px;
}
.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.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: 47px;
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;
}

#slider-feature h2 {
font-family: "ff-meta-serif-web-pro";
font-size: 28px;
line-height: 33px;
margin-top: 14px;
}


#twitter-widget-0 {
height: 330px;
}

/* MailPoet Subscription Form */

.allmsgs {
	background: url("assets/img/contact.png") no-repeat right center #FFFFFF;
    border: 8px solid #cac7c0;
    padding: 20px 60px 20px 20px;
    position: absolute;
    right: 0;
    top: 148px;
    width: 480px;
    z-index: 100;
	cursor: pointer;
}

.allmsgs ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	color: black;
    font-family: "ff-meta-serif-web-pro";
    font-size: 23px;
}

.mailpoet_msg_close {
	position: absolute;
	height: 50px;
	width: 50px;
	display: block;
}


/*Thumbnail image newsletter*/
.thumbnailStyle{
margin-top:42px!important;
}
/*Thumbnail image remember*/
.thumbnailImage{
margin-top:10px!important;
}
/*Pagination*/
.nav-previous{
font-size:16px;
display:block;
float:right;
font-family:"ff-meta-serif-web-pro";
margin-top:5px;
}
.nav-previous a, .nav-next a{
color:#e51a94;

}
.nav-previous a:hover, .nav-next a:hover{
color: #5e0d8b;

}
.nav-next{
font-size:16px;
display:block;
color: #e51a94;
margin-top:5px;
font-family:"ff-meta-serif-web-pro";
}