@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:700|Roboto+Slab&display=swap");
html, body {
  width: 100%;
  margin: 0;
}

.margin {
  margin: 20px auto;
}

table, tbody, tfoot, thead {
  background: transparent;
}

body {
  background: none;
  font-family: "Roboto Slab", serif;
}

nav ul {
  list-style: none;
}

nav.horizontal {
  display: inline;
}

nav.horizontal li {
  float: left;
}

.label.primary {
  color: white;
}

.pretty {
  margin-top: 15px;
}

ul.tagit {
  background: white !important;
}

nav.horizontal li a {
  display: block;
  color: white;
  text-align: center;
  padding: 16px;
  text-decoration: none;
  height: 60px;
}

nav.horizontal li.social:first-child {
  border-left: 2px solid white;
}

nav.horizontal li a:hover {
  background-color: #111111;
}

.row.full {
  max-width: 100%;
  padding: 40px 60px;
}

.pretty .state label {
  font-size: 16px;
  line-height: 16px;
}

.hastooltip {
  cursor: pointer !important;
}

.tooltip {
  position: absolute;
  background: black;
  padding: 5px 10px;
  color: white;
  font-size: 0.8em;
  z-index: 99999;
  cursor: pointer !important;
  opacity: 1;
  display: none;
}

.content.fullback {
  background: url(../img/full-back.jpg) center;
  background-size: cover;
  padding-bottom: 50px;
  padding-top: 50px;
}

.row.full-width {
  max-width: 100%;
}

.call-to {
  font-size: 1.3em;
  max-width: 800px;
  margin: 10px auto;
}

.lawyer_register {
  position: fixed;
  bottom: 0;
  right: 10px;
  z-index: 9999;
}

.chosen-container-multi .chosen-choices {
  min-height: 2.4375rem;
}

.dropzone {
  border: inherit;
}

a, a:hover {
  color: #8D8125;
}

.button.disabled, .button.disabled:focus, .button.disabled:hover, .button[disabled], .button[disabled]:focus, .button[disabled]:hover {
  background: #606060;
}

button {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}

.button.paypal {
  background: #3b7bbf;
}

.button.positive {
  background: red;
}

.button.facebook, .button.facebook:hover {
  background: #3B5998;
}

.button.whats {
  background: #25D366;
}

h1, h2, h3, h4 {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  color: #8D8125;
}

h1.tagline, h2.tagline {
  text-align: center;
  margin-bottom: 40px;
}

*.tagline {
  color: black;
}

*.tagline span:first-child {
  color: black;
}

.content.padding {
  padding-top: 70px;
}

.button, .button:hover {
  background: #8D8125;
}

.map {
  height: 200px;
  width: 100%;
}

.icon {
  font-size: 1.2em;
  margin-right: 5px;
}

.white {
  color: white;
}

.icon_giant {
  font-size: 4em;
}

.icon_giant.correct {
  color: #4c9900;
}

.clarification {
  font-size: 0.7em;
  color: black;
  padding: 10px;
}

/*************************************
STARTS:  PHRASES
**************************************/
.phrases {
  text-align: center;
}

.phrases .icon {
  text-align: center;
  font-size: 5em;
}

.phrases .phrase {
  font-size: 1.5em;
  padding: 0 40px 40px 40px;
}

/*************************************
ENDS:  PHRASES
**************************************/
/*************************************
STARTS:  SLIDER
**************************************/
.slider {
  height: 600px;
  margin-bottom: 0;
}

.slider .content {
  padding: 100px 100px 20px 100px;
  max-width: 800px;
}

.slide {
  background: red;
  height: 600px;
}

.slide.send_question {
  background: url("../img/banner-1.jpg");
  background-position: center right;
}

.slide.brand_1 {
  background: url("../img/banner-brands-1.jpg");
  background-position: center right;
}
.slide.brand_1 h1 {
  color: white;
}

.slide.industry-secret-1 {
  background: url("../img/banner-industry-secret-1.jpg");
  background-position: center right;
}
.slide.industry-secret-1 h1 {
  color: black;
}

