/*
Theme Name:     LRQDO
Theme URI:      http://progressionstudios.com/
Description:    A child theme of bayside.
Author:         Olivier
Author URI:     http://themeforest.net/user/ProgressionStudios
Template:       bayside
*/
@import url("../bayside/style.css");

/* -------------------- a FONT FACES -------------------- */
@font-face {
	font-family: "League Gothic";
    src: url('polices/League_Gothic-webfont.eot');
    src: url('polices/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('polices/League_Gothic-webfont.woff') format('woff'),
         url('polices/League_Gothic-webfont.ttf') format('truetype'),
         url('polices/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal!important;
    font-style: normal;
}
@font-face {
    font-family: "Myriam";
    font-style: normal;
    src: url('polices/Myriam.otf');
    src: url('polices/myriam-webfont.eot?#iefix') format('embedded-opentype'),
       url('polices/myriam-webfont.woff') format('woff'),
       url('polices/myriam-webfont.ttf') format('truetype'),
       url('polices/myriam-webfont.svg#myriamregular') format('svg');
}

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

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
    font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-maison, .icon-leLogo {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.icon-maison:before {
    content: "\e000";
}
.icon-leLogo:before {
    content: "\e001";
}

body {
    color: rgb(114, 0, 0);
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 16px;
    line-height: 24px;
    background-color:#F7F1DD;
}

body {
    background-image: url(images/blog-bg.jpg);
    background-repeat: repeat-y;
    background-position: -6px 0px;
    }

h2 a{
    font-size:48px;
    margin-bottom:10px;
    font-weight:normal;
    font-family: "League Gothic";
    color:#5C272F;
}

#sidebar {
    background-color: transparent;
    background-repeat: repeat-y;
    background-position: 0px 0px;
    border: none;
    width: 282px;
    padding: 20px 30px 30px 26px;
    float: left;
    position: absolute;
}

.sidebar-icon a {
    background: url("images/sidebar-icon.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: none;
    float: left;
    height: 21px;
    position: relative;
    top: 6px;
    width: 30px;
}

#content {
    padding: 22px 0px 15px 362px;
}

body #logo, body #logo img {
    max-width: 268px;
}

body header h1#logo {
    float: left;
    margin: 0px 10px 0px 0px;
    padding: 0px 5px 0px 0px;
    border: none;
}

header {
    background-color:transparent;
}

.sf-menu ul {
    background-color:transparent;
}

.sf-menu  li a{
    background-color: #FFF;
    letter-spacing: 3px;
}

#page-content {
    max-width: 1000px;
    padding: 0px 0px 0px 0px;
    margin-left: 338px;
    background: #ffffff;
    border-right: none;
    border-bottom: none;
}
.sf-menu li {
    float: left;
    position: relative;
    width:content-box;
    margin-left:1px;
}

.sf-menu a, .sf-menu a:visited {
    text-shadow: none;
    font-size: 12px;
    line-height:16px;
    font-family: "Georgia";
    text-transform: uppercase;
    font-weight: normal;
    padding:16px 25px;
    border-bottom: 1px solid #EAD69E;
}

 /* HOVER BACKGROUND */
.sf-menu a:hover, .sf-menu li a:hover, .sf-menu a:hover, .sf-menu a:visited:hover, .sf-menu li.sfHover a, .sf-menu li.sfHover a:visited {	
    background-color:#77CFE0;
    color:#FFF;
}


.sf-menu li.sfHover li a, .sf-menu li.sfHover li a:visited, .sf-menu li.sfHover li li a, .sf-menu li.sfHover li li a:visited, .sf-menu li.sfHover li li li a, .sf-menu li.sfHover li li li a:visited, .sf-menu li.sfHover li li li li a, .sf-menu li.sfHover li li li li a:visited {
    background-color:#77CFE0;
    color:#FFF;
}

.media-overlay a{
    color:#FFF;
    font-family:"Georgia";
    font-size:10px;
    line-height:20px;
}

body .media-overlay a:hover{
    color:#FFF;
}

