/*
 Theme Name:   Roblette Theme
 Description:  Roblette Theme
 Author:       aldigirolamo.fr
 Author URI:   http://aldigirolamo.fr
 Template:     unbound
 Version:      1.0.0
*/

/*Custom CSS*/
.grecaptcha-badge {
	opacity:0 !important;
}
.wpcf7-acceptance label {
	background-color: transparent !important;
}
.wpcf7-acceptance label span {
    color: #3b5c83 !important;
}
.wpcf7-acceptance a {
    font-weight: 600;
}
.footer_copyright_item a {
    color: #fff !important;
}
body > .scrollup:hover {
    background-color: #e50e48;
}

.wraper_header_main > .container {
    width: 90%;
}

.mobile-menu-nav > [class*="menu-"] > ul.menu > li a:hover {
    background-color:#e50e48;
}

.phpeverywherewidget .title {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 15px;
}

.phpeverywherewidget .link-rss {
    font-weight: 500;
    color : #e50e48;
    display: block;
    padding-top: 10px;
    font-size: 16px;
}

.home-sstitle {
    color: #3b5c83;
    font-size: 28px;
}

#btn-home a{
    background-color: #e50e48e6;
}

.link-red a {
    color:#e50e48;
}

.red-t {
    color:#e50e48 !important;
}
.white-t {
    color:#fff!important;
}

.contact-info a {
    font-size: 16px;
    color:#e50e48;
    line-height: 24px;
}

.contact-info {
    text-align: center;
    margin-bottom: 0px !important;
}

.padding-right-10 {
    padding-right: 20px !important;
}

.radiantthemes-list.element-one ul li ul li::before {
    content: ">";
    }
    
    .ul-col-2 {
columns: 2;
-webkit-columns: 2;
-moz-columns: 2;
list-style: none;
    }

/*Footer*/

.footer-log {
    max-width: 200px !important;
}

.wid-fa {
    margin-right:10px;
}

.menu-menu-footer-1-container li {
    text-align: center !important;
    margin-bottom: 0px !important;
}

.footer_main_item #text-3 img {
    max-width: 120px;
}

.footer_main_item #text-3 p:first-of-type{
    margin-bottom: 0px !important;
}

.footer_main_item {
    margin-bottom: 0px !important;
}

@media screen and (max-width: 940px) {
    
.padding-right-10 {
    padding-right: 0px !important;
}
  }

@media screen and (max-width: 660px) {
    
    .responsive-nav {
        text-align: center;
        float: none !important;
    }
    
    .responsive-nav i{
        margin-top: 15px;
    }
  }