/*
Theme Name: Expozine - 2020
Theme URI: https://expozine.ca
Author: Claudine Lamothe
Author URI: http://claudinebroke.it/
Description: Theme for Expozine
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*////////////////////////
// * GENERAL
//   ** NAVIGATION
//   ** HEADER
//   ** SECTION
//   ** ASIDE
// * SPECIFIC OVERRIDES
// * FOOTER
// * PARTS
// * MEDIA QUERIES
// * IE FIXES
//
// PINK   #be3871
// ORANGE #d96f28
// GREY   #333333
//
////////////////////////*/

* {
  margin: 0;
}

body, html {
	width: 100%;
}

body {
	margin: 0;
	background: #f8f8f3 url('images/header_background.jpg') 0 30px repeat-x;
	font: normal 14px/22px 'Georgia', times, serif;
	color: #333333;
	-webkit-font-smoothing: antialiased;
}


/*////////////////////////
// GENERAL              //
////////////////////////*/

h1, h2, h3, h4 {
	font: 700 36px/1.1em 'Oswald', arial, sans-serif;
	text-transform: uppercase;
    color: #be3871;
    margin: 0;
    padding: 0;
}

a {
	color: #be3871;
	text-decoration: none;
	transition: color 0.4s;
	-webkit-transition: color 0.4s easeInOutCubic;
	-moz-transition: color 0.4s easeInOutCubic;
	border: none;
}

a img {
	border: none;
}

a:hover {
	color: #d96f28;
}

p {
	margin: 1.6em 0;
}

figure {
	padding: 0;
	margin: 0;
}

.hidden {
	display: none;
}

.clearfix {
	clear: both;
}

.event-item {
	position: absolute;
	height: 0;
	width: 0;
	text-indent: -9999px;
	color: transparent;
}

/*///////////////////////////
// NAVIGATION              //
///////////////////////////*/

nav {
	width: 100%;
	/* height: 30px; */
	background: #be3871;
	font: bold 10px/1em 'Helvetica', arial, sans-serif;
	text-transform: uppercase;
	clear: both;
}

nav div.contain {
	max-width: 990px;
	margin: 0 auto;
	clear: both;
}
nav ul {
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	list-style: none;
	float: left;
}
nav ul.right {
	float: right;
	width: auto;
}
nav ul li {
	float: left;
	line-height: 30px;
	height: 30px;
	padding: 0px 10px;
	border-right: 1px solid #e8619b;
}
nav ul li:last-child {
	border: none;
}
nav ul li a {
	color: #FFF;
	overflow: hidden;
}
nav ul li a:hover {
	color: #333333;
}
nav ul li a img {
	margin: 8px 0 0 0;
	float: left;
}

nav.menu {
	position: absolute;
	width: 100%;
	top: 0;
}

/* .widget_polylang {
  width: 65px;
} */

#searchform input[type="submit"] {
	background: transparent;
	color: #FFF;
	border: none;
	font-weight: bold;
	font-size: 14px;
}

.admin-bar nav.menu {
  	top: 28px;
}

/*///////////////////////////
// HEADER                  //
///////////////////////////*/

header {
	margin-top: 50px;
}

header nav {
	background: none;
	box-shadow: none;
	text-align: center;
}

header nav ul {
  width: 100%;
	overflow: visible;
}

.menu {
	margin: 0 auto;
	float: none;
}

header nav ul li {
	font: 700 26px/1em 'Oswald', arial, sans-serif;
	color: #b5b5b2;
	display: inline-block;
	float: none;
	border: none;
	padding: 0;
}

.en header nav ul li {
	font-size: 28px;
}

header nav ul li a {
	color: #333333;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 10px;
	-webkit-text-stroke: 1px rgba(0,0,0,0.1);
}

header nav ul li a:hover {
	color: #be3871;
}


header nav ul li.current_page_item a, section nav ul li.current_page_item a {
	color: #d96f28;
}

header nav ul li:first-child a {
	margin-left: 0;
}

