/*
Theme Name: Simm's Club
Theme URI: http://www.asso-sc.com/
Author: the Simm's Club Team (DtrAA, Cub)
Author URI: http://david.desaunais.fr
Description: Th&#232;me pour le nouveau site de la simm's club
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: simm's, club
Text Domain: Simm's Club
*/

/*
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
    outline: 0;
}
html{
    margin-top: 0 !important;
}
body {
    background: #fff;
    line-height: 1;
}
ol, ul {
    list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
a img {
    border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}


/* =Structure
----------------------------------------------- */

body {
    padding: 0 2em;
}
#page {
    margin: 2em auto;
    max-width: 1010px;
}
#access div {
    margin: 0 7.6%;
}
#primary {
    float: left;
    margin: 0 -26.4% 0 0;
    width: 100%;
}
#content_all {
    /*margin: 0 34% 0 7.6%;*/
    width: 74%;
    margin-bottom: 75px;
}
#content {
    width: 100%;
}
#secondary {
    float: right;
    padding:1.5%;
    width: 23%;
    box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.7);
    -o-box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.7);
    margin-bottom: 10px;
}

/* Singular */
.singular #primary {
    margin: 0;
}
.singular #content {
    /*margin: 0 7.6%;*/
    position: relative;
    /*width: auto;*/
}
.singular .entry-header,
.singular .entry-content {
    margin: 0 auto;
    width: 90% !important;
}
/* Showcase */
.page-template-showcase-php section.recent-posts {
    float: right;
    margin: 0 0 0 31%;
    width: 69%;
}
.page-template-showcase-php #main .widget-area {
    float: left;
    margin: 0 -22.15% 0 0;
    width: 22.15%;
}

/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.625em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.625em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* =Global
----------------------------------------------- */

body, input, textarea {
    margin: -24px 0 0 0;
    color: #373737;
    font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.625;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
body {
    padding: 0px;
    width: 100%;
    height: 100%;
    background: url(images/body_bg_grad.png) #333  repeat-x top left;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #F2F2F2;
}
.background-style {
    background: url(images/background_motif.png) rgba(51,51,51,0) repeat top left;

}

#page {
    /*background: #fff;*/
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
    clear: both;
}
h1 {
    font-size: 20px;
    color: #FFF;
    font-weight: normal;
    width: auto;
    padding: 0px 10px 10px 10px;
    background-position: bottom left;
    margin-bottom: 5px;
    clear: both;
}
h1:First-Letter {
    font-size: 37px;
    color: #33A5E5;
    text-transform: capitalize;
}
h1 a, h1 a:hover  {
    font-size: 20px;
    color: #FFF;
    font-weight: normal;
    text-decoration: none;
    border-bottom: none;
}
h2{
    font-size: 16px;
    color: #FFF;
    font-weight: normal;
    width: 737px;
    padding-left: 10px;
    padding-bottom: 18px;
    margin-bottom: 2px;
    margin-top: 10px;
    clear: both;
}
h2:First-Letter {
    font-size: 23px;
    color: #33A5E5;
    text-transform: capitalize;
}
h6 {
    clear: both;
    font-size: 12px;
    color: #999;
    font-weight: normal;
    font-style: italic;
    width: auto;
    text-align: right;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    background: url(image/h6_strip.gif) repeat-x;
    background-position: top left;
    margin-bottom: 30px;
    margin-top: 5px;
    float: right;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.625em;
}

/* Text elements */
p {
    margin-bottom: 1.625em;
}
ul, ol {
    margin: 0 0 1.625em 2.5em;
}
ul {
    list-style: square;
}
ol {
    list-style-type: decimal;
}
ul ul {
    margin-bottom: 0;
}
dl {
    margin: 0 1.625em;
}
dt {
    font-weight: bold;
}
dd {
    margin-bottom: 1.625em;
}
strong {
    font-weight: bold;
}
cite, em, i {
    font-style: italic;
}
blockquote {
    font-family: Georgia, "Bitstream Charter", serif;
    font-style: italic;
    font-weight: normal;
    margin: 0 3em;
}
pre {
    background: #f4f4f4;
    font: 13px "Courier 10 Pitch", Courier, monospace;
    line-height: 1.5;
    margin-bottom: 1.625em;
    overflow: auto;
    padding: 0.75em 1.625em;
}
code, kbd, samp, var {
    font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
    border-bottom: 1px dotted #666;
    cursor: help;
}
address {
    display: block;
    margin: 0 0 1.625em;
}
ins {
    background: #fff9c0;
    text-decoration: none;
}
sup,
sub {
    font-size: 10px;
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
small {
    font-size: smaller;
}

/* Forms */
input[type=text],
input[type=email],
textarea {
    background: #1A1A1A !important;
    font-family: Verdana, Geneva, sans-serif !important;
    font-size: 12px !important;
    padding: 3px !important;
    border: 1px solid #666 !important;
    color: #ccc !important;
    margin: 3px !important;
}
input[type=text]:focus,
input[type=email]:focus,

textarea:focus {
    color: #373737;
}
textarea {
    padding-left: 3px;
    width: 98%;
}
input[type=text],
input[type=email] {
    padding: 3px;
}
input[type="submit"] {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    padding: 5px 20px 5px 20px;
    background: #ccc;
    border: 1px solid #0867AB;
    color: #0867AB;
    background: #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    font: bold 14px/13px Helvetica, Arial, sans-serif;
    height: 24px;
    margin: 0 auto;
    overflow: visible;
    position: static;
    text-shadow: white 0 1px 0;
}
input#s {
    background: url(images/search.png) #eee no-repeat 5px 6px !important;
    font-size: 14px !important;
    height: 22px !important;
    line-height: 1.2em !important;
    padding: 4px 10px 4px 28px !important;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;

}
input#searchsubmit {
    display: none;
}

