/*
Theme Name: Overture 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
 * 2.  Header
 * 3.  Navigation
 * 4.  Homepage
 * 5.  Content
 * 6.  Pages
 * 7.  Comments
 * 8.  Sidebar
 * 9.  Footer
 * 10. Media Queries
 * ========================= */

/* ====================
 * 1. Base
 * ==================== */
body {
	font-family: 'Roboto Slab', serif;
    font-size: 16px;
    font-weight: 400;
	line-height: 1.2;
	color: #111111;
}

/*===[ Link styles ]===*/
a {
	text-decoration: none;
	color: #111111;
	transition: all 0.2s ease 0s;
	outline: 0;
}

a:visited {
	color: #111111;
}

a:hover {
	color: #FEA700;
}

:focus {
	outline: 0;
}

/*===[ Headings ]===*/
h1,h2,h3,h4,h5,h6 {
	font-family: 'Domine', serif;
	line-height: 1.3;
	color: #1D1F22;
	font-weight: 900;	
}

h1 {
	font-size: 48px;
	line-height: 1.1;	
}

h2 {
	font-size: 44px;	
	line-height: 1.1;
}

h3{
	font-size: 27px; 
}

h4 {	
	font-size: 20px;
}

h5 {	
	font-size: 16px;	
	line-height: 1.16;
}

h6 {
	font-size: 14px;
	line-height: 1.16;
	letter-spacing: 0.4px;	
}

/*===[ Layout ]===*/
.inner-wrap {
	width: 1170px;
	margin: 0 auto;	
	overflow: hidden;
}

#main {
	overflow: hidden;
	clear: both;
}

#content {
	width: 800px;
	float: left;
	margin-right: 40px;
	overflow: hidden;
}

.sidebar {
	width: 330px;
	float: left;
	overflow: hidden;
}

.full-content{
	overflow: hidden;
}

.one-half {
	width: 345px;
	margin-right: 35px;
	float: left;
	overflow: hidden;
}

.col-last {
	margin-right: 0;
}

.section {
	overflow: hidden;
	margin-bottom: 40px;	
}

.section-wrap {
	overflow: hidden;
}

/*===[ Image sizes ]===*/
.thumb {
	overflow: hidden;
}

.wp-post-image {display: block; 
margin-left: auto; 
margin-right: auto
}

.attachment-1170_540 {
	width: 1170px;
	height: 540px;
}

.attachment-570_430 {
	width: 570px;
	height: 430px;
}

.attachment-530_500 {
	width: 530px;
	height: 500px;
}

.attachment-390_500 {
	width: 390px;
	height: 500px;
}

.attachment-100_80 {
	width: 100px;
	height: 80px;
}

/*===[ Common ]===*/
.entry-meta {
	overflow: hidden;
	font-size: 16px;	
	color: #545454;
}

.entry-meta a{
	color: #545454;
}

.entry-meta span {
	margin-right: 30px;
}

.entry-cat {
	overflow: hidden;
	margin-bottom: 15px;
}

.post-label,
.entry-cat a {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 13px;
	display: inline-block;
	margin-right: 15px;
	line-height: 1;
	padding: 5px 7px;
	border: 1px solid #F4768B;
	border-right: 2px solid #F4768B;
	border-bottom: 2px solid #F4768B;
	color: #F4768B;
}

.post-label {
	border: 1px solid #CD1414;
	border-right: 2px solid #CD1414;
	border-bottom: 2px solid #CD1414;
	color: #CD1414;
}

.entry-cat a:hover {
	border: 1px solid #F4768B;
	border-right: 2px solid #F4768B;
	border-bottom: 2px solid #F4768B;
	background: #F4768B;
	color: #FFFFFF;
}

.date-label {	
	font-weight: 900;
	font-size: 13px;
	display: inline-block;
	line-height: 1;
	padding: 4px 7px 5px;
	border: 1px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;	
	margin-bottom: 10px;
}

.entry-meta .date,
.entry-meta .author {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-style: italic;	
}

.entry-meta .date {
	font-style: normal;
}

.entry-meta .author a{
	margin-left: 4px;
	text-decoration: underline;	
	text-transform: capitalize;
}

.section-sep {
	border-bottom: 2px solid #000000;
	padding-bottom: 40px;
}

.single-1 .entry-author {
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

/* ====================
 * 2. Header
 * ==================== */
 
.top-bar {
	height: 50px;
	background: #FFFFFF;
	border-bottom: 1px solid #000000;	
}

.top-bar .top-menu{
	float: left;
	width: 820px;
}

.top-bar ul {
	list-style: none;	
	margin: 0;	
}

.top-bar ul li a {
	color: #4E4A4B;
}

.top-bar ul li a:hover {
	color: #000000;
}

.top-menu ul li{
	float: left;	
	margin-right: 70px;		
}

.top-menu ul li a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	line-height: 1;
	margin-top: 19px;	
	color: #4E4A4B;
}

.top-menu ul li a:hover {
	color: #000000;
}

.top-bar .social {
	float: right;
}

.top-bar .social ul li{
	float: left;	
	margin-left: 30px;		
}

.top-bar .social ul li i {
	font-size: 20px;
	display: block;
	line-height: 1;
	margin-top: 16px;	
}

.logo-section {
	margin-bottom: 35px;
}

#header {
	margin-bottom: 45px;
}

#header .logo {
	max-width: 250px;	
	overflow: hidden;
	float: left;
}

.logo img {
	display: block;
}

#header .logo img {
	max-width: 250px;
}

.header-banner {
    float: right;
}

/* ====================
 * 3. Navigation
 * ==================== */
.menu-section .inner-wrap {
	overflow: visible;
	position: relative;
}

.main-menu ul{
	z-index: 30;	
	display: none;
}

.main-menu > .menu {
	border-bottom: 2px solid #111111;
}

.main-menu .defaut-menu {
	overflow: hidden;
}

.main-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 99;	
}

.main-menu ul.menu > li {
	margin-left: 15px;
}

.main-menu ul.menu > li:first-child {
	margin-left: 0;
}

.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;
}

.main-menu ul li a {
	display: block;
	padding: 0 25px 13px 10px;
	text-align: center;	
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;	
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 1px;
	transition: none;
}

.main-menu .current-menu-item  a,
.main-menu .current_page_item a{
	color: #FEA700;
}

.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: 16px;
	line-height: 0;
	margin-left: 6px;
	margin-top: 3px;
	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: -4px;
}

.main-menu ul li ul {
	display: none;
	position: absolute;
	padding: 0;	
	margin-top: 0;	
}

.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: 142px;	
	text-align: left;	
	height: auto;	
	background: #363439;	
	font-size: 13px;	
	font-weight: 700;
	border-bottom: 1px solid #555555;
	color: #CCCCCC;	
}

.main-menu ul li ul li:hover a, 
.main-menu ul li ul li.over a {	
	color: #CD1414;
	border-bottom: 1px solid #CD1414;	
}

.main-menu ul li ul li:hover ul, 
.main-menu ul li ul li.sfHover ul {	
	display: block;	
	position: absolute;	
	left: 172px;	
	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: #CCCCCC;	
	border-bottom: 1px solid #555555;
}

.main-menu ul li ul li ul li a:hover {
	color: #FEA700;
	border-bottom: 1px solid #FEA700;	
}

/* ====================
 * 4. Homepage
 * ==================== */
.header-post {
	width: 340px;
	overflow: hidden;	
	float: right;
}

.header-post .meta-top {
	overflow: hidden;
}

.header-post .entry-cat {
	float: left;
	margin-bottom: 10px;
}

.header-post .post-label {
	margin-top: 1px;
	color: #FEA700;
}

.header-post .post-label span {
	margin-left: 5px;
}

.header-post h4 {
	line-height: 1.45;
	margin-bottom: 3px;
}

/*===[ Homepage Slider ]===*/
.home-slider .slider-wrap {
	display: none;
}

.home-slider .thumb{
	width: 550px;
	float: left;
	margin-right: 50px;
	overflow: hidden;	
}

.home-slider .post-right {
	width: 570px;
	float: left;	
	overflow: hidden;	
	
}

.home-slider h2 {
	font-size: 48px;	
	margin-bottom: 25px;
}

.home-slider p {
	max-width: 80%;
	font-size: 17px;
	display: inline-block;
	margin-top: 20px;
}

.home-slider .slider-wrap {
	border-bottom: 1px solid #B6B6B6;	
	text-align: center;
}

.flex-control-nav {
	list-style: none;
	margin: 0;	
}

 .flex-control-nav {
	margin-top: 30px;	
}

.flex-control-nav li {
	display: inline-block;
	text-align: center;
}

.home-slider .flex-control-nav li a {
	width: 41px;
	height: 50px;
	margin-right: 60px;
	display: block;
	font-size: 18px;
	font-weight: 800;	
	padding-top: 8px;
	font-family: 'Domine', serif;
	background: url('images/line.png') no-repeat bottom center;
	transition: none;
	cursor: pointer;
}

.home-slider .flex-control-nav li a.flex-active {
	background: url('images/num.png') no-repeat;
}

/*===[ Slider 2 ]===*/
.slider-2 {
	position: relative;
}

.slider-2 .entry-wrap {
	width: 400px;
	background: #FFFFFF;
	position: relative;
	overflow: hidden;	
	margin: 0 auto;
	margin-top: -120px;
	padding: 20px 40px 0;
	text-align: center;
}

.slider-2 .entry-cat {
	margin-bottom: 10px;
	overflow: hidden;
}

.slider-2 h3,
.slider-2 p{
	margin-bottom: 10px;
}

.slider-2 .flex-direction-nav {
	list-style: none;
	margin: 0;
}

.slider-2 .flex-direction-nav a {
	border: none;
	color: #FFFFFF; 
	opacity: 0.7;
	font-size: 0;
	position: absolute;
	top: 260px;
	display: block;	
}

.slider-2 .flex-direction-nav a:hover {
	opacity: 0.9;
}

.flex-direction-nav a.flex-prev {
	left: 20px;
}

