
body {
	font-family: var(--primary-font);
	font-size: 18px;
	font-weight: 400;
	line-height: 2;
	padding-top: 100px;
	color: var(--grey);
}

a {
	background-color: transparent;
	text-decoration: none;
	color: var(--text);
	color: rgba(127, 16, 41, 1);
	font-weight: 500;
	cursor: pointer;
}

a:hover {
	color: black;
}

.header-logo a {
	line-height: 1;
}

@media (min-width:1200px) {
	header .header-logo img, header .header-logo svg {
		transition: all .5s;
	}
	
	header.shrink {
		width: auto;
		transition: all .5s;
	}
}

/********************Header***********************/
.container {
	max-width: var(--container-width);
}

.main-header-top, .main-header-top * {
	background: #051f38;
	color: #fff;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99999;
}

header.shrink {
	box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, .15);
	background: var(--red);
}

.header-search svg {
	position: relative;
	line-height: normal;
	cursor: pointer;
}

.main-header-top .social-media ul li {
	display: inline-block;
	margin-right: 15px;
}

.main-header-wrap .header-logo {
	width: 100%;
	max-width: 250px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: -1px;
}

.main-header-wrap .header-logo svg {
	width: 100%;
	padding-top: 5px;
	height: auto;
}

.header-apply-wrap .btn {
	padding: 13px 20px !important;
}

.main-header-wrap .header_menu_apply {
	width: 100%;
	max-width: calc(100% - 250px);
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.main-header-wrap .header-menu-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	width: 100%;
}

.header-apply-wrap {
	flex-shrink: 0;
}

.header-apply-wrap  .btn:hover svg path {
	fill: white;
}

.main-header-wrap .header-menu-wrap > ul {
	position: relative;
}

.main-header-wrap .header-menu-wrap > ul {
	margin-right: 10px;
	width: calc(100% - 24px);
}

.header-top-address {
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 10px;
	color: #fff;
	position: relative;
	padding-left: 25px;
	line-height: 1.3;
}

.header-top-address .icon {
	width: 20px;
	height: 20px;
	margin-right: 7px;
	position: absolute;
	top: 0;
	left: 0;
}

.header-top-phone-wrap {
	padding: 10px 15px 35px 15px;
	background: #5d5151;
	display: flex;
	justify-content: center;
	margin-bottom: -15px;
	transition: all .3s ease-in-out;
}

header.shrink .header-top-phone-wrap {
	padding: 10px 15px 10px 15px;
	background: transparent;
}

.header-top-phone a {
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.2;
}

.header-top-phone .icon {
	width: 15px;
}

.header-top-phone {
	display: flex;
	flex-direction: column;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
}

.header-top-phone .icon {
	width: 24px;
	height: 24px;
}

.header-top .top-right-col {
	display: flex;
	justify-content: flex-end;
}

.header-top-phone + .header-top-phone {
	margin-left: 30px;
}

.header-apply-wrap .btn {
	display: inline;
	display: inline-flex !important;
	background-image: linear-gradient(to bottom, #e5be12, #edcc0e, #f4da0b, #fae90a, #fff80b);
	border-color: transparent !important;
	color: #000 !important;
	padding: 10px 30px !important;
	margin-top: 5px;
	margin-left: 25px;
}

.header-top {
	background: var(--red);
}

.header-bottom {
	padding: 10px 0;
}

.call-us-today {
	display: none;
}

/*************Footer****************/
footer {
	text-align: center;
	padding-top: 70px;
	background-color: var(--black);
}

footer * {
	color: #fff;
}

.footer-social ul li svg path {
	fill: white;
}

.footer-social ul {
	display: flex;
	justify-content: center;
}

.footer-social ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 7px;
	transition: .5s;
	margin: 0px 5px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 1px solid white;
}

.footer-social ul li a:hover {
	background: white;
}

.footer-social ul li:hover a svg path {
	fill: var(--blue);
}

.footer-social ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: normal;
}

.quick-links ul {
	display: flex;
	justify-content: center;
	padding: 20px 0px;
	flex-wrap: wrap;
	position: relative;
}

