/*
Theme Name:     Logo Showcase Theme
Theme URI:      https://logo.crazyshowcase.com/
Description:    Create a long-lasting impression in minutes
Author:			 Crazy Domains
Template:		 Divi
Version:		 1.1.9
Text Domain:	 divi-child
*/

 
 
/* =Theme customization starts here
------------------------------------------------------- */

body {
    font-weight: normal !important;
}

.et_fixed_nav.et_show_nav #page-container {
    padding-top: -80px !important;
}


#about .box h2 {
    font-size: 40px;
    line-height: 1em;
    font-weight: bold;
    margin-bottom: 50px;    
}

/* #about .box img:hover {
    animation-name: spin3D;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
} */

#about .box .et_pb_blurb {
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
}

#about .box .et_pb_blurb:hover {
    transform: translate(0,-20px);
}

#main-footer #footer-widgets { display: none; }

.lwp-disable-link div:not(.et_pb_portfolio_filters) a {
    pointer-events: none;
    cursor: default;
    display: inline-block;
}

.et_pb_filterable_portfolio_grid .et_pb_portfolio_item img {
    transition: all .5s;
}

.et_pb_filterable_portfolio_grid .et_pb_portfolio_item img:hover {
    transform: scale(1.2);
}

.et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2 {
    display: none;
    transition: opacity 250ms ease-in;
    opacity: 0;
}

.et_pb_filterable_portfolio .et_pb_portfolio_item:hover h2 {
    position: absolute;
    line-height: 1.3em;
    text-align: center;
    background: rgba(0, 0, 0, 0.90);
    opacity: 1;
    height: 100%;
    width: 100%;
    top: 0;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    padding: 0 20px;
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {
    color: white;
    background: transparent;
    border: none;
    text-align: center;
    font-size: 13px;
    position: relative;
    transition: all 0.5s ease;
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {
    background-color: #f68020;
    color: white !important;
    border: none;
    border-radius: 0;
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {
    color: white;
    background-color: #f68020;
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a {
    border-radius: 0;
}

/* .et_pb_filterable_portfolio .et_pb_portfolio_filters ul {
    list-style-type: none!important;
    padding: 0;
    display: inline-block;
    text-align: center;
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li {
    float: none;
    font-size: 14px;
    line-height: 1em;
    display: inline-block;
    text-align: center;
} */



/* logo gallery */

.logo-gallery .et_pb_gallery_image {
    background: white;
    padding: 20px;
}

.logo-gallery .et_pb_gallery_pagination {
    border-top: none;
}

.logo-gallery .et_pb_gallery_pagination a.active { font-weight: bold; }


/*portfolio image aspect ratio landscape 4:3*/

.pa-portfolio-image-4-3 .et_portfolio_image {
  padding-top: 75%;
  display: block;
}

.pa-portfolio-image-4-3 .et_portfolio_image img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}


.et_pb_portfolio_item.et_pb_grid_item {
    margin-bottom: 3% !important;
    /* background: rgba(255, 255, 255, 0.10); */
    padding: 10px 0;
    min-height: 150px;
    background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(209,209,209,1) 100%);
}




/* Headings */

h3 {
    font-weight: normal !important;
}

h3 {
    display: flex;
    flex-direction: column;
}

h3::after {
    content: "";
    border-bottom: 3px solid #f68020;
    padding-top: 10px;
    width: 80px;
}

h3.white::after {
    content: "";
    border-bottom: 3px solid white;
    padding-top: 10px;
    width: 80px;
}

h3.border-center::after { margin: 0 auto; }

.heading, .heading2, .heading3 {
    font-size:150px;
    color: #414141;
    line-height: 100%;
}

.about-heading .heading { font-size: 120px; }

.heading span {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke:1px #f68020;
}

.heading2 span {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke:1px #f68020;
    position: absolute;
    top: -50px;
    left: -150px;
    z-index: -1;
}

.heading3 span {
    position: absolute;
    top: -50px;
    left: -150px; 
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke:1px white;
    z-index: -1;
}

.et_pb_scroll_top.et-pb-icon {
    background: rgba(246,128,32,0.75);
    /* background: rgba(0,0,0,0.5); */
    z-index: 99999;
    bottom: 100px;
    display: none;
    cursor: pointer;
    font-size: 60px;
    padding: 10px;
    color: #fff;
    border-radius: 100%;
    right: 20px;
}


@-webkit-keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}

@keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}

