/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */
/* apply a natural box layout model to all elements */
/***COLORS*****/
/********BODY FONT*******/
/*****DIMENSIONS*****/
/******MIXINS*******/
.content-box {
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.scaler {
  position: relative;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
.central {
  width: 100%;
  max-width: 1100px !important;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px 0 10px !important;
  position: relative;
}
.centered {
  text-align: center;
}
.fixed-bg {
  background-attachment: fixed;
}
/*************FONTS***********/
.serif {
  font-family: "Sorts Mill Goudy", serif;
}
.sans-serif {
  font-family: "Raleway", sans-serif;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
/****LAYOUT****/
html,
body {
  height: 100%;
  width: 100%;
}
body > #container {
  height: auto;
  max-width: 100%;
}
body {
  padding: 0;
  margin: 0;
  background: #fff url(images/bg.png) repeat 0 0;
}
#alert {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 9999;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 18px;
  color: #121e4b;
}
#alert .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  left: 0;
  z-index: 9998;
  background: rgba(0, 0, 0, 0.8);
}
#alert #alert-box {
  background: #fff;
  width: 90%;
  max-width: 640px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  text-align: center;
  padding: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) scale(0.9);
  z-index: 9999;
  opacity: 0;
}
#alert #alert-box h2,
#alert #alert-box h3 {
  font-family: "Cinzel", serif;
  font-size: 30px;
  font-weight: normal;
  text-transform: uppercase;
  color: #121c4d;
  letter-spacing: 0.05em;
}
#alert #alert-box h2 {
  margin-bottom: 15px;
  padding-bottom: 0;
  margin-top: 0;
}
#alert #alert-box h3 {
  margin-top: 0;
  font-size: 30px !important;
  text-transform: none;
}
#alert #alert-toggle {
  border: 1px solid #121c4d;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  padding: 0;
  position: absolute;
  top: 15px;
  right: 15px;
  background: transparent;
  font-size: 24px;
  -webkit-transition: all linear 240ms;
  -moz-transition: all linear 240ms;
  -ms-transition: all linear 240ms;
  -o-transition: all linear 240ms;
}
#alert #alert-toggle:hover {
  cursor: pointer;
  color: #fff;
  background: #e5722e;
  border: 1px solid #e5722e;
}
.central {
  width: 100%;
  max-width: 1100px !important;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2% 0 2% !important;
  position: relative;
}
#main {
  width: 100%;
  padding: 0;
  margin: 0px auto;
}
#content {
  width: 100%;
  padding: 0;
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  font-size: 100%;
  letter-spacing: 0em;
  color: #121e4b;
}
#content.no-pad {
  padding: 0;
}
#content-wrap {
  padding-bottom: 30px !important;
}
#content-wrap.no-pad {
  padding-bottom: 0 !important;
}
#main-content {
  padding: 10px 40px 10px 10px;
  line-height: 1.7;
  border-right: 1px solid #dbdcdd;
}
#main-content button.submit {
  background: transparent !important;
}
#main-content button.submit:hover {
  background: #e5722e !important;
  color: #fff;
}
#main-content a {
  color: #e5722e;
}
#main-content a:hover {
  color: #c4ccd7;
}
#main-content.wide {
  border: none;
  padding: 10px 0 10px 0;
}
#main-content ul {
  padding: 10px 0 10px 15px;
}
#main-content ul li {
  margin-bottom: 8px;
}
#main-content ul li i {
  color: #e5722e;
  margin-right: 6px;
}
#main-content ul.inline li {
  display: inline-block;
  width: 30%;
}
#main-content img,
#main-content .image-scaler {
  border: 2px solid #c7c9cd;
}
#main-content h1 {
  font-family: "Cinzel", serif;
  font-size: 45px;
  margin-bottom: 20px;
  color: #c4ccd7;
}
#main-content h3 {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #8193ac;
  margin: 15px 0 20px 0;
  letter-spacing: 0.08em;
}
#main-content h2 {
  font-family: "Cinzel", serif;
  font-size: 32px;
  margin-bottom: 20px;
  color: #121e4b;
}
#main-content h4 {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #121e4b;
  margin: 0 0 20px 0;
  letter-spacing: 0.08em;
}
#main-content h5 {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  color: #121c4d;
  margin: 0 0 20px 0;
  letter-spacing: 0.08em;
}
#sidebar {
  padding: 0 0 0 40px;
}
ul.subpage-menu {
  width: 100%;
  padding: 0 !important;
  margin: 0 0 40px 0 !important;
}
ul.subpage-menu > li {
  display: block;
  margin: 0 0 10px 0 !important;
  padding: 0 !important;
}
ul.subpage-menu > li i {
  display: none;
}
ul.subpage-menu > li > a {
  display: block;
  padding: 15px;
  text-align: center;
  background: #fff;
  color: #121c4d !important;
  -webkit-transition: all linear 130ms;
  -moz-transition: all linear 130ms;
  -ms-transition: all linear 130ms;
  -o-transition: all linear 130ms;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  border: 1px solid #e5722e;
  text-transform: uppercase;
  font-weight: bold;
}
ul.subpage-menu > li > a:hover {
  background: #e5722e;
  color: #fff !important;
}
#footer {
  position: relative;
  width: 100%;
  background: #121e4b;
  clear: both;
  padding: 60px 0 0 0;
  overflow: hidden;
}
#footer ul#menu-social-navigation {
  margin: 0px 0 30px 0;
  position: relative;
  top: -10px;
}
#footer ul#menu-social-navigation li {
  margin: 0 20px 0 20px;
}
#footer ul#menu-social-navigation li:hover {
  color: #e5722e;
}
.footer-content {
  text-align: center;
  padding: 0 10px 80px 10px !important;
  color: #fff !important;
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  font-size: 100%;
  letter-spacing: 0em;
  color: #121e4b;
}
.footer-content h5.small {
  margin-bottom: 15px !important;
}
.footer-left {
  text-align: right;
}
.footer-right {
  text-align: left;
}
.footer-right .gform_wrapper {
  width: 70% !important;
  position: relative;
}
.footer-right .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0px !important;
  margin: 0 !important;
}
.footer-right .gform_wrapper input {
  padding-right: 30px !important;
}
.footer-right .gform_wrapper .gform_footer {
  width: auto !important;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.footer-right .gform_wrapper .gform_footer button.submit {
  font-size: 20px !important;
  border: none;
  padding: 0 !important;
}
.footer-right .gform_wrapper .gform_footer button.submit span {
  display: none;
}
.footer-right .gform_wrapper .gform_footer button.submit i {
  color: #e5722e !important;
  margin: 0 !important;
}
.footer-right .gform_wrapper .gform_footer button.submit:hover {
  cursor: pointer;
  background: transparent !important;
}
.footer-right .gform_wrapper .gform_footer button.submit:hover i {
  color: #fff !important;
}
#footer-bottom {
  background: #0d1739;
  padding: 0 0 40px 0;
  position: relative;
}
#footer-bottom .central {
  position: relative;
  z-index: 10;
}
#footer-bottom:after {
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -350px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 350px 80px 350px;
  border-color: transparent transparent #0d1739 transparent;
}
#copyright {
  text-align: center;
  color: #c4ccd7;
  letter-spacing: 0.15em;
  font-family: "Raleway", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 300;
}
#copyright a {
  color: #c4ccd7;
}
#copyright a:hover {
  color: #e5722e;
}
.section {
  width: 100%;
  position: relative;
  min-height: 200px;
  padding: 80px 0 80px 0;
  line-height: 1.6;
}
.section h5 {
  font-family: "Cinzel", serif;
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.section h5.white {
  color: #fff;
}
.section h5.small {
  font-size: 30px;
}
.section.gray-bg {
  background: #f0f2f4;
}
.vert-center-wrap {
  display: table;
  height: 100%;
  height: inherit;
}
.vert-center-wrap > .vert-center {
  display: table-cell;
  vertical-align: middle;
}
/**********PAGE STYLES**********/
.callout {
  display: block;
  font-family: "Raleway", sans-serif;
  font-size: 25px;
  text-transform: uppercase;
  position: relative;
  color: #c4ccd7;
  text-align: center;
}
.callout .quote {
  display: block;
  width: 30px;
  height: 30px;
  font-family: "Cinzel", serif !important;
  font-size: 55px !important;
  line-height: 1;
  padding-top: 8px;
  background: #121c4d;
  color: #fff;
  position: absolute;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
}
.callout .quote.open {
  top: -15px;
  left: -15px;
}
.callout .quote.close {
  top: -15px;
  right: -15px;
}
.callout.left {
  width: 100%;
  max-width: 340px;
  float: left;
  text-align: right;
  padding: 0 40px 40px 0;
  margin: 0 30px 20px 0;
  border-right: 1px solid #e5722e;
  border-bottom: 1px solid #e5722e;
}
.callout.left .quote.open {
  display: none;
}
.callout.right {
  width: 100%;
  max-width: 340px;
  float: right;
  text-align: left;
  padding: 0 0 40px 40px;
  margin: 0 0 20px 30px;
  border-left: 1px solid #e5722e;
  border-bottom: 1px solid #e5722e;
}
.callout.right .quote.close {
  display: none;
}
.callout.center {
  width: 100%;
  border-top: 1px solid #d9d8d3;
  border-bottom: 1px solid #d9d8d3;
  padding: 15px 20px 15px 20px;
  margin: 10px 0 30px 0;
}
.callout.center .quote {
  display: none !important;
}
.image-scaler {
  position: relative;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  min-width: 100px;
  height: auto;
}
/***********HEADER and NAVIGATION*********/
#main-header {
  min-height: 100px;
  background: #fff;
  border-top: 5px solid #c4ccd7;
  padding-top: 25px;
  position: relative;
}
#main-header img {
  padding: 0px 0 20px 0;
}
#menu-main-navigation-1 {
  list-style: none;
  text-align: right;
  padding: 0;
  margin: 5px 0 0 0;
}
#menu-main-navigation-1 > li {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  padding: 0 10px 0 10px;
  position: relative;
}
#menu-main-navigation-1 > li.current_page_item > a {
  color: #e5722e !important;
}
#menu-main-navigation-1 > li:after {
  content: "\2022";
  display: inline-block;
  position: absolute;
  right: -7px;
  top: 4px;
  color: #121c4d !important;
}
#menu-main-navigation-1 > li:last-child a {
  padding-right: 0;
}
#menu-main-navigation-1 > li:last-child:after {
  display: none;
}
#menu-main-navigation-1 > li > a {
  font-family: "Cinzel", serif;
  font-size: 15px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  display: block;
  padding: 5px 0px 5px 0px;
  color: #121c4d;
  border-bottom: 2px solid transparent;
}
#menu-main-navigation-1 > li a:hover {
  color: #e5722e;
  border-bottom: 2px solid #e5722e;
}
ul#menu-social-navigation {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
ul#menu-social-navigation li {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 30px;
  padding: 0;
  margin: 0;
  position: relative;
  margin: 0 3px 0 3px;
}
ul#menu-social-navigation li:hover {
  color: #8293ac;
}
ul#menu-social-navigation li a {
  display: block;
  text-align: left;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/***********HEADER STYLES*******/
