
/* Common CSS Start */
:root {
	--color-1-black: rgba(25, 28, 29, 1);
	--color-2-beige: rgba(194, 151, 99, 1);
	--color-3-white: rgba(255, 255, 255, 1);
	--color-4-cream: rgba(242, 242, 242, 1);
	--bs-darkgrey: #293a4c;
	--font-regular: "Poppins", sans-serif;
	--font-dm-sans: "DM Sans", sans-serif;
}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body, html {
	height: 100%;
}

body {
	width: 100%;
	overflow-x: hidden;
	position: relative;
	letter-spacing: 0px;
	font-family: var(--font-regular);
	font-weight: 300;
	color: var(--color-1-black);
	font-size: 16px;
	line-height: 30px;
	padding-top: 0px;
}

.wow {
	overflow: hidden;
}

@keyframes zoomIn {
	0% {
		transform: scale(.5);
		opacity: 0;
	}
	
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

.zoomInEffect {
	animation: zoomIn 1s ease-out forwards;
}

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

.nav-link:focus, .nav-link:hover {
	color: var(--color-2-beige);
}

.hide {
	display: none;
}

.container-fluid {
	padding-left: 30px;
	padding-right: 30px;
}

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

a {
	color: var(--color-2-beige);
	text-decoration: none;
}

a:hover {
	color: #000;
}

p {
	margin-bottom: 15px;
}

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

a:focus {
	color: #000;
	-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;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
	color: var(--color-2-beige);
}

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

a img {
	outline: 0;
}

input[type=checkbox], input[type=radio] {
	vertical-align: middle;
}

.fullwidth {
	position: relative;
	width: 100%;
	z-index: 1;
}

.bgcover {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.logged-in header#header {
	top: 32px;
}

/* body.logged-in {
    padding-top: 112px;
} */
body.nav-open-menu {
	overflow: hidden;
}

/* btn sec */
.page-button {
	margin-top: 25px;
}

.link-button {
	height: 64px;
	margin-top: 24px;
	display: flex;
	align-items: flex-end;
}

.btn svg, .btn img {
	width: 18px;
	height: 17px;
	margin-left: 8px;
	position: relative;
	top: 0px;
	display: inline-block;
}

.btn {
	position: relative;
	padding: 16px 30px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 6px;
	background-color: var(--color-3-white);
	color: var(--color-2-beige);
	z-index: 1;
	overflow: hidden;
	border: none;
	text-transform: capitalize;
	box-shadow: 0px 0px 8px transparent;
	min-width: 217px;
	margin-left: 2px;
	border: 2px solid var(--color-3-white);
	transition: .5s;
}

.btn:hover {
	background: var(--color-2-beige);
	border-color: var(--color-2-beige);
	color: var(--color-3-white);
	transition: .5s;
}

.btn.focus, .btn:focus {
	transition: .5s;
	background: #fff;
	color: var(--color-2-beige);
	border-color: var(--color-2-beige);
}

.btn:hover svg path {
	stroke: #fff;
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
	transition: .5s;
	background: #fff;
	border-color: var(--color-2-beige);
	color: var(--color-2-beige);
}

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;
}

.btn:hover svg {
	transform: rotate(70deg);
	transition: .5s;
}

h1, h2, h3, h4, h5, h6 {
	position: relative;
	color: var(--color-1-black);
	font-weight: 700;
}

h1 {
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 15px;
}

h2 {
	margin-bottom: 15px;
	font-size: 42px;
	line-height: 52px;
}

h3 {
	font-size: 38px;
	line-height: 48px;
	margin-bottom: 15px;
}

h4 {
	font-size: 32px;
	line-height: 42px;
	margin-bottom: 15px;
}

h5 {
	font-size: 27px;
	line-height: 38px;
	margin-bottom: 15px;
}

h6 {
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 15px;
}

.linklist ol, .linklist ul {
	margin-bottom: 15px;
	line-height: 28px;
	padding-left: 15px;
}

.linklist ul li ul, .blog-box .blog-content ol li ol, .blog-box .blog-content ul li ul {
	margin-top: 10px;
	position: relative;
}

.linklist ol li, .linklist ul li {
	margin-bottom: 5px;
	position: relative;
	padding-left: 20px;
	display: inline-block;
	vertical-align: top;
	padding-right: 0;
	width: 100%;
}

.linklist ul li:after {
	position: absolute;
	left: 0;
	top: 10px;
	content: "";
	border-radius: 100%;
	height: 7px;
	width: 7px;
	background: #000;
}

.linklist ol {
	padding-left: 30px;
}

.linklist ol li {
	padding-left: 0px;
	display: list-item;
}

.section-pd {
	padding: 70px 0;
}

.section-pt {
	padding-top: 70px;
}

.section-pb {
	padding-bottom: 70px;
}

.row.box-items {
	--bs-gutter-x: 3.5rem;
}

.title, .heading {
	margin-bottom: 25px;
	position: relative;
	display: block;
	color: var(--color-1-black);
	text-transform: none;
	font-size: 39px;
	line-height: 48px;
	font-weight: 700;
}

.title span, .heading span {
	color: var(--color-2-beige);
}

.small-heading {
	color: var(--color-1-black);
	margin-bottom: 10px;
	font-size: 24px;
	letter-spacing: 2.5px;
	font-weight: 300;
	font-style: normal;
}

.medium-heading {
	margin-bottom: 15px;
	position: relative;
	display: block;
	color: var(--color-1-black);
	text-transform: none;
	font-size: 35px;
	line-height: 45px;
}

.white-color-sec p a, .white-color-sec .heading, .white-color-sec p, .white-color-sec .title, .white-color-sec ul li, .white-color-sec h2, .white-color-sec h3, .white-color-sec h4, .white-color-sec h5, .white-color-sec h6 {
	color: var(--color-3-white);
}

.white-color-sec .btn:hover {
	transition: .5s;
	background: transparent;
	color: var(--color-3-white);
	border-color: var(--color-3-white);
}

div#html5-close {
	background-image: url("https://barriosvirguez.com/nitropack_static/OWvxqOaJzjaChwlWCXWDpJhZpigpUXWR/assets/images/optimized/rev-320090c/barriosvirguez.com/wp-content/themes/barrios-virguez/assets/img/close.png");
	background-size: auto;
	width: 31px;
	height: 34px;
	background-repeat: no-repeat;
	top: 5px !important;
}

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

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

.searchform .close-btn {
	right: 5px;
	top: 10px;
}

.searchform .close-btn:before, .searchform .close-btn:after {
	left: 0;
	right: 0;
	top: 12px;
}

/* Common CSS END */

/* Menu CSS Start */
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.menu-top li {
	display: inline-block;
	color: #fff;
	position: relative;
	padding-left: 0;
	padding-right: 0;
}

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

ul.menu-top > li.menu-item-has-children {
	margin-right: 0;
}

ul.menu-top > li#menu-item-250 > ul.sub-menu {
	right: 0;
}

.menu-top li a br, .menu-top li .sub-menu li a br {
	display: none;
}

.menu-top li a {
	padding: 25px 15px;
	display: flex;
	align-items: center;
	text-decoration: none;
	position: relative;
	text-transform: uppercase;
	color: var(--color-3-white);
	font-weight: 600;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 0px;
	border-right: 2px solid rgba(255, 255, 255, .4);
}

#menu-spanish-main-menu.menu-top li a {
	font-size: 13px;
}

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

.nav-menu .menu-top > li > a:before {
	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	right: 0;
	left: 0;
	bottom: 0;
	background: var(--color-2-beige);
	transition: all .3s ease-in-out;
	margin: auto;
	opacity: 0;
}

.nav-menu .menu-top > li > a:hover:before {
	width: 100%;
}

.nav-menu .menu-top > li.current-menu-ancestor a:before, .nav-menu .menu-top > li.current-menu-item > a:before {
	width: 100%;
}

.menu-top li a:hover, .menu-top li a:focus {
	color: var(--color-3-white);
	font-weight: 600;
	background: rgba(238, 215, 182, .7);
}

.nav-menu .menu-top > li.current-menu-item > a, .nav-menu .menu-top > li.current-menu-ancestor > a {
	color: var(--color-1-black);
	font-weight: 600;
	background: rgba(238, 215, 182, .7);
}

.nav-menu > .menu-top > li.menu-item-has-children:after {
	content: "";
	position: absolute;
	top: 0;
	margin: auto;
	bottom: 0;
	right: -15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 5px 0;
	border-color: #fff transparent transparent;
	display: flex;
	align-items: center;
}

ul.menu-top li ul.sub-menu li.menu-item-has-children:after {
	display: none;
}

/* dropdown start here */
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: var(--color-2-beige);
	color: #fff;
}

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

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

.menu-top .sub-menu li.current_page_item a {
	background-color: var(--color-2-beige);
	color: #fff;
}

.menu-top .sub-menu > li:nth-child(1) {
	border-top: 0px solid #efefef;
}

.menu-top .sub-menu > li.current_page_item ul li a {
	background-color: rgba(0, 0, 0, .95);
	color: #fff;
	font-weight: 400;
}

.menu-top .sub-menu > li.current_page_item ul li a:hover, .menu-top .sub-menu > .current_page_ancestor > a {
	background-color: var(--color-2-beige);
	color: #fff;
}

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

