.burger_share{
    width: 30px;
    height: 30px;
}
.burger_share:hover .burger_sharebox,
.burger_share:hover .burger_sharebox::after,
.burger_share:hover .burger_sharebox::before{
    background-color: #1cbac8;
}
.burger_sharebox{
    width: 30px;
    height: 2px;
    background: #333333;
    position: relative;
    margin-top: 50%;
    
}
.burger_sharebox.active{
    width: 0;
}
.burger_sharebox::before,
.burger_sharebox::after{
    content: '';
    width: 30px;
    height: 2px;
    position: absolute;
    background-color: #333333;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}

.burger_sharebox::before{
    top: 10px;
}
.burger_sharebox::after{
    bottom: 10px;
}
.burger_sharebox.active::before{
    top: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);

    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}
.burger_sharebox.active::after{
    bottom: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);

    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}
.share.active-share{
    display: none;
}
.position{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #F2F2F2;
}
.pos-bottom,
.pos-top{
    display: flex;
}
.pos-left-top{
    border-top-left-radius: 100%;
}
.pos-left-top img{
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
}
.pos-right-top img{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.pos-right-bottom img{
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.pos-left-bottom img{
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}
.pos-right-top{
    border-top-right-radius: 100%;
}
.pos-left-bottom{
    border-bottom-left-radius: 100%;
}
.pos-right-bottom{
    border-bottom-right-radius: 100%;
}

.pos-left-top,
.pos-right-top,
.pos-left-bottom,
.pos-right-bottom{
    width: 50%;
    height: 18px;
}



.position .pos-top .pos-left-top:hover,
.position .pos-top .pos-right-top:hover,
.position .pos-bottom .pos-left-bottom:hover,
.position .pos-bottom .pos-right-bottom:hover{
    background-color: #1cbac8;
}
.share-top-left{
    float: left !important;
    margin-left: -100px !important;
}
.share-bottom-left{
    float: left !important;
    margin-left: -100px !important;
}
.share-bottom-right{
    float: right !important;
}
.articleNavigation{
    max-height: 100%;
    overflow: hidden;
    top: 50% !important;
    scrollbar-color: transparent;
    width: calc(18% + 30px) !important;
}
.articleNavigation ul{
    padding: 90px 0 45px 0 !important;
    overflow: auto;
}
.articleNavigation ul li{
    margin-top: 30px;
    padding-right: 20px;
}
.articleNavigation li.active a {
    transition: all .4s !important;
    -webkit-transition: all .4s !important;
    -moz-transition: all .4s !important;
    -ms-transition: all .4s !important;
    -o-transition: all .4s !important;
}
.articleNavigation li a{ transition: all .4s !important ; -webkit-transition: all .4s !important ; -moz-transition: all .4s !important ; -ms-transition: all .4s !important ; -o-transition: all .4s !important ;
    padding-left: 20px !important;
}
.articleNavigation a::before {
    
    width: 35px !important;
}


.articleNavigation ul{
    
    height: 100% !important;
    display: flex;
    flex-direction: column !important;
}
.articleNavigation ul li a{
    margin-bottom: 0 !important;
}
.articleNavigation li a::before{
    background-color: transparent !important;
}
.articleNavigation li.active a::before{
    background-color: rgb(0, 119, 204) !important;
}
.articleNavigation {
    position: fixed;
    left: 0px;
    top: 0 !important;
    z-index: 1;
    transform: none !important;
    width: calc(14% + 30px);
    max-width: 215px;
    list-style: none;
    padding: 0px;
    margin: 0px;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
}
/* #footer  .four:nth-child(3){
    width: 200px !important;
} */
.widget_portfolio .portfolio-widget-item {
    margin: 0 10px 10px 0 !important;
}
.es-field-wrap{
    margin: 0 !important;
}
@media(min-width: 992px){
.entry_image_new {
    margin-left: auto;
    margin-right: auto;
    flex: 0 0 83.3333%;
    width: 65.3333% !important;
}
}
.es_subscription_form.es_shortcode_form{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.es_required_field.es_txt_email.ig_es_form_field_email{
    margin: 0 !important;
}
.pum-content.popmake-content:focus-visible{
    outline: none !important;
}
.pum-content.popmake-content{
    outline: none !important;
}
.es_subscription_form_submit.es_submit_button.es_textbox_button{
    margin: 0;
}
.es_required_field.es_txt_email.ig_es_form_field_email{
    width: 350px !important;
}
.pum-content.popmake-content{
    font-family: Graphik, Helvetica, Arial, sans-serif;
}
.pum-content.popmake-content h3{
    font-family: Graphik,Helvetica,Arial,sans-serif !important;
    color: rgb(85, 101, 117) !important;
    line-height: 1.8 !important;
    font-size: 18px !important;
}
.subscription_popup_title{
    font-size: 27px;
    line-height: 1;
    font-family: Graphik, Helvetica, Arial, sans-serif;
    max-width: 1000px;
    margin: 0 auto 24px;
    color: #26282d;
}
.mega-menu-item .mega-sub-menu::before{
	content: '';
	width: 30px;
	height: 30px;
	background-color:black;
	left:0;
	top:0;
}
