.select2-container {
    width: 100%;
}

.select2-container .select2-choice {
    background: #fff;
    border: 2px solid #a6a6a6;
    border-radius: 0;
    height: 43px;
}

.select2-drop-active {
    border: 2px solid #a6a6a6;
}

.select2-container .select2-choice > .select2-chosen {
    background: #fff;
    margin-top: 5px;
}

.select2-container .select2-choice .select2-arrow {
    background: transparent;
    border: none;
    width: 30px;
}

.select2-container .select2-choice .select2-arrow b {
    background: none;

    border: 5px solid transparent;
    border-top: 5px solid #555252;
    content: '';
    display: block;
    height: 0;
    left: 10px;
    margin-top: 3px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
}

.nice-select {
    display: none;
}

.page-id-13305 .entry-content,
.page-id-13340 .entry-content {
    padding: 20px;
}