/*
Theme Name: FreztechCNC
Theme URI: 
Author: Marcin Skiba
Author URI: 
Description: Brand theme of Freztech CNC company
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfive
Text Domain: freztechcnc
Tags: 
*/

header.wp-block-template-part {
    top: 0px;
    position: sticky;
    z-index: 10;
    background-color: #efefef;
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.15);
}

.wp-block-button__link:hover {
    opacity: 80% !important;
}

.wpcf7 
{
	color: #000000
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
    background-color: #fff;
    color: #555;
    width: 100%;
	font-size: 20px;
	border: 1px solid gray;
	padding: 3px;
}
.wpcf7 input[type="submit"]
{
	font-size: 22px;
	padding: 15px;
	margin: 0 auto;
	width: 100%;
	background: black;
	color: #efefef;
	border-radius: 9999px;
	border: none;
	cursor: pointer;
}
.wpcf7 input[type="submit"]:hover
{
	opacity: 80%;
}
.wpcf7 input[type="file"]
{
	font-size: 16px;
	padding: 25px 0px 25px 25px;
	border: 3px dashed gray;
	background-color: lighter;
	margin-bottom: 10px;
}
.my_justify {
	text-align:justify !important;
}
a.anchor {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}

.funded_ue img{
	max-width: 15vw !important;
}
@media (max-width: 600px) {
  .funded_ue img{
	  min-width: 15vw !important;
	  width: 15vw !important;
	  display:block;
	}
}
@media (max-width: 800px) {
  .funded_ue img{
	  min-width: 10vw !important;
	  width: 10vw !important;
	  display:block;
	}
}
@media (max-width: 1000px) {
  .funded_ue img{
	  min-width: 10vw !important;
	  width: 10vw !important;
	  display:block;
	}
}
@media (min-width: 1000px) {
  .funded_ue img{
	  min-width: 5vw !important;
	  width: 5vw !important;
	  display:block;
	}
}


