/*
Theme Name: Asiance
Theme URI: http://www.elegantthemes.com/gallery/
Version: 2.5
Description: 2 Column theme from Elegant Themes
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
*/

/*------------------------------------------------*/

/*-----------------[RESET]------------------------*/

/*------------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ */

/* v1.0 | 20080212 */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */

:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*------------------------------------------------*/

/*-----------------[BASIC STYLES]-----------------*/

/*------------------------------------------------*/

body {
  text-align: center;
  line-height: 21px;
  font-family: 'futura-pt', sans-serif;
  font-size: 13px;
  color: #2A3642;
  min-height: 25px;
}

a {
  text-decoration: none;
  color: #E33D51;
}

a:hover {
  text-decoration: underline;
}

.clear {
  clear: both;
}

.ui-tabs-hide {
  display: none;
}

br.clear {
  margin: 0px;
  padding: 0px;
}

input {
  display: block;
  background: url(images/fromblog-controllers-bg.png) no-repeat width:140px;
  padding: 0px 0px 0px 0px;
  width: 150px;
  height: 26px;
  font-size: 12px;
  color: #323232;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding-bottom: 5px;
  color: #808080;
  letter-spacing: -1px;
  line-height: 1em;
  font-weight: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #808080;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

p {
  padding-bottom: 10px;
  line-height: 18px;
}

strong {
  font-weight: bold;
  color: #1c1c1c;
}

cite,
em,
i {
  font-style: italic;
}

pre,
code {
  font-family: Courier New, monospace;
  margin-bottom: 10px;
}

ins {
  text-decoration: none;
}

sup,
sub {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 0.8em;
}

sub {
  top: 0.3em;
}

dl {
  margin: 0 0 1.5em 0;
}

dl dt {
  font-weight: bold;
}

dd {
  margin-left: 1.5em;
}

blockquote {
  margin: 1.5em;
  padding: 1em;
  color: #666666;
  background: #e6e6e6;
  font-style: italic;
  border: 1px solid #dcdcdc;
  text-shadow: none !important;
}

blockquote p {
  padding-bottom: 0px;
}

input[type=text],
input.text,
input.title,
textarea,
select {
  background-color: #fff;
  border: 1px solid #bbb;
  padding: 2px;
  color: #4e4e4e;
}

input[type=text]:focus,
input.text:focus,
input.title:focus,
textarea:focus,
select:focus {
  border-color: #2D3940;
  color: #3e3e3e;
}

input[type=text],
input.text,
input.title,
textarea,
select {
  margin: 0.5em 0;
}

textarea {
  padding: 4px;
}

img#about-image {
  float: left;
  margin: 3px 8px 8px 0px;
}

