
/************************************************************************/

/******** Font family used across the website as per checklist *********/

/************************************************************************/
:root {
	--color--color1: #c65200;
	--color--color2: #93a366;
	--color--color3: #585858;
	--color--color4: #252525;
	--font1: "DM Sans", serif;
	--title--font: "Lexend", serif;
}

body, html {
	height: 100%;
}

body {
	width: 100%;
	font-size: 16px;
	line-height: 2;
	overflow-x: hidden;
	position: relative;
	color: var(--color--color3);
	font-family: "Playfair Display";
}

/*** default placeholder ***/
::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #636363;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #636363;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: #636363;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #636363;
}

.wpa::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: rgba(255, 255, 255, .9);
	font-size: 15px;
}

.wpa::-moz-placeholder {
	/* Firefox 19+ */
	color: rgba(255, 255, 255, .9);
	font-size: 15px;
}

.wpa:-ms-input-placeholder {
	/* IE 10+ */
	color: rgba(255, 255, 255, .9);
	font-size: 15px;
}

.wpa:-moz-placeholder {
	/* Firefox 18- */
	color: rgba(255, 255, 255, .9);
	font-size: 15px;
}

div.wpcf7 .wpcf7-form .form-control::placeholder {
	color: var(--color--color3);
}

/*** default placeholder End***/
body, html {
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;
}

.hide {
	display: none;
}

:focus {
	outline: 0;
	outline: none;
}

a {
	color: var(--color--color1);
}

p:last-child {
	margin-bottom: 0;
}

p:first-child {
	margin-bottom: 1rem;
}

a:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	outline: none !important;
}

a, .btn, input, select, textarea, button, img {
	outline: 0 !important;
	box-shadow: none;
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {}

select {
	color: rgba(0, 0, 0, 0);
	text-shadow: 0 0 0 #000;
}

a img {
	outline: 0;
}

/* btn sec */
.btn, .elm-button {
	font-family: "DM Sans", serif;
	display: inline-block;
	padding: 14px 22px;
	width: auto;
	min-width: 160px;
	font-size: 16px;
	font-weight: 600;
	position: relative;
	background-color: var(--color--color1);
	cursor: pointer;
	border-radius: 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	text-transform: uppercase;
	color: #fff;
	border: 2px solid transparent;
	transition: .5s;
}

.btn:hover {
	background-color: var(--color--color2);
	color: #fff;
	border: 2px solid var(--color--color2);
}

.btn-lr-pd {
	padding-left: 50px;
	padding-right: 50px;
}

.elm-button {
	line-height: 24px !important;
	height: 56px;
	padding: 15px 55px;
	background: var(--color--color1);
	border: none;
}

.elm-wrapper {
	margin-top: 2rem;
}

.btn-full {
	min-width: 90%;
}

.elm-button:active, .elm-button:focus {
	background: #bd7e52;
	color: #fff;
}

.btn.focus, .btn:focus {}

b, strong {
	color: #000;
	font-weight: 600;
}

input, select, textarea {
	outline: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
}

[type=submit] {
	cursor: pointer;
}

a:hover, a:focus {
	text-decoration: none;
}

p:empty {
	display: none;
}

.titles {
	font-family: var(--title--font);
}

.title {
	color: #112239;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	position: relative;
	z-index: 1;
	line-height: 1.25;
	font-weight: 400;
	font-family: var(--title--font);
	color: var(--color--color4);
}

.heading {
	color: var(--color--color4);
}

h2 span, .h2 span, h1 span, .h1 span {
	font-weight: 400;
}

h1, .h1 {
	font-size: 60px;
}

h2, .h2 {
	font-size: 55px;
}

h3, .h3 {
	font-size: 45px;
}

h4, .h4 {
	font-size: 35px;
}

h5, .h5 {
	font-size: 30px;
}

h6, .h6 {
	font-size: 25px;
}

/* reset css */
.alignnone {
	margin: 5px 20px 20px 0;
}

.static-page-details h1 {
	font-size: 35px;
}

.static-page-details, .content-area {
	padding-right: 28px;
	letter-spacing: normal;
}

.static-page-details .wp-image-wrap img {
	padding: 5px;
	border: 1px solid #ccc;
}

.static-page-details h2 a {
	display: inline;
}

ul.menu-top li .aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
	opacity: 1;
	color: #800000;
}

/* reset default */

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: .875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* nav top menu css */
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.menu-top li {
	display: inline-block;
	position: relative;
	margin-left: 40px;
}

.nav-menu>.menu-top>li.menu-item-has-children {
	margin-right: 9px;
}

.menu-top li a {
	font-family: "DM Sans", serif;
	padding: 15px 5px;
	display: flex;
	align-items: center;
	text-decoration: none;
	position: relative;
	font-size: 16px;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	z-index: 1;
	letter-spacing: .05em;
}

.nav-menu .menu-top>li:hover>a:before, .nav-menu .menu-top>li.current-menu-item>a:before, .nav-menu .menu-top>li.current-menu-ancestor a:before {
	width: 31px;
	height: 7px;
}

.nav-menu .menu-top>li:hover>a, .nav-menu .menu-top>li.current-menu-item>a, .nav-menu .menu-top>li.current-menu-ancestor a {
	color: #fff;
}

.nav-menu .menu-top>li>a:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0px;
	left: 0px;
	right: 0;
	top: auto;
	bottom: 0;
	transition: all .2s ease-in-out;
	margin: auto;
	z-index: -1;
	background-image: url("https://dayfamilylaw.com/wp-content/themes/dayfamilylaw/img/li-bottom-icon.svg");
	background-repeat: no-repeat;
	background-position: center;
}

.nav-menu .menu-top > li.menu-item-has-children > a:before {
	left: -2px;
}

.nav-menu>.menu-top>li.menu-item-has-children:after {
	content: "";
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	display: inline-block;
	width: 7px;
	height: 7px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin: auto;
	position: absolute;
	right: -7px;
	top: 50%;
	bottom: 0;
	margin-top: -7px;
	z-index: 1;
}

