/*
Theme Name: Buzzify v2
Description: A master template theme. Features: full responsive theme, responsive two-level dropdown navigation with offcanvas-navigation for smaller devices, main sidebar on the right side and horizontal footer sidebar, support for featured image, gallery-tag support with UIkit slideshow and gallery
Version: 2.0.1
Author: Buzzify
Author URI: http://www.buzzify.lu
Tags: one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
*/


/*--------------------------------------------------
 * Import Buzzify specific Styles
 *--------------------------------------------------  */
/*@import url("css/buzzify.css");*/
@import url("css/uikit.min.css");

/*@import url("css/test.css");*/

@import url(http://fonts.googleapis.com/css?family=Oswald:400,700);
@import url(http://fonts.googleapis.com/css?family=Quicksand:300,400);

/*--------------------------------------------------
 * Text Styling
 *--------------------------------------------------  */
	html {
		font-size: 12px;
	}

	a {
	color: #111;
	}
	a, .btn {
	transition: all 0.125s ease-in-out 0s;
	}

	h1, h2, h3, h4 {
		font-family: 'Quicksand', sans-serif !important;
	}

	h1 {
		color: #34537d;
		padding: 12px 0 24px 0;
	}

/*--------------------------------------------------
 * SITE IDENTITY
 *--------------------------------------------------  */
.site-identity {
    padding: 24px 0;
}

.site-identity h1{
    padding: 0;
    margin: 0;
    color:#666;
    font-size: 2em;
}

.site-identity a:link { color:#666; text-decoration: none; }
.site-identity a:visited { color:#666; text-decoration: none; }
.site-identity a:hover { color:#666; text-decoration: none; }
.site-identity a:active { color:#666; text-decoration: underline; }

/*--------------------------------------------------
 * HEADER V2
 *--------------------------------------------------  */

.buzzify-social-media a:link { color:#666; text-decoration: none; }
.buzzify-social-media  a:visited { color:#666; text-decoration: none; }
.buzzify-social-media  a:hover { color:#666; text-decoration: none; }
.buzzify-social-media a:active { color:#666; text-decoration: underline; }
.buzzify-header {
    background:#fff;
    min-height: 72px;
}
.buzzify-header-sticky {
    background:#fff !important;
    min-height: 72px;
}
/*--------------------------------------------------
 * HEADER
 *--------------------------------------------------  */
.buzzify-header-section {
    position: relative;
    height:50vh;
}
.buzzify-header-section h3{
    position: absolute;
    bottom: 2em;
    font-size: 4em;
}

.buzzify-header-home-section {
    position: relative;
    height:60vh;
}
/*.buzzify-header-home-section h1{
    position: absolute;
    bottom: 2em;
    font-size: 4em;
}*/
.buzzify-header-home-section .site-identity {
    position: absolute;
    bottom: 1em;
    font-size: 4em;
    padding: 0;
    margin: 0;
    line-height: 0.3em;
}
.buzzify-header-home-section .site-identity .site-identity-tagline {
    font-size: 0.3em;
}

.buzzify-header-navigation {
    background-color: #fff;
}

/*--------------------------------------------------
 * NAVIGATION
 *--------------------------------------------------  */
.buzzify-nav-home-section, .buzzify-nav-home-section-in {
    font-size: 0.8em;
}

.buzzify-nav-home-section-in {
    position: relative;
    height:60vh;
}

.buzzify-nav-home-section h1, .buzzify-nav-home-section-in h1 {
    font-size: 2em;
}

.buzzify-nav-home-section nav, .buzzify-nav-home-section-in nav {
    padding: 24px 0 0 0;
}

nav {
    -moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
}

nav.buzzify-nav-section  {
    margin: 0 auto 24px auto !important;

    display: flex;
    justify-content: center;
    /*float:none !important;
    display: table !important;
    table-layout: fixed !important;*/
}

.uk-navbar-nav > li > a {
    font-size: 1.5em;
}

nav.uk-active.uk-sticky-below{
    background-color: rgba(0,0,0,0.3);
}

a.uk-active.uk-sticky-below{
    background-color: rgba(0,0,0,0.3);
}

.buzzify-social-info, .buzzify-social-info a {
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.uk-active.uk-sticky-below > .buzzify-social-info a{
    color: rgba(0,0,0,0.3);
}
.uk-active.uk-sticky-below > .buzzify-social-info {
    color: rgba(0,0,0,0.3);
}

/*--------------------------------------------------
 * CUSTOMIZE THE FOOTER NAVBAR
 *--------------------------------------------------  */

#footer-nav {
    /*background: #f2f2f2;*/
    font-size: 1em;
}

#footer-nav nav {
    -moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
    /*background: #2d2d2d;*/

}

#footer-nav nav.menu-top-menu-container {

    display: flex;
    justify-content: center;

    /*float:none !important;
    display: table !important;
    table-layout: fixed !important;*/
}

#footer-nav .menu-top-menu-container {
    width: 100%;
    /*
    position: absolute;
    bottom: 0;
    lef: 0;*/
}

#footer-nav nav .uk-navbar-nav  a {
    font-size: 0.8em;
    padding: 0;
    margin: 0;

}

#footer-nav .menu-top-menu-container .uk-navbar-dropdown{
    display: none;
}

#footer {
    /*background: #e7e7e7;
    background: #2d2d2d;
    background: #1a1c20;*/
    font-size: 0.9em;
    color: #85868c;
}

#footer h2 {
    /*color: #ffffff;*/
    color: #666666;
    font-size: 1.3em;
}

#footer a {
    color: #444444;
}

#footer-copy {
    /*border-top: 1px solid #232529;
    background: #1a1c20;*/
    border-top: 1px solid #f0f0f0;
    background: #ffffff;
    font-size: 0.9em;
    color: #85868c;
}

#footer-copy a {
    color: #444444;
}
/*
#footer .menu-top-menu-container {
    font-size: 0.8em;
    text-align: center;
    width: 100%;
}

#footer .menu-top-menu-container #menu-top-menu-2 a {
    padding: 0;
    margin: 0;
}
*/



