
/*==================== Header CSS ====================*/
header.main-header {
	z-index: 999;
	top: 0px;
	width: 100%;
	position: fixed;
}

header.main-header.small-header {
	background: #5c181b;
}

header.main-header.small-header .menu-top li a {
	color: #fff;
}

header.main-header.small-header .menu-top li.current-menu-item a, header.main-header.small-header .menu-top li.current-menu-ancestor a {
	border-bottom: 1px solid #fff;
}

header.main-header.small-header .menu-top li.current-menu-ancestor:before {
	border-color: #fff !important;
}

.small-header {
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.main-header.small-header .search-icon svg, .main-header.small-header .search-icon svg path {
	fill: #fff;
}

.top-menuc {
	border-bottom: 1px solid #929292;
}

.top-logo img, .top-logo svg {
	display: block;
	width: 100%;
}

.ph-number {
	margin-left: 15px;
}

.ph-number a {
	color: #fff;
	display: inline-flex;
	align-items: center;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	background: #5c181b;
	padding: 15px 25px;
}

.menu {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
}

/*========= Header Search CSS END =========*/
.search-row {
	position: relative;
}

.search-icon {
	cursor: pointer;
	transition: all ease-in-out .45s;
	width: 18px;
	height: 18px;
	line-height: 18px;
	padding-left: 30px;
	/* position: absolute;
    right: -20px;
    top: 23px; */
	padding-left: 20px;
}

.search-icon svg, .search-icon img {
	width: 18px;
	height: 18px;
	fill: #5c181b;
}

.search-icon svg path {
	fill: #5c181b;
}

.header-search-box {
	position: fixed;
	background-color: #fff;
	width: 100%;
	transition: all .5s ease 0s;
	opacity: 0;
	height: 0;
	top: 0;
	right: 0;
}

.header-search-box.open-search {
	opacity: 1;
	height: 145px;
	z-index: 999999;
}

.header-search-box span.closebtn {
	cursor: pointer;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	right: 20px;
	width: 35px;
	height: 35px;
}

.header-search-box span.closebtn::before, .header-search-box span.closebtn::after {
	position: absolute;
	content: "";
	height: 30px;
	width: 2px;
	background-color: #000;
}

.header-search-box span.closebtn::before {
	transform: rotate(45deg);
}

.header-search-box span.closebtn::after {
	transform: rotate(-45deg);
}

.header-search-box span.closebtn:hover::before, .header-search-box span.closebtn:hover::after {
	background-color: #5c181b;
}

.header-search-box .search-input-wrap .searchform {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 70%;
	margin: 0 auto;
	width: 100%;
}

.header-search-box input.search {
	height: 55px;
	color: #000;
	padding: 8px 58px 8px 10px;
	border: none;
	border-bottom: 1px solid #ddd;
	width: 100%;
}

.header-search-box input.search:focus ~ .msg-side-form {
	display: none;
}

#site-searchs {
	top: 0;
	position: absolute;
	right: 0px;
	width: auto;
	height: 55px;
	border: none;
	padding: 13px 20px;
	line-height: 38px;
	cursor: pointer;
	background: none;
}

#site-searchs svg, #site-searchs img {
	width: 20px;
	height: 20px;
}

#site-searchs svg, #site-searchs svg path {
	fill: #1e191a;
}

/*========= Header Search CSS END =========*/

/*==================== Header CSS END ====================*/

/*========= Nav Multiple CSS =========*/
.menu-top {
	position: relative;
	margin: 0px;
}

ul.menu-top li {
	display: inline-block;
	margin: 0;
	color: #fff;
	position: relative;
	padding: 10px 18px;
	line-height: normal;
}

ul.menu-top li.current-menu-item a, ul.menu-top li.current_page_parent a {
	/*text-decoration: underline;*/
	color: #5c181b;
}

ul.menu-top li.current_page_parent .sub-menu a {
	text-decoration: none;
}

ul.menu-top > li.menu-item-has-children {
	padding-right: 30px;
}

ul.menu-top li:first-child {
	padding-left: 0;
}

ul.menu-top li ul {
	display: none;
}