h1 {
  color: #333;
  font-size: 36px;
  padding: 0 0 12px 0;
}
h2 {
  font-size: 30px;
  color: #333;
  padding: 0 0 12px 0;
}
h3 {
  font-size: 24px;
  color: #333;
  padding: 0 0 8px 0;
}
h4 {
  font-size: 18px;
  padding: 0 0 8px 0;
}
/***********BUTTONS***********/
a.button,
button.submit {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  letter-spacing: 0.1em;
  display: inline-block;
  background: transparent;
  padding: 5px 20px 5px 20px;
  color: #121c4d !important;
  text-transform: uppercase;
  position: relative;
  border: 1px solid #e5722e;
  text-align: center;
  -webkit-transition: all linear 140ms;
  -moz-transition: all linear 140ms;
  -ms-transition: all linear 140ms;
  -o-transition: all linear 140ms;
}
a.button i,
button.submit i {
  margin-left: 8px;
}
a.button:hover,
button.submit:hover {
  color: #fff !important;
  background: #e5722e;
  cursor: pointer;
}
a.button.small,
button.submit.small {
  font-size: 12px;
}
a.button.white,
button.submit.white {
  color: #fff !important;
}
a.button.large,
button.submit.large {
  display: block;
  text-align: center;
  font-size: 18px;
  padding: 10px !important;
}
a.button.orange,
button.submit.orange {
  background: #e5722e;
  color: #fff !important;
}
a.button.orange:hover,
button.submit.orange:hover {
  background: #121e4b;
}
/*********HOMEPAGE**********/
#banner {
  border-bottom: 1px solid #fff;
  position: relative;
  height: 500px;
  overflow: hidden;
}
#banner #banner-slide-wrap {
  position: relative;
  z-index: 2;
}
#banner #banner-slide-wrap .banner-slide-item {
  height: 500px;
  position: relative;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