.wp-block-image img{
  height: auto;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

/* IE6 */

*:first-child+html .clearfix {
  zoom: 1;
}

/* IE7 */

/*------------------------------------------------*/

/*---------------[MAIN LAYOUT INFO]---------------*/

/*------------------------------------------------*/

.container {
  text-align: left;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

.header-container {
  margin: 0 auto;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.burger-menu, .close-menu{
  display: none;
}

svg:not(:root) {
    overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .hide{
    display: none !important;
  }
  .close-menu{
    display: block;
    position: absolute;
    top: 24px;
    right: 17px;
    width: 20px;
    height: 20px;
    transform: rotate(-45deg);
  }
  .close-menu:after, .close-menu:before{
    content:'';
    width: 100%;
    height: 1px;
    background-color: #2A3642;
    position: absolute;
    left: 0;
    top: 50%;
  }
  .close-menu:before{
    transform: rotate(90deg);
  }
  .burger-menu {
    display: block;
    background-color: white;
    border-radius: 50%;
    width: 37px;
    height: 37px;
    box-shadow: 0 4px 4px rgba(0,0,0,.25);
    position: relative;
  }
  .burger-menu div{
    position: absolute;
    top: 18px;
    left: 10px;
    width: 17px;
    height: 2px;
    background-color: #E43852;
  }
  .burger-menu div:after, .burger-menu div:before{
    content: '';
    width: 17px;
    height: 2px;
    background-color: #E43852;
    display: block;
    position: absolute;
    left: 0;
  }
  .burger-menu div:after{
    transform: translateY(-5px);
  }
  .burger-menu div:before{
    transform: translateY(5px);
  }
  .burger-menu.close{
    box-shadow: none;
  }
  .burger-menu.close div{
    background-color: transparent;
  }
  .burger-menu.close div:after{
    transform-origin: 50% 50%;
    transform: translate(0) rotate(45deg);
  }
  .burger-menu.close div:before{
    transform: rotate(-45deg);
  }
}

.all-menu-container{
  display: flex;
  justify-content: flex-end;
  gap: 0 38px;
  margin-top: 40px;
}
.menu-main-container, .menu-lang-container {
  flex-grow: 1;
  font-family: 'futura-pt', sans-serif;
  font-size: 14px;
  letter-spacing: .1em;
}
.menu-lang-container a, .menu-main-container a {
  color: #2A3642;
}
.menu-lang-container a:hover, .menu-main-container a:hover {
  text-decoration: none;
}
.menu-main-container .menu, .menu-lang-container ul{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;  
  gap: 0  calc(50vw / 19.2);
}
.menu-lang-container ul{
  gap: 0 15px;
}
.menu-main-container .menu-item-has-children{
  position: relative;
}
.menu-main-container .sub-menu{
  position: absolute;
  z-index: 999;
  display: none;
  flex-direction: column;
  align-items: center;
  background-color: white;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 40px 20px 5px 20px;
}
.menu-main-container .menu-item a, .menu-lang-container a{
  position: relative;
  padding-bottom: 5px;
  white-space: nowrap;
}
.menu-main-container .menu-item a:after, .menu-lang-container a:after, .menu-main-container .current-menu-item a:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 100%;
  border-top: 1px solid #2A3642;
  transition: transform .3s cubic-bezier(.22,.44,0,1);
}
.menu-main-container .menu-item:hover > a:after, .menu-lang-container li:hover > a:after, .menu-main-container .current-menu-item a:after{
  transform: translateX(-50%) scaleX(1);
}

.menu-main-container .sub-menu .menu-item{
text-align: left;
margin-bottom: 14px;

}
@media screen and (max-width: 1024px) {
  .all-menu-container{
    margin-top: 0;
    width: 100%;
    flex-direction: column;
    position: absolute;
    top: 70px;
    right: 0;
    background-color: white;
    z-index: 999;
    padding: 30px 0;
  } 
  .menu-main-container, .menu-lang-container{
    font-size: 16px;
  }
  .menu-main-container .sub-menu{
    position: static;
    display: none;
    flex-direction: column;
    align-items: center;
    margin-top: 25px;
    transform: translateX(0);
  }
  .menu-main-container .menu-item:hover .sub-menu{
    display: flex;  
    padding-top: 0;
  }
  .menu-lang-container ul{
    justify-content: center;
    margin: 35px 0 0 0;
  }
   .menu-main-container .menu{
    flex-direction: column;
    gap: 25px 0;
   }
}

.highlight-post{
  display: flex;
  flex-wrap: wrap;
  background-color: #EDF1F5;
}
.highlight-post > *{
  flex-basis: 50%;
}
.highlight-post img{
  width: 100%;
  height: auto;
  max-height: 590px;
  object-fit: cover;
  display: block;
}

.highlight-post .post-preview{
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: calc(60vw / 14.4);
  text-align: left;
  box-sizing: border-box;
  gap: 10px 0;
}

.highlight-post .post-preview .flag{
  text-transform: uppercase;
  background-color: #E43852;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08rem;
  padding: 0 7px;
  margin-bottom: 25px;
}
.highlight-post .post-preview p{
  font-size: calc(20vw/14.4);
  line-height: normal;
}
.highlight-post h1{
  font-size: calc(48vw / 14.4);
  line-height: normal;
  font-weight: 600;
  color: #2A3642;
}

@media screen and (max-width: 1024px) {
  .highlight-post .post-preview{
    padding: 40px 20px;
    gap: 5px;
  }
  .highlight-post h1{
    font-size: 24px;
  }
  .highlight-post .post-preview p{
    font-size: 16px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1440px) {  
  .highlight-post h1{
    font-size: 48px;
  }
  .highlight-post .post-preview p{
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .highlight-post{
    max-height: none;    
  }
  .highlight-post > *{
    flex-basis: 100%;  
  }
}
.highlight-post .more-btn{
  text-transform: uppercase;
  color: #2A3642;
  font-size: 16px;
  font-weight: 600;  
  display: flex;
  align-items: center;
  gap: 0 17px
}
.highlight-post .more-btn:hover{
  text-decoration: none;
}
.highlight-post .more-btn:hover:after{
  transform: translateX(10px);
}
.highlight-post .more-btn:after{
  content: '';
  width: 39px;
  height: 18px;
  background: url(images/btn-arrow.svg) no-repeat 0 0;
  background-size: contain;
  transition: transform .3s;
  display: block;
}
  
@media screen and (max-width: 1024px) {  
  .highlight-post .more-btn{
    font-size: 14px;
  }
  .highlight-post .more-btn:after{
    width: 31px;
    height: 13px;
  }
}

.header-container--tint {
  background: #E43852;
}

.fondblanc {
  background: rgba(255, 255, 255, 0.93);
  padding: 10px 13px 10px 12px;
  float: left;
  color: #1f1f1f;
  font-size: 14px;
}

#top {
  background: white;
}

#home-top {
  background: url("images/top-bg.png") repeat-x bottom left #D2D2D2;
  width: 100%;
  height: 102px;
  position: absolute;
  top: -1px;
  left: 0px;
  z-index: 1;
  border-bottom: 1px solid #FFFFFF;
}

.logo{    
    padding-left: 60px;
    margin: 10px 0;
    position: relative;
    transform: scale(0.9); 
    transition: all .5s ease-in-out;
}

#windmill {
  position: absolute;
  top: 0;
  left: 185px;
}

.logo:hover #windmill{
    transform-origin: center;
    animation: spin 1.6s ease-in-out;
  }
@media screen and (max-width: 1024px) {
  .logo{
    padding-left: 0;
    margin-top: calc(8vw / 3.2);
    margin-left: calc(-1vw / 3.2);
  }
  .logo:hover #windmill{
    animation: none;
  }
  #windmill {
    top: 5px;
    left: 100px;
  }
  .logo svg {
      transform: scale(0.65) translateX(-54px);
  }
}
@keyframes spin {
  100% {
    transform: rotate(1turn);
    transform-origin: center;
  }
}

.mobile-logo--when-menu-open {
  margin: 0 auto;
}

.mobile-logo-fix {
  margin-left: -46px;
}

.mobile-icon {
  display: flex;
}

#menu {
  position: absolute;
  top: 46px;
  left: 0px;
  background: url(images/menu-bg.png) no-repeat;
  width: 960px;
  height: 55px;
}

#search-form {
  float: right;
  background: url(images/search-bg.png) no-repeat;
  width: 150px;
  height: 31px;
  margin: 13px 10px 0px 0px;
}

input#searchinput {
  background: none;
  border: none;
  font-size: 12px;
  font-style: italic;
  color: #7d7d7d;
  text-shadow: 1px 1px 1px #ffffff;
  margin-top: 0px;
  padding-left: 13px;
  width: 105px;
  float: left;
  margin-right: 4px;
  position: relative;
  top: 6px;
}

input#searchsubmit {
  float: left;
  margin-top: 9px;
}

#content-full {
  position: relative;
  max-width: 1080px;
  padding: 0 30px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  #content-full {
  padding: 0 20px;
  }
}

#intro {
  background: url(images/intro-bg.png);
}

#hr {
  background: url(images/shadow-bar-bg.png) repeat-x bottom left;
}