header nav ul li:last-child a {
	margin-right: 0;
}

header nav ul li:last-child span {
	display: none;
}

header a.logo {
	display: block;
	text-align: center;
	margin: 26px auto 26px auto;
	width: 460px;
}

header a.logo img {
	margin-left: -64px;
}


/*/////////////////////
// SECTION           //
/////////////////////*/

section {
	margin: 30px auto;
	max-width: 990px;
}

/* LISTS */

section ul {
	padding: 0;
	margin: 10px 0;
	list-style: none;
	font: bold 12px/1.8em arial, sans-serif;
}

section ul.left,
section ul.right {
	width: 290px;
	margin-right: 20px;
	float: left;
}

/* NAV */

section nav {
	border-top: 1px solid #c7c7c4;
	border-bottom: 1px solid #c7c7c4;
	background: none;
	padding: 6px 0 8px;
	margin: -20px 0 30px 0;
}

section nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: center;
  float: none;
  line-height: 100%;
}

section nav ul li {
	display: inline-block;
	float: none;
	border: none;
	font: 400 14px/1.1em 'Oswald', arial, sans-serif;
	height: auto;
}

section nav ul li.current a {
	color: #d96f28;
}

section nav ul li a {
	color: #333;
}

section nav ul li a:hover {
	color: #be3871;
}

/* HEADER */

section header {
	margin: 0 0 20px 0;
	/* float: right; */
	max-width: 620px;
	position: relative;
}

section header h1 {
	margin-bottom: 20px;
	font: 700 36px/1.25em 'Oswald', arial, sans-serif; text-align: left;
}

/* ARTICLE */

section article {
	width: 620px;
	margin: 0;
	float: right;
}

section article.full,
section header.full {
	float: none;
	width: 100%;
}

section article h2 {
	font-size: 30px;
	padding: 14px 0 4px;
	color: #383630;
}

section article h3 {
	font-size: 24px;
	padding: 14px 0 4px;
	color: #383630;
}

section article h4 {
	font-size: 18px;
	color: #383630;
	padding: 10px 0 4px;
}

section article p {
	overflow: hidden;
}

section article p a.left {
	float: left;
	margin-right: 20px;
}

section article p a.right {
	float: right;
	margin-left: 20px;
}

/* ASIDE */

section aside {
	float: left;
	border: none;
	margin-right: 10px;
	margin-left: -10px;
	width: 350px;
}

section aside img {
	width: 100%;
	height: auto;
}

section aside img.default {
	box-shadow: none;
}


/*///////////////////////////
// SIDEBAR                 //
///////////////////////////*/

aside {
	float: right;
	width: 250px;
	padding-left: 20px;
	border-left: 1px dotted #92928f;
}

aside ul,
aside ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	font: 400 14px/1.4em 'Oswald', arial, sans-serif;
	text-transform: uppercase;
	color: #666666;
}

aside ul li {
	margin: 0 0 34px 0;
}

aside ul li.book {
	overflow: hidden;
}

aside ul li.book a {
	float: left;
	width: 90px;
}

aside ul li.book p {
	float: left;
	width: 114px;
	margin-top: 10px;
}

aside ul li.book p a {
	width: auto;
}

aside ul li p {
	padding: 0 0 0 10px;
	margin: 4px 0;
}

aside ul li ul {
	margin: 10px 0 20px 10px;
}

aside ul li ul li {
	margin-bottom: 10px;
	text-transform: none;
}

aside ul li ul li a {
	color: #666666;
}


/*///////////////////////////
// SPECIFIC OVERRIDES      //
///////////////////////////*/

/* HOME */
.home header h1 {
	position: absolute;
	color: transparent;
	text-indent: -9999px;
	height: 0;
	width: 0;
}

.home section {
	width: 990px;
	margin: 0 auto;
	overflow: hidden;
}

.home section article {
	width: 350px;
	float: left;
	margin: 0 10px;
}

.home section article a.thumb {
	width: 100%;
	height: 100%;
	display: block;
}

