/*
Theme Name: Run2meet
Theme URI: https://www.run2meet.com
Author: Oxynum X Run2meet Team
Author URI: http://www.oxynum.fr
Description: 2015 theme for the Run2meet blog.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, pink, purple, yellow, light, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: run2meet

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
* Table of Contents
*
* 1.0 - Reset
* 2.0 - Genericons
* 3.0 - Typography
* 4.0 - Elements
* 5.0 - Forms
* 6.0 - Navigations
*   6.1 - Links
*   6.2 - Menus
* 7.0 - Accessibility
* 8.0 - Alignments
* 9.0 - Clearings
* 10.0 - Header
* 11.0 - Widgets
* 12.0 - Content
*    12.1 - Posts and pages
*    12.2 - Post Formats
*    12.3 - Comments
* 13.0 - Footer
* 14.0 - Media
*    14.1 - Captions
*    14.2 - Galleries
* 15.0 - Multisite
* 16.0 - Media Queries
*    16.1 - Mobile Large
*    16.2 - Tablet Small
*    16.3 - Tablet Large
*    16.4 - Desktop Small
*    16.5 - Desktop Medium
*    16.6 - Desktop Large
*    16.7 - Desktop X-Large
* 17.0 - Print
*/


/**
* 1.0 - Reset
*
* Resetting and rebuilding styles have been helped along thanks to the fine
* work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background: #f1f1f1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

a:hover,
a:active {
  outline: 0;
}

a img {
  border: 0;
}


/**
* 2.0 - Genericons
*/

.social-navigation a:before,
.secondary-toggle:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before,
.pagination .prev:before,
.pagination .next:before,
.image-navigation a:before,
.image-navigation a:after,
.format-link .entry-title a:after,
.entry-content .more-link:after,
.entry-summary .more-link:after,
.author-link:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Genericons";
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: top;
}


/**
* 3.0 Typography
*/

body,
button,
input,
select,
textarea {
  color: #333;
  font-family: "Noto Serif", serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 700;
}

p {
  margin-bottom: 1.6em;
}

b,
strong {
  font-weight: 700;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  border-left: 4px solid #707070;
  border-left: 4px solid rgba(51, 51, 51, 0.7);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 18px;
  font-size: 1.8rem;
  font-style: italic;
  line-height: 1.6667;
  margin-bottom: 1.6667em;
  padding-left: 0.7778em;
}

blockquote p {
  margin-bottom: 1.6667em;
}

blockquote > p:last-child {
  margin-bottom: 0;
}

blockquote cite,
blockquote small {
  color: #333;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "Noto Sans", sans-serif;
  line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}

blockquote strong,
blockquote b {
  font-weight: 400;
}