body#home-featured #hr {
  min-height: 479px;
}

#hr-center {
  background: url(images/shadow-bar-centerbg.png) no-repeat bottom center;
}

#portfolio-items {
  padding-bottom: 20px;
}

#portfolio-items .item {
  position: relative;
  background: url(images/item-bottom-shadow.png) no-repeat bottom left;
  padding-bottom: 5px;
  float: left;
  margin: 0px 20px 32px 0px;
}

#portfolio-items .itemtext {
  margin-left: 30px;
  margin-top: 10px;
  color: #fff;
  width: 150px;
  text-align: center;
}

#portfolio-items .last {
  margin-right: 0px;
}

.item-image {
  position: relative;
  top: 0;
}

#portfolio-items .item img.portfolio {
  border: 3px solid #e5e5e5;
}

.item-image span.overlay {
  position: absolute;
  top: 3px;
  left: 3px;
  background: url(images/item-overlay.png) no-repeat;
  width: 207px;
  height: 136px;
}

a.zoom-icon,
a.more-icon {
  display: block;
  width: 61px;
  height: 61px;
  text-indent: -9999px;
  position: absolute;
  top: 41px;
}

a.zoom-icon {
  left: 31px;
  background: url(images/zoom-icon.png) no-repeat;
}

a.more-icon {
  left: 128px;
  background: url(images/readmore-icon.png) no-repeat;
}

#tagline {
  margin-left: 130px;
}

#tagline p {
  background: url(images/quote-left.png) no-repeat left top;
  padding: 0px 0px 0px 20px;
  min-height: 15px;
  margin-left: -15px;
}

#tagline span {
  background: url(images/quote-right.png) no-repeat right bottom;
  padding: 0 30px 10px 0px;
  font-size: 24px;
  color: #fff;
  margin-left: 10px
}

div.service {
  float: left;
  width: 274px;
  padding: 52px 65px 26px 0px;
}

#blog {
  padding-right: 0px;
  width: 282px;
  background: url(images/fromblog-bottom.png) no-repeat bottom left;
  padding-bottom: 16px;
  position: relative;
}

h3.hometitle {
  font-size: 30px;
  color: #fff;
  padding-bottom: 8px;
}

a.readmore {
  float: right;
  background: url(images/readmore.png) no-repeat bottom right;
  height: 38px;
  display: block;
  font-size: 18px;
  color: #323232 !important;
  padding-right: 9px;
  margin-top: 14px;
  font-weight: normal;
}

a.readmore span {
  display: block;
  background: url(images/readmore.png) no-repeat;
  padding: 9px 5px 4px 12px;
  height: 38px;
}

a.readmore:hover {
  color: #ffffff;
}

#blog-top {
  background: url(images/fromblog-top.png) no-repeat;
  height: 11px;
}

#blog-wrapper {
  background: url(images/fromblog-mainbg.png) repeat-y #eeeeee;
  padding: 0px 1px 0px 1px;
}

#blog-content {
  background: url(images/fromblog-top-gradient.png) repeat-x;
  padding: 7px 22px 6px 24px;
}

#blog-content h4.widgettitle {
  font-size: 24px;
  color: #333333;
  padding-bottom: 12px;
}

#blog-content ul li {
  background: url(images/fromblog-bullet.png) no-repeat 0px 5px;
  padding: 0px 0px 15px 17px;
}

#blog-content ul li a.title {
  display: block;
  color: #7d7d7d;
  font-size: 14px;
  text-shadow: 1px 1px 1px #ffffff;
  margin-bottom: -3px;
}

#blog-content ul li a.title:hover,
#blog-content span.postinfo a:hover {
  color: #000000;
  text-decoration: none;
}

#blog-content span.postinfo,
#blog-content span.postinfo a {
  color: #9d9d9d;
  font-size: 12px;
  font-style: italic;
  text-shadow: 1px 1px 1px #ffffff;
}

#controllers2 {
  position: absolute;
  bottom: -12px;
  left: 102px;
  background: url(images/fromblog-controllers-bg.png) no-repeat;
  width: 75px;
  height: 38px;
}

#controllers2 a {
  display: block;
  text-indent: -9999px;
  width: 23px;
  height: 15px;
  float: left;
}

#controllers2 a#left-arrow {
  background: url(images/fromblog-controllers-down.png) no-repeat;
  margin: 11px 0px 0px 12px;
}

#controllers2 a#right-arrow {
  background: url(images/fromblog-controllers-top.png) no-repeat;
  margin: 11px 0px 0px 7px;
}

#breadcrumbs {
  color: #ffffff;
  padding: 27px 0px;
}

#breadcrumbs .raquo,
#breadcrumbs a {
  color: #b9b9b9;
}

#breadcrumbs a:hover {
  color: #ffffff;
  text-decoration: none;
}

#content-area {
  padding: 40px 0;
  border-bottom: 1px solid rgba(121, 129, 136, 0.3);

}

#full {
  background: none;
  padding: 38px 0px
}

#center-area {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.entry {
  display: flex;
  justify-content: space-between;
  gap: 40px 60px;
}

@media screen and (max-width: 1024px) {
  .entry{    
    flex-wrap: wrap;
  gap: 10px 60px;
  }
}

.blog-thumb {
  position: relative;
  width: 433px;
}

.blog-thumb span.overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(images/blog-overlay.png) no-repeat;
}

.blog-thumb,
.blog-thumb span.overlay {
  width: 185px;
  height: 191px;
}

.entry-description {
  float: left;
  width: 651px;
}

.full-description {
  width: 651px;
}

p.post-meta {
  font-style: italic;
  font-size: 11px;
  float: left;
  margin-bottom: 11px;
}

p.post-meta,
p.post-meta a {
  color: #cccccc;
  font-weight: normal !important;
}

.post p.post-meta {
  width: 300px;
}

p.post-meta a:hover {
  color: #ffffff;
  text-decoration: none;
}