.quick-links ul:before {
	width: 100%;
	height: 1px;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 47%, rgba(255, 255, 255, 0) 100%);
}

.quick-links ul:after {
	width: 100%;
	height: 1px;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 47%, rgba(255, 255, 255, 0) 100%);
}

.quick-links ul li {
	font-size: 19px;
	margin: 15px;
}

.quick-links ul li.current-menu-item a {
	color: var(--red);
}

.quick-links ul li a {
	font-weight: 400;
}

.quick-links ul li a:hover {
	color: var(--red);
}

.footer-copyright {
	background-color: #454545;
	text-transform: uppercase;
	line-height: 1.2;
}

body .footer-copyright li {
	display: inline;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid white;
	line-height: 1.2;
}

.footer-nap-col {
	margin-top: 10px;
	width: 49%;
}

.nap-post-title {
	font-size: 35px;
	color: rgba(255, 255, 255, .5);
	font-weight: 700;
}

.nap-postal-address-wrap {
	display: flex;
	flex-wrap: wrap;
}

.nap-postal-address-wrap .nap-col-in {
	max-width: 300px;
	margin-right: 30px;
}

.nap-postal-address-wrap .nap-col-in a {
	font-weight: 400;
}

.nap-postal-address-wrap .nap-col-in a:hover {
	color: white;
	text-decoration: none;
}

.direction-link {
	text-decoration: underline;
}

.direction-link:hover {
	text-decoration: none;
}

.address-wp {
	padding: 0px;
}

.nap-postal-address-wrap .nap-col-in .title {
	font-size: 20px;
	font-weight: 500;
}

.footer-top .footer-nap-row {
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	justify-content: center;
}

.footer-top .footer-nap-col + .footer-nap-col {
	margin-left: 2%;
}

/********************/
.nav-menu ul li .sub-menu li.current-menu-item > a {
	background: white;
	border: none;
	color: var(--red);
}

.nav-menu ul li .sub-menu li a:hover {
	background: white;
	border: none;
	color: var(--red) !important;
}

.nav-menu ul li .sub-menu li.current-menu-parent > a {
	color: var(--red) !important;
}

/**************/
.copyright-privacy {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.copyright-privacy ul#menu-privacy-policy, .copyright-privacy p {
	margin: 0;
}

.copyright-privacy ul#menu-privacy-policy li {
	margin-right: 10px;
}

.copyright-privacy ul#menu-privacy-policy li a {
	color: var(--grey, #5d5d5d);
}

.copyright-privacy ul#menu-privacy-policy {
	display: flex;
	padding-left: 10px;
}

/************Schema************/
.schema-sec-1 .schema-wrap {
	background-color: var(--red);
	margin-bottom: 40px;
	padding: 40px;
	color: #fff;
}

.schema-sec-2 .schema-wrap {
	background-color: var(--red);
	margin-bottom: 40px;
	padding: 40px;
	color: #fff;
}

.schema-sec-2 iframe {
	width: 100%;
	border: none;
	padding: 0px;
	margin: 0px;
}

.schema-wrap strong {
	font-size: 20px;
}

.schema-wrap h3 {
	color: #fff;
}

.schema-sec-2 .video-title {
	display: none;
}

.schema-wrap .row {
	align-items: center;
}

.schema-sec-1 {
	margin-top: 60px;
}

/************Schema End************/

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

/************Search  Header******************/

/*========== Search Button in Header ==========*/

/*body.search-open {
    position: fixed;
    overflow-y: scroll;
    left: 0;
    right: 0;
}*/
.search-btn {
	cursor: pointer;
}

.search-btn svg {
	width: 100%;
	height: 100%;
}

.search-panel {
	position: fixed;
	width: 100%;
	height: 100px;
	background-color: #fff;
	left: 0;
	top: 0;
	z-index: 99999;
	align-items: center;
	justify-content: center;
	transition: .6s ease-in-out;
	transform: translateY(-100%);
	box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, .15);
}

.search-panel .input-field {
	display: flex;
	width: 100%;
	position: relative;
}

