/*
Theme Name: Presse Mag
Theme URI: http://wellthemes.com/
Author: WellThemes
Author URI: http://themeforest.net/user/wellthemes
Description: A Premium News and Magazine style Responsive WordPress Theme by WellThemes.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, two-columns, right-sidebar, custom-background, editor-style, featured-images, full-width-template, sticky-post, theme-options, custom-menu, threaded-comments, translation-ready
Text Domain: overture-mag
*/

/*
Warning: Do not edit this file, it will be overwritten by the next theme update. If you want to customize the styles, create a child theme instead See: http://codex.wordpress.org/Child_Themes
*/

/**
 * =========================
 * Table of contents
 * =========================
 *
 * 1. - Base
 *   1.1 - Layout
 *   1.2 - Typography
 *   1.3 - Base Elements
 *   1.4 - Image Sizes
 * 2. - Header
 *   2.1 - Top Header 
 *   2.2 - Logo Section
 *   2.3 - Featured Post
 *   2.4 - Post List
 *   2.5 - Navigation
 * 3. - Homepages
 * 4. - Content
 *   4.1 - Post Content
 *   4.2 - Social Links
 *   4.3 - Comments
 *   4.4 - Related Posts
 *   4.5 - Shortcodes
 *   4.6 - Post Archive
 *   4.7 - Pagination
 * 5.  Pages
 *   5.1 - Contact Page
 *   5.2 - Archives Page
 *   5.3 - Error Page
 * 6.  Sidebar
 * 7.  Footer
 *   7.1 - Subfooter
 *   7.2 - Widgets
 *   7.3 - Menu
 *   7.4 - Info
 * 8.  Media Queries 
 *    8.1 - >= 710px
 *    8.2 - >= 783px
 *    8.3 - >= 910px
 *    8.4 - >= 985px
 *    8.5 - >= 1200px
 *
 */

/* ====================
 * 1. Base
 * ==================== */

/**
 * 1.1 - Layout
 */
 
body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
	color: #212121;
}

#container {
	width: 1170px;
	margin: 0 auto;	
	overflow: hidden;
	word-wrap: break-word;
}

#content {
	width: 810px;
	float: left;
	margin-right: 30px;
	overflow: hidden;
}

.sidebar {
	width: 330px;
	float: left;
	overflow: hidden;
}

.section-wrap,
.inner-wrap {
	overflow: hidden;
}

.one-forth {
	width: 270px;
	float: left;
	margin-right: 30px;
	overflow: hidden;
}

.col-last {
	margin-right: 0;
}

/**
 * 1.2 - Typography
 */
@font-face {
    font-family: 'bernier_shaderegular';
    src: url('css/font/bernier_shade-webfont.woff2') format('woff2'),
         url('css/font/bernier_shade-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Oswald', sans-serif;
	line-height: 1.3;
	color: #000000;
	font-weight: 700;	
	text-transform: uppercase;
}

h1 {
	font-size: 44px;
}

h2 {
	font-size: 40px;	
}

h3{
	font-size: 27px; 
}

h4 {	
	font-size: 20px;
}

h5 {	
	font-size: 16px;	
}

h6 {
	font-size: 14px;
	letter-spacing: 0.4px;	
}

a {
	text-decoration: none;
	color: #212121;
	transition: all 0.2s ease 0s;
	outline: 0;
}

a:visited {
	color: #212121;
}

a:hover {
	color: #F24F26;
}

:focus {
	outline: 0;
}

/**
 * 1.3 - Base Elements
 */
.section {
	overflow: hidden;
	margin-bottom: 30px;
}

.section-title {
	text-align: center;
	margin-bottom: 20px;
}

.post-archive .section-title h1,
.section-title h4 {
	display: inline-block;
	color: #26157B;
	font-family: 'bernier_shaderegular';
	text-transform: lowercase;
	font-size: 40px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 4px;
}

.entry-meta {
	overflow: hidden;
}

.entry-meta,
.entry-meta a {
	color: #818181;
}

.entry-meta .entry-cat {
	display: inline-block;
}

.entry-cat a:hover {
	color: #F24F26;
}

.entry-meta .date {
	font-size: 14px;
}

.entry-meta .author a {
	font-size: 14px;
	margin-left: 5px;
	text-transform: uppercase;
}

.entry-meta .sep {
	margin: 0 10px;
	color: #000000;
}

.entry-cat h6 {
	font-size: 13px;
	letter-spacing: 0.5px;
}

.content-wrap {
	overflow: hidden;
	margin-bottom: 30px;
}

/**
 * 1.4 - Image Sizes
 */
.thumb {
	overflow: hidden;
}

.wp-post-image {
	display: block;
}

.attachment-presse_885_420 {
	width: 885px;
	height: 420px;
}

.attachment-presse_570_435 {
	width: 570px;
	height: 435px;
}

.attachment-presse_480_480 {
	width: 480px;
	height: 480px;
}

.attachment-presse_300_300 {
	width: 300px;
	height: 300px;
}

/* ====================
 * 2. Header
 * ==================== */
 
/**
 * 2.1 - Top Header
 */
.top-bar {
	overflow: hidden;
	padding: 15px 0;
	margin-bottom: 15px;
	border-bottom: 3px solid #000000;
}

.top-bar .social{
	float: left;
	margin-top: 10px;
}

.top-bar ul {
	overflow: hidden;
}

.top-bar .social ul li{
	float: left;	
	margin-right: 40px;		
}

.top-bar .social ul li a {
	color: #676767;
}

.top-bar .social ul li i {
	display: block;
	font-size: 24px;
	line-height: 21px;
}

.top-bar .social .ion-social-facebook:before {
	line-height: 24px;
	display: block;
}

.top-bar .social .ion-social-facebook {
	background: #676767;
	color: #FFFFFF;
	font-size: 23px;	
	padding: 0;
	margin: 0;
	width: 20px;
	height: 20px;
	padding-left: 8px;
	margin-top: 2px;
	box-sizing: border-box;
}

.top-bar .top-menu{
	float: left;
	width: 660px;
	overflow: hidden;
}

.top-menu ul {
	list-style: none;	
	margin: 0;	
}

.top-menu ul li{
	float: left;	
	margin-right: 60px;		
}

.top-menu ul li a {
	font-size: 14px;
	text-transform: uppercase;
	display: block;
}

.top-menu .std-menu ul {
	height: 20px;
	overflow: hidden;
	margin-top: 12px;
	max-height: 27px;
}

.top-bar .search {
	width: 280px;
	float: right;
}

.search-form {
	position: relative;
}

.search-form i {
	position: absolute;
	right: 10px;
	font-size: 26px;
}

.search-field {
	box-sizing: border-box;
	padding: 4px 10px;
	width: 100%;	
}

/**
 * 2.2 - Logo Section
 */ 
.logo-section {
	text-align: center;
	overflow: hidden;
}

.logo-section .logo {
	max-width: 240px;	
	margin: 30px 0;
	display: inline-block;
	overflow: hidden;
}

.logo-section .logo img{
	display: block;
	max-height: 100px;
}

/**
 * 2.3 - Featured Post
 */ 
.header-post {
	float: left;
	width: 350px;	
	overflow: hidden;
	text-align: left;
}

.header-post .sep {
	margin-bottom: 15px;
}

.header-post .section-wrap {
	max-height: 170px;
}

.header-post .thumb {
	max-width: 135px;
	display: inline-block;
	margin-right: 20px;
	overflow: visible;
}

.header-post .entry-right {
	display: inline-block;
	vertical-align: middle;
	max-width: 190px;
}

.header-post h4 {
	font-size: 22px;
	line-height: 1.4;
	margin-bottom: 15px;
}

.header-post .entry-cat a {
	color: #F54D28;
}

/**
 * 2.4 - Post List
 */
.header-postlist .title {
	margin: 15px 0;
}

.header-postlist {
	float: right;
	text-align: left;
	width: 350px;
	overflow: hidden;
}

.header-postlist .section-wrap {
	float: right;
}

.header-postlist h6 {
	letter-spacing: 0.5px;
}

.header-postlist ul li:before {
	color: #818181;
	content: "• ";
	position: absolute;
	left: -15px;
	font-size: 20px;
	line-height: 24px;
}

.header-postlist ul li {
	margin-bottom: 5px;
	margin-left: 15px;
	position: relative;	
}

.header-postlist ul li a {
	border-bottom: 1px solid #000000;
}

.header-postlist ul li a:hover {
	border-bottom: 1px solid #F24F26;
}

/**
 * 2.5 - Main Navigation
 */
.menu-section {
	background: #F24F26;
	background: linear-gradient(to right, #F24F26, #9D6EBD);	
	height: 46px;
	margin-bottom: 30px;
}

.menu-section .inner-wrap {
	overflow: visible;
	position: relative;
}

.main-menu ul{
	z-index: 30;	
	display: none;
}

.main-menu .defaut-menu {
	overflow: hidden;
}

.main-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 99;	
}

.main-menu select {
    display: none;
    z-index: 3000;
    position: relative;
    padding: 4px;
    font-size: 14px;
    height: 36px;	
	color: #999999;
	font: inherit;
	border: 1px solid #E3E3E3;
}

.main-menu ul li {
	float: left;
	padding: 0px;
	margin: 0px;
}

.cat-item-none,
.main-menu ul li a {
	display: block;
	padding: 14px 25px;
	text-align: center;	
	font-size: 18px;	
	font-weight: 500;
	line-height: 1;
	transition: none;
	color: #FFFFFF;
}

.main-menu .sf-sub-indicator {
	position: relative;
	font-size: 0;
	line-height: 5px;
}

.main-menu .sf-sub-indicator:before {
	content: "\f35f";
	font-family: Ionicons;
	font-size: 18px;
	line-height: 0;
	margin-left: 6px;
	margin-top: 5px;
	padding: 0;
	line-height: 12px;
	float: right;
}

.main-menu .sub-menu .sf-sub-indicator:before {
	content: "\f363";
	margin-top: 1px;
}

.main-menu .menu-item-home a:before{
	font-family: Ionicons;
	content: "\f448";
	display: block;
	float: left;
	padding: 0;
	font-weight: 400;	
	margin-right: 6px;
	font-size: 20px;
	margin-top: -2px;
}

.main-menu ul li ul {
	display: none;
	position: absolute;
	padding: 0;	
	margin-top: 0;		
	background: #FFFFFF;	
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.07);
}

.main-menu ul li ul li {
	float: none;
	padding: 0px;
	position: relative;
}

.main-menu ul li ul li a, 
.main-menu ul li:hover ul li a, 
.main-menu ul li.over ul li a {	
	padding: 12px 16px 12px 14px;
	display: block;	
	width: 170px;	
	text-align: left;	
	height: auto;
	font-size: 15px;	
	font-weight: 300;
	letter-spacing: 0.1px;
	border-bottom: 1px solid #EEEEEE;
	color: #666666;	
}

.main-menu ul li ul li:hover a, 
.main-menu ul li ul li.over a {	
	color: #F24F26;
	border-bottom: 1px solid #F24F26;	
}

.main-menu ul li ul li:hover ul, 
.main-menu ul li ul li.sfHover ul {	
	display: block;	
	position: absolute;	
	left: 200px;	
	top: 0;	
	padding-top: 0;
}

.main-menu .sub-menu ul li:first-child:before {
	display: none;
}

.main-menu ul li ul li:hover ul li a, 
.main-menu ul li ul li.over ul li a {	
	color: #666666;	
	border-bottom: 1px solid #EEEEEE;
}

.main-menu ul li ul li ul li a:hover {
	color: #F24F26;
	border-bottom: 1px solid #F24F26;	
}

/* ====================
 * 3. Homepages
 * ==================== */
/**
 * 3.1 - Slider Section
 */
.slider-main {
	display: none;
}

.slider-main .post-info {
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 20px;	
}

.home-slider .bg-post {
	width: 210px;
	float: left;
	margin-right: 30px;
	height: 405px;
}

.home-slider .slider-main {
	width: 570px;
	display: inline-block;
	margin-right: 30px;
	position: relative;
}

.home-slider .slider-main .entry-cat a {
	color: #FFFFFF;
}

.home-slider .slider-main h2 {
	font-size: 36px;
	line-height: 1.2;
	margin-bottom: 10px;
}

.home-slider .flex-direction-nav {
	list-style: none;
	padding: 0;
	margin: 0;
}

.home-slider .flex-direction-nav li {
	position: absolute;
	top: 50%;
	margin-top: -17px;
}

.home-slider .flex-nav-prev {
	left: 20px;
}

.home-slider .flex-nav-next {
	right: 20px;
}

.home-slider .flex-direction-nav li a {
	color: #FFFFFF;	
	cursor: pointer;
	display: block;
	font-size: 0;
	width: 30px;
	height: 30px;
	border: 2px solid #FFFFFF;
	border-radius: 30px;
}

.home-slider .flex-direction-nav li a:before {
	content: "\f3cf";
	font-family: Ionicons;
	font-size: 30px;
	display: block;
	line-height: 1;
	padding-left: 8px;
}

.home-slider .flex-direction-nav li a.flex-next:before {
	content: "\f3d1";
	padding-left: 11px;
}

