

@media (min-width: 1200px) {
    
    /* Container Setting */
    
    .container {
        width: 1010px;
    }
}

@media (min-width: 1920px) {
	
    /* Body Setting */
    
	body {
		font-size: 16px;
	}
	
	
    /* Header Setting */
    
	.header {
		padding: 9px 0;
	}
	.header.navbar-sm {
		padding: 4px 0;
	}
	.navbar .nav.navbar-nav > li > a {
		font-size: 16px;
	}
	.navbar-brand,
	.brand-text {
		font-size: 20px;
	}
	.brand-logo{
		border-width: 20px;
		margin-top: -5px;
		margin-bottom: -5px;
	}
	.navbar-nav > li > .dropdown-menu {
		font-size: 16px;
	}
	.navbar-nav > li > .dropdown-menu > li > a {
		line-height: 26px;
	}
	
	
    /* Container Setting */
    
	.container {
		width: 1260px;
	}
	
	
    /* Page Title Setting */
    
	.page-title h1 {
		font-size: 56px;
	}
	.page-title p {
		font-size: 24px;
	}
	
	
    /* Post Setting */
    
	.post-left-info {
		width: 60px;
	}
	.post-likes {
		font-size: 14px;
	}
	.post-date .day {
		font-size: 28px;
	}
	.post-date .month {
		font-size: 14px;
	}
	.post-title,
	.post-grid .post-title {
		font-size: 28px;
		line-height: 36px;
	}
	.post-by,
	.post-detail .post-by {
		font-size: 15px;
	}
	.post-desc {
		font-size: 16px;
		line-height: 26px;
	}
	.read-btn-container {
		font-size: 16px;
	}
	
	
    /* Content Setting */
    
	.content {
		margin-top: 100px;
	}
	
	
    /* Sidebar Element Setting */
    
	.sidebar-search .form-control {
		font-size: 16px;
		height: 44px;
	}
	.sidebar-search .btn {
		font-size: 18px;
		height: 44px;
	}
	.sidebar-list {
		font-size: 16px;
	}
	.sidebar-list > li > a {
		line-height: 26px;
	}
	.sidebar-recent-post > li .title {
		font-size: 16px;
		line-height: 26px;
	}
	.sidebar-recent-post > li .date {
		font-size: 14px;
	}
	.sidebar-social-list {
		line-height: 36px;
	}
	.sidebar-social-list > li {
		font-size: 36px;
	}
	
	
    /* Section Title Setting */
    
	.section-title {
		font-size: 18px;
	}
	
	
    /* Breadcrumb  Setting */
	
	.breadcrumb {
		font-size: 14px;
	}
	
	
    /* Footer Setting */
    
	.footer .footer-title {
		font-size: 18px;
	}
	.footer ul,
	.footer ul.archives > li .total,
	.footer ul.recent-post a {
		font-size: 16px;
	}
	.footer address {
		font-size: 16px;
		line-height: 26px;
	}
	.footer ul.recent-post h4 .time {
		font-size: 14px;
	}
	.footer-copyright {
		font-size: 16px;
		line-height: 26px;
		padding: 30px 0;
	}
	.footer-copyright .social-media-list {
		font-size: 26px;
	}
	
	
    /* Theme Panel Setting */
    
	.theme-panel {
		width: 248px;
		right: -248px;
	}
	.theme-panel .theme-list > li + li {
		margin-left: 7px;
	}
	.theme-panel .theme-list > li > a {
		width: 40px;
		height: 40px;
	}
	.theme-panel .theme-panel-content {
		padding: 10px;
	}
    .theme-panel .theme-collapse-btn {
    	width: 60px;
    	height: 60px;
    	left: -60px;
    	margin-top: -30px;
    	font-size: 24px;
    	line-height: 60px;
    }
    .theme-panel .theme-list > li.active > a:before {
    	font-size: 20px;
    	line-height: 40px;
    }
	
	
    /* Tooltip Setting */
    
    .tooltip {
    	font-size: 16px;
    }
	
	
    /* Comment List Setting */
    
    .comment-list .comment-content {
    	font-size: 16px;
    	line-height: 26px;
    }
    .comment-list .comment-rating,
    .comment-list .comment-btn {
    	font-size: 16px;
    }
    .comment-list .comment-author {
    	font-size: 20px;
    }
    .comment-list .comment-date {
    	font-size: 15px;
    }
	
	
    /* Form Element Setting */
    
    .form-horizontal .control-label {
    	font-size: 16px !important;
    }
    .form-control {
    	height: 46px;
    	font-size: 16px;
    }
	
	
    /* Font Size Setting */
    
    .f-s-12,
    .f-s-13 {
    	font-size: 16px !important;
    }
	
	
    /* Button Setting */
    
    .btn {
    	font-size: 16px;
    }
	
	
    /* About Us Page Setting */
    
    .about-me-desc {
    	line-height: 26px;
    }
    
    
    /* Cover Bg Setting */
    
    .has-bg .bg-cover img {
        width: 100%;
    }
}

