/*
Theme Name: JupitherMarielys
Template: jupither
Theme URI: http://themes.iki-bir.com/jupither-wp
Author: elemis
Author URI: http://themeforest.net/user/elemis/portfolio
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 1.2.3
Tags: light
Description: Wordpress Tumblog, Portfolio and Social Theme
*/

@import url("../jupither/style.css");

/*-----------------------------------------------------------------------------------*/
/*	RESET
/*-----------------------------------------------------------------------------------*/



@font-face {
    font-family: 'cabinregular';
    src: url('fonts/cabin-regular-webfont.eot');
    src: url('fonts/cabin-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/cabin-regular-webfont.woff') format('woff'),
         url('fonts/cabin-regular.ttf') format('truetype'),
         url('fonts/cabin-regular-webfont.svg#cabinregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



/*FONT ICONES*/
@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?xm1w58');
	src:url('fonts/icomoon.eot?#iefixxm1w58') format('embedded-opentype'),
		url('fonts/icomoon.woff?xm1w58') format('woff'),
		url('fonts/icomoon.ttf?xm1w58') format('truetype'),
		url('fonts/icomoon.svg?xm1w58#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
        font-size: 17px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-phone:before {
	content: "\e600";
}
.icon-location:before {
	content: "\e601";
}
.icon-location2:before {
	content: "\e602";
}
.icon-search:before {
	content: "\e612";
}
.icon-googleplus:before {
	content: "\e603";
}
.icon-facebook:before {
	content: "\e604";
}
.icon-twitter:before {
	content: "\e605";
}
.icon-linkedin:before {
	content: "\e606";
}
.icon-pinterest:before {
	content: "\e607";
}
.icon-location3:before {
	content: "\e608";
}
.icon-mail:before {
	content: "\e609";
}
.icon-phone2:before {
	content: "\e60a";
}
.icon-mail2:before {
	content: "\e60b";
}
.icon-location4:before {
	content: "\e60c";
}
.icon-rss:before {
	content: "\e610";
}
.icon-facebook2:before {
	content: "\e60d";
}
.icon-googleplus2:before {
	content: "\e60e";
}
.icon-pinterest2:before {
	content: "\e60f";
}
.icon-linkedin2:before {
	content: "\e611";
}

/*-----------------------------------------------------------------------------------*/
/*	GENERAL
/*-----------------------------------------------------------------------------------*/

body{
    background-color : #fff; 
}

.title-page{
  display : none;
}

h2, h3, h5, h6{
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

img {
  display: inline-block;
}

.header {
  	padding: 0;
	border-bottom: none;
	margin-bottom: 0;
	margin:50px 0 0 0;
	
}

.logo {
	float: none;
        text-align: center;
        margin: 0 auto;
}

.intro {
	border-bottom: none;
  margin-bottom: auto;
  padding-bottom: 0px;
}

.side-content{
    width : auto;
}

/*RESEAUX SOCIAUX*/

.intro .social {
  margin-right: -145px;
  text-align: left;
  margin-top: -4px !important;
  width: 243px;
}

.intro .social ul {
  text-align: right;
  margin-bottom: 44px;
}

.intro .social ul li {
	margin-right: 0px;
  position: relative;
  padding : 3px;
}

.intro .social ul li a {
  color : #aaaaaa;
}

.recherche{
   position: absolute;
   width: 280px;
   padding: 10px;
   top: 25px;
   right: -146px;
   z-index: 10;
   text-align: left;
   font-family: 'delicioussmallcapsregular';
   z-index: 10;
}

/*Masquer le block recherche*/
.intro .social ul li .recherche {
	display: none;
}

.intro .social ul li:hover .recherche {
	display: block;
        color: #686868;
}


/*Block Contact icônes*/
.infoContact{
   position: absolute;
   background: #f9f9f9;
   width: 295px;
   padding: 10px;
   top: 25px;
   right: -101px;
   z-index: 10;
   text-align: left;
   font-family: 'Arial';
   z-index: 10;
}

.infoContact p{
    line-height: 10px;
    color: #686868;
    font-size : 12px;
}

.infoContact p .icon-mail{
    float: left;
    margin-top: -3px;
    padding-right: 12px;
}

.infoContact p .icon-location .icon-phone{
    padding-right: 8px;
}

/*Masquer le block contact*/
.intro .social ul li .infoContact {
	display: none;
}

/*Afficher le block contact*/
.intro .social ul li:hover .infoContact {
	display: block;
  color: #686868;
}

.intro .social ul li a:hover{
    text-decoration: none;
    color : #d1d1d1;
}

.icon-mail{
    padding-right : 4px;
}

/*Google map dans block contact*/

.infoContact iframe{
    width : 290px;
    height: 350px;
    frameborder : 0px;
    border :0px;
}

#mapContact iframe{
    width : 290px;
    height: 350px;
    frameborder : 0px;
    border :0px;
}

/*-----------------------------------------------------------------------------------*/
/*	MENU
/*-----------------------------------------------------------------------------------*/

.menu {
	float: none;
  text-align: center;
  margin: 0 auto;
	font-family: 'cabinmedium';
  text-transform: uppercase;
  width : 760px;
}

.menu ul{
  padding-bottom: 0;
}

.menu ul li {
	float: none;
  display: inline-block;
  height: 21px;
}

.menu ul li a {
  letter-spacing: 0.08em;
  color : #7c7c7c;
}

#menu.menu ul li a{
  height: 14px;
}

.menu ul li a:hover
{
   border-bottom: 2px solid #d6d6d6;
   color : #7c7c7c;
}

.menu ul li.current-menu-ancestor a, .menu ul li.current-menu-item a, .menu ul li a.selected {
        border-bottom: 2px solid #d6d6d6;
        color : #010101;
        font-weight: bold;
        
}

.menu ul li.current-menu-ancestor ul li a:hover {
        border-bottom: 2px solid #d6d6d6;
}

/*-----------------------------------------------------------------------------------*/
/*	GALLERY
/*-----------------------------------------------------------------------------------*/

/*SOCIAL SHARE*/
.socialShare{
    position: absolute;
    bottom: 4px;
    left: 35%;
}

.socialShare a{
    color : #aaaaaa;
    display: none !important;
    cursor : pointer !important;
}

.socialShare a:hover{
    text-decoration: none;
    color : #d1d1d1;
}

.socialShare a.facebook, .socialShare a.twitter  {
  display : inline-block !important;
}

.twitter-share-button{
  background: "icon-twitter";
}

/*AFFICHAGE DES ARTICLES*/

.thumbnail-wrapper.col2 .zetaThumbs li span.roll, .thumbnail-wrapper.col2 .zetaThumbs div span.roll {
    background: #fff;
    height: 300px;
    max-width: 245px;
    /*IE8*/
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}


 /*IE8*/
.thumbnail-wrapper .zetaThumbs li.active span.roll{
     -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

/*DEFINITION DE L'AFFICHAGE DU SPAN ROLL AU CLIC SUR LE TITRE ET LE TEXTE DE L'ARTICLE*/

.thumbnail-wrapper.col4 .zetaThumbs div span.roll {
    position: absolute;
    right: 0px;
    top: 0px;	
}

.thumbnail-wrapper.col2 .zetaThumbs div span.roll {
    position: absolute;
    right: 0px;
    top: 0px;
} 

.thumbnail-wrapper .zetaThumbs div.active span.roll{
  opacity: .6 !important;	
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60) !important;
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)" !important;
}

.thumbnail-wrapper.col2 .zetaThumbs li img{
    width: auto;
}

.text h2{
  color: #4b4b4b;
}

.text a:hover{
  text-decoration : none;
}

.text a:hover h2 {
  text-decoration : none;
  color : #aaaaaa;
}

span.roll:hover{
    background:url(style/images/icon-plus.png) center center no-repeat #000;
    height: 300px;
    position: absolute;
    right: 0;
    width: 270px;
    z-index: 10;
}

/*Page Portfolio*/
.single-portfolio-content img{
    float: left;
}

.single-portfolio-content div{
    background : none;
    padding-top: 0;
    margin-bottom : auto;
    margin-left: 17%;
    
}

/* SLIDER STYLING */

.zetaTop .zetaHolder{
  position : relative;
  margin-bottom: 42px;
  text-align:center;
}

.zetaThumbs{
  margin-top : 0px !important;
}

.zetaSlider {
    margin-top: -40px;
}

.zetaHolder {
    background: #fff;
    height : 605px;
    display : block !important;
}
.zetaWrapper {
	width:100%;
	height:508px;
}
.zetaEmpty {
	padding: 0;
	height:508px;
	margin:auto;
	position:relative;
}

.zetaEmpty div {
	padding-bottom:4px;
  padding-top : 4px;
	box-shadow:none;
}

.zetaEmpty img {
	-webkit-box-shadow: 0px 0px 4px -1px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 4px -1px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 4px -1px rgba(0, 0, 0, 0.5);
}

/*Masquer la première image du slider*/
.zetaEmpty > div{
    display : none !important;
}

.zetaEmpty > div + div {
    display : block !important;
}

/* CONTROLS STYLING */
.zetaControls {
    bottom: 0px;
    top: auto;
    left: 48%;
}

.zetaControls a {
        background: transparent url(style/images/gallery-controls3.png) no-repeat left top;
        width: 70px;
        height: 38px;
}

.zetaWarning{
    background: rgba(255, 255, 255, 0.7);
    color: #000;
}



.zetaWarning .arrow{
    background: transparent url(style/images/icon-arrowsB.png) center left no-repeat;
}

.thumbnail-wrapper.col2 .zetaThumbs li{
    height: 300px;
}

/*-----------------------------------------------------------------------------------*/
/*	PORTFOLIO SINGLE
/*-----------------------------------------------------------------------------------*/

.single-portfolio-content > div{
    display : none;
}

.single-portfolio-content > div + div{
    display : block !important;
}

/*-----------------------------------------------------------------------------------*/
/*	PAGE QUI JE SUIS
/*-----------------------------------------------------------------------------------*/

#presentation{
    display : none;
}