.slide.art-1 {
  background: url("../img/art-1.jpg");
  background-position: center;
}
.slide.art-1 h1 {
  color: white;
}

.slide.meet_lawyer {
  background: url("../img/banner-3.jpg");
  background-position: center right;
}

.slide.trainees {
  background: url("../img/banner-2.jpg");
  background-position: center right;
}

.slider .owl-dots {
  background: #8D8125;
  margin-top: 0;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin: 0;
}

/*************************************
ENDS: SLIDER
**************************************/
.loader {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
}

.loader_icon {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -42px;
  margin-left: -42px;
  z-index: 999;
  display: block;
  background: #A1961D;
  border-radius: 10px;
}

header .topbar {
  height: 60px;
  background: none;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  display: none;
  -webkit-transition: background-color 500ms;
  /* Safari */
  transition: background-color 500ms;
  z-index: 9999;
}

header .topbar .logo {
  position: absolute;
  top: 5px;
  left: 20px;
}

header .topbar .logo img {
  max-width: none;
}

header .topbar.back {
  background: black;
}

body.admin-bar .topbar {
  top: 32px;
}

header {
  z-index: 9999;
  position: relative;
}

body.mobile header .topbar {
  display: block;
  z-index: 9999;
}

header .topbar .hamburger {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}

.dashboard header .topbar .hamburger {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}

header .topbar.back .hamburger-inner, header .topbar.back .hamburger-inner:after, header .topbar.back .hamburger-inner:before {
  background-color: white;
}

.topbar .right-menu {
  list-style: none;
  position: absolute;
  right: 20px;
  display: flex;
  display: none;
}

.topbar .right-menu li {
  margin-right: 5px;
}

.topbar .right-menu .button {
  border-radius: 20px;
}

.topbar .right-menu .button.lawyer_button {
  background: black;
}

.hero {
  height: 100vh;
  background: url("../img/header-abogadisimo.jpg") center;
  background-size: cover;
  text-align: center;
  position: relative;
  justify-content: center;
  align-items: center;
}

.right-menu .horizontal {
  position: relative;
}
.right-menu .horizontal ul li ul {
  display: none;
  position: absolute;
  z-index: 999;
  background: black;
  color: white;
  width: 190px;
  text-align: center;
  margin: 0;
}
.right-menu .horizontal ul li ul li {
  width: 100%;
  border-bottom: 1px solid white;
}
.right-menu .horizontal ul li ul li:last-child {
  border-bottom: 0;
}
.right-menu .horizontal ul li.has-submenu:hover ul {
  display: block;
}

.hero.searching {
  background: #8D8125;
  height: 300px;
}

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

.hero .map:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: black;
  opacity: 0.8;
}

.hero.searching .map:after {
  display: none;
}

.hero .logo {
  max-width: 400px;
  padding-top: 100px;
  margin-left: 40px;
}

.hero .tagline {
  font-size: 1.5em;
  font-family: "Playfair Display", serif;
  border-top: 2px solid black;
  padding-top: 10px;
  margin-top: 10px;
  color: black;
}

.hero img {
  width: 400px;
}

.hero .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  left: 50%;
  margin-left: -40%;
  min-height: auto;
  z-index: 3;
}

.hero.searching .content {
  width: 60%;
}

.hero.searching .content .button {
  background: black;
}

.hero .content .input-group-custom {
  display: flex;
}

.hero .content .input-group-field {
  height: 3rem;
  flex-wrap: wrap;
  flex: inherit;
}

.hero .content .input-group-field.city {
  width: 50%;
  display: block;
}

.hero .content .city_wrapper {
  width: 20%;
}

.hero .content .city_wrapper {
  position: relative;
}

.hero .content .city_wrapper .city_list {
  background: white;
  border-radius: 0 0 5px 5px;
  list-style: none;
  margin: 0;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
}

