/**
* Style single post
*/

.single-post article{
    margin: 50px 0;
}
.single-post .header-post {
    border-bottom: 2px solid #cca94d;
}
.single-post .entry-title{
    font-size: 4rem;
    margin: 0;
}
.single-post .meta-info {
    font-size: 1.5rem;
    margin-top: 10%;
    padding: 0;
}
.single-post .meta-info li{
    float: none;
}
.single-post .post-entry{
    padding-top: 3%;
}
.single-post #comment {
    width: 100%;
}


/**
* Single page
*/
.page .thumb-page {
    max-height: 380px;
    overflow: hidden;
    padding: 0!important;
}
.page .thumb-page img{
    width: 100%;
    height: auto;
}
.page .top-page-info{
    background: transparent url('../../images/bluenotemilano-bk-centered.png') repeat-y center top;
    background-size: 100% auto;
    padding: 0 0 3%;
}
.page .top-page-info .title{
    border-left: 5px solid #cca94d;
}
.page .top-page-info .col-md-5,
.page .top-page-info .col-md-7,
.page .top-page-info .col-md-6{
    padding-top: 2%;
}
.page .action-page p {
    font-family: 'Playfair Display',serif !important;
    text-transform: uppercase;
}
.page .sibling-list, .sibling-list {
    clear: both !important;
    display: block;
    margin: 3% 0;
    overflow: auto;
    padding: 0;
    width: 100% !important;
}
.page .sibling-list > li {
    border: 2px solid #cdaa4e;
    display: block;
    margin: 5px;
}
.page .sibling-list li a {
    padding: 5px 10px;
    display: block;
}
.page .sibling-list li a:hover{
    background: none repeat scroll 0 0 #123551 !important;
    color: #fff!important;
    padding-left: 20px;
}
.page .child-list {
    list-style: none outside none;
    overflow: auto;
    padding: 0;
    text-align: center;
}
.child-list li {
    display: inline-block;
    margin: 5px;
    border: 2px solid #cdaa4e;
}
.child-list a {
    display: block;
    padding: 5px 10px;
}
.child-list a:hover{
    background: none repeat scroll 0 0 #123551 !important;
    color: #fff!important;
    padding-left: 20px;
}
.page .border-box {
    border-left: 4px solid #ccc;
    margin: 15px 0;
}

/* Landing page */
.subpage-content {
    clear: both;
    float: none;
    padding: 3% 0;
    border-top: 2px solid #dedede;
}
.page .subpage-content:nth-child(2n) .col-md-5 {
    float: right!important;
}
.footer-action .action-btn.col-md-offset-3 {
    margin-left: 25%;
}

/* Contact page */
.map-page iframe{
    max-width: 100%;
    width: 100%;
    min-height: 350px;
}

/* btn general in single */
a.button.blue{
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #103249;
    height: 40.5px;
    background-position: center right;
    background-repeat: no-repeat !important;
    background-size: auto auto;
    border: medium none !important;
    padding: 12px 45px;
    text-align: left;
    /*width: 100% !important;*/
    font-size: 1.3rem;
    text-transform: uppercase;
    color: #ffffff !important;
    float: right;
    transition: all 0.3s ease-in-out 0s !important;
    -webkit-transition: all 0.3s ease-in-out 0s !important;
    -o-transition: all 0.3s ease-in-out 0s !important;
}
a.button.blue:after {
    background-image: url("images/arrow-white.png") !important;
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 20px;
    margin-left: 25px;
    vertical-align: middle;
    width: 20px;
    transition: all 0.3s ease-in-out 0s !important;
    -webkit-transition: all 0.3s ease-in-out 0s !important;
    -o-transition: all 0.3s ease-in-out 0s !important;
}
a.button.blue:hover {
    background-color: #CCA94D !important;
    color: #ffffff !important;
}
a.button.blue:hover:after {
    margin-left: 35px;
    transition: all 0.3s ease-in-out 0s !important;
    -webkit-transition: all 0.3s ease-in-out 0s !important;
    -o-transition: all 0.3s ease-in-out 0s !important;
}
.page-content .download-button {
    clear: both !important;
    display: inline-block;
    float: none;
    margin: 5px 0 25px;
    width: auto !important
}
/* Posts navigation */
.navigation {
    margin: 3% 0;
    padding: 2%;
}
/* terms & COndition */
#btn-accept {
    width: 80%;
}
.page-template-page-terms-conditions-php .ui-widget{
    font-family: Asap,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 0.9em;
}
.page-template-page-terms-conditions-php #checked {
    background: none repeat scroll 0 0 #f8f8f8;
    font-family: 'Playfair Display',serif !important;
    font-size: 1.3em;
    text-align: center;
}
.page-template-page-terms-conditions-php .ui-widget-header{
    background: transparent none;
    border: none;
}
@media (max-width: 991px) {
    .page .top-page-info {
        background-image: none;
    }
    .page .border-box{
        clear:both;
    }
}
@media (max-width: 640px) {
    .page .top-page-info, body .top-page-info{
        background-image: none;
    }
}
@media (max-width: 480px) {
    .wpxt-accordion-content p a.button.blue {
        height: auto !important;
    }
    p a img {
        height: auto;
        width: 100%;
    }
    .content-page a.button.blue {
        padding: 12px !important;
    }
}