﻿.accepted-payment-methods .method4, .accepted-payment-methods .method5, .accepted-payment-methods .method1{
    /*Hiding Payment options*/
    display: none;
}
.footer-menu .skype {
    display: none;
}


.row-wrapper > .blog-item:first-child {
        margin-right:8%;
}

.post-head-image{
    width:100%;        
}

.post-head-image > a > img{
    max-width:100%;
    height:auto;
}

.container.blog-posts {
    padding-top: 20px;
}

.post-wrapper-title {
    background: #f6f6f6 none repeat scroll 0 0;
    border: 1px dotted #ddd;
    margin-bottom: 20px;
    padding: 5px 10px;
}

.post-wrapper-title > h1 {
    font-size:25px;
}

.blog-item {
    width: 45%;
    display: inline-block;
    padding: 5px 10px 5px 10px;
    margin-bottom:10px;
}
    
.row-wrapper{
    padding-top:15px;
    padding-bottom:15px;
}

.blog-body {
    font-size:15px;
    padding-left:10px;
}

a.post-link {
    color: #00a3e0;
    text-decoration: none;
}



@media(max-width:900px) {
    .blog-item{
        margin-right:0;
    }

    .blog-item {
        width: 100%;            
    }
}