<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Verse
Theme URI: http://wellthemes.com/
Author: WellThemes
Author URI: http://wellthemes.com/
Description: A Premium News and Magazine style Responsive WordPress Theme by WellThemes.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, black, gray, light, one-column, two-columns, right-sidebar, responsive-layout, custom-background, editor-style, featured-images, full-width-template, sticky-post, theme-options
Text Domain: wellthemes
*/

/*
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.  Sidebars
 * 9.  Footer
 * 10. Media Queries
 * ========================= */

/* ====================
 * 1. Base
 * ==================== */
body {
	font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 400;
	line-height: 1.5;
	color: #5F5F5F;
}

/*===[ Link styles ]===*/
a {
	text-decoration: none;
	color: #D10E38;
	transition: all 0.2s ease 0s;
	outline: 0;
}

a:visited {
	color: #373538;
}

a:hover {
	color: #B7A841;
}

:focus {
	outline: 0;
}

/*===[ Headings ]===*/
h1,h2,h3,h4,h5,h6 {
	font-family: 'Playfair Display', serif;
	line-height: 1.2;
	color: #111113;
	font-weight: 700;	
	text-transform: uppercase;
}

h1 {
	font-size: 36px;
	font-weight: 800;	
	line-height: 1.1;	
}

h2 {
	font-size: 36px;	
	font-weight: 800;	
	line-height: 1.1;
}

h3{
	font-size: 22px; 
}

h4 {	
	font-size: 18px;
}

h5 {	
	font-size: 16px;	
	line-height: 1.16;
}

h6 {
	font-size: 13px;
	line-height: 1.16;
	letter-spacing: 0.4px;	
}

.alt {
	font-family: 'Source Sans Pro', sans-serif;
}

h1 i,
h2 i,
h3 i,
h4 i {
	font-weight: 400;
}

h1.alt i,
h2.alt i,
h3.alt i,
h4.alt i,
h5.alt i {
	font-weight: inherit;
	font-style: normal;
}

/*===[ Layout ]===*/
.inner-wrap {
	width: 1170px;
	margin: 0 auto;	
	overflow: hidden;
}

#main {
	overflow: hidden;
	clear: both;
	margin-top: 30px;
}

.content {
	width: 770px;
	float: left;
	margin-right: 30px;
	overflow: hidden;
}

.content-870 {
	width: 870px;
	float: left;
	margin-right: 30px;
	overflow: hidden;
}

.sidebar {
	width: 370px;	
	float: left;
	overflow: hidden;
}

.full-content {
	width: 100%;	
	margin-right: 0;
}

.full-width {
	width: 100%;
}	

.one-half {
	width: 570px;
	margin-right: 30px;
	float: left;
	overflow: hidden;
}

.one-third {
	width: 370px;
	margin-right: 30px;
	float: left;
	overflow: hidden;
}

.content .one-half {
	width: 370px;
}

.col-last {
	margin-right: 0;
}

/*===[ Image sizes ]===*/
.wp-post-image{
	display: block;
}

.attachment-wt1030_690{
	width: 1030px;
	height: 690px;
}

.attachment-wt570_570{
	width: 570px;
	height: 570px;
}

.attachment-wt370_370{
	width: 370px;
	height: 370px;
}

.attachment-wt100_100{
	width: 100px;
	height: 100px;
}

.thumb {
	overflow: hidden;
	position: relative;
}

/*===[ Overlay ]===*/
.thumb-overlay {
	position: relative;
}

.thumb-overlay a:before {
	background: rgba(255, 255, 255, 0.15);
	content: '';
	height: 0;
	width: 0;
	left: 0;
	top: 0;
	margin: auto;
	position: absolute;	
	transition: all 0.3s ease-out 0s;	
}

.thumb-overlay a:after {
	background: rgba(255, 255, 255, 0.15);
	content: '';
	width: 0;
	height: 0;
	right: 0;
	bottom: 0;	
	position: absolute;	
	transition: all 0.3s ease-out 0s;	
}

.thumb-overlay:hover a:before,
.thumb-overlay:hover a:after {
	width: 100%;
	height: 100%;
	transition: all 0.4s ease-out 0s;	
}

/*===[ Search ]===*/
.widget_search .search-wrap,
.search .search-wrap {	
	border: 2px solid #292929;
	padding: 0 10px;
	height: 36px;		
}

.search input[type="text"] {
	border: none;
}

.search .search-wrap i {
	display: block;
	float: right;
	font-size: 20px;
	margin-top: 5px;
}

.widget_search .searchfield,
.searchfield {
    padding: 2px 5px;
	margin-top: 4px;
    transition: all .5s ease;    
    box-sizing: border-box;	
	width: 260px;	
	position: relative;
	border: none;	
}

.widget_search .searchfield {
	width: 228px;	
}

.sidebar .widget_search .searchfield {
	width: 329px;
}

.search-submit{	
	display: block;
	border: none;
	cursor: pointer;
	background: none;
	text-transform: uppercase;
	font-weight: 700;
	color: #CCCCCC;
	margin-top: 8px;
	float: left;
	margin-left: 5px;	
	transition: all 0.2s ease 0s;
}

.search-submit:hover {
	color: #1D1F22;
}

/*===[ Elements ]===*/
.main-color {
	color: #E74C3C;
}

.main-color-bg {
	background: #E74C3C;
}

.section {
	overflow: hidden;
	margin-bottom: 40px;
}

.section-wrap {
	overflow: hidden;
}

.body-wrapper {
	position: relative;
}

.load-more .disabled {
	pointer-events: none;
	cursor: default;	
}

.load-more .load-link.disabled {
	color: #999999;
}

.icon {
	padding-left: 1px;
}

hr {
	height: 3px;
	width: 100px;	
	border: none;
	background: #282828;
	margin-bottom: 30px;
}

.entry-content blockquote{
	margin-left: -58px;
	font-size: 20px;
	font-weight: 600;
	display: block;
	overflow: hidden;
	margin-bottom: 40px;
	width: 70%;
}

.entry-content blockquote p {
	overflow: hidden;
}

.entry-content blockquote p:first-child {
	margin-top: -7px;
}

.entry-content blockquote p:last-child {
	margin-bottom: -4px;
}

/*===[ Entry Meta ]===*/
.entry-meta {
	font-size: 12px;
}

.post-categories {
	list-style: none;
	padding: 0;
	margin: 0;
}

.post-categories a {
	text-transform: uppercase;	
	font-weight: 700;
	color: #D10E38;
	letter-spacing: 0.6px;
}

.meta-alt .date,
.entry-meta .date {
	letter-spacing: 0.6px;
	text-transform: uppercase;
}

.entry-meta .comments {
	display: block;
	overflow: hidden;
}

.entry-meta .comment-wrap {
	display: inline-block;
}

.meta-alt .comments a,
.entry-meta .comments a {
	display: block;
	float: left;
	font-size: 13px;
	color: #B7A841;
	margin-top: 2px;
}

.meta-alt .comments i,
.entry-meta .comments i {
	margin-right: 10px;
	color: #D4D474;
	display: block;
	float: left;
	font-size: 16px;
	padding-left: 1px;
}

.meta-alt .comments {
	line-height: 1;
}

.views {
	overflow: hidden;
	color: #343434;
	text-transform: uppercase;
	letter-spacing: 1px;	
}

.views i {
	font-size: 24px;
	display: block;
	float: left;
}

.views .num {
	font-size: 22px;
	font-weight: 600;
	margin: 0 6px;
}

.views .text {
	font-size: 12px;
}

.content-870 .comments-section {
	max-width: 100%;
}

/*===[ Breadcrumb]===*/
.breadcrumb {
	margin-bottom: 25px;
	overflow: hidden;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #656565;
}

.breadcrumb a {
	color: #656565;
}

.breadcrumb a:hover {
	color: #111113;
}

.section-dark .breadcrumb,
.section-dark .breadcrumb a,
.gallery-widgets .breadcrumb a{
	color: #FFFFFF;
}

.breadcrumb span {
	margin: 15px;
}

.breadcrumb i,
.breadcrumb strong,
.breadcrumb b {
	font-weight: 400;
	font-style: normal;
}

.wt-tip {
	padding: 15px;
	margin-bottom: 30px;
	position: relative;
	font-style: italic;
	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;	
}

.wt-video {
	width: 870px;
	overflow: hidden;
	margin-left: -100px;	
	margin-bottom: 40px;
}

.wt-video iframe {
	display: block;
}

.entry-content ul {
	list-style: none;
	margin: 0;
	margin-bottom: 40px;
	padding: 0;
}

.entry-content ul li {
	background: url('images/ul.png') no-repeat left 12px;
	padding-left: 30px;  
}

/* ====================
 * 2. Header
 * ==================== */
#header  {
	height: 120px;	
	z-index: 3;	
	transition: all 0.4s ease 0s;	
}

.main-header {
	background: #F9F9F9;	
	margin-bottom: 40px;
	position: relative;
	transition: all 0.4s ease 0s;
}

.sticky-header {
	position: fixed;
	top: 0;
	left:0;
	right: 0;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);	
}

.sticky-header.animated{
	-webkit-animation-duration: 0.2s;
	-moz-animation-duration: 0.2s;
	-ms-animation-duration: 0.2s;
	-o-animation-duration: 0.2s;
	animation-duration: 0.2s;
}

.page-home .main-header,
.page-home3 .main-header,
.page-home4 .main-header {
	margin-bottom: 0;
	background: linear-gradient(to bottom, #FFFFFF, rgba(255, 255, 255, 0.9));
}

#header .header-wrap {
	padding-top: 20px;
}

#header .menu-handler  {
	margin-right: 60px;
	float: left;	
	cursor: pointer;
}

#header .menu-handler i:before {
	display: block;
	font-size: 48px;
	margin: 0;
	padding: 0;
	vertical-align: top;
	color: #373538;
	line-height: 32px;
}

#header .logo {
	max-width: 200px;		
	overflow: hidden;
	float: left;
}

#header .logo img {
	max-height: 65px;
	vertical-align: middle;
}

.menu-section {
	float: right;
	width: 620px;
}

#header .search {
	float: right;
	margin-left: 120px;
}

#header .search .icn {
	cursor: pointer;
}

#header .search .icn i:before{
	font-size: 30px;
	line-height: 36px;
	display: block;
	color: #373538;
}

.search-overlay{
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.95);
	bottom: 0;
	left: 0;
	padding: 30px 0 20px;
	position: fixed;
	right: 0;
	text-align: center;
	top: 0;	
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	transition: all 0.4s ease 0s;
	z-index: 0;
}

.search-overlay.active {
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
	z-index: 9999;
}

.search-overlay .search-form {
	text-align: center;
	overflow: hidden;
}

.search-overlay  input[type='search'] {
	border: 2px solid #292929;
	font-size: 20px;
	height: 50px;
	padding: 10px 40px 10px 20px;
	width: 50%;
	margin-top: 20%;	
}

.search-overlay .button {
	display: inline-block;
	float: none;
	margin-top: 30px;
	margin-left: -54px
}

.search-overlay .wrap {
	position: relative;
}

.search-overlay .close {
	display: inline-block;
	font-size: 28px;
	font-weight: 400;
	margin-left: 60px;
	position: relative;
	text-align: center;
	text-decoration: none;
	bottom: 4px;
	color: #292929;
}

/* ====================
 * 3. Navigation
 * ==================== */
.top-menu {
	display: none;
	z-index: 30;	
}

.top-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 99;	
}

.top-menu .sub-menu {
	padding-top: 39px;	
}

.top-menu ul.menu {
	margin-top: 20px;
}

.top-menu ul.menu &gt; li {
	margin-left: 15px;
}

.top-menu ul.menu &gt; li:first-child {
	margin-left: 0;
}

.top-menu .sub-menu li:first-child:before {
	background: #363439;
	content: "\f20d";
	display: block;
	position: absolute;
	left: 0;
	top: -30px;
	width: 30px;
	height: 30px;
	font-family: Ionicons;
	font-size: 16px;
	line-height: 30px;	
	padding: 0;
	color: #CCCCCC;
	text-align: center;
}

.top-menu select {
    display: none;
    z-index: 3000;
    position: relative;
    padding: 4px;
    font-size: 14px;
    height: 36px;	
	color: #999999;
	font: inherit;
	border: 1px solid #E3E3E3;
}

.top-menu ul li {
	float: left;
	padding: 0px;
	margin: 0px;
}

.top-menu ul li a {
	display: block;
	padding: 12px;
	text-align: center;	
	font-size: 18px;
	font-weight: 700;
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: none;
}

.top-menu ul li:hover{
	background: #D10E38;
}

.top-menu ul li:hover,
.top-menu .current-menu-item ,
.top-menu .current_page_item{
	background: #D10E38;
}

.top-menu ul li:hover a,
.top-menu .current-menu-item  a,
.top-menu .current_page_item a{
	color: #615923;
}

.top-menu .sf-sub-indicator {
	position: relative;
	font-size: 0;
	line-height: 5px;
}

.top-menu .sf-sub-indicator:before {
	content: "\f35f";
	font-family: Ionicons;
	font-size: 16px;
	line-height: 0;
	margin-left: 6px;
	margin-top: 5px;
	padding: 0;
	line-height: 12px;
}

.top-menu .sub-menu .sf-sub-indicator:before {
	content: "\f363";
	margin-top: 1px;
}

.top-menu .menu-item-home a:before{
	content: "\f015";
	font-family: FontAwesome;
	display: block;
	float: left;
	padding: 0;
	font-weight: 400;	
	margin-right: 8px;
	font-size: 18px;
}

.top-menu ul li ul {
	display: none;
	position: absolute;
	padding: 0;	
	margin-top: 0;	
}

.top-menu ul li ul li {
	float: none;
	padding: 0px;
	position: relative;
}

.top-menu ul li ul li a, 
.top-menu ul li:hover ul li a, 
.top-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: 15px;	
	font-weight: 900;
	border-bottom: 1px solid #555555;
	color: #CCCCCC;	
}

.top-menu ul li ul li:hover a, 
.top-menu ul li ul li.over a {	
	color: #B7A841;
	border-bottom: 1px solid #B7A841;	
}

.top-menu ul li ul li:hover ul, 
.top-menu ul li ul li.sfHover ul {	
	display: block;	
	position: absolute;	
	left: 172px;	
	top: 0;	
	padding-top: 0;
}

.top-menu .sub-menu ul li:first-child:before {
	display: none;
}

.top-menu ul li ul li:hover ul li a, 
.top-menu ul li ul li.over ul li a {	
	color: #CCCCCC;	
	border-bottom: 1px solid #555555;
}

.top-menu ul li ul li ul li a:hover {
	color: #B7A841;
	border-bottom: 1px solid #B7A841;	
}
 
