/*
Theme Name: Vasic - Djokic
Author: Fullo
Version: 1.0
Text Domain: Vasic - Djokic
*/


/* Global css */



@font-face {
  font-family: 'Figtree-Light';
  src: url("./assets/fonts/Figtree-Light.ttf");
  font-display: swap;
}


@font-face {
  font-family: 'Figtree-Regular';
  src: url("./assets/fonts/Figtree-Regular.ttf");
  font-display: swap;
}

@font-face {
  font-family: 'Figtree-Medium';
  src: url("./assets/fonts/Figtree-Medium.ttf");
  font-display: swap;
}


@font-face {
  font-family: 'Figtree-SemiBold';
  src: url("./assets/fonts/Figtree-SemiBold.ttf");
  font-display: swap;
}

@font-face {
  font-family: 'Figtree-Bold';
  src: url("./assets/fonts/Figtree-Bold.ttf");
  font-display: swap;
}


body {
  margin: 0;
  font-family: 'Figtree-Regular';
}

ul {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}


ul, ol {
  list-style: none;
}


input {
  outline: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}


a {
  text-decoration: none;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}


h1,h2,h3,h4,h5,h6 {
  margin: 0;
  color: #333333;
}

p {
	color: #333333;
}

.container {
	width: 100%;
	padding: 0 14vw;
	margin: auto;
}



/* Header */

.mob-button {
  display: none;
}

header {
	padding: 25px 0;
	background: #fff;
	position: sticky;
	top: 0;
	-webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  z-index: 5;
}

header.headerScroll {
	background: #5EA1D8;
}


.logo img {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

header.headerScroll .logo img,
header.headerScroll #menu-main-menu li.menu-item-has-children > a::after {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(105%) contrast(101%);
}

.header_wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header_wrap #menu-main-menu {
	display: flex;
}

.header_wrap #menu-main-menu li {
	margin-left: 50px;
  position: relative;
}


#menu-main-menu li.menu-item-has-children > a::after {
  content: '';
  display: block;
  background: url(./assets/images/arrow_down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
  position: absolute;
  right: -20px;
  top: 4px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}


.header_wrap #menu-main-menu li a {
	color: #333333;
  padding-bottom: 100%;
}

header.headerScroll #menu-main-menu li a {
	color: #fff;
}

/* nav dropwown */

.header_wrap #menu-main-menu li.menu-item-has-children .sub-menu {
  position: absolute;
  background: #D2EBFF;
  padding: 20px;
  top: 40px;
  min-width: 285px;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #333;
}

.header_wrap #menu-main-menu li.menu-item-has-children .sub-menu.active-menu {
  opacity: 1;
  visibility: visible;
  z-index: 5;
  pointer-events: initial;
}

.header_wrap #menu-main-menu li.menu-item-has-children .sub-menu li {
  margin-left: 0;
}

.header_wrap #menu-main-menu li.menu-item-has-children .sub-menu li:hover a {
  margin-left: 10px;
}

.header_wrap #menu-main-menu li.menu-item-has-children .sub-menu li a {
  color: #333;
  padding: 7px 0;
  display: inline-block;
  font-size: 15px;
}



/* Practice */

.heading h2 {
	font-size: 48px;
	font-family: 'Figtree-Regular';
	font-weight: normal;
	margin-bottom: 25px;
}

.practice_areas {
	padding: 100px 0;
}

.practice_areas .container,
.industries .container,
.insights .container {
	padding-right: 0;
}