.nav-menu>.menu-top>li.menu-item-has-children:hover:after, .nav-menu>.menu-top>li.current_page_item:after, .nav-menu>.menu-top>li.current_page_ancestor:after {
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

/* Display the dropdown */
ul.menu-top li:hover>ul {
	display: block;
}

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

ul.menu-top li:hover li a:hover {
	background: #fff;
	color: #000;
}

.menu-top li.current-menu-parent .sub-menu>li.current-menu-item>a {
	background: #fff;
	color: var(--color--color1);
}

.menu-top .sub-menu > li {
	border-bottom: none;
}

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

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

li#menu-item-327 a {
	text-transform: none;
}

/* Displays second level dropdowns to the right of the first level dropdown */
ul.menu-top ul ul {
	left: 100%;
	top: 0;
	position: absolute;
}

ul.menu-top li .sub-menu li {
	padding: 0;
	display: block;
	width: 100%;
}

.menu-top>li.menu-item-has-children>ul.sub-menu>li.menu-item-has-children>a:after {}

ul.menu-top li:hover li a:hover:before {
	border-left: 1px solid #2853c7 !important;
	border-bottom: 1px solid #2853c7 !important;
}

.menu-top {
	position: relative;
	width: 100%;
	transition: all ease-in-out .2s;
	display: flex;
}

.menu-top ul li {
	display: inline-block;
	position: relative;
}

.menu-top ul {
	text-align: left;
}

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

.menu-top li:last-child {
	margin-right: 0;
	padding-right: 0px;
}

.menu-top li a:hover {
	color: #fff;
}

.menu-top .sub-menu {
	background-color: var(--color--color1);
	min-width: 222px;
	text-align: left;
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .1);
}

.menu-top > li > ul.sub-menu:before {
	content: "";
	position: absolute;
	top: -10px;
	left: 0px;
	border-bottom: 10px solid rgba(42, 85, 202, .97);
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	width: 0;
	height: 0;
	opacity: 1;
	z-index: 5;
	display: none;
}

ul.menu-top li .sub-menu li a {
	font-size: 14px;
	padding: 8px 5px 8px 20px;
	line-height: 22px;
	margin: 0;
	color: #fff;
	border: none;
	font-weight: 400;
	text-shadow: none;
	filter: inherit;
}

ul.menu-top li .sub-menu li a:hover:after, .menu-top .sub-menu li.current-menu-parent > a:after {}

/*.menu-top li.current-menu-parent .sub-menu > li.current-menu-item > a:after{
    content: '';
    background: #79A132;
    position: absolute;
    height: 85%;
    width: 7px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto; 
}*/
ul.menu-top li .sub-menu li a:last-child {
	border-bottom: none;
}

.menu-header {
	position: relative;
	margin-bottom: 0;
	transition: all ease-in-out .2s;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-right: 15px;
}

.menu-header > ul > li > ul {
	transform: translateY(1.3rem);
	transition: all linear .1s;
	transition: all linear .1s;
	top: 100%;
	position: absolute;
	list-style: none;
	z-index: 1;
	margin: 0;
	padding: 0;
}

.menu-top .sub-menu > li.current_page_parent ul li a:hover {
	background: #fff;
	color: #2a55ca;
}

.menu-top .sub-menu li.current-menu-parent > a {
	background: #fff;
	color: #2a55ca;
}

.menu-top li.current-menu-parent .sub-menu > li.current-menu-item > a:after {}

header#header.small-header .menu-header > ul > li > ul {
	padding-top: 0;
	transition: all linear .1s;
}

.menu-header .sub-menu {
	visibility: hidden;
}

.menu-header ul li:hover>ul {
	opacity: 1;
	display: block;
	visibility: visible;
}

header#header.small-header .menu-top > li > a {}

.small-header .menu-header > ul > li > ul.sub-menu {
	transform: translateY(17px);
}

/* menu nav end */
.fullwidth {
	position: relative;
}

.section-pd, .common-padding {
	padding: 120px 0;
}

/*======= Header Search ======*/
.search-box-outer {
	width: 57%;
	margin-left: auto;
}

.search-icon {
	cursor: pointer;
	transition: all ease-in-out .45s;
	background-size: 18px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 19px;
	height: 19px;
	top: 5px;
	position: relative;
}

.close-search {
	cursor: pointer;
}

.search-bar {
	padding: 1px 0 10px 15px;
	margin-left: 0;
	color: #000;
	position: relative;
	width: auto;
	display: inline-block;
	margin-top: 0px;
}

.search-bar:before {
	content: "";
	background-color: #fff;
	position: absolute;
	height: 1.15em;
	left: 0;
	width: 1.5px;
	top: 50%;
	transform: translateY(-50%);
	display: none;
}

.search-bar-box {
	background-color: rgba(53, 163, 175, 0);
	position: relative;
	right: 0px;
	height: 3rem;
	border: 1px solid rgba(53, 163, 175, 0);
	border-bottom-color: #e9e9e9;
	z-index: 2;
	opacity: 1;
	width: calc(100% - 0em);
}

header#header.small-header .search-bar-box {
	top: 0;
}

#SiteSearchs img {
	width: 1.5em;
}

.browser-ie .search-bar-box, .browser-unknown .search-bar-box, .browser-ie .search-bar-box.active-bar, .browser-unknown .search-bar-box.active-bar {
	-webkit-transition: all ease-in-out 0s;
	-moz-transition: all ease-in-out 0s;
	-o-transition: all ease-in-out 0s;
	transition: all ease-in-out 0s;
}

.search-icon-form button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	background-size: 22px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 22px;
	height: 22px;
	top: 5px;
	position: relative;
	background-image: url("https://dayfamilylaw.com/wp-content/themes/dayfamilylaw/img/svgs/search.svg");
	transform: rotate(270deg);
}

.search-icon-form button.nitro-lazy {
	background-image: none !important;
}

.search-form-outer {
	width: 100%;
}

.search-icon-form {
	padding: 8px 15px;
	margin-left: 0;
	margin-right: 0;
	padding-right: 0;
}

.close-search .bar {
	background: #fff;
	border-radius: 0;
	display: block;
	height: 2px;
	width: 45px;
}

.close-search .bar:nth-of-type(2) {
	width: 25px;
	margin-bottom: 7px;
	margin-top: 7px;
	margin-left: auto;
}

