/*
Theme Name:		Marilyn Child Theme
Description:		WordPress theme by BluChic - Alexandre Leveille
Template:		marilyn
Version:			15.04
Author:				BluChic
Author URI:		http://www.bluchic.com
Theme URI:		http://www.bluchic.com
License:			GPL
License URI:	http://www.gnu.org/licenses/gpl-2.0.html
Tags:					gray, pink, white, light, two-columns, right-sidebar, fixed-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, theme-options, threaded-comments, translation-ready
*/


div.post-content {
	text-align: justify;
}

/* Hide some article from the /blog page */
body.blog article.tag-hide {
	display: none;
}

/*  Shop WIP */
.productImgAndTitle {
	min-height: 300px;
}
.productDescription {
	min-height: 220px;
}

header.header {
	margin-top: 100px;
	padding-bottom: 30px;
}
/* Menu en haut fixe */
nav.nav {
	position: fixed;
}

/* Bold all links */
a {
	font-weight: bold;
}

/* Menu logo positioning */
/**
@media (max-width: 680px)
#home_logo_div {
	display: none;
}**/
#home_logo_div {
	display: inline;
	float: left;
}
#home_logo_link {
	/**display: inline;**/
	padding: 0;
}
#home_logo {
	max-height: 45px;
	/**display: inline;
	float: left;**/
	margin: 10px 0 10px 50px;
}

.odometer-value {
	font-family: Muli, sans-serif;
}

/* Homepage newsletter section. Mettre fond blanc et mettre en évidence les inputs */
section.newsletter-section {
	background-color: white;
}

section.newsletter-section input.header-newsletter-input {
	background-color: #F7F7F7;
}

/* Page /blog, faire en sorte que les featured images soit de la largeur de la colonne */
.blog .post-content img,.archive .post-content  img,.category .post-content img {
	width: 100%;
}

/* Alignement centre de toute la sidebar */
aside.aside {
	text-align: center;
}

/* Restreindre la largeur du texte sous la photo de Marie a la largeur de la photo */
.meetMarieText {
	max-width: 225px;
	margin: auto;
}

/* Remove ALL borders around the table */
#odometers,#odometers tbody,#odometers tr,#odometers td {
	text-align: center;
	border: none !important;
}
/* Centered and bigger odo text */
#odometers .odometer {
	margin: auto;
	font-size: 48px;
}

/* Change on hover images container div */
.changeOnHover {
	position: relative;
	width: 100%;
	height: 100%;
}
/* The hover image is hidden by default */
.changeOnHover img.hover {
	top: 0;
	left: 0;
	position: absolute;
	display: none;
}
/* Fix featured widget height after changing img to position: absolute */
.home-widget {
	height: 300px;
}

/* Larger and centered text on the travel shop */
#travelShop article {
	text-align: center;
}


/* Related post plugin - image 100% largeur de leur div */
.post-related img {
	width: 100%;
}

/* Side search font override */
input.sidetext, button.input-button {
	font-family: Muli, sans-serif;
}

/* Increase the space under the shop's button */
#travelShop .post-button {
	margin-bottom: 50px;
}
#travelShop .col1,travelShop .col2,travelShop .col3 {
	height: 100%;
}

/* Warning, disclaim and question shortcodes */
article.warning {
	border: 2px solid #a37fc5;
    background: #FFF url('images/warning.png') no-repeat 5px 12px;
	color: #a37fc5;
}
article.disclaim {
	border: 2px solid #a37fc5;
	background: #FFF url('images/disclaim.png') no-repeat 5px 12px;
	color: #a37fc5;
}
article.question {
	border: 2px solid #a37fc5;
	background: #FFF url('images/question.png') no-repeat 5px 12px;
	color: #a37fc5;
}


/* Mailchimp style */
.mc-field-group input {
	width: 75%;
}
.mce-responses {
	margin-top: 10px;
	margin-bottom: 10px;
}

#mc-embedded-subscribe {
	border: 0;
	margin-top: 10px;
	height: 96px;
	width: 100px;
	background: url('images/go_newsletter.jpg');
}


/*Page destination, zoom map*/
.page-id-14785 #iwm_map_canvas {
	overflow:hidden;
}

.page-id-14785 #map_canvas_4 {
	width: 250%;
	height: 250%;
	margin-left: -50%;
	margin-top: -30%;
}


/*Format instagram widget pictures*/
#instagram_title {
 margin-bottom: -30px;	
}
.instagram-pics img {
    width: 120px;
    height: 120px;
}
.instagram-pics > li {
    display: inline-block;
    width: 120px !important;
    padding-left: 2px;
    padding-right: 3px;
	margin-top: 2px !important;
	margin-bottom: 3px !important;
}

/*Retrait des liens vers articles précédent et suivant*/
.footer-navi {
	display: none;
}


/* Fixs pour petits ecrans */
.home-widgets article.home-widget {
	border: none;
}

/* Remplacement de l'image PinIt */
div.pin-it-btn-wrapper {
	text-align: center;
}

div.pin-it-btn-wrapper > span {
	background: transparent url("http://toeuropeandbeyond.com/wp-content/uploads/2016/09/pin-this-post.png") 50% 50% no-repeat !important;
	border-style: none !important;
	box-shadow: none !important;
	margin-top: 13px;
	width: 640px !important;
	height: 40px !important;
}


@media screen and (max-width: 680px) {
	#odometers,#home_logo_div {
		display: none;
	}
}

@media screen and (max-width: 680px) and (min-width: 421px) {
	.home-widgets article.home-widget {
	    float: left;
	  width: 45%;
	  margin: 0 3% 2% 2%;
	}
}
@media screen and (max-width: 420px) { /*420-300=120; 120/2=60*/
	.home-widgets article.home-widget {
	  width: 99%;
	  margin: 0 auto 10px auto;
	}
	.home-widget .textwidget {
		/**display: block;**/
	    padding-left: 5%;
	    padding-right: 5%;
	    /**padding-left: auto;
	    padding-right: auto;**/
	}
}

@media screen and (max-width: 420px) { /*420-300=120; 120/2=60*/
	ul.post-related li {
		width: 48% !important;
	}
	ul.post-related li:nth-child(3),ul.post-related li:nth-child(4),ul.post-related li:nth-child(5) {
		display: none;
	}
}

/* Start additions by Nelson, Once Coupled September 2017 */

.blog .section,
.single .section {
  max-width: calc(100% - 340px);
}

.blog .aside,
.single .section {
  min-width: 300px;
}

@media only screen and (min-width: 981px) and (max-width: 1023px)  {
  .blog .container,
  .single .container {
    max-width: 920px;
    margin: 0 auto;
  }

  .blog .section,
  .single .section {
    margin: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .blog .section,
  .single .section {
    max-width: 100%;
    width: initial;
    min-width: initial;
    margin: 0;
  }

  .blog .aside,
  .single .aside {
    float: none;
    clear: both;
    width: initial;
    min-width: initial;
  }

  .blog .meetMarieText,
  .single .meetMarieText {
    max-width: initial;
  }
}

/* End additions by Nelson, Once Coupled September 2017 */