/* Links */
a {
    text-decoration: none;
    color: #75E730;
}
a:focus,
a:active,
a:hover {
    text-decoration: none !important;
    color: #33A8E5;
    border-bottom: 1px dotted #75E730;
}
/* Assistive text */
.assistive-text {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
    background: #eee;
    border-bottom: 1px solid #ddd;
    color: #1982d1;
    clip: auto !important;
    font-size: 12px;
    position: absolute;
    text-decoration: underline;
    top: 0;
    left: 7.6%;
}


/* =Header
----------------------------------------------- */

#branding {

    width: 100%;
    height: 186px;
    position: relative;
    z-index: 9999;
}
#branding img {
    height: auto;
    display: block;
    width: 100%;
}


/* =Menu
-------------------------------------------------------------- */

#access {
    background: #222; /* Show a solid color for older browsers */
    background: -moz-linear-gradient(#252525, #0a0a0a);
    background: -o-linear-gradient(#252525, #0a0a0a);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a)); /* older webkit syntax */
    background: -webkit-linear-gradient(#252525, #0a0a0a);
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
    -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
    clear: both;
    display: block;
    float: left;
    /*margin: 0 auto 6px;*/
    width: 100%;
}
#access ul {
    font-size: 13px;
    list-style: none;
    margin: 0 0 0 -0.8125em;
    padding-left: 0;
}
#access li {
    float: left;
    position: relative;
}
#access a {
    color: #eee;
    display: block;
    /*line-height: 3.333em;
    padding: 0 1.2125em;*/
    text-decoration: none;
}
#access ul ul {
    -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    display: none;
    float: left;
    margin: 0;
    position: absolute;
    top: 3.333em;
    left: 0;
    width: 188px;
    z-index: 99999;
}
#access ul ul a {
    background: #f9f9f9;
    border-bottom: 1px dotted #ddd;
    color: #444;
    font-size: 13px;
    font-weight: normal;
    height: auto;
    line-height: 1.4em;
    padding: 10px 10px;
    width: 168px;
}
/*#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
    background: #efefef;
}
#access li:hover > a,
#access a:focus {
    background: #f9f9f9; /* Show a solid color for older browsers */
/*background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
background: -o-linear-gradient(#f9f9f9, #e5e5e5);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
/*background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
color: #373737;
}*/
#access ul li:hover > ul {
    display: block;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
    font-weight: bold;
}

/* Search Form */
#branding #searchform {
    position: absolute;
    top: 3.8em;
    right: 7.6%;
    text-align: right;
}
#branding #searchform input[type="text"] {
    color: #000 !important;
}
#branding #s {
    float: right;
    -webkit-transition-duration: 400ms;
    -webkit-transition-property: width, background;
    -webkit-transition-timing-function: ease;
    -moz-transition-duration: 400ms;
    -moz-transition-property: width, background;
    -moz-transition-timing-function: ease;
    -o-transition-duration: 400ms;
    -o-transition-property: width, background;
    -o-transition-timing-function: ease;
    width: 150px;
}
#branding #s:focus {
    background-color: #f9f9f9;
    width: 196px;
}
#branding #searchsubmit {
    display: none;
}

/* =Content
----------------------------------------------- */