.sf-menu li:first-child a{
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.sf-menu li:last-child a{
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.sf-menu .greenMenu a, .sf-menu .greenMenu a:visited {
    color:#A4C9A8;

}
.sf-menu .greenMenu a:hover, .sf-menu li.current-menu-item.greenMenu a, .sf-menu li.current-menu-parent.greenMenu a {
    background-color: #A4C9A8;
    color:#FFF;
}

.media-overlay a.greenMenu{
    background-color:#A4C9A8;
}

.containerMask a.greenMenu:hover, .maskPlugLastAndNews a.greenMenu:hover{
    color:#A4C9A8;
}
.featured-summary .containerMask.greenMenu:hover a{
    color:#A4C9A8;
}

.sf-menu .yellowMenu a, .sf-menu .yellowMenu a:visited {
    color:#DEC024;
}
.sf-menu .yellowMenu a:hover, .sf-menu li.current-menu-item.yellowMenu a, .sf-menu li.current-menu-parent.yellowMenu a {
    background-color: #DEC024;
    color:#FFF;
}

.containerMask a.yellowMenu:hover, .maskPlugLastAndNews a.yellowMenu:hover{
    color:#DEC024;
}


.media-overlay a.yellowMenu{
    background-color:#DEC024;
}

.featured-summary .containerMask.yellowMenu:hover a{
    color:#DEC024;
}

.sf-menu .redMenu a, .sf-menu .redMenu a:visited {
    color:#F26531;
}

.sf-menu .redMenu a:hover, .sf-menu li.current-menu-item.redMenu a, .sf-menu li.current-menu-parent.redMenu a {
    background-color: #F26531;
    color:#FFF;
}

.media-overlay a.redMenu{
    background-color:#F26531;
}

.containerMask a.redMenu:hover, .maskPlugLastAndNews a.redMenu:hover{
    color:#F26531;
}

.featured-summary .containerMask.redMenu:hover a{
    color:#F26531;
}

.sf-menu .purpleMenu a, .sf-menu .purpleMenu a:visited {
    color:#E50E63;
}

.sf-menu .purpleMenu a:hover, .sf-menu li.current-menu-item.purpleMenu a, .sf-menu li.current-menu-parent.purpleMenu a {
    background-color: #E50E63;
    color:#FFF;
}

.media-overlay a.purpleMenu{
    background-color:#E50E63;
}

.containerMask a.purpleMenu:hover, .maskPlugLastAndNews a.purpleMenu:hover{
    color:#E50E63;
}
.featured-summary .containerMask.purpleMenu:hover a{
    color:#E50E63;
}

.sf-menu .pinkMenu a, .sf-menu .pinkMenu a:visited {
    color:#F48FA6;
}

.sf-menu .pinkMenu a:hover, .sf-menu li.current-menu-item.pinkMenu a , .sf-menu li.current-menu-parent.pinkMenu a {
    background-color: #F48FA6;
     color:#FFF;
}



.sf-menu li.current-menu-item a, .sf-menu li.current-menu-item a:visited{
    color:#FFF;
}

.media-overlay a.pinkMenu{
    background-color:#F48FA6;
}

.containerMask a.pinkMenu:hover, .maskPlugLastAndNews a.pinkMenu:hover{
    color:#F48FA6;
}

.featured-summary .containerMask.pinkMenu:hover a{
    color:#F48FA6;
}

.sf-menu li.current-menu-item a, .sf-menu li.menu-item a:hover{	
    color:#FFF; 
}

.media-overlay a.brownMenu {
    background-color: #720000;
}

.containerMask a.brownMenu:hover{
    color:#720000;
}

.containerMask a.hideTag:hover,  .maskPlugLastAndNews a.hideTag:hover{
    color:#720000;
}

.media-overlay a.hideTag{
    display:none;
}

#sidebar h5 {
    color: #FFF;
    font-family: "Georgia";
    font-size:12px;
    line-height:24px;
    font-weight:normal;
    margin-left:24px;
}

#sidebar ul li a {
    font-size: 12px;
    font-style: normal;
    line-height: 18px;
    padding-bottom:4px;
}

#sidebar ul li a.link-post-image-latest{
    padding-bottom:0px;  
}

#sidebar .widget_archive ul li{
    font-size: 12px;
    line-height: 24px;
    margin-bottom:0px;
}

#sidebar .widget_archive ul li{
    line-height: 24px;
}

.widget_recent_entries a {
    text-transform:uppercase;
    font-size:12px;
    font-family: "Arial";
    font-weight:bold;
}
.widget_archive a{
    text-transform:uppercase;
    font-size:12px;
    font-family: "Arial";
    line-height:24px;
}

body #sidebar .widget_recent_entries h5, body #sidebar .widget_recent_comments h5, body #sidebar .widget_categories h5, body #sidebar .widget_archive h5 {
    background: none;
    padding-left: 0px;
    padding-bottom: 2px;
    margin-bottom: 6px;
}

a:hover, #sidebar a:hover h6 {
    color:#7DCD91;
}

.searchform {
    border: 1px solid #5BA0A5;
    padding: 2px 5px 0px 15px;
    webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    line-height: 1;
    color: #62ACB6;
    font-size: 16px;
    margin: 0px 0px 0px 0px;
    background-color: #BCDFE3;
    background-repeat: no-repeat;
    background-position: center right;
}

.searchform input {
    font-family: "Arial";
    color: #5BA0A5;
}

#sidebar ul li {
    font-style:normal;
    font-size: 11px;
}

input:-moz-placeholder, textarea:-moz-placeholder, #commentform textarea:-moz-placeholder {
    color: #62ACB6;
    font-family: "Arial";
    font-size:16px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, #commentform textarea::-webkit-input-placeholder {
    color: #B78081;
    font-family: "Arial";
    font-size:16px;
}