.menu-top li a {
	color: #000;
	position: relative;
	text-decoration: none;
	font-weight: 400;
	text-transform: capitalize;
	font-size: 16px;
	line-height: 20px;
	cursor: pointer;
	font-size: 15px;
}

.menu-top li a:hover, .main-menu .menu-top .current-menu-ancestor > a {
	transition: .3s ease-in-out all;
	color: #5c181b;
}

.main-menu .menu-top .current-menu-ancestor::before, .main-menu .menu-top .sub-menu .current-menu-parent:after, .main-menu .menu-top .sub-menu .current-menu-item:after {
	border-color: #5c181b !important;
}

.main-menu .menu-top .sub-menu .current-menu-parent > a, .main-menu .menu-top .sub-menu .current-menu-item > a {
	background-color: #fff !important;
	color: #5c181b !important;
}

/* .menu-top li a:hover::before{
    position: absolute;
    content: "";
    background: #fff;
    left: 0;
    right: 0;
    bottom: -5px;
    height: 2px;
} */
.menu-top li a:hover::before, .menu-header>ul>li.current_page_item > a::before, .menu-header>ul>li.current_page_ancestor > a::before {
	width: 100%;
}

/* .menu-header>ul>li.current_page_item > a::before, .menu-header>ul>li.current_page_ancestor > a::before {
    position: absolute;
    content: "";
    background: #fff;
    left: 0;
    right: 0;
    bottom: -5px;
    height: 2px;
} */
#mainNav>li.menu-item-has-children::before {
	content: "";
	right: 12px;
	position: absolute;
	top: 50%;
	width: 7px;
	height: 7px;
	transform: rotate(45deg) translateY(-50%);
	-webkit-transform: rotate(45deg) translateY(-50%);
	-moz-transform: rotate(45deg) translateY(-50%);
	-o-transform: rotate(45deg) translateY(-50%);
	-ms-transform: rotate(45deg) translateY(-50%);
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	transform-origin: 5px 0px;
}

.small-header .menu-top::before {
	display: none;
}

.sub-menu li.menu-item-has-children {
	position: relative;
}

.menu-top li > .sub-menu > li.menu-item-has-children:after {
	content: "";
	right: 7px;
	position: absolute;
	top: 50%;
	width: 7px;
	height: 7px;
	transform: rotate(-45deg) translateY(-50%);
	-webkit-transform: rotate(-45deg) translateY(-50%);
	-moz-transform: rotate(-45deg) translateY(-50%);
	-o-transform: rotate(-45deg) translateY(-50%);
	-ms-transform: rotate(-45deg) translateY(-50%);
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform-origin: 0 2px;
}

ul.menu-top li:hover > ul {
	display: block;
	position: absolute;
	top: 100%;
	border: 1px solid rgba(255, 255, 255, .2);
}

ul.menu-top li:hover li {
	float: none;
}

.sub-menu li ul.sub-menu {
	position: absolute;
	background-color: #5c181b;
	z-index: 99;
	top: 0 !important;
	left: 100%;
}

.menu-top li ul li {
	border-top: 0;
	display: block;
	margin: 0;
}

ul.menu-top li .sub-menu li ul.sub-menu li > a {
	background: #5c181b;
}

ul.menu-top li .sub-menu li ul.sub-menu li > a:hover, ul.menu-top li .sub-menu li ul.sub-menu li.current-menu-item > a {
	background: #5c181b;
}

ul.menu-top li:hover li a:hover, .menu-top ul.sub-menu li.current_page_item a {
	background: #000;
}

ul.menu-top ul ul {
	left: 100%;
}

.sub-menu {
	background: #5c181b;
	min-width: 230px;
	text-align: left;
}

ul.menu-top li .sub-menu li {
	padding: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}

ul.menu-top li .sub-menu li:last-child {
	border-bottom: none;
}

ul.menu-top li .sub-menu li a {
	font-size: 13px;
	padding: 9px 10px;
	text-transform: capitalize;
	line-height: normal;
	margin: 0;
	color: #fff;
	border: none;
	display: block;
	font-weight: 300;
}

ul.menu-top li .sub-menu li a:hover {
	border: none;
}

ul.menu-top li .sub-menu li a:hover::before, ul.menu-top li .sub-menu li a:hover::after {
	display: none;
}

