<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Apollo Mag UK
Theme URI: http://wellthemes.com/
Author: WellThemes
Author URI: http://themeforest.net/user/wellthemes
Description: A Premium News and Magazine style Responsive WordPress Theme by WellThemes.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, two-columns, right-sidebar, custom-background, editor-style, featured-images, full-width-template, sticky-post, theme-options, custom-menu, threaded-comments, translation-ready
Text Domain: overture-mag
*/

/*
Warning: Do not edit this file, it will be overwritten by the next theme update. If you want to customize the styles, create a child theme instead See: http://codex.wordpress.org/Child_Themes
*/

/**
 * =========================
 * Table of contents
 * =========================
 *
 * 1. - Base
 *   1.1 - Layout
 *   1.2 - Typography
 *   1.3 - Base Elements
 *   1.4 - Image Sizes
 * 2. - Header
 *   2.1 - Logo Section
 *   2.2 - Social and Search
 *   2.3 - Navigation
 *   2.4 - Vertical Side 
 * 3. - Homepages
 *   3.1 - Slider Section
 *   3.2 - Vertical Posts
 *   3.3 - Featured Sections
 * 4. - Content
 *   4.1 - Thumbs Overlay
 *   4.2 - Post Archives
 *   4.3 - Pagination
 *   4.4 - Single Post 
 *   4.5 - Shortcodes
 *   4.6 - Social Links
 *   4.7 - Comments
 * 5.  Pages
 *   5.1 - Contact Page
 *   5.2 - Archives Page
 *   5.3 - Error Page
 * 6.  Sidebar
 * 7.  Footer
 * 8.  Media Queries 
 *    8.1 - &gt;= 1100px
 *    8.2 - &gt;= 980px
 *    8.3 - &gt;= 768px
 *    8.4 - &gt;= 660px
 *    8.5 - &gt;= 560px
 *    8.6 - &gt;= 460px
 *    8.7 - &gt;= 340px
 *    8.8 - &gt;= 280px
 */

/* ====================
 * 1. Base
 * ==================== */

/**
 * 1.1 - Layout
 */ 
body {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #222222;
}

.inner-wrap {
	width: 1170px;
	margin: 0 auto;	
	overflow: hidden;
}

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

.sidebar {
	width: 340px;
	float: left;	
	clear: right;
}

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

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

.last {
	margin-right: 0;
}

.right {
	float: right;
}

/**
 * 1.2 - Typography
 */
h1, h2, h3, h4, h5, h6 {		
	line-height: 1.2;
	color: #544A44;
	font-weight: 700;
}

h1 {
	font-size: 44px;
	font-weight: 900;	
	line-height: 1.1;
}

h2 {
	font-size: 40px;
	font-weight: 900;
}

h3{
	font-size: 26px; 
}

h4 {	
	font-size: 20px;
}

h5 {	
	font-size: 16px;	
}

h6 {
	font-size: 15px;
}

a {
	text-decoration: none;
	color: #f87f51;
	transition: all 0.2s ease 0s;
	outline: 0;
}

a:visited {
	color: #f87f51;
}

a:hover {
	color: #f87f51;
}

:focus {
	outline: 0;
}

/**
 * 1.3 - Base Elements
 */
.section {
	overflow: hidden;
	margin-bottom: 30px;
}

.content-wrap {
	overflow: hidden;
	margin-bottom: 30px;
}

.section-title {
	text-align: center;
	margin-bottom: 20px;
}

/*== Entry Meta ==*/
.entry-meta {
	overflow: hidden;	
	font-size: 14px;
	margin-bottom: 10px;
	color: #888888;
}

.entry-meta a{
	color: #888888;
}

.entry-meta .date {
	overflow: hidden;
	display: block;
	float: left;
}

.entry-meta .date i{
	margin-right: 5px;
	padding-left: 1px;
}

.entry-meta .date .sep {
	background: #AAA;
	display: block;
	float: left;
	margin-right: 10px;
	width: 25px;
	height: 1px;
	margin-top: 10px;
}

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

.entry-cat {
	overflow: hidden;
}

.entry-meta .cat-bg {
	display: block;	
}

.entry-cat a:hover {
	color: #F24F26;
}

.entry-meta .date {
	display: none;
	float: left;
	margin-right: 35px;
}

.entry-meta .comments i{
	font-size: 21px;
	margin-right: 5px;
	display: block;
	float: left;
	line-height: 18px;
	padding-left: 1px;
	color: #BBBBBB;
}

.entry-meta .author a {
	font-size: 14px;
	margin-left: 5px;
	text-transform: uppercase;
}

.entry-meta .author-meta {
	float:left;
	margin-right: 15px;
}

.entry-rating {
	display: block; 
	float: right;
}

.entry-rating i{
	color: #FECE3F;
	font-size: 18px;
	display: block;
	float: left;
	line-height: 1;
}

/*== Category ==*/
.cat-bg {
	background: #f8ad48;
	border-radius: 1px;
	display: block;
	float: left;
	font-family: "Oswald",sans-serif;
	font-size: 12px;
	letter-spacing: 0.7px;
	line-height: 14px;
	overflow: hidden;
	padding: 5px 7px;
}

.cat-bg a {
	color: #FFFFFF;
	display: block;
	float: left;	
}

.cat-bg a:hover {
	color: #FFFFFF;
}

.cat-bg i:before {
	font-size: 16px;
	line-height: 15px;
	display: block;
	line-height: 1;	
	float: left;
	margin-right: 4px;
	color: #FFFFFF;
	-webkit-font-smoothing: antialiased;
}

/*== More Link ==*/
.read-more {
	overflow: hidden;	
}

.read-more i:before {
	display: block;
	float: right;
	line-height: 21px;
	font-size: 24px;
	margin-left: 10px;
}

.read-more .more-link {
	display: block;
	transition: all 0.4s ease-in-out 0s;
	float: left;
	line-height: 1;	
	font-family: "Oswald",sans-serif;
	font-size: 14px;
	letter-spacing: 0.3px;
	border-radius: 1px;
}

/**
 * 1.4 - Image Sizes
 */
.thumb {
	overflow: hidden;
	position: relative;
}

.wp-post-image {
	display: block;
}

.attachment-apollo_1170_490 {
	width: 1170px;
	/* height: 490px; */
}

.attachment-apollo_800_520 {
	width: 800px;
	/* height: 520px; */
}

.attachment-apollo_285_420 {
	width: 285px;
	/* height: 420px; */
}

.attachment-apollo_385_250 {
	max-width: 385px;
	max-height: 250px;
}

.attachment-apollo_200_150 {
	width: 200px;
	/* height: 150px; */
}

.thumb.zoom {
	width: 100%;
	/* height: 140px; */
	display: inline-block;
	clear: both;
}
/* ====================
 * 2. Header
 * ==================== */
.main-header {
	box-shadow: 4px -3px 7px 0 #5D98FA;
	z-index: 990;
	margin-bottom: 40px;
	position: relative;
}

.header-top {	
	background: #5D98FA;
	height:70px;
	overflow: hidden;	
}

.header-top .inner-wrap {
	position: relative;
}

/**
 * 2.1 - Logo Section
 */
.menu-handler  {
	margin-top: 24px;
	margin-right: 40px;
	float: left;	
	cursor: pointer;
}

.menu-handler i:before {
	display: block;
	font-size: 44px;
	margin: 0;
	padding: 0;
	vertical-align: top;
	color: #FFFFFF;
	line-height: 34px;
}

.header-top .logo {
	margin-top: 15px;
	overflow: hidden;
	float: left;	
}

.header-top .logo h1 {
	font-size: 36px;
}

.header-top .logo a {
	display: block;
	color: #FFFFFF;
}

.header-top .logo img {
	display: block;
	height: 32px;
	vertical-align: middle;	
} 
 
/**
 * 2.2 - Social Media and Search
 */
.header-top .search {
	float: right;
	overflow: hidden;
	margin-top: 18px;	
}

.header-top .search-field {
	max-width: 0;
    padding: 6px 0;
    transition: all .5s ease;
    box-sizing: border-box;
    opacity: 0;
	color: #FFFFFF;	
	background: none;
	border: none;
	border-bottom: 2px solid #FFFFFF;
	float: left;
}

.header-top .expanded {
    max-width: 200px;
    opacity: 1;
}
	
.header-top .search i{
	font-size: 38px;
	line-height: 16px;
	cursor: pointer;
	color: #FFFFFF;	
	display: block;
	float: left;
}

.header-top .social{
	float: left;
	margin-top: 20px;
}

.header-top ul {
	overflow: hidden;
}

.header-top .social ul li{
	float: left;	
	margin-right: 10px;		
}

.header-top .social ul li a {
	display: block;
	height: 30px;
	width: 30px;
	border: 1px solid #FFFFFF;
	border-radius: 30px;
	color: #FFFFFF;
	text-align: center;
}

.header-top .social ul li i {
	display: block;
	font-size: 22px;
	line-height: 21px;
	margin-top: 3px;	
}

/**
 * 2.3 - Main Navigation
 */
.menu-section {
	height: 48px;
	background: #FFFFFF;
}

.main-menu ul{
	z-index: 30;	
	display: none;	
}

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

.menu-section .inner-wrap{
	overflow: visible;
	position: relative;
}

.main-menu {
	position: relative;
	z-index: 30;	
}

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

.main-menu ul.level-1 &gt; li {
	float: left;
	margin-right: 40px;
	padding-top: 16px;
	border-bottom: 2px solid #FFFFFF;
	height: 30px;
}

.main-menu ul.level-1 &gt; li.current-menu-item,
.main-menu ul.level-1 &gt; li.current_page_item,
.main-menu ul.level-1 &gt; li:hover {
	border-bottom: 2px solid #f8ad48;
}

.main-menu ul li a {
	display: block;
	transition: none;		
}

.vertical-menu ul li a,
.main-menu ul.level-1 &gt; li &gt; a {
	display: block;
	letter-spacing: 0.2px;
	font-family: 'Oswald', sans-serif;
	font-size: 15px;	
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.2;
	transition: none;
	color: #544A44;
	padding-bottom: 14px;		
}

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

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

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

.main-menu .menu-item-home &gt; a:before{
	font-family: Ionicons;
	content: "\f448";
	display: block;
	float: left;
	padding: 0;
	font-weight: 400;	
	margin-right: 6px;
	font-size: 20px;
	margin-top: -2px;
}

/*== Standard Submenu ==*/
.main-menu .std-sub-menu {
	display: none;
	position: absolute;
	z-index: 999;	
	background: #FFFFFF;	
	box-shadow: 0 2px 2px 0 rgba(93, 152, 250, 0.4);
	margin-bottom: 10px;
}

.main-menu .std-sub-menu li {
	padding: 12px 16px;
	border-bottom: 1px solid #BED6FD;	
	position: relative;
	transition: none;
}

.main-menu .std-sub-menu li:last-child {
	border-bottom: none;
}

.main-menu .std-sub-menu li a {		
	display: block;	
	width: 142px;	
	text-align: left;	
	line-height: 1;		
	font-size: 15px;
	font-weight: 700;
	color: #333333;	
	text-transform: none;	
}

.main-menu .std-sub-menu li:hover, 
.main-menu .std-sub-menu li a li.over{	
	border-bottom: 1px solid #5D98FA;	
	color: #D35400;
}

.main-menu .std-sub-menu li ul {
	display: none;
}

.main-menu .std-sub-menu li:hover ul, 
.main-menu .std-sub-menu li.sfHover ul {	
	display: block;	
	position: absolute;	
	left: 174px;	
	top: -1px;	
	border-top: 1px solid #BED6FD;
}

/*=== Mega Menu ===*/
.main-menu .sub-menu {
	box-shadow: 0 2px 2px 0 rgba(93, 152, 250, 0.4);
}

.megamenu{
	position: static;	
}

.megamenu .mega-wrap {
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 992;
	padding: 20px;
	box-sizing: border-box;
	background: #FFFFFF;	
}

.main-menu .megamenu .widget{
	overflow: hidden;
}

.megamenu .widget {
	float: left;
	margin-right: 30px;
}

.megamenu .col-2 {
	width: 550px;
}

.megamenu .col-3 {
	width: 355px;	
}

.megamenu .col-4 {
	width: 260px;
}

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

.megamenu .mega-wrap ul{
	display: block !important; /* it was inline */
	visibility: visible !important;
}

.mega-wrap ul h5 a {
	color: #544A44;
}

.widget-title h4 {
	font-size: 17px;
}

/**
 * 2.4 - Vertical Side
 */
.vertical-side {	
	width: 200px;
	padding: 170px 20px 20px;
	height: 100%;
	position: fixed;
	left: -240px;
	top: 0;
	z-index: 989;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-shadow: -4px 4px 12px 0px #5D98FA;
	background: #FFFFFF;
}

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

.vertical-side .close-menu {
	position: absolute;
	top: 101px;
	right: 15px;
	font-size: 32px;
	cursor: pointer;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	opacity: 0;
}

.vertical-side.move-up{
	padding: 80px 20px 20px;
}

.vertical-side.move-up .close-menu{
	top: 5px;
	opacity: 1;
}

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

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

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

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

/*== Nav Icon ==*/
.nav-icon {
    vertical-align:middle;
    width: 27px;
    height: 21px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #FFFFFF;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.nav-icon span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.nav-icon span:nth-child(2) {
    top: 7px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.nav-icon span:nth-child(3) {
    top: 14px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.active .nav-icon span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 0px;
}

.active .nav-icon span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.active .nav-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 19px;
    left: 0px;
}

