/*
	Theme Name: Dynamitt
	Theme URI: https://dynamitt.eu
	Template: twentynineteen
	Author: The Dynamitt Team
	Author URI: https://dynamitt.eu
	Version: 1.0.1579256566
	Updated: 2020-05-13 15:45:46
*/

/* Default Styles */
a {
    outline: none !important;
}

a:focus {
    outline: none !important;
}

h1:before, h2:before, h3:before {
    content: none !important;
}
/* End Default Styles */

.main-menu-more {
	display: none !important;
}

.overlay {
    height: 0%;
    /*height: 250px;*/
    width: 100%;
    position: fixed;
    z-index: 10;
    /*top: 0;*/
    bottom: 72px;
    left: 0;
    background-color: rgb(0,0,0);
    /*background-color: rgba(0,0,0, 0.9);*/
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    /*position: relative;
    top: 25%;*/
    /*position: absolute;
    bottom: 72px;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    color: #fff;*/
}

.item a.info {
    padding: 0 !important;
}

h2 a{
    color: #fff;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}


.overlay .current a {
  color: #fff;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    /*top: 20px;*/
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
    .overlay {
        overflow-y: auto;
    }
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.openMenu {
	display: block;
    /*width: 100%;*/
	width: auto;
    /*height: 72px;*/
    line-height: 72px;
	text-align: center;
	background-color: #1f1f1f;
    font-size: 30px;
    cursor: pointer;
    color: #fff;
    /*position: fixed;*/
    bottom: 0;
    z-index: 9;
    padding: 0 30px;
}

.custom-nav {
    z-index: 999;
}

#wpm_menu_scroller {
    /*display: grid;
    text-align: center;
    margin: 0 auto;*/
    text-align: center;
    margin: 0 auto;
    width: fit-content;
    width: -moz-fit-content;

}
ul#wpm_magazine_navigation_list {
    margin: 0;
    padding: 0;
    font-size: 0;
    display: inline-block;
}
li.wpm_selected_page {
    position: relative;
    cursor: pointer;
    display: inline-block;
    width: 220px;
    height: 250px;
    margin: 0;
    background-color: #000;
    background-color: rgba(0,0,0,.2);
}

.owl-carousel .owl-item img {
    width: auto !important;
}

.page_thumbnail {
    width: 100%;
    height: 160px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.elementor-element-1a325822,
.elementor-element-17b87447 {
    margin-bottom: 72px;
}

.openMenu {

}


.elementor-post-navigation__link {
    display: inline-table !important;
}

.post-navigation__arrow-wrapper {
    width: 75px;
    height: 72px;
    line-height: 74px;
    text-align: center;
    background-color: #03AFEF;
}

.elementor-post-navigation__prev a {
    float: right !important;
}

.elementor-post-navigation__next a {
    float: left !important;
}

.post-navigation__arrow-prev {
    padding-right: 0 !important;
}

.post-navigation__arrow-next {
    padding-left: 0 !important;
}

.post-navigation__arrow-prev:hover {
    background-color: #4d9cdd;
}

.post-navigation__arrow-next:hover {
    background-color: #4d9cdd;
}












#sync2 .item {
    background: #2b2b2b;
    width: 220px;
    height: 250px;
    /*margin: 5px;*/
    color: #fff;
    text-align: center;
    cursor: pointer;
}

#sync2 .current .item {
    background: #5da3dd !important;
}

#sync2 .owl-item:nth-child(odd) .item {
    background-color: #1e1e1e;
}

#sync2 .owl-item:nth-child(even) .item {
    background-color: #2b2b2b;
}

.owl-theme .owl-nav {
  /*default owl-theme theme reset .disabled:hover links */
}

.owl-theme .owl-nav [class*="owl-"] {
    transition: all 0.3s ease;
}

.owl-theme .owl-nav [class*="owl-"].disabled:hover {
    background-color: #d6d6d6;
}

#sync1.owl-theme {
    position: relative;
}

#sync1 .owl-nav {
    width: 237px;
    margin: 0 auto;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: inline-block;
    background-color: #1F1F1F;
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
    width: 75px;
    height: 72px;
    /*margin-top: -20px;*/
    /*position: absolute;*/
    /*top: 50%;*/
}

#sync1.owl-theme .owl-prev {
    left: 10px;
}

#sync1.owl-theme .owl-next {
    right: 10px;
}



.text {
    position: relative;
    width: 190px;
    padding: 10px 20px 20px 10px;
    height: 90px;
    text-align: left;
}

.custom-nav {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 72px;
}

#customNav {
    width: 250px;
    margin: 0 auto;
    position: fixed;
    left: 0;
    right: 0;
}

#customNav.owl-nav [class*="owl-"] {
    transition: all 0.3s ease;
}

#customNav .owl-nav [class*="owl-"].disabled:hover {
    background-color: #d6d6d6;
}

