ul.grid {
    margin: 0;
    padding: 0;
}
ul.grid .grid-sizer,
ul.grid .gutter-sizer,
ul.grid .grid-item {
    list-style: none;
}
body.single .grid-sizer {
    width: calc(50% - 25px);
}
body.single .gutter-sizer {
    width: 50px;
}
body.single .grid-item {
    width: calc(50% - 25px);
}
@media (max-width: 520px) {
    body.single .grid-sizer {
        width: 100%;
    }
    body.single .gutter-sizer {
        width: 0;
    }
    body.single .grid-item {
        width: 100%;
    }
}
body.category .grid-sizer,
body.home .grid-sizer,
body.search .grid-sizer,
body.home .grid-item,
body.search .grid-item {
    width: 30%;
}
body.category .grid-item{
	width:100%;
}
body.category .gutter-sizer,
body.home .gutter-sizer,
body.search .gutter-sizer {
    width: 5%;
}
body.category .grid-item--width3,
body.home .grid-item--width3,
body.search .grid-item--width3 {
    margin-bottom: 50px;
}
@media (max-width: 768px) {
    body.category .grid-sizer,
    body.home .grid-sizer,
    body.search .grid-sizer {
        width: calc(50% - 25px);
    }
    body.category .gutter-sizer,
    body.home .gutter-sizer,
    body.search .gutter-sizer {
        width: 50px;
    }
	.body.category .grid-item{
		width:100%;
	}
    body.home .grid-item,
    body.search .grid-item {
        width: calc(50% - 25px);
    }
}
@media (max-width: 520px) {
    body.category .grid-sizer,
    body.home .grid-sizer,
    body.search .grid-sizer {
        width: 100%;
    }
    body.category .gutter-sizer,
    body.home .gutter-sizer,
    body.search .gutter-sizer {
        width: 0px;
    }
    body.category .grid-item,
    body.home .grid-item,
    body.search .grid-item {
        width: 100%;
    }
}
.grid-item--width3 {
    margin-bottom: 50px;
}
.grid-item {
    background-color: #f8f9f9;
}
.grid-item.post {
    position: relative;
}
.grid-item .img-responsive {
    width: 100%;
}
.grid-item .item-container {
    padding: 17px 20px 20px;
}
.grid-item .item-container h3 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: #22222a;
    margin: 0 0 13px;
    line-height: 24px;
}
@media (max-width: 520px) {
    .grid-item .item-container h3 {
        font-size: 18px;
    }
}
.grid-item .item-container h3 a {
    color: #22222a;
    text-decoration: none;
}
.grid-item .item-container .publisher_name {
    color: #8c8b8b;
    display: block;
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 22px;
}
.grid-item .item-container .publisher_name a {
    color: #22222a;
    text-decoration: underline;
}
.grid-item .item-container .publisher_name a.permalink {
    text-decoration: none;
}
.grid-item .item-container .publisher_name a.dots_link {
    position: relative;
    height: 6px;
    width: 22px;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0;
    float: right;
}
.grid-item .item-container p {
    color: #8c8b8b;
    font-size: 16px;
    line-height: 22px;
}
.grid-item .item-container .divider {
    display: block;
    height: 1px;
    margin: 17px 0 15px;
    background-color: #e7e4e4;
}
.grid-item .item-container h4 {
    color: #8c8b8b;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}
.grid-item .book_row {
    display: table;
    width: 100%;
}
.grid-item .book_row .book_link {
    float: left;
}
.grid-item .book_row .book_link a {
    color: #22222a;
    font-size: 16px;
    line-height: 22px;
    text-decoration: underline;
}
.grid-item .book_row .price {
    float: right;
    color: #22222a;
    font-size: 16px;
    line-height: 22px;
}
.grid-item .book_row .price-value {
    display: none;
}
.grid-item .book_row .price-value.active {
    display: block;
}
.grid-item .readmore {
    color: #0f1d2b;
}
.rating {
    background-color: rgba(0, 0, 0, 0.3);
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    color: white;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 40px;
}

.form_wrap {
    max-width: 400px;
    border-radius: 4px;
    padding: 20px;
    margin-top: 70px;
}
@media (min-width: 451px) {
    .form_wrap {
        background-color: #fff;
    }
}
@media (max-width: 450px) {
    .form_wrap {
        background-color: #f8f9f9;
        max-width: 100%;
        margin: 0;
        border-bottom: 1px solid #e7e4e4;
        padding: 10px 10px 20px;
    }
}
@media (min-width: 451px) {
    .front-content {
        padding: 100px 0 30px;
    }
}
@media (max-width: 450px) {
    .front-content {
        padding: 40px 0 20px;
    }
}
.front_category h2 {
    display: table;
    width: 100%;
    font-size: 24px;
    line-height: 30px;
}
.front_category h2 + .divider {
    margin-bottom: 30px;
}
@media (max-width: 520px) {
    .front_category h2 {
        font-size: 18px;
        line-height: 24px;
    }
}
.front_category h2 a {
    text-decoration: none;
    color: #0f1d2b;
    display: block;
    position: relative;
}
.front_category h2 a img {
    max-width: 24px;
    width: 100%;
    height: auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.front_category .excerpt a,
.front_category .excerpt a:hover,
.front_category .excerpt a:focus {
    color: #8c8b8b;
    text-decoration: none;
}
.alpha_categories {
    display: table;
    width: 100%;
    clear: both;
    margin-bottom: 70px;
}
@media (max-width: 520px) {
    .alpha_categories {
        margin-bottom: 10px;
    }
}
.alpha_categories li {
    float: left;
}
@media (min-width: 769px) {
    .alpha_categories li {
        width: 31%;
        margin-left: 3.5%;
    }
    .alpha_categories li:nth-child(3n+1) {
        margin-left: 0;
    }
}
.alpha_categories li a {
    line-height: 22px;
    font-size: 16px;
    color: #8c8b8b;
    text-decoration: none;
}
@media (max-width: 768px) {
    .alpha_categories li {
        width: calc(50% - 25px);
        margin-left: 50px;
    }
    .alpha_categories li:nth-child(2n+1) {
        margin-left: 0;
        clear: both;
    }
}
.alpha_categories_heading {
    clear: both;
    color: #0f1d2b;
    font-size: 24px;
    line-height: 24px;
    margin: 0;
    padding: 30px 0 15px;
}
#hero-front {
    display: -ms-flexbox;
    display: flex;
    background-position: center;
    background-size: cover;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
@media (min-width: 451px) {
    #hero-front {
        min-height: calc(100vh - 45px);
    }
}
@media (max-width: 450px) {
    #hero-front {
        background-size: 100vw auto;
        background-repeat: no-repeat;
        background-position: center top;
        padding-top: 56.25vw;
    }
}
#hero-front .cont-wrapper {
    padding-bottom: 150px;
    position: relative;
    z-index: 3;
}
@media (max-width: 450px) {
    #hero-front .cont-wrapper {
        padding: 0 !important;
    }
}
#hero-front .hero_link {
    position: absolute;
    color: #fff;
    text-decoration: none;
}
@media (min-width: 961px) {
    #hero-front .hero_link {
        bottom: 20px;
        right: 20px;
    }
}
@media (max-width: 960px) {
    #hero-front .hero_link {
        bottom: 15px;
        right: 15px;
    }
}
@media (max-width: 450px) {
    #hero-front .hero_link {
        display: none;
    }
}
.admin-bar #hero-front {
    min-height: calc(100vh - 77px);
}
.home .cat-hero h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
}