/* ====================
 * 3. Homepages
 * ==================== */
/**
 * 3.1 - Slider Section
 */
.home-slider {
	position: relative;
}

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

.home-slider .slides li {
	position: relative;
}

.home-slider .slider-main .entry-rating {
	float: left;
	padding-left: 30px;
}

.home-slider .slider-main .entry-rating i {
	font-size: 21px;
}

.flex-control-nav {
	position: absolute;
	top: 15px;
	right: 15px;
	list-style: none;
	padding: 0;
	overflow: hidden;
	z-index: 2;
}

.flex-control-nav li {
	float: left;
	margin-right: 5px;
}

.flex-control-nav a {
	display: block;
	cursor: pointer;
	font-size: 0;
	color: #FFFFFF;
	color: rgba(255, 255, 255, 0.6);
}

.flex-control-nav a:before{
	font-family: Ionicons;
	display: block;
	padding: 0;
	padding-left: 1px;
	font-size: 16px;
	line-height: 15px;
	content: "\f21b";
}

.flex-control-nav a.flex-active,
.flex-control-nav a:hover {
	color: #2E7EFF;
}

/*== Slider 1 ==*/
.slider-main {
	position: relative;
	overflow: hidden;
	display: none;
	color: #FFFFFF;
}

.slider-1 .slider-main {
	width: 800px;
	float: left;
	margin-right: 30px;		
}

.slider-1 .slider-main .slides li {
	overflow: hidden;
	position: relative;
}

.slider-1 h2 {
	font-size: 42px;
	margin-bottom: 15px;
}

.slider-1 h2 a{
  color: #FFFFFF;
}

.slider-1 .entry-excerpt {
	margin-bottom: 20px;
}

.slider-1 .slider-right {
	float: left;
	width: 340px;
}

.slider-1 .slider-right ul li {
	position: relative;
	height: 250px;
	overflow: hidden;
}

.slider-1 .slider-right .post-1 {
	margin-bottom: 20px;
}

.slider-1 .slider-right h3 {
	font-size: 20px;
}

.slider-1 .slider-right h3 a{
	color: #FFFFFF;
} 

/*== Slider 2 ==*/
.home-slider h2 {
	font-size: 48px;
	line-height: 1;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}

.slider-2 .post-info {
	position: absolute;
	left: 125px;
	bottom: 120px;
	color: #FFFFFF;
	width: 600px;
	overflow: hidden;
}

.slider-main .entry-rating,
.slider-2 .entry-cat,
.slider-2 .read-more a {
	display: inline-block;
	float: none;	
}

.home-slider .read-more a {
	background: #2E7EFF;
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 14px;
	line-height: 1;
	padding: 7px 9px 3px;
}

.home-slider .entry-meta,
.home-slider .entry-meta a,
.home-slider .entry-meta i,
.home-slider .post-info h2 a {
	color: #FFFFFF;
}

.home-slider .date,
.home-slider .comments {
	font-weight: 600;
}

.home-slider .date i {
	font-size: 16px;
}

.slider-2 .post-info .entry-title {
	margin-bottom: 10px;
}

.home-slider .entry-excerpt p {
	font-size: 19px;
	line-height: 1.3;
	margin-bottom: 15px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}

.slider-2 .flex-direction-nav li {
	position: absolute;
	top: 50%;	
	display: block;	
	margin-top: -22px;
}

.slider-2 .flex-direction-nav li.flex-nav-prev {
	left: 20px;
}

.slider-2 .flex-direction-nav li.flex-nav-next {
	right: 20px;
}

.slider-2 .flex-direction-nav li a{
	font-size: 0;
	font-family: Ionicons;
	width: 42px;
	height: 42px;
	border-radius: 42px;
	color: rgba(255, 255, 255, 0.5);
	border: 2px solid;
	display: block;
	text-align: center;	
}

.slider-2 .flex-direction-nav li a:hover {
	color: rgba(255, 255, 255, 0.8);
	border: 2px solid;
}

.slider-2 .flex-direction-nav li a:before{
	font-size: 42px;
	line-height: 1;
	display: block;
}

.slider-2 .flex-direction-nav li.flex-nav-prev a:before{
	content: "\f3cf";
	margin-right: 2px;
}

.slider-2 .flex-direction-nav li.flex-nav-next a:before{
	content: "\f3d1";	
	margin-left: 2px;
}

.slider-2 .flex-control-nav {
	display: none;
}

.slider-nav2 {
	position: absolute;
	bottom: 0;
	z-index: 1;
	left: 125px;
	right: 125px;
	width: 920px;
}

.slider-nav2 .slides li{
	width: 200px !important;
	padding: 15px;
	background: rgba(0, 0, 0, 0.35);
	position: relative;
	color: #FFFFFF;
	cursor: pointer;
}

.slider-nav2 .slides li:after {
	position: absolute;
    width: 1px;
	right: 0;
	top: 15px;
	bottom: 15px;
	border-right: 1px solid rgba(255, 255, 255, 0.4);
    content: '';	
}

.slider-nav2 .slides li:last-child:after{
	display: none;
}

.slider-nav2 h4 {
	font-size: 17px;
	margin-bottom: 5px;
	color: #FFFFFF;	
}

.slider-nav2 .flex-active-slide h4{
	color: #FFFFFF;	
}

.slider-nav2 .sep {
	border-radius: 10px;
	display: block;
	height: 12px;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 12px;
}

.slider-nav2 .slides li:hover .sep,
.slider-nav2 .flex-active-slide .sep {
	background: #2E7EFF;
}

.slider-nav2 .entry-rating{
	float: right;
}

.slider-nav2 .entry-meta{
	color: #FFFFFF;
	margin-bottom: 0;
	opacity: 0.75;
}

.slider-nav2 .date {
	float: left;
	margin-right: 0
}

.slider-nav2 .entry-rating {
	display: block;
	float: right;
}

/**
 * 3.2 - Vertical Posts
 */
