/**
Theme Name: ALCAPONE
Text Domain: alcapone
Version: 0.1
Requires at least: 4.7
Requires PHP: 7.4.0
Theme URI: https://www.abson.cz
Author: Abson Reavs
Author URI: https://www.abson.cz
Description: Zaměření pro fotografy
*/


:root{
    --gold-gradient: linear-gradient(130deg,rgba(234, 173, 32, 1) 22%, rgba(252, 228, 96, 1) 75%, rgba(234, 173, 32, 1) 100%);
}

*:focus{outline: none;}


body{
    background: #000;
    color: rgba(255,255,255,0.75);
    font-size: 16px;
}

header{
    position: fixed;
    top: 20px;
    width: 100%;
    z-index: 999;
    transition: 350ms;
}
.header-container{
    position: relative;
    margin: 0 auto;
    padding: 12px 25px;
    width: 86%;
    border-radius: 16px;
    box-sizing: border-box;
    background: rgba(255,255,255,0.25);
    backdrop-filter: blur(5px);
    border-top: 1px solid rgba(255,255,255,0.35);
    transition: 350ms;
}
.header-flex{
    position: relative;
    margin: 0 -15px;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    color: #fff;
}
.header-flex .header-item{
    position: relative;
    margin: 0 15px;
}
.header-flex .header-item.item-right{margin-right: auto;}
.header-flex .header-item a.logo-flex{
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
.header-flex .header-item a.logo-flex img{
    position: relative;
    width: 70px;
    height: auto;
    margin-right: 25px;
    transition: 350ms;
}
.header-flex .header-item a.logo-flex span{
    position: relative;
    padding-left: 25px;
    width: 175px;
    border-left: 1px solid #fff;
    transition: 350ms;
}
.header-flex .header-item .main-menu{
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
}
.header-flex .header-item .main-menu > li{
    position: relative;
    margin: 0 20px 0 0;
    padding: 0;
}
.header-flex .header-item .main-menu > li:nth-last-child(1){margin: 0;}
.header-flex .header-item .main-menu > li > a{
    position: relative;
    display: block;
    color: #fff;
    text-decoration: none;
}
header.change{
    top: 0;
    background:#3a3a3a;
    box-shadow: 0px 5px 15px rgba(0,0,0,0.45);
}
header.change .header-container{
    padding: 12px 0;
    background: transparent;
    border: none;
}
header.change .header-flex .header-item a.logo-flex img{width: 66px;}
header.change .header-flex .header-item a.logo-flex span{font-size: 12px;}


.ar-empty-line{
    position: relative;
    width: 100%;
}
.ar-empty-line.ar-height-10{height: 10px}
.ar-empty-line.ar-height-20{height: 20px}
.ar-empty-line.ar-height-30{height: 30px}
.ar-empty-line.ar-height-40{height: 40px}
.ar-empty-line.ar-height-50{height: 50px}
.ar-empty-line.ar-height-60{height: 60px}
.ar-empty-line.ar-height-70{height: 70px}
.ar-empty-line.ar-height-80{height: 80px}
.ar-empty-line.ar-height-90{height: 90px}
.ar-empty-line.ar-height-100{height: 100px}
.ar-empty-line.ar-height-110{height: 110px}
.ar-empty-line.ar-height-120{height: 120px}
.ar-empty-line.ar-height-130{height: 130px}
.ar-empty-line.ar-height-140{height: 140px}
.ar-empty-line.ar-height-150{height: 150px}
.ar-empty-line.ar-height-160{height: 160px}
.ar-empty-line.ar-height-170{height: 170px}
.ar-empty-line.ar-height-180{height: 180px}
.ar-empty-line.ar-height-190{height: 190px}
.ar-empty-line.ar-height-200{height: 200px}

/* Page header */
.ar-page-title{
    position: relative;
    margin: 0;
    width: 100%;
    padding: 200px 0 0 0;
    background: rgb(77, 77, 77);
}
.ar-page-title .ar-page-cover{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70%;
    background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,0.45));
}
.ar-page-title .ar-image-page-cover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
}
.ar-page-title h1{
    position: relative;
    margin: 0;
    padding: 0;
    line-height: 1.3em;
    font-size: 62px;
    color: #fff;
    text-shadow: 1px 1px 2px black;
}
.ar-page-title h1:after{
    position: relative;
    content: '';
    margin: 25px 0 30px 0;
    padding: 0;
    width: 120px;
    height: 2px;
    background: var(--gold-gradient);
    display: block;
}
.ar-page-title .ar-slogan{
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 1.6em;
    color: #fff;
    text-shadow: 1px 1px 2px black;
}
.ar-page-title .ar-subtxt{
    position: relative;
    margin: 80px 0 0 0;
    padding: 0;
    display: block;
    text-align: right;
    font-size: 130px;
    line-height: 1em;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    opacity: 0.45;
}