.portfolio-text{
   
    position: relative;
    width: 960px;
    padding: 0 30px;
    margin: 50px auto 40px;
}

/*-----------------------------------------------------------------------------------*/
/*	PAGE NAVIGATION
/*-----------------------------------------------------------------------------------*/

.zetaTop ul.page-navi{
    float: none;
    text-align: center;
    margin : 0 auto;
}

.zetaSlider.zetaTop .page-navi{
  margin-top : 0px;
}

/*-----------------------------------------------------------------------------------*/
/*	PAGE RECHERCHE
/*-----------------------------------------------------------------------------------*/

.post{
    width: 430px;
    float: left;
    margin-right: 50px;
    height: 500px;
    margin-bottom : 62px;
}

.side-content .post .heading .title{
    width: 407px;
}

/*-----------------------------------------------------------------------------------*/
/*	COPYRIGHT
/*-----------------------------------------------------------------------------------*/

#copyright{
  width: 960px;
  margin: 0 auto;
  height: 14px;
}

/*-----------------------------------------------------------------------------------*/
/*	FOOTER
/*-----------------------------------------------------------------------------------*/
.footer-wrapper {
	background: none;
}

.bottom-wrapper{
    background-color : #fff;
    background: transparent url(style/images/footer-line2.png) no-repeat top center;
}

