/*
Theme Name: Eldon Child
Theme URI: https://eldon.qodeinteractive.com
Description: A child theme of Eldon
Author: Edge Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: eldon
Template: eldon
*/

/*----20-05-2022 ----*/
.page-id-108 {
	padding: 0px!important;
}
.feature_portfolio .qodef-shortcode .qodef-grid-inner .qodef-e-inner {
    border: none;
}
.feature_portfolio .qodef-shortcode .qodef-grid-inner .qodef-e-inner .qodef-e-content a {
    color: #fff!important;
}
header#qodef-page-header div#qodef-page-header-inner .qodef-header-wrapper nav.qodef-header-navigation {
    border-left: none;
    border-right: none;
}
.storybox_clients {
	font-size:60px;
	line-height:60px;
}
.page-id-209 .wpcf7-submit {
    margin-top: 20px !important;
}
.animation_brand .elementor-element {
    background: #000;
    transition: all 0.5s;
}
.animation_brand .elementor-widget-wrap:hover .animate_logo {
    visibility: hidden;
    opacity: 0;
}
.animation_brand .animate_hoverlogo {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.animation_brand .elementor-widget-wrap:hover .animate_hoverlogo {
    visibility: visible;
    opacity: 1;
}
.storybox_clients .qodef-shortcode {
    color: #fff;
}

@media only screen and (max-width:1024px) {
.switch {
    display: none;
}
}

@media only screen and (max-width:480px) {
.storybox_clients {
    font-size: 34px;
    line-height: 40px;
}
}




/*---portfolio design ---*/
.portfolio_custom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.portfolio_custom .postfolios_grids {
    width: 25%;
	position:relative;
}
.portfolio_infos ul li {
    list-style: none;
    text-align: center;
    color: #fff;
    padding: 0 4px;
}
.portfolio_infos ul {
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
}
.portfolio_infos h4 {
    text-align: center;
    color: #fff;
}
.portfolio_infos {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	cursor: pointer;
    text-align: center;
    opacity: 0;
    transform: translate3d(15px, 0, 0);
    transition: opacity 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), 0.6s transform cubic-bezier(0.18, 0.79, 0.48, 0.99);
}
.portfolio_custom .postfolios_grids:hover .portfolio_infos {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
.portfolio_custom .postfolios_grids:hover img {
    filter: blur(5px);
}
.portfolio_custom .postfolios_grids img {
    transition: all 2s;
}
.framesourceid .modal-content {
	background: transparent;
	box-shadow: none;
	border: none;
}
.framesourceid .modal-header {
	border: none;
	padding: 0px;
}
.framesourceid .modal-content .modal-body {
	padding: 0px;
	border: 1px solid #0000004f;
}
.framesourceid button.close span {
    color: #fff;
    opacity: 1;
    padding: 10px 0px 0px;
    font-size: 44px;
    font-weight: 400;
    line-height: normal;
}
.animation_brand .elementor-element {
    background: #000;
    transition: all 0.5s;
}
.animation_brand .elementor-widget-wrap:hover .animate_logo {
    visibility: hidden;
    opacity: 0;
}
.animation_brand .animate_hoverlogo {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.animation_brand .elementor-widget-wrap:hover .animate_hoverlogo {
    visibility: visible;
    opacity: 1;
}


@media (min-width: 980px){
.modal-dialog {
    width: 1024px!important;
}
}

@media only screen and (max-width: 1024px) {
.portfolio_custom .postfolios_grids {
    width: 50%;
}		
}


@media only screen and (max-width: 470px) {
.portfolio_custom .postfolios_grids {
    width: 100%;
}