/*
Theme Name: Falcon Magazine
Theme URI: http://wellthemes.com/
Author: WellThemes
Author URI: http://wellthemes.com/
Description: A Premium Magazine style Responsive WordPress Theme by WellThemes.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, black, gray, light, one-column, two-columns, right-sidebar, responsive-layout, custom-background, editor-style, featured-images, full-width-template, sticky-post, theme-options
Text Domain: wellthemes
*/
/*
Warning: Do not edit this file, it will be overwritten by the next theme update. If you want to customize the styles, create a child theme instead See: http://codex.wordpress.org/Child_Themes
*/
/* TABLE OF CONTENT 
 * ==================
 * 1.  BASE
 * 2.  HEADER
 * 3.  NAVIGATION MENU
 * 4.  MAIN CONTENT
 * 5.  REVIEW
 * 6.  PAGES
 * 7.  COMMENTS
 * 8.  SIDEBARS
 * 9.  FOOTER
 * 10. MEDIA QUERIES
 **/
@import url("css/reset.css");
@import url("css/lightbox-min.css");
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 200;
  src: url(http://fonts.gstatic.com/s/raleway/v17/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtaorCIPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url(http://fonts.gstatic.com/s/raleway/v17/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCIPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url(http://fonts.gstatic.com/s/raleway/v17/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pbCIPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(http://fonts.gstatic.com/s/lato/v17/S6uyw4BMUTPHjx4wWw.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(http://fonts.gstatic.com/s/lato/v17/S6u9w4BMUTPHh6UVSwiPHA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: local('Lato Black'), local('Lato-Black'), url(http://fonts.gstatic.com/s/lato/v17/S6u9w4BMUTPHh50XSwiPHA.ttf) format('truetype');
}
ul,
ol {
  margin: 0 0 1.5em 2.5em;
}
ul {
  list-style: square;
}
ol {
  list-style-type: decimal;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
ol ol ol ol {
  list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
}
dl {
  margin: 0 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 1.5em;
}
strong {
  font-weight: bold;
}
small {
  font-size: 80%;
}
big {
  font-size: 120%;
}
cite,
em,
i {
  font-style: italic;
}
cite {
  border: none;
}
blockquote {
  font-family: georgia, serif;
  margin: 30px 35px 30px 45px;
  font-style: italic;
  background: #EFEFEF;
  padding: 5px;
  clear: both;
  line-height: 1.6;
}
blockquote p {
  margin: 0 0 20px;
  padding: 0;
}
blockquote p:last-child {
  margin: 0;
}
blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}
pre {
  background: rgba(0, 0, 0, 0.05);
  font: 87.5% "Courier 10 Pitch", Courier, monospace;
  line-height: normal;
  margin-bottom: 1.5em;
  padding: 0.75em 1.5em;
}
code,
kbd {
  font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
ins {
  text-decoration: none;
}
sup,
sub {
  font-size: 62.5%;
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: 0.5ex;
}
input[type=text],
textarea {
  border: 1px solid #E7E7E7;
}
textarea {
  padding-left: 3px;
  width: 98%;
  overflow: hidden;
  resize: none;
}
address {
  display: block;
  margin: 0 0 1.625em;
}
table {
  border: 1px solid #EAEAEA;
  margin: 0 0 1.625em;
  width: 100%;
  text-align: left;
  line-height: 1.4;
  font-size: 15px;
}
th {
  padding: 10px;
  font-size: 14px;
  border: 1px solid #E2E2E2;
  color: #777;
  background: #FAFAFA;
  font-weight: normal;
  vertical-align: middle;
  font-weight: bold;
}
td {
  padding: 10px;
  vertical-align: top;
  vertical-align: middle;
  border: 1px solid #E2E2E2;
}
p {
  margin-bottom: 15px;
}
img {
  max-width: 100%;
  height: auto;
}
/*-- WordPress common classes*/
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.25em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.25em;
}
.alignnone,
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft,
img.alignright,
img.alignnone,
img.aligncenter {
  margin-bottom: 1em;
}
p img,
.wp-caption {
  margin-top: 0.4em;
}
.wp-caption {
  margin-bottom: 1em;
  max-width: 96%;
  text-align: center;
}
.wp-caption img {
  display: block;
  margin: 0 auto;
  max-width: 98%;
}
p.wp-caption-text {
  margin-bottom: 0;
}
.wp-caption .wp-caption-text,
.gallery-caption {
  color: #AAAAAA;
  font-size: 12px;
}
.gallery {
  margin-bottom: 15px !important;
}
.gallery dl {
  margin: 0;
}
.gallery img {
  border: none !important;
}
.button {
  color: #FFFFFF !important;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  padding: 7px 10px;
  text-decoration: none;
  border: none;
  -moz-transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.clear {
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
  display: block;
}
.list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hidden {
  display: none !important;
}
/* 1. BASE
 * ============= */
body {
  font-family: 'Lato', Helvetica, Arial, Sans-Serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  color: #303030;
}
b,
strong {
  font-weight: bold;
}
/*=== Link styles ===*/
a {
  text-decoration: none;
  color: #303030;
  transition: all 0.2s ease 0s;
  outline: 0;
}
a:visited {
  color: #303030;
}
a:hover {
  color: #909090;
}
/*=== Headings ===*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', Helvetica, Arial, Sans-Serif;
  font-weight: 900;
  line-height: 1.2;
  color: #303030;
  margin-bottom: 10px;
}
h1,
.h1 {
  font-size: 40px;
  line-height: 1.1;
}
h2,
.h2 {
  font-size: 34px;
  line-height: 39px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
  font-weight: 700;
}
h5,
.h5 {
  font-size: 15px;
  font-weight: 700;
}
h6,
.h6 {
  font-size: 14px;
}
:focus {
  outline: 0;
}
/*=== Layout ===*/
#container {
  overflow: hidden;
}
.inner-wrap {
  position: relative;
  width: 1140px;
  margin: 0 auto;
}
#main {
  overflow: hidden;
  background: #FFFFFF;
}
#content {
  width: 540px;
  float: left;
  overflow: hidden;
}
.wide-content {
  width: 840px;
  float: left;
  overflow: hidden;
}
.sidebar {
  width: 260px;
  margin-left: 20px;
  padding-left: 19px;
  border-left: 1px solid #ECECEC;
  overflow: hidden;
  float: left;
}
.home .sidebar#sidebar-right {
  margin-right: 20px;
  padding-right: 19px;
  border-right: 1px solid #ECECEC;
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
.section {
  margin-bottom: 20px;
  overflow: hidden;
}
.list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.row {
  overflow: hidden;
}
.one-half {
  width: 340px;
  margin-right: 40px;
  float: left;
}
.col-last {
  margin-right: 0 !important;
  padding-right: 0 !important;
}
.full-content {
  width: 100% !important;
  margin-right: 0 !important;
  padding-right: 0 !important;
}
/*=== image sizes ===*/
.wp-post-image {
  display: block;
}
.single-post-thumbnail {
  height: 420px;
}
.attachment-wt840_420 {
  width: 840px;
  height: auto;
}
.attachment-wt550_300 {
  width: 550px;
  height: 300px;
}
.attachment-wt450_250 {
  width: 450px;
  height: 250px;
}
.attachment-wt260_145 {
  width: 260px;
  height: 145px;
}
.attachment-wt65_65 {
  width: 65px;
  height: 65px;
  border-radius: 5px;
}
.lb-image {
  max-width: inherit;
}
/*=== main colors ===*/
.main-color {
  color: #E74C3C;
}
.main-color-bg {
  background: #E74C3C;
}
/* 2. HEADER
 * =========== */
#header {
  position: relative;
  margin-bottom: 30px;
}
#header .top {
  height: 44px;
}
#header .top ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#header .top ul li {
  float: left;
}
#header .top-menu {
  max-width: 600px;
  float: right;
}
#header .top-menu ul li {
  position: relative;
  color: #FFFFFF;
}
#header .top-menu ul.sub-menu li:after {
  padding-left: 0;
  content: '';
  border: none;
  position: inherit;
  height: auto;
}
#header .top-menu ul li.connexion a {
  border-right: 1px solid #0F806A;
}
#header .top-menu ul li a {
  color: #FFFFFF;
  font-weight: 700;
  padding: 11px 10px;
  line-height: 22px;
  display: inline-block;
}
#header .top-menu select {
  display: none;
  width: 200px;
  margin-top: 6px;
  height: 32px;
  background: rgba(255, 255, 255, 0.3);
  color: #FFFFFF;
  border: none;
  z-index: 3000;
  padding: 4px;
  font: inherit;
  font-size: 14px;
}
#header .top .social {
  display: inline-block;
  float: left;
}
#header .top .social li {
  margin-right: 10px;
}
#header .top .social li a {
  color: #FFFFFF;
  font-size: 18px;
  display: block;
  line-height: 1;
  margin-top: 12px;
}
#header .top .social li a:hover {
  color: #CECECE;
}
#header .logo {
  max-width: 400px;
  float: left;
  line-height: 1;
}
#header .header-ad {
  max-width: 728px;
  float: right;
}
#header .search {
  float: left;
  width: 20px;
  overflow: hidden;
  margin-top: 8px;
}
#header .header-search {
  float: left;
  margin-top: 15px;
  margin-left: 30px;
}
#header .search .searchfield {
  max-width: 0;
  padding: 3px 6px;
  height: 30px;
  transition: all 0.5s ease;
  position: absolute;
  left: 94px;
  box-sizing: border-box;
  opacity: 0;
}
#header .search .searchfield.expanded {
  max-width: 250px;
  opacity: 1;
}
#header .search i {
  width: 20px;
  height: 20px;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  color: #FFFFFF;
}
#banner-joyeux {
  float: right;
  margin-top: -20px;
}
body.post #banner-joyeux {
  display: none;
}
/*=== Ticker ===*/
.ticker-section {
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
}
.ticker {
  overflow: hidden;
  display: none;
  height: 40px;
}
.ticker .title {
  float: left;
  max-width: 220px;
  position: relative;
  font-weight: 200;
  text-transform: uppercase;
  padding: 3px 15px;
  margin-top: 3px;
  z-index: 3;
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
}
.ticker .title i {
  color: #BBBBBB;
  margin-right: 5px;
}
.ticker .title span {
  font-weight: 700;
}
.simply-scroll-container {
  position: relative;
}
.simply-scroll-clip {
  position: relative;
  overflow: hidden;
}
.simply-scroll-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}
.simply-scroll-list li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.simply-scroll .simply-scroll-clip {
  height: 20px;
  margin-top: 10px;
  line-height: 1.1;
}
.simply-scroll .simply-scroll-list li {
  float: left;
  margin-right: 65px;
}
/* 3. NAVIGATION MENU
====================== */
.logo-wrap {
  padding: 20px 0 0px 0;
}
.logo-wrap .inner-wrap {
  overflow: visible;
}
.logo-wrap h1 {
  margin-bottom: 0;
}
.menu-section {
  z-index: 99;
  clear: both;
  padding-top: 10px;
}
ul.ubermenu-submenu .ubermenu-submenu-type-stack .ubermenu-item-layout-icon_left .ubermenu-icon {
  position: absolute;
  top: 7px;
}
ul.ubermenu-submenu .ubermenu-submenu-type-stack .ubermenu-item-layout-icon_left .ubermenu-target-title {
  margin-left: 20px;
}
.menu-section #main-menu li.ubermenu-item a.ubermenu-target {
  font-size: 15px;
  text-transform: uppercase;
  color: #303030;
}
.menu-section #main-menu li.ubermenu-item ul.ubermenu-submenu a {
  font-size: 13px;
  text-transform: none;
}
#menu-item-582 img {
  border: 1px solid #e7e7e7;
}
.top-menu .menu-item-983 .fa-angle-down {
  padding-right: 10px;
}
.top-menu a:hover {
  background: #0F806A;
}
.top-menu .sub-menu {
  background: #16a085;
  box-shadow: 0px 4px 8px #eee;
  position: absolute;
  padding: 0;
  display: none;
  top: 33px;
  z-index: 9999;
}
.top-menu .sub-menu li {
  float: none;
  padding: 0px;
  position: relative;
  margin-right: 0 !important;
  width: 153px;
}
.top-menu .sub-menu li a {
  padding: 12px 16px 12px 14px;
  display: block;
  text-align: left;
  height: auto;
  background: #0F806A;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #16a085;
  color: white;
  text-transform: none;
}
.top-menu .sub-menu li a:hover {
  background: #16a085;
}
.top-menu .menu-item-has-children a:hover .sub-menu {
  display: block;
}
/* 4. MAIN CONTENT
 * ================ */