.bottom p {
  max-width: 95%;
}

.bottom p, #copyright p{
    font-family: 'cabinregular';
    padding-left: 3px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size : 10px;
}

.scroll-top{
    background: #fff url(style/images/icon-top.png) no-repeat top center;
}

#liensF{
    background : none;
    margin-top: -4px;
}

#liens a{
    text-decoration : none;
    color: #ad6069;
    font-family: 'cabinregular';
    font-size : 9px;
    text-transform : uppercase;
    letter-spacing: 0.08em;
    cursor: pointer;
}

#liens p {
    display: inline;
    font-family: 'cabinregular';
    font-size: 9px;
    line-height: 1px;
    margin-bottom: auto;
    color : #959595;
    text-transform : uppercase;
    letter-spacing: 0.08em;
}

/*-----------------------------------------------------------------------------------*/
/*	WIDGET
/*-----------------------------------------------------------------------------------*/

.sidebox h3{
  text-transform : uppercase;
  letter-spacing: 0.08em;
}

div.srp-content-box{
  vertical-align: middle !important;
}

/*WIDGET CONTACT*/

.vcard li {
   background : none;
   font-family: 'Arial';
   font-size: 12px;
	padding-left: 0;
}

.vcard img{
    float: left;
    padding-right: 12px;
}


