/*
    Theme Name: Defaut
    Description: Module gestionnaire
    Template: layerswp
    Version: 1
    Author: Web-Rep
    Author URI: Web-Rep.fr
    Theme URI: #
    License URI: GPLv2
*/

a{
    color: #000;
}
a:hover{
    color: #f90;
}
.heading{
    text-transform: uppercase;
}
.large .heading{
    font-weight: 900;
}
table,
table th,
table td{
    background: #fff;
    border-color: #ccc;
}


textarea,
input,
select{}



/* GENERAL */

.header-site .nav-horizontal{
    text-transform: uppercase;
    font-size: 1.4rem;
}
.wrapper-content{
    background: #e2e2e2;
}

.button,
input[type="button"],
input[type="submit"],
button{
    background: transparent;
    color: #000;
    border: 2px solid #000;
    font-size: 1.2rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 400;
}
.button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
button:hover{
    background: #000;
    color: #fc0;
}
.button.btn-large{
    padding: 5px 15px;
    font-size: 1.4rem;
}

    /* OFF CANVAS */
    section[class*=' off-canvas-'] .button,
    section[class*=' off-canvas-'] input[type="button"],
    section[class*=' off-canvas-'] input[type="submit"],
    section[class*=' off-canvas-'] button{
        background: #000;
        color: #fff;
    }


/* SIDEBYSIDE LISTS */
@media only screen and (min-width: 768px){

    .side-by-side-list .column{
        margin-bottom: 0px;
    }
    .side-by-side-list .column:last-child{
        margin-bottom: 0px;
    }
    .side-by-side-list .media{
        margin-bottom: 0;
        height: 400px;
    }
    .side-by-side-list .media-body{
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 30px;
    }
    .side-by-side-list .media-image{
    }

    .side-by-side-list .media-body .heading{
        font-size: 2.8rem;
        line-height: 3.2rem;
    }

}

/*-------------------------------------------------------------------------------------------*/
/* Header Style
/*-------------------------------------------------------------------------------------------*/
.social-icons a {
	  display: block;
	  line-height: 22px;
	  height: 24px;
	  margin: 0;
	  float: left;
    position: relative;
}

.social-icons a:hover {
    color:#006cba;
}

.social-icons a i {
  margin: 0 15px;
}

.social-icons a::after {
  background-color: #444343;
  content: '';
  height: 20px;
  position: absolute;
  right: 0;
  top: 2px;
  width: 1px;
}

.header-secondary {
	background: #333;
}

.header-top p span {
  margin-right: 20px;
}


/* HOVER PHONE AND MAIL HEADER 2
.header-top a:hover {
    color:#006cba;
}
*/

.header-top p span i {
  font-size: 13px;
  color: #006cba;
  margin-right: 10px;
}


/* HEADER */
.header-site, .header-site.header-sticky {
    background-color: #ffffff;
}

/* TITLE */
.title-container{
    background-color: #222222;
}
.title-container .heading{
    color: #fff;
}
.title-container .excerpt{
    color: #777;
}
.title-container li, .title-container a, .title-container span{
    color: #777777;
}
.title-container a:hover{
    color: #fc0;
}

/* WOOCOMMERCE */
.widget_shopping_cart .button{
    width: 100% !important;
	margin-top: 5px !important;
}
.woocommerce-info,
.checkout_coupon{
    background: #fff;
}
.header-cart{
    background: #fff;
    border-radius: 0;
    transition: all 0.2s ease-in-out;
}
.header-cart .cart{
    color: #000;
}
.header-cart .amount{
    color: #000;
}
.header-cart:hover{
    background: #000;
}
.header-cart:hover .cart{
    color: #fff;
}
.header-cart:hover .amount{
    color: #fff;
}

.onsale{
    border-radius: 0;
    background: transparent;
    border: 2px solid #c00;
    color: #c00;
}

.amount{
    color: #000;
}
.product-top{
    position: relative;
}

.products .product{
    background: transparent;
    text-align: center;
}

.purchase-options-container{
    padding: 20px;
    background: #fff;
    border: 1px solid #e0e0e0;
}
.purchase-options-container .quantity{
    margin-bottom: 10px;
}
.quantity .qty{
    border: none;
}
.woocommerce-tabs .tabs{
    background-color: transparent;
}

.woocommerce-tabs .tabs .active a,
.woocommerce-tabs .panel{
    background: #fff;
}
.products .product .star-rating {
    position: static;
    margin: 0 auto 10px;
}

@media only screen and (min-width: 768px){
    .purchase-options-container{
        padding: 40px;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}



/* COPYRIGHT FOOTER */
.copyright .column{
    float: none;
    margin: auto !important;
    text-align: center
}
.site-text{
    font-size: 1.6rem;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.copyright .nav-horizontal{
    margin-top: 10px;
    float: none !important;
}
.copyright .nav-horizontal li{
    margin: 0 8px;
}
.copyright .nav-horizontal a{
    color: #999;
}
.copyright .nav-horizontal a:hover{
    color: #fc0;
}


/* STORY QUOTE */
.story blockquote{
    padding: 10px 0 10px 20px;
    background: transparent;
    border-left: 4px solid #333;
    color: #333;
}

/* ------------------------------------------------------------------
Preloader
------------------------------------------------------------------- */

.page-loader {
  position: fixed;
  background: #333;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  z-index: 9998;
}

.loader {
  position: absolute;
  border-left: 2px solid #006cba;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  height: 46px;
  width: 46px;
  left: 50%;
  top: 50%;
  margin: -23px 0 0 -23px;
  text-indent: -9999em;
  font-size: 10px;
  z-index: 9999;
  -webkit-animation: load 0.8s infinite linear;
     -moz-animation: load 0.8s infinite linear;
       ms-animation: load 0.8s infinite linear;
        o-animation: load 0.8s infinite linear;
          animation: load 0.8s infinite linear;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 46px;
  height: 46px;
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* HIDE GENERAL ADMIN*/
#wp-admin-bar-wp-logo,
#wp-admin-bar-comments,
#wp-admin-bar-new-content,
#toplevel_page_layers-marketplace,
#toplevel_page_layers-dashboard,
#footer-thankyou,
#footer-created-using-layers,
.add-new-theme,
#wp-admin-bar-appearance,
#wp-admin-bar-search,
#wp-admin-bar-edit {
	display: none !important;
}

/* HIDE LOGO LAYERS FOOTER FRONT END */
/* .created-using-layers {
	display:none;
}

*/
/* REMOVE UPDATE NOTIFICATIONS */
	/** TOP MENU **/
	#wp-admin-bar-updates,
	#wp-admin-bar-updates {
	display:none;
	}
	
	/** OTHERS **/
	#update-nag, .update-nag {
	display:none;
	}