.search-input-box {
	width: 100%;
}

.search-input-box input {
	padding-left: 0;
	padding-right: 0;
	color: #fff;
}

.search-input-box input:focus {
	outline: none !important;
	box-shadow: none !important;
}

#search-icon-bar .fa-search {
	color: #fff;
	font-size: 0;
}

.top-search-wrap {
	display: inline-block;
}

.search-input-box .form-control {
	padding: 15px !important;
	background-color: #fff !important;
	color: #76777a;
	border: none !important;
}

.search-icon-form .fa-search {
	color: #fff;
	font-size: 0;
}

/**Header Search End**/
div.wpcf7 .wpcf7-form .form-control {
	border-bottom: 1px solid rgba(88, 88, 88, .2);
	padding: 10px 0px;
	font-size: 16px;
	color: #000;
}

div.wpcf7 .wpcf7-form .wpcf7-text.wpcf7-email.form-control {
	text-transform: none;
}

div.wpcf7 .wpcf7-form .form-control:focus {
	border-bottom: 1px solid var(--color--color1);
}

.wpcf7 .wpcf7-response-output {
	border: 0 none !important;
	font-size: 11px;
	line-height: 1.3;
	position: absolute;
	left: 0;
	bottom: -25px;
	right: 0;
	color: #ca2222;
	font-weight: 400;
	width: 100%;
	background: #fff;
	padding: 3px !important;
	max-width: 450px;
	margin: auto !important;
	text-align: center;
	display: none !important;
}

.form-control, .form-control:focus {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #dadada;
	border-radius: 0;
	box-shadow: none;
	padding: .4rem 0rem;
	font-size: .9rem;
	height: 50px;
}

.wpcf7-form-control-wrap {
	display: inline-flex;
	width: 100%;
}

.wpcf7 .wpcf7-not-valid-tip, .wpcf7 label.error {
	color: #fff;
	font-weight: normal;
	display: block;
	position: absolute;
	bottom: 1px;
	right: 1px;
	font-size: 9px;
	background-color: #b30000;
	padding: 1px 5px;
	border-radius: 5px 0 0 0;
	line-height: normal;
	text-transform: capitalize;
	letter-spacing: 0px;
}

.wpcf7 .wpcf7-not-valid-tip {
	display: none !important;
}

.form-banner-404 .wpcf7 .wpcf7-not-valid-tip {
	padding: 2px 5px;
}

.wpcf7 {
	position: relative;
}

div.wpcf7 .ajax-loader {
	margin-left: auto;
	margin-right: auto;
	opacity: 1;
	z-index: 1;
	display: block;
}

.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
	color: #00772c;
}

textarea {
	resize: none;
	height: 7rem !important;
}

[type=submit], [type=submit]:focus {
	cursor: pointer;
	box-shadow: none;
}

.title span {
	color: #12699c;
	display: inline-block;
}

.center-line .title:after {
	right: 0;
}

div#html5-close {
	background-image: url("https://dayfamilylaw.com/wp-content/themes/dayfamilylaw/img/lightbox-close.png");
	background-size: auto;
	width: 31px;
	height: 34px;
	background-repeat: no-repeat;
}

div#html5-close.nitro-lazy {
	background-image: none !important;
}

div#html5-close img {
	display: none;
}

.list-style ul li {
	position: relative;
	padding-left: 45px;
	margin-bottom: 5px;
}

.list-style ul {
	position: relative;
	margin-bottom: 15px;
	margin-left: 0;
}

.list-style ul li:after {
	content: "";
	position: absolute;
	width: 25px;
	height: 16px;
	top: 8px;
	left: 0;
	border-radius: 50%;
	background-image: url("https://dayfamilylaw.com/nitropack_static/EFxyWGfhOkPxckJeUoNJFAQPMXfkbldN/assets/images/optimized/rev-5205f35/dayfamilylaw.com/wp-content/themes/dayfamilylaw/img/list-icon.svg");
}

/** Mobile Search Bar ***/
.close-btn {
	position: absolute;
	right: 22px;
	top: 5px;
	width: 22px;
	height: 22px;
	opacity: 1;
	z-index: 2;
}

.close-btn:hover {
	opacity: 1;
	cursor: pointer;
}

.close-btn:before, .close-btn:after {
	position: absolute;
	left: 15px;
	content: " ";
	height: 25px;
	width: 1px;
	background-color: #000;
}

.close-btn:hover:before, .close-btn:hover:after {
	opacity: 1;
	background-color: #000;
}

.close-btn:before {
	transform: rotate(45deg);
}

.close-btn:after {
	transform: rotate(-45deg);
}

body.mobile-search-active {}

.mobile-search-bar-box {
	display: none;
}

.mobile-search-bar-box {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 0%;
	z-index: 10000;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all ease-in-out .25s;
	border-radius: 0px;
}

.mobile-search-bar-box form {
	display: none;
}

.mobile-search-active .menu-top>li>a:before {
	background: transparent;
}

.mobile-search-active .mobile-search-bar-box form {
	display: block;
}

.mobile-search-active .mobile-search-bar-box {
	z-index: 999999;
	height: 100%;
}

.mobile-search-bar-box form {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	background: #fff;
}

.mobile-search-bar-box .search-icon-form img {
	width: 28px;
	max-width: 54px;
}

.search-input-box .form-control:focus {}

.mobile-search-bar-box .search-input-box {
	position: relative;
}

.req-error {
	margin: 0;
	color: #fff;
	font-weight: normal;
	display: block;
	position: absolute;
	bottom: 0px;
	right: 60px;
	font-size: 10px;
	background-color: #cd0b02;
	padding: 2px 5px;
	border-radius: 5px 0 0 0;
	line-height: 11px;
}

.search-wrap {
	cursor: pointer;
	margin: 0px 25px;
	display: flex;
	align-items: center;
}

.mobile-search-bar {}

.mobile-search-bar svg {
	width: 20px;
}

fill {
	width: 100%;
	height: 100%;
}

.mobile-search-bar svg path {
	fill: #000;
}

.small-header .mobile-search-bar {}

.mobile-search-bar img {
	cursor: pointer;
	position: relative;
}

