.btn-default {
    color: #333;
    background-color: #009688;
    border-color: #009688;
    border-radius: 0px;
    color: #fff;
}

#blog-section {
    margin-top: 40px;
    margin-bottom: 80px;
}

.content-title {
    padding: 5px;
    background-color: #fff;
}

.content-title h3 a {
    color: #34495E;
    text-decoration: none;
    transition: 0.5s;
}

.content-title h3 a:hover {
    color: #3D5660;
}

.content-footer {
    background-color: #5BA4AE;
    padding: 10px;
    position: relative;
}

.content-footer span a {
    color: #fff;
    display: inline-block;
    padding: 6px 5px;
    text-decoration: none;
    transition: 0.5s;
}

.content-footer span a:hover {
    color: #3D5660;
}

aside {
    margin-top: 30px;
    -webkit-box-shadow: 1px 4px 16px 3px rgba(199, 197, 199, 1);
    -moz-box-shadow: 1px 4px 16px 3px rgba(199, 197, 199, 1);
    box-shadow: 1px 4px 16px 3px rgba(199, 197, 199, 1);
}

aside .content-footer>img {
    width: 33px;
    height: 33px;
    border-radius: 100%;
    margin-right: 10px;
    border: 2px solid #fff;
}

.user-ditels {
    width: 300px;
    top: -100px;
    height: 100px;
    padding-bottom: 99px;
    position: absolute;
    border: solid 2px #fff;
    background-color: #34495E;
    right: 25px;
    display: none;
    z-index: 1;
}

@media (max-width:768px) {
    .user-ditels {
        right: 5px;
    }

}

.user-small-img {
    cursor: pointer;
}

.content-footer:hover .user-ditels {
    display: block;
}


.content-footer .user-ditels .user-img {
    width: 100px;
    height: 100px;
    float: left;
}

.user-full-ditels h3 {
    color: #fff;
    display: block;
    margin: 0px;
    padding-top: 10px;
    padding-right: 28px;
    text-align: right;
}

.user-full-ditels p {
    color: #fff;
    display: block;
    margin: 0px;
    padding-right: 20px;
    padding-top: 5px;
    text-align: right;
}

.social-icon {
    background-color: #fff;
    margin-top: 10px;
    padding-right: 20px;
    text-align: right;
}

.social-icon>a {
    font-size: 20px;
    text-decoration: none;
    padding: 5px;
}

.social-icon a:nth-of-type(1) {
    color: #4E71A8;
}

.social-icon a:nth-of-type(2) {
    color: #3FA1DA;
}

.social-icon a:nth-of-type(3) {
    color: #E3411F;
}

.social-icon a:nth-of-type(4) {
    color: #CA3737;
}

.social-icon a:nth-of-type(5) {
    color: #3A3A3A;
}


/*recent-post-col////////////////////*/
.widget-sidebar {
    background-color: #fff;
    padding: 20px;
    margin-top: 30px;
}

.title-widget-sidebar {
    font-size: 14pt;
    border-bottom: 2px solid #e5ebef;
    margin-bottom: 15px;
    padding-bottom: 10px;
    margin-top: 0px;
}

.title-widget-sidebar:after {
    border-bottom: 2px solid #3D5660;
    width: 150px;
    display: block;
    position: absolute;
    content: '';
    padding-bottom: 10px;
}

.recent-post {
    width: 100%;
    height: 80px;
    list-style-type: none;
}

.post-img img {
    width: 100px;
    height: 70px;
    float: left;
    margin-right: 15px;
    border: 5px solid #5BA4AE;
    transition: 0.5s;
}

.recent-post a {
    text-decoration: none;
    color: #34495E;
    transition: 0.5s;
}

.post-img,
.recent-post a:hover {
    color: #3D5660;
}

.post-img img:hover {
    border: 5px solid #3D5660;
}

/*===============ARCHIVES////////////////////////////*/



button.accordion {
    background-color: #5BA4AE;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

button.accordion.active,
button.accordion:hover {
    background-color: #3D5660;
    color: #fff;
}

button.accordion:after {
    content: '\002B';
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2212";
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}


/*categories//////////////////////*/

.categories-btn {
    background-color: #3D5660;
    margin-top: 30px;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;

}

.categories-btn:after {
    content: '\25BA';
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.categories-btn:hover {
    background-color: #5BA4AE;
    color: #fff;
}

.form-control {
    border-radius: 0px;
}

.btn-warning {
    border-radius: 0px;
    background-color: #3D5660;
    margin-top: 15px;
}

.input-group-addon {
    border-radius: 0px;
}












.li-inline-1 {
    display: inline;
    padding: 1px;
    text-align: center;
}

.li-inline {
    display: inline;
    text-align: center;
    padding: 10px;
}

.width-100 {
    width: 100%;
}

.li-inline img,
.image-raduis,
.li-inline-1 img {
    border-radius: 100%;
    padding: 5px;
}

.li-inline img {
    border: solid #4cd137 3px;
}
#main-sidebar{
    background: #5BA4AE !important;
}










.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}





        /* code by webdevtrick ( https://webdevtrick.com ) */
        @import url("https://fonts.googleapis.com/css?family=Raleway:300,400,600&subset=latin-ext");

        * {
            box-sizing: border-box;
        }



        .popup {
            display: flex;
            align-items: center;
            justify-content: center;
            position: fixed;
            width: 100vw;
            height: 100vh;
            bottom: 0;
            right: 0;
            background-color: rgba(0, 0, 0, 0.8);
            z-index: 2;
            visibility: hidden;
            opacity: 0;
            overflow: hiden;
            transition: .64s ease-in-out;
        }

        .popup-inner {
            position: relative;
            bottom: -100vw;
            right: -100vh;
            display: flex;
            align-items: center;
            max-width: 800px;
            max-height: 600px;
            width: 60%;
            height: 80%;
            background-color: #fff;
            transform: rotate(32deg);
            transition: .64s ease-in-out;
        }

        .popupphoto {
            display: flex;
            justify-content: flex-end;
            align-items: flex-end;
            width: 40%;
            height: 100%;
            overflow: hidden;
        }

        .popupphoto img {
            width: auto;
            height: 100%;
        }

        .popuptext {
            display: flex;
            flex-direction: column;
            justify-content: center;
            width: 60%;
            height: 100%;
            padding: 4rem;
        }

        .popuptext h1 {
            font-size: 2rem;
            font-weight: 600;
            margin-bottom: 2rem;
            text-transform: uppercase;
            color: #0A0A0A;
        }

        .popuptext p {
            font-size: 14px;
            color: #686868;
            line-height: 1.5;
        }

        .popuptext a {
            text-decoration: none;
            color: #5BA4AE;
        }

        .popup:target {
            visibility: visible;
            opacity: 1;
        }

        .popup:target .popup-inner {
            bottom: 0;
            right: 0;
            transform: rotate(0);
        }

        .closepopup {
            position: absolute;
            right: -1rem;
            top: -1rem;
            width: 3rem;
            height: 3rem;
            font-size: .875rem;
            font-weight: 300;
            border-radius: 100%;
            background-color: #5BA4AE;
            z-index: 4;
            color: #fff;
            line-height: 3rem;
            text-align: center;
            cursor: pointer;
            text-decoration: none;
        }