.search-panel input[type=submit] {
	height: 60px;
	width: 60px;
	border: none;
	cursor: pointer;
	background: url("https://www.craiggreeninglaw.com/nitropack_static/vEIQadrvvwzvontESPfHXRtrjVhlFQzp/assets/images/optimized/rev-954a27f/www.craiggreeninglaw.com/wp-content/themes/thegreen/img/search.svg") no-repeat;
	background-position: center;
	background-size: 1.5rem;
	outline: 0;
	opacity: 1;
	position: absolute;
	right: 0;
	bottom: 0;
}

.search-panel input[type=submit].nitro-lazy {
	background-image: none !important;
}

.search-panel input[type='submit']:hover {
	opacity: .7;
}

.search-panel.open {
	top: 0;
	display: block;
	opacity: 1;
	padding: 3em;
	transition: .3s ease-in-out;
}

.search-close {
	position: absolute;
	right: 25px;
	top: 15px;
	font-size: 15px;
	line-height: 1;
	color: #fff;
	z-index: 999999;
	cursor: pointer;
}

.search-close:hover {
	color: #fff;
}

.search-panel form#searchform {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 100%;
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: flex-end;
	justify-content: center;
	z-index: 99999;
	padding-bottom: 30px;
}

.search-panel .searchform input[type="text"] {
	padding: 0;
	border: 0;
	vertical-align: middle;
	background-color: transparent;
	color: #000 !important;
	border-bottom: 0px solid;
	border-bottom: 1px solid #e7e7e7;
	width: 100%;
	outline: 0;
	box-shadow: none;
	position: relative;
	left: 0;
	top: 0;
	height: 60px;
	padding-right: 60px;
}

.search-panel .searchform ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #000 !important;
	opacity: .5 !important;
}

.search-panel .searchform ::-moz-placeholder {
	/* Firefox 19+ */
	color: #000 !important;
	opacity: .5 !important;
}

.search-panel .searchform :-ms-input-placeholder {
	/* IE 10+ */
	color: #000 !important;
	opacity: .5 !important;
}

.search-panel .searchform :-moz-placeholder {
	/* Firefox 18- */
	color: #000 !important;
	opacity: .5 !important;
}

.search-panel .searchform input[type="image"] {
	vertical-align: middle;
	padding: 20px;
	height: 60px;
	width: 60px;
	outline: 0;
	position: absolute;
	right: -10px;
	bottom: 0;
}

.search-panel .search-box {
	margin: 15px 0 0;
	padding: 15px 0 30px;
	border-bottom: 1px solid #eee;
}

.search-panel .search-heading a {
	font-size: 22px;
	color: #000;
}

.search-panel .searchform input::-ms-clear {
	display: none;
}

/******************
Close Button
*/
.close-container {
	margin: auto;
	width: 30px;
	height: 30px;
	display: inline-block;
}

.leftright {
	height: 2px;
	width: 30px;
	position: absolute;
	margin-top: 15px;
	background-color: #000;
	border-radius: 2px;
	transform: rotate(45deg);
	transition: all .3s ease-in;
}

.rightleft {
	height: 2px;
	width: 30px;
	position: absolute;
	margin-top: 15px;
	background-color: #000;
	border-radius: 2px;
	transform: rotate(-45deg);
	transition: all .3s ease-in;
}

.close-container:hover .leftright {
	transform: rotate(-45deg);
	background-color: #000;
}

.close-container:hover .rightleft {
	transform: rotate(45deg);
	background-color: #000;
}

/************Search  Header******************/
.btn {
	padding: 15px 32px;
	line-height: 16px;
	border-radius: 25px;
	font-size: 16px;
	color: white;
	background-color: var(--red);
	border: 1px solid var(--red);
	font-weight: 600;
	text-transform: uppercase;
	transition: all .5s;
}

.btn:hover {
	background-color: transparent;
	color: var(--red);
	transition: all .5s;
}

.btn.white-btn {
	border: 1px solid white;
	background-color: white;
	color: var(--red);
}

.btn.white-btn:hover {
	color: white;
	background-color: transparent;
}

.btn-check:focus+.btn, .btn:focus {
	outline: 0;
	box-shadow: none;
}

.space-mr {
	margin: 80px 0px;
}

.space-pd {
	padding: 80px 0px;
}