/*=== Overlay ===*/
.overlay {
  overflow: hidden;
  background: #000;
}
.overlay img {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.overlay:hover img {
  -webkit-transform: scale(1.2) rotate(-5deg);
  -moz-transform: scale(1.2) rotate(-5deg);
  -o-transform: scale(1.2) rotate(-5deg);
  -ms-transform: scale(1.2) rotate(-5deg);
  transform: scale(1.2) rotate(-5deg);
  opacity: 0.7;
}
/*=== Homepage ===*/
.content-wrap {
  overflow: hidden;
}
.content-wrap .sidebar {
  padding-top: 20px;
}
.feat-section {
  overflow: hidden;
  border-bottom: 1px solid #E3E3E3;
  padding-bottom: 20px;
}
.feat-section .section-left {
  width: 255px;
  float: left;
  margin-right: 20px;
  padding-right: 19px;
  border-right: 1px solid #E3E3E3;
  overflow: hidden;
}
.feat-section .section-content {
  overflow: hidden;
}
.feat-section .section-right {
  width: 100%;
  overflow: hidden;
  float: left;
}
.feat-section .section1 {
  overflow: hidden;
  margin-bottom: 10px;
}
.feat-section .excerpt-footer {
  border: none;
  padding: 0;
}
.feat-section .main-post {
  width: 840px;
  float: left;
  margin-right: 40px;
  overflow: hidden;
}
.feat-section .main-post .thumb {
  margin-bottom: 10px;
}
.feat-section .main-post h2 {
  margin: 5px 0 7px;
}
.feat-section .main-post p {
  margin-bottom: 0;
}
.feat-section .post-list {
  width: 255px;
  float: left;
}
.feat-section .item-post {
  overflow: hidden;
}
.feat-section .section-right .item-post .thumb {
  margin-bottom: 8px;
}
.feat-section .section-right .item-post:first-child {
  margin-bottom: 20px;
}
.section-title {
  overflow: hidden;
  background: #CACACA url('images/pattern.png');
  margin-bottom: 20px;
}
.section-title h4 {
  float: left;
  margin-bottom: 0;
  line-height: 1.12;
  background: #FFFFFF;
  padding-right: 15px;
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
  font-weight: 200;
  margin-top: -2px;
}
.section-title h4 span {
  font-weight: 700;
  margin-left: 5px;
}
.feat-section .feat-sec-nav,
.feat-widget .feat-sec-nav {
  float: right;
  background: #FFFFFF;
  padding-left: 15px;
  padding-top: 2px;
}
.feat-section .feat-sec-nav li,
.feat-widget .feat-sec-nav li {
  float: left;
}
.feat-section .feat-sec-nav li:first-child,
.feat-widget .feat-sec-nav li:first-child {
  margin-right: 15px;
}
.feat-section .feat-sec-nav a,
.feat-widget .feat-sec-nav a {
  display: block;
  opacity: 0.65;
  overflow: hidden;
  transition: all 0.3s ease 0s;
  width: 16px;
  height: 16px;
  line-height: 1;
  z-index: 1;
  text-align: center;
  font-size: 16px;
  float: left;
  color: #B1B1B1;
}
.feat-section .feat-sec-nav a:hover,
.feat-widget .feat-sec-nav a:hover {
  color: #303030;
}
.feat-section .feat-sec-nav .flex-prev:before,
.feat-widget .feat-sec-nav .flex-prev:before {
  content: "\f053";
  font-family: FontAwesome;
  display: block;
  padding: 0;
  font-weight: 400;
  margin-right: 2px;
}
.feat-section .feat-sec-nav .flex-next:before,
.feat-widget .feat-sec-nav .flex-next:before {
  content: "\f054";
  font-family: FontAwesome;
  display: block;
  padding: 0;
  font-weight: 400;
  margin-right: 2px;
}
.sidetabs .tab-titles {
  font-size: 28px;
  overflow: hidden;
  margin-bottom: 20px;
}
.sidetabs .tab-titles ul {
  list-style: none;
  margin: 0;
  border-bottom: 3px solid #E3E3E3;
  position: relative;
  height: 42px;
  z-index: 0;
}
.widget-tabs .tab-titles ul {
  overflow: visible;
}
.sidetabs .tab-titles ul li:first-child {
  margin-left: 40px;
}
.sidetabs .tab-titles ul li {
  float: left;
  margin-left: 15px;
  line-height: 1;
  padding: 0 10px;
  position: relative;
  height: 100%;
  z-index: 1;
}
.sidetabs .item-post {
  border-bottom: 1px solid #ECECEC;
  margin-bottom: 13px;
  padding-bottom: 13px;
  overflow: hidden;
}
.sidetabs .item-post:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.sidetabs .tab-titles ul li a {
  color: #C2C2C2;
}
.sidetabs .tab-titles ul li.active,
.sidetabs .tab-titles ul li:hover {
  border-bottom: 3px solid #E74C3C;
}
.sidetabs .tab-titles ul li.active a,
.sidetabs .tab-titles ul li:hover a {
  color: #E74C3C;
}
.sidetabs .tab-content {
  display: none;
}
.sidetabs .thumb {
  width: 65px;
  float: left;
  margin: 3px 10px 0 0;
}
.sidetabs .comment-text {
  font-size: 14px;
  line-height: 1.15;
}
.sidetabs h5 {
  margin-bottom: 5px;
}
.avatar-65 {
  border-radius: 5px;
}
ul.slides {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
}
/*=== Featured Section Slider ===*/
.archive-postlist .post {
  -vendor-animation-duration: 3s;
  -vendor-animation-delay: 2s;
  -vendor-animation-iteration-count: infinite;
}
.sec-slider {
  overflow: hidden;
}
.sec-slider .thumb {
  width: 450px;
  float: left;
  margin-right: 40px;
}
.sec-slider .post-right {
  width: 355px;
  float: left;
}
.sec-slider .entry-meta {
  margin-bottom: 8px;
}
.sec-slider .entry-footer {
  overflow: hidden;
}
.sec-slider .entry-footer .entry-meta {
  margin-bottom: 0;
}
.sec-slider .entry-meta .comments {
  margin-top: 5px;
}
.sec-slider .footer-left {
  float: left;
}
.sec-slider .footer-right {
  float: right;
}
.more-link {
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
}
.sec-slider .more-link {
  border: 1px solid #E3E3E3;
  padding: 3px 8px;
}
.more-link a {
  color: #676767;
}
.social-links {
  float: right;
  overflow: hidden;
}
.social-links a {
  border-radius: 26px;
  color: #fff;
  display: block;
  height: 24px;
  line-height: 1;
  text-align: center;
  width: 24px;
  float: left;
}
.social-links i {
  margin-top: 5px;
  display: inline-block;
  line-height: 1;
}
.social-links a.fb {
  background: #3c64bc;
}
.social-links a.twitter {
  background: #53B8FE;
  margin-right: 6px;
}
/*=== Carousel ===*/
.carousel-section {
  margin-top: 20px;
  border-bottom: 1px solid #E3E3E3;
}
.carousel-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.carousel-section .slides li {
  position: relative;
  margin-right: 35px;
  overflow: hidden;
}
.carousel-section .thumb {
  margin-bottom: 5px;
}
.carousel-section .carousel-books li {
  text-align: center;
}
.carousel-section .carousel-books .thumb {
  height: auto;
  overflow: hidden;
  position: relative;
  width: 110px;
  margin: 0 auto;
  border: 1px solid #d7d7d7;
}
.carousel-section .carousel-books .price {
  position: absolute;
  top: -4px;
  right: 10px;
  background: #f03a3a;
  color: white;
  padding: 1px 8px 2px;
  text-transform: none;
  border-radius: 2px;
  font-size: 14px;
  margin: 0;
}
.carousel-section .post-info {
  overflow: hidden;
}
.carousel-section h4 {
  margin-bottom: 0;
}
/*=== Featured Posts ===*/
.featured-content {
  margin-top: 20px;
}
/*=== Post Archive ===*/
.archive-title {
  margin-bottom: 25px;
}
.not-found h3 {
  color: white;
  margin-bottom: 10px;
}
.archive-header .subcategory {
  padding: 10px 0;
  border-top: 1px solid #c3c3c3;
  border-bottom: 1px solid #c3c3c3;
  margin-bottom: 15px;
}
.archive-header h3 {
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 0;
  color: grey;
}
.archive-header ul {
  margin: 0;
  display: inline-block;
}
.archive-header ul li {
  display: inline-block;
  margin: 0 0px 0 5px;
}
.archive-header ul li a {
  color: #16a085;
  font-weight: bold;
}
.archive-header ul li a:after {
  content: '\002f';
  color: #c3c3c3;
  padding: 0 0 0 10px;
  font-weight: normal;
}
.archive-header ul li:nth-last-child(1) a:after {
  content: '';
}
.archive-header .title_span {
  color: black;
  font-style: normal;
}
.archive-desc {
  background: #F8F8F8;
  color: #888888;
  margin-top: 10px;
  overflow: hidden;
  padding: 20px;
}
.archive-desc p {
  margin-bottom: 0;
}
.archive-desc .author-avatar {
  width: 65px;
  float: left;
  margin-right: 20px;
  margin-top: 10px;
}
.archive-desc .author-avatar .avatar {
  width: 65px;
  height: 65px;
  border-radius: 65px;
}
.archive .sub-title-archive {
  background: #16a085;
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
  padding: 7px 15px;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: normal;
  color: white;
}
.archive-postlist {
  overflow: hidden;
  border-top: 1px solid #ECECEC;
  padding-top: 10px;
}
.archive-postlist h3 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
}
.archive-postlist p {
  font-size: 14px;
  line-height: 21px;
}
.archive-postlist .entry-meta {
  margin-bottom: 7px;
}
.archive-postlist .entry-meta .comments {
  margin-left: 10px;
}
.archive-postlist .post,
.conference-postlist article,
.scientifics-texts-postlist article,
.scientifics-texts-postlist .post,
.single-auteur .post {
  margin-bottom: 30px;
  border-bottom: 1px solid #ECECEC;
}
.excerpt-thumb {
  position: relative;
  height: auto;
  margin-bottom: 15px;
  overflow: hidden;
  width: 210px;
  margin-right: 20px;
  float: left;
}
.excerpt-thumb .wp-post-image {
  height: auto;
}
.excerpt-thumb .entry-rating {
  position: absolute;
  bottom: 10px;
  left: 20px;
}
.excerpt-thumb .entry-rating i {
  color: #FFFFFF;
  font-size: 16px;
}
.excerpt-footer,
.scientifics-texts-postlist .child {
  overflow: hidden;
  border-bottom: 1px solid #ECECEC;
  margin-bottom: 5px;
  padding-bottom: 20px;
}
.excerpt-footer .more-link {
  float: left;
}
.excerpt-footer .more-link a {
  font-weight: 700;
  color: #f03A3A;
}
/*=== Sharing links ===*/
.share-links {
  float: right;
  overflow: hidden;
  font-family: 'Lato', Helvetica, Arial, Sans-Serif;
  text-transform: none;
  line-height: 1;
}
.share-links .share {
  font-size: 14px;
  font-weight: 700;
  margin-right: 7px;
  display: inline-block;
  line-height: 1;
}
.share-links .links {
  font-size: 12px;
  font-family: inherit;
  display: inline-block;
}
.share-links a {
  display: inline-block;
  line-height: 1;
  padding: 3px 6px;
  color: #FFFFFF;
  border-radius: 3px;
}
.share-links i {
  margin-right: 5px;
  color: #FFFFFF;
}
.share-links a.twitter {
  background: #53B8FE;
}
.share-links a.fb {
  background: #3c64bc;
}
.list-slider .entry-meta {
  font-size: 12px;
}
.list-slider .entry-meta .date {
  font-size: 11px;
  display: block;
}
.list-slider .entry-meta .entry-cat-bg {
  margin-right: 15px;
}
.section-left .entry-meta {
  font-size: 12px;
}
.section-left h5 {
  font-size: 14px;
}
.entry-meta {
  font-size: 13px;
  color: #959595;
  text-transform: uppercase;
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
  overflow: hidden;
}
.entry-meta .author {
  padding-right: 15px;
}
.entry-meta .sep {
  margin: 0 5px;
}
.entry-meta .author a {
  font-weight: 700;
  color: #F03A3A;
  font-size: 12px;
}
.entry-meta .author span:after {
  content: ',';
  display: inline-block;
  padding-right: 3px;
}
.entry-meta .author span:last-child:after {
  content: '';
  padding-right: 0;
}
.entry-meta .entry-rating {
  float: right;
  color: #FF9600;
}
.entry-meta .entry-rating i {
  font-size: 16px;
  margin-left: 1px;
}
.entry-meta .comments-bg {
  line-height: 1;
  padding: 0px 6px 2px;
  color: #FFFFFF;
  border-radius: 2px;
}
.entry-meta .comments-bg i {
  font-size: 11px;
}
.entry-meta .comments-bg a {
  color: #FFFFFF;
}
.entry-meta .comments {
  line-height: 1;
  padding: 0px 7px 2px;
  border: 1px solid #DDDDDD;
}
.entry-meta .comments a {
  color: #959595;
}
.entry-meta .comments i {
  font-size: 11px;
  color: #BBBBBB;
}
.entry-meta .entry-cat-bg {
  padding: 1px 8px 2px;
  text-transform: none;
  margin-right: 5px;
  border-radius: 2px;
}
.entry-meta .entry-cat-bg i {
  color: #FFFFFF;
  margin-right: 3px;
}
.entry-meta .entry-cat-bg a {
  color: #FFFFFF;
}
.entry-meta .entry-cat-bg.cat-theme-bg {
  background: #3498db;
}
.entry-meta .entry-cat-bg.cat-pathologie-bg {
  background: #e74c3c;
}
.entry-meta .entry-cat-bg.cat-study-bg {
  background: #34495e;
}
.no-comment-bg {
  background: #E3E3E3;
  display: none;
}
/*=== Single Post ===*/
.single-page .wide-content,
.single-post .wide-content,
.single-conference .wide-content,
.single-videos .wide-content,
.single-study .wide-content,
.single-produit .wide-content,
.single-thematique .wide-content,
.single-formation .wide-content,
.single-receipts .wide-content {
  float: left;
}
.single-page .sidebar,
.single-post .sidebar,
.single-conference .sidebar,
.single-videos .sidebar,
.single-study .sidebar,
.single-produit .sidebar,
.single-thematique .sidebar,
.single-formation .sidebar,
.single-receipts .sidebar {
  padding-right: 0;
  padding-left: 19px;
  margin-right: 0;
  margin-left: 20px;
  border-right: none;
  border-left: 1px solid #ECECEC;
}
.single-page.contact-page .wide-content {
  float: left;
}
.single-page.contact-page .sidebar {
  width: 260px;
  margin-left: 20px;
  padding-left: 19px;
  border-left: 1px solid #ECECEC;
  overflow: hidden;
  float: left;
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
.entry-meta .rating {
  float: right;
  width: 200px;
}
.entry-meta .rating i {
  font-size: 16px;
  line-height: 1;
}
.entry-meta .ec-stars-outer {
  float: right;
}
.entry-meta .ec-stars-wrapper {
  float: left;
  margin-right: 10px;
  margin-top: -4px;
}
.entry-meta .ec-stars-value {
  float: left;
}
.entry-header .entry-meta {
  margin-bottom: 7px;
}
.single-post-thumbnail {
  overflow: hidden;
  margin-bottom: 15px;
  text-align: center;
  margin-bottom: -40px;
}
.single-post-thumbnail .wp-post-image {
  display: inline-block;
}
.entry-header {
  margin-bottom: 20px;
}
.single-post .entry-wrap,
.single-conference .entry-wrap,
.single-videos .entry-wrap,
.single-study .entry-wrap,
.single-produit .entry-wrap,
.single-thematique .entry-wrap,
.single-formation .entry-wrap,
.single-receipts .entry-wrap {
  margin: 0 20px;
}
.single-post .meta-top,
.single-conference .meta-top,
.single-videos .meta-top,
.single-study .meta-top,
.single-produit .meta-top,
.single-thematique .meta-top,
.single-formation .meta-top,
.single-receipts .meta-top {
  margin-bottom: 10px;
}
.single-post .meta-top .share,
.single-conference .meta-top .share,
.single-videos .meta-top .share,
.single-study .meta-top .share,
.single-produit .meta-top .share,
.single-thematique .meta-top .share,
.single-formation .meta-top .share,
.single-receipts .meta-top .share {
  margin-top: 2px;
}
.single-post .entry-wrap .entry-meta,
.single-conference .entry-wrap .entry-meta,
.single-videos .entry-wrap .entry-meta,
.single-study .entry-wrap .entry-meta,
.single-produit .entry-wrap .entry-meta,
.single-thematique .entry-wrap .entry-meta,
.single-formation .entry-wrap .entry-meta,
.single-receipts .entry-wrap .entry-meta {
  margin: 0 30px 15px;
  font-size: 13px;
  text-transform: none;
}
.single-post .entry-wrap .entry-meta .rating,
.single-conference .entry-wrap .entry-meta .rating,
.single-videos .entry-wrap .entry-meta .rating,
.single-study .entry-wrap .entry-meta .rating,
.single-produit .entry-wrap .entry-meta .rating,
.single-thematique .entry-wrap .entry-meta .rating,
.single-formation .entry-wrap .entry-meta .rating,
.single-receipts .entry-wrap .entry-meta .rating {
  position: relative;
  color: #FFFFFF;
  float: left;
  width: auto;
  text-transform: none;
  margin-right: 10px;
}
.single-post .entry-wrap .entry-meta .entry-rating,
.single-conference .entry-wrap .entry-meta .entry-rating,
.single-videos .entry-wrap .entry-meta .entry-rating,
.single-study .entry-wrap .entry-meta .entry-rating,
.single-produit .entry-wrap .entry-meta .entry-rating,
.single-thematique .entry-wrap .entry-meta .entry-rating,
.single-formation .entry-wrap .entry-meta .entry-rating,
.single-receipts .entry-wrap .entry-meta .entry-rating {
  color: #FFFFFF;
  padding: 0 7px;
  border-radius: 2px;
}
.single-post .entry-wrap .entry-meta i,
.single-conference .entry-wrap .entry-meta i,
.single-videos .entry-wrap .entry-meta i,
.single-study .entry-wrap .entry-meta i,
.single-produit .entry-wrap .entry-meta i,
.single-thematique .entry-wrap .entry-meta i,
.single-formation .entry-wrap .entry-meta i,
.single-receipts .entry-wrap .entry-meta i {
  font-size: 12px;
}
.single-post .entry-wrap .entry-meta .entry-rating .votes,
.single-conference .entry-wrap .entry-meta .entry-rating .votes,
.single-videos .entry-wrap .entry-meta .entry-rating .votes,
.single-study .entry-wrap .entry-meta .entry-rating .votes,
.single-produit .entry-wrap .entry-meta .entry-rating .votes,
.single-thematique .entry-wrap .entry-meta .entry-rating .votes,
.single-formation .entry-wrap .entry-meta .entry-rating .votes,
.single-receipts .entry-wrap .entry-meta .entry-rating .votes {
  margin-left: 5px;
}
.single-post .entry-wrap .comments-bg,
.single-conference .entry-wrap .comments-bg,
.single-videos .entry-wrap .comments-bg,
.single-study .entry-wrap .comments-bg,
.single-produit .entry-wrap .comments-bg,
.single-thematique .entry-wrap .comments-bg,
.single-formation .entry-wrap .comments-bg,
.single-receipts .entry-wrap .comments-bg {
  background: #54B9FF;
  line-height: 1;
  padding: 5px 7px;
  border-radius: 3px;
  display: inline-block;
}
.single-post .entry-innerwrap,
.single-conference .entry-innerwrap,
.single-videos .entry-innerwrap,
.single-study .entry-innerwrap,
.single-produit .entry-innerwrap,
.single-thematique .entry-innerwrap,
.single-formation .entry-innerwrap,
.single-receipts .entry-innerwrap {
  background: #FFFFFF url('images/pattern-2.png') repeat-x top left;
  padding: 40px 30px 0;
  position: relative;
  z-index: 2;
}
.single-post .entry-header .entry-meta,
.single-conference .entry-header .entry-meta,
.single-videos .entry-header .entry-meta,
.single-study .entry-header .entry-meta,
.single-produit .entry-header .entry-meta,
.single-thematique .entry-header .entry-meta,
.single-formation .entry-header .entry-meta,
.single-receipts .entry-header .entry-meta {
  overflow: visible;
}
/*=== Entry Content ===*/
/* Article */
.post .entry-content h1,
.single .entry-content h1,
.post .entry-content .h1,
.single .entry-content .h1 {
  font-size: 34px;
  margin-top: 50px;
  margin-bottom: 25px;
}
.post .entry-content h2,
.single .entry-content h2,
.post .entry-content .h2,
.single .entry-content .h2 {
  font-size: 28px;
  margin-top: 35px;
  margin-bottom: 15px;
  line-height: 33px;
}
.post .entry-content h3,
.single .entry-content h3,
.post .entry-content .h3,
.single .entry-content .h3 {
  font-size: 22px;
  margin-top: 30px;
}
.post .entry-content h4,
.single .entry-content h4,
.post .entry-content .h4,
.single .entry-content .h4 {
  margin-top: 25px;
  font-size: 19px;
}
.post .entry-content p,
.single .entry-content p,
.post .entry-content li,
.single .entry-content li {
  line-height: 23px;
  font-size: 16px;
}
.post .entry-content p,
.single .entry-content p {
  margin-bottom: 20px;
}
.post .entry-content .sommaire-listing a,
.single .entry-content .sommaire-listing a {
  vertical-align: top;
  white-space: inherit;
}
.post .entry-content a,
.single .entry-content a {
  color: #3695d0;
  border-bottom: 1px solid transparent;
}
.post .entry-content a:hover,
.single .entry-content a:hover {
  color: #236a96;
  border-color: #236a96;
}
.post .entry-content a.cboxElement,
.single .entry-content a.cboxElement {
  display: inline;
}
.post .entry-content blockquote,
.single .entry-content blockquote {
  color: #616161;
  background: transparent;
  border-left: 5px solid #ECECEC;
  padding-left: 30px;
}
.post .entry-content table img,
.single .entry-content table img {
  margin-bottom: 0;
}
.entry-content hr {
  color: #EEEEEE;
  background-color: #EEEEEE;
  height: 1px;
  border: none;
  margin-bottom: 10px;
  margin-top: 10px;
}
.entry-content a {
  color: #F03A3A;
}
.entry-content a:hover {
  color: #303030;
}
/*=== Entry Footer ===*/
.entry-footer {
  overflow: hidden;
  color: #888888;
  margin-bottom: 20px;
}
.footer-wrap {
  overflow: hidden;
}
.entry-author {
  overflow: hidden;
  margin-top: 25px;
  width: 100%;
  padding: 10px;
  background: #F1F1F1;
  border-bottom: 2px solid #DFDFDF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.entry-author .author-avatar {
  width: 50px;
  margin-right: 20px;
  float: left;
  margin-top: 5px;
}
.entry-author .author-avatar img {
  width: 50px;
  height: 50px;
  border-radius: 50px;
}
.entry-author .author {
  font-size: 14px;
  display: inline-block;
}
.entry-author .author .name {
  font-weight: normal;
  font-size: 20px;
}
.entry-author .more-posts {
  font-size: 13px;
  border: 1px solid #C4C4C4;
  display: inline-block;
  line-height: 1;
  padding: 4px 10px;
  border-radius: 4px;
  vertical-align: middle;
  margin-left: 50px;
  background: white;
}
/*=== Entry Tags ===*/
.entry-tags {
  margin-top: 25px;
  max-width: 100%;
}
.entry-tags span {
  margin-right: 5px;
}
.entry-tags a {
  color: #E74C3C;
}
.entry-tags a:hover {
  color: #3A3A3A;
}
.footer-bottom {
  border-bottom: 1px solid #E3E3E3;
  border-top: 1px solid #E3E3E3;
  margin: 20px 0;
  padding: 15px 0;
}
/*=== Post navigation ===*/
.post-nav {
  overflow: hidden;
  border-bottom: 2px solid #E74C3C;
}
.post-nav h4 {
  font-weight: 400;
  display: inline-block;
}
.post-nav .link {
  display: block;
  float: left;
}
.post-nav .prev-post {
  float: left;
}
.post-nav .prev-post i {
  margin-right: 5px;
  font-size: 18px;
}
.post-nav .next-post {
  float: right;
}
.post-nav .next-post i {
  margin-left: 5px;
  font-size: 18px;
}
/*=== Entry Ads ====*/
.entry-ad,
.entry-adv {
  text-align: center;
  border-top: 1px dashed;
  border-bottom: 1px dashed;
  padding: 10px;
  margin-bottom: 20px;
  color: grey;
  display: block !important;
}
.entry-ad a,
.entry-adv a {
  color: #3695d0;
}
.entry-ad a:hover,
.entry-adv a:hover {
  color: #236a96;
  border-color: #236a96;
}
.entry-ad .ad-inner-wrap {
  display: inline-block;
  max-width: 100%;
}
.entry-ad img {
  display: block;
  margin: 0;
}
/*=== Entry Social ===*/
.entry-social {
  overflow: hidden;
  font-size: 13px;
  float: left;
}
.entry-social a {
  display: block;
  color: #FFFFFF;
}
.entry-social li {
  float: left;
  margin-right: 10px;
  padding: 2px 8px 4px;
  line-height: 1.2;
  border-radius: 3px;
}
.entry-social li i {
  margin-right: 5px;
}
.entry-social li.fb {
  background: #5D82D1;
}
.entry-social li.twitter {
  background: #40BFF5;
}
.entry-social li.gplus {
  background: #B84830;
}
.entry-social li.linkedin {
  background: #2D8ED6;
}
.entry-social li.pinterest {
  background: #FE4445;
}
/*=== entry rating ===*/
.entry-footer .entry-rating {
  float: right;
  border: 1px solid #C4C4C4;
  line-height: 1;
  padding: 2px 8px 3px;
  border-radius: 3px;
}
/*=== Related Posts ===*/
.related-posts {
  overflow: hidden;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.related-posts .thumb {
  margin-bottom: 12px;
}
.related-posts .share-links i {
  margin-right: 0;
}
.related-posts .excerpt-footer {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.post-list {
  overflow: hidden;
}
.post-list a:hover h4,
.post-list a:focus h4,
.post-list a:hover p,
.post-list a:focus p {
  color: #2588b8;
}
.post-list h4 {
  font-size: 15px;
  margin-bottom: 3px;
  color: #656565;
}
.post-list p {
  line-height: 19px;
  font-size: 14px;
  color: #656565;
}
.related-posts .entry-meta {
  margin-bottom: 8px;
  height: 20px;
}
.related-posts .author,
.related-posts .sep {
  display: none;
}
.related-posts .comments {
  display: inline-block;
  margin-left: 5px;
}
.one-third {
  width: 33.333333%;
  padding-right: 30px;
  box-sizing: border-box;
  float: left;
}
/*=== Single Image ===*/
.img-nav {
  margin-bottom: 10px;
  overflow: hidden;
}
.img-nav .nav-previous {
  float: left;
}
.img-nav .nav-next {
  float: right;
}
.image-post-link {
  text-align: center;
  margin-bottom: 10px;
}
/*=== Post Rating ===*/
.entry-meta-wrap .ec-stars-wrapper a {
  line-height: 1;
}
.ec-stars-wrapper {
  font-size: 0;
  display: inline-block;
  position: relative;
}
.ec-stars-wrapper[data-tooltip]:hover:before {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 90%;
  left: 50%;
  text-align: center;
  max-width: 130px;
  margin-left: -40px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  font-size: 10px;
  border-radius: 3px;
  line-height: 1.4;
  padding: 5px 3px 7px;
  text-transform: none;
}
.ec-stars-wrapper a {
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  color: #222222;
}
.ec-stars-wrapper:hover a,
.ec-stars-wrapper.is-voted a {
  color: #222222;
}
.ec-stars-wrapper > a:hover ~ a {
  color: #888888;
}
.ec-stars-wrapper a:active {
  color: #222222;
}
.ec-stars-overlay {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  background-color: transparent;
  background-color: rgba(255, 255, 255, 0.7);
  zoom: 1;
}
.ec-stars-wrapper:hover .ec-stars-overlay {
  display: none;
}
.entry-title {
  margin-bottom: 10px;
}
/* === Pagination === */
.pagination {
  overflow: hidden;
  margin: 30px 0;
  clear: both;
}
.pagination .page-numbers {
  border: 1px solid #ECECEC;
  color: #666666;
  padding: 2px 10px;
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 8px;
  font-weight: 700;
}
.pagination a:hover {
  border: 1px solid #E74C3C;
  color: #7E7E7E;
}
.pagination .current {
  border: 1px solid #E74C3C;
  background: #E74C3C;
  color: #FFFFFF;
}
/* 6. PAGES
 * ========= */
.col-header h4 {
  margin-bottom: 20px;
}
/*=== Error Page ===*/
.error-page {
  text-align: center;
}
.error-page h1 {
  font-size: 140px;
  line-height: 1;
  margin-bottom: 0;
}
.error-page .error-info {
  display: inline-block;
  text-align: left;
}
.error-page .search .button {
  height: 36px;
  width: 38px;
  display: inline-block;
}
/*=== Blog Page ===*/
.archive-page .page-header,
.blog-page .page-header {
  border-bottom: 1px solid #E7E7E7;
  margin-bottom: 20px;
}
.archive-page .page-header h2,
.blog-page .page-header h2 {
  margin-bottom: 5px;
}
/*=== Archives Page ===*/
.archive-page .col-header {
  margin-bottom: 20px;
}
.archive-page .col-header h3 {
  margin-bottom: 5px;
}
.archive-page .wp-tag-cloud a {
  font-size: 16px !important;
}
.archive-page .searchfield {
  border-right: none;
  height: 21px;
  width: 200px;
}
/*=== Contact Form author ==*/
#contact_form_author {
  /* This CSS is used for the Show/Hide functionality. */
}
#contact_form_author h3.btn {
  border: 2px solid #ECECEC;
  font-size: 19px !important;
  width: 100%;
  text-align: left;
  margin-top: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
}
#contact_form_author span.btn {
  border: 2px solid #CCC;
  text-align: left;
  margin-top: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
}
#contact_form_author span.btn .switch {
  float: none;
}
#contact_form_author small {
  display: block;
}
#contact_form_author .fa-arrow-circle-o-right,
#contact_form_author .fa-arrow-circle-o-down {
  float: right;
  margin-top: 5px;
}
#contact_form_author .hide {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
  display: none;
}
#contact_form_author .remember-this-will-NOT-be-read {
  display: none !important;
}
#contact_form_author .visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.wpcf7 .sent {
  display: none;
}
.wpcf7 .span_6_of_12 {
  width: 49%;
  padding: 0 1%;
  float: left;
}
.wpcf7 .span_6_of_12.first_span {
  padding-left: 0;
}
.wpcf7 .span_6_of_12.last_span {
  padding-right: 0;
}
.wpcf7 .span_12_of_12 {
  width: 100%;
}
.wpcf7 input,
.wpcf7 textarea {
  padding: 8px 15px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ECECEC;
  transition: all 0.2s ease 0s;
}
.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 input:hover,
.wpcf7 textarea:hover {
  border-color: #16a085;
}
.wpcf7 input[type="submit"] {
  background: #16a085;
  border: none;
  color: white;
  font-size: 16px;
  transition: all 0.2s ease 0s;
  width: auto;
}
.wpcf7 input[type="submit"]:hover {
  cursor: pointer;
  background: #107360;
}
.wpcf7 input[type="submit"]:hover:active {
  background: #0a463a;
  position: relative;
  top: 1px;
}
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 13px;
  color: #F03A3A;
}
.wpcf7 .screen-reader-response {
  color: #333;
  font-size: 16px;
  margin: 10px 0;
}
.wpcf7 .screen-reader-response ul {
  display: none;
}
.wpcf7 .wpcf7-validation-errors {
  display: none;
}
/*=== Contact Page ===*/
.contact-page .contact-text {
  margin-bottom: 30px;
  margin-top: 10px;
}
#recaptcha_widget {
  overflow: hidden;
}
#recaptcha_image {
  max-width: 100%;
}
#recaptcha_widget .field {
  width: 352px;
  float: left;
  margin-right: 15px;
}
#recaptcha_widget .recaptcha-image,
.contact-page .row-full .field-last {
  margin-right: 0;
}
#recaptcha_widget .recaptcha-image a {
  font-size: 12px;
  color: #999999;
}
#recaptcha_widget .recaptcha-image i {
  margin-right: 4px;
  font-size: 10px;
  color: #CCCCCC;
}
.captcha_field {
  width: 330px;
}
.contact-page .info-text {
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.contact-page .error {
  background: #F03A3A;
  display: block;
  color: white;
  font-size: 14px;
  padding: 5px 10px;
}
.contact-page .textarea-field .error {
  margin-top: -35px;
}
.recaptcha_refresh {
  margin-right: 15px;
  float: left;
}
.recaptcha_only_if_image,
.recaptcha_only_if_audio {
  float: left;
  margin-right: 15px;
  color: #8F8F8F;
}
.recaptcha_only_if_image .required,
.recaptcha_only_if_audio .required {
  color: red;
  margin-left: 3px;
  font-weight: 400;
}
.msgbox-warning {
  background: #e67e22;
  color: #FFFFFF;
  padding: 6px 12px;
  margin-bottom: 20px;
}
.msgbox-error {
  background: #e74c3c;
  color: #FFFFFF;
  padding: 6px 12px;
  margin-bottom: 20px;
}
.msgbox-success {
  background: #27ae60;
  color: #FFFFFF;
  padding: 6px 12px;
  margin-bottom: 20px;
}
/* 7. COMMENTS
 * ============ */
#comments {
  max-width: 840px;
  line-height: 1.5;
  overflow: hidden;
}
#comments .comments-title {
  overflow: hidden;
  margin-bottom: 30px;
}
#comments .comments-title .title-wrap {
  margin-right: 15px;
  float: left;
}
#comments .comments-title i {
  margin-right: 5px;
  font-size: 16px;
  color: #292929;
}
#comments .comments-title .title-wrap h3 {
  display: inline-block;
  margin-bottom: 0;
}
#comments .comments-title .add-comment {
  border: 1px solid #E7E7E7;
  display: inline-block;
  padding: 4px 8px 6px;
}
#comments .comments-title .add-comment h6 {
  margin-bottom: 0px;
  font-weight: 400;
}
#comments ol.commentlist {
  margin: 10px 0;
  list-style: none;
}
#comments .comment {
  overflow: hidden;
  margin-bottom: 10px;
}
#comments .author-info {
  margin-bottom: 5px;
  overflow: hidden;
}
#comments .author-avatar {
  float: left;
  width: 60px;
  margin-right: 12px;
  margin-top: 3px;
}
#comments .author-avatar img {
  display: block;
  border-radius: 60px;
}
#comments .comment-header {
  overflow: hidden;
}
#comments .comment-header h4 {
  float: left;
  margin-bottom: 0;
  font-size: 17px;
}
#comments .comment-header .fn {
  width: auto;
  font-style: normal;
  margin-right: 10px;
}
#comments .comment-meta {
  font-size: 12px;
}
#comments .author-comment {
  font-size: 14px;
  font-weight: 700;
}
#comments .comment-header .sep {
  margin: 0 15px;
  line-height: 1;
}
#comments .comment-time {
  letter-spacing: 0;
  margin-right: 5px;
}
#comments .comment-time a {
  color: #AEAEAE;
}
#comments .sep {
  color: #AEAEAE;
  margin-right: 0px;
}
#comments .reply {
  margin-right: 10px;
}
#reply-title a {
  color: #CCCCCC;
}
#comments .comment-text {
  color: #777777;
}
#comments .moderation {
  color: red;
  font-size: 13px;
  margin-bottom: 0;
  overflow: hidden;
  clear: both;
}
#comments ul.children {
  list-style: none;
}
#comments ol.commentlist li ul.children {
  list-style: none;
  margin: 15px 0 0;
  text-indent: 0;
}
#comments ul.children .author-avatar {
  width: 40px;
  margin-top: 5px;
  margin-right: 10px;
}
#comments ul.children li.comment {
  background: #F8F8F8;
  padding: 10px 12px;
  margin-bottom: 5px;
}
#comments ul.children li.comment.depth-5 {
  margin-bottom: 0;
  padding-bottom: 0;
}
#comments ul.children .children li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
#comments ol.commentlist li ul.children li.depth-2 {
  margin-left: 30px;
}
#comments ol.commentlist li ul.children li.depth-3 {
  margin-left: 30px;
}
#comments ol.commentlist li ul.children li.depth-4 {
  margin-left: 30px;
}
#comments ol.commentlist li ul.children li.depth-5 {
  margin-left: 30px;
}
#comments ol.commentlist li ul.children li.depth-5 p {
  margin-bottom: 0;
}
#comments ol.commentlist li.pingback .url {
  margin-right: 10px;
}
#comments .comment-nav h4 {
  margin-bottom: 5px;
}
#comments .comment-nav {
  margin-bottom: 15px;
  overflow: hidden;
}
#comments .comment-nav .nav-previous {
  float: left;
}
#comments .comment-nav .nav-next {
  float: right;
}
#comments .moderation {
  color: #E96065;
  font-size: 14px;
}
#respond #reply-title {
  margin-top: 15px;
  background: #2F343D;
  padding: 8px 12px;
  color: #FFFFFF;
}
#respond #reply-title {
  font-size: 16px;
}
#respond #reply-title small {
  font-weight: 400;
  font-size: 13px;
}
#respond .required {
  color: #ff4b33;
  font-weight: bold;
}
#respond label {
  display: block;
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
}
#respond .comment-form-comment label {
  margin-top: 10px;
}
#respond #commentform p {
  margin-bottom: 0;
}
#respond .comment-notes {
  font-size: 13px;
  color: #999999;
  margin-bottom: 20px !important;
}
#respond .comment-form-author {
  margin-right: 2%;
}
#respond .comment-form-author,
#respond .comment-form-email {
  width: 49%;
  float: left;
}
#respond .comment-form-author input[type=text],
#respond .comment-form-email input[type=text] {
  width: 94.7%;
}
#respond .comment-form-url input[type=text],
#respond textarea {
  width: 97.4%;
}
#respond input[type=text],
#respond textarea {
  display: block;
  font-family: inherit;
  font-size: 14px;
  color: inherit;
  padding: 10px;
  border: 1px solid #ECECEC;
  margin-bottom: 20px;
  color: #AEAEAE;
}
#respond textarea {
  height: 185px;
}
#respond input[type=submit] {
  background: #E74C3C;
  color: #FFFFFF !important;
  cursor: pointer;
  font: inherit;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  padding: 4px 10px;
  text-decoration: none;
  border: none;
  margin: 0 0 30px;
  border-radius: 2px;
}
#respond .form-allowed-tags {
  display: none;
}
/* 8. WIDGETS
 * =========== */