.practice_areas .practice_image {
	background: #F6F7F8;
	text-align: center;
	padding: 50px 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.practice_areas .practice_image:hover {
  background: #eff2f6;
}

.practice_areas .practice_image img {
	margin: auto;
  aspect-ratio: 3;
}

.practice_areas ul li h3,
.industries ul li h3,
.people ul li h3 {
	font-size: 18px;
	margin-top: 15px;
}

.practice_areas .splide__arrows,
.industries .splide__arrows,
.insights .splide__arrows,
.about_people .splide__arrows {
	position: absolute;
	top: -75px;
	right: 14vw;
	display: flex;
}

.practice_areas .splide__arrow,
.industries .splide__arrow,
.insights .splide__arrow,
.about_people .splide__arrow {
	position: static;
	transform: none;
}

.practice_areas .splide__arrow svg,
.industries .splide__arrow svg,
.insights .splide__arrow svg,
.about_people .splide__arrow svg {
	display: normal;
}

.practice_areas .splide__arrow--next,
.practice_areas .splide__arrow--prev,
.industries .splide__arrow--next,
.industries .splide__arrow--prev,
.insights .splide__arrow--next,
.insights .splide__arrow--prev,
.about_people .splide__arrow--next,
.about_people .splide__arrow--prev  {
	background: #F6F7F8;
	border-radius: 0;
	margin-left: 15px;
	width: 50px;
	height: 50px;
}

.practice_areas .splide__arrow svg,
.industries .splide__arrow svg,
.insights .splide__arrow svg,
.about_people .splide__arrow svg {
  fill: #333333;
  height: 1em;
  width: 1em;
}


/* Team */

.practice_image {
  position: relative;
}

.practice_image img {
  width: 100%;
  height: 335px;
  object-fit: cover;
  object-position: top;
}

.practice_image::after {
  content: '';
  position: absolute;
  background: rgba(121, 179, 236, 0.7);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.practice_image .team_info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  z-index: 3;
  width: 100%;
  text-align: center;
}

.practice_image .team_info svg {
  height: 25px;
}

.practice_image .team_info .contact-icons a {
  margin: 0 7px;
}

.people .people-list .people-item:hover .practice_image::after,
.splide__list_slide li:hover .practice_image::after {
  opacity: 1;
}

.people .people-list .people-item:hover .team_info,
.splide__list_slide li:hover .team_info {
  opacity: 1;
}




/* Insights */

.insights {
    background: #5EA1D8;
    padding: 100px 0;
}

.insights h2 {
  color: #F6F7F8;
}

.insights .insights-description p {
  color: #F6F7F8;
  max-width: 75%;
  line-height: 1.5;
}

.insights .insights-description {
  color: #F6F7F8;
}

.insights .insights-item img {
  width: 100%;
  object-fit: cover;
  height: 340px;
}

.insights .insights-list .insights-item {
  margin-top: 50px;
}

.insights .insights-list .insights-item .entry-summary p {
  color: #F6F7F8;
  margin: 30px 0;
  line-height: 1.3;
}

.insights .insights-list .insights-item .read-more {
  background: #333333;
  border: 1px solid #333333;
  color: #fff;
  padding: 10px 30px;
  display: inline-block;
}

.insights .insights-list .insights-item .read-more:hover {
  background: transparent;
}




/* Footer */

.footer_contact {
	background: #D2EBFF;
    padding: 100px 0;
}

.footer_contact .footer_contact_wrap {
	display: grid;
    grid-template-columns: minmax(0, 50%) minmax(0, 1fr);
    grid-template-rows: auto;
    align-items: center;
    column-gap: 100px;
}

.footer_contact .f_contact_desc p {
    font-size: 24px;
    line-height: 34px;
    margin-top: 50px;
    margin-bottom: 50px;
    max-width: 530px;
}

.footer_contact .f_contact_desc .button {
	background: #333333;
	border: 1px solid #333333;
	color: #fff;
	padding: 10px 30px;
	display: inline-block;
}

.footer_contact .f_contact_desc .button:hover {
	background: transparent;
	color: #333333;
}


footer {
	background: #333333;
	padding: 100px 0;
}

.f_logo {
	display: flex;
}

.footer_wrap .f_logo a {
	margin-right: 50px;
}

.footer_wrap p {
	color: #fff;
}

.footer_wrap {
	display: grid;
    grid-template-columns: minmax(0, 70%) minmax(0, 1fr);
    grid-template-rows: auto;
    column-gap: 0;
}

.footer_wrap .f_nav {
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
}

.footer_wrap .nav-menu {
	margin-left: 100px;
}

.footer_wrap .f_nav li {
	margin-bottom: 15px;
}

.footer_wrap .f_nav li a {
	color: #fff;
}

.copy .copy_wrap p,
.copy .copy_wrap a {
	margin: 0;
	color: #fff;
  font-size: 15px;
}

.copy .copy_wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.copy {
  background: #333333;
  padding-bottom: 100px;
}


/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.default_page {
  padding: 50px 0;
}

.default_page .title {
  font-size: 36px;
  margin-bottom: 30px;
}


@media only screen and (max-width: 1600px) {
  .container {
    padding: 0 7vw;
  }
  .heading h2 {
    font-size: 40px;
  }
  .read-more,
  .footer_contact .f_contact_desc .button,
  .practice-areas-list .practice-area-item-desc a.btn {
    font-size: 14px;
  }
  .footer_contact .f_contact_desc p {
    font-size: 20px;
  }
  .practice_areas .splide__arrows, .industries .splide__arrows, .insights .splide__arrows, .about_people .splide__arrows {
    right: 7vw;
  }
  .practice_image .team_info svg {
    height: 20px;
  }
  .copy {
    padding-bottom: 50px;
  }
  .practice_areas ul li h3, .industries ul li h3, .people ul li h3 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1200px) {
  .container {
    padding: 0 20px;
  }
  .footer_wrap {
    grid-template-columns: minmax(0, 60%) minmax(0, 1fr);
  }
}

@media only screen and (max-width: 992px) {
  .header_wrap #menu-main-menu li {
    margin-left: 40px;
  }
  .practice_areas .splide__arrows, 
  .industries .splide__arrows,
  .insights .splide__arrows, 
  .about_people .splide__arrows {
    right: 20px;
  }
  .footer_wrap p {
    font-size: 14px;
  }
  .footer_wrap {
    grid-template-columns: minmax(0, 50%) minmax(0, 1fr);
  }
  .footer_wrap .f_nav li a,
  .copy .copy_wrap p, .copy .copy_wrap a {
    font-size: 14px;
  }
  .footer_wrap .f_nav li {
    margin-bottom: 10px;
  }
  .footer_contact,
  footer {
    padding: 50px 0;
  }
  .footer_contact .f_contact_desc p {
    font-size: 18px;
  }
  .copy {
    padding-bottom: 50px;
    padding-top: 50px;
  }

}