.home-slider .widget-title h4 {
	font-size: 14px;
}

.home-slider .post-textlist {
	width: 210px;
	height: 371px;
	float: right;
}

.post-textlist {	
	overflow: hidden;
	border: 2px solid #000000;
	padding: 30px 28px;
}

.post-textlist  .entry-cat {
	margin-bottom: 5px;
}

.post-textlist ul li {
	text-align: center;
}

.post-textlist hr {
	width: 25px;
	display: inline-block;
	margin: 20px 0 10px;
}

.post-textlist ul li:last-child hr {
	display: none;
}

.post-textlist a {
	border-bottom: 1px solid #000000;
}

.post-textlist a:hover {
	border-bottom: 1px solid #F24F26;
}

/**
 * 3.2 - Section 1
 */
.section-1 .section-left {
	width: 286px;
	float: left;
	overflow: hidden;
}

.section-1 .section-right {
	width: 884px;
	float: right;
	border-left: 2px solid #000000;
	box-sizing: border-box;
	border-top: 1px dashed #999999;
	overflow: hidden;
}

.section-1 .section-main {
	overflow: hidden;
}

.section-1 .section-main .item-post {
	width: 294px;
	height: 270px;
	float: left;
	overflow: hidden;
	border-right: 1px dashed #999999;
	border-bottom: 1px dashed #999999;
	box-sizing: border-box;
	text-align: center;
	padding: 20px;
}

.section-1 .std-post .thumb{
	width: 100px;	
	display: inline-block;
	clear: both;
	margin-bottom: 20px;
}

.section-1 .std-post .wp-post-image {
	height: 100px;
	border-radius: 50px;
	display: block;	
}

.section-1 .section-main h4 {
	margin-bottom: 20px;
}

.section-1 .section-main .large-post {
	width: 588px;
}

.section-1 .section-main .bg-post {
	padding: 0;
	position: relative;
}

.section-1 .bg-post .overlay {
	background: rgba(0, 0, 0, 0.5);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.section-1 .bg-post .wp-post-image  {
	height: 270px;
}

.section-1 .bg-post .entry-wrap {
	position: absolute;
	bottom: 30px;
	left: 20px;
	right: 20px;
}

.section-1 .bg-post,
.section-1 .bg-post .sep,
.section-1 .bg-post a {
	color: #FFFFFF;
}

.section-1 .section-main .large-post {
	text-align: left;
	padding: 30px;
}

.section-1 .large-post h3 {
	font-size: 48px;
	line-height: 1.2;
}

.section-1 .large-post .entry-meta {
	margin-bottom: 8px;
}

.section-1 .large-post p {
	margin-top: 20px;
	margin-bottom: 0;
}

.section-1 .section-left .entry-meta {
	margin-bottom: 15px;
}

.section-1 .section-left .entry-cat a {
	color: #F24F26;
}

.section-1 .section-left h3 {
	font-size: 36px;
	line-height: 1.25;
	padding-right: 15px;
	padding-bottom: 40px;
	margin-bottom: 35px;
	border-bottom: 2px solid #000000;
}

.section-1 .section-left p {
	border-bottom: 2px solid #000000;
	padding-bottom: 40px;
	margin-bottom: 15px;
	padding-right: 15px;
	color: #666666;
}

.section-1 .section-left .feat {
	border-bottom: none;
	padding-bottom: 0;
	font-weight: 500;
}

.section-1 .section-left .more a {
	font-size: 15px;
	font-weight: 500;
}

.section-1 .section-left .more i {
	float: right;
	font-size: 24px;
	display: block;
	line-height: 1;
	margin-right: 15px;
}

.section-1 .section-left .more a:hover i:before {
	content: "\f499";
}

/**
 * 3.3 - Section 2
 */
.slider-main .slides li {
	position: relative;
}

.slider-main h2 a {
	color: #FFFFFF;
}

.section-2 .slider-main,
.section-2 .slider-main .thumb  {
	position: relative;
}

.section-2 .slide-overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);	
}

.section-2 .flex-control-nav {
	position: absolute;
	right: 15px;
	top: 15px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.section-2 .flex-control-nav li {
	float: left;
	margin-left: 5px;	
}

.section-2 .flex-control-nav li a {
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
	cursor: pointer;
	display: block;
	width: 11px;
	height: 11px;
	text-indent: -9999px;	
}

.section-2 .flex-control-nav li a:hover,
.section-2 .flex-control-nav li a.flex-active {
	background: #F24F26;
}


.section-2 .slider-main .entry-cat h6 {
	font-size: 12px;
}

.section-2 .slider-main .entry-cat a {
	color: #F24F26;
}

.section-2 .slider-main .entry-meta {
	color: #FFFFFF;
	margin-bottom: 5px;
}

.section-2 .slider-main .sep {
	margin: 0 20px;
	font-size: 20px;
	color: #FFFFFF;
}

.section-2 .slider-main h2 {
	margin-bottom: 15px;
}

.section-2 .slider-main p {
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 10px;
}

.section-2 .author a {
	font-size: 13px;
	color: #FFFFFF;
}

.section-2 .section-posts .thumb {
	margin-bottom: 15px;
	display: inline-block;
}

.section-2 .section-posts .wp-post-image {
	width: 110px;
	height: 110px;	
}

.section-2 .section-left h4 {
	margin-right: 15px;
	margin-bottom: 10px;
}

.section-1 .section-left p {
	padding-bottom: 25px;
}

/**
 * 3.4 - Hot topics
 */
.home-topics {
	border: 2px solid #000000;
	height: 40px;
}

.home-topics .title {
	border-right: 1px dashed #CCCCCC;
	float: left;
	height: 100%;	
	box-sizing: border-box;
	padding: 8px 12px;
	margin-right: 30px;
}

.home-topics .title i {
	font-size: 24px;
	display: block;
	float: left;
	margin-right: 10px;
	line-height: 1;
	color: #F24F26;
}

.home-topics h6 {
	float: left;
	margin-top: 4px;
	color: #F24F26;
}

.home-topics ul {
	float: left;
	max-width: 990px;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;	
}

.home-topics ul li {
	float: left;
	margin-top: 11px;
}

.home-topics ul li a{
	font-size: 18px;
}

.home-topics ul li:after {
	color: #000000;
	content: "• ";
	font-size: 20px;
	line-height: 1;
	display: block;
	float: right;
	margin: 0 30px;	
}

.home-topics ul li:last-child:after {
	display: none;
}

/**
 * 3.5 - Posts
 */
.home-posts1 {
	background: #F9F4CE;
	border: 1px dashed #F5D624;
	padding: 20px 19px;
}

.home-posts1 ul li {
	width: 343px;
	float: left;
	margin-right: 50px;
}

.home-posts1 ul li.post-3 {
	margin-right: 0;
}

.home-posts1 .thumb {
	width: 80px;
	float: left;
	margin-right: 20px;
	overflow: hidden;
}

.home-posts1 .wp-post-image {
	height: 80px;
}

.home-posts1 .post-right {
	width: 243px;
	float: left;
	overflow: hidden;
}

.home-posts1 .post-right a {
	border-bottom: 1px solid #000000;
}

.home-posts1 .entry-cat {
	margin-top: 15px;
}

.home-posts1 .entry-cat a {
	border-bottom: none;
}

/**
 * 3.6 - Featured Categories
 */
.home-cats .section-title h4 {
	font-size: 36px;
	letter-spacing: 3px;
}

.post-archive .section-title h1,
.post-archive .section-title h4,
.home-postlist .section-title h4 a,
.home-cats .section-title h4,
.home-cats .section-title h4 a {
	color: #F24F26;
}

.home-cats .cat {
	padding: 0 14px;
	width: 270px;
	float: left;
	border-right: 2px solid #000000;
	overflow: hidden;
	text-align: center;
}

.home-cats .cat-1 {
	padding-left: 0;
}

.home-cats .cat-4 {
	padding-right: 0;
	border-right: none;
}

.home-cats .thumb {
	height: 180px;
	margin-bottom: 15px;
}

.home-cats .thumb {
	height: 180px;
}

.home-cats .wp-post-image {
	margin-top: -45px;
}

.home-cats ul li {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #CCCCCC;
	overflow: hidden;
}

.home-cats ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.home-cats ul li.bg-post{
	padding-bottom: 20px;
}

.home-cats .entry-meta {
	margin-bottom: 10px;
}

.home-cats .post a {
	border-bottom: 1px solid #000000;
}

.home-cats .more-link {
	margin-top: 30px;
}

.home-cats .more-link a {
	background: #000000;
	color: #FFFFFF;
	display: inline-block;
	line-height: 1;	
	padding: 5px 7px;
}

.bg-post {
	background: #000000;
	color: #FFFFFF;
	padding: 15px 30px;	
}

.home-cats ul li.bg-post {
	border-bottom: none;
}

.bg-post .entry-meta {
	margin-bottom: 50px;
	text-align: center;
}

.bg-post .entry-cat {
	display: inline-block
}

.home-cats .bg-post .entry-meta {
	margin-bottom: 70px;
}

.bg-post h3 {
	font-size: 26px;
	margin-bottom: 30px;
}

.bg-post p {
	font-size: 15px;
	line-height: 1.4;
	margin-bottom: 40px;
	color: #CCCCCC;
}

.bg-post .img {
	height: auto;
	margin-top: 60px;
	text-align: center;
}

.home-cats .bg-post .img {
	margin-top: 80px;	
}

.bg-post .entry-meta,
.bg-post .entry-meta a,
.bg-post a {
	color: #FFFFFF;
}

/**
 * 3.7 - Section 4
 */
.section-4 {	
	overflow: hidden;
	background: url(images/dh.png) top left repeat-x,
				url(images/dv.png) right top repeat-y,
				url(images/dh.png) bottom left repeat-x,
				url(images/dv.png) left top repeat-y;				
}

.section-4 .slider-main{	
	padding: 30px;
	overflow: hidden;	
}

.section-4 .slider-main ul li {
	width: 100%;
}

.section-4 .post-left {
	width: 480px;
	margin-right: 50px;
	float: left;
}

.section-4 .post-left .thumb {
	margin-bottom: 30px;
}

.section-4 .slider-main h2 a {
	color: #212121;
}

.section-4 .slider-main h2 a:hover {
	color: #F24F26;
}

.section-4 .post-left p {	
	font-weight: 500;
	padding-bottom: 25px;
	margin-bottom: 0;
	border-bottom: 2px solid;
}

.section-4 .post-left p:first-letter {
    float: left;
	text-align: center;
	font-size: 52px;
	font-weight: 500;
	height: 40px;
	line-height: 40px;	
	margin: 6px 10px 0px 0px;
}

.section-4 .post-right {
	width: 576px;
	float: left;
}

.section-4 .post-right p {
	width: 100%;
	-webkit-column-count: 2;
	   -moz-column-count: 2;
			column-count: 2;
	  -webkit-column-gap: 30px;
	     -moz-column-gap: 30px;	
			  column-gap: 30px;	
			  text-align: justify;
}

.section-4 .entry-cat {
	margin-bottom: 10px;
}

.section-4 .entry-cat h6{
	font-size: 15px;
}

.section-4 .entry-cat h6 a{
	color: #F54D28;
}

.section-4 .entry-meta {
	margin: 15px 0;
}

.section-4 .button {
	float: right;
	font-size: 14px;
	padding: 10px 12px 7px;
}

.section-4 .button i {
	display: block;
	float: right;
	font-size: 18px;
	margin-left: 8px;
	margin-top: -2px;
	line-height: 12px;
}

.section-4 .slider-nav{		
	overflow: hidden;
	background: url(images/dh.png) top left repeat-x;
}

.section-4 .slider-nav ul li {
	background: url(images/dv.png) right top repeat-y;
	padding: 10px 30px 30px;
	min-height: 120px;
	cursor: pointer;
}

.section-4 .slider-nav ul li:last-child {
	background: none;
}

.section-4 .slider-nav i{
	display: block;
	font-size: 32px;
	line-height: 28px;
	margin-bottom: 5px;
	color: #FFFFFF;
}

.section-4 .slider-nav ul li:hover,
.section-4 .slider-nav ul li.flex-active-slide {
	background: #000;
	color: #FFF
}
.section-4 .slider-nav ul li:hover h4,
.section-4 .flex-active-slide h4{
	color: #FFF
}

/**
 * 3.8 - Section 5
 */
.section-5 .bg-post {
	width: 210px;
	height: 400px;	
}

.section-5 .bg-thumbpost {
	height: 415px;	
}

.bg-thumbpost {
	padding-bottom: 0;
}

.bg-thumbpost .entry-details {
	min-height: 210px;
}

.bg-thumbpost .thumb {
	margin: 0 -30px;
	text-align: center;
}

.bg-thumbpost .wp-post-image {
	/* width: 270px;
	height: 270px;
	margin-top: -40px; */
	width: auto;
	height: auto;
	max-height: 270px;	
	display: inline-block;
}

.section-5 .bg-thumbpost h3 {
	margin-bottom: 15px;
}

.section-5 .post-textlist .post {
	margin-bottom: 30px;
}

.section-5 .post-textlist .post:last-child {
	margin-bottom: 0;
}

.section-5 .post-textlist {
	width: 210px;
}

.post-textlist .entry-cat h6 {
	font-size: 12px;
	letter-spacing: 0.7px;
}

.post-textlist .entry-cat h6 a {
	border-bottom: none;
}

/**
 * 3.9 - Home Post list
 */
.post-archive .section-title {
  margin-bottom: 30px;
  text-align: center;
}

.post-archive .section-title h4 {
	font-size: 44px;
}

.home-postlist .pagination {
	margin-bottom: 20px;
}

#content .section:last-child,
.full-content .section:last-child {
	margin-bottom: 0;
}

/* ====================
 * 4. Content
 * ==================== */

/**
 * 4.1 - Post Content
 */
.single-post-thumb {
	text-align: center;
}

.single-post-thumb .wp-post-image {
	height: auto;
	display: inline-block;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin-bottom: 0.5em;
}

.entry-content h1 {
	font-size: 32px;
}

.entry-content h2 {
	font-size: 28px;
}

.entry-content h3 {
	font-size: 24px;
}

.entry-content h4 {
	font-size: 22px;
}

.entry-content h5 {
	font-size: 20px;
}

.entry-content h6 {
	font-size: 18px;
}

.entry-header {
	margin-bottom: 20px;
}

.single-meta {
	line-height: 1;
	margin-bottom: 25px;
}

.single-meta .entry-cat {
	float: left;
	overflow: hidden;
	margin-right: 20px;
}

.single-meta .entry-cat h6{
	float: left;
	font-size: 14px;
	margin-right: 15px;	
}

.entry-meta .comments {
	font-weight: 400;
	float: left;
	overflow: hidden;
}

.entry-meta .comments img {
	float: left;
	height: 24px;
	margin-right: 10px;
}

.single-meta .entry-date {
	font-size: 17px;
	float: left;
	margin-right: 30px;
}

.entry-content {
	font-size: 17px;
}

.entry-content p {
	margin-bottom: 20px;
}

.single-post-thumb {
	margin-bottom: 30px;
}

.feat-text p {
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 20px;
	overflow: hidden;
}

/*===[ Password Protected Post ]===*/
.post-password-form label {
	overflow: hidden;
	margin-bottom: 15px;
}

.post-password-form label input{
	padding: 4px 8px;
}

.post-password-form  input[type=submit] {
	display: inline-block;
	margin-left: 10px;
	padding: 8px 10px;
}

/*===[ Post Pagination ]===*/
.page-links  {
    overflow: hidden;
    text-align: center;
    padding: 5px 0;
}

.page-links span {
    background: #F24F26;
	border: 1px solid #F24F26;
    color: #FFFFFF;
    margin-right: 3px;
    padding: 4px 9px;
	font-size: 14px;    
}

.page-links  a span {
    background: #FFFFFF;
    border: 1px solid #dcdcdc;
    color: #707070;   
}

.page-links  a:hover span {
    background: #F24F26;
    color: #FFFFFF;
	border: 1px solid #F24F26;
}

/**
 * 4.2 - Social links
 */
.entry-social {
	text-align: center;
	margin-top: 30px;
	overflow: hidden;
}

.entry-social ul {
	display: inline-block;
}

.entry-social ul li {
	float: left;
	margin-right: 20px;
	overflow: hidden;	
	text-align: center;	
}

.entry-social ul li i {
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	font-size: 18px;
	padding-top: 2px;
	background: rgba(255, 255, 255, 0.12);
	color: #FFFFFF;
}

.entry-social ul li a {
	display: block;
	float: left;
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
	padding: 5px 15px;
	color: #FFFFFF;
}

.entry-social ul li.fb {
	background: #4373BA;
	box-shadow: 2px 2px 0 #33578C;
}

.entry-social ul li.twitter {
	background: #75C8F3;
	box-shadow: 2px 2px 0 #4FB8F0;
}

.entry-social ul li.gplus {
	background: #C94434;
	box-shadow: 2px 2px 0 #983327;
}

.entry-social ul li.pinterest {
	background: #BC1D2C;
	box-shadow: 2px 2px 0 #8F1622;
}

.entry-social ul li.linkedin {
	background: #027AB5;
	box-shadow: 2px 2px 0 #016696;
}

/**
 * 4.3 - Comments
 */
#comments {
	border-top: 2px solid #000000;
	margin: 40px 0 10px;
	padding-top: 40px;
	overflow: hidden;
}

