/*
Theme Name: BSC-landing
Description: This is a child theme for BSC-landing
Author: Kolomedia.eu
Template: flatsome
Version: 3.0
*/


.custom-image-border-radius {
    border-radius: 10px !important;
    border: 0 solid transparent !important;
    overflow: hidden !important;
  
}


	/*** stetje ***/
.stat{
  transition:.35s ease;
}
.stat:hover{
  box-shadow:0 10px 30px rgba(0,0,0,.35);
}
.count-up {
    font-size: 55px !important;
    font-weight: 800;
    margin-bottom: 12px;
    will-change: contents;
    color: #eac820;
}
	
.count-up-1 {
    font-size: 46px !important;
    font-weight: 600;
    margin-top: -30px ! Important;
  
    margin-bottom: 10px !important;
}

/***.overlay {
    background: linear-gradient(to right, #3b4045 1%, transparent 100%) !important;
    opacity: 0.7 !important;
} ***/


/*** CONTACT FORM ***/

.column-half{
	float: left;
	position: relative;
	padding: 0.4rem;
	width:50%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}

.column-full{
	
	padding: 0.4rem;
	width:100%;
  color: #000 !important;
}


.column-full-gdpr {
	
	padding: 0.4rem;
	width:100%;
  font-size: 14px !important;
  margin-bottom: 20px !important
}

.wpcf7 label {
    display: block;
    width: 100%;
}


element.style {
}
.wpcf7 .wpcf7-form-control-wrap {
    display: contents;
}

.wpcf7 .wpcf7-not-valid-tip {
    margin-top: -10px;
    position: relative;
    padding: 5px 8px;
    line-height: 1.2em;
    border-radius: 3px;
    opacity: .8;
    background-color: #fff !important;
    color: #b20000;
}

/**---------------- Media query ----------------**/
@media only screen and (max-width: 799px) { 
	.column-half{
		width: 100%;
	}
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
	height:40px;
color: #000 !important;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea, .wpcf7 input[type="tel"] {
    width: 100%;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    border: 1px solid #eef2f6 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: .97em;
    color: #000 !important;
    background-color: #eef2f6;
    font-weight: 500;
    box-shadow: inset 0 -1.4em 1em 0 rgba(0, 0, 0, .0) !important;
    margin-top: -10px;
    border-radius: 10px;
}

.wpcf7 textarea::placeholder {
    position: relative;
    top: 0px;
    
}

.wpcf7 textarea {
    padding-top: 10px !important;
    padding-bottom: 20px !important;
    line-height: 1.4;
}



input::placeholder,
textarea::placeholder {
    color: #313a4c !important;
    font-weight: 300 !important;
}


/* PREMIUM GUMB CF7 */
.premium-btn-cf7 {
   position: relative;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 1em 3em !important;
    border-radius: 999px;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    background: #1573c7 !important;
    color: #fff !important;
    border: 1px solid #1573c7 !important;
    transition: all 0.35s ease !important;
}

.premium-btn-cf7 a:hover {
    background: #43596c! important;
  color: #fff!important;
  border-color: #43596c!important
}

.cft-title {
    font-weight: 600;
    color: #313a4c;
    display: block !important;
    margin-bottom: 20px;
    font-size: 20px;
}



/* =========================
   CF7 RADIO – PILL STYLE
========================= */
.km-radio .wpcf7-list-item{
  margin: 0 10px 10px 0 !important;
}

.km-radio label{
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.km-radio input[type="radio"]{
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}

.km-radio .wpcf7-list-item-label{
  padding: 10px 14px 10px 38px;
  border-radius: 999px;
  background: #f3f6f9;
  border: 1px solid rgba(0,0,0,.08);
  position: relative;
}

/* krog levo */
.km-radio .wpcf7-list-item-label::before{
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 999px;
  border: 2px solid rgba(0,0,0,.20);
  background: #fff;
}

.km-radio input[type="radio"]:checked + .wpcf7-list-item-label {
    border-color: rgba(21, 115, 199, .35);
    background: #eef2f6;
    color: #313a4c;
}

.km-radio input[type="radio"]:checked + .wpcf7-list-item-label::before {
    border-color: rgb(21 115 199);
    box-shadow: inset 0 0 0 5px rgb(238 242 246);
}

.km-radio .wpcf7-list-item-label {
    padding: 10px 14px 10px 38px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, .08);
    position: relative;
}

.column-full-gdpr label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    line-height: 1.4;
    font-weight: 400;
}


/**** TABELA ****/

.column-1 {
    width: 15% !Important;
    background: #f9f9f9 !Important;
}


.column-2 {
    width: 85% !Important;
    background: #f9f9f9 !Important;
}

.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))>* {
    background-color: #ffffff00 !important;
    color: #ffffff;
}
    .tablepress>.row-hover>tr:has(+.child:hover)>*, .tablepress>.row-hover>tr:hover+:where(.child)>*, .tablepress>.row-hover>tr:where(:not(.dtrg-group)):hover>* {
    background-color: var(--hover-bg-color);
    color: #ffffff !important;
}

.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))>* {
    background-color: #ffffff00 !important;
    color: #ffffff !important;
}


.tablepress>.row-hover>tr {
    content-visibility: auto;
    background: #00000000 !important;
}


td:first-child, th:first-child {
    padding-left: 0;
    font-size: 20px !important;
    vertical-align: middle;
}

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


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


}