@media only screen and (max-width: 768px) {
  header {
    padding: 15px 0;
  }
  .logo img {
    width: 170px;
  }
  .mob-button {
    display: block;
  }
  .header_wrap #menu-main-menu li a {
    padding-bottom: 0;
  }
  .toggle-menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: inline-block;
    outline: none;
    padding: 0;
    pointer-events: initial;
    position: relative;
    z-index: 3;
    vertical-align: middle;
    width: 30px;
    height: 17px;
    z-index: 10;
    padding: 14px 0 14px 20px;
  }

  .toggle-menu span {
    background-color: #fff;
    content: "";
    display: block;
    height: 2px;
    left: calc(50% - 13px);
    position: absolute;
    top: calc(50% - 1px);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
    -webkit-transform 0.2s linear;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
    transform 0.2s linear;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
    transform 0.2s linear, -webkit-transform 0.2s linear;
    width: 26px;
  }
  .toggle-menu span:before,
  .toggle-menu span:after {
    background-color: #fff;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
    -webkit-transform 0.2s linear;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
    transform 0.2s linear;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
    transform 0.2s linear, -webkit-transform 0.2s linear;
    width: 26px;
  }
  .toggle-menu.active span:before,
  .toggle-menu.active span:after {
    background-color: #9ACBF4 !important;
  }

  .toggle-menu span:before {
    top: 7px;
  }
  .toggle-menu span:after {
    top: -7px;
  }
  .toggle-menu.active span {
    background-color: transparent;
    transition: background 0.2s ease-out;
  }
  .toggle-menu.active span:before,
  .toggle-menu.active span:after {
    transition: top 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
    transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
    transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out,
    -webkit-transform 0.2s 0.2s ease-out;
    background: #9ACBF4;
  }
  .toggle-menu.active span:before {
    top: 0;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
  }
  .toggle-menu.active span:after {
    top: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
  }

  .toggle-menu span:before, 
  .toggle-menu span:after,
  .toggle-menu span {
    background-color: #9ACBF4 !important;
  }

  .toggle-menu.active span {
    background-color: transparent !important;
  }

  #menu-main-menu li.menu-item-has-children > a::after {
    display: none;
  }

  .menu-item-has-children .dropMob {
      display: block;
  }

  .menu-item-has-children .dropMob {
    background: url(./assets/images/arrow_down.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 15px;
  }

  .header_wrap #menu-main-menu li.menu-item-has-children .sub-menu {
    position: static;
    opacity: 1;
    z-index: 1;
    pointer-events: inherit;
    display: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    border: none;
    padding: 0;
    background: #b3ddff;
    margin-top: 15px;
    padding: 10px 15px;
  }

  .header_wrap #menu-main-menu li.menu-item-has-children .sub-menu li {
    padding: 0;
  }



  header .nav-menu {
    display: none;
  }

  header #menu-main-menu {
    position: absolute;
    top: 72px;
    background: #D2EBFF;
    left: 0;
    right: 0;
    padding: 30px 20px;
    flex-direction: column;
    height: calc(100vh - 72px);
    overflow: scroll;
  }

  .header_wrap #menu-main-menu li {
    margin-left: 0;
    padding: 10px 0;
  }


  .heading h2 {
    font-size: 30px;
  }
  .practice_areas .splide__arrow--next, .practice_areas .splide__arrow--prev, .industries .splide__arrow--next, .industries .splide__arrow--prev, .insights .splide__arrow--next, .insights .splide__arrow--prev, .about_people .splide__arrow--next, .about_people .splide__arrow--prev {
    width: 40px;
    height: 40px;
  }

  hero .hero_wrap h1 {
    font-size: 30px;
  }
  .insights .insights-description p {
    max-width: 100%;
  }
  .people ul li h3 {
    margin-top: 10px;
  }
  .insights .insights-description p {
    font-size: 14px;
  }
  .insights .insights-list .insights-item .entry-summary p {
    font-size: 14px;
  } 
  .insights .insights-item img {
    height: 200px;
  }
  .insights .insights-list .insights-item {
    margin-top: 60px;
  } 
  .practice_areas .practice_image img {
    height: auto;
    object-fit: contain;
  }
  .practice_image img {
    height: 200px;
  }
  .post-type-archive-our-people .practice_image img {
    height: auto;
  }
  .footer_contact .footer_contact_wrap {
    grid-template-columns: 1fr;
  }
  .footer_contact .footer_contact_wrap .f_contact_img {
    order: -1;
    margin-bottom: 30px;
  }
  .footer_contact .f_contact_desc p {
    font-size: 15px;
    margin: 20px 0;
    line-height: 1.5;
  }
  .footer_wrap .f_logo a {
    margin-right: 0;
  }
  .footer_wrap {
    grid-template-columns: 1fr;
  }
  .f_logo {
    flex-wrap: wrap;
    justify-content: center;
  }
  .f_logo p {
    width: 55%;
    text-align: center;
    margin: 30px 0 0;
    line-height: 1.5;
  }
  .footer_wrap .nav-menu {
    margin-left: 0;
  }
  footer .menu {
    display: block !important;
  }
  .footer_wrap .f_nav {
    justify-content: space-around;
    margin-top: 35px;
  }
  .copy .copy_wrap {
    flex-direction: column;
    justify-content: center;
    line-height: 2;
  }
  .copy {
    padding-top: 0;
  }

  .default_page {
    padding: 30px 0;
  }

  .default_page .title {
    font-size: 30px;
  }


}