.scroll-down {
    -webkit-animation: action 1s infinite  alternate;
    animation: action 1s infinite  alternate;
}



#reviews {
    background: radial-gradient(-45deg, #f68020, #ff9933, #ff9933);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}




#faqs .et_pb_accordion .et_pb_toggle {
    margin-bottom: 20px !important;
}

#faqs .et_pb_toggle_open {
    padding: 15px 20px;
    border: none;
    border-bottom: 1px solid #eee;
}

#faqs .et_pb_toggle_close {
    background-color: white;
    padding: 15px 20px;
    border: none;
    border-bottom: 1px solid #eee;
}

#faqs .et_pb_toggle_title:before {
    content: "\e050";
    font-size: 18px;
    color: #f68020;
    top: 50%;
}

#faqs .faqs-image {
    margin-top: -200px;
    z-index: 99999;
    position: relative;
}

#faqs .faqs-gallery .et-pb-controllers,
#faqs .faqs-gallery .et-pb-slider-arrows {
    display: none;
}

.et_mobile_device .et-pb-arrow-next,
.et_pb_slider:hover .et-pb-arrow-next {
    right: -10px;
    opacity: 1;
}

.et_mobile_device .et-pb-arrow-prev,
.et_pb_slider:hover .et-pb-arrow-prev {
    left: -10px;
    opacity: 1;
}






/* Banner */

#banner .header-content h1 {
    font-size: 100px;
    line-height: 1.2em;
}




/* Text left of hamburger in the Theme Builder */
.et_mobile_nav_menu:before  {
    content: 'MENU';
    position: absolute;
    right: 40px;
    margin-top:5px;
    color: #444;
    font-size:16px;
}

/* Text left of hamburger in Divi 3 */
#et_mobile_nav_menu:before  {
    content: 'MENU';
    position: absolute;
    right: 33px;
    bottom:30px;
    color: #444;
    font-size:16px;
}

/* X icon in expanded mobile menu */
.mobile_nav.opened .mobile_menu_bar:before {
    content: '\4d';
}

/* Remove the top line in the mobile menu*/
.et_mobile_menu {
    border-top:0;
}

/* Center-align moble menu items */
.et_mobile_menu li {
    text-align:center !important;
}
  
.et_mobile_menu li li, .et_mobile_menu li ul {
    padding-left:0 !important;
}

/* Make mobile menu fullwidth */
.et_mobile_menu {
    min-width: 100vw;
    margin-left: -10vw;
}

html {
    height: -webkit-fill-available;
}

/* Remove the animation to avoid delay */
.mobile_nav.opened .et_mobile_menu {
    display:block !important;
}

.et_mobile_menu li a { border-bottom: none; font-size: 16px; padding: 15px 5%; }


.et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a {
    border-radius: 0;
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li {   
    padding: 2px;
}


.single-project .et_main_title h1 {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 100%;
}

.single-project #left-area{
    float: none;
    padding-right: 0;    
    width: 100%;
}

.single-project #sidebar,
.single-project .et_project_meta {
    display: none;
}


.single-project article.type-project img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: inherit;
    background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(209,209,209,1) 100%);
    padding: 5% 25%;
}

.et_right_sidebar #main-content .container:before { display: none; }



@media all and (min-width: 1405px) {

    #et-top-navigation #top-menu li a {
        font-size: 16px;
    }

}
    
/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1100px) and (max-width: 1405px) {
    
    .et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li>a,
    .et_header_style_split .et-fixed-header #et-top-navigation nav>ul>li>a {
        padding-bottom: 30px !important;
        padding-top: 5px;
    }

}
    