input.placeholder, textarea.placeholder, #commentform textarea.placeholder{
    color: #B78081;
    font-family: "Arial";
    font-size:16px;
}

.searchform ::-webkit-input-placeholder {
    color:#62ACB6; 
}

.searchform ::-moz-placeholder {
    color:#62ACB6; 
} /* firefox 19+ */

.searchform :-ms-input-placeholder {
    color:#62ACB6; 
} /* ie */

.searchform input:-moz-placeholder {
    color:#62ACB6; 
}

a{
    color: #720000;
}

.header-top {
    display:none;
}

body, .progression-etabs a {
    color:#5C272F;
    font-size: 14px;
    line-height: 1.5;
}

.meta-data-index{
    background-color:#FBFDF5;
    padding: 4px 12px;
}

.meta-data-index .time-posted-mini{
    display:inline-block;
    width:50%;
    text-align:left;
}
.meta-data-index .comments-mini{
    display:inline-block;
    width:50%;
    text-align:right;
}

.meta-data-index span.time-posted-mini a{
    font-family:"Arial";
    font-size:10px;
    line-height:20px;
}

.meta-data-index  span.comments-mini a{
    font-family:"Arial";  
    font-size:10px;
    line-height:20px;
    padding-left: 0px;
    padding-right:0px;
}

.meta-data-index span a {
    display: inline-block;
    background: none;
    font-size: 12px;
    color: #720000;
    margin: 0px ;
    padding: 6px 6px 6px 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.meta-data-index span a:hover {
    background-color:#FFFFFF;
}

.featured-summary{
    padding:15px 0 0 0;
}

.featured-summary h2 a{
    font-size:24px;
    text-transform:uppercase;
}
.featured-summary p {
    font-size:16px;
    line-height:24px;
}

.boxed-mason.col2.articleFirst .featured-summary p {
    font-size:24px;
    line-height:36px;
}
boxed-mason.col2.articleFirst .featured-summary h2 {
    margin-top: 8px;
}

.boxed-mason.col2.articleFirst .featured-summary h2 a {
    font-size: 48px;
}

.boxed-mason.col2.articleFirst .meta-data-index span.time-posted-mini a {
    font-size: 12px;
    line-height: 24px;
}

.boxed-mason.col2.articleFirst .meta-data-index span.comments-mini a  {
    font-size: 12px;
    line-height: 24px;
}

.boxed-mason.col2.articleFirst .containerMask .mask { 
    background: none;
}

h2.blog-post{
    font-size:60px;
    font-weight:normal;
    font-family: "League Gothic";
    color:#5C272F;
    margin-left:260px;
    margin-top:65px;
    text-transform: uppercase;
}

.post-meta-bayside span {
    background: none;
}

.post-meta-bayside span.date-bayside {
    margin-right: 0px;
    padding-left: 0px;
    color:#9C7A78;
    font-size:12px;
}
.post-meta-bayside span.author-bayside {
    padding-left: 0px;
}

.post-meta-bayside {
    font-style: normal;
    color:#9C7A78;
    font-family: "Arial";
    margin-left:260px;
}

.post-meta-bayside a {
    color: #F26531;
}

.type-post .social-networks-bayside span.st_facebook, .type-post .social-networks-bayside span.st_twitter, .type-post .social-networks-bayside span.st_pinterest, .type-post .social-networks-bayside span.st_email, .type-post .social-networks-bayside span.st_print {
    width: 70px;
    display: block;
    padding: 10px 5px 10px 35px;
    background-color: #FFFFFF;
    background-image: url(images/blog-single.png);
    background-repeat: no-repeat;
    margin-bottom: 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.type-post .social-networks-bayside span, .type-post .social-networks-bayside a {
    color: #720000 !important;
    font-size: 12px;
    background: none;
    width: auto;
    height: auto;
    padding: 0px;
    margin: 0px;
}

#page-content .contentSingleCustom p,#page-content .contentSingleCustom {
    font-size:20px;
    line-height:30px;
    font-familly:georgia;
    color:#5C272F;
}

#page-content .contentSingleCustom  .rslides_container p{
    color:#FFF;
    font-size:14px;
}

.st_facebook i , .st_twitter i , .st_pinterest i, .st_email i, .st_print i {
    width:20px;
    display:inline-block ;
}
.type-post .social-networks-bayside span.st_facebook  , .type-post .social-networks-bayside span.st_twitter  , .type-post .social-networks-bayside span.st_pinterest, .type-post .social-networks-bayside span.st_email,  .type-post .social-networks-bayside span.st_print {width:150px;}
.contentSingleCustom, .tags-bayside {
    padding-left:260px;
    padding-right:120px;
}

#comments{
 background-color:#FBF7EC; 
 padding-top:25px; 
}

#respond, ol.commentlist{
    margin-left:250px;
    margin-right: 120px;
    width:auto;
    left:0;
}

.commentlist > li:before {
    content:none;
    left: 10px;
    top: -10px;
    position: absolute;
}