/*===[ Vertical Menu ]===*/
.vertical-side {
	background: #363439;	
	width: 180px;
	padding: 50px 20px;
	height: 100%;
	position: fixed;
	left: -220px;
	top: 0;
	z-index: 1000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.vertical-side.open {
	left: 0px;
}

.vertical-side .close-menu {
	background: #D10E38;
	border-radius: 36px;
	height: 40px;
	width: 40px;
	position: absolute;
	right: -20px;
	opacity: 0;
	transition: all 0.3s ease;
	text-align: center;
	font-size: 20px;
	cursor: pointer;
}

.vertical-side.open .close-menu {
	opacity: 1;
}

.vertical-side .close-menu i {
	margin-top: 5px;
	display: block;
}

.vertical-menu ul {
	list-style: none;
	margin: 0;
	z-index: 99;	
}

.vertical-menu ul li{
	overflow: hidden;
	cursor: pointer;
}

.vertical-menu a {
	display: block;
	color: #D7D7D7;
	font-size: 15px;
	font-weight: 800;
	text-transform: uppercase;
	padding: 5px 0 5px 20px;
	position: relative;
}

.vertical-menu a:hover,
.vertical-menu a:active {
	color: #B7A841;
}

.vertical-menu ul ul {
	display: none;
}

.vertical-menu .sub-menu {
	background: rgba(17, 17, 17, 0.3);
}

.vertical-menu .menu-item-has-children &gt; a i{
	float: right;
	padding-right: 10px;
	font-size: 24px;
	display: block;
	line-height: 1;
}

.vertical-menu .sep {
	border-bottom: 1px solid #555555;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

/* ====================
 * 4. Homepage
 * ==================== */
.home-content .content {
	width: 870px;
	margin-right: 30px;
}

.home-content .sidebar {
	width: 270px;
}

.section-title {
	overflow: hidden;
	margin-bottom: 40px;
}

.section-title h3{
	font-size: 26px;	
	letter-spacing: 1px;
}

.section-title .inline{
	float: left;
	margin-right: 50px;	
}

/*===[ Overlay ]===*/
.thumb {
	overflow: hidden;
}

.thumb-overlay {
	background: #333333;
	overflow: hidden;
	position: relative;	
}

.thumb-overlay .overlay{
	bottom: -100%;
	transition: all 0.6s ease;
	background: rgba(51, 51, 51, 0.85);	
	position: absolute;
	width: 100%;
	height: 100%;
}

.thumb-overlay:hover .overlay {
	bottom: 0;
}

.thumb-overlay .more {
	display: block;
	position: absolute;
	top: 49%;
	left: 49%;
	font-size: 36px;
	color: #D4D474
}

.link-overlay {
	overflow: hidden;
	position: relative;
}

.link-overlay .overlay{
	bottom: -100%;
	transition: all 0.6s ease;
	background: #D4D474;	
	position: absolute;
	width: 100%;
	height: 100%;
}

.link-overlay:hover .overlay {
	bottom: 0;
}

.link-overlay i {
	transition: all 0.6s ease;
}

.more.link-overlay:hover i {
	color: #FFFFFF;
}

/*===[ Homepage 2 ]===*/
.slider-full + .main-header {
	margin-top: -80px;
}

.page-home2 .sticky-header {
	box-shadow: none;	
	margin-top: 0;
}

.page-home2 .home2-content .home-social {
	position: absolute;
	top: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.95);
	height: 40px;
	margin: 0;
}

.page-home2 .slider-full .post-info {
	bottom: 80px;
}

.page-home2 .slider-full .slider-nav {
	top: 100px;
}

/*===[ Slider Section ]===*/
.page-home .main-header  + .slider-full{
	margin-top: -120px;
}

.slider-full {
	clear: both;
}

.slider-main {
	display: none;
}

.slider-section ul, 
.slider-section ol{
	list-style: none;
	padding: 0;
	margin: 0;
}

.slider-full .wp-post-image {
	min-width: 100%;
	max-width: none;
	height: 500px;
	overflow: hidden;
}

.slides li {
	position: relative;
}

.slider-full .post-info {
	position: absolute;
	bottom: 40px;
	width: 900px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	bottom: 40px;
	width: 50%;
	margin-left: auto;
	color: #FFFFFF;
	background-color: rgba(0, 0, 0, 0.5) !important; 
	padding-bottom: 10px;
	text-align: center;
}

.slider-full h1 {
	font-size: 62px;
	line-height: 68px;
	margin-bottom: 30px;
}

.slider-full h1 a {
	color: #FFFFFF;
}

.slider-full h1 a:hover {
	color: #D10E38;
}

.slider-full .more-btn a{
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: #D10E38;
	color: #fff;
	display: inline-block;
	padding: 20px 25px;
	border-radius: 3px;
}

.slider-full .slider-nav {
	position: absolute;
	width: 130px;
	top: 160px;
	z-index: 1;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.slider-full .slider-nav i:before {
	font-size: 32px;
	line-height: 1;
	display: block;
}

.slider-full .slider-nav a,
.slider-full .slider-nav i {
	display: block;
	line-height: 1;	
}

.slider-full .slider-nav i:before {
	display: block;
	font-size: 36px;
	line-height: 20px;
}

.slider-full .slider-nav i.ion-ios-pause:before{
	font-size: 30px;
}

.slider-full .slider-nav a {
	width: 36px;
	height: 36px;
	position: relative;	
	text-align: center;
	color: #FFFFFF;
}

.slider-full .slider-nav a:hover {
	color: #D10E38;
}

.slider-full .slider-nav  i {
	position: absolute;
	top: 8px;
	left: 9px;	
}

.slider-nav .flex-pauseplay,
.slider-nav li {
	float: left;
}

.slider-nav .flex-direction-nav {
	float: right;
}

.slider-nav .flex-pauseplay .ion-ios-play,
.slider-nav .flex-next .ion-ios-play {	
    transform: rotate(-90deg);	
}

.slider-nav .flex-prev .ion-ios-play {
	 transform: rotate(90deg);	
}

.slider-nav .flex-pauseplay {
	margin-right: 15px;
}

.slider-nav .flex-pauseplay a {
	border-radius: 36px;
	border: 2px solid #D10E38;
	cursor: pointer;
	color: #D10E38;
}

.slider-nav .flex-pauseplay i.ion-ios-play {
	top: 6px;
}

.slider-nav .flex-pauseplay i.ion-ios-pause {
	left: 11px;
}

.slider-2.slider-full {
	position: relative;
}

.slider-2.slider-full .slider-nav {
	position: static;
}

.slider-2.slider-full .slider-nav a {
	position: absolute;
	top: 48%;	
	z-index: 2;
}

.slider-2.slider-full .slider-nav i:before {
  font-size: 62px;
}

.slider-2.slider-full .slider-nav a.flex-prev {
	left: 12%;
}

.slider-2.slider-full .slider-nav a.flex-next {
	right: 12%;
}

.slider-2.slider-full .post-categories a {
	font-size: 16px;
}

.slider-2.slider-full .entry-meta {
	font-size: 14px;
	color: #FFFFFF;
	margin-bottom: 20px;
}

.slider-2.slider-full .entry-footer {
	margin-bottom: 30px;
}

.slider-2.slider-full .entry-footer,
.slider-2.slider-full .entry-footer a {
	color: #FFFFFF;
}

.page-home3 .slider-full .comments {
	float: left;
}

.slider-2.slider-full .comment-wrap {
	overflow: hidden;
}

.slider-2.slider-full .comments i {
	font-size: 22px;
	line-height: 1;
	margin-top: 4px;
	margin-right: 8px;
	display: block;
	float: left;
}

.slider-2.slider-full .comments a {
	display: block;
	float: left;
	font-size: 18px;
	font-weight: 700;
}

.slider-2.slider-full .share{
	float: right;
	width: 42px;
	text-align: right;
}

.slider-2.slider-full .share .share-link {
   font-size: 28px;
} 

.slider-2.slider-full .share .share-box i {
	font-size: 20px;
}

.slider-2.slider-full .avatar {
	border: 3px solid rgba(255, 255, 255, 0.6);
	height: 40px;
	margin-right: 10px;
	width: 40px;
}

.slider-2.slider-full .author a {
	font-size: 18px;
	font-weight: 700;
}

/*===[ Thumb Post ]===*/
.home-ttpost {
	margin-bottom: 0;
}

.home-ttpost .section-wrap {
	background-size: cover;
	height: 230px;
	overflow: hidden;
	padding: 0 
}

.home-ttpost .inner-wrap {
	padding: 60px 0;
}

.home-ttpost .entry-meta {
	width: 120px;
	float: left;
	overflow: hidden;
	color: #FFFFFF;
}

.home-ttpost .entry-meta a {
	color: #FFFFFF;
}

.home-ttpost .date {
	display: block;
	margin-top: 7px;
}

.home-ttpost .comments {
	margin-top: 5px;
}

.home-ttpost .share {
	margin-top: 5px;
	font-size: 20px;
	padding-left: 2px;
	overflow: hidden;
}

.share .share-link {
	display: block;	
	font-size: 18px;
}

.home-ttpost .share-link {
	display: block;	
	float: left;
	margin-right: 20px;
}

.home-ttpost .share-box {
	float: left;
}

.share {
	overflow: hidden;
}

.share .share-box {
	display: none;
}

.share .share-link.active {
	color: #D4D474;	
}

.share .share-box .twitter{
	margin-right: 10px;
}

.share .share-box a.twitter:hover {
	color: #40BFF5;
}

.share .share-box a.facebook:hover {
	color: #5D82D1;
}

.share-inline .share-link{
	float: left;
	margin-right: 20px;
	color: #B7A841;
	line-height: 1;
}

.share-inline .share-box {
	float: left;
	line-height: 1;
	margin-top: 2px;
}

.share-inline .share-box a{
	font-size: 16px;
	line-height: 1;
	color: #3F3F3F;
}

.home-ttpost .entry-right {
	float: left;
	margin-left: 20px;
	max-width: 750px;
}

.home-ttpost h2 {
	font-size: 56px;
	margin-top: -10px;	
	font-weight: 700;
}

.home-ttpost h2 a {
	color: #FFFFFF;
}

.home-ttpost .more {
	float: right;
}

.home-ttpost .more a {
	color: #EAE893;
	position: relative;
}

/*===[ Social Links ]===*/
.home-social {
	margin: -40px 0 0;
	height: 40px;
	overflow: hidden;
}

.home-social .social {
	overflow: hidden;
	float: left;
}

.home-social ul li{
	float: left;
	margin-left: 50px;
}

.home-social ul li:first-child {
	margin-left: 0;
}

.home-social .social ul {
	margin-top: 5px;
	float: left;
}

.home-social .social li {
	font-size: 22px;	
}

.home-social .links{
	float: right;
}

.home-social .links ul{
	margin-top: 7px;
}

.home-social .links a {
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/*===[ Featured Posts ]===*/
.home-fposts ul {
	overflow: hidden;
}

.home-fposts li {
    position: relative;
	margin-left: 30px;
	width: 270px;
	height: 345px;	
	float: left;
	overflow: hidden;
	background: #000
}

.home-fposts li:first-child{
	margin-left: 0;
}

.home-fposts .inner{
	padding: 15px;
	overflow: hidden;
}

.home-fposts .wp-post-image {
	height: 345px;
	max-width: 345px;
	margin-left: -35px;
}

.home-fposts .post-info{
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFFFFF;
	width: 100%;
	height: 150px;
	background: rgba(51, 51, 51, 0.95);
	text-align: center;	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.home-fposts .post-info:hover {
	height: 100%;
}

.home-fposts .post-info a {
	color: #FFFFFF;
}

.home-fposts .date {
	color: #D10E38;
	margin-top: 5px;
	display: block;
}

.home-fposts .post-info h4{
	font-size: 17px;
	margin-top: 10px;
}

.home-fposts .excerpt{
	display: none; 	
	margin-top: 20px;
	font-size: 15px;	
}

.home-fposts .excerpt p {
	text-align: left;
	line-height: 1.25;
}

.home-fposts .post-info:hover .excerpt{
	display: block;	
}

.home-fposts .more {
	border: 2px solid #EAE893;
	box-sizing: border-box;
	cursor: pointer;
	font-size: 30px;
	height: 40px;
	text-align: center;
	width: 40px;
	display: inline-block;
}

.home-fposts .more a {
	display: block;
	line-height: 1;
	margin-top: 4px;
	color: #EAE893;	
}

.home-fposts .more:hover {
	background: #EAE893;	
}

.home-fposts .more:hover a {
	color: #373538;
}

/*===[ Post List ]===*/
.page-header,
.archive-header,
.feat-cat .section-title{
	font-weight: 700;
	text-transform: uppercase;	
	margin-bottom: 40px;
	padding-bottom: 8px;
	border-bottom: 9px solid #363439;
	line-height: 1;	
	color: #111113;
}

.page-header {
	padding: 0;
}

.feat-cat .load-more {
	margin-top: 50px;
}

.archive-list {
	overflow: hidden;
}

.archive-list .post {
	overflow: hidden;
	padding-top: 50px;
	margin-top: 50px;	
	border-top: 1px solid #D9D9D9;
	position: relative;
	height: 370px;
}

.archive-list .post-1 {
	padding-top: 0;
	margin-top: 0;	
	border-top: none;	
}

.archive-list .entry-meta {
	width: 100px;
	float: left;
	overflow: hidden;
	margin-right: 10px;
	text-transform: uppercase;	
	font-size: 12px;
}

.archive-list .meta-alt {
	overflow: hidden;
	text-transform: uppercase;	
	font-size: 12px;
	margin-top: 12px;
	display: none;
}

.meta-alt .date,
.meta-alt .post-categories {
	float: left;
	margin-right: 20px;
}

.archive-list .thumb{
	width: 370px;
	overflow: hidden;
	float: left;
	margin-right: 30px;
}

.archive-list .compact {
	height: 270px;
}

.archive-list .compact .thumb {
	width: 270px;
	margin-right: 50px;
}

.archive-list .compact .wp-post-image {
	height: 270px;
}

.archive-list .entry-right{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	overflow: hidden;
}

.archive-list .entry-meta .date {
	display: block;
	margin-top: 5px;
	color: #777777
}

.archive-list .entry-meta .comments {
	width: 70px;
	height: 70px;
	display: block;
	box-sizing: border-box;
	border: 1px solid #D4C9A9;
	text-align: center;	
	border-radius: 2px;
	padding-top: 20px;
	margin-top: 50px;
}

.archive-list .entry-meta .comments i {
	font-size: 20px;
	margin-right: 10px;
}

.archive-list .share {
	margin-top: 20px;
}

.archive-list .share-link {
	color: #D4D474;
	font-size: 20px;
	float: left;
	margin-right: 20px;
}

.archive-list .share-box {
	float: left;
	font-size: 18px;
}

.archive-list .share-box a {
	color: #999999;
}

.archive-list h2 {
	line-height: 1.1;
}

.archive-list p {
	margin-top: 35px;
	line-height: 1.25;
	overflow: hidden;
}

.load-more {
	text-align: center;
	overflow: hidden;
}

.load-more .load-link{
	width: 125px;
	height: 125px;
	border-radius: 6px;
	box-sizing: border-box;
	display: inline-block;
	overflow: hidden;
	text-transform: uppercase;	
	font-size: 15px;
	font-weight: 900;
	background: #D10E38;
	color: #52521E;
}

.load-more .link-wrap {
	display: block;	
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	overflow: hidden;	
}

.load-more .icn {
	display: block;
	font-size: 27px;
}

.load-more .name {
	display: block;
	font-size: 15px;
	font-weight: 800;
}

/*===[ Post List 2]===*/
.home-list2 {
	padding-bottom: 10px;
	border-bottom: 9px solid #363636;
}

.home-list2 .content {
	width: 770px;	
}

.home-list2 .sidebar {
	width: 370px;	
}

.home-list2 .post-list{
	width: 800px;
	overflow: hidden;
	-moz-column-count: 2;
	-moz-column-gap: 0;
	-webkit-column-count: 2;
	-webkit-column-gap: 0;
	column-count: 2;
	column-gap: 0;
	margin-bottom: 40px;
}

.page-blog2,
.page-blog3 .home-tabs2 {
	border-bottom: none;
}

.page-blog3 .home-tabs2 .item-post {
	margin-bottom: 50px;
}

.page-blog3 .pagination {
	margin: 0 0 50px;
}

.page-blog4 .post-list {
	width: 1200px;
	overflow: hidden;
}
	
.page-blog4 .post-list .post,
.home-list2 .post {
	width: 370px;
	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: 60px;
	position: relative;
} 

.home-list2 .post {
	display: inline-block;
}

.page-blog4 .std-post .thumb,
.home-list2 .std-post .thumb {
	height: 540px;
	overflow: hidden;
}

.page-blog4 .std-post .wp-post-image,
.home-list2 .std-post .wp-post-image{
	max-width: 540px;
	height: 540px;
	margin-left: -85px;	
}

.page-blog4 .post-list .post-info,
.home-list2 .post-list .post-info,
.widget-list2 .item-feat .post-info{
	position: absolute;
	bottom: -30px;
	left: 20px;
	right: 20px;
	background: #FFFFFF;
	text-align: center;
	padding: 20px 20px 0;
	overflow: hidden;
}

.page-blog4 .post-list .post-info h3,
.home-list2 .post-list .post-info h3,
.widget-list2 .item-feat .post-info h3 {
	line-height: 1.15;
	margin: 15px 0;
	font-weight: 900;
	font-size: 26px;	
}

.page-blog4 .post-list .post-info p,
.home-list2 .post-list .post-info p {
	margin-bottom: 10px;
	line-height: 1.2;
}

.home-list2 .thumb-post {
	overflow: hidden;
	margin-bottom: 35px;
}

.home-list2 .thumb-post .thumb {
	width: 100px;
	float: left;
	margin-right: 20px;
	overflow: hidden;
}

.home-list2 .thumb-post .thumb + .entry-right {
	width: 250px;
	float: left;
	overflow: hidden;
}

.home-list2 .thumb-post .entry-meta {
	overflow: hidden;
	margin-bottom: 5px;
}

.home-list2 .thumb-post .post-categories {
	float: left;
}

.home-list2 .thumb-post .date {
	float: right;
}

.home-list2 .thumb-post h4 {
	font-size: 16px;
	font-weight: 900;
}

.home-list2 .thumb-post .footer-meta {
	margin-bottom: 0;
}

.home-list2 .comment-wrap {
	line-height: 1;
	margin-top: 5px;
}

.home-list2 .thumb-post .comment-wrap {
	margin-top: 10px;
}

/*===[ Tabs Widget ]===*/
.home-tabs .title-wrap {
	overflow: hidden;
	margin-bottom: 30px;
}

.home-tabs .tab-titles,
.home-scroller .tab-titles {
	margin-top: 7px;
	overflow: hidden;
}

.home-tabs .tab-titles li,
.home-scroller .tab-titles li {
	float: left;
	font-weight: 700;
	font-size: 13px;
	margin-right: 40px;	
	text-transform: uppercase;
}

.home-tabs .tab-titles .active a,
.home-scroller .tab-titles .active a{
	color: #D10E38;
}

.home-tabs .main-post {
	position: relative;
}

.home-tabs .main-post .thumb {
	height: 430px;
}

.home-tabs .main-post .wp-post-image {
	margin-top: -70px;
}

.home-tabs .main-post .entry-wrap {
	position: absolute; 
	bottom: 10px;
	left: 30px;
	right: 30px;
	text-align: center;
}

.home-tabs .main-post,
.home-tabs .main-post a {
	color: #FFFFFF;
}

.home-tabs .main-post .post-categories a {
	font-size: 14px;
	font-weight: 900;
}

.home-tabs .main-post .entry-excerpt {
	display: inline-block;
	width: 70%;
	font-size: 16px;
}

.home-tabs .date {
	display: block;
	margin-top: 5px;
}

.home-tabs .main-post h2 {
	margin: 35px 0;
}

.home-tabs .main-post .comments {
	float: left;
}

.home-tabs .main-post .share {
	float: right;
	width: 52px;
	height: 60px;
}

.home-tabs .main-post .entry-footer {
	overflow: hidden;
}

.home-tabs .main-post .comments i {
	font-size: 18px;
	padding-left: 2px;
	margin-right: 5px;
}

.home-tabs .main-post .share i {
	font-size: 20px;
}

.home-tabs .post-list .item-post{
	height: 100px;
	margin-bottom: 10px;
	overflow: hidden;
	background: #F6F6F6;
	padding: 0 20px;
}

.home-tabs .post-list .item-post:last-child{
	margin-bottom: 0;
}

.home-tabs .post-list .entry-meta {
	width: 100px;
	margin-top: 15px;
	margin-right: 20px;
	float: left;
	overflow: hidden;
	color: #777777;
}

.home-tabs .post-list .comments {
	margin-top: 10px;
}

.home-tabs .post-list .thumb {
	margin-top: 12px;
	width: 80px;
	float: left;
	margin-right: 40px;
}

.home-tabs .post-list .wp-post-image {
	width: 60px;
	height: 60px;
	border-radius: 60px;
	border: 8px solid #FFFFFF;
}

.home-tabs .post-list h3 {
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 1.2;
	margin-top: 30px;
}

.home-tabs .post-list h3 a {
	color: #4C4C4C;
}

.home-tabs .post-list h3 a:hover{
	color: #111111;
}

.home-tabs1 {
	border-bottom: 1px solid #D9D9D9;
	padding-bottom: 40px;
}

.home-tabs1 .tab-content,
.home-tabs2 .tab-content {
	display: none;
}

.home-tabs1 .active,
.home-tabs2 .active {
	display: block;
}



/*===[ Home Tab2 ]===*/
.home-tabs2 {
	border-bottom: 9px solid #363636;
	overflow: hidden;
}

.home-tabs2 .tab-titles li {
	float: left;
	margin-right: 80px;
}

.home-tabs2 .item-post {
	overflow: hidden;
	position: relative;
	margin-bottom: 70px;	
}

.home-tabs2 .post-info {
	position: absolute;
	left: 100px;
	right: 100px;
	bottom: 0;
	background: #FFFFFF;
	padding: 10px 30px 0;
	text-align: center;
}

.home-tabs2 .post-info h3 {
	font-size: 28px;
	font-weight: 900;
	line-height: 1;	
	margin: 15px 0;
}

.home-tabs2 .tab-titles .active a,
.home-tabs2 .entry-meta .post-categories a {
	color: #B7A841;
}

.home-tabs2 .tabs-content-container {
	margin-bottom: -20px;
}

/*===[ Home Scroller ]===*/
.section-dark {
	background: #111113;
	position: relative;
	padding: 40px 0;
	overflow: hidden;
}

.section-light{
	padding: 0 0 40px;
}

.home-photo  + .home-scroller,
.home-scroller + .home-photo {
	margin-top: -40px;
}

.section-dark h3,
.section-dark .tab-titles a {
	color: #FFFFFF;
}

.home-tabs .tab-titles a:hover,
.section-dark .tab-titles a:hover {
	color: #B7A841;
}

.home-scroller .frame { 
	width: 100%; 
	padding: 0; 
}

.home-scroller .tab-content{
	visibility: hidden;
	height: 0;
}

.home-scroller .tabs-content-container {
	position: relative
}

.home-scroller .tab-content.active {
	visibility: visible;
	height: auto;
}

.home-scroller .slidee { 
	margin: 0; 
	padding: 0; 
	height: 100%; 
	list-style: none; 
}

.home-scroller .slidee li { 
	float: left; 
	margin-right: 30px;
	width: 570px; 
	height: 100%; 
	position: relative;
} 

.home-scroller .entry-title {
	position: absolute;
	top: 30px;
	left: 25px;
}

.home-scroller h2 a,
.home-scroller h4 a,
.home-scroller h6 {
	color: #FFFFFF;
}

.home-scroller h6 {
	margin-bottom: 6px;
}

.home-scroller .count {
	position: absolute;
	bottom: 20px;
	right: 35px;
	text-align: center;
}

.gallery-list .count h2,
.home-scroller .count h2 {
	font-size: 62px;
}

.gallery-list .count h4,
.home-scroller .count h4 {	
	font-size: 16px;
	margin-top: 5px;	
}

.home-scroller .scrollbar {
	margin: 50px 0 10px;
	height: 4px;
	background: #EAE893;
	background: rgba(234, 232, 147, 0.3);
	line-height: 0;
}

.home-scroller .section-light .scrollbar {
	background: #CBC855;
}

.home-scroller .handle {
	width: 100px;
	height: 100%;	
	cursor: pointer;
}

.home-scroller .mousearea {
	background: #CBC855;
	width: 25px;
	height: 25px;
	position: absolute;
	top: -11px;
	left: 37px;
	border-radius: 100%;
	text-align: center;
}

.home-scroller .mousearea i {
	display: block;
	margin-top: 4px;
}

.home-scroller .nav {
	position: absolute;
	top: 235px;	
	width: 100%;
}

.home-ttpost .more,
.home-scroller .prev,
.home-scroller .next {	
	width: 100px;
	height: 100px;
	text-align: center;
	box-sizing: border-box;
	font-size: 60px;
	color: #D4D474;
	border: 4px solid #D4D474;	
	cursor: pointer;
}

.home-ttpost .more i {
	color: #D4D474
}

.home-scroller .prev {
	float: left;
}

.home-scroller .next {
	float: right;
}

.home-scroller .nav i {
	display: block;
	margin-top: 3px;
}

/*===[ Home Photo ]===*/
.home-photo .section-dark {
	background: #1C1C1E;
}

.home-photo .section-title .sub {
	display: inline-block;
	margin-top: 5px;
	letter-spacing: 1px;	
	color: #B6AE89;
}

.home-photo .section-title .date {
	text-transform: uppercase;
}

.home-photo .feat-image img {
	display: block;
}

.home-photo .entry-footer {
	margin-top: 30px;
}
	
.home-photo .entry-footer .name {
	overflow: hidden;	
}

.home-photo .entry-footer .icn {
	font-size: 36px;
	display: block;
	margin-right: 10px;
	line-height: 1;
}

.home-photo .entry-footer h4{
	letter-spacing: 1px;
	margin: 8px 0;
}

.home-photo .section-dark .entry-footer .icn ,
.home-photo .section-dark .entry-footer h4{
	color: #FFFFFF;	
}

.home-photo .entry-footer .info {
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 5px;
}

.home-photo .section-dark .icn {
	float: left;
}

.home-photo .section-light {
	padding: 0;	
}

.home-photo .section-light .section-title .sub {
	color: #B7A841;
}

.home-photo .section-light .feat-image {
	background: #111113;	
}

.home-photo .section-light .img-wrap {
	position: relative;
	float: left;
}

.home-photo .section-light .entry-footer {
	background: #FFFFFF;
	position: absolute;
	bottom: 0;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	display: inline-block;
	max-width: 370px;
	padding:  15px 50px 5px;
	text-align: center;
}

.home-photo .section-light .entry-footer .name {
	display: block;
}

.home-photo .section-light .icn,
.home-photo .section-light .entry-footer .info strong {
	color: #111113;
}

.home-photo .entry-footer .info strong {
	color: #FFFFFF;
	font-weight: 700;
	margin-left: 2px;	
}

.home-photo .section-dark .entry-footer .name {
	float: left;
}

.home-photo .section-dark .entry-footer .info {
	float: right;
	margin-top: 10px;
	color: #999999;
	font-size: 13px;
}

.home-photo .section-dark .entry-footer h4{
	float: left;
	margin: 10px 0 0;
}

/*===[ Home Videos ]===*/
.home-videos {
	overflow: hidden;
}

.section.home-videos {
  margin-top: -40px;
}

.home-videos .section-bg .load-more {
	padding-bottom: 40px;
}

.home-social + .home-videos {
	margin-top: 0;
}

.home-videos .main-video  {
	overflow: hidden;
	padding-top: 40px;
}

.home-videos .main-video .video-wrap,
.home-videos .section-bg .main-video {
	background: #F8F8F8;
}

.home-videos .main-video .thumb {
	width: 870px;
	height: 510px;
	float: left;	
	overflow: hidden;	
}

.home-videos .main-video .wp-post-image {
	height: 580px;
	margin-top: -30px;
}

.home-videos .main-video .link {
	width: 120px;
	height: 120px;
	background: rgba(22, 22, 22, 0.9);
	position: absolute;
	top: 210px;
	left: 360px;
	border-radius: 10px;
}

.home-videos .main-video .link a{
	text-align: center;
	display: block;
	font-size: 64px;
	color: #EAE893;
	cursor: pointer;
	margin: 14px 0 0 7px;
}

.home-videos .main-video .entry-right {
	width: 265px;
	float: left;
	overflow: hidden;
	padding: 30px 0 0 35px;
}

.home-videos .entry-top .icon{
	font-size: 40px;
}

.home-videos .entry-right .icon,
.content-video4 .page-header .icn,
.content-video3 .video-right .icn {	
	line-height: 1;
	float: left;
	width: 26px;
	margin-right: 23px;
	overflow: hidden;
	color: #373538;
}

.home-videos .main-video .right {
	overflow: hidden;
	width: 190px;
}

.home-videos .entry-right h3 {
	font-weight: 900;
	letter-spacing: 1px;
	line-height: 1.05;
}

.home-videos .main-video p {
	font-size: 16px;
	line-height: 1.2;
	margin-top: 30px;
}

.home-videos .info-section {
	margin-top: 30px;
	overflow: hidden;	
	color: #373538;
}

.home-videos .info-section .right {
	text-transform: uppercase;	
	font-size: 16px;
}

.home-videos .duration .right,
.home-videos .info-section .right span {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
}

.home-videos .info-section .icon {
	font-size: 20px;	
}

.home-videos .info-section .icon i {
	padding-left: 2px;
}

.home-videos .info-section .right span{
	margin-right: 5px;
}

.home-videos .icon-section {
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid #D4D4D4;
	overflow: hidden;
}

.content-video4 .icon-section,
.home-videos .icon-section .icon {
	font-size: 30px;
	margin-right: 25px;
	width: auto;
	padding-left: 2px;
}

.home-videos .item-row {
	overflow: hidden;
	padding: 20px 0;	
}

.home-videos .item-post {
	width: 270px;
	float: left;
	margin-left: 30px;
	overflow: hidden;
}

.home-videos .item-post:first-child{
	margin-left: 0;
}

.home-videos .item-post .thumb {
	height: 160px;
	overflow: hidden;
	margin-bottom: 10px;
}

.home-videos .item-post .wp-post-image {
	height: 270px;
	margin-top: -55px;
}

.home-videos .item-post .icn{
	font-size: 24px;
	display: block;
	float: left;
	margin-right: 20px;
	line-height: 1;
	color: #373538;
}

.home-videos .item-post .entry-title h4 {
	float: left;
	width: 234px;
	overflow: hidden;
}

.load-more .more-compact,
.home-videos .load-more .load-link,
.home-blog .load-more .load-link {
	display: inline-block;
	background: #D10E38;
	border-radius: 2px;
	font-weight: 900;
	text-transform: uppercase;
	padding: 20px 25px;
	color: #52521E;
	font-size: 15px;
	width: auto;
	height: auto;
}

.load-more .disabled,
.home-videos .load-more .disabled,
.home-blog .load-more .disabled{
	background: #EFEFEF;
	color: #999999;
}

.home-videos .section-bg .entry-right {
	padding: 0 0 0 35px;
}

.home-videos .section-bg .item-row {
	background: #F6F6F6;
}

.home-videos .section-bg .first-row {
	padding-top: 40px;
}

/*===[ Home Blog ]===*/
.home-blog {
	padding-bottom: 0;
}

.home-blog .main-post {
	overflow: hidden;
	margin-bottom: 40px;
}

.home-blog1 .main-post {
	background: #333333;
}

.home-blog1 .main-post .thumb{
	width: 700px;
	height: 380px;
	float: right;	
}

.home-blog1 .main-post .wp-post-image {	
	height: 460px;
	margin-top: -40px;
}

.home-blog1 .main-post .entry-left {
	width: 430px;
	padding: 20px 20px 0; 
	float: left;
	overflow: hidden;
	text-align: center;
	color: #DEDEDE;
}

.home-blog2 .main-post .thumb{
	width: 570px;
	float: left;	
}

.home-blog2 .main-post .entry-right {
	width: 480px;
	height: 370px;
	padding: 100px 60px; 
	float: right;
	overflow: hidden;
	text-align: center;
	border-left: none;
	background: #F8F8F8;
}

.home-blog2 .main-post p {
	margin-bottom: 100px;
}

.home-blog2 .entry-footer .comments a,
.home-blog2 .entry-footer i {
	color: #D4D474;
}

.home-blog .main-post h3 {
	font-size: 42px;
	line-height: 1;
	margin: 30px 0; 
}

.home-blog1 .post-categories a,
.home-blog1 a,
.home-blog1 h3 a,
.home-blog1 h4 a  {
	color: #FFFFFF;
}

.home-blog .main-post p {
	line-height: 1.2;
}

.home-blog .main-post .entry-footer {
	overflow: hidden;
	margin-top: 35px;
}

.blog-list5 .comments,
.home-blog .main-post .comments {
	float: left;
	margin-top: 7px;
}

.blog-list5 .comments i,
.home-blog .comments i {
	margin-right: 5px;
}

.blog-list5 .author,
.home-blog .author {
	display: inline-block;
}

.blog-list5 .avatar,
.home-blog .avatar {
	height: 32px;
	width: 32px;
	border-radius: 35px;
	border: 3px solid #828284;
	float: left;
	margin-right: 8px;
}

.blog-list5 .author a,
.home-blog .author a {
	display: block;
	float: left;
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 8px;
}

.blog-list5 .author a,
.home-blog2 .author a {
	color: #767676;
}

.blog-list5 .share,
.home-blog .main-post .share {
	float: right;
	padding-right: 2px;
	margin-top: 8px;
	width: 36px;
	height: 48px;
	text-align: right;
}

.home-blog .item-row {
	overflow: hidden;
	margin-bottom: 40px;
}

.home-blog .item-post {
	width: 270px;
	float: left;
	margin-left: 30px;
	box-sizing: border-box;
}

.home-blog1 .item-post {
	background: #333333;	
}

.home-blog2 .item-post .post-info {
	background: #F8F8F8;
}

.home-blog .item-post:first-child {
	margin-left: 0;
}

.home-blog .item-post .wp-post-image {
	height: 270px;
}

.home-blog .item-post .inner {
	padding: 20px;
	text-align: center;
	color: #DEDEDE;
	height: 255px;
	overflow: hidden;
}

.home-blog2 .date {
	color: #767676;
}

.home-blog .item-post h4 {
	margin: 40px 0 50px;
	font-size: 20px;
	line-height: 1.2;
}

.home-blog .item-post .comments-wrap {
	margin-top: 20px;
}

/* ====================
 * 5. Content
 * ==================== */
.section-header {
	margin-bottom: 40px;
	overflow: hidden;
}

.section-header h3 {
	font-size: 26px;
	letter-spacing: 1px;
}

.content-image .related-posts .item-post {
	background: #F9F9F9;
	text-align: center;
}

/*===[ Archives ]===*/
.archive-header {
	padding-bottom: 8px;
	border-bottom: 9px solid #363439;
}

.archive-desc {
	margin-bottom: 40px;
}

/*===[ Single Post ]===*/
.single-content	.sidebar {
	width: 270px;
}

.single-entry-title {
	margin-bottom: 30px;
	overflow: hidden;
}

.single-entry-title h1 {
	letter-spacing: 1px;
}

.content-1 .image-section .left {
	width: 100px;
	float: left;
	overflow: hidden;
}

.single-content .image-section .entry-social {
	width: 70px;
	float: left;
	margin-top: 20px;
	overflow: hidden;
}

.page-content .image-section .entry-social {
	margin-top: 0;
}

.single-content .image-section .entry-social ul{
	text-align: center;
	border: 1px solid #DBDBDB;	
	overflow: visible;
}

.single-content .image-section .entry-social ul li {
	height: 68px;
	overflow: hidden;
	border-bottom: 1px solid #DBDBDB;	
}

.single-content .image-section .entry-social ul li i {
	display: block;
	font-size: 22px;
	padding-top: 17px;	
}

.single-content .image-section .entry-social ul li.share {
	background: #E1D36A;
	color: #FFFFFF;
	border-bottom: none;
	margin: -1px;
}

.single-content .image-section .attachment-full {
	min-width: 100%;
}

.single-content .image-section .thumb {
	max-height: 600px;
}

.content-1 .image-section .post-categories a {
	display: block;
	margin-bottom: 5px;
}

.content-1 .image-section .date {
	display: block;
	margin-bottom: 20px;
}

.single-1 .feat-text,
.single-2 .feat-text,
.single-5 .feat-text {
	margin-left: -100px;
}

.single-content .entry-content {
	font-size: 17px;
}

.single-1 .entry-content,
.single-2 .entry-content,
.single-5 .entry-content,
.page-content .entry-content{
	padding-left: 100px;
}

.single-2 .image-section .thumb,
.single-4 .image-section .thumb{
	max-height: 540px;
}

.single-2 .image-section .wp-post-image,
.single-4 .image-section .wp-post-image {
	min-width: 100%;
	max-width: none;
}

.single-2 .image-section {
	position: relative;
}

.single-2 .image-section .entry-social {
	background: #FFFFFF;
	padding: 12px;
}

.single-2 .image-section .inner-wrap{
	position: absolute;
	bottom: 40px;
	width: 900px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}

.single-2 .content2-wrap {
	overflow: visible;
}

.content2-wrap .sidebar {
	margin-top: -200px;
	background: #FFFFFF;
	position: relative;
}

/*===[ Single Post 3 ]===*/
.single-3 .return-link {
	text-align: center;
}

.return-link i {
	font-size: 20px;
	line-height: 6px;
	margin-right: 10px;
	margin-top: -1px;
	float: left;
}

.return-link .post-categories,
.return-link .section-wrap,
.return-link .entry-meta {
	display: inline-block;
}

.single-3 .single-entry-title h1 {
	font-size: 42px;
	display: inline-block;
	margin-top: -7px;
	max-width: 85%;
}

.single-3 .single-entry-title {
	text-align: center;
}

.single-3 .content-wrap {
	background: #FFFFFF;
	margin: 0 auto;
	width: 760px;
	position: relative;
	padding: 30px 100px;
}

.single-3 .image-section + .content-wrap {
	margin-top: -100px;
}

.single-3 .single-entry-title .entry-meta {
	float: left;
}

.single-3 .single-entry-title ..post-categories a {
	display: block;
	float: left;
}

.single-3 .single-entry-title .date {
	display: block;
	float: left;
}

.single-3 .single-entry-title .share {
	float: right;
	margin-top: 5px;
	height: 52px;
	width: 52px;
	text-align: right;
	padding-right: 1px;
}

.single-3 .single-entry-title .share-link {
	color: #B7A841;
}

.single-3 .feat-text {
	margin-left: -70px;
}

.single-3 .entry-content .feat-text .sep {
	margin-right: 20px;
	width: 50px;
}

.single-3 .entry-content .feat-text p {
	width: 760px;
}

.single-3 .entry-content .wt-tip {
	margin-left: -50px;
	margin-right: -50px;
}

.single-3 .wt-video {
	margin-left: -50px;
	margin-right: -50px;
}

/*===[ Single Post 4 ]===*/
.single-4 {
	margin-top: -50px;
}

.single-4 .single-entry-title h1 {
  font-size: 42px;
  margin-bottom: 20px;
}

.single-3 .entry-header {
	text-align: center;
}

.single-3 .entry-header .author {
	display: inline-block;
}

.single-3 .entry-header .author a {
	display: block;
	float: left;
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 8px;
	color: #767676;
}

.single-3 .entry-header .avatar {
	height: 32px;
	width: 32px;
	border-radius: 35px;
	border: 3px solid #B7A841;
	float: left;
	margin-right: 8px;
}

.single-2 .entry-meta-single {
	margin-bottom: 20px;
	overflow: hidden;
	margin-left: 100px;
}

.single-2 .entry-meta-single .post-categories {
	float: left;
}

.single-2 .entry-meta-single .post-categories a,
.single-2 .entry-meta-single .date,
.single-2 .entry-meta .comments {
	display: block;
	float: left;
	margin-right: 30px;
}

/*===[ Single Post 5 ]===*/
.single-5 .entry-header h1 {
	margin-bottom: 20px;
}

.single-5 .entry-header .post-categories,
.single-5 .entry-header .date {
	float: left; 
	margin-right: 30px;
}

.single-5 .entry-author {
	overflow: hidden;
	margin-bottom: 30px;
	display:none;
}

.single-5 .author-wrap {
	width: 100%; 
	height: 20px; 
	margin: 10px 0 20px;
	text-align: center; 
	border-bottom: 1px solid #EEEEEE;   
} 

.single-5 .entry-author .author-inner { 
    background: #FFFFFF; 
    padding: 0 20px;
	display: inline-block;	
}

.single-5 .entry-author .avatar {
	float: left;
	margin-right: 10px;	
	height: 32px;
	width: 32px;
	border-radius: 35px;
	border: 3px solid #D1D1D1;
	float: left;
	margin-right: 15px;
}

.single-5 .entry-author .author-inner a {
	display: inline-block;
	margin-top: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
}

.entry-meta-alt {
	overflow: hidden;
	margin-bottom: 30px;
}

.entry-meta-alt .post-categories {
	float: left;
	margin-right: 20px;
}

.entry-meta-alt .post-categories a {
	margin-right: 10px;
}

.entry-meta-alt .date {
	display: block;
	float: left;
	margin-right: 20px;
}

.entry-meta-alt .comments {
	float: left;
}

.entry-meta-alt .comments i {
	line-height: 1;
}

.entry-meta-alt .comments a {
	margin-top: 0;
	line-height: 1;
}

.single-content .feat-text {
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 1px;
	overflow: hidden;
	color: #282828;
}

.single-content .feat-text .sep {
	height: 3px;
	width: 70px;
	display: block;
	float: left;
	margin-right: 30px;
	background: #282828;
	margin-top: 5px;	
}

.single-content .feat-text .color {
	background: #E2D169;
}

.single-content .feat-text p {
	float: left;
	width: 770px;
}

.single-content .feat-text strong {
	font-weight: 900;
}

.single-content .entry-content p {
	margin-bottom: 40px;
}

.entry-footer-social {
	text-align: center;
}

.entry-footer-social .list{
	display: inline-block;
}

.entry-footer-social .list li{
	float: left;
	margin-left: 50px;
	font-size: 22px;
}

.entry-footer-social .list li:first-child {
	margin-left: 0;
}

.entry-content .wt-tip {
	margin-left: -100px;
	margin-bottom: 40px;
}

.post-nav  {
	border-top: 2px solid #363439;
	font-weight: 700;
	padding-top: 10px;
}

.post-nav .prev-post{
	float: left;
	max-width: 45%;
}

.post-nav .next-post{
	float: right;
	max-width: 45%
}

.post-nav .icon {
	font-size: 18px;	
	display: block;	
}

.post-nav .prev-post .icon {
	margin-right: 8px;
	float: left;
}

.post-nav .next-post .icon {
	margin-left: 8px;
	float: right;	
}

.post-nav a i {
	font-style: normal;	
}

/*===[ Content Headings ]===*/
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin-bottom: 20px;
}

.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;
}

/*===[ Post Slider ]===*/
.post-slider {
	display: none;		
	overflow: hidden;
	margin-bottom: 40px;
	position: relative;
}

.post-slider .slider-wrap{
	position: relative;
}

.post-slider ul li {
	background: none;
	margin: 0;
	padding: 0;
}

.post-slider .thumb img {
	display: block;
}

.post-slider .flex-direction-nav {
	margin: 0;
}

.post-slider .post-slider-nav a{
	position: absolute;
	top: 44%;
	background: #E1D36A;
	z-index: 2;
	width: 70px;
	height: 70px;
	display: block;
	font-size: 0;
	text-align: center;
}

.post-slider .flex-prev {
	left: 0;
}

.post-slider .flex-next {
	right: 0;
}

.post-slider .post-slider-nav a:before {	
	font-size: 48px;
	font-family: Ionicons;	
	display: block;
	line-height: 36px;
	color: #FFFFFF;
	margin-top: 17px;	
}

.post-slider .post-slider-nav a.flex-prev:before {
	content: "\f2ca";
}

.post-slider .post-slider-nav a.flex-next:before {
	content: "\f30f";
}

.post-slider .post-slider-nav a:hover {
	background: rgba(255, 255, 255, 0.95);
}

.post-slider .post-slider-nav a:hover:before {
	color: #E1D36A;
}

.post-slider .post-slider-nav a:hover span {
	background: #E1D36A;
}

.post-slider1 {
	overflow: visible;
	clear: both;
}

.post-slider1 .count {
	min-width: 50px;
	text-align: center;
	position: absolute;
	left: -80px;
	top: 40%;
}

.post-slider .count h2 {
	font-family: 'Georgia, Times';
	font-weight: 700;
	font-size: 56px;
}

.post-slider .count .sep {
	display: block;
	width: 100%;
	height: 1px;
	margin: 10px 0;
	background: #CCC;
	transform: rotate(-30deg);
}

.post-slider .caption  {
	padding: 15px 0;
	text-align: center;
	background: #F5F5F5;
	color: #282828;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 1px;	
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.post-slider2 .caption  {
	background: #202020;
	color: #DADADA;
}

.post-slider2 {
	overflow: visible;
	clear: both;
}

.post-slider .post-slider-nav span {
	font-size: 48px;
	width: 70px;
	background: #B7A841;
	color: #FFFFFF;
	height: 70px;
	display: block;
	float: left;
	font-family: 'Georgia, Times';
	font-weight: 700;
}

.post-slider2 .post-slider-nav a{
	width: 140px;
}

.post-slider2 .flex-prev {
	left: -70px;
}

.post-slider2 .flex-next {
	right: -70px;
}

.post-slider2 .flex-next span {
	float: right;	
}

.post-slider .post-slider-nav a.flex-prev:before {
	float: right;
	margin-right: 20px;
}

.post-slider .post-slider-nav a.flex-next:before {
	float: left;
	margin-left: 20px;
}

.has-slider2 {
	overflow: visible;
}

.has-slider2  .entry-content p {
	overflow: hidden;
}

.post-slider3 .caption {
	padding: 15px 20px;
}

.post-slider3 .count {
	text-align: center;
	position: relative;
	margin-top: 20px;
}

.post-slider3 .count .section-wrap {
	display: inline-block;
	line-height: 1;
}

.post-slider3 .count h2 {
	margin-bottom: 0;
	line-height: 42px;
}

.post-slider3 .count .current {
	float: left;
}

.post-slider3 .count .total {
	float: right;
}

.post-slider3 .count .sep {
	float: left;
	transform: rotate(-55deg);
    width: 50px;
	margin: 25px 0 0;	
	line-height: 1;	
}

.post-slider3 .caption {
	background: #FFFFFF;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

.post-slider3 .post-slider-nav a{
	background: none;
	width: auto;
	height: auto;
}

.post-slider3 .post-slider-nav a:before {
  color: #3F3F3F;
  font-size: 48px;
  line-height: 22px;
  margin-top: -10px;
}

.single-content .entry-author .name {
	text-transform: capitalize;
	float: right;
	font-size: 18px;
	font-weight: 600;
	font-style: italic;
	padding-right: 2px;
}

/*===[ Post Tags ]===*/
.entry-tags  {
	border: 1px solid #D9D9D9;
	padding: 20px 40px 10px;
}

.entry-tags .title {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	float: left;
	margin-right: 50px;
}

/*===[ Related Posts ]===*/
.related-posts {
	margin-top: 20px;
	padding-top: 40px;
	border-top: 9px solid #363439;
	clear: both;
}

.related-style1,
.related-style2 {
	padding-bottom: 20px;
}

.related-style1 .one-third,
.related-style2 .one-third {
	overflow: visible;
}

.related-style1 .wp-post-image {
	max-width: 570px;
	margin-left: -100px;	
}

.related-style1 .post-compact .wp-post-image {
	max-width: 370px;
	margin-left: 0;	
}

.related-style1 .post-medium .thumb {
	height: 490px;
	overflow: hidden;
}

.related-style1 .item-post,
.related-style2 .item-post {
	position: relative;
	margin-bottom: 30px;
}

.related-style1 .post-info,
.related-style2 .post-info {
	position: absolute;
	bottom: -30px;
	left: 20px;
	right: 20px;
	background: #FFFFFF;
	text-align: center;
	padding: 20px 20px 0;
}

.related-style1 .post-info h3, 
.related-style2 .post-info h3 {
	line-height: 1.15;
	margin: 15px 0;
	font-weight: 900;
	font-size: 26px;	
}

.related-style1 .post-info p {
	margin-bottom: 10px;
}

.related-style2 .post-info .entry-excerpt {
	display: none;
}

.related-style3 .post-info {
	border: 1px solid #DBDBDB;
	border-top: none;
	padding: 20px;
	text-align: center;
}

.related-style3 .post-info h3 {
	margin: 20px 0;
	font-size: 22px;
	font-weight: 900;
}

.related-style3 .entry-meta {
	color: #949494;
}

/*===[ 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-bottom: 10px;
	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;
}

/* ====================
 * 6. Pages
 * ==================== */
.page-header {
	border-bottom: none;
}

.page-header h1{
	font-size: 28px;	
	letter-spacing: 1px;
	font-weight: 700;
}

.section-dark .page-header h1{
	color: #FFFFFF;
}

/*===[ Pagination ]===*/
.pagination {
	overflow: hidden;
}

.pagination .page-numbers  {
	width: 46px;
	height: 41px;
	display: block;
	float: left;
	background: #F6F6F6;
	border: 1px solid #F6F6F6;
	margin-right: 6px;
	text-align: center;
	font-size: 24px;
	padding-top: 5px;	
	border-radius: 6px;
}

.pagination .prev,
.pagination .next {
	font-size: 0;
	background: none;
	border: none;
}

.page-numbers.dots {
	line-height: 20px;
	margin-top: 0;
}

.pagination .current {
	background: none;
	color: #B7A841;
	border: 1px solid #B7A841;
}

.pagination .prev:after,
.pagination .next:after {	
	font-size: 48px;
	font-family: Ionicons;
	content: "\f3d5";
	display: block;
	line-height: 36px;
}

.pagination .next:after {
	content: "\f3d6";
}

/*===[ Galleries Page 1 ]===*/
.page-galleries .load-more {
	margin-top: 20px;
}

.gallery-list .item-post {
	overflow: hidden;
}

.gallery-list1 .item-post {
	margin-bottom: 40px;
}

.gallery-list1 .thumb {
	width: 270px;
	float: left;
}

.gallery-list1 .thumb .wp-post-image{
	height: 270px;	
}

.gallery-list1 .entry-right {
	width: 439px;
	height: 228px;
	float: left;
	overflow: hidden;
	border: 1px solid #E6E6E6;
	border-left: 0;	
	padding: 20px 30px;
	position: relative;
}

.gallery-list1 .title {
	float: left;
	padding-left: 2px;
	width: 350px;
	overflow: hidden;
}

.gallery-list1 .title h6 {
	margin-bottom: 3px;
}

.gallery-list1 .title p {
	margin: 10px 0 0;
}

.gallery-list1 .count {
	text-align: center;
	float: right;
	margin-top: -10px;	
}

.gallery-list1 .thumb-list .more a,
.count a {
	color: #656565;
}

.gallery-list1 .thumb-list {
	position: absolute;
	bottom: 30px;
}

.gallery-list1 .thumb-list li{
	width: 70px;
	overflow: hidden;	
	float: left;
	margin-left: 3px;
}

.gallery-list1 .thumb-list li:first-child {
	margin-left: 0;
}

.gallery-list1 .thumb-list img{
	height: 70px;
	display: block;
}

.gallery-list1 .thumb-list .more{
	display: block;
	background: #F5F5F5;
	height: 70px;
	text-align: center;
}

.gallery-list1 .thumb-list .more h5{
	margin-top: 25px;
}

/*===[ Galleries Page 2 ]===*/
.gallery-list {
	overflow: hidden;
}

.page-galleries2 .item-post {
	float: left;
	width: 270px;
	height: 370px;
	margin-right: 30px;
	overflow: hidden;
	background: #F9F9F9;
	margin-bottom: 30px;
}

.page-galleries2 .entry-info {
	padding: 20px;
}

.page-galleries2 .main-post {
	width: 570px;
	height: 770px;	
}

.page-galleries2 .main-post .entry-info {
	padding: 40px 30px;
}

.page-galleries2 .main-post h2 {
	margin-bottom: 15px;
}

.page-galleries2 .main-post h6 {
	margin-bottom: 5px;
	color: #666666;
}

.page-galleries2 .main-post .count {
	float: right;
	margin-left: 30px;
	width: 100px;
	overflow: hidden;	
	margin-top: -10px;
}

.page-galleries2 .attachment-wt370_370{
	height: 270px;
}

.page-galleries2 h3,
.page-galleries2 .count {
	text-align: center;
}

.page-galleries2 h3 {
	font-size: 28px;
	line-height: 1;
	margin-bottom: 8px;
}

.page-galleries2 .count h4 {
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 1px;
}

.page-galleries2 .count h4 span {
	font-size: 20px;
	font-weight: 700;
	margin-right: 3px;
}

.page-galleries2 .count i {
	display: none;
}

/*===[ Galleries Page 3 ]===*/
.gallery-widgets {
	margin-top: -40px;
	padding-top: 40px;
	background: #111113;	
}

.gallery-widgets .breadcrumb {
	margin-bottom: 0;
}

.gallery-widgets .section-dark {
	padding-top: 30px;
}

.page-galleries3 .section-title {
	border-bottom: none;
	margin-bottom: 30px;
}

.full-gallery {
	width: 1200px;
}

.gallery-list3 .item-row {
	overflow: hidden;
	margin-bottom: 30px;
}

.gallery-list3 .item-post {
	float: left;
	width: 270px;
	min-height: 365px;
	margin-right: 30px;
	overflow: hidden;
}

.gallery-list3 .wp-post-image {
	height: 270px;
}

.gallery-list3 .entry-info {
	padding: 20px 10px;
}

.gallery-list3 h3 {
	font-size: 24px;
	line-height: 1.1;
}

.gallery-list3 .count h4 {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
}

.gallery-list3 .count h4 span {
	font-weight: 700;
	font-size: 20px;
	margin-right: 2px;
}

.gallery-list3 .count h4 i {
	font-size: 24px;
	margin-right: 10px;
}

/*===[ Galleries Page 3 ]===*/
.gallery-list4 .item-post {
	position: relative;
	width: 570px;
	float: left;
	margin-right: 30px;
	margin-bottom: 40px;
}

.gallery-list4 .entry-info {
	position: absolute;
	left: 100px;
	right: 100px;
	bottom: 0;
	background: #FFFFFF;
	padding: 20px 30px 0;
	text-align: center;
}

.home-tabs2 .post-info h3 {
	font-size: 28px;
	font-weight: 900;
	line-height: 1;	
	margin: 15px 0;
}

.gallery-list4 .entry-info p {
	margin-bottom: 0;
	margin-top: 10px;
}

.gallery-list4 .count {
	text-align: center;
	position: absolute;
	left: 48%;
	top: 35%;	
}

.gallery-list4 .count h2 {
	font-size: 82px;
	line-height: 1;
}

.gallery-list4  .count h4 {
	margin-top: 10px;
}

.gallery-list4 .count a {
	color: #FFFFFF;
}

/*===[ Single Gallery Post ]===*/
.gallery-slider .image-slider {
	width: 1030px;
	margin: 0 auto;
	position: relative;
}

.gallery-slider .image-slider .thumb {
	position: relative;
}

.gallery-slider .caption {
	text-align: center;
	margin: 40px 0;
}

.gallery-slider .caption p {
	max-width: 80%;
	margin: 0 auto;
	font-size: 16px;
}

.gallery-slider .caption strong {
	text-transform: uppercase;
}

.gallery-slider .image-slider .count {
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
}

.gallery-slider .image-slider .count h2 {
	font-size: 44px;
	font-weight: 700;	
}

.gallery-slider .image-slider .count h2 {
	color: #FFFFFF;
}

.gallery-slider .image-slider .current {
	float: left;
	font-weight: 700;
}

.gallery-slider .image-slider .total {
	float: left;
	position: relative;
	margin-left: 30px;
}

.gallery-slider .image-slider .total:before {
	border-left: 1px solid;
	content: '';
	height: 45px;
	position: absolute;
	top: 7px;
	color: #AAAAAA;
	transform: skew(-30deg);
	transform-origin: left top 0;
	-webkit-transform: skew(-30deg);
	-webkit-transform-origin: left top 0;
	width: 0;	
}

.gallery-slider .count .section-wrap {
	margin: 0 auto;
	display: inline-block;
}

.gallery-slider .image-slider img {
	display: block;
}

.gallery-slider .flex-direction-nav a{
	position: absolute;
	top: 330px;
	font-size: 0;	
	color: #737373;
}

.gallery-slider .image-slider a.flex-prev {
	left: -70px;
}

.gallery-slider .image-slider a.flex-next {
	right: -70px;
}

.gallery-slider .flex-direction-nav a:before{
	font-size: 64px;
	font-family: Ionicons;
	display: block;
	line-height: 36px;
}

.gallery-slider .image-slider a.flex-prev:before{
	content: "\f3d5";
}

.gallery-slider .image-slider a.flex-next:before{
	content: "\f3d6";
}

.slider-carousel {
	overflow: hidden;
	position: relative;
	margin-top: 20px;
}

.slider-carousel .slides li {
	width: 170px;
	height: 110px;
	margin-right: 5px;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid transparent;
}

.slider-carousel .slides li:hover,
.slider-carousel .slides li.flex-active-slide {
	border: 2px solid #B7A841;
}

.slider-carousel .thumb {
	width: 170px;
	height: 170px;
	margin-top: -35px;
}

.slider-carousel .flex-direction-nav a {
	top: 32px;
	width: 44px;
	height: 44px;
	border: 2px solid #FFFFFF;
	text-align: center;
	color: #FFFFFF;
}

.slider-carousel .flex-direction-nav a:before{
	font-size: 38px;
	margin-top: 4px;
	
}

.slider-carousel .flex-direction-nav a.flex-prev:before{
	content: "\f2ca";
}

.slider-carousel .flex-direction-nav a.flex-next:before{
	content: "\f30f";
}

.slider-carousel .flex-direction-nav a.flex-prev {
	left: 20px;
}

.slider-carousel .flex-direction-nav a.flex-next {
	right: 20px;
}

/*===[ Single Gallery Post 1 ]===*/
.content-image1 .gallery-slider {
	margin-top: -40px;
}

.content-image1 .image-slider .flex-direction-nav a{
	color: #737373;
}

.content-image1 .gallery-slider .caption {
	color: #C4C4C4;
}

.content-image .comments-count {
	text-align: center;	
	margin-top: 20px;
}

.content-image .comments-count .button {
	display: inline-block;
}

.content-image .comments-count i {
	font-size: 18px;
	margin-right: 8px;
}

.content-image1 .related-posts{
	border-top: none;
	padding-top: 0;
	margin-top: 0;
}

/*===[ Single Gallery Post 2 ]===*/
.content-image2 .page-header,
.content-image2 .section-header {
	text-align: center;
}

.content-image2 .page-header h1 {
  font-size: 36px;
}

.content-image2  .gallery-slider .count {
	bottom: -6px;
}
 
.content-image2 .count .section-wrap {
	background: #FFFFFF;
	padding: 5px 30px 0;
}

.content-image2 .image-slider .count h2 {
	color: #343434;
}

.content-image2 .related-posts .item-post{
	background: #FFFFFF;
}

.content-image2 .related-posts .entry-info {
	height: 120px;
	padding: 40px;
	text-align: left;
}

.content-image2 .related-posts .entry-info p {
	margin: 20px 0 0;
}

.content-image2 .related-posts .count {
	float: right;
	text-align: center;
	margin-left: 20px;	
}

.content-image2 .related-posts .count h2 {
	font-size: 82px;
	line-height: 60px;
	margin-top: -10px;
}

.content-image2 .related-posts .count h5{
	margin-top: 25px;
	color: #656565;	
}

.content-image2 .breadcrumb {
	text-align: center;
}

/*===[ Single Gallery Post 3 ]===*/
.content-image3 .gallery-slider .image-slider {
	width: 100%;
}

.content-image3 .attachment-wt1030_690 {
	height: 580px;
}

.content-image3  .image-slider .flex-direction-nav a {
	width: 58px;
	height: 58px;
	background: #FFFFFF;
	text-align: center;
	top: 260px;
}

.content-image3 .image-slider .flex-direction-nav a:before {
	padding-top: 12px;
}

.content-image3 .image-slider a.flex-prev {
	left: 0;
}

.content-image3 .image-slider a.flex-next {
	right: 0;
}

.content-image3 .gallery-slider .caption {
	margin: 15px 0 10px;
	padding-bottom: 10px;
	text-align: left;
	border-bottom: 1px solid #F3F3F3;
}

.content-image3 .gallery-slider .caption p {
	max-width: 100%;
}

.content-image3 .image-slider .count {
	position: static;
	float: left;
	width: auto;
}

.content-image3 .image-slider .count h2 {
	color: #343434;
	font-size: 32px;
}

.content-image3 .image-slider .total:before {
	height: 30px;
	top: 7px;
	left: -4px;	
}

.content-image3 .image-slider .total {
	margin-left: 25px;
}

.content-image3 .slider-carousel {
	margin-top: 20px;
	padding-bottom: 40px;
	border-bottom: 9px solid #363439;	
}

.content-image3 .entry-footer  {
	margin-top: 10px;
}

.content-image3 .views {
	float: right;	
}

.content-image3 .comments-section .section-header {
	margin-bottom: 20px;
	text-align: left;
}

.content-image3 .related-posts {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}

.content-image3 .related-posts .gallery-list3 {
	width: 100%;
}

.content-image3 .related-posts .item-post {
	margin-right: 0;
	margin-bottom: 30px;
	min-height: auto;
}

.content-image3 .related-posts .item-post .entry-info {
	margin: 0;
	padding: 20px 10px;
}

.content-image3 .related-posts .entry-info h3 {
	font-size: 24px;
	margin-bottom: 0;
}

/*===[ Content Videos ]===*/
.content-video .section-dark {
	margin-top: -40px;
}

.content-video1 .page-header {
	margin-top: 20px;
	margin-bottom: 0;
}

.content-video1 .page-header .title {
	overflow: hidden;
}

.content-video1 .page-header h1 {
	font-size: 48px;
	letter-spacing: 3px;
	width: 600px;
	float: left;
}

.content-video .feat-video iframe{
	display: block;
}

.content-video1 .page-header .entry-meta {
	font-size: 14px;
}

.content-video1 .page-header .left,
.content-video2 .page-header .left  {
	width: 650px;
	float: left;
}

.content-video .page-header .title .icn{
	font-size: 48px;	
	float: left;
	margin-top: 5px;
	margin-right: 20px;
}

.content-video1 .page-header .title .icn,
.content-video2 .page-header .title .icn {
	color: #FFFFFF;
}

.content-video1 .page-header .entry-meta,
.content-video2 .page-header .entry-meta {
	margin: 20px 0 20px 50px;
}

.content-video .page-header .date{
	color: #FFFFFF;
}

.content-video .page-header p {
	color: #999999;	
	font-size: 18px;
	font-weight: 400;
	text-transform: none;
	margin-left: 50px;
	line-height: 1.3;
	margin-bottom: 0;
}

.content-video .bg-section .page-header p {
	color: #FFFFFF;	
}

.content-video .page-header .center {
	float: right;
	width: 200px;	
}

.content-video .page-header .center .icn{
	float: left;	
	padding-left: 2px;
	margin-right: 20px;
}

.content-video .page-header .center .button {
	display: inline-block;
}

.content-video1 .page-header .info-section,
.content-video2 .page-header .info-section{
	color: #FFFFFF;
}

.content-video .page-header .icons {
	float: right;
	margin-top: 30px;
	margin-left: 50px;
}

.content-video .page-header .icons .icon {
	font-size: 30px;
	margin-left: 25px;
	padding-left: 2px;
	color: #FFFFFF;	
}

.content-video1 .page-header .icons .icon:first-child {
	margin-left: 0;
}

.content-video1 .section-header {
	text-align: center;
}

.content-video2 .section-dark {
	padding: 0;	
}

.content-video2 .section-overlay {
	background: rgba(0, 0, 0, 0.5);
	padding: 40px 0;	
}

.content-video2 .page-header {
	margin: 20px 0 0;
	padding-bottom: 0;
}

.content-video2 .page-header h1{
	font-size: 32px;
	line-height: 1.2;
}

.content-video2 .page-header .title {
	overflow: hidden;
}

.content-video2 .page-header .title .icn {
	font-size: 40px;
	margin-top: 0;
}

.content-video2 .page-header p {
	color: #DFE0E4;	
}

.content-video3 .feat-video{
	background: #FFFFFF;
}

.content-video4 .video-left,
.content-video3 .video-left {
	width: 870px;
	float: left;	
}

.content-video3 .video-right {
	width: 300px;
	float: left;	
}

.content-video3 .video-right .cat {
	height: 25px;
	padding: 5px 0;
	text-align: center;
	background: rgb(240,203,112);
	background: linear-gradient(to right,  rgba(240,203,112,1) 0%,rgba(234,232,145,1) 100%);
	
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.content-video3 .video-right .post-categories {
	margin-top: 3px;
}

.content-video3 .video-right .post-categories a {
	color: #FFFFFF;
}

.content-video3 .page-header .title .icn {
	font-size: 36px;
	margin-top: 0;
}

.content-video3 .video-right h3 {
	color: #111113;
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 20px;
}

.content-video3 .video-right .entry-top {
	padding: 30px 30px 15px;	
}

.content-video3 .video-right .info-section {
	padding: 0 30px;	
	margin-top: 15px;
}

.content-video3 .video-right .comments .right {
	font-size: 14px;
}

.content-video3 .video-right .icon-section {
	border-top: none;
	margin-top: 30px;
}

.content-video3 .video-right .right {
	width: 190px;	
	float: left;	
	overflow: hidden;
}

.content-video3 .video-right p {
	margin-bottom: 0;
}

.content-video4 .page-header  {
	margin-bottom: 30px;
	padding-bottom: 0;
}

.content-video4 .page-header .title .icn {
	font-size: 32px;
	margin-top: 0;
}

.content-video4 .page-header .left {
	float: left;
	overflow: hidden;
}

.content-video4 .page-header .title {
	overflow: hidden;
}

.content-video4 .page-header .title .right {
	width: 680px;
	float: left;
	overflow: hidden;
}

.content-video4 .page-header h3 {
	font-size: 28px;
}

.content-video4 .main-video  {
	margin-bottom: 50px;
}

.content-video4 .main-video .duration{
	min-width: 85px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	float: right;	
}

.content-video4 .main-video .duration .icn {
	font-size: 20px;
	margin-right: 10px;
}

.content-video4 .main-video p {
	border: 2px solid #F2F2F2;
	padding: 20px 80px 25px;
	font-size: 16px;	
	margin-bottom: 30px;
}

.content-video4 .main-video .info-section  {
	float: left;
}

.content-video4 .main-video .comments {
	margin-right: 100px;
}

.content-video4 .main-video .icon-section {
	margin-left: 60px;
}

.content-video4 .main-video .comments .icn {
	margin-right: 10px;
	margin-top: 2px;
}

.content-video4 .main-video .views {
	min-width: 120px;	
	margin-top: 15px;
}

.content-video4 .main-video .views .icn {
	margin-right: 20px;
	float: left;
}

.content-video4 .main-video .views span {
	font-weight: 700;
	font-size: 18px;
}

.content-video4 .main-video .views .right {
	margin-top: 3px;
	font-size: 14px;
}

.content-video4 .icon-section {
	margin-top: 14px;
	color: #343434;
	margin-right: 0;
}

.content-video4 .icon-section i {
	margin-left: 20px;
}

.content-video .related-posts {
	border-top: none;
	padding-top: 0;
	margin-top: 0;
}

.content-video4 .related-posts {
	background: #EDEDED;
	padding-top: 40px;
}

.content-video4 .more-compact {
	background: #F6F6F6
}

.content-video4 .video-right{
	width: 250px;
	float: right;
	overflow: hidden;
}

.content-video4 .video-right .item-video {
	margin-bottom: 30px;
	overflow: hidden;
}

.content-video4 .video-right .thumb {
	height: 145px;
	margin-bottom: 12px;
}

.content-video4 .video-right .wp-post-image {
	height: 250px;
	max-width: 250px;
	margin-top: -50px;
}

.content-video4 .video-right .link {
	top: 38%;
}

.content-video4 .video-right .entry-title h3 {
	font-size: 18px;
	text-transform: none;
}

.video-list .info-section .icn {
	float: left;
}

.video-list1 .list-section {
	width: 1200px;
}

.video-list1 .item-row {
	overflow: hidden;
	margin-bottom: 30px;
}

.video-list1 .item-post{
	float: left;
	margin-right: 30px;
	width: 370px;
}

.video-list1 .item-post .thumb {
	height: 215px;
	overflow: hidden;
	margin-bottom: 15px;
}

.video-list1 .item-post .wp-post-image{
	margin-top: -75px;
}

.video-archive .item-post .link,
.videos-list .item-post .link,
.video-list1 .link {
	background: rgba(255, 255, 255, 0.75);
	border-radius: 50%;
	height: 40px;
	left: 43%;
	position: absolute;
	text-align: center;
	top: 40%;
	width: 40px;
	z-index: 3;
	transition: all 0.4s ease 0s;
}

.thumb-overlay:hover .link {
	border-radius: 0;	
}

.video-archive .item-post .link i,
.videos-list .item-post .link i,
.video-list1 .link i {
	font-size: 26px;
	margin-top: 2px;
	display: block;
	margin-left: 4px;
}

.video-list1 .entry-title {
	overflow: hidden;
	margin-bottom: 10px;
}

.video-list1 .entry-title .icn{
	font-size: 24px;
	display: block;
	float: left;
	margin-right: 20px;
	line-height: 1;
	color: #373538;
}

.video-list1 .item-post .duration {
	padding-left: 2px;
	color: #BCBCBC;
	font-size: 20px;
	line-height: 1.2;
}

.video-list1 .item-post .duration i {
	font-size: 22px;
	float: left;
	margin-right: 10px;
	line-height: 1;
}

/*===[ Videos Archive 1 ]===*/
.video-archive {
	overflow: hidden;
}

.video-archive1 .item-post,
.video-archive1 .item-feat {
	overflow: hidden;
	margin-bottom: 40px;	
}

.video-archive1 .item-post .thumb {
	width: 270px;
	height: 160px;
	overflow: hidden;
	float: left;
}

.video-archive1 .item-post .wp-post-image {
	height: 270px;
	margin-top: -60px;
}

.video-archive1 .post-right{
	overflow: hidden;
	height: 128px;
	border: 1px solid #DBDBDB;
	padding: 15px 30px;
	position: relative;
}

.video-archive1 h3 {
	float: left;
	width: 420px;
}

.video-archive .title {
	overflow: hidden;
}

.video-archive .title i {
	line-height: 26px;
}

.video-archive .icn i{
	font-size: 24px;
	float: left;
	margin-right: 20px;
	line-height: 30px;
}

.video-archive h3 {
	font-size: 24px;
	line-height: 1.1;
	margin-bottom: 10px;
}

.video-archive1 .entry-footer {
	position: absolute;
	bottom: 10px;
	left: 30px;
	right: 30px;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	color: #999999;
}

.video-archive1 .entry-footer i {
	color: #CCCCCC;
	margin-right: 12px;
	font-size: 20px;
	line-height: 32px;
}

.video-archive1 .views,
.video-archive1 .entry-footer a {
	color: #999999;
}

.video-archive1 .comments {
	display: inline-block;
}

.video-archive1 .duration {
	float: left;
}

.video-archive1 .views {
	float: right;
}

.video-archive1 .item-feat .thumb{
	height: 480px;
	overflow: hidden;
}

.video-archive1 .item-feat .wp-post-image {
	height: 515px;
	margin-top: -15px;
}

.video-archive1 .item-feat .link {
	width: 120px;
	height: 120px;
	background: #1B1B1B;
	position: absolute;
	top: 180px;
	left: 320px;
}

.video-archive1 .item-feat .link a{
	width: 80px;
	height: 80px;
	text-align: center;
	display: block;
	
	color: #EAE893;
	border: 3px solid #EAE893;	
	cursor: pointer;
	margin: 18px;
}

.video-archive1 .item-feat .link i {
	display: block;
	margin-top: 5px;
	margin-right: 0;		
	font-size: 48px;
	float: none;
}

.video-archive1 .item-feat .post-right {
	border-top: 0;
	padding: 20px 0 20px 20px;
	height: auto;
}

.video-archive1 .item-feat .entry-footer {
	position: static;
	margin-right: 20px;
}

.video-archive1 .item-feat .title .icn {
	float: left;
}

.video-archive1 .item-feat .title-wrap {
	max-width: 75%;
	float: left;
}

.video-archive1 .item-feat h3 {
	width: 520px;
}

.video-archive1 .item-feat .feat {
	float: right;
	height: 18px;
	position: relative;
	padding: 5px 10px 5px 20px;
	text-align: center;
	background: rgb(240,203,112);
	background: linear-gradient(to right,  rgba(240,203,112,1) 0%,rgba(234,232,145,1) 100%);
	
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #FFFFFF;
	text-transform: uppercase;
}

.video-archive1 .item-feat .feat:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	border-top: 14px solid transparent;
	border-left: 10px solid #FFFFFF; 
	border-bottom: 14px solid transparent;
}

.video-archive1 .item-feat p {
	margin-top: 10px;
	margin-right: 30px;
}

/*===[ Videos Archive 2 ]===*/
.video-archive1 .post-right {
	border: 1px solid #DBDBDB;
	height: 128px;
	overflow: hidden;
	padding: 15px 20px;
	position: relative;
}

.video-archive1 .item-post .thumb + .post-right {
	border-left: none;
}

.video-archive2 .title .icn i {
  font-size: 24px;
  line-height: 30px;
  margin-right: 10px;
}

.video-archive2 h3 {
	font-size: 20px;
	line-height: 1.2;
	width: 234px;
	float: left;
}

.video-archive1 .post-right p {
	margin-left: 35px;
	line-height: 1.1;
}

.video-archive2 .entry-footer {
  font-size: 18px;
}

.video-archive2 .entry-footer i  {
	float: left;
	font-size: 22px;
	line-height: 30px;
	margin-right: 10px;
}

.video-archive3 .post-right .title {
	margin-bottom: 10px;
}

.video-archive3 .entry-footer {
	font-size: 20px;
	font-weight: 600;
	color: #999999;
	line-height: 1;
}

.video-archive3 .entry-footer .views,
.video-archive3 .entry-footer a {
	color: #999999;
}

.video-archive3 .entry-footer i {
	color: #CCCCCC;
	font-size: 22px;
	line-height: 30px;
	margin-right: 10px;
}

/*===[ Videos Archive 3 ]===*/
.video-archive3 .item-post {
	margin-bottom: 30px;
	min-height: 350px;
}

.video-archive3 .thumb {
	height: 220px;
	margin-bottom: 20px;
}

.video-archive3 .wp-post-image {
	height: 370px;
	margin-top: -75px;
}

.video-archive3 h3 {
	float: left;
	width: 335px;
}

.video-archive3 .entry-footer i {
	font-size: 20px;
	line-height: 1;
	margin-right: 10px;
}

.video-archive3 .entry-footer .comments,
.video-archive3 .entry-footer .duration{
	float: left;
	margin-right: 40px;
}

.video-archive .item-post .feat {
	height: 18px;
	position: absolute;
	left: 0;
	top: 15px;
	padding: 5px 10px 5px 15px;
	text-align: center;
	background: rgb(240,203,112);
	background: linear-gradient(to right,  rgba(240,203,112,1) 0%,rgba(234,232,145,1) 100%);
	
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #FFFFFF;
	text-transform: uppercase;
}

.video-archive .item-post .feat:after {
	position: absolute;
    content: '';
    top: 0;
    right: -10px;
    height: 0;
    width: 0;
    border-top: 14px solid #EAE891;
    border-right: 10px solid transparent; 
    border-bottom: 14px solid #EAE891; 
}

/*===[ Blog Pages ]===*/
.page-blog .feat-post {
	overflow: hidden;
	position: relative;
	margin: -40px 0 40px;
}

.page-blog .feat-post .wp-post-image {
	min-width: 100%;
	max-width: none;
	height: 480px;	
}

.page-blog .feat-post .post-info {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.page-blog .feat-post .post-info .inner-wrap {
	width: 620px;
	background: #FFFFFF;
	padding: 25px 40px 0;	
}

.page-blog .feat-post .entry-meta {
	margin-bottom: 15px;
}

.page-blog .feat-post .post-categories {
	float: left;
	margin-right: 20px;
}

.page-blog .feat-post .comments {
	float: right;
}

.page-blog .home-list2 {
	border-bottom: none;
}

/*=== Blog Page 4 ===*/
.page-blog4 .content {
	width: 1200px;
	margin-right: 0;
}

.page-blog4 .masonry-list {
	display: none;
}

.page-blog4 .post-list .post {	
	margin-bottom: 60px;
	margin-right: 30px;
	position: relative;
}

/*=== Blog Page 5 ===*/
.blog-list5 .item-post {
	height: 380px;
	overflow: hidden;
	margin-bottom: 40px;
}

.blog-list5 .thumb{
	width: 570px;
	float: left;	
}

.blog-list5 .thumb .wp-post-image {
	margin-top: -95px;
}

.blog-list5 .entry-right {
	width: 479px;
	height: 278px;
	padding: 50px 60px; 
	float: right;
	overflow: hidden;
	text-align: center;
	border: 1px solid #DBDBDB;
	border-left: none;
}

.blog-list5 .full-width {		
	height: auto;
}	

.blog-list5 .full-width .entry-right,
.blog-list6 .full-width .entry-right {
	width: 100%;
	box-sizing: border-box;	
	border-left: 1px solid #DBDBDB;
	height: auto;
}

.blog-list5 .entry-meta {
	margin-bottom: 20px;
}

.blog-list5 h3 {
	font-size: 32px;
	margin-bottom: 20px;
}

.blog-list5 p {	
	margin-bottom: 30px;
}

.blog-list5 .comments a,
.blog-list5 .entry-footer i {
	color: #D4D474;
}

/*===[ Blog Page 6 ]===*/
.blog-list6 .item-post {
	height: 320px;
	overflow: hidden;
	margin-bottom: 40px;
}

.blog-list6 .thumb{
	width: 370px;	
	float: left;	
}

.blog-list6 .entry-right {
	width: 319px;
	height: 278px;
	padding: 20px 40px; 
	float: right;
	overflow: hidden;
	text-align: center;
	border: 1px solid #DBDBDB;
	border-left: none;
}

.blog-list6 .entry-meta {
	margin-bottom: 20px;
}

.blog-list6 h3 {
	margin-bottom: 20px;
}

.blog-list6 p {
	line-height: 1.2;
	margin-bottom: 30px;
}

.blog-list6 .full-width {		
	height: auto;
}	

.blog-list6 .comments {
	float: left;
	margin-top: 7px;
}

.blog-list6 .comments i,
.blog-list7 .comments i {
	margin-right: 5px;
}

.blog-list6 .author,
.blog-list7 .author {
	display: inline-block;
}

.blog-list6 .avatar,
.blog-list7 .avatar {
	height: 32px;
	width: 32px;
	border-radius: 35px;
	border: 3px solid #828284;
	float: left;
	margin-right: 8px;
}

.blog-list6 .author a,
.blog-list7 .author a {
	display: block;
	float: left;
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 8px;
}

.blog-list6 .author a
.blog-list7 .author a {
	color: #767676;
}

.blog-list6 .share {
	float: right;
	padding-right: 2px;
	margin-top: 8px;
	width: 36px;
	height: 33px;
}

.blog-list6 .share-link {
	float: right;	
}

.blog-list6 .share-box {
	line-height: 1;
}

.blog-list7 .comments i,
.blog-list6 .entry-footer i {
	color: #D4D474;
}

.blog-list6 .comments a,
.blog-list7 .comments a {
	color: #B6A940;
}

/*===[ Blog Page 7 ]===*/
.blog-list7 {
	width: 1200px;
	overflow: hidden;
}

.blog-list7 .item-post{
	width: 270px;
	overflow: hidden;
	float: left;
	margin-right: 30px;
	margin-bottom: 40px;
	min-height: 555px;
}

.blog-list7 .wp-post-image {
	height: 270px;
}

.blog-list7 .entry-wrap {
	min-height: 240px;
	overflow: hidden;
	border: 1px solid #DBDBDB;
	border-top: none;
	padding: 20px;
	text-align: center;
}

.blog-list7 .entry-meta {
	margin-bottom: 20px;
}

.blog-list7 h3 {
	font-size: 22px;
	line-height: 1;
	margin-bottom: 30px;
}

.blog-list7 .comments {
	margin-top: 20px;
}

/*===[ Contact Page ]===*/
.contact-page .contact-text{
	margin-bottom: 30px;
	margin-top: 10px;
}


.contact-page .contact-text span,
.contact-page .contact-text a {
	color: #B3A333;
	border-bottom: 2px solid #B3A333;
}

.contact-page .contact-map {
	overflow: hidden;
	margin-bottom: 20px;
}

.contact-page .map{
	height: 400px;
}

.contact-page .field{
	margin-bottom: 20px;
	overflow: hidden;
}

.contact-page .field-section{
	overflow: hidden;
}

.contact-page .contact-wrap {
	overflow: hidden;
	margin-bottom: 20px;
}

.contact-page .row-full .field{
	width: 355px;
	float: left;
	margin-right: 15px;
}

.contact-page .content .one-half input[type="text"] {
	width: 348px;
}

.contact-page .row-full .field-last{
	margin-right: 0;
}

.contact-page .row-full input.text{
	width: 333px;
}

.contact-page input[type=text],
.contact-page textarea{
	width: 748px;
	padding: 10px;
	font: inherit;
	color: inherit;	
	margin-bottom: 0;
}

.contact-page textarea{
	height: 150px;
	margin-bottom: 20px;
}

.contact-page .info-text{
	border-bottom: 1px solid #ECECEC;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.contact-page .capt-section {
	display: none;
}

.contact-page .error{
	color: #C14E36;
	display: block;
	font-size: 14px;
	margin-top: 4px;
}

.contact-page .textarea-field span.error {
	margin-top: -15px;
}

.contact-page label{
	margin-bottom: 5px;
	font-weight: 700;
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
}

.contact-page label span{
	color: red;
	margin-left: 3px;	
	font-weight: 400;
}

.contact-page .address {
	overflow: hidden;
	text-align: center;	
}

.contact-page .address p{
	color: #787878;
	font-size: 14px;
	margin-bottom: 0;
}

.contact-page .address .phone{
	color: #444444;
	font-size: 20px;
	font-weight: 600;
	margin-top: 6px;
}

.contact-page .contact-text {
	font-size: 16px;
	margin-bottom: 40px;
}

.contact-page .contact-text a {
	border-bottom: 2px solid #3F3F3F;
	padding-bottom: 3px;
	margin: 0 3px;	
}

.contact-3 .address {
	margin-bottom: 40px;
}

.contact-4 .contact-wrap {
	color: #FFFFFF;
	text-align: center;
	margin-top: -40px;
	margin-bottom: 0;
	background: url('images/contact-bg.jpg') no-repeat;
}

.contact-4 .contact-overlay {
	padding: 60px 0;
	background: rgba(0, 0, 0, 0.7);
}

.contact-4 .breadcrumb a,
.contact-4 .breadcrumb i,
.contact-4 .archive-header h1,
.contact-4 .address .phone,
.contact-4 .contact-text a,
.contact-4 .address p {
	color: #FFFFFF;
}

.contact-4 .archive-header {
	border-bottom: none;
}

.contact-4 .contact-text {
	margin-top: 40px;
	margin-bottom: 0;
}

.contact-4 .contact-text span,
.contact-4 .contact-text a {
	color: #E0D36A;
	border-bottom: 2px solid #E0D36A;
}

.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;
}

/*===[ 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;
}

/* ====================
 * 7. Comments
 * ==================== */
.comments-section {
	max-width: 780px;
	overflow: hidden;
	margin: 0 auto 40px;	
}

.comments-section .section-header {
	margin-bottom: 20px;
	text-align: center;
}

.comment-count {
	text-align: center;
}

.comments-section .commentlist {
	list-style: none;
	padding: 0;
	margin: 0;
}

.comments-section .comment {
	overflow: hidden;	
	padding: 25px 15px;
	position: relative;
	border-bottom: 1px solid #E3E3E3;
}

.comments-section .comment.odd {
	background: #FAFAFA;
}

.comments-section .comment .comment-respond {
	margin-top: 20px;
}

.comments-section .comment-left {
	width: 200px;
	float: left;
	overflow: hidden;	
}

.comments-section .entry-meta {
	margin-top: 6px;
}

.comments-section .entry-meta a{
	color: #949494;
}

.comments-section .date {
	margin-right: 15px;
}

.comments-section .comment-left .section-wrap {
	width: 150px;
	overflow: hidden;
	float: left;	
}

.comments-section .comment-author h6 {
	display: inline-block;
	margin-left: 5px;
	color: #B6A940;
}

.comments-section .comment-author i {
	color: #D4D474;
}
.comments-section .comment-author i:before {
	line-height: 8px;
}

.comments-section .comment-left .sep {
  font-size: 22px;
  line-height: 14px;
}

.comments-section .comment-right {
	width: 550px;
	float: left;
}

.single-3 .comments-section .comment-right {
	width: 530px;
}

.comments-section .comment-text p:last-child {
	margin-bottom: 0;
}

.comments-section cite {
	font-style: normal;
}

.comments-section .comment article{
	overflow: hidden;
}

.comments-section  .moderation{
	color: #E96065;
}

/*===[ Comment form ]===*/
.comment-notes {
	display: none;
}

.comment-respond input[type=text],
.comment-respond textarea{	
	font-size: 18px;
	padding: 10px 30px;
	border: none;
	width: 100%;
	box-sizing: border-box;
}

.comment-respond h3,
.comment-respond label {
	display: none;
}

.comment-respond p {
	margin-bottom: 0;
}

.comment-form {
	background: #FAFAFA;
	border: 1px solid #F3F3F3;
	padding: 20px;
}

.comment-form-author,
.comment-form-email,
.comment-form-comment {
	position: relative;
	border: 2px solid #EEEEEE;	
	display: block;
	background: #FFFFFF;
	padding: 0 15px;	
}

.comment-form-email {
	border-top: none;
	border-bottom: none;
}

.comment-form-author {
	border-top: none;
}

.comment-form-author,
.comment-form-comment {
	border-bottom: none;
}

.comment-form-email input[type="text"],
.comment-form-author input[type="text"] {
	border-top: 1px solid #EEEEEE;
}

.logged-in .comment-form-comment {
	border-top: 2px solid #EEEEEE;	
	border-bottom: 2px solid #EEEEEE;
}

.comment-form-email {
	border-bottom: 2px solid #EEEEEE;
}

.comment-form .logged-in-as {
	margin-bottom: 20px;
	font-style: normal;
}

.comment-respond textarea {
	height: 150px;
	transition: all 0.4s ease-in;
}

.comment-respond .active {
	height: 200px;
}

.comment-form-author:before,
.comment-form-email:before,
.comment-form-comment:before {
	font-size: 20px;
	font-family: Ionicons;
	position: absolute;
	left: 15px;
	top: 15px;
	line-height: 1;
	color: #949494;
}

.comment-form-author:before {
	content: "\f213";
}

.comment-form-email:before {
	content: "\f423";
}

.comment-form-comment:before {
	content: "\f11e";
}

.comment-form .form-submit {
	text-align: center;
	margin-top: 20px;
}

.comment-form .submit {
	display: inline-block;
}

/* ====================
 * 8. Sidebars
 * ==================== */ 
.sidebar .widget {
	overflow: hidden;
	margin-bottom: 40px;
}

.sidebar .widget-title {
	text-align: center;
	border-bottom: 9px solid #363439;
	
}
.sidebar .widget-title h4 {
	display: inline-block;	
	margin-bottom: 12px;
}
.sidebar .widget-title h4 {
	display: inline-block;
}

.widget-title {
	overflow: hidden;
	margin-bottom: 20px;	
}

.widget-title h4 {
	letter-spacing: 1px;
}

.widget_text {
	font-size: 16px;
}

/*===[ Default Widgets]===*/
.widget ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget ul li{
	margin-bottom: 10px;
	overflow: hidden;
}

.widget ul li:last-child{
	margin-bottom: 0;
}

.widget_categories ul li:before,
.widget_recent_comments ul li:before,
.widget_archive ul li:before,
.widget_meta ul li:before,
.widget_pages ul li:before,
.widget_recent_entries ul li:before{
	font-family: Ionicons;
	font-size: 18px;
	line-height: 23px;
	content: "\f3d6";
	margin-right: 8px;
	display: block;
	float: left;
} 

.widget .screen-reader-text {
	display: none;
}

.no-results .widget_search  input[type=search],
.widget input[type=search],
.widget input[type=text]{
	display: block;
	font-size: 14px;
	padding: 7px 10px;
	width: 270px;
	border: 1px solid #F1F1F1;
	font: inherit;	
}

.no-results .widget_search .close,
.sidebar .widget_search .close {
	display: none;
}

.no-results .widget_search .button,
.sidebar .widget_search .button {
	margin-top: 15px;
	padding: 10px 15px;
}

/*===[ Widget Calendar ]=== */
.widget_calendar { 
	margin-bottom: 0 
}

.widget_calendar #calendar_wrap{
	padding: 1px;
}

.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: 700;
}

.widget_calendar tfoot td a{
	font-weight: 400;
}

.widget_calendar thead th {
    padding: 10px 0;
    text-align: center;
}

.widget_calendar caption {   
    font-weight: 700;
}

.widget_calendar #prev {
    text-align: left;
    padding-left: 12px;
}

/*===[ Vertical Menu Widgets ]===*/
.vertical-widgets {
	margin-top: 50px;
	padding-top: 20px;
}

.vertical-widgets h4 {
	color: #FFFFFF;
}

.vertical-widgets a {
	color: #D7D7D7;
}

.vertical-widgets .tagcloud a {	
	background: #555555;
}

.vertical-widgets .tagcloud a:hover {
	background: #444444;
	color: #EEEEEE;
}

.vertical-widgets .home-social {
	height: auto;
	margin: 0;
	overflow: hidden;
	border-top: 1px solid #555555;
	padding-top: 10px;
}

.vertical-widgets .home-social .inner-wrap {
	width: auto;
}

.vertical-widgets .home-social ul li {
	margin-left: 20px;
}

.vertical-widgets  .home-social a {
	color: #555555;
}

.vertical-widgets  .home-social a:hover {
	color: #999999;
}

/*===[ Sidebar Widgets ]===*/

/*===[ Menu widget ]===*/
.widget_nav_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.widget_nav_menu ul li {
	width: 50%;
	float: left;
	overflow: hidden;
	margin-bottom: 10px;
}

.widget_nav_menu ul li a {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	padding: 4px 10px;
	display: inline-block;	
}

.widget_nav_menu ul li.active a {
	color: #B7A841;	
	border: 1px solid #B7A841;
}

.widget_nav_menu ul {
	margin-top: 15px;
}

.widget_nav_menu ul li ul li {
	width: 100%;
	float: none;
}

/*===[ Logo widget ]===*/
.widget_logo .logo-url {
	text-align: center;
}

/*===[ Widget Photos ]===*/
.widget_flickr .flickr_thumbs{
	overflow: hidden;
}

.widget_pinterest ul,
.widget_flickr ul {
	overflow: hidden;	
}

.widget_pinterest ul li,
.widget_flickr ul li{
	width: 75px;
	float: left;
	margin-right: 11px;
	margin-bottom: 10px;
	border: 2px solid #F3F2AF;
}

.widget_pinterest .recent-pins img,
.widget_flickr .flickr_thumbs img{
	width: 75px;
	height: 75px;
	display: block;	
	transition: all 0.3s ease 0s;
}

.widget_pinterest .recent-pins img:hover,
.widget_flickr .flickr_thumbs img:hover {
	  -webkit-filter: grayscale(100%); 
	          filter: grayscale(100%); 
}

.widget_pinterest ul li.pinterest-follow-me img{
	display: block;
	height: 28px
}

.footer-widget .widget_pinterest ul li, 
.footer-widget .widget_flickr ul li {
	border: none;
	margin-bottom: 3px;
	margin-right: 3px;
	width: 82px;
}

.footer-widget .widget_pinterest .recent-pins img,
.footer-widget .widget_flickr .flickr_thumbs img{
	width: 82px;
	height: 82px;
}

/*===[ Widget Subscribe ]===*/
.rss-form {
	width: 300px;
	overflow: hidden;
	position: relative;	
}

.rss-form .input {
	width: 260px;
	padding: 12px 18px;
	height: 14px;
	background: none;
}

.rss-form button {
	background: none;
	border: none;
	position: absolute;
	right: 6px;
	top: 8px;
	font-size: 24px;
	line-height: 1;
	color: #949494;
	cursor: pointer;	
}

.rss-form button:hover {
	color: #333333;
}

.sidebar .rss-form {
	width: 270px;
}

.sidebar .rss-form .input {
	width: 232px;
}

/*===[ Tags widget ]===*/
.tagcloud{
	overflow: hidden;	
}

.tagcloud a{
	font-size: 12px !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #F2F2F2;	
	display: block;
	float: left;
	line-height: 1;
	margin: 0 8px 12px 0;
	padding: 5px 7px;
	text-decoration: none;
	border-radius: 2px;
}
/*===[ Widget Post List 1 ]===*/
.widget-list1 .item-post{
	margin-bottom: 20px;	
}

.widget-list1 .item-post .thumb{
	width: 100px;
	float: left;
	margin-right: 20px;
	overflow: hidden;
}

.widget-list1 .item-post .entry-meta {
	overflow: hidden;
	margin-bottom: 10px;
}

.widget-list1 .item-post .post-categories {
	float: left;
}

.widget-list1 .item-post h5 {
	font-size: 15px;
	line-height: 1.3;
}

.widget-list1 .item-post .date {
	float: right;
	display: none;
}

.widget-list1 .item-post .footer-meta {
	margin-top: 6px;
	margin-bottom: 0;
}

.wide-content .widget-list1 .item-post .thumb{
	width: 90px;
	margin-right: 15px;
}

.wide-content .widget-list1 .item-post .wp-post-image {
	height: 90px;
}

.wide-content .widget-list1 .item-post .entry-meta {
	margin-bottom: 5px;
}

.wide-content .widget-list1 .item-post .date {
	display: none;
}

/*===[ Widget Post List 1 ]===*/
.widget-feat1 .item-post {
	position: relative
}

.widget-feat1 .thumb img{
	display: block;
}

.widget-feat1 .entry-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
	padding: 30px;
}