.entry h2.title,
.entry h1.title {
  font-family: 'futura-pt', sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-size: 18px;
  letter-spacing: 0.05em;

  color: #2A3642;
  padding-bottom: 11px;
}

.entry h2.title a:hover {
  text-decoration: none;
}

.entry a.readmore {
  margin-top: 5px;
}

.post {
  width: 648px;
  margin-bottom: 17px;
}

.full {
  width: 960px;
}

.entry hr {
  background: url(images/shadow-bar-bg.png) repeat-x bottom left;
}

#gallery {
  padding: 29px 0px 0px;
}

.gallery-thumb {
  flex-basis: 433px;
}


.gallery-thumb img {
  width: 433px;
  height: 356px;
  object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .gallery-thumb {
    flex-basis: 100%;
  }
  .gallery-thumb img {
    width: 100%;
    height: auto;
  }

}
.gallery-thumb-single {
  margin: 0 auto;
}

.gallery-thumb-single img {
  max-width: 100%;
  height: auto;
}

.gallery-thumb-bottom {
  position: absolute;
  bottom: -24px;
  left: 0px;
  height: 21px;
  width: 34%;
  padding: 0px 217px;
}

.gallery-thumb-bottom .bg {
  background: url(images/gallery-thumb-bottombg.png) repeat-x;
  height: 14px;
}

.gallery-thumb-bottom .left-shadow {
  background: url(images/gallery-bottom-leftshadow.png) no-repeat;
  width: 217px;
  height: 21px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.gallery-thumb-bottom .right-shadow {
  background: url(images/gallery-bottom-rightshadow.png) no-repeat;
  width: 217px;
  height: 21px;
  position: absolute;
  top: 0px;
  right: 0px;
}

.gallery-thumb2 {
  position: relative;
  float: left;
  border: 3px solid #E3E3E3;
  margin: 16px 0px 45px;
  background: #fff;
  font-size: 14px;
  color: #333;
  padding: 25px 25px;
}

.gallery-thumb2 a {
  display: block;
}

.gallery-thumb2 img {
  max-width: 650px;
}

.gallery-thumb2 .overlay {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}

.gallery-thumb-bottom2 {
  position: absolute;
  bottom: -24px;
  left: 0px;
  height: 21px;
  width: 34%;
  padding: 0px 217px;
}

.gallery-thumb-bottom2 .bg {
  background: url(images/gallery-thumb-bottombg.png) repeat-x;
  height: 14px;
}

.gallery-thumb-bottom2 .left-shadow {
  background: url(images/gallery-bottom-leftshadow.png) no-repeat;
  width: 217px;
  height: 21px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.gallery-thumb-bottom2 .right-shadow {
  background: url(images/gallery-bottom-rightshadow.png) no-repeat;
  width: 217px;
  height: 21px;
  position: absolute;
  top: 0px;
  right: 0px;
}

/*------------------------------------------------*/

/*---------------[DROPDOWN MENU]------------------*/

/*------------------------------------------------*/

ul.nav {
  float: left;
  padding: 20px 0px 0px 4px;
}

ul.nav li {
  margin-left: 17px;
}

ul.nav a {
  font-size: 16px;
  color: #535353;
  text-decoration: none;
  text-shadow: 1px 1px 0px #fff;
  padding-bottom: 13px;
}

ul.nav a:hover {
  color: #000000;
  text-shadow: 1px 1px 0px #fff;
}

ul.nav ul {
  width: 189px;
  background: #e7e7e7 url(images/dropdown-bottom.png) bottom left repeat-x;
  border: 1px solid #ffffff;
  border-top: none;
  top: 34px !important;
  box-shadow: 3px 6px 7px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 6px 7px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 3px 6px 7px 1px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  padding: 16px 0px 10px;
  z-index: 9999px;
  display: none;
}

ul.nav ul li {
  margin: 0px;
  padding: 0px 4px 20px 18px;
}

ul.nav ul li a {
  background: url(images/dropdown-bullet.png) no-repeat 0px 1px;
  padding: 0px 0px 0px 17px;
  width: 130px;
}

ul.nav li:hover ul ul,
ul.nav li.sfHover ul ul {
  top: -16px !important;
  left: 191px !important;
  border-top-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
}

/*------------------------------------------------*/

/*--------------[FEATURED SLIDER]-----------------*/

/*------------------------------------------------*/

#featured {
  position: relative;
  /*top: -102px; margin-bottom:-95px;*/
  padding-bottom: 31px;
  background: url(images/featured-bottom-shadow.png) no-repeat bottom left;
  height: 447px;
  z-index: 4;
}

#featured span#left-shadow,
#featured span#right-shadow {
  width: 9px;
  height: 132px;
  display: block;
  position: absolute;
  z-index: 1;
  top: -30px;
}

#featured span#left-shadow {
  background: url(images/featured-leftshadow.png) no-repeat;
  left: -9px;
}

#featured span#right-shadow {
  background: url(images/featured-rightshadow.png) no-repeat;
  right: -9px;
}

#slides {
  position: relative;
  height: 447px;
  background: #000000;
}

.slide .overlay {
  background: url(images/slide-top-shadow.png) repeat-x;
  top: 0px;
  left: 0px;
  height: 17px;
  position: absolute;
  width: 960px;
}

.slide .overlay2 {
  background: url(images/slide-bottom-shadow.png) repeat-x;
  bottom: 0px;
  left: 0px;
  height: 4px;
  position: absolute;
  width: 960px;
}

#slides .description {
  line-height: 18px;
  color: #8e8d8d;
  text-shadow: 1px 1px 1px #ffffff;
  font-size: 12px;
  position: absolute;
  top: 33px;
  right: -11px;
  width: 275px;
  padding-top: 19px;
  background: url(images/description-top.png) no-repeat;
  z-index: 14;
}

#slides .description .outer-content {
  background: url(images/description-center-outer.png) repeat-y;
  padding: 0px 1px 0px 7px;
}

#slides .description .inner-content {
  background: url(images/description-center-inner.png) repeat-x bottom left;
  padding: 3px 16px 10px 28px;
}