.commentlist .popover,  #respond .popover {
    position: relative;
    display: block;
    max-width:auto;
    border:none;
    width:auto;
}
.commentlist .popover .arrow, #respond .popover .arrow{
    border-bottom-color: #FFF;
}

.commentlist li.comment {
    background: none ;
    border: none;
    margin: 0 !important;
    padding: 0;
    list-style: none;
    position: relative;
}

.commentlist .children li.comment {
    border-right: none;
    border-top: none;
    border-bottom: none;
    border-left: none;
    margin: 0em 0 0 0;
    padding: 0em;
    position: relative;
}

.commentlist ul.children {
    list-style: none;
    margin: 0px;
    padding:0px;
}

.commentlist .popover.bottom .arrow {
    top: -11px;
    left: 50px;
}

.pubDateComment{
    text-align:right;
}

.pubDateComment a{
    color:#B78081;
    font-family: "Arial";
    font-size:12px;
    margin-right:10px;
}

.commentInfoHeader{
    margin-top:10px;
}

.authorComment a{
    font-size:16px;
    font-weight:bold;
    font-family: "Arial";
}

.authorComment span{
    font-size:16px;
    font-weight:bold;
    font-family: "Arial";
    margin-left:10px;
}

.commentlist  li.comment.depth-1{
    margin-bottom:20px !important;
}

.commentlist .popover {
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px  6px 0px 0px;
    border-radius: 6px  6px 0px 0px;
    -webkit-box-shadow: none ;
    -moz-box-shadow: none ;
    box-shadow: none;
}

.replyComment {
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #fdfbf5;
    -webkit-border-radius: 0px 0px 6px 6px;
    -moz-border-radius: 0px 0px 6px 6px;
    border-radius: 0px 0px 6px 6px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.comment-content p{
    font-family: Georgia;
    font-size:20px;
    line-height:30px;
}

#sticky-navigation-spacer {
    padding-top: 0px;
}

#sidebar ul.recent-posts h6{
    text-transform: uppercase;
    font-size:12px;
    font-weight:bold;
    font-family: "Arial";
    color:#2B7682;
    line-height:14px;
    margin-left:13px;
    padding-top:10px;
    padding-bottom:0px;
}

#sidebar ul.recent-posts .time-stamp-sidebar{
    font-size:12px;
    font-family: "Arial";
    color:#B88080;
    font-style:normal;
}

 ul.recent-posts li:first-child,#tweets-sidebar p:first-child + div{
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

 ul.recent-posts li:last-child, #tweets-sidebar div:last-child{
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}
.featured-media a.hover-gradient:before, .featured-media a.hover-gradient:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 110px;
    background:none ;
    border:none;
}

.featured-media {
    border:none;
}

.popover .arrow {
    border-width: 11px;
}

.popover .arrow, .popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

a.comment-reply-link {
    background: #7DCD91;
    text-transform: uppercase;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-family: Arial, Sans-serif;
    padding: 2px 9px;
    text-decoration: none;
    margin-bottom: 20px;
}

#commentform .popover{
    position: relative;
    display: block;
    max-width:auto;
    border:none;
    width:auto;
    -webkit-box-shadow: none ;
    -moz-box-shadow: none ;
    box-shadow: none;
    margin-right:10px;
}

#respond  input:-moz-placeholder, #respond textarea:-moz-placeholder {
    font-style: italic;
    font-family: georgia;
}

#respond input::-webkit-input-placeholder, #respond  textarea::-webkit-input-placeholder {
    font-style: italic;
    font-family: georgia;
}

#respond input.placeholder,#respond  textarea.placeholder {
    font-style: italic;
    font-family: georgia;
}

#respond .popover textarea {
    margin:  0px;
    color:#720000;
    background-color: #FFF;
    border: none;
    padding: 8px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width:97%;
    -webkit-box-shadow: none ;
    -moz-box-shadow: none ;
    box-shadow: none;
}

header#sticky-navigation-bayside {
    width: 100%;
    position: fixed;
    z-index: 2000;
    top: 0px;
}

.progression-etabs{}
#sidebar .progression-tab.active {}
#sidebar .progression-tab.active a{
    color:#720000;
}
#sidebar .progression-tab a{
    color:#B88080;
}
#sidebar .progression-tab a.recent-title , #sidebar .progression-tab a.popular-title{
    background: none;
}

.content-container, #home-page-content .content-container:hover {
    background-color: #ffffff;
    border-bottom: none ;
    border-radius: 6px;
}

.media-overlay{
    left: 0;
    bottom:-17px;
}

.media-overlay a {
    background: #ffffff;
    margin-right: 4px;
    font-family:Georgia;
    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 2px 8px;
    float: none;
    margin-bottom:5px;
    display: inline-block;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

#jtwt{
    background-color: #FFF;  
    margin-bottom:1px;
}

#circle{
    background:#fff;
    border-radius:50%;
    width:30px;
    height:30px;
    border:1px solid #fff;
    margin-top:13px;
    margin-left:11px;
    float: left;
    position: absolute;
    left: 0px;
}