#comments ol,
#comments ul {
	margin: 0;
	list-style: none;
}

#comments .comments-title .count {
	float: left;
}

#comments .comments-title img {
	display: block;
	float: left;
	height: auto;
	margin-right: 6px;
	width: 30px;
}

#comments .comments-title .num {
	font-size: 22px;
	font-weight: 500;
	line-height: 20px;
}

#comments .comments-title h3{
	display: inline-block;
}

#comments .comments-title .button {
	float: right;
	font-size: 15px;
	margin: 0 3px 3px;
	padding: 8px 12px 10px;
	text-transform: capitalize;
	color: #FFFFFF;
}

#comments .comments-list{
	list-style: none;	
	overflow: hidden;
	margin: 0;
}

#comments .comment{
	overflow: hidden;
	margin-bottom: 20px;
}

#comments .comment-header {
	overflow: hidden;
	margin-bottom: 10px;
}

#comments .author-avatar{
	float: left;
	width: 52px;	
	margin-right: 20px;
}

#comments .author-info{
	margin-bottom: 5px;
	overflow: hidden;
}

#comments .author-avatar img{
	display: block;
}

#comments .comment-right {
	overflow: hidden;
}

#comments .comment-author {
	overflow: hidden;
	margin-bottom: 8px;
}

#comments .comment-header h5{
	float: left;
	margin-right: 15px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.5px;	
}

#comments .comment-header .fn {	
	width: auto;
	font-style: normal;
	margin-right: 10px;
}

#comments .comment-meta{
	margin-bottom: 2px;	
	font-size: 14px;
}

#comments .author-comment{
	font-size: 12px;
	padding: 3px 8px 4px;	
	line-height: 1;
	display: block;
	float: left;
	border: 1px solid #F24F26;
	border-right: 2px solid #F24F26;
	border-bottom: 2px solid #F24F26;
}

#comments .comment-time{		
	letter-spacing: 0;
	margin-right: 5px;
}

#comments .comment-time a{
	color: #999999;
}

#comments .sep{
	color: #999999;
	margin-right: 5px;
}

#comments .depth-5 .sep{
	display: none;
}

#comments .reply {
	margin-right: 10px;
}

#comments .moderation{ 
	color: red; 
	font-size: 13px;
	margin-bottom: 0;
	overflow: hidden;
	clear: both;
}

#comments ul.children{
	list-style: none;
	position: relative;
}


#comments ol.comments-list li ul.children { 
	list-style: none; 
	margin: 30px 0 0; 	
}

#comments ul.children li.comment{
	margin-bottom: 0;
}

#comments ol.comments-list li ul.children li.depth-2 { 
	margin-left: 30px;  
}

#comments ol.comments-list li ul.children li.depth-3 { 
	margin-left: 30px; 
}

#comments ol.comments-list li ul.children li.depth-4 { 
	margin-left: 30px; 
}

#comments ol.comments-list li ul.children li.depth-5 { 
	margin-left: 30px; 
}

#comments ol.comments-list li.pingback .url{
	margin-right: 10px;
}

#comments .comment-nav  h4{
	margin-bottom: 5px;
}

#comments .comment-nav {
	margin-bottom: 15px;
	overflow: hidden;
	font-size: 14px;
	font-weight: 700;
}

#comments .comment-nav .nav-previous{
	float: left;
}

#comments .comment-nav .nav-next{
	float: right;
}

#comments  .moderation{
	color: #E96065;
	font-size: 14px;
}

#respond #reply-title{	
	margin: 15px 0 10px; 
}

#respond #reply-title small{
	font-weight: 400;
	font-size: 12px;
	text-transform: none;
	margin-left: 8px;
} 

#respond #reply-title small a{
	color: #CCCCCC;
}

#respond .required {
	color: #ff4b33;
	font-weight: bold;
}

#respond label {
	display: block;
	margin-bottom: 3px;
	font-size: 15px;
	font-weight: 500;
}

#respond .comment-notes{
	font-size: 13px;
	color: #999999;
	margin-bottom: 20px !important;
}

#respond .comment-form-author{
	margin-right: 2%;
}

#respond .comment-form-author,
#respond .comment-form-email{
	width: 49%;
	float: left;	
}

#respond .comment-form-author input[type=text],
#respond .comment-form-email input[type=text]{	
	width: 90%;
}

#respond .comment-form-url input[type=text],
#respond textarea{
	width: 95%;
}

input[type=password],
#respond input[type=text],
#respond textarea{	
	display: block;	
	font-family: inherit;
	font-size: 14px;
	color: inherit;	
	padding: 8px 12px;
	border: 1px solid #888888;
}

input[type=password] {
	display: inline-block;
}

#respond textarea{
	height: 185px;
}

#respond input[type=submit]{
	border: none;
	color: #FFFFFF;
	background: #F24F26;
	cursor: pointer;	
	padding: 11px 12px 10px;
	margin: 30px 0;
	text-align: center;
}

#respond .form-allowed-tags {
	margin: 15px 0 !important;
	color: #A8A8A8;
}

/**
 * 4.4 - Related Posts
 */
.related-posts {
	border-top: 2px solid #000000;
	margin-bottom: 40px;
	padding-top: 40px;
	overflow: hidden;
}

.related-posts .section-title {
	margin-bottom: 40px;
}

.related-posts .post-list {
	overflow: hidden;
}

.related-posts .one-forth {
	width: 210px;
}

.related-posts .bg-post {
	padding: 15px 20px;
}

.related-posts .bg-post{
	height: 400px;
}

.related-posts .bg-thumbpost{
	height: auto;
	padding-bottom: 0;
}

.related-posts  .bg-thumbpost .thumb {
	margin: 0 -20px;
}

/* .related-posts .bg-thumbpost .wp-post-image {
	width: 250px;
	height: 250px;	
	margin-top: -25px;	
} */

.related-posts .one-forth:last-child{
	margin-right: 0;
}

/**
 * 4.5 - Shortcodes
 */
.wt-tip {
	font-weight: 500;
	padding: 15px;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	background: url(images/dh.png) top left repeat-x,
				url(images/dv.png) right top repeat-y,
				url(images/dh.png) bottom left repeat-x,
				url(images/dv.png) left top repeat-y;				
}

.wt-tip:before {	
	font-size: 50px;
	line-height: 1;
	font-family: Ionicons;
	content: "\f36c";
	display: block;
	float: left; 
	margin-right: 30px;
	font-style: normal;	
}

.ft-text {
	overflow: hidden;
	font-weight: 500;
}

.ft-text.full p{
	border-left: 4px solid #F24F26;
	margin-top: -5px;
	overflow: hidden;
	color: #282828;
	padding-left: 20px;	
}

.ft-text.right {
	width: 200px;
	float: right;
	margin-left: 40px;
}

.ft-text.left {
	width: 200px;
	float: left;
	margin-right: 40px;
}

.ft-text.right p,
.ft-text.left p {
	border-top: 4px solid #F24F26;
	padding-top: 20px;
}

/**
 * 4.6 - Post Archive
 */
.archive-header {
	margin-bottom: 30px;
}

.archive-desc {
	text-transform: none;
	margin-top: 15px;
	text-align: left;
}

.post-archive .section-title h1 {
	font-size: 48px;
}

.archive-desc p:last-child{
	margin-bottom: 0;
}

.post-excerpt {
	overflow: hidden;
	margin-bottom: 40px;
}

.post-excerpt .thumb{
	width: 340px;
	float: left;
	margin-right: 40px;
}

.post-excerpt .wp-post-image {
	height: 250px;
}

.post-excerpt h3 {
	margin-bottom: 20px;
}

.post-excerpt .entry-meta {
	line-height: 1;
	margin-bottom: 20px;
}

.post-excerpt .date,
.post-excerpt .entry-cat {
	float: left;
	margin-right: 20px;
}

.post-excerpt .comments img {
	height: 22px;
}

.post-excerpt p {
	font-size: 17px;
	margin-bottom: 0;
}

/**
 * 4.7 - Pagination
 */
.pagination {
	overflow: hidden;	
	margin: 50px 0;
}

.pagination .page-numbers  {
	width: 42px;
	height: 32px;	
	display: block;
	float: left;
	border: 1px solid #F6F6F6;
	border-right: 2px solid #F6F6F6;
	border-bottom: 2px solid #F6F6F6;
	padding-top: 10px;
	margin-right: 6px;
	text-align: center;
	font-size: 20px;
	line-height: 1;
	font-weight: 500;
}

.pagination .prev,
.pagination .next {
	font-size: 0;
	background: none;
	border: none;
	padding-top: 5px;
}

.page-numbers.dots {
	line-height: 20px;
	margin-top: 0;
}

.pagination a:hover,
.pagination .current {
	color: #F24F26;
	border: 1px solid #F24F26 ;
	border-right: 2px solid #F24F26;
	border-bottom: 2px solid #F24F26;
}