.widget-feat1 .entry-inner {
	border: 2px solid #EAEA94;
	padding: 30px;
	position: relative;
	height: 100%;
	box-sizing: border-box;
}

.widget-feat1 .link {
	line-height: 24px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;	
	text-align: center;
}

.widget-feat1 .link i{
	font-size: 80px;	
	color: #FFFFFF;
}

.widget-feat1 .title{
	font-size: 15px;	
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	text-align: center;
	color: #FFFFFF;
}

.widget-feat1 h3 {
	margin-top: 35%;
	font-size: 28px;	
	text-align: center;
}

.widget-feat1 h3 a{
	color: #FFFFFF;
}

.wide-content .widget-feat1 .entry-wrap {
	padding: 20px;
}

.wide-content .widget-feat1 .entry-inner {
	padding: 10px 20px 20px;
}

.wide-content .widget-feat1 h3 {
	font-size: 24px;
}

.wide-content .widget-feat1 .link i{
	font-size: 60px;	
}

/*===[ Widget Post List 2 ]===*/
.widget-list2 .item-feat {
	position: relative;
	margin-bottom: 60px;
	overflow: visible;
}

.widget-list2 .item-feat .wp-post-image{
	max-width: 540px;
	max-height: 540px;
	margin-left: -85px
}

/*===[ Widget Post List 3 ]===*/
.widget-list3 {
	border: 1px solid #DBDBDB;
}

