
/*general css*/
.pt-0 {
	padding-top: 0 !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

/*about us page*/
.diversity-intro h6 {
	margin-top: 50px;
	font-size: 18px;
}

.about-sec .wp-block-column {
	margin: 0px;
	flex-grow: inherit;
	flex-basis: inherit;
}

.about-sec figure {
	margin: 0px;
}

.pgh-sec > .wp-block-column {
	flex-grow: inherit;
	flex-basis: inherit;
	margin: 0;
}

.gray-position.about-page {
	padding: 70px 0 70px;
}

.cus-sep {
	width: 30%;
	margin: 36px auto;
}

.gray-position.about-page p {
	max-width: 960px;
	margin: 0 auto;
}

ul.dot-list li {
	position: relative;
	padding-left: 30px;
}

ul.dot-list li:before {
	position: absolute;
	content: "";
	left: 0;
	font-family: "Font Awesome 5 Free";
	color: #006990;
}

.about-page-box-para ul {
	margin-top: 30px;
}

.diversity-intro h6 {
	font-weight: normal;
}

.page-id-22 .innerpage_sec, .page-id-139 .innerpage_sec, .page-id-302 .innerpage_sec {
	padding: 0px;
}

.page-id-157 .innerpage_sec {
	padding-top: 0px;
}

/*inner pageglobal design*/
section.innerpage_sec {
	padding: 70px 0;
}

/*header*/

/*.f-mobile-spanish{display:none;}*/
.nav-content .current_page_item, .nav-content .current_page_ancestor, .nav-content .menu-item-object-custom.current-menu-ancestor {
	background: #006990;
}

/*careers page*/
.diversity-intro a {
	font-size: 20px;
	text-decoration: underline;
	font-weight: bold;
}

/*core values page*/
.four-col img {
	border-radius: 50%;
	padding: 5px;
	background: #1c778c;
}

.four-col {
	text-align: center;
}

.four-col ul li:not(:last-child) {
	border-bottom: 1px solid rgba(204, 204, 204, 24%);
	padding-bottom: 5px;
	font-weight: normal;
}

.four-col {
	padding: 80px 30px;
}

/*credential page*/
.white-bg {
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 10%);
}

.core-values img {
	height: auto;
	padding: 0 20px;
}

.core-values .dedicated-left {
	display: flex;
	align-items: center;
}

.pgh-sec a {
	text-decoration: underline;
}

.about-page h3 a {
	font-size: 28px;
	font-weight: 800;
}

/*blog-grid page*/
.blog-grid ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}

.blog-grid ul li {
	width: calc(33.3% - 20px);
	margin-right: 30px;
	background: #fff;
	padding: 20px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 12%);
	border-radius: 6px;
	margin-bottom: 20px;
	transition: all .2s ease-out;
}

.blog-grid ul li:nth-child(3n) {
	margin-right: 0px;
}

.blog-info i {
	margin-right: 6px;
	font-size: 14px;
	color: #006990;
}

.blog-info span:not(:last-child) {
	/* border-right: 2px solid #003f5d; */
	padding-right: 10px;
	margin-right: 8px;
	position: relative;
}

.blog-info span {
	font-size: 16px;
	font-weight: normal;
}

.blog-info span:not(:last-child):before {
	position: absolute;
	content: "";
	width: 2px;
	height: 18px;
	background: #006990;
	right: 0;
	top: 2px;
}

.blog-info {
	padding-bottom: 10px;
}

.blog-grid-text h3 {
	font-size: 26px;
}

a.read-more {
	display: flex;
	margin-left: auto;
	align-items: center;
	justify-content: center;
	width: auto;
	height: 40px;
	text-align: right;
	background: #ccc;
	transition: all .2s linear;
	border-radius: 6px;
	font-size: 16px;
	line-height: normal;
	color: rgba(255, 255, 255, 1);
	/* transform: rotate(45deg); */
	padding-left: 10px;
	padding-right: 10px;
}

.blog-grid ul li:hover h3 {
	color: #006990;
}

.blog-grid ul li:hover .read-more {
	background: #006990;
}

.blog-grid ul li:hover {
	box-shadow: 5px 5px rgba(0, 0, 0, 12%);
}

/*eblast page*/
.e-blast-col {
	background: #fff;
	padding: 20px;
	box-shadow: 0 0 5px #ccc;
	transition: all .2s linear;
	border-radius: 6px;
}

