#wpadminbar {
  z-index: 9999999999999999999999999999 !important;
}

html {
  scroll-behavior: smooth;
}

html, body, #page {
  background-color: #17202e !important;
}

#page-preloader {
  opacity: 1;
}

body {
  font-family: 'Ubuntu', sans-serif;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  text-transform: none;
  display: block;
}

h1,
.h1 {
  font-size: 4rem;
}

h2,
.h2 {
  font-size: 3.5rem;
}

h3,
.h3 {
  font-size: 3rem;
}

h4,
.h4 {
  font-size: 2.5rem;
  margin-bottom: 0;
}

h5,
.h5 {
  font-size: 2rem;
  margin-bottom: 0;
}

h6,
.h6 {
  font-size: 2.5rem;
  margin-bottom: 0;
}

p,
.block-content li,
.block-content td {
  font-size: 18px;
  line-height: normal !important; 
}

blockquote {
  position: relative;
  background-color: transparent;
  color: unset;
  padding: 0;
  font-style: italic;
  margin-bottom: 20px;
  line-height: normal;
}

blockquote:before {
  display: block;
  content: '“';
  position: absolute;
  top: -22px;
  left: -38px;
  font-size: 60px;
  opacity: 0.8;
}

blockquote:after {
  display: none;
  content: none;
}

blockquote p:after {
  display: inline;
  content: '”';
  color: inherit;
}

.bquote__name {
  color: #cac085;
  font-weight: 600;
}

body:not(.home) #primary-menu .services__menu-item--hide {
  display: none !important;
}

.actual-empty-space {
	clear: both;
}

.text-gold {
  color: #cac085;
}

.text-white {
  color: #fff;
}

.text-aqua {
  color: #70a3a3;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.bg-aqua {
  background-color: #70a3a3;
}

.d-none {
  display: none !important;
}

.block-content {
  padding-top: 0;
}

i.socials-item-icon.linkedin {
  top: -1px;
  position: relative;
}

.cc-window {
  padding: 15px;
  text-align: center;
}

.cc-window .cc-message > a {
  color: #70a3a3 !important;
}

.cc-window .cc-compliance > a {
  padding: 4px 5px 5px;
  border-radius: 3px;
  line-height: 45px;
  cursor: pointer;
}

#site-header {
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

body:not(.visible-header) #site-header:not(.shrink) {
  background-color: rgba(23, 32, 46, 0);
  -moz-box-shadow: unset !important;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
}

body:not(.visible-header) #site-header.fixed,
#site-header.fixed.shrink {
  background-color: rgba(23, 32, 46, 1);
}

#site-header.fixed.shrink .header-style-3 #primary-menu.no-responsive > li,
#site-header.fixed.shrink .header-style-4 #primary-menu.no-responsive > li,
.header-style-3 #primary-menu.no-responsive > li, .header-style-4 #primary-menu.no-responsive > li {
  padding: 25px 3px !important;
}

#site-header.fixed.shrink .header-style-3 #primary-menu.no-responsive > li.menu-item > a,
#site-header.fixed.shrink .header-style-4 #primary-menu.no-responsive > li.menu-item > a {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.header-style-3 #primary-menu.no-responsive > li.menu-item-current > a,
.header-style-3 #primary-menu.no-responsive > li.menu-item-active > a,
.header-style-4 #primary-menu.no-responsive > li.menu-item-current > a,
.header-style-4 #primary-menu.no-responsive > li.menu-item-active > a,
.header-style-3.header-layout-fullwidth_hamburger #primary-menu.no-responsive > li.menu-item-current > a,
.header-style-3.header-layout-fullwidth_hamburger #primary-menu.no-responsive > li.menu-item-active > a,
.header-style-4.header-layout-fullwidth_hamburger #primary-menu.no-responsive > li.menu-item-current > a,
.header-style-4.header-layout-fullwidth_hamburger #primary-menu.no-responsive > li.menu-item-active > a {
  border: none !important;
  font-weight: 400;
  color: #cac085;
}

#page:not(.vertical-header) #site-header.animated-header {
	width: 100%;
	position: fixed;
	z-index: 999999;
}

.fullwidth-block-background {
	background-position: center;
}

.intro__section .fullwidth-block {
  overflow: hidden;
}

