/*
Theme Name: Flagrant
Theme URI: http://www.tommusrhodus.com/flagrant-wordpress-theme/
Version: 1.0.3
Description: Flagrant WordPress Theme
Author: Tom Rhodes
Author URI: http://www.tommusrhodus.com/
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: custom-background, threaded-comments, translation-ready, custom-menu
Text Domain: flagrant
*/

/**

[TABLE OF CONTENTS]

01. COMMONS
02. HEADER
05. FOOTER
06. PORTFOLIO
07. ABOUT
08. BLOG

================================================== **/
/** 01. COMMONS
================================================== **/
.container {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}
.column {
  float: left;
  position: relative;
  min-height: 1px;
  padding: 0 25px;
}
.column.col-1 {
  width: 8.333%;
}
.column.col-2 {
  width: 16.666%;
}
.column.col-3 {
  width: 24.999%;
}
.column.col-4 {
  width: 33.332%;
}
.column.col-5 {
  width: 41.665%;
}
.column.col-6 {
  width: 49.998%;
}
.column.col-7 {
  width: 58.331%;
}
.column.col-8 {
  width: 66.664%;
}
.column.col-9 {
  width: 74.997%;
}
.column.col-10 {
  width: 83.33%;
}
.column.col-11 {
  width: 91.663%;
}
.column.col-12 {
  width: 100%;
}
.column.offset-1 {
  margin-left: 8.333%;
}
.column.offset-2 {
  margin-left: 16.666%;
}
.column.offset-3 {
  margin-left: 24.999%;
}
.column.offset-4 {
  margin-left: 33.332%;
}
.column.offset-5 {
  margin-left: 41.665%;
}
.column.offset-6 {
  margin-left: 49.998%;
}
.column.offset-7 {
  margin-left: 58.331%;
}
.column.offset-8 {
  margin-left: 66.664%;
}
.column.offset-9 {
  margin-left: 74.997%;
}
.column.offset-10 {
  margin-left: 83.33%;
}
.column.offset-11 {
  margin-left: 91.663%;
}
@media (max-width: 800px) {
  .column {
    float: none;
    width: 100% !important;
    padding: 0 !important;
    margin-left: 0 !important;
  }
  .column:not(:last-child) {
    margin-bottom: 50px;
  }
}
.row {
  display: block;
  position: relative;
  margin: 0 -25px;
}
@media (max-width: 800px) {
  .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.container::after,
.row::after,
.clearfix::after {
  content: '';
  display: table;
  clear: both;
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  max-width: 1600px;
  margin: 0 auto;
  font-family: 'Lato';
  font-size: 16px;
  line-height: 1.7;
  overflow-y: scroll;
  overflow-x: hidden;
  background: #ffffff;
}
@media (max-width: 600px) {
  body {
    font-size: 15px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-style: normal;
}
h1 {
  font-size: 42px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 26px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 19px;
}
h6 {
  font-size: 17px;
}
@media (max-width: 800px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
}
p.lead {
  font-size: 125%;
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
a.link {
  padding-bottom: 2px;
}
img,
video {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
img.responsive,
video.responsive,
.project__image img {
  display: block;
  width: 100%;
}
ul,
ol {
  list-style: none;
}
ul.list-style {
  list-style-type: circle;
  list-style-position: inside;
}
ul.list-style ul,
ul.list-style ol {
  margin: 5px 0 5px 25px;
  list-style-position: inside;
}
ul.list-style ul {
  list-style-type: circle;
}
ul.list-style ol {
  list-style-type: decimal;
}
ol.list-style {
  list-style-type: decimal;
  list-style-position: inside;
}
blockquote {
  padding: 10px 15px 10px 25px;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.btn,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  font-size: 14px;
  padding: 0 50px;
  border: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn.submit-button,
button.submit-button,
input[type="submit"].submit-button,
input[type="reset"].submit-button,
input[type="button"].submit-button, 
.submit-wrap input {
  text-transform: none;
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  background: none;
}
.btn.submit-button span,
button.submit-button span,
input[type="submit"].submit-button span,
input[type="reset"].submit-button span,
input[type="button"].submit-button span,
.submit-wrap input + span {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn.submit-button:hover span,
button.submit-button:hover span,
input[type="submit"].submit-button:hover span,
input[type="reset"].submit-button:hover span,
input[type="button"].submit-button:hover span,
.submit-wrap input:hover + span {
  padding-left: 15px;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
.form-group:not(:last-child) {
  margin-bottom: 15px;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  width: 100%;
  font-family: inherit;
  padding: 15px;
  border: none;
}
textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 120px;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
label {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  cursor: pointer;
}
/*input[type],
	textarea,
	select {
		&::-webkit-input-placeholder { color: darken(@white_color, 30%); }
		&::-moz-input-placeholder { color: darken(@white_color, 30%); }
		&:-moz-input-placeholder { color: darken(@white_color, 30%); }
		&:-ms-input-placeholder { color: darken(@white_color, 30%); }
	}*/
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
div[class*='gap-'] {
  display: block;
}
.gap-25 {
  height: 25px;
}
.gap-50 {
  height: 50px;
}
.gap-100 {
  height: 100px;
}
.gap-150 {
  height: 150px;
}
@media (max-width: 600px) {
  .gap-25 {
    height: 25px;
  }
  .gap-50 {
    height: 25px;
  }
  .gap-100 {
    height: 50px;
  }
  .gap-150 {
    height: 100px;
  }
}
h1:not(:last-child),
h2:not(:last-child),
h3:not(:last-child),
h4:not(:last-child),
h5:not(:last-child),
h6:not(:last-child),
p:not(:last-child),
ul:not(:last-child),
ol:not(:last-child),
blockquote:not(:last-child) {
  margin-bottom: 25px;
}
.fade {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fade.hide {
  opacity: 0;
  visibility: hidden;
}
.fade.hide::before {
  -webkit-animation: none;
  animation: none;
}
.fade::before {
  content: '';
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  -webkit-animation: loader 1s linear infinite;
  animation: loader 1s linear infinite;
}
@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.reveal {
  position: relative;
  top: 100px;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.3, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.5, 0.3, 0.2, 1);
}
.reveal.reveal-in {
  top: 0;
  opacity: 1;
}
/** 04. HEADER
-------------------------------------------------- **/
.site__content {
  padding: 40px 40px 0 150px;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 150px;
  height: 100%;
  z-index: 100;
}
.header .logo {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 100;
  width: 70px;
  height: 70px;
}
@media all and (min-width: 800px) {
  .admin-bar .header .logo {
    top: 72px;
  }
}
@media all and (max-width: 800px) {
  .admin-bar .header {
    top: 32px;
  }
}
.header .logo a {
  display: block;
  font-weight: 700;
  font-size: 24px;
}
.header .logo a img {
  width: auto;
}
.header .burger {
  width: 34px;
  height: 24px;
  position: absolute;
  bottom: 40px;
  left: 58px;
  z-index: 100;
  cursor: pointer;
}
.header .burger span {
  height: 4px;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .burger span:nth-child(1) {
  top: 0;
  width: 80%;
}
.header .burger span:nth-child(2) {
  top: 50%;
  margin-top: -2px;
  width: 100%;
}
.header .burger span:nth-child(3) {
  bottom: 0;
  width: 50%;
}
.header .burger:hover span {
  width: 100%;
}
.header .burger.active span:nth-child(2) {
  width: 0;
}
.header .burger.active span:nth-child(1) {
  width: 100%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  margin-top: -2px;
}
.header .burger.active span:nth-child(3) {
  width: 100%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 50%;
  margin-bottom: -2px;
}
.header .toggle__filters {
  display: none;
  width: 16px;
  height: 24px;
  position: absolute;
  bottom: 124px;
  left: 50%;
  z-index: 100;
  margin-left: -8px;
  cursor: pointer;
}
.header .toggle__filters span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  left: 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .toggle__filters span:nth-child(1) {
  top: 0;
}
.header .toggle__filters span:nth-child(2) {
  top: 50%;
  margin-top: -2px;
}
.header .toggle__filters span:nth-child(3) {
  bottom: 0;
}
.header .toggle__filters:hover span:nth-child(1) {
  left: -1px;
}
.header .toggle__filters:hover span:nth-child(2) {
  left: 12px;
}
.header .toggle__filters:hover span:nth-child(3) {
  left: 3px;
}
.nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav.visible {
  opacity: 1;
  visibility: visible;
}
.nav .menu {
  display: table;
  width: 100%;
  height: 100%;
}
.nav .menu ul {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.nav .menu li:not(:last-child) {
  margin-bottom: 25px;
}
.nav .menu li a {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.nav .menu li ul {
  display: block;
  text-align: center;
  margin-top: 15px;
  padding-bottom: 0;
}
.nav .menu li ul li:not(:last-child) {
  margin-bottom: 5px;
}
.nav .menu li ul li a {
  font-size: 16px;
  font-weight: normal;
}
.nav .share {
  position: absolute;
  right: 40px;
  bottom: 40px;
  left: 40px;
  text-align: center;
  line-height: 1;
}
.nav .share li {
  display: inline-block;
  position: relative;
}
.nav .share li:not(:last-child) {
  margin-right: 25px;
}
.nav .share li a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 800px) {
  .header {
    width: 100%;
    height: 70px;
  }
  .header .logo {
    top: 15px;
    left: 15px;
    width: 100%;
    height: 40px;
  }
  .header .logo img {
  	max-height: 40px;
  	width: auto;
  }
  .header .burger {
    width: 24px;
    height: 16px;
    top: 27px;
    right: 15px;
    bottom: auto;
    left: auto;
  }
  .header .burger span {
    height: 2px;
  }
  .header .burger span:nth-child(2) {
    margin-top: -1px;
  }
  .header .burger.active span:nth-child(1) {
    margin-top: -1px;
  }
  .header .burger.active span:nth-child(3) {
    margin-bottom: -1px;
  }
  .header .toggle__filters {
    height: 16px;
    top: 27px;
    right: 66px;
    bottom: auto;
    left: auto;
  }
  .nav .menu li a {
    font-size: 30px;
  }
  .nav .share {
    bottom: 30px;
  }
  .site__content {
    padding: 70px 15px 0 15px;
  }
}
@media (max-width: 600px) {
  .nav .share {
    display: none;
  }
}
/** 05. FOOTER
-------------------------------------------------- **/
.footer {
  margin-top: 100px;
  padding-bottom: 35px;
}
.footer h5 {
  position: relative;
}
.footer h5 span {
  display: inline-block;
  position: relative;
  z-index: 2;
  min-width: 100px;
}
.footer h5:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.footer a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.footer .social__footer {
  display: flex;
}
.footer .social__footer .list {
  min-width: 150px;
}
.footer .social__footer .list a {
  display: block;
}
@media (max-width: 600px) {
  .footer {
    margin-top: 50px;
  }
}
/** 06. PORTFOLIO
-------------------------------------------------- **/
.gallery .entry .entry__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery .entry .entry__image.second {
  opacity: 0;
  visibility: hidden;
}
.gallery .entry .entry__overlay {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.6, 0.3, 0, 1);
  transition: all 0.3s cubic-bezier(0.6, 0.3, 0, 1);
}
.gallery .entry .entry__overlay.visible {
  opacity: 1;
  visibility: visible;
}
.gallery .entry .entry__overlay .overlay__content {
  display: table-cell;
  vertical-align: middle;
  padding: 50px;
}
.gallery .entry .entry__overlay .overlay__content .title {
  font-size: 20px;
  font-weight: 700;
}
.gallery .entry .entry__overlay .overlay__content .cat {
  font-size: 13px;
  position: absolute;
  right: 40px;
  bottom: 40px;
  line-height: 1;
}
.gallery .entry.w2 .entry__overlay .overlay__content .title {
  font-size: 40px;
}
.gallery .entry:hover .entry__image.second {
  opacity: 1;
  visibility: visible;
}
.gallery .entry:hover .entry__overlay {
  opacity: 1;
  visibility: visible;
}
.gallery .entry .reveal {
  width: 100%;
  height: 100%;
  position: absolute;
}
@media (max-width: 600px) {
  .gallery .entry .entry__overlay {
    display: none;
  }
}
.filters__content {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.filters__content.visible {
  opacity: 1;
  visibility: visible;
}
.filters__content .filters {
  position: absolute;
  bottom: 40px;
  left: 200px;
}
.filters__content .filters li {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.filters__content .filters li:not(:last-child) {
  margin-bottom: 25px;
}
.filters__content .filters li span.counter {
  font-weight: normal;
}
.filters__content .filters li span.counter:before {
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: 25px;
  height: 2px;
  margin: 0 15px;
}
@media (max-width: 800px) {
  .filters__content .filters {
    left: 15px;
  }
  .filters__content .filters li {
    font-size: 18px;
  }
}
.project__title {
  display: block;
  font-size: 24px;
  margin-bottom: 50px;
}
.pages__nav {
  text-align: right;
  margin-top: 100px;
}
.pages__nav li {
  display: inline-block;
  position: relative;
}
.pages__nav li:not(:last-child) {
  margin-right: 25px;
}
.pages__nav li a {
  font-size: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 600px) {
  .pages__nav {
    margin-top: 50px;
  }
}
.works__hover {
  position: fixed;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
}
.works__hover.visible {
  opacity: 1;
  visibility: visible;
}
.works__hover .title {
  white-space: nowrap;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 25px;
}
.works__hover .cat {
  display: inline-block;
  font-size: 14px;
  padding: 5px 25px;
  color: #0135e3;
}
@media (max-width: 600px) {
  .works__hover {
    display: none;
  }
}
.works__fade {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.works__fade.visible {
  opacity: 1;
  visibility: visible;
}
.works__fade .content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.works__fade .content .cat {
  font-size: 13px;
}
.works__fade .content .title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  margin: 50px 0 25px;
}
@media (max-width: 600px) {
  .works__fade {
    display: none;
  }
}
/** 07. ABOUT
-------------------------------------------------- **/
.recognition .recognition__heading {
  float: left;
  width: 180px;
  font-weight: 700;
}
.recognition .recognition__table {
  float: left;
}
.recognition .recognition__table .recognition__row {
  padding: 5px 0;
}
.recognition .recognition__table .recognition__row.head {
  padding: 0;
  font-weight: 700;
  margin-bottom: 25px;
}
.recognition .recognition__table .recognition__row .cell {
  display: table-cell;
  white-space: nowrap;
  min-width: 180px;
}
@media (max-width: 800px) {
  .about {
    padding-left: 0;
  }
  .recognition {
    display: block;
  }
  .recognition .recognition__heading {
    display: block;
    width: 100%;
    margin-bottom: 50px;
  }
  .recognition .recognition__table {
    -webkit-box-flex: none;
    flex-grow: none;
  }
  .recognition .recognition__table .recognition__row {
    display: flex;
    flex-wrap: wrap;
  }
  .recognition .recognition__table .recognition__row:not(:last-child) {
    margin-bottom: 25px;
  }
  .recognition .recognition__table .recognition__row.head {
    display: none;
  }
  .recognition .recognition__table .recognition__row .cell {
    min-width: 100%;
  }
}
/** 07. BLOG
-------------------------------------------------- **/
.posts__list li {
  position: relative;
}
.posts__list li:not(:last-child) {
  margin-bottom: 50px;
}
.posts__list li .title {
  font-size: 30px;
  font-weight: 700;
}
.posts__list li .thumb {
  width: 340px;
  height: 240px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -110px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.posts__list li .thumb .cat {
  width: 100px;
  position: absolute;
  right: 100%;
  bottom: 0;
  font-size: 12px;
  line-height: 1;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transform: rotate(-90deg) translateY(90px);
  transform: rotate(-90deg) translateY(90px);
}
.posts__list li:hover .thumb {
  margin-top: -120px;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 600px) {
  .posts__list li .title {
    font-size: 20px;
  }
  .posts__list li .thumb {
    display: none;
  }
}
.metas {
  margin-bottom: 10px;
}
.metas span {
  display: inline-block;
  font-size: 14px;
}
.metas span:not(:last-child) {
  margin-right: 25px;
}
.post__img {
  margin: 50px 0;
}
.tags {
  display: block;
  margin: 50px 0;
  font-size: 14px;
  font-weight: 700;
  clear: both;
}
.tags span {
  margin-right: 15px;
}
.tags a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post__comments {
  padding: 100px 0;
}
@media (max-width: 800px) {
  .post__comments {
    padding: 50px 15px;
    margin: 0 -15px;
  }
}
.page-links > a, .comments a.page-numbers {
  font-weight: 700;
}
.comments__count {
  font-size: 20px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 100px;
}
.comments__count span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
}
.comments__list .comment:not(:last-child) {
  margin-bottom: 100px;
}
.comments__list .comment .comment__img {
  float: left;
  width: 70px;
}
.comments__list .comment .comment__img img {
  display: block;
  width: 100%;
  border-radius: 50%;
}
.comments__list .comment .comment__content .author {
  font-weight: 700;
}
.comments__list .comment .comment__content .desc {
  display: block;
  font-size: 18px;
  margin-top: 25px;
}
.comments__list .comment .comment__content .comment-reply-link {
  font-size: 14px;
  font-weight: 700;
  padding-left: 15px;
  line-height: 14px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comments__list .comment .comment__content .comment-reply-link:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comments__list .comment .children {
  margin: 100px 0 0 50px;
}
@media (max-width: 600px) {
  .comments__list .comment:not(:last-child) {
    margin-bottom: 50px;
  }
  .comments__list .comment .comment__img {
    display: none;
  }
  .comments__list .comment .comment__content {
    margin-left: 0;
  }
  .comments__list .comment .sub-comments {
    margin: 50px 0 0 0;
  }
}
.leave__a__comment {
  margin-top: 100px;
}
.post__content + .leave__a__comment {
  margin-top: 0;
}
.leave__a__comment .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 50px;
}
.leave__a__comment #contact__form {
  width: 100%;
  position: relative;
}
.leave__a__comment #contact__form .form__name,
.leave__a__comment #contact__form .form__email {
  width: 50%;
  height: 50px;
  position: absolute;
  top: 0;
}
.leave__a__comment #contact__form .form__url {
    width: 100%;
    height: 50px;
    position: absolute;
    top: 50px;
}
.leave__a__comment #contact__form .form__name {
  left: 0;
}
.leave__a__comment #contact__form .form__email {
  right: 0;
}
.leave__a__comment #contact__form .form__email {
  border-right: none;
}
.leave__a__comment #contact__form .form__message {
  width: 100%;
}
.leave__a__comment #contact__form .form__send {
  margin-top: 10px;
}
.leave__a__comment #contact__form .form__send [type="submit"] {
  height: auto;
  text-transform: none;
  font-size: 30px;
  font-weight: 700;
  padding: 0 15px;
  background: none;
}
.leave__a__comment #contact__form input[type="text"],
.leave__a__comment #contact__form textarea {
  height: 100%;
  background: none;
  resize: none;
}
@media (max-width: 600px) {
  .leave__a__comment {
    margin-top: 50px;
  }
}
.elementor-section.elementor-section-boxed>.elementor-container {
  max-width: none;
}
.blog_title {
  margin-top: 10px;
}
@media all and (min-width: 801px) {
  .comments__list .comment:not(.pingback) .comment__content {
    margin-left: 120px;
  } 
}
@media all and (max-width: 800px) {
  .comments__list .comment .comment__img {
    margin-right: 15px;
  }
  .comments__list .comment:not(:last-child) {
      margin-bottom: 40px;
  }
  .comments__list .comment .children {
    margin: 40px 0 0 20px;
  }
}