.hero .content .city_wrapper .city_list li {
  border-bottom: 2px solid #EEEEEE;
  padding: 5px;
  cursor: pointer;
  text-align: left;
}

.hero .content .city_wrapper .city_list li:hover {
  background: #EEEEEE;
}

.hero .content .search_wrapper {
  position: relative;
}

.hero .content .search_wrapper .professions_list {
  background: white;
  border-radius: 0 0 5px 5px;
  list-style: none;
  margin: 0;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  z-index: 99999;
}

.hero .content .search_wrapper .professions_list li {
  border-bottom: 2px solid #EEEEEE;
  padding: 5px;
  cursor: pointer;
  text-align: left;
}

.hero .content .search_wrapper .professions_list li:hover {
  background: #EEEEEE;
}

.hero .content h1 {
  color: #8D8125;
  font-size: 1.5em;
  text-align: left;
}

.hero .content .button, .hero .content .button:hover {
  background: #8D8125;
}

header .wrapper-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  display: none;
}

header .wrapper-menu.open {
  display: block;
}

header .menu {
  background: black;
  display: block;
}

header .menu .social {
  font-size: 1.5em;
  text-align: center;
}

header .menu ul {
  display: flex;
  list-style: none;
  text-align: center;
  width: 90%;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  align-items: center;
  align-content: space-around;
}

header .menu ul li {
  height: 100%;
  border-bottom: 2px solid #EEE;
  padding: 8px;
}

header .menu ul li.no-border {
  border-bottom: 0;
}

header .menu ul li a {
  color: white;
  display: inline-block;
  font-family: "Roboto Slab", serif;
  font-size: 1em;
  font-weight: 400;
  padding: 0;
  line-height: 1.3em;
}

header .menu ul li a:hover {
  color: white;
}

body.mobile header .menu {
  background: black;
  width: 250px;
  max-width: 300px;
  height: 100vh;
  position: fixed;
  color: white;
  top: 0;
  left: -250px;
  -webkit-transition: left 500ms;
  /* Safari */
  transition: left 500ms;
  z-index: 11;
  padding-top: 20px;
}

body.mobile header .menu.open {
  left: 0;
  padding-top: 60px;
}

body.mobile header .menu ul {
  display: block;
  text-align: left;
}

body.mobile header .menu ul li {
  display: block;
  height: auto;
}

h4 a {
  color: #8D8125;
}

h4 a:hover {
  color: #8D8125;
}

.container {
  max-width: 1500px;
  margin: auto;
  padding: 40px;
  background: white;
}

.container.gray {
  background: #EEEEEE;
}

.container.full {
  padding: 0;
  max-width: 100%;
}

.container.full-padding {
  padding: 40px;
}

.masonry-css {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.masonry-css-item {
  margin-bottom: 1.5rem;
  background: #EEE;
  width: 31%;
  margin-right: 2%;
}

.masonry-css-item:last-child {
  flex-grow: 1;
}

.masonry-css-item:nth-child(7n+4), .masonry-css-item:nth-child(7n+5) {
  width: 48%;
}

.masonry-css-item:nth-child(7n+7) {
  width: 65%;
}

.masonry-css-item .info {
  padding: 20px;
}

.masonry-css-item h4 {
  color: black;
  font-family: "Playfair Display", serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2em;
}

.masonry-css-item .description {
  color: black;
  line-height: 1.3em;
}

.masonry-css-item .link a {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  color: #8D8125;
}

/*************************************
STARTS: HOME
**************************************/
.intro {
  padding: 40px 10px;
}

.steps {
  text-align: center;
  background: #8D8125;
  color: white;
  padding: 40px 0;
}

.steps h1 {
  color: white;
}

.steps .step {
  border-right: 2px solid black;
}

.steps .step:last-child {
  border-right: 0;
}

.steps .step .title {
  font-size: 1.5em;
  font-weight: 700;
}

.steps .step .icon {
  font-size: 3em;
  color: white;
}

/*************************************
ENDS: HOME
**************************************/
/*************************************
STARTS: DASHBOARD
**************************************/
.dashboard .submenu {
  background: black;
  height: 100vh;
  width: 250px;
  position: fixed;
  color: #8D8125;
  font-weight: 700;
  text-align: left;
  font-size: 1em;
  left: -250px;
}

.dashboard .submenu ul {
  list-style: none;
  margin-top: 40px;
}

.dashboard .submenu ul li {
  padding: 5px;
}

.dashboard ul li.notification {
  position: relative;
}

.dashboard ul li.notification:after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: red;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: 10px;
  left: 15px;
}