#main {
    clear: both;
    /*padding: 1.625em 0 0;*/
}
.page-title {
    color: #666;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2.6em;
    margin: 0 0 2.6em;
    text-transform: uppercase;
}
.page-title a {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    text-transform: none;
}
.hentry,
.no-results {
    border-bottom: 1px solid #ddd;
    /*margin: 0 0 1.625em;
    padding: 0 0 1.625em;*/
    position: relative;
}
.hentry:last-child,
.no-results {
    border-bottom: none;
}
.entry-title,
.entry-header .entry-meta {
    padding-right: 76px;
}
.entry-meta{
    position:absolute;
    text-align: right;
    width: 78%;
    padding-right: 0 !important;
    top:-14px;
}
.content-cat{
    position:absolute;
    text-align: right;
    width: 75%;
    bottom: 10px;
    left: 25%;
}
.post-categories{
    margin: 0 !important;
}
.entry-title {
    clear: both;
    /*color: #222;*/
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5em;
}
.entry-title,
.entry-title a {
    /*color: #222;*/
    text-decoration: none;
    line-height: 1.2em !important;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
    /*color: #1982d1;*/
}
.entry-meta {
    color: #666;
    clear: both;
    font-size: 12px;
    line-height: 18px;
}
.entry-meta a {
    font-weight: bold;
}
.entry-content h3,
.comment-content h3 {
    font-size: 10px;
    letter-spacing: 0.1em;
    line-height: 2.6em;
    text-transform: uppercase;
}
.entry-content table {
    border-bottom: 1px solid #ddd;
    margin: 0 0 1.625em;
    width: 100%;
}
.entry-content td{
    border-top: 1px solid #ddd;
    padding: 6px 10px 6px 0;
}

/* Images */
.entry-content img {
    max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
    background-color: transparent;
    height: 100%;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
    max-width: 97.5%;
    width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.entry-content .event-passed{
    background: #393939 !important;
    border: 1px solid #33A5E5 !important;
    color: #33A5E5 !important;
    text-shadow: 0 1px 0 #202020 !important;
}

img.aligncenter {
    margin-bottom: 1.625em;
}
p img {
    margin-top: 0.4em;
}
#content .gallery {
    margin: 0 auto 1.625em;
}
#content .gallery a img {
    border: none;
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
    /*border: 1px solid #ddd;*/
    padding: 6px;
}
.wp-caption img {
    border-color: #eee;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"] {/* Add some useful style to those fancy borders for linked images ... */
    /*background: #eee;
    border-color: #bbb;*/
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object {
    max-width: 100%;
}

/* Author Info */
#author-info {
    font-size: 12px;
    overflow: hidden;
}
.archive #author-info {
    border-bottom: 1px solid #ddd;
    margin: 0 0 2.2em;
    padding: 0 0 2.2em;
}
#author-avatar {
    float: left;
    margin-right: -78px;
}
#author-avatar img {
    background: #fff;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px #bbb;
    -moz-box-shadow: 0 1px 2px #bbb;
    box-shadow: 0 1px 2px #bbb;
    padding: 3px;
}
#author-description {
    float: left;
    margin-left: 108px;
}
#author-description h2 {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    margin: 5px 0 10px;
}

.tribe-events-single .hentry {
	box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -o-box-shadow: none !important;
}

.single-tribe_events .tribe-events-event-meta {
	background: none !important;
}

.single-tribe_events .tribe-events-event-meta dl {
	width: 450px;
}

.tribe-events-event-meta .tribe-events-meta-group {
	width: 50% !important;
}


/* Singular content styles for Posts and Pages */
.singular .hentry {
    border-bottom: none;
    padding: 2em 0 2em;
    position: relative;
    background: #202020;
    box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7);
    -o-box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7);
}
.singular.page .hentry {
    padding: 3.5em 0 0 !important;
}
.singular .entry-title {
    /*color: #000;*/
    font-size: 36px;
    font-weight: bold;
    line-height: 48px;
}
.singular .entry-title,
.singular .entry-header .entry-meta {
    padding-right: 0;
}
.singular .entry-header .entry-meta {
    position: relative;
    top: -36px;
    right: 2px;
    width:100%;
    height:25px;
}

/* =Navigation
-------------------------------------------------------------- */

#content nav {
    clear: both;
    overflow: hidden;
    padding: 0 0 1.625em;
}
#content nav a {
    font-size: 12px;
    font-weight: bold;
    line-height: 2.2em;
}
#nav-above {
    padding: 0 0 1.625em;
}
#nav-above {
    display: none;
}
.paged #nav-above {
    display: block;
}
.nav-previous {
    float: left;
    width: 50%;
}
.nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
#content nav .meta-nav {
    font-weight: normal;
}

/* =Widgets
----------------------------------------------- */

.widget-area {
    font-size: 12px;
    background: #202020;
}
.widget {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    clear: both;
    margin: 0 0 2.2em;
}
.widget-title {
    color: #eee;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2.6em;
    text-transform: uppercase;
    border-top: 1px solid #393939;
}
.widget ul {
    font-size: 15px;
    margin: 0;
}
.widget ul ul {
    margin-left: 1.5em;
}
.widget ul li {
    color: #777;
    font-size: 13px;
    list-style-position:inside;
}
.widget a {
    font-weight: bold;
    text-decoration: none;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
    text-decoration: underline;
}

/* =Comments
----------------------------------------------- */

a.comment-reply-link {
    background: #eee;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #666;
    display: inline-block;
    font-size: 12px;
    padding: 0 8px;
    text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
    background: #888;
    color: #fff;
}

