body {
  overflow-x: hidden;
}

a:visited {
  color: rgba(26, 26, 26, 0.7);
}

.mobile-nav-toggle {
	position: absolute;
	top: 40px;
}

#sidecarNav {
  background: #F5F5F5;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
body.mobile-nav-open #sidecarNav {
  background: #F5F5F5;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
#sidecarNav nav {
  padding: 24px 30px 72px;
}
#sidecarNav nav ul li a {
  display: block;
  padding: 10px;
}

#sidecarNav nav ul li ul.sub-menu {
  padding-left: 20px;
}

#headerNav nav ul li.current-menu-item > a,
#headerNav nav ul li.current-menu-parent > a,
#headerNav nav ul li.current-menu-ancestor > a {
  color: #aaa !important;
}

#headerNav nav ul li.menu-item-has-children ul.sub-menu li a {
  color: #000 !important;
}
#headerNav nav ul li.menu-item-has-children ul.sub-menu li a:hover {
  color: #aaa !important;
}

.sqs-block {
  padding: 0 20px;
}

.sqs-block.horizontalrule-block {
  padding: 0;
}

.row.sqs-row {
  text-align: center;
}

.component-margin {
  margin: 70px 0;
}

.small-blocks {
  margin-bottom: 40px;
}

.justify-text {
  text-align: justify;
}

.col.sqs-col-6:nth-child(odd) {
  clear: both;
}

.desc-wrapper {
  padding: 36px 0;
}

#logoImage {
  margin: 0 !important;
}

#thumbnail {
  background: url('http://advokatprelic.purezeen.rs/wp-content/uploads/2017/11/maxresdefault.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 25%;
}

.banner-thumbnail-wrapper img {
  position: relative;
  width: 80%;
  max-width: 380px;
  display: block;
  max-height: 50%;
  margin: 0 auto;
  margin-top: 60px;
}

.page-template-page-about .banner-thumbnail-wrapper {
  padding-bottom: 0 !important;
}

.page-template-page-about #page .image-block-wrapper {
  padding-bottom: 0 !important;
}

.page-template-page-about #page .image-block-wrapper img {
  position: relative;
  max-width: 380px;
  display: block;
  max-height: 50%;
  margin: 0 auto;
  top: initial;
  left: initial;
}

.page-template-page-about h2 {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 32px;
}

.page-template-page-about h3 {
  font-size: 32px;
  margin-bottom: 30px !important;
  font-weight: 500;
}

.page-template-page-about .sqs-block-quote.last {
  padding-top: 40px;
}


/*
 *
 *  LAWYERS
 *
*/

.page-template-page-lawyers #page {
  padding-top: 0;
}

.page-template-page-lawyers h1 {
  margin: 20px 0 60px 0 !important;
  font-weight: 500;
}

.page-template-page-lawyers h2 {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 24px;
}

/*
 *
 *  CONTACT
 *
*/

.page-template-page-contact h2 {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 24px;
}
.contact-info-block p {
  margin-top: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
}

.row.sqs-row.aling-left {
  text-align: left;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: -18px 0 20px 0 !important;
}

.contact-list li {
  position: relative;
  text-align: left;
  margin-top: 15px;
  font-size: 18px;
  line-height: 22px;
}

.contact-list li a {
  color: #4a4a4a;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}

.contact-list li span {
  position: relative;
  display: inline-block;
  width: 30px;
  vertical-align: middle;
}

.contact-list li span img {
  width: 100%;
  max-height: 25px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.contact-list li div {
  width: calc(100% - 50px);
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}

.contact-list li:nth-child(4) span img {
  max-height: 20px;
}

.form-wrapper {
  max-width: 850px;
  margin: 0 auto;
}

#map {
  position: relative;
  display: block;
  width: 100%;
  height: 300px;
  margin-top: 17px;
}

span.wpcf7-not-valid-tip {
  display: none;
}

input.wpcf7-not-valid,
textarea.wpcf7-not-valid {
  border: 1px solid #ff0033 !important;
}

.form-block input[type="submit"] {
  display: block;
  margin: 0 auto;
}

div.wpcf7-validation-errors {
  border: none;
  margin-left: 0;
  margin-right: 0;
}

span.ajax-loader {
  display: block !important;
  margin: 0 auto !important;
  margin-top: 0 !important;
}
span.ajax-loader.is-active {
  margin-top: 20px !important;
}

/*
 *
 *  BLOG
 *
*/

section.blog {
  padding: 70px 0;
}
main .blog .container {
  max-width: 700px;
  margin: 0 auto;
}
.blog article {
  margin-top: 15px;
}
.blog article:first-child {
  margin-top: 0;
}
.blog article > a {
  display: block;
}
.blog article .content {
  padding: 10px 0 20px 0;
}
.blog article img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  max-height: 300px;
}
.blog article h2 {
  font-size: 24px;
  text-align: center;
  padding: 10px 0;
  font-family: 'Montserrat';
  margin-bottom: 0;
}
.blog span.category {
  display: block;
  width: 100%;
  color: #969696;
  text-align: center;
}
.blog span.category a {
  display: inline-block;
  font-size: 12px;
  font-family: 'Montserrat';
  text-transform: uppercase;
  margin-left: 8px;
  margin-right: 1px;
  color: #969696;
}
.blog span.category a:hover {
  color: #41c2b1;
}
.blog span.category a:first-child {
  margin-left: 0;
}
.blog span.date {
  display: block;
  text-align: center;
  font-family: 'Montserrat';
  font-style: italic;
  font-size: 14px;
}
.blog span.author {
  display: block;
  text-align: center;
  font-family: 'Montserrat';
  font-style: italic;
  font-size: 14px;
}
.blog span.author a {
  text-transform: capitalize;
}
.blog article .short-text {
  padding: 20px 0;
  text-align: center;
}
.blog article .read-more-wrapper {
  display: block;
  width: 100%;
  text-align: center;
}
.blog article .read-more-wrapper a {
  padding: 13px 26px;
  font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  background-color: #272727;
  border-color: #272727;
  -webkit-transition: 0.1s opacity linear;
  transition: 0.1s opacity linear;
}