@media (min-width: 768px) {
    
    /* Navbar Setting */
    
    .navbar .nav.navbar-nav > li > a {
        padding: 15px 15px;
    }
	.navbar-toggle {
		display: none;
	}
	.header.navbar > .container .navbar-brand, 
	.header.navbar > .container-fluid .navbar-brand {
		margin-left: -15px;
	}
	.header .navbar-collapse.collapse {
		display: block!important;
		height: auto!important;
		padding-bottom: 0;
		overflow: visible!important;
		flex: none;
	}
	.header .navbar-nav {
		display: block;
		float: left;
	}
	.header .navbar-nav > li {
		float: left;
		position: relative;
	}
	.header .navbar-nav.navbar-right {
		float: right;
		margin-right: -15px;
	}
	.header .dropdown-menu {
		position: absolute;
	}
	.header .navbar-right .dropdown-menu {
		right: 0;
		left: auto;
	}
	.header .container-fluid > .navbar-collapse, 
	.header .container-fluid > .navbar-header, 
	.header .container > .navbar-collapse,
	.header .container > .navbar-header {
		margin-right: 0;
		margin-left: 0;
	}
}

@media (max-width: 767px) {
    
    
    /* Header & Navbar Setting */
    
    .header {
        padding: 5px 0;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        padding: 12px 25px;
    }
    .header .container-fluid,
    .header .container {
    	display: block;
    }
    .header.navbar-default .navbar-collapse, 
    .header.navbar-default .navbar-form {
		border-color: #e7e7e7;
	}
	.header .navbar-nav {
		margin: 7.5px -15px;
	}
    .header .navbar-collapse {
		padding-right: 15px;
		padding-left: 15px;
		overflow-x: visible;
		-webkit-overflow-scrolling: touch;
		border-top: 1px solid transparent;
		-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
		box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	}
    
    
    /* Navbar Transparent Setting */
    
    .navbar-transparent .navbar-collapse,
    .navbar-transparent .navbar-collapse.collapse.in {
        -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.3);
        box-shadow: 0 0 2px rgba(0,0,0,0.3);
        background: #fff;
        border-top: none;
    }
    .navbar-transparent .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }
    .navbar-transparent .nav.navbar-nav > li > a {
        color: #333;
    }
    
    
    /* Navbar Inverse Setting */
    
    .navbar-inverse .navbar-nav > li.open .dropdown-menu {
        background: #333;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li + li {
        border-top: 1px solid #444;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #ccc;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
    }
    .navbar-inverse .navbar-nav > li > .dropdown-menu, .navbar-nav .open .dropdown-menu {
        border: none;
    }
    
    
    /* Page Title Setting */
    
    .page-title {
        padding: 120px 0 60px;
    }
    .page-title h1 {
        font-size: 26px;
    }
    .page-title p {
        font-size: 18px;
    }
    .page-title + .content {
        margin: 30px 0;
    }
    
    
    /* Post List Setting */
    
    .post-left-info {
        float: none;
        width: auto;
        margin: 0 0 10px;
    }
    .post-left-info:before,
    .post-left-info:after {
        content: '';
        display: table;
        clear: both;
    }
    .post-date,
    .post-likes {
        padding: 0;
        float: left;
    }
    .post-date {
        margin: 0;
        line-height: inherit;
    }
    .post-date .day,
    .post-date .month {
        font-size: 12px;
        display: inline;
    }
    .post-date + .post-likes {
        margin-left: 15px;
        padding-left: 15px;
        border: none;
        border-left: 2px solid #ddd;
    }
    .post-left-info + .post-content {
        margin: 0;
    }
    .post-image,
    .post-video,
    .post-list blockquote {
        margin-bottom: 15px;
    }
    .post-title {
        font-size: 20px;
        line-height: 28px;
    }
    .post-by {
        margin-bottom: 10px;
        line-height: 16px;
    }
    .post-desc {
        font-size: 12px;
        margin-bottom: 15px;
    }
    .post-li,
    .post-grid.post-grid-2 > .post-li,
    .post-grid.post-grid-3 > .post-li,
    .post-grid.post-grid-4 > .post-li {
        width: 50%;
    }
    
    
    /* Details Page Comment Section Setting */
    
    .comment-list > li {
        padding: 15px 0;
    }
    .comment-list .comment-avatar {
        width: 40px;
        height: 40px;
        margin-right: 10px;
        font-size: 36px;
        line-height: 56px;
    }
    .comment-list .comment-avatar + .comment-container {
        margin-left: 50px;
    }
    .comment-list .comment-list {
        margin-top: 15px;
    }
}

@media (max-width: 600px) {
    
    /* Post Grid Setting */
    
    .post-li,
    .post-grid.post-grid-2 > .post-li,
    .post-grid.post-grid-3 > .post-li,
    .post-grid.post-grid-4 > .post-li {
        width: 100%;
    }
}