/*
Theme Name: piramissarvar
Theme URI: https://piramissarvar.hu
Author: Peter Csonka
Author URI: https://petercsonka.com
Version: 6.0
*/

body{
    background-color: #e5e5e5;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.618;
    color: #3C4858;
}
h1, h2, h3, h4, h5{
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 300;
    margin: 0px 0px 15px 0px;
    line-height: 1.6;
}
p{
    padding: 0px;
    margin: 0px 0px 15px 0px;
}
h1{
    font-size: 41px;
}
h2{
    font-size: 36px;
}
h3{
    font-size: 31px;
}
h4{
    font-size: 26px;
}
h5{
    font-size: 22px;
}
a{
    -webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -o-transition: color .2s linear;
    -ms-transition: color .2s linear;
    transition: color .2s linear;
    color: #23527c;
}
a:hover{
    text-decoration: none;
    color: #e91e63;
}
*:focus {outline:0;}

.row > .wrapper{
    display: block;
    width: 100%
}

.ui.primary.buttons .button, .ui.primary.button{
    background-color: #e91e63;
}
.ui.primary.buttons:hover .button:hover, .ui.primary.button:hover, .ui.primary.buttons .button:active, .ui.primary.button:active, .ui.primary.buttons .button:focus, .ui.primary.button:focus{
    background-color: #c50d4c;
}
.ui.secondary.buttons .button, .ui.secondary.button{
    background-color: #a4a4a4;
}
.ui.button.reseticon{
    top: -1px;
    margin-right: 0px;
}
.ui.button:not(.icon).reseticon > .icon:not(.button):not(.dropdown){
    margin-right: 0px;
}
.ui.selection.active.dropdown, .ui.selection.active.dropdown:hover, .ui.selection.active.dropdown .menu, .ui.selection.active.dropdown:hover .menu{
    border-color: #eeadc3;
}
body.pushable > .pusher{
    background-color: #e5e5e5;
}

/* BACKGROUND */
#page > #background{
    height: 35vh;
    width: 100%;
    position: absolute;
    z-index: -1;
}
#page > #background > div{
    width: 100%;
    height: 100%;

    background: no-repeat center center;
    background-size: cover;
}
.bg_dark #page > #background{
    background-color: #3C4858;
}
@media screen and (max-width: 800px){
    #page > #background{
        height: 60vh;
    }
}
.mobile #page > #background{
    height: 60vh;
}
.home #page > #background{
    height: 80vh;
}
.mobile.landscape .home #page > #background{
    height: 100vh;
}