.pagination a.prev:hover,
.pagination a.next:hover {
	border: none;
}

.pagination .prev:after,
.pagination .next:after {	
	font-size: 48px;
	font-family: Ionicons;
	content: "\f3d5";
	display: block;
	line-height: 36px;
}

.pagination .next:after {
	content: "\f3d6";
}

/* ====================
 * 5. Pages
 * ==================== */
/**
 * 5.1 - Contact Page
 */
 .contact-page .contact-text{
	margin-bottom: 30px;
	margin-top: 10px;
}

.contact-page .contact-map {
	overflow: hidden;
	margin-bottom: 50px;
}

.contact-page .map{
	height: 300px;
}

.contact-form .one-half {
	width: 49%;
	margin-right: 2%;
	float: left;
}

.contact-form .col-last {
	margin-right: 0;
}

.contact-page .field{
	margin-bottom: 30px;
	overflow: hidden;
}

.contact-page .field-section{
	overflow: hidden;
}

.contact-form .col-header{
	margin-bottom: 30px;
}

.contact-page .row-full .field{
	width: 355px;
	float: left;
	margin-right: 15px;
}

.contact-page .row-full .field-last{
	margin-right: 0;
}

.contact-page .row-full input.text{
	width: 333px;
}

.contact-page .button{
	margin-bottom: 5px;
}

.contact-page input[type=text],
.contact-page textarea{
	width: 100%;
	padding: 10px;
	font: inherit;
	color: inherit;	
	margin-bottom: 0;
	box-sizing: border-box;
}

.contact-page textarea{
	height: 200px;
}

.contact-page .info-text{
	border-bottom: 1px solid #ECECEC;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.contact-page .capt-section {
	display: none;
}

.contact-page span.error{
	color: #C14E36;
	display: block;
	font-size: 14px;
	margin-top: 4px;
}

.contact-page label{
	margin-bottom: 5px;
	font-weight: 500;
	display: block;
}

.contact-page label span{
	color: red;
	margin-left: 3px;	
	font-weight: 400;
}

.msgbox-warning{
	background: #FE9D0C;
	color: #FFFFFF;
	padding: 6px 12px;
	margin-bottom: 30px;
}

.msgbox-error{
	background: #C14E36;
	color: #FFFFFF;
	padding: 6px 12px;
	margin-bottom: 30px;
}

.msgbox-success{
	background: #64C16B;
	color: #FFFFFF;
	padding: 7px 12px 8px;
	margin-bottom: 30px;
}

/**
 * 5.2 - Archives Page
 */
 
.archive-page .one-half{
	width: 48%;
	margin-right: 4%;
	float: left;
	overflow: hidden;
}

.archive-page .col-last {
	margin-right: 0;
}

.archive-page .col-header{
	margin-bottom: 20px;
}

.archive-page .widget-title {
	text-align: left;
}

.archive-page .wp-tag-cloud ,
.archive-page .item-list {
	margin-left: 15px;
}

.archive-page .wp-tag-cloud li,
.archive-page .item-list li{
	margin-bottom: 5px;
}

.archive-page .wp-tag-cloud a{
	font-size: 14px !important;
}

.archive-columns,
.archive-columns .row  {
	overflow: hidden;
}

.archive-columns ol.item-list li {
	margin-bottom: 10px;
}

.archive-columns .wp-tag-cloud a {
	font-size: 16px !important;
}

.archive-columns .search-form {
	width: 285px;
}
 
/**
 * 5.3 - Error Page
 */
.error-page {
	text-align: center;
}

.error-page h1{
	font-size: 150px;
	line-height: 1;
	margin-bottom: 50px;
}

.error-page h2{
	margin-bottom: 30px;
}

.error-page .error-info {
	display: inline-block;
	text-align: center;
	margin-bottom: 80px;
}

.error-page .widget{
	text-align: left;
}

.error-page ul li {
  background-position: left 10px;
}

.error-page .error-info .search{
	display: inline-block;
	margin-top: 30px;
}

.error-page ul li {
	background: none;
	padding-left: 12px;
}

.not-found .search-form {
	width: 300px;
}

/*=== widgets ==*/
.widget {
	overflow: hidden;
	margin-bottom: 40px;
}

.widget .wp-post-image {
	height: auto;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar .widget:last-child {
	margin-bottom: 0;
}

.widget-title {
	margin-bottom: 20px;
	text-align: center;
}

.widget-title h4 {
	font-size: 20px;
	display: inline-block;
}

.sidebar .widget-title h4 {
	font-size: 16px;
	letter-spacing: 1px;
}

.sidebar .widget-title h4 {
	border-bottom: 2px solid #999;
	padding-bottom: 2px;
}

.widget select{
    padding: 8px 10px;
    font-size: 14px;
    border: 1px solid #EEEEEE;
    height: 38px;	
	color: #555555;
	font-family: inherit;
	width: 100%;
}

.widget ul {
	margin-bottom: 0;
}

.widget ul li{
	margin-bottom: 5px;
	overflow: hidden;
}

.widget ul li:last-child{
	margin-bottom: 0;
}

.textwidget br {
	margin-bottom: 10px;
}

.widget_recent_comments ul li {
	margin-bottom: 10px;
}

.widget_postlist h5{
	font-size: 18px;
}

.widget_textposts {
	text-align: center;
}

.widget_textposts ul.list {
	margin-right: 0;
}

.widget_textposts .load-more {
	margin-right: 0;
}

.widget_textposts h5 {
	margin-bottom: 10px;
}

/*===[ Widget Calendar ]=== */
.widget_calendar { 
	margin-bottom: 0 
}

.widget_calendar .table {
	
}

.widget_calendar .calendar_wrap{
	padding: 1px;
}

.widget_calendar table {
	border-bottom: 1px solid #EEEEEE;
}

.widget_calendar thead {
	background: #F2F2F2;
	text-align: center;
}

.widget_calendar td {
    text-align: center;
    padding: 7px 0;
    border-top: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
}

.widget_calendar td:first-child{
	border-left: 1px solid #EEEEEE;
}

.widget_calendar td a{
	font-weight: 500;
}

.widget_calendar tfoot td a{
	font-weight: 400;
}

.widget_calendar thead th {
    padding: 10px 0;
    text-align: center;
}

.widget_calendar caption { 
	text-align: center;
	text-transform: uppercase;
    font-weight: 500;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

.widget_calendar #prev {
    text-align: left;
    padding-left: 12px;
}

/*===[ Video Embed ]===*/
.widget_video iframe{
	max-width: 100%;
	height: 200px;
}

.widget_video .embed p{
	display: none;
}

/*=== Slider ===*/
.widget_slider .entry-wrap {
	position: absolute;
	bottom: 15px;
	left: 20px;
}

.section-2 .slide-overlay {
	background: rgba(0, 0, 0, 0.5);
}

.widget_slider h5 {
	font-size: 17px;
	margin-bottom: 10px;
}

.widget_slider h5 a{
	color: #FFFFFF;
}

.widget_posts .entry-cat {
	margin-right: 15px;
}


/*=== Featured Posts ===*/
.widget_posts .thumb{
	margin-bottom: 15px;
}

.widget_posts ul li {
	margin-bottom: 30px;
}

.widget_posts h4 {
	margin-bottom: 5px;
}

.widget_posts .entry-cat {
	margin-right: 15px;
}

/*=== Featured Posts 2 ===*/
.widget_featpost2 {
	border: 1px dashed #999999;
	padding: 20px 0;
}

.widget_featpost2 ul li {
	padding: 0 20px 20px;
	border-bottom: 1px dashed #999999;
}

.widget_featpost2 ul li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

/*=== Thumb Posts ===*/
.widget_thumbposts .thumb {
	width: 100px;
	float: left;
	margin-right: 20px;
	overflow: hidden;
}

.widget_thumbposts .wp-post-image{
	height: 100px;
}

.widget_thumbposts ul li {
	margin-bottom: 20px;
}

.widget_thumbposts h5 {
	font-size: 15px;
	margin-bottom: 15px;
}

.widget_thumbposts .entry-cat h6 {
	font-size: 12px;
}

/*=== Background Posts ===*/
.widget_bgposts ul li {
	margin-bottom: 30px;
}

.widget_bgposts ul li:last-child{
	margin-bottom: 0;
}

.widget_bgposts .bg-post {
	padding: 20px 30px;
}

/*=== Photos ===*/
.widget_flickr .flickr_thumbs{
	overflow: hidden;
}

.widget_pinterest ul li,
.widget_flickr ul li{
	width: 77px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 0 !important;
	border-bottom: none !important;	
}

.widget_pinterest .pinterest-image img,
.widget_flickr .flickr_thumbs img{
	width: 77px;
	height: 77px;
	display: block;
}

.widget_pinterest ul li.pinterest-follow-me img{
	display: block;
	height: 28px
}

.widget_pinterest .recent-pins-widget{
	overflow: hidden;
}

/*=== [ Recent Comments ] ===*/
.widget_comments ul li {
	overflow: hidden;
	margin-bottom: 30px;
}

.widget_comments ul li:last-child {
	margin-bottom: 0;
}

.widget_comments .sep {
	color: #999999;
}

.widget_comments .date {
	font-size: 13px;
}

.widget_comments .comment-list .icn {
	width: 24px;
	float: left;
	margin-right: 20px;
}

.widget_comments .comment-right {
	width: 286px;
	float: left;
}

.widget_comments .comment-right .entry-meta {
	line-height: 1;
	margin-bottom: 10px;
}

.widget_comments .comment-right .author {
	font-weight: 500;
	text-transform: capitalize;
	font-style: normal;	
	color: #000000;
	margin-top: 0;
}

.widget_comments p {
	margin-bottom: 20px;
	line-height: 1.4;
	color: #777777;
}

.widget_comments h6 {
	font-size: 13px;
	margin-top: 10px;
	padding-bottom: 2px;
	line-height: 1.8;
}

.widget_comments h6 a{
	border-bottom: 1px solid;
}

/*=== [Popular Categories] ===*/
.widget_popular_categories .count {
	float: right;
}


/*===[ Tags widget ]===*/
.tagcloud{
	overflow: hidden;	
}

.tagcloud a{
	font-size: 13px !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #F2F2F2;	
	display: block;
	float: left;
	line-height: 1;
	margin: 0 8px 12px 0;
	padding: 7px 9px 8px;
	text-decoration: none;
	border-radius: 2px;
}

.tagcloud a:hover{
	background: #F24F26;
	color: #FFFFFF;
}

/*===[ RSS Widget ]===*/
.widget_rss ul li {
	margin-bottom: 20px;
}

.comment-author-link,
.widget_rss ul li .rsswidget {
	text-decoration: underline;
}

.rss-widget-icon {
	display: none;
}

.rssSummary {
	color: #777777;
	margin: 10px 0;
}

.rss-date {
	color: #777777;
	display: block;
	font-size: 14px;
	font-weight: 500;
}

/*===[ Call to action widget ]===*/

.widget_action {
	position: relative;
	padding-bottom: 0;
	padding-right: 0;
}

.widget_action .left {
	width: 175px;
	float: left;
}

.widget_action p {
	font-size: 15px;
	line-height: 1.25;
}

.widget_action .button {
	float: left;
}

.widget_action .img {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 140px;
}

.widget_subscribe .input{
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.widget_subscribe .button{
	float: right;
	background: #F24F26;
}

/*=== [About us] ===*/
.widget_aboutus .logo {
	text-align: center;
}

.widget_aboutus .logo img {
	display: inline-block;
}

.widget_aboutus p {
	margin-top: 20px;
	text-align: center;
}

.widget_aboutus ul {
	text-align: center;
}

.widget_aboutus ul li {
	display: inline-block;
	margin-right: 30px;
}

.widget_aboutus ul li i {
	font-size: 26px;
}

.widget_aboutus ul li:last-child {
	margin-right: 0;
}

/*=== [Menu widget] ===*/
.widget_nav_menu ul {
	list-style: none;
	margin: 0;
	overflow: hidden;
}

.widget_nav_menu .menu li {
	width: 48%;
	float: left;
	margin-right: 2%;	
	font-size: 15px;
}

.widget_nav_menu .menu li a {	
	display: inline-block;
	border-bottom: 1px solid #555;
	margin-bottom: 7px;
}

.widget_nav_menu .sub-menu li {
	width: 100%;
}

/* ====================
 * 9. FOOTER
 * ==================== */
/**
 * 9.1 - Subfooter Widgets
 */
.subfooter-widgets {
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	overflow: hidden;
	display: table;
}

.subfooter-widget {
	display: table-cell;
	border-left: 1px dashed #999999;
	width: 389px;
	vertical-align: top;	
}

.subfooter-widgets .widget {	
	overflow: hidden;	
	padding: 30px;	
	margin-bottom: 0;
}

.subfooter-widget .widget-title h4 {
	font-size: 24px;
	display: block;
	text-align: left;
}

.subfooter-widget .widget-title {
	max-width: 200px;
}

.subfooter-widgets .col-last {
	border-right: 1px dashed #999999;
}

.subfooter-widgets .widget_subscribe .widget-title {
	margin-bottom: 35px;
}

/**
 * 9.2 - Footer Widgets
 */
.footer-wrap {
	background: #000;
	color: #BBBBBB;
	overflow: hidden;
	padding: 30px;
}

.footer-wrap a {
	color: #BBBBBB;
}

.footer-widget {
	width: 350px;	
	float: left;
	margin-right: 30px;
	overflow: hidden;
}

.footer-widget .widget {
	margin-bottom: 0;
}

.footer-widget.col-last {
	margin-right: 0;
}

.footer-widget .widget-title h4,
.footer-widget .button {
	color: #FFF;
}

/**
 * 9.3 - Footer Menu
 */
.footer-menu-section {
	border-top: 1px dashed #555; 
	padding-top: 15px;
	overflow: hidden;
}

.footer-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-menu ul li{
	float: left;
	line-height: 1.1;
	overflow: hidden;
}

.footer-menu ul li:after {   
    content: "|";
    font-size: 20px;
	display: block;
	float: right;
	margin: -2px 30px 0;	
	color: #666666;
}

.footer-menu ul li:last-child{
	margin-right: 0;
}

.footer-menu ul li:last-child:after{
	display: none;
}

.footer-menu ul li a{
	font-size: 15px;
}

/**
 * 9.3 - Footer Info
 */
.footer-info {
	margin-top: 15px;
	overflow: hidden;
	color: #777777;
	font-size: 14px;
}

.footer-info p{
	margin-bottom: 15px;
	overflow: hidden;
}

.footer-info a {
	color: #777777;
	border-bottom: 1px solid #999999;
}

.footer-info a:hover {
	color: #F24F26;
	border-bottom: 1px solid #F24F26;
}

/* ====================
 * 10. MEDIA QUERIES
 * ==================== */
 
/* 10.1 DESKTOPS
 * ============== */ 
@media only screen and (min-width: 980px) and (max-width: 1170px) {
	#container {
		width: 960px;
	}
	
	.top-bar .social ul li {
		margin-right: 30px;
	}
	
	.top-bar .top-menu {
		width: 570px;
	}

	.top-menu ul li {
		margin-right: 40px;
	}
		
	h1 {
		font-size: 40px;
	}
	
	h3 {
		font-size: 26px;
	}
	
	.home-slider .post-textlist,
	.header-postlist {
		display: none;
	}
	
	.logo-section .logo {
		display: block;	
		float: left;
	}
	
	.header-post {
		float: right;
	}
	
	.home-slider .slider-main {
		margin-right: 0;
		width: 660px;
	}
	
	.home-slider .wp-post-image {
		width: 660px;
	}
	
	.home-topics ul {
		max-width: 790px;
	}
	
	.section-1 .section-left {
		display: none;
	}
	
	.section-1 .section-right {
		border-left: 1px dashed #999999;
		width: 958px;
		float: none;
	}
	
	.section-1 .section-main .item-post {
		width: 319px;
	}
	
	.section-1 .bg-post .wp-post-image {
		width: 319px;
	}
	
	.section-1 .section-main .large-post {
		width: 638px;
	}
	
	.section-2 .slider-main .wp-post-image {
		width: 960px;
	}
	
	.section-4 .slider-main {
		padding: 15px;
	}
	
	.section-4 .post-left {
		margin-right: 30px;
		width: 330px;
	}
	
	.section-4 .wp-post-image {
		height: 330px;
	}
	
	.section-4 .post-right {
		width: 570px;
	}
	
	.section-4 .slider-nav ul li {
		padding: 10px 15px 20px;
	}
	
	.section-5 .post-textlist {
		display: none;
	}
	
	.section-5 .bg-post {
		width: 240px;
	}
			
	.section-5 .col-3,
	.col-last {
		margin-right: 0;
	}
	
	.section-5 .bg-thumbpost .wp-post-image {
		width: 300px;
		height: 300px;
		margin-top: -20px;		
	}
	
	.home-posts1 ul li {
		margin-right: 20px;
		width: 293px;
	}	
	
	.home-posts1 .post-right {
		width: 193px;
	}
	
	.home-posts1 .entry-cat {
		margin-top: 10px;
	}
	
	.home-cats .cat {
		padding: 0 20px;
		width: 292px;
	}
	
	.home-cats .cat-1 {
		padding-left: 0;
	}
	
	.home-cats .cat-3 {
		border-right: none;
		padding-right: 0;
	}
	
	.home-cats .cat-4 {
		display: none;
	}
	
	.home-cats .thumb {
		height: 190px;
	}
	
	.home-cats .wp-post-image {
		margin-top: -55px;
	}
	
	#content {
		width: 660px;
	}
	
	.entry-social ul li {
		margin-right: 19px;
	}
	
	.entry-social ul li:last-child {
		margin-right: 0;
	}
	
	.post-excerpt .thumb {
		margin-top: 5px;
		margin-right: 20px;
		width: 270px;
	}
	
	.post-excerpt .wp-post-image {
		height: 210px;
	}
	
	.post-excerpt h3 {
		margin-bottom: 10px;
	}

	.post-excerpt .entry-meta {
		margin-bottom: 5px;
	}
	
	.related-posts .bg-post {
		margin-bottom: 30px;
	}

	.sidebar {
		width: 270px;
	}
	
	.widget_comments .comment-right {
		width: 226px;
	}
	
	.post-textlist {
		padding: 25px 20px;
	}
	
	.subfooter-widgets .widget {
		padding: 15px;
	}
	
	.footer-widget {
		margin-right: 20px;
		width: 286px;
	}
	
}
	
