/*
===================
== ELEMENTS CODE ==
===================
*/
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col-1 {
  width: 8.33333333%;
}
.col-2 {
  width: 16.66666667%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33333333%;
}
.col-5 {
  width: 41.66666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33333333%;
}
.col-8 {
  width: 66.66666667%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33333333%;
}
.col-11 {
  width: 91.66666667%;
}
.col-12 {
  width: 100%;
}
/*
================
== RESET CODE ==
================
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio[controls],
canvas,
video {
  display: inline-block;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
}
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
ul,
li,
ol,
a,
em,
img,
strong,
fieldset,
form,
label,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  list-style: none;
}
:focus {
  outline: 0;
}
img {
  vertical-align: middle;
  outline: 0;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
}
html,
body,
textarea,
input {
  -webkit-text-size-adjust: none;
}
body {
  text-align: left;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
}
.alignnone {
  margin: 0;
}
.aligncenter,
div.aligncenter {
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #f0f0f0;
  width: auto;
  max-width: 99%;
  /* Image does not overflow the content area */
  padding: 0;
  text-align: center;
  display: block;
}
.wp-caption.alignnone {
  margin: 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  min-height: 35px;
  -webkit-appearance: button;
  font-size: 14px;
  background: transparent;
  letter-spacing: 1px;
  border: 1px;
  text-transform: uppercase;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  -webkit-opacity: 0.75;
  opacity: 0.75;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
input[type=text],
input[type=email],
input[type=url],
input[type=search],
input[type=password],
textarea {
  border: 1px solid #c4c5c7;
  height: 25px;
  font-size: 12px;
  padding: 5px;
  color: #5f6062;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
textarea {
  resize: none;
}
.float-left {
  float: left  !important;
}
.float-right {
  float: right !important;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.clear {
  clear: both;
}
a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 100ms linear;
  -moz-transition: color 100ms linear;
  -ms-transition: color 100ms linear;
  -o-transition: color 100ms linear;
  transition: color 100ms linear;
}
p {
  margin: 0 0 2.2em 0;
  text-align: left;
  line-height: 1.6;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
img {
  border: 0;
}
.small {
  font-size: 10px;
}
hr {
  display: block;
  height: 0px;
  line-height: 0px;
  border: 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin: 16px 0;
  float: none;
  clear: both;
  padding: 0;
}
.story {
  line-height: 1.5;
}
.story .wp-block-image {
  margin-bottom: 2em;
}
.story .wp-block-image figure {
  display: table!important;
}
.story .wp-block-image figcaption {
  color: #888;
  font-size: 12px;
  margin: 0;
  background: #f0f0f0;
  padding: 5px;
}
.story ul {
  list-style: square;
}
.story ul li {
  list-style: square;
}
.story ol {
  list-style: decimal;
}
.story ol li {
  list-style: decimal;
}
.story ul,
.story ol {
  margin: 0 0 1em 1.5em;
  line-height: 1.5;
}
.story ul ul,
.story ol ul,
.story ul ol,
.story ol ol {
  margin-bottom: 0;
}
.story ol ol {
  list-style: upper-alpha;
}
.story ol ol ol {
  list-style: lower-roman;
}
.story ol ol ol ol {
  list-style: lower-alpha;
}
.story h1,
.story h2,
.story h3,
.story h4,
.story h5,
.story h6 {
  text-transform: none;
  margin-bottom: 20px;
}
.story a:link,
.story a:visited,
.story a:hover,
.story a:active {
  text-decoration: none;
}
.story pre {
  background: #f2f2f2;
  padding: 20px;
  display: block;
  margin: 10px 15px 10px 0;
  overflow-x: auto;
  font-family: "Lucida Console", Monaco, monospace;
}
.story address {
  display: inline-block;
  padding: 20px;
  background: #eaeaea;
  line-height: 20px;
  margin-bottom: 15px;
}
.story abbr {
  text-transform: uppercase;
}
.story dl {
  background: #ffffff;
  padding: 20px;
  border: 1px solid #f2f2f2;
  display: block;
  margin-bottom: 25px;
  box-sizing: border-box;
}
.story dl dt {
  min-width: 150px;
  float: left;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  font-weight: bold;
  letter-spacing: 0.005em;
  margin-bottom: 20px;
}
.story dl dd {
  margin-left: 160px;
  margin-bottom: 20px;
  line-height: 20px;
}
.story img.size-auto,
.story img.size-full,
.story img.size-large,
.story img.size-medium,
.story .attachment img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */
}
.story .alignleft,
.story img.alignleft {
  float: left;
  margin-right: 2em;
}
.story .alignright,
.story img.alignright {
  float: right;
  margin-left: 2em;
}
.story .wp-block-cover.aligncenter {
  display: flex;
}
.story .wp-block-cover {
  margin-bottom: 2em;
}
.story .aligncenter,
.story img.aligncenter {
  display: block;
  clear: both;
  margin-left: auto;
  margin-right: auto;
}
.story .wp-block-cover-text {
  color: #ffffff;
  text-align: left;
}
.story .wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.story .wp-block-cover-image h1:not(.has-text-color),
.story .wp-block-cover-image h2:not(.has-text-color),
.story .wp-block-cover-image h3:not(.has-text-color),
.story .wp-block-cover-image h4:not(.has-text-color),
.story .wp-block-cover-image h5:not(.has-text-color),
.story .wp-block-cover-image h6:not(.has-text-color),
.story .wp-block-cover-image p:not(.has-text-color),
.story .wp-block-cover .wp-block-subhead:not(.has-text-color),
.story .wp-block-cover h1:not(.has-text-color),
.story .wp-block-cover h2:not(.has-text-color),
.story .wp-block-cover h3:not(.has-text-color),
.story .wp-block-cover h4:not(.has-text-color),
.story .wp-block-cover h5:not(.has-text-color),
.story .wp-block-cover h6:not(.has-text-color),
.story .wp-block-cover p:not(.has-text-color) {
  color: #FFF;
}
.story .wp-block-button {
  margin-bottom: 20px;
}
.story img.alignleft,
.story img.alignright,
.story img.aligncenter {
  margin-bottom: 2em;
}
.story .wp-caption {
  line-height: 1.5;
  margin-bottom: 2em;
  text-align: center;
}
.story .wp-caption.alignnone {
  clear: both;
}
.story .wp-caption img {
  font-size: 10px;
}
.story .wp-caption p.wp-caption-text {
  color: #888;
  font-size: 12px;
  margin: 0;
}
.story section.not-found {
  background: url(svg/404.svg) top center no-repeat !important;
  padding-top: 230px!important;
  width: 100%!important;
  margin-bottom: 0!important;
}
.story section.not-found p {
  text-align: center;
  margin-bottom: 0!important;
}
.story .wp-smiley {
  margin: 0;
}
.story table {
  margin-bottom: 30px;
  border-collapse: collapse;
}
.story table a:hover {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  text-decoration: none!important;
}
.story table th {
  color: #000;
  background-color: #fdfbfb;
  letter-spacing: 0.05em;
}
.story table a {
  text-decoration: underline!important;
}
.story table td,
.story table th {
  padding: 20px 25px;
  border: 1px solid #f2f2f2;
}
.story .tagsphar {
  clear: both;
  padding-top: 30px;
}
.story span.post-page-numbers.current {
  background-color: #000;
  color: #FFF;
}
.story .tagsphar a,
.story .post_pages a,
.story span.post-page-numbers {
  font-weight: 900;
  font-size: 12px;
  border: 2px solid #000;
  padding: 2px 10px;
  margin: 3px;
  display: inline-block;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.story .tagsphar a:hover,
.story .post_pages a:hover,
.story span.post-page-numbers:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  background-color: #000;
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.page-template .comments {
  margin-top: 60px;
}
.post_pages {
  clear: both;
  padding-top: 20px;
  padding-bottom: 20px;
}
.select2-container--default .select2-selection--single {
  border-radius: 0;
  border-color: #f2f2f2;
  border-bottom-width: 4px;
}
.select2-dropdown {
  border-radius: 0;
  border-color: #f2f2f2;
}
.select2-container .select2-selection--single {
  height: 44px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 44px;
  color: #898989;
  font-size: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 44px;
}
/* Flexslider Default Styles
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.flexslider,
.single_post_images_slider {
  position: relative;
}
.flexslider ul,
.single_post_images_slider ul,
.flexslider ol,
.single_post_images_slider ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider ul li,
.single_post_images_slider ul li,
.flexslider ol li,
.single_post_images_slider ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider .slides > li,
.single_post_images_slider .slides > li {
  position: relative;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
}
.flexslider .slides img,
.single_post_images_slider .slides img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
  width: auto;
}
.flexslider .descr,
.single_post_images_slider .descr {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: rgba(100, 100, 100, 0.5);
  color: #fff;
  text-align: left;
}
.flexslider .descr h3,
.single_post_images_slider .descr h3 {
  text-align: left;
}
.flexslider .descr .text p:last-child,
.single_post_images_slider .descr .text p:last-child {
  margin-bottom: 0;
}
.flexslider .flex-control-nav,
.single_post_images_slider .flex-control-nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.flexslider .flex-control-nav li,
.single_post_images_slider .flex-control-nav li {
  display: inline-block;
  margin: 5px;
}
.flexslider .flex-control-nav li a,
.single_post_images_slider .flex-control-nav li a {
  font-size: 0;
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  display: block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #c3c4c4;
}
.flexslider .flex-control-nav li a.flex-active,
.single_post_images_slider .flex-control-nav li a.flex-active {
  background-color: #c3c4c4;
}
.flex-container {
  position: relative;
}
body:after {
  content: url(images/lightbox/close.png) url(images/lightbox/loading.gif) url(images/lightbox/prev.png) url(images/lightbox/next.png);
  display: none;
}
body.lb-disable-scrolling {
  overflow: hidden;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(images/lightbox/loading.gif) no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(images/lightbox/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(images/lightbox/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-caption a {
  color: #4ae;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(images/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/*
=====================
== Main Theme CODE ==
=====================
*/
a {
  color: #000000;
  transition: all 300ms ease;
}
a:hover {
  color: #000000;
  transition: all 300ms ease;
}
a.logo img {
  max-width: 100%;
  height: auto;
}
p {
  color: #898989;
  font-size: 14px;
  line-height: 26px;
}
#ale_responsive_menu {
  position: absolute;
  visibility: hidden;
  z-index: -9999;
}
.ale_mobile_close,
.ale_mobile_open {
  display: none;
}
@media screen and (max-width: 800px) {
  body.admin-bar .popup_mobile_menu .ale_mobile_close {
    top: 60px;
  }
  .popup_mobile_menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #f6f6f6;
    z-index: 9999;
    transition: 400ms;
  }
  .popup_mobile_menu ul.popup-menu {
    display: flex!important;
    height: 100vh;
    margin: 0;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .popup_mobile_menu ul.popup-menu li {
    margin: 0!important;
    line-height: 2!important;
    font-size: 18px!important;
    text-align: center;
  }
  .popup_mobile_menu .ale_mobile_close {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
  }
  .ale_mobile_open {
    display: block;
    color: #b3bba8;
  }
  #ale_responsive_menu:checked ~ div.popup_mobile_menu {
    right: 0;
    transition: 400ms;
  }
}
.story .post_title {
  word-break: break-word;
}
.post-password-form {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.post-password-form p {
  text-align: center;
}
.post-password-form input {
  max-width: 300px;
  min-height: 50px;
}
.wrapper,
.content_wrapper {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.content_wrapper {
  width: 90%;
}
.content_wrapper.vc_row {
  margin: 0 auto;
}
.content_wrapper.flex_container {
  margin-top: 50px;
  margin-bottom: 50px;
}
.content_wrapper.full_width_no_paddings {
  width: 100%;
  margin: 0;
  padding: 0;
  max-width: 100%;
}
.content_wrapper.full_width_no_paddings .works_items_container {
  margin: 0!important;
}
header.ale_menu_top {
  color: inherit;
}
header.ale_menu_left {
  width: 220px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  box-sizing: border-box;
  z-index: 101;
}
.ale_main_container {
  position: static;
  z-index: 100;
}
.ale_main_container .ale_container .po_heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.ale_main_container .ale_container .po_heading .section_item {
  background-color: #333;
  display: block;
  min-height: 100px;
  width: calc(20% - 8px);
  padding-left: 30px;
  box-sizing: border-box;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 4px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  color: #FFFFFF;
}
.ale_main_container .ale_container .po_heading .section_item h2 {
  color: inherit;
  text-transform: uppercase;
}
.ale_main_container .ale_container .po_heading .section_item:nth-child(even) {
  background-color: #000;
}
.ale_main_container .ale_container .breadcrumbs_heading {
  background: #333333;
  text-align: center;
  color: #FFF;
  font-size: 13px;
  padding: 22px 0;
  background-position: center center;
}
.ale_main_container .ale_container .breadcrumbs_heading .breadcrumbs a {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.ale_main_container .ale_container .breadcrumbs_heading .breadcrumbs a:hover {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
}
.ale_main_container .ale_container .breadcrumbs_heading .breadcrumbs i {
  margin: 0 12px;
  font-size: 10px;
}
.ale_main_container .ale_container .wedding_image_heading {
  width: 50%;
  height: 100vh;
  margin: 0;
  float: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.ale_main_container .ale_container .wedding_image_heading.full_width_wedding {
  width: 100%;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: -1;
  height: calc(100vh - 200px);;
}
.ale_main_container .ale_container .wedding_image_heading .page_title_container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-size: cover;
}
.ale_main_container .ale_container .wedding_image_heading .page_title_container .white_page_title {
  color: #FFF;
  text-align: center;
  z-index: 9;
}
.ale_main_container .ale_container .wedding_image_heading .page_title_container .white_page_title h2 {
  color: #FFF;
  font-size: 92px;
  line-height: 104px;
}
.ale_main_container .ale_container .wedding_image_heading .page_title_container .white_page_title span {
  font-style: italic;
  font-size: 20px;
}
.ale_main_container .ale_container .simple_image_heading {
  width: 100%;
  height: 500px;
  margin: 0;
  float: none;
}
.ale_main_container .ale_container .simple_image_heading .page_title_container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.ale_main_container .ale_container .simple_image_heading .page_title_container .white_page_title {
  color: #FFF;
  text-align: center;
  z-index: 9;
}
.ale_main_container .ale_container .simple_image_heading .page_title_container .white_page_title h2 {
  color: #FFF;
  font-size: 92px;
  line-height: 104px;
}
.ale_main_container .ale_container .simple_image_heading .page_title_container .white_page_title span {
  font-style: italic;
  font-size: 20px;
}
.ale_main_container .ale_container .title_background_container {
  width: 86%;
  margin: 0 auto;
  float: none;
  height: 415px;
}
.ale_main_container .ale_container .title_background_container.home_slider {
  height: auto;
}
.ale_main_container .ale_container .title_background_container_full {
  width: 100%;
  margin: 0 auto;
  float: none;
  height: 490px;
}
.ale_main_container .ale_container .title_background_container_full .page_title_container .page_title {
  max-width: 860px;
  left: 50%;
  margin-left: -430px;
  top: 250px;
}
.ale_main_container .ale_container .title_background_container_full .page_title_container .page_title span {
  font-style: normal;
  font-size: 48px;
  color: #3c3c3c;
  font-weight: 400;
  line-height: 59px;
  text-transform: uppercase;
}
.ale_main_container .ale_container .title_background_container_full.home_slider {
  height: auto;
}
.ale_main_container .ale_container .page_title_container {
  width: 100%;
  overflow: hidden;
  background-color: #f3f4f4;
  height: 100%;
  margin-bottom: 35px;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
}
.ale_main_container .ale_container .page_title_container .mask {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.ale_main_container .ale_container .page_title_container.mask_blackwhite {
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.ale_main_container .ale_container .page_title_container.mask_black_40 {
  color: #FFF;
  height: 100%;
  margin-bottom: 0;
}
.ale_main_container .ale_container .page_title_container.mask_black_40 .mask {
  display: block;
  background-color: rgba(34, 36, 41, 0.4);
}
.ale_main_container .ale_container .page_title_container.mask_negru_40 {
  height: 100%;
  margin-bottom: 0;
}
.ale_main_container .ale_container .page_title_container.mask_negru_40 .mask {
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
}
.ale_main_container .ale_container .page_title_container .page_title {
  position: absolute;
  top: 133px;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
}
.ale_main_container .ale_container .page_title_container .page_title span {
  font-size: 24px;
  font-style: italic;
  color: #000000;
}
.ale_main_container .ale_container .page_title_container .page_title h2 {
  font-size: 64px;
  font-weight: 900;
  font-style: italic;
  margin-bottom: 0;
  color: #000000;
  line-height: 58px;
}
.ale_main_container .ale_container .left_title {
  text-align: left;
  font-size: 45px;
  letter-spacing: 0.05em;
  margin-top: 100px;
  margin-bottom: 100px;
}
.ale_main_container .ale_container .left_title .item_with_title {
  border-bottom: 1px solid #c6c3c3;
  padding-bottom: 50px;
}
.ale_main_container .ale_container .left_title_with_breadcrumbs {
  margin-bottom: 60px;
  margin-top: 40px;
}
.ale_main_container .ale_container .left_title_with_breadcrumbs .item_with_title {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  padding: 0;
  position: relative;
}
.ale_main_container .ale_container .left_title_with_breadcrumbs .item_with_title::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: #181818;
  position: absolute;
  top: 100%;
  left: 0;
}
.ale_main_container .ale_container .left_title_with_breadcrumbs h2 {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.ale_main_container .ale_container .left_title_with_breadcrumbs .left_text_breadcrumbs {
  color: #6c6c6c;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0;
}
.ale_main_container .ale_container .left_title_with_breadcrumbs .left_text_breadcrumbs i.fa {
  margin: 0 6px;
}
.ale_main_container .ale_container .left_title_with_breadcrumbs .left_text_breadcrumbs a {
  color: inherit;
  transition: all 300ms ease-in-out;
}
.ale_main_container .ale_container .left_title_with_breadcrumbs .left_text_breadcrumbs a:hover {
  color: #181818;
  transition: all 300ms ease-in-out;
}
.ale_main_container .ale_container .centered_title {
  text-align: center;
  padding-top: 40px;
  margin-bottom: 50px;
}
.ale_main_container .ale_container .centered_title h2 {
  font-size: 60px;
  line-height: 110px;
}
.ale_main_container .ale_container .centered_title h2:after {
  content: "";
  width: 80px;
  height: 6px;
  background: #000;
  display: block;
  margin: 0 auto;
}
.ale_main_container .ale_container .title_heading_parralax_2 {
  height: 330px;
}
.ale_main_container .ale_container .title_heading_parralax_2 .page_title_container .page_title {
  top: 100px;
}
.ale_main_container .ale_container .title_heading_parralax_2 .page_title_container .page_title span {
  color: #FFF;
  font-style: normal;
  font-size: 14px;
}
.ale_main_container .ale_container .title_heading_parralax_2 .page_title_container .page_title h2 {
  color: #FFF;
  font-style: normal;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 7px;
}
.ale_header_position_left .ale_main_container {
  padding-left: 220px;
}
.kitty-work-element figure {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.kitty-work-element figure:hover figcaption {
  transition: all 300ms ease-in-out;
  opacity: 1;
}
.kitty-work-element figure:hover figcaption .mask a.look {
  margin-bottom: 20px;
  transition: all 300ms ease-in-out;
}
.kitty-work-element figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(234, 144, 122, 0.4);
  opacity: 0;
  transition: all 300ms ease-in-out;
}
.kitty-work-element figure figcaption .mask {
  position: absolute;
  left: 20px;
  top: 20px;
  right: 20px;
  bottom: 20px;
  display: flex;
  background-image: url('../css/svg/border.svg');
  background-size: contain;
  align-items: flex-end;
  justify-content: center;
}
.kitty-work-element figure figcaption .mask a.look {
  margin-bottom: 120px;
  background: #FFFFFF;
  border-radius: 30px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 37px;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  color: #EA907A;
  transition: all 300ms ease-in-out;
}
.kitty-work-element figure figcaption .mask a.look:hover {
  color: #FFF;
  background: #AACDBE;
}
.laptica-work-element figure {
  position: relative;
  overflow: hidden;
}
.laptica-work-element figure:hover figcaption {
  opacity: 1;
  transition: all 300ms ease-in-out;
}
.laptica-work-element figure figcaption {
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  opacity: 0;
  transition: all 300ms ease-in-out;
}
.laptica-work-element figure figcaption .mask {
  width: 100%;
  margin: 10px;
  border: 3px solid #FFCA87;
  display: flex;
  align-items: center;
  justify-content: center;
}
.laptica-work-element figure figcaption .mask a.look {
  background: #5D6152;
  border: 2px solid #FFF;
  padding: 3px;
  transition: all 300ms ease-in-out;
  display: inline-block;
  border-radius: 100%;
}
.laptica-work-element figure figcaption .mask a.look:hover {
  background: #FFCA87;
  border-color: #FFF;
  transition: all 300ms ease-in-out;
}
.laptica-work-element figure figcaption .mask a.look:hover span {
  background: #FFCA87;
  transition: all 300ms ease-in-out;
}
.laptica-work-element figure figcaption .mask a.look span {
  background: #5D6152;
  border: 2px solid #FFF;
  color: #FFF;
  text-align: center;
  line-height: 46px;
  width: 46px;
  height: 46px;
  display: block;
  font-size: 20px;
  transition: all 300ms ease-in-out;
  border-radius: 100%;
}
.cafeteria-work-element {
  margin-bottom: 15px;
  padding-right: 12px;
  padding-left: 12px;
  padding-top: 10px;
}
.cafeteria-work-element .background {
  width: 100%;
  height: 265px;
  background-color: #f8f2f2;
  position: relative;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.cafeteria-work-element .background a:hover > .hover {
  opacity: 1;
}
.cafeteria-work-element .background .hover {
  position: absolute;
  width: calc(100% - 10px)!important;
  height: 186px;
  top: 5px;
  left: 5px;
  background: rgba(177, 218, 230, 0.7);
  z-index: 4;
  opacity: 0;
  -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;
}
.cafeteria-work-element .background img {
  position: absolute;
  width: calc(100% - 10px)!important;
  height: auto;
  top: 5px;
  left: 5px;
}
.cafeteria-work-element .background .pic {
  position: absolute;
  width: 59px;
  height: 59px;
  background: #b1dae6;
  text-align: center;
  line-height: 59px;
  font-size: 30px;
  color: #FFF;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  top: 58%;
  left: 50%;
  margin-left: -34px;
  z-index: 5;
  border: 3px solid #f8f2f2;
}
.cafeteria-work-element .background .look {
  position: absolute;
  bottom: 10px;
  width: 85px;
  left: 50%;
  margin-left: -42px;
  text-align: center;
}
.cafeteria_works_grid .col-3 {
  max-width: 246px;
  margin-bottom: 15px;
  padding-right: 12px;
  padding-left: 12px;
}
.cafeteria_works_grid .background {
  width: 100%;
  height: 265px!important;
  background-color: #f8f2f2;
  position: relative;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.cafeteria_works_grid .background a:hover > .hover {
  opacity: 1;
}
.cafeteria_works_grid .background .hover {
  position: absolute;
  width: calc(100% - 10px)!important;
  height: 186px;
  top: 5px;
  left: 5px;
  background: rgba(177, 218, 230, 0.7);
  z-index: 4;
  opacity: 0;
  -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;
}
.cafeteria_works_grid .background img {
  position: absolute;
  width: calc(100% - 10px)!important;
  height: auto;
  top: 5px;
  left: 5px;
}
.cafeteria_works_grid .background .pic {
  position: absolute;
  width: 59px;
  height: 59px;
  background: #b1dae6;
  text-align: center;
  line-height: 59px;
  font-size: 30px;
  color: #FFF;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  top: 58%;
  left: 50%;
  margin-left: -34px;
  z-index: 5;
  border: 3px solid #f8f2f2;
}
.cafeteria_works_grid .background .look {
  position: absolute;
  bottom: 10px;
  width: 85px;
  left: 50%;
  margin-left: -42px;
  text-align: center;
}
.cafeteria_hedding .header-back {
  overflow: hidden;
  width: 100%;
  height: 306px;
  z-index: 1;
  position: relative;
  background-position: 50% 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.cafeteria_hedding .header-back .triang {
  position: absolute;
  height: 13px;
  width: 100%;
  z-index: 100;
}
.cafeteria_hedding .header-back .triang.top {
  top: 0;
  background: url("images/cafeteria/top-triang.png") repeat-x;
}
.cafeteria_hedding .header-back .triang.bot {
  bottom: 0;
  background: url("images/cafeteria/bot-triang.png") repeat-x;
}
.cafeteria_hedding h2 {
  font-size: 35px;
  text-align: center;
  padding-top: 55px;
}
.cafeteria_hedding .line-cake {
  margin-top: 15px;
  margin-bottom: 80px;
  height: 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cafeteria_hedding .line-cake .cake {
  color: #5e3c3d;
  font-size: 24px;
}
.cafeteria_hedding .line-cake .line {
  position: absolute;
  width: 285px;
  height: 1px;
  top: 46%;
  border-bottom: 1px dashed rgba(94, 60, 61, 0.7);
}
.cafeteria_hedding .line-cake .line.left {
  left: 16.5%;
}
.cafeteria_hedding .line-cake .line.right {
  right: 16.5%;
}
.orquidea_galitem .imagegally {
  overflow: hidden;
  position: relative;
}
.orquidea_galitem .imagegally img {
  width: 100%;
  height: auto;
}
.orquidea_galitem .imagegally .mask0 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.orquidea_galitem .imagegally .mask2 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background: #f5f5f5;
}
.orquidea_galitem .imagegally .mask2 .gallytitle {
  text-transform: uppercase;
  margin: 10px 10px 1px 10px;
  line-height: 30px;
  font-size: 30px;
}
.orquidea_galitem .imagegally .mask2 .gallytitle a {
  color: #333333;
}
.orquidea_galitem .imagegally .mask2 .gallytitle a:hover {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.orquidea_galitem .imagegally .mask2 .gallycat {
  text-transform: uppercase;
  margin-left: 10px;
  margin-top: 2px;
  color: #838383;
  line-height: 20px;
  font-size: 20px;
}
.orquidea_galitem .imagegally .mask2 .gallydate {
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 2px;
  margin-left: 10px;
}
.orquidea_galitem .imagegally .mask1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background: #f597b1;
}
.orquidea_galitem .imagegally a.mask1vs1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  display: block;
}
.orquidea_galitem .imagegally a.mask1vs1 span.openbox {
  color: #f597b1;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  position: absolute;
  left: 50%;
  top: 65%;
  margin-top: -23px;
  margin-left: -23px;
  width: 47px;
  height: 47px;
  background: #ffffff;
  border-radius: 100%;
  display: block;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  line-height: 30px;
  font-size: 74px;
  text-align: center;
}
.orquidea_galitem .imagegally:hover a.mask1vs1 {
  top: -30%;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.orquidea_galitem .imagegally:hover a.mask1vs1 span.openbox {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.orquidea_galitem .imagegally:hover .mask1 {
  top: -30%;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.orquidea_galitem .imagegally:hover .mask0 {
  top: -30%;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.orquidea_galitem .imagegally:hover .mask2 {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  top: 70%;
}
.slidergallery {
  margin-top: 20px;
  background: #f5f5f5;
  margin-bottom: 40px;
}
.cusstyle10 {
  height: 350px!important;
}
.cusstyle10 img {
  height: 350px!important;
}
.sliderbox {
  position: relative;
  margin: 0 auto;
  max-width: 960px;
  height: 667px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.sliderbox .items {
  /* this cannot be too large */
  width: 20000em;
  position: absolute;
}
.sliderbox .items img {
  max-width: 100%;
  height: auto;
}
.sliderbox .items div {
  float: left;
}
.sliderarrows {
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
}
.sliderarrows a:hover {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.grid .grid-sizer,
.grid .grid-item {
  width: 100%;
}
.grid .gutter-sizer {
  width: 0;
}
.grid.ale_blog_columns_5 .grid-sizer,
.grid.ale_blog_columns_5 .grid-item {
  width: 17.44%;
  float: left;
}
.grid.ale_blog_columns_5 .gutter-sizer {
  width: 3.2%;
}
.grid.ale_work_columns_5 .grid-sizer,
.grid.ale_work_columns_5 .grid-item {
  width: 20%;
  float: left;
}
.grid.ale_blog_columns_4 .grid-sizer,
.grid.ale_blog_columns_4 .grid-item {
  width: 22.6%;
  float: left;
}
.grid.ale_blog_columns_4 .gutter-sizer {
  width: 3.2%;
}
.grid.ale_work_columns_4 .grid-sizer,
.grid.ale_work_columns_4 .grid-item {
  width: 25%;
  float: left;
}
.grid.ale_blog_columns_3 .grid-sizer,
.grid.ale_blog_columns_3 .grid-item {
  width: 31.2%;
  float: left;
}
.grid.ale_blog_columns_3 .gutter-sizer {
  width: 3.2%;
}
.grid.ale_work_columns_3 .grid-sizer,
.grid.ale_work_columns_3 .grid-item {
  width: 33.3333%;
  float: left;
}
.grid.ale_blog_columns_2 .grid-sizer,
.grid.ale_blog_columns_2 .grid-item {
  width: 48.4%;
  float: left;
}
.grid.ale_blog_columns_2 .gutter-sizer {
  width: 3.2%;
}
.grid.ale_work_columns_2 .grid-sizer,
.grid.ale_work_columns_2 .grid-item {
  width: 50%;
  float: left;
}
.grid.ale_blog_text_align_left .post_content_holder {
  text-align: left!important;
}
.grid.ale_blog_text_align_left .post_content_holder p {
  text-align: left!important;
}
.grid.ale_blog_text_align_left .post_content_holder h1,
.grid.ale_blog_text_align_left .post_content_holder h2,
.grid.ale_blog_text_align_left .post_content_holder h3,
.grid.ale_blog_text_align_left .post_content_holder h4,
.grid.ale_blog_text_align_left .post_content_holder h5,
.grid.ale_blog_text_align_left .post_content_holder h6 {
  text-align: left!important;
  padding: 0!important;
}
.grid.ale_blog_text_align_right .post_content_holder {
  text-align: right!important;
}
.grid.ale_blog_text_align_right .post_content_holder p {
  text-align: right!important;
}
.grid.ale_blog_text_align_right .post_content_holder h1,
.grid.ale_blog_text_align_right .post_content_holder h2,
.grid.ale_blog_text_align_right .post_content_holder h3,
.grid.ale_blog_text_align_right .post_content_holder h4,
.grid.ale_blog_text_align_right .post_content_holder h5,
.grid.ale_blog_text_align_right .post_content_holder h6 {
  text-align: right!important;
  padding: 0!important;
}
.grid.ale_blog_text_align_justify .post_content_holder {
  text-align: justify!important;
}
.grid.ale_blog_text_align_justify .post_content_holder p {
  text-align: justify!important;
}
.organic_blog_item {
  margin-bottom: 70px!important;
}
.organic_blog_item div.image {
  margin-bottom: 43px;
  position: relative;
}
.organic_blog_item div.image .button_holder {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.organic_blog_item div.image .button_holder .organic_but {
  border-radius: 40px;
  background: #254262;
  color: #FFF;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FFFFFF;
  border: 0;
  height: 70px;
  line-height: 70px;
  padding-left: 80px;
  padding-right: 80px;
  transition: all 300ms ease-in-out;
}
.organic_blog_item div.image .button_holder .organic_but:hover {
  background: #FFD8BC;
  opacity: 1;
  transition: all 300ms ease-in-out;
}
.organic_blog_item div.text {
  text-align: center;
}
.organic_blog_item div.text h2 {
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 54px;
  text-align: center;
  color: #254262;
  margin-bottom: 5px;
}
.organic_blog_item div.text span.post_category {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  color: #FFD8BC;
  margin-bottom: 18px;
  display: inline-block;
}
.organic_blog_item div.text .string p {
  text-align: center;
}
.organic_blog_item div.text a {
  color: inherit;
}
.ale_theme_hover_style_id_9 .works_items_container article:nth-child(odd) .col-6.textblock {
  order: 1;
}
.ale_theme_hover_style_id_9 .works_items_container article:nth-child(odd) .col-6.image {
  order: 2;
}
.ale_theme_hover_style_id_9 .works_items_container article:nth-child(even) .col-6.textblock {
  order: 2;
  justify-content: flex-start;
  text-align: left;
}
.ale_theme_hover_style_id_9 .works_items_container article:nth-child(even) .col-6.textblock p {
  text-align: left;
}
.ale_theme_hover_style_id_9 .works_items_container article:nth-child(even) .col-6.textblock .text {
  margin-right: 0;
  margin-left: 12%;
}
.ale_theme_hover_style_id_9 .works_items_container article:nth-child(even) .col-6.image {
  order: 1;
}
.limpieza_works_style {
  text-align: right;
  display: flex;
}
.limpieza_works_style .col-6 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.limpieza_works_style .text {
  max-width: 380px;
  margin-right: 12%;
}
.limpieza_works_style .text h2 {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 6.1%;
}
.limpieza_works_style .text h2 span {
  font-size: 30px;
  font-weight: 400;
  text-transform: none;
  margin: 0 4px;
}
.limpieza_works_style .text .string {
  font-size: 12px;
  opacity: 0.9;
  line-height: 24px;
  margin-bottom: 9.5%;
}
.limpieza_works_style .text .string p {
  line-height: 24px;
  text-align: right;
  margin-bottom: 0;
}
.limpieza_works_style .text .link {
  display: inline-block;
  text-transform: uppercase;
  line-height: 34px;
  padding: 0 18px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 6%;
}
.limpieza_works_style .text .link:hover {
  color: #FFF !important;
}
.limpieza_works_style .image img {
  max-width: 100%;
  height: auto;
}
.limpieza_works_style .image a {
  display: block;
  position: relative;
}
.limpieza_works_style .image a:hover .overlay {
  opacity: 1;
}
.limpieza_works_style .image a .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 300ms ease-in-out;
}
.limpieza_works_style .image a .overlay:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #FFF;
  opacity: 0.9;
}
.limpieza_works_style .image a .overlay i {
  display: block;
  width: 82px;
  height: 82px;
  font-size: 23px;
  line-height: 82px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -41px;
  margin-left: -41px;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0 19px #FFF;
  -moz-box-shadow: 0 0 0 19px #FFF;
  box-shadow: 0 0 0 19px #FFF;
}
.limpieza_works_style .image a .overlay i:hover {
  -moz-animation: bounce 300ms 1;
  -webkit-animation: bounce 300ms 1;
  animation: bounce 300ms 1;
}
article.limpieza-post {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 29px 0 22px 0;
}
article.limpieza-post .text {
  max-width: 608px;
  margin: 0 auto;
}
article.limpieza-post .text h2 {
  font-size: 31px;
  text-transform: none;
  margin-bottom: 23px;
}
article.limpieza-post .text h2 a {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
article.limpieza-post .text h2 a .left-pad {
  position: relative;
  left: -16px;
}
article.limpieza-post .text h2 a .left-pad .right-pad {
  position: relative;
  right: -32px;
}
article.limpieza-post .text h2 a .left-pad .right-pad .center-pad {
  position: relative;
  left: -16px;
}
article.limpieza-post .text h2 a:hover {
  opacity: 1!important;
  color: #FFF;
}
article.limpieza-post .text h2 a:hover .left-pad {
  background-color: #0f314d;
}
article.limpieza-post .text h2 a:hover .left-pad .right-pad {
  background-color: #0f314d;
}
article.limpieza-post .text .details .date {
  font-size: 11px;
  line-height: 22px;
  opacity: 0.9;
  margin-right: 8px;
  margin-bottom: 28px;
  vertical-align: top;
}
article.limpieza-post .text .details .author {
  font-size: 10px;
  line-height: 22px;
  text-transform: uppercase;
  vertical-align: top;
  margin-bottom: 28px;
}
article.limpieza-post .text .details .tags {
  margin-bottom: 28px;
  max-width: 60%;
  text-align: right;
}
article.limpieza-post .text .details .tags a {
  display: inline-block;
  vertical-align: top;
  font-size: 11px;
  padding: 5px;
  background-color: #f4f6f7;
  color: #94a8ac;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 5px;
}
article.limpieza-post .text .details .tags a:hover {
  background-color: #ffc960;
  color: #FFF;
}
article.limpieza-post .text .string {
  color: #6b7e82;
  line-height: 28px;
  margin-bottom: 16px;
}
article.limpieza-post .text .string p {
  line-height: 24px;
  margin-bottom: 0;
}
article.limpieza-post .text .comments {
  color: #94a8ac;
  line-height: 34px;
  font-size: 11px;
}
article.limpieza-post .text .comments i {
  margin-right: 4px;
}
article.limpieza-post .text .link {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  line-height: 34px;
  padding: 0 18px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 12px;
  font-weight: 500;
}
article.limpieza-post .image {
  position: relative;
  display: block;
  margin-bottom: 26px;
  text-align: center;
}
article.limpieza-post .image img {
  max-width: 100%;
  height: auto;
}
article.limpieza-post .image:hover .overlay {
  opacity: 1;
}
article.limpieza-post .image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 300ms ease-in-out;
}
article.limpieza-post .image .overlay:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #FFF;
  opacity: 0.9;
}
article.limpieza-post .image .overlay i {
  display: block;
  width: 82px;
  height: 82px;
  font-size: 23px;
  line-height: 82px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -41px;
  margin-left: -41px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 19px #FFF;
  -moz-box-shadow: 0 0 0 19px #FFF;
  box-shadow: 0 0 0 19px #FFF;
}
article.limpieza-post .image .overlay i:hover {
  -moz-animation: bounce 300ms 1;
  -webkit-animation: bounce 300ms 1;
  animation: bounce 300ms 1;
}
@-moz-keyframes bounce {
  0% {
    -webkit-box-shadow: 0 0 0 19px #FFF;
    -moz-box-shadow: 0 0 0 19px #FFF;
    box-shadow: 0 0 0 19px #FFF;
  }
  50% {
    -webkit-box-shadow: 0 0 0 0 #FFF;
    -moz-box-shadow: 0 0 0 0 #FFF;
    box-shadow: 0 0 0 0 #FFF;
  }
  100% {
    -webkit-box-shadow: 0 0 0 19px #FFF;
    -moz-box-shadow: 0 0 0 19px #FFF;
    box-shadow: 0 0 0 19px #FFF;
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-box-shadow: 0 0 0 19px #FFF;
    -moz-box-shadow: 0 0 0 19px #FFF;
    box-shadow: 0 0 0 19px #FFF;
  }
  50% {
    -webkit-box-shadow: 0 0 0 0 #FFF;
    -moz-box-shadow: 0 0 0 0 #FFF;
    box-shadow: 0 0 0 0 #FFF;
  }
  100% {
    -webkit-box-shadow: 0 0 0 19px #FFF;
    -moz-box-shadow: 0 0 0 19px #FFF;
    box-shadow: 0 0 0 19px #FFF;
  }
}
@-ms-keyframes bounce {
  0% {
    -webkit-box-shadow: 0 0 0 19px #FFF;
    -moz-box-shadow: 0 0 0 19px #FFF;
    box-shadow: 0 0 0 19px #FFF;
  }
  50% {
    -webkit-box-shadow: 0 0 0 0 #FFF;
    -moz-box-shadow: 0 0 0 0 #FFF;
    box-shadow: 0 0 0 0 #FFF;
  }
  100% {
    -webkit-box-shadow: 0 0 0 19px #FFF;
    -moz-box-shadow: 0 0 0 19px #FFF;
    box-shadow: 0 0 0 19px #FFF;
  }
}
@-o-keyframes bounce {
  0% {
    -webkit-box-shadow: 0 0 0 19px #FFF;
    -moz-box-shadow: 0 0 0 19px #FFF;
    box-shadow: 0 0 0 19px #FFF;
  }
  50% {
    -webkit-box-shadow: 0 0 0 0 #FFF;
    -moz-box-shadow: 0 0 0 0 #FFF;
    box-shadow: 0 0 0 0 #FFF;
  }
  100% {
    -webkit-box-shadow: 0 0 0 19px #FFF;
    -moz-box-shadow: 0 0 0 19px #FFF;
    box-shadow: 0 0 0 19px #FFF;
  }
}
@keyframes bounce {
  0% {
    -webkit-box-shadow: 0 0 0 19px #FFF;
    -moz-box-shadow: 0 0 0 19px #FFF;
    box-shadow: 0 0 0 19px #FFF;
  }
  50% {
    -webkit-box-shadow: 0 0 0 0 #FFF;
    -moz-box-shadow: 0 0 0 0 #FFF;
    box-shadow: 0 0 0 0 #FFF;
  }
  100% {
    -webkit-box-shadow: 0 0 0 19px #FFF;
    -moz-box-shadow: 0 0 0 19px #FFF;
    box-shadow: 0 0 0 19px #FFF;
  }
}
.ale_blog_archive .brigitte-grid article.brigitte-item {
  width: 100%;
  margin-bottom: 155px;
  display: flex;
}
.ale_blog_archive .brigitte-grid article.brigitte-item .item_data_holder {
  order: 2;
  width: 43%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ale_blog_archive .brigitte-grid article.brigitte-item .item_data_holder .data_holder {
  padding: 5%;
  text-align: left;
}
.ale_blog_archive .brigitte-grid article.brigitte-item .item_data_holder .data_holder .brigitte_category_post {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 50px;
  display: block;
}
.ale_blog_archive .brigitte-grid article.brigitte-item .item_data_holder .data_holder .brigitte_category_post a {
  font-weight: 400;
  text-transform: none;
  margin-left: 25px;
}
.ale_blog_archive .brigitte-grid article.brigitte-item .item_data_holder .data_holder .post_title {
  font-weight: 400;
  font-style: normal;
  text-align: inherit;
  padding: 0;
  font-size: 55px;
  line-height: 38px;
  margin-bottom: 70px;
}
.ale_blog_archive .brigitte-grid article.brigitte-item .item_data_holder .data_holder .post_excerpt {
  margin-bottom: 90px;
  text-align: inherit;
}
.ale_blog_archive .brigitte-grid article.brigitte-item .item_data_holder .data_holder .brigitte_read_more {
  font-size: 16px;
  letter-spacing: 0.2em;
  font-weight: 700;
  text-decoration: underline;
}
.ale_blog_archive .brigitte-grid article.brigitte-item .featured_image_holder {
  width: 57%;
  order: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ale_blog_archive .brigitte-grid article.brigitte-item .featured_image_holder .image_box {
  text-align: left;
}
.ale_blog_archive .brigitte-grid article.brigitte-item .featured_image_holder img {
  max-width: 95%;
  height: auto;
}
.ale_blog_archive .brigitte-grid article.brigitte-item:nth-child(even) .item_data_holder {
  order: 1;
}
.ale_blog_archive .brigitte-grid article.brigitte-item:nth-child(even) .featured_image_holder {
  order: 2;
}
.ale_blog_archive .brigitte-grid article.brigitte-item:nth-child(even) .featured_image_holder .image_box {
  text-align: right;
}
.ale_blog_archive .vintage-grid article.vintage-item {
  width: 100%;
  margin-bottom: 100px;
  display: flex;
}
.ale_blog_archive .vintage-grid article.vintage-item .item_data_holder {
  order: 1;
  width: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ale_blog_archive .vintage-grid article.vintage-item .item_data_holder .data_holder {
  padding: 10%;
}
.ale_blog_archive .vintage-grid article.vintage-item .item_data_holder .data_holder .post_title {
  font-size: 28px;
  font-style: normal;
}
.ale_blog_archive .vintage-grid article.vintage-item .item_data_holder .data_holder .post_excerpt {
  text-align: center;
  margin-bottom: 40px;
}
.ale_blog_archive .vintage-grid article.vintage-item .item_data_holder .data_holder .share_icons a {
  margin: 5px;
  display: inline-block;
}
.ale_blog_archive .vintage-grid article.vintage-item .featured_image_holder {
  width: 50%;
  order: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ale_blog_archive .vintage-grid article.vintage-item .featured_image_holder img {
  max-width: 100%;
  height: auto;
}
.ale_blog_archive .vintage-grid article.vintage-item:nth-child(even) .item_data_holder {
  order: 2;
}
.ale_blog_archive .vintage-grid article.vintage-item:nth-child(even) .featured_image_holder {
  order: 1;
}
.ale_blog_archive .furniture-grid article.furniture-item {
  width: 100%;
  margin-bottom: 0;
  background: #f7f7f7;
  display: flex;
}
.ale_blog_archive .furniture-grid article.furniture-item .item_data_holder {
  order: 2;
  width: 50%;
}
.ale_blog_archive .furniture-grid article.furniture-item .item_data_holder .data_holder {
  padding: 10% 10% 0 10%;
}
.ale_blog_archive .furniture-grid article.furniture-item .item_data_holder .data_holder .post_title {
  font-size: 16px;
  font-style: normal;
}
.ale_blog_archive .furniture-grid article.furniture-item .item_data_holder .data_holder .post_excerpt {
  text-align: center;
  margin-bottom: 40px;
}
.ale_blog_archive .furniture-grid article.furniture-item .item_data_holder .data_holder .share_icons a {
  margin: 5px;
  display: inline-block;
}
.ale_blog_archive .furniture-grid article.furniture-item .featured_image_holder {
  width: 50%;
  order: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ale_blog_archive .furniture-grid article.furniture-item .featured_image_holder img {
  max-width: 100%;
  height: auto;
}
.ale_blog_archive .furniture-grid article.furniture-item:nth-child(even) .item_data_holder {
  order: 1;
}
.ale_blog_archive .furniture-grid article.furniture-item:nth-child(even) .featured_image_holder {
  order: 2;
}
/*
* Sidebar Position
*/
.sidebar_position_left_third .ale_blog_archive,
.sidebar_position_left_third .ale_work_archive {
  width: 66.66%;
  float: left;
}
.sidebar_position_left_third aside.sidebar {
  width: 33.33%;
  float: left;
}
.sidebar_position_left_third aside.sidebar .sidebar_container {
  margin-right: 40px;
}
.sidebar_position_left_fourth .ale_blog_archive,
.sidebar_position_left_fourth .ale_work_archive {
  width: 75%;
  float: left;
}
.sidebar_position_left_fourth aside.sidebar {
  width: 24.9%;
  float: left;
}
.sidebar_position_left_fourth aside.sidebar .sidebar_container {
  margin-right: 40px;
}
.sidebar_position_right_third .ale_blog_archive,
.sidebar_position_right_third .ale_work_archive {
  width: 66.66%;
  float: right;
}
.sidebar_position_right_third aside.sidebar {
  width: 33.33%;
  float: right;
}
.sidebar_position_right_third aside.sidebar .sidebar_container {
  margin-left: 40px;
}
.sidebar_position_right_fourth .ale_blog_archive,
.sidebar_position_right_fourth .ale_work_archive {
  width: 75%;
  float: right;
}
.sidebar_position_right_fourth aside.sidebar {
  width: 24.9%;
  float: right;
}
.sidebar_position_right_fourth aside.sidebar .sidebar_container {
  margin-left: 40px;
}
.empty_widgets_show_full_width .ale_blog_archive,
.empty_widgets_show_full_width .ale_work_archive {
  width: 100%!important;
}
/*
Styles for Sidebar Widgets
*/
aside.sidebar select {
  width: 100%;
  padding: 5px;
  border: 1px solid #f2f2f2;
  min-height: 50px;
  font-size: 14px;
  color: #898989;
}
aside.sidebar .widget_rss ul li {
  margin-bottom: 10px;
}
aside.sidebar table#wp-calendar {
  width: 100%;
}
aside.sidebar table#wp-calendar caption {
  background: #000;
  color: #FFF;
  min-height: 40px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 10px;
}
aside.sidebar img {
  max-width: 100%;
  height: auto;
}
aside.sidebar select {
  max-width: 100%;
}
aside.sidebar .widget_search .searchinput {
  margin-bottom: 15px;
}
aside.sidebar .widget {
  margin: 0 0 40px 0;
  color: #898989;
  line-height: 24px;
}
aside.sidebar .widget a {
  color: inherit;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
aside.sidebar .widget a:hover {
  color: #000000;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
aside.sidebar .widget h5.widget_title {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  color: #000000;
  margin-bottom: 10px;
}
aside.sidebar .widget cite {
  color: #000;
}
aside.sidebar .widget span.rss-date {
  display: block;
  color: #000;
  font-style: italic;
}
aside.sidebar .widget .rsswidget {
  font-weight: 700;
  color: #000;
}
aside.sidebar .widget .rsswidget:hover {
  opacity: 0.6;
}
aside.sidebar .widget ul li {
  padding: 6px 0;
}
aside.sidebar .widget ul ul {
  margin-left: 0;
  font-size: 13px;
}
div.ale_blog_archive .load-more {
  display: block;
  margin: 10px auto;
  background-color: #FFF;
  width: 200px;
  line-height: 50px;
  font-size: 14px;
  text-align: center;
  border: 3px solid #f3f4f4;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
div.ale_blog_archive .load-more:hover {
  background-color: #898989;
  border-color: #898989;
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
div.ale_blog_archive article.post,
div.ale_blog_archive .grid-item {
  background: #FFFFFF;
  margin-bottom: 40px;
}
div.ale_blog_archive article.post img,
div.ale_blog_archive .grid-item img {
  max-width: 100%;
  height: auto;
}
div.ale_blog_archive article.post .post_image_holder,
div.ale_blog_archive .grid-item .post_image_holder {
  position: relative;
}
div.ale_blog_archive article.post .post_image_holder .date_mask,
div.ale_blog_archive .grid-item .post_image_holder .date_mask {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 5px;
  margin-left: 5px;
  width: 70px;
  height: 70px;
  padding: 7px;
  background: #FFFFFF;
  text-align: center;
  font-size: 11px;
  line-height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
div.ale_blog_archive article.post .post_image_holder .date_mask .day,
div.ale_blog_archive .grid-item .post_image_holder .date_mask .day {
  font-weight: 600;
  color: #000000;
  font-size: 16px;
}
div.ale_blog_archive article.post .post_image_holder .date_mask .month,
div.ale_blog_archive .grid-item .post_image_holder .date_mask .month {
  color: #898989;
  font-size: 12px;
}
div.ale_blog_archive article.post .post_content_holder,
div.ale_blog_archive .grid-item .post_content_holder {
  text-align: center;
  padding: 20px 10px 0 10px;
}
div.ale_blog_archive article.post .post_content_holder .post_title,
div.ale_blog_archive .grid-item .post_content_holder .post_title {
  font-size: 16px;
  margin-bottom: 25px;
  margin-top: 0;
  font-weight: 600;
  color: #000000;
  word-wrap: break-word;
}
div.ale_blog_archive article.post .post_content_holder .post_title a,
div.ale_blog_archive .grid-item .post_content_holder .post_title a {
  color: inherit;
  transition: all 300ms ease-in-out;
}
div.ale_blog_archive article.post .post_content_holder .post_title a:hover,
div.ale_blog_archive .grid-item .post_content_holder .post_title a:hover {
  opacity: 0.6;
  transition: all 300ms ease-in-out;
}
div.ale_blog_archive article.post .post_content_holder .share_icons,
div.ale_blog_archive .grid-item .post_content_holder .share_icons {
  color: #898989;
  font-size: 12px;
  letter-spacing: 4px;
  padding-top: 15px;
  padding-bottom: 15px;
}
div.ale_blog_archive article.post .post_content_holder .share_icons a,
div.ale_blog_archive .grid-item .post_content_holder .share_icons a {
  color: inherit;
}
div.ale_blog_archive article.post .post_content_holder .share_icons a:hover,
div.ale_blog_archive .grid-item .post_content_holder .share_icons a:hover {
  color: #000;
}
div.ale_blog_archive article.post .post_content_holder .post_category,
div.ale_blog_archive .grid-item .post_content_holder .post_category {
  display: inline-block;
  color: #acacac;
  font-size: 12px;
  word-wrap: break-word;
}
div.ale_blog_archive article.post .post_content_holder .post_category a,
div.ale_blog_archive .grid-item .post_content_holder .post_category a {
  color: inherit;
  transition: all 300ms ease-in-out;
}
div.ale_blog_archive article.post .post_content_holder .post_category a:hover,
div.ale_blog_archive .grid-item .post_content_holder .post_category a:hover {
  opacity: 0.6;
  transition: all 300ms ease-in-out;
}
div.ale_blog_archive article.post .post_content_holder .post_excerpt,
div.ale_blog_archive .grid-item .post_content_holder .post_excerpt {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #898989;
}
div.ale_blog_archive.single_post article.post,
div.ale_blog_archive.single_post .grid-item {
  background: none;
}
.pagination {
  margin-top: 15px;
  margin-bottom: 15px;
}
.pagination.default_pagination {
  text-align: center;
}
.pagination.default_pagination span {
  background-color: #f3f4f4;
  color: #000000;
}
.pagination.default_pagination span,
.pagination.default_pagination a {
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 2px solid #f3f4f4;
  margin: 3px;
  text-align: center;
  line-height: 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.pagination.default_pagination span:hover,
.pagination.default_pagination a:hover {
  background-color: #f3f4f4;
  color: #000000;
}
.pagination.default_pagination a {
  color: #898989;
}
.pagination.simple_pagination {
  width: 100%;
  font-size: 14px;
}
.pagination.simple_pagination a:hover {
  text-decoration: underline;
}
.pagination.simple_pagination .prev_page {
  float: left;
}
.pagination.simple_pagination .next_page {
  float: right;
}
.grid.ale_work_columns_3 .nunta_element {
  width: calc(33.3% - 10px) !important;
}
.grid.ale_work_columns_2 .nunta_element {
  width: calc(50% - 10px) !important;
}
.grid.ale_work_columns_1 .nunta_element {
  width: calc(100% - 10px) !important;
}
.grid.ale_work_columns_4 .nunta_element {
  width: calc(25% - 10px) !important;
}
.grid.ale_work_columns_5 .nunta_element {
  width: calc(20% - 10px) !important;
}
.nunta_element {
  background: #f5f5f5;
  position: relative;
  margin: 5px;
}
.nunta_element .linedouble {
  border: 1px solid #000000;
  border-right: 0px;
  border-left: 0px;
  height: 1px;
  width: 80%;
  display: block;
  margin: 0 auto;
}
.nunta_element .galcat {
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  text-transform: uppercase;
  color: #545454;
  font-size: 12px;
}
.nunta_element .titlebox {
  display: block;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 2px;
  width: 100%;
  line-height: 20px;
  text-align: center;
  font-size: 16px;
  color: #333333;
}
.nunta_element img {
  width: 100%;
  height: auto;
}
.nunta_element a,
.nunta_element a img {
  display: block;
  position: relative;
}
.nunta_element a {
  overflow: hidden;
}
.nunta_element a div {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(220, 81, 53, 0.9);
}
.nunta_element a div span.galhovtit {
  width: 100%;
  margin-top: -20px;
  color: #ffffff;
  display: block;
  top: 50%;
  left: 0;
  font-size: 16px;
  text-transform: uppercase;
  position: absolute;
  text-align: center;
}
.nunta_element a div span.galhovtit span.one {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  display: inline-block;
  padding-top: 1px;
  padding-bottom: 1px;
}
.nunta_element a div span.galhovtit span.one span.two {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  display: inline-block;
}
/**
Nunta Blog Style
*/
.nunta_blog_style.singleblog {
  margin-top: 30px;
}
.nunta_blog_style.singleblog .full {
  margin-bottom: 20px;
}
.nunta_blog_style.singleblog .storyopenlink {
  border-bottom: 1px solid #808c8b;
  margin-bottom: 30px;
  padding-bottom: 1px;
}
.nunta_blog_style.singleblog .storyopenlink .storyopenlinktwo {
  border-bottom: 1px solid #808c8b;
  text-align: center;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nunta_blog_style.singleblog .storyopenlink .storyopenlinktwo a:hover {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.nunta_blog_style.singleblog .storyopenlink .storyopenlinktwo .blogfulllink {
  font-size: 18px;
  width: 33.3%;
}
.nunta_blog_style.singleblog .storyopenlink .storyopenlinktwo .blogfulllink a {
  color: #dc5135;
}
.nunta_blog_style.singleblog .storyopenlink .storyopenlinktwo .blogcomnum {
  width: 33.3%;
  padding-top: 8px;
  font-size: 13px;
  text-align: left;
}
.nunta_blog_style.singleblog .storyopenlink .storyopenlinktwo .blogcomnum a {
  color: #333333;
}
.nunta_blog_style.singleblog .storyopenlink .storyopenlinktwo .blogcomnum a:hover {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.nunta_blog_style.singleblog .storyopenlink .storyopenlinktwo .blogsocialicon {
  width: 33.3%;
  padding-top: 8px;
  font-size: 15px;
  text-align: right;
}
.nunta_blog_style.singleblog .storyopenlink .storyopenlinktwo .blogsocialicon a {
  color: #808c8b;
  margin: 0 5px;
}
.nunta_blog_style.singleblog .storyopenlink .storyopenlinktwo .blogsocialicon a:hover {
  color: #dc5135;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.nunta_blog_style.singleblog .pagination {
  font-size: 18px;
  margin-top: 30px;
  text-align: center;
}
.nunta_blog_style.singleblog .pagination .pagy {
  text-align: center;
}
.nunta_blog_style.singleblog .pagination a:hover {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.nunta_blog_style.singleblog .topslider {
  margin-bottom: 15px;
  border: 1px solid #bebebe;
}
.nunta_blog_style.singleblog .topslider .postslider,
.nunta_blog_style.singleblog .topslider .previewimage,
.nunta_blog_style.singleblog .topslider .flexslider {
  border: 4px solid #ffffff;
  background: #ffffff;
  position: relative;
}
.nunta_blog_style.singleblog .topslider .postslider ul.slides li,
.nunta_blog_style.singleblog .topslider .previewimage ul.slides li,
.nunta_blog_style.singleblog .topslider .flexslider ul.slides li {
  display: none;
}
.nunta_blog_style.singleblog .topslider .postslider:hover .flex-next,
.nunta_blog_style.singleblog .topslider .previewimage:hover .flex-next,
.nunta_blog_style.singleblog .topslider .flexslider:hover .flex-next,
.nunta_blog_style.singleblog .topslider .postslider:hover .flex-prev,
.nunta_blog_style.singleblog .topslider .previewimage:hover .flex-prev,
.nunta_blog_style.singleblog .topslider .flexslider:hover .flex-prev {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.nunta_blog_style.singleblog .topslider .postslider img,
.nunta_blog_style.singleblog .topslider .previewimage img,
.nunta_blog_style.singleblog .topslider .flexslider img {
  max-width: 100%;
  height: auto;
}
.nunta_blog_style.singleblog .topslider .postslider figure figcaption.homecaption,
.nunta_blog_style.singleblog .topslider .previewimage figure figcaption.homecaption,
.nunta_blog_style.singleblog .topslider .flexslider figure figcaption.homecaption {
  text-align: center;
  padding: 20px;
  background: #ffffff;
}
.nunta_blog_style.singleblog .topslider .postslider figure figcaption.homecaption .sliderlinkmore:hover,
.nunta_blog_style.singleblog .topslider .previewimage figure figcaption.homecaption .sliderlinkmore:hover,
.nunta_blog_style.singleblog .topslider .flexslider figure figcaption.homecaption .sliderlinkmore:hover {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.nunta_blog_style.singleblog .topslider .postslider figure figcaption.homecaption .mainslidertitle,
.nunta_blog_style.singleblog .topslider .previewimage figure figcaption.homecaption .mainslidertitle,
.nunta_blog_style.singleblog .topslider .flexslider figure figcaption.homecaption .mainslidertitle {
  font-size: 22px;
  margin-bottom: 15px;
}
.nunta_blog_style.singleblog .topslider .postslider .flex-next,
.nunta_blog_style.singleblog .topslider .previewimage .flex-next,
.nunta_blog_style.singleblog .topslider .flexslider .flex-next {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: absolute;
  top: 50%;
  right: 0;
  width: 25px;
  height: 54px;
  margin-top: -27px;
  margin-right: -40px;
  text-indent: -9999px;
}
.nunta_blog_style.singleblog .topslider .postslider .flex-next:hover,
.nunta_blog_style.singleblog .topslider .previewimage .flex-next:hover,
.nunta_blog_style.singleblog .topslider .flexslider .flex-next:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  margin-right: -45px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.nunta_blog_style.singleblog .topslider .postslider .flex-prev,
.nunta_blog_style.singleblog .topslider .previewimage .flex-prev,
.nunta_blog_style.singleblog .topslider .flexslider .flex-prev {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 54px;
  margin-top: -27px;
  margin-left: -40px;
  text-indent: -9999px;
}
.nunta_blog_style.singleblog .topslider .postslider .flex-prev:hover,
.nunta_blog_style.singleblog .topslider .previewimage .flex-prev:hover,
.nunta_blog_style.singleblog .topslider .flexslider .flex-prev:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  margin-left: -45px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.nunta_blog_style.singleblog .titleitem {
  margin-bottom: 20px;
  text-align: center;
}
.nunta_blog_style.singleblog .titleitem a {
  color: #dc5135;
}
.nunta_blog_style.singleblog .titleitem a:hover {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.nunta_blog_style.singleblog .titleitem .catybox {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  color: #333333;
}
.nunta_blog_style.singleblog .titleitem .catybox a {
  color: #333333;
}
.nunta_blog_style.singleblog .titleitem .catybox a:hover {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.nunta_blog_style.singleblog .titleitem .customfont {
  display: inline-block;
  border-bottom: 1px solid #7e8a89;
  padding-bottom: 1px;
}
.nunta_blog_style.singleblog .titleitem .customfont .lineone {
  display: inline-block;
  border-bottom: 1px solid #7e8a89;
  padding: 0px 5px 10px 5px;
  font-size: 28px;
}
footer .ale_simple_footer {
  padding: 30px;
  background: #FFF;
}
footer .ale_simple_footer .ale_footer_social {
  color: #FFF;
  text-align: right;
  min-height: 42px;
  line-height: 42px;
}
footer .ale_simple_footer .ale_footer_social a {
  color: inherit;
}
footer .ale_simple_footer .ale_footer_social a:hover {
  color: inherit;
}
footer .ale_simple_footer .ale_footer_social .social_icon {
  margin: 6px;
  background-color: #898989;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  line-height: 21px;
  font-size: 11px;
  cursor: pointer;
  transition: all 600ms ease;
}
footer .ale_simple_footer .ale_footer_social .social_icon i {
  line-height: 20px;
}
footer .ale_simple_footer .ale_footer_social .social_icon:hover {
  background-color: #000000;
  transition: all 600ms ease;
}
footer .ale_footer_logo {
  min-height: 42px;
  color: #898989;
  font-size: 36px;
  font-weight: 800;
  font-style: italic;
  text-align: center;
}
footer .ale_footer_logo img {
  max-width: 100%;
  height: auto;
}
footer .ale_footer_contacts {
  min-height: 42px;
}
footer .ale_footer_contacts span {
  display: block;
}
footer .ale_footer_contacts .ale_number {
  color: #000000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
footer .ale_footer_contacts .ale_email {
  color: #898989;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}
.background_cover {
  background-size: cover;
}
/* Forms fields styles */
textarea {
  border: 1px solid #f2f2f2;
  border-bottom: 4px solid #f2f2f2;
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  height: 150px;
  font-size: 14px;
  color: #898989;
  line-height: 24px;
  vertical-align: top;
}
textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #898989;
}
textarea:-moz-placeholder {
  font-size: 14px;
  color: #898989;
}
textarea::-moz-placeholder {
  font-size: 14px;
  color: #898989;
}
textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #898989;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"] {
  border: 1px solid #f2f2f2;
  border-bottom: 4px solid #f2f2f2;
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  height: 44px;
  font-size: 14px;
  color: #898989;
}
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder {
  font-size: 14px;
  color: #898989;
}
input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder {
  font-size: 14px;
  color: #898989;
}
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder {
  font-size: 14px;
  color: #898989;
}
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder {
  font-size: 14px;
  color: #898989;
}
input[type="submit"] {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.46em;
  color: #898989;
  font-weight: 900;
  background: none;
  border: 3px solid #f2f2f2;
  padding-left: 15px;
  padding-right: 15px;
  height: 50px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
input[type="submit"]:hover {
  background: #898989;
  color: #FFF;
  border-color: #898989;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
/* Donation Blog */
div.ale_blog_archive .donation_blog_item {
  background: #f7f7f7 !important;
  margin-bottom: 0!important;
}
div.ale_blog_archive .donation_blog_item:nth-child(even) .col-6 {
  float: right;
}
div.ale_blog_archive .donation_blog_item .image img {
  width: 100%;
  height: auto;
}
div.ale_blog_archive .donation_blog_item .text {
  text-align: center;
  padding: 4.13% 8%;
  box-sizing: border-box;
}
div.ale_blog_archive .donation_blog_item .text h2 {
  font-size: 27px;
  font-weight: 900;
  margin-bottom: 18px;
}
div.ale_blog_archive .donation_blog_item .text .string {
  color: #8c8d95;
}
div.ale_blog_archive .donation_blog_item .text .string p {
  text-align: center;
}
div.ale_blog_archive .donation_blog_item .text a {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  background: #f65339;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #FFF;
  padding: 10px 20px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
div.ale_blog_archive .donation_blog_item .text a:hover {
  -webkit-box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, 0.2);
}
/* Comments Styles */
.comments_container {
  margin-bottom: 50px;
}
.leave-a-comment {
  font-size: 13px;
}
.leave-a-comment .line-item {
  margin-bottom: 20px;
}
.leave-a-comment .line-item input[type="submit"] {
  float: right;
}
.leave-a-comment .line-item .third_item {
  width: 32%;
  float: left;
  margin-right: 2%;
}
.leave-a-comment .line-item .third_item.last {
  margin-right: 0;
}
.leave-a-comment .loginforcomment p {
  font-size: 13px;
  margin-bottom: 20px;
}
.leave-a-comment .loginforcomment p a {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.leave-a-comment .loginforcomment p a:hover {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.leave-a-comment .loginforcomment p a.login_link {
  font-weight: 600;
}
.comments .comments_name {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}
.comments .comments_name .comments_title {
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  display: block;
  padding-right: 20px;
}
.comments .comments_name .comments_title #cancel-comment-reply-link {
  font-size: 11px;
  font-weight: 400;
}
.comments .comments_name .comments_separator {
  height: 4px;
  background: #f2f2f2;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.comments .comment-item {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #f2f2f2;
}
.comments .comment-item.second-level {
  margin-left: 70px;
}
.comments .comment-item .commenter-avatar {
  float: left;
  margin-right: 15px;
}
.comments .comment-item .commenter-avatar img {
  margin: 0;
}
.comments .comment-item .comment-box {
  margin-left: 70px;
}
.comments .comment-item .comment-box .info-content {
  font-size: 13px;
  line-height: 24px;
}
.comments .comment-item .comment-box .info-content p {
  font-size: 13px;
  line-height: 24px;
}
.comments .comment-item .comment-box .info-content p:last-child {
  margin-bottom: 0;
}
.comments .comment-item .comment-box .info-meta {
  font-size: 12px;
  color: #000000;
  margin-bottom: 10px;
}
.comments .comment-item .comment-box .info-meta .reply-link {
  float: right;
  font-weight: 600;
}
.comments .comment-item .comment-box .info-meta .reply-link:hover {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.comments .comment-item .comment-box .info-meta span.author {
  font-weight: 600;
}
.comments .comment-item .comment-box .info-meta a {
  color: inherit;
}
.story img {
  max-width: 100%;
  height: auto;
}
.story iframe {
  max-width: 100%!important;
}
.story .ale_author_info {
  margin: 20px 0 0 0;
}
.story .ale_author_info .author_description {
  margin-bottom: 30px;
}
.story .ale_author_info .author_description .author_avatar {
  float: left;
  margin: 0 20px 5px 0;
}
.story .ale_author_info .author_description .author_bio p {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
}
.story .ale_author_info .author_name {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}
.story .ale_author_info .author_name .author_title {
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  display: block;
  padding-right: 20px;
}
.story .ale_author_info .author_name .author_separator {
  height: 4px;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.story .single_post_share {
  font-size: 12px;
  margin: 30px 0 50px 0;
  display: block;
  position: relative;
}
.story .single_post_share::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -15px;
  height: 1px;
  border-top: 1px solid #898989;
  width: 170px;
}
.story .single_post_share .icons_container {
  float: right;
  font-size: 14px;
  letter-spacing: 4px;
}
.story .single_post_share .icons_container a {
  color: inherit;
}
.story .post_info_line_after {
  font-size: 12px;
  margin: 30px 0 50px 0;
  display: block;
  position: relative;
}
.story .post_info_line_after::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -15px;
  height: 1px;
  border-top: 1px solid #898989;
  width: 170px;
}
.story .post_info_line_after a {
  color: inherit;
}
.story .post_info_line {
  font-size: 12px;
  color: #000000;
  font-style: italic;
  width: 100%;
  text-align: center;
  display: block;
  margin-bottom: 30px;
  position: relative;
}
.story .post_info_line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -160px;
  margin-top: -20px;
  width: 320px;
  height: 1px;
  border-top: 1px solid #f2f2f2;
}
.story .post_title {
  color: #000000;
  font-size: 46px;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  padding: 0 15%;
  margin-bottom: 35px;
}
.story .pre_title {
  text-align: center;
  color: #898989;
  font-size: 14px;
  margin-bottom: 40px;
}
.story article a:hover {
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  -webkit-opacity: 0.75;
  opacity: 0.75;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.story blockquote {
  font-size: 15px;
  color: #000000;
  font-style: italic;
  text-align: center;
  padding: 30px;
}
.story blockquote::before {
  content: "\f10d";
  font: normal normal normal 40px/1 FontAwesome;
  display: block;
  margin-bottom: 24px;
  color: #f2f2f2;
}
.story blockquote p {
  text-align: center;
  color: #000000;
  display: inline-block;
  border-top: 1px solid #f2f2f2;
  padding-top: 28px;
  font-size: 15px;
}
/* Hover Styles */
.stephanie_style {
  position: relative;
}
.stephanie_style img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.stephanie_style .image_container {
  padding: 12px;
  background: transparent;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.stephanie_style .image_container .image {
  border: 1px solid transparent;
  padding: 27px;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.stephanie_style:hover .image_container {
  background: #f2eeea;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.stephanie_style:hover .image_container .image {
  border: 1px solid #4e4e4e;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.creative_style {
  position: relative;
  overflow: hidden;
}
.creative_style:hover .white-mask {
  opacity: 1;
  top: 20px;
  transition: all 500ms ease-in-out;
}
.creative_style .white-mask {
  opacity: 0;
  transition: all 500ms ease-in-out;
  position: absolute;
  left: 20px;
  right: 20px;
  top: -100%;
  bottom: 20px;
  background: #FFF;
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.creative_style .white-mask h3.title {
  color: #363636;
  font-size: 18px;
  text-transform: uppercase;
}
.creative_style .white-mask .pre-title {
  font-size: 13px;
  color: #808285;
  letter-spacing: 0.1em;
}
.border_style {
  position: relative;
  overflow: hidden;
}
.border_style:hover .top_border {
  left: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.border_style:hover .bottom_border {
  right: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.border_style:hover .left_border {
  bottom: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.border_style:hover .right_border {
  top: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.border_style .top_border {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 5px;
  box-sizing: border-box;
  border-top: 5px solid #000;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.border_style .bottom_border {
  position: absolute;
  bottom: 0;
  right: 100%;
  width: 100%;
  height: 5px;
  box-sizing: border-box;
  border-bottom: 5px solid #000;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.border_style .left_border {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 5px;
  height: 100%;
  box-sizing: border-box;
  border-left: 5px solid #000;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.border_style .right_border {
  position: absolute;
  top: 100%;
  right: 0;
  width: 5px;
  height: 100%;
  box-sizing: border-box;
  border-right: 5px solid #000;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.simple_opacity {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.simple_opacity img {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.simple_opacity:hover img {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.light_opacity {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.light_opacity img {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.light_opacity:hover img {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  transform: scale(1.02);
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  -webkit-opacity: 0.85;
  opacity: 0.85;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.cameron_hover {
  position: relative;
}
.cameron_hover img {
  max-width: 100%;
  height: auto;
}
.cameron_hover .mask_hover {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  margin: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(155, 151, 151, 0.35);
}
.cameron_hover .mask_hover a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cameron_hover .mask_hover a span {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 2px solid #FFF;
  color: #FFF;
}
.cameron_hover:hover .mask_hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  margin: 15px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.mask_opacity {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.mask_opacity:hover .mask_bg,
.mask_opacity:hover .mask_data {
  top: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.mask_opacity .mask_bg {
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 25px;
  box-sizing: border-box;
  z-index: 1;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.mask_opacity .mask_bg .inner_mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.mask_opacity .mask_data {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 25px;
  box-sizing: border-box;
  z-index: 2;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mask_opacity .mask_data .inner_container {
  text-align: center;
}
.mask_opacity .mask_data .inner_container .plus_button {
  font-size: 64px;
}
.mask_opacity .mask_data .inner_container .plus_button a {
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.mask_opacity .mask_data .inner_container .plus_button a:hover {
  color: #f3eb9d;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.mask_opacity .mask_data .inner_container h3.title {
  color: #FFF;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 5px;
  font-weight: 400;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.mask_opacity .mask_data .inner_container h3.title a {
  color: inherit;
}
.mask_opacity .mask_data .inner_container h3.title:hover {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.mask_opacity .mask_data .inner_container span.category {
  font-size: 9px;
  text-transform: uppercase;
  line-height: 9px;
  color: #FFF;
}
ul.works_category_list {
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  list-style: none;
  margin-bottom: 30px;
}
ul.works_category_list li {
  list-style: none;
  display: inline-block;
  margin: 0 12px;
  font-size: 12px;
}
ul.works_category_list li.active a::after {
  width: 100%;
  background: #f3eb9d;
}
ul.works_category_list li a {
  position: relative;
  display: inline-block;
  padding-top: 10px;
}
ul.works_category_list li a::after {
  content: '';
  display: block;
  margin: auto;
  margin-top: 12px;
  height: 3px;
  width: 0;
  background: transparent;
  transition: width 0.5s ease, background-color 0.5s ease;
}
ul.works_category_list li a:hover:after {
  width: 100%;
  background: #f3eb9d;
}
/* Extra Heading */
.extra_heading {
  width: 100%;
  text-align: center;
  padding: 75px 0;
}
.extra_heading p {
  text-align: center;
  margin-bottom: 0;
}
/* Works Styles */
.works_page .ale_work_archive img {
  width: 100%;
  height: auto;
}
.works_items_container {
  margin-bottom: 60px;
}
.works_items_container .work_item_gutter {
  position: relative;
  overflow: hidden;
}
.works_items_container .work_item_gutter:hover .hover_title_category {
  left: 0;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.works_items_container a:hover {
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  -webkit-opacity: 1 !important;
  opacity: 1 !important;
}
.works_items_container .hover_title_category {
  width: 100%;
  position: absolute;
  left: 100%;
  bottom: 0;
  z-index: 99;
  margin-bottom: 60px;
  margin-left: 60px;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.works_items_container .title_with_cat {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}
.works_items_container .title_with_cat h2 {
  display: inline-block;
  margin-bottom: 0;
}
.works_items_container .title_with_icon {
  text-align: center;
  padding-top: 55px;
  padding-bottom: 40px;
}
.works_items_container .title_with_icon .work_title {
  text-transform: none;
  font-size: 24px;
  font-weight: 700;
}
.works_items_container .title_with_icon .work_title a {
  color: inherit;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.works_items_container .title_with_icon .work_title a:hover {
  -moz-opacity: 0.7 !important;
  -khtml-opacity: 0.7 !important;
  -webkit-opacity: 0.7 !important;
  opacity: 0.7 !important;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.works_items_container .title_with_icon .category_icon {
  display: inline-block;
  min-height: 70px;
  visibility: hidden;
}
.works_items_container .title_with_icon .category_icon img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.single_post_images_slider {
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
}
.single_post_images_slider:hover .flex-direction-nav .flex-prev {
  left: 0;
  transition: all 300ms ease-in-out;
}
.single_post_images_slider:hover .flex-direction-nav .flex-next {
  right: 0;
  transition: all 300ms ease-in-out;
}
.single_post_images_slider .flex-direction-nav .flex-prev {
  position: absolute;
  top: 50%;
  left: -60px;
  margin-left: 20px;
  z-index: 2;
  font-size: 64px;
  color: rgba(0, 0, 0, 0.2);
  line-height: 64px;
  margin-top: -32px;
  transition: all 300ms ease-in-out;
}
.single_post_images_slider .flex-direction-nav .flex-prev:hover {
  color: rgba(0, 0, 0, 0.4);
  transition: all 300ms ease-in-out;
}
.single_post_images_slider .flex-direction-nav .flex-next {
  position: absolute;
  top: 50%;
  right: -60px;
  margin-right: 20px;
  z-index: 2;
  font-size: 64px;
  color: rgba(0, 0, 0, 0.2);
  line-height: 64px;
  margin-top: -32px;
  transition: all 300ms ease-in-out;
}
.single_post_images_slider .flex-direction-nav .flex-next:hover {
  color: rgba(0, 0, 0, 0.4);
  transition: all 300ms ease-in-out;
}
/* Top info, Full Width Slider */
.top_full_images_slider {
  margin-bottom: 50px;
  overflow: hidden;
}
.top_full_images_slider:hover .flex-direction-nav .flex-prev {
  left: 0;
  transition: all 300ms ease-in-out;
}
.top_full_images_slider:hover .flex-direction-nav .flex-next {
  right: 0;
  transition: all 300ms ease-in-out;
}
.top_full_images_slider .flex-direction-nav .flex-prev {
  position: absolute;
  top: 50%;
  left: -60px;
  margin-left: 20px;
  z-index: 2;
  font-size: 64px;
  color: rgba(0, 0, 0, 0.2);
  line-height: 64px;
  margin-top: -32px;
  transition: all 300ms ease-in-out;
}
.top_full_images_slider .flex-direction-nav .flex-prev:hover {
  color: rgba(0, 0, 0, 0.4);
  transition: all 300ms ease-in-out;
}
.top_full_images_slider .flex-direction-nav .flex-next {
  position: absolute;
  top: 50%;
  right: -60px;
  margin-right: 20px;
  z-index: 2;
  font-size: 64px;
  color: rgba(0, 0, 0, 0.2);
  line-height: 64px;
  margin-top: -32px;
  transition: all 300ms ease-in-out;
}
.top_full_images_slider .flex-direction-nav .flex-next:hover {
  color: rgba(0, 0, 0, 0.4);
  transition: all 300ms ease-in-out;
}
.slider_top_info_box {
  width: 100%;
  background-color: #000;
  color: #FFF;
  text-align: center;
}
.slider_top_info_box .flex_box {
  display: flex;
  justify-content: space-between;
  align-content: center;
  min-height: 190px;
}
.slider_top_info_box .flex_box .line_item {
  align-self: center;
  width: 33.3333%;
}
.slider_top_info_box .flex_box .line_item .item_title {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
}
.slider_top_info_box .flex_box .line_item .item_value {
  font-size: 12px;
  font-style: italic;
  line-height: 16px;
  display: block;
}
.errorpage {
  text-align: center;
}
.errorpage .errorp {
  text-align: center;
  margin: 40px 0;
}
.ale_button {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.46em;
  padding: 1em 1.2em;
  border: 3px solid #000;
  display: inline-block;
}
.font_italic {
  font-style: italic;
}
.font_uppercase {
  text-transform: uppercase!important;
}
.lineheight30 {
  line-height: 30px;
}
.single_featured_image {
  margin-bottom: 50px;
}
.single_featured_image img {
  max-width: 100%;
  height: auto;
}
.grid-line {
  border-top: 7px solid #333333;
  padding-top: 25px;
  margin-top: 55px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.grid-line .category {
  text-align: left;
  font-size: 14px;
  color: #000;
  width: 33.333%;
}
.grid-line .grid {
  text-align: center;
  color: #d4d4d4;
  font-size: 20px;
  width: 33.333%;
}
.grid-line .grid a {
  color: inherit;
}
.grid-line .grid a:hover {
  color: #000;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.grid-line .date {
  text-align: right;
  width: 33.333%;
}
.grid-line .item_label {
  font-size: 10px;
  color: #858585;
  line-height: 14px;
  display: block;
}
.grid-line .item_value {
  color: #000;
}
.grid-line .item_value a {
  color: inherit;
}
.full-width-page {
  width: 100%;
  overflow: hidden;
}
.creative-thumbs-grid {
  width: 100%;
  margin-top: 40px;
}
.creative-thumbs-grid img {
  max-width: 100%;
  height: auto;
}
.creative-thumbs-grid .grid_item_work {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-content: center;
  flex-wrap: wrap;
}
.creative-thumbs-grid .grid_item_work .full_width {
  width: 100%;
  margin-bottom: 40px;
  display: block;
}
.creative-thumbs-grid .grid_item_work .half_width {
  width: calc(50% - 20px);
  margin-bottom: 40px;
  display: block;
}
.work-thumbs-grid {
  width: 100%;
  margin-bottom: 50px;
}
.work-thumbs-grid .three-columns-grid .grid_item_work {
  width: 33.33333%;
  float: left;
}
.work-thumbs-grid .three-columns-grid .grid_item_work img {
  max-width: 100%;
  height: auto;
}
.olins_do_fadein {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: hidden;
}
.elementor-editor-active .olins_do_fadein,
.vc_editor.compose-mode .olins_do_fadein {
  visibility: visible!important;
}
.text_align_center {
  text-align: center;
}
.text_align_left {
  text-align: left;
}
.text_align_right {
  text-align: right;
}
.wedding_full_post {
  width: 100%;
  background: #FFF;
  padding-top: 60px;
}
.wedding_full_post p {
  margin: 0 auto;
  margin-bottom: 20px!important;
}
.wedding_full_post .post_photo {
  margin-bottom: 10px;
}
.wedding_full_post .post_photo img {
  max-width: 100%;
  height: auto;
}
.related_posts_box {
  margin-top: 50px;
}
.related_posts_box h3.related_title {
  text-align: center;
}
.ale_blog_widget img {
  max-width: 100%;
  height: auto;
}
.ale_blog_widget .aletheme-blog-widget div div {
  margin-bottom: 10px;
}
.content_with_right_info {
  width: 75%;
  float: left;
}
.right_info_aside {
  width: 24.9%;
  float: left;
}
.right_info_aside .right_info_container {
  margin-left: 40px;
}
.right_info_aside .right_info_container .right_info_item_line {
  margin-bottom: 30px;
}
.right_info_aside .right_info_container .right_info_item_line .info_label {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 16px;
  color: #363636;
  display: block;
  letter-spacing: 0.1em;
}
.right_info_aside .right_info_container .right_info_item_line .info_value {
  color: #808285;
  font-size: 13px;
  font-style: italic;
  letter-spacing: 0.1em;
}
.right_info_aside .right_info_container .right_info_item_line .info_value a {
  color: inherit;
}
.brigitte_slider {
  margin-bottom: 80px;
}
.brigitte_slider .brigitte-slider-container {
  position: relative;
}
.brigitte_slider .brigitte-slider-container .slick-prev {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 0;
  margin-left: 125px;
  z-index: 99999;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  border: 1px solid #FFF;
  display: block;
  text-align: center;
  line-height: 32px;
  color: #FFF;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.brigitte_slider .brigitte-slider-container .slick-prev:hover {
  color: #9d7e64;
  border-color: #9d7e64;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.brigitte_slider .brigitte-slider-container .slick-next {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  right: 0;
  margin-right: 125px;
  z-index: 99999;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  border: 1px solid #FFF;
  display: block;
  text-align: center;
  line-height: 32px;
  color: #FFF;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.brigitte_slider .brigitte-slider-container .slick-next:hover {
  color: #9d7e64;
  border-color: #9d7e64;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.brigitte_slider .brigitte_slider_infoline {
  width: 100%;
  border-bottom: 1px solid #c6c3c3;
  margin-top: 50px;
  padding-bottom: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brigitte_slider .brigitte_slider_infoline .share-icons {
  width: 15%;
  height: 120px;
  text-align: left;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
}
.brigitte_slider .brigitte_slider_infoline .share-icons .social_label {
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.1em;
  line-height: 30px;
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.brigitte_slider .brigitte_slider_infoline .share-icons .social_icons {
  color: #555555;
  font-size: 18px;
}
.brigitte_slider .brigitte_slider_infoline .share-icons .social_icons a {
  margin-right: 20px;
  color: inherit;
}
.brigitte_slider .brigitte_slider_infoline .share-icons .social_icons a:hover {
  color: #000;
  transition: all 300ms ease-in-out;
}
.brigitte_slider .brigitte_slider_infoline .share-icons::after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(20deg);
  background: #bbb;
}
.brigitte_slider .brigitte_slider_infoline .title-and-cat {
  width: 70%;
  text-align: center;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.brigitte_slider .brigitte_slider_infoline .title-and-cat h3 {
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.brigitte_slider .brigitte_slider_infoline .title-and-cat .category {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.brigitte_slider .brigitte_slider_infoline .photos-count {
  width: 15%;
  height: 120px;
  position: relative;
  text-align: right;
  flex-direction: row-reverse;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
}
.brigitte_slider .brigitte_slider_infoline .photos-count .photos_label {
  width: 100%;
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.brigitte_slider .brigitte_slider_infoline .photos-count::before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(20deg);
  background: #bbb;
}
.widget_footer {
  background: #2a2a2a;
  color: #adadad;
}
.widget_footer footer.widgets_bottom {
  border-top: 1px solid #303030;
}
.widget_footer footer.widgets_bottom .footer_container {
  min-height: 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.widget_footer footer.widgets_bottom .footer_container .copyrights p {
  font-size: 12px;
  margin: 0;
}
.widget_footer footer.widgets_bottom .footer_container .social_icons {
  font-size: 16px;
}
.widget_footer footer.widgets_bottom .footer_container .social_icons a {
  color: #adadad;
  margin-right: 20px;
  transition: all 300ms ease-in-out;
}
.widget_footer footer.widgets_bottom .footer_container .social_icons a:hover {
  color: #FFF;
  transition: all 300ms ease-in-out;
}
.widget_footer .widgets_section {
  padding: 50px 0;
  display: flex;
}
.widget_footer .widgets_section .sidebar_item {
  box-sizing: border-box;
  border-right: 1px solid #303030;
}
.widget_footer .widgets_section .sidebar_item:last-child {
  border: none;
}
.widget_footer .widgets_section .sidebar_item.sidebar_one {
  padding-right: 50px;
}
.widget_footer .widgets_section .sidebar_item.sidebar_two {
  padding: 0 50px;
}
.widget_footer .widgets_section .sidebar_item.sidebar_three {
  padding-left: 50px;
}
.widget_footer .widgets_section .sidebar_item aside.sidebar .widget_search .searchinput {
  width: 70%;
  height: 40px;
  border: 0;
  float: left;
  background: #3d3d3d;
}
.widget_footer .widgets_section .sidebar_item aside.sidebar .widget_search input[type="submit"] {
  width: 28%;
  border: 0;
  box-sizing: border-box;
  height: 40px;
  float: left;
  letter-spacing: 0;
  background: #4f4f4f;
  font-weight: 400;
}
.widget_footer .widgets_section .sidebar_item aside.sidebar .widget h5.widget_title {
  color: inherit;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 30px;
}
.widget_footer .widgets_section .sidebar_item aside.sidebar .widget .footer_button {
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  color: #FFF;
  letter-spacing: 0.05em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 2px solid #adadad;
  padding: 13px 30px;
}
.widget_footer .widgets_section .sidebar_item aside.sidebar .widget .footer_button:hover {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  opacity: 0.7;
}
.widget_footer .widgets_section .sidebar_item .ale_blog_widget .aletheme-blog-widget div div,
.widget_footer .widgets_section .sidebar_item .ale_mostcommented_widget .aletheme-mostcommented-widget div div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.widget_footer .widgets_section .sidebar_item .ale_blog_widget .aletheme-blog-widget div div .entry-thumb,
.widget_footer .widgets_section .sidebar_item .ale_mostcommented_widget .aletheme-mostcommented-widget div div .entry-thumb {
  width: 30%;
}
.widget_footer .widgets_section .sidebar_item .ale_blog_widget .aletheme-blog-widget div div .entry-thumb img,
.widget_footer .widgets_section .sidebar_item .ale_mostcommented_widget .aletheme-mostcommented-widget div div .entry-thumb img {
  max-width: 100%;
  height: auto;
}
.widget_footer .widgets_section .sidebar_item .ale_blog_widget .aletheme-blog-widget div div .detail,
.widget_footer .widgets_section .sidebar_item .ale_mostcommented_widget .aletheme-mostcommented-widget div div .detail {
  width: 70%;
  padding-left: 9px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.widget_footer .widgets_section .sidebar_item .ale_blog_widget .aletheme-blog-widget div div .detail h4,
.widget_footer .widgets_section .sidebar_item .ale_mostcommented_widget .aletheme-mostcommented-widget div div .detail h4 {
  color: inherit;
  font-size: 14px;
  line-height: 16px;
  width: 100%;
  font-weight: 400;
}
.widget_footer .widgets_section .sidebar_item .ale_blog_widget .aletheme-blog-widget div div .detail h4:hover,
.widget_footer .widgets_section .sidebar_item .ale_mostcommented_widget .aletheme-mostcommented-widget div div .detail h4:hover {
  color: #FFF;
}
.widget_footer .widgets_section .sidebar_item .ale_blog_widget .aletheme-blog-widget div div .detail a:hover,
.widget_footer .widgets_section .sidebar_item .ale_mostcommented_widget .aletheme-mostcommented-widget div div .detail a:hover {
  color: inherit;
}
.widget_footer .widgets_section .sidebar_item .ale_blog_widget .aletheme-blog-widget div div .detail span.entry-meta,
.widget_footer .widgets_section .sidebar_item .ale_mostcommented_widget .aletheme-mostcommented-widget div div .detail span.entry-meta {
  font-size: 10px;
}
.cameron_layout {
  padding-top: 20px;
  margin-bottom: 100px;
}
.cameron_layout .pagination {
  color: #5f5f5f;
  padding: 50px 50px 0 50px;
  box-sizing: border-box;
  font-size: 18px;
}
.cameron_layout .pagination a {
  color: #212121;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.cameron_layout .pagination a:hover {
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  -webkit-opacity: 0.75;
  opacity: 0.75;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.cameron_layout article.cameron-item {
  display: flex;
  margin-bottom: 0!important;
}
.cameron_layout article.cameron-item .featured_image_holder {
  width: 50%;
}
.cameron_layout article.cameron-item .item_data_holder {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cameron_layout article.cameron-item .item_data_holder .post_title {
  font-style: normal;
  padding: 0;
}
.cameron_layout article.cameron-item:nth-child(even) .featured_image_holder {
  order: 2;
}
.cameron_layout article.cameron-item:nth-child(even) .item_data_holder {
  order: 1;
}
.cameron_layout article.cameron-item:nth-child(odd) .featured_image_holder {
  order: 1;
}
.cameron_layout article.cameron-item:nth-child(odd) .item_data_holder {
  order: 2;
}
.jade_work_title {
  margin: 30px 0 30px 0;
  font-size: 18px;
  letter-spacing: 0.025em;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.jade_work_title:hover {
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  -webkit-opacity: 0.75;
  opacity: 0.75;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
div.ale_blog_archive article.post.rosi-item {
  margin-bottom: 80px;
}
.rosi-item .bottom_line_post {
  display: flex;
  margin-top: 40px;
  align-items: flex-start;
  justify-content: space-between;
}
.rosi-item .bottom_line_post .social_comments {
  display: flex;
  align-items: center;
}
.rosi-item .bottom_line_post .social_comments .share_icons {
  padding: 0!important;
}
.rosi-item .bottom_line_post .social_comments .post_comments {
  font-size: 17px;
  color: #999999;
  font-style: italic;
  margin-left: 30px;
}
.rosi-item .quote_info {
  font-size: 20px;
  font-style: italic;
  color: #212122;
  line-height: 20px;
  margin-bottom: 30px;
  display: inline-block;
}
.rosi-item .quote_text {
  text-align: center;
  font-size: 16px;
  color: #999999;
  line-height: 29px;
}
.rosi-item .quote_text p {
  text-align: center;
  font-size: 16px;
  color: #999999;
  line-height: 29px;
}
.rosi-item .quote_title {
  text-transform: uppercase;
  font-size: 18px;
  color: #212122;
  letter-spacing: 0.05em;
  margin-bottom: 35px;
}
.rosi-item .share_icons {
  font-size: 18px;
  color: #212122;
  letter-spacing: 5px;
}
.quote_post {
  background: #f8f1ef;
  padding: 40px 70px 30px 70px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
.quote_post div.icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-size: 34px;
  background-color: #212122;
  color: #FFFFFF;
}
.letterspacing100 {
  letter-spacing: 0.1em !important;
}
.leave-a-comment {
  margin-bottom: 50px;
}
div.ale_blog_archive .grid-item.sticky {
  background: #f9f9f9;
}
div.ale_blog_archive .grid-item.sticky .post_content_holder {
  padding-left: 20px;
  padding-right: 20px;
}
.aletheme-about-widget img {
  max-width: 100%;
  height: auto;
  margin-bottom: 25px;
}
.aletheme-mostcommented-widget img {
  max-width: 100%;
  height: auto;
}
.noBottomMargin {
  margin-bottom: 0!important;
}
.letterspacing300 {
  letter-spacing: 0.3em;
}
.exotico_heading {
  background: transparent no-repeat center center;
  background-size: cover;
  width: 100%;
}
.exotico_heading .container {
  text-align: center;
  height: 210px;
  padding-top: 1.7%;
  box-sizing: border-box;
}
.exotico_heading .heading__title {
  font-size: 54px;
  color: #fff;
  text-transform: lowercase;
  margin-bottom: 5px;
}
.exotico_heading .breadcrumbs {
  color: #FFF;
}
.exotico_heading .breadcrumbs a {
  color: inherit;
  text-decoration: underline;
}
.exotico_heading .breadcrumbs a:hover {
  text-decoration: none;
}
.exotico_heading .breadcrumbs .fa {
  margin-left: 10px;
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.5);
}
/*
=====================
== Responsive Code ==
=====================
*/
@media (max-width: 1200px) {
  .ale_main_container .ale_container .title_background_container_full .page_title_container .page_title {
    max-width: 100%;
    left: 0;
    margin-left: 0;
  }
  .ale_main_container .ale_container .title_background_container {
    width: 100%;
  }
}
@media (max-width: 870px) {
  .grid.ale_work_columns_3 .nunta_element {
    width: calc(100% - 10px) !important;
  }
  .grid.ale_work_columns_2 .nunta_element {
    width: calc(100% - 10px) !important;
  }
  .grid.ale_work_columns_1 .nunta_element {
    width: calc(100% - 10px) !important;
  }
  .grid.ale_work_columns_4 .nunta_element {
    width: calc(100% - 10px) !important;
  }
  .grid.ale_work_columns_5 .nunta_element {
    width: calc(100% - 10px) !important;
  }
  .slidergallery .sliderbox {
    height: 300px;
  }
  .slidergallery .sliderbox img {
    width: auto;
    max-height: 300px;
  }
  .ale_main_container .ale_container .page_title_container {
    height: 300px;
  }
  .ale_main_container .ale_container .title_background_container_full .page_title_container {
    height: 100%;
  }
  .grid.ale_blog_columns_5 .grid-sizer,
  .grid.ale_blog_columns_5 .grid-item,
  .grid.ale_blog_columns_4 .grid-sizer,
  .grid.ale_blog_columns_4 .grid-item {
    width: 49%;
    float: none;
  }
  .grid.ale_work_columns_5 .grid-sizer,
  .grid.ale_work_columns_5 .grid-item,
  .grid.ale_work_columns_4 .grid-sizer,
  .grid.ale_work_columns_4 .grid-item,
  .grid.ale_work_columns_3 .grid-sizer,
  .grid.ale_work_columns_3 .grid-item {
    width: 50%;
    float: none;
  }
  .ale_blog_columns_3.shop_grid_minimal .minimal-item,
  .ale_blog_columns_2.shop_grid_minimal .minimal-item,
  .ale_blog_columns_4.shop_grid_minimal .minimal-item,
  .ale_blog_columns_5.shop_grid_minimal .minimal-item {
    width: calc(50% + 2px)!important;
    float: left!important;
  }
  .grid.ale_blog_columns_5 .gutter-sizer,
  .grid.ale_blog_columns_4 .gutter-sizer {
    width: 2%;
  }
}
@media screen and (max-width: 782px) {
  .ale_main_container .ale_container .title_background_container_full .page_title_container .page_title span {
    font-size: 22px;
  }
  .ale_blog_archive .furniture-grid article.furniture-item {
    flex-direction: column;
  }
  .ale_blog_archive .furniture-grid article.furniture-item .featured_image_holder {
    width: 100%;
    order: 1;
  }
  .ale_blog_archive .furniture-grid article.furniture-item .item_data_holder {
    width: 100%;
    order: 2;
  }
  .ale_blog_archive .furniture-grid article.furniture-item:nth-child(even) .featured_image_holder {
    order: 1;
  }
  .ale_blog_archive .furniture-grid article.furniture-item:nth-child(even) .item_data_holder {
    order: 2;
  }
  .ale_blog_archive .furniture-grid article.furniture-item .item_data_holder .data_holder {
    padding-bottom: 10%;
  }
}
@media (max-width: 630px) {
  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%!important;
  }
  .woocommerce-cart table.cart td.actions .coupon .input-text {
    margin-right: 0!important;
    margin-bottom: 20px!important;
  }
  .woocommerce table.shop_table td {
    padding: 20px!important;
  }
  .woocommerce table.cart td.actions .coupon .input-text + .button {
    margin-bottom: 20px!important;
  }
  .woocommerce-page table.cart td.actions .coupon {
    padding-bottom: 0!important;
  }
  .ale_main_container .ale_container .page_title_container {
    height: 150px;
  }
  .ale_main_container .ale_container .title_background_container {
    height: 150px;
  }
  .ale_main_container .ale_container .title_background_container_full .page_title_container {
    height: 100%;
  }
  .ale_main_container .ale_container .page_title_container .page_title {
    top: 50px;
  }
  .ale_main_container .ale_container .page_title_container .page_title h2 {
    font-size: 32px;
    line-height: 32px;
  }
  .ale_main_container .ale_container .page_title_container .page_title span {
    font-size: 16px;
    line-height: 16px;
  }
  .grid.ale_blog_columns_3 .grid-sizer,
  .grid.ale_blog_columns_3 .grid-item,
  .grid.ale_blog_columns_2 .grid-sizer,
  .grid.ale_blog_columns_2 .grid-item,
  .grid.ale_blog_columns_4 .grid-sizer,
  .grid.ale_blog_columns_4 .grid-item,
  .grid.ale_blog_columns_5 .grid-sizer,
  .grid.ale_blog_columns_5 .grid-item {
    width: 100%;
    float: none;
  }
  .grid.ale_work_columns_3 .grid-sizer,
  .grid.ale_work_columns_3 .grid-item,
  .grid.ale_work_columns_2 .grid-sizer,
  .grid.ale_work_columns_2 .grid-item,
  .grid.ale_work_columns_4 .grid-sizer,
  .grid.ale_work_columns_4 .grid-item,
  .grid.ale_work_columns_5 .grid-sizer,
  .grid.ale_work_columns_5 .grid-item {
    width: 100%;
    float: none;
  }
  .ale_blog_columns_3.shop_grid_minimal .minimal-item,
  .ale_blog_columns_2.shop_grid_minimal .minimal-item,
  .ale_blog_columns_4.shop_grid_minimal .minimal-item,
  .ale_blog_columns_5.shop_grid_minimal .minimal-item {
    width: 100%!important;
    float: none!important;
    border-right: 0!important;
    border-left: 0!important;
  }
  .grid.ale_blog_columns_3 .gutter-sizer,
  .grid.ale_blog_columns_2 .gutter-sizer,
  .grid.ale_blog_columns_4 .gutter-sizer,
  .grid.ale_blog_columns_5 .gutter-sizer {
    width: 0;
  }
  .sidebar_position_left_fourth .ale_blog_archive,
  .sidebar_position_left_fourth .ale_work_archive,
  .sidebar_position_left_third .ale_blog_archive,
  .sidebar_position_left_third .ale_work_archive,
  .sidebar_position_right_third .ale_blog_archive,
  .sidebar_position_right_third .ale_work_archive,
  .sidebar_position_right_fourth .ale_blog_archive,
  .sidebar_position_right_fourth .ale_work_archive {
    width: 100%;
  }
  .sidebar_position_left_fourth aside.sidebar,
  .sidebar_position_left_third aside.sidebar,
  .sidebar_position_right_third aside.sidebar,
  .sidebar_position_right_fourth aside.sidebar {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
  }
  .sidebar_position_left_fourth aside.sidebar .sidebar_container,
  .sidebar_position_left_third aside.sidebar .sidebar_container,
  .sidebar_position_right_third aside.sidebar .sidebar_container,
  .sidebar_position_right_fourth aside.sidebar .sidebar_container {
    margin: 0;
    padding: 0;
  }
  .sidebar_position_left_fourth section.ale_blog_archive,
  .sidebar_position_left_fourth section.ale_work_archive,
  .sidebar_position_left_third section.ale_blog_archive,
  .sidebar_position_left_third section.ale_work_archive,
  .sidebar_position_right_third section.ale_blog_archive,
  .sidebar_position_right_third section.ale_work_archive,
  .sidebar_position_right_fourth section.ale_blog_archive,
  .sidebar_position_right_fourth section.ale_work_archive {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
  }
  .leave-a-comment .line-item .third_item {
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
  }
  .leave-a-comment .line-item .third_item:last-child {
    margin-bottom: 0;
  }
  .leave-a-comment .line-item input[type="submit"] {
    float: none;
  }
  .flex_container {
    display: flex;
    flex-direction: column;
  }
  .flex_container aside.sidebar {
    order: 2;
    margin-top: 30px!important;
  }
  .flex_container .story {
    order: 1;
  }
  .flex_container .comments {
    order: 1;
  }
  .coupon .input-text,
  .coupon .button {
    width: 100%!important;
  }
}
@media (max-width: 400px) {
  .ale_main_container .ale_container .page_title_container .page_title h2 {
    font-size: 20px;
    line-height: 20px;
  }
  .ale_main_container .ale_container .page_title_container .page_title span {
    font-size: 12px;
    line-height: 12px;
  }
}
.comments {
  clear: both;
}
.wp-block-image figure figcaption a {
  text-decoration: underline!important;
}
.woocommerce div.product form.cart .group_table td {
  vertical-align: middle;
}
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
  font-size: 16px;
  padding-left: 0;
}
.woocommerce div.product form.cart .group_table td:first-child {
  width: unset;
  text-align: left;
}
.woocommerce div.product form.cart .group_table td:first-child input {
  min-width: 60px;
  margin-right: 0;
}
.woocommerce-grouped-product-list-item__price {
  text-align: right;
}
.woocommerce-notices-wrapper ul {
  margin: 0;
  margin-bottom: 2em;
}
.woocommerce-message {
  line-height: 42px;
}
.woocommerce td.product-quantity .quantity .qty {
  margin-right: 0!important;
}
.woocommerce a.remove {
  text-decoration: none!important;
}
#review_form .comment-reply-title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
  display: inline-block;
}
#review_form label {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}