.intro__section .fullwidth-block-inner {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.intro__section .fullwidth-block-inner > .container {
  margin-top: -180px;
}

#intro__particles {
  width: calc(100vw + 514px);
  height: calc(100vh + 514px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.intro__title h1 {
  color: #cac085;
  margin-bottom: 1.4rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1.1;
  font-size: 4.5rem;
}

.intro__img {
  max-width: 50%;
  align-self: flex-end;
  font-style: italic;
}

.service__banner .fullwidth-block {
	
}

.service__intro .fullwidth-block {
	padding-top: 150px !important;
}

.typed-style {
  color: #fff;
  font-size: 3.4rem;
  text-transform: lowercase;
  font-weight: 300;
  line-height: normal;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.intro__title h1,
.typed-style {
  font-family: "Ubuntu", "Nunito Sans";
}

.fullwidth-block--full-height .fullwidth-block {
  min-height: 100vh;
}

.wpb_column.vc_column_container {
	margin-top: 0 !important;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form .wpcf7-select,
.wpcf7-form textarea {
  border-radius: 15px;
  border: none;
  margin-bottom: 15px;
  background-color: #f4f4f4;
  resize: none;
}

.wpcf7-form select.wpcf7-form-control.wpcf7-select {
  display: block;
  padding: .6em 1.4em .5em .8em;
  width: 100%;
  max-width: 100%; 
  box-sizing: border-box;
  border: none;
  border-radius: .3em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #f4f4f4;
  background-image: url(/wp-content/themes/petros-law-group/img/arrow.png);
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 17px auto;
  color: #757575;
}

.wpcf7-form .wpcf7-select option {
  font-weight: normal;
}

.wpcf7-form .wpcf7-select.select--change,
.wpcf7-form .wpcf7-select option:not(disabled) {
	color: #3c3950 !important;
}

.wpcf7-form .wpcf7-select::-ms-expand {
  display: none;
}

.wpcf7-form .wpcf7-select:focus {
  outline: none;
}

.wpcf7-form input[type="submit"].wpcf7-form-control.wpcf7-submit {
  width: auto;
  float: right;
  background: #70a3a3;
  text-transform: none;
  border-radius: 15px;
  margin: 0;
}

.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab {
  border: none;
}

.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab a {
  text-transform: none !important;
  font-weight: 400 !important;
}

.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab.vc_active {}

.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab.vc_active a {
  background-color: #cac085 !important;
  color: #091220 !important;
}

.vc_tta-tabs .vc_tta-panels {
  background-color: transparent !important;
  border: none !important;
}

.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab a,
.vc_tta-tabs .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
  background-color: #091220 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 13px !important;
}

.vc_tta-tabs .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
  padding: 20px 25px !important;
}

.vc_tta-container .vc_tta-tabs-container {
	margin-bottom: 5px !important;
}

.vc_tta-container .vc_tta-tabs-container .vc_tta-tab {
  margin-top: 3px !important;
  margin-bottom: 2px !important;
  margin-left: 3px !important;
  margin-right: 2px !important;
}

.service__content h2,
.service__content h3 {
  text-align: center;
}

.service__content h4 {
  margin-top: 0;
}

.service__title-1 {
  color: #cac085;
  margin-bottom: 0;
}

.service__title-2 {
  color: #ffffff;
  margin-top: 0;
}

.service__title-1,
.service__title-2 {
	text-shadow: 0 0 5px #000000;
	line-height: normal;
}

.services__hover-box {
  padding: 10px;
}

.services__hover-box .vc-hoverbox-block.vc-hoverbox-front {
  background-size: auto 150px;
  background-position: top 20px center;
  background-repeat: no-repeat;
  justify-content: flex-end;
}

.services__hover-box .vc-hoverbox-block.vc-hoverbox-back {
	border-radius: 5px;
}

.services__hover-box .vc-hoverbox-block-inner.vc-hoverbox-front-inner h2 {
  color: #ffffff;
}

.services__hover-box .vc-hoverbox-block-inner.vc-hoverbox-back-inner h2 {
  margin: 5px 0;
  font-size: 28px;
}

.services__hover-box .vc_btn3 {
  color: #ffffff !important;
  background-color: #091220 !important;
}

.services__hover-box .vc_btn3:hover {
  color: #cac085 !important;
}

.contact__table td {
  border: none !important;
  color: #091220 !important;
  padding-bottom: 15px !important;
}

.contact__table i {
  font-size: 40px;
}

.contact__table a {
  color: #091220 !important;
}

body:not(.visible-header) #site-header-wrapper {
  height: auto !important;
}

#site-header .site-title,
#site-header.shrink .site-title,
#site-header.fixed.shrink .site-title {
	padding: 15px 40px 15px 0 !important;
	width: 58px !important;
}

#site-header.fixed.shrink .header-style-3 #primary-menu.no-responsive > li > a,
#site-header.fixed.shrink .header-style-4 #primary-menu.no-responsive > li > a {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