.widget {
  overflow: hidden;
}
.widget.active {
  margin-bottom: 30px;
}
.widget p {
  line-height: 20px;
}
.widget-title,
.widget-title-2 {
  overflow: hidden;
  margin-bottom: 10px;
  background: #CACACA url('images/pattern.png');
}
.widget-title h4,
.widget-title-2 h4,
.widget-title .h4,
.widget-title-2 .h4 {
  float: left;
  margin-bottom: 0;
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
  font-weight: 200;
  background: #FFFFFF;
  padding-right: 10px;
  line-height: 1.15;
  margin-top: -2px;
}
.widget-title h4 span,
.widget-title-2 h4 span,
.widget-title .h4 span,
.widget-title-2 .h4 span {
  font-weight: 700;
  margin-left: 5px;
  color: #F03A3A;
}
.widget-container h5,
.widget-container h5 a,
.widget-container .h5,
.widget-container .h5 a {
  font-size: 17px;
  line-height: 22px;
}
.widget select {
  padding: 8px 10px;
  font-size: 14px;
  border: 1px solid #EEEEEE;
  height: 38px;
  color: #555555;
  font-family: inherit;
  width: 100%;
}
.widget input[type=text],
.searchfield,
.header-search .searchfield {
  display: block;
  float: left;
  font-size: 13px !important;
  padding: 7px 10px 8px;
  width: 200px;
  border: 1px solid #EEEEEE;
  font: inherit;
  color: #555555;
}
.widget .searchfield,
.header-search .searchfield {
  width: 200px;
  border-right: none;
}
.widget .button {
  padding: 7px 20px !important;
  box-shadow: none !important;
  text-transform: uppercase;
  font-size: 85%;
}
.widget .button.search-submit {
  padding: 0 !important;
}
.header-search .button {
  padding: 7px 10px !important;
  box-shadow: none !important;
  background: #333 !important;
}
.widget ul {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget ul li {
  border-bottom: 1px solid #ECECEC;
  padding: 8px 0;
  overflow: hidden;
  line-height: 20px;
  font-size: 15px;
}
.widget ul li.author a {
  font-size: 13px;
}
.widget .feat-widget ul li {
  border: none;
  padding: 0;
}
.widget ul li:first-child {
  padding-top: 0;
}
.widget ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
/*=== Slider Widget ===*/
.widget_slider .sidebar-slider-posts {
  position: relative;
}
.widget_slider .thumb {
  margin-bottom: 10px;
  overflow: hidden;
}
.flex-direction-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget_slider .flex-direction-nav .flex-prev {
  left: 10px;
  position: absolute;
  top: 60px;
  background: #FFFFFF;
  font-size: 0;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  display: block;
}
.widget_slider .flex-direction-nav .flex-prev:before {
  content: "\f104";
  font-family: FontAwesome;
  display: block;
  padding: 0;
  font-weight: 700;
  margin-left: 10px;
  margin-top: 4px;
  line-height: 1;
  font-size: 20px;
}
.widget_slider .flex-direction-nav .flex-next {
  right: 10px;
  position: absolute;
  top: 60px;
  background: #FFFFFF;
  font-size: 0;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  display: block;
}
.widget_slider .flex-direction-nav .flex-next:before {
  content: "\f105";
  font-family: FontAwesome;
  display: block;
  padding: 0;
  font-weight: 700;
  margin-left: 12px;
  margin-top: 4px;
  line-height: 1;
  font-size: 20px;
}
.widget_slider ul li {
  margin: 0;
  padding: 0 !important;
  border-bottom: 0;
}
.widget .flex-control-nav li {
  height: 12px;
}
.widget_slider ul li h4 {
  margin-top: 10px;
  margin-bottom: 0;
}
/*=== Recent Posts ===*/
.widget_posts .post-list {
  overflow: hidden;
  margin-top: 20px;
}
.widget_posts .main-post .thumb {
  margin-bottom: 10px;
}
.widget_posts .post-list .item-post {
  overflow: hidden;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 13px;
  padding-bottom: 13px;
}
.widget_posts .post-list .item-post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.widget_posts .post-list .thumb {
  width: 65px;
  margin-right: 10px;
  float: left;
}
.widget_posts .post-list .entry-meta {
  margin-top: -4px;
}
.widget_posts .entry-meta {
  margin-bottom: 7px;
}
.widget_posts .entry-meta .entry-cat-bg,
.widget_posts .entry-meta .date {
  margin-right: 5px;
}
.widget_posts .excerpt-footer .share-links i {
  margin-right: 0;
}
.widget_posts_large .item-post {
  margin-bottom: 8px;
  padding-bottom: 0;
}
.widget_posts_large .item-post .thumb {
  margin-bottom: 10px;
}
/*=== RSS Subscription ===*/
.widget_subscribe {
  background-color: #E74C3C;
  background-image: url('images/subsribe-bg.png');
  background-repeat: no-repeat;
  background-size: 100%;
}
.widget_subscribe h4 {
  color: #FFFFFF;
}
.widget_subscribe .widget-wrap {
  padding: 20px;
  overflow: hidden;
}
.widget_subscribe label {
  display: block;
}
.widget_subscribe .button {
  display: block;
  float: left;
  background: #F3C015;
  padding: 4px 7px 6px;
}
.widget_subscribe input[type="text"] {
  height: 21px;
  width: 198px;
  margin: 15px 0 20px;
}
/*=== Followers Count ===*/
.widget_subscribers .wrap {
  overflow: hidden;
}
.widget_subscribers ul li {
  padding: 15px 0;
}
.widget_subscribers .icon {
  width: 50px;
  height: 50px;
  text-align: center;
  float: left;
  margin-right: 15px;
}
.widget_subscribers .icon i {
  font-size: 30px;
  margin-top: 10px;
  color: #FFFFFF;
}
.widget_subscribers .icon a {
  display: inline-block;
}
.widget_subscribers .twitter .icon {
  background: #40BFF5;
}
.widget_subscribers .fb .icon {
  background: #5D82D1;
}
.widget_subscribers .rss .icon {
  background: #FF9845;
}
.widget_subscribers .dribbble .icon {
  background: #EE557D;
}
.widget_subscribers .right {
  float: left;
  margin-top: 2px;
}
.widget_subscribers .right span {
  display: block;
  line-height: 1;
  color: #999999;
}
.widget_subscribers h4 {
  margin-bottom: 5px;
}
.widget_subscribers .right-icon {
  float: right;
}
.widget_subscribers .right-icon i {
  font-size: 24px;
  margin-top: 10px;
  margin-right: 5px;
  color: #AAAAAA;
}
/* === Tags widget === */
.tagcloud {
  overflow: hidden;
  margin-bottom: -10px;
}
.tagcloud a {
  display: block;
  float: left;
  font-size: 13px !important;
  margin-bottom: 10px;
  margin-right: 10px;
  line-height: 1;
  padding: 7px 8px 8px;
  font-weight: 400;
  background: #E74C3C;
  color: #FFFFFF;
  border-radius: 3px;
}
.tagcloud a:hover,
.cat:hover {
  opacity: 0.8;
}
.tagcloud a i {
  margin-right: 5px;
}
/*=== Search ===*/
#sidebar .searchfield {
  height: 21px;
  width: 279px;
}
.search-submit {
  width: 37px;
  height: 37px;
}
#searchform label,
#searchform2 label {
  font-size: 14px;
  font-style: italic;
}
#searchform #myselect,
#searchform2 #myselect {
  padding: 8px 10px;
  font-size: 14px;
  border: 1px solid #EEEEEE;
  height: 25px;
  color: #555555;
  font-family: inherit;
  width: 145px;
}
/*=== Photos ===*/
.widget_flickr .flickr_thumbs {
  overflow: hidden;
}
.widget_pinterest ul li,
.widget_flickr ul li {
  width: 63px;
  float: left;
  margin-right: 2px;
  margin-bottom: 2px;
  padding: 0 !important;
  border-bottom: none !important;
}
.widget_pinterest .pinterest-image img,
.widget_flickr .flickr_thumbs img {
  width: 63px;
  height: 63px;
  display: block;
}
.widget_pinterest ul li.pinterest-follow-me img {
  display: block;
  height: 28px;
}
.widget_pinterest .recent-pins-widget {
  overflow: hidden;
}
/*=== About us ===*/
.widget_aboutus .logo-wrap {
  padding: 0;
  margin: 0;
}
.widget_aboutus .info-text p {
  margin-bottom: 10px;
  line-height: 19px;
}
.widget_aboutus .info-text p:before,
.widget_aboutus .info-text li:before {
  color: #16a085;
  padding-right: 5px;
}
.widget_aboutus .info-text a {
  color: #16a085;
}
.widget_aboutus .info-text a:hover {
  color: #117E69;
}
.widget_aboutus .info-text .attachment-author-thumb {
  width: 65px;
  height: 65px;
  border-radius: 50px;
  margin-right: 15px;
  margin-bottom: 10px;
  float: left;
}
.widget_aboutus .info-text {
  border-bottom: 1px solid #E7E7E7;
  padding-bottom: 12px;
  margin-bottom: 15px;
}
.widget_aboutus .info-text ul li {
  width: auto;
  float: none;
  display: block;
  padding: 0 0 7px 0;
  margin: 0;
  text-align: left;
  height: auto;
}
.widget_aboutus .social-links {
  float: left;
}
.widget_aboutus .social-links ul {
  padding: 0;
}
.widget_aboutus ul li {
  margin-right: 2px;
  float: left;
  border: none !important;
  padding: 0;
  font-size: 16px;
  margin-right: 4px;
  margin-bottom: 5px;
  width: 24px;
  height: 24px;
  text-align: center;
}
.widget_aboutus ul li a {
  color: #FFFFFF !important;
  display: block;
  background: green;
}
.widget_aboutus ul li a.twitter {
  background: #59C8FF;
}
.widget_aboutus ul li a.fb {
  background: #4B649B;
}
.widget_aboutus ul li a.gplus {
  background: #C94434;
}
.widget_aboutus ul li a.pinterest {
  background: #FE4445;
}
.widget_aboutus ul li a.dribbble {
  background: #F0659A;
}
.widget_aboutus ul li a.linkedin {
  background: #3A9BDC;
}
.widget_aboutus ul li a.instagram {
  background: #AD866E;
}
.widget_aboutus ul li a.youtube {
  background: #FF4536;
}
.widget_aboutus ul li a.rss {
  background: #FF8400;
}
.widget_aboutus ul li a {
  display: block;
}
.widget_aboutus ul li a i {
  font-size: 14px;
  padding-top: 1px;
}
/*=== Popular Categories ===*/
.widget_popular_categories ul {
  overflow: hidden;
}
.widget_popular_categories ul li {
  padding: 0;
  margin: 0;
  border-bottom: none !important;
  padding: 7px 9px !important;
  margin-bottom: 10px;
  margin-right: 10px;
  float: left;
  line-height: 1.2;
  color: #FFFFFF;
  font-size: 13px;
  border-radius: 3px;
}
.widget_popular_categories ul li a {
  color: #FFFFFF;
}
.widget_popular_categories i {
  margin-right: 5px;
  font-size: 14px;
}
.widget_popular_categories .count {
  margin-left: 5px;
  line-height: 1;
}
/*=== Recent Comments ===*/
.widget_comments .entry-meta {
  margin-bottom: 0;
}
.widget_comments .comment-list li {
  overflow: hidden;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 10px;
}
.widget_comments .comment-list h5 {
  margin-bottom: 0;
}
.widget_comments .thumbnail {
  float: left;
  margin-right: 10px;
  margin-top: 2px;
}
.widget_comments .comment-text {
  line-height: 1.15;
  font-size: 14px;
}
.widget_comments .entry-meta {
  margin-top: 0;
}
/*=== Video widget ===*/
.widget_video iframe {
  max-width: 100%;
}
.widget_video .embed p {
  display: none;
}
/*=== Latest Tweets ===*/
.widget_tweet {
  font-size: 14px;
}
.widget_tweet .tweets-wrap {
  overflow: hidden;
}
.widget_tweet .user {
  margin-bottom: 5px;
  overflow: hidden;
}
.widget_tweet .user .icon {
  float: left;
  margin-right: 30px;
  font-size: 24px;
  padding: 0;
  line-height: 1;
}
.widget_tweet .user h4 {
  margin-bottom: 0;
}
.widget_tweet .tweet a {
  color: #EB2121;
  font-size: 13px;
}
.widget_tweet .tweet i {
  font-size: 16px;
  margin-right: 5px;
  color: #59C8FF;
}
.widget_tweet .tweet-footer {
  overflow: hidden;
  font-size: 12px;
  color: #999999;
}
.widget_tweet .tweet-footer i {
  color: #bbbbbb;
}
.widget_tweet .tweet-footer a {
  color: #999999;
}
.widget_tweet .tweet a:hover,
.widget_tweet .tweet-footer a:hover {
  color: #303030;
}
.widget_tweet .time {
  float: left;
}
.widget_tweet .retweet {
  float: right;
}
.widget_tweet ol,
.widget_tweet ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/*=== Polls Widget===*/
.wp-polls ul,
.wp-polls-ul,
.wp-polls-ans ul {
  padding-left: 3px;
}
.wp-polls ul li,
.wp-polls-ul li,
.wp-polls-ans ul li {
  padding-left: 3px;
}
.widget_polls-widget p strong {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
}
.widget_polls-widget .wp-polls-ans p {
  font-size: 14px;
  font-weight: 400;
}
.widget_polls-widget .wp-polls-ans p strong {
  font-weight: 300;
  font-size: 14px;
}
.widget_polls-widget .wp-polls .pollbar {
  height: 10px;
  background: #E74C3C;
  border: none;
}
.widget_polls-widget .wp-polls .wp-polls-ul li {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.widget_polls-widget .wp-polls .wp-polls-ul li i {
  font-style: normal;
}
.widget_polls-widget .wp-polls-ul small {
  font-size: 12px;
}
.widget_polls-widget .wp-polls input.Buttons {
  margin-right: 15px;
  border: 0;
  padding: 1px 3px;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  border-radius: 3px;
  color: #FFFFFF;
  background: #E74C3C;
  margin: 20px 10px 3px 0;
  float: left;
  display: inline-block;
  cursor: pointer;
}
.widget_polls-widget .wp-polls-ans {
  margin-bottom: 5px;
  margin-top: 10px;
}
.widget_polls-widget .wp-polls-ans p {
  margin: 0;
}
.widget_polls-widget .wp-polls a {
  text-decoration: none;
  padding: 3px 10px;
  font: inherit;
  font-size: 14px;
  border: 0;
  border: 1px solid #E74C3C;
  border-radius: 3px;
  font-weight: 700;
  display: inline-block;
  margin: 20px 0 3px;
  line-height: 20px;
  font-weight: 300;
}
.widget_polls-widget .wp-polls a:hover {
  background: #E74C3C;
  color: #FFFFFF;
}
.widget_polls-widget .wp-polls-loading {
  display: none !important;
}
.widget_polls-widget > ul:last-child {
  display: none;
}
/* 9. FOOTER
 * =========== */
#footer {
  overflow: hidden;
  margin-top: 30px;
}
.footer-info {
  overflow: hidden;
  font-size: 14px;
  padding: 10px 0 5px;
  text-align: center;
  background: #f1f1f1;
  color: #848484;
  border-top: 1px solid #E5E5E5;
}
.footer-info a {
  color: #F03A3A;
}
.footer-info a:hover {
  opacity: 0.8;
}
.footer-widgets {
  overflow: hidden;
}
.footer-widget {
  width: 260px;
  float: left;
  margin-right: 33px;
}
@media only screen and (max-width: 569px) {
  .footer-widget {
    width: 100%;
    margin: 0 20px;
  }
}
.footer-widget .excerpt-footer {
  border-bottom: 0;
}
.footer-widget .button:hover {
  opacity: 0.8;
}
/* Big VIDEO on homepage
 * ====================== */