.widget-list3 .widget-title {
	border-bottom: none;
	background: #F6F6F6;
	padding-top: 12px;
}

.widget-list3 ul {
	padding: 10px 20px;
}

.widget-list3 ul li{
	padding-bottom: 20px;
	border-bottom: 1px solid #DBDBDB;
}

.widget-list3 ul li:last-child{
	padding-bottom: 0;
	border-bottom: none;
}

.widget-list3 ul li,
.widget_comments ul li{
	margin-bottom: 30px;
}

.widget-list3 ul li:last-child
.widget_comments ul li:last-child{
	margin-bottom: 0;
}

.widget-list3 .thumb,
.widget_comments .thumb {	
	float: left;
	margin-right: 20px;	
}

.widget-list3 .wp-post-image,
.widget_comments .avatar{
	width: 60px;
	height: 60px;
	border-radius: 80px;
	border: 7px solid #F3F2AF;
}

.widget-list3 .entry-right {
	float: left;
	width: 234px;
}

.wide-content .widget-list3 .entry-right {
	width: 134px;
}

.widget-list3 .entry-meta {
	margin: 5px 0;
}

.widget-list3 .comments {
	line-height: 1;
}

/*===[ Widget Comments ]===*/
.widget_comments ul li{
	margin-bottom: 20px;
}

.widget_comments ul li:last-child{
	margin-bottom: 0;
}

.widget_comments .comment-author {
	overflow: hidden;
	margin-bottom: 10px;
}

.widget_comments h5 {
	font-size: 15px;
	letter-spacing: 1px;
	float: left;
}

.widget_comments .entry-meta {
	float: right;
}

.widget_comments .comment-text {
	line-height: 1.2;
}

/*===[ Widget Comments ]===*/
.widget_popular_categories ul li a {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.6px;
	text-transform: uppercase;
}

.widget_popular_categories .count{
	width: 22px;
	height: 22px;
	background: #F3F2AF;
	border-radius: 22px;
	display: block; 
	float: right;
	text-align: center;
	font-size: 13px;
	padding-top: 1px;
	box-sizing: border-box;
	transition: all 0.2s ease 0s;
}

.widget_popular_categories ul li:hover .count {
	background: #292929;
	color: #FFFFFF;
}

/* ====================
 * 9. Footer
 * ==================== */
#footer {	
	overflow: hidden;
}
 
.footer-widgets {
	background: #EDEDED;
	color: #6C6C6C;	
	padding-top: 60px;
}

.footer-widgets a {
	color: #6C6C6C;
}

.footer-widgets a:hover {
	color: #333333;
}

.footer-widget {
	width: 340px;
	float: left;
	margin-right: 75px;
	overflow: hidden;	
}

.widget-last {
	margin-right: 0;
}

.footer-widget .widget {
	margin-bottom: 60px;
}

.footer-widget .home-social {
	margin-top: 0;
}

.footer-info {
	padding: 25px 0;
	font-size: 14px;
	overflow: hidden;
}

.footer-info a {
	color: #B7A841;	
	border-bottom: 1px solid #B7A841;
}

.footer-info a:hover {
	color: #333333;
	border-bottom: 1px solid #333333;
}

.footer-info .left {
	float: left;
}

.footer-info .right {
	float: right;
}
 
/* ====================
 * 10. Media Queries
 * ==================== */
 
/* 10.1 Desktop
 * ================ */ 