.e-blast-col:hover {
	background: #003f5d;
	transition: all .2s linear;
}

.e-blast-col:hover li, .e-blast-col:hover p, .e-blast-col:hover a, .e-blast-col:hover ul.dot-list li::before {
	color: #fff !important;
}

.e-blast-col h2 a {
	font-size: 20px;
	font-weight: 800;
	color: #006990;
}

.e-blast-col:hover a {
	text-decoration: underline;
}

.e-blast-col p a {
	font-size: 14px;
}

/*archieved eblast*/
.wp-block-column.archieve-blast {
	padding: 20px;
	box-shadow: 0 0 5px #ccc;
	border-radius: 6px;
}

/*pagination*/
ul.pagination {
	background: #f1f1f1;
	padding: 20px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}

ul.pagination .nav-links .page-numbers {
	padding: 20px;
	background: #006990;
	line-height: 0;
	color: #fff;
	height: 100%;
	display: inline-block;
}

.pagination .screen-reader-text {
	display: none;
}

.page-numbers.current {
	background: #003f5d !important;
}

/*blog page*/
.blog-single-full {
	display: flex;
	flex-direction: row;
	width: 100%;
	flex-wrap: wrap;
}

.blog-single-left {
	width: calc(70% - 0px);
	padding-right: 30px;
}

.blog_sidebar {
	width: calc(30% - 0px);
	padding-left: 30px;
	border-left: 1px solid #f1f1f1;
	padding-top: 40px;
}

.blog_sidebar ul li, .blog_sidebar ul li a {
	font-size: 15px;
}

.blog_sidebar ul li .post-date {
	display: block;
	font-size: 14px;
	color: #003f5d;
}

.blog_sidebar ul li {
	background: #fff;
	box-shadow: 0 0 5px rgba(204, 204, 204, 58%);
	padding: 10px;
	border-radius: 6px;
	position: relative;
}

.blog_sidebar ul li:before {
	position: absolute;
	content: "";
	width: 2px;
	height: 0px;
	background: #1c778c;
	top: 0;
	left: 0;
	transition: all .2s cubic-bezier(.4, 0, 1, 1);
}

.blog_sidebar ul li:hover::before {
	height: 100%;
	transition: all .2s cubic-bezier(.4, 0, 1, 1);
}

.blog_sidebar h2.widgettitle {
	font-size: 22px;
	position: relative;
	padding-left: 20px;
	margin-bottom: 5px !important;
}

.blog_sidebar h2.widgettitle:before {
	position: absolute;
	left: 0px;
	content: "";
	height: 90%;
	top: 4px;
	background: #003f5d;
	width: 3px;
}

.blog-flex {
	display: flex;
	flex-direction: column;
	height: 100%;
	position: relative;
	margin-bottom: 30px;
}