.pointer-hide a {
	pointer-events: none;
}

.submenu-scroll .sub-menu {
	overflow-y: scroll;
	height: 450px;
}

.submenu-scroll .sub-menu::-webkit-scrollbar-track {
	background-color: #fff;
}

.submenu-scroll .sub-menu::-webkit-scrollbar {
	width: 4px;
	background-color: #fff;
}

.submenu-scroll .sub-menu::-webkit-scrollbar-thumb {
	background-color: #5c181b;
}

.main-header.small-header #mainNav>li.menu-item-has-children:before {
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

/*========= Nav Multiple CSS END =========*/

/*==================== Footer CSS ====================*/
.footer {
	background: url("https://www.davidholublaw.com/nitropack_static/HeqXYLgAvFdRtJlBKbhnLSHDtYLfxqho/assets/images/optimized/rev-13be5c9/www.davidholublaw.com/wp-content/themes/holub/img/footer.webp") no-repeat;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 150px;
}

.footer.nitro-lazy {
	background: none !important;
}

.footer-logo img {
	max-width: 192px;
	width: 184px;
	height: auto;
	margin-bottom: 30px;
}

.footer-logo p {
	font-size: 14px;
	line-height: 28px;
	color: #fff;
	font-weight: 300;
}

.footer-heading {
	font-size: 28px;
	line-height: 35px;
}

.footer-heading.left-border-title:after {
	width: 60px;
	background-color: #fff;
}

.quick-links {
	padding-left: 30px;
}

.footer-nav ul {
	display: block;
	display: inline-block;
}

.footer-nav ul li {
	padding: 0px 0px 14px 0px;
	line-height: normal;
	margin-right: 10px;
}

.footer-locations .footer-nav ul li a {
	position: relative;
}

.footer-nav ul li a:hover, .footer-nav ul li.current-menu-item a {
	text-decoration: underline;
}

.menu-footer-practice a {
	position: relative;
}

.menu-footer-practice a::after {
	position: absolute;
	background: url("https://www.davidholublaw.com/wp-content/themes/holub/img/btn_arw_red.svg") no-repeat;
	position: absolute;
	content: "";
	top: 15px;
	right: 24px;
	width: 16px;
	height: 16px;
	background-size: cover;
}

.footer-nav ul li a {
	padding: 0px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	text-transform: capitalize;
	color: #fff;
}

.sociallink ul {
	display: flex;
	list-style-type: none;
}

.sociallink ul li {
	margin-right: 18px;
	width: 18px;
	height: 18px;
}

.sociallink ul li:last-child {
	margin-right: 0px;
}

.sociallink ul li a svg, .sociallink ul li a img {
	width: 18px;
	height: 18px;
	transition: all .3s ease-in-out;
}

.sociallink ul li a.twitter svg, .sociallink ul li a.twitter svg path {
	fill: #fff;
}

.sociallink ul svg g {
	opacity: 1;
}

.footer .new_phone {
	display: none;
}

.nap-address-item:last-child {
	margin-bottom: 0px;
}

.nap-title {
	font-size: 18px;
	line-height: 23px;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #fff;
}

.nap-title a {
	color: #821327;
}

.nap-info, .nap-address {
	margin-bottom: 20px;
	padding-left: 30px;
	font-size: 16px;
	line-height: 32px;
	color: #fff;
}

.nap-address, .nap-info a {
	position: relative;
}

.nap-box.nap-address svg {
	left: 0px;
	top: 5px;
}

.nap-address .direction-link {
	font-size: 14px;
	line-height: 21px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 1);
}

.nap-address .direction-link:hover {
	text-decoration: underline;
}

.nap-address .direction-link svg {
	right: -41px;
	left: auto !important;
	width: 27px;
	height: 27px;
	top: -4px;
}

.nap-info a {
	font-weight: 400;
	display: inline-block;
	text-decoration: underline;
	font-size: 16px;
	line-height: 32px;
	color: #fff;
}

/* .nap-info a:hover, .nap-address .direction-link:hover{
    font-weight: 600;
} */
.nap-box svg, .nap-box img {
	width: 15px;
	height: 20px;
	position: absolute;
	left: -30px;
	top: -25px;
}

