.topvidget {
    padding: 10px 0 0;
    background: #fff;
    border-bottom: 1px solid #cdcdcd;
}
.topvidget .wrapper > div {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: stretch;
    position: relative;
}
.topmenu {
    padding: 10px 0;
    box-shadow: 0px 3px 4px 1px rgba(0,0,0,.1);
}
.topmenu .wrapper > div {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
    gap: 1em;
}
.topmenu .wrapper * {
    cursor: pointer;
}
.topmenu__list {
    font-size: 15px;
    font-weight: 700;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
    gap: 1em;
}
.topmenu__list li {

}

.toptags {
    padding: 20px 0 0;
}
.toptags .wrap {
    background: url(../img/toptags.png) no-repeat 0 0;
    height: 50px;
    cursor: pointer;
}
.topbanner {
    padding: 10px 0;
}
.breadcrumbs {
    font-size: 14px;
    padding: 0;
}
.bread {

}
.bread a {
    text-decoration: none;
    color: #95979b;
}
.bread a:hover {
    color: #ff0000 ;
}
.bread i {
    font-family: monospace, monospace;
}
.bread span {

}



.psevdofuter {
    background: #e2e2e2;
    padding-bottom: 0;
}
.psevdofuter > img {
    margin: 0 auto;
}
.footer_large {
    display: block;
}
.footer_medium {
    display: none;
}
.footer_small {
    display: none;
}

.footer {
    text-align: center;
    padding: 40px 0 30px;
    background: #e2e2e2;
}
.footer a {
    font-size: 14px;
    color:#333;
}




.content {

}
.content h1 {
    font-size: 41px;
    font-weight: 700;
}
.metapost {
    font-size: 14px;
}
.content > img {
    display: block;
    margin: 0 auto 25px;
}
.content > p {
    padding: 0;
    margin: 0 0 20px 0;
}
.content h3 {
    font-size: 1.2em;
    margin-bottom: 20px;
}
.content > p a {
    color: #D14120;
    font-weight: 700;
}








.comment-block {
    padding: 10px;
    width: 100%;
    margin-top: 30px;
}

.comment-block span {
    color: #000000;
}

.comment-header {
    border-bottom: 2px solid #e7e9ee;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.comment-heading {
    font-size: 1.5rem;
    color: #000;
}

.comment-heading:after {
    content: "";
    display: block;
    height: 2px;
    width: 120px;
    background-color: #ff0000;
    position: absolute;
    bottom: -2px;
}

.comment {
    display: flex;
    margin: 20px 0;
}

.comment-answer {
    margin-left: 60px;
}

.avatar {
    margin: 7px 15px 0 0;
    width: 48px;
    min-width: 48px;
    height: 48px;
    border-radius: 3px;
    background-color: lightgrey;
}

.avatar img {
    display: block;
    width: 100%;
    height: 100%;
}

.comment-date {
    color: grey;
    font-size: 12px;
    text-decoration: none;
}

.comment-circle {
    display: inline-block;
    background-color: lightgrey;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    margin: 5px;
    position: relative;
    top: 2px;
}

.comment-name {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
}

.comment-info {
    margin-bottom: 0px;
}

.comment-text p {
    margin: 0;
    font-size: 16px;
    line-height: 1.5em;
}
.comment-text p a {
    text-decoration: none;
    color: #D14120;
}

.comment .comment-content .comm-img {
    display: block;
    width: 40%;
    margin: 10px 0;
}
.toform {
    position: relative;
    z-index: 2;
    display: block;
    max-width: 400px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    border: none;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    text-align: center;
    font-family: 'Inter', Helvetica, sans-serif;
    font-size: 18px;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    background: #ff0000; 
    -webkit-transition: all 0.2s;
    -moz-transition:    all 0.2s;
    -o-transition:      all 0.2s;
    -ms-transition:     all 0.2s;
    transition:         all 0.2s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.toform:hover {
    background: #D14120;
}














@media screen and (max-width: 1200px) {
    .topmenu__list {
        gap: .5em;
    }
} 
@media screen and (max-width: 1024px) {
.topvidget,
.topbanner {
    display: none;
}
.topmenu__list {
    display: none;
}
.topmenu .wrapper > div {
    justify-content: center;
}
.burger {
    left: 10px;
    top:11px;
    position: absolute;
}
    
}
/*-------------------------------------- Media Queries ----959---------------------------------*/
@media screen and (max-width: 976px) {
    .footer_large {
        display: none;
    }
    .footer_medium {
        display: block;
    }
    
}
/*-------------------------------------- Media Queries ----639---------------------------------*/
@media screen and (max-width: 659px) {
    .footer_medium {
        display: none;
    }
    .footer_small {
        display: block;
    }
  
}