.video-container {
  background: rgba(0, 0, 0, 0.2);
  position: relative;
}
.video-container .wrapper {
  text-align: center;
  background-image: url(https://www.medicatrix.be/wp-content/uploads/2015/03/0.jpg);
  background-color: white;
  background-position: center center;
  background-repeat: repeat;
  padding: 10px 0;
}
.video-container a {
  color: white !important;
}
.video-container a:hover {
  color: #16a085 !important;
}
.video-container p {
  font-size: 25px;
  font-weight: 100;
}
.video-container .icon-play-video {
  font-size: 70px;
}
/* 10. MEDIA QUERIES
 * ================== */
/* 10.1 DESKTOPS
 * ================ */
@media only screen and (min-width: 860px) and (max-width: 1200px) {
  .menu-section #main-menu li.ubermenu-item a.ubermenu-target {
    font-size: 14px;
  }
  .menu-section #main-menu .ubermenu-target-with-icon .ubermenu-icon {
    display: none;
  }
  a.ubermenu-target.ubermenu-target-with-icon.ubermenu-item-layout-default.ubermenu-item-layout-icon_left {
    text-align: center;
  }
  .inner-wrap {
    width: 840px;
  }
  .feat-section .section-right {
    width: 545px;
  }
  .feat-section .main-post {
    margin-right: 0;
    width: 545px;
    margin-bottom: 20px;
  }
  .carousel-section .carousel-books .thumb {
    width: auto;
  }
  /*=== Menus ===*/
  #header .top-menu {
    margin-top: 0;
  }
  #header .top-menu select {
    display: block;
  }
  /*=== Homepage ===*/
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 22px;
  }
  .feat-section .post-list {
    width: 100%;
  }
  .feat-section .section-right .item-post {
    float: left;
    width: 260px;
  }
  .feat-section .section-right .item-post:first-child {
    margin-bottom: 0;
    margin-right: 25px;
  }
  .sec-slider .thumb {
    margin-right: 15px;
    width: 265px;
  }
  .sec-slider .post-right {
    width: 265px;
  }
  .sec-slider .date,
  .sec-slider .sep,
  .sec-slider .more-link,
  .sec-slider .post-right p {
    display: none;
  }
  .attachment-wt450_250 {
    height: 150px;
    width: 265px;
  }
  .feat-section .excerpt-footer {
    margin-bottom: 0;
    margin-top: 15px;
  }
  #sidebar-right {
    width: 840px;
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
    float: left;
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
    margin-top: 20px;
  }
  #sidebar-right .widget {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -o-column-break-inside: avoid;
    -ms-column-break-inside: avoid;
    column-break-inside: avoid;
    -webkit-backface-visibility: hidden;
  }
  /*=== Single post ===*/
  .wide-content {
    width: 540px;
  }
  .wide-content .single-post-thumbnail {
    height: 270px;
  }
  .wide-content .entry-title {
    font-size: 40px;
  }
  .wide-content .alert {
    margin: 25px 0;
  }
  .attachment-wt840_420 {
    height: auto;
  }
  .single-page .sidebar,
  .single-post .sidebar {
    margin-right: 10px;
    padding-right: 9px;
  }
  .single-post .entry-innerwrap {
    padding: 20px 15px 0;
  }
  .related-posts .post-list .one-third {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
    float: none;
    border: 1px solid #cccccc;
    margin-bottom: 25px;
    padding-bottom: 10px;
  }
  .related-posts .post-list .one-third .thumb {
    display: inline-block;
    float: left;
    margin-right: 20px;
    width: 150px;
    height: auto;
  }
  .entry-header {
    margin-bottom: 10px;
  }
  .one-third {
    margin-right: 20px;
  }
  .entry-social li.linkedin {
    display: none;
  }
  #respond .comment-form-author input[type="text"],
  #respond .comment-form-email input[type="text"] {
    width: 91.8%;
  }
  #respond .comment-form-url input[type="text"],
  #respond textarea {
    width: 96%;
  }
  /*=== Pages ===*/
  .contact-map iframe {
    height: 300px;
  }
  #recaptcha_widget .field,
  .contact-page .row-full .field {
    width: 49%;
  }
  .captcha_field,
  .contact-page .row-full input.text {
    width: 250px;
  }
  .contact-page input.title_field,
  .contact-page textarea {
    width: 538px;
  }
  /*=== Footer ===*/
  .footer-widget {
    margin-right: 20px;
  }
}
/** Dave's WordPress Live Search CSS **/
ul.dwls_search_results {
  display: block;
  background-color: #fff;
  max-height: 500px;
  position: absolute;
  top: 20px;
  left: 0;
  overflow: auto;
  z-index: 9999;
  list-style-type: none;
  list-style-image: none;
  list-style-position: inside;
  padding: 0;
  margin: 0;
  width: 258px;
}
ul.dwls_search_results li {
  display: block;
  padding: 5px 10px 5px 10px;
  margin: 0 0 0 0;
  text-align: left;
  text-decoration: none;
}
ul.dwls_search_results li a,
ul.dwls_search_results li a:visited {
  display: block;
  margin-left: 0;
  padding-left: 0;
  text-decoration: none;
  font-weight: bold;
  width: 165px;
  font-size: 13px;
  line-height: 17px;
}
ul.dwls_search_results .daves-wordpress-live-search_author {
  margin: 0;
  font-size: 90%;
  font-weight: bold;
}
ul.dwls_search_results .daves-wordpress-live-search_date {
  margin: 0;
  font-size: 90%;
}
/* BEGIN post thumbnails */
ul.dwls_search_results li.post_with_thumb a {
  width: 150px;
  float: left;
  margin-bottom: 5px;
}
ul.dwls_search_results li.post_with_thumb .post_thumb {
  float: left;
  margin: 3px 10px 10px 0;
  height: 48px;
  width: 48px;
}
/* END post thumbnails */
/* BEGIN post excerpt */
ul.dwls_search_results .excerpt,
ul.dwls_search_results .meta {
  font-size: 75%;
  width: 100%;
}
/* END post excerpt */
ul.dwls_search_results .clearfix {
  float: none !important;
  clear: both !important;
}
.search_footer {
  width: 100%;
  text-align: right;
  padding: 0.5em 0;
  font-size: 0.9em;
}
.dwls_search_results_activity_indicator {
  z-index: 999999;
}
#dwls_search_results {
  box-shadow: 0px 1px 3px #ccc;
}
#dwls_search_results .search_footer {
  text-align: center;
  background: #16a085;
  padding: 0.2em 0;
}
#dwls_search_results .search_footer a {
  color: white;
  display: block;
  background: #16a085;
  text-align: center;
}
#dwls_search_results .search_footer a:hover {
  background: #0F6F5D;
}
/** END OF Dave's WordPress Live Search CSS **/
.broken_link,
a.broken_link {
  text-decoration: line-through;
}
/* 10.2. Tablet Portrait (devices and browsers)
================================================ */
@media only screen and (min-width: 768px) and (max-width: 859px) {
  #banner-joyeux {
    padding-top: 20px;
    float: none;
    clear: both;
  }
  .menu-section #main-menu li.ubermenu-item a.ubermenu-target {
    font-size: 14px;
  }
  .menu-section #main-menu .ubermenu-target-with-icon .ubermenu-icon {
    display: none;
  }
  .ubermenu .ubermenu-item-layout-icon_left > .ubermenu-target-title {
    margin-left: 0 !important;
  }
  a.ubermenu-target.ubermenu-target-with-icon.ubermenu-item-layout-default.ubermenu-item-layout-icon_left {
    text-align: center;
  }
  .ubermenu .ubermenu-item.ubermenu-item-22696 > .ubermenu-target,
  .ubermenu .ubermenu-item.ubermenu-item-22696 > .ubermenu-content-block,
  .ubermenu .ubermenu-item.ubermenu-item-22696.ubermenu-custom-content-padded,
  .ubermenu .ubermenu-item.ubermenu-item-2010 > .ubermenu-target,
  .ubermenu .ubermenu-item.ubermenu-item-2010 > .ubermenu-content-block,
  .ubermenu .ubermenu-item.ubermenu-item-2010.ubermenu-custom-content-padded,
  .ubermenu .ubermenu-item.ubermenu-item-471 > .ubermenu-target,
  .ubermenu .ubermenu-item.ubermenu-item-471 > .ubermenu-content-block,
  .ubermenu .ubermenu-item.ubermenu-item-471.ubermenu-custom-content-padded,
  .ubermenu .ubermenu-item.ubermenu-item-582 > .ubermenu-target,
  .ubermenu .ubermenu-item.ubermenu-item-582 > .ubermenu-content-block,
  .ubermenu .ubermenu-item.ubermenu-item-582.ubermenu-custom-content-padded {
    padding: 10px 22px 10px 6px !important;
  }
  .inner-wrap {
    width: 750px;
  }
  /*=== Homepage ===*/
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 17px;
  }
  .carousel-section .carousel-books .thumb {
    width: auto;
  }
  .feat-section .section-left {
    margin-right: 10px;
    padding-right: 9px;
    width: 255px;
  }
  .feat-section .section-right {
    width: 475px;
  }
  .feat-section .main-post {
    margin-right: 0;
    width: 475px;
    margin-bottom: 20px;
  }
  .feat-section .post-list {
    width: 100%;
  }
  .feat-section .section-right .item-post {
    float: left;
    width: 230px;
  }
  .feat-section .section-right .item-post:first-child {
    margin-bottom: 0;
    margin-right: 15px;
  }
  .sec-slider .thumb {
    margin-right: 15px;
    width: 230px;
  }
  .sec-slider .post-right {
    width: 230px;
  }
  .sec-slider .date,
  .sec-slider .sep,
  .sec-slider .more-link,
  .sec-slider .post-right p {
    display: none;
  }
  .attachment-wt450_250 {
    height: 130px;
    width: 230px;
  }
  .feat-section .excerpt-footer {
    margin-bottom: 0;
    margin-top: 15px;
  }
  .carousel-section .slides li {
    margin-right: 20px;
  }
  #content {
    width: 470px;
  }
  .sidebar {
    margin-left: 10px;
    padding-left: 9px;
  }
  /*=== Single post ===*/
  .wide-content {
    width: 470px;
  }
  .single-page .sidebar,
  .single-post .sidebar {
    margin-right: 10px;
    padding-right: 9px;
  }
  .single-post .entry-innerwrap {
    padding: 20px 15px 0;
  }
  .attachment-wt840_420 {
    height: auto;
  }
  .entry-header {
    margin-bottom: 10px;
  }
  .one-third {
    margin-right: 15px;
    width: 220px;
  }
  .single-post .meta-top .share-links,
  .entry-social li.linkedin,
  .entry-social li.pinterest {
    display: none;
  }
  #respond .comment-form-author input[type="text"],
  #respond .comment-form-email input[type="text"] {
    width: 90.8%;
  }
  #respond .comment-form-url input[type="text"],
  #respond textarea {
    width: 95%;
  }
  /*=== Pages ===*/
  .contact-map iframe {
    height: 300px;
  }
  #recaptcha_widget .field,
  .contact-page .row-full .field {
    width: 227px;
  }
  .captcha_field,
  .contact-page .row-full input.text {
    width: 205px;
  }
  .contact-page input.title_field,
  .contact-page textarea {
    width: 448px;
  }
  /*=== Footer Widgets ===*/
  .footer-widget {
    margin-right: 10px;
    width: 240px;
  }
}
/* 10.3. Mobile Portrait (devices and browsers)
================================================ */
@media only screen and (min-width: 570px) and (max-width: 767px) {
  #banner-joyeux {
    display: none;
  }
  .home .sidebar,
  .footer-widget #wellthemes_popular_categories_widget-2,
  .footer-widget #wellthemes_recent_tags_widget-2,
  .footer-widget #wellthemes_recent_tags_widget-3 {
    display: none;
  }
  .inner-wrap {
    width: 550px;
  }
  .fixNavigation.logo-wrap {
    margin: 0;
  }
  .logo-wrap {
    margin: 0;
    padding: 0;
  }
  .logo-wrap .inner-wrap {
    text-align: center;
  }
  #header .logo {
    float: none;
    text-align: center;
    display: inline-block;
  }
  #header .header-search {
    display: none;
  }
  /*=== Menus ===*/
  .menu-section {
    margin-top: 0;
  }
  .ubermenu.ubermenu-responsive .ubermenu-column,
  .ubermenu.ubermenu-responsive .ubermenu-column-auto {
    min-width: 100% !important;
  }
  #main-menu select {
    display: block;
    width: 250px;
    margin-left: 150px;
    height: 33px;
    margin-top: 6px;
    background: #ECECEC;
    border: none;
    font-size: 14px;
    margin-bottom: 15px;
  }
  #header .top-menu select {
    display: block;
    margin-top: -4px;
  }
  /*=== Homepage ===*/
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 17px;
  }
  .carousel-section .carousel-books .thumb {
    width: auto;
  }
  .feat-section .section-left {
    display: none;
  }
  .feat-section .section-right {
    width: 550px;
  }
  .feat-section .main-post {
    margin-right: 0;
    width: 550px;
    margin-bottom: 20px;
  }
  .feat-section .feat-sec-nav {
    padding-top: 1px;
  }
  .feat-section .post-list {
    width: 100%;
  }
  .feat-section .section-right .item-post {
    float: left;
    width: 260px;
  }
  .feat-section .section-right .item-post:first-child {
    margin-bottom: 0;
    margin-right: 15px;
  }
  .sec-slider .thumb {
    margin-right: 20px;
    width: 265px;
  }
  .sec-slider .post-right {
    width: 265px;
  }
  .sec-slider .date,
  .sec-slider .sep,
  .sec-slider .more-link,
  .sec-slider .post-right p {
    display: none;
  }
  .attachment-wt450_250 {
    height: 150px;
    width: 265px;
  }
  .feat-section .excerpt-footer {
    margin-bottom: 0;
    margin-top: 15px;
  }
  .carousel-section .slides li {
    margin-right: 20px;
  }
  .sidebar {
    margin-left: 15px;
    padding-left: 14px;
  }
  #sidebar-left {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
  }
  /*=== Single post ===*/
  .wide-content {
    width: 550px;
  }
  .single-post .entry-innerwrap {
    padding: 20px 15px 0;
  }
  .attachment-wt840_420 {
    height: auto;
  }
  .entry-header {
    margin-bottom: 10px;
  }
  .one-third {
    margin-right: 15px;
  }
  .entry-social li.linkedin,
  .entry-social li.pinterest {
    display: none;
  }
  #respond .comment-form-author input[type="text"],
  #respond .comment-form-email input[type="text"] {
    width: 90.8%;
  }
  #respond .comment-form-url input[type="text"],
  #respond textarea {
    width: 95%;
  }
  /*=== Pages ===*/
  .one-half {
    margin-right: 20px;
    width: 265px;
  }
  .contact-map iframe {
    height: 250px;
  }
  #recaptcha_widget .field,
  .contact-page .row-full .field {
    width: 267px;
  }
  .captcha_field,
  .contact-page .row-full input.text {
    width: 245px;
  }
  .contact-page input.title_field,
  .contact-page textarea {
    width: 528px;
  }
  .single-page .sidebar,
  .single-post .sidebar {
    margin-right: 0;
    padding-right: 0;
    width: 550px;
    border-right: 0;
    float: left;
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
    margin-top: 20px;
  }
  .single-page .sidebar .widget,
  .single-post .sidebar .widget {
    width: 260px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -o-column-break-inside: avoid;
    -ms-column-break-inside: avoid;
    column-break-inside: avoid;
    -webkit-backface-visibility: hidden;
  }
  /*=== Footer ===*/
  .footer-widget {
    margin-right: 15px;
  }
}
/* 10.3. Mobile Portrait Size to Mobile Landscape Size
====================================================== */
@media only screen and (max-width: 569px) {
  #banner-joyeux {
    display: none;
  }
  .home .sidebar,
  .footer-widget #wellthemes_popular_categories_widget-2,
  .footer-widget #wellthemes_recent_tags_widget-2,
  .footer-widget #wellthemes_recent_tags_widget-3 {
    display: none;
  }
  .inner-wrap {
    width: 96%;
  }
  .logo-wrap {
    margin: 0;
    padding: 0;
  }
  .fixNavigation.logo-wrap {
    margin: 0;
    padding: 0;
  }
  .single .entry-innerwrap {
    padding: 40px 10px 10px;
  }
  .logo-wrap .inner-wrap {
    text-align: center;
  }
  #header .logo {
    float: none;
    text-align: center;
    display: inline-block;
    max-width: 260px;
  }
  #header .header-search {
    display: none;
  }
  /*=== Menus ===*/
  .menu-section {
    float: left;
    margin-top: 10px;
    width: 100%;
    margin-bottom: 20px;
  }
  .ubermenu-skin-clean-white.ubermenu-responsive-toggle {
    font-size: 16px !important;
  }
  .ubermenu.ubermenu-responsive .ubermenu-column,
  .ubermenu.ubermenu-responsive .ubermenu-column-auto {
    min-width: 100% !important;
  }
  #main-menu select {
    display: block;
    width: 100%;
    margin-left: 0px;
    height: 33px;
    margin-top: 6px;
    background: #ECECEC;
    border: none;
    font-size: 14px;
    margin-bottom: 15px;
  }
  #header {
    margin-bottom: 15px;
  }
  #header .top-menu select {
    display: block;
    margin-top: -4px;
  }
  #header .top .social {
    display: none;
  }
  /*=== Homepage ===*/
  .entry-content .entry-title {
    margin-top: 10px;
  }
  h1,
  body .post .entry-content h1,
  .single .entry-content h1 {
    font-size: 31px;
  }
  h2,
  body .post .entry-content h2,
  .single .entry-content h2 {
    font-size: 24px;
    line-height: 31px;
  }
  h3,
  body .post .entry-content h3,
  .single .entry-content h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 17px;
  }
  .carousel-section .carousel-books .thumb {
    width: auto;
  }
  .ticker-section,
  .feat-section .section-left {
    display: none;
  }
  .section-title h4 {
    margin-top: -1px;
  }
  .feat-section .section-right {
    width: 100%;
  }
  .feat-section .main-post {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .entry-meta .entry-rating {
    float: left;
  }
  .feat-section .post-list {
    width: 100%;
  }
  .feat-section .section-right .item-post {
    float: left;
    width: 100%;
  }
  .sec-slider .thumb {
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  .overlay {
    background: white;
  }
  .carousel-section .thumb {
    overflow: hidden;
    max-height: 145px;
  }
  .sec-slider .post-right {
    width: 100%;
  }
  .sec-slider .date,
  .sec-slider .sep,
  .sec-slider .more-link,
  .sec-slider .post-right p {
    display: none;
  }
  .attachment-wt450_250 {
    height: auto;
    width: 100%;
  }
  .feat-section .excerpt-footer {
    margin-bottom: 0;
    margin-top: 15px;
  }
  .carousel-section .carousel {
    width: 100%;
  }
  .excerpt-thumb {
    height: auto;
  }
  .excerpt-thumb .wp-post-image {
    margin-top: 0;
  }
  .attachment-wt550_300 {
    height: auto;
  }
  .attachment-wt260_145 {
    width: 100%;
    height: auto;
  }
  #content {
    width: 100%;
  }
  .sidebar {
    margin-left: 0;
    padding-left: 0;
    border: 0;
    margin-top: 20px;
  }
  .single-post-thumbnail {
    height: auto;
  }
  /*=== Single post ===*/
  .wide-content {
    width: 100%;
  }
  .single-post .entry-wrap {
    margin: 0 8px;
  }
  .single-post .entry-wrap .entry-meta .entry-rating {
    margin-bottom: 7px;
  }
  .single-post .entry-innerwrap {
    padding: 30px 8px 0;
  }
  .attachment-wt840_420 {
    height: auto;
  }
  .entry-header {
    margin-bottom: 10px;
  }
  .one-third {
    margin-right: 15px;
  }
  .entry-social li.linkedin,
  .entry-social li.pinterest,
  .entry-social li.gplus {
    display: none;
  }
  .entry-author,
  .entry-tags {
    width: 100%;
  }
  .entry-tags {
    float: left;
    max-width: 100%;
  }
  .entry-footer .entry-social {
    margin-left: 30px;
  }
  .entry-footer .entry-rating {
    margin-top: 15px;
    float: left;
    margin-left: 70px;
  }
  /*=== Pages ===*/
  .one-half {
    margin-right: 0;
    width: 260px;
  }
  .contact-map iframe {
    height: 150px;
  }
  #recaptcha_widget .field,
  .contact-page .row-full .field {
    width: 100%;
    margin-right: 0;
  }
  .row-full .field.field-last {
    margin-left: 0 !important;
  }
  .captcha_field,
  .contact-page .row-full input.text {
    width: 238px;
    margin-right: 0;
  }
  .contact-page input.title_field,
  .contact-page textarea {
    width: 238px;
  }
  #respond .comment-form-author,
  #respond .comment-form-email {
    width: 100%;
  }
  #respond .comment-form-author {
    margin-right: 0;
  }
  #respond .comment-form-author input[type="text"],
  #respond .comment-form-email input[type="text"] {
    width: 90.8%;
  }
  #respond .comment-form-url input[type="text"],
  #respond textarea {
    width: 91.7%;
  }
  #comments ol.commentlist li ul.children li.depth-2 {
    margin-left: 15px;
  }
  #comments ol.commentlist li ul.children li.depth-3,
  #comments ol.commentlist li ul.children li.depth-4,
  #comments ol.commentlist li ul.children li.depth-5 {
    margin-left: 10px;
    padding: 0;
  }
  .single-page .sidebar,
  .single-post .sidebar {
    margin-right: 0;
    padding-right: 0;
  }
}