@media (max-width: 600px) {
    .home .cat-hero h1 {
        font-size: 18px;
        line-height: 24px;
    }
    .home .cat-hero {
        max-width: 550px;
        width: 100%;
        margin: 0 auto;
    }
}
#select_hotel {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (min-width: 851px) {
    #select_hotel .selectbox_location {
        -ms-flex: 1 100%;
        flex: 1 100%;
        padding-bottom: 30px;
    }
    #select_hotel .selectbox_price {
        -ms-flex: 1 100%;
        flex: 1 100%;
        padding-bottom: 30px;
    }
    #select_hotel .selectbox_submit {
        -ms-flex: 1 100%;
        flex: 1 100%;
    }
}
@media (max-width: 850px) {
    #select_hotel {
        max-width: 500px;
    }
    #select_hotel .selectbox_location {
        -ms-flex: 1 100%;
        flex: 1 100%;
        margin-bottom: 20px;
    }
    #select_hotel .selectbox_price {
        -ms-flex: 1 100%;
        flex: 1 100%;
        margin-bottom: 20px;
    }
    #select_hotel .selectbox_submit {
        -ms-flex: 1 100%;
        flex: 1 100%;
    }
}
@media (max-width: 440px) {
    #select_hotel {
        max-width: 500px;
    }
    #select_hotel .selectbox_location {
        -ms-flex: 1 100%;
        flex: 1 100%;
        margin-bottom: 30px;
    }
    #select_hotel .selectbox_price {
        -ms-flex: 1 100%;
        flex: 1 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }
    #select_hotel .selectbox_submit {
        -ms-flex: 1 100%;
        flex: 1 100%;
        margin-bottom: 10px;
    }
}
#tohome {
    position: absolute;
    z-index: 2;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    height: 48px;
    padding: 0 15px;
    display: table;
    text-decoration: none;
}
.selectbox_location .selectize-control.single .selectize-input:after {
    display: none;
    content: none;
}
.selectbox_price .selectize-dropdown-content {
    max-height: initial;
}
.selectbox_submit .submit_button {
    display: block;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    border-radius: 6px;
    border: none;
    background-color: #0f1d2b;
    width: 100%;
    text-align: center;
}
.selectbox_submit .submit_button:after {
    content: '';
    background: url(../images/find-button-arrow-2x.png);
    background-size: cover;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}