#customNav .owl-next,
#customNav .owl-prev {
    display: inline-block;
    position: absolute;
    bottom: 0;
    width: 75px;
    height: 72px;
    padding: 19px !important;
    background-color: #03AFEF;
    border-left: 1px solid rgba(255,255,255,0.2);
    border-right: 1px solid rgba(255,255,255,0.2);
    border-radius: 0 !important;
}

#customNav .owl-next,
#customNav .owl-prev:focus {
    outline: none;
}

#customNav .owl-prev:hover {
    background-color: #99d8ef;
}

#customNav .owl-next:hover {
    background-color: #99d8ef;
}

#customNav .owl-prev {
    left: 10px;
}

#customNav .owl-next {
    right: 10px;
}






/*#sync2 .owl-nav {
    width: 237px;
    margin: 0 auto;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: inline-block;
    background-color: #1F1F1F;
}

#sync2.owl-theme .owl-next,
#sync2.owl-theme .owl-prev {
    width: 75px;
    height: 72px;
    /*margin-top: -20px;*/
    /*position: absolute;*/
    /*top: 50%;*/
}

/*#sync2.owl-theme .owl-prev {
    left: 10px;
}

#sync2.owl-theme .owl-next {
    right: 10px;
}*/














/*.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}*/

/*.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}*/

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

.burgerburger {
    display: block;
    width: auto;
    width: 80px;
    line-height: 72px;
    text-align: center;
    font-size: 30px;
    cursor: pointer;
    color: #fff;
    /*padding: 0 30px;*/
    margin: 0 auto;
}












.wpm_nav_button {
    display: inline-block;
    width: 75px;
    height: 72px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    pointer-events: visible;
    cursor: pointer;
}

.wpm_nav_button .tableHolder span.button_more_icon {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -4px;
    margin-top: -4px;
    width: 7px;
    height: 7px;
    background-color: #000;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #ffffff;
}

.wpm_nav_button .tableHolder span.button_more_icon:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    left: -11px;
    background-color: #ffffff;
}

.wpm_nav_button .tableHolder span.button_more_icon:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    left: 11px;
    background-color: #ffffff;
}

#wpm_nav_right {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    font-size: 0;
}

#wpm_nav_button_more {
    display: inline-block;
    position: relative;
    vertical-align: top;
    height: 72px;
    pointer-events: none;
}

#wpm_menu_more {
    display: block;
    position: relative;
    height: 72px;
    width: auto;
    background-color: #fff;
    top: 0;
    z-index: 0;
    opacity: 0;
    transition: transform .1s ease-out 0s,opacity .1s ease-out 0s;
}

.wpm_custom_navigation {
    position: relative;
    display: inline-block;
}

.wpm_nav_button {
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 75px;
    height: 72px;
    z-index: 10;
    border-color: fade(#fff,30%);
    vertical-align: top;
    transition: background-color .25s ease-out;
}

#wpm_nav_right #wpm_nav_button_more>.wpm_nav_button {
    display: inline-block;
    position: absolute;
    vertical-align: top;
    top: 0;
    right: 0;
    z-index: 10;
    pointer-events: visible;
}

#wpm_nav_button_more:hover #wpm_menu_more {
    opacity: 1;
    -ms-transform: translate(-75px,0);
    transform: translate(-75px,0);
    transform: translate3d(-75px,0,0);
    pointer-events: visible;
}

#wpm_menu_more .wpm_nav_button {
    background-size: 45%;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    box-sizing: border-box;
    border-left-style: solid;
    border-left-width: 1px;
    width: 75px !important;
}

.wpm_custom_navigation {
    position: relative;
    display: inline-block;
}

#wpm_nav_right #wpm_nav_button_more {
    display: inline-block;
    position: relative;
    vertical-align: top;
    height: 72px;
    pointer-events: none;
}

#wpm_nav_right #wpm_nav_button_more #wpm_menu_more {
    display: block;
    position: relative;
    height: 72px;
    width: auto;
    background-color: #03AFEF;
    top: 0;
    z-index: 0;
    /*opacity: 0;*/
    opacity: 1;
    transition: transform .1s ease-out 0s,opacity .1s ease-out 0s;
    -ms-transform: translate(-75px,0);
    transform: translate(-75px,0);
    transform: translate3d(-75px,0,0);
}

#wpm_nav_right #wpm_nav_button_more:hover #wpm_menu_more {
    opacity: 1;
    -ms-transform: translate(-75px,0);
    transform: translate(-75px,0);
    transform: translate3d(-75px,0,0);
    pointer-events: visible;
}

#wpm_nav_right #wpm_nav_button_more #wpm_menu_more .wpm_nav_button {
    background-size: 45%;
    background-position: center;
    background-repeat: no-repeat;
}

.wpm_nav_button .tableHolder {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}