.dashboard ul li .label {
  background: none;
  font-size: inherit;
  cursor: pointer;
}

.dashboard .content {
  background: #EEEEEE;
  padding: 20px;
  min-height: 100%;
  margin-top: 60px;
}

.dashboard .analytics {
  text-align: center;
  border: 2px solid white;
  margin-bottom: 40px;
  padding: 10px 5px;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}
.dashboard .analytics .number {
  font-size: 2em;
}
.dashboard .analytics :last-child {
  border-right: 0px;
}

.dashboard .content .profiles {
  min-height: 80vh;
}

.dashboard .profiles .profile-item {
  width: 100%;
}

.dashboard .profiles .profile-item .image {
  width: 120px;
}

.dashboard .profiles .image-file {
  width: 100px;
}

.dashboard footer {
  background: none;
  color: black;
}

.users .user {
  border-bottom: 2px solid white;
  margin-bottom: 20px;
}

/*************************************
ENDS: DASHBOARD
**************************************/
/*************************************
STARTS: LOGIN MODAL
**************************************/
.modal footer {
  background: #EEE;
  color: black;
}

.modal footer a, .modal footer a:hover {
  color: black;
}

#login-modal header {
  margin: 20px auto;
  border-bottom: 2px solid #EEE;
  padding-bottom: 20px;
}

#login-modal form {
  display: block;
  width: 100%;
}

#login-modal .close {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #666;
}

/*************************************
ENDS: LOGIN MODAL
**************************************/
/*************************************
STARTS: FORMS
**************************************/
.dropzone {
  height: 200px;
  border: 2px #EEEEEE dotted !important;
  padding: 10px;
  text-align: center;
}

.dropzone .calltoaction {
  padding-top: 0px;
}

.dropzone.update .calltoaction {
  padding-top: 0;
}

.dropzone .icon {
  font-size: 2em;
}

.dropzone .dz-image {
  text-align: center;
  display: none;
}

.dropzone .dz-filename {
  display: none;
}

.dropzone .dz-success-mark, .dropzone .dz-error-mark {
  display: none;
}

.error {
  color: red;
}

.is-invalid {
  border: solid 2px red;
}

.g-recaptcha {
  margin-bottom: 20px;
  transform-origin: left top;
  -webkit-transform-origin: left top;
}

.submit {
  margin-top: 40px;
}

.disclaimer {
  text-align: center;
  color: #606060;
  margin-bottom: 20px;
}

/*************************************
ENDS: FORMS
**************************************/
/*************************************
STARTS: STEPS
**************************************/
.progressbar {
  counter-reset: step;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.progressbar:after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 4px solid #EEE;
  width: 85%;
  top: 20px;
  left: 7%;
  z-index: 0;
}

.progressbar li {
  list-style-type: none;
  font-size: 12px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #8D8125;
  font-weight: 700;
}

.progressbar li:before {
  width: 40px;
  height: 40px;
  content: counter(step);
  counter-increment: step;
  line-height: 35px;
  border: 3px solid #8D8125;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: white;
  font-size: 1.5em;
  position: relative;
  z-index: 1;
  font-weight: 700;
}

.progressbar li:after {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #EEE;
  top: 15px;
  left: -50%;
  z-index: -1;
}

.progressbar li:first-child:after {
  content: none;
}

.progressbar li.active {
  color: #8D8125;
}

