/*Player style*/

.mejs-controls div.mejs-time-rail {
    padding-top: 16px !important;
}  

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    top: 21px !important;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    top: 21px !important;
}  
.mejs-controls .mejs-button button {
      margin: 17px 5px !important;
      filter: invert(1);
}      
      
.mejs-container .mejs-controls .mejs-time {
   float: left;
   padding: 20px 3px 0 !important;
   color: #888888 !important;
}      

.mejs-controls a.mejs-horizontal-volume-slider {
       width: 1px;   
}

.mejs-controls .mejs-time-rail span, .mejs-controls .mejs-time-rail a {
       outline: 0;
}

.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
    background: #EFEFEF !important;
	height: 54px !important;
    }

.mejs-container .mejs-controls .mejs-time {
    color: #888888;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .mejs-controls .mejs-time-rail .mejs-time-total {
    background: #d0d0d0 !important;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #64bd3b !important;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
    background: #64bd3b !important;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #d0d2cf !important;
}

.mejs-container {
    border: 0px solid #72b154;
}


.mejs-controls .mejs-time-rail .mejs-time-float {
       top: -21px !important;
   
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
        border: solid 5px #151515 !important;
    border-color: #232323 transparent transparent !important;
 
}

/* Social-line */
.footer .social-line.social-wohex a {
    height: 46px;
    border-radius: 10px;
    line-height: 48px;
}

.footer .social-line a {
    width: 46px;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
}

.social-line a.colorlink {
    background-color: #acadac26;
    border: 2px;
    color: #e2e2e2;
    border-color: #d2d2d2;
    border-style: solid;
    
}

.social-line a, .social-line a:hover {
    color: #eaeaea;
    
}

.wide .footer-meta, .boxednew .footer-meta {
    background-color: #353535;
}

.wide .footer-meta, .boxed .footer-meta > .container {
    color: #828282;
    font-size: 14px;
}

/* Closed coment previev post */
.screen-reader-text {
    display: none;
}

/* Closed fix GOOGLE TRANSLEITER PLUGIN CHROME */
#gtx-trans{
display: none
}

/* Closed Sub Titile / slesh */
.section-title small {
    display: none;
}

/* Post title */
.post-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
}

div.title{
 padding-left:14px; 
}

/* Page post */
#atw-show-posts-navigation{
     height: 40px;
}

#atw-show-posts-navigation .current {
    padding: 7px 10px 7px 10px;
}

#atw-show-posts-navigation .page-numbers{
    padding: 7px 10px 7px 10px;
    margin: 1px 0px 0px 3px;
    background: #ffffff; 
    /* border: 1.5px solid #798594; */
    /* border-radius: 10px; */
}

@media (max-width: 767px){

hr.page-divider {
    margin-top: 0px;
    margin-bottom: 0px;
    }

/* Post style
.content .post-wrap {
       margin: 10px;
    border-top: 2px solid #66c43a;
}

.wpb_content_element {
       border: 2px solid #e2e2e2;
}
*/
ul.sf-menu {
    margin-right: 1px;
}

}

@media (min-width: 768px){
.container {
    width: auto;
}
}

@media (min-width: 1200px){
.container {
    width: 1130px !important;
}
}