.v-posts .post-details  {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.v-posts .post-details:hover   {
	background:  rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 200px rgb(0, 0, 0) inset;
    -webkit-box-shadow: 0 0 200px rgb(0, 0, 0) inset;
    -moz-box-shadow: 0 0 100px rgb(0, 0, 0) inset;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.v-posts .post-details .post-title{
    overflow: hidden;
}

.slider-1 .post-wrap,
.feat-posts4 .post-wrap,
.v-posts .post-wrap {
	background: linear-gradient(to top, rgb(22, 22, 22), rgba(0, 0, 0, 0));
	position: absolute;
	bottom: 0; 
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	margin-top: 30px;
}

.feat-posts4 .post-wrap,
.slider-1 .slider-right .post-wrap {
	padding: 15px;
}

.v-posts .post-inner {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;	
}

.v-posts .post-details .excerpt{
	margin-bottom: 20px;
	color: #CCCCCC;	
}

.v-posts .excerpt {
	display: none; 
	line-height: 1.3;
}

.v-posts .post-details:hover .post-inner{
	margin-bottom: 20px;   
}

.v-posts .post-details:hover .excerpt {
    display: block;	
}

.v-posts .post {
	float: left;
	margin-right: 10px;
	overflow: hidden;
	position: relative;	
	width: 285px;
}

.v-posts .post-4 {
	margin-right: 0;
}

.v-posts .meta-top{
	margin-bottom: 15px;
}

.v-posts .post h3 {
	font-size: 24px;
	line-height: 1.1;
	margin-bottom: 15px;
}

.v-posts .post h3 a{
	color: #FFFFFF;
}

/**
 * 3.3 - Featured Sectons
 */
.section-title {
	border-bottom: 2px solid #E9E9E9;
	margin-bottom: 20px;
	position: relative;
}

.section-title .section-wrap {
	margin-bottom: 5px;
}

.section-title .section-wrap h3 {
	border-bottom: 2px solid #f8ad48;
	float: left;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	margin-bottom: -2px;
	padding-bottom: 3px;
	text-transform: uppercase;
}

.section-title .dot {
	background: #f8ad48;
	border-radius: 12px;
	display: block;
	float: left;
	height: 11px;
	margin-right: 10px;
	margin-top: 5px;
	width: 11px;
}

.alt-title {
	padding: 7px 0 8px;
	margin-bottom: 20px;
}

.alt-title h4{
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
	font-family: 'Oswald', sans-serif;
}

.section-title .sep {
	display: block;
	height: 2px;
	margin-bottom: -2px;
	width: 60px;
}

.section-title .link {
	float: right;
	font-size: 21px;
	line-height: 1;
}

.thumb .entry-cat {
	position: absolute;
	top: 10px;
	left: 10px;
}

.alt-title {
	background: #7DC357;
}

.thumb-data {
	position: absolute;
	bottom: 20px;
	left: 25px;
	right: 25px;	
}

.thumb .thumb-data .entry-cat {
	position: static;
}

.thumb-data .author {
	overflow: hidden;	
	margin-right: 50px;
	margin-top: 10px;
	float: left;
}

.thumb-data .avatar {
	border-radius: 50%;
	float: left;
	margin-right: 10px;	
}

.thumb-data .author a {
	text-transform: capitalize;
	display: block;
	float: left;
	font-size: 16px;
	font-weight: 700;
	margin-top: 10px;
	color: #FFFFFF;
}

.thumb-data .date {
	float: left;
	margin-top: 15px;	
	font-size: 15px;
}

.thumb-data .date .sep {
	margin-top: 10px;
	background: #FFFFFF;
}

.excerpt-tile .thumb {	
	margin-bottom: 15px;
}

.excerpt-tile h3{
	font-size: 20px;
	margin-bottom: 8px;
}

.excerpt-tile .post-excerpt {
	margin-bottom: 20px;
}

.excerpt-list p,
.excerpt-tile p {
	margin-bottom: 15px;
}

/*== Featured Category ==*/
.feat-cat .item-post {
	overflow: hidden;
	margin-bottom: 18px;
}

.feat-cat .item-post:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}

.feat-cat .item-post .thumb {
	width: 100px;
	float: left;
	margin-right: 20px;	
	margin-bottom: 0;
}

.feat-cat .item-post .wp-post-image {
	height: 75px;
} 

.feat-cat .item-post .entry-right {
	width: 265px;
	float: left;
	overflow: hidden;
}

.feat-cat .item-post .entry-meta {
	margin-bottom: 6px;
}

.feat-cat .item-post .comments i {
	font-size: 19px;
	margin-top: 1px;
}

.feat-cat .item-post h4{
	font-weight: 600;
}

.feat-cat .main-post .entry-rating i {
	font-size: 20px;	
}

.feat-cat .main-post p {
	margin-bottom: 20px;
}

/*== Section 1 ==*/
.section-1 .large {
	height: 440px;
}

.section-1 .large .wp-post-image{
	/* margin-top: -40px; */
}

.section-1 h2 {
	font-size: 52px;
	line-height: 1;
	color: #FFFFFF;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}

.section-1 .meta-top{
	margin-bottom: 10px;
}

.section-1 h2 a{
	color: #FFFFFF;
}

/*== Section 2 ==*/
.section-2 .section-left {
	width: 580px;
	float: left;
	overflow: hidden;
	border-right: 1px solid #DDDDDD;
	padding-right: 19px;
	margin-right: 20px;
}

.section-2 .main-post{
	width: 330px;
	float: left;
	margin-right: 30px;
}

.section-2 .main-post .thumb{
	height: 220px;
}

.section-2 .main-post .wp-post-image {
	margin-top: -15px;
}

.section-2 .text-list {
	width: 220px;
	float: left
}

.section-2 .text-list .item-post {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #E1E1E1;
}

.section-2 .text-list .item-post:last-child,
.section-2 .section-right .post:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.section-2 .text-list h5{
	margin-bottom: 10px;
}

.section-2 .text-list .date {
	margin-right: 15px;
}

.section-2 .section-right {
	width: 180px;
	float: left;
	overflow: hidden;
}

.section-2 .section-right .post {
	margin-bottom: 30px;
}

.section-2 .section-right .thumb {
	margin-bottom: 10px;
}

.section-2 .section-right .wp-post-image {
	height: 135px;
}

.section-2 .section-right h5 {
	margin-bottom: 10px;
}

/*== Section 3 ==*/
.section-3 {
	margin-bottom: 0;	
}

.section-3  .thumb {
	margin-bottom: 10px;
}

.section-3 .wp-post-image {
	height: 160px;
}

.section-3 h5 {
	margin-bottom: 5px;
}

.section-3 .entry-meta  {
	margin-bottom: 0;
}

.section-3 .clearfix {
	margin-bottom: 30px;
}

/*== Section 4 ==*/
.section-4 .post {
	width: 187px;
	float: left;
	margin-right: 11px;	
}

.section-4 .last {
	margin-right: 0;
}

.section-4 .post-2,
.section-4 .post-3 {
	margin-bottom: 30px;	
}

.section-4 .excerpt-tile h3 {
	margin-bottom: 10px;
}

.section-4 .post .thumb {
	margin-bottom: 10px;	
}

.section-4 .post .wp-post-image {
	height: 140px;
}

.section-4 .post h5 {
	margin-bottom: 10px;
}

.section-4 .post .entry-meta {
	margin-bottom: 0;
}

/*== Home Category ==*/
.home-cat .item-post {
	width: 385px
}

.home-cat .item-post .entry-meta {
	margin: 10px 0 0;
}

.home-cat2 .excerpt-tile {
	margin-bottom: 20px;
}

.home-postlist,
.home-postlist .pagination {
	margin-bottom: 0
}
/* ====================
 * 4. Content
 * ==================== */
/**
 * 4.1 - Thumbs Overlay
 */ 
.thumb .overlay{	
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;  
	-webkit-transition: all 0.4s; 
	-moz-transition: all 0.4s; 
	transition: all 0.4s;	
} 

.thumb .overlay a{
	-webkit-transition: all 0.4s; 
	-moz-transition: all 0.4s; 
	transition: all 0.4s;
}

.thumb .overlay:hover{
	background: rgba(0, 0, 0, 0.75);  
}

.thumb .overlay a{
	color: #FFFFFF;
	border: 2px solid #FFFFFF;		
    position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	background: none;
	font-size: 20px;
	width: 48px;
	height: 48px;
	margin-top: -24px;
	margin-left: -24px;
	border-radius: 50%;
	opacity: 0;
}

.thumb .overlay i {
	font-size: 42px;
	line-height: 32px;
	display: block;
	margin-top: 5px;
	margin-left: 9px;
}

.thumb .overlay:hover a{
   opacity: 1;
}

.thumb .compact a {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
}

.thumb .compact i {
	font-size: 36px;
	margin-top: 3px;
	margin-left: 7px;
}

.thumb .xs a {
	width: 32px;
	height: 32px;
	margin-top: -17px;
	margin-left: -17px;
}

.thumb .xs i {
	font-size: 30px;
	margin-top: 1px;
	margin-left: 6px;
}

.zoom .wp-post-image {
	-moz-transition: all .35s linear;
	-webkit-transition: all .35s linear;
	-ms-transition: all .35s linear;
	-o-transition: all .35s linear;
	transition: all .35s linear;
}

.zoom:hover .entry-cat{
	display: none;
}

.zoom:hover .wp-post-image {
  transform: scale(1.1);
}

/**
 * 4.2 - Post Archives
 */
 .archive-title {
	margin-bottom: 10px;
}

.archive-desc {
	text-align: left;
}

.archive-desc p {
	margin-bottom: 20px;
}

.archive-list {
	overflow: hidden;
}

.archive-list .post {
	margin-bottom: 30px;
	overflow: hidden;
}

.excerpt-list .thumb + .entry-right {
	width: 385px;
	float: left;
	overflow: hidden;
}

.excerpt-list h3 {
	font-size: 22px;
	margin-bottom: 8px;
}

.archive-list h3 a {
	color: #544A44;
}

.archive-list h3 a:hover {
	color: #f8ad48;
}

.excerpt-blog .thumb{
	height: auto;
	margin-bottom: 15px;
}

.excerpt-blog .wp-post-image{
	/* margin-top: -40px; */
}

.excerpt-blog h2 {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 8px;
}

.excerpt-blog h2 a {
	color: #544A44;
}

.excerpt-blog h2 a:hover {
	color: #f8ad48;
}

.excerpt-blog p {
	margin-bottom: 20px;
}

.excerpt-blog .read-more a {
	display: block;
	float: left;
	background: #f8ad48;
	font-size: 13px;
	padding: 7px 10px 5px;
	color: #FFFFFF;
}

.excerpt-blog .read-more i:before {
	line-height: 18px;
}

/**
 * 4.3 - Pagination
 */
.page-links,
.pagination{
	overflow: hidden;
	margin-bottom: 30px;		
	font-size: 17px;
	font-weight: 700;
}

.page-links a:hover span,
.pagination a:hover{
	color: #FFFFFF;
	background: #f8ad48;
}

.page-links a span,
.page-links span,
.pagination  .page-numbers {
	background: #F3F3F3;	
	display: inline-block;	
	margin-right: 6px;
	margin-bottom: 8px;
	padding: 6px 14px;
	border-radius: 1px;
}


.page-links span,
.pagination .current {
	color: #FFFFFF;
	background: #f8ad48;	
}

.pagination a {
	color: #544A44;
}

.sidebar .widget {
	margin-bottom: 30px;
	overflow: hidden;
}

/**
 * 4.4 - Single Post
 */
.single-post-thumb {
	margin-bottom: 20px;
}

.single-post-thumb img {
	min-width: 100%;
}

.entry-header {
	margin-bottom: 15px;
}

.single-meta {
	overflow: visible;
	margin-bottom: 20px;
}

.entry-cats {
	float: left;
	margin-right: 10px;
	overflow: hidden;
}

.single-meta .comments{
	cursor: pointer;
}

.entry-cats .cat-bg {
	margin-right: 10px;
}

.single-meta .date {
	margin-top: 3px;
}

.single-meta .comments {
	margin-top: 2px;
}

.entry-content {
	font-size: 17px;
	line-height: 1.6;
}

.entry-content h1,
.entry-content h2 {
	margin-bottom: 20px;
}

.entry-content h3,
.entry-content h4 {
	margin-bottom: 15px;
}

.entry-content h5 {
	font-size: 18px;
	margin-bottom: 10px;
}

.entry-content h6 {
	font-size: 17px;
	margin-bottom: 10px;
}

.entry-ad {
	text-align: center;
	margin-top: 20px;
}

/**
 * 4.5 - Shortcodes
 */
.wt-tip {
	font-weight: 500;
	padding: 15px;
	margin: 25px 0;
	position: relative;
	overflow: hidden;
	background: url(images/dh.png) top left repeat-x,
				url(images/dv.png) right top repeat-y,
				url(images/dh.png) bottom left repeat-x,
				url(images/dv.png) left top repeat-y;				
}

.wt-tip:before {	
	font-size: 50px;
	line-height: 1;
	font-family: Ionicons;
	content: "\f36c";
	display: block;
	float: left; 
	margin-right: 30px;
	font-style: normal;	
}

.ft-text {
	overflow: hidden;
	font-weight: 500;
}

.ft-text.full p{
	border-left: 4px solid #2E7EFF;
	margin-top: -5px;
	overflow: hidden;
	color: #282828;
	padding-left: 20px;	
}

.ft-text.right {
	width: 200px;
	float: right;
	margin-left: 40px;
}

.ft-text.left {
	width: 200px;
	float: left;
	margin-right: 40px;
}

.ft-text.right p,
.ft-text.left p{
	border-top: 3px solid #2E7EFF;
	border-bottom: 3px solid #2E7EFF;
	padding: 20px 0;
}

/**
 * 4.6 - Social Links
 */
.entry-social {
	overflow: hidden;
	font-size: 13px;
	margin-top: 30px;
	text-align: center;
}

.entry-social ul {
	display: inline-block;
}

.entry-social li {
	float: left;
	line-height: 1;
	margin-right: 15px;
	padding: 6px 12px 7px;
	background: #F8F8F8;
	border-radius: 1px;
}

.entry-social a {
	display: block;
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
	color: #FFFFFF;	
}

.entry-social li i{
	display: block;	
	float: left;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	margin-right: 8px;	
	padding-right: 10px;	
	line-height: 10px;
	font-size: 20px;
	color: #FFFFFF;	
}

.entry-social li.fb {
	background: #5D82D1;	
}

.entry-social li.twitter {
	background: #40BFF5;
}

.entry-social li.gplus {
	background: #B84830;
}

.entry-social li.linkedin {
	background: #2D8ED6;
}

.entry-social li.pinterest {
	background: #FE4445;
	margin-right: 0;
}

/**
 * 4.7 - Comments
 */
#comments{
	max-width: 840px;
	line-height: 1.5;
	overflow: hidden;
}

#comments .comments-title {
	margin-bottom: 30px;	
}

#comments .comments-title h3 {
	float: left;
	font-size: 20px;
}

#comments .respond-link {
	float: right;
	padding: 8px 10px;
	margin-bottom: -2px;
}

#comments .comments-title h3 i{
	margin-right: 5px;
	font-size: 22px;
	color: #292929;
}

#comments .respond-link i {
	color: #FFF;
	font-size: 18px;
}

#comments .comments-title .add-comment{
	border: 1px solid #E7E7E7;
	display: inline-block;
	padding: 4px 8px 6px;
}

#comments ol.comments-list{
	margin: 0;
	list-style: none;
}

#comments .comment{
	overflow: hidden;
	margin-bottom: 30px;
}

#comments .comment article{
	overflow: hidden;
}

#comments .author-info{
	margin-bottom: 5px;
	overflow: hidden;
}

#comments .author-avatar{
	float: left;
	width: 65px;	
	margin-right: 15px;
}

#comments .author-avatar img{
	display: block;
}

#comments .comment-header {
	overflow: hidden;
}

#comments .post.pingback p{
	margin-bottom: 5px;
}

#comments .post.pingback + .depth-1 {
	margin-top: 20px;
}

.comment-author {
	text-transform: capitalize;
	margin-bottom: 5px;
}

.bypostauthor .author-comment{
	font-weight: 600;
	margin-right: 20px;
	display: block;
	float: left;
	color: #D35400;
}

#comments .comment-header .fn {	
	width: auto;
	font-style: normal;
}

#comments .comment-meta{
	font-size: 14px;
	margin-bottom: 4px;
	overflow: hidden;
}

#comments .comment-header .sep{
	margin: 0 25px;
	line-height: 1;
	display: inline-block;
	height: 13px;
	overflow: hidden;
	margin-top: 3px;
	width: 0;
	border-right: 1px solid #AEAEAE;
}

#comments .comment-time{	
	letter-spacing: 0;
	margin-right: 5px;
}

#comments .comment-time a{
	color: #AEAEAE;
}

#comments .sep{
	color: #AEAEAE;
	margin-right: 0px;
}

#comments .reply {
	margin-right: 10px;
}

#reply-title a {
  color: #CCCCCC;
}

#comments .comment-text{
	font-size: 15px;
	line-height: 1.4;
}

#comments .comment-text p:last-child{
	margin-bottom: 0;
}

#comments .moderation{ 
	color: red; 
	font-size: 13px;
	margin-bottom: 0;
	overflow: hidden;
	clear: both;
}

#comments ul.children{
	list-style: none;
}

#comments ol.comments-list li ul.children { 
	list-style: none; 
	margin: 25px 0 0; 
	text-indent: 0;
	overflow: hidden;
}

#comments ul.children li:last-child {
	margin-bottom: 0;
}

#comments ul.children .author-avatar{
	width: 50px;
}

#comments ul.children li.comment{
	margin-bottom: 15px;
}

#comments .comment-wrap {
	overflow: hidden;
}

#comments .depth-1 .comment-right {
	width: 720px;
	float: left;
}

#comments .depth-2 .comment-right {
	width: 705px;
}

#comments .depth-3 .comment-right {
	width: 675px;
}

#comments .depth-4 .comment-right {
	width: 645px;
}

#comments .depth-4 .comment-right {
	width: 615px;
}

#comments .depth-2,
#comments .depth-3,
#comments .depth-4,
#comments .depth-5 { 
	margin-left: 30px;  
}

#comments .depth-5 p:last-child { 
	margin-bottom: 0; 
}

#comments li.pingback .url{
	margin-right: 10px;
}

#comments .comment-nav  h4{
	margin-bottom: 5px;
}

#comments .comment-nav {
	margin-bottom: 15px;
	overflow: hidden;
}

#comments .comment-nav .nav-previous{
	float: left;
}

#comments .comment-nav .nav-next{
	float: right;
}

#comments  .moderation{
	color: #E96065;
	font-size: 14px;
}

#respond #reply-title{
	margin-top: 20px; 
	background: #2E7EFF;	
    padding: 10px 12px;
	color: #FFFFFF;
	margin-bottom: 10px;
}

#respond #reply-title{
	font-size: 16px;
}

#respond #reply-title small{
	font-weight: 400;
	font-size: 13px;
} 

.comment-reply-title:before {
	content: '\f417';
	font-family: Ionicons;
	display: block;
	float: left;
	font-size: 22px;
	line-height: 18px;
	margin-right: 5px;
}

#respond .required {
	color: #ff4b33;
	font-weight: bold;
}

.contact-page label,
#respond label {
	display: block;
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: 700;
}

#respond .comment-form-comment label{
	margin-top: 10px;	
}

#respond #commentform p{
	margin-bottom: 0;
	font-size: 16px;
}

#respond .comment-notes{
	font-size: 13px;
	color: #999999;
	margin-bottom: 20px !important;
}

#respond .comment-form-author{
	margin-right: 2%;
}

#respond .comment-form-author,
#respond .comment-form-email{
	width: 49%;
	float: left;	
}

#respond .comment-form-author input[type=text],
#respond .comment-form-email input[type=text]{	
	width: 93.3%;
}

#respond .comment-form-url input[type=text],
#respond textarea{
	width: 96.6%;
}

#respond input[type=text],
#respond textarea {	
	display: block;	
	font-family: inherit;
	font-size: 16px;
	color: inherit;	
	padding: 10px;
	border: 1px solid #DBDBDB;
	margin-bottom: 20px;
	margin-left: 2px;
}

#respond textarea{
	height: 185px;
}

#respond input[type=submit]{	
	color: #FFFFFF;
	cursor: pointer;
    text-decoration: none;
	border: none;
	margin: 0 0 30px;
	background: #f8ad48;

}

#respond .form-allowed-tags {
	display: none;
}

