/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

/*BY SIPLEX*/
.woocommerce-result-count{
	display:none!important;
}

form.woocommerce-ordering{
	display:none!important;
}

.produkt-przycisk{
display: inline-block;
margin-top: 80px;
position: relative;
}

a.caldera-forms-modal{
	    color: #ffffff;
    border-color: #1a1a1a;
    font-style: normal;
    font-weight: 500;
    background-color: #1a1a1a;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    text-transform: uppercase;
    border-width: 0px;
    padding-left: 33px;
    padding-right: 33px;
	padding-top:23px;
	padding-bottom:23px;
        margin-right:15px;
}
a#probki-modal:hover{
	color:#000;
}
footer ul.social li {
  display: inline;
}
/*BY SIPLEX END*/