/**
Theme Name: TLULIB
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tlulib
Template: astra
*/

/* Cookies START */
.cli-bar-btn_container{
	height: 100%;
}
#wt-cli-accept-btn{
	border-radius: 50px !important;
    background-color: #B71234 !important;
    color: #ffffff !important;
    margin-left: 15px !important;
    padding: 15px 25px !important;
    font-size: 16px !important;
	font-weight: 700 !important;
	-webkit-box-shadow: inset 0 -4px 0 rgb(0 0 0 / 20%) !important;
    box-shadow: inset 0 -4px 0 rgb(0 0 0 / 20%) !important;
}

#wt-cli-policy-link{
	border-radius: 50px !important;
    background-color: #3c4445 !important;
    color: #ffffff !important;
    margin-left: 15px !important;
    padding: 15px 25px !important;
    font-size: 16px !important;
	font-weight: 700 !important;
	text-decoration: none !important;
	-webkit-box-shadow: inset 0 -4px 0 #303737 !important;
    box-shadow: inset 0 -4px 0 #303737 !important;
}

#cookie-law-info-bar{
	padding: 20px 5% !important;
}

/* Cookies END */

/* MainMenu START */ 
#header-bottom .dropdown-menu{
	background: white;
}

#header-bottom .plus-mobile-menu-content{
	border-top: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
}

/* MainMenu END */ 

/* Checkbox START */
.sf-input-checkbox{
    display: none;
}

.sf-label-checkbox::before{
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    background: #efefef no-repeat 50% 50%;
    border-radius: 50%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.sf-input-checkbox:checked+label{
    color: #3c4445;
}

.sf-input-checkbox:checked+.sf-label-checkbox:before{
    background: #3c4445 url(https://www.tlu.ee/themes/tlu/images/icon-check.svg) no-repeat 50% 50%;

}

.sf-label-checkbox{
    display: block;
    position: relative;
    padding-left: 30px !important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -1px;
    color: #7d7779;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.sf-field-category ul{
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.searchandfilter>ul{
    margin-left:0px !important;
    padding-left:0px !important;
}

.sf-field-category>ul>li{
    margin-right:30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 1 auto;
}

@media only screen and (max-width:680px){
    .sf-field-category ul{
        flex-direction:column;
	}
}
/* Checkbox END */

/* Anchor scroll for sticy header  */

body:not(.elementor-editor-active) .elementor-menu-anchor:before {
  content: "";
  display:block;
  height: 200px; /* fixed header height*/
  margin: -200px 0 0; /* negative fixed header height */
  visibility: hidden;
  pointer-events: none;
  top: -250px;
}

/* Main page custom CSS START */

#main_service_area .quick-button-black .elementor-icon-box-wrapper:hover{
    transition: 0.3s;
    margin-left: 1%;
	margin-right: -1%;
}
#main_service_area .quick-button-black .elementor-icon-box-wrapper{
    transition:0.3s;
}

@media only screen and (max-width: 1000px){
	#main_service_area .elementor-icon-box-wrapper{
		display: flex;
    	justify-content: center;
	}
	#main_service_area .elementor-icon-box-wrapper{
		text-align: left;
	}
}


/* Main page custom CSS END */