.home section article header {
	margin: 0 0 6px 0;
	width: 100%;
}

.home section article header h3 {
	color: #000000;
	font: 400 22px/1.1em 'Oswald', arial, sans-serif;
	margin: 0 0 2px 0;
}
.home section article header h3 a {
	color: #000000;
}
.home section article header time {
	color: #898989;
	font: bold 11px/1.1em 'Helvetica', arial, sans-serif;
	text-transform: uppercase;
}
.home section article figure {
	height: auto;
}
.home section article img {
	width: 300px;
	height: 170px;
	border: 1px solid #c4c4c0;
}

.home section article p {
	margin: 0.4em 0 2em 0;
}



/* MAIN BLURB */

.main {
	width: 990px;
	margin: 40px auto;
	overflow: hidden;
}
.main section {
	width: 740px;
	float: left;
}
.main section aside {
	margin: 0 10px 0 0;
	border: none;
	padding: 0;
}
.main section article {
	margin: 0 0 2rem 10px;
}
.main section article p {
	overflow: visible;
}
.main section article header h2 a {
	color: #d96f28;
}
.main section article header h2 a:hover {
	color: #be3871;
}
.main section article header h2 a span {
	color: #be3871;
	display: block;
}

.single section article p img {
  padding: 0px 1rem;
}

/* BLOG */

.blog .main section,
.single .main section,
.archive .main section {
	margin-top: 0;
	width: 620px;
}
.blog .main article,
.archive .main article {
	overflow: hidden;
	float: none;
	width: 620px;
	border-bottom: 1px solid #c5c6c1;
	margin: 0 0 40px 0;
}

.blog .main article header,
.archive .main article header {
	float: none;
	width: 100%;
}

.blog .main article header h2,
.archive .main article header h2 {
	font-size: 28px;
	padding-top: 6px;
}

.blog .main article header h2 a,
.archive .main article header h2 a {
	color: #be3871;
}

.blog .main article header h2 a span,
.archive .main article header h2 a span {
	color: #d96f28;
	display: inline-block;
}

.blog .main article header time,
.single .main article header time,
.archive .main article header time {
	text-transform: uppercase;
	font: 400 14px/1.1em 'Oswald', arial, sans-serif;
	color: #999999;
	margin-top: 10px;
	display: block;
}

/* BLOG POSTS */

.single .main section article,
.single .main section article header {
	width: 620px;
	float: none;
	margin: 0;
}

/* MORE TAG */

section article .moretag,
section article .more-link {
	text-transform: uppercase;
	font: 400 11px/1.1em 'Oswald', arial, sans-serif;
	margin-top: 12px;
}

/* CONTACT PAGE */

.page-template-template-contact-php section form label {
	display: block;
	width: 100%;
}

.page-template-template-contact-php section form textarea {
	height: 100px;
}

.page-template-template-contact-php section form input[type='text'] {
	width: 310px;
	margin: 6px 0;
	float: none;
}

.page-template-template-contact-php section form textarea {
	width: 100%;
	margin: 6px 0;
}


/*///////////////////////////
// FOOTER                  //
///////////////////////////*/

footer {
	border-top: 1px solid #f5f5f0;
	box-shadow: 0 -1px 0 #c6c6c2;
	font-size: 11px;
	line-height: 20px;
	background: #deded9;
	margin: 20px auto 0;
	width: 100%;
  padding: 2rem 0px;
}
footer div {
	margin: 0 auto;
	padding: 20px 0 6px;
	overflow: hidden;
  max-width: 990px;
}

footer div div.logos {
	width: auto; max-width: 292px;
	float: right;
	overflow: visible;
}
footer div div.copy {
	float: left;
	max-width: 450px;
	margin-right: 20px;
	overflow: visible;
}
footer div p {
	margin: 0;
	padding: 0 0 14px 0;
}


/*///////////////////////////
// PARTS                   //
///////////////////////////*/

/* PARTNERS */