/* ====================
 * 5. Pages
 * ==================== */
.page-title {
	margin-bottom: 25px;
}

/**
 * 5.1 - Contact Page
 */
.contact-page .contact-text{
	margin-bottom: 30px;
	margin-top: 10px;
}

.contact-page .contact-map {
	overflow: hidden;
	margin-bottom: 20px;
}

.contact-page .map{
	height: 360px;
}

.contact-page .field{
	margin-bottom: 20px;
	overflow: hidden;
}

.contact-page .field-section{
	overflow: hidden;
}

.contact-page input[type=text],
.contact-page textarea{
	width: 100%;
	padding: 10px;
	font: inherit;
	color: inherit;	
	margin-bottom: 0;
	box-sizing: border-box;
}

.contact-page textarea {
	height: 180px;
}

.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 label span{
	color: red;
	margin-left: 3px;	
	font-weight: 400;
}

.msgbox-warning{
	background: #FE9D0C;
	color: #FFFFFF;
	padding: 6px 12px;
	margin-bottom: 30px;
}

.msgbox-error{
	background: #C14E36;
	color: #FFFFFF;
	padding: 6px 12px;
	margin-bottom: 30px;
}

.msgbox-success{
	background: #72C727;
	color: #FFFFFF;
	padding: 6px 12px;
	margin-bottom: 30px;
}

/**
 * 5.2 - Archives Page
 */
.archive-page .col-header{
	margin-bottom: 20px;
}

.archive-page .widget-title {
	text-align: left;
}

.archive-page .wp-tag-cloud ,
.archive-page .item-list {
	margin-left: 15px;
}

.archive-page .wp-tag-cloud li,
.archive-page .item-list li{
	margin-bottom: 5px;
}

.archive-page .wp-tag-cloud a{
	font-size: 14px !important;
}

.archive-columns,
.archive-columns .row  {
	overflow: hidden;
}

.archive-columns ol.item-list li {
	margin-bottom: 10px;
}

.archive-columns .wp-tag-cloud a {
	font-size: 16px !important;
}

.archive-columns .search-form {
	width: 285px;
}

/**
 * 5.3 - Error Page
 */
.error-page {
	text-align: center;
}

.error-page h1{
	font-size: 140px;
	line-height: 1;
	margin-bottom: 0;
}

.error-page h2{
	margin-bottom: 50px;
}

.error-page .error-info {
	display: inline-block;
	text-align: center;
	margin-bottom: 30px;
}

.error-page .search{
	margin: 40px 0;	
}

.error-page .widget_search {
	width: 300px;	
}

.error-page .widget {
	display: inline-block;
	text-align: left;
}

.error-page .widget h4 {
	margin-bottom: 10px;
}

/* ====================
 * 6. Sidebar
 * ==================== */
/**
 * 6.1 - Widgets
 */
.widget ul{
	list-style: none;
	margin: 0;
	padding: 0;	
}

.widget ul li{
	margin-bottom: 5px;	
}

.sidebar .widget ul li:before {
	content: "\f487";
	font-family: Ionicons;
	margin-right: 7px;
	padding-left: 1px;
}

.widget select {
	border: 2px solid #212121;
	cursor: pointer;
	padding: 10px;
	width: 100%;
}

/*== RSS Widget ==*/
.widget_rss ul li {
	margin-bottom: 20px;
}

.widget_rss ul li:last-child{
	margin-bottom: 0;
}

.rsswidget {
	font-weight: 700;
}

.rss-date {
	display: block;
	font-size: 14px;
	color: #888888;
}

.rssSummary {
	margin: 10px 0;
}

/*== Menu Widget ==*/
.widget_nav_menu ul li:before {
	display: none;
}

.widget_recent_comments .comment-author-link {
	font-weight: 700;
	color: #222
}

.widget_recent_comments .recentcomments {
	color: #888888;
}

.widget_recent_comments ul li:before {
	content: "\f11d";
	color: #bbbbbb;
}

/*== Tags Widget ==*/
.tagcloud {
	overflow: hidden;	
}

.tagcloud a {
	background: #f8ad48;
	color: #FFFFFF;
	display: block;
	float: left;
	margin: 0 2px 2px 0;
	padding: 3px 10px 5px;
	font-size: 15px !important;
}

.tagcloud a:before {
	content: "\f219";
	font-family: Ionicons;
	font-size: 10px;
	margin-right: 1px;
	color: #FFFFFF;
}

.tagcloud a:hover {
	background: #2C3236;
	color: #FFFFFF;
}

.tagcloud a:hover:before {
	color: #FFFFFF;
}

.tagcloud a i {
	float: left;
	margin-right: 6px;
	margin-top: 5px;
}

.entry-tags a {
	margin-right: 5px;
}

.widget_slider ul li{
	margin-bottom: 0;	
}

/*== Search Widget ==*/
.widget_search .search-form {
	position: relative;
}

.widget_search .search-field {
	width: 100%;
	box-sizing: border-box;
	border: 2px solid #212121;
	font-size: 22px;
	padding: 5px 10px;
}

.widget_search .search-form i {
	position: absolute;
	right: 10px;
	top: 2px;
	font-size: 30px;
}

/*== Calendar Widget ==*/
#wp-calendar {
    margin: 0 auto;
    width: 100% !important;
	font-size: 14px;
}

#wp-calendar th {
    background: #EEEEEE;
    border: 1px solid #FFFFFF;
    padding: 0px 6px;
    text-align: center;
	font-weight: 700;
}

#wp-calendar td {
    background: #F7F7F7;
    border: 1px solid #FFFFFF;
    padding: 4px 6px;
    text-align: center;
}

#wp-calendar td.pad{
	background: #FFFFFF;
}

#wp-calendar #today {
    background: #5D98FA;
    color: #FFFFFF;
}

#wp-calendar #today a {
    color: #FFFFFF;
}

#wp-calendar caption {    
    text-align: center;
	background: #5D98FA;
	font-size: 16px;
	font-weight: 600;
	color: #FFFFFF;
	padding: 8px 0;
}

/*== Polls Widget ==*/
.widget.widget_dyamar-polls-widget {
	background: #F3F3F3;
	padding: 20px 30px;
	box-sizing: border-box;
}

.widget_dyamar-polls-widget .widget-title {
	margin-bottom: 20px;
}

.dyamar-poll-answers label {
	display: block;
	cursor: pointer;
}

.dyamar-poll-answers label input {
	display: none;
}

.dyamar-poll-answers label:before {
	font-size: 19px;
	vertical-align: middle;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	content: "\f401";
	font-family: Ionicons;
	color: #2E7EFF;
	padding-left: 1px;
	display: block;
	float: left;
}

.dyamar-poll-answers label.selected:before {
	content: "\f400";
}

.dyamar-poll-title {
	font-size: 17px;
	font-weight: 700;
}

.dyamar-poll-title p{
	margin-bottom: 15px;
}

.dyamar-poll-answers p {
	margin-bottom: 6px;
	overflow: hidden;
}

.dyamar-poll-actions {
	margin-top: 15px;
}

.dyamar-poll-actions p{
	margin-bottom: 7px;
}

.dyamar-poll-other p {
	padding-left: 1px;
	font-size: 15px;
	margin-bottom: 0;
}

.dyamar-poll-actions button {
	padding: 10px 14px;
	text-transform: uppercase;
}

.dyamar-poll-data {
	font-size: 100%;
	overflow: hidden;
}

.dyamar-poll-theme-blue .dyamar-poll-bar-bg {
	background-color: #66bb6a;
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.125) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.125) 50%, rgba(255, 255, 255, 0.125) 75%, transparent 75%, transparent);
	background-size: 35px 35px;
	height: 14px;
	border: 1px solid #66bb6a;
}

.dyamar-poll-theme-blue .dyamar-poll-info {
	font-size: 12px;
	float: right;
	line-height: 15px;
	text-shadow: none;
	padding-right: 2px;
	color: #666666;
}

.dyamar-poll-label {
	margin-bottom: 5px;
	display: block;
	overflow: hidden;
}

.dyamar-poll-result a:before {
	content: "\f3d5";
	display: block;
	float: left;
	font-family: Ionicons;
	font-size: 30px;
	line-height: 24px;
	margin-right: 4px;
	padding: 0 1px;
}

/*== Categories Widget ==*/
.widget_popular_categories ul li {
	overflow: hidden;
	margin-bottom: 2px;
}

.widget_popular_categories i {
	font-size: 22px;
	margin-right: 8px;
	padding-left: 1px;
}

.widget_popular_categories .count {
	border: 1px solid #212121;
	border-radius: 10px;
	box-sizing: border-box;
	display: block;
	float: right;
	font-size: 14px;
	height: 22px;
	line-height: 1;
	padding-top: 2px;
	text-align: center;
	width: 22px;
}

/*== Posts Widget ==*/
.widget_posts .main-post .thumb {
	margin-bottom: 15px;
	position: relative;
}

.sidebar .attachment-apollo_385_250 {
	height: 220px;
}

.widget_posts .main-post h4 {
	font-size: 18px;
	margin-bottom: 5px;
}

.widget_posts ul li {
	overflow: hidden;
	margin-bottom: 20px;
}

.widget_popular_categories ul li:before,
.widget_aboutus ul li:before,
.widget_posts ul li:before {
	display: none;
}

.widget_posts ul li:last-child{
	margin-bottom: 0;
}

.widget_posts ul li a {
	color: #544A44;
}

.widget_posts ul li a:hover {
	color: #f8ad48;
}

.widget_posts .entry-meta {
	margin-bottom: 0;
}

.widget_posts .item-post .thumb {
	width: 100px;
	float: left;
	margin-right: 15px;
}

.widget_posts .item-post .wp-post-image {
	height: 75px;
}

.widget_posts .entry-right {
	float: left;
	width: 225px;
	overflow: hidden;
}

.widget_posts .item-post .entry-meta {
	margin-top: 10px;
}

.widget_posts2 ul li {
	margin-bottom: 30px;
}

.feat-posts4 a,
.feat-posts4 .entry-meta,
.feat-posts4 .entry-meta i {
	color: #FFFFFF;
}

.feat-posts4 ul li:before {
	display: none;
}

.feat-posts4 ul li {
	position: relative;
}

.feat-posts4 h3 {
	font-size: 20px;
}

.widget.widget_textposts {
	position: relative;
	overflow: visible;
}

.widget_textposts  .thumb-wrap {
	position: relative;
	width: 100px;	
	float: left;
	margin-right: 15px;
}

.widget_textposts .wp-post-image {
	height: 75px;
}

.widget_textposts .num {
	background: #7DC357;
	border: 2px solid #fff;
	border-radius: 50%;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	color: #FFFFFF;
	height: 30px;
	left: -14px;
	position: absolute;
	top: -15px;
	width: 30px;
	z-index: 100;
	box-sizing: border-box;
	padding-top: 1px;
}

.widget_textposts ul {
	margin-top: 30px;
}

.widget_textposts ul li {
	margin-bottom: 20px;
	overflow: visible;
}

.widget_textposts .entry-right {
	width: 225px;
	float: left;
}

.widget_textposts .entry-meta {
	margin-top: 10px;
	margin-bottom: 0;
}

/*== Recent Comments ==*/
.widget_fcomments ul li {
	overflow: hidden;
	margin-bottom: 30px;
}

.widget_fcomments ul li:before {
	display: none;
}

.widget_fcomments ul li:last-child {
	margin-bottom: 0;
}

.widget_fcomments .thumb {
	width: 65px;
	float: left;
	margin-right: 10px;
}

.widget_fcomments .comment-meta {
	line-height: 1;
	margin-bottom: 5px;
	overflow: hidden;
}

.widget_fcomments .date {
	font-size: 13px;
	color: #999999;
}

.widget_fcomments .sep {
	color: #999999;
	padding: 0 10px;
}

.widget_fcomments .author {
	font-size: 15px;
	font-weight: 700;
	text-transform: capitalize;
	font-style: normal;	
}

.widget_fcomments p {
	margin-bottom: 5px;
	line-height: 1.4;
}

.widget_fcomments h6 {
	font-size: 14px;
	padding-bottom: 2px;
	line-height: 1.6;
}

.widget_fcomments h6 a{	
	border-bottom: 1px solid;
}

/*== Call to Action Widget ==*/
.megamenu .widget_action {
	margin-bottom: -20px;
	margin-right: -20px;
	width: 570px;
	position: static;
}

.widget_action {
	position: relative;
	padding-bottom: 0;
	padding-right: 0;
}

.widget_action .left {
	width: 270px;
	float: left;
}

.widget_action .button {
	float: left;
	padding: 10px 14px;
	color: #FFFFFF;
	margin-bottom: 20px;
}

.widget_action .img {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 300px;
	z-index: -1;
}