.blog-grid-text {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.blog-flex-foo {
	position: absolute;
	bottom: 0;
	right: 0;
}

p.blog-poster {
	font-size: 16px;
}

.social-links {
	margin-top: 30px;
	background: #f1f1f1;
	padding: 10px 15px;
	border-left: 3px solid #003f5e;
	max-width: 70%;
	width: 100%;
}

.social-links ul {
	display: flex;
	flex-direction: row;
}

.social-links ul li {
	padding: 10px 20px;
	background: #fff;
	box-shadow: 0 0 5px #ccc;
	margin-right: 10px;
	position: relative;
	z-index: 9;
}

.social-links ul li:before {
	position: absolute;
	content: "";
	right: 0;
	width: 0;
	height: 100%;
	background: #003f5e;
	transition: all .2s linear;
	top: 0;
	z-index: -9;
	left: unset;
}

.social-links ul li:hover::before {
	width: 100%;
	left: 0;
	right: unset;
}

.social-links ul li:hover a {
	color: #fff;
}

/*protectors form*/
span.req {
	color: red;
}

.protectors-form {
	background: #fff;
	box-shadow: 0 0 4px rgba(0, 0, 0, 12%);
	padding: 50px;
	margin-top: 50px;
}

.protectors-form label {}

.protectors-form .wpcf7-form-control-wrap {
	margin-top: 10px;
	display: block;
}

.protectors-form .wpcf7-checkbox span {
	margin-left: 0px !important;
	margin-right: 1em;
}

.protectors-form .wpcf7-form-control-wrap.checkbox-252 {
	margin-top: 0;
}

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

span.wpcf7-not-valid-tip {
	position: relative;
	top: 0px;
	background: red;
	color: #fff;
	padding: 4px 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 1px 1px #d8901f inset;
	-webkit-box-shadow: 0 1px 1px #d8901f inset;
	font-size: 12px;
	line-height: 20px;
	left: 0;
	/* right: 0; */
	display: inline-block;
}

/* span.wpcf7-not-valid-tip:after {
    content: '\f129';
    font-family: 'Font Awesome 5 Free';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: -1px;
    font-size: 14px;
    color: #fff;
    padding: 5px;
} */
.sent .wpcf7-response-output {
	display: block;
	background: rgba(70, 180, 80, 80%);
	color: #fff;
	padding: 19px !important;
	border-radius: 6px;
	font-weight: 600;
}

/*sliding form*/
body {
	position: relative;
}

section.book-tab {
	position: fixed;
	width: 934px;
	right: -934px;
	height: auto;
	top: calc(50% + 90px);
	background: #fff;
	z-index: 999999;
	transition: all .4s linear;
	transform: translateY(calc(-50% - 90px));
	border-radius: 30px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

section.book-tab.active {
	right: 0px;
	box-shadow: -16px 0 13px rgba(0, 0, 0, 20%);
}

.book-a-sec {
	position: absolute;
	top: 50%;
	left: -145px;
	width: auto;
	transform: translateY(-50%);
}

.book-a-sec h4 {
	color: #fff;
	transform: rotate(270deg);
	background: #026990;
	padding: 5px 18px;
	font-size: 18px;
	border-radius: 5px;
	width: 250px;
	cursor: pointer;
	position: relative;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	height: 40px;
	text-align: center;
	font-weight: 400;
	box-shadow: -3px 0 3px rgba(0, 25, 75, 26%);
	text-transform: uppercase;
}

.book-a-sec h4:before {
	content: "";
	position: absolute;
	right: -20px;
	top: -22px;
	left: 50%;
	width: 20px;
	height: 20px;
	border-left: 18px solid rgba(152, 2, 2, 0);
	border-right: 18px solid rgba(80, 12, 12, 0);
	border-bottom: 23px solid #026990;
	background-repeat: no-repeat;
	transform: translate(-50%);
}

.form-head {
	background: #006990;
	height: 87px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top-left-radius: 30px;
}

.form-head h2 {
	margin: 0;
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 500;
	font-family: "Roboto Slab";
}

.form-sec {
	padding: 60px;
	padding-bottom: 30px;
}

.form-sec input::placeholder, .form-sec textarea::placeholder {
	color: #333 !important;
	font-family: "Roboto Slab";
}

.form-sec input::-ms-input-placeholder, .form-sec textarea::-ms-input-placeholder {
	color: #333;
	font-family: "Roboto Slab";
}

.form-sec input::-ms-input-placeholder, .form-sec textarea::-ms-input-placeholder {
	color: #333;
	font-family: "Roboto Slab";
}

.form-sec .submit-button input[type="submit"] {
	background: #006990;
	min-width: 160px;
	font-family: "Roboto Slab";
	box-shadow: -16px 0 13px rgba(0, 0, 0, .2);
}

.form-sec .sel-box .wpcf7-form-control-wrap:after {
	border-color: #006990 !important;
}

.form-sec .submit-button input[type="submit"]:hover {
	background: #003f5d;
}

.form-sec input, .form-sec select {
	margin-bottom: 24px;
}

.book-a-sec.active2 h4:after {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	background: transparent;
	border-left: 3px solid #fff;
	border-bottom: 3px solid #fff;
	transform: rotate(-45deg) translateX(-50%);
	left: 50%;
	text-align: 30px;
	bottom: 22px;
}

.book-a-sec.active2 h4 {
	font-size: 0px;
	height: 40px;
}

.book-a-sec.active2 {
	left: -71px;
}

.book-a-sec.active2 h4 {
	width: 103px;
}

.book-a-sec.active2 h4:before {
	display: none;
}

/*popup form*/
.popup-form {
	padding: 0px !important;
}

.popup-form .form-head {
	border-radius: 0px;
}

.popup-form button.fancybox-button.fancybox-close-small {
	background: #fff;
	opacity: 1;
	border-bottom-left-radius: 16px;
}

/*sticky menu*/
header.header-fixed {
	position: fixed;
	top: 0;
	height: 78px;
	width: 100%;
	z-index: 99999;
}

header.header-fixed > .wrapper {
	display: none;
}

/*sliding form*/
body.over-hidden {
	overflow: hidden;
}

.form-sec .sent .wpcf7-response-output {
	margin-top: 0px !important;
}

/* width */
.form-sec::-webkit-scrollbar {
	width: 10px;
}

/* Track */
.form-sec::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
.form-sec::-webkit-scrollbar-thumb {
	background: #ccc;
}

/* Handle on hover */
.form-sec::-webkit-scrollbar-thumb:hover {
	background: #006990;
}

/*attroney page team img content hover*/
a.download:hover {
	color: #fff;
	padding-left: 15px;
	transition: all .2s linear;
}

a.download {
	position: relative;
	transition: all .2s linear;
}

a.download:before {
	position: absolute;
	content: "4";
	font-size: 21px;
	font-family: "monty";
	color: #fff;
	left: -10px;
	top: 0px;
	opacity: 0;
	line-height: 24px;
}

a.download:hover::before {
	opacity: 1;
	left: 0;
}

.team-detail a.download:before {
	color: #000;
}

/*about firm list*/
ul.dot-line {
	max-width: 930px;
	margin: 0 auto;
	text-align: center;
}

ul.dot-line li {
	padding-bottom: 10px;
	position: relative;
}

ul.dot-line li:not(:last-child):before {
	position: absolute;
	content: "";
	width: 50px;
	height: 2px;
	background: #026990;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}

/*home page practice area*/
.Practice-area-left .Practice-content:nth-child(2), .Practice-area-left .Practice-content:nth-child(4) {
	border-right: 0px;
}

.Practice-area-right {
	position: relative;
}

.Practice-area-right:before {
	position: absolute;
	content: "";
	width: .5px;
	height: 100%;
	background: rgba(211, 209, 212, .54);
	left: 50%;
	transform: translateX(-50%);
}

/*attroney*/
.attorney-name {
	text-transform: uppercase;
}

.attorney-no, .attorney-name {
	font-weight: 700 !important;
}

a.attorneys_content_anchor {
	text-decoration: underline;
	text-decoration-color: #026990;
}

/*testimonial*/
.testi-button a {
	font-weight: 400;
}

span.testi-location {
	font-size: 18px;
	text-transform: uppercase;
}

/*contact page form*/
#wpcf7-f45-p30-o2 .ajax-loader {
	display: block;
	margin: 0 24px 0 0px;
}

/* @media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
{ @media {
	a.download:before{
		line-height: 24px;
		top:0px;
	}
}} */

/* Safari 11+ */
@media not all and (min-resolution:.001dpcm) {
	@supports (-webkit-appearance:none) and (stroke-color:transparent) {
		a.download:before {
			line-height: 24px;
			top: 0px;
		}
	}
}

/* Safari 10.1 */
@media not all and (min-resolution:.001dpcm) {
	@supports (-webkit-appearance:none) and (not (stroke-color:transparent)) {
		a.download:before {
			line-height: 24px;
			top: 0px;
		}
	}
}

/* Safari 6.1-10.0 (but not 10.1) */
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
	@media {
		a.download:before {
			line-height: 24px;
			top: 0px;
		}
	}
}

/*inner page blog*/
.blog_sidebar.inner-page-sidebar {
	padding: 0 !important;
	border: none !important;
}

.blog_sidebar .inner-page-sidebar-bg {
	background: #f1f1f1;
	height: auto;
	padding: 40px 30px;
	border-left: 1px solid #f1f1f1;
}

.blog_sidebar .monty_blogdropdown:not(:last-child) {
	margin-bottom: 30px;
}

.blog_sidebar .monty_blogdropdown form {
	background: #fff;
	padding: 20px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 11%);
	border-radius: 3px;
}