/* MENU */
.fixed-top{
    padding: 20px 0px;
    background: rgba(256, 256, 256, 0);

    -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out, padding .5s ease-in-out;
}
.fixed-top > div > div.row{
    display: block;
}
.fixed-top.stick{
    background: #fff;
    padding: 0px;

    -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.fixed-top #header-menu{
    margin: 0px;
    list-style: none;
}
.fixed-top .menu-fomenu-container{
    float: right;
}
.fixed-top #header-menu li{
    display: inline-block;
    margin-left: 1px;

    -webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;

    border-radius: 3px;
    background-color: rgba(256, 256, 256, 0);
}
.fixed-top #header-menu li:hover{
    background-color: rgba(256, 256, 256, 0.2);
}
.fixed-top #header-menu a{
    display: block;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 15px;
}
.bg_dark .fixed-top #header-menu a{
    color: #fff;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
}
.bg_bright .fixed-top #header-menu a{
    color: #3C4858;
    text-shadow: 0px 0px 3px rgba(256, 256, 256, 1);
}
.fixed-top #header-menu a:hover, .fixed-top.stick #header-menu a:hover{
    color: #e91e63;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.fixed-top.stick #header-menu a{
    color: rgb(85, 85, 85);
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.fixed-top #pyramid{
    height: 60px;
    width: 70px;
    margin-top: -12px;
    float: left;
}
.fixed-top a.logo{
    display: inline-block;

}
.fixed-top a.logo h2{
    font-size: 20px;
    display: inline-block;
    line-height: 2.3;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
    color: #fff;
    margin-bottom: 0px;

    -webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -o-transition: color .2s linear;
    -ms-transition: color .2s linear;
    transition: color .2s linear;
}
.fixed-top a.logo:hover h2{
    color: #e91e63;
}
.bg_bright .fixed-top a.logo h2{
    color: #3C4858;
    text-shadow: 0px 0px 3px rgba(256, 256, 256, 1);
}
.fixed-top.stick a.logo h2{
    color: #3C4858;
    text-shadow: 0px 0px 3px rgba(256, 256, 256, 0);
}
.fixed-top.stick a.logo:hover h2, .bg_bright .fixed-top a.logo:hover h2{
    color: #e91e63;
}
.bg_dark .fixed-top #pyramid{
    background-image: url("/wp-content/themes/piramissarvar/pix/bright_pyramid.svg");
    -webkit-filter: drop-shadow( 0px 0px 2px rgba(0, 0, 0, 0.5) );
    filter: drop-shadow( 0px 0px 2px rgba(0, 0, 0, 0.5) );

    -webkit-transition: background .2s linear;
    -moz-transition: background .2s linear;
    -o-transition: background .2s linear;
    -ms-transition: background .2s linear;
    transition: background .2s linear;
}
.bg_bright .fixed-top #pyramid, .bg_dark .fixed-top.stick #pyramid{
    background-image: url("/wp-content/themes/piramissarvar/pix/dark_pyramid.svg");
    webkit-filter: drop-shadow( 0px 0px 2px rgba(256, 256, 256, 0.5) );
    filter: drop-shadow( 0px 0px 2px rgba(256, 256, 256, 0.5) );
}
.fixed-top a.logo:hover #pyramid{
    background-image: url("/wp-content/themes/piramissarvar/pix/purple_pyramid.svg") !important;
    webkit-filter: drop-shadow( 0px 0px 2px rgba(0, 0, 0, 0) );
    filter: drop-shadow( 0px 0px 2px rgba(0, 0, 0, 0) );

    -webkit-transition: background .2s linear;
    -moz-transition: background .2s linear;
    -o-transition: background .2s linear;
    -ms-transition: background .2s linear;
    transition: background .2s linear;
}
.hamburger{
    display: none;
    background-color: rgba(256, 256, 256, 0.8);

    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomright: 6px;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 6px;

    -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);

    padding-bottom: 8px;
    z-index: 1000;
    position: fixed;
    top: 10px;
    left: 10px;

    -webkit-transition: background .2s linear, left .5s ease;
    -moz-transition: background .2s linear, left .5s ease;
    -o-transition: background .2s linear, left .5s ease;
    -ms-transition: background .2s linear, left .5s ease;
    transition: background .2s linear, left .5s ease;
}
.hamburger-box{
    width: 30px;
    height: 21px;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before{
    width: 30px;
    height: 3px;
}
.hamburger:hover{
    background-color: rgba(256, 256, 256, 0.95);
    opacity: 1;
}
@media screen and (max-width: 1200px){
    .fixed-top > .container > .row > a{
        display: none;
    }
    .fixed-top #header-menu{
        padding-left: 0px;
    }
    .fixed-top .menu-fomenu-container{
        float: left;
    }
}
@media screen and (max-width: 767px){
    .fixed-top{
        display: none;
    }
    .hamburger{
        display: inline-block;
    }
}
.mobile .fixed-top{
    display: none;
}
.mobile .hamburger{
    display: inline-block;
}