.m-close-search .bar {
	background: #fff;
	border-radius: 0;
	display: block;
	display: none;
	height: 1px;
	width: 45px;
}

.m-close-search .bar:nth-of-type(2) {
	width: 25px;
	margin-bottom: 9px;
	margin-top: 9px;
}

.mobile-search-bar-box .search-icon-form {
	padding: 0;
	margin-left: 15px;
	margin-right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	position: absolute;
	right: 0px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.mobile-search-bar-box [type='submit'], .mobile-search-bar-box [type='submit']:focus {
	background-color: transparent;
}

.mobile-search-bar-box .search-input-box {
	width: 80%;
	position: relative;
	margin: auto;
	border-bottom: 1px solid #ccc;
}

/* mobile menu end */

/**********Search page*********/
#searchPage h2.page-title {
	font-weight: 300;
	margin-bottom: 25px;
	position: relative;
}

#searchPage h2.page-title span {
	color: var(--color--color1);
	font-style: italic;
}

.search_result  .blog-listing-row > div {
	width: 100%;
	box-shadow: 0px 0px 10px rgba(204, 204, 204, .7);
	margin-bottom: 30px;
	padding: 15px 25px;
}

.search_result .blog-listing-row > div .blog-title {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 5px;
}

/******************************/

/**************** Site Schema Styling ****************/
.site-schema .review-schema-wrapper {}

.clientreviews {
	background: #f6f6f6;
	border: 1px solid #2853c7;
	box-shadow: 0 0 20px #f2f2f2;
	padding: 20px;
}

.clientreviews .heading {
	font-size: 2em;
	margin-bottom: 15px;
	position: relative;
	line-height: normal;
	color: #212529;
}

.review-schema-wrapper {
	padding-top: 0px;
	margin-bottom: 30px;
}

.clientreviews p strong {
	color: #212529;
}

.clientreviews div strong {
	color: #212529;
}

.clientreviews .heading span {
	color: #212529;
}

.clientreviews.video-schema .heading:after {
	bottom: 6px;
}

.middle-heading.video-schema {
	margin-bottom: 50px;
}

.middle-heading.video-schema iframe {
	border: 1px solid #f1f1f1;
}

.clientreviews p {
	padding-bottom: 0;
}

/**************** Site Schema Styling End ****************/

/********** Blog Page ***********/
.blog-page .blog-listing-row .blog-loop {
	display: inline-block;
	width: 100%;
	padding: 0px 20px;
	margin-bottom: 30px;
}

.blog-page .blog-listing-row .blog-loop a.blog-img-link {
	display: inline-block;
	height: 331px;
	width: 100%;
}