/** Ninja Forms
-------------------------------------------------- **/
.nf-form-fields-required {
  display: none;
}
.nf-field-label label {
    font-weight: 400 !important;
}
#ninja_forms_required_items, .nf-field-container {
    margin-bottom: 15px !important;
}
.nf-field-element textarea {
    height: auto !important;
    min-height: 120px;
}
.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
  padding: 0;
}
.d-none {
	display: none !important;
}

.tax-portfolio_category .toggle__filters {
  display: none !important;
}
/** WordPress
-------------------------------------------------- **/
.post__title, .posts__list li .title {
  word-break: break-word;
}
.widget {
    margin-bottom: 50px;
}
.widget:last-child {
  margin-bottom: 0;
}
.sticky {
    background: #fcfcfc;
    padding: 30px 30px;
    border: 1px solid #eee;
}
.bypostauthor img.avatar {
  border-color: #fff;
}
.screen-reader-text,
p:empty {
  display: none;
}
select {
  max-width: 100%;
  width: 100%;
}
.alignleft,
.aligncenter,
.alignright,
.alignnone {
  margin-bottom: 25px;
}
.alignnone {
  display: block;
}
.alignleft { 
  float: left; 
  margin: 0 30px 30px 0 !important;
}
.alignright { 
  float: right; 
  margin: 0 0 30px 30px !important;
}
.aligncenter { 
  display: block; 
  margin-right: auto; 
  margin-left: auto; 
  text-align: center; 
}
figure.aligncenter a {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.wp-caption { 
  max-width: 100%; 
  text-align: center; 
}
.wp-caption img {
  margin-bottom: 10px;
}
.gallery .gallery-icon {
  width: 100%;
  padding: 0 10px;
  text-align: center;
}
.gallery .gallery-icon img {
  border: none !important;
}
.gallery-caption { 
  margin: 20px 0; 
  max-width: 100%; 
  text-align: center; 
  z-index: 999; 
}
.wp-caption-text, 
.gallery-caption-text { 
  margin: 6px 0;
  font-style: italic;
  font-size: 90%;
  line-height: 120%;
  color: #666;
  padding-left: 0;
  width: 100%;
}
.post__content .gallery {
  overflow: hidden;
  margin-bottom: 0 -10px 30px !important;
}
.aligncenter { 
  text-align: center;
}
table#wp-calendar {
  border: 1px solid #cccccc
}
table#wp-calendar>tbody>tr>td>a {
  text-decoration: underline
}
table#wp-calendar thead>tr>th { 
  width: 35px;
  height: 20px;
  text-align: center;
  border: 1px solid #cccccc;
}
table#wp-calendar tbody>tr>td {
  width: 35px;
  height: 20px;
  text-align: center;
  border: 1px solid #cccccc;
}
table#wp-calendar tfoot>tr>td>a, 
tfoot>tr>td>a:link, 
tfoot>tr>td>a:visited, 
tfoot>tr>td>a:hover, 
tfoot>tr>td>a:active {
  text-decoration: underline;
  height: 23px;
  margin-left: 10px;
  padding-bottom: 3px;
}
table#wp-calendar tfoot>tr>td#prev {
  width: 58px;
  height: 20px;
  text-align: left;
}
table#wp-calendar tfoot>tr>td#next {
  width: 58px;
  height: 20px;
  text-align: right;
}
.widget_rss li {
  margin-bottom: 25px;
}
.widget_rss .rsswidget {
    clear: both;
}
.rssSummary {
  margin: 10px 0;
}
.widget_rss cite {
  font-size: 12px;
}
.post__content ul, .desc ul {
    list-style: square;
    list-style-position: inside;
    margin-left: 20px;
    margin-bottom: 40px;
}
.post__content ol, .desc ol {
    list-style: decimal;
    list-style-position: inside;
    margin-left: 20px;
    margin-bottom: 40px;
}
.post__content ul ul, 
.post__content ol ol, 
.desc ul ul, 
.desc ol ol,
.post__content ul ol, 
.post__content ol ul {
    margin-bottom: 0;
}
.post__content > p:last-of-type {
  margin: 50px 0;
}
.post__header + .post__content {
  margin-top: 50px;
}
.post__content table, .post__content dl {
  margin-bottom: 30px;
}
.post__content pre, .comment__content pre {
  background: #fcfcfc;
  padding: 0px 30px 30px;
  border: 1px solid #eee;
  color: #666;
  page-break-inside: avoid;
  font-family: monospace;
  font-size: 15px;
  line-height: 1.6;
  margin: 30px 0 20px;
  max-width: 100%;
  overflow: auto;
  display: block;
  word-wrap: normal;
  white-space: pre-wrap;
}
blockquote code. .post__content code {  
  background: #f3f4f5;
  border-radius: 2px;
  color: #23282d;
  font-family: Menlo,Consolas,monaco,monospace;
  font-size: 14px;
  padding: 2px;
}
pre {
  word-wrap: break-word;
}
dd {
    padding:.5em 0;
}
dl {
    width:100%;
}
dt, dd {
    display:inline-block;
    width:30%;
}
dt {
    text-align:right;
    font-weight:bold;
    clear:left;
    float:left;
}
dd {
    width:70%;
    padding-left:1em;
    clear:right;
}
dd + dd {
    float:right;
    clear:both;
}
dt:first-child {
    padding-top:.5em;
}
dd + dt {
   clear:both;
    padding-top:.5em;
}
dt + dt {
    width: 100%;
    float: none;
    padding: 0 70% 0 0;
}
dt + dt + dd {
    margin-top: -2em;
}
dt + dt + dd + dt {
    margin-top: 2em;
}
table {
  border-collapse: collapse;
}
th, td {
  border: 1px solid #eeeeee;
  padding: 8px;
}
tr:nth-child(even) {
  background: #fcfcfc;
}
iframe {
  max-width: 100%;
}
hr {
  clear: both;
}
.post-categories li {
  display: inline;
}
.post-categories li + li {
  margin-left: 5px;
}
.gallery {
  display: block;
  clear: both;
}
.post__content .column .clearfix {
  margin-bottom: 50px;
}

/* 404 */
.search-form [name="s"] {
  background: transparent;
  padding: 18px 0;
  border-top: 1px solid #000000;
  border-bottom: 5px solid #000000
}

/**
* Gutenberg
*/
.wp-block-cover.aligncenter {
  clear: both;
}
.post__content .wp-block-gallery {
    margin-left: 0;
    display: flex;
    margin: 50px 0;
}
.wp-block-image, .wp-block-pullquote, .wp-block-embed, .wp-block-cover, .wp-block-cover-image {
    margin-bottom: 50px;
    margin-top: 50px;
}
iframe {
    max-width: 100%;
}
.wp-block-latest-posts.is-grid {
    margin-left: 0;
}
.wp-block-button .wp-block-button__link {
	padding: 20px 40px 23px;
	font-family: "Lato";
	text-transform: none;
	font-size: 20px;
	font-weight: 700;
	border-radius: 30px;
	line-height: 24px;
}
.wp-block-pullquote {
    border-bottom: none;
    border-top: none;
    padding: 20px 0;
}
.wp-block-pullquote.is-style-solid-color blockquote {
	border-left: none;
    max-width: 90%;
}