/*
Theme Name: Beaver Builder Child Theme - Plantes Tropicales
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: webpartner.lu - Rodrigo
Author URI: webpartner.lu
template: bb-theme
*/


/* RRR */ 

/* FULL WIDTH */

.fl-full-width .container {
  padding-left: 0;
  padding-right: 0;
  width: 92%;
}

#menu-main-1 > li.current-menu-item > a,
#menu-main-1 > li > a:hover {
	border-color: #99cc66;
	border: 2px solid #99cc66;
	color: #99cc66;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}


#menu-main-1 > li > a {
	border: 2px solid #fff;
	color: #99cc66;
	padding: 20px;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

/* NAV STICKY */
.fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li.current-menu-item > a, .fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li.current-menu-parent > a {
	border-color: #99cc66;
	border: 2px solid #99cc66!important;
	padding: 25px;
	color: #99cc66!important;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li > a:hover {
	
	border-color: #99cc66;
	border: 2px solid #99cc66;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;

}


.fl-page-nav-right.fl-page-header-fixed .fl-page-nav-wrap .navbar-nav > li > a, .fl-page-header-fixed .fl-page-nav-wrap .navbar-nav > li > a {
  padding: 15px 15px;
  font-size: .88em;
  border: 2px solid #fff;
}

/* TOGGLE */
@media (max-width: 767px){
.fl-page-nav .navbar-toggle {
    background: #99cc66;
    color: #ffffff;
    font-weight: 700;
    font-size: .8em;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding: 25px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
	}
	.fl-page-nav .navbar-toggle:hover, .fl-page-nav .navbar-toggle:focus {
    background: #edefea;
    color: #999999;
   	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
	}
}

/* SLIDESHOW WHITE BG */

.fl-node-563091f929e26 .fl-slide-content {
    background-color: #ffffff!important;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -60px;
    width: 100%;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #99cc66 none repeat scroll 0% 0%;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #edefea none repeat scroll 0% 0%;
}


/* IMAGE HERO #2 */

.fl-col-group .fl-node-563091f929265{
	height: 74%!important;
}

.fl-node-563091f929f14 .fl-row-content-wrap {

    border-top-width: 0;
}

.fl-page-nav-wrap {
  border-bottom: 0;
  border-top: 0;
}

body {

line-height: 2.1em;
}

/* LOGO  RESPONSIVE*/
.fl-logo-img {
  max-width: 402px;
}

@media (max-width:600px) {
.fl-logo-img {
  max-width: 280px;
}
}

.fl-page-nav-right.fl-page-header-fixed .fl-logo-img, .fl-page-header-fixed .fl-logo-img {
  max-height: 127px;
  width: auto !important;
}

#fl-site-credits-toggle, .fl-page-footer-text {
display:none;
}

/* BOT LINKS */
a.fl-button, a.fl-button:visited, .fl-builder-content a.fl-button, .fl-builder-content a.fl-button:visited {

    border: 0px solid #0061c2;
/*     min-height: 120px; */
}

.footR{
   width: 100%;
   margin: 50px auto;
   text-align: center;
   font-size: .7em;
}
.fl-builder-content .fl-node-55910abeedaa7 a.fl-button, .fl-builder-content .fl-node-55910abeedaa7 a.fl-button:visited {
  border: 0;
}

.row {
  margin-left: 0!important;
  margin-right: 0!important;
}


.fl-page-footer-widgets {
	display:block !important;
	line-height: 1.3em;
	font-size: .8em;
	border-top: 1px solid #edefea;
	padding-top: 30px;
}

.fl-page-nav ul.sub-menu {
    border-top: 3px solid #99cc66;
}

.fl-page-footer {
border-top: none;
font-size: 12px;
background: none;
}


#gform_submit_button_1{
    font-size: 1.1em;
background-color:#99cc66;
color:#fff;
border: none;
padding: 30px 55px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

#gform_submit_button_1:hover{
background-color:#999;
}


/* TOP */

@media (max-width:600px) {
.scrollToTop {
    display: none!important;
    }
}

footer.fl-page-footer-wrap {
position: relative;
}

.scrollToTop {
    background: url("/wp-content/uploads/sites/375/2015/09/top-seta.png") no-repeat scroll center center transparent;
    bottom: 60px;
    display: block;
    /* float: right; */
    height: 110px;
    margin-right: 10px;
    padding: 0;
    position: fixed;
    text-decoration: none;
    width: 110px;
    right: 20px;
    display: none;
}
.scrollToTop:hover { 
    text-decoration:none; 
}
a.scrollToTop:hover,
a.scrollToTop:focus { 
    outline: none;
}