.flex-direction-nav a.flex-next{	
	right: 20px;
}

.flex-direction-nav a:before {
	font-family: Ionicons;
	font-size: 48px;
	line-height: 35px;
	display: block;
	padding: 0;
	font-weight: 400;
	margin-top: 5px;
}

.flex-direction-nav a.flex-prev:before{	
	content: "\f106";	
}

.flex-direction-nav a.flex-next:before{	
	content: "\f109";
}

/*===[ Content Carousel ]===*/
.content-carousel .carousel-wrap {
	display: none;
}

.content-carousel .flex-control-nav {
	text-align: center;
}

.content-carousel .slides li {
	margin-right: 50px;
	text-align: center;
}

.content-carousel .thumb {
	margin-bottom: 20px;
}

.content-carousel .wp-post-image {
	height: 230px;
}

.content-carousel h3 {
	margin-bottom: 5px;
}

.content-carousel .flex-control-nav li a {
	font-size: 0;
	margin-right: 20px;
	display: block;
	cursor: pointer;
}

.content-carousel .flex-control-nav li a:before {
	font-size: 22px;
	line-height: 1;
	font-family: Ionicons;
	content: "\f401";
	display: block;
}

.content-carousel .flex-control-nav li a:hover:before,
.content-carousel .flex-control-nav li a.flex-active:before {
	content: "\f400";	
}

/*===[ Section 1 ]===*/
.section-title {
	text-align: center;
	text-transform: uppercase;
}

.section-title h3 {
	font-size: 32px;
	line-height: 1;
}

.load-more {
	text-align: center;
}

.load-link {
	font-family: 'Domine', serif;
	font-size: 17px;
	font-weight: 700;	
	line-height: 1;
	background: #F4768B;
	box-shadow: 3px 3px 0 #F2536F;
	color: #FFFFFF;	
	padding: 8px 12px;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 3px;
	text-transform: capitalize;	
}

.load-link:hover {
	opacity: 0.9;
	color: #FFFFFF;	
}

.load-link .icn {
	display: none;
}

.load-more .disabled {
	pointer-events: none;
	cursor: default;	
}

.load-more .load-link.disabled {
	color: rgba(255, 255, 255, 0.5);
}

.feat-section .thumb-wrap {
	position: relative;	
}

.feat-section .entry-outer {
	border-left: 1px solid #111111;
	border-right: 2px solid #111111;
	border-bottom: 2px solid #111111;	
	padding: 40px 40px 20px;
}

.feat-section .thumb-wrap h3 {
	background: #FFFFFF;
	bottom: -30px;
	position: absolute;
	width: 80%;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 15px 30px 10px;
	box-sizing: border-box;
	text-align: center;
}

.feat-section .entry-wrap {
	text-align: center;	
}

.feat-section .entry-wrap p {
	margin-top: 25px;
}

.section-1 .section-main{
	width: 870px;
	float: right;
	padding-left: 29px;
	border-left: 1px solid #CACACA;	
}

.section-1 .main-post {
	float: left;	
	width: 530px;
	margin-right: 40px;	
	margin-bottom: 40px;
}

.section-1 .section-main .item-post {
	float: left;
	width: 263px;
	margin-right: 40px;
}

.section-1 .section-main .post-2,
.section-1 .section-main .post-3 {
	float: left;
	width: 300px;
	margin-right: 0;
	margin-bottom: 40px;
}

.related-posts .item-post .wp-post-image  {
	height: 265px;
}

.section-1 .section-main .item-post .wp-post-image {
	height: 200px;
}

.related-posts .cat-wrap,
.section-1 .cat-wrap {
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 0;	
}

.related-posts  .entry-cat,
.section-1 .cat-wrap .entry-cat  {
	display: inline-block;
	background: #FFFFFF;
	margin: 0;
}

.related-posts  .entry-cat a,
.section-1 .cat-wrap .entry-cat a {
	margin: 10px;
}

.item-post {
	overflow: hidden;
}

.section-1 .item-post .entry-outer {
	padding: 20px 30px 20px;
}

.section-1 .item-post h4 {
	margin-bottom: 15px;
}

.section-1 .section-main .post-6 {
	margin-right: 0;
}

.section-1 .section-left {
	float: left;
	width: 270px;
	overflow: hidden;
	text-align: center;
}

.section-1 .section-title h4{
	font-size: 22px;	
}

.section-1 .section-wrap ul {
	margin-right: 30px;
}

.section-1 hr {
	width: 60px;
	border: 0; 
	height: 1px; 
	background: #F4768B;
	margin-bottom: 25px;
}

.section-1 .date-label {
	margin-bottom: 18px;
}

.section-1 .section-left p {	
	margin-bottom: 30px;
	margin-top: 15px;
	font-size: 15px;
}

.section-1 .section-left ul li:last-child hr {
	display: none;
}

.section-1 .load-more {
	margin-top: 5px;
	margin-right: 30px;
}

/*===[ Section 2]===*/
.section-2 .item-post {
	width: 565px;
	float: left;
	margin-right: 40px;		
	text-align: center;	
	margin-bottom: 40px;
}

.section-2 .post-2, 
.section-2 .post-3,
.section-2 .post-4{
  margin-bottom: 35px;
}

.section-2  .col-last {
	margin-right: 0;
}

.section-2 .item-post h4 {
	font-size: 18px;
	margin-bottom: 15px;
}

.section-2 .std-post .entry-right,
.section-2 .img-post {
	border: 1px solid #111111;
	border-right: 2px solid #111111;
	border-bottom: 2px solid #111111;
	box-sizing: border-box;	
}

.section-2 .std-post .thumb + .entry-right {
	border-left: none;
}

.section-2 .compact {
	width: 265px;
	height: 180px;
	float: left;
	margin-right: 35px;
}

.section-2 .post-3,
.section-2 .post-4,
.section-2 .post-6 {
	margin-right: 0;
}

.img-post {
	position: relative;
}

.img-post .entry-image {
	width: 120px;
	overflow: hidden;		
}

.img-post .left {
	float: left;	
}

.img-post .right {
	float: right;	
}

.img-post  img {
	height: auto;	
	width: 120px;
	display: block;	
	position: absolute;
	bottom: 0;
}

.img-post .left img {
	left: 0;
}

.img-post .right img {
	right: 0;
}

.section-2 .img-post .entry-right {
	width: 365px;
	overflow: hidden;	
	padding: 15px 40px;	
}

.section-2 .item-post h4,
.section-2 .item-post p {
	margin-bottom: 10px;
}

.section-2 .main-post p {
	margin-bottom: 20px;
}

.section-2 .std-post .thumb{
	width: 270px;
	float: left;
}

.section-2 .std-post .wp-post-image {
	height: 205px;
}

.section-2 .img-post,
.section-2 .std-post  {
	height: 205px;
}

.section-2 .std-post  .entry-right{
	height: 100%;
	padding: 15px 20px 10px;
	
}

.section-2 .std-post  .thumb + .entry-right{ 
	width: 295px;
	float: left;
}

.section-2 .std-post p,
.section-2 .compact-post p,
.section-2 .img-post p{
	font-size: 15px;
}

/*===[ Featured Post]===*/
.feat-post .thumb {
	height: 130px;
}

.feat-post .wp-post-image {
	margin-top: -205px;
}

.feat-post .entry-wrap {
  margin: -60px auto 0;
  overflow: hidden;
  padding: 15px 20px 0;
}

.feat-post .meta-top {
	overflow: hidden;
	display: inline-block;
}

.feat-post .entry-cat,
.post-label {
	float: left;
}

.feat-post .post-label {
	margin-right: 0;
} 

.post-label i{
	font-size: 16px;
	
}

.post-label i:before{
	display: block;
	line-height: 12px;
	float: left;	
}

.post-label span{
	display: block;
	float: left;	
	margin-left: 2px;
}

.feat-post .entry-cat {
	margin-bottom: 5px;
}

.feat-post h3 {
	font-size: 24px;
}

/*===[ Featured Videos]===*/
.feat-videos .item-block {
	overflow: hidden;
	margin-bottom: 40px;
}

.feat-videos .item-post {
	width: 262px;
	float: left;
	overflow: hidden;
	margin-right: 40px;
	text-align: center;	
}

.feat-videos .wp-post-image {
	height: 190px;
}

.feat-videos .col-last {
	margin-right: 0;
}

.feat-videos .thumb {
	position: relative;
	margin-bottom: 15px;
}

.feat-videos .thumb .icn {
	width: 56px;
	height: 56px;
	background: #F4768B;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -28px;
	margin-left: -28px;
	border-radius: 50%;
	text-align: center;	
}

.feat-videos .thumb .icn i {
	font-size: 44px;
	line-height: 53px;
	margin-left: 8px;	
	color: #FFFFFF;
}

.feat-videos h4 {
	margin-bottom: 10px;
}

/*===[ Subscription]===*/
.feat-subscribe {
	height: 110px;
	background: #FFFB97;
	border: 1px solid #EABB5F;
	padding: 15px 50px;
	box-sizing: border-box;	
	
}

.feat-subscribe .logo {
	float: left;
}

.feat-subscribe .logo img{
	max-height: 80px;
	overflow: hidden;
	width: auto;
}

.feat-subscribe .subform {
	float: right;
	overflow: hidden;
	margin-top: 15px;
}

.feat-subscribe input[type="text"] {
	width: 260px;
	background: none;
	border: 1px solid #EABB5F;	
	color: #E19D1E;
	font-size: 18px;
	font-weight: 700;
	padding: 10px 20px;	
	margin-right: 50px;
	float: left;	
}

.feat-subscribe .button {
	float: left;
	font-size: 20px;
	padding: 8px 30px;
	margin: 0 3px 3px 0;
}

.feat-subscribe h3 {
	float: right;
	margin-right: 50px;
	margin-top: 22px;
}

/*===[ Comments Section]===*/
.home-comments .post-list {
	width: 50%;
	border-right: 2px solid #111111;	
	box-sizing: border-box;	
	float: left;
	overflow: hidden;
}