/*== Subscription Widget ==*/
.widget_subscribe .input{
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.widget_subscribe .button{
	float: right;
	background: #2E7EFF;
}

/*=== Photos Widget ===*/
.widget_flickr .flickr_thumbs{
	overflow: hidden;
}

.widget_pinterest ul li:before,
.widget_flickr ul li:before {
	display: none;
}

.widget_pinterest ul li,
.widget_flickr ul li{
	width: 80px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.widget_pinterest ul li img,
.widget_flickr ul li img {
	height: 80px;
	display: block;	
	transition: all 0.3s ease 0s;
}

.widget_pinterest ul li img:hover,
.widget_flickr ul li img:hover {
	-webkit-filter: grayscale(100%); 
	filter: grayscale(100%); 
}

.widget_pinterest ul li.pinterest-follow-me img{
	display: block;
	height: 28px
}

.widget_pinterest .recent-pins-widget{
	overflow: hidden;
}

/**
 * 6.2 - Vertcal Side Widgets
 */
.vertical-widgets {
	border-top: 1px solid #666666;
	padding-top: 20px;
	margin-top: 10px;
}

.vertical-widgets .widget_pinterest ul li, 
.vertical-widgets .widget_flickr ul li {
	width: 65px;
	margin-bottom: 1px;
	margin-right: 1px;
}

.vertical-widgets .widget_pinterest ul li img,
.vertical-widgets .widget_flickr ul li img {
	height: 65px;	
}

.vertical-widgets .widget_fcomments .thumb {
	width: 50px;
}

.vertical-widgets .widget_fcomments p {
	font-size: 14px;
	line-height: 1.35;	
}

.vertical-widgets .widget_fcomments .author {
	font-size: 14px;
}

/**
 * 6.1 - Menu Widgets
 */
.megamenu .widget_popular_categories,
.megamenu .widget_tags {
	max-width: 48%;
	float: left;
	margin-right: 2%;
}

.megamenu .widget_dyamar-polls-widget {
	margin: -20px 30px -20px -20px;
	width: 510px;
}

/*== Posts widget ==*/
.menu-posts.last {
	margin-right: -20px;
}

.menu-posts .post-list li{
	width: 267px;
	float: left;
	margin-right: 20px;
	margin-bottom: 0;
}

.menu-posts .wp-post-image {
	height: 175px;
} 

.menu-posts .post-list .last {
	margin-right: 0;
}

.menu-posts .post-list h4 {
	font-size: 17px;
}

.widget_menutabs .post-list li{
	width: 217px;
}

.widget_menutabs .wp-post-image {
	width: 100%;
	height: auto;
}

/*== Tabs widget ==*/
.widget_menutabs{
	margin: -20px;
	overflow: hidden;
	display: table;
}

.widget_menutabs .tab-content{
	display: none;
}
 
.widget_menutabs .active{
	display: block;
}
 
.widget_menutabs .tab-titles {
	overflow: hidden;	
	width: 200px;	
	background: #F9F9F9;
	border-right: 1px solid #EEEEEE;
	box-sizing: border-box;
	display: table-cell;
	vertical-align: top;
}

.widget_menutabs .tab-titles ul{
	display: block;
	width: 100%;
}

.widget_menutabs .tab-titles li {	
	margin: 0;	
	padding: 10px 20px;
	border-bottom: 1px solid #EEEEEE;
}

.widget_menutabs .tab-titles li a {
	font-size: 14px;
	font-weight: 700;
}

.widget_menutabs .tab-titles li .left {
	display: block;
	float: left;
	margin-right: 4px;	
	margin-top: 1px;
}


.widget_menutabs .tab-titles li .right{
	float: right;
	display: none;
	margin-top: 1px;
	font-size: 18px;
	line-height: 1;
}

.widget_menutabs .tab-titles li.active .right,
.widget_menutabs .tab-titles li:hover .right {
	display: block;
}

.widget_menutabs .tab-titles li:last-child {
	padding-bottom: 10px;
}

.widget_menutabs .tab-titles .active{
	background: #F2F2F2;
}

.widget_menutabs .tabs-content-container {
	overflow: hidden;
	padding: 20px 0 20px 20px;
	display: table-cell;
	vertical-align: top;
}

.widget_menutabs .thumb  {
	margin-bottom: 8px;
}

/* ====================
 * 7. Footer
 * ==================== */
#footer {
	background: url('images/footer.jpg') no-repeat;
	background-size: cover;
	color: #AAAAAA;
	position: relative;
	z-index: 1001;
}

#footer a {
	color: #AAAAAA;
}

.footer-wrap {
	/* margin-top: 30px; */
}

.footer-widgets {
	margin-bottom: 15px;
}

.footer-widget {
	width: 350px;
	float: left;
	margin-right: 40px;
	overflow: hidden;
}

.widget_aboutus .logo{
	overflow: hidden;
	margin-bottom: 20px;
}

.footer-widget .widget_aboutus .logo img{
	opacity: 0.7;
}

.widget_aboutus .social-links ul li {
	float: left;
	margin-right: 10px;
}

.widget_aboutus .social-links ul li a {
	display: block;
	height: 30px;
	width: 30px;
	border: 1px solid #212121;
	border-radius: 30px;
	color: #212121;
	text-align: center;
}

.footer-widget .widget_aboutus .social-links ul li a {
	border: 1px solid #AAAAAA;
	color: #AAAAAA;
}

.widget_aboutus .social-links ul li i {
	display: block;
	font-size: 22px;
	line-height: 21px;
	margin-top: 3px;
}

.widget_nav_menu ul {
	list-style: none;
	margin: 0;
}

.widget_nav_menu ul li {
	overflow: hidden;
	margin-bottom: 10px;	
}

.footer-widget .widget_nav_menu ul li {
	width: 100%;
	border-bottom: 1px solid #333333;
	padding-bottom: 4px;
}

.widget_nav_menu .sub-menu {
	margin-left: 20px;
	margin-top: 10px;
}

.widget_nav_menu .sub-menu li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.widget_nav_menu ul li a:before {
	content: "\f489";
	font-family: Ionicons;
	margin-right: 10px;
}

.widget_nav_menu .sub-menu li li a:before {
	content: "\f462";
}

.widget-title {
	margin-bottom: 15px;
}

.widget-title h3 {
	font-size: 18px;
}

.footer-widget h4 {
	font-size: 18px;
	color: #BBBBBB;
}

.widget_subscribe .input {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 20px;
}

.footer-widget .widget_subscribe .input {
	border: 1px solid #555;
	background: none;
	color: #BBBBBB
}

.footer-info p {	
	font-size: 14px;
	margin: 15px 0;
}

/* 8.1 For Screen Resolution up to 1190px
 * ======================================= */ 
@media only screen and (min-width: 1100px) and (max-width: 1190px) {
	
	.inner-wrap {	
		width: 1080px;		
	}
	
	.megamenu .mega-wrap {
		padding: 15px;
	}
	
	.megamenu .widget_dyamar-polls-widget {
		margin: -15px 30px -15px -15px;
	}
	
	.menu-posts.last {
		margin-right: -15px;
	}
	
	.menu-posts .post-list li {
		width: 255px;
		margin-right: 11px;
	}
	
	.megamenu .widget_action {
		width: 540px;
	}
	
	.widget_menutabs {
		margin: -15px;
	}
	
	.widget_menutabs .tab-titles {
		width: 180px;
	}
	
	.widget_menutabs .tabs-content-container {
		padding: 20px 0 20px 10px;
	}
	
	.widget_menutabs .post-list li {
		width: 213px;
		margin-right: 10px;		
	}

	.slider-1 .slider-main {
		width: 770px;
		margin-right: 10px;
	}

	.slider-1 .slider-right {
		width: 300px;
	}
	
	.slider-1 .slider-right ul li {
		height: 220px;
	}
	
	.slider-1 .attachment-apollo_800_520 {
		/* height: 460px; */
	}
		
	.slider-2 .post-info,
	.slider-nav2 {
		left: 80px;
	}
	
	.v-posts .post {
		width: 262px;
	}
	
	.v-posts .wp-post-image {
		height: 385px;
	}
	
	.content {
		width: 750px;
	}
	
	.sidebar {
		width: 300px;
	}
	
	.one-half {
		width: 367px;
		margin-right: 15px;		
	}
	
	.one-third {
		margin-right: 10px;
		width: 243px;
	}	
	
	.feat-cat .item-post .thumb {
		margin-right: 10px;
	}
	
	.feat-cat .item-post .entry-right {
		width: 257px;
	}	
	
	.section-1 h2 {
		font-size: 48px;
	}
	
	.section-2 .section-left {
		margin-right: 10px;
		padding-right: 9px;
		width: 550px;
	}
	
	.section-2 .main-post {
		width: 320px;
		margin-right: 10px;		
	}
	
	.section-4 .post {
		width: 181px;
		margin-right: 5px;
	}
	
	.section-4 .last {
		margin-right: 0;
	}
	
	.home-cat .item-post {
		width: 368px;
	}
	
	.excerpt-list .thumb + .entry-right {
		width: 368px;
	}
	
	.last {
		margin-right: 0;
	}
	
	.sidebar .attachment-apollo_385_250 {
		height: 195px;
	}
	
	.widget_posts .item-post .thumb {
		width: 90px;
		margin-right: 10px;
	}
	
	.widget_posts .item-post .wp-post-image {
		height: 70px;
	}

	.widget_posts .entry-right {
		width: 200px;
	}
	
	.widget_posts .entry-meta .date {
		margin-right: 5px;
	}
	
	.widget_textposts .thumb-wrap {
		width: 90px;
		margin-right: 10px;		
	}
	
	#comments .depth-1 .comment-right {
		width: 670px;
	}
	
	#comments .depth-2 .comment-right {
		width: 655px;
	}
	
	#comments .depth-3 .comment-right {
		width: 625px;
	}
	
	#comments .depth-4 .comment-right {
		width: 565px;
	}

}

/* 8.2 For Screen Resolution up to 1099px
 * ======================================= */ 
@media only screen and (min-width: 980px) and (max-width: 1099px) {
	
	.inner-wrap {	
		width: 960px;		
	}
	
	.megamenu .mega-wrap {
		padding: 15px;
	}
	
	.megamenu .col-2 {
		width: 450px;
		margin-right: 30px;
	}
	
	.megamenu .last {
		margin-right: 0;
	}
			
	.menu-posts.last {
		margin-right: -15px;
	}
	
	.menu-posts .post-list li {
		width: 225px;
		margin-right: 11px;
	}
	
	.menu-posts .wp-post-image {
		height: 150px;
	}
	
	.menu-posts .entry-meta .date {
		margin-right: 0;
	}
	
	.widget_menutabs {
		margin: -15px;
	}
	
	.widget_menutabs .tab-titles {
		width: 180px;
	}
	
	.widget_menutabs .tabs-content-container {
		padding: 20px 0 20px 10px;
	}
	
	.megamenu .widget_dyamar-polls-widget {
		margin: -15px 15px -15px -15px;
	}
	
	.widget_menutabs .post-list li {
		width: 183px;
		margin-right: 10px;		
	}
	
	.widget_menutabs  .wp-post-image {
		height: 120px;
	}
	
	.widget.widget_dyamar-polls-widget {
		padding: 15px 20px;
	}
	
	.attachment-apollo_385_250 {
		height: 210px;
	}
		
	.slider-1 .slider-right {
		width: 100%;
		margin-top: 30px;
	}
	
	.slider-1 .slider-right ul li {
		width: 385px;
		float: left;
		margin-right: 30px;
	}
	
	.slider-1 .slider-right .post-1 {
		margin-bottom: 0;
	}
	
	.slider-1 .slider-right .wp-post-image {
		height: 250px;
	}

	.slider-2 .post-info,
	.slider-nav2 {
		left: 20px;
	}
	
	.slider-2 .flex-direction-nav{
		display: none;
	}

	.slider-2 .flex-control-nav {
		display: block;
	}
	
	.v-posts .post-4 {
		display: none;
	}
	
	.content {
		width: 640px;
		margin-right: 20px;
	}
	
	.sidebar {
		width: 300px;
	}
	
	.one-half {	  
		width: 315px;
		margin-right: 10px;
	}
	
	.one-third {
		margin-right: 10px;
		width: 206px;
	}	
	
	.feat-cat .item-post .thumb {
		margin-right: 10px;
	}
	
	.feat-cat .item-post .entry-right {
		width: 205px;
	}	
	
	.feat-cat .item-post .date {
		display: none;
	}
	
	.excerpt-blog .thumb,
	.section-1 .large {
		height: 415px;
	}
	
	.excerpt-blog .wp-post-image,
	.section-1 .large .wp-post-image {
		margin-top: 0;
	}
	
	.section-1 h2 {
		font-size: 48px;
	}
	
	.section-2 .section-left {
		width: 100%;
		margin-right: 0;
		padding-right: 0;
		border-right: none;
	}
	
	.section-2 .text-list {
		width: 280px;
	}
	
	.section-2 .section-right {
		width: 100%;
		margin-top: 20px;
	}

	.section-2 .section-right .post {
		margin-bottom: 0;
		float: left;		
		width: 180px;
		margin-right: 20px;
	}
	
	.section-3 .wp-post-image {
		height: 140px;
	}
	
	.section-3 .clearfix {
		margin-bottom: 15px;
	}
	
	.section-3 .comments {
		display: none;
	}
	
	.section-4 .main-post {
		width: 385px;
		margin-right: 20px;
	}
	
	.section-4 .main-post .wp-post-image {
		height: 250px;
	}
	
	.section-4 .post-list {
		width: 200px;
	}
	
	.section-4 .post {
		width: 100%;
		margin-right: 0;  
	}
	
	.section-4 .post-4,
	.section-4 .post-5 {
		display: none;
	}
	
	.section-4 .post-2 {
		margin-bottom: 10px;
	}
	
	.section-4 .post-3 {
		margin-bottom: 0;
	}
	
	.section-4 .clearfix {
		display: none;
	}	

	.home-cat .item-post {
		width: 315px;
	}
	
	.excerpt-list .thumb + .entry-right {
		width: 315px;
	}
	
	.last {
		margin-right: 0;
	}
	
	.sidebar .attachment-apollo_385_250 {
		height: 195px;
	}
	
	.widget_posts .item-post .thumb {
		width: 90px;
		margin-right: 10px;
	}
	
	.widget_posts .item-post .wp-post-image {
		height: 70px;
	}

	.widget_posts .entry-right {
		width: 200px;
	}
	
	.widget_posts .entry-meta .date {
		margin-right: 5px;
	}
	
	.widget_textposts .thumb-wrap {
		width: 90px;
		margin-right: 10px;		
	}
	
	.entry-social li {
		margin-right: 14px;
	}
	
	#comments .depth-1 .comment-right {
		width: 560px;
	}
	
	#comments .depth-2 .comment-right {
		width: 545px;
	}
	
	#comments .depth-3 .comment-right {
		width: 515px;
	}
	
	#comments .depth-4 .comment-right {
		width: 455px;
	}
	
	#respond .comment-form-url input[type="text"], 
	#respond textarea {
		width: 96.3%;
	}
	
	#respond .comment-form-author input[type="text"], 
	#respond .comment-form-email input[type="text"] {
		width: 92.2%;
	}
}

