/*
Theme Name: Ariana's House Custom Theme
Theme URI: https://dev-arts.gr
Author: Dev Arts
Author URI: https://dev-arts.gr
Description: Ariana's House Custom Theme
Version: 1.0
Text Domain: devarts-ariana-theme
*/

.wpcf7-response-output {
    display: inline-block;
}

.ds_footer_right {
    float: right;
}

.da-logo {
    font-size: 1.5em;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 3px 12px rgba(0, 0, 0, .55);
}
.da-rooms-border {
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #fafafa;
}
.da-figcaption {
    border: 1px solid #f0f2f6;
}
.da-logo-styles-ex-home {
    font-size: .95em;
    color: #606060;
    text-shadow: unset;
}
@media only screen and (max-width: 480px) {
    .ds_footer_right {
        float: unset;
    }
    .da-logo-mobile {
        font-size: 0.7em;
        text-shadow: unset;
        color:#606060;
    }
    .da-logo {
        font-size: 0.7em;
    }
}