.progressbar li.active:before {
  border-color: #8D8125;
  color: white;
  background: #8D8125;
}

.progressbar li.active + li:after {
  background-color: #8D8125;
}

.progressbar li.done {
  color: #8D8125;
}

.progressbar li.done:before {
  border-color: #8D8125;
  content: "";
  font-family: FontAwesome;
  color: white;
  background: #8D8125;
}

.progressbar li.done + li:after {
  background-color: #8D8125;
}

/*************************************
ENDS: STEPS
**************************************/
/*************************************
STARTS: DOCUMENTS
**************************************/
.document-item {
  margin-right: 20px;
  text-align: center;
}

/*************************************
ENDS: DOCUMENTS
**************************************/
/*************************************
STARTS: REGISTER CARD
**************************************/
.wrapper-register {
  position: relative;
  min-height: 600px;
}

.wrapper-register .card .intro {
  border-bottom: 2px solid #EEE;
  padding: 40px 40px 20px 40px;
  text-align: center;
  margin-bottom: 10px;
}

.wrapper-register .card .card-header {
  border-bottom: 2px solid #EEE;
  margin-bottom: 20px;
  padding: 20px;
}

.wrapper-register h2 {
  font-family: "Roboto Slab", serif;
  font-size: 1.5em;
  color: black;
  text-align: center;
  font-weight: 400;
}

.wrapper-register .card {
  margin: 80px auto;
  width: 90%;
  max-width: 700px;
}

.wrapper-register .card footer {
  background: #eeeeee;
  color: black;
}

.wrapper-register .card footer a, .wrapper-register .card footer a:hover {
  color: black;
}

/*************************************
ENDS: REGISTER CARD
**************************************/
/*************************************
STARTS: PROFILE LIST
**************************************/
.profiles {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding: 40px;
}

.filters {
  margin-top: 50px;
  padding: 40px 0;
  background: #EEE;
}

.filters.white {
  background: white;
}

.filters.white::after {
  content: "";
  border-bottom: 2px solid #EEE;
  width: 90%;
  display: block;
  height: 2px;
  margin: auto;
  margin-top: 20px;
}

.profiles .profile-item {
  width: 48%;
  display: flex;
  margin-bottom: 20px;
  margin-top: 20px;
  border-bottom: 2px solid #EEE;
  padding-bottom: 20px;
}

.profiles-carousel .profile-item {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
  margin-top: 20px;
  border-bottom: 2px solid #EEE;
  padding-bottom: 20px;
}

.profiles .profile-item.carousel {
  border-bottom: 0;
}

.owl-carousel .owl-item .profile-item .verified {
  width: 30px;
  display: inline-block;
}

.profiles .profile-item .image {
  width: 28%;
  text-align: center;
}

.profiles .profile-item .meta-info {
  width: 68%;
}

.profiles .profile-item .meta-info .name {
  color: #8D8125;
  font-size: 1.2em;
  font-weight: 700;
}

.profiles .profile-item .meta-info .specialization, .profile .info .name .specialization {
  font-style: italic;
}

.profiles .profile-item .meta-info .address {
  color: #606060;
}

.profiles .profile-item .image-file {
  width: 100px;
  height: 100px;
  background: #EEEEEE;
  border-radius: 100%;
  border: #8D8125 2px solid;
  display: inline-block;
}

/*************************************
ENDS: PROFILE LIST
**************************************/
/*************************************
STARTS: PROFILE LIST DASH
**************************************/
.profiles-dash .profile-dash-item {
  border-bottom: 2px solid #FFF;
  margin-bottom: 20px;
  padding-bottom: 10px;
  max-width: 100%;
  position: relative;
}

.profiles-dash .profile-dash-item.pending_verification:before {
  content: "";
  width: 10px;
  height: 10px;
  background: red;
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  border-radius: 100%;
}

/*************************************
ENDS: PROFILE LIST DASH
**************************************/
/*************************************
STARTS: QUESTION LIST
**************************************/
.search_wrapper {
  position: relative;
}

