/*
Theme Name:     Beaver Builder Child Theme - Kass
Theme URI:      
Description:    Child Thème Beaver Builder pour Kass
Author:         Weppartner.lu - Lionel
Author URI:     http://www.webpartner.lu
Template:       bb-theme
Version:        0.1.0
*/

@import '../bb-theme/style.css';

/***** GLOBAL  *****/
*::selection {
    background: #d3d3d3 none repeat scroll 0 0;
    color: #333333;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
*::-moz-selection {
    background: #d3d3d3 none repeat scroll 0 0;
    color: #333333;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
a:focus, * {
    outline: medium none;
    outline-offset: 0;
}		
a:hover {
    opacity: 0.8;
}
.fl-page-header-logo a:hover {
	opacity: 1;
}
.fl-page-content ul li,
.fl-page-content ol li {
	margin-bottom: 10px;
}



/***** FONTS *****/
body h1,
body h2 {
	text-transform: uppercase;
}
.fl-content p,
.fl-content ul li {
    font-size: 16px;
    line-height: 32px;
}



/***** HEADER MENU PRIMARY (.fl-page-header-primary) ****/
/* centrer le menu */
.fl-page-nav-wrap .navbar-nav {
    text-align: center;
    width: 100%;
}
.fl-page-nav-wrap .navbar-nav > li {
    display: inline-block;
    float: none;
}
.fl-page-header-row .col-md-8.col-sm-12 {
    margin: 0;
    padding: 0;
}
.fl-page-header-primary #menu-header-menu li,
.fl-page-header-primary #menu-header-menu-1 li {
    margin: 0;
}
.fl-page-header-primary #menu-header-menu-1 > li > a {
    font-weight: 200;
    padding: 20px 40px;
}
}
.fl-page-header-primary .menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children > a {
    cursor: context-menu;
}
.fl-page-nav-right.fl-page-header-fixed .navbar-nav > li > a, 
.fl-page-header-fixed .navbar-nav > li > a {
    color: #666;
}
.fl-page-header-fixed .menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.current-menu-parent > a {
    color: #498ec7;
}



/***** FIXED MENU (.fl-page-header-fixed) & LOGO *****/
.fl-page-nav-right.fl-page-header-fixed .fl-logo-img, 
.fl-page-header-fixed .fl-logo-img {
    max-height: 80px !important;
    width: auto !important;
}
.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 {
    font-size: 17px;
    line-height: 60px;
    padding: 15px;
}
.fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li > a:hover, 
.fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li > a:focus {
    color: #754f38;
}
.fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li.current-menu-item > a {
    color: #754f38;
}



/***** MOBILE MENU *****/
.navbar-toggle {
    background-color: #ffffff !important;
    border: 1px solid #754f38 !important;
    padding: 20px;
}
.navbar-toggle span {
    color: #754f38 !important;
    font-weight: 800 !important;
    letter-spacing: 5px;
	font-size: 22px;
}
.fl-page-nav-collapse ul.navbar-nav > li.current-menu-item > a {
    color: #B3B3B3;
}


/***** IMAGES PARRALLAX *****/
.fl-builder-content .fl-row-content-wrap {
    background-size: 100% auto;
}



/***** FORMS (Labels + Buttons) *****/
#gform_1 label {
    font-size: 15px;
    font-weight: normal;
    font-style: italic;
}
#gform_1 .gfield_label {
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
}
#gform_1 .gfield_time_hour i {
    display: none;
}
#gform_1 .gform_button.button {
    font-size: 24px;
    padding: 20px 30px;
    text-transform: uppercase;
    border-color: #498ec7;
}
#gform_1 .gform_button.button:hover,
#gform_1 .gform_button.button:focus {
    background-color: #fff;
    color: #498ec7;
}



/***** SCROLL TO TOP *****/
.scrollToTop {
	position: fixed;
    background: transparent url("scrolltotop.png") no-repeat scroll center center / 60px auto;
    bottom: 2%;
	right: 2%;
    height: 110px;
    width: 110px;
	padding: 0;
    z-index: 9999;
	text-decoration: none;
}
.scrollToTop:hover { 
    text-decoration:none;
	opacity: 1;
	/*rotate*/
	/*-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);*/
	/*transition*/
	-webkit-transition: all 0.75s ease;
	-moz-transition: all 0.75s ease;
	-ms-transition: all 0.75s ease;
	-o-transition: all 0.75s ease;
	transition: all 0.75s ease;
	/*bounce animation */
	-webkit-animation: bounce .6s infinite;
	-moz-animation: bounce .6s infinite;
	animation: bounce .6s infinite;
}
@-webkit-keyframes bounce {
  to { -webkit-transform: scale(1.15); }
}
@-moz-keyframes bounce {
  to { -moz-transform: scale(1.15); }
}
@keyframes bounce {
  to { transform: scale(1.15); }
}
a.scrollToTop:hover,
a.scrollToTop:focus { 
    outline: none;
}


/*** LANG ***/
#lang_sel_list {
    background-color: transparent;
    float: right;
    height: auto;
    position: relative;
    width: auto;
    border: none;
}
#lang_sel_list ul li + li {
    border-left: none;
}
#lang_sel_list ul a {
    background: transparent none repeat scroll 0 0 !important;
    color: #fff !important;
}
#lang_sel_list ul a, 
#lang_sel_list_list ul a:visited {
    background: transparent none repeat scroll 0 0 !important;
    color: #fff;
    font-size: 20px;
    height: auto;
    line-height: 20px;
    padding: 10px;
    font-weight: bold;
}
#lang_sel_list_list ul a:visited {
    color: #fff;
}
#lang_sel_list a.lang_sel_sel {
    background-color: #fff;
    background-image: none;
    color: #000 !important;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    margin: 0;
    padding: 10px;
}


/***** FOOTER (CopyClass + Main Background) *****/
footer .fl-page-footer {
	font-size: 14px;
}
.copyClass {
    background-color: #754f38;
    border: medium none;
    font-size: 12px;
    padding: 15px 30px;
    text-align: center;
}
footer.fl-page-footer-wrap a {
    color: #ffffff;
}



/********** RESPONSIVE **********/
@media screen and (max-width: 768px) {
	.fl-page-nav-collapse ul.navbar-nav > li {
		width: 100%;
	}
}
@media screen and (max-width: 992px) {

}
@media screen and (min-width: 768px) and (max-width: 1200px) {

}