/*
Theme Name:		 LazyProf
Description:	 LazyProf is a child theme of Busiprof
Author:			 Simon JOUAN
Author URI:		 https://jouan.ovh
Template:		 busiprof
Version:		 1.1.0
Text Domain:	 lazyprof
*/

/*
    custom styles here
*/
@font-face {
    font-family: 'FontAwesome';
    src: url('../busiprof/css/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../busiprof/css/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../busiprof/css/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../busiprof/css/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../busiprof/css/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../busiprof/css/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.custom-logo {
    width: 138px;
    height: auto;
}

picture.item {
    display: flex;
    justify-content: center;
    height: 70vh;
}

picture.item img {
    display: block;
    height: 100%;
    width: auto;
    max-width: none;
}

@media (max-width: 1099px) {
    .caret {
        width: 100% !important;
        height: 100% !important;
        border: none !important;
        margin-top: 0 !important;
        margin-right: 0 !important;
    }

    .caret:after {
        margin-top: 10px;
        margin-right: 10px;

        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 2px;
        vertical-align: middle;
        border-top: 4px dashed;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;

        content: "";
        position: absolute;
        right: 0;
    }
}

#myTestimonial.carousel {
    height: 450px;
}