/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 981px) and (max-width: 1440px) {
    #main-header #logo {
        height: 40%;
    }

    #banner .header-content h1,
    .error404 .header-content h1 {
        font-size: 80px !important;
    }

    .et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li>a,
    .et_header_style_split .et-fixed-header #et-top-navigation nav>ul>li>a {
        padding-bottom: 30px !important;
        padding-top: 5px;
    }    

    .heading, .heading2, .heading3 { font-size:120px; }    

    #about .box h2 {
        font-size: 30px;
    }
    
    #about .box .et_pb_column  {
        padding-left: 20px;
        padding-right: 20px;
    }   
    
    .heading2 span,
    .heading3 span {              
        left: -80px;
    }   
    
    #faqs .faqs-image {
        margin-top: -100px;
    } 

    #faqs .faqs-accordion {
        padding-top: 40px!important;
        padding-right: 0!important;
        padding-bottom: 40px!important;
        padding-left: 40px!important;
    }   
  
}

/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {

    #et-top-navigation #top-menu li a {
        font-size: 14px;
    }

}

/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {
    #banner .header-content h1,
    .error404 .header-content h1 {
        font-size: 60px !important;
    }

    .heading, .heading2, .heading3,
    .about-heading .heading { font-size:90px; } 
    h3 { font-size: 30px !important; }   

    #about .box h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }   
    
    #about .box .et_pb_main_blurb_image .et_pb_image_wrap {
        max-width: 70%;
    }

    .heading span, .heading2 span, .heading3 span {
        top: -55px;
        left: 0;
    }    
    
    .et_pb_scroll_top.et-pb-icon {     
        font-size: 40px;
    }  
    
    #faqs .faqs-image {
        margin-top: -100px;
    } 

    #faqs .faqs-accordion {
        padding: 30px 30px 0 30px !important;
    }       
}

/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
    #banner .header-content h1,
    .error404 .header-content h1 {
        font-size: 60px !important;
    }

    .heading, .heading2, .heading3,
    .about-heading .heading { font-size:80px; } 
    h3 { font-size: 28px !important; }      

    #about .box h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }   
    
    #about .box .et_pb_main_blurb_image .et_pb_image_wrap {
        max-width: 70%;
    }   
    
    .heading span, .heading2 span, .heading3 span {
        top: -55px;
        left: 0;
    }   
    
    .et_pb_scroll_top.et-pb-icon {     
        font-size: 30px;
    }  
    
    #faqs .faqs-image {
        margin-top: -100px;
    } 

    #faqs .faqs-accordion {
        padding: 30px 30px 0 30px !important;
    }      
}

/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
    #banner .header-content h1,
    .error404 .header-content h1 {
        font-size: 40px !important;
    }
    .et_pb_fullscreen .et_pb_fullwidth_header_container { width: 100% !important; }

    .heading, .heading2, .heading3,
    .about-heading .heading { font-size:50px; } 
    h3 { font-size: 24px !important; }         

    #about .box h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }     
    #about .box .et_pb_main_blurb_image .et_pb_image_wrap {
        max-width: 60%;
    }    
    #about .box .et_pb_column  {
        padding-left: 20px;
        padding-right: 20px;
    } 
    
    .heading span, .heading2 span, .heading3 span {
        top: -55px;
        left: 0;
    } 
    
    .et_pb_scroll_top.et-pb-icon {     
        font-size: 20px;
    }  
    
    #faqs .faqs-image {
        margin-top: -100px;
    } 

    #faqs .faqs-accordion {
        padding: 20px 20px 0 20px !important;
    }      
    
}


@media all and (max-width: 425px) {
    .heading, .heading2, .heading3,
    .about-heading .heading {
        font-size: 40px;
    }
    .heading span, .heading2 span, .heading3 span {
        top: -45px;
        left: 0;
    }
}


@media all and (max-width: 320px) {
    #banner .header-content h1,
    .error404 .header-content h1 {
        font-size: 38px !important;
    }

    .heading, .heading2, .heading3,
    .about-heading .heading { font-size:35px; } 
    h3 { font-size: 22px !important; }         

    #about .box h2 {
        font-size: 22px;
    }     
    .et_pb_scroll_top.et-pb-icon {     
        font-size: 20px;
    }   
    
    .heading span, .heading2 span, .heading3 span {
        top: -40px;
        left: 0;
    } 
    
    #faqs .faqs-image {
        margin-top: -100px;
    } 

    #faqs .faqs-accordion {
        padding: 20px 20px 0 20px !important;
    }      
}




.error404 #main-header, .error404 #main-footer { display: none; }
.error404 #page-container { padding: 0 !important; }