/* 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%;
	border-bottom: 1px solid #f3f3f3;
}

.nav-menu-inner {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-direction: column;
	border-top: none;
}

.menu-top {
	position: relative;
	transition: all ease-in-out .2s;
	text-align: right;
	justify-content: space-between;
	display: flex;
	right: -10px;
}

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

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

.sub-menu {
	background-color: var(--color-3-white);
	min-width: 215px;
	text-align: left;
}

ul.menu-top li .sub-menu li a {
	font-size: 14px;
	padding: 5px 10px;
	line-height: 18px;
	margin: 0;
	color: #000;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, .12);
	position: relative;
	text-transform: capitalize;
	line-height: 24px;
}

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

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

ul.menu-top li .sub-menu li a:hover {
	color: var(--color-3-white);
	background: var(--color-2-beige);
}

.menu-header ul.sub-menu li.menu-item-has-children > a:after {
	-ms-transform: rotate(227deg);
	-webkit-transform: rotate(227deg);
	-moz-transform: rotate(227deg);
	-o-transform: rotate(227deg);
	transform: rotate(227deg);
	right: 13px;
	top: 0;
	bottom: 0;
	content: "";
	border-left: 2px solid #293a4c;
	border-bottom: 2px solid #293a4c;
	display: inline-block;
	width: 8px;
	height: 8px;
	position: absolute;
	margin: auto;
}

ul.menu-top li .sub-menu li.menu-item-has-children > a:hover {
	background-color: var(--color-2-beige);
	color: #fff;
}

.menu-header ul.sub-menu li.current-menu-ancestor > a:after {
	border-color: #fff;
}

.menu-header ul.sub-menu li.current-menu-item > a:after, .menu-header ul.sub-menu li.menu-item-has-children > a:hover:after {
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

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

header#header.small-header .menu-header > ul > li > ul {
	box-shadow: 0px 0px 11px rgba(0, 0, 0, .258);
	transition: all linear .1s;
}

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

.menu-header ul li:hover > ul {
	opacity: 1;
	transform: translateY(0);
	display: block;
	visibility: visible;
	z-index: 1;
}

.menu-top li.menu-item-has-children:after {
	content: "";
	position: absolute;
	top: -1px;
	margin: auto;
	right: 15px;
	background-size: 12px;
	background-repeat: no-repeat;
	background-image: url("https://barriosvirguez.com/nitropack_static/OWvxqOaJzjaChwlWCXWDpJhZpigpUXWR/assets/images/optimized/rev-320090c/barriosvirguez.com/wp-content/themes/barrios-virguez/assets/img/menu-up-arrow.svg");
	background-position: center;
	height: 16px;
	width: 10px;
	bottom: 1px;
}

.menu-top > li.current-menu-item:after, .nav-menu .menu-top > li.current-menu-ancestor:after {
	background-image: url("https://barriosvirguez.com/nitropack_static/OWvxqOaJzjaChwlWCXWDpJhZpigpUXWR/assets/images/optimized/rev-320090c/barriosvirguez.com/wp-content/themes/barrios-virguez/assets/img/menu-down-arrow.svg");
}

.menu-header ul li#menu-item-146765:hover > ul {
	max-height: 500px;
	overflow-y: scroll;
}

ul.menu-top li:first-child a {
	border-left: 2px solid rgba(255, 255, 255, .4);
}

/* Menu CSS END */

/* block css default */
.wp-block-group, .wp-block-columns {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	margin-bottom: 35px;
	padding-left: 12px;
	padding-right: 12px;
}

.wp-block-group ul, .wp-block-columns ul {
	padding-left: 20px;
	list-style: disc;
	margin-bottom: 15px;
}

/* block css default */

/* 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-image: url("https://barriosvirguez.com/wp-content/themes/barrios-virguez/assets/img/search-white.png");
	background-position: 0px 0px;
	width: 19px;
	height: 19px;
	top: 5px;
	position: relative;
}

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

.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);
}

.mobile-search-bar {
	cursor: pointer;
	position: relative;
	padding-left: 0;
	margin-right: 7px;
	top: 0;
	height: 19px;
	width: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: normal;
	margin-left: 6px;
}

.mobile-search-bar .white-search-icon {
	display: block;
	width: 20px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("https://barriosvirguez.com/nitropack_static/OWvxqOaJzjaChwlWCXWDpJhZpigpUXWR/assets/images/optimized/rev-320090c/barriosvirguez.com/wp-content/themes/barrios-virguez/assets/img/search.svg");
	background-position: center;
	cursor: pointer;
	transition: .5s;
}

.mobile-search-bar .white-search-icon.nitro-lazy {
	background-image: none !important;
}

.mobile-search-bar .white-search-icon:hover {
	background-image: url("https://barriosvirguez.com/nitropack_static/OWvxqOaJzjaChwlWCXWDpJhZpigpUXWR/assets/images/optimized/rev-320090c/barriosvirguez.com/wp-content/themes/barrios-virguez/assets/img/white-search-icon.svg");
	transition: .5s;
}

.mobile-search-bar .white-search-icon:hover.nitro-lazy {
	background-image: none !important;
}

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.btn {
	background-color: var(--color-2-beige);
	padding: 20px;
	margin-top: 0;
}

.search-icon-form button.btn:hover {
	background-color: #fff;
	color: var(--color-2-beige);
	border: 1px solid #fff;
}

.search-icon-form button.btn:focus {
	background-color: var(--color-2-beige);
	color: #fff;
	border: 1px solid var(--color-2-beige);
}

.search-wrapper {
	flex-direction: column;
	text-align: center;
}

.search-wrapper .title {
	color: var(--color-2-beige);
	margin-bottom: 50px;
}

.search-input-box .form-control {
	color: #76777a;
}

.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 {
	border: none;
	padding-left: 0;
	padding-right: 0;
	color: #fff;
}

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

#m-SiteSearchs-form .search-input-box ::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}

#m-SiteSearchs-form .search-input-box ::-moz-placeholder {
	color: #fff;
	opacity: 1;
}

#m-SiteSearchs-form .search-input-box :-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}

#m-SiteSearchs-form .search-input-box :-moz-placeholder {
	color: #fff;
	opacity: 1;
}

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

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

.search-input-box .form-control {
	padding: 0;
	height: 2.5rem;
	background-color: transparent;
	color: #000;
}

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

/* Header Search End */

/* Header CSS Start */
.menu-wrap, .mobile-header-sec {
	display: none;
}

.logo-wrapper {
	height: auto;
	position: relative;
	width: auto;
	top: 0;
	max-width: 100px;
}

.logo-wrapper a {
	display: flex;
	align-items: center;
}

.logo-wrapper a img {
	width: auto;
	transition: 1s;
	object-fit: contain;
}

.menu-top li a, header#header.small-header .header-contact-info a {
	transition: 1s;
}

header#header.small-header .logo-wrapper a img {
	max-width: 100%;
}

/* header#header.small-header .menu-top > li > a {
    padding: 32px 0;
} */
.top-search-bar {
	text-align: right;
	position: relative;
	width: 45px;
}

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

.menu-main-wrapper {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
}

.nav-menu-inner ul > li .sub-menu * {
	transition: none;
}

header#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 11;
	padding: 0;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0);
	background: rgba(255, 255, 255, .1);
	border-bottom: 2px solid rgba(255, 255, 255, .4);
}

header#header.small-header {
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .18);
	background: #303131;
}

.header-top .header-left-logo {
	display: flex;
	align-items: center;
	padding-bottom: 0px;
}

.header-aside-col {
	align-items: center;
	display: flex;
}

.header-top {
	padding: 0;
	width: 100%;
	position: relative;
}

.right-top-wrap {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: flex-end;
}

.header-contact-info {
	margin-top: 0;
	position: relative;
	top: 0;
	display: flex;
	width: 275px;
	flex-direction: column;
	padding-left: 15px;
	padding-bottom: 0;
	border-left: 2px solid rgba(255, 255, 255, .4);
	height: 80px;
	align-items: center;
	justify-content: center;
}

.header-contact-info a {
	margin-left: 0;
	width: auto;
	color: #fff;
	display: block;
	font-size: 21px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	padding: 0;
	border-radius: 60px;
}

.header-contact-info a span {
	display: block;
	position: relative;
	font-size: 17px;
	font-weight: 500;
	background-image: url("https://barriosvirguez.com/nitropack_static/OWvxqOaJzjaChwlWCXWDpJhZpigpUXWR/assets/images/optimized/rev-320090c/barriosvirguez.com/wp-content/themes/barrios-virguez/assets/img/phone-icon.svg");
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 0 4px;
	padding-left: 30px;
	letter-spacing: 0px;
	text-transform: uppercase;
	padding-bottom: 6px;
	transition: .5s;
	color: var(--color-3-white);
}

.header-contact-info a span.nitro-lazy {
	background-image: none !important;
}

.header-contact-info a:hover {
	color: var(--color-2-beige);
	transition: .5s;
}

.header-contact-info a:hover span {
	color: var(--color-3-white);
	transition: .5s;
}