/* 8.3 For Screen Resolution up to 1099px
 * ======================================= */ 
@media only screen and (min-width: 768px) and (max-width: 979px) {
	
	.inner-wrap {	
		width: 750px;		
	}
	
	.main-menu {
		display: none;
	}
	
	.slicknav_menu {
		display: block;
	}
	
	.section {
		margin-bottom: 20px;
	}
	
	.attachment-apollo_1170_490 {
		/* height: 400px; */
	}
	
	.attachment-apollo_385_250 {
		/* height: 240px; */
	}
	
	.slider-1 .slider-main {
		width: 750px;
		float: none;
		margin-right: 0;
	}
	
	.attachment-apollo_800_520 {
		/* height: 490px; */
	}
		
	.slider-1 .slider-right {
		width: 100%;
		margin-top: 30px;
	}
	
	.slider-1 .slider-right ul li {
		width: 365px;
		height: 240px;
		float: left;
		margin-right: 20px;
	}
	
	.slider-1 .slider-right .post-1 {
		margin-bottom: 0;
	}
	
	.slider-1 .slider-right .post-2 {
		margin-right: 0;
	}

	.slider-2 .post-info {
		left: 20px;
		bottom: 20px;
	}
	
	.slider-2 .flex-direction-nav,
	.slider-nav2 {
		display: none;
	}

	.slider-2 .flex-control-nav {
		display: block;
	}
	
	.v-posts .post {
		width: 243px;
	}
	
	.v-posts .wp-post-image {
		height: 360px;
	}

	.v-posts .post-3 {
		margin-right: 0;
	}
	
	.v-posts .post-4 {
		display: none;
	}
	
	.content {
		width: 750px;
		margin-right: 0;
	}
	
	.sidebar {
		width: 300px;
	}
	
	.one-half {
		width: 365px;
		margin-right: 20px;
	}
	
	.one-third {
		margin-right: 10px;
		width: 206px;
	}	
	
	.feat-cat .item-post .thumb {
		margin-right: 15px;
	}
	
	.feat-cat .item-post .entry-right {
		width: 205px;
	}	
	
	.feat-cat .item-post .date {
		display: none;
	}
	
	.excerpt-blog .thumb,
	.section-1 .large {
		height: auto;
	}
	
	.excerpt-blog .wp-post-image,
	.section-1 .large .wp-post-image {
		margin-top: 0;
	}
	
	.section-1 h2 {
		font-size: 48px;
	}
	
	.section-2 .section-left {
		width: 550px;
		margin-right: 10px;
		padding-right: 9px;
	}
	
	.section-2 .main-post {
		margin-right: 10px;  
	}
	
	.section-2 .text-list {
		width: 210px;
	}
	
	.one-third {
		width: 236px;
		margin-right: 20px;
	}
		
	.section-3 .clearfix {
		margin-bottom: 15px;
	}
	
	.section-3 .comments {
		display: none;
	}

	.section-4 .post {
		width: 177px;
		margin-right: 10px;
	}
	
	.section-4 .last {
		margin-right: 0;
	}
	
	.section-4 .post .wp-post-image {
		height: 130px;
	}
	
	.home-cat .item-post {
		width: 365px;
	}
	
	.excerpt-list .thumb + .entry-right {
		width: 365px;
	}
	
	.last {
		margin-right: 0;
	}
	
	.sidebar{
		width: 750px;
		margin: 20px 0;		
		float: left;
		-moz-column-count: 2;
		-moz-column-gap: 30px;
		-webkit-column-count: 2;
		-webkit-column-gap: 30px;
		column-count: 2;
		column-gap: 30px;
	}

	.sidebar .widget{
	   display: inline-block;
	   width: 340px;
	   margin-bottom: 10px;
	   padding-left: 13px;
		-webkit-column-break-inside: avoid;
		-moz-column-break-inside: avoid;
		column-break-inside: avoid;
	}
	
	#comments .depth-1 .comment-right {
		width: 670px;
	}
	
	#comments .depth-2 .comment-right {
		width: 655px;
	}
	
	#comments .depth-3 .comment-right {
		width: 625px;
	}
	
	#comments .depth-4 .comment-right {
		width: 565px;
	}
	
}

/* 8.4 For Screen Resolution up to 767px
 * ======================================= */ 
@media only screen and (min-width: 660px) and (max-width: 767px) {
	
	h1 {
		font-size: 40px;
	}

	.inner-wrap {	
		width: 640px;		
	}
	
	.main-menu {
		display: none;
	}
	
	.slicknav_menu {
		display: block;
	}
		
	.section {
		margin-bottom: 20px;
	}
	
	.attachment-apollo_1170_490,
	.attachment-apollo_800_520 {
		/* height: 420px; */
	}
	
	.attachment-apollo_385_250 {
		height: 210px;
	}
	
	.slider-1 .slider-main {
		width: 640px;
		float: none;
		margin-right: 0;
	}
			
	.slider-1 .slider-right {
		width: 100%;
		margin-top: 30px;
	}
	
	.slider-1 .slider-right ul li {
		width: 310px;
		height: 210px;
		float: left;
		margin-right: 20px;
	}
	
	.slider-1 .slider-right .post-1 {
		margin-bottom: 0;
	}
	
	.slider-1 .slider-right .post-2 {
		margin-right: 0;
	}

	.home-slider h2 {
		font-size: 44px;
	}

	.slider-2 .post-info {
		left: 20px;
		bottom: 20px;
	}
	
	.slider-2 .flex-direction-nav,
	.slider-nav2 {
		display: none;
	}
	
	.slider-2 .flex-control-nav {
		display: block;
	}	
	
	.v-posts .post {
		margin-right: 20px;
	}
	
	.v-posts .post-1,
	.v-posts .post-2 {
		margin-bottom: 20px;
	}
	
	.content {
		width: 640px;
		margin-right: 0;
	}
	
	.sidebar {
		width: 300px;
	}
	
	.one-half {	  
		width: 315px;
		margin-right: 10px;
	}
	
	.one-third {
		margin-right: 10px;
		width: 206px;
	}	
	
	.feat-cat .item-post .thumb {
		margin-right: 10px;
	}
	
	.feat-cat .item-post .entry-right {
		width: 205px;
	}	
	
	.feat-cat .item-post .date {
		display: none;
	}
	
	.excerpt-blog .thumb,
	.section-1 .large {
		height: auto;
	}
	
	.excerpt-blog .wp-post-image,
	.section-1 .large .wp-post-image {
		margin-top: 0;
	}
	
	.section-1 h2 {
		font-size: 48px;
	}
	
	.section-2 .section-left {
		width: 100%;
		margin-right: 0;
		padding-right: 0;
		border-right: none;
	}
	
	.section-2 .text-list {
		width: 280px;
	}
	
	.section-2 .section-right {
		width: 100%;
		margin-top: 20px;
	}

	.section-2 .section-right .post {
		margin-bottom: 0;
		float: left;		
		width: 180px;
		margin-right: 20px;
	}
	
	.section-3 .wp-post-image {
		height: 140px;
	}
	
	.section-3 .clearfix {
		margin-bottom: 15px;
	}
	
	.section-3 .comments {
		display: none;
	}
	
	.section-4 .main-post {
		width: 385px;
		margin-right: 20px;
	}
	
	.section-4 .main-post .wp-post-image {
		height: 250px;
	}
	
	.section-4 .post-list {
		width: 200px;
	}
	
	.section-4 .post {
		width: 100%;
		margin-right: 0;  
	}
	
	.section-4 .post-4,
	.section-4 .post-5 {
		display: none;
	}
	
	.section-4 .post-2 {
		margin-bottom: 10px;
	}
	
	.section-4 .post-3 {
		margin-bottom: 0;
	}
	
	.section-4 .clearfix {
		display: none;
	}	

	.home-cat .item-post {
		width: 315px;
	}
	
	.excerpt-list .thumb + .entry-right {
		width: 315px;
	}
	
	.last {
		margin-right: 0;
	}
	
	.sidebar .attachment-apollo_385_250 {
		height: 195px;
	}
	
	.widget_posts .item-post .thumb {
		width: 90px;
		margin-right: 10px;
	}
	
	.widget_posts .item-post .wp-post-image {
		height: 70px;
	}

	.widget_posts .entry-right {
		width: 200px;
	}
	
	.widget_posts .entry-meta .date {
		margin-right: 5px;
	}
	
	.widget_textposts .thumb-wrap {
		width: 90px;
		margin-right: 10px;		
	}
	
	.sidebar{
		width: 640px;
		margin: 20px 0;		
		float: left;
		-moz-column-count: 2;
		-moz-column-gap: 30px;
		-webkit-column-count: 2;
		-webkit-column-gap: 30px;
		column-count: 2;
		column-gap: 30px;
	}

	.sidebar .widget{
	   display: inline-block;
	   width: 300px;
	   margin-bottom: 10px;
	   padding-left: 13px;
		-webkit-column-break-inside: avoid;
		-moz-column-break-inside: avoid;
		column-break-inside: avoid;
	}
		
	.widget_search .search-field,
	.widget select {
		width: 97%;
	}
	
	.widget_search .search-form i {
		right: 20px;
	}
	
	.footer-widget {
		margin-right: 30px;
		width: 305px;	
	}
	
	.footer-widgets .widget-2 {
		margin-right: 0;
	}
	
	.entry-social li {
		margin-right: 14px;
	}
	
	.contact-page .map {
		height: 320px;
	}
	
	#comments .depth-1 .comment-right {
		width: 560px;
	}
	
	#comments .depth-2 .comment-right {
		width: 545px;
	}
	
	#comments .depth-3 .comment-right {
		width: 515px;
	}
	
	#comments .depth-4 .comment-right {
		width: 455px;
	}
	
	#respond .comment-form-url input[type="text"], 
	#respond textarea {
		width: 96.3%;
	}
	
	#respond .comment-form-author input[type="text"], 
	#respond .comment-form-email input[type="text"] {
		width: 92.2%;
	}
}

/* 8.5 For Screen Resolution up to 659px
 * ====================================== */ 