#footer .menu-navigation-primaire-container ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#footer .menu-navigation-primaire-container li a:before {
    content: "\f1db";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #ff2a13;
    font-size: 8px;
    padding: 0 12px 0 8px;
    position: absolute;
    top: 9px;
	left: 0;
	width: 48px;
}

#footer .menu-navigation-primaire-container li a:hover::before {
    color: #fff;
}

#footer .menu-navigation-primaire-container li a {
    display: block;
    color: #000;
    padding: 8px 16px 8px 24px;
	text-decoration: none;
	position: relative;
}

#footer .menu-navigation-primaire-container li a.active {
    background-color: #4CAF50;
    color: white;
}

#footer .menu-navigation-primaire-container li a:hover:not(.active) {
	/*background-color: #555;*/
	background-color: #75bdd1;
    color: white;
}

/*--------------------------------------------------
 * OVERLAY IN CONTENT-BOXES
 *--------------------------------------------------  */
.buzzify-overlay {
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 40%, rgba(0,0,0,0.75) 90%);
    background: -webkit-gradient(left top, left bottom, color-stop(40%, rgba(0,0,0,0)), color-stop(90%, rgba(0,0,0,0.75)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 40%, rgba(0,0,0,0.75) 90%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 40%, rgba(0,0,0,0.75) 90%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 40%, rgba(0,0,0,0.75) 90%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 40%, rgba(0,0,0,0.75) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );

    height: inherit;

}

.buzzify-overlay-primary {
    /*background: #232526;
    background: -webkit-linear-gradient(to top, #232526, #414345);
    background: linear-gradient(to top, #232526, #414345); */

    height: inherit;

}

.buzzify-overlay-box {
     color: white;
     position: absolute;
     bottom: 0;
     left: 0;
 }

.buzzify-overlay-box h1 {
    color:  #232526;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
    font-size: 1em;
}

.buzzify-box {

}

.buzzify-box > div a{
    color:  #232526;
}



.buzzify-box-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 0.9em;
}

.buzzify-box-footer a{
    font-size: 0.9em;
}




.uk-grid-stack.buzzify-box-footer {
    position: relative;
}


/*--------------------------------------------------
 * Woocommerce customization
 *--------------------------------------------------  */