.home-comments ul li {
	border-bottom: 1px solid #CACACA;
	padding: 0 20px 30px;
	margin-bottom: 30px;
	margin-right: 30px;
	overflow: hidden;
}

.home-comments ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 20px;
}

.home-comments .num {
	float: left;
	margin-right: 50px;
	width: 30px;
	overflow: hidden;
}

.home-comments .num h3 {
	font-size: 48px;
	line-height: 44px;
	font-weight: 400;
	margin-top: 15px;
	color: #AFAFAF;
}

.home-comments .entry-right {
	float: left;
	width: 430px;
}

.home-comments .entry-right h4 {
	margin-bottom: 10px;
}

.home-comments .entry-cat {
	float: left;
	margin-bottom: 0;
}

.home-comments .entry-cat a {
	margin-right: 40px;
}

.home-comments .comments {
	float: left;
	margin-top: 6px;
	margin-right: 40px;
}

.home-comments  img {
    width: 24px;
	height: auto;
	float: left;
	display: block;
	margin-right: 6px;
}

.home-comments .comments  h5 {
	float: left;
}

.home-comments .author {
	float: left;
	margin-top: 5px;
}

.home-comments .comment-list {
	width: 50%;
	float: left;
	overflow: hidden;
}

.home-comments .comment-list ul{
	margin-left: 30px;
}

.home-comments .comment-list .icn {
	width: 24px;
	float: left;
	margin-right: 30px;
}

.home-comments .comment-right {
	width: 430px;
	float: left;
}

.home-comments .comment-right .entry-meta {
	line-height: 1;
	margin-bottom: 10px;
}

.home-comments .comment-right .author {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: capitalize;
	font-style: normal;	
	color: #000000;
	margin-top: 0;
}

.home-comments .entry-meta .date {
	font-size: 15px;
	font-style: normal;
}

.home-comments h6 {
	font-size: 13px;
	margin-top: 15px;
	padding-bottom: 2px;
}

.home-comments h6 a{
	border-bottom: 1px solid;
}

.entry-meta .sep{
    position: relative;
    width: 10px; 
	height: 18px;
    background: #111;
	float: left;
	margin: 0 20px;
}

.entry-meta .sep:before, 
.entry-meta .sep:after{
    content: '';
    position: absolute;
}

.entry-meta .sep:before{
    top: 0; left: 0;
    border-left: 9px solid #fff;
    border-bottom: 18px solid transparent;
}

.entry-meta .sep:after{
    bottom: 0; right: 0;
    border-right: 9px solid #fff;
    border-top: 18px solid transparent;
}

/*===[ Homepage 2 ]===*/
.home-wrap {
	overflow: hidden;
	position: relative;
}

.sidebar-left {
	width: 270px;
	border-left: 1px solid #CACACA;
	float: left;
	box-sizing: border-box;
	padding: 0 20px;
}

.sidebar-left .widget:last-child {
	margin-bottom: 0;
}

.home-2 .sidebar {
	width: 270px;
	border-left: 1px solid #CACACA;
	float: left;
	padding-left: 30px;
	 box-sizing: border-box;
}

.home-2 .home-left {
	width: 570px;
	float: left;
	margin-right: 30px;
	overflow: hidden;
}

.home-2 .home-right {
	width: 570px;
	float: left;
	overflow: hidden;
}

.postlist-2 .entry-cat {
	float: left;
	margin-right: 30px;
}

.postlist-2 .author {
	margin-top: 5px;
}

.postlist-2 h2 {
	margin-bottom: 20px;
}

.postlist-2 p {
	margin-bottom: 30px;
}

.postlist-2 .item-post {
	margin-bottom: 50px;
}

/*===[ Single Post ]===*/
.entry-header {
	text-align: center;	
}

.entry-header h1 {
	max-width: 80%;
	display: inline-block;
	margin-bottom: 20px;
}

.entry-header .entry-cat {
	margin-bottom: 0;
}

.archive-desc {
	text-transform: none;
	margin-top: 15px;
	text-align: left;
}

.archive-desc p:last-child{
	margin-bottom: 0;
}

.content-wrap {
	padding-bottom: 20px;
	margin-bottom: 60px;
	border-bottom: 2px solid #111111;	
}

.entry-content {
	font-size: 18px;
}

.entry-content h1,
.entry-content h2 {
	margin-bottom: 30px;
}

.entry-content h3 {
	margin-bottom: 20px;
}

.entry-content h4 {	
	font-size: 24px;
	margin-bottom: 20px;
}

.entry-content h5 {	
	font-size: 20px;
	margin-bottom: 20px;
}

.entry-content h6 {	
	font-size: 18px;
	margin-bottom: 20px;
}

.entry-content p{
	margin-bottom: 40px;
	line-height: 1.65;
}

.entry-ad {
	text-align: center;
}

.entry-ad .ad-inner-wrap {
	display: inline-block;
}

.entry-ad .ad-inner-wrap img{
	display: block;
}

.entry-ad.bottom {
	margin-top: 30px;
}

/*===[ 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;
}

/*===[ Social Icons 2 ]===*/
.entry-vsocial {
	text-align: center;
	margin-top: 30px;
	overflow: hidden;
}

.entry-vsocial ul {
	display: inline-block;
}

.entry-vsocial ul li {	
	overflow: hidden;	
	text-align: center;	
	height: 60px;
	width: 60px;
}

.entry-vsocial ul li a {
  display: block;
  margin-top: 4px;
  overflow: hidden;
}

.entry-vsocial ul li i {	
	width: 32px;
	height: 32px;
	font-size: 36px;
	color: #FFFFFF;
}

.entry-vsocial ul li.fb {
	background: #4373BA;
}

.entry-vsocial ul li.twitter {
	background: #75C8F3;
}

.entry-vsocial ul li.gplus {
	background: #C94434;
}

.entry-vsocial ul li.pinterest {
	background: #BC1D2C;
}

.entry-vsocial ul li.linkedin {
	background: #027AB5;
}

/*===[ 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;
}

/*===[ Single Post 1 ]===*/
.single-1 .entry-header h1 {
	max-width: 100%;
	display: block;
	
}

.single-1 .single-post-thumb {
	margin-bottom: 30px;
}

.single-1 .feat-text p,
.single-2 .feat-text p{
	margin-bottom: 40px;
	font-size: 22px;
}

.single-1 .related-posts .item-post {
	width: 380px;
}

.single-1 .related-posts .post-2 {
	margin-right: 0;
}

.single-1 .related-posts .col-last {
	display: none;
}

/*===[ Single Post 2 ]===*/
.single-2 .single-post-thumb {
	text-align: center;
	margin-bottom: 50px;
}

.single-2 .single-post-thumb .wp-post-image {
	display: inline-block;
}

.single-2 .content-left {
	width: 100px;
	float: left;
	overflow: hidden;
	text-align: center;
}

.single-2 .content-left .entry-meta span {
	margin-right: 0;
	display: block;
}

.single-2 .content-left .author a {
	display: block;
}

.single-2 .content-right {
  margin-left: 175px;
}

/*===[ Single Post 3 ]===*/
.single-meta .entry-date{
	float: left;
	margin-right: 40px;
}

.single-meta .comments {
	margin-top: 4px;
}

.single-meta .comments img{
	height: 24px;
	float: left;
	margin-right: 10px;	
}

.single-3 .feat-text {
	width: 360px;
	float: left;
	margin-right: 40px;
	overflow: hidden;
}

.single-1 .entry-date,
.feat-text .entry-date {
	font-size: 19px;
	font-weight: 700;
	margin-bottom: 20px;
}

.single-3 .feat-text p {
	margin-bottom: 60px;
	font-size: 22px;
}

.single-1 .entry-meta .avatar,
.feat-text .avatar{
	width: 50px;
	float: left;
	margin-right: 30px;	
}

.single-1 .entry-meta .by,
.single-3 .feat-text .author .by {
	display: block;
	float: left;
	margin-top: 10px;
}

.single-3 .feat-section .thumb {
	float: right;
	max-width: 770px;
}

.single-3 .entry-content {
	-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;	
	-webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;	
}

.entry-content a {
	text-decoration: underline;
}

/*===[ Single Image ]====*/
.single-image .entry-attachment {
	overflow: hidden;
	margin-bottom: 30px;
}

.single-image .entry-description {
	text-align: center;
}

.entry-attachment .attachment-full {
	display: block;
}

.entry-attachment .entry-caption {
	padding: 15px 0;
	text-align: center;
	background: #F5F5F5;
	color: #282828;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 1px;	
}

.entry-attachment .entry-caption p {
	margin-bottom: 0;
}

.img-nav {
	margin: 30px 0;
	overflow: hidden;
}

.img-nav .nav-previous{
	float: left;
}

.img-nav .nav-next{
	float: right;
}

.image-post-link{
	text-align: center;
	margin-bottom: 60px;
}

.image-post-link a{
	padding-bottom: 5px;
	border-bottom: 2px solid #B7A841;
}

/*===[ Related Posts]===*/
.related-posts .item-post{
	width: 363px;
	margin-right: 40px;
	float: left;
	overflow: hidden;
}

.related-posts .col-last {
	margin-right: 0;
}

/*===[ Post Archives ]===*/
.archive-list .item-post {
	margin-bottom: 40px;
}

.archive-list .thumb {
	width: 330px;
	margin-right: 40px;
	float: left;
}

.archive-list .wp-post-image {
	height: 250px;
}

.archive-list .img-post .entry-image {
	width: 200px;
}

.archive-list .img-post img {
	width: 200px;
}

.archive-list .img-post .entry-right {
	width: 500px;
	padding: 30px 40px;	
}

.archive-list .item-post h3 {
	margin-bottom: 10px;
}

.archive-list .item-post p {
	margin-bottom: 10px;
}

/*===[ Pagination ]===*/
.pagination {
	overflow: hidden;	
	margin: 50px 0;
}