@media only screen and (min-width: 560px) and (max-width: 659px) {
	
	h1 {
		font-size: 36px;
	}

	.inner-wrap {	
		width: 540px;		
	}
	
	.main-menu {
		display: none;
	}
	
	.slicknav_menu {
		display: block;
	}
			
	.section {
		margin-bottom: 20px;
	}
	
	.attachment-apollo_1170_490,
	.attachment-apollo_800_520 {
		/* height: 340px; */
	}
	
	.attachment-apollo_385_250 {
		/* height: 180px; */
	}
	
	.attachment-apollo_285_420 {
		/* height: 385px; */
	}
	
	.slider-1 .slider-main {
		width: 540px;
		float: none;
		margin-right: 0;
	}
	
	.slider-1 .entry-excerpt {
		display: none;
	}
			
	.slider-1 .slider-right {
		width: 100%;
		margin-top: 20px;
	}
	
	.slider-1 .slider-right ul li {
		width: 265px;
		height: 190px;
		float: left;
		margin-right: 10px;
	}
	
	.slider-1 .slider-right .comments {
		display: none;
	}
	
	.slider-1 .slider-right .post-1 {
		margin-bottom: 0;
	}
	
	.slider-1 .slider-right .post-2 {
		margin-right: 0;
	}

	.home-slider h2 {
		font-size: 40px;
	}

	.slider-2 .post-info {
		left: 20px;
		bottom: 20px;
		width: 500px;
	}
	
	.slider-2 .flex-direction-nav,
	.slider-nav2 {
		display: none;
	}
	
	.slider-2 .flex-control-nav {
		display: block;
	}
	
	.v-posts .post {
		width: 260px;
		margin-right: 20px;
	}
	
	.v-posts .post-1,
	.v-posts .post-2 {
		margin-bottom: 20px;
	}
	
	.v-posts .post-2,
	.v-posts .post-4 {
		margin-right: 0;
	}
	
	.content {
		width: 540px;
		margin-right: 0;
	}
	
	.sidebar {
		width: 300px;
	}
	
	.one-half {	  
		width: 265px;
		margin-right: 10px;
	}
	
	.one-third {
		width: 173px;
		margin-right: 10px;		
	}	
	
	.feat-cat .item-post .thumb {
		margin-right: 10px;
	}
	
	.feat-cat .item-post .entry-right {
		width: 155px;
	}	
	
	.feat-cat .item-post .date {
		display: none;
	}
	
	.excerpt-blog .thumb,
	.section-1 .large {
		height: auto;
	}
	
	.excerpt-blog .wp-post-image,
	.section-1 .large .wp-post-image {
		margin-top: 0;
	}
	
	.section-1 h2 {
		font-size: 48px;
	}
	
	.section-2 .section-left {
		width: 100%;
		margin-right: 0;
		padding-right: 0;
		border-right: none;
	}
	
	.section-2 .main-post {
		width: 265px;
		margin-right: 20px;  
	}
	
	.section-2 .main-post .thumb {
		height: auto;
	}
	
	.section-2 .main-post .wp-post-image {
		margin-top: 0;
	}
	
	.section-2 .text-list {
		width: 255px;
	}
	
	.section-2 .section-right {
		width: 100%;
		margin-top: 20px;
	}

	.section-2 .section-right .post {
		margin-bottom: 0;
		float: left;		
		width: 180px;
		margin-right: 20px;
	}
	
	.section-3 .wp-post-image {
		height: 120px;
	}
	
	.section-3 .clearfix {
		margin-bottom: 15px;
	}
	
	.section-3 .comments {
		display: none;
	}
	
	.section-4 .main-post {
		width: 330px;
		margin-right: 10px;
	}
	
	.section-4 .main-post .wp-post-image {
		height: 220px;
	}
	
	.section-4 .post-list {
		width: 200px;
	}
	
	.section-4 .post {
		width: 100%;
		margin-right: 0;  
	}
	
	.section-4 .post-4,
	.section-4 .post-5 {
		display: none;
	}
	
	.section-4 .post-2 {
		margin-bottom: 10px;
	}
	
	.section-4 .post-3 {
		margin-bottom: 0;
	}
	
	.section-4 .clearfix {
		display: none;
	}	

	.home-cat .item-post {
		width: 265px;
	}
	
	.excerpt-list .thumb + .entry-right {
		width: 265px;
	}
	
	.last {
		margin-right: 0;
	}
	
	.sidebar .attachment-apollo_385_250 {
		height: 180px;
	}
	
	.widget_posts .item-post .thumb {
		width: 90px;
		margin-right: 10px;
	}
	
	.widget_posts .item-post .wp-post-image {
		height: 70px;
	}

	.widget_posts .entry-right {
		width: 150px;
	}
	
	.widget .entry-meta .comments {
		display: none;
	}
	
	.widget_posts .entry-meta .date {
		margin-right: 5px;
	}
	
	.widget_textposts .thumb-wrap {
		width: 90px;
		margin-right: 10px;		
	}
	
	.sidebar{
		width: 540px;
		float: left;
		-moz-column-count: 2;
		-moz-column-gap: 20px;
		-webkit-column-count: 2;
		-webkit-column-gap: 20px;
		column-count: 2;
		column-gap: 20px;
	}

	.sidebar .widget{
	   display: inline-block;
	   width: 250px;
	   margin-bottom: 10px;
	   padding-left: 13px;
		-webkit-column-break-inside: avoid;
		-moz-column-break-inside: avoid;
		column-break-inside: avoid;
	}
		
	.widget_search .search-field,
	.widget select {
		width: 97%;
	}
	
	.widget_search .search-form i {
		right: 20px;
	}
	
	.footer-widget {
		margin-right: 30px;
		width: 255px;	
	}
	
	.footer-widget .widget_nav_menu ul li {
		width: 100%;
		margin-right: 0;
	}
	
	.footer-widgets .widget-2 {
		margin-right: 0;
	}
	
	.entry-social li.pinterest {
		display: none;
	}
	
	.contact-page .map {
		height: 280px;
	}
	
	.archive-columns .search-form {
		width: 100%;
	}
	
	#comments .depth-1 .comment-right {
		width: 460px;
	}
	
	#comments .depth-2 .comment-right {
		width: 445px;
	}
	
	#comments .depth-3 .comment-right {
		width: 415px;
	}
	
	#comments .depth-4 .comment-right {
		width: 355px;
	}
	
	#respond .comment-form-url input[type="text"], 
	#respond textarea {
		width: 95.3%;
	}
	
	#respond .comment-form-author input[type="text"], 
	#respond .comment-form-email input[type="text"] {
		width: 91.2%;
	}
	
}

/* 8.6 For Screen Resolution up to 559px
 * ====================================== */  
@media only screen and (min-width: 460px) and (max-width: 559px) {
	
	h1 {
		font-size: 36px;
	}
	
	h1 {
		font-size: 32px;
	}

	.inner-wrap {	
		width: 440px;		
	}
	
	.main-menu {
		display: none;
	}
	
	.slicknav_menu {
		display: block;
	}
			
	.section {
		margin-bottom: 20px;
	}
	
	.attachment-apollo_1170_490,
	.attachment-apollo_800_520 {
		height: 300px;
	}
	
	.sidebar .attachment-apollo_385_250,
	.attachment-apollo_385_250 {
		height: 140px;
	}
	
	.attachment-apollo_285_420 {
		height: 330px;
	}
	
	.slider-1 .slider-main {
		width: 440px;
		float: none;
		margin-right: 0;
	}
	
	.slider-1 .entry-excerpt {
		display: none;
	}
			
	.slider-1 .slider-right {
		width: 100%;
		margin-top: 20px;
	}
	
	.slider-1 .slider-right ul li {
		width: 215px;
		height: 140px;
		float: left;
		margin-right: 10px;
	}
	
	.slider-1 .slider-right h3 {
		font-size: 17px;
	}
	
	.slider-1 .slider-right .entry-rating,
	.slider-1 .slider-right .comments {
		display: none;
	}
	
	.entry-meta {
		margin-bottom: 5px;
	}
	
	.slider-1 .slider-right .post-1 {
		margin-bottom: 0;
	}
	
	.slider-1 .slider-right .post-2 {
		margin-right: 0;
	}

	.home-slider h2 {
		font-size: 36px;
	}

	.slider-2 .post-info {
		left: 20px;
		bottom: 20px;
		width: 400px;
	}
	
	.slider-2 .flex-direction-nav,
	.slider-2 .entry-excerpt,	
	.slider-nav2 {
		display: none;
	}
		
	.slider-2 .flex-control-nav {
		display: block;
	}
	
	.v-posts .post {
		width: 215px;
		margin-right: 10px;
	}
	
	.v-posts .post-1,
	.v-posts .post-2 {
		margin-bottom: 20px;
	}
	
	.v-posts .post-2,
	.v-posts .post-4 {
		margin-right: 0;
	}
	
	.v-posts .post h3 {
		font-size: 20px;
	}
	
	.v-posts .entry-rating {
		display: none;
	}
	
	.content {
		width: 440px;
		margin-right: 0;
	}
	
	.sidebar {
		width: 440px;
	}
	
	.one-half {	  
		width: 215px;
		margin-right: 10px;
	}
	
	.one-third {
		width: 143px;
		margin-right: 5px;		
	}	
	
	.feat-cat .item-post .thumb {
		width: 70px;
		margin-right: 10px;
	}
	
	.feat-cat .item-post .wp-post-image {
		height: 55px;
	}
	
	.feat-cat .item-post .entry-right {
		width: 135px;
	}	
	
	.feat-cat .item-post .date {
		display: none;
	}
	
	.excerpt-blog .thumb,
	.section-1 .large {
		height: auto;
	}
	
	.excerpt-blog .wp-post-image,
	.section-1 .large .wp-post-image {
		margin-top: 0;
	}
	
	.section-1 h2 {
		font-size: 48px;
	}
	
	.section-2 .section-left {
		width: 100%;
		margin-right: 0;
		padding-right: 0;
		border-right: none;
	}
	
	.section-2 .main-post {
		width: 215px;
		margin-right: 10px;  
	}
	
	.section-2 .main-post .thumb {
		height: auto;
	}
	
	.section-2 .main-post .wp-post-image {
		margin-top: 0;
	}
	
	.section-2 .text-list {
		width: 215px;
	}
	
	.section-2 .section-right {
		width: 100%;
		margin-top: 20px;
	}

	.section-2 .section-right .post {
		margin-bottom: 0;
		float: left;		
		width: 200px;
		margin-right: 20px;
	}
	
	.section-3 .wp-post-image {
		height: 105px;
	}
	
	.section-3 .entry-rating {
		display: none;
	}
	
	.section-3 .clearfix {
		margin-bottom: 15px;
	}
	
	.section-3 .comments {
		display: none;
	}
	
	.section-4 .main-post {
		width: 215px;
		margin-right: 10px;
	}
			
	.section-4 .post-list {
		width: 200px;
	}
	
	.section-4 .post {
		width: 100%;
		margin-right: 0;  
	}
	
	.section-4 .post-4,
	.section-4 .post-5 {
		display: none;
	}
	
	.section-4 .post-2 {
		margin-bottom: 10px;
	}
	
	.section-4 .post-3 {
		margin-bottom: 0;
	}
	
	.section-4 .clearfix {
		display: none;
	}	

	.home-cat .item-post {
		width: 215px;
	}
	
	.excerpt-list .thumb + .entry-right {
		width: 215px;
	}
	
	.last {
		margin-right: 0;
	}
	
	.excerpt-tile h3 {
		font-size: 18px;
	}
	
	.excerpt-blog h2 {
		font-size: 32px;
		line-height: 1.1;
	}
	
	.widget_posts .main-post .thumb {
		margin-bottom: 10px;
	}
	
	.widget_posts .main-post h4 {
		font-size: 17px;
	}
	
	.widget_posts .item-post .thumb {
		width: 70px;
		margin-right: 5px;
	}
	
	.widget_posts .item-post .wp-post-image {
		height: 55px;
	}

	.widget_posts .entry-right {
		width: 125px;
	}
	
	.widget_posts .item-post .entry-meta {
		margin-top: 5px;
	}
	
	.widget .entry-meta .entry-rating,
	.widget .entry-meta .comments {
		display: none;
	}
	
	.widget_posts .entry-meta .date {
		margin-right: 5px;
	}
	
	.widget_textposts .thumb-wrap {
		width: 70px;
		margin-right: 5px;		
	}
	
	.widget_textposts .wp-post-image {
		height: 55px;
	}
	
	.widget_fcomments .thumb {
		width: 50px;
		margin-right: 10px;
	}
	
	.widget_fcomments p {
		font-size: 14px;
		line-height: 1.4;
	}
	
	.sidebar{
		width: 440px;
		float: left;
		-moz-column-count: 2;
		-moz-column-gap: 20px;
		-webkit-column-count: 2;
		-webkit-column-gap: 20px;
		column-count: 2;
		column-gap: 20px;
	}

	.sidebar .widget{
	   display: inline-block;
	   width: 200px;
	   font-size: 15px;
	   margin-bottom: 10px;
	   padding-left: 13px;
		-webkit-column-break-inside: avoid;
		-moz-column-break-inside: avoid;
		column-break-inside: avoid;
	}
		
	.widget_search .search-field,
	.widget select {
		width: 97%;
	}
	
	.widget_search .search-form i {
		right: 20px;
	}
	
	.feat-posts4 h3 {
		font-size: 17px;
	}
	
	.feat-posts4 .entry-rating {
		display: none;
	}
		
	.footer-widget {
		margin-right: 10px;
		width: 215px;	
	}
	
	.footer-widget .widget_nav_menu ul li {
		width: 100%;
		margin-right: 0;
	}
	
	.footer-widgets .widget-2 {
		margin-right: 0;
	}
		
	.entry-social li.linkedin,
	.entry-social li.pinterest {
		display: none;
	}
	
	.contact-page .map {
		height: 260px;
	}
	
	.archive-columns .search-form {
		width: 100%;
	}
	
	#comments .depth-1 .comment-right {
		width: 360px;
	}
		
	#comments .depth-3, 
	#comments .depth-4, 
	#comments .depth-5 {
		margin-left: 0;
	}
	
	#comments .depth-2 .comment-right,
	#comments .depth-3 .comment-right,
	#comments .depth-4 .comment-right {
		width: 330px;
	}
	
	#respond .comment-form-url input[type="text"], 
	#respond textarea {
		width: 95.3%;
	}
	
	#respond .comment-form-author input[type="text"], 
	#respond .comment-form-email input[type="text"] {
		width: 91.2%;
	}
}

/* 8.7 For Screen Resolution up to 459px
 * ====================================== */ 