/* 10.2. Tablet Portrait (devices and browsers)
================================================ */
@media only screen and (min-width: 880px) and (max-width: 979px) {
	#container {
		width: 860px;
	}
	
	.top-bar .social ul li {
		margin-right: 30px;
	}
	
	.top-bar .top-menu {
		max-width: 545px;
	}
	
	.top-bar .search {
		width: 210px;
	}

	.top-menu ul li {
		margin-right: 25px;
	}
	
	.main-menu {
		display: none;
	}
	
	.menu-section {
		position: relative;
	}
	
	.menu-section .slicknav_menu{
		display: block;
	}
	
	.menu-section .slicknav_menu {
		left: 0;
		right: 0;
	}
		
	h1 {
		font-size: 40px;
	}
	
	h2 {
		font-size: 36px;
	}
	
	h3 {
		font-size: 26px;
	}
	
	.home-slider .post-textlist,
	.header-postlist {
		display: none;
	}
	
	.logo-section .logo {
		display: block;	
		float: left;
	}
	
	.header-post {
		float: right;
	}
	
	.home-slider .bg-post {
		margin-right: 20px;
	}
	
	.home-slider .slider-main {
		margin-right: 0;
	}
		
	.home-topics ul {
		max-width: 690px;
	}
	
	.section-1 .section-left {
		display: none;
	}
	
	.section-1 .section-right {
		border-left: 1px dashed #999999;
		width: 859px;
		float: none;
	}
	
	.section-1 .section-main .item-post {
		width: 286px;
	}
	
	.section-1 .bg-post .wp-post-image {
		width: 286px;
	}
	
	.section-1 .section-main .large-post {
		width: 572px;
	}
	
	.section-2 .slider-main .wp-post-image {
		width: 860px;
	}
	
	.section-2 .section-posts .wp-post-image {
		height: 100px;
		width: 100px;
	}
	
	.section-4 .slider-main {
		padding: 15px;
	}
	
	.section-4 .post-left {
		margin-right: 20px;
		width: 300px;
	}
	
	.section-4 .wp-post-image {
		height: 300px;
	}
	
	.section-4 .post-right {
		width: 510px;
	}
	
	.section-4 .post-right p {
	  -webkit-column-gap: 20px;
	     -moz-column-gap: 20px;	
			  column-gap: 20px;	
	}
	
	.section-4 .slider-nav ul li {
		padding: 10px 15px 20px;
	}
	
	.section-5 .post-textlist {
		display: none;
	}
	
	.section-5 .bg-post {
		width: 213px;
		margin-right: 20px;
	}
			
	.section-5 .col-3,
	.col-last {
		margin-right: 0;
	}
	
	.section-5 .bg-thumbpost .wp-post-image {
		width: 300px;
		height: 300px;
		margin-top: -20px;		
	}
	
	.home-posts1 {
		padding: 15px;
	}
	
	.home-posts1 ul li {
		margin-right: 10px;
		width: 269px;
	}

	.home-posts1 .thumb {
		margin-right: 10px;
		width: 70px;
	}	
	
	.home-posts1 .wp-post-image {
		height: 70px;
	}
	
	.home-posts1 .post-right {
		width: 186px;
	}
	
	.home-posts1 .entry-cat {
		display: none;
	}
	
	.home-cats .cat {
		padding: 0 15px;
		width: 265px;
	}
	
	.home-cats .cat-1 {
		padding-left: 0;
	}
	
	.home-cats .cat-3 {
		border-right: none;
		padding-right: 0;
	}
	
	.home-cats .cat-4 {
		display: none;
	}
	
	.home-cats .thumb {
		height: 190px;
	}
	
	.home-cats .wp-post-image {
		margin-top: -55px;
	}
	
	#content {
		width: 570px;
		margin-right: 20px;
	}
	
	.entry-social ul li {
		margin-right: 19px;
	}
	
	.entry-social ul li.pinterest {
		display: none;
	}
	
	.post-excerpt .thumb {
		margin-top: 5px;
		margin-right: 20px;
		width: 270px;
	}
	
	.post-excerpt .wp-post-image {
		height: 210px;
	}
	
	.post-excerpt h3 {
		margin-bottom: 10px;
	}

	.post-excerpt .entry-meta {
		margin-bottom: 5px;
	}
	
	.related-posts .bg-post {
		margin-bottom: 30px;
	}

	.sidebar {
		width: 270px;
	}
	
	.widget_comments .comment-right {
		width: 226px;
	}
	
	.post-textlist {
		padding: 25px 20px;
	}
	
	.subfooter-widgets .widget {
		padding: 15px;
	}
	
	.widget_action .img {
		max-width: 110px;
	}
	
	.footer-widget {
		margin-right: 20px;
		width: 253px;
	}
	
}
	
/* 10.3. Tablet Portrait (devices and browsers)
=============================================== */
@media only screen and (min-width: 780px) and (max-width: 879px) {
	#container {
		width: 760px;
	}
	
	.top-bar .social ul li {
		margin-right: 30px;
	}
	
	.top-bar {
		position: relative;
		overflow: visible;
	}
	
	.top-bar .top-menu {
		width: 240px;		
	}
	
	.main-menu,
	.std-menu {
		display: none;
	}
	
	.slicknav_menu,
	.slicknav_menu .std-menu {
		display: block;
	}
		
	.top-bar .search {
		width: 220px;
	}
	
	.menu-section {
		position: relative;
	}
	
	.menu-section .slicknav_menu {
		left: 0;
		right: 0;
	}
		
	h1 {
		font-size: 36px;
	}
	
	h2 {
		font-size: 32px;
	}
	
	h3 {
		font-size: 22px;
	}
	
	.header-postlist {
		display: none;
	}
	
	.logo-section .logo {
		display: block;	
		float: left;
	}
	
	.header-post {
		float: right;
	}
	
	.home-slider .bg-post {
		margin-right: 20px;
	}
	
	.home-slider .slider-main {
		margin-right: 0;
		margin-bottom: 20px;
		width: 760px;
	}
	
	.home-slider .slider-main .wp-post-image {
		width: 760px;
	}
	
	.home-slider .bg-post,
	.home-slider .post-textlist {
		float: left;
		width: 240px;
	}
		
	.home-topics ul {
		max-width: 607px;
	}
	
	.section-1 .section-left {
		display: none;
	}
	
	.section-1 .section-right {
		border-left: 1px dashed #999999;
		width: 759px;
		float: none;
	}
	
	.section-1 .section-main .item-post {
		width: 379px;
	}
	
	.section-1 .bg-post .wp-post-image {
		width: 379px;
	}
	
	.section-1 .section-main .large-post {
		width: 758px;
		height: auto;
	}
	
	.section-2 .slider-main .wp-post-image {
		width: 860px;
	}
	
	.section-2 .section-posts .wp-post-image {
		height: 100px;
		width: 100px;
	}
	
	.section-2 .section-posts .post-3 {
		display: none;
	}
	
	.section-4 .slider-main {
		padding: 15px;
	}
	
	.section-4 .post-left {
		margin-right: 20px;
		width: 300px;
	}
	
	.section-4 .wp-post-image {
		height: 300px;
	}
	
	.section-4 .post-right {
		width: 410px;
	}
	
	.section-4 h2 {
		font-size: 32px;
	}
	
	.section-4 .post-right p {
	  -webkit-column-gap: 20px;
	     -moz-column-gap: 20px;	
			  column-gap: 20px;	
	}
	
	.section-4 .slider-nav ul li {
		padding: 10px 15px 20px;
	}
	
	.section-5 .post-textlist {
		display: none;
	}
	
	.section-5 .bg-post {
		margin-right: 20px;
		padding: 15px;
	}
			
	.section-5 .col-3,
	.col-last {
		margin-right: 0;
	}
	
	.section-5 .bg-thumbpost .wp-post-image {
		width: 300px;
		height: 300px;
		margin-top: -20px;		
	}
	
	.home-posts1 {
		padding: 15px;
	}
	
	.home-posts1 ul li {
		margin-right: 40px;
	}
	
	.home-posts1 .post-2 {
		margin-right: 0;
	}
	
	.home-posts1 .post-3 {
		display: none;
	}
	
	.home-cats .cat {
		padding: 0 30px;
		width: 300px;
	}
	
	.home-cats .cat-1 {
		padding-left: 0;
	}
	
	.home-cats .cat-2, 
	.home-cats .cat-4 {
		border-right: none;
		padding-right: 0;		
	}	

	.home-cats .cat-2 {
		margin-bottom: 40px;
	}
	
	.home-cats .cat-3 {
		padding-left: 0;		
	}	
	
	.home-cats .thumb {
		height: 190px;
	}
	
	.home-cats .wp-post-image {
		margin-top: -55px;
	}
	
	#content {
		width: 480px;
		margin-right: 10px;
	}
	
	.entry-social ul li {
		margin-right: 19px;
	}
	
	.entry-social ul li.linkedin,
	.entry-social ul li.pinterest {
		display: none;
	}
	
	.post-excerpt .thumb {
		margin-top: 5px;
		margin-right: 20px;
		width: 270px;
	}
	
	.post-excerpt .wp-post-image {
		height: 210px;
	}
	
	.post-excerpt h3 {
		margin-bottom: 10px;
	}

	.post-excerpt .entry-meta {
		margin-bottom: 5px;
	}
	
	.post-excerpt .date {
		display: none;
	}
	
	.related-posts .bg-post {
		margin-bottom: 30px;
	}

	.sidebar {
		width: 270px;
	}
	
	.widget_comments .comment-right {
		width: 226px;
	}
	
	.post-textlist {
		padding: 25px 20px;
	}
	
	.subfooter-widget {
		border-left: 1px dashed #999999;
		border-right: 1px dashed #999999;
	}
	
	.subfooter-widget:first-child {
		border-right: none;
	}
	
	.subfooter-widgets .widget {
		padding: 15px;
	}
	
	.subfooter-widgets .col-last {
		display: none;
	}
	
	.footer-wrap {
		padding: 20px;
	}
	
	.footer-widget {
		margin-right: 10px;
		width: 233px;
	}
	
	#respond .comment-form-url input[type="text"], 
	#respond textarea {
		width: 94.5%;
	}
	
	#respond .comment-form-author input[type="text"], 
	#respond .comment-form-email input[type="text"] {
		width: 89.1%;
	}
	
}
	