@media only screen and (min-width: 890px) and (max-width: 1199px) {
	
	.content,
	.inner-wrap {
		width: 870px;
	}
	
	.content,
	.content-870,
	.home-content .content {
		margin-right: 0;
	}
		
	.menu-section {
		width: 240px;	
	}
	
	.top-menu ul { 
		display: none;
	}
	
	.slicknav_menu,
	.slicknav_nav ul {
		display: none;
	}
	
	.slicknav_btn {
		width: 220px;		
	}
	
	.slider-full .post-info {
		width: 760px;
	}
	
	.slider-2.slider-full .slider-nav {
		position: absolute;
		top: 30px;
	}

	.section {
		margin-bottom: 30px;
	}
	
	.home-social {
		margin: -30px 0 0;
	}
	
	.slider-full h1,
	.home-ttpost h2 {
		font-size: 52px;
		line-height: 1;
	}	
	
	.home-ttpost .entry-right {
		max-width: 620px;
	}
		
	.home-fposts li:last-child {
		display: none;
	}
		
	.home-tabs .main-post .thumb {
		height: 450px;
	}
	
	.home-tabs .main-post .wp-post-image {
		height: 450px;
		max-width: 450px;
		margin-top: 0;
	}

	.home-tabs .post-list .item-post {
		height: auto;
		padding: 0 10px 10px;
	}
	
	.home-tabs .post-list .entry-meta {
		margin-right: 10px;
	}

	.home-tabs .post-list .thumb {
		margin-right: 10px;
		margin-top: 12px;
	}
		
	.home-tabs .post-list h3 {
		font-size: 16px;
		margin-top: 15px;
	}
	
	.home-content .sidebar {
		display: none;
	}
	
	.home-videos .main-video {
		padding: 30px 0;
	}

	.home-videos .main-video .entry-right {
		float: none;
		padding: 30px;
		width: 810px;
	}
	
	.home-videos .main-video .entry-top .right {
		width: 80%;
	}
		
	.home-videos .item-post {
		margin-left: 0;
		margin-right: 30px;
	}	
	
	.home-videos .post-4{
		margin-right: 0;
	}	
	
	.home-videos .post-5 {
		display: none;
	}
	
	.home-videos .info-section {
		float: left;
		width: 180px;
		margin-top: 10px;
	}
	
	.home-videos .info-section .right {
		display: inline;
	}
	
	.home-videos .icon-section {
		border-top: none;
		margin-top: 10px;
		padding-top: 0;
		float: right;
	}
	
	.home-videos .load-more {
		padding-bottom: 30px;
	}
	
	.home-blog1 .main-post .entry-left {
		width: 400px;
	}

	.home-blog1 .main-post .thumb {
		width: 430px;
	}
	
	.home-blog1 .main-post .wp-post-image {
		height: 380px;
		max-width: 565px;
		margin-left: -65px;
		margin-top: 0;
	}
	
	.home-blog .main-post h3 {
		margin: 30px 0 20px;
	}

	.home-blog .main-post .entry-footer {
		margin-top: 0;
	}
	
	.home-blog .item-row {
		margin-bottom: 0;
		overflow: visible;
		width: 900px;
	}
	
	.home-blog .item-post {
		margin: 0 30px 30px 0;		
	}
	
	.one-half {
		width: 420px;
	}
	
	.page-blog3 .home-tabs2 .item-post,
	.home-tabs2 .item-post {
		margin-bottom: 40px;
	}

	.home-tabs2 .post-info {
		left: 50px;
		right: 50px;
	}
	
	.home-tabs2 .post-info h3 {
		font-size: 24px;
	}
	
	.home-tabs2 .wp-post-image {
		height: 420px;
	}
	
	.home-blog2 .main-post .thumb {
		width: 430px;
	}
	
	.home-blog2 .main-post .entry-right {
		height: 368px;
		padding: 75px 30px;
		width: 379px;
	}
	
	.home-blog2 .main-post p {
		margin-bottom: 40px;
	}
	
	.home-blog2 .main-post h3 {
		font-size: 36px;
	}
	
	.home-blog2 .main-post .wp-post-image {
		height: 520px;
		max-width: 520px;
		margin-left: -45px;
	}	
	
	.video-archive2 .item-post .thumb {
		width: 200px;
	}
	
	.video-archive2 .item-post .wp-post-image {
		height: 200px;
		margin-top: -20px;
	}
	
	.video-archive2 h3 {
		font-size: 18px;
		line-height: 1.15;
		width: 154px;
	}
	
	.video-archive2 i {
		margin-right: 5px;
	}
	
	.video-list1 .list-section {
		width: 900px;
	}
	
	.video-list1 .item-post {
		margin-bottom: 30px;
		 min-height: 285px;
	}
	
	.page-blog4 .content {
		width: 870px;
	}

	.page-blog4 .post-list {
		width: 800px;
	}
	
	.blog-list5 .thumb {
		width: 470px;
	}
	
	.blog-list5 .thumb .wp-post-image {
		height: 470px;
		max-width: 470px;
		margin-top: -45px;
	}
	
	.blog-list5 .entry-right {
		width: 279px;
	}
	
	.blog-list5 p {
		display: none;
	}
	
	.blog-list5 .entry-footer {
		margin-top: 40px;
	}
	
	.page-blog6 .content {
		width: 770px;
	}
	
	.blog-list7 {
		width: 900px;
	}
	
	.contact-1 .content {
		float: none;		
	}
	
	.contact-1 .address {
		margin: 30px 0;		
	}
	
	.content-video .feat-video iframe {
		min-height: 400px;
		max-height: 490px;
		width: 100%;
	}
	
	.content-video .page-header .icons {
		float: left;
		margin-left: 40px;
	}
	
	.content-video .page-header .comments .right span {
		margin-right: 5px;
	}
	
	.content-video .page-header .center {
		margin-top: 20px;
	}
	
	.content-video .page-header .center .comments {
		margin-top: 20px;
	}
	
	.content-video .page-header .center .comments .icn {
		margin-right: 15px;
	}

	.content-video .info-section {
		float: right;
	}

	.content-video3 .video-right {
		width: 870px;
	}	
	
	.content-video3 .video-right .entry-top .right {
		width: 760px;
	}
	
	.content-video3 .info-section {
		float: left;
	}
	
	.content-video3 .video-right {
		padding-bottom: 30px;
	}
	
	.content-video3 .video-right .right {
		width: 131px;
	}
	
	.content-video3 .video-right .entry-top {
		padding-bottom: 20px;
	}
	
	.content-video4 .video-right {
		width: 870px;
	}
	
	.content-video4 .video-right .item-video {
		margin-bottom: 0;
		width: 270px;
		margin-left: 30px;
		float: left;
	}
			
	.content-video4 .video-right .item-video:first-child {
		margin-left: 0;
	}
	
	.content-video4 .video-right .thumb {
		height: 160px;
	}
	
	.content-video4 .video-right .wp-post-image {
		height: 270px;
		margin-top: -55px;
		max-width: 270px;
	}
	
	.gallery-slider .image-slider {
		width: 870px;
	}

	.attachment-wt1030_690 {
		height: 590px;
	}
	
	.gallery-slider .image-slider .flex-direction-nav a {
		top: 290px;
		color: #FFFFFF;
	}
	
	.gallery-slider .image-slider a.flex-prev {
		left: 20px;		
	}
	
	.gallery-slider .image-slider a.flex-next {
		right: 20px;
	}
	
	.full-gallery {
		width: 900px;
	}
	
	.gallery-list3 .item-post:last-child, 
	.gallery-list4 .item-post:last-child{
		display: none;
	}
	
	.content-image2 .related-posts .wp-post-image {
		height: 420px;
	}
	
	.content-image2 .related-posts .entry-info {
		height: auto;
		padding: 30px;
	}

	.content-image2 .related-posts h2 {
		font-size: 28px;		
	}
	
	.content-image3 .sidebar {
		width: 900px;
		-moz-column-count: auto;
		-moz-column-gap: 0;
		-webkit-column-count: auto;
		-webkit-column-gap: 0;
		column-count: auto;
		column-gap: 0;
	}
	
	.content-image3 .related-posts .item-post {
		margin-right: 30px;
	}
	
	.single-content .sidebar {
		width: 870px;
	}
	
	.single-2 .content2-wrap {
		overflow: hidden;
	}
	
	.single-2 .image-section .thumb,	
	.single-4 .image-section .thumb{
		max-height: 460px;
	}
	
	.single-2 .image-section .wp-post-image, 
	.single-4 .image-section .wp-post-image {
		margin-top: -40px;
	}
	
	.single-2 .image-section .inner-wrap {
		bottom: 10px;
		width: 870px;
	}	
	
	.single-3 .single-entry-title .entry-meta {
		float: none;
		margin-bottom: 15px;
	}
	
	.single-3 .single-entry-title .date {
		float: none;
		display: inline-block;
	}
	
	.single-3 .single-entry-title .share {
		display: none;
	}
	
	.single-3 .content-wrap {
		padding: 30px 30px 0 100px;
		width: 660px;
	}
				
	.single-3 .entry-content .feat-text p {
		width: 660px;
	}
	
	.single-3 .comments-section .comment-right {
		width: 430px;
	}
	
	.post-slider2 .post-slider-nav a {
		width: 70px;
	}
	
	.post-slider2 .flex-prev {
		left: 0;
	}
	
	.post-slider2 .flex-next {
		right: 0;
	}
	
	.post-slider .post-slider-nav span {
		display: none;
	}
		
	.related-posts .item-post:last-child {
		display: none;
	}
	
	.video-archive1 .item-feat .thumb {
		height: auto;
	}
	
	.video-archive1 .item-feat .wp-post-image {
		height: 590px;
	}
	
	.video-archive1 .item-feat .link {
		top: 230px;
		left: 375px; 
	}
	
	.video-archive1 h3 {
		width: auto;
	}

	.sidebar {
		width: 870px;
		margin-top: 30px;
		margin-bottom: 40px;
		-moz-column-count: 2;
		-moz-column-gap: 30px;
		-webkit-column-count: 2;
		-webkit-column-gap: 30px;
		column-count: 2;
		column-gap: 30px;		
	}
	
	.sidebar .widget {
		width: 330px;		
		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 .widget_search .searchfield {
		width: 289px;
	}
	
	.wide-content .widget-list3 .entry-right {
		width: 190px;
	}

	.footer-widgets {
		padding-top: 40px;
	}

	.footer-widget .widget {
		margin-bottom: 40px;
	}	
}

/* 10.2. Tablet (devices and browsers)
================================================ */
@media only screen and (min-width: 740px) and (max-width: 889px) {
		
	.inner-wrap,
	.content-870,
	.home-content .content,
	.content {
		width: 720px;		
	}
	
	.content {
		margin-right: 0;
	}
	
	.home-content .content {
		margin-right: 0;
	}
	
	h2 {
		font-size: 30px;
	}

	#header .search {
		margin-left: 100px;
	}
	
	.search-overlay input[type="search"] {
		width: 82%;
	}
		
	.search-overlay .close {
		margin-left: 30px;
	}
		
	.menu-section {
		width: 240px;
		display:none;
	}
	
	.top-menu ul { 
		display: none;
	}
	
	.slicknav_menu,
	.slicknav_nav ul {
		display: block;
	}
	
	.slicknav_btn {
		width: 220px;		
	}
	
	.slider-full .post-info {
		width: 660px;
	}
	
	.slider-full h1 {
		font-size: 48px;
		line-height: 1;
	}	
	
	.home-ttpost h2 {
		font-size: 48px;
		line-height: 1;
	}	
	
	.home-ttpost .more {
		display: none;
	}
	
	.home-ttpost .entry-right {
		max-width: 580px;
	}
	
	.home-fposts li {
		margin: 0 30px 30px 0;
	}
	
	.home-tabs .main-post .thumb {
		height: 425px;
	}
	
	.home-tabs .main-post  .wp-post-image {
		height: 425px;
		max-width: 425px;
		margin-top: 0;		
	}

	.home-tabs .post-list .entry-meta {
		display: none;
	}
	
	.home-tabs1 .post-list {
		width: 270px;
	}
	
	.home-tabs .post-list .item-post {
		height: auto;
		padding: 0 10px 10px;
	}
	
	.home-tabs .post-list .thumb {
		margin-right: 10px;
		margin-top: 12px;
	}
	
	.home-tabs .post-list h3 {
		font-size: 16px;
		margin-top: 15px;
	}
	
	.home-content .sidebar {
		display: none;
	}
	
	.home-videos .main-video .entry-right {
		float: none;
		padding: 30px;
		width: 660px;
	}
	
	.home-videos .main-video .entry-top .right {
		width: 610px;
	}
	
	.home-videos .info-section {
		float: left;
		width: 180px;
		overflow: hidden;
		margin-top: 10px;
	}
	
	.home-videos .info-section .right {
		display: inline;
	}
	
	.home-videos .icon-section {
		border-top: none;
		margin-top: 10px;
		padding-top: 0;
		float: right;
	}
	
	.home-videos .load-more {
		padding-bottom: 30px;
	}
	
	.home-videos .item-row {
		padding: 0;
	}
	
	.home-videos .item-post {
		float: left;
		margin: 0 30px 30px 0;
		width: 270px;
		min-height: 235px;
	}
		
	.home-blog1 .main-post .entry-left {
		width: 680px;
	}

	.home-blog1 .main-post .thumb {
		width: 680px;
		margin-right: 20px;
	}
	
	.home-blog1 .main-post .wp-post-image {
		height: 500px;
		margin-top: -70px;
	}
	
	.home-blog .main-post h3 {
		margin: 30px 0 20px;
	}

	.home-blog .main-post .entry-footer {
		margin: 0 0 10px;
	}
	
	.home-blog .item-row {
		margin-bottom: 0;
		overflow: visible;
		width: 750px;
	}
	
	.home-blog .item-post {
		margin: 0 30px 30px 0;		
	}
	
	.home-blog .load-more {
		margin-bottom: 30px;
	}
	
	.content .one-half,
	.one-half {
		width: 345px;
	}
	
	.home-tabs2 .tabs-content-container {
		margin-bottom: 0;
	}

	.page-blog3 .home-tabs2 .item-post,
	.home-tabs2 .item-post {
		margin-bottom: 30px;
	}

	.home-tabs2 .post-info {
		left: 40px;
		right: 40px;
		padding: 10px 20px 0;
	}	
	
	.home-tabs2 .post-info h3 {
		font-size: 24px;
	}
	
	.home-tabs2 .wp-post-image {
		height: 345px;
	}
	
	.home-blog2 .main-post .thumb {
		width: 330px;
	}
		
	.home-blog2 .main-post .wp-post-image {
		height: 430px;
		max-width: 430px;		
	}
	
	.home-blog2 .main-post .entry-right {
		height: 370px;
		padding: 29px 30px;
		width: 329px;
	}
		
	.home-blog2 .main-post h3 {
		font-size: 32px;
	}
	
	.home-blog2 .main-post p {
		margin-bottom: 30px;
	}
	
	.archive-list .thumb {
		width: 300px;
	}
	
	.archive-list .thumb .wp-post-image {
		height: 300px;
	}

	.archive-list .compact .thumb {
		margin-right: 30px;
		width: 240px;
	}
	
	.archive-list .compact .wp-post-image {
		height: 240px;
	}
	
	.archive-list .post,
	.archive-list .compact {
		height: auto;
	}
	
	.archive-list .entry-right {
		top: 0;
		transform: none;
	}
	
	.home-scroller .slidee li {
		width: 370px;
	}
	
	.home-scroller .wp-post-image {
		height: 370px;
	}
	
	.home-scroller .nav {
		top: 160px;
	}

	.home-ttpost .more, 
	.home-scroller .prev, 
	.home-scroller .next {
		font-size: 48px;
		height: 60px;
		width: 60px;
		line-height: 1;
	}

	.home-videos .main-video .thumb {
		height: 430px;
		width: 100%;
	}
	
	.home-videos .main-video .wp-post-image {
		height: 640px;
		margin-top: -105px;
	}
	
	.home-videos .main-video .link {
		width: 100px;
		height: 100px;
		top: 165px;
		left: 310px;  
	}
	
	.home-videos .main-video .link a {
		border: 3px solid #EAE893;
		font-size: 38px;
		height: 62px;
		margin: 15px;
		width: 62px;
		line-height: 1.6;
	}
	
	.home-list2 {
		padding-bottom: 40px;
	}
	
	.home-list2 .post-list {
		width: 750px;
	}
	
	.page-blog4 .post-list .post, 
	.home-list2 .post {
		width: 345px;
	}
	
	.page-blog4 .std-post .thumb, 
	.home-list2 .std-post .thumb {
		height: 480px;
	}
	
	.page-blog4 .std-post .wp-post-image, 
	.home-list2 .std-post .wp-post-image {
		height: 480px;		
		max-width: 480px;
		margin-left: -45px;
	}
	
	.page-blog4 .post-list .post-info h3, 
	.home-list2 .post-list .post-info h3, 
	.widget-list2 .item-feat .post-info h3 {
		font-size: 22px;
	}
	
	.home-list2 .thumb-post .thumb + .entry-right {
		width: 225px;
	}
	
	.home-blog2 .main-post .thumb {
		width: 330px;
	}
	
	.video-archive1 h3 {
		width: 370px;
	}
	
	.video-archive1 .item-feat h3 {
		width: 485px;
	}
	
	.video-archive2 .item-post .thumb {
		height: 200px;
		margin-right: 0;
		width: 345px;
		float: none;
	}
	
	.video-archive2 .post-right {
		height: auto;
	}
	
	.video-archive2 .item-post .thumb + .post-right {
		border-top: none;
		border-left: 1px solid #DBDBDB;
	}
	
	.video-archive2 .entry-footer {
		position: static;
		margin: 5px 0;
	}

	.video-archive3 .wp-post-image {
		height: 345px;
		margin-top: -62px;
	}

	.video-archive3 h3 {
		width: 310px;
	}	
	
	.video-list1 .list-section {
		width: 750px;
	}
	
	.video-list1 .item-post {
		width: 345px;
		margin-bottom: 30px;
	}
	
	.video-list1 .item-post .wp-post-image {
		width: 345px;
		height: 345px;
	}
	
	.video-list1 .item-row {
		margin-bottom: 0;
	}
	
	.gallery-list1 .thumb {
		width: 230px;
	}
	
	.gallery-list1 .thumb .wp-post-image {
		max-width: 270px;
		margin-left: -20px;
	}
	
	.gallery-list1 .entry-right {
		padding: 20px;
	}
	
	.page-blog4 .content {
		width: 720px;
	}
	
	.page-blog4 .post-list {
		width: 750px;
	}
	
	.blog-list5 .item-post {
		height: auto;
	}

	.blog-list5 .thumb {
		float: none;
		margin-bottom: 20px;
	}

	.blog-list5 .entry-right {
		border-left: 1px solid #DBDBDB;
		width: 479px;
		float: left;		
	}
	
	.blog-list6 .thumb {
		width: 320px;
	}
	
	.blog-list7 {
		width: 720px;
	}
	
	.blog-list6 .wp-post-image {
		height: 320px;
	}
		
	.content-video .feat-video iframe {
		min-height: 400px;
		max-height: 410px;
		width: 100%;
	}
	
	.content-video .page-header .center {
		margin-top: 20px;
	}
	
	.content-video .info-section {
		float: right;
	}
	
	.content-video .page-header .center .comments {
		margin-right: 30px;
	}	
	.content-video .page-header .center .comments .icn {
		margin-right: 10px;
	}
	
	.content-video .page-header .center .comments .right span {
		margin-right: 5px;
	}
	
	.content-video .page-header .center .views, 
	.content-video .page-header .center .duration {
		margin-top: 30px;
	}
	
	.content-video .page-header .icons {
		margin-top: 40px;
		margin-left: 30px;
	}
	
	.content-video .page-header .center {
		float: left;
		width: auto;
	}
		
	.content-video3 .video-left,
	.content-video3 .video-right,
	.content-video4 .video-left {
		width: 720px;
	}
	
	.content-video3 .video-right .entry-top .right {
		width: 610px;
	}
	
	.content-video3 .info-section {
		float: left;
	}
	
	.content-video3 .video-right {
		padding-bottom: 30px;
	}
	
	.content-video3 .video-right .right {
		width: 131px;
	}
	
	.content-video3 .video-right .entry-top {
		padding-bottom: 0;
	}
	
	.content-video3 .video-right .icon-section {
		display: none;
	}
	
	
	.content-video4 .page-header .title .right {
		width: 650px;
	}
	
	.content-video4 .main-video .duration {
		float: left;
		margin-top: 10px;
	}
	
	.content-video4 .main-video p {
		padding: 20px 40px 25px;
	}
	
	.content-video4 .video-right {
		width: 720px;
	}
	
	.content-video4 .video-right .item-video {
		margin-bottom: 0;
		width: 225px;
		margin-left: 20px;
		float: left;
	}
			
	.content-video4 .video-right .item-video:first-child {
		margin-left: 0;
	}
	
	.content-video4 .video-right .thumb {
		height: 130px;
	}

	.content-video4 .video-right .wp-post-image {
		height: 225px;
		margin-top: -50px;
		max-width: 225px;
	}
	
	.gallery-slider .image-slider {
		width: 720px;
	}

	.attachment-wt1030_690 {
		height: 490px;
	}
	
	.gallery-slider .image-slider .flex-direction-nav a {
		top: 230px;
		color: #FFFFFF;
	}
	
	.gallery-slider .image-slider a.flex-prev {
		left: 20px;		
	}
	
	.gallery-slider .image-slider a.flex-next {
		right: 20px;
	}
	
	.full-gallery {
		width: 750px;
	}
	
	.gallery-list3 .item-post, 
	.gallery-list4 .item-post{
		margin-bottom: 30px;
	}
	
	.content-image2 .related-posts .wp-post-image {
		height: 345px;
	}
	
	.content-image2 .related-posts .entry-info {
		height: auto;
		padding: 20px;
	}

	.content-image2 .related-posts h2 {
		font-size: 26px;
	}
	
	.content-image3 .attachment-wt1030_690 {
		height: 520px;
	}

	.content-image3 .image-slider .flex-direction-nav a {
		top: 230px;
	}
	
	.content-image3 .sidebar {
		width: 750px;
		-moz-column-count: auto;
		-moz-column-gap: 0;
		-webkit-column-count: auto;
		-webkit-column-gap: 0;
		column-count: auto;
		column-gap: 0;
	}
	
	.content-image3 .related-posts .item-post {
		margin-right: 30px;
	}	
	
	.single-3 .comments-section .comment-right,
	.comments-section .comment-right {
		width: 490px;
	}

	.single-2 .image-section .inner-wrap,
	.single-content .sidebar {
		width: 720px;
	}
	
	.single-2 .content2-wrap {
		overflow: hidden;
	}
			
	.single-content .image-section .thumb {
		max-height: 420px;
		margin-bottom: 30px;
	}
	
	.single-2 .image-section,
	.single-5 .image-section	{
		margin-bottom: 0;
	 }
		
	.single-2 .image-section .inner-wrap {
		bottom: 30px;
	}	
	
	.entry-header .share {
		display: none;
	}
	
	.single-3 .image-section + .content-wrap {
		margin-top: 0;
	}

	.single-3 .content-wrap {
		width: 720px;
		padding: 0;
	}
	
	.single-3 .entry-content {
		padding-left: 100px;
	}
	
	.related-posts .post-list {
		width: 750px;
	}
	
	.related-posts .col-last {
		display: none;
	}
	
	.one-third {
		width: 345px;
	}
		
	.sidebar {
		width: 720px;
		margin-top: 30px;
		margin-bottom: 40px;
		-moz-column-count: 2;
		-moz-column-gap: 30px;
		-webkit-column-count: 2;
		-webkit-column-gap: 30px;
		column-count: 2;
		column-gap: 30px;		
	}
	
	.sidebar .widget {
		width: 340px;		
		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 .widget_search .searchfield {
		width: 289px;
	}	
	
	.widget-list3 .entry-right,
	.wide-content .widget-list3 .entry-right {
		width: 205px;
	}	
	
	.contact-page .content .one-half input[type="text"] {
		width: 323px;
	}
	
	.contact-page input[type="text"], 
	.contact-page textarea {
		width: 698px;
	}
	
	.contact-1 .content {
		float: none;		
	}
	
	.contact-1 .address {
		margin: 30px 0;		
	}
	
	.contact-page .map {
		height: 360px;
	}
	
	.single-3 .single-entry-title .entry-meta {
		float: none;
		margin-bottom: 15px;
	}
	
	.single-3 .single-entry-title .date {
		display: block;
		float: none;
	}
	
	.single-3 .entry-content .feat-text p,
	.single-content .feat-text p {
		width: 620px;
	}
	
	.post-slider2 .post-slider-nav a {
		top: 40%;
		width: 70px;
	}
	
	.post-slider2 .flex-prev {
		left: 0;
	}
	
	.post-slider2 .flex-next {
		right: 0;
	}
	
	.post-slider .post-slider-nav span {
		display: none;
	}
	
	.entry-content blockquote {
		width: 80%;
	}
	
	.footer-widgets {
		padding-top: 40px;
	}

	.footer-widget .widget {
		margin-bottom: 40px;
	}
	
	.footer-widget {
		margin-right: 20px;
	}

}

/* 10.3. Tablet Portrait (devices and browsers)
================================================ */
@media only screen and (min-width: 620px) and (max-width: 739px) {
	
	.inner-wrap,
	.content-870,
	.home-content .content,
	.content {
		width: 600px;
	}
	
	.home-content .content,
	.content {
		float: left;
		margin-right: 0;
	}
	
	.home-content .content {
		margin-right: 0;
	}
	
	h2 {
		font-size: 30px;
	}

	#header .search {
		margin-left: 20px;
	}
	
	.sticky-header {
		position: relative;
	}
	
	.slider-full + .main-header {
		margin-top: -80px;
	}
		
	.search-overlay input[type="search"] {
		width: 82%;
	}
		
	.search-overlay .close {
		margin-left: 30px;
	}
	
	.menu-section {
		width: 240px;
		display:none;
	}
	
	.top-menu ul { 
		display: none;
	}
	
	.slicknav_menu,
	.slicknav_nav ul {
		display: block;
	}
	
	.slicknav_btn {
		width: 220px;		
	}
	
	.slider-full .post-info {
		width: 560px;
	}
		
	.slider-2.slider-full .slider-nav {
		position: absolute;
		top: 40px;
	}
	
	.slider-full h1,
	.home-ttpost h2 {
		font-size: 42px;
		line-height: 1;
	}

	.slider-full .more-btn a {
		padding: 15px 20px;
	}
				
	.home-ttpost .more {
		display: none;
	}
	
	.home-ttpost .entry-right {
		max-width: 460px;
	}
	
	.home-fposts li {
		margin: 0 30px 30px 0;
	}
	
	.home-tabs .main-post .thumb {
		height: 425px;
	}
	
	.home-tabs .main-post  .wp-post-image {
		height: 425px;
		max-width: 425px;
		margin-top: 0;	
		margin-left: -55px;		
	}
	
	.home-tabs .main-post .entry-wrap {
		left: 20px;
		right: 20px;
	}
	
	.home-tabs .main-post h2 {
		font-size: 28px;
		margin: 25px 0;
	}

	.home-tabs .main-post .entry-wrap p {
		line-height: 1.2;
	}

	.home-tabs .post-list .entry-meta {
		display: none;
	}
	
	.home-tabs .main-post {
		width: 310px;
		margin-right: 20px;
	}
	
	.home-tabs1 .post-list {
		width: 270px;
	}
	
	.home-tabs .post-list .item-post {
		height: auto;
		padding: 0 10px 10px;
	}
	
	.home-tabs .post-list .thumb {
		margin-right: 10px;
		margin-top: 12px;
	}
	
	.home-tabs .post-list h3 {
		font-size: 16px;
		margin-top: 15px;
	}
	
	.home-content .sidebar {
		display: none;
	}
	
	.home-videos .main-video .entry-right {
		float: none;
		padding: 30px;
		width: 540px;
	}
	
	.home-videos .main-video .entry-top .right {
		width: 490px;
	}
	
	.home-videos .info-section {
		float: left;
		width: 180px;
		overflow: hidden;
		margin-top: 10px;
	}
	
	.home-videos .info-section .right {
		display: inline;
	}
	
	.home-videos .icon-section {
		border-top: none;
		margin-top: 10px;
		padding-top: 0;
		float: right;
	}
	
	.home-videos .icon-section i:last-child {
		margin-right: 0;
	}
	
	.home-videos .info-section .right span {
		margin-right: 10px;
	}
	
	.home-videos .load-more {
		padding-bottom: 30px;
	}
	
	.home-videos .item-row {
		padding: 0;
	}
	
	.home-videos .item-post {
		float: left;
		margin: 0 30px 30px 0;
		width: 270px;
		min-height: 235px;
	}
	
	.home-blog1 .main-post .entry-left {
		width: 560px;
	}

	.home-blog1 .main-post .thumb {
		width: 600px;
		margin-right: 0;
	}
	
	.home-blog1 .main-post .wp-post-image {
		height: 400px;
		margin-top: -30px;
	}
	
	.home-blog .main-post h3 {
		margin: 30px 0 20px;
	}

	.home-blog .main-post .entry-footer {
		margin-top: 0;
	}
	
	.home-blog .item-row {
		margin-bottom: 0;
		overflow: visible;
		width: 600px;
	}
	
	.home-blog .item-post {
		margin: 0 30px 30px 0;		
	}
	
	.home-blog .load-more {
		margin-bottom: 30px;
	}
	
	.page-blog .feat-post .post-info .inner-wrap {
		width: 500px;
		padding: 20px 30px 0
	}
	
	
	.home-photo + .home-scroller, 
	.home-scroller + .home-photo {
		margin-top: -30px;
	}
		
	.content .one-half,
	.one-half {
		width: 290px;
		margin-right: 20px;
	}
	
	.content .col-last,
	.col-last {
		margin-right: 0;
	}
	
	.home-tabs2 .tabs-content-container {
		margin-bottom: 0;
	}
	
	.page-blog3 .home-tabs2 .item-post,
	.home-tabs2 .item-post {
		margin-bottom: 30px;
	}

	.home-tabs2 .post-info {
		left: 20px;
		right: 20px;
		padding: 10px 20px 0;
	}	
	
	.home-tabs2 .post-info h3 {
		font-size: 20px;
		line-height: 1.1;
	}
	
	.home-tabs2 .wp-post-image {
		height: 290px;
	}
	
	.home-blog2 .main-post .thumb {
		height: 400px;
	}
		
	.home-blog2 .main-post .wp-post-image {
		margin-top: -85px;	
	}
	
	.home-blog2 .main-post .entry-right {
		height: auto;
		padding: 29px 30px;
		width: 510px;
		float: left;
		border: 1px solid #DBDBDB;
	}
	
	.home-blog2 .main-post p {
		margin-bottom: 40px;
	}
	
	.archive-list .entry-meta {
		display: none;
	}
	
	.archive-list .meta-alt {
		display: block;
	}
	
	.archive-list .thumb {
		width: 300px;
	}
	
	.archive-list .thumb .wp-post-image {
		height: 300px;
	}

	.archive-list .compact .thumb {
		margin-right: 30px;
		width: 240px;
	}
	
	.archive-list .compact .wp-post-image {
		height: 240px;
	}
	
	.archive-list .post,
	.archive-list .compact {
		height: auto;
	}
	
	.archive-list .entry-right {
		top: 0;
		transform: none;
	}
	
	.archive-list p {
		margin-top: 20px;
	}
	
	.home-scroller .slidee li {
		width: 320px;
	}
	
	.home-scroller .wp-post-image {
		height: 320px;
	}
	
	.home-scroller .nav {
		top: 160px;
	}

	.home-ttpost .more, 
	.home-scroller .prev, 
	.home-scroller .next {
		font-size: 48px;
		height: 60px;
		width: 60px;
		line-height: 1;
	}

	.home-videos .main-video .thumb {
		height: 380px;
		width: 100%;
	}
	
	.home-videos .main-video .wp-post-image {
		height: 400px;
		margin-top: -10px;
	}
	
	.home-videos .main-video .link {
		width: 100px;
		height: 100px;
		top: 145px;
		left: 260px;  
	}
	
	.home-videos .main-video .link a {
		border: 3px solid #EAE893;
		font-size: 38px;
		height: 62px;
		margin: 15px;
		width: 62px;
		line-height: 1.6;
	}
	
	.home-list2 {
		padding-bottom: 40px;
	}
	
	.home-list2 .post-list {
		width: 620px;
	}
	
	.page-blog4 .post-list .post, 
	.home-list2 .post {
		width: 290px;
	}
	
	.page-blog4 .std-post .thumb, 
	.home-list2 .std-post .thumb {
		height: 460px;
	}
	
	.page-blog4 .std-post .wp-post-image, 
	.home-list2 .std-post .wp-post-image {
		height: 460px;		
		max-width: 460px;
		margin-left: -85px;
	}
	
	.page-blog4 .small-post .thumb, 
	.home-list2 .small-post .thumb {
		height: 320px;
	}
	
	.page-blog4 .small-post .wp-post-image, 
	.home-list2 .small-post .wp-post-image {
		height: 320px;		
		max-width: 320px;
		margin-left: -15px;
	}
	
	.page-blog4 .post-list .post-info h3, 
	.home-list2 .post-list .post-info h3, 
	.widget-list2 .item-feat .post-info h3 {
		font-size: 20px;
	}
	
	.home-list2 .thumb-post .thumb {
		width: 80px;
		margin-right: 10px;	
	}
	
	.home-list2 .thumb-post .wp-post-image {
		height: 80px;
	}

	.home-list2 .thumb-post .thumb + .entry-right {
		width: 200px;
	}
	
	.home-list2 .thumb-post h4 {
		font-size: 14px;
	}
	
	.home-list2 .thumb-post .thumb + .entry-right .date {
		display: none;
	}
		
	.home-photo .section-light .entry-footer {
		max-width: 300px;
		padding: 15px 30px 5px;
	}
	
	.home-photo .feat-image img {
		max-width: 600px;
	}
	
	.video-archive1 h3 {
		width: 254px;
	}
	
	.video-archive1 .item-feat h3 {
		width: 390px;
	}
	
	.video-archive1 .item-post p {
		display: none;
	}

	.video-archive2 .item-post .thumb {
		height: 170px;
		margin-right: 0;
		width: 290px;
		float: none;
	}
	
	.video-archive2 .post-right {
		height: auto;
	}
	
	.video-archive2 .item-post .thumb + .post-right {
		border-top: none;
		border-left: 1px solid #DBDBDB;
	}
	
	.video-archive2 h3 {
		line-height: 1.15;
		width: 223px;
	}
	
	.video-archive2 .entry-footer {
		position: static;
	}
	
	.video-archive3 .thumb {
		height: 180px;
	}
	
	.video-archive3 .wp-post-image {
		height: 290px;
		margin-top: -55px;
	}

	.video-archive3 h3 {
		width: 255px;
	}	
	
	.video-list1 .list-section {
		width: 620px;
	}
	
	.video-list1 .item-post {
		width: 290px;
		margin-right: 20px;
		margin-bottom: 20px;
		min-height: 285px;
	}
	
	.video-list1 .item-post .thumb {
		height: 200px;
	}
	
	.video-list1 .item-post .wp-post-image {
		width: 290px;
		height: 290px;
		margin-top: -45px;
	}
	
	.gallery-list1 .thumb {
		margin-bottom: 20px;
	}
	
	.gallery-list1 .entry-right {
		border-left: 1px solid #E6E6E6;
	}
	
	.page-blog4 .content {
		width: 600px;
	}
	
	.page-blog4 .post-list {
		width: 620px;
	}
		
	.page-blog4 .post-list .post {
		margin-right: 20px;
	}
	
	.blog-list5 .item-post {
		height: auto;
	}

	.blog-list5 .thumb {
		float: none;
		margin-bottom: 20px;
	}

	.blog-list5 .entry-right {
		border-left: 1px solid #DBDBDB;
		width: 478px;
		float: left;		
	}
	
	.blog-list6 .thumb {
		width: 280px;
	}
	
	.blog-list7 {
		width: 600px;
	}
	
	.blog-list6 .wp-post-image {
		height: 320px;	
		max-width: 320px;
		margin-left: -20px;
	}
	
	.blog-list6 .entry-right {
		height: 278px;
		padding: 20px;
		width: 279px;
	}
	
	.single-content .image-section .entry-social {
		display: none;
	}
	
	.content-1 .image-section .left {
		float: none;
		width: 100%;
	}
	
	.content-1 .image-section .date,
	.content-1 .post-categories {
		float: left;
		margin-right: 30px;
	}
	
	.content-1 .entry-meta .comments {
		float: left;
	}
	
	.post-slider1 .count {
		display: none;
	}
	
	.single-1 .entry-content, 
	.single-2 .entry-content, 
	.single-5 .entry-content, 
	.page-content .entry-content {
		padding-left: 0;
	}
	
	.post-slider .post-slider-nav a {
		top: 40%;
		height: 52px;  
		width: 52px;
	}	
	
	.post-slider .post-slider-nav a::before {
		font-size: 36px;
		margin-top: 8px;
	}
	
	.post-slider .post-slider-nav a.flex-prev::before {
		margin-right: 12px;
	}

	.post-slider .post-slider-nav a.flex-next:before {
		margin-left: 12px;
	}
	
	.post-slider2 .post-slider-nav a {
		top: 40%;
	}
	
	.post-slider2 .flex-prev {
		left: 0;
	}
	
	.post-slider2 .flex-next {
		right: 0;
	}
	
	.post-slider .post-slider-nav span {
		display: none;
	}
		
	.entry-content iframe {
		height: auto;
		min-height: 325px;
		width: 100%;
	}
	
	.single-content .entry-content p {
		margin-bottom: 20px;
	}
	
	.entry-content .wt-tip {
		margin-bottom: 20px;
		margin-left: 0;
	}
	
	.entry-content blockquote {
		margin-bottom: 20px;
		margin-left: 0;
		padding-left: 30px;
		width: 462px;
	}
	
	.wt-video {
		margin-bottom: 20px;
		margin-left: 0;
		width: 100%;
	}
	
	.single-1 .feat-text, 
	.single-2 .feat-text, 
	.single-5 .feat-text {
		margin-left: 0;
	}
	
	.single-content .feat-text p {
		width: 500px;
	}
	
	.single-3 .entry-content .feat-text p {
		width: 530px;
	}
	
	.single-2 .image-section .inner-wrap,
	.single-content .sidebar {
		width: 600px;
	}
	
	.single-2 .image-section,
	.single-5 .image-section	{
		margin-bottom: 0;
	 }
	
	.single-2 .content2-wrap {
		overflow: hidden;
	}
	
	.single-content .image-section .thumb{
		max-height: 360px;
		margin-bottom: 20px;
	}	
		
	.single-2 .image-section .inner-wrap {
		display: none;
	}	
	
	.single-3 .single-entry-title h1 {
		font-size: 36px;
	}
	
	.single-3 .content-wrap {
		padding: 0;
		width: 600px;
	}
	
	.single-3 .entry-content {
		padding-left: 70px;
	}
	
	.single-3 .single-entry-title .entry-meta {
		float: none;
		margin-bottom: 15px;
	}
	
	.single-3 .single-entry-title .date {
		display: block;
		float: none;
	}
	
	.entry-header .share {
		display: none;
	}

	.single-3 .image-section + .content-wrap {
		margin-top: 0;
	}
		
	.single-3 .wt-video {
		width: 580px;
	}
		
	.single-3 .entry-content .wt-tip {
		margin-right: 0;
	}
	
		
	.related-posts .item-post {
		margin-bottom: 60px;
	}
	
	.related-style3 .item-post {
		margin-bottom: 30px;
	}
		
	.contact-page .content .one-half input[type="text"] {
		width: 268px;
	}
	
	.contact-page input[type="text"], .contact-page textarea {
		width: 578px;
	}
	
	.contact-1 .content {
		float: none;		
	}
	
	.contact-1 .address {
		margin: 30px 0;		
	}	
	
	.contact-page .map {
		height: 320px;
	}
	
	.content-video .feat-video iframe {
		min-height: 390px;
		max-height: 400px;
		width: 100%;
	}
	
	.content-video1 .page-header .left, 
	.content-video2 .page-header .left {
		width: 600px;
	}
	
	.content-video1 .page-header h1 {
		font-size: 42px;
		letter-spacing: 2px;
		width: 550px;
	}
	
	.content-video .page-header .icons {
		float: left; 
		width: 100%;		
	}
	
	.content-video .page-header .center {
		margin-top: 20px;
		width: auto;
		float: left;
	}
		
	.content-video .info-section {
		float: right;
		width: 130px;
		margin-right: 30px;
	}	
	
	.content-video .page-header .center .comments {
		width: 190px;
	}
	
	.content-video .duration,
	.content-video .views {
		margin-top: 30px;
	}
	
	.content-video3 .video-left,
	.content-video3 .video-right,
	.content-video4 .video-left {
		width: 600px;
	}
	
	.content-video3 .video-right .entry-top .right {
		width: 490px;
	}
	
	.content-video3 .info-section {
		float: left;
	}
	
	.content-video3 .video-right {
		padding-bottom: 30px;
	}
	
	.content-video3 .video-right .right {
		width: 131px;
	}
	
	.content-video3 .video-right .entry-top {
		padding-bottom: 10px;
	}
	
	.content-video4 .page-header .title .right {
		width: 550px;
	}
	
	.content-video4 .main-video .duration {
		float: left;
		margin-top: 10px;
	}
	
	.content-video4 .main-video p {
		padding: 20px 40px 25px;
	}
	
	.content-video4 .main-video .comments {
		margin-right: 20px;
	}
	
	.content-video4 .main-video .icon-section {
		margin-left: 0;
		float: right;
	}
	
	.section {
		margin-bottom: 30px;
	}
	
	.home-social {
		margin: -30px 0 0;
	}

	.content-video4 .video-right {
		width: 600px;
	}
	
	.content-video4 .video-right .item-video {
		margin-bottom: 0;
		width: 280px;
		margin-left: 20px;
		float: left;
	}
			
	.content-video4 .video-right .item-video:first-child {
		margin-left: 0;
	}
	
	.content-video4 .video-right .item-video:last-child {
		display: none;
	}
	
	.content-video4 .video-right .thumb {
		height: 160px;
	}

	.content-video4 .video-right .wp-post-image {
		height: 280px;
		margin-top: -60px;
		max-width: 280px;
	}
	
	.video-archive1 .item-feat .thumb {
		height: auto;
	}
	
	.video-archive1 .item-feat .wp-post-image {
		height: 420px;
		margin-top: 0;
	}
	
	.video-archive1 .item-feat .link {
		top: 150px;
		left: 240px;
	}
	
	.gallery-slider .image-slider {
		width: 600px;
	}

	.attachment-wt1030_690 {
		height: 420px;
	}
	
	.gallery-slider .image-slider .flex-direction-nav a {
		top: 190px;
		color: #FFFFFF;
	}
	
	.gallery-slider .image-slider a.flex-prev {
		left: 20px;		
	}
	
	.gallery-slider .image-slider a.flex-next {
		right: 20px;
	}
	
	.full-gallery {
		width: 630px;
	}
	
	.gallery-list3 .item-post, 
	.gallery-list4 .item-post{
		margin-bottom: 30px;
	}
	
	.content-image2 .related-posts .wp-post-image {
		height: 290px;
	}
	
	.content-image2 .related-posts .entry-info {
		height: auto;
		padding: 20px;
	}

	.content-image2 .related-posts h2 {
		font-size: 24px;
	}
	
	.content-image3 .attachment-wt1030_690 {
		height: 420px;
	}

	.content-image3 .image-slider .flex-direction-nav a {
		top: 180px;
	}
	
	.content-image3 .sidebar {
		width: 630px;
		-moz-column-count: auto;
		-moz-column-gap: 0;
		-webkit-column-count: auto;
		-webkit-column-gap: 0;
		column-count: auto;
		column-gap: 0;
	}
	
	.home-list2 .sidebar,
	.single-content .sidebar,
	.sidebar {
		width: 630px;
		margin-top: 30px;
		margin-bottom: 40px;
		-moz-column-count: 2;
		-moz-column-gap: 20px;
		-webkit-column-count: 2;
		-webkit-column-gap: 20px;
		column-count: 2;
		column-gap: 20px;		
	}
	
	.single-content .sidebar .widget,
	.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;
	}
	
	.content-image3 .related-posts .item-post {
		margin-right: 30px;
	}
	
	.single-3 .comments-section .comment-right,
	.comments-section .comment-right {
		width: 370px;
	}
	
	.wide-content .widget-list3 .entry-right {
		width: 136px;
	}

	.footer-widgets {
		padding-top: 40px;
	}
	
	.footer-widget {
		width: 280px;
		margin-right: 20px;		
	}
	
	.footer-widget .widget {
		margin-bottom: 40px;
	}	
	
	.footer-widget .rss-form .input {
		width: 242px;
	}
	
	.footer-widget .rss-form button {
		right: 24px;
	}

}

