/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/*GENERAL*/

.fusion-button span,
.fusion-menu li a span,
h1,
h2,
h3 {
	text-transform: uppercase;
}

/*HEADER*/

#mobile-menu-main li a {
	display: flex;
	align-items: center;
}

#mobile-menu-main li a span {
	font-weight: 800;
}

.fusion-mobile-menu-icons a {
	font-size: 35px!important;
}

header .mymenu_container ul {
	padding-left: 0;
	list-style: none;
}

header .mymenu_container ul li {
	display: inline-block;
	margin-right: 10px;
	width: 45px!important;
	height: 45px!important;
	position: relative;
}

header .mymenu_container ul li:last-child {
	margin-right: 0;
}

header .mymenu_container ul li:nth-child(3):before,
header .mymenu_container ul li:nth-child(2):before,
header .mymenu_container ul li:nth-child(1):before {
	background-image: url('/wp-content/uploads/2022/01/Truebike-_FB.svg');
	background-repeat: no-repeat;
	content: "";
	width: 100%!important;
	height: 100%!important;
	display: block;
}

header .mymenu_container ul li:nth-child(2):before {
	background-image: url('/wp-content/uploads/2022/01/Truebike-_IG.svg');
}

header .mymenu_container ul li:nth-child(3):before {
	background-image: url('/wp-content/uploads/2022/01/Truebike-_PT.svg');
}

header .mymenu_container ul li a {
	font-size: 0;
	width: 45px!important;
	height: 45px!important;
	position: absolute;
	top: 0;
	left: 0;
}

header .fusion-header .fusion-clearfix {
	display: none;
}

/*FOOTER*/

.fusion-copyright-content .fusion-copyright-notice > div {
	display: flex;
	justify-content: space-between;
}

/*HOMEPAGE*/

.features-column .ikona img {
	width: 115px;
	height: 115px;
}

/*SUBPAGES*/

.order-form-button .fusion-button span {
	font-size: ;
}

.order-form-button .fusion-button {
	display: flex;
    align-items: center;
    justify-content: center;
}

.order-form-button .fusion-button:before {
	content: url('/wp-content/uploads/2022/01/Truebike-_order-form.svg');
	width: 65px;
	height: 65px;
	margin-right: 20px;
}

.logo-zvisle img {
	width: 365px;
}

form.wpcf7-form ::placeholder {
	font-weight: 800;
	color: #727271!important;
}

form.wpcf7-form .col-sm-6 textarea,
form.wpcf7-form .col-sm-6 input {
	background-color: #000!important;
	border: none!important;
	border-radius: 0!important;
	color: #727271!important;
}

form.wpcf7-form .col-sm-6 input {
	height: 35px;
	width: 100%!important;
}

form.wpcf7-form .col-sm-12 {
	text-align: center;
	margin-top: 30px;
}

.wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0;
}

form .wpcf7-submit {
	text-transform: uppercase!important;
	padding-left: 60px!important;
	padding-right: 60px!important;
}

.contact-info {
	display: flex;
	justify-content: space-between;
}

.contact-info div {
	display: flex;
	align-items: center;
}

.contact-info > div {
	/*width: 33.33%!important;*/
}

.contact-info a,
.contact-info p {
	color: #fff;
	font-weight: 800;
	font-size: 16px;
	margin-bottom: 0!important;
	padding-left: 20px;
}

/*404 ERROR PAGE*/

.error-page.chyba-404 {
	padding: 250px 0;
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
}

.error-page.chyba-404 p {
	font-size: 25px;
	font-weight: bold;
}

/*MEIDA QUERIES*/

@media only screen and (min-width: 1201px) {

	header .fusion-header .fusion-row {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	header .fusion-header .fusion-row:before,
	header .fusion-header .fusion-row:after {
		display: none;
	}

}


@media only screen and (max-width: 1350px) {

	#menu-main li {
		padding-right: 20px!important;
	}

}

@media only screen and (max-width: 1200px) {

	.mymenu_container {
		position: absolute;
		left: 500px;
		top: 5px;
	}

	header .mymenu_container ul li {
		margin-right: 7px;
		width: 30px!important;
		height: 30px!important;
	}

	header .mymenu_container ul li a {
		width: 30px!important;
		height: 30px!important;
	}

	header .mymenu_container ul li:nth-child(3):before,
	header .mymenu_container ul li:nth-child(2):before,
	header .mymenu_container ul li:nth-child(1):before {
		background-size: 30px;
	}

}

@media only screen and (max-width: 1024px) {

	.fusion-fullwidth.fusion-parallax-fixed {
		/*background-attachment: fixed!important;*/
	}

	main {
		padding-bottom: 40px!important;
	}

	.fusion-layout-column .fusion-gallery .fusion-gallery-column {
		padding: 10px!important;
	}

	.fusion-layout-column .fusion-gallery {
		margin: -10px!important;
	}

	form .col-sm-12 {
		text-align: left!important;
	}

	.contact-info {
		flex-direction: column;
	}

	.contact-info .mail,
	.contact-info .adresa {
		margin-bottom: 20px;
	}

}

@media only screen and (max-width: 960px) {

	.fusion-header {
		padding-top: 40px!important;
	}

	.fusion-header .fusion-row {
		position: unset!important;
	}

	.mymenu_container {
		left: unset;
		right: 30px;
		top: 0;
	}

	header .mymenu_container ul li {
		margin-right: 5px;
		width: 25px!important;
		height: 25px!important;
	}

	header .mymenu_container ul li a {
		width: 25px!important;
		height: 25px!important;
	}

	header .mymenu_container ul li:nth-child(3):before,
	header .mymenu_container ul li:nth-child(2):before,
	header .mymenu_container ul li:nth-child(1):before {
		background-size: 25px;
	}

	.fusion-layout-column .fusion-gallery .fusion-gallery-column {
		width: 33.33%!important;
	}

}

@media only screen and (max-width: 800px) {

	.to-top-right #toTop {
		right: 30px!important;
		bottom: -3px!important;
	}

	.fusion-copyright-content .fusion-copyright-notice > div {
		flex-direction: column;
	}

	.fusion-copyright-content .fusion-copyright-notice .links {
		margin-top: 5px;
	}

}

@media only screen and (max-width: 640px) {


	.fusion-footer-copyright-area,
	.fusion-header,
	.fusion-fullwidth {
		padding-left: 15px!important;
		padding-right: 15px!important;
	}

	.mymenu_container {
		right: 15px;
	}

}

@media only screen and (min-width: 538px) {

	.image-mobil {
		display: none!important;
	}
}

@media only screen and (max-width: 537px) {

	.bike-bg-container {
		background-image: none!important;
		padding-left: 0!important;
		padding-right: 0!important;
		height: auto!important;
	}

}

@media only screen and (max-width: 400px) {

	.fusion-logo img {
		width: 250px!important;
	}

}