.fixed-top #header-menu li:hover:last-child{
    background-color: transparent;
}
.direct_code_search.hidden{
    cursor: pointer;
}
.direct_code_search.hidden i{
    color: #3C4858;
    opacity: 0.8 !important;
    text-shadow: 0px 0px 3px rgba(256, 256, 256, 1);
}
.bg_dark .direct_code_search.hidden i{
    color: #fff;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
}
.bg_dark .stick .direct_code_search.hidden i {
    color: #3C4858 !important;
    text-shadow: 0px 0px 3px rgba(256, 256, 256, 0);
}
.direct_code_search > div{
    margin-left: 20px;
}
.direct_code_search.hidden > div{
    margin-left: 40px;
}
.direct_code_search input[name="realestate_id"]{
    width: 100px !important;
    text-transform: uppercase;
}
.direct_code_search.hidden input[name="realestate_id"]{
    padding: 0px !important;
    width: 0px !important;
    border: 0px !important;
}
#slideout-menu .direct_code_search{
    margin-top: 10px;
}
#slideout-menu .direct_code_search input[name="realestate_id"]{
    width: 100% !important;
}



/* SLIDEOUT MENU */
#slideout-menu{
    background-color: #323437;
}
#slideout-menu ul{
    list-style: none;
    padding: 10px 0px;
}
#slideout-menu a{
    display: block;
    padding: 10px 25px;
    font-weight: 300;
    font-size: 18px;
    color: #fff;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}
#slideout-menu a:hover{
    color: #e91e63;
}
.ui.uncover.sidebar{
    z-index: 1001;
}

/* FRONTPAGE TOP */
.container-fluid.header{
    padding-left: 0px;
    padding-right: 0px;
}
.container-fluid.header > .row.bg{
    background: no-repeat center center;
    background-size: cover;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}