.copyright-text {
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	color: #fff;
	padding-bottom: 15px;
}

.copyright-text p {
	color: #fff;
	padding-right: 15px;
}

.copyright-text a {
	color: #fff;
	margin-left: 17px;
	padding-left: 15px;
}

.copyright-text .disclaimer {
	border-left: 1px solid #7d8387;
}

.copyright-text a:hover {
	text-decoration: underline;
}

/*==================== Footer CSS END ====================*/

/*================ IE CSS =================*/
@media all and (-ms-high-contrast:none) {
	.menu-top::before {
		bottom: 12px;
	}
}

/*================ IE CSS END =================*/

/*================ Contact Page CSS =================*/
.light-bg {
	background: #fcfcfc;
}

.map-section {
	position: relative;
	display: block;
}

.map-section iframe {
	height: 550px;
	display: block;
}

.map-section .address-listing .loc-title {
	font-weight: 400;
	font-size: 24px;
	line-height: 36px;
	text-transform: capitalize;
	color: #000;
}

.map-section .address-listing {
	background: #fff;
	box-shadow: 5px 4px 25px rgba(0, 0, 0, .25);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9;
	padding: 10px 20px;
	max-width: 330px;
	width: 100%;
}

.map-section .address-listing .direction-link {
	font-weight: 400;
	text-transform: capitalize;
	color: #1b75bc;
	border-bottom: 1px solid #1b75bc;
	display: inline-block;
	margin-top: 7px;
}

.map-section .address-listing .direction-link:hover {
	color: #000;
	border-bottom: 1px solid #000;
}

/*================ Contact Page CSS END =================*/

/*================ Practice Areas Page CSS =================*/

/* .practice-page .practice-list-wraper {
    padding: 32px 15px;
    text-align: center;
    border: 1px solid #CFCFCF;
    height: 100%;
	-webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    position: relative;
}
.practice-page .practice-list {
    padding-top: 40px;
}
.practice-page .practice-link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.practice-page .practice-heading {
    font-size: 24px;
    font-weight: 600;
}
.practice-page .practice-list-icon {
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto;
    position: relative;
}
.practice-page .practice-list-icon::before {
    position: absolute;
    content: "";
    background: rgba(8, 27, 51, 0.04);
    right: -5px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    bottom: 0px;
}
.practice-page .practice-list-icon img, .practice-page .practice-list-icon svg {
    width: 70px;
    height: 70px;
	position:relative;
	z-index:9;
}
.practice-page .practice-list-icon svg path {
    fill: #1b75bc;
}
.practice-page .read-arrow {
    position: absolute;
    right: 20px;
    bottom: 10px;
    width: 25px;
    height: 25px;
}
.practice-page .read-arrow img, .practice-page .read-arrow svg {
    width: 25px;
    height: 25px;
}
.practice-page .read-arrow svg path {
    fill: #fff;
}
.practice-page .practice-list-wraper:hover {
    background: #1b75bc;
    color: #fff;
    box-shadow:0px 0px 58px 3px rgba(0, 0, 0, 0.1);
    transform: scale(1.05);
}
.practice-page .practice-list-wraper:hover .practice-list-icon svg path{
    fill: #fff;
}
.practice-page .practice-list-wraper:hover .practice-list-icon::before{
	background: rgba(8, 69, 117, 0.29);
} */

/*================ Practice Areas Page CSS END =================*/
ul.three-col {
	column-count: 3;
}

.podcast-img, .podcast-img img {
	width: 100%;
}

.podcast-left-col, .podcast-right-col {
	display: flex;
}

.podcast-right-col {
	align-items: center;
}