.wpcf7-spinner {
	display: block;
	position: absolute;
}

.static-page.default-page-wp .content-area img {
	width: auto;
}

div#html5-close {
	background-image: url("https://www.craiggreeninglaw.com/nitropack_static/vEIQadrvvwzvontESPfHXRtrjVhlFQzp/assets/images/optimized/rev-954a27f/www.craiggreeninglaw.com/wp-content/themes/thegreen/img/close.png");
	background-size: auto;
	width: 31px;
	height: 34px;
	background-repeat: no-repeat;
}

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

.wpcf7-form-control-wrap {
	position: relative;
	display: block;
}

.email-error {
	z-index: 2;
}

.round-form .email-error, .round-form label.error, .footer-form .email-error, .footer-form label.error {
	border-bottom-right-radius: 20px !important;
}

.wpcf7 .wpcf7-not-valid-tip, .wpcf7 label.error, .email-error {
	width: fit-content;
	color: #fff;
	font-weight: 500;
	display: block;
	position: absolute;
	bottom: 1px;
	right: 0;
	font-size: 10px;
	background-color: #b30000;
	padding: 4px;
	border-radius: 4px 4px 0 0;
	line-height: 6px;
	text-transform: capitalize;
	margin: 0;
	z-index: 1;
}

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

.wpcf7 form .wpcf7-response-output {
	display: none;
}

/***************/
.slick-dots {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 1rem 0;
	list-style-type: none;
}

.slick-dots li {
	margin: 0 .25rem;
}

.slick-dots button {
	display: block;
	width: 8px;
	height: 8px;
	padding: 0;
	border: none;
	border-radius: 100%;
	background-color: #3e3e3e;
	text-indent: -9999px;
}

.slick-dots li.slick-active button {
	background-color: var(--blue);
}

.header-search svg {
	cursor: pointer;
	transition: all .5s;
}

.header-search svg:hover {
	transform: scale(1.05);
	transition: all .5s;
}

.custom_form_msg, .msg-side-form {
	color: #fff;
	font-weight: 500;
	display: block;
	position: absolute;
	bottom: -20px;
	right: 0px;
	font-size: 12px;
	background-color: #b30000;
	padding: 8px;
	border-radius: 4px 4px 0px 0px;
	line-height: 4px;
	text-transform: capitalize;
}

.blogs-sc-hm .btm-small-border h2:after {
	width: 178px;
	left: calc(50% - 89px);
}

.blogs-sc-hm .img-sec img {
	display: block;
	width: 100%;
	transition: all .5s;
	height: 230px;
	object-fit: cover;
}

.blogs-sc-hm .inner-blk {
	position: relative;
	height: 100%;
	padding-bottom: 35px;
}

.blogs-sc-hm .btn-blog {
	position: absolute;
	left: 0;
	bottom: 0;
}

.blogs-sc-hm .img-sec img:hover {
	transform: scale(1.1);
	transition: all .5s;
}

.blogs-sc-hm  h6, .blogs-sc-hm .h6 {
	font-size: 18px;
}

.blogs-sc-hm  h6:hover, .btn-blog:hover {
	color: var(--red);
}

.btn-blog {
	color: var(--black);
	font-size: 16px;
	font-weight: 600;
}

.btn-blog svg path {
	fill: var(--black);
}

.btn-blog:hover svg path {
	fill: var(--red);
}

/*** slick-slider***/
.slick-arrow {
	position: absolute;
	right: -100px;
	top: calc(50% - 31px);
	width: 62px;
	height: 62px;
	font-size: 0 !important;
	font-size: 22px;
	background-image: url("https://www.craiggreeninglaw.com/nitropack_static/vEIQadrvvwzvontESPfHXRtrjVhlFQzp/assets/images/optimized/rev-954a27f/www.craiggreeninglaw.com/wp-content/themes/thegreen/img/right-arrow.svg");
	background-repeat: no-repeat;
	background-size: 22px;
	background-position: center;
	background-color: var(--red);
	transition: all .5s;
	border-radius: 50%;
	z-index: 1;
	border: none;
}

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

.slick-arrow.slick-prev {
	left: -100px;
	transform: rotate(180deg);
}

