
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/******************************** Moves single view *********************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/

.moves_single__wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 2em auto;
    padding: 40px 20px;
    box-sizing: border-box;
    
}

.moves_single--title {
    font-size: 27px;
    font-family: "Bai Jamjuree", sans-serif;
    margin: 0 0 20px;
    padding: 0;
    font-weight: 500;
}

.moves_single__container {
    display: flex;
    justify-content: space-between;
}

.moves_single__left {
    width: calc(65% - 10px);
    font-size: 15px;
}

.moves_single__right {
    width: calc(35% - 10px);
    font-size: 12px;
}



.moves_single--visual {
    width: 100%;
    margin-bottom: 30px;
} 

.moves_single__image {
    width: 100%;
}

.moves_single__desc {
    margin: 0 0 20px;
}

.moves_single__desc--title {
    margin: 0 0 15px;
    padding: 0;
    color: #26BFCE;
    font-size: 18px;
}

.moves_single__file {
    background: #26BFCE;
    margin-bottom: 5px;
    padding: 30px 15px;
    color: #FFF;
    
}

.moves_single__file--link  {
    font-size: 15px;
    text-decoration: none;
    color: #FFF;
}

.moves_single__file--link:hover {
    color: #292267;
}

.moves_single__file--icon {
    vertical-align: bottom;
    font-size: 20px!important;
    margin-right: 5px;
}

.moves_single__info {
    background: #292267;
    margin-bottom: 5px;
    padding: 30px 15px;
    color: #FFF;
    font-size: 11px;
}

.moves_single__file--title  {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
}

/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/******************************* Moves shortcode view *******************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/

.moves  {
    width: 100%;
    margin: 0;
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
}

/*********************/
/******* Filters *****/
/*********************/


.moves__filters {
    margin-bottom: 35px;
/*    font-size: 20px;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.moves__filters--taxonomy {
    margin-bottom: 10px;
    width: calc(50% - 10px);
    display: flex;
    justify-content: space-between;
}

.moves__filters--taxonomy label{
    font-size: 17px;
    /*color: #1f1e38;*/
    /*color: #aea;*/
    color: #FFF;
}

.moves__filters--taxonomy select{
    border: none;
    border-bottom: 2px solid #26BFCE;
    font-size: 15px;
    font-family: "Bai Jamjuree", Sans-serif;
    outline: none;
    color: #FFF;
}

.moves__filters button {
    width: 100%;
    height: 45px;
/*    padding: 10px 5px;*/
    font-size: 20px;
    color: #000;
    border: none;
    background: #26BFCE;
    border-radius: 4px;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
    outline:  none;
}
.moves__filters button:before {
    content: "Filter";
    position: absolute;
    top: 50%;
    left:  50%;
    transform: translate(-50%, -50%);
    color: #000;
    z-index: 2;
    transition: .4s;
}

.moves__filters button:after {
    content: "";
    width: 100px;
    height: 100px;
    background: #292267;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0,0);
    transition: .4s;
    border-radius: 50%;
}

.moves__filters button:hover:before {
    color: #fff;
}

.moves__filters button:hover:after {
    width: 100%;
    transform: translate(-50%, -50%) scale(4,4);
} 

/*********************/
/******** List *******/
/*********************/

.moves--list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin:  0;
}

.moves--list:after {
    content: "";
    width: calc(100% / 3);
}

/*********************/
/***** List item *****/
/*********************/


.moves__item {
    width: calc(100% / 3);
    background: rgba(255,255,255,0);
    transition: 0.4s;
    color: #1f1e38;
    box-sizing: border-box;
    display: flex;
}

.moves__item:hover {
    background: #26BFCE;
    color: #FFF;
}

.moves__item--title {
    font-family: "Bai Jamjuree", Sans-serif;
    font-size: 27px;
    margin: 0 0 15px;
}

.moves__item--link {
    text-decoration: none;
    display: block;
    padding: 10px;
    outline: none;
}

.moves__item--thumbnail {
    margin-bottom: 15px;
}

.moves__item--image {
/*    width: 100%;*/
    max-width: 100%;
    height:  auto;
    vertical-align: bottom;
}

.moves__item--taxonomies {
    font-size: 11px;
    font-family: "Bai Jamjuree", Sans-serif;
}

.moves__item--taxonomy_title {
    font-weight: 500;
}