#slides .description .bottom {
  height: 36px;
  background: url(images/description-bottom.png) no-repeat;
}

#slides .description h2.title {
  font-size: 32px;
  padding-bottom: 10px;
}

#slides .description h2.title a {
  color: #363636;
}

#slides .description h2.title a:hover {
  text-decoration: none;
}

#slides .description a.readmore {
  background: url(images/featured-readmore.png) no-repeat bottom right;
  font-size: 12px;
  color: #ffffff !important;
  text-shadow: -1px -1px 1px #000000;
  padding-right: 8px;
  display: block;
  height: 35px;
  float: left;
  left: 89px;
  top: -12px;
  position: relative;
}

#slides .description a.readmore span {
  background: url(images/featured-readmore.png) no-repeat;
  display: block;
  height: 35px;
  line-height: 32px;
  padding: 0px 12px 0px 20px;
}

#slides .description a.readmore:hover {
  color: #eeeeee;
}

#controllers-wrapper {
  position: absolute;
  bottom: 11px;
  left: 380px;
  background: url(images/featured-controllers-left.png) no-repeat;
  height: 44px;
  padding-left: 12px;
  z-index: 30;
}

#controllers-wrapper #controllers {
  background: url(images/featured-controllers-bg.png) repeat-x;
  height: 30px;
  padding-top: 14px;
}

#controllers-wrapper #controllers,
#controllers-wrapper #controllers-right {
  float: left;
}

#controllers-wrapper #controllers-right {
  background: url(images/featured-controllers-right.png) no-repeat;
  height: 44px;
  width: 8px;
}

#controllers-wrapper a {
  text-indent: -9999px;
  display: block;
  float: left;
  width: 15px;
  height: 15px;
  background: url(images/featured-controller.png) no-repeat;
  margin-right: 3px;
}

#controllers-wrapper a.active {
  background: url(images/featured-controller-active.png) no-repeat;
}

#controllers-wrapper a#left-arrow,
#controllers-wrapper a#right-arrow {
  width: 15px;
  height: 23px;
  position: relative;
  top: -4px;
}

#controllers-wrapper a#left-arrow {
  background: url(images/featured-controllers-leftarrow.png) no-repeat;
  margin-right: 17px;
}

#controllers-wrapper a#right-arrow {
  background: url(images/featured-controllers-rightarrow.png) no-repeat;
  margin-left: 16px;
}

.recentscroll {
  height: 162px;
  overflow: hidden;
}

.recentscroll ul {
  height: 32000px;
}

h3.recentworks {
  padding: 7px 0px 24px;
}

a.entergallery {
  margin-top: -3px;
}

.entry ul,
.comment-content ul {
  list-style-type: disc;
  margin: 10px 0px 10px 20px;
}

.entry ol,
.comment-content ol {
  list-style-type: decimal;
  list-style-position: inside;
  margin: 10px 0px 10px 2px;
}

.entry ul li ul,
.entry ul li ol,
.comment-content ul li ul,
.comment-content ul li ol {
  margin: 2px 0px 2px 20px;
}

.entry ol li ul,
.entry ol li ol,
.comment-content ol li ul,
.comment-content ol li ol {
  margin: 2px 0px 2px 35px;
}

/*------------------------------------------------*/

/*-------------------[COMMENTS]-------------------*/

/*------------------------------------------------*/

#comment-wrap {
  padding: 30px 40px 0px 0px;
}

h3#comments {
  font-size: 30px;
  padding: 0px 0px 25px;
  color: #ffffff;
}

.comment-icon {
  background: url(images/comment-bottom-bg.png) no-repeat bottom left;
  padding-bottom: 14px;
}

.comment-icon .post {
  padding: 3px 0px 0px;
}

div.authordata {
  width: 100px;
}

div.avatar {
  float: left;
  position: relative;
  padding: 3px;
}

div.avatar span.overlay {
  background: url(images/avatar-overlay.png) no-repeat;
  display: block;
  width: 67px;
  height: 67px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.comment-wrap {
  float: left;
  margin-left: 20px;
}

.reply-container {
  background: url("images/readmore.png") no-repeat scroll right bottom transparent;
  display: block;
  float: right;
  font-size: 18px;
  font-weight: normal;
  height: 38px;
  margin-top: 14px;
  padding-right: 9px;
}

.reply-container a {
  background: url("images/readmore.png") no-repeat scroll 0 0 transparent;
  display: block;
  height: 38px;
  padding: 9px 5px 4px 12px;
  color: #323232 !important;
}

.reply-container a:hover {
  text-decoration: none;
  color: #eeeeee;
}

li.depth-1 .comment-wrap {
  width: 546px;
}

li.depth-2 .comment-wrap {
  width: 465px;
}

li.depth-3 .comment-wrap {
  width: 383px;
}

li.depth-4 .comment-wrap {
  width: 301px;
}

.fullwidth li.depth-1 .comment-wrap {
  width: 811px;
}

.fullwidth li.depth-2 .comment-wrap {
  width: 729px;
}

.fullwidth li.depth-3 .comment-wrap {
  width: 647px;
}

.fullwidth li.depth-4 .comment-wrap {
  width: 565px;
}

ol.commentlist {
  list-style: none outside none;
  padding-top: 8px;
}

ol.commentlist ul {
  list-style: none outside none;
}

.commentlist li.comment li {
  background: none;
  padding: 0px;
}

.commentlist li.comment ul {
  margin: 8px 0px 8px 82px;
}

#respond {
  padding-top: 25px;
}

.comment #respond {
  padding-left: 0px;
  padding-top: 5px;
}

#commentform textarea#comment {
  width: 88%;
}

#commentform input[type=text] {
  width: 40%;
}

li.comment #respond textarea {
  width: 88% !important;
}

li.comment #respond input[type=text] {
  width: 50% !important;
}

#respond h3#comments {
  background: none;
  margin: 0px;
  padding: 0px;
}