/* 10.4. Mobile Portrait (devices and browsers)
================================================ */
@media only screen and (min-width: 520px) and (max-width: 619px) {
	
	.inner-wrap,
	.content,
	.content-870,
	.home-content .content {
		width: 500px;
	}
		
	.content,
	.content-870,	
	.home-content .content {
		margin-right: 0;
	}
	
	h1 {
		font-size: 32px;
	}
	
	h2 {
		font-size: 26px;
	}

	#header {
		height: 180px;
	}
	
	#header .search {
		margin-left: 20px;
	}
	
	.sticky-header {
		position: relative;
	}
	
	.slider-full + .main-header {
		margin-top: -80px;
	}
	
	.search-overlay input[type="search"] {
		width: 82%;
	}
		
	.search-overlay .close {
		margin-left: 30px;
	}

	.menu-section {
		float: right;
		margin-bottom: 20px;
		margin-right: 130px;
		margin-top: 10px;
		width: 240px;
	}
	
	.top-menu ul { 
		display: none;
	}
	
	.slider-full .wp-post-image {
		height: 440px;
	}
	
	.slicknav_menu,
	.slicknav_nav ul {
		display: block;
		display:none;
	}
	
	.slicknav_btn {
		width: 220px;		
	}
	
	.slider-full .slider-nav {
		top: 220px;
	}
	
	.slider-2.slider-full .slider-nav {
		position: absolute;
		top: 30px;
	}
	
	.slider-full .post-info {
		width: 460px;
	}
	
	.slider-full h1{
		font-size: 36px;
		line-height: 1;
	}

	.slider-full .post-info {
		bottom: 20px;
	}

	.slider-full .more-btn a {
		padding: 10px 15px;
	}	
	
	.home-ttpost .section-wrap {
		height: 180px;
	}	
	
	.home-ttpost .inner-wrap {
		padding: 50px 0;
	}
		
	.home-ttpost h2 {
		font-size: 32px;
		line-height: 1;
	}	
	
	.home-ttpost .more {
		display: none;
	}
	
	.home-ttpost .entry-right {
		max-width: 360px;
	}
	
	.home-fposts ul {
		width: 520px;
	}
	
	.home-fposts li {
		width: 240px;
		margin: 0 20px 30px 0;
	}
	
	.home-fposts .wp-post-image {
		margin-left: -55px;
	}
	
	.home-tabs .main-post {
		width: 500px;
		margin-right: 0;
		margin-bottom: 30px;
	}
	
	.home-tabs .main-post .thumb {
		height: 380px;
	}
	
	.home-tabs .main-post  .wp-post-image {
		height: 500px;
		max-width: 500px;
		margin-top: -60px;	
		margin-left: 0;		
	}
	
	.home-tabs .main-post .entry-wrap {
		left: 20px;
		right: 20px;
	}
	
	.home-tabs .main-post h2 {
		font-size: 28px;
		margin: 25px 0;
	}

	.home-tabs .main-post .entry-wrap p {
		line-height: 1.2;
	}

	.home-tabs1 .post-list {
		width: 100%;
	}
	
	.home-tabs .post-list .item-post {
		height: auto;
		padding: 0 10px 10px;
	}
	
	.home-tabs .post-list .thumb {
		margin-right: 10px;
		margin-top: 12px;
	}
	
	.home-tabs .post-list h3 {
		font-size: 16px;
		margin-top: 15px;
	}
	
	.home-content .sidebar {
		display: none;
	}
	
	.home-videos .main-video .entry-right {
		float: none;
		padding: 20px;
		width: 460px;
	}
	
	.home-videos .main-video .entry-top .right {
		width: 410px;
	}
	
	.home-videos .info-section {
		float: left;
		width: 150px;
		overflow: hidden;
		margin-top: 10px;
	}
	
	.content-video4 .icon-section, 
	.home-videos .icon-section .icon {
		margin-right: 15px;
	}
	
	.home-videos .info-section .right {
		display: inline;
	}
	
	.home-videos .icon-section {
		border-top: none;
		margin-top: 10px;
		padding-top: 0;
		float: right;
	}
	
	.home-videos .icon-section i:last-child {
		margin-right: 0;
	}
	
	.home-videos .info-section .right span {
		margin-right: 10px;
	}
	
	.home-videos .load-more {
		padding-bottom: 30px;
	}
			
	.home-videos .item-row {
		padding: 0;
	}
	
	.home-videos .item-post {
		float: left;
		margin: 0 20px 20px 0;
		width: 240px;
		min-height: 235px;
	}
	
	.home-videos .post-3,
	.home-videos .post-5	{
		margin-right: 0;
	}
	
	.home-videos .item-post .icn {
		margin-right: 10px;
	}

	.home-videos .item-post .entry-title h4 {
		font-size: 16px;
		width: 204px;
	}
	
	.home-blog1 .main-post .entry-left {
		width: 460px;
	}

	.home-blog1 .main-post .thumb {
		width: 500px;
		margin-right: 0;
	}
		
	.home-blog .main-post h3 {
		font-size: 28px;
		margin: 30px 0 20px;
	}

	.home-blog .main-post .entry-footer {
		margin-top: 0;
	}
	
	.home-blog .item-row {
		margin-bottom: 0;
		overflow: visible;
		width: 520px;
	}
	
	.home-blog .item-post {
		width: 240px;
		margin: 0 20px 20px 0;		
	}
	
	.home-blog .item-post .wp-post-image {
		height: 240px;
	}
	
	.home-blog .item-post h4 {
		margin: 20px 0 30px;
	}
	
	.home-blog .item-post .inner {
		height: 210px;
	}
	
	.home-blog .load-more {
		margin-bottom: 30px;
	}
	
	.page-blog .feat-post .post-info .inner-wrap {
		padding: 20px 30px 0;
		width: 400px;
	}
	
	.one-half {
		width: 240px;
		margin-right: 20px;
	}
	
	.col-last {
		margin-right: 0;
	}
	
	.home-tabs2 .tab-titles li {
		margin-right: 40px;
	}

	.home-tabs2 .tabs-content-container {
		margin-bottom: 0;
	}
	
	.page-blog3 .home-tabs2 .item-post,
	.home-tabs2 .item-post {
		margin-bottom: 30px;
	}

	.home-tabs2 .post-info {
		left: 20px;
		right: 20px;
		padding: 10px 20px 0;
	}	
	
	.home-tabs2 .post-info h3 {
		font-size: 18px;
		line-height: 1.1;
	}
	
	.home-tabs2 .wp-post-image {
		height: 290px;
		max-width: 290px;
		margin-left: -25px;
	}
	
	.home-blog2 .main-post .thumb {
		width: 500px;
		height: 360px;
	}
		
	.home-blog2 .main-post .wp-post-image {
		width: 500px;
		height: 500px;
		margin-top: -55px;	
	}
	
	.home-blog2 .main-post .entry-right {
		height: auto;
		padding: 19px 20px;
		float: left;
		border: 1px solid #DBDBDB;
		border-top: none;
		width: 458px;
	}
	
	.home-blog2 .main-post p {
		margin-bottom: 40px;
	}
	
	.archive-list .entry-meta {
		display: none;
	}
	
	.archive-list .meta-alt {
		display: block;
	}
	
	.archive-list .thumb {
		width: 260px;
	}
	
	.archive-list .thumb .wp-post-image {
		height: 260px;
	}

	.archive-list .compact .thumb {
		margin-right: 30px;
		width: 200px;
	}
	
	.archive-list .compact .wp-post-image {
		height: 200px;
	}
	
	.archive-list .post,
	.archive-list .compact {
		height: auto;
		margin-top: 30px;
		padding-top: 30px;
	}
	
	.archive-list .post-1 {
		margin-top: 0;
		padding-top: 0;
	}
	
	.archive-list .entry-right {
		top: 0;
		transform: none;
	}
	
	.archive-list p {
		margin-top: 20px;
	}
	
	.home-scroller .slidee li {
		width: 320px;
	}
	
	.home-scroller .wp-post-image {
		height: 320px;
	}
	
	.home-scroller .nav {
		top: 160px;
	}

	.home-ttpost .more, 
	.home-scroller .prev, 
	.home-scroller .next {
		font-size: 48px;
		height: 60px;
		width: 60px;
		line-height: 1;
	}

	.home-videos .main-video .thumb {
		height: 340px;
		width: 100%;
	}
	
	.home-videos .main-video .wp-post-image {
		height: 340px;
		margin-top: 0;
	}
	
	.home-videos .main-video .link {
		width: 100px;
		height: 100px;
		top: 125px;
		left: 210px;  
	}
	
	.home-videos .main-video .link a {
		border: 3px solid #EAE893;
		font-size: 38px;
		height: 62px;
		margin: 15px;
		width: 62px;
		line-height: 1.6;
	}
	
	.home-list2 {
		padding-bottom: 40px;
	}
	
	.home-list2 .post-list {
		width: 500px;
		-moz-column-count: auto;
		-moz-column-gap: 0;
		-webkit-column-count: auto;
		-webkit-column-gap: 0;
		column-count: auto;
		column-gap: 0;
	}
		
	.widget-list2 .item-feat .post-info h3 {
		font-size: 20px;
	}
				
	.home-photo .section-light .entry-footer {
		max-width: 300px;
		padding: 15px 30px 5px;
	}
	
	.home-photo .feat-image img {
		max-width: 500px;
	}	
	
	.home-photo + .home-scroller, 
	.home-scroller + .home-photo {
		margin-top: -20px;
	}

	.section-title {
		margin-bottom: 20px;
	}

	.section-dark  {
		padding: 30px 0;
	}
	
	.video-archive1 .item-post .thumb {
		width: 200px;
	}
	
	.video-archive1 h3 {
		width: 224px;
		font-size: 20px;
	}
	
	.video-archive1 .post-right p {
		display: none;
	}
	
	.video-archive1 .item-feat h3 {
		width: 320px;
	}
	
	.video-archive1 .item-feat .entry-footer {
		position: static;
		overflow: hidden;
		margin-right: 20px;
	}
	
	.video-archive1 .item-feat .post-right p {
		display: block;
		margin-right: 20px;
	}
	
	.video-archive1 .item-post .wp-post-image {
		height: 200px;
		margin-top: -20px;
	}
	
	.video-archive1 .item-feat .thumb {
		height: auto;
	}
	
	.video-archive1 .item-feat .wp-post-image {
		height: 350px;
		margin-top: 0;
	}
	
	.video-archive1 .item-feat .link {
		width: 100px;
		height: 100px;
		top: 125px;
		left: 200px;
	}
	
	.video-archive1 .item-feat .link a {
		width: 64px;
		height: 64px;
		margin: 15px; 
	}
	
	.video-archive1 .item-feat .link i {
		font-size: 42px;
	}
	
	.video-archive2 .item-post .thumb {
		width: 240px;
		height: 145px;
		float: none;		
	}
	
	.video-archive2 .item-post .wp-post-image {
		height: 240px;
		margin-top: -47px;
	}	
	
	.video-archive2 .post-right {
		height: auto;
		padding: 15px;
	}
	
	.video-archive2 .item-post .thumb + .post-right {
		border-top: none;
		border-left: 1px solid #DBDBDB;
	}
	
	.video-archive2 h3 {
		line-height: 1.1;
		width: 183px;
	}
		
	.video-archive2 .entry-footer {
		position: static;
		margin: 5px 0;
	}
	
	.video-archive3 .item-post {
		min-height: auto;
	}
	
	.video-list1 .list-section {
		width: 370px;
	}
	
	.video-list1 .item-post {
		margin-right: 0;
		margin-bottom: 30px;
	}
	
	.gallery-list1 .thumb {
		margin-bottom: 20px;
	}
	
	.gallery-list1 .entry-right {
		padding: 20px;
		border-left: 1px solid #E6E6E6;
	}
	
	.page-galleries2 .main-post {
		height: auto;
		width: 500px;
		margin-right: 0;
	}
	
	.attachment-wt570_570 {
		height: 500px;
		width: 500px;
	}
	
	.page-galleries2 .main-post h2 {
		margin-bottom: 5px;
	}
	
	.page-galleries2 .main-post .thumb {
		height: 400px;
	}
	
	.page-galleries2 .main-post .wp-post-image {
		height: 400px;
	}
	
	.page-blog4 .content {
		width: 500px;
	}
	
	.page-blog4 .post-list {
		width: 520px;
	}
		
	.page-blog4 .post-list .post {
		margin-bottom: 60px;
		margin-right: 20px;
		width: 240px;
	}
	
	.page-blog4 .std-post .thumb {
		height: 460px;
		overflow: hidden;
	}

	.page-blog4 .std-post .wp-post-image {
		height: 460px;
		margin-left: -110px;
		max-width: 460px;
	}
	
	.page-blog4 .post-list .post-info {
		padding: 10px 10px 0;  
	}
	
	.page-blog4 .post-list .post-info h3,
	.widget-list2 .item-feat .post-info h3 {
		font-size: 20px;
	}
	
	.blog-list5 .item-post {
		height: auto;
	}

	.blog-list5 .thumb {
		float: none;
		margin-bottom: 20px;
	}

	.blog-list5 .entry-right {
		border-left: 1px solid #DBDBDB;
		float: left;
		width: 378px;		
		height: auto;		
	}
	
	.blog-list6 .item-post {
		height: auto;
		margin-bottom: 30px;
	}

	.blog-list6 .thumb {
		margin-bottom: 20px;
		float: none;
	}
	
	.blog-list6 .entry-right {
		height: auto;
		width: 418px;
		border-left: 1px solid #DBDBDB;
	}
	
	.blog-list7 {
		width: 500px;
	}
	
	.single-content .image-section .entry-social {
		display: none;
	}
	
	.content-1 .image-section .left {
		float: none;
		width: 100%;
	}
	
	.content-1 .image-section .date,
	.content-1 .post-categories {
		float: left;
		margin-right: 30px;
	}
	
	.content-1 .entry-meta .comments {
		float: left;
	}
	
	.post-slider1 .count {
		display: none;
	}
	
	.single-1 .entry-content, 
	.single-2 .entry-content, 
	.single-5 .entry-content, 
	.page-content .entry-content {
		padding-left: 0;
	}
	
	.post-slider .post-slider-nav a {
		top: 36%;
		height: 44px;  
		width: 44px;
	}	
	
	.post-slider .post-slider-nav a:before {
		font-size: 32px;
		margin-top: 6px;
	}
	
	.post-slider .post-slider-nav a.flex-prev:before {
		margin-right: 12px;
	}

	.post-slider .post-slider-nav a.flex-next:before {
		margin-left: 12px;
	}
	
	.post-slider .post-slider-nav span {
		display: none;
	}
	
	.post-slider2 .flex-prev {
		left: 0;
	}
	
	.post-slider2 .flex-next {
		right: 0;
	}
	
	.entry-content iframe {
		height: auto;
		min-height: 240px;
		width: 100%;
	}
	
	.single-content .entry-content p {
		margin-bottom: 20px;
	}
	
	.entry-content .wt-tip {
		margin-bottom: 20px;
		margin-left: 0;
	}
	
	.entry-content blockquote {
		margin-bottom: 20px;
		margin-left: 0;
		padding-left: 30px;
		width: 462px;
	}
	
	.wt-video {
		margin-bottom: 20px;
		margin-left: 0;
		width: 100%;
	}
	
	.single-1 .feat-text, 
	.single-2 .feat-text, 
	.single-5 .feat-text {
		margin-left: 0;
	}
	
	.single-content .feat-text p {
		width: 400px;
	}
	
	.single-3 .entry-content .feat-text p {
		width: 430px;
	}
	
	.single-2 .content2-wrap {
		overflow: hidden;
	}
	
	.single-content .image-section .thumb{
		max-height: 360px;
		margin-bottom: 30px;
	}
	
	.single-2 .image-section,
	.single-5 .image-section {
		margin-bottom: 0;
	}
	
	.single-2 .image-section .inner-wrap {
		display: none;
	}	
	
	.single-3 .single-entry-title h1 {
		font-size: 34px;
	}
	
	.single-3 .content-wrap {
		padding: 0;
		width: 500px;
	}
	
	.single-3 .entry-content {
		padding-left: 70px;
	}
	
	.single-3 .single-entry-title .entry-meta {
		float: none;
		margin-bottom: 15px;
	}
	
	.single-3 .single-entry-title .date {
		display: block;
		float: none;
	}
	
	.single-3 .single-entry-title .share {
		display: none;
	}

	.single-3 .image-section + .content-wrap {
		margin-top: 0;
	}
		
	.single-3 .wt-video {
		width: 480px;
	}
			
	.single-3 .entry-content .wt-tip {
		margin-right: 0;
	}
	
	.related-posts .item-post {
		margin-bottom: 60px;
	}
	
	.related-style3 .item-post {
		margin-bottom: 30px;
	}
	
	.post-nav .prev-post {
		margin-bottom: 20px;
	}
	
	.post-nav .prev-post,
	.post-nav .next-post {
		width: 100%;
		max-width: 100%;
	}
	
	.contact-page input[type="text"], 
	.contact-page textarea {
		width: 478px;
	}
	
	.contact-1 .content {
		float: none;		
	}
	
	.contact-1 .address {
		margin: 30px 0;		
	}
	
	.contact-page .map {
		height: 280px;
	}
	
	.content-video .feat-video iframe {
		min-height: 350px;
		max-height: 360px;
		width: 100%;
	}
	
	.content-video1 .page-header .left, 
	.content-video2 .page-header .left {
		width: 500px;
	}
	
	.content-video1 .page-header h1 {
		font-size: 42px;
		letter-spacing: 2px;
		width: 450px;
		line-height: 1;
	}
	
	.content-video .page-header .center {
		margin-top: 20px;
		width: auto;
		float: left;
	}
		
	.content-video .page-header .icons{
		float: left;
		width: 100%;		
	}
	
	.content-video .info-section {
		float: right;
		width: 148px;
	}
	
	.content-video .page-header .center .comments{
		width: 190px;
		margin-right: 10px;
	}
	
	.content-video .page-header .center .comments .icn {
		margin-right: 10px;
	}	
	
	.content-video .page-header .center .duration,
	.content-video .page-header .center .views {
		margin-top: 30px;
	}
	
	.content-video4 .main-video .info-section {
		width: auto;
	}
	
	.content-video4 .main-video .comments {
		margin-right: 20px;
	}
	
	.content-video4 .main-video .icon-section {
		float: right;
		margin: 10px 0 0 20px;		
	}
	
	.content-video3 .video-left,
	.content-video3 .video-right,
	.content-video4 .video-left {
		width: 500px;
	}
	
	.content-video3 .video-right .entry-top .right {
		width: 390px;
	}
	
	.content-video3 .info-section {
		float: left;
		width: auto;
	}
	
	.content-video3 .video-right {
		padding-bottom: 30px;
	}
	
	.content-video3 .video-right .info-section {
		padding-right: 0;
	}
	
	.content-video3 .video-right .entry-top {
		padding-bottom: 0;
	}
	
	.content-video3 .video-right .right {
		width: 150px;
	}
	
	.content-video3 .video-right .icon-section {
		margin-top: 0;
	}
	
	.content-video4 .main-video p {
		padding: 15px;
		margin-bottom: 10px;
	}
	
	.content-video4 .page-header .title .right {
		width: 440px;
	}
	
	.content-video4 .main-video .duration {
		float: left;
		margin-top: 10px;
	}
	
	.content-video4 .page-header h3 {
		font-size: 26px;
		line-height: 1;
	}
	
	.content-video4 .page-header,
	.content-video4 .main-video,
	.section {
		margin-bottom: 20px;
	}
	
	.home-social {
		margin: -20px 0 0;
	}
	
	.content-video4 .video-right {
		width: 500px;
	}
	
	.content-video4 .video-right .item-video {
		margin-bottom: 0;
		width: 240px;
		margin-left: 20px;
		float: left;
	}
			
	.content-video4 .video-right .item-video:first-child {
		margin-left: 0;
	}
	
	.content-video4 .video-right .item-video:last-child {
		display: none;
	}
	
	.gallery-slider .image-slider {
		width: 500px;
	}

	.attachment-wt1030_690 {
		height: 350px;
	}
	
	.gallery-slider .image-slider .flex-direction-nav a {
		top: 160px;
		color: #FFFFFF;
	}
	
	.gallery-slider .image-slider a.flex-prev {
		left: 20px;		
	}
	
	.gallery-slider .image-slider a.flex-next {
		right: 20px;
	}
	
	.full-gallery {
		width: 520px;
	}
	
	.gallery-list3 .item-post {
		width: 240px;
		margin-right: 20px;
	}
	
	.gallery-list3 .item-post, 
	.gallery-list4 .item-post{
		margin-bottom: 30px;
	}
	
	.content-image2 .related-posts .wp-post-image {
		height: 290px;
	}
	
	.content-image2 .related-posts .entry-info {
		height: auto;
		padding: 15px;
	}

	.content-image2 .related-posts h2 {
		font-size: 20px;
	}
	
	.content-image3 .attachment-wt1030_690 {
		height: 360px;
	}

	.content-image3 .image-slider .flex-direction-nav a {
		top: 140px;
	}
	
	.content-image3 .sidebar {
		width: 520px;
		-moz-column-count: auto;
		-moz-column-gap: 0;
		-webkit-column-count: auto;
		-webkit-column-gap: 0;
		column-count: auto;
		column-gap: 0;
	}
	
	.content-image3 .related-posts .item-post {
		margin-right: 20px;
	}
	
	.post-slider3 .caption {
		line-height: 1.2;
	}
	
	.post-slider3 .caption {
		padding: 15px 20px;		
	}
	
	.post-slider .count h2 {
		font-size: 36px;
	}
	
	.post-slider3 .count h2 {
		line-height: 32px;
	}
	
	.post-slider3 .count .sep {
		margin: 20px 0 0;
		width: 40px;
	}
	
	.post-slider .post-slider-nav a:before {
		margin-top: 0;
	}
	
	.comments-section .comment-left {
		width: 180px;
	}

	.comments-section .comment-left .section-wrap {
		width: 130px;
	}
	
	.single-3 .comments-section .comment-right,
	.comments-section .comment-right {
		width: 290px;
	}
	
	.footer-widgets {
		padding-top: 40px;
	}
	
	.footer-widget .widget {
		margin-bottom: 40px;
	}
}