.partners {
	background: #FFF;
	border-top: 1px solid #c4c4c0;
	border-bottom: 1px solid #c4c4c0;
	height: 130px;
	padding: 10px;
	margin-bottom: 30px;
}

.partners figure {
	width: 576px;
	margin: 0 auto;
	position: relative;
}

.partners figure a {
	height: 108px;
	width: 576px;
	display: block;
}

.partners figure a img {
	border: 1px solid #c4c4c0;
}

/* SOCIAL */

.social {
	height: 24px;
	width: 120px;
	position: absolute;
	right: 0;
	bottom: -6px;
}

.social ul {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.social ul li {
	float: left;
	width: 24px;
	height: 24px;
}

.social ul li a {
	display: block;
	width: 24px;
	height: 24px;
	cursor:pointer;cursor:hand;
	background: url('images/social-icons.png') no-repeat;
}

.social ul li a:hover {
	opacity: 0.5;
}

.social ul li a.facebook {
	background-position: 0 0;
}

.social ul li a.twitter {
	background-position: -26px 0;
}

.social ul li a.gplus {
	background-position: -52px 0;
}

.social ul li a.pinterest {
	background-position: -78px 0;
}

/* PAGINATION */

.pagination {
	overflow: hidden;
	width: 100%;
	text-transform: uppercase;
	font: 400 12px/1.1em 'Oswald', arial, sans-serif;
}

.pagination .left {
	float: left;
}

.pagination .right {
	float: right;
}

/*///////////////////////////
// MEDIA QUERIES           //
///////////////////////////*/

@media all and (min-width: 631px) {
  /*section,*/ nav div.contain, footer div {
    padding: 0px 1rem;
  }
}

@media all and (max-width: 630px) {

  html, body {
  	position: relative;
  }

  body {
  	background-position: 0 0;
  }

  nav {
  	height: auto;
  	width: 100%;
  }

  nav.menu {
  	position: relative;
  	margin-bottom: -20px;
  }

  nav ul.left, nav ul.right {
  	width: 100%;
  	height: auto;
    float: none;
  }

  section ul.left {
    margin-bottom: 0px;
  }
  section ul.right {
    margin-top: 0px;
  }

  .widget_polylang {
    padding: 0px;
  }

  nav ul li {
  	float: none;
    border-right: none;
  }

  nav.menu-expozine-en-container ul li:last-child {
    border-bottom: 1px solid #e8619b;
  }

  section nav ul li {
    padding: 5px 10px;
  }

  nav.menu ul li {
    border-bottom: 1px solid #e8619b!important;
  }

  /* nav.menu ul li:last-child {
    border-bottom: none;
  } */

  nav ul li a {
  	display: block;
  }

  header a.logo {
  	width: 100%;
  }

  header a.logo img {
  	width: 90%;
  	margin-left: -20px;
  }

  header nav ul {
    width: 100%;
    background: #be3871;
    padding: 10px 0px;
  }

  header nav ul li {
  	color: #FFF;
  	float: none;
  	border-bottom: 1px solid #e8619b;
    height: auto;
    padding: 3px 0px;
  	/* line-height: 30px; */
  	font-size: 16px;
  }

  header nav ul li a {
  	margin: 0 15px;
  	color: #FFF;
  	display: block;
  	text-align: left;
  }

  header nav ul li a:hover {
  	color: #d96f28;
  }

  header nav ul li:first-child a {
  	margin-left: 15px;
  }

  header nav ul li span {
  	display: none;
  }

  section,
  .home section {
  	width: 90%;
  	margin-bottom: 20px;
  }

  section header {
  	width: 100%;
  	margin-top: 20px;
  }

  .blog .main section,
  .single .main section,
  .archive .main section {
  	width: 100%;
  }

  .single .main section article,
  .single .main section article header {
  	width: 100%;
  }

  section nav {
  	margin-bottom: 40px;
  }

  section nav.menu ul li {
  	margin-bottom: 14px;
  }

  section article,
  .home section article {
  	float: none;
  	width: 90%;
  }

  section article img,
  .home section article img,
  section aside img {
  	width: 100%;
  }

  aside {
  	float: none;
  	width: 100%;
  	border: none;
  	padding: none;
  }

  .main {
  	width: 90%;
  }

  .main section,
  .blog .main section,
  .blog .main article,
  .blog .main article header,
  .archive .main section,
  .archive .main article,
  .archive .main article header {
  	width: 100%;
  }

  .main section aside,
  .main section article,
  section aside,
  section article {
  	width: 90%;
  	margin: 0;
  	float: none;
  }

  section article p {
	overflow: visible;
  }

  section article p a.left {
	float: none;
	margin-right: 0;
  }

  section article p a.right {
	float: none;
	margin-left: 0;
  }

  section .partners-list a img,
  section .partners-list a {
  	width: 100%;
  	height: auto;
  }

  .main section aside {
  	text-align: center;
  	margin-bottom: 10px;
  	width: 100%;
  }

  .main section aside img {
  	width: 100%;
  }

  footer {
    padding: 0px 1rem;
  }

  footer div {
  	width: 94%;
  }

  footer div div.copy,
  footer div div.logos {
  	float: none;
  	width: 90%;
  	margin: 0 0 0 10px;
  }

  footer div div.logos img {
  	width: 90%;
  }

  .partners {
  	width: 100%;
  	height: 130px;
  	padding: 10px 0;
  }

  .partners figure,
  .partners figure a,
  .partners figure a img {
  	width: 99%;
  	height: 108px;
  }

  .page-template-template-contact-php section,
  .page-template-template-contact-php form {
  	width: 96%;
  }

  .page-template-template-contact-php section form input[type='text'],
  .page-template-template-contact-php section form textarea {
  	width: 100%;
  }

}

/*////////////////
// COLORBOX     //
////////////////*/

/*.gallery {
	position: relative;
}

.gallery img {
	border: none !important;
	max-height: 600px;
	width: auto;
	height: auto;
}

.slidesjs-pagination {
	display: none;
}

.slidesjs-container {
	text-align: center;
}

.slidesjs-navigation {
	position: absolute;
	margin-top: -22px;
	left: 30px;
	top: 50%;
	height: 42px;
	width: 38px;
	background: url("images/expozine_arrows.png") 0 0 no-repeat;
	text-indent: -9999px;
	z-index: 900;
	padding: 3px;
}

.slidesjs-navigation.slidesjs-next {
	background-position: 0 -45px;
	right: 30px;
	left: auto;
}

.slidesjs-navigation.slidesjs-next:hover {
	background-position: -46px -45px;
}

.slidesjs-navigation.slidesjs-previous:hover {
	background-position: -46px 0;
}*/



/*////////////////
// IE FIX       //
////////////////*/

.no-cssgradients header nav ul li {
	font-size: 22px;
}

.ie8 header nav ul li {
	font-size: 20px;
}

.ie7 header nav ul li {
	font-size: 18px;
}

.ie8 section nav ul,
.ie7 section nav ul {
	overflow: hidden;
}

.ie8 section nav ul li,
.ie7 section nav ul li {
	float: left;
}

.ie8 #gallery-1 .gallery-item,
.ie7 #gallery-1 .gallery-item,
.no-cssgradients #gallery-1 .gallery-item {
	display: block;
}