.pagination .page-numbers  {
	width: 42px;
	height: 38px;	
	display: block;
	float: left;
	border: 1px solid #F6F6F6;
	border-right: 2px solid #F6F6F6;
	border-bottom: 2px solid #F6F6F6;
	padding-top: 4px;
	margin-right: 6px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;

}

.pagination .prev,
.pagination .next {
	font-size: 0;
	background: none;
	border: none;
}

.page-numbers.dots {
	line-height: 20px;
	margin-top: 0;
}

.pagination a:hover,
.pagination .current {
	color: #F4768B;
	border: 1px solid #F4768B;
	border-right: 2px solid #F4768B;
	border-bottom: 2px solid #F4768B;
}

.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";
}

/*===[ 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: 382px;
}

.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{
	padding: 7px 10px;
	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: 700;
	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: #72C727;
	color: #FFFFFF;
	padding: 6px 12px;
	margin-bottom: 30px;
}

/*===[ Archives Page ]===*/
.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-field {
  width: 289px;
}

/*===[ 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;
}

/*===[ Comments Section]===*/
#comments {
	margin-bottom: 50px;
	padding-bottom: 30px;
	border-bottom: 2px solid #000000;
}

.page #comments {
	margin-top: 50px;
	padding-top: 50px;
	border-top: 2px solid #000000;
}

#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: 700;
	line-height: 20px;
}

#comments .comments-title h3{
	display: inline-block;
}

#comments .comments-title .button {
	float: right;
	margin: 0 3px 3px;
	padding: 4px 12px;
	text-transform: capitalize;
	color: #FFFFFF;
}

.single-2 .comment-respond,
.single-3 .comment-respond,
#comments .comments-wrap {
	width: 770px;
	margin: 0 auto;
}

#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: 17px;
	text-transform: capitalize;
}

#comments .comment-header .fn {	
	width: auto;
	font-style: normal;
	margin-right: 10px;
}

#comments .comment-meta{
	margin-bottom: 2px;	
}

#comments .author-comment{
	font-size: 12px;
	padding: 3px 8px 4px;	
	line-height: 1;
	display: block;
	float: left;
	border: 1px solid #F4768B;
	border-right: 2px solid #F4768B;
	border-bottom: 2px solid #F4768B;
}

#comments .comment-time{	
	font-size: 13px;
	letter-spacing: 0;
	margin-right: 5px;
}

#comments .comment-time a{
	color: #AEAEAE;
}

#comments .sep{
	color: #AEAEAE;
	margin-right: 0px;
}

#comments .depth-5 .sep{
	display: none;
}

#comments .reply {
	font-size: 13px;
	margin-right: 10px;
}

#comments .edit-link{
	font-size: 13px;
}

#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: 700;
}

#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%;
}

#respond input[type=text],
#respond textarea{	
	display: block;	
	font-family: inherit;
	font-size: 14px;
	color: inherit;	
	padding: 8px 12px;
	border: 1px solid #CCCCCC;
}

#respond textarea{
	height: 185px;
}

#respond input[type=submit]{
	border: none;
	color: #FFFFFF;
	cursor: pointer;	
	padding: 8px 12px;
	margin: 30px 0;
	text-align: center;
}

#respond .form-allowed-tags {
	margin: 15px 0 !important;
	color: #A8A8A8;
}

/* ====================
 * 8. SIDEBAR
 * ==================== */
 
.widget {
	overflow: hidden;
	margin-bottom: 40px;
}

.widget:last-child {
	margin-bottom: 0;
}

.widget-title {
	overflow: hidden;
	text-align: center;
	margin-bottom: 30px;
}

.widget-title h4 {
	font-size: 24px;
	text-transform: uppercase;
}

.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_recent_comments ul li {
	margin-bottom: 10px;
}

.widget_rss ul li {
	margin-bottom: 20px;
}

.comment-author-link,
.widget_rss .rsswidget {
	text-decoration: underline;
}

.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;
}

/*===[ Video Embed ]===*/
.widget_video iframe{
	max-width: 100%;
	height: 315px;
}

.widget_video .embed p{
	display: none;
}

/*=== Photos ===*/
.widget_flickr .flickr_thumbs{
	overflow: hidden;
}

.widget_pinterest ul li,
.widget_flickr ul li{
	width: 75px;
	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: 75px;
	height: 75px;
	display: block;
}

.widget_pinterest ul li.pinterest-follow-me img{
	display: block;
	height: 28px
}

.widget_pinterest .recent-pins-widget{
	overflow: hidden;
}

/*===[ Thumbs Post List ]===*/
.widget_postlist .thumb {
	width: 100px;
	float: left;
	margin-right: 20px;
	margin-top: 3px;
}

.widget_postlist .entry-meta {
	line-height: 1;
	margin-bottom: 10px;
}

.widget_postlist ul li{
	overflow: hidden;
	margin-bottom: 20px;
}

.widget_postlist ul li:last-child{
	margin-bottom: 0;
}

.home-2 .widget_postlist  h5 {
	font-size: 16px;
}

.widget_postlist .comments {
	font-size: 14px;
	font-family: 'Source Sans Pro', sans-serif;
}

/*=== [Popular Categories] ===*/
.widget_comments .comment-list {
	width: 100%;
	float: none;
}

.widget_comments ul li {
	margin-right: 0;
	padding: 0 0 30px 0;
}

.widget_comments .comment-right {
	float: left;
	width: 275px;
}

/*===[ Featured Posts ]===*/
.widget_featpost {
	text-align: center;
}

.widget_featpost ul li{
	overflow: hidden;
	margin-bottom: 30px;
}

.widget_featpost ul li:last-child{
	margin-bottom: 0;
}

.widget_featpost .thumb {
	margin-bottom: 15px;
}

.widget_featpost .wp-post-image{
	height: 180px;
}

.widget_featpost .author {
	font-style: normal;
}

.widget_featpost .load-more {
	margin-top: 30px;
}

.widget_featpost .feat-videos h4 {
	margin-bottom: 0;
}

.widget_topposts ul li {
	margin-right: 0;
}

.widget-wideposts .item-post {
	margin-right: 0;
}

.widget-wideposts ul li:last-child  {
	margin-bottom: 0;
}

/*=== [ Featured Posts 2] ===*/
.widget_featpost2 {
	margin-bottom: 0;
}

.widget_featpost2 .section-main{
	width: 100%;
	padding: 0;
}

.widget_featpost2 .section-wrap ul {
	margin-right: 0;
}

.widget_featpost2  .item-post {
	float: left;
	margin-right: 0;
	margin-bottom: 40px;
	width: 265px;
}

.sidebar-wide .widget_featpost2  .item-post {
	margin-right: 40px;
}

.sidebar-wide .widget_featpost2 .col-last {
	margin-right: 0;
}

/*=== [RSS Subscription] ===*/
.widget_subscribe {
	padding: 15px 40px 25px;
	height: auto;
}


.widget_subscribe h3 {
	margin: 0 0 10px;
	float: none;
	text-align: center;
}

.widget_subscribe input[type="text"] {
	margin-right: 40px;
	width: 238px;
}

/*=== [Popular Categories] ===*/
.widget_popular_categories .count {
	float: right;
}

/*=== [About us] ===*/
.widget_aboutus .logo {
	text-align: center;
}

.widget_aboutus .logo img {
	display: inline-block;
}

.widget_aboutus p {
	margin-top: 20px;
}

.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;
}

/* ====================
 * 9. FOOTER
 * ==================== */
#footer {
	margin-top: 30px;
}

.footer-menu-section {
	overflow: hidden;
	border-bottom: 1px solid #CACACA;
	padding-bottom: 10px;
}

.footer-menu ul {
	list-style: none;
	margin: 0;
	text-align: center;
}

.footer-menu ul li{
	display: inline-block;
	margin-right: 50px;
}

.footer-menu ul li:last-child{
	margin-right: 0;
}

.footer-menu ul li a {
	display: block;
	font-family: 'Montserrat', sans-serif;
	line-height: 1;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	
}

.widget_textb .sep {
	height: 3px;
	width: 50px;
	display: block;
	float: left;
	margin-right: 30px;
	background: #282828;
	margin-top: 5px;	
}

.footer-widget {
	width: 363px;
	float: left;
	margin-right: 40px;
}

.footer-widget.col-last {
	margin-right: 0;
}

.widget_textb .sep + .text-wrap {
	float: left;
	margin-left: 75px;
	margin-top: -10px;
	overflow: hidden;
}

.widget_textb .link{
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 13px;
	float: left;
	margin-right: 15px;
	line-height: 1;
	padding: 6px 10px 8px;
	border: 1px solid #F4768B;
	border-right: 2px solid #F4768B;
	border-bottom: 2px solid #F4768B;
	color: #F4768B;
}

.widget_textb .link a {
	color: #F4768B;
}

.widget_textb .link i {
	margin-right: 4px;
	font-size: 18px;
}

/*=== [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 #000000;
	margin-bottom: 7px;
}

.widget_nav_menu .sub-menu li {
	width: 100%;
}

/*===[ Footer text]===*/
.footer-info {
	text-align: center;
	color: #777777;
	font-size: 13px;
	margin-bottom: 15px;
	padding-top: 15px;
	border-top: 1px solid #CACACA;
}

.footer-info a {
	color: #777777;
	border-bottom: 1px solid #777777;
}

