@font-face {
	font-family: 'us101';
	src: url('../fonts/U.S.101.eot');
	src: url('../fonts/U.S.101.eot?#iefix') format('embedded-opentype'),
		url('../fonts/U.S.101.woff2') format('woff2'),
		url('../fonts/U.S.101.woff') format('woff'),
		url('../fonts/U.S.101.ttf') format('truetype'),
		url('../fonts/U.S.101.svg#U.S.101') format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
    overflow-x: hidden;
}

.wh-preloader.wh-preloader {
    background-color: rgb(188, 108, 105);
}

.wpk-font-us101 {
    font-family: 'us101';
}

.wpk-bold-heading {
    font-weight: bold;
}

.wh-quick-sidebar-toggler-wrapper,
.wh-search-toggler-wrapper {
    line-height: 40px;
}

.wh-quick-sidebar-toggler {
    vertical-align: -webkit-baseline-middle;
    vertical-align: -moz-middle-with-baseline;
}

.wh-quick-sidebar-social-icons > .vc_column-inner > .wpb_wrapper{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wh-quick-sidebar-social-icons.wh-quick-sidebar-social-icons .vc_icon_element {
    float: unset;
}

.wpb_widgetised_column.simple-social-icons {
    float: right;
    margin-bottom: 0;
}

.wpb_widgetised_column.simple-social-icons .fb_iframe_widget {
    vertical-align: -webkit-baseline-middle;
    vertical-align: -moz-middle-with-baseline;
    margin-right: 10px;
}

#cbp-menu-main.cbp-container {
    max-width: unset;
}

.sf-menu.sf-menu.wh-menu-main a {
    line-height: 40px;
}

.sf-menu.sf-menu.wh-menu-main li > a:after,
.sf-menu.sf-menu.wh-menu-main ul li, 
.sf-menu.sf-menu.wh-menu-main .sub-menu {
    background-color: #efe4e4;
}

.sf-menu.sf-menu.wh-menu-main ul li:hover, 
.sf-menu.sf-menu.wh-menu-main ul ul li:hover {
    background-color: #fae7e7;
}

.sf-menu.sf-menu.wh-menu-main .sub-menu li a, 
.sf-menu.sf-menu.wh-menu-main .sub-menu li.menu-item-has-children:after {
    color: #000000;
}

.sf-menu.sf-menu.wh-menu-main .sub-menu,
.msm-wrap.msm-wrap li.msm-menu-item .msm-submenu {
    top: 45px;
}

.sf-menu.sf-menu.wh-menu-main a, 
.respmenu.respmenu li a {
    font-family: 'us101';
}

.msm-wrap li.msm-menu-item .msm-submenu a.wh-button.wpk-menu-past-winners-link {
    color: #000000;
    border-color: #000000;
}

.msm-wrap li.msm-menu-item .msm-submenu a.wh-button.wpk-menu-past-winners-link:hover {
    color: #bc6c69;
    border-color: #bc6c69;
}

/* FEATURED POSTS */
.wpk-genesis-featured-posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wpk-genesis-featured-posts .entry {
    flex-basis: 33%;
    margin-right: 0;
    background: #f7f7f7;
    border: 1px solid #ededed;
    width: 33%;
    float: left;
    max-width: 100%;
    margin-bottom: 5px;
}

.wpk-genesis-featured-posts a.alignnone {
    color: #222;
    position: relative;
    display: inline-block;
    margin-bottom: 17px;
    max-width: 100%;
    width: 100%;
}

.wpk-genesis-featured-posts .entry img {
    width: 100%;
    height: auto;
    border-bottom: 5px solid #f7f7f7;
}

.wpk-genesis-featured-posts .entry-title {
    border: none;
    line-height: 1.2;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    padding: 0 24px;
}

.wpk-genesis-featured-posts .entry-title a {
    color: #222;
    font-weight: 500;
    position: relative;
    border: none;
}

.wpk-genesis-featured-posts .entry-content {
    padding: 0 24px 24px 24px;
    padding-bottom: 12px;
    font-family: Roboto;
    color: #000000;
}

.wpk-genesis-featured-posts .entry:hover {
    background: #efefef;
    border: 1px solid #e7e7e7;
}

.wpk-genesis-featured-posts .entry:hover img {
    border-bottom: 5px solid #d47c7b;
}