.blog-page .blog-listing-row .blog-loop a.blog-img-link img {
	width: 100%;
	height: 100%;
	display: inline-block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

.blog-page .blog-listing-row .blog-loop a.blog-img-link img.no-feature {
	background-size: 125px;
	background-position: center;
	background-color: var(--color--color1);
	border: 1px solid #fff;
}

.blog-page .blog-listing-row .blog-loop .blog-content-wrap {
	background: #fff;
	transition: .5s;
	padding: 24px;
	box-shadow: 0px 3px 23px rgba(37, 37, 37, .1);
	max-width: 766px;
}

.blog-page .blog-listing-row .blog-loop .blog-content-wrap:hover {
	background: rgba(0, 0, 0, .02);
}

.blog-page .blog-listing-row .blog-loop .blog-content-wrap .bottom-wrap a.blog-content {
	display: block;
	line-height: 1.5;
}

.blog-page .blog-listing-row .blog-loop a.blog-title {
	font-size: 45px;
	font-weight: 400;
	line-height: 1.4;
}

.blog-btn {
	color: var(--color--color2);
	position: relative;
	font-weight: 600;
}

.blog-page .blog-listing-row .blog-loop .blog-content-wrap:hover {
	background: var(--color--color1);
	color: #fff;
}

.blog-page .blog-listing-row .blog-loop .blog-content-wrap:hover a {
	color: #fff;
}

.blog-page .blog-listing-row .blog-loop .blog-content-wrap:hover .btn {
	background: #fff;
	color: var(--color--color1);
	border-color: #fff;
}

/**************Blog Page Single*****************/
.blog-single h1 {
	font-size: 55px;
}

.sidebar-contact .form-control {
	color: #fff !important;
	border-bottom: 1px solid rgba(255, 255, 255, .35) !important;
}

.sidebar-contact div.wpcf7 .wpcf7-form .form-control::placeholder {
	color: rgba(255, 255, 255, .8);
}

.sidebar-contact .wpcf7-form .form-group {
	margin-bottom: 25px;
}

.sidebar-contact .sidebar-title {
	text-align: center;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: .1em;
}

.sidebar-contact .h4 {
	color: #fff;
	font-weight: 600;
	margin-bottom: 30px;
}

.blog-single-row .blog-img-link img {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}

.blog-single-row .blog-img-link {
	width: 100%;
	height: 420px;
	margin-bottom: 15px;
}

.sidebar-listing-wrap .title {
	font-weight: 400;
	font-size: 26px;
	margin-bottom: 10px;
	display: block;
}

/*******************************/

/************Sidebar Css*****************/
.sidebar-contact .form-group-wrap {
	margin-bottom: 3rem;
}

.sidebar-listing {
	padding-top: 15px;
	background: #fff;
	border: 1px solid var(--color--color3);
}

.sidebar-listing span {
	padding: 0px 1rem;
}

.aside-sidebar > div+div {
	margin-top: 2.25rem;
}

.sidebar-listing span {
	color: #000;
	font-size: 25px;
}

.blog-search-field {
	padding: 10px 15px;
	width: 100%;
	border: 1px solid var(--color--color3);
	height: 70px;
	padding-right: 75px;
}

.sidebar-search .input-group-btn {
	display: block;
	position: relative;
}

.blog-searchform [type=submit] {
	display: inline-block;
	border: none;
	width: 70px;
	cursor: pointer;
	background: url("https://dayfamilylaw.com/wp-content/themes/dayfamilylaw/img/search-icon.svg") no-repeat;
	background-position: 50% 50%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background-size: 18px;
	border-radius: 10px;
}

.blog-searchform [type=submit].nitro-lazy {
	background-image: none !important;
}

.sidebar-search .input-group-btn:after {
	content: "";
	height: 30px;
	width: 1px;
	background: var(--color--color3);
	position: absolute;
	right: 70px;
	top: 50%;
	transform: translateY(-50%);
}

.sidebar-contact {
	padding: 40px;
	border-radius: 0;
	background: var(--color--color2);
}

.bg-white {
	background-color: #f8f8f8 !important;
	display: inline-block;
	width: 100%;
}

.btn-white {
	background: #fff;
}

.sidebar-contact .form-control {
	color: #fff !important;
	border-bottom: 1px solid rgba(255, 255, 255, .2) !important;
}

.sidebar-contact .form-control::placeholder {
	color: #fff !important;
}

.sidebar-contact .h4 {
	color: #fff;
	font-weight: 600;
	margin-bottom: 15px;
}

.sidebar-contact .contact-btn-div {
	text-align: center;
	margin: auto;
}

.sidebar-contact .btn-sidebar {
	width: 100%;
}

.sidebar-contact .btn-sidebar {
	width: 100%;
	border: none;
	padding: 10px 0px;
	background: #fff;
	font-weight: 600;
}

.spacer-lr {
	padding: 1rem 2rem;
}

.widgettitle {
	padding: 1rem 1rem;
}

.sidebar-listing ul li {
	padding: 10px 1rem;
	border-bottom: 1px solid rgba(204, 204, 204, .15);
	position: relative;
}

.sidebar-listing .h4 {
	border-bottom: 1px solid rgba(204, 204, 204, .15);
}

.sidebar-listing ul li a {
	color: #000;
	height: 100%;
	width: 100%;
	position: relative;
	display: inline-block;
	padding: 0px;
	font-weight: 500;
}

.sidebar-listing ul li.current_page_item a {
	color: #fff;
}

.sidebar-listing ul li:hover, .sidebar-listing ul.no-dots li.current-cat, .sidebar-listing ul.no-dots li.activeChild {
	background: var(--color--color1);
	border-radius: 0px;
}

.sidebar-listing ul li:hover a, .sidebar-listing ul.no-dots li.current-cat a, .sidebar-listing ul.no-dots li.activeChild a {
	color: #fff;
}

.sidebar-listing ul li a:after, .sidebar-listing ul li.current-cat a:after, .sidebar-listing ul li.activeChild a:after {
	content: "";
	position: absolute;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	display: inline-block;
	width: 7px;
	height: 7px;
	-ms-transform: rotate(-130deg);
	-webkit-transform: rotate(-130deg);
	-moz-transform: rotate(-130deg);
	-o-transform: rotate(-130deg);
	transform: rotate(-130deg);
	top: 0px;
	bottom: 0;
	right: 0;
	margin: auto;
}

.sidebar-listing ul li:hover a:after, .sidebar-listing ul li.current-cat:hover a:after, .sidebar-listing ul li.activeChild:hover a:after {
	position: absolute;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	display: inline-block;
	width: 7px;
	height: 7px;
	-ms-transform: rotate(-130deg);
	-webkit-transform: rotate(-130deg);
	-moz-transform: rotate(-130deg);
	-o-transform: rotate(-130deg);
	transform: rotate(-130deg);
	top: 0px;
	bottom: 0;
	right: 0;
	margin: auto;
}

.sidebar-listing ul li:hover, .sidebar-listing ul.no-dots li.current-cat, .sidebar-listing ul.no-dots li.activeChild, .sidebar-listing ul li.current_page_item {
	background: var(--color--color1);
	border-radius: 0px;
}

.sidebar-contact .wpcf7-response-output {
	font-size: 10px;
}

.msg-side-form {
	margin: 0;
	color: #fff;
	font-weight: normal;
	display: block;
	position: absolute;
	bottom: 0px;
	right: 70px;
	font-size: 10px;
	background-color: #cd0b02;
	padding: 2px 5px;
	border-radius: 5px 0 0 0;
	line-height: 11px;
}

/******************************/

/**********************/
.contact-btn-div {
	width: 170px;
	position: relative;
}

span.ajax-loader {
	position: absolute;
	bottom: -20px;
	margin: auto !important;
	left: 0;
	right: 0;
	visibility: hidden;
}

.btn-wrap {
	position: relative;
	display: inline-block;
}

div.wpcf7 .ajax-loader.is-active {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
	transform: translateX(0);
	background-image: url("https://dayfamilylaw.com/wp-content/themes/dayfamilylaw/img/loader-w.svg");
	background-color: #000;
	height: 100%;
	width: 100%;
	background-size: 22px;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 0;
}

div.wpcf7 .ajax-loader.is-active.nitro-lazy {
	background-image: none !important;
}

div.wpcf7 .ajax-loader.is-active {
	visibility: visible;
}

.uc {
	text-transform: uppercase;
}

.our-defence-owl .owl-nav > div.disabled {
	opacity: .5;
}

.owl-dots {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-top: 25px;
}

.owl-dot {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	margin: 3px;
	background-color: #ccc;
}

.owl-dot.active {
	background-color: #a17051;
}

.owl-dot span {
	width: 100%;
	height: 100%;
}

.owl-portfolio .owl-nav .owl-prev span {
	background-image: url("https://dayfamilylaw.com/wp-content/themes/dayfamilylaw/img/arrow.svg");
}

.owl-portfolio .owl-nav .owl-prev span.nitro-lazy {
	background-image: none !important;
}

.owl-nav > div.disabled span {
	opacity: .5;
	cursor: default;
}

/* code add in css */
img[src*=".svg"] {
	width: 100%;
}

svg path {
	transition: fill 200ms ease-out;
	-webkit-transition: fill 200ms ease-out;
	-moz-transition: fill 200ms ease-out;
	-o-transition: fill opacity 200ms ease-out;
}

/**********Static Page CSs***********/
.aside-sidebar .sidebar-listing {
	position: relative;
}

.static-page .aside-sidebar .sidebar-listing {
	margin-top: 75px;
}

.aside-sidebar .widgettitle {}

/**********COntact Page CSs***********/
.wpcf7 form.sent .wpcf7-response-output {
	background: #fff;
	color: green;
	border: 1px solid green !important;
}

/******Header Fix******/
#header {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}

.no-banner-header {
	padding-top: 99px;
}

.no-banner-header #header {
	background: var(--color--color4);
}

