.btn-custom-round{
    border-radius: 7px !important;
}
.btn-wayra.btn.btn-border-d:hover{
    background: 0 0;
    color: #666;
}
.btn-custom-round.btn-block.btn-g:hover{
    background: #e5e5e5;
    color: #000 !important;
    box-shadow: 0px 0 10px 0px #a6a6a6;
    transition: 0.2s;
}
.btn-custom-round.btn-block.btn-g {
    /*-webkit-box-shadow: 5px 5px 10px -5px #000000; */
    box-shadow: 5px 5px 10px 0px #a6a6a6;
}
.btn-custom-round.btn-block{
    box-shadow: inset 0 0 6px 0 #a6a6a6;
}
.btn-custom-round.btn-block:not(.btn-g){
    border: 3px solid #fff;
    color: #666;
    border-radius: 10px !important;
}

/*
// Wayra 
.btn-wayra {
    float: left;
    // min-width: 150px;
    // max-width: 250px;
    min-width: 100%;
    max-width: 100%;
    display: block;
    // margin: 1em;
    // padding: 1em 2em;
    // border: none;
    // background: none;
    color: inherit;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
.btn-wayra:focus {
    outline: none;
}

.btn-wayra {
    overflow: hidden;
    // width: 245px;
    width: 100%;
    -webkit-transition: border-color 0.3s, color 0.3s;
    transition: border-color 0.3s, color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.btn-wayra::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 101%;
    background: #eea236;
    z-index: -1;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.btn-wayra:hover {
    color: #fff;
    border-color: #eea236;
}
.btn-wayra.button--inverted:hover {
    color: #eea236;
    border-color: #fff;
}
.btn-wayra:hover::before {
    opacity: 1;
    background-color: #eea236;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.btn-wayra.button--inverted:hover::before {
    background-color: #fff;
}*/
.form-username{
                font-size: 10px !important;
                margin-left:15px !important;
}   
.networking_btn_buyerseller{
    border: 2px solid rgb(31,80,236) !important;
}

@media (min-width:367px) {
    .post-columns .post-entry {
        overflow-wrap: break-word;
        max-width: 300px;
    }
}