.blog_sidebar .monty_blogdropdown form input[type="text"], .blog_sidebar .monty_blogdropdown form input[type="email"], .blog_sidebar .monty_blogdropdown form input[type="date"], .blog_sidebar .monty_blogdropdown form input[type="password"], input[type="tel"], .blog_sidebar .monty_blogdropdown form textarea, .blog_sidebar .monty_blogdropdown form select {
	height: 40px;
}

.blog_sidebar.inner-page-sidebar ul li {
	padding: 5px 10px;
	border-radius: 3px;
}

.menu-family-container .current-menu-item, .menu-practice-menu-container .current-menu-item, .menu-business-container .current-menu-item {
	background: #026990;
}

.menu-family-container .current-menu-item a, .menu-practice-menu-container .current-menu-item a, .menu-business-container .current-menu-item a {
	color: #fff;
}

/*home page video*/
.homepage-video {
	padding: 80px 0;
	/*     background: #232324; */
	background: #f1f1f1;
}

/*footer*/
.phone-para {
	width: auto;
}

/*attroney*/
.profile-img::before {
	position: absolute;
	content: "";
	background: #003f5f;
	width: 100%;
	height: 100%;
	opacity: .1;
}

/*home page list of video section*/
.homepage-video .lkpdQp, .homepage-video .Embed__Container-sc-gmu91j-0, .homepage-video .hZiKpq {
	background: #f1f1f1 !important;
	color: #333 !important;
}