.comment-author {
  padding: 2px 0px;
  font: 21px Arial, sans-serif;
}

.comment-author .comment-meta,
.comment-author .comment-meta a {
  color: #c0bfbf;
}

.comment-author .comment-meta a:hover {
  text-decoration: none;
}

span.fn,
span.fn a {
  color: #ffffff;
}

span.fn a:hover {
  text-decoration: none;
}

.comment-content {
  padding-top: 5px;
}

.comment-body {
  padding: 8px 0px;
}

/*------------------------------------------------*/

/*---------------------[FOOTER]-------------------*/

/*------------------------------------------------*/

#footer {
  background: white;
}

#footer-wrapper {
  padding-top: 32px;
}

#footer-center {
  /* background: url(images/footer-top-centerbg.png) no-repeat; */
  /*min-height: 147px;*/
  /* padding-top: 50px; */
  /* color: #b9b9b9; */
}

#footer p#copyright {
  font-family: 'futura-pt', sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #6c7a87;
}


#footer .widget {
  float: left;
  width: 280px;
  margin: 0px 60px 45px 0px;
}

/*------------------------------------------------*/

/*--------------------[SIDEBAR]-------------------*/

/*------------------------------------------------*/

#sidebar {
  float: left;
  width: 269px;
}

.widget h4.widgettitle {
  font-size: 30px;
  font: italic 30px Arial, sans-serif;
  color: #ff4c66;
  font-weight: bold;
}

#sidebar a {
  color: #ffffff;
}

#sidebar .widget {
  padding: 0px 0px 50px 22px;
}

.widget ul ul {
  margin: 0px 0px 0px 15px;
}

.widget ul li {
  background: url(images/widget-bullet.png) no-repeat 0px 12px;
  padding: 4px 0px 4px 16px;
}

.widget ul li ul {
  padding: 5px 0px 0px 7px;
  margin: 0px 0px -4px;
}

/*------------------------------------------------*/

/*------------[CAPTIONS AND ALIGNMENTS]-----------*/

/*------------------------------------------------*/

div.post .new-post .aligncenter,
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin-bottom: 10px;
}

.wp-caption.alignleft {
  margin: 0px 10px 10px 0px;
}

.wp-caption.alignright {
  margin: 0px 0px 10px 10px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

.alignright {
  float: right;
}

.alignleft {
  float: left
}

img.alignleft {
  display: inline;
  float: left;
  margin-right: 15px;
}

img.alignright {
  display: inline;
  float: right;
  margin-left: 15px;
}

/*------------------------------------------------*/

/*---------------[DEFAULT DROPDOWN SETTINGS]---*/

/*------------------------------------------------*/

.nav ul {
  position: absolute;
  top: -999em;
  background-position: bottom;
  background-repeat: no-repeat;
  z-index: 10;
}

.nav li {
  float: left;
  position: relative;
}

.nav a {
  display: block;
  float: left;
}

.nav li:hover ul,
ul.nav li.sfHover ul {
  left: 0px;
  top: 50px;
}

.nav li:hover li ul,
.nav li.sfHover li ul {
  top: -999em;
}

.nav li li:hover ul,
ul.nav li li.sfHover ul {
  left: 192px;
  top: 0px;
}

.nav li:hover ul,
.nav li li:hover ul {
  top: -999em;
}

.nav li li {
  display: block;
  padding: 0px;
  float: left;
  height: auto !important;
}

.nav li ul {
  width: 191px;
}

.nav li li a:link,
.nav li li a:visited {
  display: block;
  height: auto;
  float: left;
}

.nav li:hover {
  visibility: inherit;
  /* fixes IE7 'sticky bug' */
}

/*------------------------------------------------*/

/*-----------------[WP CALENDAR]-----------------*/

/*------------------------------------------------*/

#wp-calendar {
  empty-cells: show;
  margin: 10px auto 0;
  width: 240px;
}

#wp-calendar a {
  display: block;
  text-decoration: none;
  font-weight: bold;
}

#wp-calendar a:hover {
  text-decoration: underline;
}

#wp-calendar caption {
  text-decoration: none;
  font: bold 13px Arial, Sans-Serif;
}

#wp-calendar td {
  padding: 3px 5px;
  color: #9f9f9f;
}

#wp-calendar td#today {
  color: #ffffff;
}

#wp-calendar th {
  font-style: normal;
  text-transform: capitalize;
  padding: 3px 5px;
}

#wp-calendar #prev a,
#wp-calendar #next a {
  font-size: 9pt;
}

#wp-calendar #next a {
  padding-right: 10px;
  text-align: right;
}

#wp-calendar #prev a {
  padding-left: 10px;
  text-align: left;
}

/*------------------------------------------------*/

/*-------------------[PAGE NAVI]------------------*/

/*------------------------------------------------*/

.pagination {
  overflow: hidden;
  padding: 42px 12px 0px;

  display: flex;
  flex-direction: row;
  justify-content: center;
}

.wp-pagenavi {
  position: relative;
  padding: 12px 30px 20px 0px;
  text-align: right;
}

.wp-pagenavi a,
.wp-pagenavi a:link,
.wp-pagenavi a:visited {
  padding: 5px 7px !important;
  margin: 2px;
  text-decoration: none;
  font-weight: normal !important;
  font-size: 18px !important;
  color: #6d6d6d !important;
  border: none !important;
  background: url(images/pagenavi-bg.png) no-repeat;
  padding: 6px 19px 12px 14px !important;
  text-shadow: 1px 1px 0px #ffffff;
}

.wp-pagenavi span.current {
  font-size: 18px !important;
  color: #000000 !important;
  text-shadow: 1px 1px 0px #ffffff;
}

.wp-pagenavi span.current,
.wp-pagenavi span.extend,
.wp-pagenavi a:active,
.wp-pagenavi a:hover {
  padding: 6px 19px 12px 14px !important;
  margin: 2px;
  border: none !important;
  background: url(images/pagenavi-bg.png) no-repeat;
}