@media only screen and (min-width: 340px) and (max-width: 459px) {
	
	.inner-wrap {	
		width: 320px;		
	}
	
	.main-menu {
		display: none;
	}
	
	.slicknav_menu {
		display: block;
	}
	
	.vertical-side .close-menu {
		display: block;
	}
	
	.section {
		margin-bottom: 15px;
	}
	
	.attachment-apollo_1170_490,
	.attachment-apollo_800_520 {
		/* height: 240px; */
	}
	
	.sidebar .attachment-apollo_385_250,
	.attachment-apollo_385_250 {
		/* height: 205px; */
	}
	
	.attachment-apollo_285_420 {
		/* height: 260px; */
	}
	
	.slider-1 .slider-main {
		width: 320px;
		float: none;
		margin-right: 0;
	}
	
	.slider-1 .entry-excerpt {
		display: none;
	}
			
	.slider-1 .slider-right {
		width: 100%;
		margin-top: 15px;
	}
	
	.slider-1 .slider-right ul li {
		width: 157px;
		height: 110px;
		float: left;
		margin-right: 5px;
	}
	
	.slider-1 .slider-right .wp-post-image {
		height: 110px;
	}
	
	.slider-1 .slider-right h3 {
		font-size: 16px;
	}
	
	.slider-1 .slider-right .entry-meta{
		display: none;
	}
	
	.entry-meta {
		margin-bottom: 5px;
	}
	
	.entry-meta .date {
		margin-right: 15px;
		display: none;
	}

	.entry-meta .author-meta {
		margin-bottom: 15px;
	}
	
	.slider-1 .slider-right .post-1 {
		margin-bottom: 0;
	}
	
	.slider-1 .slider-right .post-2 {
		margin-right: 0;
	}

	.home-slider h2 {
		font-size: 28px;
	}

	.slider-2 .post-info {
		left: 10px;
		bottom: 10px;
		width: 300px;
	}
	
	.slider-2 .flex-direction-nav,
	.slider-2 .entry-excerpt,	
	.slider-nav2 {
		display: none;
	}
	
	.slider-2 .flex-control-nav {
		display: block;
	}
	
	.v-posts .post {
		width: 157px;
		margin-right: 5px;
	}
	
	.v-posts .post-1,
	.v-posts .post-2 {
		margin-bottom: 20px;
	}
	
	.v-posts .post-2,
	.v-posts .post-4 {
		margin-right: 0;
	}
	
	.v-posts .post h3 {
		font-size: 17px;
		margin-bottom: 5px;
	}
	
	.v-posts .meta-top {
		margin-bottom: 5px;
	}
	
	.v-posts .entry-rating {
		display: none;
	}
	
	.slider-1 .post-wrap, 
	.feat-posts4 .post-wrap, 
	.v-posts .post-wrap {
		margin-top: 20px;
		padding: 10px;
	}
	
	.v-posts .post-details .excerpt {
		font-size: 14px;
		line-height: 1.4;
		margin-bottom: 5px;
	}

	.content {
		width: 320px;
		margin-right: 0;
	}
	
	.sidebar {
		width: 320px;
		margin-top: 20px;
	}
	
	.one-half {	  
		width: 320px;
		margin-right: 0;
		margin-bottom: 10px;
	}
	
	.one-half.last{
		margin-top: 15px;
	}
	
	.one-third {
		width: 155px;
		margin-right: 5px;		
	}	
		
	.feat-cat .item-post .entry-right {
		width: 200px;
	}	
	
	.feat-cat .item-post .date {
		display: none;
	}
	
	.feat-cat .main-post p {
		margin-bottom: 10px;
	}
	
	.excerpt-blog .wp-post-image,
	.section-1 .large .wp-post-image {
		margin-top: 0;
	}
	
	.section-1 h2 {
		font-size: 28px;
	}
	
	.thumb-data {
		bottom: 10px;
		left: 10px;
		right: 10px;
	}
	
	.section-2 .section-left {
		width: 100%;
		margin-right: 0;
		padding-right: 0;
		border-right: none;
	}
	
	.section-2 .main-post {
		width: 320px;
		margin-right: 0;  
	}
	
	.section-2 .main-post .thumb {
		height: auto;
	}
	
	.section-2 .main-post .wp-post-image {
		margin-top: 0;
	}
	
	.section-2 .text-list {
		width: 320px;
		margin-top: 15px;
	}
	
	.section-2 .section-right {
		width: 100%;
		margin-top: 20px;
	}

	.section-2 .section-right .post {
		margin-bottom: 0;
		float: left;		
		width: 157px;
		margin-right: 0;
	}
	
	.section-2 .section-right .wp-post-image {
		height: 110px;
	}
	
	.section-2 .section-right .post:first-child {
		margin-right: 5px;
	}
	
	.section-3 .last {
		display: none;
	}	
	
	.section-3 .wp-post-image {
		height: 105px;
	}
	
	.section-3 .entry-rating {
		display: none;
	}
	
	.section-3 .clearfix {
		margin-bottom: 15px;
	}
	
	.section-3 .comments {
		display: none;
	}
	
	.section-4 .post {
		width: 157px;
		margin-right: 5px;
	}
	
	.section-4 .last {
		margin-right: 0;
	}
	
	.section-4 .post .wp-post-image {
		height: 120px;
	}	
	
	.section-4 .post-2 {
		margin-bottom: 10px;
	}
	
	.section-4 .post-3 {
		margin-bottom: 0;
	}
	
	.section-4 .clearfix {
		display: none;
	}	

	.home-cat .item-post {
		width: 320px;
	}
	
	.excerpt-list .thumb + .entry-right {
		width: 320px
	}
	
	.last {
		margin-right: 0;
	}
	
	.excerpt-tile h3 {
		font-size: 18px;
	}
	
	.excerpt-blog h2 {
		font-size: 24px;
		line-height: 1.1;
	}

	.widget_posts .entry-right {
		width: 205px;
	}
	
	.widget_search .search-form i {
		right: 20px;
	}
	
	.widget_textposts .thumb-wrap {
		margin-left: 12px;
	}
	
	.widget_textposts .entry-right {
		width: 193px;
	}
	
	.feat-posts4 h3 {
		font-size: 17px;
	}
	
	.feat-posts4 .entry-rating {
		display: none;
	}
		
	.footer-widget {
		margin-right: 0;
		width: 320px;	
	}
			
	.entry-social li.gplus,
	.entry-social li.linkedin,
	.entry-social li.pinterest {
		display: none;
	}
	
	.contact-page .map {
		height: 180px;
	}
	
	#comments .depth-3, 
	#comments .depth-4, 
	#comments .depth-5 {
		margin-left: 0;
	}
	
	#comments .depth-1 .comment-right {
		width: 240px;
	}	
	
	#comments .depth-2 .comment-right,
	#comments .depth-3 .comment-right,
	#comments .depth-4 .comment-right {
		width: 225px;
	}
	
	#respond .comment-form-url input[type="text"], 
	#respond .comment-form-author input[type="text"], 
	#respond .comment-form-email input[type="text"],
	#respond textarea {
		width: 92.8%;
	}
	
	#respond textarea {
		height: 165px;
	}
	
	#respond .comment-form-author, 
	#respond .comment-form-email {
		float: left;
		width: 100%;
		margin-right: 0;
	}
}

/* 8.8 For Screen Resolution up to 339px
 * ======================================= */ 
@media only screen and (max-width: 339px) {
	
	h1,	
	h2 {
		font-size: 32px;
	}
	
	.inner-wrap {	
		width: 280px;		
	}
	
	.main-menu {
		display: none;
	}
	
	.slicknav_menu {
		display: block;
	}
	
	.section {
		margin-bottom: 15px;
	}
	
	.right {
		float: left;
	}
	
	.attachment-apollo_1170_490,
	.attachment-apollo_800_520 {
		/* height: 200px; */
	}
	
	.sidebar .attachment-apollo_385_250,
	.attachment-apollo_385_250 {
		height: 180px;
	}
			
	.slider-1 .slider-main {
		width: 280px;
		float: none;
		margin-right: 0;
	}
	
	.slider-1 .entry-excerpt {
		display: none;
	}
			
	.slider-1 .slider-right {
		width: 100%;
		margin-top: 15px;
	}
	
	.slider-1 .slider-right ul li {
		height: 180px;
	}
	
	.slider-1 .slider-right h3 {
		font-size: 19px;
	}
	
	.slider-1 .slider-right .entry-meta{
		display: none;
	}
	
	.entry-meta {
		margin-bottom: 5px;
	}
	
	.entry-meta .date {
		margin-right: 15px;
	}

	.entry-meta .author-meta {
		margin-bottom: 15px;
	}
	
	.slider-1 .slider-right .post-1 {
		margin-bottom: 15px;
	}
	
	.slider-1 .read-more {
		display: none;
	}

	.home-slider h2 {
		font-size: 21px;
	}

	.slider-2 .post-info {
		left: 10px;
		bottom: 10px;
		width: 260px;
	}
	
	.slider-2 .flex-direction-nav,
	.slider-2 .entry-excerpt,	
	.slider-nav2 {
		display: none;
	}
	
	.slider-2 .flex-control-nav {
		display: block;
	}
	
	.v-posts .post {
		width: 280px;
		margin-right: 0;
		margin-bottom: 15px;
	}
	
	.slider-1 .post-wrap, 
	.feat-posts4 .post-wrap {
		margin-top: 20px;
		padding: 10px;
	}

	.content {
		width: 280px;
		margin-right: 0;
	}
	
	.sidebar {
		width: 280px;
		margin-top: 20px;
	}
	
	.one-half {	  
		width: 280px;
		margin-right: 0;
		margin-bottom: 10px;
	}
	
	.one-half.last{
		margin-top: 15px;
	}
	
	.one-third {
		width: 280px;
		margin-right: 0;		
	}
	
	.feat-cat .item-post .thumb {
		margin-right: 10px;
	}	
		
	.feat-cat .item-post .entry-right {
		width: 170px;
	}	
	
	.feat-cat .item-post .date {
		display: none;
	}
	
	.feat-cat .main-post p {
		margin-bottom: 10px;
	}

	.excerpt-blog .thumb,
	.section-1 .large {
		height: auto;
	}
	
	.excerpt-blog .wp-post-image,
	.section-1 .large .wp-post-image {
		margin-top: 0;
	}
	
	.section-1 h2 {
		font-size: 22px;
	}
	
	.thumb-data {
		bottom: 10px;
		left: 10px;
		right: 10px;
	}
	
	.section-2 .section-left {
		width: 100%;
		margin-right: 0;
		padding-right: 0;
		border-right: none;
	}
	
	.section-2 .main-post {
		width: 280px;
		margin-right: 0;  
	}
	
	.section-2 .main-post .thumb {
		height: auto;
	}
	
	.section-2 .main-post .wp-post-image {
		margin-top: 0;
	}
	
	.section-2 .text-list {
		width: 280px;
		margin-top: 15px;
	}
	
	.section-2 .section-right {
		width: 100%;
		margin-top: 20px;
	}

	.section-2 .section-right .post {
		margin-bottom: 0;
		width: 200px;
	}

	.section-2 .section-right .post:first-child {
		margin-right: 5px;
	}
	
	.section-3 .main-post {
		margin-bottom: 15px;
	}
	
	.section-3 .wp-post-image {
		height: 180px;
	}
	
	.section-3 .last {
		display: none;
	}
	
	.section-3 .entry-rating {
		display: none;
	}
	
	.section-3 .clearfix {
		margin-bottom: 0;
	}
	
	.section-3 .comments {
		display: none;
	}
	
	.section-4 .post {
		width: 200px;
		margin-right: 0;
		margin-bottom: 15px;
	}
	
	.section-4 .last {
		margin-right: 0;
	}	
		
	.section-4 .post-2 {
		margin-bottom: 10px;
	}
	
	.section-4 .post-3 {
		margin-bottom: 0;
	}
	
	.section-4 .clearfix {
		display: none;
	}	

	.home-cat .one-half {
		margin-bottom: 15px;
	}
	
	.home-cat .item-post {
		width: 280px;
	}
	
	.last {
		margin-right: 0;
	}
	
	.excerpt-tile h3 {
		font-size: 18px;
	}
	
	.excerpt-blog h2 {
		font-size: 24px;
		line-height: 1.1;
	}

	.widget_posts .entry-right {
		width: 165px;
	}
	
	.widget_search .search-form i {
		right: 20px;
	}
	
	.widget_textposts .thumb-wrap {
		margin-left: 12px;
	}
	
	.widget_textposts .entry-right {
		width: 153px;
	}
	
	.feat-posts4 h3 {
		font-size: 17px;
	}
	
	.feat-posts4 .entry-rating {
		display: none;
	}
	
	.error-page h1 {
		font-size: 100px;
	}
	
	.error-page h2 {
		margin-bottom: 30px;
	}
		
	.footer-widget {
		width: 280px;	
		margin-right: 0;		
	}
	
	.excerpt-list .thumb + .entry-right {
		width: 280px
	}
	
	.entry-social li.gplus,
	.entry-social li.linkedin,
	.entry-social li.pinterest {
		display: none;
	}
	
	.contact-page .map {
		height: 180px;
	}
	
	.archive-columns .search-form {
		width: 280px;
	}
	
	#comments .depth-2 {
		margin-left: 20px;
	}
	
	#comments .depth-3, 
	#comments .depth-4, 
	#comments .depth-5 {
		margin-left: 0;
	}
	
	#comments .depth-1 .comment-right {
		width: 200px;
	}	
	
	#comments .depth-2 .comment-right,
	#comments .depth-3 .comment-right,
	#comments .depth-4 .comment-right {
		width: 195px;
	}
	
	#respond .comment-form-url input[type="text"], 
	#respond .comment-form-author input[type="text"], 
	#respond .comment-form-email input[type="text"],
	#respond textarea {
		width: 91.6%;
	}
	
	#respond textarea {
		height: 165px;
	}
	
	#respond .comment-form-author, 
	#respond .comment-form-email {
		float: left;
		width: 100%;
		margin-right: 0;
	}
}</pre></body></html>