/*
Theme Name:   Tibo Child
Theme URI:    https://wordpress.org/themes/twentytwentyone/
Description:  Tibo child
Author:       WordPress.org
Author URI:   https://wordpress.org/
Template:     Tibo
Version:      1.0.0
Text Domain:  tibochild
*/

/************************* Fonts *********************************/

/* Thin (100) */


@font-face {
    font-family: 'demo_local';
    src: url('fonts/inter/Inter-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: 'demo_local';
    src: url('fonts/inter/Inter-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}


@font-face {
    font-family: 'demo_local';
    src: url('fonts/inter/Inter-Bold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}


@font-face {
    font-family: 'demo_local';
    src: url('fonts/inter/Inter-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}



/* Extra Light (200) */
/* @font-face {
    font-family: 'inter';
    src: url('fonts/Inter-ExtraLight-BETA.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
} */

/* Light (300) */
/* @font-face {
    font-family: 'inter';
    src: url('fonts/Inter-Light-BETA.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
} */

/* Regular (400) */
/* @font-face {
    font-family: 'inter';
    src: url('fonts/Inter-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
} */

/* Medium (500) */
/* @font-face {
    font-family: 'inter';
    src: url('fonts/Inter-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
} */

/* Semi-Bold (600) */
/* @font-face {
    font-family: 'inter';
    src: url('fonts/Inter-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
} */

/* Bold (700) */
/* @font-face {
    font-family: 'inter';
    src: url('fonts/Inter-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
} */

/* Extra Bold (800) */
/* @font-face {
    font-family: 'inter';
    src: url('fonts/Inter-ExtraBold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
} */

/* Black (900) */
/*
@font-face {
    font-family: 'inter';
    src: url('fonts/Inter-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
} */

/**************************************** CSS style *************************************************/


/* General Style */
h1 {
	font-family: 'demo_local';
    
}


h2 {
    font-family: 'demo_local';
	
}


h3 {
    font-family: 'demo_local';
	
}


h4 {
    font-family: 'demo_local';
	
}


h5 {
	font-family: 'demo_local';
}


h6 {
	font-family: 'demo_local';
}

p, span {
    font-family: 'demo_local' !important;
}

a {
    font-family: 'demo_local';
	
}



input {
    font-family: 'demo_local' !important;
}

.rev_slider_title {
    font-family: "Fira sans (Local)" !important;
    font-size: 66px !important;
    font-weight: 600 !important;
    line-height: 79.2px !important;


}


.milasian_title {
    font-family: "Milasian Circa (Local)";
}


.title_min_height_150 {
    min-height: 150px;
}

.title_min_height_50 {
    min-height: 50px;
}

.home_card_description_height_200 {
    min-height: 200px;
}


/* Contact forme style */




.kontakt_input_simple {
	height: 85px;
	border-radius : 10px !important;
	border: none !important;
}


.kontakt_input_simple::placeholder {
	font-family: 'demo_local' !important;
	font-size: 20px;
	line-height: 31px;
	font-weight: 500 !important;
}

.kontakt_label {
		font-family: 'demo_local' ;
	font-weight: 500;
	font-size: 24px;
	line-height: 31px;
margin-bottom: 5px !important;

}



.kontakt_textearea_simple {
	height: 253px;
}

.kontakt_submite {
	background-color: #005A96;
	border: none;
	border-radius: 10px;
	height: 102;
	width: 100%;
	font-family: 'demo_local';
font-weight: 700;
font-size: 28px;
line-height: 31px;
	color: #fff;
	height: 70px;

}

.kontakt_submite:focus , .kontakt_submite:hover {
	background-color: #6E8296;
}

.wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #6E8296 !important;
}


.kontact_checkbox .wpcf7-list-item-label {
	font-family: 'demo_local' !important ;
	font-weight: 500;
	font-size: 18px;
	line-height: 31px;
}


























/* Used CSS for Sliders Style */



/*____________________________*/




/* CSS Meida  */




@media  (max-width: 1024px) {

  
}

@media only screen and (max-width: 767px) {
    
    .kontakt_label {
        font-size: 12px;
    }

    .kontakt_input_simple {
        height: 30px;
    }
	.kontakt_textearea_simple {
		height: 90px !important;
	}
    .kontakt_input_simple:placeholder {
        font-size: 11px;
    }
	
	.kontakt_submite {
		font-size: 16px;
		height: 45px;
	}
	
	.kontakt_input_simple::placeholder {
		font-size: 11px;
		line-height: 31px;
	}
	
	.kontact_checkbox .wpcf7-list-item-label {
		font-size: 13px;
	}
	
	.elementor-flip-box__layer , .elementor-flip-box {
		height: 200px !important;
	}
	
	.elementor-flip-box__front .elementor-flip-box__image {
		text-align: center !important;
	}
	


}


@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    
}


@media only screen and (min-width: 1025px) and (max-width: 1280px) and (orientation: landscape) {
   
}
  
  




p {
    font-family: 'demo_local' !important;
}

.mehr_button a{
  	width: 100%;
  	height: 102px;
  	line-height: 50px !important;
}

.header_button a {
	width: 270px;
	height: 76px;
	line-height: 42px !important;
}

.trp-ls-shortcode-current-language, .trp-ls-shortcode-language {
	border: none !important;
}