/*===[ Shortcodes ]===*/
.wt-tip {
	padding: 15px;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	background: url(images/lh.png) top left repeat-x,
				url(images/lv.png) right top repeat-y,
				url(images/lh.png) bottom left repeat-x,
				url(images/lv.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;
}

.ft-text.full p{
	border-left: 2px solid #000000;
	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: 2px solid #000000;
	padding-top: 20px;
}

/* 10. MEDIA QUERIES
 * ==================== */
 
/* 10.1 DESKTOPS
 * ============== */ 
@media only screen and (min-width: 980px) and (max-width: 1200px) {
			
	.inner-wrap {
		width: 960px;
	}
	
	#content {
		float: left;
		overflow: hidden;
		width: 660px;
		margin-right: 0;
	}

	.sidebar {
		padding-left: 30px;
		width: 270px;
	}
	
	.top-bar .top-menu{
		float: left;
		width: 780px;
	}
	
	.top-menu ul li {
		margin-right: 60px;
	}
	
	.header-post {
		width: 300px;
	}
	
	#header .search {
		margin-left: 70px;
	}
	
	#header .search .search-field {
		width: 230px;
	}
	
	.logo-section {
		margin-bottom: 20px;
	}
	
	.menu-section {
		height: 40px;
	}
		
	.main-menu { 
		display: none; 
	}
	
	.menu-section  .slicknav_menu {
		display: block;			
	}
	
	.home-slider .thumb {
		width: 450px;
	}
	
	.home-slider .post-right {
		width: 460px;
	}
	
	.home-slider h2 {
		font-size: 40px;
		margin-bottom: 20px;
	}

	.section-1 .section-left {
		display: none;
	}
	
	.section-1 .section-main {
		border-left: none;
		float: left;
		padding-left: 0;
	}
	
	.section-2 .main-post,
	.section-2 .post-4 {
		margin-right: 30px;
		width: 465px;
	}
	
	.section-2 .compact {
		height: auto;
		margin-right: 25px;
		width: 220px;
	}
	
	.section-2 .post-3, 
	.section-2 .post-4, 
	.section-2 .post-6 {
		margin-right: 0;
	}
	
	.home-comments .num {
		margin-right: 30px;
	}
	
	.home-comments .entry-right {
		width: 348px;
	}
	
	.home-comments .comment-right {
		width: 326px;
	}
		
	.attachment-1170_540 {
		height: 460px;
	}	
	
	.feat-videos .col-last {
		display: none;
	}
	
	.home-2 .home-left {
		margin-right: 20px;
		width: 420px;
	}
	
	.related-posts .item-post .wp-post-image,
	.content-carousel .wp-post-image ,	
	.attachment-570_430 {
		height: auto;
	}
	
	.home-2 .home-right {
		width: 520px;
	}
		
	.sidebar-left {
		padding: 0 15px;
		width: 250px;
	}
	
	.content-carousel h3 {
		font-size: 24px;
	}
	
	.section-2 .std-post .thumb + .entry-right {
		width: 250px;
	}
	
	.widget-wideposts .std-post .entry-right {
		padding: 10px;
	}
	
	.widget-wideposts .main-post, 
	.widget-wideposts .post-4 {
		width: 520px;
	}
	
	.widget_subscribe input[type="text"] {
		margin-right: 0;
		width: 396px;
	}
	
	.feat-subscribe .subform {
		float: none;
		text-align: center;
	}
	
	.feat-subscribe .button {		
		float: none;
		display: inline-block;
		margin-top: 30px;
	}
	
	.widget_featpost2 .item-post {
		width: 255px;
	}
	
	.sidebar-wide .widget_featpost2 .item-post {
		margin-right: 10px;
	}
	
	.sidebar-wide .widget_featpost2 .col-last {
		margin-right: 0;
	}
	
	.related-posts .item-post {
		margin-right: 20px;
		width: 306px;
	}
	
	.related-posts .col-last {
		margin-right: 0;
	}
	
	.single-1 .related-posts .item-post {
		width: 320px;
	}
	
	.entry-content p {
		margin-bottom: 30px;
	}
	
	.entry-social ul li {
		margin-right: 11px;
	}
	
	.entry-social ul li a {
		padding: 5px 12px;
	}
	
	.single-3 .feat-text {
		margin-right: 30px;
		width: 320px;
	}

	.single-3 .feat-section .thumb {
		max-width: 610px;
	}
	
	.single-2 .comment-respond, 
	.single-3 .comment-respond, 
	#comments .comments-wrap {
		margin: 0;
		width: 100%;
	}
	
	.footer-widget {
		margin-right: 30px;
		width: 300px;
	}
	
	.footer-widget.col-last {
		margin-right: 0;
	}	
	
	.contact-form .one-half {
		width: 312px;
	}
	
	.archive-columns .one-half {
		width: 317px;	
		margin-right: 25px;	
	}
	
	.archive-columns .col-last {
		margin-right: 0;
	}
	
	.archive-columns .search-field {
		width: 250px;
	}
	
	.widget_comments .comment-right {
		width: 215px;
	}
	
	.sidebar-wide .widget_featpost2 .item-post {
		width: 255px;
	}
	
}
	
/* 10.2. Tablet Portrait (devices and browsers)
================================================ */
@media only screen and (min-width: 880px) and (max-width: 979px) {
	
	.inner-wrap {
		width: 860px;
	}
	
	#content {
		margin-right: 0;
		width: 860px;
	}
	
	.top-bar .top-menu{
		width: 620px;
	}
	
	.top-menu ul li {
		margin-right: 50px;
	}	
	
	.header-post {
		width: 270px;
	}
	
	#header .search {
		margin-left: 50px;
	}
	
	#header .search .search-field {
		width: 200px;
	}
	
	.menu-section {
		height: 40px;
	}
		
	.main-menu { 
		display: none; 
	}
	
	.menu-section .slicknav_menu {
		display: block;			
	}
	
	.content-carousel .wp-post-image ,
	.attachment-570_430 {
		height: auto;
	}
	
	.feat-videos .item-block {
		margin-bottom: 0;
	}
	
	.feat-videos .item-post {
		margin-bottom: 30px;
		min-height: 300px;
	}
	
	.home-slider .thumb {
		width: 420px;
		margin-right: 30px;
	}
	
	.home-slider .post-right {
		width: 410px;
	}
	
	.home-slider h2 {
		font-size: 36px;
		margin-bottom: 20px;
	}
	
	.home-slider p {
		margin-top: 0;
		max-width: 90%;
	}
	
	.content-carousel h3 {
		font-size: 24px;
	}
	
	.section-1 .section-main {
		border-left: none;
		float: left;
		padding-left: 0;
		width: 870px;
	}
	
	.section-1 .main-post {
		margin-right: 30px;
	}
		
	.section-1 .section-main .item-post {
		float: left;
		margin-right: 40px;
		width: 260px;
	}
	
	.section-1 .section-main .post-2, 
	.section-1 .section-main .post-3,
	.section-1 .section-main .post-6 	{
		margin-right: 0;
	}
	
	.section-1 .section-main .post-4 {
		clear: left;
	}

	.section-1 .section-left {
		display: none;
	}
	
	.home-comments .num {
		margin-right: 10px;
	}
	
	.home-comments .num h3 {
		font-size: 36px;
	}
	
	.home-comments ul li {
		padding-right: 0;
	}
	
	.home-comments .entry-right {
		width: 328px;
	}
	
	.home-comments .comment-right {
		width: 296px;
	}

	.home-2 .section-top {
		position: absolute;
		top: 0;
		right: 0;
		width: 270px;
	}
	
	.related-posts .item-post .wp-post-image,
	.content-carousel .wp-post-image ,
	.attachment-570_430 {
		height: auto;
	}
	
	.content-wrap {
		margin-bottom: 40px;
	}
	
	.single-2 .content-right {
		margin-left: 150px;
	}
	
	.single-1 .related-posts .item-post,	
	.related-posts .item-post {
		margin-right: 20px;
		width: 273px;
	}

	.single-1 .related-posts .col-last {
		display: block;
	}
	
	.single-1 .related-posts .col-last,
	.related-posts .col-last {
		margin-right: 0;
	}
	
	.single-3 .feat-text {
		margin-right: 30px;
		width: 280px;
	}

	.single-3 .feat-section .thumb {
		max-width: 550px;
	}
	
	.single-3 .feat-text p {
		font-size: 20px;
		margin-bottom: 30px;
	}
	
	.sidebar {
		width: 100%;
		-webkit-column-count: 2;
		   -moz-column-count: 2;
		        column-count: 2;	
		  -webkit-column-gap: 30px;
	  	     -moz-column-gap: 30px;
				  column-gap: 30px;	
	}
	
	.home-2 .sidebar {
		-webkit-column-count: 1;
		   -moz-column-count: 1;
		        column-count: 1;	
		  -webkit-column-gap: 0;
	  	     -moz-column-gap: 0;
				  column-gap: 0;	
	}
	
	
	.single .widget_featpost .thumb{
		height: 240px;
	}
	
	.single .widget_featpost .wp-post-image {
		height: 310px;
		margin-top: -30px;
	}
	
	.footer-widget {
		margin-right: 20px;
		width: 273px;
	}
	
	.widget_textb .sep {
		margin-right: 20px;
		width: 30px;
	}
	
	.widget_textb .sep + .text-wrap {
		margin-left: 50px;
	}
	
	.contact-form .one-half {
		width: 412px;
	}
	
	.widget_comments .comment-right {
		width: 360px;
	}

	.sidebar-wide .widget_featpost2 .item-post {
		width: 230px;
	}		
}
	
