/*
Theme name: ChocoThemehttps://www.veronique-bour.com/wp-admin/theme-editor.php?file=style.css&theme=chocotheme
Theme URI: http://cssmayo.com/freebies/free-wordpress-themes/chocotheme/
Description: Stylish responsive WordPress theme with two columns, right-sidebar.
Author: htmlBurger
Author URI: http://htmlburger.com/
Version: 0.12
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: dark, brown, red, gray, two-columns, right-sidebar, theme-options
*/
/*---------------------------------------fonts */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('webfonts/fa-solid-900.eot');
  src: url('webfonts/fa-solid-900.eot?#iefix') format('embedded-opentype'),
    url('webfonts/fa-solid-900.woff2') format('woff2'),
    url('webfonts/fa-solid-900.woff') format('woff'),
    url('webfonts/fa-solid-900.ttf') format('truetype'),
    url('webfonts/fa-solid-900.svg#fontawesome') format('svg');
}

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

@font-face {
  font-family: 'neuropolitical';
  src: url('https://www.veronique-bour.com/wp-content/themes/fonts/neuropolitical_rg-webfont.eot');
  src: url('https://www.veronique-bour.com/wp-content/themes/fonts/neuropolitical_rg-webfont.eot?#iefix') format('embedded-opentype'),
    url('https://www.veronique-bour.com/wp-content/themes/fonts/neuropolitical_rg-webfont.woff2') format('woff2'),
    url('https://www.veronique-bour.com/wp-content/themes/fonts/neuropolitical_rg-webfont.woff') format('woff'),
    url('https://www.veronique-bour.com/wp-content/themes/fonts/neuropolitical_rg-webfont.ttf') format('truetype'),
    url('https://www.veronique-bour.com/wp-content/themes/fonts/neuropolitical_rg-webfont.svg#neuropoliticalregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'pt_sansregular';
  src: url('https://www.veronique-bour.com/wp-content/themes/fonts/PTS55F-webfont.eot');
  src: url('https://www.veronique-bour.com/wp-content/themes/fonts/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
    url('https://www.veronique-bour.com/wp-content/themes/fonts/PTS55F-webfont.woff') format('woff'),
    url('https://www.veronique-bour.com/wp-content/themes/fonts/PTS55F-webfont.ttf') format('truetype'),
    url('https://www.veronique-bour.com/wp-content/themes/fonts/PTS55F-webfont.svg#pt_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

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

ol, ul {
  list-style: none;
}

blockquote {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

del {
  text-decoration: line-through;
}


.radius {
	border-radius : 100%;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

a img {
  border: none;
}

/* =Clear Setting
-------------------------------------------------------------- */
.clear {
  clear: both;
  display: block;
}

.clear-fix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

/* =Global Elements Setting
-------------------------------------------------------------- */
body {
  background: rgb(4, 78, 110);
  /*font-family: 'pt_sansregular', Arial, "Trebuchet MS", Sans-Serif;*/
	font-family:'Open Sans', sans-serif;
  font-size: 1em;
  line-height: 1.4;
  text-align: left;
  -webkit-text-size-adjust: none;
}

h1,
h2,
h3,
p {
  font-size: clamp(var(--fluid-type-min, 1rem),
      calc(1rem + var(--fluid-type-target, 3vw)),
      var(--fluid-type-max, 1.3rem));
}

a img {
  border: 0;
}

a {
  color: #cd4517;
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.inscrire {
	padding: .8em;
	border-radius: 5px;
	color: snow;
	background: #26592e;
	border: 1px solid #26592e;
	margin: .5em;
	display: block;
	width: 5em;
}

.inscrire:hover {
	background: #193b1f;
	transition: .8s cubic-bezier(0, .52, 0, 1);
}

.inscrire:focus {
  outline: none;
 box-shadow: 0 0 0 4px #cbd6ee;
}



h1 {
  --fluid-type-min: 2.5rem;
  --fluid-type-max: 5rem;
  --fluid-type-target: 5vw;
}

h2 {
  --fluid-type-min: 1.8rem;
  --fluid-type-max: 3rem;
}

h3 {
  --fluid-type-min: 1.5rem;
  /*! --fluid-type-max: 2.5rem; */
  margin-bottom: 2.5rem;
	
}

h3.has-background {
	padding:none;
}


p {
  max-width: 60ch;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: cursive;
  font-weight: normal;
  line-height: 1.2;
}

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

input,
textarea,
select,
button,
label {
  color: #444;
  font-family: 'pt_sansregular', Arial, "Trebuchet MS", Sans-Serif;
  font-size: 12px;
}

ins {
  background: none repeat scroll 0 0 #ffffcc;
  text-decoration: none;
}

pre {
  background: none repeat scroll 0 0 #f7f7f7;
  color: #222222;
  line-height: 18px;
  margin-bottom: 18px;
  padding: 1.5em;
}

abbr,
acronym {
  border-bottom: 1px dotted #666666;
  cursor: help;
}

dt {
  font-weight: bold;
}

big {
  font-size: 131.25%;
}

code {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

sup,
sub {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}

.cl,
.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  text-indent: -4000px;
}

p img {
  max-width: 100%;
  padding: 0;
}

.archives hr {
  margin: 6px 0;
}

/* =WordPress Classes
-------------------------------------------------------------- */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  display: inline;
  margin: 5px 0 5px 15px;
}

img.alignleft {
  display: inline;
  margin: 5px 15px 5px 0;
}

.wp-caption {
  border: solid 1px #eee;
  margin: 6px;
  max-width: 96.5%;
  padding: 4px;
  text-align: center;
}

.wp-caption img {
  height: auto;
  margin: 0 auto;
  max-width: 97%;
  padding: 0;
}

.wp-caption.aligncenter {
  margin: 6px auto;
}

.wp-caption p {
  margin-bottom: 0 !important;
  padding: 0 5px;
}

.post .entry .wp-caption a img {
  border: 0;
}

/* =Structure
-------------------------------------------------------------- */
#page {
  margin: 0 auto;
  width: 980px;
}

/* =Header
-------------------------------------------------------------- */
#header {
  background: url(images/equilibre-redux.jpg) no-repeat top left;
  height: 490px;
  width: 100%;
  background-size: contain;
}

@media only screen and (max-width: 200px) {
  #header {
    background: url(images/equilibre-redux_cyxmjo_c_scale,w_200.jpg) no-repeat top left;
    background-size: contain;
  }
}

@media only screen and(max-width: 500px){
	header #logo {
		align-items:flex-start;
	}
	#logo h2#logotexte {
		margin : 0;
		
	} 
}

@media only screen and (max-width: 755px) {
  #header {
    background: url(images/equilibre-redux_cyxmjo_c_scale,w_755.jpg) no-repeat top left;
    background-size: contain;
  }
}