#banner #banner-nav-wrap {
  background: rgba(2, 23, 51, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
#banner #banner-nav-wrap .banner-nav-item {
  position: relative;
  height: 70px;
  text-align: center;
  border-right: 1px solid #063688;
  padding: 0;
  outline: none;
}
#banner #banner-nav-wrap .banner-nav-item:hover {
  cursor: pointer;
}
#banner #banner-nav-wrap .banner-nav-item img {
  width: 70px;
  height: auto;
  max-width: 90%;
  display: inline-block;
  vertical-align: top;
}
#banner #banner-nav-wrap .banner-nav-item.slick-current {
  background: #c4ccd7;
}
#banner.subpage {
  background: #8293ac;
  padding: 30px 10px 30px 10px;
  margin-bottom: 45px;
  border-bottom: 1px solid #fff;
}
#banner.subpage h1 {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
#banner button {
  position: absolute;
  height: 50px;
  width: 50px;
  line-height: 1;
  color: #fff;
  top: 50%;
  margin-top: -40px;
  background: transparent;
  outline: none;
  font-size: 24px;
  text-align: center;
  -webkit-transition: all linear 130ms;
  -moz-transition: all linear 130ms;
  -ms-transition: all linear 130ms;
  -o-transition: all linear 130ms;
  z-index: 100;
}
#banner button.slick-prev {
  left: -1px;
  border: 1px solid #fff;
}
#banner button.slick-next {
  right: -1px;
  border: 1px solid #fff;
}
#banner button:hover {
  cursor: pointer;
  background: rgba(130, 147, 172, 0.8);
}
#banner.subpage {
  position: relative;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background: url(images/banner.jpg) no-repeat center center;
  height: 300px;
}
#banner.subpage h1 {
  font-weight: 400;
  text-transform: none;
  font-family: "Cinzel", serif;
  font-size: 50px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  letter-spacing: 0.07em;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