.search_wrapper .specialities_list {
  background: #eee;
  border-radius: 0 0 5px 5px;
  list-style: none;
  margin: 0;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
}

.search_wrapper .specialities_list li {
  border-bottom: 2px solid #EEEEEE;
  padding: 5px;
  cursor: pointer;
  text-align: left;
}

.search_wrapper .specialities_list li:hover {
  background: #EEEEEE;
}

.questions-wrapper .container {
  padding-bottom: 0;
}

.questions {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding: 40px;
  background: #EEEEEE;
}

.questions .question-item {
  width: 48%;
  display: flex;
  border-bottom: 2px solid #EEE;
  padding-bottom: 20px;
}

.questions .question-item .meta-info .name {
  color: #8D8125;
}

.questions .question-item .answers .answer {
  list-style: none;
  display: flex;
  margin-top: 10px;
}

.questions .question-item .answers .image {
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 10px;
}

.questions .question-item .answers .meta-info {
  width: 88%;
}

.questions .question-item .answer-name {
  color: #8D8125;
}

.questions .question-item .answers .answer .contact {
  font-size: 0.8em;
  font-weight: 700;
}

.question-wrapper .question {
  font-size: 1.2em;
  margin-bottom: 20px;
}

.question-wrapper .answer {
  margin-bottom: 20px;
  margin-left: 40px;
  display: flex;
}

.question-wrapper .answer .text {
  width: 50%;
  padding: 10px;
}

.question-wrapper .answer .meta-info {
  width: 30%;
  margin-left: 30px;
}

.question-wrapper .answer .meta-info .image {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  overflow: hidden;
}

.question-wrapper .answer .text.speech-bubble {
  position: relative;
  background: #EEEEEE;
  border-radius: 0.4em;
}

.question-wrapper .answer .text.speech-bubble:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-left-color: #EEEEEE;
  border-right: 0;
  border-top: 0;
  margin-top: -10px;
  margin-right: -20px;
}

.modal textarea {
  height: 200px;
}

.modal .wrapper {
  padding: 40px;
}

.dashboard .questions .question {
  margin-bottom: 20px;
}

.dashboard .questions .question .author {
  color: #8D8125;
  font-size: 1.2em;
  font-weight: 700;
}

/*************************************
ENDS: PROFILE LIST
**************************************/
/*************************************
STARTS: PROFILE SINGLE
**************************************/
.profile {
  display: flex;
  max-width: 1024px;
  margin: auto;
  padding: 60px 20px;
}

.profile h1 {
  font-family: "Roboto Slab", serif;
  font-size: 1.5em;
}

.profile h2 {
  font-size: 1.2em;
}

.profile .info {
  width: 70%;
  padding: 20px;
}

.sugestions {
  padding: 20px;
  background: #EEE;
  margin-top: 40px;
}

.specialization .speciality:after {
  content: ",";
}

.specialization .speciality:last-child::after {
  content: "";
  width: 50px;
  background-color: red;
}

.button.interface {
  border-radius: 100%;
  width: 45px;
  height: 45px;
  line-height: 40px;
  padding: 0;
  font-size: 1.2em;
}

.profile .actions .button {
  border-radius: 100%;
  width: 45px;
  height: 45px;
  line-height: 40px;
  padding: 0;
  font-size: 1.6em;
}

.profile .actions .button.fav {
  font-size: 1.2em;
  background-color: red;
}