.slick-arrow:hover {
	background-color: #ccc;
	transition: all .5s;
}

.footer-form {
	background-color: var(--red);
}

.footer-address-row .tab-address {
	font-size: 22px;
	font-weight: 700;
	flex: 1;
	text-align: center;
	padding: 20px 28px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 25px center;
	background-color: white;
	color: var(--red);
	background-image: url("https://www.craiggreeninglaw.com/nitropack_static/vEIQadrvvwzvontESPfHXRtrjVhlFQzp/assets/images/optimized/rev-954a27f/www.craiggreeninglaw.com/wp-content/themes/thegreen/img/loc-grey.svg");
	cursor: pointer;
}

.footer-address-row .tab-address.nitro-lazy {
	background-image: none !important;
}

.footer-address-row .tab-address.active {
	background-color: var(--red);
	color: white;
	background-image: url("https://www.craiggreeninglaw.com/nitropack_static/vEIQadrvvwzvontESPfHXRtrjVhlFQzp/assets/images/optimized/rev-954a27f/www.craiggreeninglaw.com/wp-content/themes/thegreen/img/loc-red.svg");
	position: relative;
}

.footer-address-row .tab-address.active.nitro-lazy {
	background-image: none !important;
}

.footer-address-row .tab-address.active:after {
	content: "";
	width: 20px;
	height: 15px;
	background-color: var(--red);
	position: absolute;
	left: calc(50% - 10px);
	bottom: -15px;
	clip-path: polygon(0 0, 50% 100%, 99% 0);
}

.footer-content-row iframe {
	width: 100%;
	height: 735px;
	display: block;
}

.footer-content-row .tab-address-content {
	display: none;
}

.footer-content-row .tab-address-content.active {
	display: block;
}

.footer-form {
	background-color: var(--red);
	color: #fff;
}

.footer-form .lft .title h2, .footer-form .lft .sub-heading, .footer-form .lft .title .h2 {
	color: white;
}

.footer-form .btm-small-border h2::after, .footer-form .btm-small-border .h2:after {
	border-bottom: 1px solid white;
	left: 0;
}

.footer-form  .form-control {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, .8);
	color: rgba(255, 255, 255, .8);
	border-radius: 25px;
	padding: 15px;
	height: auto;
}

.footer-form .form-control::placeholder {
	color: rgba(255, 255, 255, .8) !important;
}

body .footer-form select.form-control {
	color: rgba(255, 255, 255, .8);
	background-image: url("https://www.craiggreeninglaw.com/nitropack_static/vEIQadrvvwzvontESPfHXRtrjVhlFQzp/assets/images/optimized/rev-954a27f/www.craiggreeninglaw.com/wp-content/themes/thegreen/img/arrow3.svg") !important;
}

body .footer-form select.form-control.nitro-lazy {
	background-image: none !important;
}

.footer-form select option {
	color: var(--black);
}

.footer-form textarea.form-control {
	height: 100px;
}

.footer-form .form-control:focus {
	outline: 0;
	box-shadow: none;
	color: white;
}

.footer-form .form-control:focus::placeholder {
	color: white !important;
}

.footer-form .form-control:focus {
	border-bottom: 1px solid white;
}

.btm-border {
	width: fit-content;
	margin: auto;
}

.btm-border h2 {
	position: relative;
	padding-bottom: 20px;
}

.btm-border h2:after {
	content: "";
	width: 604px;
	max-width: 100%;
	border-bottom: 1px solid white;
	left: calc(50% - 302px);
	bottom: 0;
	position: absolute;
}