.summary.entry-summary {
	/*background-color: #34537d;
	background-color: #f11e0c;*/
	/*background: url("images/curly-background-fade.jpg") repeat ;
	padding: 24px;*/
	color: #ccc;

	/* pattern test
	background-color:#def;
	background-image: radial-gradient(closest-side, transparent 98%, rgba(0,0,0,.02) 99%),
	radial-gradient(closest-side, transparent 98%, rgba(0,0,0,.02) 99%);
	background-size:80px 80px;
	background-position:0 0, 40px 40px;
	*/
}

.summary.entry-summary h1, .summary.entry-summary h2, .summary.entry-summary h3, .summary.entry-summary h4, .summary.entry-summary p  {
	color: #333;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	background-color:#33537c;
	color:#ccc;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
	background-color:#4e75a7;
	background-color:#75bdd1;
	color:#fff;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	/*background-color: #d21616;
	background-color: #fff;
	color: #4ec01e;
	font-size: 150%;
	font-weight: normal;
	padding: 12px 24px;
	border: 2px solid #4ec01e;

	background-color: #333;*/

	background-color: #77a464;
    border: 0;
    font-size: 150%;
    font-weight: lighter;
	padding: 12px 24px;
	box-shadow: 0 0.05em 0.15em 0 rgba(0, 0, 0, 0.133);

	background: linear-gradient(to bottom, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	/*background-color: #4ec01e;
	color: #fff;
	font-size: 150%;
	font-weight: normal;
	padding: 12px 24px;
	border: 2px solid #77a464;

	background-color: #222;*/
	background-color: #497736;
	background: linear-gradient(to bottom, rgba(161,224,130,1) 0%, rgba(92,156,62,1) 100%);

}

/*
.woocommerce .single_add_to_cart_button span {
	color: #fff;
	background-color: #fff;
} */

.woocommerce div.product p.price, .woocommerce div.product span.price {
	font-size: 2em;
	font-weight: bold;
	color:#000;
}

.woocommerce div.product {
    background: url("images/shapes-background-fade.jpg") no-repeat ;
}

.woocommerce div.product .product_title {
    padding: 24px 0;
}


/* Little shadow and round conerns in products list */
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	/*background-color: #ededed;
	box-shadow: 0.25em 0.25em 0.55em 0.2em rgba(0, 0, 0, 0.1);*/
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0 0.15em 0.35em 0 rgba(0, 0, 0, 0.133);
	float: left;
	overflow: hidden;
	padding: 0;
	position: relative;
}

/* Price in red */
.woocommerce .price > .amount, .woocommerce .price > ins > .amount, .woocommerce .star-rating::before, .woocommerce .star-rating span::before, .woocommerce li.product .entry-header h3 a:hover {
	color: #ff2a13;
	font-size: 148% ;
}

.woocommerce .product .price, .woocommerce  .product-type-simple .price, .woocommerce .price {
    display: block;
    line-height: 1;
	padding: 0 0 20px 20px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    font-size: 148% ;
    line-height: 1.05;
    margin: 0;
    padding-bottom: 0.5em;
    transition: color 0.3s ease 0s;
	padding: 16px 0 20px 20px;
}

.woocommerce .single_add_to_cart_button {
    background-color: #0a9878;
    border: 2px solid #0a9878;
    border-radius: 3px;
    color: #ff2a13;
    font-weight: bold;
    outline: 0 none;
    padding: 14px 20px;
    transition: border 200ms ease 0s, background-color 200ms ease 0s;
}



.quantity .qty {
    border: 1px solid #eaeaea;
    border-radius: 2px;
	padding:16px 24px;
    /*font-family: "Roboto Condensed",sans-serif;
    font-size: 13px;
    height: 39px;
    letter-spacing: 2px;
    line-height: 16px;
    padding: 3px 16px;
    text-align: left;*/
}

.woocommerce .quantity .qty {
    text-align: center;
    width: auto;
}

.woocommerce .entry-summary .price {
    padding: 0 ;
	font-size: 1em;
}

.woocommerce .entry-summary a:link {
    color: #666;
}

.woocommerce-Price-amount {
	font-weight: lighter;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0 0 0 5px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: 0;
    bottom: 0;
    content: " ";
    height: 0;
    position: absolute;
    width: 0;
}



.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background-color: #fff;
	border: 0 solid transparent;
	padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	/*border-bottom: 1px solid #ddd;*/
	border: 0 solid transparent;
}