.wp-pagenavi span.pages {
  padding: 5px 7px 5px !important;
  margin: 2px !important;
  color: #000000;
  color: #413f36;
  border: none !important;
  color: #000000;
}

a.readmore:hover,
#sidebar div.custom-sidebar-block ul.control li a:hover,
ul#cats-menu li a:hover,
ul#page-menu li a:hover,
div#slider-control div.featitem h2 a {
  text-decoration: none;
}

.js #feat-content,
.js div#from-blog div.entries {
  display: none;
}

.foursixeight {
  margin: 0px 0px 15px 84px;
}

body.cufon-disabled ul.nav a {
  font-size: 15px;
}

body.cufon-disabled ul.nav ul li a {
  background-position: 0 4px;
}

body.cufon-disabled #tagline p {
  font-size: 40px;
}

body.cufon-disabled a.readmore {
  font-size: 16px;
}

body.cufon-disabled a.readmore span {
  padding-top: 6px;
}

body.cufon-disabled .reply-container {
  font-size: 16px;
}

body.cufon-disabled .reply-container a {
  padding-top: 6px;
}

.js ul.nav a,
.js ul.nav ul li a,
.js #tagline p,
.js a.readmore,
.js a.readmore span,
.js .reply-container,
.js .reply-container a {
  text-indent: -9999px;
}

body.cufon-disabled ul.nav a,
body.cufon-disabled ul.nav ul li a,
body.cufon-disabled #tagline p,
body.cufon-disabled a.readmore,
body.cufon-disabled a.readmore span,
body.cufon-disabled .reply-container,
body.cufon-disabled .reply-container a {
  text-indent: 0px;
}

.sitemap-col h2,
.sitemap-col ul li a,
p.et-registration a {
  color: #fff !important;
}

.sitemap-col ul li a:hover {
  color: #eee !important;
}

p.et-registration {
  color: #eee !important;
}

.et-protected-form label {
  text-shadow: none;
}

h2.et_pt_title a {
  color: #fff !important;
}

p.et_pt_blogmeta {
  color: #eee !important;
}

p.et_pt_blogmeta a {
  color: #fff !important;
}

.et_pt_blogentry a.readmore span {
  padding: 6px 0 0 13px !important;
}

.header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding: 0 30px;
}

@media screen and (max-width: 1024px) {
  .header {
  align-items: center;
  padding: 0 20px 0 30px;
  }  
}
.subtitle{
    z-index: 10;
    color: #000;
    transform: rotate(-90deg);
    transform-origin: 50% 53%;
    position: fixed;
    top: 240px;
    left: -10px;
    min-width: 200px;
    text-align: right;
    font-size: 12px;
    font-weight: 100;
    letter-spacing: .3em;
    text-transform: uppercase;
    transition: color .5s;
    display: inline-flex;
   align-items: center;
   justify-content: flex-end;
}

.subtitle span {
    width: 47px;
    height: 1px;
    background-size: 1px;
    background-color: #000;
    margin-left: 10px;
}

@media screen and (max-width: 1280px) {
  .subtitle{
    display: none;
  }
}

.search-container{
  display: flex;
  gap: 0 20px;
  justify-content: space-between;
  align-items: center;
  padding: calc(50vw / 14.4) 0 30px;
  border-bottom: 1px solid rgba(121, 129, 136, 0.3);
}
@media screen and (max-width: 1024px) {  
.search-container{
  padding: 20px 0 10px;
}
}
.search-form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  border: 1px solid rgba(42, 54, 66, 0.2);
  background: white;
  width: 210px;
  height: 42px;
}

.search-form input[type=text] {
  box-sizing: border-box;

  margin: 0;
  padding: 12px;
  border: none;

  font-family: 'futura-pt', sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 16px;
  letter-spacing: 0.05em;

  color: #34414C;

  width: 100%;
  height: auto;
}

.search-button {
  display: flex;
  border: none;
  background: transparent;
  box-sizing: border-box;

  padding: 12px 14px;

  font-size: 14px;
  letter-spacing: 0.05em;

  color: #34414C;

  cursor: pointer;
}

.inner-footer-container {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}

.footer-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0 30px;
  font-size: 16px;
}
.footer-container a{
  color: #2A3642;
}

.footer-container--padding {
  padding: 14px;
}

.footer-container--padding-2 {
  padding-bottom: 40px;
}

.asiance-website-logo {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.asiance-website-image {
  padding: 8px;
}

.asiance-website-title {
  font-family: 'futura-pt', sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;

  color: #2A3642;
}

.footer-separator {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  height: 10px;
  margin-left: 16px;
}

.social-media-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
}