.profile .title {
  font-weight: 700;
  margin-top: 15px;
}
.profile .name {
  padding-left: 15px;
}
.profile .name h1 {
  text-transform: capitalize;
}
.profile .specialization {
  padding: 10px 0;
}
.profile .free_first {
  background: blue;
  height: 40px;
  border-radius: 5px;
  padding: 8px 5px;
  color: white;
  font-weight: 700;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

.profile .actions .button.message {
  font-size: 1.2em;
}

button.overhang-yes-option, button.overhang-no-option {
  padding: 5px 10px;
}

.profile .info .main {
  display: flex;
}

.profile .info .main .image {
  width: 30%;
  margin-bottom: 40px;
}

.profile .info .main .image .image-file {
  width: 150px;
  height: auto;
  background: #EEEEEE;
  border-radius: 100%;
  border: #8D8125 2px solid;
  overflow: hidden;
}

.profile .info .companies {
  margin-top: 50px;
}

.profile .info .resume {
  margin: 10px auto;
}

.comments .comment {
  margin: 20px auto;
  border-bottom: solid 2px #EEEEEE;
  padding-bottom: 20px;
}

.comments .comment.rejected {
  opacity: 0.5;
}

.comments .comment:last-child {
  border-bottom: 0;
}

.comments .comment .author {
  font-weight: 700;
  font-size: 1.2em;
}

.comments .comment .date {
  color: #606060;
  font-style: italic;
}

.profile .agenda-wrapper {
  width: 30%;
  height: 300px;
  margin-top: 20px;
}

.profile .agenda h2 {
  background: #8D8125;
  color: white;
  padding: 10px;
  font-size: 1.2em;
}

.agenda .content {
  padding: 20px;
}

.profile textarea {
  height: 100px;
}

/*************************************
ENDS: PROFILE SINGLE
**************************************/
#map-canvas {
  height: 300px;
  border: 8px solid white;
}

/*************************************
ENDS: VALIDATE CONTACT
**************************************/
/*************************************
STARTS: DASHBOARD MESSAGES
**************************************/
.authors .author {
  padding: 10px;
  font-size: 1.2em;
  text-transform: capitalize;
  font-weight: 700;
}

.authors .author:nth-child(even) {
  background: #CCC;
}

.messages-wrapper {
  position: relative;
}

.messages-wrapper .sending {
  position: fixed;
  bottom: 0;
  width: 50%;
  height: 150px;
  background: #EEEEEE;
}

.messages-wrapper .messages {
  height: 60vh;
  overflow: scroll;
}

.messages .message {
  padding: 10px;
  font-size: 1.2em;
  font-weight: 700;
  max-width: 600px;
  background: white;
  border-radius: 10px;
  margin-top: 10px;
}

.messages .message.own {
  margin-left: 100px;
  background: #8D8125;
  color: white;
}

.authors .author:nth-child(even) {
  background: #CCC;
}

/*************************************
ENDS: DASHBOARD MESSAGES
**************************************/
/*************************************
STARTS: Pricing
**************************************/
.pricing ul.pricing-table {
  background-color: #fefefe;
  border: solid 1px #cacaca;
  width: 100%;
  text-align: center;
  list-style: none;
  margin: 0 0 40px 0;
}

.pricing .pricing-table li {
  border-bottom: dotted 1px #cacaca;
  padding: 0.875rem 1.125rem;
}

.pricing .pricing-table li:last-child {
  border-bottom: 0;
}

.pricing .pricing-table .title {
  background-color: #0a0a0a;
  color: #fefefe;
  border-bottom: 0;
}

.pricing .pricing-table .price {
  background-color: #e6e6e6;
  font-size: 1.5rem;
  border-bottom: 0;
}

.pricing .pricing-table .description {
  color: #8a8a8a;
  font-size: 80%;
  text-align: left;
}

.pricing .pricing-table.selected {
  border: 1px solid #8D8125;
}
.pricing .pricing-table.selected .price {
  background-color: #8D8125;
  color: white;
}
.pricing .pricing-table.selected .price .clarification {
  color: white;
}

.pricing-table :last-child {
  margin-bottom: 0;
}

