body {
    font: 13px/1.42 'OpenSansRegular',Arial,Helvetica,sans-serif;
    text-align: left;
    color: #666;
    background-color: #ECE9C0;
    background: url(../../themes/comedit/dist/images/background.jpg) no-repeat center fixed;
    -webkit-background-size: cover;
    background-size: cover;
}
h1#logo {
    padding: 0;
    position: relative;
    z-index: 99;
    display: block;
    width: 100%;
    max-width:342px;
    margin: 25px auto;
}
header.topSite {
    background: #5eaa83;
    margin: 0;
}
#social {
    z-index: 20;
    float: right;
    width: 225px;
    padding: 0;
    vertical-align: middle;
    top: 40px;
    right: 15px;
    margin-top: -80px;
}
#social li {
    white-space: nowrap;
    float: left;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    padding: 9px;
    letter-spacing: 1px;
    -webkit-text-shadow: 0 0 1px rgba(0,0,0,0.3);
    -moz-text-shadow: 0 0 1px rgba(0,0,0,0.3);
    text-shadow: 0 0 1px rgba(0,0,0,0.3);
    font-size: 110%;
}
#social li a{
color:#FFF;
}
#fond-menu {
    background: #f8ebae;
    z-index: 98;
    float: left;
    width: 100%;
}
.main-nav {
    z-index: 99;
    padding: 3px 0% 6px;
    float: left;
}
.main-nav ul {
    z-index: 20;
    top: 5px;
    text-align: left;
	padding-left:0;
}
.main-nav li a {
    display: block;
    color: #5eaa83;
    -webkit-transition: all 0.1s ease-in 0.1s;
    -moz-transition: all 0.1s ease-in 0.1s;
    -o-transition: all 0.1s ease-in 0.1s;
    -ms-transition: all 0.1s ease-in 0.1s;
    transition: all 0.1s ease-in 0.1s;
}
nav a {
    text-decoration: none;
}
.main-nav li {
    white-space: nowrap;
    /* float: left; */
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    padding: 9px 11px 11px 0;
    letter-spacing: 1px;
    -webkit-text-shadow: 0 0 1px rgba(0,0,0,0.3);
    -moz-text-shadow: 0 0 1px rgba(0,0,0,0.3);
    text-shadow: 0 0 1px rgba(0,0,0,0.3);
}
ul li {
    list-style: none;
    font-size: 13px;
}
#thsp-sticky-header {
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    background: -moz-linear-gradient(top, #9eb28f 0%, #8c9d7e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9eb28f), color-stop(100%,#8c9d7e));
    background: -webkit-linear-gradient(top, #9eb28f 0%,#8c9d7e 100%);
    background: -o-linear-gradient(top, #9eb28f 0%,#8c9d7e 100%);
    background: -ms-linear-gradient(top, #9eb28f 0%,#8c9d7e 100%);
    background: linear-gradient(to bottom, #9eb28f 0%,#8c9d7e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9eb28f', endColorstr='#8c9d7e',GradientType=0 );
    webkit-border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    webkit-border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    text-transform: uppercase;
}
#thsp-sticky-header, #thsp-sticky-header a {
    color: #f9f9f9 !important;
}
 p {
    font-size: 14px;
    padding: 0 0px 23px;
    color: #fff;
}
.wpb_text_column .wpb_wrapper p {
    color: #FFF;
}
h3 {
    color: #FFF !important;
    font: 42px 'Aguafina Script', cursive;
    padding: 0px /* 0 15px */!important;
    margin: 0 auto 20px;
    letter-spacing: 1px;
    line-height: 30px;
}
body {
    font-size: 14px;
    color: #fff !important;
}
h2 {
    color: /*#ef8100*/ #FFF !important;
    font-size: 23px;
    font-family: 'chunkfiveroman';
    padding: 30px 0px 15px 0px;
    letter-spacing: 2px;
    text-transform: uppercase;
}