/* 10.3. Tablet Portrait (devices and browsers)
=============================================== */
@media only screen and (min-width: 780px) and (max-width: 879px) {
		
	h2 {
		font-size: 36px;
	}
	
	.inner-wrap {
		width: 760px;
	}
	
	#content {
		float: none;
		margin-right: 0;
		width: 760px;
	}
	
	.top-bar .top-menu {
		float: left;
		max-width: 580px;
	}

	.top-menu ul li {
		margin-right: 40px;
	}	
	
	.header-post {
		width: 240px;
	}
	
	#header .search {
		margin-left: 30px;
	}
	
	#header .search .search-field {
		width: 150px;
	}
	
	.menu-section {
		height: 40px;
	}
		
	.main-menu { 
		display: none; 
	}
	
	.menu-section .slicknav_menu {
		display: block;			
	}
	
	.home-slider .thumb {
		width: 380px;
		margin-right: 20px;
	}
	
	.home-slider .post-right {
		width: 360px;
	}
	
	.home-slider h2 {
		font-size: 36px;
		margin-bottom: 20px;
	}
	
	.home-slider p {
		margin-top: 0;
		max-width: 90%;
	}
	
	.content-carousel h3 {
		font-size: 24px;
	}
	
	.section-1 .section-main {
		border-left: none;
		float: left;
		padding-left: 0;
		width: 760px;
	}
	
	.section-1 .main-post {
		margin-bottom: 30px;
		margin-right: 20px;
		width: 440px;
	}
	
	.section-1 .section-main .item-post {
		margin-right: 10px;
		width: 246px;
	}
	
	.section-1 .section-main .post-2, 
	.section-1 .section-main .post-3 {
		width: 300px;
		margin-right: 0;
	}
	
	.section-1 .section-main .post-6 {
		margin-right: 0;
	}
	
	.section-1 .section-left {
		display: none;
	}
	
	.home-comments ul li {
		padding-right: 0;
	}
	
	.home-comments .comment-list ul li {
		margin-right: 0;
	}
	
	.home-comments .num {
		margin-right: 20px;
	}
	
	.home-comments .entry-right {
		width: 278px;
	}
	
	.home-comments .entry-cat a,
	.home-comments .comments {
		margin-right: 20px;
	}
	
	.home-comments .comment-right {
		width: 276px;
	}
	
	.slider-2 .flex-direction-nav a {
		top: 160px;
	}
	
	.feat-videos .item-post {
		min-height: 300px;
	}

	.home-2 {
		position: relative;
	}

	.home-2 .section-top {
		position: absolute;
		top: 0;
		right: 0;
		width: 270px;
	}
	
	.wp-post-image,
	.content-carousel .wp-post-image ,
	.related-posts .item-post .wp-post-image,
	.section-1 .section-main .item-post .wp-post-image {
		height: auto;
	}
	
	.home-2 .home-left {
		margin-right: 20px;
		width: 470px;
	}
		
	.sidebar-left {
		padding-right: 0;
	}
	
	.home-2 .home-right {
		width: 470px;
	}
	
	.sidebar-wide .slider-2 .entry-wrap {
		margin: -60px auto 0;
		padding: 20px 20px 0;
		width: 380px;
	}
	
	.sidebar-wide .slider-2 .flex-direction-nav a {
		top: 220px;
	}
	
	.sidebar-wide .widget-wideposts .item-post {
		width: 470px;		
	}
	
	.sidebar-wide .section-2 .std-post .thumb {
		width: 220px;
	}
	
	.sidebar-wide .section-2 .std-post .thumb + .entry-right {
		width: 250px;
		padding: 10px 15px
	}
	
	.feat-subscribe input[type="text"] {
		margin-right: 20px;
		width: 200px;
	}
	
	.feat-subscribe .button {
		padding: 8px 20px;
	}
	
	.content-wrap {
		margin-bottom: 40px;
	}

	.single-2 .content-right {
		margin-left: 150px;
	}
	
	.single-1 .related-posts .item-post,
	.related-posts .item-post {
		margin-right: 10px;
		width: 246px;
	}

	.single-1 .related-posts .col-last {
		display: block;
	}
	
	.single-1 .related-posts .col-last,
	.related-posts .col-last {
		margin-right: 0;
	}
	
	.single-3 .feat-text {
		margin-right: 20px;
		width: 240px;
	}

	.single-3 .feat-section .thumb {
		max-width: 490px;
	}
	
	.single-3 .feat-text p {
		font-size: 18px;
		margin-bottom: 30px;
	}
	
	.single-3 .entry-content {
		-webkit-column-count: 2;
		   -moz-column-count: 2;
		        column-count: 2;		
	}
	
	.single .sidebar {
		width: 100%;
		-webkit-column-count: 2;
		   -moz-column-count: 2;
		        column-count: 2;	
		  -webkit-column-gap: 30px;
	  	     -moz-column-gap: 30px;
				  column-gap: 30px;	
	}
	
	.single .widget_featpost .thumb{
		height: 200px;
	}
	
	.single .widget_featpost .wp-post-image {
		height: 270px;
		margin-top: -30px;
	}
	
	.footer-widget {
		margin-right: 20px;
	}
	
	.footer-widget + .footer-widget {
		margin-right: 0;
	}
	
	.contact-form .one-half {
		width: 362px;
	}
	
	.home-comments .comment-right {
		width: 310px;
	}

}

/* 10.4. Tablet Portrait (devices and browsers)
================================================== */
@media only screen and (min-width: 590px) and (max-width: 779px) {
	
	h1 {
		font-size: 38px;
	}
	
	.inner-wrap {
		width: 570px;
	}
	
	#content {
		float: none;
		margin-right: 0;
		width: 570px;
	}
	
	.top-bar {
		overflow: visible;
		clear: both;
	}
	
	.top-bar .inner-wrap {
		height: 100%;
		overflow: visible;
		position: relative;
	}
	
	.top-menu .menu {
		display: none;
	}
	
	.top-bar .slicknav_menu {
		left: 0%;
		margin-left: 0;
	}
		
	.header-post {
		width: 270px;
	}
	
	#header .search {
		display: none;
	}
		
	.menu-section {
		height: 40px;
	}
		
	.main-menu { 
		display: none; 
	}
	
	.slicknav_menu {
		display: block;			
	}
	
	.home-slider .thumb {
		float: none;
		margin-right: 0;
		margin-bottom: 30px;
	}
	
	.home-slider h2 {
		font-size: 38px;
	}

	.content-carousel .wp-post-image {
		height: auto;
	}
	
	.content-carousel h3 {
		font-size: 22px;
	}
	
	.section-1 .section-main {
		border-left: none;
		float: left;
		padding-left: 0;
		width: 570px;
	}
	
	.section-1 .main-post {
		margin-right: 0;
	}
	
	.section-1 .section-main .item-post {
		margin-right: 30px;
		margin-bottom: 30px;
		width: 246px;
	}
		
	.section-1 .section-main .post-6 {
		margin-right: 0;
	}
	
	.section-1 .section-left {
		display: none;
	}
	
	.home-1 .home-comments ul li {
		padding-right: 0;
		padding-left: 0;
	}
	
	.home-1 .home-comments .comment-list ul li {
		margin-right: 0;
		padding-left: 0;
	}
	
	.home-1 .home-comments .num {
		margin-right: 10px;
	}
	
	.home-1 .home-comments .entry-right {
		width: 213px;
	}
	
	.home-1 .home-comments .entry-cat a,
	.home-1 .home-comments .comments {
		margin-right: 20px;
	}
	
	.home-comments .post-list .author {
		display: none;
	}
	
	.home-comments .comment-right {
		width: 201px;
	}
	
	.wp-post-image,
	.content-carousel .wp-post-image,
	.related-posts .item-post .wp-post-image	{
		height: auto;
	}
	
	.feat-videos .item-block {
		width: 600px;
		margin-bottom: 0;
	}
	
	.feat-videos .item-post {
		min-height: 300px;
		margin-right: 38px;
		margin-bottom: 30px;
	}
	
	.feat-post .wp-post-image {
		margin-top: -50px;
	}
	
	.feat-subscribe {
		padding: 15px 30px;
	}

	.feat-subscribe .logo {
		max-width: 150px;
		margin-top: 10px;
	}
	
	.feat-subscribe h3 {
		display: none;
	}
	
	.feat-subscribe input[type="text"] {
		margin-right: 30px;
		padding: 10px 15px;
		width: 130px;
	}
	
	.feat-subscribe .button {
		padding: 8px 15px;
	}
	
	.slider-2 .entry-wrap {
		margin: -60px auto 0;
		padding: 20px 20px 0;
		width: 480px;
	}

	.slider-2 .flex-direction-nav a {
		top: 110px;
	}	
	
	.home-2 .home-left {
		margin-right: 0;
	}
	
	.sidebar-left {
		border-left: none;
		padding: 0 20px;
	}
	
	.slider-2 .flex-direction-nav a {
		top: 70px;
	}	
		
	.home-1 .section-2 .item-post {
		float: none;
		margin-right: 0;
		width: 100%;
		margin-bottom: 30px;
		height: auto;
	}
	
	.home-1 .section-2 .img-post, 
	.home-1 .section-2 .std-post {
		height: auto;
	}

	.home-1 .section-2 .std-post .entry-right, 
	.home-1 .section-2 .img-post {
		border: none;
	}
	
	.home-1 .section-2 .std-post .thumb {
		float: none;
		margin-bottom: 10px;
	}
	
	.home-1 .section-2 .img-post .entry-right {
		padding: 15px 20px;
		width: 220px;
	}
	
	.feat-subscribe .button {
		margin-top: 20px;
	}
	
	.content-wrap {
		margin-bottom: 30px;
		padding-bottom: 20px;
	}
	
	.entry-header h1 {
		margin-bottom: 20px;
		max-width: 100%;
	}
	
	.entry-content p,
	.single-2 .single-post-thumb {
		margin-bottom: 25px;
	}
	
	.single-2 .content-left {
		float: none;
		width: 100%;
	}
	
	.single-2 .entry-meta .author {
		float: left;
	}
	
	.single-2 .entry-meta .date  {
		float: right;
	}
	
	.single-2 .entry-meta .avatar {
		width: 40px;
		float: left;
		margin-right: 10px;
		height: auto;
	}
	
	.single-2 .content-left .entry-meta .by {
		float: left;
	}
			
	.entry-vsocial {
		display: none;
	}
	
	.single-2 .content-right {
		margin-left: 0;
		margin-top: 30px;
	}
	
	.entry-social ul li {
		margin-bottom: 15px;
	}
	
	
	.footer-menu-section .slicknav_menu {
		display: none;
	}
	
	.single-1 .related-posts .item-post,
	.related-posts .item-post {
		margin-right: 10px;
		width: 275px;
	}

	.related-posts .col-last {
		display: none;
	}
	
	.single-3 .feat-text {
		margin-right: 20px;
		width: 210px;
	}
	
	.single-3 .feat-section .thumb {
		max-width: 340px;
	}
	
	.single-3 .feat-text p {
		font-size: 18px;
		margin-bottom: 20px;
	}
	
	.single-3 .entry-content {
		-webkit-column-count: 2;
		   -moz-column-count: 2;
		        column-count: 2;	
		  -webkit-column-gap: 30px;
	  	     -moz-column-gap: 30px;
				  column-gap: 30px;	
	}
	
	.contact-form .one-half {
		width: 267px;
	}
	
	.single-2 .comment-respond, 
	.single-3 .comment-respond, 
	#comments .comments-wrap {
		margin: 0;
		width: 100%;
	}
	
	#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 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"] {
		width: 95.4%;
	}	
	
	#respond textarea {
		height: 150px;
	}
	
	.single .sidebar {
		width: 100%;
		-webkit-column-count: 2;
		   -moz-column-count: 2;
		        column-count: 2;	
		  -webkit-column-gap: 30px;
	  	     -moz-column-gap: 30px;
				  column-gap: 30px;	
	}
	
	.widget_featpost .wp-post-image {
		height: auto;
	}
	
	.footer-widget {
		width: 275px;
		margin-right: 20px;
		margin-bottom: 20px;
	}
	
	.footer-widget + .footer-widget {
		margin-right: 0;
	}
	
	.widget_textb .sep {
		margin-right: 20px;
		width: 30px;
	}
	
	.widget_textb .sep + .text-wrap {
		margin-left: 50px;
	}
	
	.archive-columns .one-half {
		width: 275px;	
		margin-right: 15px;	
	}
	
	.archive-columns .col-last {
		margin-right: 0;
	}
	
	.archive-columns .search-field {
		width: 210px;
	}
	
	.home-comments h6 {
		line-height: 2;
	}
	
}


