/* === For 1024px-600 small size ================ */

@media only screen and (max-width:1024px) and (min-width:700px) {
	
.wrapper {
    width: 100%;
    min-width: 100px;
}

.forums {
    width: 78% !important;
}

.post.classic .post_content {
    float: left;
    width: 67%;
    padding: 0 1% 5px 1%;
}

    .calendar .tcat[width*="1"] {
    padding: 1px
  }

    [title="Sunday"]:after {
    content: 'Sun'
    }

    [title="Monday"]:after {
    content: 'Mon'
    }

  [title="Tuesday"]:after {
    content: 'Tue'
  }

  [title="Wednesday"]:after {
    content: 'Wed'
  }

  [title="Thursday"]:after {
    content: 'Thu'
  } 

  [title="Friday"]:after {
    content: 'Fri'
  } 

  [title="Saturday"]:after {
    content: 'Sat'
  }  

    .rstt {
        display: none;
    }
}
	
/* === For mobile small size ================ */
@media only screen and (max-width: 1358px) {
.forums {
    width: 78% !important;
}

.sidebar {
    display: block;
    width: 22% !important;
}

.wrapper {
    width: 100%!important;
    min-width: 100px;
}
}


@media only screen and (max-width: 1064px) {
.sidebar {
    display: block;
    width: 100% !important;
}

.forums {
    width: 100% !important;
}

@media only screen and (max-width: 866px) {

div.sceditor-dropdown input, div.sceditor-dropdown select {
    display: block;
    width: 70% !important;
}
	
.header-info p {
display:none!important;
}
	
.header-info i {
 font-size: 13pt;
}
	
div.sceditor-dropdown {
    width: 22% !important;
}

div.sceditor-dropdown textarea {
    width: 80% !important;
}
	
 ul.footer-links, .footerwrap .col-sm-1, .footerwrap .col-sm-2, .footerwrap .col-sm-3, .footerwrap .col-sm-4 {
	width: 100%!important;
	 border-bottom:1px dotted #fafbfb;
	 text-align: left!important;
	 font-size: 15px!important;
	} 
	
	.footer .footer-right{
	width: 100%!important;
	 font-size: 15px!important;
	} 
	
.footerwrap .col-sm-1 i, .footerwrap .col-sm-2 i, .footerwrap .col-sm-3 i, .footerwrap .col-sm-4 i {
    vertical-align: top;
	font-size: 15px!important;
	} 

   .art {
	font-size: 13px!important;
    width:865px!important;
	text-transform: normal;
    }	

 .tfoot select {
    text-align: center!important;
	 width: 100% !important;
}
 .tfoot button {
    text-align: center!important;
	width: 100% !important; 
}
modal, select, .forums {
   width: 100% !important;
}
	
.mobile-tx {
   float:left!important;
    text-align: center!important;
    width: 100% !important;
}

.mobile-rsy {
  margin-left:auto !important;
  margin-right:10px !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-around;
}
	
.mobile-rsx {
  margin-left:auto !important;
  margin-right:40px !important;
}	
	
.mobile-hide {
   display: none;!important;
}  
	
 .mobile-rsp {
    width: 99% !important;
    display: inline-block;
    text-align: left;
    white-space: normal;
 }
#footer .lower {
    text-align: center;
    height: 40px !important;
	width: 100% !important;
}
.ensettings ul > li > a, #navbarmenu ul,	#navbarmenu ul li {
    text-align: center !important;
}

.ensettings {
    text-align: left !important;
    top: 0px;
}

.post.classic .post_author {
    width: 99% !important;
    margin-top: -2px!important;
}

.headpost {
    display: inline-block;
    width: 98% !important;
}

.navbarmenu-logo {
    display: inline-block;
    width: 100% !important;
    text-align: center;
}

.pagination .pages {
    display: none;
}

.popup_menu input.textbox {
    width: 50% !important;
    display: inline-block;
}

.pagination {
    width: 100% !important;
    display: inline-block;
}

.profile-left-col, .profile-right-col {
    width: 98% !important;
    text-align: left;
    margin-bottom: 20px;
}
.thead {
    width: 100% !important;
    text-align: left;
}	
	
#content {
    width: 95% !important;
}
	
 .post_controls {
    background: #fafbfc;
    display: inline-block;
    width: 97% !important;
    text-align: center!important;
}
 .forum_status {
      float:left;
}
	
.prt {
   display: block;!important;
}
	

	
.post_content {
   width: 97% !important;
   margin: auto;
}

.wrapper {
  width: 100%!important;
}

.input[type=text] {
    width: 75% !important;
     -webkit-transition: width .35s ease-in-out;
     transition: width .35s ease-in-out;
}

 .author_information {
    margin-top: 15px !important;
}

.post-rsp{
        margin-right: 20px !important;
    }

	.post_controls {
    text-align: center;
}
.postbit_buttons a span {
    font-size: 0px;
}
.postbit_buttons a span:before {
    margin: 0;
}

.postbit_buttons > a:link, .postbit_buttons > a:hover, .postbit_buttons > a:visited, .postbit_buttons > a:active {
    padding: 3px 7px;
}    

 .trow1, .trow2 {
        border: none !important;
    }
}

@media only screen and (max-width: 360px) {

#content {
 width: 93% !important;
    }
 }
		
		
		
		
		
		
		