/* Decoration */
.right-trass{position: relative;}
.right-trass:before{
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    width: 150px;
    height: 441px;
    transform: translate(0,-50%);
    background: url('assets/img/right-trass.png') no-repeat top center;
    z-index: 5;
}
.ar-chalk{
    position: relative;
    background-image: url('assets/img/chalk.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}

.ar-left-chalk{
    position: relative;
    background-image: url('assets/img/left-chalk.png');
    background-repeat: no-repeat;
    background-position: bottom left;
}

.ar-padding{
    position: relative;
    padding: 90px 0!important;
    box-sizing: border-box;
}

.no-margin{
    margin-top: 0;
    margin-bottom: 0;
}
.right-chair{position: relative;}
.right-chair:after{
    position: absolute;
    content: '';
    width: 300px;
    height: 300px;
    top: -35px;
    right: 3px;
    background: url('assets/img/chair.png') no-repeat;
    background-size: cover;
}

.entry-content h2{
    position: relative;
    font-size: 34px;
    line-height: 1.2em;
    margin-top: 0;
    margin-bottom: 0;
}
.entry-content h2:after{
    position: relative;
    content: '';
    width: 55px;
    height: 3px;
    background: var(--gold-gradient);
    margin: 25px 0 30px 0;
    display: block;
}

/* form */
.wpcf7-form{
    position: relative;
    margin: 0;
    padding: 0;
}
.wpcf7-form p{
    position: relative;
    margin: 0 -10px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.wpcf7-form p br{display: none;}
.wpcf7-form p label{
    position: relative;
    margin: 0 10px 20px 10px;
    width: calc(100% * (1/1) - 0px - 0px - 20px);
}
.wpcf7-form p label.half{width: calc(100% * (1/2) - 0px - 0px - 20px);}
.wpcf7-form p label span.wpcf7-form-control-wrap{
    position: relative;
    display: block;
    width: 100%;
}
.wpcf7-form p label span.ar-form-simple-text{
    position: relative;
    display: block;
    font-size: 10px;
    line-height: 1.6em;
    margin: 0;
    padding: 0;
}
.wpcf7-form p label input.wpcf7-form-control,
.wpcf7-form p label textarea.wpcf7-form-control{
    position: relative;
    width: 100%;
    font-size: 14px;
    padding: 15px 25px;
    box-sizing: border-box;
    border: none;
    background: none;
    border: 2px solid #FEE765;
    border-radius: 15px;
    color: #FEE765;
}
.wpcf7-form p label textarea.wpcf7-form-control{height: 150px;}
.wpcf7-form p label input.wpcf7-form-control::placeholder,
.wpcf7-form p label textarea.wpcf7-form-control::placeholder{
  color: #FEE765;
  opacity: 0.75;
}
.wpcf7-form p label input.wpcf7-form-control.wpcf7-submit{
    background: #FEE765;
    cursor: pointer;
    color: #000;
    text-transform: uppercase;
    transition: 350ms;
}
.wpcf7-form p label input.wpcf7-form-control.wpcf7-submit:hover{
    background: #fff;
    border-color: #fff;
}
.wpcf7-spinner{
    position: absolute;
    top: 14px;
    left: 0;
}
.wpcf7-not-valid-tip{
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 6px;
    font-size: 10px;
    line-height: 1em;
    color: #fff;
    background: rgb(212, 0, 0);
    border-radius: 4px;
}

.wp-block-media-text figure.wp-block-media-text__media img{
    position: relative;
    border-radius: 20px;
}

/* FLEX-SYSTEM */
.ar-flex{
    position: relative;
    margin: 0 -16px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.ar-item{
    position: relative;
    margin: 0 16px 32px 16px;
}
.has-1-columns .ar-item{width: calc(100% * (1/1) - 0px - 0px - 32px);}
.has-2-columns .ar-item{width: calc(100% * (1/2) - 0px - 0px - 32px);}
.has-3-columns .ar-item{width: calc(100% * (1/3) - 0px - 0px - 32px);}
.has-4-columns .ar-item{width: calc(100% * (1/4) - 0px - 0px - 32px);}
.has-5-columns .ar-item{width: calc(100% * (1/5) - 0px - 0px - 32px);}
.has-6-columns .ar-item{width: calc(100% * (1/6) - 0px - 0px - 32px);}
.has-7-columns .ar-item{width: calc(100% * (1/7) - 0px - 0px - 32px);}
.has-8-columns .ar-item{width: calc(100% * (1/8) - 0px - 0px - 32px);}
.has-9-columns .ar-item{width: calc(100% * (1/9) - 0px - 0px - 32px);}
.has-10-columns .ar-item{width: calc(100% * (1/10) - 0px - 0px - 32px);}
.has-11-columns .ar-item{width: calc(100% * (1/11) - 0px - 0px - 32px);}
.has-12-columns .ar-item{width: calc(100% * (1/12) - 0px - 0px - 32px);}
.ar-item.ar-size-10{width: calc(10% - 32px);}
.ar-item.ar-size-15{width: calc(15% - 32px);}
.ar-item.ar-size-20{width: calc(20% - 32px);}
.ar-item.ar-size-25{width: calc(25% - 32px);}
.ar-item.ar-size-30{width: calc(30% - 32px);}
.ar-item.ar-size-35{width: calc(35% - 32px);}
.ar-item.ar-size-40{width: calc(40% - 32px);}
.ar-item.ar-size-45{width: calc(45% - 32px);}
.ar-item.ar-size-50{width: calc(50% - 32px);}
.ar-item.ar-size-55{width: calc(55% - 32px);}
.ar-item.ar-size-60{width: calc(60% - 32px);}
.ar-item.ar-size-65{width: calc(65% - 32px);}
.ar-item.ar-size-70{width: calc(70% - 32px);}
.ar-item.ar-size-75{width: calc(75% - 32px);}
.ar-item.ar-size-80{width: calc(80% - 32px);}
.ar-item.ar-size-85{width: calc(85% - 32px);}
.ar-item.ar-size-90{width: calc(90% - 32px);}
.ar-item.ar-size-95{width: calc(95% - 32px);}
.ar-item.ar-size-100{width: calc(100% - 32px);}
.ar-to-right{margin-left: auto;}
.ar-justify-center{justify-content: center;}

/* Social links */
ul.social{
    position: relative;
    margin: 0 -3px;
    padding: 0;
    list-style: none;
    display: flex;
}
ul.social li{
    position: relative;
    margin: 0 3px;
}
ul.social li a{
    position: relative;
    display: block;
    color: #fff;
    text-decoration: none;
    transition: 350ms;
}
ul.social li a:before{
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 0;
    height: 0;
    background: var(--gold-gradient);
    border-radius: 100%;
    transform: translate(-50%,-50%);
    transition: 400ms;
}
ul.social li a span.name_of_current_page{display: none;}
ul.social li a i{
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid rgba(255,255,255,0.25);
    text-align: center;
    line-height: 40px;
    transition: 400ms;
}
ul.social li a i:before{font-size: 16px;}

ul.social li:hover a{color: #000;}
ul.social li:hover a i{border-color: var(--gold-gradient);}
ul.social li:hover a:before{
    width: 100%;
    height: 100%;
}

/* main-banner */
.main-banner{
    position: relative;
    width: 100%;
}
.banner-slide{
    position: relative;
    width: 100%;
}
.banner-slide img.banner-image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-slide .banner-cover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,rgba(0, 0, 0, 0.65) 7%, rgba(0, 0, 0, 0) 23%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 1) 100%);
}
.banner-slide .main-banner-text-holder{
    position: relative;
    width: 100%;
}
.banner-slide .main-banner-text-holder .text-center{
    position: relative;
    display: table;
    height: 100vh;
}
.banner-slide .main-banner-text-holder .text-center .text-inner{
    position: relative;
    vertical-align: middle;
    display: table-cell;
}
.banner-slide .main-banner-text-holder .text-center .text-inner .text-frame{
    position: relative;
    display: table;
    padding: 30px;
    box-sizing: border-box;
    background: rgba(0,0,0,0.65);
    border-left: 4px solid #fee765;
    backdrop-filter: blur(5px);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.banner-slide .main-banner-text-holder .text-center .text-inner h2{
    color: #fff;
    font-size: 34px;
    width: 100%;
    text-shadow: 1px 1px 2px black;
}
.banner-slide .main-banner-text-holder .text-center .text-inner h2:after{display: none;}
.banner-slide .main-banner-text-holder .text-center .text-inner h2 p{margin: 0;padding: 0;}
.banner-slide .main-banner-text-holder .text-center .text-inner .description{
    position: relative;
    margin: 15px 0 0 0;
    font-size: 14px;
    line-height: 1.7em;
    width: 100%;
    color: #fff;
    text-shadow: 1px 1px 2px black;
    letter-spacing: 1px;
}

.small-banner{
    position: relative;
    margin-top: -150px;
    width: 75%;
    background: #272727;
    overflow: hidden;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.small-banner-slide{
    position: relative;
    height: 180px;
    padding: 30px 40px;
    box-sizing: border-box;
    border-right: 1px solid rgba(0,0,0,0.35);
    cursor: crosshair;
    transform: 350ms;
}
.small-banner-slide span.bold{
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1.3em;
    text-transform: uppercase;
}
.small-banner-slide span.bold p{
    margin: 0;
    padding: 0;
}
.small-banner-slide span.bold:before{
    position: relative;
    content: '';
    width: 50px;
    height: 3px;
    background: var(--gold-gradient);
    display: block;
    margin: 0 0 20px 0;
}
.small-banner-slide.slick-current.slick-active{background: #333333;}
.wp-block-button__link{
    position: relative;
    top: 0;
    padding: 15px 27px!important;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 1em;
    letter-spacing: 1px;
    transition: 350ms!important;
}
.wp-block-button__link:hover{top: -4px;}

.ar-news{
    position: relative;
    width: 100%;
    padding-bottom: 140%;
    background: #1f1f1f;
    border-radius: 20px;
    overflow: hidden;
    color: #fff;
    text-transform: uppercase;
}
.ar-news .news-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 900ms;
}
.ar-news .text-holder{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 80px 30px 30px 30px;
    box-sizing: border-box;
    background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,0.75));
}
.ar-news span.date{
    position: absolute;
    top: 30px;
    left: 30px;
    padding: 8px 12px;
    box-sizing: border-box;
    font-size: 10px;
    display: table;
    background: var(--gold-gradient);
    color: #fff;
    border-radius: 5px;
    line-height: 1.1em;
    color: #000;
    z-index: 5;
}
.ar-news .text-holder h3{
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 1.5em;
}

.ar-news:hover .news-img{
    transform: scale(1.05);
}

.ar-page-title-only{
    position: relative;
    width: 100%;
    padding: 150px 0 80px 0;
    box-sizing: border-box;
    background-image: linear-gradient(to bottom, rgba(70, 70, 70, 0.75), transparent);
}
.ar-page-title-only h1{
    position: relative;
    display: block;
    font-size: 62px;
    line-height: 1.3em;
    color: #fff;
    margin: 0;
    padding: 0;
}
.ar-page-title-only p.ar-slogan{
    position: relative;
    margin: 15px 0 0 0;
    padding: 0;
    display: block;
    font-size: 15px;
    line-height: 1.5em;
    opacity: 0.8;
}
.ar-page-title-only p.ar-subtxt{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 110px;
    line-height: 1em;
    text-align: right;
    margin: 0;
    padding: 0;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    opacity: 0.25;
}

.single-welcome-image-holder{
    position: relative;
    width: 100%;
    padding-bottom: 65%;
}
.single-welcome-image-holder:before{
    position: absolute;
    content: '';
    width: 50%;
    height: calc(100% + 30px);
    border-radius: 25px;
    background: var(--gold-gradient);
    top: -15px;
    right: -15px;
}
.single-welcome-image-holder img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.single-information-box{
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 25px 0;
    font-size: 14px;
    line-height: 1em;
}
.single-header h1{
    position: relative;
    margin: 30px 0 0 0;
    padding: 0;
    font-size: 48px;
    line-height: 1.5em;
    color: #fff;
}
.single-header .ar-btn{
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-decoration: none;
    font-size: 14px;
    color: var(--gold-gradient);
    color: #fee765;
}
.single-header .ar-btn span.icon{
    position: relative;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 2px solid #fee765;
    border-radius: 100%;
    display: block;
    margin: 0 8px 0 0;
    transition: 350ms;
}
.single-header .ar-btn span.text{letter-spacing: 1px;}
.single-header .ar-btn:hover span.icon{
    background: #fee765;
    color: #000;
    margin: 0 12px 0 0; 
}
.single-header .ar-list{
    position: relative;
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
}
.single-header .ar-list li{
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 14px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.single-header .ar-list li:nth-last-child(1){border: none;}
.single-header .ar-list li span.icon{
    position: relative;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fee765;
    border: 2px solid #fee765;
    border-radius: 100%;
    margin: 0 8px 0 0;
}
.ar-news-categories{
    position: relative;
    margin: 30px -3px 0 -3px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.ar-news-categories a.ar-news-cat{
    position: relative;
    display: block;
    margin: 0 3px 8px 3px;
    font-size: 12px;
    line-height: 1em;
    padding: 9px 16px;
    border-radius: 20px;
    border: 1px solid #fee765;
    text-decoration: none;
    color: #fee765;
    letter-spacing: 1px;
    transition: 350ms;
}
.ar-news-categories a.ar-news-cat:hover{
    background: #fee765;
    color: #000;
}

.single-content{
    position: relative;
    margin: 0;
    line-height: 1.7em;
    font-size: 14px;
}
.single-content h2{
    position: relative;
    margin: 15px 0 20px 0;
    color: #fff;
    font-size: 34px;
    line-height: 1.5em;
}
.single-content h3{
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 22px;
    color: #fff;
}
.single-content ul{
    position: relative;
    margin: 20px 0 35px 0;
    padding: 0;
    display: block;
    list-style: none;
    font-size: 14px;
}
.single-content ul li{
    position: relative;
    padding-left: 15px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}
.single-content ul li:nth-last-child(1){border: none;}
.single-content ul li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 7px;
    width: 6px;
    height: 6px;
    background: #fee765;
    border-radius: 2px;
}
.single-content ul li p{
    position: relative;
    line-height: 1.6em;
}
.single-content ul li strong{color: #fee765;}

.single-content ol{
    position: relative;
    margin: 0;
    padding: 0 0 0 20px;
}
.single-content ol li{position: relative;}
.single-content ol li strong{color: #fee765;}

.main-gallery{
    position: relative;
    margin: 70px 0 0 0;
    padding: 50px;
    box-sizing: border-box;
    background: #1f1f1f;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
.main-gallery:before {
    position: absolute;
    content: '';
    width: 50%;
    height: calc(100% + 30px);
    border-radius: 25px;
    background: var(--gold-gradient);
    top: -15px;
    right: -15px;
    z-index: -1;
}

.main-gallery h3{
    position: relative;
    margin: 0 0 25px 0;
    font-size: 28px;
    line-height: 1.3em;
    color: #fff;
}
.main-gallery .ar-gallery{
    position: relative;
    margin: 0 -5px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
.main-gallery .ar-gallery li{
    position: relative;
    margin: 0 5px 10px 5px;
    width: calc(100% * (1/4) - 0px - 0px - 10px);
}
.main-gallery .ar-gallery li a{
    position: relative;
    top: 0;
    display: block;
    width: 100%;
    padding-bottom: 100%;
    border-radius: 10px;
    overflow: hidden;
    transition: 350ms;
}

.main-gallery .ar-gallery li a span.icon{
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    border: 2px solid #fee765;
    z-index: 2;
    color: #fee765;
    background: rgba(0,0,0,0.25);
    backdrop-filter: blur(5px);
    transition: 350ms;
}
.main-gallery .ar-gallery li a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-gallery .ar-gallery li:hover a span.icon{
    top: 50%;
    margin-top: -20px;
}
.main-gallery .ar-gallery li:hover a{top: -4px;}



.ar-before-footer{
    position: relative;
    width: 100%;
    padding: 50px 0 10px 0;
    box-sizing: border-box;
    background: var(--gold-gradient);
}
.con-nav{
    position: relative;
    margin: 0 -20px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.con-nav li{
    position: relative;
    margin: 0 20px 40px 20px;
}
.con-nav li a{
    position: relative;
    display: block;
    text-decoration: none;
    padding-left: 55px;
    color: #000;
}
.con-nav li a i{
    position: absolute;
    left: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    border: 1px solid #000;
    transition: 350ms;
}
.con-nav li a i:before{font-size: 18px;}
.con-nav li a span{
    position: relative;
    display: block;
    line-height: 1.4em;
}
.con-nav li a span.name_of_current_page{font-size: 20px; line-height: 1em;}
.con-nav li a span.menu-item-description{font-size: 12px; margin-top: 4px; letter-spacing: 1px;}
.con-nav li:hover a i{
    background: #000;
    color: #FEE765;
}

.related-news{
    position: relative;
    margin: 0 0 40px 0;
}
.related-news h3{
    position: relative;
    margin: 0 0 20px 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.4em;
}

.related-news ul{
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}
.related-news ul li{
    position: relative;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.related-news ul li:nth-last-child(1){border: none;}
.related-news ul li a{
    position: relative;
    text-decoration: none;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.related-news ul li a .tag-item{
    position: relative;
    flex-grow: 1;
    flex-basis: 0;
}
.related-news ul li a .tag-item.img{
    flex-grow: 0;
    flex-basis: auto;
    width: 60px;
    margin: 0 15px 0 0;
}
.related-news ul li a .tag-item.img .tag-image-holder{
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
}
.related-news ul li a .tag-item.img .tag-image-holder img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.related-news ul li a .tag-item h4{
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1.4em;
    text-transform: uppercase;
    transition: 350ms;
}
.related-news ul li a .tag-item span{
    position: relative;
    display: block;
    font-size: 10px;
    letter-spacing: 1px;
    opacity: 0.75;
    margin-top: 4px;
}
.related-news ul li:hover a:hover .tag-item h4{color: #FEE765;}

footer{
    position: relative;
    margin: 0;
    padding: 60px 0 45px 0;
    width: 100%;
    font-size: 13px;
    color: rgb(156, 156, 156);
    overflow: hidden;
}
.footer-flex{
    position: relative;
    margin: 0 -20px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.footer-item{
    position: relative;
    margin: 0 20px 40px 20px;
    width:  calc(100% * (1/5) - 0px - 0px - 40px);
}
.footer-item h2.widget-title{
    position: relative;
    margin: 0;
    padding: 0;
    display: block;
    font-size: 15px;
    color: #fff;
}
.footer-item h2.widget-title:after{
    position: relative;
    content: '';
    margin: 25px 0 30px 0;
    padding: 0;
    display: block;
    width: 40px;
    height: 2px;
    background: var(--gold-gradient);
}
.footer-item .textwidget p{
    position: relative;
    line-height: 1.7em;
}
.footer-item .menu{
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
    text-transform: uppercase;
}
.footer-item .menu li{
    position: relative;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}
.footer-item .menu li:nth-last-child(1){border: none;}
.footer-item .menu li a{
    position: relative;
    margin: 0;
    padding: 8px 0;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    display: block;
    letter-spacing: 1px;
    opacity: .75;
    transition: 350ms;
}
.footer-item .menu li:nth-child(1) a{padding-top: 0;}
.footer-item .menu li a:hover{padding-left: 5px; opacity: 1;}

footer .ar-author{
    position: relative;
    margin: 10px 0 0 0;
}
footer .ar-author p{
    position: relative;
    margin: 0;
    padding: 0;
    line-height: 1.7em;
    font-size: 11px;
    letter-spacing: 1px;
}