.header-wrap {
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

/** Mobile Search Bar ***/
.mobile-search-bar-box .search-input-box {
	width: 100%;
	position: relative;
}

.close-btn {
	position: absolute;
	right: -15px;
	top: -10px;
	width: 50px;
	height: 50px;
	opacity: 1;
	font-size: 0;
	color: #fff;
	border: none;
	background: var(--color-2-beige);
	border-radius: 45px;
	z-index: 1;
}

.close-btn:hover {
	opacity: 1;
	cursor: pointer;
	background-color: var(--color-1-black);
}

.close-btn:before, .close-btn:after {
	position: absolute;
	left: 0;
	content: " ";
	height: 26px;
	width: 2px;
	background-color: #fff;
	right: 0;
	margin: auto;
}

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

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

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

.modal-dialog-scrollable .modal-content {
	overflow: inherit;
}

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

.mobile-search-bar-box {
	position: fixed;
	top: 0;
	width: 100%;
	height: 142px;
	z-index: 10000;
	background-color: var(--color-2-beige);
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateY(-100%);
	transition: all ease-in-out .5s;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, .42);
	opacity: 0;
}

.mobile-search-active .mobile-search-bar-box {
	transform: translate(0);
	z-index: 999999;
	opacity: 1;
}

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

.mobile-search-bar-box .search-input-box input {
	font-size: 16px;
	border-bottom: 1px solid #fff;
	color: #fff;
	height: 46px;
	padding-left: 0px;
	padding-right: 50px;
}

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

.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: 0px;
	position: relative;
	background-image: url("https://barriosvirguez.com/nitropack_static/OWvxqOaJzjaChwlWCXWDpJhZpigpUXWR/assets/images/optimized/rev-320090c/barriosvirguez.com/wp-content/themes/barrios-virguez/assets/img/white-search-icon.svg");
	opacity: .7;
}

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

.search-icon-form button:hover {
	opacity: 1;
}

.search-input-box .form-control:focus {
	border-bottom: 1px solid #fff;
	color: #fff;
}

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

.req-error {
	position: absolute;
	font-size: 11px;
	bottom: 1px;
	display: none;
	color: #fff;
	font-weight: normal;
	right: 50px;
	background-color: #b30000;
	padding: 1px 5px;
	border-radius: 4px 4px 0px 0px;
	line-height: normal;
	text-transform: capitalize;
}

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

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

.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;
	bottom: 3px;
	width: 40px;
}

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

.nav-menu-inner .nav-menu {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	position: relative;
}

header#header.small-header .nav-menu-inner .nav-menu {
	top: 0;
}

/* Mobile Search Bar */

/* Header CSS End */

/* owl css for nav */
.owl-nav {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: space-between;
	top: 0px;
	height: 65px;
	right: 0;
	margin: auto;
	z-index: 1;
	width: 100%;
	bottom: 0;
}

.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	display: inline-block;
	vertical-align: middle;
	line-height: 26px;
	height: 55px;
	width: 55px;
	font-size: 0px;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	z-index: 1;
	opacity: 1;
	border-radius: 0;
	border: none;
}

.owl-carousel .owl-nav .owl-prev {
	left: 0;
	background-image: url("https://barriosvirguez.com/nitropack_static/OWvxqOaJzjaChwlWCXWDpJhZpigpUXWR/assets/images/optimized/rev-320090c/barriosvirguez.com/wp-content/themes/barrios-virguez/assets/img/next.svg");
	background-position: center;
	transform: rotate(180deg);
}

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

.owl-carousel .owl-nav .owl-next {
	right: 0px;
	background-image: url("https://barriosvirguez.com/nitropack_static/OWvxqOaJzjaChwlWCXWDpJhZpigpUXWR/assets/images/optimized/rev-320090c/barriosvirguez.com/wp-content/themes/barrios-virguez/assets/img/next.svg");
	background-position: center;
}

.owl-carousel .owl-nav .owl-next.nitro-lazy {
	background-image: none !important;
}

.owl-carousel .owl-nav .owl-next:hover:after, .owl-carousel .owl-nav .owl-prev:hover:after {
	opacity: .2;
}

.owl-carousel .owl-nav .owl-next:hover, .owl-carousel .owl-nav .owl-prev:hover {
	opacity: 1;
	background-image: url("https://barriosvirguez.com/nitropack_static/OWvxqOaJzjaChwlWCXWDpJhZpigpUXWR/assets/images/optimized/rev-320090c/barriosvirguez.com/wp-content/themes/barrios-virguez/assets/img/next-white.svg");
	background-color: transparent;
	border-color: transparent;
}

.owl-carousel .owl-nav .owl-next:hover.nitro-lazy, .owl-carousel .owl-nav .owl-prev:hover.nitro-lazy {
	background-image: none !important;
}

/* end owl css */

/* owl dots */
.owl-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 65px;
}

.owl-dots .owl-dot span {
	display: block;
	background: #d9d9d9;
	width: 15px;
	height: 15px;
	border-radius: 100%;
}

.owl-dots .owl-dot {
	margin: 0 5px;
	cursor: pointer;
}

.owl-dots .owl-dot.active span {
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--color-2-beige);
}

/* owl dots end */

/* Contact Form CSS Start */
.wpcf7 form.spam .wpcf7-response-output {
	margin-left: auto !important;
	margin-right: auto !important;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
	background: #293a4c;
	color: #fff;
}

.wpcf7 .wpcf7-form-control-wrap.quiz-math, .wpcf7 .wpcf7-form-control-wrap.quiz-math label {
	width: 100%;
	margin: 0;
}

.wpcf7 .wpcf7-spinner {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background-color: #c3983d;
	z-index: 2;
}

div.wpcf7 .wpcf7-form .form-control, .common-form-style .form-group .form-control, select {
	padding: 3px;
	font-size: 16px;
	text-transform: none;
	height: 55px;
	padding-left: 15px;
	border-radius: 0;
	background: #fff;
	font-weight: 300;
	color: rgba(255, 255, 255, 1);
	background: rgba(45, 48, 49, .8);
	border: 1px solid rgba(242, 242, 242, .2);
}

select {
	width: 100%;
}

div.wpcf7 .wpcf7-form .form-control:focus {
	border-bottom-color: rgba(242, 242, 242, .2);
}

div.wpcf7 .wpcf7-form textarea.form-control, .common-form-style .form-group textarea.form-control {
	height: 120px;
}

div.wpcf7 .wpcf7-form textarea.form-control {
	padding-top: 10px;
	color: #fff;
}

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

.wpcf7 .wpcf7-response-output {
	font-size: 12px;
	line-height: 1.3;
	position: absolute;
	left: 0;
	bottom: -40px;
	right: 0;
	color: #fff;
	text-align: center;
	border: none !important;
	margin: 0 !important;
	background: #b31517;
	max-width: 389px;
}

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

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

.wpcf7 .wpcf7-not-valid-tip {
	color: #fff;
	font-weight: normal;
	display: block;
	position: absolute;
	bottom: 1px;
	right: 0;
	font-size: 10px;
	background-color: #b30000;
	padding: 6px;
	border-radius: 4px 4px 0px 0px;
	line-height: 6px;
	text-transform: capitalize;
}

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

.wpcf7 {
	position: relative;
}

.wpcf7 .form-acceptance-col .wpcf7-list-item-label {
	font-size: 16px;
	line-height: 24px;
}

.wpcf7 .btn-wrap {
	padding: 0;
	display: inline-block;
	width: auto;
	position: relative;
	min-width: 217px;
}

.wpcf7 .btn-wrap:after {
	position: absolute;
	content: "";
	width: 23px;
	height: 23px;
	background-size: auto;
	background-repeat: no-repeat;
	background-image: url("https://barriosvirguez.com/nitropack_static/OWvxqOaJzjaChwlWCXWDpJhZpigpUXWR/assets/images/optimized/rev-320090c/barriosvirguez.com/wp-content/themes/barrios-virguez/assets/img/arrow-up.svg");
	background-position: center;
	right: 30px;
	top: 0px;
	z-index: 6;
	pointer-events: none;
	bottom: 0;
	margin: auto;
	transition: .5s;
}

.wpcf7 .btn-wrap:hover:after {
	transform: rotate(70deg);
	transition: .5s;
}

.wpcf7 .btn-wrap:hover:after {
	background-image: url("https://barriosvirguez.com/nitropack_static/OWvxqOaJzjaChwlWCXWDpJhZpigpUXWR/assets/images/optimized/rev-320090c/barriosvirguez.com/wp-content/themes/barrios-virguez/assets/img/arrow-up-white.svg");
}

.wpcf7 .btn-wrap .wpcf7-submit {
	position: relative;
	padding: 16px 30px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 6px;
	background-color: var(--color-3-white);
	color: var(--color-2-beige);
	z-index: 1;
	overflow: hidden;
	border: none;
	text-transform: capitalize;
	box-shadow: 0px 0px 8px transparent;
	min-width: 217px;
	margin-left: 2px;
	border: 2px solid var(--color-3-white);
	transition: .5s;
	text-indent: -35px;
}

.wpcf7 .btn-wrap .wpcf7-submit:hover {
	transition: .5s;
	background: var(--color-2-beige);
	color: var(--color-3-white);
	border-color: var(--color-2-beige);
}

div.wpcf7 .ajax-loader {
	position: absolute;
	left: 0;
	right: 0px;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 1;
	z-index: 1;
	display: block;
}

div.wpcf7 form.submitting .btn-wrap input, .sidebar div.wpcf7 form.submitting .btn-wrap input {
	text-decoration: none;
	opacity: .3;
}