ul.slick-dots {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -50px;
  z-index: 50;
}
ul.slick-dots li {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0 3px 0 3px;
}
ul.slick-dots li button {
  background: #8293ac;
  width: 12px;
  height: 12px;
  border: none;
  outline: none;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  text-align: left;
  text-indent: -9999px;
}
ul.slick-dots li button:hover {
  cursor: pointer;
  background: #fff;
}
ul.slick-dots li.slick-active button {
  background: #fff !important;
}
.banner-content {
  height: 100%;
}
.banner-content > div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-family: "Cinzel", serif;
  font-size: 60px;
  color: #fff !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  font-weight: normal;
}
.banner-content h5 {
  text-transform: uppercase;
  font-weight: bold;
  color: #8293ac;
  line-height: 1 !important;
  margin-bottom: 20px;
}
#intro {
  padding: 120px 0 80px 0;
}
#intro .left {
  font-family: "Cinzel", serif;
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
  color: #e5722e;
  background: url(images/grayscale.svg) no-repeat center center;
  min-height: 230px;
  padding-top: 40px;
}
#intro .right h2 {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  color: #c4ccd7;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.09em;
}
#practices {
  position: relative;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-attachment: fixed;
  background-attachment: fixed !important;
  background: url(images/practice-bg.jpg) no-repeat center center;
  color: #fff;
}
#practices #practice-nav {
  display: inline-block;
  vertical-align: top;
  margin: 20px 0 30px 0;
}
#practices #practice-nav button {
  border: 1px solid #e5722e;
  background: rgba(7, 24, 55, 0.65);
  color: #fff;
  font-size: 24px;
  height: 50px;
  width: 50px;
  outline: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 10px;
}
#practices #practice-nav button:hover {
  background: #e5722e;
  cursor: pointer;
}
#practices #practice-nav button.slick-next {
  padding-left: 10px;
}
#practices #practice-nav button.slick-prev {
  padding-right: 10px;
}
#practice-areas-wrap {
  margin-top: 15px;
}
.practice-item {
  padding: 30px 20px 30px 20px;
  text-align: center;
  outline: none;
}
.practice-item > div {
  background: rgba(7, 24, 55, 0.65);
  display: inline-block;
  vertical-align: top;
  border: 1px solid #e5722e;
  color: #fff;
  position: relative;
  padding: 50px 10px 30px 10px;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
}
.practice-item > div:hover {
  background: #8191a8;
}
.practice-item > div:hover a.button {
  background: #fff;
  color: #121c4d !important;
}
.practice-item > div:hover a.button:hover {
  color: #fff !important;
  background: #e5722e !important;
}
.practice-item > div .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #e5722e;
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -30px;
}
.practice-item > div h6 {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 20px;
  letter-spacing: 0.06em;
}
.practice-item.page {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 340px;
  padding: 20px 10px 20px 10px;
}
.practice-item.page > div {
  background: #121e4b;
  border: 2px solid #dbdcdd;
  min-height: 380px;
}
.practice-item.page > div .icon {
  border: 2px solid #dbdcdd;
}
.practice-item.page > div .icon img {
  border: none !important;
}
.practice-item.page > div:hover {
  background: #c4ccd7 !important;
}
#latest {
  padding: 80px 0 80px 0;
}
#latest .latest-item {
  padding: 80px 40px 40px 40px;
  font-size: 18px;
}
#latest .latest-item > div {
  border-left: 1px solid #e5722e;
  border-bottom: 1px solid #e5722e;
  text-align: left;
  padding: 0 0 30px 60px;
  position: relative;
}
#latest .latest-item > div h6 {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  color: #e5722e;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 15px;
}
#latest .latest-item > div .date-box {
  width: 90px;
  height: 90px;
  background: #121c4d;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: absolute;
  top: -45px;
  left: -45px;
  padding-top: 14px;
}
#latest .latest-item > div .date-box span {
  display: block;
}
#latest .latest-item > div .date-box span.month {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1;
}
#latest .latest-item > div .date-box span.day {
  font-family: "Cinzel", serif;
  font-size: 50px;
  line-height: 1;
}
a.block {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  z-index: 50;
}
a.readmore {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  color: #e5722e !important;
  font-weight: bold;
  letter-spacing: 0.06em;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
}
a.readmore i {
  margin-left: 4px;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
}
a.readmore:hover {
  color: #121c4d !important;
}
a.readmore:hover i {
  margin-left: 8px;
}
#locations {
  height: 500px;
  position: relative;
  padding: 0;
}
#locations #locations-wrap {
  height: 500px;
}
#locations #map_canvas {
  height: 500px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#locations .location-item {
  margin-top: 50px;
  padding: 20px 30px 40px 30px;
  text-align: center;
  overflow: visible;
  position: relative;
  outline: none;
}
#locations .location-item:after {
  content: "";
  display: block;
  width: 320px;
  height: 75px;
  position: absolute;
  background: url(images/base-shadow.png) no-repeat center center;
  bottom: 5px;
  left: 50%;
  margin-left: -160px;
  z-index: 1;
}
#locations .location-item > div {
  background: rgba(18, 30, 75, 0.9);
  border: 1px solid #fff;
  padding: 25px 15px 25px 15px;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 5;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
}
#locations .location-item > div:hover {
  background: #c4ccd7;
}
#locations .location-item > div:hover span i {
  color: #121c4d;
}
#locations .location-item > div h6 {
  font-family: "Raleway", sans-serif;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}
#locations .location-item > div span {
  display: block;
}
#locations .location-item > div span i {
  color: #c4ccd7;
  margin-right: 5px;
}
#locations .location-item > div span.phone {
  margin-top: 15px;
}
#locations .location-item > div .icon {
  background: #e5722e url(images/map-pin.svg) no-repeat center center;
  background-size: 70%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
}
#locations #locations-nav {
  text-align: center;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  bottom: 30px;
  left: 0;
}
#locations #locations-nav button {
  border: 1px solid #fff;
  background: rgba(7, 24, 55, 0.9);
  color: #fff;
  font-size: 24px;
  height: 50px;
  width: 50px;
  outline: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 0 5px;
}
#locations #locations-nav button:hover {
  background: #e5722e;
  cursor: pointer;
}
#locations #locations-nav button.slick-next {
  padding-left: 10px;
}
#locations #locations-nav button.slick-prev {
  padding-right: 10px;
}
#awards {
  background: #c4ccd7;
  padding: 25px 0 25px 0;
}
#awards .award-item {
  text-align: center;
  font-family: "Cinzel", serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #121c4d;
  position: relative;
}
#awards .award-item a {
  color: #121c4d;
}
#awards .award-item:after {
  content: "\2022";
  display: none;
  position: absolute;
  right: 0px;
  top: 0px;
  color: #fff;
}
#awards button {
  color: #fff;
  font-size: 20px;
  background: none;
  outline: none;
  border: none;
  display: inline-block;
  vertical-align: top;
  position: absolute;
}
#awards button:hover {
  cursor: pointer;
}
#awards button.slick-next {
  right: 0;
  top: 20px;
}
#awards button.slick-prev {
  left: 0;
  top: 20px;
}
#awards button:hover {
  color: #e5722e;
}
/*********AWARDS*******/
ul#awards-gallery {
  padding: 0 !important;
}
ul#awards-gallery li {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  height: 300px;
  position: relative;
  border: 1px solid #dbdcdd;
  margin: 10px !important;
}
ul#awards-gallery li i {
  display: none;
}
ul#awards-gallery li .fader {
  background: rgba(219, 220, 221, 0.95);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #dbdcdd;
  -webkit-transition: all linear 200ms;
  -moz-transition: all linear 200ms;
  -ms-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