/* 10.4. Tablet Portrait (devices and browsers)
================================================== */
@media only screen and (min-width: 590px) and (max-width: 779px) {
	#container {
		width: 570px;
	}
	
	.top-bar .social ul li {
		margin-right: 30px;
	}
	
	.top-bar .top-menu {
		width: 240px;		
	}
	
	.main-menu,
	.std-menu {
		display: none;
	}
	
	.slicknav_menu,
	.slicknav_menu .std-menu {
		display: block;
	}
	
	.top-bar .search {
		width: 210px;
	}
	
	.menu-section {
		position: relative;
	}
	
	.menu-section .slicknav_menu {
		left: 0;
		right: 0;
	}
		
	h1 {
		font-size: 36px;
	}
	
	h2 {
		font-size: 32px;
	}
	
	h3 {
		font-size: 22px;
	}
	
	.header-postlist {
		display: none;
	}
	
	.logo-section .logo {
		display: block;	
		float: left;
		max-width: 220px;
	}
	
	.header-post {
		width: 330px;
	}
	
	.header-post .thumb {
		margin-right: 10px;
		max-width: 125px;
	}
	
	.header-post h4 {
		font-size: 20px;
	}
	
	.header-post {
		float: right;
	}
	
	.home-slider .bg-post {
		margin-right: 20px;
	}
	
	.home-slider .slider-main {
		margin-right: 0;
		margin-bottom: 20px;
		width: 570px;
	}
	
	.home-slider .slider-main .wp-post-image {
		width: 570px;
	}
	
	.home-slider .bg-post,
	.home-slider .post-textlist {
		float: left;
		width: 223px;
	}
	
	.home-topics .title {
		margin-right: 10px;
	}
		
	.home-topics ul {
		max-width: 437px;
	}
	
	.home-topics ul li:after {
		margin: 0 15px;
	}
	
	.section-1 .section-left {
		display: none;
	}
	
	.section-1 .section-right {
		border-left: 1px dashed #999999;
		width: 570px;
		float: none;
	}
	
	.section-1 .section-main .item-post {
		width: 284px;
	}
	
	.section-1 .bg-post .wp-post-image {
		width: 284px;
	}
	
	.section-1 .section-main .large-post {
		width: 568px;
		height: auto;
	}
	
	.section-1 .large-post h3 {
		font-size: 36px;
	}
	
	.section-2 .slider-main .wp-post-image {
		height: 270px;
	}
	
	.section-2 .slider-main p {
		display: none;
	}
	
	.section-2 .section-posts .wp-post-image {
		height: 100px;
		width: 100px;
	}
	
	.section-2 .section-posts .post-3 {
		display: none;
	}
	
	.section-4 .slider-main {
		padding: 15px;
	}
	
	.section-4 .post-left {
		margin-right: 0;
		width: 100%;
		float: none;
		overflow: hidden;		
	}
	
	.section-4 .post-left .thumb {
		margin-bottom: 30px;
		width: 300px;
		float: left;
		margin-right: 20px;
	}
	
	.section-4 .post-left p {
		float: left;
		width: 220px;
	}
	
	.section-4 .wp-post-image {
		height: 300px;
	}
	
	.section-4 .post-right {
		width: 100%;
	}
	
	.section-4 h2 {
		font-size: 32px;
	}
	
	.section-4 .post-right p {
	  -webkit-column-gap: 20px;
	     -moz-column-gap: 20px;	
			  column-gap: 20px;	
	}
	
	.section-4 .slider-nav ul li {
		padding: 10px 15px 20px;
	}
	
	.section-5 .post-textlist {
		display: none;
	}
	
	.section-5 .bg-post {
		margin-right: 20px;
		padding: 15px;
	}
			
	.section-5 .col-3,
	.col-last {
		margin-right: 0;
	}
	
	.section-5 .bg-thumbpost .wp-post-image {
		width: 300px;
		height: 300px;
		margin-top: -20px;		
	}
	
	.home-posts1 {
		padding: 15px;
	}
	
	.home-posts1 ul li {
		margin-right: 0;
		margin-bottom: 20px;
	}
	
	.home-posts1 .post-3 {
		margin-bottom: 0;
	}
	
	.home-cats .cat {
		padding: 0 15px;
		width: 269px;
	}
	
	.home-cats .cat-1 {
		padding-left: 0;
	}
	
	.home-cats .cat-2, 
	.home-cats .cat-4 {
		border-right: none;
		padding-right: 0;		
	}	

	.home-cats .cat-2 {
		margin-bottom: 40px;
	}
	
	.home-cats .cat-3 {
		padding-left: 0;		
	}	
	
	.home-cats .thumb {
		height: 190px;
	}
	
	.home-cats .wp-post-image {
		margin-top: -55px;
	}
	
	#content {
		width: 570px;
		margin-right: 0;
	}
	
	.entry-social ul li {
		margin-right: 19px;
	}
	
	.entry-social ul li.linkedin,
	.entry-social ul li.pinterest {
		display: none;
	}
	
	.post-excerpt .thumb {
		margin-top: 5px;
		margin-right: 20px;
		width: 270px;
	}
	
	.post-excerpt .wp-post-image {
		height: 210px;
	}
	
	.post-excerpt h3 {
		margin-bottom: 10px;
	}

	.post-excerpt .entry-meta {
		margin-bottom: 5px;
	}
	
	.post-excerpt .date {
		display: none;
	}
	
	.related-posts .bg-post {
		margin-bottom: 30px;
	}

	.sidebar {
		width: 570px;
		margin-bottom: 20px;
		float: none;
		-webkit-column-count: 2;
           -moz-column-count: 2;
				column-count: 2;	
		  -webkit-column-gap: 30px;
			 -moz-column-gap: 30px;
				  column-gap: 30px;	
	}
	
	.sidebar .widget {
		width: 270px;		
		overflow: hidden; 
		break-inside: avoid-column;
		-webkit-column-break-inside: avoid;
		-o-column-break-inside: avoid;
		-ms-column-break-inside: avoid;
		column-break-inside: avoid;
		-webkit-backface-visibility: hidden;
		margin-bottom: 20px;
	} 
	
	.sidebar .post-textlist,
	.post-textlist {
		width: 240px;
		padding: 15px;
	}
			
	.widget_comments .comment-right {
		width: 226px;
	}
	
	.post-textlist {
		padding: 25px 20px;
	}
	
	.widget_thumbposts .thumb {
		margin-right: 10px;
		width: 80px;
	}
	
	.widget_thumbposts .wp-post-image {
		height: 80px;
	}
	
	.widget_thumbposts h5 {
		margin-bottom: 2px;
	}
	
	.subfooter-widget {
		border-left: 1px dashed #999999;
		border-right: 1px dashed #999999;
	}
	
	.subfooter-widget:first-child {
		border-right: none;
	}
	
	.subfooter-widgets .widget {
		padding: 15px;
	}
	
	.subfooter-widgets .col-last {
		display: none;
	}
	
	.footer-wrap {
		padding: 20px 20px 10px;
	}
	
	.footer-widget {
		margin-right: 10px;
		width: 255px;
	}
	
	.footer-menu ul li {
		margin-bottom: 10px;
	}
	
	.footer-info {
		margin-top: 10px;
	}

	.footer-info p {
		margin-bottom: 10px;
	}
}
	