/* ====================================================================
   Styles by Otis.  Hi!  Have a nice day.
   ==================================================================== */

/* -------------------[ Mailchimp on homepage ]------------------- */

body.home aside ul li h3 {
  color: #666; font-size: 14px; font-weight: 400;
}

#mc_embed_signup {
  display: block; overflow: auto;
  width: 100%; margin: 0 0 30px 0; padding: 0 0 10px 0;
}

#mc_embed_signup input[type="email"] {
  float: left;
  width: 150px; margin: 15px 10px 0 1px; padding: 5px 10px;
  background-color: #FFF;
  border: none;
  color: #666; font-size: 13px;
}

#mc_embed_signup input.submit {
  float: left;
  width: auto; margin: 12px 0 0 0; padding: 0;
  border: none;
  background: none !important;
  color: #666; font-family: arial; font-size: 26px; font-weight: 400;
  cursor: pointer;
}

#mc_embed_signup input.submit:hover {
  background: none !important;
  color: #be3871;
}

#mc_embed_signup .response {
  color: #666; font-size: 13px; text-transform: inherit;
}

/* -------------------[ Post Thumbs ]------------------- */

div.post-thumb-new imgg {
  width: 100%; max-width: 230px; height: auto; max-height: 340px;
}

/* -------------------[ Galleries ]------------------- */

