/*
Theme Name: Eskenzi PR
Author: TCMarketing
Template: salient
Version: 0.1
*/

/*-------------------------------------------------------
 _______  _______  ___   _  _______  __    _  _______  ___         _______  ______   
|       ||       ||   | | ||       ||  |  | ||       ||   |       |       ||    _ |  
|    ___||  _____||   |_| ||    ___||   |_| ||____   ||   |       |    _  ||   | ||  
|   |___ | |_____ |      _||   |___ |       | ____|  ||   |       |   |_| ||   |_||_ 
|    ___||_____  ||     |_ |    ___||  _    || ______||   |  ___  |    ___||    __  |
|   |___  _____| ||    _  ||   |___ | | |   || |_____ |   | |   | |   |    |   |  | |
|_______||_______||___| |_||_______||_|  |__||_______||___| |___| |___|    |___|  |_|
                                                                  
[Table of Contents]

1. Body
2. Header
	2.1. Navigation
3. Main
	3.1. Content
	3.2. Sidebar
4. Footer
	4.1 Bottom Bar
5. Responsive Fixes
6. Contact Forms
7. Podcasts

--------------------------------------------------------*/

/* 1. Body */

/* 2. Header */

	/* 2.1. Navigation */

	.off-canvas-menu-container.mobile-only {
		display: none !important;
	}

/* 3. Main */

	/* 3.1. Content */

	.border-left {
		border-left: 1px solid white;
		padding-left: 35px;
	}

	.ult_modal-content {
		border: none !important;
		box-shadow: none !important;
	}
	.ult_modal-header {
		border-bottom: none !important;
	}

	/* 3.2. Sidebar */

/* 4. Footer */

.textwidget .testimonial_slider .image-icon {
    display: none;
}

#footer-outer .testimonial_slider blockquote p {
    font-size: 15px;
    color: #e3e3e3;
    text-align: left;
    line-height: 25px;
}

#footer-outer .testimonial_slider span {
    color: #e3e3e3;
    text-align: left;
}

#footer-outer .testimonial_slider .controls ul li span.pagination-switch:hover, #footer-outer .testimonial_slider .controls ul li span.pagination-switch.active {
    background-color: #e3e3e3;
}

#footer-outer .testimonial_slider .controls ul li span.pagination-switch {
    border: 1px solid #e3e3e3;
}

#footer-outer .testimonial_slider .controls ul {
    text-align: left;
}

	/* 4.1 Bottom Bar */

	.span_5 {
		width: 60%;
	}

	.span_7 {
		width: 38%;
	}

/* 5. Responsive Fixes */

@media only screen and (min-width: 1000px){
 .desktop-hide {
   display: none !important;
}
}

@media only screen and (min-width: 0px) and (max-width: 1000px){
 .mobile-hide {
   display: none !important;
}
}

/* 6. Contact Forms */



/* 7. Podcasts */

.single-podcasts .post-featured-img {
    display: none;
}

.single-podcasts .comment-wrap {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body .single-podcasts .sc-artwork.sc-artwork-placeholder-3 {
    background-image: none !important;
    background-color: white !important;
}

#header-secondary-outer li {
    opacity: 0.75 !important;
}


#header-secondary-outer li:not(.current):hover {
    opacity: 1 !important;
}

body.material #header-secondary-outer nav > .sf-menu {
    padding: 9px 0 0 0 !important;
}

.material #header-secondary-outer[data-lhe="animated_underline"] nav > .sf-menu > li > a:hover::after {
    -ms-transform: scaleX(0) !important;
    -webkit-transform: scaleX(0) !important;
    transform: scaleX(0) !important;
}

#slide-out-widget-area li {
    display: inline-block;
}