/*
Theme Name: Direct DJ
Description: Direct Dj Theme on Divi
Author:  Al Di Girolamo
Author URI:  https://aldigirolamo.fr
Template: Divi
Version:  1.0
*/

/* =Theme customizations
------------------------------------------------------- */
/*404*/

/*Vertical align */
.ds-vertical-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ds-bottom-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.ds-top-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.ds-central-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
}

/*Blurb Clik*/
.blurb_click {
  cursor: pointer;
}

/* Hide top header on scroll by Geno Quiroz
#top-header {
    z-index: 9;}
#main-header{
transition: 0.5s;
-moz-transition: 0.5s;
-webkit-transition: 0.5s;}
#main-header.et-fixed-header {
top: 0 !important;}

Main Header Menu Styling
Fixing Jump Issu
#page-container {
    padding-top: 108px !important;
    }
#main-header {
    top: 49px !important;
    } */

/*Font-styling*/


/**Classe de couleur**/


/*To Top Button*/
.et_pb_scroll_top.et-pb-icon {
}
.et_pb_scroll_top.et-pb-icon:hover {
}


/*Menu Fixe Bug*/
/*Full Width*/
.et_fullwidth_nav #main-header .container {
    padding-right: 8% !important;
    padding-left: 8% !important;
}

/* Hide top header on scroll by Geno Quiroz */
#top-header {
    z-index: 9;}
#main-header{
transition: 0.5s;
-moz-transition: 0.5s;
-webkit-transition: 0.5s;}
#main-header.et-fixed-header {
top: 0 !important;}

/*Fonts */
.alt-t {
    font-family: 'Qwigley',Helvetica,Arial,Lucida,sans-serif;
}
h1 .alt-t {
    font-size: 150px;
    display: block;
    letter-spacing: 0.05em;
    padding-bottom: 40px;
}
.h2 {
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.4em !important;
}

/*Btn */
.et_pb_button_module_wrapper a.et_pb_button {
    padding: 0.7em 1.5em !important;
}
.et_pb_button_module_wrapper a.et_pb_button:hover {
    padding: 0.7em 1.5em !important;
}

/*Home*/
.testi-slider-dj img {
    border-radius: 100%;
}

.btn-calendly.et_pb_button, .btn-calendly.et_pb_button:hover  {
    padding: 0.7em 1.5em !important;
}


/*Blog*/
.ddd-blog1 article .post-meta:after {
    content: "";
    display: block;
    height: 3px;
    width: 50px;
    margin: 30px auto 0;
    background-color: #f9b700;

}
  
#page-container .ddd-blog1 article .post-content {
    padding-top: 20px !important;
}

#page-container .ddd-blog1 article h2,
#page-container .ddd-blog1 article .post-meta,
#page-container .ddd-blog1 article .post-content{
    transition: 0.3s;
}

#page-container .ddd-blog1 article:hover h2,
#page-container .ddd-blog1 article:hover .post-meta,
#page-container .ddd-blog1 article:hover .post-content{
    transform: translate(0,-30px);
}

.ddd-blog1 article .post-meta a:hover{
    opacity: 0.5;
}


.ddd-blog1 article .entry-featured-image-url{
    max-height: 403px;
    overflow: hidden;
}

#page-container .ddd-blog1 article a.more-link:hover,
.ddd-blog1 .pagination a:hover{
    opacity: 0.5;
}
#page-container .ddd-blog1 article a.more-link{
    color: #f9b700 !important;
    text-transform: capitalize !important;
    margin-top: 10px !important;
}
.ddd-blog1 .pagination a{
    color: #f9b700 !important;
}

/*Blog home */
#blog-home .et_pb_blog_grid .et_pb_post {
    border: 0px solid #D8D8D8;
}
#blog-home h2.entry-title a {
    padding: 20px;
    background: #fff;
    margin-top: -40px;
    z-index: 9999 !important;
    position: relative;
    display: block;
    transition: all ease-in-out .15s;
}
#blog-home h2.entry-title a:hover {
  transform: translateY(-10px);
}
#blog-home .et_pb_image_container, #blog-home .et_pb_image_container a {
    margin-bottom: 0px !important;
}
.wpl-logo.slick-slide {
    min-height: 225px !important;
    display: flex !important;
	padding: 20px !important;
    align-items: center !important;
    background-color: #fff !important;
}
.logo-carousel-free .wpl-logo img {
    width: 100% !important;
    height: 100% !important;
}

.et_pb_module.et_pb_toggle.et_pb_toggle_close {
    border-radius: 60px;
}
.et_pb_module.et_pb_toggle.et_pb_toggle_open {
    border-radius: 0px;
}
.et_pb_toggle_title {
    padding-right: 0px !important;
}
.et_pb_toggle_title:before {
  display:none;
}
.et_pb_module.et_pb_toggle li {
	
}
.et_pb_toggle ul {
    padding-left: 0px;
    list-style: none;
}
.et_pb_toggle ul a{
    transition : all ease-in-out .15s;
	color:#252525;
}

.et_pb_toggle ul a:hover{
    color:#f9b700;
}
.small-in-title {
    font-size: 14px;
    display: block;
    line-height: 1.1em;
}
.blog-cate-ctn {
    display: flex;
    justify-content: center;
}
.blog-cate-ctn a {
    padding: 15px 20px;
    border: 1px solid #f9b700;
    margin-left: 8px;
    margin-right: 8px;
    transition: all ease .15s;
}
.blog-cate-ctn a:hover {
 	background-color : #f9b700;
    color:#ffffff !important;
}
.blog-module .post-content {
    padding-bottom: 40px !important;
}

/**RESPONSIVE -----------------------**/
/* Tablets in landscape mode (981-1100px) */
@media only screen and ( max-width: 1100px ) { 
    h1 .alt-t {
        font-size: 100px;
    }
}

/* Tablets in portrait mode (768-980px) */
@media only screen and ( max-width: 980px ) {
    #page-container .ddd-blog1 article h2{
        padding-top: 40px !important;
    }
    #page-container .ddd-blog1 article h2,
    #page-container .ddd-blog1 article .post-meta,
    #page-container .ddd-blog1 article .post-content{
        padding-left: 30px !important;
        padding-right: 30px !important;
    }


    .ddd-blog1 article .post-meta:after {
        margin: 14px auto 0;
    }

    #page-container .ddd-blog1 article .post-content {
        padding-top: 10px !important;
    }
}

/* Smartphones in landscape mode (480-768px) */
@media only screen and ( max-width: 767px ) {
    h1 .alt-t {
        font-size: 60px;
    }
    .ddd-blog1 .et_pb_row{
        width: 90% !important;
    }
	.et_pb_slide_image, .et_pb_slide_video {
    display: block !important;
	}
	.blog-cate-ctn {
    display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	}
	.blog-cate-ctn a{
    margin-bottom:10px;
	}
}

/* Smartphones in portrait mode (0-479px) */
@media only screen and ( max-width: 479px ) {
    #page-container .ddd-blog1 article h2{
        padding-top: 30px !important;
    }
    #page-container .ddd-blog1 article h2,
    #page-container .ddd-blog1 article .post-meta,
    #page-container .ddd-blog1 article .post-content {
        padding-left: 20px !important;
        padding-right: 20px !important;
        max-width: 90%;
    }
}