/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/

.hide{display:none;}
.nonepoint {
    pointer-events: none;
}
p {
    color: black;
    font-weight: 100;
}

a {
    color: black;
    font-weight: 600;
}
a[href$=".pdf"]:after{
    content: "";
    display: inline-block;
    position: relative;
    height: 16px;
    width: 16px;
    background-image: url('../../uploads/2016/03/download-arrow.png');
    background-size: contain;
    margin-left: 5px;
    background-repeat: no-repeat;
}
.toggle div {
    color: black !important;
    font-weight: 300 !important;
    -webkit-font-smoothing: subpixel-antialiased;
}
/*-----------------------header--------------------------------*/
/*#header-box{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bcbcbc+0,d3d3d3+19,bcbcbc+36,dbdbdb+50,d1d1d1+51,fefefe+100 */
background: rgb(188,188,188); /* Old browsers */
background: -moz-linear-gradient(45deg,  rgba(188,188,188,1) 0%, rgba(211,211,211,1) 19%, rgba(188,188,188,1) 36%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  rgba(188,188,188,1) 0%,rgba(211,211,211,1) 19%,rgba(188,188,188,1) 36%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  rgba(188,188,188,1) 0%,rgba(211,211,211,1) 19%,rgba(188,188,188,1) 36%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcbcbc', endColorstr='#fefefe',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}*/

.category #post-area .post-featured-img {
    display: none;
}

.meta-author {
    display: none !important;
}
.meta-comment-count {
    display: none;
}
.single-post #header-box {
    margin-left: 0 !important;
    padding-top: 85px !important;
}

#header-box {
    padding-bottom: 40px !important;
}

.privacy-block {
    background: #f2f2f2;
    padding: 15px;
    margin-bottom: 20px;
    border-radius:5px;
    box-shadow:0 1px 1px #ccc;
}

#top nav ul li a {
    color: #fff !important;
}

#header-box .using-image{
    background-position: center 35% !important;
}

h1 img{
    height:160px !important;
}
.question {
    padding: 20px 0;
    font-size: 20px;
    text-align: center;
    background: rgba(70, 193, 202, 0.8);
    text-transform: uppercase;
    margin-bottom: 1px;
    width: 98.4%;
    margin-bottom:1px !important;
}
.question:hover {
    background: rgba(70, 193, 202, 1);
}

.square {
    width: 60%;
    margin: 1px !important;
    display: block !important;
    /*height: 90px;*/
    background: rgba(70, 193, 202, 0.8);
    padding: 6%;
    position:relative;
    transition:.3s;
    float:right;
}

.square:hover{
        background: rgba(70, 193, 202, 1);
}

.square h2 {
    font-weight: 800;
    /*width: 90%;*/
    /*float: left;*/
    /*border-left: 3px solid white;*/
    /*padding: 20px;*/
    /*margin-left: -15px;*/
    font-size:18px;
}

.hover-show{
    position:absolute;
    right:50px;
    bottom:35%;
    height:35px !important;
    width:auto !important;
    opacity:0;
    transition:.3s;
}
.square:hover .hover-show{
    opacity:1;
    right:30px;
}
.square .nectar-social {
    padding-top: 40px !important;
}
.standard_section {
    margin-bottom: 0 !important;
}
.small {
    font-size: 8px;
    color: white !important;
}

.small a {
    color: white;
    font-weight: 800;
}

.small:before {
    content: "";
    position: relative;
    display: block;
    width: 30px;
    height: 2px;
    background: white;
}

.dcsns-facebook {
    border-bottom: 5px solid #335FA0;
}

.dcsns-instagram {
    border-bottom: 5px solid #4BB374;
}

.dcsns-twitter {
    border-bottom: 5px solid #61CCE4;
}
/*---------------------------menu proposte----------------------------*/

ul#menu-menu-proposte li {
    list-style: none;
    /* border-left: 5px solid #ccc; */
    padding: 10px 30px;
    margin: 25px 0;
    transition: .3s;
    -webkit-transition: .3s;
}

ul#menu-menu-proposte li:before {
    content: "";
    height: 20px;
    width: 20px;
    background: white;
    position: absolute;
    display: block;
    left: 0;
    border-radius: 50%;
    border: 5px solid #ccc;
    transition: .3s;
    -webkit-transition: .3s;
}

#menu-menu-proposte li:hover:before {
  box-shadow:0 0 0 5px #64b6bb;
}

ul#menu-menu-proposte {
    margin-left: 13px;
    border-left: 5px solid #ccc;
}

ul#menu-menu-proposte .current-menu-item {
    background: #64b6bb;
    margin-left: 25px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 1px 1px;
    color: white !important;
}
ul#menu-menu-proposte .current-menu-item a {
    color: white !important;
}


ul#menu-menu-proposte .current-menu-item:hover {
   margin-left: 25px !important;
}

ul#menu-menu-proposte .current-menu-item:before {
    background: #64b6bb;
}
ul#menu-menu-proposte .current-menu-item:hover:before {
   box-shadow:none !important;
}

ul#menu-menu-proposte li:hover {
    margin-left: 5px;
}

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


.container-wrap, .project-title{
  margin-top:-25px !important;
}

.single-post .post-featured-img img {
    display: none;
}
#menu-item-62 {
    background: #64b6bb;
    padding-top: 9px;
    margin-top: -9px;
    text-transform: uppercase;
    font-weight: 900 !important;
}
#menu-item-62 a {
   color:white !important;
}

span.date-event {
    background: #616161;
    color: white;
    font-family: Oswald;
    padding: 0 10px;
}

.event-text {
    background: #f2f2f2;
    padding: 10px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}

li.short-event {
    margin-bottom: 25px;
    list-style: none !important;
}

.logo-footer{
  width:50% !important;
}

.extra-block{
    background:#f2f2f2;
    padding:25px;
    border-radius:5px;
    box-shadow:0 1px 1px rgba(0,0,0,0.3);
    margin-bottom:40px !important;
}
.extra-block ul li{
    list-style:none;
    display:inline-block;
    margin-bottom:5px;
}
.extra-block ul{
    margin:0;
    padding:0;
}
.extra-block span {
    color: black;
}

.extra-block .small:before {
    display: none;
}