/* 10.6. Mobile Portrait Size to Mobile Landscape Size
======================================================= */
@media only screen and (min-width: 420px) and (max-width: 589px) {
	
	h1 {
		font-size: 34px;
	}
	
	h2 {
		font-size: 28px;
	}
	
	h3 {
		font-size: 24px;
	}
		
	.inner-wrap {
		width: 400px;
	}
	
	#content {
		float: none;
		margin-right: 0;
		width: 400px;
	}
	
	.section {
		margin-bottom: 30px;
	}
	
	.top-bar {
		overflow: visible;
		clear: both;
	}
	
	.top-bar .inner-wrap {
		height: 100%;
		overflow: visible;
		position: relative;
	}
	
	.top-menu .menu,
	.top-bar .social {
		display: none;
	}
	
	.logo-section {
		margin-bottom: 20px;
	}
	
	.logo-section .inner-wrap {
		text-align: center;
	}
	
	#header .logo {
		float: none;
		max-width: 250px;	
		display: inline-block;
	}
			
	.header-post {
		display: none;
	}
	
	#header .search {
		margin-left: 20px;
	}
	
	.menu-section {
		height: 40px;
	}
		
	.main-menu { 
		display: none; 
	}
	
	.slicknav_menu {
		display: block;		
	}

	.home-slider .thumb,
	.home-slider .post-right {
		float: none;
		margin-right: 0;
		width: 400px;
	}
	
	.home-slider p {
		display: block;
		max-width: 100%;
	}

	.home-slider .thumb {
		float: none;
		margin-right: 0;
		margin-bottom: 30px;
	}
	
	.home-slider h2 {
		font-size: 32px;
	}

	.content-carousel .wp-post-image {
		height: auto;
	}
	
	.content-carousel h3 {
		font-size: 20px;
	}
	
	.section-1 .section-main {
		border-left: none;
		float: left;
		padding-left: 0;
		width: 400px;
	}
	
	.section-1 .main-post {
		float: none;
		margin-bottom: 30px;
		margin-right: 0;
		width: 400px;
	}
	
	.section-1 .main-post {
		margin-right: 0;
	}
	
	.section-1 .section-main .item-post {
		width: 300px;
		margin-bottom: 30px;
	}
		
	.section-1 .section-main .post-6 {
		margin-right: 0;
	}
	
	.section-2 .std-post .thumb,
	.section-2 .std-post .thumb + .entry-right {
		float: none;
		width: 100%;
	}
	
	.section-1 .section-left {
		display: none;
	}
	
	.home-comments .post-list {
		margin-bottom: 30px;
	}
	
	.home-comments ul li {
		padding-right: 0;
		padding-left: 0;
		margin-right: 0;
	}
	
	.home-comments .comment-list ul li {
		margin-right: 0;
		padding-left: 0;
	}
	
	.home-comments .num {
		margin-right: 30px;
	}
	
	.home-comments .entry-right {
		width: 310px;
	}
	
	.home-comments .entry-cat a,
	.home-comments .comments {
		margin-right: 20px;
	}
	
	.home-comments .post-list .author {
		display: none;
	}
	
	.home-comments .comment-right {
		width: 346px;
	}
	
	.home-comments .comment-list ul {
		margin-left: 0;
	}
	
	.wp-post-image,
	.content-carousel .wp-post-image,
	.section-2 .std-post .wp-post-image {
		height: auto;
	}
	
	.home-comments .comment-list,
	.home-comments .post-list {
		border-right: none;
		width: 100%;
	}
	
	.feat-videos .item-block {
		margin-bottom: 0;
	}
	
	.feat-videos .item-post {
		margin-right: 0;
		margin-bottom: 30px;
	}
	
	.feat-post .wp-post-image {
		margin-top: -50px;
	}
	
	.feat-subscribe {
		padding: 15px 30px;
		height: auto;
	}

	.feat-subscribe .logo {
		text-align: center;
		float: none;
	}
	
	.feat-subscribe .logo img {
		display: inline-block;
	}
	
	.feat-subscribe .subform	{
		float: none;
		text-align: center;
	}
	
	.feat-subscribe h3 {
		display: none;
	}
	
	.feat-subscribe input[type="text"] {
		margin-right: 0;
		padding: 10px 15px;
		width: 305px;
		float: none;
	}
	
	.feat-subscribe .button {
		padding: 8px 15px;
		float: none;
		display: inline-block;
	}
	
	.home-2 .home-left,
	.home-2 .home-right {
		margin-right: 0;
		width: 280px;
	}
	
	.home-2 .home-left,
	.home-2 .home-right {
		margin-right: 0;
		width: 400px;
	}
		
	.attachment-570_430,
	.archive-list .wp-post-image,
	.content-carousel .wp-post-image {
		height: auto;
	}
	
	.content-carousel .flex-control-nav li a {
		margin-right: 10px;
	}
	
	.home-2 .sidebar,
	.sidebar-left {
		border-left: none;
		padding: 0 20px;
	}
	
	.home-2 .sidebar {
		width: 330px;
	}
	
	.slider-2 .entry-wrap {
		margin: 20px 0 0;
		padding: 0;
		width: 100%;
	}
	
	.flex-direction-nav a:before {
		font-size: 36px;
	}
	
	.slider-2 .flex-direction-nav a {
		top: 70px;
	}	
		
	.section-2 .item-post {
		float: none;
		margin-right: 0;
		width: 100%;
		margin-bottom: 30px;
		height: auto;
	}
	
	.section-2 .img-post, 
	.section-2 .std-post {
		height: auto;
	}

	.section-2 .std-post .entry-right, 
	.section-2 .img-post {
		border: none;
	}
	
	.section-2 .std-post .thumb {
		float: none;
		margin-bottom: 10px;
	}
	
	.section-2 .img-post .entry-right {
		padding: 15px 20px;
		width: 220px;
	}
	
	.feat-subscribe .button {
		margin-top: 20px;
	}
	
	.content-wrap {
		margin-bottom: 30px;
	}
	
	.entry-header h1 {
		margin-bottom: 20px;
		max-width: 100%;
	}
	
	.entry-content p,
	.single-2 .single-post-thumb {
		margin-bottom: 20px;
	}
	
	.single-2 .content-left {
		float: none;
		width: 100%;
	}
	
	.single-2 .entry-meta .author {
		float: left;
	}
	
	.single-2 .entry-meta .date  {
		float: right;
	}
	
	.single-2 .entry-meta .avatar {
		width: 40px;
		float: left;
		margin-right: 10px;
		height: auto;
	}
	
	.single-2 .content-left .entry-meta .by {
		float: left;
	}
			
	.entry-vsocial {
		display: none;
	}
	
	.single-2 .content-right {
		margin-left: 0;
		margin-top: 20px;
	}
	
	.entry-social ul li {
		margin-right: 7px;
		margin-bottom: 15px;
	}
	
	.footer-menu-section {
		position: relative;
		height: 44px;
		overflow: visible;
		clear: both;
	}
	
	.footer-menu .menu {
		display: none;
	}
	
	.footer-menu .slicknav_menu .menu {
		display: block;
	}
	
	.related-posts .item-post {
		margin-right: 0;
		margin-bottom: 30px;
	}
	
	.related-posts .item-post:last-child {
		margin-bottom: 0;
	}
	
	.single-3 .entry-content {
		-webkit-column-count: auto;
		   -moz-column-count: auto;
		        column-count: auto;	
		  -webkit-column-gap: 0;
	  	     -moz-column-gap: 0;
				  column-gap: 0;	
	}
	
	.single-3 .feat-text {
		margin-right: 0;
		width: 100%;
		margin-bottom: 30px;
	}
	
	.single-3 .feat-text p {
		margin-bottom: 20px;
	}
	
	.single-3 .feat-section .thumb {
		max-width: 100%;
	}
	
	.archive-list .entry-right {
		float: left;
	}
	
	.archive-list .thumb {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	
	.contact-page .map {
		height: 220px;
	}
	
	.contact-form .one-half {
		width: 100%;
		margin-right: 0;
	}
	
	.single-2 .comment-respond, 
	.single-3 .comment-respond, 
	#comments .comments-wrap {
		margin: 0;
		width: 100%;
	}
	
	#comments .comments-title h3 {
		clear: both;
		display: block;
		float: left;
		margin-top: 30px;
	}
	
	#comments .comments-title .button {
		margin-top: 25px;
	}
	
	#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 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: 93.5%;
	}
	
	#respond textarea {
		height: 150px;
	}
	
	.footer-widget {
		margin-bottom: 30px;
	}
	
	.footer-widget:last-child {
		margin-bottom: 0;
	}
	
	.sidebar {
		margin-top: 30px;
	}
	
	.archive-desc {
		margin-bottom: 30px;
	}
}