.social-media-logo {
  padding: 16px 10px;

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.social-media-logo img {
  width: 22px;
  height: 22px;
}

.no-results-header {
  display: inline-block;
  padding: 8px 0;
  font-family: 'futura-pt', sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-size: 36px;
  letter-spacing: 0.05em;

  color: #2A3642;
}

.no-results-description {
  padding: 4px 0;
  font-family: 'futura-pt', sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-size: 24px;
  letter-spacing: 0.05em;

  color: #2A3642;
}

.entry-content{  
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.entry-content a{
  color: inherit;
  text-decoration: none;
}
.entry-content p{
  font-size: 18px;
  line-height: normal;  
  padding: 0;
}
.entry-content p.posted-on{
  font-size: 16px;
  color: grey;
  margin-top: 30px;
}
.entry-title  {
  font-family: 'futura-pt', sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-size: 36px;
  color: #2A3642;
  padding: 8px 0;
}

@media screen and (max-width: 1024px) {
  .entry-title {
    font-size: 24px;
  }
  .entry-content p{
    font-size: 16px; 
  }
  .entry-content p.posted-on{
    font-size: 14px;
    margin-top: 20px;
  }
}

.navigation li a,
.navigation li.disabled {
  text-decoration: none;
  padding: 8px 15px;

  cursor: pointer;

  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  font-size: 14px;
  text-align: center;

  color: #333333;
}

.navigation li {
  display: inline-block;
  margin: 5px;
  color: #333333;
}

.navigation li a:hover{
  color: #E33D51;
}

.navigation li.active a{
  color: #E33D51;
}

.post-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 32px 0 30px 0;
}

.page-title{
  font-size: 48px;
  line-height: normal;
  color: #2A3642;
  font-weight: 600;
}

.post-wrapper {
  padding-top: 34px;
}

.post-area {
  padding: 0 26px;
  display: flex;
  flex-direction: column;
}

.post-date {
  font-family: 'futura-pt', sans-serif;
  font-style: normal;
  font-weight: lighter;
  line-height: normal;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #777777;
  margin-bottom: 20px;
}

.post-title {
  font-family: 'futura-pt', sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-size: calc(80vw / 14.4);
  letter-spacing: 0.05em;
  color: #2A3642;
  padding: 12px 0 16px 0;
}
@media screen and (min-width: 1440px) {
  .post-title {
    font-size: 80px;
  }
}

@media screen and (max-width: 1024px) {
  .post-date {
    font-size: 16px;
  }
  .post-title {
    font-size: 30px;
  }
}

.post-content {
  margin: 18px 0 32px 0;
}

.post-content p {
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  font-size: 20px;
  color: #2A3642;
  padding: 14px 0;
}
.post-content h2{
  text-align: center;
}
.post-content ul{  
  font-size: 20px;
  list-style: disc;
  padding-left: 20px;
}
.post-content ul li{
  margin: 10px 0 20px;
  line-height: 1.6;
}

@media screen and (max-width: 1024px) {
  .post-content p, .post-content ul {
    font-size: 18px;
  }
}

.recent-articles-header {
  font-family: 'futura-pt', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-size: 28px;
  letter-spacing: 0.1em;
  padding: 0 26px 6px 26px;

  color: #2A3642;
}

.recent-articles-content {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}

.post-separator {
  border-top: 1px solid rgba(42, 54, 66, 0.2);
  margin: 42px 0;
  width: 100%;
}

.archive-dropdown {
  width: 200px;
  height: 42px;
  padding: 8px 12px;
  font-family: Futura Std;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  letter-spacing: 0.05em;
  border: none;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(images/caret.svg) right 0 top 50% no-repeat;
}


@media screen and (max-width: 1024px) {
.archive-dropdown {
  width: 150px; 
}
}


.social-media-sharing {
  display: flex;
  flex-direction: row;
  padding-bottom: calc(24vw / 14.4);
  margin-left: -14px;
  margin-right: 14px;
}

.more-articles {
  font-family: 'futura-pt', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #2A3642;
  padding: 8px 26px 0 26px;
  text-align: right;
}

.more-articles a {
  color: #2A3642;
}
.rp4wp-related-posts{
  margin-top: 70px;
  border-top: 1px solid rgba(121, 129, 136, 0.3);
  padding-top: 40px;
}

.rp4wp-related-posts h3{
  font-size: calc(48vw/14.4);
  color: #2A3642;
  font-weight: 600;
  margin-bottom: 30px;
}
.rp4wp-related-posts ul{
  display: flex; 
  gap: 0 30px;
  justify-content: space-between;
  list-style:none;
  padding:0;
  margin:0;
}
.rp4wp-related-posts ul > li{
flex-basis: 33%;
}
.rp4wp-related-post-content a{
  color: #2A3642;
  font-size: 22px;
  line-height: normal;
  font-weight: 600;
  margin:0;
  padding:0;
  width: 100%;
}
.rp4wp-related-post-image img{
 width: 100%;
 height: auto;
 aspect-ratio: 4/3;
 object-fit: cover;
 margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .rp4wp-related-post-content a{
    font-size: 20px;
  }
  .rp4wp-related-posts h3{
    font-size: 32px;
  }
}
@media screen and (max-width: 720px) {

  .rp4wp-related-posts ul{
    flex-wrap: wrap;
    gap: 40px 0;
  }
  .rp4wp-related-posts ul > li{
    flex-basis: 100%;
  }
}
/* Mobile */
@media screen and (max-width: 720px) {
  .show-on-desktop { display: none !important; }

  .pagination {
    padding: 42px 0;
  }

  .post-header {
    padding: 0;
  }

  .post-area {
    padding: 0;
  }

  .post-wrapper {
    padding: 0;
  }

  .post-content {
    margin: 4px 0 18px 0;
  }

  .post-separator {
    margin: 36px 0;
  }

  .recent-articles-header {
    padding: 0 0 6px 0;
  }

  .keywords-wrapper {
    padding: 0;
  }

  .keyword-header {
    padding: 20px;
  }

  .tag-list {
    padding: 0 14px 20px 14px;
  }

  .content-area {
    padding: 0;
  }

  .social-media-logo {
    width: 18px;
  }

  .navigation li a,
  .navigation li.disabled {
    padding: 8px 12px;
  }

  .navigation-wrapper {
    flex-flow: wrap column;
    justify-content: center;
    min-height: 360px;
    padding: 24px 12px;
  }

  .navigation-go-to-other-blog {
    padding: 28px 26px;
  }

  .navigation-bar-list {
    flex-direction: column;
  }

  .navigation-item {
    font-size: 22px;
    padding: 18px 26px;
  }

  .navigation-item {
    font-size: 22px;
    padding: 18px 26px;
  }

  .navigation-item:hover {
    text-decoration: none;
    border-bottom: solid 2px white;
    padding-bottom: 16px;
  }

  .navigation-item--active {
    border-bottom: solid 2px white;
    padding-bottom: 16px;
  }

  .more-articles {
    padding: 8px 0 0 0;
  }

  .search-form {
    flex: 1;
  }

  .navigation li {
    margin: 0;
  }

  #center-area {
    padding: 0;
  }

  #footer-wrapper {
    padding: 0;
  }
}

/* Desktop */
@media screen and (min-width: 721px) {
  .show-on-mobile { display: none !important; }
}
