/* Menu */
@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?qsvdg4');
    src:  url('../fonts/icomoon.eot?qsvdg4#iefix') format('embedded-opentype'),
      url('../fonts/icomoon.ttf?qsvdg4') format('truetype'),
      url('../fonts/icomoon.woff?qsvdg4') format('woff'),
      url('../fonts/icomoon.svg?qsvdg4#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
  
[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.overflow-menu {
    overflow: hidden;
}
.y-menu-slide {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    z-index: 55555;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    transition: all 0.4s cubic-bezier(.4,0,.2,1);
    -o-transition: all 0.4s cubic-bezier(.4,0,.2,1);
    -moz-transition: all 0.4s cubic-bezier(.4,0,.2,1);
    -webkit-transition: all 0.4s cubic-bezier(.4,0,.2,1);
}
.yung-menu-mobile:before {
    content: "";
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 55556;
    transition: all 0.2s cubic-bezier(.4,0,.2,1) 0s;
    -o-transition: all 0.2s cubic-bezier(.4,0,.2,1) 0s;
    -moz-transition: all 0.2s cubic-bezier(.4,0,.2,1) 0s;
    -webkit-transition: all 0.2s cubic-bezier(.4,0,.2,1) 0s;
}
.yung-menu-mobile.active-menu::before {
    transition: all 0.4s cubic-bezier(.4,0,.2,1) 0.2s;
    -o-transition: all 0.4s cubic-bezier(.4,0,.2,1) 0.2s;
    -moz-transition: all 0.4s cubic-bezier(.4,0,.2,1) 0.2s;
    -webkit-transition: all 0.4s cubic-bezier(.4,0,.2,1) 0.2s;
}
.yung-menu-mobile.active-menu::before,
.active-menu .y-menu-slide {
    opacity: 1;
    visibility: visible;
}
body.admin-bar .menu-primary-mobile {
    margin-top: 120px;
}
body.admin-bar .yung-menu-mobile:before {
    height: 130px;
}
.menu-primary-mobile {
    position: absolute;
    left: 0;
    top: 0;
    padding: 30px;
    bottom: 0;
    margin-top: 100px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -o-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -webkit-transform: translateY(15px);
    transition: all 0.4s cubic-bezier(.4,0,.2,1);
    -o-transition: all 0.4s cubic-bezier(.4,0,.2,1);
    -moz-transition: all 0.4s cubic-bezier(.4,0,.2,1);
    -webkit-transition: all 0.4s cubic-bezier(.4,0,.2,1);
}
.active-menu .menu-primary-mobile {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
}
.y-mobile-menu {
    list-style: none;
    margin: 0 0 15px;
    padding: 0;
    width: 100%;
}
.y-mobile-menu ul {
    list-style: none;
    padding: 30px;
    margin: 0;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    transition: all 0s ease 0.5s;
    -o-transition: all 0s ease 0.5s;
    -moz-transition: all 0s ease 0.5s;
    -webkit-transition: all 0s ease 0.5s;
}
.y-mobile-menu ul.show-submenu {
    visibility: visible;
    opacity: 1;
    transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -webkit-transition: all 0s ease 0s;
}
.y-mobile-menu li {
    margin: 0;
    padding: 0;
}
.y-mobile-menu a {
    color: #000;
    display: block;
    padding: 10px 0;
    font-size: 20px;
    font-weight: bold;
}
.back-to-menu a:before,
.y-mobile-menu .menu-item-has-children > a:after {
    content: '\e900';
    font-family: "icomoon";
    position: relative;
    top: 2px;
    padding-left: 5px;
}
.back-to-menu a:before {
    content: '\e901';
    padding-right: 5px;
    padding-left: 0;
}
.y-menu-button {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    cursor: pointer;
    width: 35px;
    height: 35px;
    z-index: 55557;
}
.y-menu-button span {
    position: absolute;
    display: block;
    top: 0;
    background-color: #000;
    left: 0;
    bottom: 0;
    margin: auto;
    content: '';
    width: 100%;
    height: 2px;
    transition: all 250ms cubic-bezier(.2,.6,.3,1);
    -o-transition: all 250ms cubic-bezier(.2,.6,.3,1);
    -moz-transition: all 250ms cubic-bezier(.2,.6,.3,1);
    -webkit-transition: all 250ms cubic-bezier(.2,.6,.3,1);
}
.y-menu-button span:first-child {
    transform: translateY(-5.5px);
    -o-transform: translateY(-5.5px);
    -moz-transform: translateY(-5.5px);
    -webkit-transform: translateY(-5.5px);
}
.y-menu-button span:last-child {
    transform: translateY(5.5px);
    -o-transform: translateY(5.5px);
    -moz-transform: translateY(5.5px);
    -webkit-transform: translateY(5.5px);
}
.active-menu .y-menu-button span:first-child {
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.active-menu .y-menu-button span:last-child {
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.y-menu-text {
    margin-bottom: 10px !important;
    font-size: 18px;
    color: #666;
    font-weight: 600;
    display: block;
}
.menu-social-media {
    margin: 0;
    padding: 10px 0 0;
    list-style: none;
}
.menu-social-media li {
    margin: 0 15px;
    padding: 0;
    display: inline-block;
}
.menu-social-media li:first-child {
    margin-left: 0;
}
.menu-social-media li:last-child {
    margin-right: 0;
}
.menu-social-media a {
    color: #000;
    font-size: 17px;
}
.y-button-menu {
    background-color: #BD1E1E;
    font-size: 18px;
    font-weight: bold;
    fill: #FFFFFF;
    color: #FFFFFF;
    padding: 15px 30px;
    margin-top: 60px;
    margin-bottom: 90px;
    display: inline-block;
    text-align: center;
}
.y-button-menu:hover {
    color: #fff;
}

/* Slider */
.yung-slider-post .slick-list {
    padding: 0;
    cursor: grab;
}
.yung-slider-post .yung-post {
    display: inline-block;
}
.yung-slider-post .post-inner {
    padding: 0 7px;
}
.yung-slider-post .entry-title {
    font-size: 27px;
    margin-top: 15px;
    margin-bottom: 8px;
}
.yung-slider-post .post-excerpt {
    font-size: 15px;
    margin-bottom: 0;
}
.yung-slider-post .yung-prev, 
.yung-slider-post .yung-next {
    background-color: #fff;
    width: 1.3em;
    height: 1.3em;
}
.yung-slider-post .yung-prev:before, 
.yung-slider-post .yung-next:before {
    line-height: 1.3;
}

/* Team Slider */
.yung-slider {
    padding: 0 60px;
    text-align: center;
}
.yung-slider-item {
    padding: 0 12px;
}
.yung-slider .yung-prev,
.yung-slider .yung-next {
    margin: auto 0;
}
.yung-slider h2 {
    margin: 0;
    font-size: 27px;
}
.yung-slider span {
    font-size: 15px;
    font-weight: bold;
}
.yung-slider p {
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 0;
    color: #424242;
}

/* Grid Post */
.yung-grid-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.yung-post img {
	width: 100%;
}
.yung-grid-post .yung-post {
	position: relative;
	width: 100%;
	padding-left: 7px;
	padding-right: 7px;
    margin-bottom: 20px;
}
.post-thumbnail {
    position: relative;
}
.header-date {
    position: absolute;
    right: 0;
    top: 0;
    width: 47px;
    height: 47px;
    background-color: #400409;
    color: #fff;
    text-align: center;
}
.header-date span {
    display: block;
}
.header-date .date-day {
    font-weight: 900;
    font-size: 21px;
    line-height: 1;
    margin-top: 4px;
}
.header-date .date-month {
    line-height: 1;
    margin-top: 3px;
    font-size: 12px;
}
.yung-grid-post .entry-title {
    font-size: 19px;
    margin-top: 10px;
    margin-bottom: 4px;
    font-weight: bold;
}
.y-author, .y-date {
    font-size: 12px;
}
.y-author {
    margin-right: 15px;
    margin-bottom: 10px;
}
.c-col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.c-col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.c-col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.c-col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

/*--------------------------------------------------------------
## Collapse
--------------------------------------------------------------*/
.collapse-item {
	border: 1px solid #e2e2e2;
	border-radius: 10px;
	margin-bottom: 20px;
}
.yung-collapse .collapse-item > a {
	padding: 20px;
	color: #000;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
}
.collapse-item i {
	margin-right: 0;
	margin-left: auto;
}
.collapse-item svg {
	width: 20px;
	height: 20px;
}
.content-collapse {
	padding: 0 20px;
}
.content-collapse p {
	margin-bottom: 25px;
}
.content-collapse a {
	margin-top: -10px;
    margin-bottom: 25px;
    display: block;
}
.collapse:not(.show) {
	display: none;
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height 0.35s ease 0s;
	-o-transition: height 0.35s ease 0s;
	-moz-transition: height 0.35s ease 0s;
	-webkit-transition: height 0.35s ease 0s;
}