.podcast-img img {
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.podcast-about-section .left-border-title:after {
	width: 152px;
}

.podcast-about-section {
	background: url("https://www.davidholublaw.com/nitropack_static/HeqXYLgAvFdRtJlBKbhnLSHDtYLfxqho/assets/images/optimized/rev-13be5c9/holubstg.wpenginepowered.com/wp-content/themes/holub/img/bg.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.border-center .left-border-title {
	text-align: center;
}

.border-center .left-border-title:after {
	right: 0;
	margin: auto;
}

.podcast-partner-row {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.listen-us-section {
	width: 100%;
	position: relative;
}

.podcast-page .btn, .book-header-wrap .btn, .podcast-right-col .btn {
	padding-left: 20px;
	padding-right: 20px;
}

.podcast-page .btn svg, .book-header-wrap .btn svg, .podcast-right-col .btn svg {
	margin-left: 7px;
	width: 25px;
	position: relative;
	top: -1px;
}

.podcast-parner-logo {
	height: 70px;
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.podcast-parner-logo img {
	width: auto;
	max-width: 80%;
}

.book-header-wrap {
	align-items: center;
	padding: 0 15px;
}

.book-right-col .w-100 {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

.book-desc-wrap .h3 {
	position: relative;
	margin-bottom: 10px;
	color: #5c181b;
	font-size: 40px;
	line-height: normal;
	font-weight: 400;
	font-family: "Bebas Neue";
	text-transform: uppercase;
	margin-top: 20px;
}

.book-slider-col .bookimage {
	height: 285px;
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: center;
	background-image: radial-gradient(circle, #e7e7e7, #dcdcdc, #d0d0d0, #c5c5c5, #bababa);
	padding: 25px;
}

.book-slider-col .bookimage img {
	width: auto;
	max-width: initial;
	height: 100%;
	display: inline-block;
}

.book-slider-col {
	box-shadow: 0px 0px 21px rgba(0, 0, 0, .1);
	padding: 15px;
	width: 100%;
	position: relative;
}

.book-slider-row .item {
	margin-top: 40px;
}

.book-desc-wrap, .podcast-desc-wrap {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.book-desc-wrap p, .podcast-desc-wrap p {
	margin: 0;
	padding-right: 55px;
	color: #000;
	line-height: 30px;
}

.book-desc-wrap .buy-link {
	position: absolute;
	color: #5c181b;
	font-size: 20px;
	font-weight: 400;
	font-family: "Bebas Neue";
	text-transform: uppercase;
	margin-top: 15px;
	display: inline-block;
	line-height: normal;
	bottom: 0;
	right: 0;
}

.book-desc-wrap .buy-link:hover {
	color: #000;
}

.book-slider-section .book-prev, .book-slider-section .book-next {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -60px;
	height: 42px;
	width: 42px;
	background: 0 0;
	border: 1px solid #5c181b;
	background-image: url("https://www.davidholublaw.com/nitropack_static/HeqXYLgAvFdRtJlBKbhnLSHDtYLfxqho/assets/images/optimized/rev-13be5c9/holubstg.wpenginepowered.com/wp-content/themes/holub/img/arrow-red.svg");
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: center;
	margin-top: auto;
	margin-bottom: auto;
	font-size: 0px;
	margin-left: auto;
}

.book-slider-section .book-prev.nitro-lazy, .book-slider-section .book-next.nitro-lazy {
	background-image: none !important;
}

.book-slider-section .book-next {
	left: 0;
	right: -60px;
}

.book-slider-section .book-prev {
	transform: rotate(180deg);
	top: 0;
}

.book-slider-section {
	position: relative;
	width: 100%;
	margin-top: 40px;
}

.book-slider-row .item {
	margin-top: 0;
	width: 100%;
	padding: 15px;
}

.dropdown ul {
	display: none;
	width: 100%;
}

.dropdown .js-link {
	background: 0 0;
	color: #5c181b;
	border: 1px solid #5c181b;
	font-size: 16px;
	font-weight: 600;
	padding: 14px 15px;
	position: relative;
	width: 100%;
	border-radius: 0;
	text-align: left;
	display: block;
	height: 50px;
	line-height: normal;
	text-transform: uppercase;
	text-shadow: none;
	cursor: pointer;
}

.dropdown ul.js-dropdown-list {
	position: absolute;
	top: 100%;
	z-index: 1;
	border: 2px solid #ccc;
	background: #fff;
	border-radius: 4px;
	left: -1px;
	width: 100%;
}

.dropdown ul.js-dropdown-list a {
	padding: 9px 15px;
	font-weight: 500;
	color: #5c181b;
	line-height: normal;
}

.dropdown ul.js-dropdown-list a:hover {
	background: #5c181b;
	color: #fff;
}

.book-left-col .left-border-title {
	margin-bottom: 0;
}

.podcast-page {
	background: #f4f4f4;
	width: 100%;
	position: relative;
	margin-top: 30px;
}

.podcast-right-side-btn .dropdown {
	margin: 0;
	width: 290px;
	position: relative;
	display: flex;
	align-items: center;
	height: 50px;
	border-radius: 5px;
	flex-direction: column;
	background-color: #fff;
	background-image: url("https://www.davidholublaw.com/nitropack_static/HeqXYLgAvFdRtJlBKbhnLSHDtYLfxqho/assets/images/optimized/rev-13be5c9/holubstg.wpenginepowered.com/wp-content/themes/holub/img/down-arrow-red.svg");
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: 95% 50%;
}

.podcast-right-side-btn .dropdown.nitro-lazy {
	background-image: none !important;
}

.podcast-right-side-btn .dropdown ul {
	display: none;
	border-top: .1em solid #c0cdd1;
}

.podcast-right-side-btn>.w-100 {
	display: flex;
	justify-content: flex-end;
}

.dropdown .js-link a {
	font-size: 16px;
	color: #5c181b;
	padding: 0;
	text-transform: uppercase;
	cursor: pointer;
	text-shadow: none;
	font-weight: 600;
}

.podcast-listing .slick-slider .slick-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -60px;
	height: 42px;
	width: 42px;
	background: 0 0;
	border: 1px solid #5c181b;
	background-image: url("https://www.davidholublaw.com/nitropack_static/HeqXYLgAvFdRtJlBKbhnLSHDtYLfxqho/assets/images/optimized/rev-13be5c9/holubstg.wpenginepowered.com/wp-content/themes/holub/img/arrow-red.svg");
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: center;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
}

.podcast-listing .slick-slider .slick-arrow.nitro-lazy {
	background-image: none !important;
}

.podcast-listing .slick-slider .slick-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -60px;
	height: 42px;
	width: 42px;
	background: 0 0;
	border: 1px solid #5c181b;
	background-image: url("https://www.davidholublaw.com/nitropack_static/HeqXYLgAvFdRtJlBKbhnLSHDtYLfxqho/assets/images/optimized/rev-13be5c9/holubstg.wpenginepowered.com/wp-content/themes/holub/img/arrow-red.svg");
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: center;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
}

.podcast-listing .slick-slider .slick-arrow.nitro-lazy {
	background-image: none !important;
}

.podcast-listing .slick-slider .slick-prev.slick-arrow {
	transform: rotate(180deg);
	top: -42px;
}

.podcast-listing .slick-next.slick-arrow {
	left: 0;
	right: -60px;
}

.podcast-listing .slick-slider .slick-prev:hover, .podcast-listing .slick-slider .slick-next:hover {
	background-image: url("https://www.davidholublaw.com/nitropack_static/HeqXYLgAvFdRtJlBKbhnLSHDtYLfxqho/assets/images/optimized/rev-13be5c9/holubstg.wpenginepowered.com/wp-content/themes/holub/img/arrow-white.svg");
	background-color: #5c181b;
}

.podcast-listing .slick-slider .slick-prev:hover.nitro-lazy, .podcast-listing .slick-slider .slick-next:hover.nitro-lazy {
	background-image: none !important;
}

.book-slider-section .book-prev:hover, .book-slider-section .book-next:hover {
	background-image: url("https://www.davidholublaw.com/nitropack_static/HeqXYLgAvFdRtJlBKbhnLSHDtYLfxqho/assets/images/optimized/rev-13be5c9/holubstg.wpenginepowered.com/wp-content/themes/holub/img/arrow-white.svg");
	background-color: #5c181b;
}

.book-slider-section .book-prev:hover.nitro-lazy, .book-slider-section .book-next:hover.nitro-lazy {
	background-image: none !important;
}

.podcast-listing .slick-list .slick-track {
	margin-left: inherit;
}

.podcast-listing {
	width: 100%;
	position: relative;
	margin: 25px 0;
	margin-top: 50px;
}

.podcast-desc-wrap .podcast-name {
	margin: 0;
	padding-right: 0;
	color: #000;
	line-height: 30px;
	margin-bottom: 20px;
}

.podcast-slider-wrap .btn:hover {
	background: #000;
	color: #fff;
}

.podcast-slider-wrap .btn img, .podcast-slider-wrap .btn svg {
	display: block;
	margin-left: 10px;
	width: 25px;
	height: 24px;
}

.podcast-post-item {
	padding: 15px;
	width: 100%;
	position: relative;
}

.podcast-page .btn.d-inline-block {
	margin-top: 25px;
}

.our-books-content {
	margin-top: 30px;
}

.podcast-post-item .podcast-slider-wrap {
	box-shadow: 0px 0px 21px transparent;
	padding: 15px;
	width: 100%;
	background: 0 0;
	height: 282px;
	position: relative;
	background-color: #f1f1f1;
}

.podcast-post-item .podcast-slider-wrap .podcast-desc-wrap {
	height: 100%;
	position: relative;
}

.podcast-post-item .podcast-slider-wrap .podcast-desc-wrap a.btn {
	position: absolute;
	bottom: 0;
}

.podcast-post-item:hover .podcast-slider-wrap, .slick-slide.slick-current.slick-active .podcast-post-item .podcast-slider-wrap {
	background: #fff;
	box-shadow: 0px 0px 21px rgba(0, 0, 0, .1);
}

.podcast-page .audio-player {
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
	padding: 16px;
	text-align: center;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}

.podcast-page .audio-player audio {
	width: 100%;
	outline: none;
}

.podcast-page .audio-controls {
	margin-top: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.podcast-page .audio-controls button {
	background-color: #007bff;
	color: #fff;
	border: none;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	margin: 0 8px;
	cursor: pointer;
}

.podcast-page .audio-controls button:hover {
	background-color: #0056b3;
}

.podcast-page .audio-controls button:focus {
	outline: none;
}

.podcast-page .audio-info {
	margin-top: 8px;
	font-size: 14px;
	color: #666;
}

.podcast-header-wrap {
	padding: 0 15px;
}

.audio-col-wrap {
	padding: 0 30px;
	margin-top: 40px;
}

.podcast-desc-wrap .h3, .audio-col-wrap .h3 {
	position: relative;
	margin-bottom: 10px;
	color: #5c181b;
	font-size: 40px;
	line-height: normal;
	font-weight: 400;
	font-family: "Bebas Neue";
	text-transform: uppercase;
	margin-top: 0;
}

.audio-col-wrap .podcast-name {
	padding-left: 46px;
}

.audio-col-wrap .h3 {
	position: relative;
	background: url("https://www.davidholublaw.com/nitropack_static/HeqXYLgAvFdRtJlBKbhnLSHDtYLfxqho/assets/images/optimized/rev-13be5c9/www.davidholublaw.com/wp-content/themes/holub/img/play-icon-red.svg");
	background-repeat: no-repeat;
	background-position: 0 7px;
	background-size: 35px;
	padding-left: 46px;
}

#testimonialslider .slick-arrow {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	background: #5c181b;
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.breadcrumb a {
	color: #5c181b;
}

.breadcums-section {}

.trail_lawyer .img-block svg {
	transition: all .5s ease-in-out;
}

.trail_lawyer .img-block:hover svg {
	transform: scale(1.3);
}

.trail_lawyer .img-block:hover svg path {
	fill: #5c181b;
}

.trail_lawyer .img-block:hover svg circle {
	fill: #fff;
	stroke: #5c181b;
}

.practice-page .post-content {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	overflow: hidden;
	-webkit-box-orient: vertical;
}

.pagination .nav-links *:hover, .pagination .nav-links .next.page-numbers:hover {
	background-color: #000 !important;
	color: #fff !important;
}

.item-video {
	height: 95%;
	position: relative;
}

.post-content_wrap .read_btn {
	position: absolute;
	bottom: 30px;
}

.about-video-wrap:hover .video-play-icon {
	transform: scale(1.3);
}

.video-play-icon {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .5s ease-in-out;
}

.about-video-wrap {
	position: relative;
}