ul#awards-gallery li .fader > div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 10px 0 10px;
  font-style: italic;
  font-size: 28px;
  line-height: 1.3 !important;
}
ul#awards-gallery li:hover .fader {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
/***********LOCATIONS************/
.location-details {
  padding-top: 40px;
}
.location-details h6 {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}
.location-details span {
  display: block;
  position: relative;
  padding: 0 0 0 0px;
  margin: 0 0 10px 0;
}
.location-details span i {
  display: inline-block;
  vertical-align: top;
  color: #c4ccd7;
  position: relative;
  transform: translateY(7px);
  margin-right: 6px;
}
.location-details span.phone {
  margin-top: 0px;
}
.location-details .border-right {
  border-right: 2px solid #c4ccd7;
}
#locations-wrap-page > .item.location:nth-child(even) {
  background: #f2f3f5;
}
.item.location {
  padding: 70px 0 70px 0;
  border: none;
  margin-bottom: 0;
}
.item.location .central {
  padding: 0 !important;
}
.item.location .grid-100 {
  padding: 0 !important;
}
.item.location .img-wrap {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.item.location .img-wrap img {
  position: relative;
  z-index: 10;
  border-bottom: 5px solid #c4ccd7 !important;
  width: 300px;
  height: auto;
}
.item.location .img-wrap:after {
  content: "";
  display: block;
  width: 400px;
  height: 100px;
  background: url(images/shadow.png) no-repeat center center;
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -200px;
  z-index: 1;
}
.item.location .button {
  margin-top: 40px;
}
.item.location span.phone,
.item.location span.fax {
  padding-left: 0 !important;
  margin: 0 0 5px 0 !important;
}
.item.location span.phone i,
.item.location span.fax i {
  position: relative !important;
  margin-right: 5px !important;
  top: auto !important;
}
#main-content.location {
  padding: 0;
}
#main-content.location #map_canvas {
  width: 100%;
  height: 450px;
}
#form-wrap.location {
  background: #f2f3f5;
}
#form-wrap.location h2 {
  font-family: "Raleway", sans-serif;
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
#form-wrap.location button {
  background: transparent;
  color: #fff;
  border: 1px solid #e5722e !important;
}
#form-wrap.location button:hover {
  background: #e5722e;
}
#form-wrap.location .gform_wrapper label {
  display: none;
}
#form-wrap.location .gform_wrapper input[type="checkbox"] {
  display: inline-block !important;
  vertical-align: top !important;
}
#form-wrap.location .gform_wrapper .gfield_consent_label {
  width: auto !important;
  color: #121e4b !important;
}
#form-wrap.location .gform_wrapper input[type="text"],
#form-wrap.location .gform_wrapper input[type="email"],
#form-wrap.location .gform_wrapper input[type="tel"],
#form-wrap.location .gform_wrapper textarea {
  background: #fff;
  border: 1px solid #e0dfdf;
  padding: 8px 8px 8px 40px;
  width: 100% !important;
  color: #121c4d;
  outline: none;
}
#form-wrap.location .gform_wrapper input[type="text"]:focus,
#form-wrap.location .gform_wrapper textarea:focus {
  background: #fff;
  border: 1px solid #e5722e;
}
#form-wrap.location .gform_wrapper ::-webkit-input-placeholder {
  color: #121c4d;
}
#form-wrap.location .gform_wrapper :-moz-placeholder {
  /* Firefox 18- */
  color: #121c4d;
}
#form-wrap.location .gform_wrapper ::-moz-placeholder {
  /* Firefox 19+ */
  color: #121c4d;
}
#form-wrap.location .gform_wrapper :-ms-input-placeholder {
  color: #121c4d;
}
#form-wrap.location .gform_wrapper ul.gform_fields li {
  position: relative;
  margin-bottom: 10px !important;
}
#form-wrap.location .gform_wrapper ul.gform_fields li i.fa-angle-right {
  display: none;
}
#form-wrap.location .gform_wrapper ul.gform_fields li i {
  position: absolute;
  top: 11px;
  left: 11px;
}
/***********ATTORNEY PAGE***********/
.item.attorney {
  position: relative;
  padding: 20px;
  border: none;
  margin-bottom: 70px;
  min-height: 320px;
}
.item.attorney > div {
  background: #121e4b;
  position: relative;
  border: 2px solid #dbdcdd;
  padding: 15px 15px 15px 230px;
  min-height: 265px;
}
.item.attorney > div i.fa-angle-right {
  display: none;
}
.item.attorney > div ul,
.item.attorney > div .button {
  position: relative;
  z-index: 20;
}
.item.attorney .img-wrap {
  position: absolute;
  top: -20px;
  left: -2px;
}
.item.attorney .img-wrap img {
  position: relative;
  z-index: 10;
  border: 2px solid #fff;
  width: 200px;
  height: auto;
}
.item.attorney .img-wrap:after {
  content: "";
  display: block;
  width: 400px;
  height: 100px;
  background: url(images/shadow.png) no-repeat center center;
  position: absolute;
  bottom: -40px;
  left: -90px;
  z-index: 1;
}
.item.attorney h1 {
  font-family: "Cinzel", serif !important;
  font-size: 18px !important;
  color: #fff !important;
  margin-bottom: 8px !important;
  padding-bottom: 0;
  line-height: 1;
  letter-spacing: 0.05em;
}
.item.attorney h3 {
  font-family: "Raleway", sans-serif !important;
  font-size: 13px !important;
  text-transform: uppercase;
  color: #fff !important;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 5px !important;
  padding-bottom: 0 !important;
}
.item.attorney ul.contact-details {
  margin: 5px 0 0 0 !important;
  padding-left: 0 !important;
}
.item.attorney ul.contact-details li {
  margin-bottom: 3px !important;
  padding-left: 0 !important;
  color: #fff !important;
  font-size: 14px !important;
}
.item.attorney ul.contact-details li i {
  color: #c4ccd7;
  margin-right: 8px;
}
.item.attorney ul.contact-details li a {
  color: #fff;
}
.item.attorney ul.contact-details li a:hover {
  color: #c4ccd7;
}
.item.attorney:nth-of-type(odd) {
  clear: both;
}
.item.attorney.new {
  padding: 0;
  width: 100%;
  border: none !important;
  height: 100% !important;
  min-height: 0 !important;
}
.item.attorney.new .img-wrap {
  border: none !important;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: auto;
  left: auto;
  margin-bottom: 50px;
}
.item.attorney.new .img-wrap img {
  border: none !important;
  width: 70% !important;
}
.item.attorney.new .img-wrap:after {
  display: none !important;
}
.item.attorney.new > div {
  height: 100% !important;
  min-height: 0 !important;
  padding: 0 0 0px 0 !important;
  position: relative;
  border: none !important;
  background: transparent
    linear-gradient(0deg, #131d4a 0%, #10193f 65%, #04060f 100%) 0% 0% no-repeat
    padding-box;
}
.item.attorney.new > div:before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.item.attorney.new > div h1 {
  text-transform: uppercase;
}
.item.attorney.new > div h3 {
  color: #e5722e;
  margin-bottom: 20px !important;
}
#attorney-banner {
  margin-bottom: 80px;
  background: #121e4b;
  padding: 30px 0 30px 0;
}
#attorney-banner .img-wrap {
  position: absolute;
  top: -45px;
  left: 0;
}
#attorney-banner .img-wrap img {
  position: relative;
  z-index: 10;
  border: 2px solid #fff;
  width: 200px;
  height: auto;
}
#attorney-banner .img-wrap:after {
  content: "";
  display: block;
  width: 400px;
  height: 100px;
  background: url(images/shadow.png) no-repeat center center;
  position: absolute;
  bottom: -40px;
  left: -90px;
  z-index: 1;
}
#attorney-banner .central {
  position: relative;
  padding-left: 250px !important;
  color: #fff;
}
#attorney-banner h1 {
  font-family: "Cinzel", serif;
  font-size: 40px;
  color: #fff;
  margin-bottom: 5px;
  padding-bottom: 0;
  line-height: 1;
  letter-spacing: 0.05em;
}
#attorney-banner h3 {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.08em;
}
#attorney-banner ul.contact-details {
  margin-top: 15px;
}
#attorney-banner ul.contact-details li {
  margin-bottom: 8px;
}
#attorney-banner ul.contact-details li i {
  color: #c4ccd7;
  margin-right: 8px;
}
#attorney-banner ul.contact-details li a {
  color: #fff;
}
#attorney-banner ul.contact-details li a:hover {
  color: #c4ccd7;
}
ul.transactions {
  padding: 0px 0 10px 0 !important;
}
ul.transactions li {
  font-size: 18px;
  font-style: italic;
  padding: 10px 0 10px 0 !important;
  border-bottom: 1px solid #dbdcdd;
  margin: 0 !important;
}
ul.transactions li:first-child {
  border-top: 1px solid #dbdcdd;
}
ul.awards {
  padding: 0 !important;
  margin: 0 !important;
}
ul.awards i {
  display: none;
}
ul.awards li {
  line-height: 1 !important;
  padding: 0 !important;
  margin: 0 6px 7px 0 !important;
  display: inline-block;
  vertical-align: top;
}
ul.awards li img {
  display: block;
}
#sidebar.attorney .widget {
  color: #121c4d;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dbdcdd;
}
#sidebar.attorney .widget h2.widget-title {
  color: #e5722e;
}
#sidebar.attorney .widget ul {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #121c4d;
}
#sidebar.attorney .widget ul li {
  margin-bottom: 16px;
  position: relative;
  padding-left: 25px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