@media only screen and (max-width: 900px) {
    .wpk-genesis-featured-posts .entry {
        flex-basis: 49%;
    }
}

@media only screen and (max-width: 600px) {
    .wpk-genesis-featured-posts .entry {
        flex-basis: 100%;
    }
}

/* HOME ARTICLES */
.wpk-home-articles .wpb_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wpk-home-articles .hentry {
    position: relative;
    flex-basis: 24%;
    margin: 0;
}

.wpk-home-articles .hentry > a {
    position: relative;
    display: block;
    width: 100%;
    height: 300px;
}

.wpk-home-articles .hentry img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.wpk-home-articles .hentry .entry-title {
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    pointer-events: none;
    text-align: center;
    font-family: 'Raleway', sans-serif;
}

.wpk-home-articles .hentry:hover .entry-title {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    opacity: 1;
}

.wpk-home-articles .hentry:after {
    background-color: #ffffff;
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.wpk-home-articles .hentry:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
}

@media only screen and (max-width: 900px) {
    .wpk-home-articles .hentry {
        flex-basis: 49%;
    }
}

@media only screen and (max-width: 600px) {
    .wpk-home-articles .hentry {
        flex-basis: 100%;
    }
}

/* GRID MOVIES */
.wpk-movie-grid-el .wpb_wrapper {
    position: relative;
}

.wpk-movie-grid-el .wpk-movie-grid-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0,0,0,0.65);
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.wpk-movie-grid-el:hover .wpk-movie-grid-content {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    opacity: 1;
}

.wpk-movie-grid-content .vc_column_container {
    position: relative;
    width: 100%;
    height: 100%;
}

.wpk-movie-grid-content .vc_column-inner {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
}

.wpk-movie-grid-content .vc_custom_heading {
    z-index: 2;
    text-transform: uppercase;
}

.wpk-movie-grid-content .wh-alt-button {
    line-height: 24px;
    font-weight: 800;
    border-radius: 0px 0px 0px 0px;
    background: transparent;
    font-family: "Open Sans";
    text-transform: uppercase;
}

.wpk-movie-grid-content .wh-alt-button:hover {
    background: #ffffff;
    color: #000000;
}