/* Comment Form */
#respond {
    background: #ddd;
    border: 1px solid #d3d3d3;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 auto 1.625em;
    padding: 1.625em;
    position: relative;
    width: 68.9%;
}
#respond input[type="text"],
#respond textarea {
    background: #fff;
    border: 4px solid #eee;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
    -moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
    box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
    position: relative;
    padding: 10px;
    text-indent: 80px;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
    text-indent: 0;
    z-index: 1;
}
#respond textarea {
    resize: vertical;
    width: 95%;
}
#respond p {
    margin: 10px 0;
}
#respond .form-submit {
    float: right;
    margin: -20px 0 10px;
}
#respond input#submit {
    background: #222;
    border: none;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    color: #eee;
    cursor: pointer;
    font-size: 15px;
    margin: 20px 0;
    padding: 5px 42px 5px 22px;
    position: relative;
    left: 30px;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond input#submit:active {
    background: #1982d1;
    color: #bfddf3;
}
#respond #cancel-comment-reply-link {
    color: #666;
    margin-left: 10px;
    text-decoration: none;
}
#respond #cancel-comment-reply-link:hover {
    text-decoration: underline;
}
#reply-title {
    color: #373737;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
}
#cancel-comment-reply-link {
    color: #888;
    display: block;
    font-size: 10px;
    font-weight: normal;
    line-height: 2.2em;
    letter-spacing: 0.05em;
    position: absolute;
    right: 1.625em;
    text-decoration: none;
    text-transform: uppercase;
    top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
    color: #ff4b33;
}
#respond label {
    line-height: 2.2em;
}
#respond input[type=text] {
    display: block;
    height: 24px;
    width: 75%;
}
#respond p {
    font-size: 12px;
}

/* =Footer
----------------------------------------------- */

#colophon {
    clear: both;
    background: #111;
    padding: 10px 0px;
    color: #aaa;
    width:100%;
    border-top: 5px solid #525252;
}

/* =Responsive Structure
----------------------------------------------- */

@media (max-width: 800px) {
    /* Simplify the basic layout */
    #main #content {
        margin: 0 7.6%;
        width: auto;
    }
    #nav-below {
        border-bottom: 1px solid #ddd;
        margin-bottom: 1.625em;
    }
    #main #secondary {
        float: none;
        margin: 0 7.6%;
        width: auto;
    }
    /* Remove the margin on singular articles */
    .singular .entry-header,
    .singular .entry-content {
        width: 100%;
    }
    /* And a full-width comment form */
    #respond {
        width: auto;
    }

}
@media (max-width: 650px) {
    /* @media (max-width: 650px) Reduce font-sizes for better readability on smaller devices */
    body, input, textarea {
        font-size: 13px;
    }
    #access ul {
        font-size: 12px;
    }
    .entry-title {
        font-size: 21px;
    }
    .singular .entry-title {
        font-size: 28px;
    }
    .entry-meta {
        font-size: 12px;
    }
    blockquote {
        margin: 0;
    }
    /* Make sure the logo and search form don't collide */
    #branding #searchform {
        top: 1.625em !important;

    }
    #branding #searchform input[type="text"] {
        color: #fff !important;
    }
    /* Make sure the post-post navigation doesn't collide with anything */
    .singular .hentry {
        padding: 1.625em 0 0;
    }
    .singular.page .hentry {
        padding: 1.625em 0 0;
    }
    /* Use the available space in the smaller comment form */
    #respond input[type="text"] {
        width: 95%;
    }
}
@media (max-width: 450px) {
    #content .gallery-columns-2 .gallery-item {
        width: 45%;
        padding-right: 4%;
    }
    #content .gallery-columns-2 .gallery-item img {
        width: 100%;
        height: auto;
    }

}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    body {
        padding: 0;
    }
    #page {
        margin-top: 0;
    }
    #branding {
        border-top: none;
    }

}


/* =Print
----------------------------------------------- */

@media print {
    body {
        background: none !important;
        font-size: 10pt;
    }
    #page {
        clear: both !important;
        display: block !important;
        float: none !important;
        max-width: 100%;
        position: relative !important;
    }
    #branding {
        border-top: none !important;
        padding: 0;
    }
    #branding #searchform {
        display: none;
    }
    #branding img {
        display: none;
    }
    #access {
        display: none;
    }
    #main {
        border-top: none;
        box-shadow: none;
    }
    #primary {
        float: left;
        margin: 0;
        width: 100%;
    }
    #content {
        margin: 0;
        width: auto;
    }
    .singular #content {
        margin: 0;
        width: 100%;
    }
    .singular .entry-header .entry-meta {
        position: static;
    }
    #content nav {
        display: none;
    }
    .singular .entry-header,
    .singular .entry-content {
        margin: 0;
        width: 100%;
    }
    .singular .hentry {
        padding: 0;
    }
    .entry-title,
    .singular .entry-title {
        font-size: 21pt;
    }
    .entry-meta {
        font-size: 10pt;
    }
    #respond {
        display: none;
    }
    .widget-area {
        display: none;
    }
    #colophon {
        display: none;
    }

}


/* =IE7
----------------------------------------------- */