.homepage-video .gRLJMc .ButtonsItem__ButtonComponent-sc-9s171e-0 svg, .homepage-video svg {
	fill: #333 !important;
}

.homepage-video .enHNUd, .homepage-video .ProgressBar__FakeTrack-sc-10df7rt-7 {
	background-color: rgba(51, 51, 51, 29%) !important;
}

.homepage-video .cQNqHs {
	color: #333 !important;
}

.homepage-video .uGxoM, .homepage-video .ProgressBar__ProgressBarPlayed-sc-10df7rt-3 {
	background-color: #026990 !important;
}

.homepage-video .dFySyG, .homepage-video .ProgressBar__Thumb-sc-10df7rt-1 {
	background-color: #026990 !important;
}

.homepage-video svg {
	fill: #333 !important;
}

.homepage-video .cNqHjB, .homepage-video .Playlist__Thumb-sc-gcmo55-2 {
	background: #ccc !important;
}

.homepage-video .cNqHjB:hover {
	background-color: #026990 !important;
}

.kLmNqp:hover {
	background-color: #fff !important;
}

.kLmNqp svg, .PlaylistItem__IconContainer-sc-18sj3f1-1.gQtnWs svg {
	fill: #fff !important;
}

.kLmNqp .kJCNaD svg {
	fill: #333 !important;
}

/*list-flex*/
ul.list-flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	justify-content: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

ul.list-flex li {
	margin: 0 10px 5px 10px;
	width: calc(33.3% - 20px);
}

.col-flex-960 {
	max-width: 960px;
	margin: 0 auto;
}

.d-none {
	display: none;
}

.about-page a {
	text-decoration: underline;
}

ul.headwe-contact-button li a {
	text-transform: uppercase;
	width: 100%;
}

.diversity-intro p {
	text-align: center;
	margin: 0 auto !important;
}

.about-page p {
	border-left: 0;
}

.wpcf7-form-control-wrap.cf7sr-recaptcha span.wpcf7-not-valid-tip {
	left: 0;
	max-width: 280px;
	top: 0;
}

.wpcf7-form-control-wrap.cf7sr-recaptcha span.wpcf7-not-valid-tip:after {
	top: -7px;
	transform: rotate(180deg);
}

.contact_form_wrap textarea {
	border: 1px solid #ccc !important;
}

/* .side-bar-widge-wrapper {
    margin-bottom: 50px;
} */
.side-bar-widge-wrapper .faq-title {
	margin-bottom: 10px;
}

.side-bar-widge-wrapper .podcast-title {
	margin-bottom: 10px;
}

.podcast-video-thumbnail, .faq-video-thumbnail {
	position: relative;
}

.podcast-video-thumbnail .play-icon, .faq-video-thumbnail .play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 85px;
	width: 100%;
}

.podcast-video-thumbnail .play-icon svg, .faq-video-thumbnail .play-icon svg {
	width: 100%;
	height: auto;
}

div#html5-close {
	background-image: url("https://montyramirezlaw.com/nitropack_static/hZnKTwUXzCmTVpFqUTDnAhZyGxVdKGYX/assets/images/optimized/rev-97f035a/montyramirezlaw.com/wp-content/themes/Monty/assets/img/lightbox-close.png");
	background-size: auto;
	width: 31px;
	height: 34px;
	background-repeat: no-repeat;
}

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