div.wpcf7 form.submitting .btn-wrap {
	border: none;
	background: none;
	pointer-events: none;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	max-width: 224px;
	visibility: hidden;
	display: none !important;
}

.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok, .wpcf7 form.sent .wpcf7-response-output, .thank-you-message {
	color: #fff !important;
	background: transparent;
	text-align: center;
	margin-left: auto !important;
	margin-right: auto !important;
	opacity: 0;
}

.wpcf7 form[data-status=sent] .wpcf7-response-output.message-sent {
	opacity: 1;
	font-size: 15px;
	background: #fff !important;
	color: #00772c !important;
	position: relative !important;
	bottom: 0 !important;
	border-left: 5px solid #00772c !important;
	text-align: center !important;
	box-shadow: 0px 0px 11px #e2e2e2 !important;
	min-width: 411px !important;
	padding: 15px !important;
	font-weight: 600 !important;
	margin-top: 30px !important;
}

.sidebar .wpcf7 form[data-status="sent"] .wpcf7-response-output {
	color: #00772c !important;
	min-width: 320px !important;
	bottom: 0;
	position: relative;
	opacity: 1;
}

textarea {
	resize: none;
	height: 5rem;
}

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

/* placeholder */
.wpcf7 ::-webkit-input-placeholder {
	color: rgba(242, 242, 242, 1);
	font-weight: 600;
}

.wpcf7 select {
	color: rgba(242, 242, 242, 1);
	font-weight: 600;
}

.wpcf7 ::-moz-placeholder {
	color: rgba(242, 242, 242, 1);
	font-weight: 600;
}

.wpcf7 :-ms-input-placeholder {
	color: rgba(242, 242, 242, 1);
	font-weight: 600;
}

.wpcf7 :-moz-placeholder {
	color: rgba(242, 242, 242, 1);
	font-weight: 600;
}

.wpcf7 .wpcf7-not-valid-tip, .wpcf7 label.error {
	color: #fff;
	position: absolute;
	bottom: -14px;
	right: 0px;
	font-size: 10px;
	background-color: #b30000;
	padding: 4px;
	border-radius: 0px;
	line-height: 6px;
	text-transform: capitalize;
	margin: 0;
}

.wpcf7 .wpcf7-not-valid-tip {
	font-size: 0px;
	display: none;
}

.wpcf7 .quiz-math .wpcf7-not-valid-tip {
	font-size: 10px;
	display: inline-block;
}

.contact-form-sidebar .wpcf7-select {
	color: white;
	border: 1px solid white;
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
	text-transform: capitalize;
}

.wpcf7 .wpcf7-checkbox .wpcf7-list-item {
	display: inline-block;
	margin: 0;
	margin-right: 20px;
	vertical-align: middle;
}

.wpcf7 .wpcf7-list-item label {
	display: flex;
	align-items: center;
}

.wpcf7 .wpcf7-list-item label input[type="checkbox"] {
	margin-right: 10px;
}

.wpcf7 .wpcf7-list-item label .wpcf7-list-item-label {
	display: inline-block !important;
	opacity: 1 !important;
	transition: none !important;
}

.form-acceptance-col .wpcf7-list-item label {
	line-height: 1.625rem;
	font-size: 16px;
	color: #000;
	display: flex;
	align-items: flex-start;
}

.wpcf7 .wpcf7-acceptance .wpcf7-list-item-label {
	display: inline-block !important;
	transition: none;
	line-height: 26px;
}

.wpcf7 .wpcf7-acceptance .wpcf7-list-item-label * {
	transition: none;
}

.form-acceptance-col .wpcf7-list-item label input {
	position: relative;
	top: 5px;
}

.form-acceptance-col .wpcf7-list-item {
	margin-left: 0;
}

/* Contact Form CSS END */

/* footer css start */

/* footer social icon */
.footer-social-icon-wrap {
	width: 100%;
	position: relative;
	margin-top: 25px;
	display: flex;
	align-items: center;
}

.footer-social-icon-wrap .footer-title {
	margin: 0;
	padding-right: 80px;
	position: relative;
	margin-right: 15px;
	text-transform: uppercase;
}

.footer-social-icon-wrap .footer-title:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	content: "";
	margin: auto;
	height: 1px;
	width: 60px;
	background: rgba(255, 255, 255, .2);
}

ul.footer-social {
	z-index: 1;
	display: flex;
	margin-top: 0px;
}

ul.footer-social li {
	margin: 0;
	margin-right: 11px;
}

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

.footer-social li a {
	position: relative;
	height: 35px;
	width: 35px;
	line-height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, .2);
	transition: .5s;
}

.footer-social li a:hover {
	border: 1px solid var(--color-2-beige);
	transition: .5s;
}

ul.footer-social li a svg, ul.footer-social li a img {
	height: 20px;
	width: 20px;
	transition: .5s;
}

ul.footer-social li a svg path, ul.footer-social li a svg circle, ul.footer-social li a svg rect {
	fill: var(--color-3-white);
	transition: .5s;
}

ul.footer-social li a:hover svg path, ul.footer-social li a:hover svg circle, ul.footer-social li a:hover svg rect {
	fill: var(--color-2-beige);
	transition: .5s;
}

.footer-sec ul li a br, ul.menu-top li a br {
	display: none;
}

.footer-sec ul li.current_page_item a {
	color: var(--color-2-beige);
}

/* footer social icon */

/* Footer CSS Start */
.footer-logo a {
	display: inline-block;
}

.main-footer {
	background: rgba(29, 17, 3, 1);
	padding-top: 50px;
	padding-bottom: 50px;
}

.footer-left-side {
	padding-right: 35px;
}

.footer-right-side {
	padding-left: 15px;
}

.footer-info p {
	font-weight: 300;
	font-size: 16px;
	color: var(--color-3-white);
}

.footer-logo img {
	width: auto;
	max-width: 100%;
}

.footer-logo {
	margin-bottom: 30px;
	max-width: 239px;
}

.footer-info {
	position: relative;
}

.footer-info a:hover {
	color: #fff;
	text-decoration: underline;
}

.footer-wrapper {
	margin-bottom: 40px;
}

.footer-title {
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 25px;
	margin-bottom: 15px;
	color: var(--color-3-white);
}

.copyright-wrapper {
	background: #281d10;
	padding: 5px 0;
}

.copyright {
	text-align: center;
	line-height: normal;
	padding: 0;
	display: flex;
	align-items: center;
	padding-bottom: 0;
}

.copyright p {
	margin: 0;
	font-weight: 300;
	color: var(--color-3-white);
	font-size: 14px;
}

.copyright .small-nav {
	margin-left: 5px;
	font-size: 14px;
	color: var(--color-3-white);
}

.small-nav a {
	display: inline-block;
	margin-right: 6px;
	position: relative;
	padding-right: 0;
	color: var(--color-3-white);
	margin-left: 4px;
}

.small-nav a:hover {
	color: var(--color-2-beige);
}

.small-nav a:after {
	position: absolute;
	content: "";
	width: 1px;
	height: 10px;
	background: var(--color-3-white);
	top: 0;
	right: -8px;
	bottom: 0;
	margin: auto;
}

.small-nav a:last-child:after {
	display: none;
	opacity: 0;
}

.footer-sec {
	margin-top: 30px;
	width: 100%;
	position: relative;
}

.footer-sec ul {
	width: 100%;
	padding-left: 15px;
}

.footer-sec ul li {
	position: relative;
	margin-bottom: 8px;
	line-height: normal;
}

.footer-sec ul li a {
	padding: 0;
	display: inline-block;
	color: rgba(211, 211, 211, 1);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	position: relative;
	padding-left: 20px;
}

.footer-sec ul li a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 7px;
	height: 7px;
	background: var(--color-3-white);
	opacity: 1;
	border-radius: 50%;
}

.footer-sec ul li a:hover {
	color: var(--color-2-beige);
}

.footer-sec ul li:last-child {
	margin-bottom: 0px;
}

.footer-sec ul li a br, ul.menu-top li a br {
	display: none;
}

/* Footer CSS Start END */

/* nap css new */
.map-display-item {
	position: absolute;
	width: 80%;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	z-index: 0;
}

.map-display-item iframe {
	width: 100%;
	height: 100%;
	border: none;
}

.footer-location-right-side {
	position: absolute;
	right: 0;
	width: 56%;
	margin: auto;
	top: -130px;
	bottom: 0;
	height: calc(100% - 230px);
}

.footer-location-right-side .nap-footer {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	height: 100%;
}

.nap-box-wrap {
	width: 330px;
	padding: 30px;
	border-radius: 10px;
	background: rgba(242, 242, 242, 1);
	border: 1px solid rgba(197, 197, 197, 1);
	box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, .2);
	z-index: 1;
	position: relative;
}