#ie7 article.intro {
    margin-left: -7.6%;
    margin-right: -7.6%;
    padding-left: -7.6%;
    padding-right: -7.6%;
    max-width: 1000px;
}
#ie7 section.featured-post {
    margin-left: -7.6%;
    margin-right: -7.6%;
    max-width: 850px;
}
#ie7 section.recent-posts {
    margin-right: 7.6%;
}

/* =IE8
----------------------------------------------- */

#ie8 section.feature-image.large img {
    width: 100%;
}


/*  MODULE
---------------------------------------------- */
.menu {
    height: 39px;
    background: #000 url(images/menu_bg.png) repeat-x;
    box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7);
    -o-box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7);
    margin: 0 !important;
}
.menu ul {
    margin: 0 !important;
}
.menu ul li {
    display: inline-block;
    border-right: 1px solid #000;
    width: 201px;
    height: 39px;
    text-align: center;
    float: left;
    margin: 0 !important;
}
.menu ul li a {
    color: #C8D6E5 !important;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 18px;
    text-transform: capitalize;
    text-decoration: none !important;
    line-height: 40px;
    display: block;
    font-weight: normal !important;
}
.menu ul li a:hover {
    color: #FFF !important;
    border-bottom:1px solid #000 !important;
}
.menu-item span{
    display: block;
    position: absolute;
    top: 10px;
    width: 20px;
    height: 20px
}
.menu-item .sub-menu span{
    background: none;
}
.menu-item a{
    padding-left: 30px;
}
.l_home span{
    background: url(images/link-all.png) no-repeat top left;
    left: 55px;
}
.l_articles  span{
    background: url(images/link-all.png) no-repeat;
    background-position: left -20px;
    left: 55px;
}
.l_stats span{
    background: url(images/link-all.png) no-repeat;
    background-position: left -40px;
    left: 38px;
}
.l_photos span{
    background: url(images/link-all.png) no-repeat;
    background-position: left -60px;
    left: 55px;
}
.l_forum span{
    background: url(images/link-all.png) no-repeat;
    background-position: left -80px;
    left: 55px;
}
.menu ul ul {
    top: 3.1em !important;
    width: 202px !important;
}
.menu ul ul a{
    width:182px !important;
    background: #393939 !important;
    border-bottom: 1px solid #252525 !important;
}
.menu ul ul a:hover{
    background:  #3f3f3f !important;
}
#content-article {
    background: #202020;
    padding:1% 4% 0 4%;
    margin: 2% 0 2% 0;
    box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7);
    -o-box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7);
    min-height: 225px;
}
#content-article.content-search{
    padding-top:2%;
    margin-top: 0;
}
#content-article.content-search input[type="text"]{
    color: #000 !important;
}

/* SLIDER PROMOTION FIX
--------------------------------------------------- */
#content_slider{
    width:100%;
    margin:2% 0 !important;

    /*margin: 0 auto 10px auto !important;*/
    box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7);
    -o-box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7);
}
#content_slider ul {
    margin-left:0;
}
#content_slider ul li{
    height: 230px;
    display: block;
    float: left;
    width: 100%;
}
#content_slider ul li .inner{
    height: 100%;
    width: 100%;
}
#content_slider ul li .inner a{
    float:left;
    display: block;
    height: 100%;
    width: 100%;
}
#content_slider ul li .inner a p{
    margin-top: 184px;
    padding-left: 10px;
    font-family: Verdana,sans-serif;
    font-size: 30px;
    font-weight: bold;
    background-color: rgba(0,0,0,0.4);
    color: #fff;
}
/* Fix Category header
-------------------------------------------------------*/
.entry-image{
    padding: 10px 20px 0px 0px;
    width:150px;
    float:left;
}
.entry-image a:hover{
    border-bottom: 0 !important;
}
.entry-image img{
    width:150px;
    border: 1px solid #393939;
}
.entry-header-div{
    width:75%;
    float:left;
}
#content-article .cat-links {
    vertical-align: middle;
    text-align: right;
    font-size: 11px;
}
.table-cat {
    width: 100%;
    border: 0 !important;
    margin: 0 !important;
}
.table-cat td{
    border-top: 0 !important;
}
.cat-links ul li {
    position: relative;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 14px;
    margin:0 5px;
    vertical-align: middle;
    line-height: 23px;
    height: 24px;
    background: #2e2e2e;
    -moz-box-shadow: inset 1px 1px 1px 0px #000000;
    -webkit-box-shadow: inset 1px 1px 1px 0px #000000;
    -o-box-shadow: inset 1px 1px 1px 0px #000000;
    box-shadow: inset 1px 1px 1px 0px #000000;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#000000, Direction=134, Strength=1);
}
.entry-content {
    text-align: justify;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

#comments{
    padding: 2.5em 0;
}