.gallery img {
  border: none !important;
  height: auto;
}

.gallery-item {
  width: auto !important; max-width: 230px !important; padding: 0 4% !important;
}

.wp-caption-text {
  text-align: center;
}

/* -------------------[ Homepage Posts ]------------------- */

.latest-posts {
	width: 990px;
	margin: 40px auto;
	overflow: hidden;
}

.latest-posts header {
	margin: 0 0 15px 0;
	width: 100%;
}

.post-excerpts-home {
	position: relative;
	display: flex;
	justify-content: space-between;
	text-align: left;
}

/*
.post-excerpts-home {
  position: relative; display: inline-block;
  text-align: center;
}
*/

.post-excerpt-home {
	background: #fff;
	padding: 15px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 31%;
	min-width: 230px;
}

.excerpt-thumb-home {
  clear: both;
  margin: 0;
}

.excerpt-thumb-home img {
	min-width: 100%;
	height: auto !important;
}

.post-title-home {
  margin: 0 0 5px 0;
  font-family: "proxima-nova"; font-weight: 600; font-size: 18px; line-height: 22px;
}

.post-date-home {
  font-size: 12px; line-height: 12px; margin-bottom: 12px;
}

/* -------------------[ Contact Form 7 ]------------------- */

#contact-form {
  clear: both;
  width: 100%; max-width: 500px; margin: 20px 0 50px 0;
  font-size: 14px; font-weight: 400; text-align: left;
}

#contact-form .col-1 {
  clear: both;
  width: 100%;
}

#contact-form input,
#contact-form textarea {
  margin: 3px 0 20px 1px; padding: 6px 2% !important;
  border: 1px solid #333 !important;
  background-color: #FFF !important;
}

#contact-form .form-title,
#contact-form .form-field {
  clear: both; display: block; float: left;
  width: 98%; margin: 0; padding: 0;
}

#contact-form .form-field input {
  width: 95%;
}

#contact-form textarea {
  width: 94.5%; height: 240px;
}

#contact-form input[type=text]:focus,
#contact-form input[type=email]:focus,
#contact-form textarea:focus {
  border: 1px solid #333 !important;
  box-shadow: 0 0 2px #000;
}

#contact-form .g-recaptcha {
  clear: both; display: block;
  height: 100px;
}

#contact-form .wpcf7-submit {
  clear: both; display: block;
  width: 160px; height: 39px; margin: 0; padding: 0;
  background-color: #be3871 !important;
  border: 1px solid #be3871 !important;
  color: #FFF; font-size: 14px; line-height: 16px; font-weight: 700; text-transform: uppercase; text-align: center;
}

#contact-form .wpcf7-submit:hover {
  background-color: #333 !important;
  border: 1px solid #333 !important;
  color: #FFF;
  cursor: pointer;
}

/* -- [ Messages ]-- */

span.wpcf7-not-valid-tip,
div.wpcf7-response-output {
  clear: both;
  color: #F00; font-size: 15px; font-weight: 400; text-transform: none;
}

span.wpcf7-not-valid-tip {
  margin: -15px 0 40px 0;
}

div.wpcf7-response-output {
  margin: 0 0 20px 0; padding: 0;
}

div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors {
  border: none;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked {
  display: none !important;
}