@media only screen and (min-width: 601px) and (max-width: 900px) {
    .wpk-movie-grid-el.vc_column_container {
        height: 600px;
        width: 50%;
        float: left;
    }

    .wpk-movie-grid-el > .vc_column-inner {
        height: 100%;
        position: relative;
    }

    .wpk-movie-grid-el .vc_column-inner > .wpb_wrapper {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

/* TIMELINE */
.wpk-timeline .vc_col-sm-2 {
    width: 20%;
    float: left;
}

.wpk-timeline > .vc_col-sm-2:last-of-type {
    display: none;
}

.wpk-timeline-separator {
    position: relative;
}

.wpk-timeline-separator:after {
    position: absolute;
    content: " ";
    width: 10px;
    height: 10px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #bc6c69;
    border-radius: 50%;
    background-color: #bc6c69;
}

.wpk-timeline-current .wpk-timeline-separator:after {
    background-color: #000000;
    border-color: #000000;
}

@media only screen and (max-width: 600px) {
    .wpk-timeline .vc_col-sm-2 {
        width: 50%;
    }

    .wpk-timeline .vc_col-sm-2:nth-of-type(5) {
        width: 100%;
    }
}

.wpk-feature-timeline .vc_col-sm-2 {
    width: 14.285%;
    float: left;
}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {
    .wpk-feature-timeline .vc_col-sm-2 {
        width: 20%;
    }

    .wpk-feature-timeline .vc_col-sm-2:nth-of-type(6),
    .wpk-feature-timeline .vc_col-sm-2:nth-of-type(7) {
        width: 50%;
    }
}

@media only screen and (min-width: 901px) and (max-width: 1200px) {
    .wpk-feature-timeline .vc_col-sm-2 {
        width: 25%;
    }

    .wpk-feature-timeline .vc_col-sm-2:nth-of-type(5),
    .wpk-feature-timeline .vc_col-sm-2:nth-of-type(6),
    .wpk-feature-timeline .vc_col-sm-2:nth-of-type(7) {
        width: 33.33%;
    }
}

@media only screen and (min-width: 601px) and (max-width: 900px) {
    .wpk-feature-timeline .vc_col-sm-2 {
        width: 33%;
    }

    .wpk-feature-timeline .vc_col-sm-2:nth-of-type(7) {
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    .wpk-feature-timeline .vc_col-sm-2 {
        width: 50%;
    }

    .wpk-feature-timeline .vc_col-sm-2:nth-of-type(7) {
        width: 100%;
    }
}

/* Contest Details grid */
.contest-details-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}

.contest-detail {
	flex-basis: 48%;
	position: relative;
	min-height: 190px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.contest-detail .wpk-contest-details-content-wrp {
    flex-basis: 65%;
    margin-left: 20px;
}

.contest-detail img {
	left: 0;
	max-width: 170px;
	top: 0;
}

.contest-detail h4 {
	font-family: us101;
	font-size: 32px;
	margin-bottom: 8px;
    text-transform: uppercase;
    line-height: 1.2;
}

.contest-detail .wpk-contest-details-content-wrp {
    font-family: 'Roboto', sans-serif;
}

.contest-detail .wpk-contest-details-content-wrp p {
    font-size: 16px;
}

.contest-detail:nth-of-type(6) {
	font-size: 14px;
}

@media only screen and (max-width: 900px) {
    .contest-detail {
        flex-basis: 100%;
    }
}

/* COUNTDOWN */
.wpk-countdown {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    font-size: 20px;
    padding: 10px 15px;
    text-transform: uppercase;
    text-align: right;
    color: black;
}

.wpk-countdown-final-date > span {
    margin: 0 2px;
}
.wpk-countdown2.wpk-countdown-final-date {
    padding-right: 4px;
}
@media only screen and (max-width: 768px) {
    .wpb_wrapper .tp-parallax-wrap {
        margin-top: 80px;
    }
}

/* PROJECTS GRID */
.grid-item,
.grid-item figure.portfolio {
    height: 300px;
}

.grid-item figure.portfolio img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.wpk-home-revslider.wpk-home-revslider {
    margin-bottom: 15px;
}

.wpk-home-icons-row {
    text-align: center;
}

.wpk-home-icons-row .wh-content-box {
    width: 90%;
    margin: 0 auto;
}

.wpk-heading-judges {
    letter-spacing: 3px;
    text-transform: uppercase;
}

.wpk-home-enews .enews {
    text-align: center;
}

.wpk-home-enews #subbox {
    max-width: 370px;
    margin-bottom: 16px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #222222;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 300;
    padding: 16px;
    width: 100%;
    height: unset;
}

.wpk-home-enews #subbutton {
    background: #222222;
    max-width: 184px;
    color: #ffffff;
    margin: 0;
    width: 100%;
    cursor: pointer;
    font-family: 'Raleway', sans-serif;
    padding: 16px 24px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    border: none;
}

.wpk-home-enews #subbutton:hover {
    background: #c56e6d;
    color: #ffffff;
}


@media only screen and (max-width: 900px) {
    .wpk-home-icons-row .vc_col-sm-3 {
        float: unset;
        width: 100%;
    }

    .wpk-home-icons-row .wh-offset-one-eight {
        margin-left: 0;
    }
}

.wpk-revslider-wrp .wpb_content_element {
    margin-bottom: 25px;
}

.wpk-rev-button {
    background: #222222;
    color: #ffffff;
    margin: 0;
    cursor: pointer;
    font-family: 'Raleway', sans-serif;
    padding: 16px 24px;
    text-transform: uppercase;
    font-size: 14px;
    border: none;
    width: 130px;
}

.wpk-rev-button:hover {
    color: #ffffff;
}

.wpk-custom-hoverable-button.wpk-custom-hoverable-button,
.wpk-custom-hoverable-button.wpk-custom-hoverable-button:hover {
    background-color: #222222;
    position: relative ;
    overflow: hidden;
    border: none;
}

.wpk-custom-hoverable-button:hover > .anim {
    -moz-animation: anim-out 0.75s;
    -webkit-animation: anim-out 0.75s;
    animation: anim-out 0.75s;
}

.wpk-custom-hoverable-button:hover > .anim:after {
    -moz-animation: anim-out-pseudo 0.75s;
    -webkit-animation: anim-out-pseudo 0.75s;
    animation: anim-out-pseudo 0.75s;
}

.wpk-footer-text-copyright {
    text-align: center;
    font-family: Roboto;
}

.filter-button-group.filter-button-group span {
    margin: 0 15px;
}