.btm-small-border h2, .btm-small-border .h2 {
	position: relative;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.btm-small-border h2:after, .btm-small-border .h2:after {
	content: "";
	width: 260px;
	max-width: 100%;
	border-bottom: 1px solid var(--red);
	left: calc(50% - 130px);
	bottom: 0;
	position: absolute;
}

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

.bg-red * {
	color: white;
}

.rgt-btm-border img {
	display: block;
	position: relative;
	z-index: 2;
	width: 100%;
}

.rgt-btm-border {
	padding-right: 20px;
	padding-bottom: 20px;
}

.rgt-btm-border:after {
	content: "";
	border: 1px solid white;
	right: 0;
	bottom: 0;
	width: 95%;
	height: 90%;
	position: absolute;
}

.testimonial-sc-hm .btm-small-border h2:after {
	width: 178px;
	left: calc(50% - 87px);
}

.testimonial-sc-hm .slick-arrow {
	right: -220px;
}

.testimonial-sc-hm .slick-arrow.slick-prev {
	left: -220px;
}

.testimonial-sc-hm  .author {
	font-size: 22px;
	font-weight: 600;
	color: var(--black);
}

.testimonial-sc-hm .content {
	padding: 30px 0px;
}

.testimonial-sc-hm .content:before {
	content: "";
	width: 35px;
	height: 28px;
	background-image: url("https://www.craiggreeninglaw.com/nitropack_static/vEIQadrvvwzvontESPfHXRtrjVhlFQzp/assets/images/optimized/rev-954a27f/www.craiggreeninglaw.com/wp-content/themes/thegreen/img/quote.svg");
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.testimonial-sc-hm .content:after {
	content: "";
	width: 35px;
	height: 28px;
	background-image: url("https://www.craiggreeninglaw.com/nitropack_static/vEIQadrvvwzvontESPfHXRtrjVhlFQzp/assets/images/optimized/rev-954a27f/www.craiggreeninglaw.com/wp-content/themes/thegreen/img/quote.svg");
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	transform: rotate(180deg);
}

.stars-wp {
	width: 114px;
	text-align: left;
	font-size: 25px;
	line-height: 1;
	letter-spacing: 2px;
	position: relative;
	margin: 0px auto 0px auto;
	color: #b5b5ba;
}

.stars-wp .overlay-star {
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	color: #fcb002;
}

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

.nap-postal-address-wrap .nap-col-in a:hover, .nap-postal-address-wrap .nap-col-in a:hover * {
	color: var(--red);
}

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

.btm-border.btm-lft-border h2::after {
	left: 0;
}

.home-page-banner .wpcf7-spinner, .submit-btn-wp .wpcf7-spinner {
	left: calc(50% - 38px);
}

.submit-btn-wp {
	position: relative;
	width: fit-content;
}

.gt_switcher a {
	font-size: 0 !important;
}

.gt_switcher, .gt_option {
	width: 64px !important;
}

.gtranslate_wrapper {
	margin-right: 15px;
}

.breadcrumb-sec {
	display: none !important;
}

.gtranslate_wrapper .gt_selector {
	background: transparent !important;
	background: none !important;
	border: 1px solid #fff;
	color: white !important;
	font-size: 15px;
	outline: none;
	padding: 6px 10px;
}

.gtranslate_wrapper .gt_selector::focus, .gtranslate_wrapper .gt_selector::focus-visible {
	border: 1px solid #fff !important;
	box-shadow: none !important;
}

.gtranslate_wrapper:after {
	content: "";
	border: solid white;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	right: 50px;
	top: 12px;
}

.gtranslate_wrapper .gt_selector {
	width: 100px;
	position: relative;
	z-index: 9;
}

.gtranslate_wrapper .gt_selector option {
	color: black !important;
}

.header-logo img, .header-logo svg {
	height: auto;
}

.footer-social li svg {
	height: 100%;
}

.custom-checkbox .wpcf7-not-valid input[type="checkbox"]:before {
	border: 2px solid #b30000;
	content: "";
	width: 13px;
	height: 13px;
	position: absolute;
	border-radius: 3px;
}

.quick-links ul li a {
	text-transform: uppercase;
}

.video-play-wp {
	position: absolute;
	left: calc(50% - 114px);
	bottom: 50px;
	z-index: 4;
	background-color: rgba(127, 16, 41, .2);
	border-radius: 40px;
	padding: 15px;
}

.video-play-wp .btn:hover {
	background-color: var(--red);
	color: white;
	transition: all .5s;
}

.video-play-wp:hover {
	background-color: rgba(255, 255, 255, .2);
	transition: all .5s;
}

.video-play-wp2 {
	bottom: auto;
	top: 50%;
}