#jtwt_picture {
    float: none;
    position: absolute;
    left: 7px;
    top:4px;
    width: 22px;
}

#jtwt_tweet{
    margin-left:40px;
}

body #sidebar .tweets h5 {
      background: none;
      padding-left: 0px;
      padding-bottom: 2px;
      margin-bottom: 6px;
}
#jtwt_text{
    font-family:Georgia;
    font-size: 12px;
    line-height:18px;
    color:#2b7682;
    padding-top:10px;
    padding-bottom:10px;
    padding-right:24px;
}
#jtwt_text a {
    font-family:Georgia;
    font-size: 12px;
    color:#FAA85F;
}

#jtwt_text a#jtwt_date {
    font-size: 10px;
    color:#74CEE2;
}

.search-base {
    border-bottom: none;
}

#sidebar ul.recent-posts li {
    border-bottom: none;
    margin-bottom:1px;
    padding-bottom:0px;
    background-color:#FFF;
}

.category-top-image{
    position: absolute;
    bottom: 22px;
    left: 147px;
    z-index: 5;
}

body .category-top-image h6.bayside-category a {
    background: #FFF;
    color: #720000;
    margin-bottom: 8px;
    padding: 4px 5px 5px 5px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#sidebar ul {
    border-bottom: none;
}

#commentform label {
    font-size:12px;
    font-family: Arial;
}

#commentform p {
    margin-left:20px;
}

#commentform code {
    font-size:10px;
    font-family: Arial;
    color: #B88080;
    background-color: #FBF7EC;
    border: none;
    white-space:normal;
}

p.form-allowed-tags{
    line-height:15px;
    color: #B88080;
    font-size:10px;
    font-family: Arial;
}

#respond input {
    color:#720000;
}

#respond input#submit {
    background: #7DCD91;
    color: #ffffff;
    font-size:12px;
    font-family: Arial;
}

#respond input#submit:hover {
    background: #78cd8d;
}

.stButton .chicklets, .st_print {
    font-family: Arial;
    font-size: 12px;
    text-transform: uppercase;
}

.searchform {
    background-image: none;
}

#sidebar .progression-tab.active a {
    color: #720000;
    font-family: "League Gothic";
    font-size: 20px;
    font-weight: normal;
    padding:0px;
}

.meta-data-index span a i{
    color:#72000;
}

.col2{
    width:339px;
}

.col2 .media-overlay {
    width:339px;
    text-align:center;
}

.col2 .featured-media .imageWrapper {
    height:240px;
    overflow:hidden;
}

.boxed-mason.col2.articleFirst .media-overlay {
    width:702px;
    text-align:center;
}

.boxed-mason.col2.articleFirst .featured-media .imageWrapper{
    height:396px;
    overflow:hidden;
}


.boxed-mason.col2.articleFirst{
    width:702px;
}

.boxed-mason{
    margin-bottom:25px;
}

#sidebar .progression-etabs {
    border-bottom: none;
}

#sidebar .progression-tab.active {
    border-bottom: none;
}

.arrow_box { position: relative; border-top: 1px solid #FFF; margin-bottom:10px; margin-top:10px;}
.arrow_box:after, .arrow_box:before { bottom: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; }
.arrow_box:after { border-color: rgba(136, 183, 213, 0); border-bottom-color: #F6EFD6; border-width: 8px; left: 30px; margin-left: -8px; }
.arrow_box:before { border-color: rgba(194, 225, 245, 0); border-bottom-color: #FFF; border-width: 10px; left: 30px; margin-left: -10px; }
.nb-comments-sidebar a {
   font-size:12px;
   font-family: "Arial";
   line-height:18px;
   color:#74CEE2;
   font-style:normal;
   padding-left: 98px;
}

.load-more-manual #page-nav a,.load-more-manual #page-nav a:hover {
    background: none repeat scroll 0 0 rgb(125, 205, 145);
    color: rgb(255, 255, 255);
    font-family: Arial;
    font-size: 14px;
}

.progression-tab-container{
  margin-top:18px;
}

.searchform input.field:focus{
  border:none;
  box-shadow:none;
}

.social-networks-bayside {
  margin-right: 0;
}

#page-content .contentSingleCustom a {
  color:#F26531;
}

#page-content .contentSingleCustom a:hover {
  color:#7bcd8d;
  text-decoration:underline;
}

.widget_archive a:hover, a:hover, #sidebar a:hover h6 {
  text-decoration:none;
  color:#7bcd8d;
}

h1.page-title {
  border-bottom: none;
  padding-bottom: 10px;
  color:rgb(92, 39, 47);
  font-family:"Arial";
}

a#logoHouse{background-image: url(images/logo-house.png);
  background-repeat: no-repeat;
  background-position: center center;
  width:62px;
  height:62px;
  display:none;
  float: left;
  margin-right:10px;
  margin-left:5px;
}