/* 10.5. Mobile Portrait Size to Mobile Landscape Size
======================================================= */
@media only screen and (min-width: 420px) and (max-width: 589px) {
	#container {
		width: 400px;
	}
	
	.top-bar .social {
		display: none;
	}
		
	.top-bar .top-menu {
		width: 240px;		
	}
		
	.top-menu .slicknav_btn {
		width: 190px;
		float: left;
	}
	
	.main-menu,
	.std-menu {
		display: none;
	}
	
	.slicknav_menu,
	.slicknav_menu .std-menu {
		display: block;
	}
	
	.menu-section {
		position: relative;
	}
	
	.menu-section .slicknav_menu {
		left: 0;
		right: 0;
	}
	
	.top-bar .search {
		width: 160px;
	}
		
	h1 {
		font-size: 36px;
	}
	
	h2 {
		font-size: 32px;
	}
	
	h3 {
		font-size: 22px;
	}
	
	.top-bar {
		margin-bottom: 0;
	}
	
	.header-post,
	.header-postlist {
		display: none;
	}
	
	.logo-section .logo {
		display: inline-block;	
		float: none;
	}
	
	.home-slider .bg-post {
		margin-right: 10px;
		padding: 10px;
		width: 196px;
	}
	
	.home-slider .bg-post h3 {
		font-size: 20px;
	}
	
	.home-slider .slider-main {
		margin-right: 0;
		margin-bottom: 20px;
		width: 400px;
	}
	
	.home-slider .slider-main .wp-post-image {
		width: 400px;
		height: 320px;
	}
	
	.home-slider .slider-main h2 {
		font-size: 32px;
	}
	
	.home-slider .bg-post,
	.home-slider .post-textlist {
		float: left;
	}
	
	.home-slider .bg-post {
		margin-bottom: 20px;
	}
	
	.home-slider .post-textlist {
		width: 150px;
		height: auto;
		padding: 20px 10px;
	}
	
	.section {
		margin-bottom: 20px;
	}
	
	.home-topics .title {
		margin-right: 10px;
	}
		
	.home-topics ul {
		max-width: 267px;
	}
	
	.home-topics ul li:after {
		margin: 0 15px;
	}
	
	.section-1 .section-left {
		display: none;
	}
	
	.section-1 .section-right {
		border-left: 1px dashed #999999;
		width: 400px;
		float: none;
	}
	
	.section-1 .section-main .item-post,
	.section-1 .bg-post .wp-post-image {
		width: 399px;
	}

	.section-1 .section-main .large-post {
		width: 399px;
		padding: 15px;
		height: auto;
	}
	
	.section-1 .large-post h3 {
		font-size: 24px;
	}
	
	.section-2 .slider-main .wp-post-image {
		height: 270px;
	}
	
	.section-2 .slider-main h2 {
		font-size: 28px;
	}
	
	.section-2 .slider-main p {
		display: none;
	}
		
	.section-2 .section-posts .wp-post-image {
		height: 100px;
		width: 100px;
	}
	
	.section-2 .section-posts .post-3 {
		display: none;
	}
	
	.section-4 .slider-main {
		padding: 15px;
	}
	
	.section-4 .post-left {
		margin-right: 0;
		width: 370px;
	}
	
	.section-4 .wp-post-image {
		height: 370px;
	}
	
	.section-4 .post-right {
		width: 370px;
		float: none;
	}
	
	.section-4 h2 {
		font-size: 32px;
	}
	
	.section-4 .post-right p {
	  -webkit-column-gap: 20px;
	     -moz-column-gap: 20px;	
			  column-gap: 20px;	
	}
	
	.section-4 .slider-nav ul li {
		padding: 10px 15px 20px;
	}
	
	.section-5 .post-textlist {
		display: none;
	}
	
	.section-5 .bg-post {
		margin-right: 0;
		padding: 15px;
		width: 370px;
		margin-bottom: 20px;
	}
	
	.bg-thumbpost .thumb {
		margin: 0;
		text-align: center;
	}
	
	.bg-thumbpost .wp-post-image {
		display: inline-block;
	}
			
	.section-5 .col-3,
	.col-last {
		margin-right: 0;
	}
	
	.section-5 .bg-thumbpost .wp-post-image {
		width: 300px;
		height: 300px;
		margin-top: -20px;		
	}
	
	.home-posts1 {
		padding: 15px;
	}
	
	.home-posts1 ul li {
		margin-right: 0;
		margin-bottom: 20px;
	}
	
	.home-posts1 .post-3 {
		margin-bottom: 0;
	}
	
	.home-cats .cat {
		padding: 0 15px;
		border-right: none;
	}

	
	.home-cats .cat-1 {
		padding-left: 0;
	}
	
	.home-cats .cat-2, 
	.home-cats .cat-4 {
		border-right: none;
		padding-right: 0;		
	}	

	.home-cats .cat-2 {
		margin-bottom: 40px;
	}
	
	.home-cats .cat-3 {
		padding-left: 0;		
	}	
	
	.home-cats .thumb {
		height: 190px;
	}
	
	.home-cats .wp-post-image {
		margin-top: -55px;
	}
	
	#content {
		width: 400px;
		margin-right: 0;
		float: none;
	}
	
	.entry-social ul li {
		margin-right: 17px;
	}
	
	.entry-social ul li.linkedin,
	.entry-social ul li.pinterest {
		display: none;
	}
	
	.post-excerpt {
		margin-bottom: 25px;
	}
	
	.post-excerpt .thumb {
		margin-right: 0;
		margin-bottom: 15px;
		float: none;
	}
	
	.post-excerpt h3 {
		margin-bottom: 10px;
	}

	.post-excerpt .entry-meta {
		margin-bottom: 5px;
	}
	
	.post-excerpt .date {
		display: none;
	}
	
	.post-textlist {
		width: 240px;
		padding: 15px;
	}
	
	.post-textlist {
		padding: 25px 20px;
	}
	
	.related-posts .bg-post {
		margin-right: 0;
		margin-bottom: 20px;
	}
	
	.sidebar .post-textlist {
		width: 286px;
	}
		
	.widget_thumbposts .thumb {
		margin-right: 10px;
		width: 80px;
	}
	
	.widget_thumbposts .wp-post-image {
		height: 80px;
	}
	
	.widget_thumbposts h5 {
		margin-bottom: 2px;
	}
	
	.subfooter-widgets {
		display: block;
		padding-top: 10px;
	}
	
	.subfooter-widget {
		display: block;
		width: 398px;
		border-left: 1px dashed #999999;
		border-right: 1px dashed #999999;
		border-bottom: 1px dashed #999999;
	}
	
	.subfooter-widget:first-child {
		border-right: none;
	}
	
	.subfooter-widgets .widget {
		padding: 15px;
	}
	
	.subfooter-widgets .col-last {
		border-bottom: none;
	}
	
	.footer-wrap {
		padding: 20px 20px 10px;
	}
	
	.footer-widget {
		margin-right: 0;
		width: 360px;
		margin-bottom: 20px;
	}
	
	.footer-widget:last-child {
		margin-bottom: 0;
	}
	
	.footer-menu ul li {
		margin-bottom: 10px;
	}
	
	.footer-info {
		margin-top: 10px;
	}

	.footer-info p {
		margin-bottom: 10px;
	}
	
	#comments .comments-wrap {
		margin: 0;
		width: 100%;
	}	
	
	#comments .comments-title .button {
		float: right;
	}

	#comments ol.comments-list li ul.children li.depth-2{ 
		margin-left: 15px;  
	}
	
	#comments ol.comments-list li ul.children li.depth-3,
	#comments ol.comments-list li ul.children li.depth-4,
	#comments ol.comments-list li ul.children li.depth-5{ 
		margin-left: 0;  
		padding: 0;
	}
	
	#comments ol.comments-list .depth-1 .comment-right,
	#comments ol.comments-list li ul.children li.depth-2 .comment-right,
	#comments ol.comments-list li ul.children li.depth-3 .comment-right {
		width: 205px;
	}
	
	#comments ul.children .author-avatar {
		margin-right: 10px;
		width: 50px;
	}
	
	#respond .comment-form-author, 
	#respond .comment-form-email {
		width: 100%;
	}
	
	#respond .comment-form-author {
		margin-right: 0;
	}

	#respond .comment-form-author input[type="text"], 
	#respond .comment-form-email input[type="text"],
	#respond .comment-form-url input[type="text"], 
	#respond textarea {
		width: 90.5%;
	}
		
	#respond textarea {
		height: 150px;
	}
	
}

