* {
    margin: 0;
    padding: 0;
    font-family: 'poppins', 'sans-serif';
    box-sizing: border-box;
}

body {
    background-color: #f0f2f5;
    color: #5f5f5f;
}

a {
    text-decoration: none;
    color: #5f5f5f;
}

.clear{
    clear: both;
}

.radius{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.btn_download{
    padding: 8px 16px;
    background-color: #3a0949;
    color: #fff;
}

.subMenu{
    position: absolute;
    z-index: 200;
    width: 220px;
    height: auto;
    margin: 0;
    background-color: #eeeeee;
    padding: 10px 0;
}

.subMenu li{
    display: block !important;
    padding: 5px 8px;
    font-size: 0.875em;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 6px 6%;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

.logo img {
    width: 30px;
    margin-right: 15px;
    display: block;
}

.navbar-center ul li {
    display: inline-block;
    list-style: none;
}

.navbar-center ul li a {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin: 5px 8px;
    padding-right: 5px;
    position: relative;
}

.navbar-center ul li a img {
    width: 30px;
}

.navbar-center ul li a::after {
    content: '';
    width: 0;
    height: 2px;
    background-color: #333;
    position: absolute;
    bottom: -5px;
    transition: width 0.3s;
}

.navbar-center ul li a:hover::after,
.navbar-center ul li a.active-link::after {
    width: 100%;
}

.nav-profile-img {
    width: 40px;
    border-radius: 50%;
    display: block;
    cursor: pointer;
    position: relative;
}

.online {
    position: relative;
}

.online::after {
    content: '';
    width: 7px;
    height: 7px;
    border: 2px solid #fff;
    border-radius: 50%;
    right: 0;
    top: 0;
    background-color: #41db51;
    position: absolute;
}

.search-box {
    background-color: #f0f2f5;
    width: 250px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.navbar-left {
    display: flex;
    align-items: center;
}

.search-box img {
    width: 14px;
}

.search-box input {
    width: 100%;
    background-color: transparent;
    padding: 8px;
    outline: none;
    border: 0;
}
/*-------- navbar end ---------*/

.container {
    padding: 20px 6%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/*-------- left-sidebar ---------*/
.left-sidebar {
    flex-basis: 25%;
    align-self: flex-start;
    position: sticky;
    top: 73px;
}

.sidebar-profile-box {
    background-color: #fff;
}

.sidebar-profile-info {
    padding: 0 25px;
}

.sidebar-profile-info img {
    width: 90px;
    border-radius: 50%;
    background-color: #fff;
    padding: 4px;
    margin-top:  -45px;
}

.sidebar-profile-info h1 {
    font-size: 20px;
    font-weight: 600;
    color: #222;
}

.sidebar-profile-info h3 {
    font-size: 14px;
    font-weight: 500;
}

.sidebar-profile-info ul {
    list-style: none;
    margin:  20px 0;
}

.sidebar-profile-info ul li {
    width: 100%;
    margin: 5px 0;
    font-size: 13px;
}

.sidebar-profile-info ul li span {
    float: right;
    color: #045be6;
}

.sidebar-profile-link {
    display: flex;
    align-items: center;
    border-top: 1px solid #ccc;
}

.sidebar-profile-link a {
    flex-basis: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    font-size: 13px;
    border-left: 1px solid #ccc;
}

.sidebar-profile-link a:first-child {
    border-left: 0;
}

.sidebar-profile-link a img {
    width: 20px;
    margin-right: 10px;
}

.sidebar-activity {
    background-color: #fff;
    padding: 5px 25px;
    margin: 12px 0;
}

.sidebar-activity h3 {
    color: #777;
    font-size: 14px;
    font-weight: 500;
    margin: 20px 0 10px;
}

.sidebar-activity a {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #888;
    margin: 3px 0;
}

.sidebar-activity a img {
    margin-top: 50px;
}

.sidebar-activity {
    background-color: #fff;
    padding: 5px 25px;
    margin: 12px 0;
}

.sidebar-activity h3 {
    color: #777;
    font-size: 14px;
    font-weight: 500;
    margin: 20px 0 10px;
}

.sidebar-activity a {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #888;
    margin-bottom: 30px;
}

.sidebar-activity a img {
    margin-top: 10px;

}

.sidebar-more {
    background-color: #fff;
    padding: 5px 3px;
    margin: 12px 0;
}

.sidebar-more .sidebar-div{
    float: left;
    width: 49%;
    margin-top: 20px;
    margin-right: 1%;
    height: 280px;
}

.sidebar-more .sidebar-div img{
    width: 100%;
    height: 140px;
}

.sidebar-more h3 {
    color: #777;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}


.sidebar-more a {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #888;
    margin: 3px 0;
}


.discover-more-link {
    border-top: 1px solid #ccc;
    text-align: center;
    margin-top: 20px;
    margin-left: -25px;
    margin-right: -25px;
}

.discover-more-link a {
    color: #045be6;
    display: inline-block;
    margin: 10px 0;
}

/*-------- right-sidebar ---------*/
.right-sidebar {
    flex-basis: 25%;
    align-self: flex-start;
    position: sticky;
    top: 73px;
}

.sidebar-news {
    background-color: #fff;
    padding: 10px 25px;
}

.info-icon {
    width: 15px;
    float: right;
    margin-top: 15px;
}

.sidebar-news h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 10px 0 30px;
}

.sidebar-news a {
    display: block;
    font-size: 12px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: -5px;
}

.sidebar-news span {
    font-size: 12px;
}

.sidebar-news .read-more-link {
    color: #045be6;
    font-weight: 500;
    margin: 20px 0 10px;
}

.sidebar-ad {
    background-color: #fff;
    padding: 15px 25px;
    text-align: center;
    margin: 12px 0;
    font-size: 12px;
}

.sidebar-ad img {
    width: 90px;
    /*border-radius: 50%;*/
    margin: 4px;
}


.sidebar-ad .books {
    width: 150px;
    /*border-radius: 50%;*/
    margin: 4px;
}

.sidebar-ad small {
    float: right;
    font-weight: 500;
}

.sidebar-ad p {
    margin-top: 30px;
    margin-bottom: 10px;
}

.sidebar-ad b {
    display: block;
    font-weight: 500;
    margin-top: 10px;
}

.ad-link {
    display: inline-block;
    border: 1px solid #045be6;
    border-radius: 30px;
    padding: 5px 15px;
    color: #045be6;
    font-weight: 500;
    margin: 20px auto 10px;
}

.sidebar-useful-links {
    padding: 15px 25px;
    text-align: center;
}

.sidebar-useful-links a {
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
}

.copyright-msg {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-top: 10px;
    font-weight: 500;
}

.copyright-msg img {
    width: 18px;
    margin-right: 4px;
}

/*-------- main-content ---------*/
.main-content {
    flex-basis: 47%;
}

.create-post {
    margin: 50px 0 10px 0;
}

.create-post-input {
    padding: 20px 25px 10px;
}

.create-post-input textarea,
.create-post-input input[type=text],
.create-post-input input[type=email]
{
    background-color: #ffffff;
    padding: 10px 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    resize: none; /*para evitar o usuário aumentar o tamanho da caixa */
}

.create-post-input img {
    width: 35px;
    border-radius: 50%;
    margin-right: 10px;
}

.create-post-input button {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-right: 10px;
    background-color: #ca6ae6;
    color: #fff;
    padding: 10px 20px;
}

.create-post-input button:hover {
    background-color: #8d4aa1;
}


::placeholder {
    font-weight: 500;
}

.create-post-links {
    display: flex;
    align-items: flex-start;
}

.create-post-links li {
    list-style: none;
    border-top: 1px solid #ccc;
    border-radius: 1px solid #ccc;
    flex-basis: 25%;
    height: 40px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.create-post-links li img {
    width: 15px;
    margin-right: 5px;
}

.create-post-links li:last-child {
    background-color: #045be6;
    color: #fff;
    border-top: 0;
    border-right: 0;
}

.sort-by {
    display: flex;
    align-items: center;
    margin: 10px 0
}

.sort-by hr {
    flex: 1;
    border: 0;
    height: 1px;
    background-color: #ccc;
}

.sort-by p {
    font-size: 13px;
    padding-left: 5px;
}

.sort-by p span {
    font-weight: 600;
    cursor: pointer;
}

.post {
    background-color: #fff;
    padding: 20px 25px 5px;
    margin: 0 5px 5px 5px;
}

.post h2 {
    font-size: 1.2em;
    font-weight: 600;
    color: #333;
}

.post .post-reader {
    margin: 20px 0;
}

.post .post-reader p{
    margin: 0 !important;
}

.post .post-reader a{
	padding: 10px 20px;
	background-color: #eee;
	color: #333;
}

.post .post-reader img{
    width: 100%;
}

.post .post-reader iframe,
.post .post-reader video{
    width: 100%;
    height: 420px;
}

.post .post-reader p a:hover {
    text-decoration: underline;
    color: #333;
}

.post-author {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.post-author img {
    width: 35px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 5px;
}

.post-author h1 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.post-author small {
    display: block;
    margin-bottom: -2px;
}

.post p {
    font-size: 14px;
    margin-bottom: 15px;
}

.post-stats {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
}

.post-stats div {
    display: flex;
    align-items: center;
}

.post-stats img {
    width: 15px;
    margin-right: -5px;
}

.liked-users {
    margin-left: 10px;
}

.post-activity {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 500;
}

.post-activity div {
    display: flex;
    align-items: center;
}

.post-activity-user-icon {
    width: 22px;
    border-radius: 50%;
}

.post-activity-arrow-icon {
    width: 12px;
    margin-left: 5px;
}

.post-activity-link img {
    width: 18px;
    margin-right: 8px;
}

.post-activity-link a{
    padding: 5px 8px;
    background-color: #eeeeee;
    color: #333;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    align-items: center;
    display: flex;
}

.post-activity-link a:hover {
    background-color: #cccccc;
}

.post-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 500;
}

.post-activity-paginator .pager{
    display: inline-block;
    margin: 0 5px;
}

.post-activity-paginator .pager li{
    margin-right: 5px;
}

.post-activity-paginator .paginator{
    padding: 8px 16px;
    background-color: #cccccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.post-activity-paginator .paginator:hover{
    background-color: #aaaaaa;
}

.post-description {
    background-color: #fff;
    padding: 20px 0;
    margin: 12px 0;
}

.post-description h2 {
    color: #333;
    margin: 10px 0;
    font-weight: 600;
    font-size: 1em;
}

/*------------------ profile-drop-dow-menu --------------------*/
.profile-menu-wrap {
    position: absolute;
    top: 100%;
    right: 5%;
    width: 320px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s;
}

.profile-menu-wrap.open-menu {
    max-height: 400px;
}

.profile-menu {
    background-color: #222;
    color: #fff;
    padding: 20px;
    margin: 10px;
}

.user-info {
    display: flex;
    align-items: center;
}

.user-info img {
    width: 50px;
    border-radius: 50%;
    margin-right: 15px;
}

.user-info h3 {
    font-weight: 500;
    margin-bottom: -7px;
}

.user-info a {
    color: #c9dbf8;
    font-size: 13px;
}

.profile-menu hr {
    border: 0;
    height: 1px;
    width: 100%;
    background-color: #fff;
    margin: 15px 0 10px;
}

.profile-menu-link {
    display: flex;
    align-items: center;
    color: #fff;
    margin: 12px 0;
    font-size: 14px;
}

.profile-menu-link p {
    width: 100%;
}

.profile-menu-link img {
    width: 35px;
    border-radius: 50%;
    margin-right: 15px;
}


/*----------------------------- profile-page ------------------------------*/
.profile-main {
    flex-basis: 73%;
}

.profile-sidebar {
    flex-basis: 25%;
    align-self: flex-start;
    position: sticky;
    top: 73px;
}

.profile-container {
    background-color: #fff;
}

.profile-container-inner {
    padding: 0 4% 10px;
}

.profile-pic {
    width: 150px;
    border-radius: 50%;
    margin-top: -75px;
    padding: 5px;
    background-color: #fff;
}

.profile-container h1 {
    font-size: 28px;
    font-weight: 600;
    color: #222;
}

.profile-container b {
    font-weight: 500;
}

.profile-container p {
    margin-top: 5px;
}

.profile-container p a {
    color: #045be6;
    font-weight: 500;
}

.mutual-connection {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.mutual-connection img {
    width: 30px;
    border-radius: 50%;
    margin-right: 5px;
}

.profile-btn {
    margin: 20px 0;
}

.profile-btn a {
    display: inline-flex;
    align-items: center;
    background-color: #e4e6eb;
    padding: 6px 15px;
    border-radius: 4px;
    margin-right: 10px;
}

.profile-btn a img {
    width: 18px;
    margin-right: 5px;
}

.profile-btn .primery-btn {
    background-color: #045be6;
    color: #fff;
}

.profile-description {
    background-color: #fff;
    padding: 20px 4% 30px;
    margin: 12px 0; 
}

.profile-description h2 {
    color: #333;
    margin: 10px 0 20px;
    font-weight: 600;
}

.see-more-link {
    display: block;
    text-align: right;
    font-size: 15px;
}

.profile-desc-row {
    display: flex;
    align-items: flex-start;
    margin: 20px 0;
}

.profile-desc-row img {
    width: 50px;
    margin-right: 25px;
    margin-top: 5px;
}

.profile-desc-row div {
    width: 100%;
}

.profile-desc-row h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.profile-desc-row b {
    display: block;
    font-weight: 500;
    font-size: 15px;
}

.profile-desc-row p {
    margin-top: 15px;
}

.profile-desc-row hr {
    border: 0;
    border-bottom: 1px solid #999;
    margin-top: 10px;
}

.experience-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    font-weight: 500;
}

.experience-link img {
    width: 20px;
    margin-left: 8px;
}

.skills-btn {
    display: inline-block;
    margin: 10px 2px;
    padding: 6px 18px;
    border: 1px solid #777;
    border-radius: 30px;
    font-size: 0.875em !important;
    font-weight: 500;
}

.language-btn {
    display: inline-block;
    margin: 10px 5px;
    padding: 6px 18px;
    background-color: #e4e6eb;
    font-size: 12px;
    font-weight: 500;
}
/*-------------------- profile-right-sidebar -----------------------*/
.profile-sidebar .sidebar-ad {
    margin: 0;
}

.sidebar-people {
    background-color: #fff;
    padding: 15px 25px;
    margin: 12px 0;
    font-size: 12px;
}

.sidebar-people h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0 20px;
}

.sidebar-people-row {
    display: flex;
    align-items: flex-start;
    margin: 6px 0;
}

.sidebar-people-row img {
    width: 40px;
    border-radius: 50%;
    margin-right: 8px;
    margin-top: 5px;
}

.sidebar-people-row  h2 {
    font-weight: 500;
    font-size: 16px;
}

.sidebar-people-row a {
    display: inline-block;
    margin: 10px 0;
    padding: 5px 25px;
    border: 1px solid #5f5f5f;
    border-radius: 30px;
    font-weight: 500;
}

.profile-footer {
    padding: 0 6% 30px;
}

.profile-footer .sidebar-useful-links {
    text-align: left;
    padding: 0;
}

.profile-footer .copyright-msg {
    justify-content: flex-start;
}

#showMoreLink {
    display: none;
}

/*Comentário*/
.create-post .comments-form{
    background-color: #eee;
}

.create-post .counterComments{
    font-size: 0.9em;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 10px;
    text-align: center;
}

.create-post .comments-article{
    width: 100%;
    margin: 5px 0;
    padding: 10px 0;
    border-top: 1px solid #bbbbbb;
}

.create-post .comments-article .titleComments{
    font-size: 1em;
    font-weight: 600;
    padding-bottom: 10px;
}

.comments-article br{
    margin-top: 10px;
}

.siderbar .starsComments span{
    padding: 2px 4px;
    background-color: #cccccc;
    color: #777;
    font-size: 0.875em;
}

.comments-article .siderbar {
    float: left;
    width: 49%;
    margin-right: 1%;
}

.comments-article .siderbar .starsComments{
    margin:0;
    font-size: 1em !important;
}

.comments-article .linkComments{
    font-size: 0.9em;
    text-align: right;
    margin-right: 5px;
}

.comments-article .btn_comments {
    padding: 8px 16px;
    background-color: #cccccc;
    color: #777;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top: 30px;
}

.create-post .comments-reply{
    width: 100%;
    margin: 5px 0;
    padding: 10px 20px;
    border-bottom: 1px solid #eeee;
    background-color: #f9f9f9;
}

.create-post .comments-reply .titleComments{
    font-size: 1em;
    font-weight: 600;
    padding-bottom: 10px;
}

.comments-reply p{
    margin-top: 0;
}

.comments-reply br{
   display: none;
}

.comments-reply .siderbar {
    float: left;
    width: 49%;
    margin-right: 1%;
}

.comments-reply .siderbar .starsComments{
    margin:0;
    font-size: 1em !important;
    display: none;
}

.comments-reply .linkComments{
    font-size: 0.9em;
    text-align: right;
    margin-right: 5px;
}

.comments-reply .btn_answer{
    text-decoration: underline;
}

.comments-reply .btn_comments {
    padding: 8px 16px;
    background-color: #cccccc;
    color: #777;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top: 30px;
    text-decoration: underline;
}

/* STATUS DINÂMICOS - AJAX */
#status-container{
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    position:fixed;
    z-index:999999;
    pointer-events:none;
    text-align: center;
}

.status-title{
    font-weight:700
}

.status-message{
    -ms-word-wrap:break-word;
    word-wrap:break-word;
}

.status-message p{
    margin-bottom: 0 !important;
}

.status-message a,.status-message label{
    color:#FFF
}

.status-message a:hover{
    color:#CCC;
    text-decoration:none
}

.status-close-button{
    position:relative;
    right:-.3em;
    top:-.3em;
    float:right;
    font-size:20px;
    font-weight:700;
    color:#FFF;
    -webkit-text-shadow:0 1px 0 #fff;
    text-shadow:0 1px 0 #fff;
    opacity:.8;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    filter:alpha(opacity=70);
    line-height:1
}

.status-close-button:focus,.status-close-button:hover{
    color:#000;
    text-decoration:none;
    cursor:pointer;
    opacity:.5;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter:alpha(opacity=40)
}

.rtl .status-close-button{
    left:-.3em;
    float:left;
    right:.3em
}

button.status-close-button{
    padding:0;
    cursor:pointer;
    background:0 0;
    border:0;
    -webkit-appearance:none
}

.status-top-right{
    top:12px;
    right:12px
}

#status-container>div{
    position:relative;
    pointer-events:auto;
    overflow:hidden;
    margin:0 0 6px;
    padding:15px 15px 15px 15px;
    width:350px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    background-position:15px center;
    background-repeat:no-repeat;
    color:#fff;
    opacity:1.0;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter:alpha(opacity=40);
}

.status-success{
    background-color: #93c47d;
}

.status-error{
    background-color: #ff8888;
}

.status-info{
    background-color: #8bbafe;
}

.status-warning{
    background-color: #ffd966;
}

/*-----------------media query for small screnn -------------------*/
@media only screen and (max-width: 1290px) {
    .left-sidebar{flex-basis: 15%; text-align: center}
    .right-sidebar{flex-basis: 15%; text-align: center}
    .main-content{flex-basis:65%}
    .container{flex-wrap: initial; padding: 20px 2%}
    p, a, span, i, b, small{font-size: 0.875em !important;}
    h1, h2, h3{font-size: 0.9em !important;}
}

@media (max-width: 900px) {
    .container{flex-wrap: wrap;}
    {
        background-color: transparent;
        width: auto;
        padding: 0;
    }

    .search-box {
        background-color: #f0f2f5;
        width: auto;
        border-radius: 20px;
        display: block;
        padding: 0 15px;
    }

    .search-box img, .logo {
        display: none;
    }

    .skills-btn{
        padding: 3px 5px;
        font-size: 0.8em !important;
    }

    .post{
        margin: 15px 0;
    }

    .search-box input {
        width: auto;
        padding: 10px 10px;
    }

    .navbar {
        display: block;
    }

    .navbar-left {
        display: block;
    }

    .navbar-right {
        display: none;
    }

    .navbar-center ul li a span {
        display: inline-block;
        width: 100%;
    }

    .navbar-center ul li a {
        padding-right: 0;
        margin: 5px;
    }

    .subMenu{
        width: 160px;
    }

    .nav-profile-img {
        width: 30px;
    }

    .container {
        padding: 15px 3%;
    }

    .left-sidebar, .right-sidebar {
        flex-basis: 100%;
        position: relative;
        top: unset;
    }

    .main-content {
        flex-basis: 100%;
    }

    .post-stats div {
        margin: 2px 0;
    }

    .post-activity-link span {
        display: none;
    }

    .post-activity-link img {
        margin-right: 0;
    }

    .profile-main, .profile-sidebar {
        flex-basis: 100%;
    }

    .profile-container {
        font-size: 14px;
    }

    .profile-pic {
        width: 100px;
        margin-top: -50px;
    }

    .profile-description {
        font-size: 14px;
    }

    #showMoreLink {
        display: block;
        width: fit-content;
        margin: 10px auto;
        font-size: 14px;
        cursor: pointer;
    }

    .sidebar-activity {
        display: none;
    }

    .sidebar-activity.open-activity {
        display: block;
    }

    .sidebar-more .sidebar-div{
        display: block;
        width: 100%;
		height: auto !important;
        margin: 20px 0;
        clear: both;
    }
	
	.sidebar-more .sidebar-div img{
		width: 100%;
		height: 340px;
	}
}

@media (max-width: 600px) {
    .post .post-reader iframe,
    .post .post-reader video{
        width: 100%;
        height: 340px;
    }
	
	.sidebar-more .sidebar-div img{
    width: 100%;
    height: 250px;
}
}