.selectize-input.full input,
.selectize-input.full .item {
    float: left;
    position: initial;
    display: inline;
}
.selectize-input.full input {
    width: initial !important;
    position: relative;
}
.category_description {
    margin-bottom: 20px;
}
.category_description div {
    height: 66px;
    display: block;
    font-size: 18px;
    line-height: 24px;
}
.category_description.active div {
    height: auto;
    display: block;
    overflow: initial;
    text-overflow: unset;
}
.category_description a {
    color: #0f1d2b;
    text-decoration: underline;
    font-size: 16px;
}
.category_description .readmore {
    color: #0f1d2b;
    text-decoration: underline;
    display: block;
    font-size: 16px;
    cursor: pointer;
    line-height: 22px;
}
.mousearrows {
    box-sizing: content-box;
}
.mousearrows * {
    box-sizing: content-box;
}
.mousearrows span {
    display: block;
    width: 5px;
    height: 5px;
    /* IE 9 */
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin: 0 0 3px 6px;
}
.mousearrows .one {
    margin-top: 6px;
}
.mousearrows .one,
.mousearrows .two,
.mousearrows .three {
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
}
.mousearrows .one {
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -webkit-animation-direction: alternate;
}
.mousearrows .two {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -webkit-animation-direction: alternate;
}
.mousearrows .three {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -webkit-animation-direction: alternate;
}
.mouse {
    height: 21px;
    width: 14px;
    border-radius: 10px;
    transform: none;
    border: 2px solid #fff;
    top: 170px;
    box-sizing: content-box;
}
.mouse * {
    box-sizing: content-box;
}
.wheel {
    height: 5px;
    width: 2px;
    display: block;
    margin: 5px auto;
    background: #fff;
    position: relative;
    -webkit-animation: mouse-wheel 1.2s ease infinite;
    -moz-animation: mouse-wheel 1.2s ease infinite;
}
@keyframes mouse-wheel {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(6px);
    }
}
@keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}
@media (max-width: 520px) {
    .articles_home {
        margin-top: 50px;
    }
}

#headline .cont-wrapper {
    padding-top: 100px;
}

#headline h1 {
    font-size: 24px;
    margin-bottom: 15px;
}

#headline p {
    font-size: 16px;
    color: #8c8b8b;
    line-height: 22px;
}

.headline-wrap {
    padding: 0;
    margin-top: 20px;
}

#topline.with-border, .topline_wrap.with-border {
    border-bottom: 1px solid #e7e4e4;
}




.front_category h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
}


.alpha_categories h3 {
    font-weight: 500;
}


.faq_list dt h3 {
    font-size: 16px;
}

@media (max-width: 450px) {
    .headline-es .cont-wrapper{
        padding-top: 70px;
    }

    .headline-es .form_wrap {
        background: #fff;
        border-bottom: none;
    }

}

.grid-sizer {
    width: 30%;
}

.gutter-sizer {
    width: 5%;
}

.grid-item {
    width: 30%;
}

.front_category h2 {
    font-weight: 600;
}

.es-post  h2 {
    font-weight: 500;
}

.pagination {
    position: absolute;
    bottom: -60px;
    width: 100%;

}

.pagination .screen-reader-text {
    display: none;
}

.pagination a {
    color: #8c8b8b;
}

.archive-list {
    list-style: none;
}

.page-numbers {
    display: none;
}

.page-numbers.prev, .page-numbers.next {
    display: initial;
    padding: 12px 20px;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    font-size: 16px;
    transition: 0.5s;
}

.page-numbers.prev {
    margin-right: 5px;
}

.page-numbers.prev:hover, .page-numbers.next:hover {
    color: #000;
    background: #fff;
}

.articles-archive {
    padding-bottom: 140px;
}


.post-type-archive-articles .currency_box.menu_box,
.post-type-archive-articles .filter_box.menu_box,
.post-type-archive-articles .filter_box.menu_box,
.post-type-archive-articles .sortby_box.menu_box {
    display: none;
}

@media (max-width: 768px) {

    .grid-sizer {
        width: calc(50% - 25px);
    }

    .gutter-sizer {
        width: 50px;
    }

    .grid-item {
        width: calc(50% - 25px);
    }
}


@media (max-width: 520px) {
   .grid-sizer {
        width: 100%;
    }
    .gutter-sizer {
        width: 0;
    }

    .grid-item {
        width: 100%;
    }
}



.article-archive-title-and-text-container h1{
font-size: 24px;
    line-height: 30px;
    margin: 0 0 15px;
	padding-top:100px;
}
.article-archive-title-and-text-container {
	margin-bottom:40px;
}
.article-archive-title-and-text-container p{
color: #8c8b8b;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 20px;
}
@media (max-width:768px){
	.article-archive-title-and-text-container h1{
font-size: 24px;
    line-height: 30px;
    margin: 0 0 15px;
	padding-top:0px;
}
	.article-archive-title-and-text-container {
	margin-bottom:0px;
}
}