/* 10.6. Mobile Portrait Size to Mobile Landscape Size
======================================================= */
@media only screen and (min-width: 340px) and (max-width: 419px) {
	#container {
		width: 320px;
	}
	
	.section {
		margin-bottom: 20px;
	}
	
	.top-bar .social {
		display: none;
	}
	
	.top-bar .top-menu,
	.top-menu .slicknav_menu	{
		width: 300px;		
	}
		
	.top-menu .slicknav_btn {
		width: 300px;
		float: left;
	}
	
	.main-menu,
	.std-menu {
		display: none;
	}
	
	.slicknav_menu,
	.slicknav_menu .std-menu {
		display: block;
	}
	
	.top-bar .search {
		margin-top: 50px;	
		width: 320px;		
	}
	
	.menu-section {
		position: relative;
	}
	
	.menu-section .slicknav_menu {
		width: 300px;		
	}
	
	.menu-section .slicknav_btn {
		width: 280px;
	}
			
	h1 {
		font-size: 26px;
	}
	
	h2 {
		font-size: 32px;
	}
	
	h3 {
		font-size: 22px;
	}
	
	.top-bar {
		margin-bottom: 0;
	}
	
	.header-post,
	.header-postlist {
		display: none;
	}
	
	.logo-section .logo {
		display: inline-block;	
		float: none;
		margin: 20px 0;
	}
	
	.home-slider .bg-post {
		margin-right: 0;	
		width: 280px;
		padding: 15px 20px;		
	}
	
	.bg-post {
		width: 280px;
	}

	.home-slider .slider-main {
		margin-right: 0;
		margin-bottom: 20px;
		width: 320px;
	}
	
	.home-slider .slider-main .wp-post-image {
		width: 320px;
		height: 220px;
	}
	
	.home-slider .slider-main h2 {
		font-size: 20px;
		margin-bottom: 3px;
	}
	
	.slider-main .post-info {
		left: 15px;
		right: 15px;
		bottom: 10px;
	}
	
	.home-slider .flex-direction-nav li a {
		width: 24px;
		height: 24px;		
	}
	
	.home-slider .flex-direction-nav li a:before {
		font-size: 24px;
		padding-left: 7px;
	}
	
	.home-slider .flex-direction-nav li a.flex-next:before {
		padding-left: 9px;
	}

	.home-slider .bg-post,
	.home-slider .post-textlist {
		float: none;
	}
	
	.home-slider .bg-post {
		margin-bottom: 20px;
	}
	
	.post-textlist,
	.home-slider .post-textlist {
		width: 276px;
		height: auto;
	}
	
	.home-topics {
		display: none;
	}
	
	.section-1 .section-right {
		border-left: 1px dashed #999999;
		width: 320px;
		float: none;
	}
	
	.section-1 .section-main .item-post {
		width: 319px;
	}
	
	.section-1 .bg-post .wp-post-image {
		width: 319px;
	}

	.section-1 .section-main .large-post {
		width: 319px;
		padding: 15px;
		height: auto;
	}
	
	.section-1 .large-post h3 {
		font-size: 24px;
	}
	
	.section-1 .section-left {
		float: none;
		width: 320px;
		margin-top: 20px;
	}
	
	.section-1 .section-left h3 {
		font-size: 32px;
		margin-bottom: 15px;
		padding-bottom: 20px;
		padding-right: 0;
	}
	
	.section-1 .section-left p {
		padding-right: 0;
	}
	
	.section-2 .slider-main .wp-post-image {
		height: 240px;
	}
	
	.section-2 .slider-main h2 {
		font-size: 20px;
	}
	
	.section-2 .slider-main .entry-meta,
	.section-2 .slider-main p {
		display: none;
	}
		
	.section-2 .section-posts .wp-post-image {
		height: 100px;
		width: 100px;
	}
	
	.section-2 .section-posts .post-3 {
		display: none;
	}
	
	.section-4 .slider-main {
		padding: 15px;
	}
	
	.section-4 .post-left {
		margin-right: 0;
		width: 290px;
	}
	
	.section-4 .wp-post-image {
		height: 230px;
	}
	
	.section-4 .post-right {
		width: 290px;
	}
	
	.section-4 h2 {
		font-size: 32px;
	}
	
	.section-4 .post-right p {
		-webkit-column-count: 1;
		   -moz-column-count: 1;
				column-count: 1;
		  -webkit-column-gap: 0;
			 -moz-column-gap: 0;	
				  column-gap: 0;	
	}
	
	.section-4 .slider-nav ul li {
		padding: 10px 15px 20px;
	}
	
	.section-5 .post-textlist {
		display: none;
	}
	
	.home-cats ul li.bg-post,
	.section-5 .bg-post {
		width: 280px;
		padding: 20px;
		margin-right: 0;
	}
	
	.section-5 .col-3,
	.col-last {
		margin-right: 0;
	}
	
	.section-5 .bg-thumbpost .wp-post-image {
		width: 320px;
		height: 320px;
		margin-top: -20px;		
	}
	
	.home-posts1 {
		padding: 10px;
	}
	
	.home-posts1 ul li {
		margin-right: 0;
		margin-bottom: 20px;
		width: 300px;
	}
		
	.home-posts1 .thumb {
		margin-right: 10px;
	}
	
	.home-posts1 .post-right {
		width: 210px;
	}
	
	.home-posts1 .entry-cat {
		margin-top: 5px;
	}
	
	.home-posts1 .post-3 {
		margin-bottom: 0;
	}
	
	.home-cats .cat {
		padding: 0;
		border-right: none;
		width: 320px;
		margin-bottom: 20px;
	}
	
	.home-cats .cat:last-child {
		margin-bottom: 0;
	}
	
	.home-cats .cat-1 {
		padding-left: 0;
	}
	
	.home-cats .cat-2, 
	.home-cats .cat-4 {
		border-right: none;
		padding-right: 0;		
	}	

	.home-cats .cat-2 {
		margin-bottom: 40px;
	}
	
	.home-cats .cat-3 {
		padding-left: 0;		
	}	
			
	.home-cats .thumb {
		height: 190px;
		text-align: center;
	}
	
	.home-cats .wp-post-image {
		margin-top: -55px;
		display: inline-block;
	}
	
	#content {
		width: 320px;
		margin-right: 0;
	}
	
	.single-meta .entry-date {
		margin-bottom: 15px;
	}
	
	.entry-social ul li {
		margin-right: 14px;
	}
	
	.entry-social ul li.gplus,
	.entry-social ul li.linkedin,
	.entry-social ul li.pinterest {
		display: none;
	}
	
	.post-excerpt {
		margin-bottom: 25px;
	}
	
	.post-excerpt .thumb {
		margin-bottom: 15px;
		margin-right: 0;
		width: 320px;
	}
	
	.post-excerpt .wp-post-image {
		height: 210px;
	}
	
	.post-excerpt h3 {
		margin-bottom: 10px;
	}

	.post-excerpt .entry-meta {
		margin-bottom: 5px;
	}
	
	.post-excerpt .date {
		display: none;
	}
	
	.post-archive .section-title h1 {
		font-size: 32px;
	}
	
	.section-5 .bg-post,
	.related-posts .bg-post {
		margin-right: 0;
		margin-bottom: 20px;
	}
	
	.section-5 .bg-post:last-child
	.related-posts .bg-post:last-child {
		margin-bottom: 0;
	}
	
	.sidebar {
		width: 320px;
		margin-top: 30px;
	}
	
	.sidebar .post-textlist,
	.post-textlist {
		width: 300px;
		padding: 15px;
	}
			
	.widget_comments .comment-right {
		width: 266px;
	}
	
	.post-textlist {
		padding: 25px 20px;
	}
	
	.widget_thumbposts .thumb {
		margin-right: 10px;
		width: 80px;
	}
	
	.widget_thumbposts .wp-post-image {
		height: 80px;
	}
	
	.widget_thumbposts h5 {
		margin-bottom: 2px;
	}
	
	.widget_action .img {
		max-width: 100px;
	}
	
	.subfooter-widget .widget-title h4 {
		font-size: 20px;
	}
	
	.subfooter-widgets {
		display: block;
		padding-top: 10px;
	}
	
	.subfooter-widget {
		display: block;
		width: 318px;
		border-left: 1px dashed #999999;
		border-right: 1px dashed #999999;
		border-bottom: 1px dashed #999999;
	}
		
	.subfooter-widgets .widget {
		padding: 10px;
	}
	
	.subfooter-widgets .col-last {
		border-bottom: none;
	}
	
	.footer-wrap {
		padding: 10px;
	}
	
	.footer-widget {
		margin-right: 0;
		width: 300px;
		margin-bottom: 20px;
	}
	
	.footer-widget:last-child {
		margin-bottom: 0;
	}
	
	.footer-menu ul li {
		margin-bottom: 10px;
	}
	
	.footer-info {
		margin-top: 10px;
	}

	.footer-info p {
		margin-bottom: 10px;
	}
	
	#comments .comments-wrap {
		margin: 0;
		width: 100%;
	}	
	
	#comments .comments-title h3 {
		float: left;
		margin-left: 40px;		
	}
	
	#comments .comments-title .button {
		display: none;
	}

	#comments ol.comments-list li ul.children li.depth-2{ 
		margin-left: 15px;  
	}
	
	#comments ol.comments-list li ul.children li.depth-3,
	#comments ol.comments-list li ul.children li.depth-4,
	#comments ol.comments-list li ul.children li.depth-5{ 
		margin-left: 0;  
		padding: 0;
	}
	
	#comments ol.comments-list .depth-1 .comment-right,
	#comments ol.comments-list li ul.children li.depth-2 .comment-right,
	#comments ol.comments-list li ul.children li.depth-3 .comment-right {
		width: 245px;
	}
	
	#comments ul.children .author-avatar {
		margin-right: 10px;
		width: 50px;
	}
	
	#respond .comment-form-author, 
	#respond .comment-form-email {
		width: 100%;
	}
	
	#respond .comment-form-author {
		margin-right: 0;
	}

	#respond .comment-form-author input[type="text"], 
	#respond .comment-form-email input[type="text"],
	#respond .comment-form-url input[type="text"], 
	#respond textarea {
		width: 90%;
	}
		
	#respond textarea {
		height: 150px;
	}
	
	.contact-page .contact-map {
		margin-bottom: 30px;
	}

	.contact-page .map {
		height: 190px;
	}

	.contact-form .one-half {
		float: none;
		margin-right: 0;
		width: 100%;
	}
	
	.contact-page .field {
		margin-bottom: 15px;
	}
	
	.archive-page .one-half{
		width: 100%;
		margin-right: 0%;
		float: none;
	}	
}	
/* 10.7. Mobile Portrait Size to Mobile Landscape Size
======================================================= */
@media only screen and (max-width: 339px) {
	#container {
		width: 260px;
	}
	
	.section {
		margin-bottom: 20px;
	}
	
	.top-bar .social {
		display: none;
	}
	
	.top-bar .top-menu,
	.top-menu .slicknav_menu	{
		width: 240px;		
	}
		
	.top-menu .slicknav_btn {
		width: 240px;
		float: left;
	}
	
	.main-menu,
	.std-menu {
		display: none;
	}
	
	.slicknav_menu,
	.slicknav_menu .std-menu {
		display: block;
	}
	
	.top-bar .search {
		margin-top: 50px;	
		width: 260px;		
	}
	
	.menu-section {
		position: relative;
	}
	
	.menu-section .slicknav_menu {
		width: 240px;		
	}
	
	.menu-section .slicknav_btn {
		width: 220px;
	}
			
	h1 {
		font-size: 26px;
	}
	
	h2 {
		font-size: 32px;
	}
	
	h3 {
		font-size: 22px;
	}
	
	.top-bar {
		margin-bottom: 0;
	}
	
	.header-post,
	.header-postlist {
		display: none;
	}
	
	.logo-section .logo {
		display: inline-block;	
		float: none;
		margin: 20px 0;
	}
	
	.home-slider .bg-post {
		margin-right: 0;	
		width: 220px;
		padding: 15px 20px;		
	}
	
	.bg-post {
		width: 220px;
	}

	.home-slider .slider-main {
		margin-right: 0;
		margin-bottom: 20px;
		width: 260px;
	}
	
	.home-slider .slider-main .wp-post-image {
		width: 320px;
		height: 220px;
	}
	
	.home-slider .slider-main h2 {
		font-size: 20px;
		margin-bottom: 3px;
	}
	
	.slider-main .post-info {
		left: 15px;
		right: 15px;
		bottom: 10px;
	}
	
	.home-slider .flex-direction-nav li a {
		width: 24px;
		height: 24px;		
	}
	
	.home-slider .flex-direction-nav li a:before {
		font-size: 24px;
		padding-left: 7px;
	}
	
	.home-slider .flex-direction-nav li a.flex-next:before {
		padding-left: 9px;
	}

	.home-slider .bg-post,
	.home-slider .post-textlist {
		float: none;
	}
	
	.home-slider .bg-post {
		margin-bottom: 20px;
	}
	
	.post-textlist,
	.home-slider .post-textlist {
		width: 216px;
		height: auto;
	}
	
	.home-topics {
		display: none;
	}
	
	.section-1 .section-right {
		border-left: 1px dashed #999999;
		width: 260px;
		float: none;
	}
	
	.section-1 .section-main .item-post {
		width: 259px;
	}
	
	.section-1 .bg-post .wp-post-image {
		width: 259px;
	}

	.section-1 .section-main .large-post {
		width: 259px;
		padding: 15px;
		height: auto;
	}
	
	.section-1 .large-post h3 {
		font-size: 24px;
	}
	
	.section-1 .section-left {
		float: none;
		width: 260px;
		margin-top: 20px;
	}
	
	.section-1 .section-left h3 {
		font-size: 32px;
		margin-bottom: 15px;
		padding-bottom: 20px;
		padding-right: 0;
	}
	
	.section-1 .section-left p {
		padding-right: 0;
	}
	
	.section-2 .slider-main .wp-post-image {
		height: 240px;
	}
	
	.section-2 .slider-main h2 {
		font-size: 20px;
	}
	
	.section-2 .slider-main .entry-meta,
	.section-2 .slider-main p {
		display: none;
	}
		
	.section-2 .section-posts .wp-post-image {
		height: 100px;
		width: 100px;
	}
	
	.section-2 .section-posts .post-3 {
		display: none;
	}
	
	.section-4 .slider-main {
		padding: 15px;
	}
	
	.section-4 .post-left {
		margin-right: 0;
		width: 230px;
	}
	
	.section-4 .wp-post-image {
		height: 230px;
	}
	
	.section-4 .post-right {
		width: 230px;
	}
	
	.section-4 h2 {
		font-size: 32px;
	}
	
	.section-4 .post-right p {
		-webkit-column-count: 1;
		   -moz-column-count: 1;
				column-count: 1;
		  -webkit-column-gap: 0;
			 -moz-column-gap: 0;	
				  column-gap: 0;	
	}
	
	.section-4 .slider-nav ul li {
		padding: 10px 15px 20px;
	}
	
	.section-5 .post-textlist {
		display: none;
	}
	
	.home-cats ul li.bg-post,
	.section-5 .bg-post {
		width: 220px;
		padding: 20px;
		margin-right: 0;
	}
	
	.section-5 .col-3,
	.col-last {
		margin-right: 0;
	}
	
	.section-5 .bg-thumbpost .wp-post-image {
		width: 300px;
		height: 300px;
		margin-top: -20px;		
	}
	
	.home-posts1 {
		padding: 10px;
	}
	
	.home-posts1 ul li {
		margin-right: 0;
		margin-bottom: 20px;
		width: 240px;
	}
		
	.home-posts1 .thumb {
		margin-right: 10px;
	}
	
	.home-posts1 .post-right {
		width: 150px;
	}
	
	.home-posts1 .entry-cat {
		margin-top: 5px;
	}
	
	.home-posts1 .post-3 {
		margin-bottom: 0;
	}
	
	.home-cats .cat {
		padding: 0;
		border-right: none;
		width: 260px;
		margin-bottom: 20px;
	}
	
	.home-cats .cat:last-child {
		margin-bottom: 0;
	}
	
	.home-cats .cat-1 {
		padding-left: 0;
	}
	
	.home-cats .cat-2, 
	.home-cats .cat-4 {
		border-right: none;
		padding-right: 0;		
	}	

	.home-cats .cat-2 {
		margin-bottom: 40px;
	}
	
	.home-cats .cat-3 {
		padding-left: 0;		
	}	
	
	.home-cats .thumb {
		height: 190px;
	}
	
	.home-cats .wp-post-image {
		margin-top: -55px;
	}
	
	#content {
		width: 260px;
		margin-right: 0;
	}
	
	.single-meta .entry-date {
		margin-bottom: 15px;
	}
	
	.entry-social ul li {
		margin-right: 14px;
	}
	
	.entry-social ul li.gplus,
	.entry-social ul li.linkedin,
	.entry-social ul li.pinterest {
		display: none;
	}
	
	.post-excerpt {
		margin-bottom: 25px;
	}
	
	.post-excerpt .thumb {
		margin-bottom: 15px;
		margin-right: 0;
		width: 260px;
	}
	
	.post-excerpt .wp-post-image {
		height: 210px;
	}
	
	.post-excerpt h3 {
		margin-bottom: 10px;
	}

	.post-excerpt .entry-meta {
		margin-bottom: 5px;
	}
	
	.post-excerpt .date {
		display: none;
	}
	
	.post-archive .section-title h1 {
		font-size: 32px;
	}
	
	.section-5 .bg-post,
	.related-posts .bg-post {
		margin-right: 0;
		margin-bottom: 20px;
	}
	
	.section-5 .bg-post:last-child
	.related-posts .bg-post:last-child {
		margin-bottom: 0;
	}
	
	.sidebar {
		width: 260px;
		margin-top: 30px;
	}
	
	.sidebar .post-textlist,
	.post-textlist {
		width: 240px;
		padding: 15px;
	}
			
	.widget_comments .comment-right {
		width: 206px;
	}
	
	.post-textlist {
		padding: 25px 20px;
	}
	
	.widget_thumbposts .thumb {
		margin-right: 10px;
		width: 80px;
	}
	
	.widget_thumbposts .wp-post-image {
		height: 80px;
	}
	
	.widget_thumbposts h5 {
		margin-bottom: 2px;
	}
	
	.widget_action .img {
		max-width: 100px;
	}
	
	.subfooter-widget .widget-title h4 {
		font-size: 20px;
	}
	
	.subfooter-widgets {
		display: block;
		padding-top: 10px;
	}
	
	.subfooter-widget {
		display: block;
		width: 258px;
		border-left: 1px dashed #999999;
		border-right: 1px dashed #999999;
		border-bottom: 1px dashed #999999;
	}
		
	.subfooter-widgets .widget {
		padding: 10px;
	}
	
	.subfooter-widgets .col-last {
		border-bottom: none;
	}
	
	.footer-wrap {
		padding: 10px;
	}
	
	.footer-widget {
		margin-right: 0;
		width: 240px;
		margin-bottom: 20px;
	}
	
	.footer-widget:last-child {
		margin-bottom: 0;
	}
	
	.footer-menu ul li {
		margin-bottom: 10px;
	}
	
	.footer-info {
		margin-top: 10px;
	}

	.footer-info p {
		margin-bottom: 10px;
	}
	
	#comments .comments-wrap {
		margin: 0;
		width: 100%;
	}	
	
	#comments .comments-title h3 {
		float: left;
		margin-left: 40px;		
	}
	
	#comments .comments-title .button {
		display: none;
	}

	#comments ol.comments-list li ul.children li.depth-2{ 
		margin-left: 15px;  
	}
	
	#comments ol.comments-list li ul.children li.depth-3,
	#comments ol.comments-list li ul.children li.depth-4,
	#comments ol.comments-list li ul.children li.depth-5{ 
		margin-left: 0;  
		padding: 0;
	}
	
	#comments ol.comments-list .depth-1 .comment-right,
	#comments ol.comments-list li ul.children li.depth-2 .comment-right,
	#comments ol.comments-list li ul.children li.depth-3 .comment-right {
		width: 185px;
	}
	
	#comments ul.children .author-avatar {
		margin-right: 10px;
		width: 50px;
	}
	
	#respond .comment-form-author, 
	#respond .comment-form-email {
		width: 100%;
	}
	
	#respond .comment-form-author {
		margin-right: 0;
	}

	#respond .comment-form-author input[type="text"], 
	#respond .comment-form-email input[type="text"],
	#respond .comment-form-url input[type="text"], 
	#respond textarea {
		width: 90%;
	}
		
	#respond textarea {
		height: 150px;
	}
	
	.contact-page .contact-map {
		margin-bottom: 30px;
	}

	.contact-page .map {
		height: 190px;
	}

	.contact-form .one-half {
		float: none;
		margin-right: 0;
		width: 100%;
	}
	
	.contact-page .field {
		margin-bottom: 15px;
	}
	
	.archive-page .one-half{
		width: 100%;
		margin-right: 0%;
		float: none;
	}	
}