.container-fluid.header .top-wrapper{
    display: block;
    width: 92%;
    margin: 0px auto;
    text-align: center;
    padding-top: 10vh;
    padding-bottom: 5vh;
}
.home .container-fluid.header .top-wrapper{
    padding-top: 20vh;
    padding-bottom: 20vh;
}
.top-wrapper .companytitle{
    display: inline-block;
    width: 100%;
    height: auto;
    max-width: 600px;
    margin: 0px auto;

    webkit-filter: drop-shadow( 0px 0px 2px rgba(256, 256, 256, 1) );
    filter: drop-shadow( 0px 0px 2px rgba(256, 256, 256, 1) );
}
.top-wrapper .companytitle img{
    width: 100%;
    height: 100%;
}
.home .top-wrapper .companytitle{
    margin: 0px auto 5vh auto;
}
.bg_dark .top-wrapper .companytitle{
    webkit-filter: drop-shadow( 0px 0px 2px rgba(0, 0, 0, 1) );
    filter: drop-shadow( 0px 0px 2px rgba(0, 0, 0, 1) );
}
.realesatetesearch{
    display: inline-block;
    width: auto;
    margin: 5vh 0px 0px 0px;
}
.realesatetesearch form{
    padding: 20px;
    border-radius: 6px 0px 6px 0px;
    -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    background-color: rgba(256, 256, 256, 0.8);

    -webkit-transition: background .3s ease-out;
    -moz-transition: background .3s ease-out;
    -o-transition: background .3s ease-out;
    transition: background .3s ease-out;
}
.realesatetesearch form:hover{
    background-color: rgba(256, 256, 256, 0.9);
}
.realesatetesearch ul{
    list-style: none;
    display:table-row;
}
.realesatetesearch ul li{
    display: table-cell;
    vertical-align: middle;
    padding: 0px 10px 0px 10px;
}
@media screen and (max-width:800px){
    .realesatetesearch ul{
        display: block;
    }
    .realesatetesearch ul li{
        display: block;
    }
}
@media screen and (min-width:800px){
    .ui.button.reseticon{
        margin-top: 5px;
    }

}
.realesatetesearch .ui.radio.checkbox{
    display: block;
    margin: 5px 0px;
}
.realesatetesearch .ui.radio.checkbox label{
    cursor: pointer !important;
}
@media screen and (max-width: 800px){
    .home .container-fluid.header .top-wrapper{
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    .home .top-wrapper .companytitle{
        margin: 1vh auto 2vh auto;
    }
    .realesatetesearch{
        margin: 2vh auto 0px auto;
    }
    .realesatetesearch ul{
        padding-left: 0px;
    }
    .realesatetesearch ul li{
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .realesatetesearch .ui.radio.checkbox{
        display: inline-block;
    }
    .realesatetesearch .ui.radio.checkbox:nth-child(2){
        margin-left: 30px;
    }
}

/* CONTENT */
.raised > .row{
    margin: 0vh 30px 0px 30px;
    border-radius: 6px;
    -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    background-color: #fff;
}
.wrapper{
    padding: 70px 0px;
}
@media screen and (max-width: 1100px){
    .wrapper {
        padding: 15px 0px;
    }
}
@media screen and (max-width: 768px){
    .raised > .row{
        margin: 0px;
    }
}
.raised .wrapper{
    min-height: 10px;
}
article{
    margin-bottom: 70px;
}
article:last-of-type{
    margin-bottom: 0px;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child{
    margin-bottom: 15px;
}
.breadcrumb{
    background-color: transparent;
    color: #999999;
    font-size: 14px;
    margin-bottom: 40px;
    margin-top: -40px;
    border-bottom: 1px solid rgba(153, 153, 153, 0.3);
    padding-left: 0px;
    padding-right: 0px;
}
@media screen and (max-width: 1100px){
    .breadcrumb{
        margin-top: 0px;
    }
}
.breadcrumb a {
    color: #999999;
    font-size: 14px;
    margin: 0px 5px;
}
.breadcrumb a:hover{
    color: #3C4858;
}

/* BUBBLE */
.realestate-bubble{
    padding-bottom: 0px;
}
.bubbleimg{
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;

    border-radius: 6px;
    overflow: hidden;

    -webkit-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.bubbleimg.small{
    -webkit-box-shadow: 0 8px 17px -6px rgba(0, 0, 0, 0.2), 0 2px 13px 0 rgba(0, 0, 0, 0.12), 0 4px 5px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 8px 17px -6px rgba(0, 0, 0, 0.2), 0 2px 13px 0 rgba(0, 0, 0, 0.12), 0 4px 5px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 17px -6px rgba(0, 0, 0, 0.2), 0 2px 13px 0 rgba(0, 0, 0, 0.12), 0 4px 5px -2px rgba(0, 0, 0, 0.2);
}
.bubbleimg img{
    width: 100%;
    height: auto;
    transition: transform 1s;
}
.bubbleimg img.zoom:hover {
    transform: scale(1.1);
}

/* https://www.w3schools.com/howto/howto_css_image_grid_responsive.asp */
.realestate-images .img-row{
    display: flex;
    flex-wrap: wrap;
    padding: 0px;

    width: 104%;
    margin-left: -2%;
}
.realestate-images .img-column {
    flex: 50%;
    max-width: 50%;
    padding: 0 8px;
}
.realestate-images .img-column a {
    margin-top: 0px;
    vertical-align: middle;
}
@media screen and (max-width: 1100px) {
    .realestate-images .img-column {
        flex: 100%;
        max-width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .realestate-images .img-column {
        flex: 50%;
        max-width: 50%;
    }
}

.realestate-bubble p, .realestate-datasheet p{
    color: #898989;
    font-size: 16px;
    line-height: 1.6;
}
.realestate-bubble p:last-child, .realestate-datasheet p:last-child{
    color: rgba(0, 0, 0, 0.87);
    font-size: 14px;
    font-weight: 300;
}
.realestate-bubble .id, .realestate-datasheet .id{
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #e91e63;
}
.realestate-bubble h2, .realestate-datasheet h2{
    font-family: "Roboto Slab", "Times New Roman", serif;
    font-weight: 700;
    font-size: 22px;
    text-decoration: none;
    word-wrap: break-word;
}
.realestate-images h2{
    display: none;
}
.realestate-bubble h2 a, .realestate-datasheet h2 a{
    color: #3C4858;
}
.realestate-bubble h2 a:hover, .realestate-datasheet h2 a:hover{
    color: #e91e63;
}
.realestate-bubble.featured {
    padding: 20px;
    border-radius: 6px;
    -webkit-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.realestate-bubble.featured .bubbleimg{
    margin-top: -30px;
}
@media screen and (max-width: 767px){
    .realestate-bubble.featured .bubbleimg{
        margin-top: 0px;
    }
}
.realestate-datasheet table, .realestate-bubble table{
    font-size: 16px;
}
.realestate-datasheet table td:nth-child(1), .realestate-bubble table td:nth-child(1){
    color: #999999;
    text-align: right;
    white-space: nowrap;
}
.realestate-datasheet table td:nth-child(2), .realestate-bubble table td:nth-child(2){
    padding-left: 10px;
}
@media screen and (max-width: 767px){
    .realestate-images h2{
        display: block;
    }
    .realestate-content h2{
        display: none;
    }
}
.realestate-bubble .ui.labeled.icon.button{
    position: absolute;
    right: 10px;
    bottom: 0px;
}
.realestate-bubble table p:last-child, .realestate-datasheet table p:last-child{
    font-size: 16px;
    color: #3C4858;
}
@media screen and (max-width: 767px){
    .realestate-bubble .ui.labeled.icon.button{
        position: relative;
        margin-top: 10px;
        margin-left: 10px;
    }
}
.ui.menu.pagination .item > i.icon.right{
    margin: 0em 0em 0em 0.35714286em;
}
.pagination_wrapper{
    text-align: center;
    margin-top: 70px;
    margin-bottom: 70px;
}
.site-main .pagination_wrapper:last-child{
    margin-bottom: 0px;
}
@media screen and (max-width: 767px){
    .pagination_wrapper{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .ui.menu:not(.vertical) .item:first-child, .ui.menu:not(.vertical) .item:nth-child(2), .ui.menu:not(.vertical) .item:nth-last-child(2), .ui.menu:not(.vertical) .item:last-child{
        display: none;
    }
}

/* FEATURED */
.container-fluid.featured .realestate-bubble{
    background-color: #fff;

    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.container-fluid.featured .realestate-bubble.col-md-5 div[class^="col"], .container-fluid.featured .realestate-bubble.col-md-3 div[class^="col"]{
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
.container-fluid.featured article[class*="offset-md-"]:first-of-type{
    margin-left: 0px !important;
}
.container-fluid.featured h3{
    font-family: "Roboto Slab", "Times New Roman", serif;
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    margin: 20px auto 50px auto;
}
.container-fluid.featured .realestate-content .ui.labeled.icon.button{
    position: relative;
    margin-top: 10px;
}
.container-fluid.featured article{
    margin-bottom: 0px;
}

    /* FOOTER */
.container-fluid.footer{
    margin-top: 70px;
}
.wrapper.footer{
    background-color: #323437;
    color: #999999;
    font-size: 14px;
    font-weight: 300;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    padding-top: 30px;
    padding-bottom: 30px;
}
.wrapper.footer a{
    color: #c3c3c3;
}
.wrapper.footer .left{
    float: left;
}
.wrapper.footer .right{
    float: right;
    text-align: right;
}
@media screen and (max-width: 767px) {
    .wrapper.footer .left{
        float: none;
    }
    .wrapper.footer .right{
        float: none;
        text-align: left;
    }
}
.wrapper.footer ul{
    list-style: none;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 20px;
    padding-top: 20px;
}
.wrapper.footer ul li{
    float: left;
}
.wrapper.footer ul li a{
    padding: 15px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
}
.wrapper.footer ul li a:first-child{
    padding-left: 0px;
}
.wrapper.footer a:hover {
    color: #e91e63;
}