#wpm_nav_right .wpm_nav_button {
    box-sizing: border-box;
    border-left: 1px solid rgba(255,255,255,0.2);
    border-right: 1px solid rgba(255,255,255,0.2);
}

#wpm_nav_button a {
    display: inline-block;
    width: 100%;
    height: 72px;
}

.wpm_nav_button .tableHolder .icon {
    display: table-cell;
    vertical-align: middle;
    font-size: 30px;
    font-weight: 100;
}

.icon-nav_editions:before {
    content: "\e606";
}

#wpm_nav_right #wpm_nav_button_more #wpm_menu_more .wpm_nav_button.pp {
    background-image: url(images/pp.svg);
}

#wpm_nav_right #wpm_nav_button_more #wpm_menu_more .wpm_nav_button.cou {
    background-image: url(images/cou.svg);
}

/*[class*=" icon-"], [class^=icon-] {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/

.style-post-mag  article h3.elementor-post__title a {
    display: block;
    padding: 14px 21px;
    position: relative;
}

.style-post-mag  article h3.elementor-post__title a:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: transform .3s ease-out;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.style-post-mag  article h3.elementor-post__title a:hover:before {
    -ms-transform: scaleY(0);
    transform: scaleY(0);
}

.style-post-mag  article h3.elementor-post__title a:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: transform .3s ease-out;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    background: rgba(3,175,239,0.5);
}

.style-post-mag  article h3.elementor-post__title a:hover:after {
    -ms-transform: scaleY(0);
    transform: scaleY(0);
}

.icon-search:before {
    color: #fff;
}

.icon-files-empty:before {
    color: #fff;
}



.custom-subMenu ul li a {
    display: block;
    height: 72px;
    line-height: 80px;
}

.custom-subMenu ul li:first-child:before {
    content: "";
    height: 100%;
    position: absolute;
    left: calc(-42px/2);
    border: 1px solid rgba(255,255,255,0.2);
}

/*.custom-subMenu ul li {
    -ms-transform: scaleZ(0);
    transform: scaleZ(0);
}

.custom-subMenu ul li.current {
    -ms-transform: scaleZ(100);
    transform: scaleZ(100);
}

.custom-subMenu ul li.active {
    -ms-transform: scaleZ(100) !important;
    transform: scaleZ(100) !important;
}*/


.custom-subMenu ul {
    width: 74px;
    height: 72px;
    -webkit-transition: width 0s ease-in-out;
    -moz-transition: width 0s ease-in-out;
    -o-transition: width 0s ease-in-out;
    transition: width 0s ease-in-out;
}

.custom-subMenu ul:hover {
    width: 379px;
    -webkit-transition: width 0s ease-in-out;
    -moz-transition: width 0s ease-in-out;
    -o-transition: width 0s ease-in-out;
    transition: width 0s ease-in-out;
}

.custom-subMenu ul:hover li {
    opacity: 1;
}

/*.custom-subMenu ul li:hover {
    background-color: #99d8ef;
}*/

.custom-subMenu ul:hover li.itemfixer {
    position: initial;
}

.custom-subMenu ul li {
    opacity: 0;
}

.custom-subMenu ul li.itemfixer {
    position: absolute;
    opacity: 1;
}

#sync1 {
    height: 0 !important;
}

#sync2 .item .text {
    background: #fff;
    width: 100%;
    color: #94d7ef;
    border-right: 1px solid rgb(0 0 0 / 7%);
    font-size: 16px;
    line-height: 4;
    font-family: "Arial", Sans-serif;
    padding-left: 15px;
}
#sync2 .current .item .text {
    background: #5da3dd !important;
    color: #fff;
}
#sync2 .item:hover .text{
    background: #5da3dd !important;
    color: #fff;
}

/* Featured Image */

article.magthumb {
    position: relative;
    overflow: hidden;
    display: block;
    height: auto;
    padding-bottom: 30px;
    margin-bottom: 30px;
    width: 100%;
    border-bottom: 2px dotted #000000;
}

article.magthumb figure {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 40%;
    height: auto;
    overflow: hidden;
    margin-bottom: 30px !important;
    float: left;
}

article.magthumb figure a:before {
    content: "";
    display: block;
    padding-top: 58%;
}

article.magthumb section {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 60%;
    padding-left: 30px;
}

.thumbnail_issues {
    /*height: 210px;*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.mag-button {
    background-color: #666;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid transparent;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    font-size: 16px;
    font-family: "Arial", Sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.40;
    letter-spacing: 0.03em;
    color: #ffffff !important;
    padding: 9px 16px;
}

/* End Featured Image */

@media all and (max-width: 600px) {
    article.magthumb figure {
        width: 100%;
        margin-bottom: 0 !important;
    }
    article.magthumb section {
        width: 100%;
        padding-left: 0;
    }
}