/* Tab */
div.product .woocommerce-tabs ul.tabs li{
	/*border-bottom: 1px solid #ddd;
	border: 0 solid transparent;*/
	background-color: #ccc;
}
/* Tab active */
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff none repeat scroll 0 0;
	/*border-bottom: 1px solid #ddd;*/
	border: 0 solid transparent;
    z-index: 2;
}

div.product .woocommerce-tabs ul.tabs li a{
	font-size: 150%;
	font-weight: normal !important;
	font-family: "Open Sans";
}


.woocommerce-tabs ul.tabs li a, .woocommerce-tabs ul.tabs li a:link {
    color: #555;
    text-transform: uppercase;
}

/*.woocommerce-tabs ul.tabs li a:hover {
    border-color: #eee #eee #ddd;
    background-color: #eee;
    text-decoration: none;
}*/

.woocommerce-noreviews, p.no-comments {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    color: #666;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 15px;
}


.wc-tabs-wrapper {
	border-bottom: 1px solid #e3e3e3;
	margin: 32px 0;
}

/* WOOCOMMERCE MESSAGE HANDLING */
.woocommerce-error::after, .woocommerce-info::after, .woocommerce-message::after, .woocommerce-noreviews::after, p.no-comments::after {
    clear: both;
    content: "";
    display: table;
}
.woocommerce-message {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    border-radius: 2px;
    clear: both;
    margin-bottom: 30px;
    margin-left: 0;
    padding: 15px 0 15px 45px ;
    width: 100%;
}

.woocommerce-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.woocommerce-error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.form-row.woocommerce-invalid input.input-text {
    box-shadow: 2px 0 0 #e2401c inset;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background-color: #333;
    color: #fff;
    margin-right: 24px;
	font-weight:lighter;
}


.woocommerce .actions .button[disabled]:disabled, .woocommerce .actions input.button.disabled, .woocommerce .actions input.button:disabled,  .woocommerce .actions input:disabled {
    background-color: #ddd;
    color: #ccc;
    margin-right: 24px;
	font-weight:lighter;
}

.woocommerce .cart_list a.remove, .woocommerce .cart_list .woocommerce .cart_list a.remove::before, .woocommerce .cart_list a.remove::after, .woocommerce .mini_cart_item a, .woocommerce .mini_cart_item a:link {
    color: #aaa;
	font-weight:lighter;
}

.woocommerce .cart_item .product-name a, .woocommerce .cart_item .product-name a:link {
    color: #aaa;
	font-weight:lighter;
}

.woocommerce-billing-fields input {
    border: 1px solid #eaeaea;
    border-radius: 2px;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 12px;
    height: 33px;
    letter-spacing: 2px;
    padding: 6px 12px;
    text-transform: uppercase;
}

/*
 * woocommerce pagination
 */
.woocommerce nav.woocommerce-pagination ul {
    /*-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #d3ced2 currentcolor #d3ced2 #d3ced2;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 1px 0 1px 1px;
    display: inline-block;
    margin: 1px;
    padding: 0;
	white-space: nowrap;*/
	border: 0 solid transparent ;
	/* box-shadow: 0 0.15em 0.35em 0 rgba(0, 0, 0, 0.133); */
}

.woocommerce nav.woocommerce-pagination ul li {
    /* border-right: 1px solid #d3ced2;
    display: inline;
    float: left;
    margin: 0;
    overflow: hidden;
	padding: 0; */

	border: 0 solid transparent ;
	padding: 4px 8px;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    /* color: #ff0000;
    display: block;
    font-size: 1em;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    min-width: 1em;
    padding: 0.5em;
	text-decoration: none; */
	color: #999;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    /* background: #ebe9eb none repeat scroll 0 0;
	color: #8a7e88; */
	color: #fff;

	background-color: #75bdd1;
	border-radius: 4px;
}

.buzzify-woocommerce-category-description {
	/*background-color: #eee;
	background: linear-gradient(to bottom, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);*/
    color: #444;
    font-family: "Quicksand",sans-serif;
    font-size: 200%;
    font-weight: lighter;
    line-height: 1.5em;
    padding: 1em;
	text-align: center;

	box-shadow: 0 0.15em 0.35em 0 rgba(0, 0, 0, 0.133);
}