#sidebar.attorney .widget ul li i {
  color: #e5722e;
  position: absolute;
  font-size: 16px;
  top: 4px;
  left: 0;
}
#sidebar.attorney .widget ul li a {
  color: #121c4d;
}
#sidebar.attorney .widget ul li a:hover {
  color: #e5722e;
}
#sidebar.attorney .widget#location h6 {
  font-family: "Raleway", sans-serif;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}
#sidebar.attorney .widget#location span {
  display: block;
}
#sidebar.attorney .widget#location span i {
  color: #c4ccd7;
  margin-right: 5px;
}
#sidebar.attorney .widget#location span.phone {
  margin-top: 15px;
}
#sidebar.attorney .widget#education span.school {
  text-transform: none;
  display: block;
  margin-bottom: 4px;
}
#sidebar.attorney .widget#education span.degree {
  display: block;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 16px;
  font-style: italic;
  text-transform: none;
  color: #c4ccd7;
}
#finder {
  background: #f2f3f5;
  border: 1px solid #dbdcdd;
  padding: 20px;
  margin-top: 35px;
}
#finder h4 {
  font-family: "Cinzel", serif;
  font-size: 36px;
  font-weight: 300;
}
#main-content #finder form button {
  background: #e5722e !important;
  color: #fff !important;
}
#main-content #finder form button:hover {
  background: #fff !important;
  color: #121c4d !important;
}
.styled-select select {
  background: transparent;
  width: 100%;
  padding: 5px;
  font-size: 16px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  height: 34px;
  -webkit-appearance: none;
  outline: none !important;
}
.styled-select {
  width: 100%;
  height: auto;
  background: url(images/down-arrow.png) no-repeat right center #fff;
  border: 1px solid #ccc;
  padding: 0px;
  font-family: "Cinzel", serif;
  font-size: 15px;
}
form#searchform {
  display: block;
  margin: 0 0 30px 0 !important;
}
form#searchform input {
  padding: 15px;
  border: 1px solid #ccc;
  width: 100%;
}
form#searchform ::-webkit-input-placeholder {
  color: #000;
}
form#searchform :-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}
form#searchform ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}
form#searchform :-ms-input-placeholder {
  color: #000;
}
a.letter-jump {
  display: inline-block;
  vertical-align: top;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  margin-right: 6px;
}
.ui-autocomplete {
  background: #fff !important;
  color: #121c4d !important;
  padding: 0 !important;
}
.ui-autocomplete li {
  padding: 10px !important;
  font-family: "Raleway", sans-serif !important;
  font-size: 16px !important;
}
.ui-autocomplete li:hover {
  border: none !important;
  background: #121c4d !important;
  color: #fff !important;
}
/*********CONTACT******/
.contact-location {
  margin-bottom: 40px;
  padding: 0 0px 0 0px !important;
}
.contact-location > .location-details {
  padding-top: 0;
}
.contact-location > .location-details .button {
  margin-top: 15px;
}
/***********BLOG***********/
h5.blogtitle {
  font-family: "Raleway", sans-serif;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  color: #121e4b;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}
h5.blogtitle a {
  color: #121c4d !important;
}
h5.blogtitle a:hover {
  color: #e5722e !important;
}
h6.date {
  font-family: "Sorts Mill Goudy", serif;
  font-size: 20px;
  font-style: italic;
  margin-bottom: 15px;
  color: #8193ac;
  text-transform: none;
}
ul.widget-list li i {
  display: none;
}
ul.widget-list li a {
  display: block;
  border-bottom: 1px solid #dbdcdd;
  padding: 15px 0 15px 0;
  -webkit-transition: all linear 200ms;
  -moz-transition: all linear 200ms;
  -ms-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  color: #121c4d;
  letter-spacing: 0.05em;
}
ul.widget-list li a:hover {
  background: #c4ccd7;
  padding-left: 10px;
  color: #fff;
}
ul.widget-list li:first-child a {
  border-top: 1px solid #dbdcdd;
}
/**********ITEMS and WIDGETS**************/
.item {
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dbdcdd;
}
.widget {
  margin-bottom: 50px;
}
.widget h2.widget-title {
  font-family: "Cinzel", serif;
  font-size: 30px;
  color: #121e4b;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
.widget-item {
  border-bottom: 1px solid #dbdcdd;
  clear: both;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.widget-item a.readmore {
  color: #121e4b;
}
.widget-item a.readmore:hover {
  color: #c4ccd7;
}
.widget-item h6 {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  color: #e5722e;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.08em;
}
.widget-item h6 a {
  color: #e5722e;
}
.widget-item h6 a:hover {
  color: #c4ccd7;
}
.widget-item.news .date-wrap {
  width: 25%;
  float: left;
}
.widget-item.news .details {
  width: 75%;
  float: left;
}
.widget-item.news .date-box {
  width: 50px;
  height: 50px;
  background: #121c4d;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  padding-top: 8px;
}
.widget-item.news .date-box span {
  display: block;
}
.widget-item.news .date-box span.month {
  font-family: "Raleway", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.08em;
}
.widget-item.news .date-box span.day {
  font-family: "Cinzel", serif;
  font-size: 24px;
  line-height: 1;
}
/*******TESTIMONIALS*****/
.testimonial-item {
  background: #f2f3f5;
  border: 1px solid #dbdcdd;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
  font-style: italic;
}
.testimonial-item h5 {
  font-style: normal;
}
.testimonial-item cite {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-style: normal;
}
.testimonial-item cite span.company {
  display: block;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 18px;
  font-style: italic;
  text-transform: none;
}
/********ALIGNMENT********/
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.625em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 1.625em;
}
.clear {
  clear: both;
}
.wp-caption-text {
  font-size: 12px;
  font-style: italic;
}
figure {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}
.fixed-bg {
  background-attachment: fixed !important;
}
.scaler {
  position: relative;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
.centered {
  text-align: center;
}
#warning {
  background: #121c4d;
  border-top: 3px solid #e5722e;
  width: 100%;
  padding: 50px 0 50px 0;
  box-shadow: -3px 0 2px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: -3px 0 2px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: -3px 0 2px rgba(0, 0, 0, 0.7);
  transform: translateY(100%);
  opacity: 0;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9900;
}
#warning a.round-close {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  line-height: 36px;
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-transition: al linear 140ms;
  -moz-transition: al linear 140ms;
  -ms-transition: al linear 140ms;
  -o-transition: al linear 140ms;
}
#warning a.round-close:hover {
  background: #e5722e;
  border: 2px solid #e5722e;
}
#warning #warning-text {
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  font-size: 100%;
  letter-spacing: 0em;
  color: #121e4b;
  color: #fff;
  padding: 0 10px 0 10px !important;
  width: 100%;
  max-width: 1100px !important;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2% 0 2% !important;
  position: relative;
  opacity: 0;
  transform: translateY(20px);
}
#warning #warning-text h4 {
  font-family: "Cinzel", serif;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
}
#warning #warning-text a {
  color: #e5722e;
}
#warning #warning-text a.button {
  background: #e5722e !important;
  color: #fff !important;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all linear 140ms;
  -moz-transition: all linear 140ms;
  -ms-transition: all linear 140ms;
  -o-transition: all linear 140ms;
}
#warning #warning-text a.button:hover {
  background: #c4ccd7;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.fancybox-slide--iframe .fancybox-content {
  width: 100%;
  height: 406px;
  max-width: 720px;
  max-height: 406px;
  margin: 0;
}
.large-text {
  font-family: "Sorts Mill Goudy", serif;
  font-size: 30px;
}
.bordered {
  padding-bottom: 40px !important;
  margin-bottom: 40px !important;
  border-bottom: 1px solid #121c4d;
}
.section-head {
  color: #e5722e !important;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif !important;
  font-size: 40px !important;
}
a {
  text-decoration: none !important;
}
.location-details .large-text {
  font-size: 24px !important;
}
section.page-module {
  padding: 80px 0 80px 0;
  line-height: 1.5;
  position: relative;
}
section.page-module img {
  display: block;
  width: 100%;
}
section.page-module img.gallery-img {
  max-width: 260px;
  display: inline-block;
  vertical-align: top;
}
section.page-module .section-head {
  font-family: "Cinzel", serif !important;
  font-size: 36px !important;
  color: #121c4d;
}
section.page-module.gray-bg {
  background: #dbdcdd;
  color: #121e4b;
}
section.page-module.gray-bg .section-head {
  color: #121c4d !important;
}
section.page-module.dark-bg {
  background: #121c4d;
  color: #fff;
}
section.page-module.dark-bg .section-head {
  color: #e5722e !important;
}
section.page-module.dark-bg a.button {
  background: #e5722e !important;
  color: #fff !important;
}
section.page-module.dark-bg a.button:hover {
  background: #c4ccd7 !important;
  border: 1px solid #c4ccd7 !important;
  color: #121c4d !important;
}
section.page-module.photo-bg {
  color: #fff;
}
section.page-module.photo-bg .section-head {
  color: #e5722e !important;
}
section.page-module.photo-bg .frow-container {
  position: relative;
  z-index: 10;
}
section.page-module.photo-bg:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
}
section.page-module.photo-bg a.button {
  background: #e5722e !important;
  color: #fff !important;
}
section.page-module.photo-bg a.button:hover {
  background: #c4ccd7 !important;
  color: #121c4d !important;
  border: 1px solid #c4ccd7 !important;
}