address {
  font-style: italic;
  margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
  font-family: Inconsolata, monospace;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

pre {
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.01);
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  line-height: 1.2;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 0.8em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

abbr[title] {
  border-bottom: 1px dotted #eaeaea;
  border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
  cursor: help;
}

mark,
ins {
  background-color: #fff9c0;
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}


/**
* 4.0 Elements
*/

hr {
  background-color: #eaeaea;
  background-color: rgba(51, 51, 51, 0.1);
  border: 0;
  height: 1px;
  margin-bottom: 1.6em;
}

ul,
ol {
  margin: 0 0 1.6em 1.3333em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

dl {
  margin-bottom: 1.6em;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 1.6em;
}

table,
th,
td {
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.6em;
  table-layout: fixed; /* Prevents HTML tables from becoming too wide */
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
}

th, td {
  padding: 0.4em;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

figure {
  margin: 0;
}

del {
  opacity: 0.8;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
}

:-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
}

::-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
  opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
}


/**
* 5.0 Forms
*/

button,
input,
select,
textarea {
  background-color: #f7f7f7;
  border-radius: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

input,
textarea {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
}

input:focus,
textarea:focus {
  background-color: #fff;
  border: 1px solid #c1c1c1;
  border: 1px solid rgba(51, 51, 51, 0.3);
  color: #333;
}

input:focus,
select:focus {
  outline: 2px solid #c1c1c1;
  outline: 2px solid rgba(51, 51, 51, 0.3);
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
  cursor: default;
  opacity: .5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  background-color: #333;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0.5em 2.5em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  background-color: #707070;
  background-color: rgba(51, 51, 51, 0.7);
  outline: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  padding: 0.375em;
  width: 100%;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  outline: 0;
}

.post-password-form {
  position: relative;
}

.post-password-form label {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-transform: uppercase;
}

.post-password-form input[type="submit"] {
  padding: 0.7917em;
  position: absolute;
  right: 0;
  bottom: 0;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

.search-form input[type="submit"],
.widget .search-form input[type="submit"] {
  padding: 0;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/**
* 6.0 Navigations
*/


/**
* 6.1 Links
*/

a {
  color: #333;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
}

/*
*	Start your code below :-)
*/

/* Fonts */
@font-face {
  font-family: 'DINCond-ligth';
  src: url('fonts/dinweb-condlight.eot') format('embedded-opentype'),
    url('fonts/dinweb-condlight.woff') format('woff'),
    url('fonts/dinweb-condlight.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DINCond-Medium';
  src: url('fonts/dincond-medium.eot') format('embedded-opentype'),
    url('fonts/DINCond-Medium.otf')  format('opentype'),
    url('fonts/dincond-medium.woff') format('woff'),
    url('fonts/dincond-medium.ttf')  format('truetype'),
    url('fonts/dincond-medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DINCond-Bold';
  src: url('fonts/dincond-bold.eot') format('embedded-opentype'),
    url('fonts/DINCond-Bold.otf')  format('opentype'),
    url('fonts/dincond-bold.woff') format('woff'),
    url('fonts/dincond-bold.ttf')  format('truetype'),
    url('fonts/dincond-bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Icons */

@font-face {
  font-family: 'icomoon';
  src:url('fonts/icomoon_6uiesa.eot');
  src:url('fonts/icomoon.eot') format('embedded-opentype'),
    url('fonts/icomoon_6uiesa.ttf') format('truetype'),
    url('fonts/icomoon_6uiesa.woff') format('woff'),
    url('fonts/icomoon_6uiesa-icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  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-facebook-footer:before {
  content: "\e602";
}
.icon-gplus-footer:before {
  content: "\e606";
}
.icon-instagram-footer:before {
  content: "\e607";
}
.icon-mail-footer:before {
  content: "\e608";
}
.icon-twitter-footer:before {
  content: "\e609";
}
.icon-calendar:before {
  content: "\e600";
}
.icon-facebook:before {
  content: "\e601";
}
.icon-instagram:before {
  content: "\e603";
}
.icon-mail:before {
  content: "\e604";
}
.icon-twitter:before {
  content: "\e605";
}


/* Header */
.site-header {
  background: #fff;
  height: 85px;
  position: relative;
  z-index: 20;
}
.site-branding {
  height: 50px;
  position: relative;
  z-index: 50;
}

.site-content {
  padding-bottom: 120px;
}

.site-title {
  width: 184px;
  height:45px;
  margin: 15px 0 0 15px;
  display: block;
  position: absolute;
}

.site-title a {
  display: block;
  background: url('img/logo.png') no-repeat center;
  text-indent: -1000em;
  overflow: hidden;
  outline: none;
  width: 184px;
  height:45px;
}

ul.social-icon{
  float: left;
  position: absolute;
  top: 15px;
  left: 195px;
}

ul.social-icon a{
  display: inline-block;
  list-style: none;
  color: #d5d5d5;
}

ul.social-icon a:hover{
  color: #777777;
}

ul.social-icon a:not(:last-child){
  padding-right: 8px;
}

ul.social-icon a li:before{
  font-size: 1.1em;
}
.connexion a.submit {
  padding: 10px;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0.5em 2.5em;
}

button.submit,.connexion a.submit {
  background-color: #ea148c;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(123,18,74,1);
  -moz-box-shadow: 0px 1px 1px 0px rgba(123,18,74,1);
  box-shadow: 0px 1px 1px 0px rgba(123,18,74,1);
  font-weight: normal;
  color: #fff;
}

.stamp {
  position: absolute !important;
}

.stamp-1 {
  top: -210px !important;
}

.stamp.col-1x2 {
  left: 0;
}

.stamp.col-2x1, .stamp.col-2x1-reverse {
  left: 210px;
}

.stamp-2 {
  top: -210px !important;
}

.connexion {
  width: 300px;
  text-align: right;
  padding-right: 15px;
  float: right;
  margin-top: 10px;
}

.nav-main {
  background: #292929;
  color: #fff;
  height: 35px;
}
.nav-main ul {
  padding: 0;
  margin: 0;
  text-align: center;
}

.nav-main ul li {
  padding: 0;
  margin: 0 33px 0 0;
  list-style: none;
  display: inline-block;
  padding-top: 5px;
}
.nav-main ul li:last-child {
  margin: 0;
}
.nav-main ul li a {
  display: block;
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  font-size: .8em;
  text-transform: uppercase;
  height: 30px;
}
.nav-main ul li:first-child a:hover {
  -webkit-box-shadow: inset 0px -5px 0px -3px rgba(243,156,18,1);
  -moz-box-shadow: inset 0px -5px 0px -3px rgba(243,156,18,1);
  box-shadow: inset 0px -5px 0px -3px rgba(243,156,18,1);
}

.nav-main ul li:nth-child(2) a:hover {
  -webkit-box-shadow: inset 0px -5px 0px -3px rgba(59,154,217,1);
  -moz-box-shadow: inset 0px -5px 0px -3px rgba(59,154,217,1);
  box-shadow: inset 0px -5px 0px -3px rgba(59,154,217,1);
}

.nav-main ul li:nth-child(3) a:hover {
  -webkit-box-shadow: inset 0px -5px 0px -3px rgba(152,93,180,1);
  -moz-box-shadow: inset 0px -5px 0px -3px rgba(152,93,180,1);
  box-shadow: inset 0px -5px 0px -3px rgba(152,93,180,1);
}

.nav-main ul li:nth-child(4) a:hover {
  -webkit-box-shadow: inset 0px -5px 0px -3px rgba(197,0,107,1);
  -moz-box-shadow: inset 0px -5px 0px -3px rgba(197,0,107,1);
  box-shadow: inset 0px -5px 0px -3px rgba(197,0,107,1);
}

.nav-main ul li:last-child a:hover {
  -webkit-box-shadow: inset 0px -5px 0px -3px rgba(246,114,128,1);
  -moz-box-shadow: inset 0px -5px 0px -3px rgba(246,114,128,1);
  box-shadow: inset 0px -5px 0px -3px rgba(246,114,128,1);
}

/* Header */

/* Slider */
.sticky_module, .sticky_module_2 {
  height: 630px;
}


.sticky_module .slick-track .slick-slide {
  background-size: cover;
  position: relative;
  height: 630px;
  background-position: center bottom;
}

.sticky_module_2 .slick-slide_2 .slick-square-container{
  position: relative;
  width: 1050px;
  height: 630px;
  margin: 0 auto;
}

.sticky_module_2 .slick-slide_2 .slick-square{
  position: absolute;
  bottom: 0; right: 0;
  width: 420px;
  height: 420px;

  opacity: .85;

}

.sticky_module_2 .slick-slide_2 .slick-square span.slick-legend{
  position: absolute;
  display: block;
  color: white;
  font-family: 'DINCond-Bold';
  font-size: 20px;
  letter-spacing: 0.0625em;
  text-align: center;
  top: 32px;
  left: 50%;
  margin-left: -55px;
  text-transform: uppercase;
  background: #ec008c;
  padding: 0 10px;
  transform: skewX(-10deg);
}

span.slick-legend{
  position: absolute;
  display: block;
  color: white;
  font-family: 'DINCond-Bold';
  font-size: 20px;
  letter-spacing: 0.0625em;
  text-align: center;
  top: 50px;
  left: 50%;
  margin-left: -55px;
  text-transform: uppercase;
  background: #ec008c;
  padding: 0 10px;
  transform: skewX(-10deg);
}
span.slick-icon-legend{
  background: url('img/heart-icon.png') no-repeat center top transparent;
  width: 100px;
  height: 60px;
  display: block;
  position: absolute;
  top: 33px;
  left: 50%;
  margin-left: -50px;
}

.col-r2m span.slick-legend ul li a {
  color: #fff;
  font-size: .85em;
}


.sticky_module_2 .slick-rotate-legend{
  display: table;
  position: absolute;
  z-index: 10;
  width: 100%;
  transform: rotate(-10deg);
}

.facebook-icon-chat {
  width: 35px;
  height: 35px;
  background: url('img/fb-icon.png') no-repeat center top transparent;
  display: inline-block;
  vertical-align: middle;
}

.slick-rotate-legend{
  display: table;
  width: 100%;
  transform: rotate(-10deg);
}

.sticky_module_2 .slick-track .slick-slide .slick-square .slick-table{
  display: table;
  top: 0;
  width: 100%;
  height: 100%;
}

.sticky_module_2 .slick-slide_2 .slick-square .slick-table h2.slick-title {
  display: table-cell;
  color: white;
  font-family: 'DINCond-Medium';
  font-size: 50px;
  font-weight: 100;
  line-height: 50px;
  letter-spacing: 0.0125em;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}

.col-2x1 .newsletter-active-bloc {
  background-color: #7b0051;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  text-align: center;
  width: 420px;
  height: 210px;
}

.col-2x1 .newsletter-active-bloc h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.1em;
  font-weight: normal;
  margin-top: 100px;
  margin-bottom: 10px;
}

.col-2x1 .newsletter-active-bloc form {
  display: block;
  width: 80%;
  margin: auto;
  position: relative;
}

.col-2x1 .newsletter-active-bloc form input[type="submit"] {
  background-color: #dc359b;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.col-2x1 .newsletter-active-bloc form input[type="submit"]:hover {
  background-color: #ff58be;
}

.mc4wp-alert, .mc4wp-error {
  font-size: .7em;
}

.slick-table {
  display: table;
  width: 100%;
  height: 100%;
}

.sticky_module_2 .slick-slide_2 .slick-square .slick-table h2.slick-title a{
  color: white;
  outline: none;
}

.sticky_module_2 .slick-slide_2 .slick-square .slick-tb-permalink{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.sticky_module_2 .slick-slide_2 .slick-square .slick-tb-permalink .slick-table a{
  display: block;
  color: white;
  font-family: 'DINCond-Medium';
  font-size: 14px;
  font-weight: 100;
  letter-spacing: 0.0625em;
  text-align: center;
  vertical-align: bottom;
  padding-bottom: 35px;
  text-transform: uppercase;
  width: 100%;
}

.sticky_module_2 .slick-slide_2 .slick-square .slick-tb-permalink .slick-table a:before{
  content: '';
  position: absolute;
  margin-top: 20px;
  left: 35px;
  width: 1px;
  height: 10px;
  background: white;
}

.sticky_module_2 .slick-slide_2 .slick-square .slick-tb-permalink .slick-table a:after{
  content: '';
  position: absolute;
  margin-top: 20px;
  right: 35px;
  width: 1px;
  height: 10px;
  background: white;
}

.sticky_module_2 .slick-slide_2 .slick-square .slick-table span.underline{
  display: table-cell;
  position: absolute;
  bottom: 26px;
  left: 35px;
  right: 35px;
  width: 350px;
  border-bottom: 1px solid #fff;
}

.sticky_module_2 .slick-track .slick-slide {
  position: relative;
  height: 420px;
  background: #b22f78;
  -webkit-clip-path: polygon(50% 2%, 52% 0, 100% 0, 100% 100%, 0 100%, 0 0, 48% 0);
  clip-path: polygon(50% 2%, 52% 0, 100% 0, 100% 100%, 0 100%, 0 0, 48% 0);
}
.content-area {
  position: relative;
}
.sticky_module_2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

button.slick-prev, button.slick-next{
  display: none !important;
}

ul.slick-dots{
  list-style: none;
  display: inline-block;
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 55px;
  margin: 0;
}

ul.slick-dots li{
  display: inline-block;
}

ul.slick-dots li:not(:last-child){
  padding-right: 6px;
}

ul.slick-dots li button{
  background: white;
  border-radius: 50%;
  opacity: .5;
  padding: 0;
  text-indent: -1000em;
  width: 6px;
  height: 6px;
}

ul.slick-dots li.slick-active button{
  opacity: 1;
}

ul.slick-dots li button:hover{
  opacity: 1;
}

/* Main Content */
.col-r2m {
  background: #fff;
  float: left;
  min-width: 210px;
  font-family: 'Raleway', sans-serif;
}
.col-r2m .image-area{
  overflow: hidden;
}
.col-r2m .text-area{
  box-sizing: border-box;
  padding: 15px;
  position: relative;
}
.col-r2m ul.post-categories {
  padding: 0;
  margin: 0;
}
.col-r2m ul.post-categories li{
  padding: 0;
  margin: 0;
  list-style: none;
}
.col-r2m ul.post-categories li a{
  color: #333;
  font-size: .6em;
  font-weight: 700;
  text-transform: uppercase;
}

.col-r2m.cest-sport ul.post-categories li a{
  color: #f67280;
}
.col-r2m.coaching-rencontre ul.post-categories li a{
  color: #3b9ad9;
}
.col-r2m.vestiaire-des-news ul.post-categories li a{
  color: #985db4;
}
.col-r2m.coups-de-coeur ul.post-categories li a{
  color: #c5006b;
}
.col-r2m.nutrition-sante ul.post-categories li a{
  color: #f39c12;
}

.col-5x2.col-r2m ul.post-categories li a,
.col-3x2.col-r2m ul.post-categories li a {
  color: #f0f0f0;
}

.col-r2m h2 a{
  font-weight: 700;
  text-transform: uppercase;
}
.col-r2m .view-count {
  font-size: .6em;
  color:#8a9196;
  text-transform: uppercase;
}
.col-1x2 {
  width: 210px;
  height: 420px;
}
.col-2x1 {
  width: 420px;
  height: 210px;
}
.col-2x2 {
  width: 420px;
  height: 420px;
}
.col-3x2 {
  width: 630px;
  height: 420px;
}
.col-2x1 .image-area, .col-2x1 .text-area, .col-2x1-reverse .image-area, .col-2x1-reverse .text-area {
  display: block;
  width: 210px;
  float: left;
  height: 210px;
}

.col-1x2 .image-area, .col-1x2 .text-area {
  display: block;
  width: 210px;
  height: 210px;
}

.col-1x2 .image-area {
  -webkit-clip-path: polygon(0 0, 101% 0, 101% 100%, 54% 100%, 50% 95%, 46% 100%, 0 100%);
  clip-path: polygon(0 0, 101% 0, 101% 100%, 54% 100%, 50% 95%, 46% 100%, 0 100%);
}

.col-2x1 .image-area {
  -webkit-clip-path: polygon(100% 0, 100% 46%, 95% 50%, 100% 54%, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 46%, 95% 50%, 100% 54%, 100% 100%, 0 100%, 0 0);
}
.col-2x1-reverse .image-area {
  -webkit-clip-path: polygon(0 46%, 0 0, 100% 0, 100% 100%, 0 100%, 0 54%, 5% 50%);
  clip-path: polygon(0 46%, 0 0, 100% 0, 100% 100%, 0 100%, 0 54%, 5% 50%);
}

.col-3x2 .image-area{
  width: 630px;
  height: 420px;
  background-size: cover;
}
.relative {
  position: relative;
  height: 100%;
  box-sizing: border-box;
  width: 100%;
}

.col-3x2 .text-area{
  position: absolute;
  width: 630px;
  height: 420px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.4);
  color : #fff;
}

.col-3x2 .text-area .area-layout-text {
  color: #fff;
  font-family: 'DINCond-ligth', sans-serif;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  position: absolute;
  top: 150px;
  left: 0;
  right: 0;
}
.col-3x2 .text-area a{
  color: #fff;
}
.col-3x2 .text-area h2 a {
  font-size: 3.3em;
  line-height: 1em;
}

/* 5x2 */

.col-5x2 .image-area{
  width: 1050px;
  height: 420px;
  background-size: cover;
}

.col-5x2 .text-area{
  position: absolute;
  width: 1050px;
  height: 420px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.4);
  color : #fff;
}

.col-5x2 .text-area .area-layout-text {
  color: #fff;
  font-family: 'DINCond-ligth', sans-serif;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  position: absolute;
  top: 150px;
  left: 0;
  right: 0;
}
.col-5x2 .text-area a{
  color: #fff;
}
.col-5x2 .text-area h2 a {
  font-size: 3.3em;
  line-height: 1em;
}


/**/

.col-2x2 .text-area {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity: 0;
  top: 100%;
}

.col-2x2 .text-area span.view-count{
  display: none;
}

.col-2x2 .text-area h2 a, .col-2x2 .text-area span.categorie-list ul.post-categories li a{
  color: white;
}

.col-2x2 .text-area span.categorie-list span.sep-x{
  background: white;
}

.col-r2m.col-2x2 .image-area:hover .text-area{
  opacity: 1;
  top: 0;
}

.col-2x2 .image-area {
  display: block;
  width: 420px;
  height: 420px;
  background-size: cover;
  background-position: center;
}

.col-2x2 .image-area img {
  display: block;
  width: 420px;
  height: 420px;
}

.sep-x {
  width: 30px;
  height: 1px;
  background: #bbb;
  display: block;
}

.col-r2m .plus {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #dc359b;
  width: 34px;
  height: 34px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -12px;
  margin-left: -12px;
}

.col-r2m .image-area:hover .plus{
  background-color: #dc359b;
  opacity: .85;
  width: 200%;
  height: 200%;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: -50%;
  margin-left: -50%;
}

.col-r2m .image-area span.image-area-link{
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: absolute;
  color: white;
  width: 210px;
  height: 210px;
  line-height: 210px;
  left: 0;
  top: 50%;
  text-align: center;
  opacity: 0;
  text-transform: uppercase;
}

.col-r2m .image-area:hover span.image-area-link{
  opacity: 1;
  top: 0;
}

.col-r2m.col-2x2 .image-area span.image-area-link{
  width: 420px;
  height: 420px;
  line-height: 420px;
}

.col-r2m .plus .horizontal {
  height: 1px;
  margin-left: -7.5px;
  width: 15px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.col-r2m .image-area:hover .plus .horizontal {
  opacity: 0;
  top: 300%;
}

.col-r2m .plus .vertical {
  width: 1px;
  height: 15px;
  margin-top: -7.5px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.col-r2m .image-area:hover .plus .vertical {
  opacity: 0;
  top: 300%;
}

.col-r2m .plus .horizontal,
.col-r2m .plus .vertical {
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
}


.col-r2m .categorie-list {
  position:absolute;
  bottom: 5px;
  left: 15px;
  right: 15px;
}
.col-r2m .image-area {
  position: relative;
}
.col-r2m .image-area a{
  display: block;
}

.wrapper {
  width: 1050px;
  margin: auto;
}
.cest-sport span.slick-legend {
  margin-left: -60px;
}
.coups-de-coeur span.slick-legend {
  margin-left: -100px;
}
.vestiaire-des-news span.slick-legend {
  margin-left: -100px;
}
.nutrition-sante span.slick-legend {
  margin-left: -80px;
}

/* Footer */

.site-footer{
  height: 345px;
  background: #242323;
  border-top: 2px solid #dc359b;
  color: white;
  text-align: center;
}

.site-footer .site-info{
  position: relative;
  top: 30px;
}

.site-footer .site-info .join-site{
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.0625em;
  color: white;
}

.site-footer ul.site-social-networks{
  position: relative;
  top: 30px;
  list-style: none;
  margin: 0;
  z-index: 10;
}

.site-footer ul.site-social-networks a{
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: inline-block;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 1px solid white;
  font-size: 1em;
  cursor: pointer;
  color: white;
}

.site-footer ul.site-social-networks a:hover{
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: white;
  color: #242323;
}

.site-footer ul.site-social-networks a li:before{
  font-size: 1.3em;
  line-height: 58px;
}

.site-footer ul.site-social-networks a:not(:last-child){
  margin-right: 22px;
}

#mc4wp-form-1{
  display: block;
  position: relative;
  padding-top: 55px;
}

.newsletter-label{
  display: block;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.0625em;
  color: white;
  padding-bottom: 10px;
}

.newsletter-footer{
  display: inline;
}

.newsletter-footer .mail{
  position: absolute;
  color: #c9c9c9;
  line-height: 35px;
  vertical-align: middle;
  padding-left: 8px;
}

.newsletter-footer .newsletter-field{
  width: 400px;
  height: 35px;
  text-align: center;
  border: 0;
  color: #242323;
  line-height: 35px;
  vertical-align: middle;
  border-radius: 2px;
}

.newsletter-footer .newsletter-field::-webkit-input-placeholder {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #c9c9c9;
}

.newsletter-footer .newsletter-field:-moz-placeholder { /* Firefox 18- */
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #c9c9c9;
}

.newsletter-footer .newsletter-field::-moz-placeholder {  /* Firefox 19+ */
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #c9c9c9;
}

.newsletter-footer .newsletter-field:-ms-input-placeholder {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #c9c9c9;
}

.newsletter-footer input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 31.25em white inset;
  -webkit-text-fill-color: #242323 !important;
}

.newsletter-footer .newsletter-button{
  position: absolute;
  margin-left: -50px;
  width: 50px;
  height: 35px;
  padding: 0;
  background: #dc359b;
  border-radius: 2px;
}

.newsletter-footer .newsletter-button:hover, .newsletter-footer .newsletter-button:focus{
  background: #c61689;
}

.menu-footer-container{
  padding-top: 27px;
}

.menu-footer-container ul{
  width: 715px;
  margin: 0 auto;
  padding-top: 10px;
  list-style: none;
  -webkit-box-shadow: inset 0px 5px 0px -4px #fff;
  -moz-box-shadow: inset 0px 5px 0px -4px #fff;
  box-shadow: inset 0px 5px 0px -4px #fff;
}

.menu-footer-container ul li{
  display: inline;
}

.menu-footer-container ul li:not(:last-child){
  padding-right: 22px;
}

.menu-footer-container ul li a{
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  font-weight: 100;
  color: white;
  padding-top: 17px;
}

.menu-footer-container ul li a:hover {
  -webkit-box-shadow: inset 0px 5px 0px -2px rgba(255,255,255,1);
  -moz-box-shadow: inset 0px 5px 0px -2px rgba(255,255,255,1);
  box-shadow: inset 0px 5px 0px -2px rgba(255,255,255,1);
}

/* Pagination */

.pagination {
  position: absolute;
  bottom: 0;
  z-index: 100;
  width: 100%;
}
.pagination h2{
  display: none;
}
.pagination h2{
  display: none;
}
.pagination .page-numbers{
  display: none;
}
.pagination .nav-link {
  width: 100%;
}
.pagination a.next.page-numbers {
  display: block;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 50%;
  position: absolute;
  margin-left: -25px;
  top: 25px;
  color: #fff;
  font-size: .5em;
  font-family: sans-serif;
  line-height: 50px;
  background: url('img/load-more.png') no-repeat center center;
  text-indent: -1000em;
  outline: none;
  overflow: hidden;
}


/* lire la suite */

.warped {position: relative; display: block; width:184px; height:134px; margin: auto;
  background: url('img/ellispis-icon.png') no-repeat center bottom;
}

.warped>span[class^=w]:nth-of-type(n+0){display:block; position:absolute;
  -moz-transform-origin:50% 100%; -webkit-transform-origin:50% 100%; -o-transform-origin:50%
    100%; -ms-transform-origin:50% 100%; transform-origin:50% 100%; }

.warped span{font-family:'Raleway';font-size:13px;font-weight:100;font-style:normal;
  line-height:0.55; white-space:pre; overflow:visible; padding:0px;}

.warped .w0 {-moz-transform: rotate(6.79rad);-webkit-transform: rotate(6.79rad);-o-transform:
  rotate(6.79rad);-ms-transform: rotate(6.79rad); transform: rotate(6.79rad);
  width: 8px; height: 7px; left: 52.09px; top: 92.36px;}

.warped .w1 {-moz-transform: rotate(6.7rad);-webkit-transform: rotate(6.7rad);-o-transform:
  rotate(6.7rad);-ms-transform: rotate(6.7rad); transform: rotate(6.7rad);
  width: 2px; height: 7px; left: 60.44px; top: 95.07px;}

.warped .w2 {-moz-transform: rotate(6.64rad);-webkit-transform: rotate(6.64rad);-o-transform:
  rotate(6.64rad);-ms-transform: rotate(6.64rad); transform: rotate(6.64rad);
  width: 4px; height: 7px; left: 63.13px; top: 96.6px;}

.warped .w3 {-moz-transform: rotate(6.54rad);-webkit-transform: rotate(6.54rad);-o-transform:
  rotate(6.54rad);-ms-transform: rotate(6.54rad); transform: rotate(6.54rad);
  width: 8px; height: 7px; left: 67.79px; top: 98.75px;}

.warped .w4 {-moz-transform: rotate(6.43rad);-webkit-transform: rotate(6.43rad);-o-transform:
  rotate(6.43rad);-ms-transform: rotate(6.43rad); transform: rotate(6.43rad);
  width: 4px; height: 7px; left: 76.64px; top: 100.19px;}

.warped .w5 {-moz-transform: rotate(6.37rad);-webkit-transform: rotate(6.37rad);-o-transform:
  rotate(6.37rad);-ms-transform: rotate(6.37rad); transform: rotate(6.37rad);
  width: 3px; height: 7px; left: 81.61px; top: 100.74px;}

.warped .w6 {-moz-transform: rotate(6.28rad);-webkit-transform: rotate(6.28rad);-o-transform:
  rotate(6.28rad);-ms-transform: rotate(6.28rad); transform: rotate(6.28rad);
  width: 7px; height: 7px; left: 85.6px; top: 100.99px;}

.warped .w7 {-moz-transform: rotate(6.18rad);-webkit-transform: rotate(6.18rad);-o-transform:
  rotate(6.18rad);-ms-transform: rotate(6.18rad); transform: rotate(6.18rad);
  width: 4px; height: 7px; left: 93.59px; top:100.67px;}

.warped .w8 {-moz-transform: rotate(6.09rad);-webkit-transform: rotate(6.09rad);-o-transform:
  rotate(6.09rad);-ms-transform: rotate(6.09rad); transform: rotate(6.09rad);
  width: 6px; height: 7px; left: 98.52px; top: 99.81px;}

.warped .w9 {-moz-transform: rotate(5.98rad);-webkit-transform: rotate(5.98rad);-o-transform:
  rotate(5.98rad);-ms-transform: rotate(5.98rad); transform: rotate(5.98rad);
  width: 7px; height: 7px; left: 105.3px; top: 98px;}

.warped .w10 {-moz-transform: rotate(5.9rad);-webkit-transform: rotate(5.9rad);-o-transform:
  rotate(5.9rad);-ms-transform: rotate(5.9rad); transform: rotate(5.9rad);
  width: 2px; height: 7px; left: 112.98px; top: 96.16px;}

.warped .w11 {-moz-transform: rotate(5.84rad);-webkit-transform: rotate(5.84rad);-o-transform:
  rotate(5.84rad);-ms-transform: rotate(5.84rad); transform: rotate(5.84rad);
  width: 4px; height: 7px; left: 115.64px; top: 94.56px;}

.warped .w12 {-moz-transform: rotate(5.73rad);-webkit-transform: rotate(5.73rad);-o-transform:
  rotate(5.73rad);-ms-transform: rotate(5.73rad); transform: rotate(5.73rad);
  width: 8px; height: 7px; left: 119.8px; top: 91.24px;}

/* page */

.page-bg-head {
  height: 250px;
  width: 100%;
  background-size: cover;
  -webkit-transition: height .3s; /* Safari */
  transition: height .3s;
}

.page-bg-head:hover {
  height: 500px;
  -webkit-transition: height .3s; /* Safari */
  transition: height .3s;
}

.type-post .entry-header h1, .entry-content h1{
  font-size: 4em;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1em;
  margin-bottom: 30px;
}

.content-detail {
  width: 805px;
  float: left;
  background: #fff;
  padding: 100px 30px 30px;
  position: relative;
}
.secondary {
  width: 235px;
  float: right;
}

.the-exerpt {
  font-style: italic;
  font-size: 1.6em;
  text-align: center;
  font-weight: 100;
  font-family: 'Merriweather', serif;
  padding-bottom: 60px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 45px;
}

.site .entry-content {
  font-family: 'Raleway', sans-serif;
  font-size: 1.1em;
  text-align: justify;;
}
.site .entry-content ul {
}
.site .entry-content ul li{
  list-style-type: disc;
}

.site .entry-content ul li li{
  list-style-type: '-';
}

.site .entry-content h3, .site .entry-content h2 {
  color: #d60180;
  text-transform: uppercase;
  margin: 20px 0;
}


/* .site .entry-content ul li:before,
.site .entry-content ul li:after {
  content: " "; 1
  display: table; 2
} */

/* .site .entry-content ul li:after {
  clear: both;
} */

.site .entry-content::first-letter{
  font-size: 4em;
  float: left;
  font-weight: bold;
  color: #d60180;
  margin-top: -40px;
  margin-right: 20px;
}

.author-detail {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  text-align: center;
  font-style: italic;
  font-family: 'Merriweather', serif;
  font-weight: 100;
}
.author-detail .pics-avatar {
  width: 60px;
  margin: 0 auto 10px;
  height: 60px;
}
.alignright {
  float: right;
  margin: 20px 0 20px 30px;
}
.alignleft {
  float: right;
  margin: 20px 30px 20px 0px;
}
.aligncenter {
  text-align: center;
  margin: auto;
  display: block;
}
.author-detail .pics-avatar .avatar-wp {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #fff;
}
img.full {
  width: 100%;
  display: block;
  margin: 20px auto;
}
a.full img {
  width: 100%;
  display: block;
}
.single article {
  background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 51%, rgba(255,255,255,0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(51%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0)));
  background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 100%);
  background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 100%);
  background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}

/* chat module facebook*/
.chat.col-r2m {
  color: #fff;
  background: #3B5998;
}

.chat .cff-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.chat .cff-post-text {
  text-align: center;
}
.chat .cff-post-text a {
  color: #fff;
}
.chat .fb-like {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -30px;
  right: 0;
}
.chat h2{
  font-weight: 100;
  padding: 20px;
}
.chat .cff-wrapper {
  position: absolute;
  top: 35%;
  box-sizing: border-box;
  vertical-align: middle;
}
.chat .cff-text {
  max-height: 86px;
  display: block;
  overflow: hidden;
}
.chat .cff-wrapper #cff .cff-item {
  display: inline-block;
}

.chat .cff-shared-link, .chat .cff-post-links, .chat .cff-author, .widget .cff-post-links {
  display: none;
}
.widget {
  margin-top: 20px;
}
.widget .cff-wrapper {
  background: #fff;
  padding: 10px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
}

/* sidebar */

.secondary {
    font-family: 'Raleway', sans-serif;
}

.recent-posts-widget-with-thumbnails .widget-title {

  font-style: italic;
  font-family: 'Merriweather', serif;
  font-weight: 100;
  color: #d60180;
}
.recent-posts-widget-with-thumbnails ul {
  padding: 0;
  margin: 0;
}
.recent-posts-widget-with-thumbnails ul li {
  list-style: none;
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
}
.recent-posts-widget-with-thumbnails .rpwwt-post-title {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: .9em;
}

blockquote {
  margin-left: -100px;
  color: #444;
  font-size: 1.5em;
  font-family: 'Merriweather', serif;
  padding-right: 50px;
  border-left: 0;
  padding-top: 20px;
  padding-left: 40px;
  box-sizing: border-box;
  background: url('img/tild-icon.png') no-repeat left top transparent;
}
blockquote p:after {
  content: '"';
}

.comments-area {
  width: 805px;
  margin-right: 240px;
  box-sizing:border-box;
  background: #f8f8f8;
  padding: 30px;
  font-family: 'Raleway', sans-serif;
  font-size: .9em;
}
.comments-area ol {
  padding: 0;
  margin: 0;
}
.comments-area ol li:first-child {

  border-top: 1px dotted #aaa;
}
.comments-area ol li {
  list-style: none;
  padding: 20px;
  margin: 0;
  border-bottom: 1px dotted #aaa;
}

.comments-area ol li article.comment-body {
  background: transparent;
}

.comments-area ol li article.comment-body .vcard img {
  float: left;
  margin: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;

}
.comments-area ol li article.comment-body time {
  display: none;
}

.comments-area h3, .comments-area h2{
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1em;
}
.comments-area ol li article.comment-body {
  font-family: Helvetica, Arial, sans-serif;
}
.comments-area ol li article.comment-body .fn {
  color: #444;
  font-style: italic;
  font-weight: lighter;
  font-size: .9em;
  font-family: 'Merriweather', serif;
}

.comments-area .form-allowed-tags {
  display: none;
}

.comments-area .comment-form-comment #comment{
  height: 70px;
  border: 0 none;
}
.comments-area .comment-respond {
  margin-top: 5px;
  margin-bottom: 20px;
  padding: 20px;
  background: #eee;
}

.comment-paradise {

  background: -moz-linear-gradient(left, rgba(248,248,248,1) 0%, rgba(248,248,248,1) 49%, rgba(248,248,248,0) 50%, rgba(248,248,248,0) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(248,248,248,1)), color-stop(49%,rgba(248,248,248,1)), color-stop(50%,rgba(248,248,248,0)), color-stop(100%,rgba(248,248,248,0)));
background: -webkit-linear-gradient(left, rgba(248,248,248,1) 0%,rgba(248,248,248,1) 49%,rgba(248,248,248,0) 50%,rgba(248,248,248,0) 100%);
background: -o-linear-gradient(left, rgba(248,248,248,1) 0%,rgba(248,248,248,1) 49%,rgba(248,248,248,0) 50%,rgba(248,248,248,0) 100%);
background: -ms-linear-gradient(left, rgba(248,248,248,1) 0%,rgba(248,248,248,1) 49%,rgba(248,248,248,0) 50%,rgba(248,248,248,0) 100%);
background: linear-gradient(to right, rgba(248,248,248,1) 0%,rgba(248,248,248,1) 49%,rgba(248,248,248,0) 50%,rgba(248,248,248,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#00f8f8f8',GradientType=1 );
}

.comments-area .form-submit .submit {
    background-color: #ea148c;
   border-radius: 2px;
   -webkit-box-shadow: 0px 1px 1px 0px rgba(123,18,74,1);
   -moz-box-shadow: 0px 1px 1px 0px rgba(123,18,74,1);
   box-shadow: 0px 1px 1px 0px rgba(123,18,74,1);
   font-weight: normal;
   color: #fff;
}


/* single */

.single .site-content {
  padding-bottom: 0;
}

@media only screen
and (max-width : 667px) {
  body .col-r2m {
    width: 100%;
    display: block;
  }
  #facebooklikebox-2, body .sticky_module.slick-slider, body .sticky_module_2, .social-icon {
    display: none;
  }
  .col-r2m img, .col-2x2 .image-area, .col-1x2 .image-area, .content-detail, .comments-area, .col-1x2 .image-area img, .col-1x2 .text-area, body .wrapper, body .col-3x2 .text-area, body .col-3x2 .image-area,body .col-5x2 .image-area, body .col-5x2 .text-area {
    width: 100%;
  }
  .col-2x1 .image-area, .col-2x1 .text-area, .col-2x1-reverse .image-area, .col-2x1-reverse .text-area {
    width: 50%;
  }
  .col-1x2 .image-area {
    height: 80%;
  }
  .nav-main {
    height: auto;
  }
  blockquote {
    margin-left: 0;
  }
  .secondary {
    width: 100%;
    margin: auto;
    background-color: #fff;
    padding: 20px;
  }

  .home .site, .single .site, .archive .site {
    overflow: hidden;
  }

}