header#header.small-header {
	background: var(--color--color4);
}

.nav-phone {
	width: calc(100% - 330px);
}

.logo-wrapper {
	width: 130px;
	transition: .5s ease all;
}

#header.small-header .logo-wrapper {}

.navigation-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.navigation-wrap .search-wrap svg path {
	fill: #fff;
}

.navigation-wrap .search-wrap svg, .navigation-wrap .search-wrap img {
	width: 20px;
	height: 20px;
}

/**********************************************/

/************Home Banner***********/
.home-page-banner .btn:hover {
	color: #fff;
}

.home-page-banner {
	width: 100%;
	background-color: var(--color--color2);
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	position: relative;
	background-position: center;
	background-size: cover;
}

.home-banner-wrap {
	width: 100%;
	position: relative;
	height: calc(100vh - 0px);
	display: flex;
	justify-content: flex-end;
	flex-flow: column;
	color: #fff;
}

.home-banner-wrap .heading {
	font-size: 45px;
	line-height: 1.2;
	font-weight: 400;
	color: #fff;
}

.sub_heading {
	font-size: 20px;
	font-weight: 400;
	line-height: 26.04px;
	letter-spacing: .55em;
	font-family: "DM Sans", serif;
}

.header-phn-wrap {
	text-align: right;
	line-height: 100%;
}

.header-phn-wrap > a:hover {
	color: #fff;
	opacity: .7;
}

.header-phn-wrap > a {
	color: #fff;
	display: inline-block;
	font-size: 25px;
	font-weight: 400;
	line-height: 31.25px;
	letter-spacing: .08em;
	font-family: var(--title--font);
}

.header-phn-wrap > a svg, .header-phn-wrap > a img {
	width: 25px;
	height: 25px;
}

/**********************************/

/************Inner Banner***********/
.inner-banner {
	height: 590px;
	display: flex;
	align-items: flex-end;
	color: #fff;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-bottom: 100px;
}

.inner-banner .banner-title {
	font-size: 55px;
	line-height: 60px;
	font-weight: 400;
	position: relative;
	text-align: center;
	color: #fff;
	margin: 0px;
}

/*********Logo*********/
.header-left-logo {
	padding: 1rem 0px;
}

/********Footer*********/
.footer-bg {
	background-color: var(--color--color4);
	color: #fff;
}

.footer_description {
	font-size: 16px;
}

footer a {
	color: #fff;
}

footer .title {
	font-size: 18px;
	color: #fff;
	letter-spacing: .2em;
	font-weight: 600;
}

.nap-wrapper .nap-address-info {
	background-image: url("https://dayfamilylaw.com/wp-content/themes/dayfamilylaw/img/pin.png");
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 0px 7px;
	padding-left: 25px;
	line-height: normal;
	margin-bottom: 10px;
}

.nap-wrapper .nap-address-info.nitro-lazy {
	background-image: none !important;
}

.nap-wrapper .phoneno {
	background-image: url("https://dayfamilylaw.com/wp-content/themes/dayfamilylaw/img/ph.png");
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 0px 3px;
	padding-left: 25px;
	margin-bottom: 10px;
}

.nap-wrapper .phoneno.nitro-lazy {
	background-image: none !important;
}

a.direction-link {
	border-bottom: 1px solid #fff;
}

.footer-bg .nap-footer a.phoneno, .footer-bg .nap-footer .nap-email {
	display: block;
}

.menu-footer li a {
	padding: 3px 0px;
	display: inline-block;
	letter-spacing: .05em;
	font-size: 16px;
	text-transform: uppercase;
	font-family: "DM Sans", serif;
}

.copyright-bg {
	border-top: 1px solid rgba(255, 255, 255, .15);
}

.copyright-bg span {
	padding: 0px 5px;
}

.menu-disclaimer-container {
	display: inline-block;
}

.menu-disclaimer-container ul {
	display: flex;
}

.menu-disclaimer-container ul li a {
	padding: 0px 10px;
	margin: 0;
	border-right: 1px solid #fff;
	line-height: 15px;
	color: #fff;
}

.menu-disclaimer-container ul li:last-child a {
	border-right: none;
}

footer .current-menu-item a {
	color: var(--color--color1);
}

a:hover {
	color: var(--color--color1);
}

/****** COMMON for Theme **********/
.btn-richgold {
	background-color: var(--color--color1);
}

.btn-blue {
	background-color: #081b33;
}

/******************************All Common Css Above*********************************************/

/************banner***********/
.container-wide {
	margin: auto;
	max-width: 1630px;
	padding: 0px 15px;
}

.fixed-width {
	max-width: 680px;
	padding: 80px 45px;
}

.map-sec {
	height: 100%;
	width: 100%;
}

.map-sec iframe {
	width: 100%;
	height: 100%;
	display: block;
}

.menu-footer {
	column-count: 3;
}

.theme-bg {
	background: var(--color--color2);
}

.banner-box {
	padding: 20px;
	border-left: 1px solid rgba(255, 255, 255, .2);
	height: 100%;
	font-size: 20px;
	position: relative;
}

.banner-box p {
	margin: 0px;
}

.banner-container {
	padding: 0px 130px;
	position: relative;
	z-index: 9;
}

.banner-container:before {
	content: "";
	position: absolute;
	background: var(--color--color2);
	width: 50%;
	left: 0px;
	top: 0px;
	height: 100%;
}

.banner-button_link {
	color: var(--color--color1);
	background: #fff;
	padding: 20px;
	height: 100%;
	width: 100%;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	text-transform: uppercase;
	transition: .5s;
	font-size: 22px;
	line-height: 28px;
	font-family: "DM Sans", serif;
}

.banner-box p:nth-child(1) {
	margin-bottom: 15px !important;
}

.banner-button_link:hover {
	color: #fff;
	background: var(--color--color1);
}

