/*
ESTILOS PARA EL ARCHIVE DESTINATIONS
*/

.p6a_destinations_archive .p6a_top_destinations_section1{
    margin: 0px 0px 20px 0px;
}
.p6a_destinations_archive .p6a_top_destinations_section2{
    margin: 20px 0px 20px 0px;
}


.p6a_destinations_archive .p6a_separator_line{
    height: 2px;
    width: 18%;
    display: block;
    overflow: hidden;
    background-color: #e2e2e2;
    margin-bottom: 25px;
    margin: auto;
}

.p6a_destinations_archive .p6a_destiny_title{
	text-align: center;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 100;
    color: #1a1a1a;

}

.p6a_destinations_archive .p6a_text_desc{
	 font-size: 50px;
    /* font-weight: 500; */
    text-align: center;
    color: #1a1a1a;

}

.p6a_destinations_archive .p6a_text_desc_long{
	 font-size: 22px;
    margin: 10px 100px 10px 100px;
    text-align: center;
    color: #1a1a1a;

}

.p6a_destinations_archive .p6a_post_main{
	border: 1px solid #e2e2e2;
	padding: 15px;
    margin-bottom: 25px;

}

.p6a_destinationsArchiveCity .p6a_destiny_title{
    font-size: 60px;
    text-transform: uppercase;
    text-align: center;
    color: black;
    font-weight: 100;
}

.p6a_destinations_archive .p6a_destiny_title{
    font-size: 60px;
    text-transform: uppercase;
    text-align: center;
    color: black;
    font-weight: 100;
}

.fusion-page-title-bar.fusion-page-title-bar-breadcrumbs.fusion-page-title-bar-left{
    display: none;
}


/*small phone*/
@media (max-width:450px){

    .p6a_destinations_archive{
        margin: 10px 10px 10px 10px !important;
    }    

    .p6a_destinations_archive .p6a_destiny_title{
        font-size: 36px;
        margin: 10px;

    }
    .p6a_destinations_archive .p6a_post_main {
        border: none;
        padding: 0px;
    }
}


/*tablet phone medium*/
@media (min-width:455px) and (max-width:768px){


}