@media only screen and (max-width: 1100px) {
  #header {
    background: url(images/equilibre-redux_cyxmjo_c_scale,w_1103.jpg) no-repeat top left;
    background-size: contain;
  }

  #header #logo a {
    width: 40%;
  }

  #header h2#logotexte {
    font-size: 1.2rem;
  }

  #logo h3 {
    margin-top: 3rem;
    font-size: 1.2rem;
    text-align: center;
  }
}

@media only screen and (max-width: 1320px) {
  #header {
    background: url(images/equilibre-redux_cyxmjo_c_scale,w_1320.jpg) no-repeat top left;
    background-size: contain;
  }
}

@media only screen and (max-width: 1430px) {
  #header {
    background: url(images/equilibre-redux_cyxmjo_c_scale,w_1430.jpg) no-repeat top left;
    background-size: contain;
  }
}

@media only screen and (max-width: 1584px) {
  #header {
    background: url(images/equilibre-redux_cyxmjo_c_scale,w_1584.jpg) no-repeat top left;
    background-size: contain;
  }
}

@media only screen and (max-width: 1790px) {
  #header {
    background: url(images/equilibre-redux_cyxmjo_c_scale,w_1790.jpg) no-repeat top left;
    background-size: contain;
  }
}

@media only screen and (max-width: 1884px) {
  #header {
    background: url(images/equilibre-redux_cyxmjo_c_scale,w_1884.jpg) no-repeat top left;
    background-size: contain;
  }

  @media only screen and (max-width: 1920px) {
    #header {
      background: url(images/equilibre-redux_cyxmjo_c_scale,w_1920.jpg) no-repeat top left;
      background-size: contain;
    }
  }

  #header .description {
    color: #c1ab7d;
    font-size: 13px;
    line-height: 1;
    padding-top: 5px;
    text-shadow: #222 1px 1px 1px;
    text-transform: uppercase;
  }

  #header .description a {
    color: #9d6510;
    text-decoration: none;
  }

  #header .accueil a {
    color: snow;
    text-shadow: 0px 1px 1px #222;
    box-shadow: 1px 1px 6px #222;
    font-weight: bold;
    text-align: center;
    width: 6em;
    height: 2em;
    display: block;
    padding-top: 0.5em;
    font-size: 1.3rem;
    line-height: 1.8em;
    position: relative;
    left: 41em;
    top: -3em;
    border: 1px solid #76a6c5;
  }

  #site-title {
    color: #d69959;
    font-family: "Trebuchet MS", Arial, Sans-Serif;
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    text-shadow: #222 0px 2px 2px;
  }

  #site-title a {
    color: #d69959;
    text-decoration: none;
  }

  h1 a span {
    color: #ffd7a5;
  }

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

  h2#logotexte {
    color: rgb(2, 14, 20);
    align-self: center;
    font-size: 2.5rem;
    margin-top: -4rem;
    text-align: center;
  }

  #logo {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #logo img {
    width: 40%;
    padding: 1rem;
  }

  #logo a {
    align-self: flex-start;
  }

  #logo h3 {
    text-align: center;
  }

  /* =Navigation
-------------------------------------------------------------- */
  #navigation {
    font-size: .88em;
    font-weight: bolder;
    line-height: 1;
    margin: 0 0 0.5em 0;
  }

  nav ul li {
    display: inline-block;
    vertical-align: top;
    list-style-type: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
  }

  nav ul ul {
    background: rgba(64, 139, 159, 0.8);
    list-style-type: none;
    text-align: left;
    z-index: 5;
    line-height: 1.2;
  }

  nav ul ul li a:hover {
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    text-decoration: underline;
    background: #415761;
  }

  nav {
    background: #07191578;
    padding: 0 15px;
  }

  
  .menu,
  .sub-menu {
    list-style-type: none;
  }

  /* Mobile menu */
  .menu, .sub-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .menu li a {
    padding: 1em;
    color: snow;
    text-decoration: none;
    justify-content: space-between;
    display: flex;
  }

  .menu li .sub-menu .menu-item a {
    padding: 15px;
  }

  .toggle {
    order: 1;
    font-size: 20px;
  }

  .menu-item {
    order: 3;
    width: 100%;
    text-align: center;
    display: none;
  }

  .active .menu-item {
    display: block;
  }

  /* Submenu up from mobile screens */
  .sub-menu {
    display: none;
  }

  .sub-menu.submenu-active {
    display: block;
  }

  .sub-menu i {
    font-size: 12px;
  }

  .menu-item-has-children>a::after {
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    line-height: 16px;
    font-weight: 900;
    content: "\f078";
    color: white;
    padding-left: 5px;
  }

  .sub-menu .menu-item a {
    padding: 10px 15px;
  }

  .submenu-active {
    background-color: #315761;
    border-radius: 3px;
  }

  /* Tablet menu */
  @media all and (min-width: 700px) {
    .menu {
      justify-content: center;
    }

    .logo {
      flex: 1;
    }

    .toggle {
      flex: 1;
      text-align: right;
      order: 2;
    }
  }

  /* Desktop menu */
  @media all and (min-width: 960px) {
    .menu {
      align-items: flex-start;
      flex-wrap: nowrap;
      background: none;
    }

    .menu li a {
      display: block;
    }

    .menu-item {
      order: 1;
      position: relative;
      display: block;
      width: 13em;
    }

    .submenu-active .sub-menu {
      display: block;
      position: absolute;
      left: 0;
      top: 68px;
      background: #111;
    }

    .toggle {
      display: none;
    }

    .submenu-active {
      border-radius: 0;
    }

    nav ul ul {
      position: absolute;
    }

    nav#navigation .menu>li.selected,
    nav#navigation .menu>li.current_page_parent,
    nav#navigation .menu>li.current_page_item,
    nav#navigation .menu>li.current_page_ancestor,
    nav#navigation .menu>li.current-menu-parent,
    nav#navigation .menu>li.current-menu-item,
    nav#navigation .menu>li.current-menu-ancestor {
      background-color: unset;
    }

    div#tribe-events div#tribe-events-content.tribe-events-single div#tribe-events-header nav.tribe-events-nav-pagination ul.tribe-events-sub-nav li, #tribe-events-header>nav:nth-child(1)>ul:nth-child(1)>li:nth-child(1), #tribe-events-footer>nav:nth-child(1)>ul:nth-child(1)>li:nth-child(1), #tribe-events-footer>nav:nth-child(1)>ul:nth-child(1)>li:nth-child(2), #tribe-events-header>nav:nth-child(1)>ul:nth-child(1)>li:nth-child(2), #tribe-events-header>nav:nth-child(1)>ul:nth-child(1)>li:nth-child(2) {
      background: #444;
      border-radius: 4px;
      padding: 0.1em;
      width: 20em;
      height: 4em;
    }

    /*@media screen{

	nav ul li{
	border-top-left-radius: 3px;
border-top-right-radius: 3px;
	box-shadow: 0 1px 1px #333;
	-moz-box-shadow: 0 1px 1px #333;
	-webkit-box-shadow: 0 1px 1px #333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.35);
	-moz-text-shadow: 0 1px 1px rgba(255, 255, 255, 0.35);
	background:rgba(64, 139, 159, 0.5);
	}

	nav ul ul{
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3;
	background:rgba(64, 139, 159, 0.8);
	}

	nav ul ul li{
	box-shadow:none;
    border-radius:none;
    -moz-box-shadow:none;
    -moz-border-radius:none;
    -webkit-border-radius:none;
    -webkit-box-shadow:none;
	}


}
	*/
    /* fin gestion drop down */
    /* =Footer
-------------------------------------------------------------- */
    #footer {
      color: snow;
      padding: 8px;
		background: rgb(5, 52, 67);
    }

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

    #footer a:hover {
      text-decoration: underline;
    }

    #footer p.rss {
      background: url(images/ico-rss-2.png) no-repeat 0 center;
      display: inline;
      padding-left: 14px;
    }

    #footer p.rss a {
      color: snow;
    }

    /* =page références
-------------------------------------------------------- */
    figure#mes-ref {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
      grid-auto-rows: 75px;
      grid-gap: 4rem;
    }

    figure#mes-ref img {
      display: flex;
      align-items: center;
      justify-content: center;
    }

    figure#mes-ref img {
      -o-object-fit: cover;
      object-fit: cover;
      max-height: 100px;
      border: none;
    }

    figure#mes-ref br {
      display: none;
    }

    /* =Main
-------------------------------------------------------------- */
    #main {
      position: relative;
      background: snow;
    }

    #main:before,
    #main:after,
    #main-middle:before,
    #main-middle:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
    }

    /*#main-top {
      border-width: 1px;
      border-style: dashed;
      padding: 8px;
    }*/

    #main-middle {
      padding: 4px;
      position: relative;
    }

  /*  #main-bot {
      padding: 10px 3px 10px 10px;
      border-width: 1px;
      border-style: dashed;
      border-top-right-radius: 60px;
    }*/

    /* RSS */
    #rss-link {
      display: block;
      font-size: 0;
      height: 55px;
      line-height: 0;
      text-indent: -4000px;
      width: 50px;
      position: absolute;
      right: -12px;
      top: -12px;
      z-index: 10;
    }

    /* =Content Area
-------------------------------------------------------------- */
    #content {
      width: 72%;
      padding: 20px 51px 20px 33px;
		margin: 0 auto;
    }

    /*#content:before {
      content: '';
      border: 2px solid #fff;
      width: 96%;
      background: #fff;
      box-shadow: inset 10px 5px 10px rgba(0, 0, 0, 0.15);
      border-top-right-radius: 60px;
      position: absolute;
      top: 15px;
      bottom: 15px;
      left: 15px;
    }*/

    #content .content-inner {
      position: relative;
    }

    /* Default size for headers */

    #content .entry-title {
      margin: 0 0 5px 0;
    }

    .page-title {
      margin: 0 0 10px 0;
    }

    .pagetitle {
      font-size: 20px;
    }

    .sticky h2 {
      text-decoration: underline;
    }

    /* Reasonable margins for lists */
    #content ul {
      margin: 0 0 22px 20px;
    }

    #content ul ul {
      margin: 0 0 0 20px;
    }

    #content ol {
      margin: 0 0 22px 25px;
    }

    #content ol ol {
      margin: 0 0 0 25px;
    }

    #content ul li {
      list-style: disc;
    }

    #content ul ul li {
      list-style: circle;
    }

    #content ul ul ul li {
      list-style: square;
    }

    #content ol li {
      list-style: decimal;
      line-height: 2;
    }

    #content .links-list ul {
      margin-bottom: 20px;
    }

    #content .links-list li.linkcat {
      list-style: none;
    }

    #content .links-list .linkcat h2 {
      margin-bottom: 10px;
    }

    #content blockquote {
      font-style: italic;
      padding: 0 3em;
    }

    #content table {
      border: 1px solid #e7e7e7;
      margin: 0 0 22px 0;
      text-align: left;
      width: 100%;
    }

    #content tr th,
    #content thead th {
      font-size: 12px;
      font-weight: bold;
      line-height: 18px;
      padding: 9px 24px;
    }

    #content tr td {
      border-top: 1px solid #e7e7e7;
      padding: 6px 24px;
    }

    #content .post-title {
      font-size: 45px;
    }

    #content dd {
      margin: 0 0 22px 0;
    }

    #content pre,
    #content kbd,
    #content tt,
    #content var {
      font-size: 15px;
      line-height: 21px;
    }

    #content .gallery {
      margin: 0 auto 18px;
    }

    #content .gallery .gallery-item {
      float: left;
      margin-top: 0;
      text-align: center;
      width: 33%;
    }

    #content .gallery img {
      border: 2px solid #cfcfcf;
    }

    #content .gallery .gallery-caption {
      font-size: 12px;
      margin: 0 0 12px;
    }

    #content .gallery dl {
      margin: 0;
    }

    #content .gallery img {
      border: 10px solid #f1f1f1;
    }

    #content .gallery br+br {
      display: none;
    }

    #content .entry-attachment img {
      /* single attachment images should be centered */
      display: block;
      margin: 0 auto;
    }

    #content code {
      font-size: 10px;
    }

    #content .embed-youtube {
      display: block;
      padding-top: 56.25%;
      position: relative;
    }

    #content .embed-youtube iframe {
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
    }

    .archive-meta {
      margin: 0 0 18px 0;
    }

    .entry-meta {
      margin: 0 0 15px 0;
    }

    .entry-attachment .post-navigation {
      background: none;
      padding: 10px 0 0 0;
    }

    .attachment .nav-previous a:before {
      content: '\2190\00a0';
    }

    .attachment .nav-next a:after {
      content: '\00a0\2192';
    }

    /* =Post Area
-------------------------------------------------------------- */
    /* Big images in rich text editor should not break page layout */
    .post .entry {
      overflow: hidden;
    }

    .post,
    div.attachment,
    .post-navigation {
      height: 100%;
      margin-bottom: 15px;
      padding-bottom: 25px;
      position: relative;
    }

    .post-thumbnail {
      float: left;
      margin: 0 10px 10px 0;
    }

    .post-title a {
      color: #000;
      text-decoration: none;
    }

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

    .post .date {
      font-family: "Trebuchet MS", "Myriad Pro", Tahoma, Sans-Serif;
      font-size: 14px;
      line-height: 16px;
      color: #9a9696;
      padding-left: 23px;
      background: url(images/calendar.png) no-repeat 0 center;
      margin-top: 12px;
    }

    .post .date a {
      color: #9a9696;
    }

    .post.sticky .date {
      display: none;
    }

    .post-title-holder .post-title {
      float: left;
    }

    .post-title-holder .date {
      float: right;
    }

    .post .entry img {
      max-width: 100%;
      height: auto;
      padding: 2px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }

    .post .entry sup,
    .post .entry sub {
      font-size: 0.8em;
    }

    .post .entry img.alignleft,
    .post .entry img.alignright,
    .post .entry img.aligncenter {
      margin-bottom: 12px;
    }

    .post .entry img.wp-smiley {
      background: #fff;
      border: 0;
      padding: 0px;
    }

    .post .entry p {
      margin-bottom: 20px;
    }

    .post .meta {
      background: rgb(251, 251, 251);
      /* Old browsers */
      background: -moz-linear-gradient(top, rgba(251, 251, 251, 1) 0%, rgba(237, 237, 237, 1) 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(251, 251, 251, 1)), color-stop(100%, rgba(237, 237, 237, 1)));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, rgba(251, 251, 251, 1) 0%, rgba(237, 237, 237, 1) 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, rgba(251, 251, 251, 1) 0%, rgba(237, 237, 237, 1) 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, rgba(251, 251, 251, 1) 0%, rgba(237, 237, 237, 1) 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, rgba(251, 251, 251, 1) 0%, rgba(237, 237, 237, 1) 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#ededed', GradientType=0);
      /* IE6-9 */
      border: 1px solid #dedede;
      border-radius: 4px;
      padding: 3px 10px 3px 10px;
      position: relative;
      color: #444;
      font-family: Verdana, Tahoma, Arial, Sans-Serif;
      font-size: 10px;
    }

    .post .meta:before,
    .post .meta:after {
      content: '';
      height: 0;
      width: 0;
      position: absolute;
    }

    .post .meta:before {
      border-bottom: 10px solid #dedede;
      border-right: 10px solid transparent;
      border-left: 10px solid transparent;
      top: -10px;
      right: 69px;
    }

    .post .meta:after {
      border-bottom: 9px solid #fbfbfb;
      border-right: 9px solid transparent;
      border-left: 9px solid transparent;
      top: -9px;
      right: 70px;
    }

    .post .meta p {
      float: left;
      line-height: 15px;
      padding: 5px 0;
    }

    .post .meta .comments-num {
      color: #682815;
      display: inline;
      float: right;
      font-size: 11px;
      font-weight: bold;
      background: url(images/meta-comments-num.gif) no-repeat 0 3px;
      margin-left: 10px;
      padding: 5px 0 5px 30px;
    }

    p.tags {
      padding: 10px;
      font-size: 10px;
    }

    #entry-author-info {
      background: none repeat scroll 0 0 #f5f5f5;
      border: 1px solid #ccc;
      clear: both;
      font-size: 12px;
      line-height: 18px;
      margin: 18px 0;
      overflow: hidden;
      padding: 18px 20px;
    }

    #entry-author-info #author-avatar {
      background: none repeat scroll 0 0 #fff;
      border: 1px solid #e7e7e7;
      float: left;
      height: 60px;
      margin: 0 -90px 0 0;
      padding: 5px;
    }

    #content #entry-author-info-heading {
      font-size: 18px;
      margin: 0;
    }

    #entry-author-info #author-description {
      float: left;
      margin: 0 0 0 90px;
    }

    .list-page #searchform {
      margin-top: 20px;
    }

    /* =Sidebar
-------------------------------------------------------------- */
    #sidebar {
      display: inline;
      float: right;
      margin-top: 105px;
      width: 204px;
      word-wrap: break-word;
    }

    #sidebar .close-sidebar,
    #sidebar .sidebar-nav {
      display: none;
    }

    .widget {
      color: #fff;
    }

    .metaplace {
      padding: 9px;
    }

    .metaplace p {
      color: #fff;
    }

    .widget_calendar {
      width: 204px;
    }

    #sidebar a {
      color: #FFE6A8;
      font-weight: bold;
    }

    #sidebar h4 {
      background: no-repeat 0 0;
      color: #2e2019;
      font-size: 1.3rem;
      line-height: 52px;
      /*padding-left: 15px;
	width: 185px;*/
    }

    #sidebar h4 a {
      color: #2e2019;
    }

    #sidebar ul li {
      list-style-type: none;
    }

    #sidebar ul li select {
      margin: 10px 0 10px 10px;
      padding: 2px;
      width: 183px;
    }

    #sidebar ul ul {
      padding: 5px 5px 2px 3px;
    }

    #sidebar ul ul li {
      background: no-repeat 0 9px;
      border-bottom: solid 1px #271913;
      border-top: solid 1px #453322;
      margin: 0px 6px;
      padding: 4px 0 4px 15px;
    }

    #sidebar ul ul li:first-child {
      border-top: none;
    }

    #sidebar ul ul li:last-child {
      border-bottom: none;
    }

    #sidebar ul ul li ul {
      border: 0;
      padding-bottom: 0;
    }

    #sidebar ul ul li li {
      border: 0;
      margin-bottom: 0;
      padding-bottom: 5px;
    }

    #sidebar ul .widget>div {
      padding: 0 10px 10px 9px;
    }

    #calendar_wrap {
      color: #f7f7f7;
      font-size: 12px;
      padding: 0 0 10px !important;
      text-align: center;
      width: 203px;
    }

    #calendar_wrap .nav {
      color: #c4a158;
      font-weight: bold;
      line-height: 24px;
      margin: 0 auto;
      position: relative;
      width: 130px;
    }

    #wp-calendar {
      width: 100%;
    }

    #wp-calendar tbody tr td a {
      border: dashed 1px #c4a158;
      color: #c4a158;
      display: block;
      line-height: 16px;
      margin: 0 auto;
      text-align: center;
      text-decoration: none;
      width: 16px;
    }

    #wp-calendar tbody tr td {
      border-right: solid 1px #423028;
      padding: 2px 0;
    }

    #wp-calendar tbody tr th {
      border-left: 0;
      border: solid 1px #423028;
      color: #b5573a;
      font-weight: normal;
      padding: 2px 0;
    }

    #wp-calendar tbody tr .last {
      border-right: none !important;
    }

    #wp-calendar tbody tr.last td {
      border-bottom: solid 1px #423028;
    }

    #sidebar #searchform {
      margin: 5px 0 15px 5px;
    }

    #sidebar #searchform label {
      color: #c4a158;
      display: none;
      font-weight: bold;
    }

    #sidebar #searchform .field-place {
      background: no-repeat 0 0;
      height: 23px;
      padding: 2px;
      width: 190px;
    }

    #sidebar #searchform .field-place .field {
      background: none;
      border: 0;
      color: #c4a158;
      display: inline;
      float: left;
      padding: 4px 5px 3px;
      width: 155px;
    }

    #sidebar #searchform .field-place .button {
      display: inline;
      float: right;
      height: 23px;
      width: 23px;
    }

    #sidebar #searchform .field-place .button {
      background: none;
      border: 0;
      cursor: pointer;
      font-size: 0;
      line-height: 0;
      text-indent: -4000px;
    }

    .widgettitle label {
      color: #fff;
      font-family: "Trebuchet MS", "Myriad Pro", Tahoma, Sans-Serif;
      font-size: 20px;
      line-height: 52px;
    }

    .widget_blog_subscription form {
      padding: 0 5px 5px 9px;
    }

    .widget_blog_subscription form p {
      margin: 0 0 5px 0;
    }

    #sidebar ul .menu-sidebar-menu-container {
      padding: 0;
    }

    .widget_gravatar {
      padding: 0 0 5px 0;
    }

    .widget_gravatar p {
      padding: 5px 5px 5px 9px;
    }

    #sidebar ul .widget_author_grid ul {
      padding: 5px 10px 10px 9px;
    }

    #sidebar ul .widget_author_grid ul li {
      background-image: none;
      border: 0;
    }

    .widget_flickr table {
      margin: 10px auto;
    }

    .widget_flickr img {
      height: auto;
      margin: 0 5px;
      max-width: 170px;
      width: auto;
    }

    #flickr_badge_uber_wrapper {
      background-color: #fff;
    }

    #flickr_badge_wrapper {
      border: 0 !important;
    }

    .widget_box {
      padding: 10px 5px;
    }

    .widget_box embed {
      margin: 0 auto;
    }

    .widget_vodpod {
      padding: 10px 5px;
    }

    .widget_vodpod div {
      margin: 0 auto;
      width: auto;
    }

    .recentcommentsavatar {
      margin: 10px 0 10px 9px;
    }

    #sidebar label,
    #sidebar button {
      color: #fff;
    }

    .widget_rss_links p {
      padding: 5px 0 0 10px;
    }

    /* =Comments Area
-------------------------------------------------------------- */
    #respond h3,
    #comments-title {
      font-size: 19px;
    }

    #comments-title {
      margin: 0 0 20px 0;
    }

    #content .commentlist {
      margin: 0;
    }

    #respond div.left {
      display: inline;
      float: left;
      width: 290px;
    }

    #respond div.right {
      display: inline;
      float: right;
      width: 334px;
    }

    #respond label {
      color: #ac2e13;
      font-size: 12px;
      margin: 5px 0 3px;
      display: block;
    }

    #commentform {
      padding: 0 0 20px 0;
    }

    .comment-form-author,
    .comment-form-email,
    .comment-form-url {
      width: 290px;
    }

    .comment-form-comment {
      float: right;
      margin: -171px 0 0 0;
      width: 334px;
    }

    .logged-in .comment-form-comment,
    .comment .comment-form-comment {
      float: none;
      margin: 0;
    }

    .comment-form-comment label {
      display: none;
    }

    .form-allowed-tags {
      clear: both;
      font-size: 11px;
    }

    .logged-in .form-allowed-tags {
      width: 334px;
    }

    .form-submit {
      margin-bottom: 1em;
    }

    .logged-in .form-submit {
      width: 334px;
    }

    #respond #submit {
      background: no-repeat 0 0;
      border: 0;
      color: #fff;
      cursor: pointer;
      display: inline;
      font-weight: bold;
      height: 30px;
      margin-top: 20px;
      width: 119px;
    }

    #content .comment {
      font-size: 12px;
      list-style-type: none;
    }

    .comment .comment-body {
      background: url(images/post-bg.gif) no-repeat 0 bottom;
      height: 100%;
      margin-bottom: 15px;
      min-height: 90px;
      padding-bottom: 10px;
      padding-left: 80px;
      position: relative;
    }

    .comment .avatar {
      left: 0;
      position: absolute;
      top: 0;
    }

    .comment .author {
      font-weight: bold;
      line-height: 1;
    }

    .comment .author a {
      color: #dd5324;
    }

    .comment .comment-meta {
      color: #b49969;
      font-size: 10px;
      margin-bottom: 3px;
    }

    .comment .comment-content p {
      margin-bottom: 15px;
    }

    .trackback .comment-body,
    .pingback .comment-body {
      height: auto;
      min-height: 0;
      padding: 0 0 20px;
    }

    #respond input[type="text"],
    #comment {
      background: #f7f7f7;
      padding: 8px 5px 7px;
      border: 1px dashed #999;
      border-radius: 5px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
    }

    #respond input[type="text"] {
      height: 32px;
      margin: 0;
      overflow: hidden;
    }

    #comment {
      height: 145px;
      overflow: auto;
    }

    .commentsnavigation {
      margin: 6px auto;
    }

    .reply {
      float: right;
    }

    .commentlist ul.children {
      margin-left: 25px;
    }

    .userloggedbtn {
      float: left !important;
      margin-left: 218px;
    }

    .nopassword,
    .page .nocomments {
      display: none;
    }

    .bypostauthor .author {
      font-size: 18px;
      font-style: italic;
      font-weight: normal;
    }

    /* =Post and page navigation
-------------------------------------------------------------- */
    .page-navigation {
      margin: 10px 0;
      word-spacing: 0.5em;
    }

    .page-navigation a {
      background-color: #e2e2e2;
      padding: 5px 8px;
    }

    .post-navigation {
      display: block;
      margin: 0 0 10px 0;
      padding-bottom: 20px;
      overflow: hidden;
    }

    .nav-previous {
      float: left;
      width: 49%;
    }

    .nav-next {
      float: right;
      text-align: right;
      width: 49%;
    }

    /* =Post Formats
-------------------------------------------------------------- */
    .entry-format {
      color: #b5b5b5;
      display: inline-block;
      font-size: 10px;
      line-height: 20px;
      text-transform: uppercase;
    }

    #content .format-aside h2.post-title,
    #content .format-quote h2.post-title {
      font-size: 13px;
      line-height: 20px;
      margin-bottom: 20px;
    }

    /* =Infinity Styles
-------------------------------------------------------------- */
    .infinite-scroll.neverending #main {
      margin-bottom: 75px;
    }

    .infinite-scroll #content .infinite-wrap {
      border-top: none;
      padding-top: 0;
    }

    /* Loader */
    .infinite-loader {
      margin: 35px auto 0;
      width: 24px;
    }

    /* Load More Posts Button */
    #infinite-handle {
      margin: 35px 0 0;
      text-align: center;
    }

    /* Match the style of links in the infinite footer to the theme style */
    #infinite-footer .blog-info a,
    #infinite-footer .blog-credits a,
    #infinite-footer .blog-info a:hover,
    #infinite-footer .blog-credits a:hover {
      color: #cd4517;
    }

    /* Elements to hide */
    .infinite-scroll .post-navigation,
    .infinite-scroll.neverending #footer {
      display: none;
    }

    /* Restore the footer when IS is finished */
    .infinity-end.neverending #footer {
      display: block;
    }

    /* Restore the margin when IS is finished */
    .infinity-end.neverending #main {
      margin-bottom: 0;
    }

    /* --- Responsive styles --- */
    @media only screen and (max-width: 1024px) {

      /* =Structure
	-------------------------------------------------------------- */
      /*#page {
		width: auto;
		padding: 0 20px;
	}*/
      /* =Main
	-------------------------------------------------------------- */
      #main-bot {
        padding: 10px;
      }

      /* =Navigation
	-------------------------------------------------------------- */
      #nav {
        display: none;
      }

      /* =Header
	-------------------------------------------------------------- */
      /*
	#header {
		padding: 30px 50px 30px 0;
	}
	#header .open-sidebar,
	#header .open-sidebar span,
    #header .open-sidebar:after,
    #header .open-sidebar:before {
    	transition: all 0.3s;
    	-moz-transition: all 0.3s;
    	-webkit-transition: all 0.3s;
    	-o-transition: all 0.3s;
    }
    #header .open-sidebar {
    	height: 28px;
    	width: 39px;
    	position: absolute;
    	top: 45px;
    	right: 4px;
    	display: block;
    }
    #header .open-sidebar:after,
    #header .open-sidebar:before {
    	content: '';
    }
    #header .open-sidebar:after,
    #header .open-sidebar:before,
    #header .open-sidebar span {
    	position: absolute;
    	left: 0;
    	display: block;
    	width: 100%;
    	height: 8px;
    	background: #fff;
    	border-radius: 4px;
    	background: #c4a158;
    }
    #header .open-sidebar span {
    	top: 10px;
    }
    #header .open-sidebar:before {
    	top: 0px;
    }
    #header .open-sidebar:after {
    	top: 20px;
    }
*/
      /* =Content Area
	-------------------------------------------------------------- */
      #content {
        padding: 20px 30px;
		  margin: 0 auto;
      }

      #content:before {
        width: auto;
        right: 15px;
      }

      #content .gallery img {
        border-width: 2px;
      }

      /* =Sidebar
	-------------------------------------------------------------- */
      #sidebar {
        width: 200px;
        float: none;
        position: fixed;
        top: 0;
        right: -261px;
        bottom: 0;
        margin-top: 0;
        transition: right 0.3s;
        -moz-transition: right 0.3s;
        -webkit-transition: right 0.3s;
        -o-transition: right 0.3s;
        z-index: 1000;
        padding: 45px 12px 0 49px;
        overflow-y: auto;
      }

      #sidebar:before,
      #sidebar:after {
        content: '';
        height: 50px;
        width: 1px;
        position: absolute;
        top: 0;
      }

      #sidebar:before {
        left: 30px;
      }

      #sidebar:after {
        left: 42px;
      }

      #sidebar.expanded {
        right: 0;
      }

      #sidebar .close-sidebar {
        height: 30px;
        width: 33px;
        position: absolute;
        top: 45px;
        right: 24px;
        background: #21120e;
        border-radius: 5px;
        display: block;
        z-index: 1;
      }

      #sidebar .close-sidebar:after,
      #sidebar .close-sidebar:before {
        content: '';
      }

      #sidebar .close-sidebar:after,
      #sidebar .close-sidebar:before {
        position: absolute;
        left: 0;
        display: block;
        width: 100%;
        height: 8px;
        border-radius: 4px;
        background: #c4a158;
      }

      #sidebar .close-sidebar:before {
        height: 4px;
        width: 19px;
        margin-top: 10px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 3px;
        left: 7px;
      }

      #sidebar .close-sidebar:after {
        height: 4px;
        width: 19px;
        margin-top: -10px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 23px;
        left: 7px;
      }

      #sidebar .sidebar-nav {
        display: block;
        font-size: 12px;
        font-weight: bold;
        line-height: 15px;
        text-transform: uppercase;
        padding-left: 16px;
      }

      #sidebar .sidebar-nav:after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
      }

      #sidebar .sidebar-nav ul li {
        float: left;
        list-style-type: none;
        position: relative;
        margin-bottom: 10px;
        clear: both;
      }

      #sidebar .sidebar-nav ul li a {
        color: #fefefe;
        display: block;
        padding: 0 10px;
        position: relative;
        text-decoration: none;
      }

      #sidebar .sidebar-nav>ul>.selected,
      #sidebar .sidebar-nav>ul>.current_page_parent,
      #sidebar .sidebar-nav>ul>.current_page_item,
      #sidebar .sidebar-nav>ul>.current_page_ancestor,
      #sidebar .sidebar-nav>ul>.current-menu-parent,
      #sidebar .sidebar-nav>ul>.current-menu-item,
      #sidebar .sidebar-nav>ul>.current-menu-ancestor {
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background: transparent;
      }

      #sidebar .sidebar-nav>ul>li>a {
        line-height: 30px;
      }

      #sidebar .sidebar-nav>ul>li>a:hover {
        background-color: #fff;
        color: #000;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
      }

      #sidebar .sidebar-nav>ul>li:hover>a {}

      #sidebar .sidebar-nav ul ul li {
        border: 0;
        margin: 0;
        padding: 0 0 0 15px;
      }

      #sidebar .sidebar-nav ul ul li a {
        padding: 6px 0 3px 0;
      }

      /* =Comments Area
	-------------------------------------------------------------- */
      .comment-form-author,
      .comment-form-email,
      .comment-form-url {
        width: auto;
      }

      .comment-form-comment {
        float: none;
        margin: 0;
        width: auto;
      }
    }

    @media only screen and (max-width: 767px) {

      /* =Structure
	-------------------------------------------------------------- */
      #page {
        padding: 0 13px;
      }

      /* =Main
	-------------------------------------------------------------- */
      #main-top {
        padding: 4px;
      }

      #main-bot {
        padding: 6px;
      }

      /* =Content Area
	-------------------------------------------------------------- */
      #content:before {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
      }

      #content {
        padding: 20px 16px;
      }

      #content blockquote {
        padding: 0 1em;
      }

      /* =Post Area
	-------------------------------------------------------------- */
      .post,
      div.attachment,
      .post-navigation {
        padding-bottom: 15px;
      }

      .post-title-holder {
        padding-bottom: 10px;
      }

      #content .post-title-holder .post-title {
        float: none;
        margin-bottom: 0;
      }

      .post-title-holder .date {
        float: none;
        margin-top: 3px;
      }

      .post .meta {
        background: transparent;
        border: 0;
        padding: 0;
      }

      .post .meta:before,
      .post .meta:after {
        display: none;
      }

      .post .meta p {
        float: none;
        line-height: 15px;
        padding: 5px 0 15px 0;
      }

      .post .meta .comments-num {
        display: block;
        float: none;
        margin-left: 0;
      }

      /* =Comments Area
	-------------------------------------------------------------- */
      .comment .comment-body {
        padding-left: 50px;
      }

      .comment .avatar {
        width: 40px;
        height: auto;
      }
    }

    /* =Comments Area
	-------------------------------------------------------------- */
    .comment .comment-body {
      padding-left: 50px;
    }

    .comment .avatar {
      width: 40px;
      height: auto;
    }