.scroll_link {
	position: absolute;
	width: 130px;
	right: 0px;
	top: 0px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .5s;
}

.scroll_link:hover {
	background: var(--color--color1);
}

.scroll_link svg, .scroll_link img {
	width: 22px;
	height: 42px;
}

.border-image {
	padding: 0px 25px 25px 0px;
}

.border-image:after {
	content: "";
	position: absolute;
	width: calc(100% - 75px);
	height: calc(100% - 75px);
	border: 1px solid #d3d3d3;
	bottom: 0px;
	right: 0px;
	z-index: -1;
}

.sec-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	object-fit: contain;
	object-position: right;
	z-index: -1;
}

.highlight_content {
	background: var(--color--color1);
	color: #fff;
	font-size: 30px;
	width: calc(100% - -190px);
	padding: 40px 60px;
	font-weight: 400;
	line-height: 1.5;
	right: 190px;
	position: relative;
	margin-top: 15px;
}

.bottom-sec-bg {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.contact_sec_container {
	background: #fff;
	position: relative;
	width: calc(100% - 275px);
	display: flex;
	justify-content: flex-end;
	padding-left: 300px;
}

.contact_sec_wrap {
	max-width: 1300px;
	padding: 40px;
}

.contact-sec-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	object-fit: cover;
	object-position: right;
}

.m-contact-sec-bg {
	object-fit: fill;
}

.icon {
	width: 50px;
}

.contect_row {
	display: flex;
	margin: 15px 0px;
	color: var(--color--color3);
}

.contact-sec-text {
	padding-right: 91px;
}

.contact-us-patteren {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 100%;
	width: 217px;
}

.home-testimonials .container {
	position: relative;
}

.testimonials-title {
	font-size: 24px;
	font-weight: 800;
}

.desigantion {
	color: #e6e6e6;
	font-size: 18px;
	text-transform: capitalize;
}

.testimonials-content {
	padding: 65px 0px;
	position: relative;
}

.testimonials-content:after {
	content: "";
	background-image: url("https://dayfamilylaw.com/wp-content/themes/dayfamilylaw/img/quotes.svg");
	width: 51px;
	height: 37px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transform: rotate(180deg);
}

.testimonials-content:before {
	content: "";
	background-image: url("https://dayfamilylaw.com/wp-content/themes/dayfamilylaw/img/quotes.svg");
	width: 51px;
	height: 37px;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.arrow-style .slick-arrow {
	width: 55px;
	height: 55px;
	border: 1px solid #fff;
	background: none;
	transition: .5s;
}

.arrow-style .slick-arrow:hover {
	background: var(--color--color1);
	border-color: var(--color--color1);
}

.testimonials-meta-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	width: 44%;
	bottom: -50px;
	left: 40px;
	z-index: 9;
}

.arrow-style {
	display: flex;
	gap: 15px;
}

.testimonials-sec-wrap:after {
	content: "";
	background-image: url("https://dayfamilylaw.com/wp-content/themes/dayfamilylaw/img/img-border.webp");
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.testimonials-sec-wrap {
	padding: 40px;
	padding-top: 70px;
	padding-bottom: 0px;
}

.testimonials-title-box {
	padding-top: 180px;
}

.testimonials-sec-wrap .testimonials-loop-wrap {
	position: relative;
	z-index: 9;
	width: 95%;
}

.placeholder-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.space-border {
	width: 190px;
	height: 1px;
	background: #fff;
}

.contect_content a {
	display: block;
	text-decoration: underline;
}

.wpcf7-spinner {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.border-image img {
	width: 100%;
}

.border-btn:hover {
	border-color: #fff;
	background-color: transparent;
}

.pagination .nav-links {
	width: 100%;
	display: flex;
	position: relative;
	font-weight: 700;
	justify-content: center;
}

.pagination .nav-links span.current {
	color: #fff;
	background: var(--color--color1);
	border-color: var(--color--color1);
}

.pagination .nav-links span, .pagination .nav-links a {
	padding: 8px 4px;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 1;
	color: var(--color--color3);
	margin: 0 8px;
	position: relative;
	font-weight: 400;
	min-width: 55px;
	height: 55px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background: 0 0;
	border-radius: 0px;
	border: 1px solid var(--color--color3);
}

.pagination .nav-links .next:before {
	content: "";
	width: 9px;
	height: 9px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: none;
}

.pagination .nav-links .prev:before {
	content: "";
	width: 9px;
	height: 9px;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: none;
}

.pagination .nav-links a.prev {
	font-size: 8px;
}

.pagination .nav-links span:hover, .pagination .nav-links a:hover {
	border: 1px solid var(--color--color1);
	color: #fff;
	background: var(--color--color1);
}

.pagination .nav-links a.next, .pagination .nav-links a.prev {
	background-color: var(--color--color1);
	font-size: 13px;
	font-size: 0px;
	color: #fff;
	border-color: var(--color--color1);
	background-image: url("https://dayfamilylaw.com/wp-content/themes/dayfamilylaw/img/pagination-arrow.svg");
	background-position: center;
	background-repeat: no-repeat;
}

.pagination .nav-links a.next.nitro-lazy, .pagination .nav-links a.prev.nitro-lazy {
	background-image: none !important;
}

.pagination .nav-links a.prev {
	transform: rotate(180deg);
}

.pagination {
	border: 1px solid var(--color--color3);
	padding: 18px;
}

.breadcrumb-wrap {
	background-color: #f0eded;
	padding: 8px 0px;
}

.blog-single-row {
	max-width: 766px;
}

.team-member-info {
	position: absolute;
	bottom: 0px;
	background-color: #fff;
	left: 0px;
	width: calc(100% - 35px);
	padding: 20px;
	box-shadow: 0px 8px 8px -7px rgba(0, 0, 0, .2);
	letter-spacing: .05em;
	transition: .5s;
}

.team-designation {
	text-transform: capitalize;
	color: var(--color--color3);
}

.box-style {
	padding-bottom: 55px;
	transition: .5s;
}

.box-style:hover {
	transform: scale(1.03);
}

.team_boxes {
	position: relative;
	overflow: hidden;
}

/*
.team-member-info:after {
    content: "";
    position: absolute;
    width: 100px;
    height: calc(100% - 20px);
    left: 10px;
    background-image: url(../img/logo-icon.svg);
    top: 10px;
    transition: .5s;
}
*/
.box-style:hover .team-member-info {
	background-color: var(--color--color1);
	color: #fff;
}

.box-style:hover .team-member-info div {
	color: #fff;
}

.box-style:hover .team-member-info::after {
	filter: brightness(0) invert(1);
}

.team-member-info:before {
	content: "";
	position: absolute;
	width: 17px;
	height: 17px;
	right: 25px;
	background-image: url("https://dayfamilylaw.com/wp-content/themes/dayfamilylaw/img/right-arrow.svg");
	top: 30px;
	transition: .5s;
	background-size: contain;
	background-repeat: no-repeat;
}

.team-member-image img {
	width: 100%;
}

.team-member-meta {
	letter-spacing: .05em;
}

.team-member-meta .team-designation {
	font-size: 25px;
}

.theme-bg2 {
	background: var(--color--color1);
	color: #fff;
	padding: 50px;
}

.content_box_wrap {
	border-right: 1px solid #fff;
}

.content_box_wrap p {
	margin-bottom: 0px;
}

.content_box_wrap .h4 {
	line-height: 100%;
}

.content_box_wrap:last-child {
	border-right: 0px;
}

/************************ 
PAGE - PRACTICE AREA 
*****/
.practice-area-lists-row > div {}

.practice-list-box {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	overflow: hidden;
	position: relative;
}

.practice-loop-heading {
	font-size: 30px;
	line-height: 1.5;
	text-transform: capitalize;
}

.practice-loop-icon svg, .practice-loop-icon img {
	width: 58px;
	height: 58px;
}

.practice-list-box-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: linear-gradient(0deg, rgba(198, 82, 0, .83), rgba(198, 82, 0, .83)), linear-gradient(0deg, rgba(0, 0, 0, .26), rgba(0, 0, 0, .26));
	position: absolute;
	height: 100%;
	z-index: 9;
	padding: 25px;
	transition: all ease 1s;
	transform: translateY(100%);
}

.practice-list-box:hover .practice-list-box-bottom {
	transform: translateY(0);
	z-index: 1;
}

.link-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.practice-list-box:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #9f1f1b;
	z-index: -1;
	transition: all ease 1s;
	transform: translateY(100%);
}