#site-header #primary-navigation {
	width: auto;
}

.header__social {
    display: table-cell;
    width: 99%;
    vertical-align: middle;
    text-align: right;
}

.header__social .socials-item {
    color: #fff;
}

.header__social .socials-item:hover {
    color: #cac085;
}

.header__social .socials-item-icon {
	width: 1.4em;
    font-size: 23px;
}

.vc_tta-tabs .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
	background-color: transparent !important;
}

#primary-menu.no-responsive > li > a,
#primary-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header a,
.widget_nav_menu > div > ul > li > a,
.widget_submenu > div > ul > li > a,
.widget_pages > ul > li > a,
.widget_categories > ul > li > a,
.widget_product_categories > ul > li > a,
.header-style-3 #primary-menu.no-responsive > li.menu-item-current > a,
.header-style-3 #primary-menu.no-responsive > li.menu-item-active > a,
.header-style-4 #primary-menu.no-responsive > li.menu-item-current > a,
.header-style-4 #primary-menu.no-responsive > li.menu-item-active > a,
.header-style-3.header-layout-fullwidth_hamburger #primary-menu.no-responsive > li.menu-item-current > a,
.header-style-3.header-layout-fullwidth_hamburger #primary-menu.no-responsive > li.menu-item-active > a,
.header-style-4.header-layout-fullwidth_hamburger #primary-menu.no-responsive > li.menu-item-current > a,
.header-style-4.header-layout-fullwidth_hamburger #primary-menu.no-responsive > li.menu-item-active > a {
    font-weight: unset;
}

.vc_tta-accordion .wpb_wrapper {
	color: #17202e;
}

.footer__menu .menu,
.footer__menu .menu .menu-item {
    border: none 0 transparent !important;
    display: flex;
    justify-content: center;
}

.footer__menu .menu .menu-item a {
    color: #ffffff;
  }

.footer__menu .menu .menu-item a:hover {
    color: #70a3a3;
}

.footer__logo img {
   width: 60px;
 }

.footer__copyright * {
  font-size: 13px;
}

.services__row:before {
	display: none !important;
}

.services__row .gem-button-container > .gem-button {
	-webkit-tap-highlight-color: transparent !important;
}

.services__row .gem-button-container > .gem-button:hover,
.services__row .gem-button-container > .gem-button:focus,
.services__row .gem-button-container > .gem-button:active {
	background-color: #cac085 !important;
	border-color: #cac085 !important;
	color: #fff !important;
}

.services__row > div:last-child:nth-child(odd) {
    margin: 0 auto;
}

.other-services .gem-icon-with-title {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.other-services .gem-icon-with-title > a {
  display: block;
  margin-bottom: 10px;
}

.other-services .gem-icon-with-title .gem-iconed-title a {
  color: #ffffff;
  font-size: 20px !important;
  line-height: normal;
}

.gem-icon-with-title-icon-size-medium .gem-icon {
	border: none;
	margin-bottom: 20px;
}

.gem-icon-with-title-icon-size-medium .gem-icon-inner {
	width: 100px;
	height: 100px;
	padding: 12px;
}

.gem-icon-with-title {
  margin-bottom: 4em;
}

.vc_icon_element-inner,
.gem-icon-with-title .gem-icon-inner {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#other-services .vc_icon_element-inner.current-service-item {
	background-color: #cac085 !important;
}

#other-services .vc_icon_element-inner:hover,
#services .vc_icon_element-inner:hover {
	background-color: #cac085 !important;
	transform: scale(1.1);
}

#other-services .gem-icon-with-title:hover .gem-icon-inner,
#services .gem-icon-with-title:hover .gem-icon-inner {
	background-color: #cac085 !important;
	transform: translateY(-10px);
}

#other-services h4 {
	font-size: 20px;
    line-height: normal;
}

.about__peter-title h3,
.about__peter-title h4 {
	text-align: right;
	font-weight: 500;
}

.about__peter-title h3 {
	color: #70a3a3;
	margin-bottom: 0;
	text-transform: uppercase;
}

.about__peter-title h4 {
	color: #cac085;
	margin-top: 0;
	font-style: italic;
}

.about__peter-image {
	display: none;
	margin: 0 -21px -80px;
}

.vc_tta-accordion.vc_tta-color-thegem .vc_tta-panel.vc_active .vc_tta-panel-heading {
	background-color: #cac086 !important;
}

.vc_tta-accordion.vc_tta-color-thegem .vc_tta-panel:not(.vc_active) .vc_tta-panel-title > a {
	color: #17202e !important;
}

.vc_tta-accordion.vc_tta-color-thegem .vc_tta-panel.vc_active .vc_tta-panel-title > a  {
	color: #ffffff !important;
}