/*# sourceMappingURL=style.css.map */

.vd-search-titles {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 60px 0px;
}
.vd-search-titles span {
  font-family: "Raleway", san-serif;
  font-size: 26px;
  max-width: 518px;
  color: #212c56 !important;
  line-height: 150%;
}
.vd-result-title {
  font-family: "EB Garamond", serif !important;
  font-size: 64px !important;
  font-weight: 600 !important;
  color: #212c56 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.vd-search-option {
  font-family: "EB Garamond", serif !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  color: #212c56 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.vd-attorney-items {
  display: flex;
  flex-wrap: wrap;
}
.vd-attorney-items .e-con-inner {
  padding: 0px 20px !important;
}
.vd-attorney-item {
  width: 50%;
  display: flex;
  flex-direction: row !important;
  align-items: center;
  /*max-height: 400px;*/
  margin-bottom: 50px !important;
}
.vd-attorney-items .e-con-inner {
  flex-direction: row !important;
}
.vd-attorney-item:nth-child(2n-1) .vd-attorney-content {
  margin-right: 30px;
}
.vd-image-wrap {
  width: 50%;
  margin-right: 6px !important;
  max-width: 320px;
  max-height: 444px;
}
.vd-image-wrap img {
  border: none !important;
  object-fit: cover;
  height: 444px !important;
  width: 320px;
}