/*************************************
ENDS: Pricing
**************************************/
/*************************************
STARTS: VALIDATE CONTACT
**************************************/
/*************************************
STARTS: INVITATION
**************************************/
.invitation {
  background: white;
  border-radius: 5px;
  height: 380px;
  width: 300px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  padding: 60px 20px 40px 20px;
  -webkit-box-shadow: 10px 10px 44px -22px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 44px -22px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 44px -22px rgba(0, 0, 0, 0.75);
  z-index: 9999;
  text-align: center;
  margin-bottom: 20px;
  display: none;
}
.invitation .close-button {
  position: absolute;
  top: 10px;
  right: 10px;
}
.invitation h2 {
  font-size: 1.4em;
  margin-bottom: 20px;
}
.invitation .image {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  border: 3px solid #8D8125;
}

/*************************************
ENDS: INVITATION
**************************************/
/*************************************
STARTS: QUERIES
**************************************/
@media only screen and (max-width: 1200px) {
  .slide.send_question {
    background-image: url("../img/banner-1-responsive.jpg");
    background-position: center right;
  }

  .slide.meet_lawyer {
    background-image: url("../img/banner-3-responsive.jpg");
    background-position: center right;
  }

  .slide.trainees {
    background-image: url("../img/banner-2-responsive.jpg");
    background-position: center right;
  }
}
@media only screen and (max-width: 900px) {
  .profile, .profile .info .main {
    display: block;
  }

  .profile .info, .profile .info .main .image {
    width: 100%;
  }

  .profile .info .main .image {
    text-align: center;
  }

  .single-post .content {
    margin-left: 0;
  }

  .single-post .content img {
    margin: 0;
  }

  .single-post .hero .content {
    margin-left: 36px;
  }

  .single-post .content div.meta-info {
    max-width: 100%;
    margin: 0;
  }

  .single-post .meta-info .related {
    border: 0;
    margin: 0;
  }

  .single-post .content img {
    width: 100%;
  }

  .single-post .content .meta-info, .single-post img, .single-post .image .caption {
    margin-left: 0;
  }

  .content iframe {
    width: 100% !important;
    max-width: 100 !important;
    margin-left: 0% !important;
  }

  .slide.send_question {
    background-image: url("../img/banner-1-responsive.jpg");
    background-position: center right;
  }
}
@media only screen and (max-width: 768px) {
  .invitation {
    width: 94%;
    bottom: auto;
    right: auto;
    left: 10px;
    top: 10px;
  }

  .hero {
    background-position-x: left;
  }

  .hero .content .input-group-custom {
    display: block;
  }

  .hero .content .city_wrapper {
    width: 100%;
  }

  .hero .content input {
    margin-bottom: 10px;
  }

  .hero .content .button {
    padding: 10px;
    width: 100%;
  }

  .hero .content {
    width: 80%;
  }

  .profile .agenda-wrapper {
    width: 100%;
  }

  .profiles .profile-item {
    width: 98%;
  }

  .masonry-css {
    display: block;
  }

  .masonry-css-item:nth-child(n), .masonry-css-item:nth-child(n) .image, .masonry-css-item:nth-child(n) .info {
    width: 100%;
  }

  .profiles .profile-item {
    display: block;
  }

  .profiles .profile-item .meta-info, .profiles .profile-item .image {
    width: 100%;
    text-align: center;
  }

  .slide.send_question {
    background-image: url("../img/banner-1-responsive-s.jpg");
    background-position: center;
  }
}
/*************************************
ENDS: QUERIES
**************************************/
/*************************************
STARTS: LOGOS
**************************************/
.logos-carousel {
  margin-bottom: 50px;
}

.logos-carousel .logo {
  height: 120px;
}

/*************************************
STARTS: LOGOS
**************************************/
/*************************************
STARTS: FOOTER
**************************************/
footer.main {
  background: #8D8125;
  color: black;
  padding: 60px 20px;
}

footer.main h4 {
  color: black;
  font-size: 1.2em;
}

footer.main nav ul {
  margin-left: 0;
}

footer.main nav ul a {
  color: black;
}

footer.main nav ul a:hover {
  color: black;
}

footer.main .logo {
  width: 200px;
  margin-bottom: 20px;
}

footer.register {
  height: 60px;
  padding-top: 10px;
}

/*************************************
ENDS: FOOTER
**************************************/

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