.vc_tta-accordion.vc_tta-color-thegem .vc_tta-panel-heading .vc_tta-controls-icon::before, .wpb-js-composer .vc_tta.vc_tta-color-thegem.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
	border-color: #17202e !important;
}

.partners__row .wpb_single_image img {
	max-width: 65%;
}

.service__banner-image {
	display: none;
}

@media (min-width: 980px) and (max-width: 1200px) {
	.header-main .site-title,
	.header__social {
		margin-left: auto;
		margin-right: auto;
	}
	.header__social {
		display: block;
		margin-bottom: 40px;
		text-align: center;
	}
}

@media (max-width: 979px) {
	#site-header .header-main {
		display: flex;
		align-items: center;
	}
	#site-header #primary-navigation.responsive {
		order: 3;
		margin-left: 27px;
	}
	.mobile-menu-layout-default .primary-navigation.responsive .dl-menu {
		margin: 0 -37px;
	}
}
@media (min-width: 768px) {
	.home #services .services__row {
		display: flex;
		flex-wrap: wrap;
	}
	.home #services .services__row > .vc_column_container > .vc_column-inner {
		height: 100%;
	}
	.home #services .services__row > .vc_column_container > .vc_column-inner > .wpb_wrapper {
		height: 100%;
		display: flex;
		flex-direction: column;
	}
	.home #services .services__row > .vc_column_container > .vc_column-inner > .wpb_wrapper > .wpb_text_column {
		height: 100%;
		margin-bottom: 0;
	}
	.home #services .services__row > .vc_column_container > .vc_column-inner > .wpb_wrapper > .gem-button-container {
		width: 100%;
	}
	.home #services .services__row > .vc_column_container > .vc_column-inner > .wpb_wrapper > .gem-button-container.gem-button-position-left {
		text-align: left;
	}
	.home #services .services__row > .vc_column_container > .vc_column-inner > .wpb_wrapper > .gem-button-container.gem-button-position-right {
		text-align: right;
	}
	.home #about div.fullwidth-block-inner > div > div.vc_row.wpb_row.vc_inner.vc_row-fluid {
		display: flex;
		align-items: flex-end;
	}
}
@media (max-width: 767px) {
	.service__title-1 {
		font-size: 32px;
	}
	.about__peter-image {
		display: block;
	}
	.partners__inner-row .wpb_single_image {
		margin-bottom: -60px;
	}
	.partners__inner-row .vc_figure {
		transform: scale(0.7);
	}
	.mobile-menu-layout-default .primary-navigation.responsive .dl-menu {
		margin: 0 -21px;
	}
	.intro__title h1 {
		font-size: 35px;
	}
	.intro__section > .vc_column-inner {
		padding: 0 !important;
	}
	.typed-style {
		font-size: 24px;
	}
	.services__row .vc_icon_element.vc_icon_element-outer,
	.services__row .wpb_text_column .wpb_wrapper > *,
	.services__row .gem-button-container {
		text-align: center !important;
	}
	.services__row .gem-button-container {
		float: none !important;
	}
	.services__row .gem-button-container > .gem-button {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.wpb-js-composer .vc_tta.vc_tta-color-thegem.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
		border: none !important;
		background-color: #70a3a3;
		margin-bottom: 5px !important;
		color: #fff !important;
	}
	.wpb-js-composer .vc_tta.vc_tta-color-thegem.vc_tta-style-classic .vc_tta-panel .vc_tta-title-text {
		color: #091220 !important;
	}
	.vc_tta-panel-body {
		margin-bottom: 13px;
	}
	.mobile-reverse {
		flex-direction: column-reverse;
	}
	.service__intro .fullwidth-block {
		padding-top: 60px !important;
	}
	.service__banner .fullwidth-block {
		text-align: center;
	}
	.service__banner .fullwidth-block .fullwidth-block-background {
		background-image: none !important;
	}
	.service__banner-image {
		display: block;
		text-align: center;
	}
	.service__banner-image > .wpb_wrapper.vc_figure,
	.service__banner-image > .wpb_wrapper.vc_figure > .vc_single_image-wrapper {
		width: 100%;
		text-align: center;
	}
	.service__banner-image img {
		display: inline-block;
		width: 80%;
	}
}

@media (max-width: 1000px) {
	h2,
	.title-h2, body .pricing-table-style-6 .pricing-price-title, h3.comment-reply-title {
		line-height: normal;
	}
}

@media (max-width: 1199px) {
	.wpb_row,
	#blockchain .wpb_row > * {
		margin-top: 0 !important;
	}
}