.vcard li .icon-location{
    padding-right: 7px;
    padding-left: 11px;
}

.vcard .fn {
    padding-bottom: 8px;
    font-size: 16px;
}

.vcard .fn + li {
    padding-bottom: 32px;
    padding-left: 0 !important;
    overflow : hidden;
}

.tel .icon-phone{
   padding-right: 31px;
   padding-left: 11px;
}

.email .icon-mail{
    padding-right : 32px;
    float: left;
    margin-top: 5px;
    padding-left: 12px;
}


/*Google map pour widget contact*/

#mapContact{
   background: #f9f9f9;
   width: 295px;
   padding: 10px;
   z-index: 10;
   text-align: left;
   font-family: 'delicioussmallcapsregular';
   z-index: 10;
}

/*Masquer le bloc mapContact*/
ul li #mapContact {
	display: none;
}

/*Affichage du bloc mapContact*/
 ul li:hover #mapContact {
	display: block;
        color: #686868;
}

/*WIDGET PHOTO LES PLUS VUES*/

div.srp-widget-singlepost {
    border-bottom: none;   
}

img.srp-widget-thmb{
   padding: 5px;
   background-color: #FFF;
   -moz-box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.3);
   box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.3);
   -webkit-box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.25); 
}

srp-content-box{
    font-size: 14px;
    line-height: 18px;
}

h4.srp-post-title{
    font-size: 12px;
    line-height: 18px;
    color: #4b4b4b;
    font-family : 'Arial';
}

a.srp-post-title-link {
    color: #4b4b4b;
}
.wrapper {
	height:auto !important;
	min-height: 300px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.intro .social {
		margin: 0 auto;
		text-align: center;
		width: 243px;
	}
	
	.intro .social {
		float: none;
		margin: 0;
		text-align: center;
		width: 100%;
	}
}
	.single-portfolio-content div.iframe-responsive-wrapper,
	.single-portfolio-content > div.iframe-responsive-wrapper{
		margin:auto;
		display:block
	}
@media only screen and (max-width: 767px) {
	.header{
		margin-bottom: -46px !important; 
	}
	.wrapper {
		min-height: 240px;
	}
}
@media only screen and (max-width: 570px) {
	.iframe-responsive-wrapper        {
		position: relative;
	}
	
	.iframe-responsive-wrapper img.iframe-ratio {
		display: block;
		width: 100%;
		height: auto;
		float:none;
		max-width:100%;
	}
	
	.iframe-responsive-wrapper iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}
@media only screen and (max-width: 480px) {
	.wrapper {
		min-height: 200px;
	}
}
@media only screen and (min-width: 1024px) {
	.intro .social {
	  margin-top: -27px !important;
}
}
/* Ajout pour faire disparaitre les images dans la page portfolio pour newsletter 2016-10 sous la video */
.postid-14767 .single-portfolio-content div img.frame{display:none}