.vd-attorney-item h1 {
  font-family: "Raleway", san-serif !important;
  font-size: 32px !important;
  color: #212c56 !important;
  margin: 0px 0px 5px !important;
  padding: 0px !important;
}
.vd-attorney-item h3 {
  font-family: "Raleway", san-serif !important;
  font-size: 20px !important;
  color: #212c56 !important;
  font-weight: 500 !important;
  text-transform: unset !important;
  margin: 0px !important;
  padding: 0px !important;
}
.vd-attorney-content {
  width: 50%;
  border: 1px solid #c5c5c5;
  height: 100%;
  padding: 25px 5px 15px 15px !important;
  display: flex;
  flex-direction: column;
}
.vd-attorney-btn {
  background-color: #d38252;
  font-family: "Raleway", san-serif !important;
  font-size: 16px !important;
  width: 100%;
  height: 49px;
  display: flex !important;
  color: #fff !important;
  align-items: center !important;
  justify-content: center !important;
  font-weight: bold;
  margin-top: auto;
}
.vd-attorney-btn .elementor-widget-container {
  display: flex;
  align-items: center;
}
.vd-contact-details {
  padding: 0 !important;
  margin: 20px 0px;
}

.vd-contact-details li {
  color: #212c56 !important;
  font-family: "Raleway", san-serif !important;
  font-size: 16px !important;
  display: flex;
  align-items: center;
  word-break: break-all;
}
.vd-contact-details .elementor-icon-list-icon {
  height: 40px;
  min-width: 40px;
  background: #212c56;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}
.vd-contact-details a {
  color: #212c56 !important;
  font-family: "Raleway", san-serif !important;
  font-size: 16px !important;
  display: flex;
  align-items: center;
}

.vd-svg-wrap {
  height: 40px;
  min-width: 40px;
  background: #212c56;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.vd-attorney-lables {
  display: flex;
  justify-content: space-between;
  margin: 60px 0px;
  align-items: center;
}
.vd-column {
  display: flex;
  flex-direction: column;
}
.vd-attorney-lables span {
  font-family: "Raleway", san-serif;
  font-size: 26px;
  max-width: 518px;
  color: #212c56 !important;
  line-height: 150%;
}
.vd-attorney-find {
  max-width: 1400px !important;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px 0 10px !important;
  position: relative;
}
@media (max-width: 1240px) {
  .vd-search-titles {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-top: 10px;
  }
  .vd-search-titles span {
    max-width: 615px;
    margin-bottom: 20px;
  }
  .vd-attorney-items {
    flex-direction: column;
    align-items: center;
  }
  .vd-attorney-items .e-con-inner {
    padding: 0px 20px !important;
  }
  .vd-attorney-item {
    width: auto;
    flex-wrap: wrap !important;
    justify-content: center !important;
    width: 100% !important;
  }
  .vd-attorney-content {
    height: 444px;
    margin: 0;
    width: auto;
  }

  .vd-image-wrap {
    min-width: 320px !important;
  }
  .vd-attorney-content {
    min-width: 320px !important;
    max-width: 320px;
  }
  .vd-image-wrap img {
    min-width: 320px;
  }
  .vd-attorney-item:nth-child(2n-1) .vd-attorney-content {
    margin-right: 0px;
  }
  .vd-attorney-items .e-con-inner {
    flex-direction: column !important;
    align-items: center !important;
  }
}
@media (max-width: 1080px) {
  .vd-best-partners .e-con-inner {
    flex-direction: column !important;
    align-items: center !important;
  }
}
@media (max-width: 700px) {
  .vd-attorney-items {
    flex-direction: column;
  }
  .vd-attorney-items .e-con-inner {
  }
  .vd-attorney-item {
    flex-direction: column !important;
    width: 100% !important;
    align-items: center !important;
  }
  .vd-attorney-content {
    height: 100%;
    width: 320px;
    padding-bottom: 10px;
    min-height: 380px !important;
  }
  .vd-image-wrap {
    min-width: 320px;
    margin: 0 !important;
  }
  .vd-image-wrap img {
    min-width: 320px;
  }
  .vd-search-titles {
    padding: 0px 20px;
  }
}