.nap-box-wrap .location-heading {
	color: rgba(38, 38, 38, 1);
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.nap-box-wrap .accordion-item .accordion-header .accordion-button {
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	color: rgba(25, 28, 29, 1);
	box-shadow: none;
	background: transparent;
	padding: 0;
}

.nap-box-wrap .accordion-item .accordion-header .accordion-button:hover {
	color: rgba(194, 151, 99, 1);
}

.nap-box-wrap .accordion-item .accordion-header .accordion-button[aria-expanded="true"] {
	color: rgba(194, 151, 99, 1);
	font-weight: 700;
}

.nap-box-wrap .accordion-body {
	padding: 0;
}

.accordion-body .location-center {
	color: rgba(121, 122, 123, 1);
	font-size: 16px;
	font-weight: 300;
	line-height: normal;
	padding-top: 10px;
}

.accordion-body .location-center .direction-link {
	color: rgba(25, 28, 29, 1);
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
	border-bottom: 1px solid rgba(25, 28, 29, 1);
	line-height: 16px;
}

.accordion-body .location-center .direction-link span {
	display: inline-block;
	letter-spacing: -2.5px;
	font-size: 14px;
	position: relative;
	margin-left: 0;
}

.accordion-body .location-center .direction-link:hover {
	color: rgba(194, 151, 99, 1);
	border-color: rgba(194, 151, 99, 1);
}

.nap-box-wrap .accordion-item {
	background: none;
	border: none;
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(216, 203, 188, 1);
	padding-bottom: 15px;
	box-shadow: none;
}

.nap-box-wrap .accordion-item:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.nap-contact-info {
	margin-top: 10px;
}

.nap-contact-info .phoneno span {
	color: rgba(121, 122, 123, 1);
	font-size: 16px;
	font-weight: 300;
	line-height: normal;
}

.nap-contact-info .phoneno:hover span {
	color: rgba(194, 151, 99, 1);
}

.nap-box-wrap .accordion-item .accordion-button::after {
	background-image: url("https://barriosvirguez.com/nitropack_static/OWvxqOaJzjaChwlWCXWDpJhZpigpUXWR/assets/images/optimized/rev-320090c/barriosvirguez.com/wp-content/themes/barrios-virguez/assets/img/location-arrow.png");
	transform: rotate(0deg);
	background-size: auto;
}

.nap-box-wrap .accordion-item .accordion-button:not(.collapsed)::after {
	background-image: url("https://barriosvirguez.com/nitropack_static/OWvxqOaJzjaChwlWCXWDpJhZpigpUXWR/assets/images/optimized/rev-320090c/barriosvirguez.com/wp-content/themes/barrios-virguez/assets/img/location-arrow.png");
	transform: rotate(90deg);
}

/* nap css new */

/* side menu logo */
.menu-logo-wrapper {
	position: absolute;
	padding: 15px 20px;
	max-width: 115px;
	z-index: 15;
	opacity: 0;
	pointer-events: none;
}

.menu-logo-wrapper a {
	display: inline-block;
}

.menu-logo-wrapper a img {
	width: auto;
}

/* side menu logo */

/* Home Page CSS Start Here */
.home-banner {
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	z-index: 1;
	background-color: #181a1b;
	padding-top: 0;
	padding-bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border: 2px solid transparent;
}

.home-banner .container {
	z-index: 1;
	position: relative;
	top: 0;
	height: 100%;
	display: flex;
	align-items: center;
}

.home-banner .banner-title {
	position: relative;
	margin: 0;
	font-size: 41px;
	line-height: 61px;
	text-transform: uppercase;
	font-weight: 700;
}

.home-banner .banner-content {
	width: 100%;
	position: relative;
	margin-bottom: 0;
	max-width: 555px;
}

.home-banner .banner-content p {
	margin-bottom: 0;
	color: var(--color-4-cream);
	font-size: 20px;
	line-height: 30px;
}

.home-banner img.home-banner-bg {
	position: absolute;
	width: 40%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 90%;
	right: 5%;
	bottom: 0;
	background-position: top center;
}

.home-banner:after {
	width: 80%;
	height: 250px;
	background: #000;
	border-radius: 50%;
	filter: blur(50px);
	opacity: 1;
	content: "";
	bottom: -90px;
	position: absolute;
	right: 0%;
}

.banner-wrap {
	max-width: 645px;
	position: relative;
	margin-top: -50px;
}

.banner-wrap .home-banner-info {
	width: 100%;
	position: relative;
}

.banner-wrap .home-banner-info .page-button .btn {
	margin-right: 15px;
}

.banner-wrap .home-banner-info .page-button .btn:focus svg path {
	stroke: var(--color-2-beige);
}

.google-banner-info {
	display: flex;
	align-items: center;
	background: rgba(31, 31, 34, .5);
	padding: 14px 25px;
	border-radius: 8.46px;
	margin-bottom: 15px;
	border: 1.41px solid rgba(74, 74, 74, 1);
	width: auto;
}

.google-text-info {
	color: rgba(255, 255, 255, 1);
	font-size: 16px;
	margin-left: 30px;
	text-transform: uppercase;
	line-height: 1.1;
}

.google-image img {
	width: auto;
	max-width: 142px;
}

/* Home CSS End */

/* Home About CSS */
.our-about-sec:after {
	content: "";
	width: 270px;
	height: 213px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("https://barriosvirguez.com/wp-content/themes/barrios-virguez/assets/img/about-right-pattern.webp");
	background-position: center right;
	right: 0;
	top: -80px;
	position: absolute;
	z-index: 6;
	pointer-events: none;
}

.our-about-sec {
	background: rgba(255, 248, 239, 1);
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.about-info-col {
	display: flex;
	align-items: center;
	position: relative;
}

.about-info-col:before {
	content: "";
	width: 168px;
	height: 156px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("https://barriosvirguez.com/nitropack_static/OWvxqOaJzjaChwlWCXWDpJhZpigpUXWR/assets/images/optimized/rev-320090c/barriosvirguez.com/wp-content/themes/barrios-virguez/assets/img/aboud-left-bg.svg");
	background-position: center;
	position: absolute;
	left: -60px;
	bottom: -80px;
	z-index: 0;
	pointer-events: none;
}

.about-info-col > div {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.home-about-image {
	display: flex;
	height: 100%;
	border-radius: 16px;
	position: relative;
}

.our-about-sec .home-about-image img {
	width: 100%;
	object-fit: cover;
	border-radius: 12px;
}

.home-contact-col .form-small-text {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	max-width: 460px;
}

.home-contact-col .heading {
	margin-bottom: 15px;
}

.text-color-gr {
	background: linear-gradient(88.98deg, #fff 12.99%, #ffd19a 50.25%, #ffd19a 94.78%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
}

.home-contact-col .wpcf7 {
	background: rgba(25, 28, 29, 1);
	padding: 50px;
	border-radius: 12px;
	width: 100%;
	position: relative;
	padding-top: 40px;
}

.our-about-sec:after {
	content: "";
	width: 234px;
	height: 181px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("https://barriosvirguez.com/nitropack_static/OWvxqOaJzjaChwlWCXWDpJhZpigpUXWR/assets/images/optimized/rev-320090c/barriosvirguez.com/wp-content/themes/barrios-virguez/assets/img/right-paatern-filled-1.webp");
	background-position: right;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

/* Home About CSS */

/* trust symbol logo */
.trust-logos-section {
	padding-bottom: 10px;
	position: absolute;
	background: transparent;
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 80%;
}

.trust-logos-section .owl-carousel .owl-item .item {
	height: 115px;
	padding: 0 10px;
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.trust-logos-section .owl-carousel .owl-item .item img {
	height: 115px;
	width: auto;
	margin: 0;
	padding: 0px;
	max-width: 200px;
	object-fit: contain;
	object-position: center;
}

/* trust symbol logo */

/* CTA Details */
.cta-wrap-section {
	background: rgba(29, 17, 3, 1);
}

.cta-detail {
	background: rgba(194, 151, 99, 1);
	text-align: center;
	padding: 50px;
	width: 100%;
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	z-index: 1;
}

.cta-detail:before {
	content: "";
	width: 162px;
	height: 150px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("https://barriosvirguez.com/nitropack_static/OWvxqOaJzjaChwlWCXWDpJhZpigpUXWR/assets/images/optimized/rev-320090c/barriosvirguez.com/wp-content/themes/barrios-virguez/assets/img/left-pattern-logo-1.webp");
	background-position: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	pointer-events: none;
}

.cta-detail:after {
	content: "";
	width: 118px;
	height: 116px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("https://barriosvirguez.com/nitropack_static/OWvxqOaJzjaChwlWCXWDpJhZpigpUXWR/assets/images/optimized/rev-320090c/barriosvirguez.com/wp-content/themes/barrios-virguez/assets/img/right-pattern-logo-1.webp");
	background-position: center;
	position: absolute;
	right: 0;
	bottom: 0;
	pointer-events: none;
	z-index: -1;
}

.cta-detail .cta-title {
	color: #fff;
	font-size: 40px;
	line-height: 48px;
	font-weight: 700;
	text-transform: uppercase;
}

.normal-link {
	color: rgba(242, 242, 242, 1);
	font-size: 20px;
	display: inline-block;
	border-bottom: 1px solid rgba(242, 242, 242, 1);
	transition: .5s;
	line-height: 24px;
}

.normal-link:hover {
	color: rgba(0, 0, 0, 1);
	border-color: rgba(0, 0, 0, 1);
	transition: .5s;
}

.cta-detail .cta-link {
	margin-top: 15px;
	margin-bottom: 35px;
}

.cta-phone .cta-btn {
	position: relative;
	padding: 16px 30px;
	font-size: 20px;
	font-weight: 600;
	border-radius: 6px;
	background-color: var(--color-3-white);
	color: var(--color-2-beige);
	z-index: 1;
	overflow: hidden;
	border: none;
	text-transform: capitalize;
	box-shadow: 0px 0px 8px transparent;
	min-width: 217px;
	margin-left: 2px;
	border: 2px solid var(--color-3-white);
	transition: .5s;
}

.cta-phone .cta-btn:hover {
	background-color: transparent;
	color: var(--color-3-white);
	border-color: var(--color-3-white);
	transition: .5s;
}

.cta-phone .cta-btn svg {
	height: 27px;
	width: 27px;
	margin-right: 5px;
}

.cta-phone .cta-btn:hover svg path {
	fill: #fff;
}

/* CTA Details */

/* footer bottom right logo and link css */
.footer-bottom-right-info {
	display: flex;
	align-items: center;
	padding-right: 37px;
	justify-content: flex-end;
	margin-top: 33px;
}

.footer-bottom-right-info .footer-phone-num {
	font-size: 24.52px;
	font-weight: 700;
	color: #fff;
	text-align: center;
}

.footer-bottom-right-info .footer-phone-num span {
	display: block;
	font-size: 14.01px;
	color: rgba(172, 172, 172, 1);
	font-weight: 300;
	margin-bottom: 5px;
}

.logo-list-wrap {
	display: flex;
	align-items: center;
}

.logo-and-link {
	margin-left: 30px;
	display: inline-block;
}

.logo-and-link img {
	width: auto;
	max-width: 222px;
}

/* footer bottom right logo and link css */
.border-bottom-line .heading {
	padding-bottom: 15px;
	position: relative;
	display: inline-block;
}

.border-bottom-line .heading:before {
	content: "";
	width: 100%;
	height: 3px;
	bottom: 0;
	left: 0;
	margin: auto;
	background: rgba(194, 151, 99, 1);
	position: absolute;
}

.border-left-line .heading {
	padding-left: 20px;
	position: relative;
}

.border-left-line .heading:before {
	content: "";
	width: 3px;
	height: calc(100% - 22px);
	top: -1px;
	bottom: 0;
	left: 0;
	margin: auto;
	background: rgba(242, 242, 242, 1);
	position: absolute;
}

/* Duluth Personal Injury Law Firm CSS */
.law-firm-section {
	background: #1d1103;
	z-index: 0;
}

.law-firm-left-col img {
	border-radius: 8px;
	width: 100%;
}

.law-firm-right-col {
	display: flex;
	align-items: center;
}

.law-firm-right-col > div {
	padding-left: 30px;
	padding-right: 98px;
}

.law-firm-left-col {
	padding-top: 50px;
	padding-bottom: 50px;
}

.law-firm-section:after {
	background: rgba(194, 151, 99, 1);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	height: calc(100% - 140px);
	width: 63%;
	content: "";
	z-index: -1;
	margin: auto;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
}

/* Duluth Personal Injury Law Firm CSS */

/* Duluth Personal Injury Lawyer */
.personal-injury-lawyer-section {
	background-color: #765121;
}

.personal-injury-practice-section {
	background: rgba(255, 248, 239, 1);
	width: 100%;
}

.personal-injury-practice-section .container-fluid {
	padding-right: 0px;
	padding-left: 0;
}

.personal-injury-practice-section .practice-item .practice-name {
	color: rgba(194, 151, 99, 1);
	font-size: 28px;
	font-weight: 700;
	line-height: 30px;
	border-left: 2px solid rgba(194, 151, 99, 1);
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 20px;
}

.personal-injury-practice-section #practiceSlider .owl-stage-outer .owl-stage {
	padding-left: 0px !important;
}

/* Duluth Personal Injury Lawyer */

/* help Your legal case css */
.help-your-legal-case {
	background: #1d1103;
	position: relative;
	z-index: 0;
	padding-top: 70px;
	padding-bottom: 0px;
}

.help-case-right-col {
	display: flex;
	align-items: center;
}

.help-case-right-col img {
	width: 100%;
	object-fit: cover;
	border-radius: 8px;
	height: 100%;
	object-position: center;
}

.help-case-right-col > div {
	padding-left: 25px;
	height: calc(100% - 80px);
}

.help-case-left-col > div {
	padding-right: 35px;
}

.help-your-legal-case .container-fluid {
	position: relative;
}

.help-your-legal-case .container-fluid:before {
	background: rgba(194, 151, 99, 1);
	position: absolute;
	bottom: 0;
	left: 0;
	height: calc(100% - 0px);
	width: 67%;
	content: "";
	z-index: -1;
	margin: auto;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
}

.help-case-left-col {
	display: flex;
	align-items: center;
	padding-top: 70px;
	padding-bottom: 70px;
}

/* help Your legal case css */
.btn.normal-btn {
	transition: .5s;
	background: #fff;
	color: var(--color-2-beige);
	border-color: var(--color-2-beige);
}

.btn.normal-btn:hover {
	background: var(--color-2-beige);
	border-color: var(--color-2-beige);
	color: var(--color-3-white);
	transition: .5s;
}

.btn.normal-btn:hover svg path {
	stroke: #fff;
}

/* practice area css */
.practice-area-list-section {
	background: rgba(255, 248, 239, 1);
	z-index: 0;
	overflow: hidden;
}

.practice-area-list-section:before {
	content: "";
	width: 111px;
	height: 111px;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url("https://barriosvirguez.com/nitropack_static/OWvxqOaJzjaChwlWCXWDpJhZpigpUXWR/assets/images/optimized/rev-320090c/barriosvirguez.com/wp-content/themes/barrios-virguez/assets/img/practice-pattern-left.webp");
	background-position: right;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

.practice-area-list-section:after {
	content: "";
	width: 111px;
	height: 111px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("https://barriosvirguez.com/nitropack_static/OWvxqOaJzjaChwlWCXWDpJhZpigpUXWR/assets/images/optimized/rev-320090c/barriosvirguez.com/wp-content/themes/barrios-virguez/assets/img/practice-pattern-right.webp");
	background-position: right;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 0;
}

.heading.plain-color {
	color: rgba(194, 151, 99, 1);
}

.practice-heading-col {
	display: flex;
	align-items: center;
}

.practice-area-list-section .heading {
	max-width: 286px;
}

.practice-icon {
	width: 60px;
	display: inline-block;
}

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

.practice-item-info-col {
	display: flex;
	background: #fff8ef;
	position: relative;
	z-index: 1;
}

.practice-item-info-col a .practice-title {
	color: rgba(25, 28, 29, 1);
	font-size: 28px;
	font-weight: 500;
	text-transform: capitalize;
	margin-top: 30px;
	margin-bottom: 10px;
	max-width: 290px;
}

.practice-item-info-col a {
	border: 1px solid rgba(194, 151, 99, 1);
	width: 100%;
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-shadow: 0px 10px 30px 0px transparent;
	border-radius: 8px;
	background-color: #fff8ef;
	min-height: 305px;
	transition: all .5s ease;
	overflow: hidden;
	z-index: 1;
}

.practice-item-info-col a:hover {
	box-shadow: 0px 10px 20px 0px rgba(121, 75, 18, .6);
	background: linear-gradient(123.94deg, #c29763 5.25%, #a76f2c 84.23%);
	transition: all .5s ease;
	z-index: 1;
}

.practice-area-list-section .g-4, .practice-area-list-section .gy-4 {
	--bs-gutter-y: 2rem;
}

.practice-area-list-section .g-4, .practice-area-list-section .gx-4 {
	--bs-gutter-x: 2rem;
}

.practice-item-info-col {
	display: flex;
}

.practice-item-info-col a:hover .practice-title {
	max-width: 100%;
	font-size: 23px;
	line-height: 30px;
	margin-bottom: 0;
	margin-top: 50px;
}

.practice-item-info-col a:hover .practice-title, .practice-item-info-col a:hover .practice-content-short {
	color: #fff;
	transition: color .5s ease;
}

.practice-item-info-col a:hover .practice-icon svg path {
	stroke: #fff;
	transition: fill .5s ease;
}

.practice-item-info-col:nth-child(3) a:hover .practice-icon svg path, .practice-item-info-col:nth-child(4) a:hover .practice-icon svg path, .practice-item-info-col:nth-child(5) a:hover .practice-icon svg path {
	fill: #fff;
	stroke: transparent;
}

.practice-content-short {
	opacity: 0;
	margin-bottom: -190px;
	transition: opacity .5s ease, margin-bottom .5s ease;
}

.practice-item-info-col a:hover .practice-content-short {
	opacity: 1;
	margin-bottom: 0px;
	transition: opacity .5s ease, margin-bottom .5s ease;
}

/* practice area css */

/* common personal injury css */
.common-personal-injury {
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("https://barriosvirguez.com/nitropack_static/OWvxqOaJzjaChwlWCXWDpJhZpigpUXWR/assets/images/optimized/rev-320090c/barriosvirguez.com/wp-content/themes/barrios-virguez/assets/img/success-bg.webp");
	background-size: cover;
	padding-top: 140px;
	padding-bottom: 70px;
}

.common-personal-injury.nitro-lazy {
	background-image: none !important;
}

.common-personal-injury-first {
	background: rgba(194, 151, 99, 1);
	padding: 70px;
	border-radius: 8px;
	position: relative;
	width: calc(100% - 70px);
	min-height: 530px;
	display: flex;
	align-items: center;
}

.common-personal-info-right-col {
	width: 50%;
	position: absolute;
	right: -70px;
	top: -70px;
	height: calc(100% - 0px);
	overflow: hidden;
	border-radius: 8px;
	display: flex;
	align-items: center;
}

.common-personal-info-right-col img {
	width: 100%;
	border-radius: 8px;
	height: 100%;
	object-fit: cover;
}

.common-personal-info-right-col .fullwidth {
	border-radius: 8px;
	height: 100%;
}

.common-personal-injury-second {
	background: rgba(194, 151, 99, 1);
	padding: 70px;
	border-radius: 8px;
	position: relative;
	width: calc(100% - 70px);
	min-height: 530px;
	display: flex;
	align-items: center;
	margin-top: 140px;
	margin-left: auto;
	margin-right: 15px;
}

.common-personal-injury-second .common-personal-info-left-col {
	margin-left: auto;
}

.common-personal-image-left-col {
	width: 50%;
	position: absolute;
	left: -70px;
	top: -70px;
	height: calc(100% - 0px);
	overflow: hidden;
	border-radius: 8px;
	display: flex;
	align-items: center;
}

.common-personal-image-left-col img {
	width: 100%;
	border-radius: 8px;
	height: 100%;
	object-fit: cover;
}

.common-personal-image-left-col .fullwidth {
	border-radius: 8px;
	height: 100%;
}

/* common personal injury css */

/* affiliation css */
.affiliation-section {
	background: rgba(255, 248, 239, 1);
	overflow: hidden;
}

.affiliation-section:after {
	content: "";
	width: 154px;
	height: 131px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("https://barriosvirguez.com/nitropack_static/OWvxqOaJzjaChwlWCXWDpJhZpigpUXWR/assets/images/optimized/rev-320090c/barriosvirguez.com/wp-content/themes/barrios-virguez/assets/img/affiliation-left-pattern.webp");
	background-position: right;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	pointer-events: none;
}

.affiliation-heading {
	position: relative;
}

.affiliation-heading:after {
	position: absolute;
	right: 50px;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 3px;
	background: rgba(194, 151, 99, 1);
	content: "";
	margin: auto;
}

.affiliation-col {
	display: flex;
	align-items: center;
	justify-content: center;
}

.affiliation-col .affiliation-logo {
	overflow: hidden;
}

.affiliation-col .affiliation-logo .affiliation-logo img {
	max-height: 195px;
	width: auto;
}

/* affiliation css */

/* what to do section */
.what-to-do-section {
	background: rgba(255, 246, 234, 1);
}

.faq-section-wrap .accordion-item {
	background: none;
	border: none;
	width: 100%;
	position: relative;
	border-radius: 0px;
	border-bottom: 1.2px solid rgba(228, 216, 201, 1);
	padding: 0;
}

.faq-section-wrap .accordion-item:last-child {
	border: none;
}

.faq-section-wrap .accordion-header .accordion-button {
	color: rgba(25, 28, 29, 1);
	font-size: 20px;
	font-weight: 600;
	border: none;
	background: transparent;
	box-shadow: none;
	padding-left: 0px;
	padding-right: 0px;
}

.faq-section-wrap .accordion-header .accordion-button[aria-expanded="true"] {
	color: rgba(53, 55, 59, 1);
	box-shadow: none;
	border-bottom: none;
	padding-bottom: 0;
}

.faq-section-wrap .accordion-body {
	padding: 0;
	padding-top: 15px;
	padding-bottom: 15px;
}

.faq-section-wrap .accordion-item .accordion-button:not(.collapsed)::after {
	background-image: url("https://barriosvirguez.com/nitropack_static/OWvxqOaJzjaChwlWCXWDpJhZpigpUXWR/assets/images/optimized/rev-320090c/barriosvirguez.com/wp-content/themes/barrios-virguez/assets/img/location-arrow.png");
	transform: rotate(90deg);
}

.faq-section-wrap .accordion-item .accordion-button::after {
	background-image: url("https://barriosvirguez.com/nitropack_static/OWvxqOaJzjaChwlWCXWDpJhZpigpUXWR/assets/images/optimized/rev-320090c/barriosvirguez.com/wp-content/themes/barrios-virguez/assets/img/location-arrow.png");
	transform: rotate(0deg);
	background-size: auto;
}

.what-to-do-section:after {
	content: "";
	width: 194px;
	height: 230px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("https://barriosvirguez.com/nitropack_static/OWvxqOaJzjaChwlWCXWDpJhZpigpUXWR/assets/images/optimized/rev-320090c/barriosvirguez.com/wp-content/themes/barrios-virguez/assets/img/car-accident-pattern-right.webp");
	background-position: right;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 0;
}

/* what to do section */

/* Home Team */
.white-colr-sec .heading, .white-colr-sec .heading span, .white-colr-sec .title {
	color: #fff;
}

.home-team-sec {
	background: #1d1103;
	width: 100%;
}

.home-team-sec .common-team-padding {
	padding: 0 40px;
}

.home-team-sec .team-header {
	margin-bottom: -40px;
	z-index: 2;
}

.home-team-sec .team-item-wrap:nth-child(2) {
	margin-top: -72px;
	position: relative;
	z-index: 1;
}

.home-team-sec .team-header .heading {
	max-width: 410px;
	padding-left: 30px;
}

.home-team-sec .team-btn-right {
	margin-top: -87px;
}

.home-team-sec .heading span {
	display: block;
	width: auto;
}

.home-team-sec .heading .left-center-line {
	display: inline-block;
	position: relative;
	padding-left: 85px;
	margin-left: 61px;
	color: var(--color-3-white);
}

.home-team-sec .heading .left-center-line:before {
	content: "";
	display: inline-block;
	width: 70px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	background: rgba(194, 151, 99, 1);
	height: 1px;
}

.team-item-wrap {
	position: relative;
}

.team-item-wrap a {
	position: relative;
	display: block;
	z-index: 0;
}

.team-item-wrap a:after {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 70%;
	content: "";
	border-radius: 0px 0px 10px 10px;
	pointer-events: none;
}

.team-item-wrap a .team-info-bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 50px;
	z-index: 2;
}

.team-item-wrap a .designation-text {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}

.team-item-wrap a .team-name {
	font-size: 36px;
	color: #fff;
	margin-bottom: 35px;
	margin-top: 15px;
	font-weight: 500;
	text-transform: uppercase;
}

.team-item-wrap a img {
	width: 100%;
	border-radius: 10px;
	position: relative;
}

.home-team-sec .team-item-wrap:nth-child(2) a {
	height: calc(100% - 94px);
	display: flex;
}

.btn.brown-btn {
	background: var(--color-2-beige);
	border-color: var(--color-2-beige);
	color: var(--color-3-white);
	transition: .5s;
}

.btn.brown-btn svg path {
	stroke: var(--color-3-white);
}

.btn.brown-btn:hover {
	background-color: var(--color-3-white);
	color: var(--color-2-beige);
	border-color: var(--color-2-beige);
	transition: .5s;
}

.btn.brown-btn:hover svg path {
	stroke: var(--color-2-beige);
}

/* Home Team */

/* Home Video CSS */
.home-victory-sec {
	background-color: #262526;
	background-image: url("https://barriosvirguez.com/nitropack_static/OWvxqOaJzjaChwlWCXWDpJhZpigpUXWR/assets/images/optimized/rev-320090c/barriosvirguez.com/wp-content/themes/barrios-virguez/assets/img/victory-bg-pattern.webp");
}

.home-victory-sec.nitro-lazy {
	background-image: none !important;
}

.victory-content-col-left {
	position: relative;
}

.victory-video-section {
	width: 100%;
	position: relative;
	height: 366px;
	overflow: hidden;
}

.victory-video-section img {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

.victory-video-section video {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	bottom: 0;
	margin: auto;
}

.victory-video-section .victory-video-info {
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	pointer-events: none;
}

.victory-video-section .victory-small-text {
	font-size: 22px;
}

.victory-video-section .victory-price-text {
	font-weight: 800;
	font-size: 65px;
	line-height: 65px;
	margin-top: 25px;
	margin-bottom: 20px;
	text-align: center;
}

.victory-video-section .victory-price-text span {
	color: var(--color-2-beige);
	text-transform: uppercase;
	display: inline-block;
}

.victory-video-section .victory-name {
	color: rgba(210, 210, 209, 1);
	font-size: 22px;
	line-height: 28px;
	position: relative;
	padding-left: 85px;
	display: inline-block;
}

.victory-video-section .victory-name:before {
	content: "";
	display: inline-block;
	width: 70px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	background: rgba(194, 151, 99, 1);
	height: 1px;
}

.victory-content-col-right {
	display: flex;
	align-items: center;
}

.victory-slider-wrap .item .victory-item-wrap .victory-price-text {
	font-weight: 800;
	font-size: 38px;
	line-height: 38px;
	margin-top: 7px;
	margin-bottom: 7px;
	color: #fff;
}

.victory-slider-wrap .item .victory-item-wrap .victory-small-text {
	font-size: 16px;
	color: #fff;
}

.victory-slider-wrap .item .victory-item-wrap .victory-title {
	font-size: 16px;
	color: #fff;
	position: relative;
	padding-left: 50px;
}

.victory-slider-wrap .item .victory-item-wrap .victory-title:before {
	content: "";
	display: inline-block;
	width: 43px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	background: rgba(194, 151, 99, 1);
	height: 1px;
}

.victory-slider-wrap .item .victory-item-wrap .victory-price-text span {
	color: var(--color-2-beige);
	text-transform: uppercase;
	display: inline-block;
}

.victory-slider-wrap {
	width: 100%;
	position: relative;
}

.victory-slider-wrap .item {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.victory-slider-wrap .item .row:nth-child(2) {
	margin-top: 20px;
}

.victory-btn-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	border-top: 1px solid rgba(255, 255, 255, .15);
	padding-top: 35px;
}

.victory-btn-wrap .victory-slide-btn {
	display: flex;
	width: 120px;
	justify-content: space-between;
	position: relative;
}

.victory-btn-wrap .victory-prev, .victory-btn-wrap .victory-next {
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("https://barriosvirguez.com/nitropack_static/OWvxqOaJzjaChwlWCXWDpJhZpigpUXWR/assets/images/optimized/rev-320090c/barriosvirguez.com/wp-content/themes/barrios-virguez/assets/img/slide-arrow.svg");
	height: 55px;
	width: 55px;
	background-size: 11px;
	position: relative;
	font-size: 0px;
	border: 1px solid #fff;
	display: block;
	border-radius: 50%;
	cursor: pointer;
}

.victory-btn-wrap .victory-prev.nitro-lazy, .victory-btn-wrap .victory-next.nitro-lazy {
	background-image: none !important;
}

.victory-btn-wrap .victory-prev:hover, .victory-btn-wrap .victory-next:hover {
	border-color: var(--color-2-beige);
	background-image: url("https://barriosvirguez.com/nitropack_static/OWvxqOaJzjaChwlWCXWDpJhZpigpUXWR/assets/images/optimized/rev-320090c/barriosvirguez.com/wp-content/themes/barrios-virguez/assets/img/slide-arrow-beige.svg");
}

.victory-btn-wrap .victory-prev:hover.nitro-lazy, .victory-btn-wrap .victory-next:hover.nitro-lazy {
	background-image: none !important;
}

.victory-btn-wrap .victory-next {
	transform: rotate(180deg);
}

.middle-cta-section {
	position: relative;
	width: 100%;
}

/* Home Video CSS End */

/* Header Gtranslate */
.language-toggle a {
	padding: 25px 0px;
	display: flex;
	align-items: center;
	text-decoration: none;
	position: relative;
	text-transform: uppercase;
	color: var(--color-3-white);
	font-weight: 600;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 0px;
	border-right: 2px solid rgba(255, 255, 255, .4);
	padding-left: 10px;
	padding-right: 30px;
}

.spanish-header .language-toggle a {
	font-size: 13px;
}

.language-toggle a:before {
	content: "";
	position: absolute;
	top: -1px;
	margin: auto;
	right: 15px;
	background-size: 12px;
	background-repeat: no-repeat;
	background-image: url("https://barriosvirguez.com/nitropack_static/OWvxqOaJzjaChwlWCXWDpJhZpigpUXWR/assets/images/optimized/rev-320090c/barriosvirguez.com/wp-content/themes/barrios-virguez/assets/img/menu-up-arrow.svg");
	background-position: center;
	height: 16px;
	width: 10px;
	bottom: 1px;
	background-size: contain;
}

.gtranslate_wrapper a.glink {
	padding: 30px 10px;
	text-decoration: none;
	position: relative;
	text-transform: uppercase;
	color: var(--color-3-white);
	font-weight: 600;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 0px;
	border-right: 2px solid rgba(255, 255, 255, .4);
	padding-right: 30px;
}

.gtranslate_wrapper a.glink:before {
	content: "";
	position: absolute;
	top: -1px;
	margin: auto;
	right: 15px;
	background-size: 12px;
	background-repeat: no-repeat;
	background-image: url("https://barriosvirguez.com/nitropack_static/OWvxqOaJzjaChwlWCXWDpJhZpigpUXWR/assets/images/optimized/rev-320090c/barriosvirguez.com/wp-content/themes/barrios-virguez/assets/img/menu-up-arrow.svg");
	background-position: center;
	height: 16px;
	width: 10px;
	bottom: 1px;
}

.translated-ltr .gtranslate_wrapper a.glink:before, .translated-ltr .menu-top li.menu-item-has-children:after {
	background-size: contain;
	height: 13px;
	width: 10px;
}

/* Select elements with data-gt-lang="es" */
.gtranslate_wrapper .gt-current-lang[data-gt-lang="en"] {
	display: none;
}

.gtranslate_wrapper .gt-current-lang[data-gt-lang="es"] {
	display: none;
}

.translated-ltr .menu-top li a {
	padding: 31px 6px;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0px;
}

.translated-ltr .gtranslate_wrapper a.glink {
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0px;
}

.translated-ltr .header-contact-info a font {
	font-size: 18px;
}

.translated-ltr .header-contact-info a span font {
	font-size: 14px;
}

.translated-ltr .header-contact-info {
	width: 218px;
}

/* Header Gtranslate */
.translated-ltr .home-banner .banner-content p {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 22px;
}

.translated-ltr .google-banner-info {
	margin: 0;
}

.translated-ltr .google-text-info {
	line-height: normal;
}

.translated-ltr .google-text-info {
	font-size: 11px;
	margin-left: 20px;
}

.translated-ltr font + br {
	display: none;
}

.translated-ltr .title, .translated-ltr .heading {
	margin-bottom: 25px;
	text-transform: none;
	font-size: 30px;
	line-height: 37px;
}

.translated-ltr .victory-video-section .victory-price-text {
	font-size: 45px;
	line-height: 45px;
	margin-top: 15px;
	margin-bottom: 10px;
}

.translated-ltr .victory-video-section .victory-name {
	font-size: 18px;
	line-height: 28px;
}

.translated-ltr .victory-slider-wrap .item .victory-item-wrap .victory-price-text {
	font-size: 28px;
	line-height: 32px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.translated-ltr .victory-slider-wrap .item .victory-item-wrap .victory-title {
	font-size: 14px;
	line-height: normal;
	margin-top: 10px;
}

.translated-ltr .practice-item-info-col a .practice-title {
	font-size: 22px;
}

.translated-ltr .practice-item-info-col a:hover .practice-content-short p {
	font-size: 14px;
	line-height: normal;
}

.translated-ltr .practice-item-info-col a {
	min-height: 330px;
}

.translated-ltr .home-banner .banner-title {
	font-size: 50px;
	line-height: 68px;
	margin-top: 15px;
}

.menu-top li.menu-item-has-children:hover:after, .gtranslate_wrapper a.glink:hover:before {
	background-image: url("https://barriosvirguez.com/nitropack_static/OWvxqOaJzjaChwlWCXWDpJhZpigpUXWR/assets/images/optimized/rev-320090c/barriosvirguez.com/wp-content/themes/barrios-virguez/assets/img/menu-up-arrow.svg");
	transform: rotate(180deg);
}

.law-firm-right-col p a, .help-case-left-col p a, .common-personal-info-left-col p a {
	color: rgba(0, 0, 0, 1);
}

.law-firm-right-col p a:hover, .help-case-left-col p a:hover, .common-personal-info-left-col p a:hover {
	text-decoration: underline;
}

.title, .heading {
	margin-bottom: 25px;
	position: relative;
	display: block;
	color: var(--color-1-black);
	text-transform: none;
	font-size: 39px;
	line-height: 48px;
	font-weight: 700;
}

.conclusion-section {
	background: rgba(255, 246, 234, 1);
}

#practiceSlider {
	padding-top: 100px;
}

#practiceSlider .owl-nav {
	bottom: inherit;
	padding: 0px 20px;
	justify-content: flex-end;
	gap: 15px;
}

#practiceSlider.owl-carousel .owl-nav .owl-next:hover, #practiceSlider.owl-carousel .owl-nav .owl-prev:hover {
	background-image: url("https://barriosvirguez.com/nitropack_static/OWvxqOaJzjaChwlWCXWDpJhZpigpUXWR/assets/images/optimized/rev-320090c/barriosvirguez.com/wp-content/themes/barrios-virguez/assets/img/next-gold.svg");
}

#practiceSlider.owl-carousel .owl-nav .owl-next:hover.nitro-lazy, #practiceSlider.owl-carousel .owl-nav .owl-prev:hover.nitro-lazy {
	background-image: none !important;
}

.punitive-damage-section .linklist ul li:after {
	background: #fff;
}

.acceptance-1 {
	font-size: 14px;
}

.acceptance-2 {
	font-size: 14px;
	margin: 10px 0 20px 0;
}

.acceptance-1 label {
	align-items: start !important;
}

.acceptance-2 label {
	align-items: start !important;
}

.acceptance-1 label input[type="checkbox"] {
	top: 7px;
	position: relative;
}

.acceptance-2 label input[type="checkbox"] {
	top: 7px;
	position: relative;
}

.acceptance-1 .wpcf7-list-item {
	margin: 0;
}

.acceptance-2 .wpcf7-list-item {
	margin: 0;
}

.contact-form-wrap {
	margin-top: 40px;
}

.contact-page-form .commonSelect {
	margin-bottom: 0;
}

.contact-page-form .wpcf7-textarea {
	height: 90px !important;
}
