/*
 Theme Name:   Fildisi Child
 Theme URI:    http://themeforest.net/user/euthemians
 Description:  Fildisi Child Theme
 Version:      2.3.10
 Author:       Euthemians Team
 Author URI:   http://euthemians.com
 Template:     fildisi
*/


.page-id-3921 header {
	background: rgba(255,255,255,0.3);
}

/* ===================== Home page ==============================*/

.eut-blog {
	margin: 60px 0 30px 0 !important;
}

article, aside {
	margin: 0 0 30px 0 !important;
}

.sz-secondary-color {
	color: #F9A61C;
}

.sz-text-center {
	text-align: center;
}

.sz-text-14 {
	font-size: 14px;
}

.sz-text-light {
	color: #fff;
}

.sz-btn-custom {
	border-color: #f9a61c !important;
}

.sz-btn-custom:hover {
	border-color: #36373b !important;
}

.sz-relative {
	position: relative;
}

/* -------------- Menu ----------------- */

#eut-header .eut-horizontal-menu.eut-arrow ul.eut-menu .menu-item-has-children > a {
	padding-right: 0;
}

/*  --------- Banner ----------- */
.sz-banner-text p {
	font-size: 20px;
}

/* ----------- Services ----------- */

.sz-services {
	position: relative;
	transition: all ease .5s;
}

.sz-services:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
	transition: all ease .3s;
}

.sz-services:hover:before {
	background: rgba(0,0,0,0.1);
}

.sz-services:hover {
	box-shadow: 2px 4px 6px black;
}

.sz-services  .sz-service-heading {
	position: relative;
	letter-spacing: 4px;
}

.sz-services  .sz-service-heading a {
	height: 380px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.sz-services:hover .sz-service-heading a {
	color:#f9a61c;
	opacity: 1;
}

/* ----------- About ----------- */

.sz-section-title {
	position: relative;
	display: inline-block;
}

/* .sz-section-title {
	border-bottom: 1px solid #f9a61c;
} */

.sz-section-title:before {
	content: "";
	height: 4px;
	width: 100%;
	position: absolute;
	background-color: #f9a61c;
	bottom: 0;
	left: 0;
}

div:has(>div.fluid-width-video-wrapper) {
	padding-top: 0 !important;
}

/* ------- Footer -------------- */
#eut-footer .eut-footer-wrapper {
	z-index: 5;
	box-shadow: 0 0 2px 0px rgba(0,0,0,.5);
}

#block-13 {
	margin-bottom: 0;
}

.sz-footer-logo {
	margin-bottom: 20px;
}

#eut-footer .eut-footer-bar {
	padding-bottom: 20px;
	padding-top: 20px;
}

#nav_menu-3 {
	margin-left: 35%;
}

#nav_menu-4 {
	margin-left: 20%;
}

.eut-copyright p {
	font-size: 14px;
}

#eut-footer .widget {
	margin-bottom: 20px;
}

/* ====================== Home Page End ==================== */

/* ====================== About Page ==================== */

.sz-about-primary-image {
	border-right: 5px solid #fff;
	border-bottom: 5px solid #fff;
	z-index: 3;
	position: absolute;
	top: -10%;
	right: 20%;
	left: -10%;
	border-radius: 10px;
	overflow: hidden;
	transform: rotate(3deg);
}

.sz-about-secondary-image {
	z-index: 1;
	margin-top: 5%;
	border-radius: 10px;
	overflow: hidden;
	transform: rotate(-3deg);
}

/* .sz-text-light h4 {
	color: #fff;
} */


/* ====================== About Page End ==================== */

/* =======================Product page ======================== */

#eut-content .eut-box-icon.eut-side-icon h6.eut-box-title,
#eut-content .eut-box-icon.eut-extra-small .eut-wrapper-icon{
	line-height: inherit;
}

/* =======================Product page end ======================== */

/* ====================== Contact Page ==================== */

/*  ---------------- Form --------------------- */

#eut-theme-wrapper .eut-fields-round input, 
#eut-theme-wrapper .eut-fields-round textarea, 
#eut-theme-wrapper .eut-fields-round select {
	border-color: #f9a61c;
	color: #36373b !important;
}

#eut-theme-wrapper .eut-fields-round input::placeholder, 
#eut-theme-wrapper .eut-fields-round textarea::placeholder, 
#eut-theme-wrapper .eut-fields-round select::placeholder {
	color: #36373b !important;
}

#eut-theme-wrapper .eut-fields-round input[type="submit"]:hover {
	color: #fff !important;
}
/* ====================== Contact Page end ==================== */


/* ====================== Blog Page ==================== */

/* -------------- Blog Sidebar ------------------  */
.single-post .eut-single-wrapper .eut-content-wrapper {
	margin: 60px 0 30px 0;
}

#eut-main-content .eut-main-content-wrapper {
	padding: 0;
}

.wp-block-search__inside-wrapper input[type="search"] {
	margin-bottom: 0 !important;
	border-color: #f9a61c !important;
}

.wp-block-search__inside-wrapper button[type="submit"] {
	margin: 0 !important;
	width: 140px;
	color: #36373b !important;
}

.wp-block-search__inside-wrapper button[type="submit"]:hover {
	color: #fff !important;
}

#eut-sidebar {
	padding: 20px;
	background: #eaeaeaba;
}
/* ====================== Blog Page End ==================== */

/* ====================== Project Page ==================== */

.sz-project-cover {
	border-top: 1px solid #eaeaea;
	padding: 0 20px;
}

.sz-project-cover .sz-project-text {
	position: relative;
}

.sz-project-cover .sz-project-text:after {
	content: "";
	height: 10px;
	width: 10px;
    position: absolute;
    z-index: 5;
    margin: -5px 0 0 -5px;
    top: 50%;
    right: -5px;
    left: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	background: #fff;
}

.sz-project-cover .sz-project-image {
	position: relative;
	z-index: 0;
}

.eut-single-porfolio {
	margin: 60px 0 !important;;
}

.eut-single-porfolio #eut-single-media.eut-portfolio-media.eut-with-sidebar {
	padding-bottom: 30px;
}


/* ====================== Project Page End ==================== */

/* ------------ Responsive ------------ */

@media only screen and (min-width: 1400px) {
	.sz-banner-wrapper {
		padding:150px 0 !important;
	}
	
	.sz-video-banner {
		padding:280px 0 !important;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1400px) {
	.sz-video-banner {
		padding:150px 0 !important;
	}
}

@media only screen and (max-width: 1023px) {
	#eut-content.eut-right-sidebar #eut-sidebar {
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.widget_nav_menu {
		margin-left: 0;
	}
	
	#nav_menu-3,
	#nav_menu-4{
		margin-left: auto;
	}
	
	
}