
@media only screen and (max-width: 768px){div.column2 aside {
display:none;
}}

@media only screen and (max-width: 480px){
	.container{
  width: 105%;
	}
}


// 포트폴리오 리스트 제목 글씨 색깔 좋아요 없애기
article .hover > p {
  color: #ff0000 !important;
}
.qode-like {
    display: none;
}


/* 포트폴리오 리스트 mouse_over 카테고리 칼라변경과 제목칼라변경 */
.projects_holder a:hover .hover > p {
  color: #FF9900 !important;}
.projects_holder .mix .hover h3 {
    color: #ffffff;
}


/* 블로그 리스트 바탕화면 칼라와 가로정렬 변경 */
article .post_info .inner .post_date, article .post_info .inner .blog_like {
  background-color: #FFFFFF;
}
article .post_info .inner .post_date .date {
    color: #404c61 !important;
}
article .post_info .inner .post_date .month {
    color: #404c61 !important;
}


/* 메일 보낼 때 버튼 디자인 경로 */
.btn_send{
img "http://118.219.232.191/~mainart/wp-content/uploads/2014/02/bt_send.png"
}


/* 포트폴리오 카테고리버튼 뒤에 그림자 빼기 */
.filter_holder ul li {
  box-shadow: none;}


/* 블로그리스트 날짜 좌측 상단 위치 조정과 float 없애기
.blog_holder article .post_info {float : none
width: 16%;
}
article .post_info .inner .post_date .date {
display: inline;
}
article .post_info .inner .post_date .month {
display: inline;
}
*/

/* 블로그리스트에서 숫자 밑에 블로그 라이크박스 없애기 */
article div.post_info .blog_like {display: none;}

/* 블로그 내용보기 좌측 date 상단으로 위치 변경
.blog_single_holder .post_info { float: none !important; }
*/

/* 블로그 컨텐츠 우측으로 좀더 늘리기 */
body.single-post .two_columns_75_25>.column1{width:85%;}
body.single-post .two_columns_75_25>.column2{width:15%;}


/* 블로그 포스트 부분인데 잘 모르겠음 */
@media only screen and (max-width: 1000px){
}
*/


/* siderbar 우측으로 이동하고 우측정렬 */
div.column2 > div > aside{padding-left: 50%;}
div.column2 > div > aside{text-align: right;}


/* about 페이지 progress 제목 크기 */
.progress_title > h5 {
    font-size: 12px;
}

/* about 페이지 progress bar 두께 조절 */
.progress_bars .progress_content_outer{
height: 5px !important;
}
.progress_bars .progress_content_outer .progress_content {
height: 5px !important;
}


/* 겔럭시s2에서 로고가 커질 때 현상을 바로잡음 */
@media only screen and (max-width: 480px){.logo a {height:50px !important;}}

/* 블로그 넓게 사용하게 */
@media only screen and (max-width: 480px){
	.container{
  width: 100%;
	}
}