/* 10.7. Mobile Portrait Size to Mobile Landscape Size
======================================================= */
@media only screen and (max-width: 419px) {

	h1 {
		font-size: 32px;
	}
	
	h2 {
		font-size: 28px;
	}
	
	h3 {
		font-size: 24px;
	}
		
	.inner-wrap {
		width: 280px;
	}
	
	#content {
		width: 280px;
		float: none;
		margin-right: 0;		
	}
	
	.section {
		margin-bottom: 30px;
	}
	
	.top-bar {
		overflow: visible;
		clear: both;
	}
	
	.top-bar .inner-wrap {
		height: 100%;
		overflow: visible;
		position: relative;
	}
	
	.top-menu .menu,
	.top-bar .social {
		display: none;
	}
	
	.logo-section {
		margin-bottom: 20px;
	}
	
	.logo-section .inner-wrap {
		text-align: center;
	}
	
	#header .logo {
		float: none;
		max-width: 250px;	
		display: inline-block;
	}
	
	.header-post {
		display: none;
	}
	
	#header .search {
		margin-left: 0;
	}
	
	.search-form .search-field {
		width: 224px;
	}
	
	.menu-section {
		height: 40px;
	}
		
	.main-menu { 
		display: none; 
	}
	
	.slicknav_menu {
		display: block;	
		left: 0;
		margin-left: 0;
	}
	
	.home-slider .thumb,
	.home-slider .post-right {
		float: none;
		margin-right: 0;
		width: 280px;
	}
	
	.home-slider h2 {
		font-size: 28px;
	}
	
	.home-slider p {
		display: block;
		max-width: 100%;
	}

	.home-slider .thumb {
		float: none;
		margin-right: 0;
		margin-bottom: 25px;
	}
	
	.home-slider .flex-control-nav li a {
		margin-right: 30px;
	}
	
	.home-slider .flex-control-nav li:last-child a {
		margin-right: 0;
	}
	
	.content-carousel .wp-post-image {
		height: auto;
	}
	
	.section-title h3 {
		font-size: 26px;
	}
	
	.section-1 .section-main {
		border-left: none;
		float: left;
		padding-left: 0;
		width: 280px;
	}
	
	.section-1 .main-post {
		float: none;
		margin-bottom: 30px;
		margin-right: 0;
		width: 280px;
	}
	
	.section-1 .main-post {
		margin-right: 0;
	}
	
	.section-1 .section-main .item-post {
		width: 280px;
		margin-bottom: 30px;
		margin-right: 0;
	}
		
	.section-1 .section-main .post-6 {
		margin-right: 0;
	}
	
	.feat-section .thumb-wrap h3 {
		padding: 10px 15px;
		width: 90%;
	}
	
	.section-2 .std-post .thumb,
	.section-2 .std-post .thumb + .entry-right {
		float: none;
		width: 100%;
	}
	
	.section-1 .section-left {
		display: none;
	}
	
	.related-posts .cat-wrap, 
	.section-1 .cat-wrap {
		bottom: -27px;
	}
	
	.section-1 .item-post .entry-outer {
		padding-top: 30px;
	}
	
	.home-comments .post-list {
		margin-bottom: 30px;
	}
	
	.home-comments ul li {
		padding-right: 0;
		padding-left: 0;
		margin-right: 0;
	}
	
	.home-comments .comment-list ul li {
		margin-right: 0;
		padding-left: 0;
	}
	
	.home-comments .num {
		margin-right: 20px;
	}
	
	.home-comments .entry-right {
		width: 230px;
	}
	
	.home-comments .entry-cat a,
	.home-comments .comments {
		margin-right: 20px;
	}
	
	.home-comments .post-list .author {
		display: none;
	}
	
	.home-comments .comment-right {
		width: 226px;
	}
	
	.home-comments .comment-list ul {
		margin-left: 0;
	}
	
	.home-comments .comment-right h6 {
		line-height: 2;
	}
	
	.wp-post-image,
	.content-carousel .wp-post-image,
	.section-2 .std-post .wp-post-image,
	.related-posts .item-post .wp-post-image	{
		height: auto;
	}
	
	.home-comments .comment-list,
	.home-comments .post-list {
		border-right: none;
		width: 100%;
	}
	
	.feat-videos .item-block {
		margin-bottom: 0;
	}
	
	.feat-videos .item-post {
		margin-right: 0;
		margin-bottom: 30px;
	}
	
	.feat-post .wp-post-image {
		margin-top: 0;
	}
	
	.feat-subscribe {
		padding: 15px 30px;
		height: auto;
	}

	.feat-subscribe .logo {
		text-align: center;
		float: none;
	}
	
	.feat-subscribe .logo img {
		display: inline-block;
	}
	
	.feat-subscribe .subform	{
		float: none;
		text-align: center;
	}
	
	.feat-subscribe h3 {
		display: none;
	}
	
	.feat-subscribe input[type="text"] {
		margin-right: 0;
		padding: 10px 15px;
		width: 186px;
		float: none;
	}
	
	.feat-subscribe .button {
		padding: 8px 15px;
		float: none;
		display: inline-block;
	}
	
	.home-2 .home-left,
	.home-2 .home-right {
		margin-right: 0;
		width: 280px;
	}
		
	.attachment-570_430,
	.archive-list .wp-post-image,
	.content-carousel .wp-post-image {
		height: auto;
	}
	
	.content-carousel .flex-control-nav li a {
		margin-right: 10px;
	}
	
	.home-2 .sidebar,
	.sidebar-left {
		border-left: none;
		padding: 0 20px;
	}
	
	.home-2 .sidebar {
		width: 330px;
	}
	
	.slider-2 .entry-wrap {
		margin: 0;
		padding: 0;
		width: 100%;
		margin-top: 20px;
	}
	
	.flex-direction-nav a:before {
		font-size: 32px;
	}
	
	.slider-2 .flex-direction-nav a {
		top: 130px;
	}
	
	.img-post .entry-image {
		width: 80px;
	}
	
	.section-2 .img-post .entry-right {
		padding: 15px 10px;
		width: 160px;
	}
	
	.section-2 .item-post {
		float: none;
		margin-right: 0;
		width: 100%;
	}
	
	.section-2 .img-post, 
	.section-2 .std-post {
		height: auto;
	}

	.section-2 .std-post .entry-right, 
	.section-2 .img-post {
		border: none;
	}
	
	.section-2 .std-post .thumb {
		float: none;
		margin-bottom: 10px;
	}
		
	.feat-subscribe .button {
		margin-top: 20px;
	}
	
	.widget_subscribe input[type="text"] {
		margin-right: 0;
		width: 156px;
	}
	
	.feat-subscribe .button {
		padding: 5px 15px;
	}
	
	.content-wrap {
		margin-bottom: 30px;
	}
	
	.entry-header h1 {
		margin-bottom: 20px;
		max-width: 100%;
	}
	
	.entry-content p,
	.single-2 .single-post-thumb {
		margin-bottom: 20px;
	}
	
	.single-2 .content-left {
		float: none;
		width: 100%;
	}
	
	.single-2 .entry-meta .author {
		float: left;
	}
	
	.single-2 .entry-meta .date  {
		float: right;
	}
	
	.single-2 .entry-meta .avatar {
		width: 40px;
		float: left;
		margin-right: 10px;
		height: auto;
	}
	
	.single-2 .content-left .entry-meta .by {
		float: left;
	}
			
	.entry-vsocial {
		display: none;
	}
	
	.single-2 .content-right {
		margin-left: 0;
		margin-top: 20px;
	}
	
	.entry-social ul li {
		margin-right: 10px;
		margin-bottom: 15px;
	}
	
	.archive-list .entry-right {
		float: left;
	}
	
	.archive-list .thumb {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	
	.footer-widget {
		float: none;
		margin-right: 0;
		width: 280px;
	}
	
	.footer-menu-section {
		position: relative;
		height: 44px;
		overflow: visible;
		clear: both;
	}
	
	.footer-menu .menu {
		display: none;
	}
	
	.footer-menu .slicknav_menu .menu {
		display: block;
	}
	
	.single-1 .related-posts .item-post,
	.related-posts .item-post {
		margin-right: 0;
		margin-bottom: 30px;
		width: 280px;
	}
	
	.related-posts .item-post:last-child {
		margin-bottom: 0;
	}
	
	.single-3 .entry-content {
		-webkit-column-count: auto;
		   -moz-column-count: auto;
		        column-count: auto;	
		  -webkit-column-gap: 0;
	  	     -moz-column-gap: 0;
				  column-gap: 0;	
	}
	
	.single-3 .feat-text {
		margin-right: 0;
		width: 100%;
		margin-bottom: 30px;
	}
	
	.single-3 .feat-text p {
		margin-bottom: 20px;
		font-size: 20px;
	}
	
	.single-3 .feat-section .thumb {
		max-width: 100%;
	}
	
	.section-title h3 {
		font-size: 28px;
	}
	
	.contact-page .map {
		height: 180px;
	}
	
	.contact-form .one-half {
		width: 100%;
		margin-right: 0;
	}
	
	.single-2 .comment-respond, 
	.single-3 .comment-respond, 
	#comments .comments-wrap {
		margin: 0;
		width: 100%;
	}	
	
	#comments .comments-title h3 {
		float: right;
		
	}
	
	#comments .comments-title .button {
		margin-top: 25px;
		float: left;
		margin-left: 75px;
	}

	#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;
	}
		
	.sidebar {
		float: none;
		width: 280px;
		margin-top: 30px;
	}
	
	.footer-widget {
		margin-bottom: 30px;
	}
	
	.footer-widget:last-child {
		margin-bottom: 0;
	}
	
	.archive-columns .one-half {
		float: none;
		margin-right: 0;
		width: 345px;
	}
	
	.archive-desc {
		margin-bottom: 20px;
	}
	
}