/*
 Theme Name:   The Successful Male
 Theme URI:    https://thesuccessfulmale.com
 Description:  Child Theme for Divi
 Author:       David Jeffries
 Author URI:   https://purposedpress.com
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/
.et_pb_menu .et_pb_menu__menu>nav>ul, .et_pb_menu .et_pb_menu__menu>nav>ul>li{
	display: block;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls .owl-page span{
	border-radius: 0;
	border: none;
	background: #b20000;
}
.owl-theme .owl-controls .owl-page span{
	width: 7px;
    height: 7px;
    margin: 5px 2px;
	font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
}
#tss_testimonial, #tss_name{
	font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
	letter-spacing: 1px;
	font-weight: 500;
}

h2 {
	font-family: "Playfair Display"; 
	font-style: normal; 
	font-variant: normal; 
}


/*----------------------------------------------*/
/*-------Random Header Image-------*/
/*----------------------------------------------*/


/*Hide the arrows and dot navigation*/

.ds-random-header .et-pb-arrow-prev,
.ds-random-header .et-pb-arrow-next,
.ds-random-header .et-pb-controllers {
    display: none;
}


/*Disable the image lightbox*/

.ds-random-header .et_pb_gallery_items {
    pointer-events: none;
}


/*Position the CTA on top of the gallery module and centralise the content*/
/*Remove this if you are not using a CTA*/

.ds-random-header-cta {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/*Change the aspect ratio and centralise the images on smaller screens*/
/*Try your header with and without this media query and see which prefer*/

@media only screen and (max-width: 1279px) {
    .ds-random-header .et_pb_gallery_item {
        width: auto;
        right: 50%;
    }
}

/*----------------------------------------------*/
/*-----End Random Header Image-----*/
/*----------------------------------------------*/