.recent-post-image img{
  max-width:110px; 
  display:block;
}

#sidebar ul.recent-posts li {
  overflow: auto;
}

#sidebar ul.recent-posts .recent-post-image {    
    position:inherit;
    width:86px;
}

a.link-post-image-latest{
  display:block;
  float:left;

}

#page-content .contentSingleCustom .before-more p, #page-content .contentSingleCustom .before-more{
  font-weight:normal;
  font-size:24px;
  line-height:36px;
  font-familly:georgia;
  
  
}
.boxed-mason.col2.articleFirst .containerMask {
  height:auto;
  
}

.containerMask{
    height: 176px;
    overflow: hidden;
    position: relative; 
    padding:0 12px;
}

.containerMask .mask {
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0) 85%, rgb(255, 255, 255) 100%) repeat scroll 0 0 transparent;
    position: absolute;
    top: 0;
    width: 100%;
}

.mask {
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0) 95%, rgb(255, 255, 255) 100%) repeat scroll 0 0 transparent;
    height: 100%;
    pointer-events: none;
    position: relative;
}

#sidebar ul.recent-posts .recent-post-image {
    height: 72px;
    overflow: hidden;
}

#sidebar ul.recent-posts .maskPlugLastAndNews h6 {
    padding-left: 0px;
    margin-left:0px;
}

#sidebar ul.recent-posts .maskPlugLastAndNews {
    padding-left: 12px;
    height: 50px;
    overflow: hidden;
    position: relative; 
}

#sidebar ul.recent-posts .maskPlugLastAndNews .mask {
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0) 85%, rgb(255, 255, 255) 100%) repeat scroll 0 0 transparent;
    position: absolute;
    top: 0;
    width: 100%;
}

.menu-menu-ruche-container{
    display:block;
    padding: 0 24px;
}

nav {
    float:none;
    /*
    position: absolute;
    */
    z-index: 4;
    text-align:center;
    margin-left:338px;
    margin-bottom:36px;
    text-align:center;
}

.menu-menu-ruche-container{
   display:inline-block;
}


#menu-menu-ruche{
    margin-top:20px;
}

.featured-media-gradient{
    display: none;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVjMjcyZiIgc3RvcC1vcGFjaXR5PSIwLjI1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1YzI3MmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(92,39,47,0.25) 0%, rgba(92,39,47,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(92,39,47,0.25)), color-stop(100%,rgba(92,39,47,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(92,39,47,0.25) 0%,rgba(92,39,47,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(92,39,47,0.25) 0%,rgba(92,39,47,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(92,39,47,0.25) 0%,rgba(92,39,47,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(92,39,47,0.25) 0%,rgba(92,39,47,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#405c272f', endColorstr='#005c272f',GradientType=0 ); /* IE6-8 */
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:120px; 
}

 a .logoFirstLine {
    display:block;  
    font-family:"League Gothic";
    color:#FFF;
    text-transform: uppercase;
    font-size:80px;
    font-weight:normal;
    letter-spacing:5px;
    margin-bottom:0px;
    line-height:80px;
}

a .logoSecondLine { 
    margin-top:-7px;
    font-family:"League Gothic";
    color:#FFF;
    text-transform: uppercase;
    font-size:21px;
    font-weight:normal;
    letter-spacing:0.5px;
    border-bottom: 3px solid #FFF;
    display:block;
    text-align:center;
}

a .logoThirdLine{
    font-family:"League Gothic";
    font-size:16px;
    color:#FFF;
    text-transform: uppercase;
    text-align:right;
    margin-bottom:40px;
    display:block;
}

a .logoThirdLine span{
    font-family: 'icomoon';
    font-size:16px;
    color:#FFF;
    font-weight:normal;
}

.logoRucheSideBar{
    margin-top:-40px;  
}

.logoRucheHeader{
    display:none; 
}

.logoRucheHeaderPhone{
    display:none; 
}

.logoRucheHeaderPhone .searchform {
    margin-left: 0px;
}

a.logoBox{
    display:inline-block;
    margin-bottom:25px;
}

a.logoBox div.logoSecond{
    color: rgb(255, 255, 255);
    font-family: 'icomoon';
    font-size: 240px;
    margin-left: -15px;
    margin-top: -360px;
    margin-bottom: -40px;
}
a.logoBox div.logoThird{
    color: rgb(48, 118, 133);
    font-family: "League Gothic";
    font-size: 31px;
    font-weight: normal;
    margin-left: -5px;
    margin-top: -63px;
}

#mason-layout{
  margin-top:29px;
}

nav#page-nav {
    float: none;
    margin-bottom: 36px;
    margin-left: 0px;
    position: relative;
    text-align: center;
    z-index: 4;
}

#sticky-navigation-bayside{
    background-image: linear-gradient(top, rgba(92,39,47, 0.25) 0%, rgba(89,39,47, 0) 100%);
    background-image: -o-linear-gradient(top, rgba(92,39,47, 0.25) 0%, rgba(89,39,47, 0) 100%);
    background-image: -moz-linear-gradient(top, rgba(92,39,47, 0.25) 0%, rgba(89,39,47, 0) 100%);
    background-image: -webkit-linear-gradient( top, rgba(92,39,47, 0.25) 0%, rgba(89,39,47, 0) 100%);
    background-image: -ms-linear-gradient( top, rgba(92,39,47, 0.25) 0%, rgba(89,39,47, 0) 100%);
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0.25, rgba(92,39,47,0.25) 100%),
        color-stop(0, rgba(89,39,47, 0) 100% )
    );
    background-size: 100% 90px;
    background-repeat: no-repeat;
    background-position: 0 -100px; 
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
    width: 100%;  
}

#sticky-navigation-bayside.affix {
    background-position: 0 0px; 
}