/* Fix Fancy Gallery album
------------------------------------------------------ */
#content .gallery{
    margin:1em auto 1.625em !important;
}
.fancy-gallery  a:hover,
.fancy-gallery  a:active,
.fancy-gallery  a:focus{
    text-decoration: none !important;
    border-bottom: 0 !important;
}
.fancy-gallery img{
    padding: 5px;
    background-color: #bbb;
}
#fancybox-close:hover,
#fancybox-close:active,
#fancybox-close:focus{
    text-decoration: none !important;
    border-bottom: 0 !important;
}
.singular .fancy-gallery {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -o-box-shadow: none !important;
}
.list-cat-photo{
    position: relative;
    display: block;
    margin:0 0 1.625em 0 !important;
}
.list-cat-photo h3,
.list-cat-photo h4{
    text-align: center;
}
.list-cat-photo li{
    list-style-type: none;
    display:inline-table;
    width: 206px;
    margin: 0 7.5px 15px 7.5px;

}
.list-cat-photo .content-photo{
    width: 206px !important;
    padding: 0 !important;
    background: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin-bottom: 20px;
    position: relative;
}
.list-cat-photo .content-photo > h3 {
    height:34px;
    vertical-align:middle;
    text-align: center;
}
.list-cat-photo .board {
    box-shadow: 0 2px 3px rgba(0,10,10,0.48);
    -moz-box-shadow: 0 2px 3px rgba(0,10,10,0.48);
    -webkit-box-shadow: 0 2px 3px rgba(0,10,10,0.48);
    margin-top: 5px;
    position: relative;
    color: #000;
}
.list-cat-photo .board a.link {
    zoom: 1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 209px;
    z-index: 1;
    height: 207px;
    background-color: #161616;
    opacity: 0;
    filter: alpha(opacity=0);
}

.list-cat-photo .holder {
    overflow: hidden;
    width: 206px;
    /*background-color: #161616;*/
    background-color: #fff;
}
.list-cat-photo .cover {
    height: 150px;
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 1px;
    overflow: hidden;
    position: relative;
    position: relative;
}
.list-cat-photo .thumbs {
    display: block;
    width: 206px ;
}
.list-cat-photo h3{
    font-size: 16px;
    letter-spacing: 0.1em;
    padding-top:20px;
    line-height: 1em !important;
    text-transform: uppercase;
    font-weight: bold;
    color:#75E730;
}
.list-cat-photo h4{
    font-size: 10px;
    line-height: 2.6em;
    text-transform: uppercase;
}
.list-cat-photo .img_princ_p{
    max-width:  100% !important;
    width: 206px;
    height: 150px;
    background-position: center center;
    background-repeat: no-repeat;
}
.list-cat-photo .img_thumb_p {
    float: left;
    width: 50.7px;
    height: 50.7px;
    margin: 0 1px 0 0;
    background-position: center center;
    background-repeat: no-repeat;
}
.list-cat-photo .img_thumb_p_not_margin{
    margin: 0 !important;
}
/* FOOTER
-------------------------------------------------- */

#main-content-footer{
    width: 100%;
    float:left;
    background-color: #111111;
}

#content-footer{
    width: 100%;
    float:left;
}

/** post contact **/

.primary-contact #content{
    width:1000px !important;
    margin: 0 auto !important;
}
.primary-contact img[class*="align"] {
	padding: 0 !important;
}

.contact-post{
    width:450px;
    float:left;
    padding:0 0 0 20px !important;
    margin:0 !important;
}

.contact-post .entry-title{
    font-size: 30px;
}

.contact-post  p{
    margin-bottom: 5px !important;
}

.contact-post  p img{
    margin-top:0 !important;
}

.contact-post  p textarea {
    width:300px !important;
    margin-left:1px !important;
}

.contact-post #content_catcha {
    width:150px;
    height:75px;
    float:left;
}

.contact-post #content_catcha img{
    border:1px solid #DDD;
    margin: 0 0 0 4px;
}

.contact-post #content_catcha .img-flech-catcha {
    width:30px;
    height:71px;
    background: url("images/fleche_catcha.png");
    float:left;
}

.contact-post #content_catcha input{
    width:80px;
}

.contact-post #content_submit{
    width:150px;
    height:75px;
    float:left;
    text-align: right;
    padding-top:40px;
}

.contact-post #content_submit input{
    background: #ccc;
    border: 1px solid #0867AB;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #0867AB;
    cursor: pointer;
    font: bold 14px/13px Helvetica, Arial, sans-serif;
    height: 24px;
    margin: 0;
    overflow: visible;
    padding: 4px 13px;
    position: static;
    text-shadow: white 0 1px 0;
}
/** content about me **/
.content-about{
    width:500px;
    float:left;
    border-right: 1px solid #DDD;
    margin-top: 0.4em;
    padding:0 20px 0 0;
}

.content-about #content-image{
    width: 80px;
    height: 80px;
    float:left;
    padding:6px;
    margin: 5px 17px 0 0 ;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 4px 1px rgba(0,0,0,0.1);
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.1);
    background: white;
}