.practice-list-box:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, .7) 15%, rgba(0, 0, 0, .457059) 44.5%, rgba(255, 255, 255, 0) 100%);
}

.practice-list-box:hover .practice-loop-heading {
	color: #fff;
}

.practice-list-box:hover:before {
	transform: translateY(0);
}

.practice-list-box:hover svg path {
	fill: #fff;
}

.practice-list-box-top {
	position: absolute;
	bottom: 10px;
	color: #fff;
	width: 100%;
	padding: 20px;
	z-index: 9;
	transition: .5s;
}

.practice-list-box:hover .practice-list-box-top {
	opacity: 0;
}

.read_more {
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: underline;
}

.read_more svg {
	margin-left: 5px;
}

.practice-image img {
	height: 410px;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.testimonial-list {
	background-color: rgba(250, 250, 250, 1);
	padding: 30px;
	height: 100%;
	transition: .5s;
	border: 1px solid rgba(207, 207, 207, 1);
}

.testimonial-content {
	margin-top: 30px;
	margin-bottom: 30px;
}

.testimonial-list:hover {
	background-color: rgba(198, 82, 0, 1);
	transition: .5s;
}

.testimonial-list:hover svg path {
	color: white;
	fill: white;
	transition: .5s;
}

.testimonial-list:hover .testimonial-content {
	color: white;
	transition: .5s;
}

.testimonial-list:hover .testimonial-title {
	color: white;
	transition: .5s;
}

.testimonial-list:hover .designation {
	color: white;
	transition: .5s;
}

.testimonial-title {
	color: rgba(37, 37, 37, 1);
	font-size: 28px;
	font-weight: 800;
}

.designation {
	font-size: 20px;
	color: rgba(88, 88, 88, 1);
	margin-bottom: 15px;
	text-transform: capitalize;
}

.quote-icon .first-svg {
	right: 30px;
	height: 38px;
	width: 52px;
}

.quote-icon svg, .quote-icon img {
	width: 52px;
	height: 38px;
}

.attorney-img-wrap .attorney-image {
	height: 478px;
	object-fit: cover;
	width: 100%;
}

.attorney-img-wrap .no-attorney-image {
	background: var(--color--color4);
	background-repeat: no-repeat;
	background-position: center;
}

.html5lightbox:after {
	content: "";
	background-image: url("https://dayfamilylaw.com/wp-content/themes/dayfamilylaw/img/play-icon-svg1.svg");
	width: 82px;
	height: 82px;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 25px;
	transition: .5s;
	border: 1px solid #fff;
}

.html5lightbox:hover::after {
	background-color: var(--color--color1);
	border-color: var(--color--color1);
}

.html5lightbox {
	position: relative;
	display: block;
}

.light-grey {
	background-color: #fafafa;
}

.content-box {
	border: 1px solid #cfcfcf;
	background: #fff;
	padding: 65px 23px;
	transition: .5s;
	height: 100%;
}

.iconwrap svg, .iconwrap img {
	width: 76px;
	height: 76px;
	transition: .5s;
}

.content-box:hover {
	background: var(--color--color1);
	color: #fff;
}

.content-box:hover div {
	color: #fff;
}

.content-box:hover svg, .content-box:hover img {
	filter: brightness(0) invert(1);
}

.error404 .breadcrumb-wrap {
	display: none;
}

.sidebar-contact .btn:hover {
	border-color: #fff;
}

.blog-searchform [type=submit]:hover {
	opacity: .7;
}

.testimonials-meta-wrap .btn:hover {
	border-color: #fff;
	background: none;
}

.conclusion-section {
	background-color: #93a366;
}

.home .home-testimonials {
	display: none;
}

.conclusion-section .btn {
	border: 1px solid transparent;
}

.conclusion-section .btn:hover {
	background: #fff;
	color: #c65200;
	border: 1px solid #c65200;
}