/* Floating Share Widget */


.social-box-column{
    position:absolute;
    height:100%;
    overflow: visible;
}

.social-box{
    width : 80px;
}
.contentSingleCustom{
    overflow:hidden;

}
.container-text-content{
    position: relative;
    overflow:hidden;
}
.container-text-content .social-box  {
    transition-property: margin-top ;
    transition-duration: 0.5s;
    margin-top:0px;
}

.container-text-content .social-box.is_stuck {
    margin-top:130px;

}



#float-share {
   
   
    padding : 10px 0;
    padding-bottom : 0;
    background : #ffffff;
    border-radius : 8px;
    text-align : center;
    margin: 0px 0px 40px 20px;
  
}

.float-widget {
    margin-bottom : 10px;
}
#page-content .contentSingleCustom p.wp-caption-text{
    font-size:14px;
    line-height:20px;
}

.horizontal-like{
    display:none; 
}

.horizontal-like .float-widget{
    display:inline-block;  
}

a.editoSeeMore{
    display:block;
    text-align:center;
    margin-bottom:20px;
    color:#FFF;  
}

.editoSideBar{
    font-size:16px;
    color:#FFF;
    line-height:20px;
}

.editoSideBar > p {
    text-align:left !important;
}

.editoSideBar h2{
    color:#FFF;
}

.sideBarLinkRucheDown {
    display:block;
    width: 282px;
    height: 156px ;
}

.sideBarLinkRucheDown img {
    webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

li.linkSiteRucheMenu a{
    background-image: url(images/blog-lrqdo-header-button.png);
    background-repeat: no-repeat;
    background-position: left top;  
    display:block;
    width: 189px;
    height: 48px ;
    margin-left:29px;
}

.sf-menu li.linkSiteRucheMenu a{
    border-bottom:none; 
    padding:0px;
    color:transparent;  
}

.sf-menu li.linkSiteRucheMenu a:hover,.sf-menu li.linkSiteRucheMenu a:visited{
    background-image: url(images/blog-lrqdo-header-button.png);
    color:transparent;
}

.media-overlay .category-index a{
    letter-spacing: 3px;
}

#tp_widget_recent_tweets-2 .tp_recent_tweets li{
    background-color:#FFF;
    background-image: url(images/tweetRuche.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    padding-left:60px;
    font-family: Georgia;
    font-size:12px;
    color:#276470;
    line-height:18px;
    padding-top:13px;
    padding-right:23px;
    margin-bottom:1px;
    float:none;
}

#tp_widget_recent_tweets-2 .tp_recent_tweets li a{
    color:#F39549;
}

#tp_widget_recent_tweets-2 .tp_recent_tweets li a.twitter_time{
    color:#65C5DB;
    font-family: Arial;
    font-size:10px;
}

.tp_recent_tweets ul li:first-child{
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;  
}

.tp_recent_tweets ul li:last-child, #tweets-sidebar div:last-child{
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;  
}

.blockImgRelated{
    position:relative;
    width:200px;
    float:left;
    margin-right:10px;
    margin-bottom:10px;
}

.blockImgRelated:last-child{
    margin-right:0px;
}

.titleImgRelated {
    background-color: rgb(255, 255, 255);
    display: block;
    height: 82px;
    border-radius: 0 0 3px 3px;
    box-shadow: 0px 1px 3px 0px rgba(92, 39, 47, 0.38);
    -moz-box-shadow: 0px 1px 3px 0px rgba(92, 39, 47, 0.38);
    -webkit-box-shadow: 0px 1px 3px 0px rgba(92, 39, 47, 0.38);
}

.titleImgRelated a{
    font-size:10px;
    padding:18px 10px 0px 10px;
    display:block;
    font-family:Arial;
    font-weight:bold;
    line-height:14px;
    text-transform:uppercase;
}

ul#listYarpp {
    list-style: none outside none;
    padding-left:0px;
    margin-left: 260px;
}