.content-about #content-sign{
    text-align: right !important;
    font-family: 'Qwigley', cursive;
    font-size: 30px !important;
    line-height: 30px;
    color: #eee;
}

.content-about #content-text{
    width: 475px;
    min-height: 200px;
    float:left;
    padding:5px;
}

.content-about #content-text p{
    text-align: justify;
    font-size: 11px;
    margin-bottom: 0px;
}

.content-about #content-footer-social {
    vertical-align: middle;
    text-align: left;
    font-size: 11px;
}

.content-about #content-footer-social h2 {

    font-weight: bold;
    font-size: 21px;
    font-family: 'Cantora One', sans-serif;
}

.content-about #content-footer-social ul {
    margin: auto 0;
}

.content-about #content-footer-social a:active, a:hover {
    text-decoration: underline;
}

.content-about .entry-title{
    font-size: 30px;
    padding-top: 0px;
}

/** copyright **/
.content-copyright{
    margin: 20px 0 5px 0;
    padding-top: 20px;
    width:100%;
    float:left;
}
.content-copyright p{
    font-size: 11px;
    text-align: center;
    padding:0;
    margin:0;
    color: gray;
    outline: none;
}
.not_margin{
    margin-bottom: 0px !important;
}
.not_margin .entry-meta{
    top:0px;
    width:100%;
}
.not_margin #content-article{
    padding-top:4% !important;
    padding: 1% 0 0 0 !important;
    margin: 0 0 2% 0 !important;
}
.not_margin #content-article .post {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -o-box-shadow: none !important;
}
.not_margin #social {
    padding: 0 20px 10px 20px !important;
}
.entry-content p{
    margin: 2em 0 0  0 !important;
}

/* SHARE
---------------------------------------- */
.juiz_sps_links {
    padding-top: 20px;
    margin: none !important;
}
.juiz_sps_links ul, .juiz_sps_links li {
    text-align: center !important;
}

/* COMMENTS
---------------------------------------------- */
#social {
    background: none !important;
    padding-bottom:10px !important;
}
#social .social-comment-body {
    width:90% !important;
}
#social .social-nav{
    margin:0 !important;
    background: none !important;
}
.social-js .social-tabs-first-panel {
    background-color: #292929  !important;
}
#social .social-nav li a{
    background-color: #262626  !important;
}
#social #reply-title span, #social .social-nav .social-current-tab a {
    background: none !important;
    color: #75E730 !important;
}
#social #reply-title, #social .social-nav .social-current-tab {
    background: #262626 !important;
}
#social .social-comment {
    border-top-left-radius: 0 !important;
    -khtml-border-top-left-radius: 0 !important;
    -webkit-border-top-left-radius: 0 !important;
    -moz-border-radius-topleft: 0 !important;
    border-left:  0 !important;
    border-top:1px solid #393939 !important;
}
#social .social-actions {
    position:relative !important;
    top: -1px !important;
}
#social .social-actions, #social .social-actions a, #social .social-comment-meta, #social .social-comment-meta a, #social .social-last-reply-when {
    color: #75E730 !important;
}
#social #reply-title {
    background: none !important;
}
#social #reply-title span {
    font-size: 26px !important;
    height: 37px !important;
    line-height: 41px !important;
}
#social .social-divider span{
    background: none !important;
}
#social .social-divider{
    background: none !important;
}
#social .social-input-row{
    padding-left: 88px !important;
}
#social .social-input-row-comment, #social .form-submit{
    padding-left: 110px !important;
}
#social #commentform-extras{
    padding-left: 110px !important;
}
#social .social-input-row .social-label {
    color: #eee !important;
}

/* CATEGORIE
------------------------------ */
.content_cat {
    width: 74% !important;
}
.page-title{
    padding-top:10px !important;
}

/* Edit LINK FIX
--------------------------------------- */
.singular .entry-header .entry-meta{
    top: 0px !important;
}