/* 10.5. Mobile Portrait Size to Mobile Landscape Size
====================================================== */
@media only screen and (min-width: 360px) and (max-width: 519px) {
	
	.inner-wrap,
	.content,
	.content-870,
	.home-content .content,
	.sidebar {
		width: 340px;
	}
	
	.content,
	.content-870,
	.home-content .content {
		margin-right: 0;
	}
	
	h1 {
		font-size: 28px;
	}

	h2 {
		font-size: 26px;
	}

	#header {
		height: 180px;
	}
	
	#header .search {
		margin-left: 20px;
	}
	
	.sticky-header {
		position: relative;
	}
	
	.slider-full + .main-header {
		margin-top: -80px;
	}
	
	.search-overlay input[type="search"] {
		width: 88%;
	}
		
	.menu-section {
		float: right;
		margin-bottom: 20px;
		margin-right: 80px;
		margin-top: 10px;
		width: 240px;
	}
	
	.search-overlay .close {
		margin-left: 20px;
	}
	
	.search-overlay .button {
		margin-left: -30px;
	}
	
	.top-menu ul { 
		display: none;
	}
	
	.slicknav_menu,
	.slicknav_nav ul {
		display: block;
		display: none;
	}
	
	.slicknav_btn {
		width: 220px;		
	}
	
	.slider-full .wp-post-image {
		height: 420px;
	}
	
	.slider-full .slider-nav {
		top: 220px;
	}
	
	.slider-2.slider-full .slider-nav {
		display: none;
	}
	
	.slider-full .post-info {
		width: 320px;
	}
	
	.slider-full h1{
		font-size: 28px;
		line-height: 1.1;
	}	
	
	.slider-full .post-info {
		bottom: 20px;
	}

	.slider-full .more-btn a {
		padding: 10px 15px;
	}
	
	.home-ttpost .section-wrap {
		height: 180px;
	}	
	
	.home-ttpost .inner-wrap {
		padding: 50px 0;
	}
		
	.home-ttpost h2 {
		font-size: 32px;
		line-height: 1;
	}	
	
	.home-ttpost .more {
		display: none;
	}
	
	.home-ttpost .entry-meta {
		display: none;
	}

	.home-ttpost .entry-right {
		max-width: 340px;
		margin-left: 0;
	}
	
	.home-fposts li {
		margin-left: 0;
		margin-bottom: 30px;
	}
			
	.home-fposts .wp-post-image {
		margin-left: -55px;
	}
	
	.section-title .inline {
		margin-right: 20px;
	}
	
	.home-tabs .tab-titles li, 
	.home-scroller .tab-titles li {
		margin-right: 10px;
	}
	
	.home-tabs .tab-titles li:last-child, 
	.home-scroller .tab-titles li:last-child {
		margin-right: 0;
	}
	
	.home-tabs .main-post {
		width: 340px;
		margin-right: 0;
		margin-bottom: 30px;
	}
	
	.home-tabs .main-post .thumb {
		height: 340px;
	}
	
	.home-tabs .main-post  .wp-post-image {
		height: 500px;
		max-width: 500px;
		margin-top: -60px;	
		margin-left: 0;		
	}
		
	.home-tabs .main-post .entry-wrap {
		left: 20px;
		right: 20px;
	}
	
	.home-tabs .main-post h2 {
		font-size: 25px;
		margin: 15px 0;
	}

	.home-tabs .main-post .entry-wrap p {
		line-height: 1.2;
	}
	
	.home-tabs1 .post-list {
		width: 100%;
	}
	
	.home-tabs .post-list .item-post {
		height: auto;
		padding: 0 10px 10px;
	}
	
	.home-tabs .main-post .entry-footer,
	.home-tabs .post-list .entry-meta {
		display: none;
	}
	
	.home-tabs .post-list .thumb {
		margin-right: 10px;
		margin-top: 12px;
	}
	
	.home-tabs .post-list h3 {
		font-size: 16px;
		margin-top: 15px;
	}
	
	.home-content .sidebar {
		display: none;
	}
	
	.home-videos .main-video .entry-right {
		float: none;
		padding: 20px;
		width: 300px;
	}
	
	.home-videos .main-video .entry-top .right {
		width: 250px;
	}
	
	.home-videos .info-section {
		float: left;
		width: 150px;
		overflow: hidden;
		margin-top: 10px;
	}
	
	.content-video4 .icon-section, 
	.home-videos .icon-section .icon {
		margin-right: 15px;
	}
	
	.home-videos .info-section .right {
		display: inline;
	}
	
	.home-videos .icon-section {
		border-top: none;
		margin-top: 10px;
		padding-top: 0;
		float: right;
	}
	
	.home-videos .icon-section i:last-child {
		margin-right: 0;
	}
	
	.home-videos .info-section .right span {
		margin-right: 10px;
	}
	
	.home-videos .load-more {
		padding-bottom: 30px;
	}
	
	.home-videos .item-row {
		padding: 0;
	}
	
	.home-videos .item-post {
		float: none;
		margin: 0 0 30px 0;		
		min-height: auto;		
	}
	
	.home-videos .item-post .icn {
		margin-right: 10px;
	}

	.home-videos .item-post .entry-title h4 {
		font-size: 16px;
		width: 204px;
	}
	
	.home-blog1 .main-post .entry-left {
		width: 300px;
	}

	.home-blog1 .main-post .thumb {
		width: 340px;
		height: 240px;
		margin-right: 0;
	}
	
	.home-blog1 .main-post .wp-post-image {
		height: 240px;
		margin-top: 0;
	}
	
	.home-blog .main-post h3 {
		font-size: 28px;
		margin: 30px 0 20px;
	}

	.home-blog .main-post .entry-footer {
		margin-top: 0;
	}
	
	.home-blog .item-row {
		margin-bottom: 0;
		overflow: visible;
		width: 300px;
	}
	
	.home-blog .item-post {
		margin: 0 0 20px 0;		
	}
		
	.home-blog .item-post h4 {
		margin: 20px 0 30px;
	}
	
	.home-blog .item-post .inner {
		height: 210px;
	}
	
	.page-blog .feat-post .post-info .inner-wrap {
		padding: 15px 20px 0;
		width: 300px;
	}
	
	.content .one-half,
	.one-half {
		width: 340px;
		margin-right: 0;
	}
	
	.content .col-last,
	.col-last {
		margin-right: 0;
	}
	
	.home-tabs2 .tab-titles li {
		margin-right: 40px;
	}

	.home-tabs2 .tabs-content-container {
		margin-bottom: 0;
	}

	.page-blog3 .home-tabs2 .item-post,
	.home-tabs2 .item-post {
		margin-bottom: 30px;
	}

	.home-tabs2 .post-info {
		left: 20px;
		right: 20px;
		padding: 10px 20px 0;
	}	
	
	.home-tabs2 .post-info h3 {
		font-size: 22px;
		line-height: 1.1;
	}
	
	.home-tabs2 .wp-post-image {
		height: 340px;
		max-width: 340px;
	}
	
	.home-blog2 .main-post .thumb {
		width: 340px;
		height: 220px;
	}
		
	.home-blog2 .main-post .wp-post-image {
		width: 340px;
		height: 340px;
		margin-top: -110px;	
	}
	
	.home-blog2 .main-post .entry-right {
		height: auto;
		padding: 19px 15px;
		float: left;
		border: 1px solid #DBDBDB;
		border-top: none;
		width: 308px;
	}
	
	.home-blog2 .main-post p {
		margin-bottom: 40px;
	}
	
	.home-photo + .home-scroller, 
	.home-scroller + .home-photo {
		margin-top: -20px;
	}
	
	.scrollbar-wrap {
		display: none;
	}
	
	.archive-list .entry-meta {
		display: none;
	}
	
	.archive-list .meta-alt {
		display: block;
	}
	
	.archive-list .thumb,
	.archive-list .compact .thumb {
		margin-right: 0;
		width: 340px;
		float: none;
		margin-bottom: 20px;
	}
	
	.archive-list .thumb .wp-post-image,
	.archive-list .compact .wp-post-image {
		height: 340px;
	}
	
	.archive-list .post,
	.archive-list .compact {
		height: auto;
		margin-top: 30px;
		padding-top: 30px;
	}
	
	.archive-list .post-1 {
		margin-top: 0;
		padding-top: 0;
	}
	
	.archive-list .entry-right {
		top: 0;
		transform: none;
	}
	
	.archive-list p {
		margin-top: 20px;
		margin-bottom: 0;
	}
	
	.home-scroller .slidee li {
		width: 320px;
	}
	
	.home-scroller .wp-post-image {
		height: 320px;
	}
	
	.home-scroller .nav {
		top: 160px;
	}

	.home-ttpost .more, 
	.home-scroller .prev, 
	.home-scroller .next {
		font-size: 48px;
		height: 60px;
		width: 60px;
		line-height: 1;
	}
	
	.home-photo .section-dark .entry-footer .name,
	.home-photo .section-dark .entry-footer .info {
		float: none;
	}
	
	.home-photo .section-dark .entry-footer .info  {
		margin-top: 10px;	
	}

	.home-videos .main-video .thumb {
		height: 240px;
		width: 100%;
	}
	
	.home-videos .main-video .wp-post-image {
		height: 240px;
		margin-top: 0;
	}
		
	.home-videos .main-video .link {
		width: 80px;
		height: 80px;
		top: 80px;
		left: 130px;		
	}
	
	.home-videos .main-video .link a {
		border: 2px solid #EAE893;
		font-size: 36px;
		height: 52px;
		margin: 12px;
		width: 52px;
		line-height: 1.4;
	}
		
	.home-list2 {
		padding-bottom: 40px;
	}
	
	.home-list2 .post-list {
		width: 340px;
		-moz-column-count: auto;
		-moz-column-gap: 0;
		-webkit-column-count: auto;
		-webkit-column-gap: 0;
		column-count: auto;
		column-gap: 0;
	}
		
	.page-blog4 .post-list .post, 
	.home-list2 .post {
		width: 340px;
	}
	
	.page-blog4 .std-post .wp-post-image, 
	.home-list2 .std-post .wp-post-image {
		margin-left: -100px;
	}
	
	.home-list2 .thumb-post .thumb + .entry-right {
		width: 220px;
	}

	.widget-list2 .item-feat .post-info h3 {
		font-size: 20px;
	}	
				
	.home-photo .section-light .entry-footer {
		max-width: 220px;
		padding: 15px 10px 5px;
	}
	
	.home-photo .feat-image img {
		max-width: 340px;
	}	

	.section-title {
		margin-bottom: 20px;
	}

	.section-dark  {
		padding: 30px 0;
	}

	.video-archive1 .item-post .thumb {
		float: none;
		width: 340px;
		height: 200px;
	}
	
	.video-archive1 .item-post .wp-post-image {
		height: 340px;
		margin-top: -70px;
	}

	.video-archive1 .post-right {
		height: auto;
	}
	
	.video-archive1 .item-feat h3,
	.video-archive1 h3 {
		width: 262px;
	}
	
	.video-archive1 .item-feat .entry-footer,
	.video-archive1 .item-feat p {
		margin-right: 20px;
	}
	
	.video-archive1 .item-post .thumb + .post-right {
		border-top: none;
	}
	
	.video-archive1 .item-post .thumb + .post-right {
		border-left: 1px solid #DBDBDB;
	}	
	
	.video-archive1 .item-feat .thumb {
		height: auto;
	}

	.video-archive1 .item-feat .wp-post-image {
		height: 240px;
		margin-top: 0;
	}
	
	.video-archive1 .item-feat .title-wrap {
		max-width: 100%;
	}
	
	.video-archive1 .feat {
		margin: 10px 0;
	}
	
	.video-archive1 .item-feat .link {
		width: 80px;
		height: 80px;
		top: 80px;
		left: 130px;
	}
	
	.video-archive1 .item-feat .link a {		
		width: 52px;		
		height: 52px;
		margin: 12px;
		border-width: 2px;		
	}
	
	.video-archive1 .item-feat .link i {
		font-size: 36px;
		margin-top: 0;
	}
	
	.video-archive2 h3 {
		width: 273px;
	}
	
	.video-archive1 .post-right p {
		margin-left: 0;
	}
	
	.video-archive1 .entry-footer {
		position: static;
	}
	
	.video-archive3 .item-post {
		min-height: auto;
	}
	
	.video-archive3 h3 {
		width: 305px;
	}
	
	.video-list1 .list-section {
		width: 370px;
	}
	
	.video-list1 .item-post {
		margin-right: 0;
		margin-bottom: 30px;
	}
	
	.gallery-list1 .thumb {
		margin-bottom: 20px;
	}

	.gallery-list1 .entry-right {		
		padding: 20px;
		width: 298px;
		border-left: 1px solid #E6E6E6;
	}
	
	.gallery-list1 .title {
		width: auto;
	}
	
	.gallery-list1 .count {
		margin-top: -5px;
	}
	
	.gallery-list .count h2, 
	.home-scroller .count h2 {
		font-size: 32px;
	}
	
	.gallery-list1 .thumb-list li {
		margin: 0 3px 3px 0;
	}
	
	.page-galleries2 .main-post {
		height: auto;
		width: 340px;
		margin-right: 0;
	}
	
	.page-galleries2 .main-post .thumb {
		height: 340px;
	}
	
	.page-galleries2 .main-post .wp-post-image {
		height: 340px;
	}
	
	.page-galleries2 .main-post h2 {
		margin-bottom: 5px;
	}
	
	.page-blog4 .content {
		width: 340px;
	}
	
	.page-blog4 .post-list {
		width: 340px;
	}
		
	.blog-list5 .item-post {
		height: auto;
	}

	.blog-list5 .thumb {
		float: none;
		width: 340px;
		margin-bottom: 20px;
	}
	
	.blog-list5 .thumb .wp-post-image {
		height: 340px;
		margin-top: 0;
	}

	.blog-list5 .entry-right {
		border-left: 1px solid #DBDBDB;
		float: left;
		width: 278px;		
		height: auto;	
		padding: 20px 30px;
	}
	
	.blog-list5 h3 {
		font-size: 26px;
		line-height: 1.1;
	}
		
	.blog-list6 .item-post {
		height: auto;
		margin-bottom: 30px;
	}
	
	.blog-list6 .thumb {
		float: none;
		width: 340px;
		margin-bottom: 20px;
	}

	.blog-list6 .wp-post-image {
		height: 340px;
	}
	
	.blog-list6 .entry-right {
		height: auto;
		width: 278px;
		padding: 20px 30px;
		border-left: 1px solid #DBDBDB;
	}
	
	.blog-list7 {
		width: 340px;
	}
	
	.blog-list7 .item-post {
		margin-bottom: 30px;
		margin-right: 0;
	}
	
	.single-content .image-section .entry-social {
		display: none;
	}
	
	.content-1 .image-section .left {
		float: none;
		width: 100%;
	}
	
	.content-1 .image-section .date,
	.content-1 .post-categories {
		float: left;
		margin-right: 30px;
	}
	
	.content-1 .entry-meta .comments {
		float: left;
	}
	
	.post-slider1 .count {
		display: none;
	}
	
	.single-1 .entry-content, 
	.single-2 .entry-content, 
	.single-5 .entry-content, 
	.page-content .entry-content {
		padding-left: 0;
	}
	
	.post-slider .post-slider-nav a {
		top: 36%;
		height: 44px;  
		width: 44px;
	}	
	
	.post-slider .post-slider-nav a:before {
		font-size: 32px;
		margin-top: 6px;
	}
	
	.post-slider .post-slider-nav a.flex-prev:before {
		margin-right: 12px;
	}

	.post-slider .post-slider-nav a.flex-next:before {
		margin-left: 12px;
	}
	
	.post-slider2 .flex-prev {
		left: 0;
	}
	
	.post-slider2 .flex-next {
		right: 0;
	}
	
	.post-slider .post-slider-nav span {
		display: none;
	}
	
	.entry-content iframe {
		height: auto;
		min-height: 200px;
		width: 100%;
	}
	
	.single-content .entry-content p {
		margin-bottom: 20px;
	}
	
	.entry-content .wt-tip {
		margin-bottom: 20px;
		margin-left: 0;
	}
	
	.entry-content blockquote {
		border-left: 5px solid #282828;
		margin-bottom: 20px;
		margin-left: 0;
		padding-left: 30px;
		width: 305px;
	}
	
	.wt-video {
		margin-bottom: 20px;
		margin-left: 0;
		width: 100%;
	}
	
	.single-content .feat-text {
		margin-left: 0;
	}
	
	.single-content .feat-text .sep {
		width: 40px;
		margin-right: 20px;		
	}
	
	.single-3 .entry-content .feat-text p,
	.single-content .feat-text p {
		width: 270px;
	}
	
	.single-2 .content2-wrap {
		overflow: hidden;
	}
	
	.single-content .image-section .thumb{
		max-height: 340px;
		margin-bottom: 20px;
	}
	
	.single-2 .image-section .inner-wrap {
		display: none;
	}	
	
	.one-third {
		width: 340px;
	}

	.related-posts .item-post {
		margin-bottom: 60px;
	}
	
	.related-style3 .item-post {
		margin-bottom: 30px;
	}
	
	.related-posts .post-info h3 {
		font-size: 24px;
	}
	
	.post-nav .prev-post {
		margin-bottom: 20px;
	}
	
	.post-nav .prev-post,
	.post-nav .next-post {
		width: 100%;
		max-width: 100%;
	}
	
	.contact-page .content .one-half input[type="text"],	
	.contact-page input[type="text"], 
	.contact-page textarea {
		width: 318px;
	}
	
	.contact-1 .content {
		float: none;		
	}
	
	.contact-1 .address {
		margin: 30px 0;		
	}
	
	.contact-page .map {
		height: 200px;
	}
	
	.content-video .feat-video iframe {
		min-height: 260px;
		max-height: 270px;
		width: 100%;
	}
	
	.content-video1 .page-header .left, 
	.content-video2 .page-header .left {
		width: 340px;
	}
	
	.single-2 .entry-meta-single {
		margin-left: 0;
	}
		
	.single-2 .image-section,
	.single-5 .image-section	{
		margin-bottom: 0;
	 }
	
	.single-3 .single-entry-title h1 {
		font-size: 34px;
	}
	
	.single-3 .content-wrap {
		padding: 0;
		width: 340px;
	}
	
	.single-3 .single-entry-title .entry-meta {
		float: none;
		margin-bottom: 15px;
	}
	
	.single-3 .single-entry-title .date {
		display: block;
		float: none;
	}
	
	.single-3 .single-entry-title .share {
		display: none;
	}

	.single-3 .image-section + .content-wrap {
		margin-top: 0;
	}
	
	.single-3 .wt-video {
		width: 100%;
	}
		
	.single-3 .entry-content .wt-tip {
		margin-right: 0;
	}
	
	.content-video1 .page-header h1,
	.content-video2 .page-header h1	{
		font-size: 32px;
		letter-spacing: 2px;
		width: 290px;
		line-height: 1;
		float: left;
	}
	
	.content-video .bg-section .page-header p {
		line-height: 1.15;
	}
	
	.content-video .page-header .center {
		margin-top: 20px;
		width: auto;
		float: left;
	}
	
	.content-video .page-header .icons {
		margin-top: 20px;
		float: left;
		width: 100%;
	}
	
	.content-video .info-section {
		float: none;
	}
	
	.content-video .page-header .center .comments {
		width: 180px;
		margin-top: 20px;
	}
	
	.content-video .page-header .center .comments .icn {
		margin-right: 10px;
	}
	
	.content-video4 .main-video .icon-section {
		margin-left: 0;
	}
	
	.content-video3 .video-left,
	.content-video3 .video-right,
	.content-video4 .video-left {
		width: 340px;
	}
	
	.content-video3 .video-right .entry-top .right {
		width: 250px;
	}
	
	.content-video3 .info-section {
		float: left;
		width: auto;
	}
	
	.content-video3 .video-right {
		padding-bottom: 30px;
	}
	
	.content-video3 .video-right .info-section {
		padding-right: 0;
	}
	
	.content-video3 .video-right .entry-top {
		padding: 20px 20px 0;
	}
	
	.content-video3 .video-right .right {
		width: 150px;
	}
	
	.content-video3 .video-right .icon-section {
		margin-top: 0;
	}
	
	.content-video4 .main-video p {
		padding: 15px;
		margin-bottom: 30px;
	}
	
	.content-video4 .page-header .title .right {
		width: 294px;
	}
	
	.content-video4 .main-video .duration {
		float: left;
		margin-top: 10px;
	}
	
	.content-video4 .page-header h3 {
		font-size: 26px;
		line-height: 1;
	}
	
	.content-video4 .page-header,
	.content-video4 .main-video,
	.section {
		margin-bottom: 20px;
	}
	
	.home-social {
		margin: -20px 0 0;
	}
	
	.content-video4 .video-right {
		float: left;
		width: 300px;
	}
	
	.content-video4 .video-right .thumb {
		height: 180px;
	}
	
	.content-video4 .video-right .wp-post-image {
		height: 300px;
		margin-top: -60px;
		max-width: 300px;
	}
	
	.gallery-slider .image-slider {
		width: 340px;
	}

	.attachment-wt1030_690 {
		height: 240px;
	}
	
	.gallery-slider .image-slider .flex-direction-nav a {
		top: 100px;
		color: #FFFFFF;
	}
	
	.gallery-slider .image-slider a.flex-prev {
		left: 20px;		
	}
	
	.gallery-slider .image-slider a.flex-next {
		right: 20px;
	}
	
	.gallery-slider .caption p {
		max-width: 100%;
		text-align: left;
	}
	
	.post-slider3 .caption {
		line-height: 1.2;
	}
	
	.post-slider3 .caption {
		padding: 15px 20px;		
	}
	
	.post-slider .count h2 {
		font-size: 36px;
	}
	
	.post-slider3 .count h2 {
		line-height: 32px;
	}
	
	.post-slider3 .count .sep {
		margin: 20px 0 0;
		width: 40px;
	}
	
	.post-slider .post-slider-nav a:before {
		margin-top: 0;
	}
	
	.full-gallery {
		width: 340px;
	}
	
	.gallery-list3 .item-post {
		margin-bottom: 30px;
	}
	
	.gallery-list3 .item-row {
		margin-bottom: 0;
	}
	
	.content-image2 .page-header h1 {
		font-size: 28px;
	}
	
	.content-image2 .related-posts .wp-post-image {
		height: 340px;
	}
	
	.content-image2 .related-posts .entry-info {
		height: auto;
		padding: 20px 30px;
	}
	
	.content-image2 .related-posts .col-last {
		margin-top: 30px;
	}
	
	.content-image2 .related-posts h2 {
		font-size: 28px;
	}
	
	.content-image3 .thumb{
		height: 260px;
	}
	
	.content-image3 .attachment-wt1030_690 {
		height: 390px;
		margin-top: -65px;
	}

	.content-image3 .image-slider .flex-direction-nav a {
		top: 140px;
	}
	
	.comments-section .comment-left,
	.comments-section .comment-left .section-wrap {
		width: 100%;
		float: none;
	}
	
	.comments-section .comment-left .comment-author {
		float: left;
		margin-right: 40px;
	}
	
	.comments-section .entry-meta {
		float: left;
		margin-top: 2px;
	}
	
	.single-3 .comments-section .comment-right,
	.comments-section .comment-right {
		width: 290px;
		margin-top: 10px;
	}
	
	.widget-list3 .entry-right {
		width: 200px;
	}
	
	.comments-section .comment-left .sep {
		display: none;
	}
	
	.footer-widget {
		margin-right: 0;		
	}
	
	.footer-widgets {
		padding-top: 30px;
	}
	
	.footer-widget .widget {
		margin-bottom: 30px;
	}

}