#relation-block {
    background-color: rgb(252, 250, 242);
    padding-top:25px ;
    padding-bottom:46px;
}
#relation-block h3, #comments h3.comment-label{
    font-size:12px;
    font-family: Georgia,"Times New Roman",Times,serif;
    color:rgb(98,172,182);
    line-height:30px;
    text-transform:uppercase;
    margin-left:20px;
    margin-bottom:-40px;
}

.relation-image{
    position:relative;
}


.relation-image .media-overlay {
    bottom: -12px;
    text-align:center;
    width: 200px;
    position: absolute;
    z-index: 5;
}

#relation-block .media-overlay .category-index a {
    letter-spacing: 2px;
}

#relation-block .media-overlay a {
    font-size: 10px;
    line-height: 14px;
    padding: 0 4px;
    text-transform: uppercase;
}

#page-content .status-publish{
    position:relative;
}

#page-content .contentSingleCustom .block-if-you-like p , #page-content .contentSingleCustom .block-if-you-like a {
    font-size:16px;
    line-height:24px;
}

.commentlist{
    width:auto;
}

.commentlist {
    float: left;
    left: 0px;
}

.logoRucheSideBar{
    margin-top:0px;
}

.featured-media .pinItArticleFirst{
    display:block;
    position:absolute;
    bottom:0px;
    left:0px;
    text-align:center;
    width:100%;
    height:100px;
}

#page-content .pinItArticleFirst a:hover, #page-content .pinItArticleFirst a{
    transition:none;
}

.featured-media:hover .pinItArticleFirst{
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    background: -moz-linear-gradient(270deg, rgba(45,40,70,0) 0%, rgba(45,40,70,.5) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(45,40,70,0)), color-stop(100%, rgba(45,40,70,.5))); /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, rgba(45,40,70,0) 0%, rgba(45,40,70,.5) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, rgba(45,40,70,0) 0%, rgba(45,40,70,.5) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, rgba(45,40,70,0) 0%, rgba(45,40,70,.5) 100%); /* ie10+ */
    background: linear-gradient(180deg, rgba(45,40,70,0) 0%, rgba(45,40,70,.5) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2D2846', endColorstr='#2D2846',GradientType=0 ); /* ie6-9 */
}

.featured-media .pinItArticleFirst .center-pin{
    margin-top:40px;
}

.author-infobox img{
    float:left;
}

.author-container {
    background-color: #FCFAF2;
    padding-bottom: 26px;
    padding-top: 25px;
}

.author-container  h3{
 color: #62ACB6;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 12px;
    line-height: 30px;
    margin-bottom: -40px;
    margin-left: 20px;
    text-transform: uppercase;
}

.author-infobox {
    margin-right: 120px;
    margin-bottom:0px;
    margin-left: 260px;
}
.author-description{
    margin-left:80px;
}

#page-content .contentSingleCustom .author-description p{
    font-size:14px;
    line-height:18px;
}
.author-description h4 a{
    font-size:16px;
    color: #F26531;
    font-family: "Arial";
}

.author-description  a.author-website{
    color: #F26531;
    display:block;
}

.author-description h4 a:hover , .author-description  a.author-website:hover {
  color:#7bcd8d;
  text-decoration:underline;
}

.sidebar-rss-box{

    margin-bottom:20px;
}
.sidebar-rss-box h5{
    float:left;
}


 a.btnRss{
    float:right;
    border-radius:6px;
    padding:4px 8px;
    background-color:#FFF;
    margin-top:0px;
    font-family:arial;
    font-size:12px;

}

.cgu-box{
    padding-left:20px;
    padding-right:20px;
    padding-top:80px;
    padding-bottom:90px;
}
#page-legal{
    padding: 0px 0px 0px 0px;
    max-width:1000px;
    margin-left: 338px;
    background: #ffffff;
    border-right: none;
    border-bottom: none;
}


#page-legal h1.page-title{
    font-family: "League Gothic";
}
#page-legal p ,#page-legal {
font-family: "Georgia";
}

#page-legal h2 ,#page-legal h3{
    font-family: "Arial";
    color:#5C272F;
}

#page-legal h3{
   font-size:16px;
}



a.link-legal{
    color:#FFF;
    display:block;
    margin-top:20px;
    text-decoration:underline;
    font-size:10px;
}

.logoRucheSearch .searchform{
    width:60%;
    display:inline-block;
}

.logoRucheSearch a.link-legal{
    display:inline-block;
    margin-left:20px;
}

.logoRucheSideBar a.link-legal{
    display:none;
}

.gallery dd {
    display: none;
}


.contentSingleCustom dl {
    margin-bottom: 0;
    margin-top: 0;
}

#page-content .contentSingleCustom .gallery-item {
    margin-top: 0;
}

#page-content .contentSingleCustom .gallery-item  img{
    border:none;
}

#page-content .contentSingleCustom .gallery-item  dt{
    border: 2px solid #FFF;
}

.block_print{
    margin-top:-10px;
}

a#printButton{
    font-size:10px;
    color:#F26531;
    font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;

}

#page-content a#printButton:hover{
    text-decoration:none;
}