/*  THE EVENT
-------------------------------------------- */
.eventsListWidget ul{
    list-style-type: none !important;
}
.widget .tribe_events{
    -webkit-border-top-left-radius: 5px !important;
    -webkit-border-bottom-left-radius: 5px !important;
    -moz-border-radius-topleft: 5px !important;
    -moz-border-radius-bottomleft: 5px !important;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    border: 1px solid #777 !important;
    color: #33A8E5 !important;
    height:48px;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -o-box-shadow: none !important;
}
.widget .tribe_events .when .day_calendar{
    width:50px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: 1px solid #777 !important;
    float:left;
}
.widget .tribe_events .when .day_calendar .day{
    font-size:30px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    text-align: center;
    vertical-align: middle;
    color:#eee;
    line-height: 33px;
    background-color:  #393939;
}
.widget .tribe_events .when .day_calendar .month{
    font-size:20px;
    text-align: center;
    color:#eee;
    background-color:  #777;
    vertical-align: middle;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    line-height: 24px;
    padding-bottom: 2px;
}
.widget .tribe_events .event{
    float: left !important;
    font-size:14px;
    width: 179px;
    height:58px;
    text-align: left;
}
.widget .tribe_events .event .text_event{
    width: 179px;
    height:58px;
}
.widget .tribe_events .event .text_event .time{
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    background-color: rgba(208,208,208,0.15);
    position: absolute;
    right: 0;
    padding: 2px 5px;
    color:#eee !important;
    text-shadow: 0px 0px 4px #585858, 0px 0px 10px #000 !important;
    font-size:12px;
    top:37px;
}
.widget .tribe_events .event span{
    text-shadow: 0px 0px 4px #585858, 0px 0px 10px #000 !important;
    color:#eee !important;
    padding:2px 4px 0 4px;
    position: relative;
    display:block;
    line-height: 1.2;
}
.widget .tribe_events .event .link_event{
    border: none;
    text-decoration: none !important;
}
.widget .tribe_events .event .bk_image{
    width: 179px;
    height:58px;
    background-position: center center;
    -khtml-opacity:.50;
    -moz-opacity:.50;
    -ms-filter:"alpha(opacity=50)";
    filter:alpha(opacity=50);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.5);
    opacity:.50;
    position:absolute;
    top:0;
}

/* iframe center fix
***************************************************************************/
iframe {
    display: block !important;
    margin: 0 auto !important;
}

/* fix WP-United
****************************************************************************/
.wp-united-latest-topics ul li{
    font-size: 11px;
    padding: 4px 0 !important;
    line-height: 13px;
}

/* Fix WP-Filebase
****************************************************************************/
.wpfilebase-fileicon img {
    background: none !important;
    border: 0 !important;
}
.wpfilebase-filetitle p{
    margin: 0 !important;
}
.wpfilebase-filetitle {
    color: #EEE !important;
}
.wpfilebase-attachment {
    border:0 !important;
    width: 645px !important;
    background-color:#505050 !important;
}
.wpfilebase-fileinfo {
    padding-top: 32px;
    color: #EEE !important;
    margin: 0 20px 0 auto !important;
}
.wpfilebase-fileicon a:hover{
    border: 0 !important;
}
.wpfilebase-filedetails{
    color: #EEE !important;
    margin: 0 0 4px 8px !important;
}
.wpfilebase-attachment .wpfilebase-fileicon img{
    min-height: 64px !important;
    min-width: 64px !important;
    max-height: 69px !important;
    max-width: 69px !important;
    height: auto;
    width: auto;
    margin: 0 !important;
    padding: 0 !important;
}

/* fix fil d'ariane
*********************************************************************************/
.filariane ul {
    margin: 0 !important;
    padding-left: 1em;
    background-color: #191919;
}
.filariane ul  li{
    display: inline-block;
    text-transform: uppercase;
    font: 11px "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2.6em;
}
.filariane ul  li a{
    text-transform: uppercase;
    font: 11px "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2.6em;
}

/* fix header author
*****************************************************************/
.content_cat #author-description {
    width: 600px;
    margin: 0px 10px 25px 85px !important;

}
.content_cat #author-description h2{
    margin: 0 !important;
    padding-bottom: 2px !important;
    color: #FFF;
}
.archive #author-info {
    background: #202020;
    padding: 2% 4% 0 4%;
    margin: 0 0 2% 0;
    box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7);
    -o-box-shadow: -1px 2px 5px 1px rgba(0,0,0,0.7);
    min-height: 100px;
    border: 0 !important;
}

/* fix plugin social
***************************************************/
#social{
    margin:0 !important;
}

/* Erreur 404
*******************************************************/
.error404 {
    padding: 2em 0 2em !;
}
/* Fix calendirer
**********************************************************/
#tribe-events-event-meta .column{
    width:45% !important;
}
.tribe-events-events.post-list .tribe_events,
.tribe-events-calendar .tribe_events{
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
}
.tribe_events header h1{
    padding-top: 20px;
}
#tribe-events-content #tribe-events-calendar-header,
#tribe-events-content #tribe-events-month-nav{
    height: 30px;
}
#tribe-events-content #tribe-events-calendar-header a:hover{
    border:none;
}
.entry-content .tribe-events-content  a{
    color: #75E730 !important;;
}
.tribe-events-button-off{
    color: #75E730 !important;
    background-color: #393939 !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.tribe-events-button-on{
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.tribe-events-othermonth,
.tribe-events-thismonth{
    background-color: #393939;
}
.singular .tribe-events-event.hentry h4{
    color: #fff !important;
    text-decoration: underline;
}
.upcoming .tribe-events-calendar-buttons{
    top: 0 !important;
}
.singular .tribe-events-event.hentry{
    padding-top: 0 !important;
    border-bottom: 1px solid #555;
}

/* Css to reduce width of FB like Box */
.fb_iframe_widget {
	background: #333 !important;
	color: #eee !important;
}

.widget_sp_image-image-link {
	padding: 0 !important;
}