.blog article .read-more-wrapper a:hover {
  opacity: .8 !important;
  -webkit-transition: 0.1s opacity linear;
  transition: 0.1s opacity linear;
}

.blog .pagination {
  text-align: center;
  padding: 20px;
  margin: 20px 0;
}
.blog .pagination > div a {
  color: #272727;
}
.blog .pagination .page-numbers {
  font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 30px;
  display: inline-block;
  height: 30px;
  position: relative;
  line-height: 30px;
}
.blog .pagination .page-numbers.prev,
.blog .pagination .page-numbers.next {
  width: auto;
  margin: 0 5px;
}
.blog .pagination .page-numbers.current {
  color: #FFF;
  background: #272727;
}

/*
 *
 *  BLOG SINGLE
 *
*/

section.blog-single {
  padding: 70px 0;
  max-width: 700px;
  margin: 0 auto;
}
.blog-single h1 {
  font-family: 'Montserrat';
  margin: 10px 0;
}
.blog-single .container {
  max-width: 700px;
  margin: 0 auto;
}
.blog-single span.category {
  display: block;
  width: 100%;
  color: #969696;
  text-align: left;
  margin-bottom: 10px;
}
.blog-single span.category a {
  display: inline-block;
  font-size: 16px;
  font-family: 'Montserrat';
  text-transform: uppercase;
  /*margin-left: 8px;*/
  margin-right: 1px;
  color: #969696;
}
.blog-single span.category a:hover {
  color: #41c2b1;
}
.blog-single span.category a:first-child {
  margin-left: 0;
}
.blog-single span.date {
  display: inline-block;
  text-align: left;
  font-family: 'Montserrat';
  font-style: italic;
  font-size: 14px;
}
.blog-single span.author {
  display: inline-block;
  text-align: center;
  font-family: 'Montserrat';
  font-style: italic;
  font-size: 14px;
}
.blog-single span.author:before {
  content: '';
  display: inline-block;
  position: relative;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #444;
  margin-left: 4px;
  margin-right: 4px;
  vertical-align: middle;
}
.blog-single span.author a {
  text-transform: capitalize;
}
.blog-single .full-text {
  padding: 20px 0;
}
.blog-single .full-text:before {
  content: '';
  display: block;
  width: 80px;
  height: 2px;
  background: #e9e9e9;
  margin-bottom: 18px;
}
.blog-single .full-text img {
  width: 100%;
  height: auto;
  margin: 20px 0;
}
.blog-single .full-text blockquote {
  font-style: italic;
}
.blog-single .full-text a {
  color: #41c2b1;
}
.blog-single .full-text a:hover {
  opacity: .8;
}
.blog-single .hero-imitation {
  text-align: center;
}
.blog-single .hero-imitation img {
  display: block;
  max-height: 300px;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}


@media (min-width: 641px) {

  .transparent-header #header {
    position: relative;
  }

  nav ul li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
  }
  nav ul li:last-child {
    margin-right: 0;
  }
  nav ul li a {
    padding: 12px;
  }

  .sub-menu {
    position: absolute;
    left: -10px;
    top: 30px;
    background: rgba(0,0,255,.1);
    width: 240px;
    max-height: 0px;
    padding: 15px 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  .menu-item-has-children:hover ul.sub-menu {
    top: 30px;
    max-height: 300px;
    opacity: 1;
    visibility: visible;
  }
  .menu-item-has-children ul.sub-menu li {
    display: block;
    margin: 0 0 10px 0;
    padding: 0;
    text-align: left;
  }
  .menu-item-has-children ul.sub-menu li:last-child {
    margin-bottom: 0;
  }

  section.blog,
  section.blog-single {
    padding: 0;
  }

  #thumbnail {
    background-image: url('http://advokatprelic.purezeen.rs/wp-content/uploads/2017/11/maxresdefault.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 30%;
  }

}

@media (max-width: 767px) {
	#wpadminbar {
		display: none;
	}
	html {
		margin-top: 0px !important;
	}

}

@media (min-width: 768px) {

  .desc-wrapper {
    padding: 36px;
  }

  .banner-thumbnail-wrapper img {
    margin-top: 0;
  }

  .small-block-padding {
    box-sizing: border-box;
    padding-left: 10%;
    padding-right: 10%;
  }

  .page-template-page-about #page {
    margin-top: -100px;
  }

  .blog article img {
    max-width: 700px;
    max-height: 500px;
  }

  .blog-single .hero-imitation img {
    display: block;
    max-height: 500px;
    max-width: 700px;
    width: auto;
    margin: 0 auto;  
  }

  /*
   *
   *  CONTACT
   *
  */

  #map {
    position: relative;
    display: block;
    width: 100%;
    height: 480px;
  }

}

@media (min-width: 1024px) {



}