/* 10.6. Mobile Portrait Size to Mobile Landscape Size
====================================================== */
@media only screen and (max-width: 359px) {
	
	.inner-wrap,
	.content,
	.content-870,
	.sidebar,
	.home-content .content {
		width: 280px;
	}
	
	.content,
	.content-870,
	.home-content .content {
		margin-right: 0;
	}
	
	h1 {
		font-size: 26px;
	}
	
	h2 {
		font-size: 22px;
	}

	#header {
		height: 180px;
	}
	
	#header .search {
		margin-left: 0;
		margin-top: 72px;
	}
	
	.sticky-header {
		position: relative;
	}
	
	.slider-full + .main-header {
		margin-top: -80px;
	}
		
	.menu-section {
		float: right;
		margin-bottom: 20px;
		margin-right: 15px;
		margin-top: 10px;
		width: 240px;
	}
	
	.top-menu ul { 
		display: none;
	}
	
	.slicknav_menu,
	.slicknav_nav ul {
		display: block;
	}
	
	.slicknav_btn {
		width: 220px;		
	}
	
	.slider-full .wp-post-image {
		height: 400px;
		min-width: 1900px;
	}
	
	.slider-full .slider-nav {
		top: 210px;
	}
	
	.slider-full .post-info {
		width: 320px;
	}

	.slider-full h1,
	.home-ttpost h2{
		font-size: 28px;
		line-height: 1;
	}	
	
	.slider-full .post-info {
		bottom: 20px;
	}

	.slider-full .more-btn a {
		padding: 10px 15px;
	}
	
	.slider-2.slider-full .slider-nav {
		display: none;
	}
	
	.home-ttpost .section-wrap {
		height: 175px;
	}	
	
	.home-ttpost .inner-wrap {
		padding: 50px 0;
	}
	
	.home-ttpost .more {
		display: none;
	}
	
	.home-ttpost .entry-meta {
		display: none;
	}

	.home-ttpost .entry-right {
		max-width: 340px;
		margin-left: 0;
	}
	
	.home-fposts li {
		margin-left: 0;
		margin-bottom: 30px;
	}
			
	.home-fposts .wp-post-image {
		margin-left: -55px;
	}
	
	.home-content .home-social .links {
		display: none;
	}
	
	.section-title .inline {
		margin-right: 20px;
	}
	
	.home-tabs .tab-titles li, 
	.home-scroller .tab-titles li {
		margin-right: 10px;
	}
	
	.home-tabs .tab-titles li:last-child, 
	.home-scroller .tab-titles li:last-child {
		margin-right: 0;
	}
	
	.home-tabs .main-post {
		width: 280px;
		margin-right: 0;
		margin-bottom: 30px;
	}
	
	.home-tabs .main-post .thumb {
		height: 340px;
	}
	
	.home-tabs .main-post  .wp-post-image {
		height: 340px;
		max-width: 340px;
		margin-top: -30px;	
		margin-left: 0;		
	}
		
	.home-tabs .main-post .entry-wrap {
		left: 20px;
		right: 20px;
	}
	
	.home-tabs .main-post h2 {
		font-size: 25px;
		margin: 15px 0;
	}

	.home-tabs .main-post .entry-wrap p {
		line-height: 1.2;
	}
	
	.home-tabs1 .post-list {
		width: 100%;
	}
	
	.home-tabs .post-list .item-post {
		height: auto;
		padding: 0 10px 10px;
	}
	
	.home-tabs .main-post .entry-footer,
	.home-tabs .post-list .entry-meta {
		display: none;
	}
	
	.home-tabs .post-list .thumb {
		margin-right: 10px;
		margin-top: 12px;
	}
	
	.home-tabs .post-list h3 {
		font-size: 16px;
		margin-top: 15px;
	}
	
	.home-content .sidebar {
		display: none;
	}
	
	.home-videos .main-video .entry-right {
		float: none;
		padding: 15px;
		width: 250px;
	}
	
	.home-videos .main-video .entry-top .right {
		width: 200px;
	}
	
	.home-videos .main-video p {
		margin-top: 20px;
	}
	
	.home-videos .info-section .right {
		display: inline;
	}
	
	.home-videos .icon-section {
		margin-top: 20px;
		padding-top: 20px;
	}
	
	.home-videos .icon-section i:last-child {
		margin-right: 0;
	}
	
	.home-videos .info-section .right span {
		margin-right: 10px;
	}
	
	.home-videos .load-more {
		padding-bottom: 30px;
	}
	
	.home-videos .item-row {
		padding: 0;
	}
	
	.home-videos .item-post {
		float: none;
		margin: 0 0 30px 0;		
		min-height: auto;		
	}
	
	.home-videos .item-post .icn {
		margin-right: 10px;
	}

	.home-videos .item-post .entry-title h4 {
		font-size: 16px;
		width: 204px;
	}
	
	.home-blog1 .main-post .entry-left {
		width: 250px;
		padding: 15px;
	}

	.home-blog1 .main-post .thumb {
		width: 280px;
		height: 190px;
		margin-right: 0;
	}
	
	.home-blog1 .main-post .wp-post-image {
		height: 210px;
		margin-top: -15px;
	}
	
	.home-blog .main-post h3 {
		font-size: 24px;
		margin: 30px 0 20px;
	}
	
	.blog-list5 .share{
		display: none;
	}

	.home-blog .main-post .entry-footer {
		margin-top: 0;
	}
	
	.home-blog .item-row {
		margin-bottom: 0;
		overflow: visible;
		width: 280px;
	}
	
	.home-blog .item-post {
		margin: 0 0 20px 0;		
	}
		
	.home-blog .item-post h4 {
		margin: 20px 0 30px;
	}
	
	.home-blog .item-post .inner {
		height: 210px;
	}
	
	.page-blog .feat-post .post-info .inner-wrap {
		padding: 15px 20px 0;
		width: 220px;
	}
		
	.page-blog .feat-post .date{
		display: none;
	}
	
	.content .one-half,
	.one-half {
		width: 280px;
		margin-right: 0;
	}
	
	.content .col-last,
	.col-last {
		margin-right: 0;
	}
	
	.home-tabs2 .tab-titles li {
		margin-right: 40px;
	}

	.home-tabs2 .tabs-content-container {
		margin-bottom: 0;
	}
	
	.page-blog3 .home-tabs2 .item-post,
	.home-tabs2 .item-post {
		margin-bottom: 30px;
	}

	.home-tabs2 .post-info {
		left: 20px;
		right: 20px;
		padding: 10px 20px 0;
	}	
	
	.home-tabs2 .post-info h3 {
		font-size: 22px;
		line-height: 1.1;
	}
	
	.home-tabs2 .wp-post-image {
		height: 340px;
		max-width: 340px;
		margin-left: -30px;
	}
	
	.home-blog2 .main-post .thumb {
		width: 280px;
		height: 190px;
	}
		
	.home-blog2 .main-post .wp-post-image {
		width: 280px;
		height: 280px;
		margin-top: -45px;	
	}
	
	.home-blog2 .main-post .entry-right {
		height: auto;
		padding: 19px 15px;
		float: left;
		border: 1px solid #DBDBDB;
		border-top: none;
		width: 248px;
	}
	
	.home-blog2 .main-post p {
		margin-bottom: 20px;
	}
		
	.archive-list .entry-meta {
		display: none;
	}
	
	.archive-list .meta-alt {
		display: block;
	}
	
	.archive-list .thumb,
	.archive-list .compact .thumb {
		margin-right: 0;
		width: 280px;
		float: none;
		margin-bottom: 20px;
	}
	
	.archive-list .thumb .wp-post-image,
	.archive-list .compact .wp-post-image {
		height: 280px;
	}
	
	.archive-list .post,
	.archive-list .compact {
		height: auto;
		margin-top: 30px;
		padding-top: 30px;
	}
	
	.archive-list .post-1 {
		margin-top: 0;
		padding-top: 0;
	}
	
	.archive-list .entry-right {
		top: 0;
		transform: none;
	}
	
	.archive-list p {
		margin-top: 20px;
		margin-bottom: 0;
	}
	
	.home-scroller .slidee li {
		width: 320px;
	}
	
	.home-scroller .wp-post-image {
		height: 320px;
	}
	
	.home-scroller .nav {
		top: 160px;
	}

	.home-ttpost .more, 
	.home-scroller .prev, 
	.home-scroller .next {
		font-size: 48px;
		height: 60px;
		width: 60px;
		line-height: 1;
	}
	
	.home-photo .section-dark .entry-footer .name,
	.home-photo .section-dark .entry-footer .info {
		float: none;
	}
	
	.home-photo .section-dark .entry-footer .info  {
		margin-top: 10px;	
	}
	
	.home-photo + .home-scroller, 
	.home-scroller + .home-photo {
		margin-top: -20px;
	}
	
	.scrollbar-wrap {
		display: none;
	}

	.home-videos .main-video .thumb {
		height: 210px;
		width: 100%;
	}
	
	.home-videos .main-video .wp-post-image {
		height: 210px;
		margin-top: 0;
	}
		
	.home-videos .main-video .link {
		width: 80px;
		height: 80px;
		top: 70px;
		left: 105px;		
	}
	
	.home-videos .main-video .link a {
		border: 2px solid #EAE893;
		font-size: 36px;
		height: 52px;
		margin: 12px;
		width: 52px;
		line-height: 1.4;
	}
		
	.home-list2 {
		padding-bottom: 40px;
	}
	
	.home-list2 .post-list {
		width: 280px;
		-moz-column-count: auto;
		-moz-column-gap: 0;
		-webkit-column-count: auto;
		-webkit-column-gap: 0;
		column-count: auto;
		column-gap: 0;
	}
		
	.page-blog4 .post-list .post, 
	.home-list2 .post {
		width: 280px;
	}
	
	.page-blog4 .std-post .thumb, 
	.home-list2 .std-post .thumb {		
		height: 480px;
	}
	
	.page-blog4 .std-post .wp-post-image, 
	.home-list2 .std-post .wp-post-image {
		height: 480px;
		max-width: 480px;
		margin-left: -45px;
	}
	
	.home-list2 .thumb-post .thumb + .entry-right {
		width: 220px;
	}
	
	.page-blog4 .post-list .post-info h3, 
	.home-list2 .post-list .post-info h3, 
	.widget-list2 .item-feat .post-info h3 {
		font-size: 22px;
	}
	
	.attachment-wt100_100 {
		height: 80px;
		width: 80px;
	}
	
	.home-list2 .thumb-post .thumb {
		margin-right: 10px;
		width: 80px;
	}
	
	.home-list2 .thumb-post .thumb + .entry-right {
		width: 190px;
	}
				
	.home-photo .section-light .entry-footer {
		display: none;
	}
	
	.home-photo .feat-image img {
		max-width: 280px;
	}	
	
	.section-title {
		margin-bottom: 20px;
	}

	.section-dark  {
		padding: 30px 0;
	}	
	
	.footer-widget {
		margin-right: 0;
		width: 280px;
	}
	
	.rss-form {
		width: 280px;
	}
	
	.rss-form .input {
		width: 240px;
	}
	
	.video-archive1 .item-post .thumb {
		width: 280px;
	}
	
	.video-archive1 .item-feat h3,
	.video-archive1 h3 {
		font-size: 20px;
		line-height: 1;
		width: 213px;
	}
	
	.video-archive1 .item-feat .thumb {
		height: auto;
	}

	.video-archive1 .item-feat .wp-post-image {
		height: 200px;
		margin-top: 0;
	}
	
	.video-archive1 .item-feat .post-right p,
	.video-archive1 .item-feat .entry-footer	{
		padding-right: 15px;
	}
	
	.video-archive1 .item-feat .post-right p {
		margin-right: 0;
	}
	
	.video-archive1 .item-feat .title-wrap {
		max-width: 100%;
	}
	
	.video-archive1 .feat {
		margin-bottom: 10px;
	}
	
	.video-archive1 .item-feat .link {
		width: 70px;
		height: 70px;
		top: 65px;
		left: 105px;
	}
	
	.video-archive1 .item-feat .link a {		
		width: 46px;		
		height: 46px;
		margin: 10px;
		border-width: 2px;		
	}
	
	.video-archive1 .item-feat .link i {
		font-size: 32px;
		margin-top: 0;
	}
	
	.video-archive2 h3 {
		width: 223px;
	}
	
	.video-archive1 .post-right {
		height: auto;
		padding: 15px;
		border-left: 1px solid #DBDBDB;
	}
	
	.video-archive1 .item-post .thumb + .post-right {
		border-top: none;
		border-left: 1px solid #DBDBDB;
	}	
	
	.video-archive1 .entry-footer {
		position: static;
	}
	
	.video-archive3 .thumb {
		height: 180px;
	}
	
	.video-archive3 .item-post {
		min-height: auto;
	}

	.video-archive3 .wp-post-image {
		height: 280px;
		margin-top: -50px;
	}
	
	.video-archive3 h3 {
		font-size: 22px;
		line-height: 1;
		width: 245px;
	}
	
	.video-list1 .list-section {
		width: 280px;
	}
	
	.video-list1 .item-post {
		width: 280px;
		margin-right: 0;
		margin-bottom: 20px;
	}
	
	.video-list1 .item-post .thumb {
		height: 200px;
	}
	
	.video-list1 .item-post .wp-post-image {
		width: 280px;
		height: 280px;
		margin-top: -40px;
	}
	
	.gallery-list1 .thumb {
		margin-bottom: 20px;
	}

	.gallery-list1 .entry-right {		
		padding: 15px;
		width: 248px;
		border-left: 1px solid #E6E6E6;
	}
	
	.gallery-list1 .title {
		width: auto;
	}
	
	.gallery-list1 .count {
		margin-top: -5px;
	}
	
	.gallery-list .count h2, 
	.home-scroller .count h2 {
		font-size: 32px;
	}
	
	.gallery-list1 .thumb-list li {
		margin: 0 3px 3px 0;
	}
	
	.page-galleries2 .main-post {
		height: auto;
		width: 280px;
	}
	
	.page-galleries2 .main-post .thumb {
		height: 280px;
	}
	
	.page-galleries2 .main-post .wp-post-image {
		height: 280px;
	}
	
	.page-galleries2 .main-post .title {
		width: 100%;
		overflow: hidden;
	}
	
	.page-galleries2 .main-post .count {
		display: none;
	}
	
	.blog-list5 .item-post {
		height: auto;
		margin-bottom: 30px;
	}

	.blog-list5 .thumb {
		float: none;
		width: 280px;
		margin-bottom: 20px;
	}
	
	.blog-list5 .thumb .wp-post-image {
		height: 280px;
		margin-top: 0;
	}

	.blog-list5 .entry-right {
		border-left: 1px solid #DBDBDB;
		float: left;
		width: 238px;		
		height: auto;	
		padding: 20px;
	}
	
	.blog-list5 h3 {
		font-size: 26px;
		line-height: 1.1;
	}
	
	.blog-list6 .item-post {
		height: auto;
		margin-bottom: 30px;
	}
	
	.blog-list6 .thumb {
		float: none;
		width: 280px;
		margin-bottom: 20px;
	}

	.blog-list6 .wp-post-image {
		height: 280px;
	}
	
	.blog-list6 .entry-right {
		height: auto;
		padding: 20px;
		width: 238px;
		border-left: 1px solid #DBDBDB;
	}
	
	.blog-list7 {
		width: 280px;
	}
	
	.blog-list7 .item-post {
		margin-bottom: 20px;
		margin-right: 0;
	}
	
	.single-content .image-section .entry-social {
		display: none;
	}
	
	.content-1 .image-section .left {
		float: none;
		width: 100%;
	}
	
	.content-1 .image-section .date,
	.content-1 .post-categories {
		float: left;
		margin-right: 30px;
	}
	
	.content-1 .entry-meta .comments {
		float: left;
	}
	
	.single-2 .content2-wrap {
		overflow: hidden;
	}
	
	.single-content .image-section .thumb{
		max-height: 340px;
		margin-bottom: 20px;
	}
	
	.single-2 .image-section .inner-wrap {
		display: none;
	}	
	
	.post-slider1 .count {
		display: none;
	}
	
	.single-content .entry-content, 
	.page-content .entry-content {
		padding-left: 0;
	}
	
	.post-slider .post-slider-nav a {
		top: 36%;
		height: 44px;  
		width: 44px;
	}	
	
	.post-slider .post-slider-nav a:before {
		font-size: 32px;
		margin-top: 6px;
	}
	
	.post-slider .post-slider-nav a.flex-prev:before {
		margin-right: 12px;
	}

	.post-slider .post-slider-nav a.flex-next:before {
		margin-left: 12px;
	}
	
	.post-slider2 .flex-prev {
		left: 0;
	}
	
	.post-slider2 .flex-next {
		right: 0;
	}
	
	.post-slider .post-slider-nav span {
		display: none;
	}
	
	.entry-content iframe {
		height: auto;
		min-height: 200px;
		width: 100%;
	}
	
	.single-content .entry-content p {
		margin-bottom: 20px;
	}
	
	.entry-content .wt-tip {
		margin-bottom: 20px;
		margin-left: 0;
	}
	
	.entry-content blockquote {
		border-left: 5px solid #282828;
		margin-bottom: 20px;
		margin-left: 0;
		padding-left: 30px;
		width: 255px;
	}
	
	.section {
		margin-bottom: 20px;
	}
	
	.home-social {
		margin: -20px 0 0;
	}

	.wt-video {
		margin-bottom: 20px;
		margin-left: 0;
		width: 100%;
	}
	
	.single-content .feat-text {
		margin-left: 0;
	}
	
	.single-2 .entry-meta-single {
		margin-left: 0;
	}
		
	.single-2 .image-section,
	.single-5 .image-section	 {
		margin-bottom: 0;
	 }
	
	.single-3 .single-entry-title h1 {
		font-size: 32px;
	}
	
	.single-3 .entry-content .feat-text .sep,
	.single-content .feat-text .sep {
		width: 20px;
		margin-right: 10px;		
	}

	.single-3 .entry-content .feat-text p,
	.single-content .feat-text p {
		width: 250px;
	}
	
	.single-3 .content-wrap {
		padding: 0;
		width: 280px;
	}
	
	.single-3 .single-entry-title .entry-meta {
		float: none;
		margin-bottom: 15px;
	}
	
	.single-3 .single-entry-title .date {
		display: block;
		float: none;
	}
	
	.single-3 .single-entry-title .share {
		display: none;
	}

	.single-3 .image-section + .content-wrap {
		margin-top: 0;
	}
	
	.single-3 .wt-video {
		width: 100%;
	}
		
	.single-3 .entry-content .wt-tip {
		margin-right: 0;
	}
	
	.one-third {
		width: 280px;
	}

	.related-posts .item-post {
		margin-bottom: 60px;
	}
	
	.related-style3 .item-post {
		margin-bottom: 30px;
	}
	
	.related-posts .entry-excerpt {
		display: none;
	}
	
	.related-posts .post-info h3 {
		font-size: 20px;
	}
	
	.related-style1 .wp-post-image {
		margin-left: -55px;
		height: 460px;
		max-width: 460px;
	}
	
	.post-nav .prev-post {
		margin-bottom: 20px;
	}
	
	.post-nav .prev-post,
	.post-nav .next-post {
		width: 100%;
		max-width: 100%;
	}	
	
	.contact-page .content .one-half input[type="text"],	
	.contact-page input[type="text"], 
	.contact-page textarea {
		width: 258px;
	}
	
	.contact-1 .content {
		float: none;		
	}
	
	.contact-1 .address {
		margin: 30px 0;		
	}
	
	.contact-page .map {
		height: 200px;
	}
	
	.content-video .feat-video iframe {
		max-height: 220px;
		width: 100%;
	}
	
	.content-video1 .page-header .left, 
	.content-video2 .page-header .left {
		width: 280px;
	}
		
	.content-video1 .page-header h1,
	.content-video2 .page-header h1 {
		font-size: 28px;
		letter-spacing: 2px;
		width: 230px;
		line-height: 1;
		float: left;
	}
	
	.content-video .bg-section .page-header p {
		line-height: 1.15;
	}
	
	.content-video .page-header .center {
		margin-top: 20px;
		width: auto;
		float: left;
	}
	
	.content-video .page-header .icons {
		margin-top: 20px;
		float: left;
	}
	
	.home-videos .info-section {
		margin-top: 15px;
	}
	
	.content-video4 .video-left, 
	.content-video3 .video-left,
	.content-video3 .video-right {
		width: 280px;
	}
	
	.content-video3 .video-right .entry-top {
		padding: 15px;
	}
	
	.content-video3 .video-right .right {
		width: 140px;
	}
	
	.content-video3 .video-right .icon-section {
		margin: 10px 0;
	}
	
	.content-video4 .page-header .title .right {
		width: 234px;
	}
	
	.content-video4 .main-video .duration {
		float: left;
		margin-top: 10px;
	}
	
	.content-video4 .video-right {
		float: left;
	}
	
	.content-video4 .main-video p {
		padding: 15px;
	}
	
	.content-video4 .icon-section i,
	.content-video4 .main-video .icon-section {
		margin-left: 0;
	}
	
	.content-video4 .main-video .info-section {
		float: none;
	}

	.gallery-slider .image-slider {
		width: 280px;
	}

	.attachment-wt1030_690 {
		height: 200px;
	}
	
	.gallery-slider .image-slider .flex-direction-nav a {
		top: 80px;
		color: #FFFFFF;
	}
	
	.gallery-slider .image-slider a.flex-prev {
		left: 20px;		
	}
	
	.gallery-slider .image-slider a.flex-next {
		right: 20px;
	}
	
	.gallery-slider .caption p {
		max-width: 100%;
		text-align: left;
	}
	
	.full-gallery {
		width: 280px;
	}
	
	.gallery-list3 .item-post {
		margin-bottom: 20px;
	}
	
	.gallery-list3 .item-row,
	.gallery-list3 .item-post:last-child {
		margin-bottom: 0;
	}
	
	.gallery-widgets {
		padding-top: 30px;
	}
	
	.content-image2 .page-header h1 {
		font-size: 28px;
	}
	
	.content-image2 .related-posts .wp-post-image {
		height: 280px;
	}
	
	.content-image2 .related-posts .entry-info {
		height: auto;
		padding: 15px 20px;
	}
	
	.content-image2 .related-posts .col-last {
		margin-top: 20px;
	}

	.content-image2 .related-posts h2 {
		font-size: 28px;
	}
	
	.content-image3 .thumb{
		height: 220px;
	}
	
	.content-image3 .attachment-wt1030_690 {
		height: 330px;
		margin-top: -55px;
	}

	.content-image3 .image-slider .flex-direction-nav a {
		top: 80px;
	}
	
	.comments-section .comment {
		padding: 15px 10px;
	}
	
	.comments-section .comment-left,
	.comments-section .comment-left .section-wrap {
		width: 100%;
		float: none;
	}
	
	.comments-section .comment-left .comment-author {
		float: left;
		margin-right: 40px;
	}
	
	.comments-section .entry-meta {
		float: left;
		margin-top: 2px;
	}
	
	.single-3 .comments-section .comment-right,
	.comments-section .comment-right {
		width: 260px;
		margin-top: 10px;
	}
	
	.comments-section .comment-left .sep {
		display: none;
	}
	
	.footer-widget {
		width: 280px;
		margin-right: 0;		
	}
	
	.footer-widgets {
		padding-top: 30px;
	}
	
	.footer-widget .widget {
		margin-bottom: 30px;
	}
	
	.search-overlay input[type="search"] {
		margin-top: 30%;
		width: 90%;
	}
	
	.search-overlay .button {
		margin-left: -20px;
	}
	
	.search-overlay .close {
		margin-left: 10px;
	}
	
	.post-slider3 .caption {
		line-height: 1.2;
	}
	
	.post-slider3 .caption {
		padding: 15px 20px;		
	}
	
	.post-slider .count h2 {
		font-size: 36px;
	}
	
	.post-slider3 .count h2 {
		line-height: 32px;
	}
	
	.post-slider3 .count .sep {
		margin: 20px 0 0;
		width: 40px;
	}
	
	.post-slider .post-slider-nav a:before {
		margin-top: 0;
	}

	.widget-list3 .entry-right {
		width: 134px;
	}
}</pre></body></html>