/*
Theme Name: Fiji
Theme URI: http://fairpixels.com/
Author: FairPixels
Author URI: http://fairpixels.com/
Description: A Magazine and Blog Theme
Version: 1.0
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, featured-images, full-width-template, sticky-post, theme-options
Text Domain: fairpixels
*/

/*

WARNING! DO NOT EDIT THIS FILE!

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. Common
3. Header
4. Menu
5. Homepage
6. Blog
7. Single
8. Pages
9. Sidebar
10. Footer
11. Media Queries
=========================*/

/* 1. BASE
 * ========== */
body {
	font-family: 'Open Sans', sans-serif;
	color: #363636;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.inner-wrap {
	background:#ffffff;
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
 	padding: 5px;
}

#footer .inner-wrap {
	background:none !important;
}

.content-wrap {
	overflow: hidden;
	clear: both;
	position: relative;
}

#container {
	background: #FFFFFF;
}

#content {
	width: 675px;
	margin-right: 20px;
	overflow: hidden;
	float: left;
}

.entry-content a {
  color: #ff00ff !important;
}

#sidebar {
	width: 300px;
	float: left;
}

.full-width {
	width: 100%;
}

/*===[ Link styles ]===*/
a {
	text-decoration: none;
	color:#333;
	transition: all ease-in-out 0.4s;
	outline: 0;
}

a:visited {
	color: #212121;
	
}

a:hover {
	color: #525252;	
}

:focus {
	outline: 0;
}

/*===[ Selction ]===*/
::selection {
	background: #FFEFAA;
}

::-moz-selection {
	background: #FFEFAA;
}

/*===[ Colors ]===*/
.main-color {
	color: ##FF8300;
}

.main-color-bg {
	background: #FF8300;
}

/*===[ Images ]===*/
.wp-post-image {
	display: block;
}

.attachment-fp1100_480 {
	width: 1100px;
	height: 480px;
}

.attachment-fp770_660 {
	width: 770px;
	height: 660px;
}

.attachment-fp770_480 {
	width: 770px;
	height: 480px;
}

.attachment-fp410_260 {
	width: 410px;
	height: 260px;
}

.attachment-fp200_200 {
	width: 200px;
	height: 200px;
}

.one-half {
    width: 340px;
    margin-right: 30px;
    float: left;
    background: #f5f5f5;
    padding: 15px;
	}

.col-last {
	margin-right: 0 !important;
}

.section {
	overflow: hidden;
	margin-bottom: 35px;
}

.section-wrap {
	overflow: hidden;
}

/*===[ Headings ]===*/
h1, h2, h3, h4, h5, h6 {
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0;
	color: #2C3236;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

/* 2. COMMON
 * =========== */
/*===[ Rating ]===*/
.entry-meta {
	margin-bottom: 10px;
	letter-spacing: 0;
	overflow: hidden;
}

.entry-meta i{
	line-height: 8px;
	padding-left: 1px;
}

.entry-meta .date {
	margin-right: 20px;
}

.entry-meta .comments i {
	font-size: 18px;
	margin-right: 3px;
}

.entry-meta .date i {
	font-size: 16px;
	margin-right: 6px;
}

.entry-meta,
.entry-meta a {
	color: #9EA4A7;
}

.entry-meta .entry-cat {
	display: block;
	float: left;
	margin-right: 10px;
}

.meta-bottom {
	margin-bottom: 0;
}

.entry-rating {
	font-size: 19px;
	line-height: 16px;
	color: #F8C255;
	float: right;
}

.entry-rating i {
	padding-left: 0;
}

.entry-cat {
	overflow: hidden;
}

.entry-cat a {
	background: #3DA9A4;
	background: linear-gradient(to right,  #6AAFE6, #8FCCDB);
	color: #FFFFFF;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 3px 5px 2px;
	display: block;
	float: left;
	margin-right: 10px;
}

.read-more {
	overflow: hidden;
}

.read-more a {
	background: #F8C255;
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 13px;
	font-weight: 700;
	padding: 5px 8px;
	text-transform: uppercase;
}

.excerpt-content .read-more a,
.excerpt-tile .read-more a {
	background: none;
	color: #212121;
	padding: 0;
}

.read-more i:before {
	display: block;
	float: right;
	font-size: 24px;
	line-height: 20px;
	margin-left: 6px;
}

.excerpt-tile .read-more,
.more-link {
	display: block;
	float: left;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;	
}

.more-link i {
	display: block;
	float: right;
	font-size: 24px;
	line-height: 10px;
	margin-left: 6px;
}

.item-post {
	overflow: hidden;
}

/*===[ Search ]===*/
.search-form {
	position: relative;
}

.search input[type=search] {
	height: 36px;
	width: 190px;
	padding: 8px;
	border: none;
	border-radius: 0;
	font: inherit;
}

/*===[ Rating ]===*/
.ec-stars-wrapper {
	font-size: 0;
	display: block;
	float: left;
	position: relative;
}

.ec-stars-wrapper[data-tooltip]:hover:before {
	content: attr(data-tooltip);
	position: absolute;
	bottom: 90%;
	text-align: center;
	max-width: 130px;
	margin-bottom: 5px;
	background: rgba(0,0,0,.7);
	color: white;
	font-size: 11px;
	border-radius: 1px;
	line-height: 1.3;
	padding: 5px 6px 7px;
	display: block;
	text-transform: none;
	overflow: visible;
}

.ec-stars-wrapper a {
	text-decoration: none;
	display: inline-block;
	font-size: 23px;
	color: #F8C255;
	line-height: 19px;
}

.ec-stars-wrapper:hover a,
.ec-stars-wrapper.is-voted a {
	color: #F8C255;
}

.ec-stars-wrapper > a:hover ~ a {
	color: #CCCCCC;
}

.ec-stars-wrapper a:active {
	color: #F8C255;
}

.ec-stars-overlay {
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	background-color: transparent;
	background-color: rgba(255,255,255,.7);
	zoom: 1;
	z-index: 2;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFFFFFF,endColorstr=#7FFFFFFF)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFFFFFF,endColorstr=#7FFFFFFF);
}

.ec-stars-wrapper:hover .ec-stars-overlay {
	display: none;
}

.ec-stars-value {
	display: block;
	float: left;
	margin-left: 10px;
	margin-top: 2px;
	color: #999999;
	font-size: 14px;
}

.ec-stars-outer .schema {
	display: none;
}

/*===[ Overlay ]===*/
.thumb {
	overflow: hidden;
}

.thumb-overlay {
	position: relative;
}

.overlay {
	content: "";
	background: none;
	background: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	transform: scale(0, 0);
	transition:all 0.3s ease-in 0s;
	text-align: center;
}

.overlay-alt{
	background: linear-gradient(45deg, rgba(193, 106, 124, 0.8), rgba(189, 93, 42, 0.8));
}

.thumb-overlay:hover .overlay{
	opacity: 1;
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
}

.thumb-overlay .more {
	font-size: 30px;
	color: #FFFFFF;
	font-weight: 700;
	margin-top: 30%;
}

.overlay .more a {
	display: inline-block;
	width: 44px;
	height: 44px;
	border: 1px solid #FFFFFF;
	border-radius: 44px;
}

.thumb-overlay .more i:before {
	line-height: 40px;
	color: #FFFFFF;
	display: block;
}

.compact-overlay .more {
	font-size: 24px;
}

.compact-overlay .more a {
	width: 36px;
	height: 36px;
}

.compact-overlay .more i:before {
	line-height: 33px;
}

/*===[ Go top ]===*/
.gotop {
	width: 42px;
	height: 42px;
	border-radius: 42px;
	background: #FF8300;
	text-align: center;
	position: fixed;
	right: 100px;
	bottom: 30px;
	cursor: pointer;
	display: none;
	z-index: 3;
	background: linear-gradient(45deg, #F8C255, #FFE33B);
}

.gotop i {
	font-size: 24px;
	margin-top: 2px;
	display: block;
	color: #FFFFFF;
}

.gotop:hover {
	opacity: 0.85;
}

/*===[ Inputs ]===*/
.button {
	font-size: 15px;
}

/* 3. HEADER
 * ========== */

/*===[ Top Bar ]===*/
.header{
	position: relative;	
	background: #f5f5f5;
display:table;
margin:0 auto;
	/*background: linear-gradient(to right, #72B3E7, #4499DF);*/
}

.header .top {
	height: 120px;
	overflow: hidden;
}

.sub-header {
	height: 48px;
	background:#f5f5f5;
	clear: both;
}

.sub-header .inner-wrap {
	overflow: visible;
}

.header .logo {
  float: left;
    margin-bottom: 25px;
    margin-top: 12px;
    max-height: 100px;
    max-width: 350px;
	overflow: hidden;
}

.header .logo img {
	display: block;
}

/*===[ Social Icons ]===*/
.header .social {
	float: right;
	max-width: 144px;
}

.header .social ul {
	overflow: hidden;
	margin-top: 15px;
}

.header .social ul li {
	float: left;
	margin-left: 20px;
	font-size: 15px;
	line-height: 10px;
}

.header .social ul li a {
	color: #777777;
	display: block;
	text-transform: uppercase;
	text-align: center;
}

.header .social ul li i {
	font-size: 20px;
	margin-top: 5px;
	display: block;
}

.header .social ul li a:hover {
	color: #FFFFFF;
}

.header .search {
	float: right;
	margin-top: 13px;
	margin-left: 10px;
	position: relative;
}

.header .search .icn i {
	font-size: 24px;
	line-height: 16px;
	margin-top: 0;
	display: block;
	color: #777777;
	cursor: pointer;
}

.search-overlay {
	opacity: 0;
	padding-top: 11px;
	position: absolute;
	transform: scaleY(0);
	transition: all 0.5s ease 0s;
	visibility: hidden;
	width: 250px;
	right: 0;
	z-index: 99999999;
	transform-origin: 0 0 0;
}

.search-inner {
	background: #313131;
	padding: 15px 20px;
	overflow: hidden;
}

.search-overlay.active{
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;

 }

.search-overlay input[type=search] {
	width: 210px;
}

.search-overlay .button {
	padding: 5px 8px;
	font-size: 14px;
}

/* 4. MENU
 * ======== */
.menu-section {
	max-width: 1050px;
	float: left;
}

.menu-section select {
    display: none;
    z-index: 999;
    padding: 4px;
    height: 36px;
	font: inherit;
	border: 1px solid #E3E3E3;
}

.menu-section ul {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 99;
}

.main-menu > ul.menu  {
	height: 48px;
	/*overflow: hidden;*/
}

.main-menu > ul.menu > li {
	float: left;
	padding: 0px;
	margin: 0px;
}

.main-menu ul li a {
	display: block;
	padding: 16px 14px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	text-transform: uppercase;
	color: #982c69;
}

.main-menu ul li a:hover,
.main-menu .current-menu-item ,
.main-menu .current_page_item {
	background: #ff4ab0;
	color: #FFFFFF;
}

.main-menu .current-menu-item  a,
.main-menu .current_page_item a{
	color:#FFF;
}

.main-menu .menu-item-home a:before{
	content: "\f448";
	font-family: Ionicons;
	display: block;
	float: left;
	padding: 0;
	font-weight: 400;
	margin-right: 8px;
	font-size: 18px;
	line-height: 14px;
}

.main-menu ul li ul {
	display: none;
	position: absolute;
	padding: 0;
	margin-top: 0;
}

.main-menu ul li ul li {
	float: none;
	padding: 0;
	position: relative;
}

.main-menu ul li ul li a,
.main-menu ul li:hover ul li a,
.main-menu ul li.over ul li a {
	padding: 12px 16px 12px 14px;
	display: block;
	width: 142px;
	text-align: left;
	font-size: 14px;
	font-weight: 700;
	border-top: 1px solid #b2618f;
	background: #313131;
	color: #FFFFFF;
	text-transform: none;
}

.main-menu ul li ul li:last-child a {
	border-bottom: none;
}

.main-menu ul li ul li:hover a,
.main-menu ul li ul li.over a {
	background: #b2618f !important;
}

.main-menu ul li ul li ul {
	display: none;
	position: absolute;
	left: 172px;
	top: -1px;
}

.main-menu ul li ul li:hover ul,
.main-menu ul li ul li.sfHover ul {
	display: block;
	position: absolute;
	left: 172px;
	top: 0;
}

.main-menu ul li ul li:hover ul li a,
.main-menu ul li ul li.over ul li a {
	background: #313131;
}

.main-menu ul li ul li ul li a:hover {
	background: #1F1F1F;
}

.main-menu .sf-sub-indicator {
	position: relative;
	font-size: 0;
	line-height: 5px;
}

.main-menu .sf-sub-indicator:before {
	font-family: Ionicons;
	content: "\f35f";
	display: block;
	float: right;
	font-size: 18px;
	margin-left: 4px;
	margin-top: 6px;
	padding: 0;
}

.main-menu .sub-menu .sf-sub-indicator:before {
	content: "\f363";
}


/* 5. HOMEPAGE
 * ============ */

/*=== Full Slider ===*/
.slides,
.slider-section ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.flex-viewport {
    transition: all 1s ease 0s;
}

.slides li{
	overflow: hidden;
	position: relative;
}

.slider-2 .slider-main{
	width: 760px;
	float: left;
	overflow: hidden;
	position: relative;
}

.slider-2 .slider-main .wp-post-image {
	height: 480px;
	max-width: 770px;
}

.slider-2 .post-info {
	width: 400px;
	padding: 20px;
	position: absolute;
	left: 20px;
	bottom: 20px;
	background: rgba(255, 255, 255, 0.9);
}

.slider-2 .post-info .entry-meta {
	overflow: hidden;
	margin-bottom: 10px;
}

.slider-2 .entry-rating {
  float: right;

}

.slider-2 .post-info h3 {
	font-size: 24px;
	margin-bottom: 10px;
}

.slider-2 .read-more {
	margin-top: 15px;
}

.slider-nav{
	width: 340px;
	float: right;
	overflow: hidden;
}

.slider-nav li{
	cursor: pointer;
	overflow: hidden;
	float: none !important;
	opacity: 1 !important;
	background: #F6F9Fb;
}

.slider-nav .item-wrap {
	height: 80px;
	padding: 20px;
	overflow: hidden;
}

.slider-nav li:hover,
.slider-nav .flex-active-slide {
	background: #EFF4F8;
}

.slider-nav li h5 {
	font-size: 15px;
	line-height: 1.15;
}

.slider-nav .thumb {
	width: 80px;
	float: left;
	margin-right: 20px;
}

.slider-nav .wp-post-image {
	height: 80px;
}

.slider-nav .entry-right{
	width: 180px;
	float: left;
}

.slider-nav .entry-meta {
	margin: 5px 0 0;
}

.slider-nav .date {
	font-size: 13px;
}

/*===[ Slider 1]===*/

.slider-left{
	width: 660px;
	overflow: hidden;
	margin-right: 30px;
	float: left;
}

.slider-main {
	display: none;
}

.slider-1 .slider-main {
	position: relative;
}

.slider-1 .slider-main .wp-post-image {
	max-width: 770px;
	margin-left: -50px;
}

.slider-1 .post-info,
.slider-3 .post-info {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px;
	background: linear-gradient(to top,  rgba(22, 22, 22, 1), rgba(0, 0, 0, 0));
	color: #FFFFFF;
}

.slider-1 .post-info .entry-cat {
	margin-right: 10px;
}

.slider-main h2 {
	font-size: 34px;
	text-transform: uppercase;
	line-height: 1;
	margin: 15px 0;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}

.slider-1 h2 a,
.slider-1 .post-info .entry-meta,
.slider-1 .post-info .entry-meta a {
	color: #FFFFFF;
}

.slider-1 .slider-main .date,
.slider-1 .slider-main .comments {
	font-weight: 600;
}

.slider-1 .entry-excerpt p,
.slider-3 .entry-excerpt p,
.slider-4 .entry-excerpt p {
	font-size: 16px;
	font-weight: 600;
}

.slider-1 .slider-main .entry-rating {
	display: inline-block;
	margin-left: 20px;
}

.slider-1 .slider-main .read-more {
	margin-top: 20px;
}

.highlights {
	list-style: none;
	margin: 0;
}

.highlights i {
	padding-left: 1px;
	font-size: 12px;
	margin-right: 5px;
	color: #F8C255;
}

.slider-1 .highlights {
	margin-top: 10px;
	font-weight: 600;
}

.slider-main ul,
.slider-main ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

.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 {
	cursor: pointer;
	font-size: 0;
	color: #FFFFFF;
}

.flex-control-nav a:before{
	font-family: Ionicons;
	display: block;
	padding: 0;
	font-size: 16px;
	line-height: 15px;
	content: "\f21b";
}

.flex-control-nav a.flex-active,
.flex-control-nav a:hover {
	color: #F8C255;
}

/*===[ Slider Right Section]===*/
.slider-2 .entry-rating,
.slider-1 .slider-main .entry-rating,
.slider-right .main-post .entry-rating {
	font-size: 23px;
}

.slider-right {
	width: 410px;
	float: left;
	overflow: hidden;
}

.slider-right .main-post {
	position: relative;
	margin-bottom: 33px;
	overflow: hidden;
}

.slider-right .main-post h3 {
	font-size: 20px;
	font-weight: 800;
	text-transform: uppercase;
	margin: 15px 0;
}

.slider-right .main-post h3 a {
	color: #FFFFFF;
}

.slider-right .entry-rating {
	float: right;
}

.slider-right .item-post {
	overflow: hidden;
	margin-bottom: 33px;
}

.slider-right .item-post:last-child {
	margin-bottom: 0;
}

.slider-right .item-post .thumb {
	width: 100px;
	margin-right: 20px;
	float: left;
	overflow: hidden;
}

.slider-right .item-post .wp-post-image {
	height: 100px;
}

.slider-right .item-post h3 {
	font-size: 18px;
	margin: 7px 0 5px;
}

.slider-right .meta-bottom {
	font-size: 13px;
}

/*===[ Slider 2]===*/
.slider-2 .flex-direction-nav,
.slider-3 .flex-direction-nav {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.slider-2 .flex-direction-nav li,
.slider-3 .flex-direction-nav li {
	float: left;
	overflow: hidden;
}

.slider-2 li.flex-nav-prev,
.slider-3 li.flex-nav-prev {
	margin-right: 2px;
}

.flex-direction-nav a{
	display: block;
	color: rgba(33, 33, 33, 0.8);
	background: #F7F9F8;
	z-index: 2;
	font-size: 0;
	text-align: center;
	width: 42px;
	height: 42px;
	overflow: hidden;
}

.slider-2 .flex-direction-nav a:hover,
.slider-3 .flex-direction-nav a:hover{
	background: #ECF0F1;
}

.flex-direction-nav a:before{
	font-family: Ionicons;
	display: block;
	padding: 0;
	font-size: 32px;
	line-height: 40px;
}

.flex-direction-nav a.flex-prev:before {
	content: "\f3cf";
}

.flex-direction-nav a.flex-next:before {
	content: "\f3d1";
}

/*===[ Slider 3 ]===*/
.slider-3 .slider-main {
	width: 700px;
	float: left;
	margin-right: 20px;
	overflow: hidden;
	position: relative;
}

.slider-3 .slider-main .wp-post-image {
	height: 440px;
}

.slider-3 .item-post h3 a {
	color: #FFFFFF;
}

.slider-right2 {
	width: 380px;
	float: left;
	overflow: hidden;
}

.slider-3 .item-post {
	height: 210px;
	overflow: hidden;
	position: relative;
}

.slider-3 .item-post  .wp-post-image {
	height: 240px;
}

.slider-3 .post-1 {
	margin-bottom: 20px;
}



/*===[ Slider 4 ]===*/
.slider-4,
.slider-4 .slides li {
    position: relative;
}

.slider-4 .post-info {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 120px;
	color: #FFFFFF;
	text-align: center;
}

.slider-4 .info-wrap {
	width: 800px;
	margin: 0 auto;
}

.slider-4 .entry-meta .entry-rating,
.slider-4 .entry-cat,
.slider-4 .read-more a {
	display: inline-block;
	float: none;
}

.slider-4 .comments,
.slider-4 .entry-meta .entry-rating,
.slider-4 .entry-meta .date {
	vertical-align: top;
}

.slider-3 .entry-meta,
.slider-4 .entry-meta,
.slider-3 .entry-meta a,
.slider-4 .entry-meta a,
.slider-3 .post-info h2 a,
.slider-4 .post-info h2 a {
	color: #FFFFFF;
}

.slider-3 .slider-main .date,
.slider-4 .slider-main .date,
.slider-3 .slider-main .comments,
.slider-4 .slider-main .comments {
	font-weight: 600;
}

.slider-4 .comments {
	margin-right: 30px;
}

.slider-4 .post-info .entry-title {
	margin-bottom: 10px;
}

.slider-3 .entry-excerpt,
.slider-4 .entry-excerpt {
	margin-bottom: 15px;
}

.slider-nav2{
	position: absolute;
	bottom: 0;
	z-index: 1;
	left: 90px;
	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 #888888;
    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: 16px;
	text-transform: uppercase;
	margin-bottom: 5px;
	color: #FFFFFF;
}

.slider-nav2 .slides .flex-active-slide{
	background: linear-gradient(to right, rgba(29, 157, 155, 0.8), rgba(66, 165, 246, 0.8));
}

.slider-nav2 .entry-rating{
	float: right;
}

.slider-nav2 .entry-meta{
	color: #FFFFFF;
	margin-bottom: 0;
}

.slider-nav2 .date {
	float: left;
	margin-right: 0
}

.slider-nav2 .entry-meta .entry-rating {
	display: block;
	float: right;
}

/*===[ Carousel ]===*/
.carousel-full {
	position: relative;
}

.carousel-full .thumb-post .wp-post-image {
	height: 320px;
}

.carousel-full .flex-direction-nav a {
	background: none;
	border: 2px solid #FFFFFF;
	border: 2px solid rgba(255, 255, 255, 0.5);
	color: rgba(255, 255, 255, 0.5);
	border-radius: 50px;
	position: absolute;
	top: 120px;
}

.carousel-full .flex-direction-nav a:hover {
	color: #FFFFFF;
	border: 2px solid #FFFFFF;
}

.carousel-full .flex-prev {
	left: 15px;
}

.carousel-full .flex-next {
	right: 15px;
}

/*===[ Content Slider]===*/
.content-slider {
	display: none;
	position: relative;
}

.content-slider1 {
	height: 120px;
	background: #232323;
	background: url('images/bg1.jpg') no-repeat ;
	position: relative;
}

.content-slider1 .title {
	width: 35px;
	height: 100%;
	float: left;
	margin-right: 20px;
	overflow: hidden;
}

.content-slider1 .title-wrap {
	background: #DC5856;
	background: linear-gradient(to right, #E4706A, #F5CC80);
	border-right: 1px solid #b52c2c;
	color: #fff;
	float: left;
	margin-left: 37px;
	padding: 7px 0 7px;
	text-transform: uppercase;
	transform: rotate(90deg);
	transform-origin: left top 0;
	width: 120px;
	overflow: hidden;
	text-align: center;
	z-index: 2;
}

.content-slider1 .title-wrap h4 {
	display: inline-block;
	color: #FFFFFF;
	letter-spacing: 1px;
	font-size: 18px;
}

.content-slider1 .title-wrap i {
	margin-right: 6px;
}

.content-slider1 .thumb {
	width: 150px;
	height: 100px;
	margin-right: 20px;
	margin-top: 10px;
	float: left;
}

.content-slider1 .thumb-icon {
	bottom: 10px;
	right: 10px;
	font-size: 22px;
	opacity: 0.8;
}

.content-slider1 .more {
	margin-top: 21%;
}

.content-slider1 .wp-post-image {
	height: 150px;
	margin-top: -25px;
}

.content-slider1 .flex-direction-nav {
	position: absolute;
	right: -55px;
	top: 20px;
}

.content-slider1 .content-slider {
	width: 640px;
	float: left;
}

.content-slider1 .post-info {
	margin-top: 15px;
	overflow: hidden;
}

.content-slider1 .entry-meta {
	margin-bottom: 8px;
}

.content-slider1 h2 {
	font-size: 26px;
}

.content-slider1 .flex-direction-nav a {
	background: #FFFFFF;
	border: 1px solid #6AAFE6;
	color: #6AAFE6;
}

.flex-direction-nav a {
	height: 36px;
	width: 36px;
}

.flex-direction-nav a:before {
	font-size: 28px;
	line-height: 36px;
}

.content-slider1 .flex-direction-nav a:hover {
	background: linear-gradient(to right, #6AAFE6, #8FCCDB);
	color: #FFFFFF;
}

.content-slider1 .flex-nav-prev {
	margin-bottom: 6px;
}

.content-slider1 .post-info {
	overflow: hidden;
}

/*===[ Content slider 2]===*/
.content-slider2 .thumb {
	height: 420px;
}

.content-slider2 .slider-main .wp-post-image {
	margin-left: 0;
}

.content-slider2 .post-info {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px;
	background: linear-gradient(to top,  rgba(22, 22, 22, 1), rgba(0, 0, 0, 0));
	color: #FFFFFF;
}

/*===[ Featured Section]===*/
.section-title {
	margin-bottom: 30px;
}

.section-title h4 {
	background: #982c69;
	font-weight: 800;
    line-height: 12px;
    text-transform: uppercase;
}

.section-title .title-wrap {
	overflow: hidden;
}

.section-title span {
    background: #FFFFFF;
    padding-right: 10px;
}

.section-title span i {
	margin-right: 10px;
	padding-left: 1px;
	color: #6AAFE6;
}

/*===[ Featured Section 1]===*/
.section-1 .section-left{
	width: 270px;
	float: left;
	margin-right: 30px;
	overflow: hidden;
}

.section-1 .section-right{
	width: 470px;
	float: right;
	overflow: hidden;
}

.section-1 .main-post .thumb {
	margin-bottom: 20px;
}

.section-1 .entry-rating {
	float: right;
}

.section-1 .main-post .wp-post-image  {
	height: 340px;
	max-width: 545px;
	margin-left: -35px;
}

.section-1 .main-post h3,
.section-1 .entry-excerpt {
	margin-bottom: 10px;
}

.section-1 .read-more {
	margin-top: 20px;
}

/*===[ Post List Large]===*/
.item-list .item-post{
	margin-bottom: 30px;
}

.item-list .item-post:last-child{
	margin-bottom: 0;
}

.item-list .thumb {
	margin-bottom: 15px;
}

.item-list .thumb  .more {
	margin-top: 25%;
}

.item-list h4 {
	font-size: 18px;
}

.item-list h4,
.item-list h6  {
	margin-bottom: 10px;
}

.postlist-large .wp-post-image {
	height: 190px;
	max-width: 300px;
	margin-left: -15px;
}

/*===[ Featured Section 2]===*/
.section-2 .section-left{
	width: 570px;
	float: left;
	margin-right: 30px;
	overflow: hidden;
}

.section-2 .main-post .thumb {
	height: 400px;
}

.section-2 .main-post .wp-post-image  {
	height: 485px;
	max-width: 100%;
	margin-left: 0;
	margin-top: -40px;
}

.section-2 .section-right{
	width: 170px;
	float: left;
	overflow: hidden;
}

.section-2 .postlist-narrow .item-post {
	margin-bottom: 15px;
}

/*===[ Featured Section 3]===*/

.section-3 .section-left .item-post {
	margin-bottom: 30px;
}

.section-3 .section-left .item-post:last-child {
	margin-bottom: 0;
}

.section-3 .section-left .thumb {
	width: 190px;
	height: 190px;
	float: left;
	margin-right: 20px;
}

.section-3 .section-left .more {
	margin-top: 38%;
}

.section-3 .section-left .entry-right {
	float: left;
	overflow: hidden;
	width: 360px;
}

.section-3  .section-left .entry-meta {
	margin-bottom: 10px;
}

.section-3 .section-left h4,
.section-3 .entry-excerpt,
.section-3 .highlights {
	margin-bottom: 10px;
}

.section-3 .highlights li:first-child {
	margin-bottom: 5px;
}

.section-3 .more-link {
	margin-bottom: -6px;
}

.postlist-narrow .item-post:last-child {
	margin-bottom: 0;
}

.postlist-narrow .wp-post-image {
	height: 120px;
	max-width: 190px;
	margin-left: -10px;
}

.postlist-narrow .thumb-icon {
	bottom: 12px;
	right: 12px;
	font-size: 24px;
}

/*===[ Featured Section 4]===*/
.section-4 .excerpt-tile {
	overflow: hidden;
	margin-bottom: 30px;
}

.excerpt-tile .more {
	margin-top: 24%;
}

.section-4 .item-post {
	overflow: hidden;
	margin-bottom: 25px;
}

.section-4 .item-post:last-child {
	margin-bottom: 0;
}

.section-4 .item-post .thumb {
	width: 100px;
	float: left;
	margin-right: 20px;
}

.section-4 .item-post .wp-post-image {
	height: 100px;
}

.section-4 .item-post h5 {
	margin-bottom: 15px;
}

/*===[ Featured Category ]===*/


/*===[ Thumb Posts Section]===*/
.section-5 .item-post {
	width: 49%;
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
	overflow: hidden;
}

.thumb-post {
	position: relative;
}

.thumb-post .wp-post-image {
	opacity: 0.6;
	height: 240px;
}

.thumb-post .overlay {
	opacity: 0.85;
	transform: none;
}

.thumb-post .overlay-alt {
	background: linear-gradient(45deg, #C16A7C, #BD5D2A);
	opacity: 0.75;
}

.thumb-post .entry-wrap {
	bottom: 20px;
	left: 20px;
	right: 20px;
	position: absolute;
}

.thumb-post .entry-cat {
	display: inline-block;
	float: none;
	margin-right: 0;
}

.thumb-post .entry-cat a {
	display: inline-block;
	float: none;
	background: none;
	margin-right: 0;
}

.thumb-post h3 a {
	color: #FFFFFF;
}

.thumb-post .line {
	margin: 15px 0 5px;
	width: 50px;
	height: 3px;
	background: #FFFFFF;
	display: inline-block;
}

.thumb-post .comments a {
	font-style: italic;
	color: #FFFFFF;
}

.thumb-post .thumb-icon {
	font-size: 24px;
	height: auto;
	bottom: 0;
	right: 0;
	line-height: 1;
	opacity: 1;
}

/* 6. BLOG
 * ======== */
.thumb-icon {
	color: #FFFFFF;
	opacity: 0.8;
	font-size: 28px;
	position: absolute;
	right: 15px;
	bottom: 15px;
	text-align: center;
	line-height: 1;
}

/* ===[ Blog Excerpt ]=== */
.excerpt-blog .thumb {
	margin-bottom: 20px;
}

.excerpt-blog h2{
	font-size: 36px;
	margin-bottom: 15px;
}

.excerpt-blog .entry-meta,
.excerpt-blog p {
	margin-bottom: 20px;
}

/* ===[ List Excerpt ]=== */
.excerpt-content .thumb{
	float: left;
	width: 300px;
	margin-right: 30px;
}

.excerpt-content .wp-post-image {
	height: 225px;
	max-width: 355px;
	margin-left: -25px;
}

.excerpt-content .entry-meta,
.excerpt-content h3 {
	margin-bottom: 15px;
}

.excerpt-content p {
	margin-bottom: 20px;
}

.entry-right {
	overflow: hidden
}

.excerpt-content .thumb + .entry-right {
	width: 440px;
	float: left;
}

/* ===[ Tile Excerpt ]=== */
.archive-desc {
	margin-top: 20px;
}

.archive-list .one-half {
	margin-bottom: 30px;
}

.excerpt-tile .thumb{
	margin-bottom: 20px;
}

.excerpt-tile .wp-post-image {
	height: 235px;
}

.excerpt-tile .entry-meta,
.excerpt-tile h3 {
	margin-bottom: 15px;
}

.excerpt-tile p {
	margin-bottom: 20px;
}



/* ===[ Pagination ]=== */
.pagination {
	overflow: hidden;
	margin-top: 15px;
	font-size: 16px;
	font-weight: 700;
	clear: both;
}

.pagination .page-numbers {
	display: inline-block;
	margin-right: 2px;
	margin-bottom: 8px;
	padding: 3px 12px 5px;
	background: #F1F1F1
}

.pagination a:hover,
.pagination .current {
	background: #6AAFE6;
	background: linear-gradient(45deg, #6aafe6, #8fccdb);
	color: #FFFFFF;
}

/*===[ Tags widget ]===*/
.tagcloud{
	overflow: hidden;
	margin-bottom: -8px;
}

.tagcloud a{
	font-size: 11px !important;
	font-weight: 700;
	text-transform: uppercase;
	background: #F5F5F5;
	color: #777777;
	display: block;
	float: left;
	height: 26px;
	line-height: 26px;
	margin: 0 10px 12px 0;
	padding: 3px 10px;
	position: relative;
	text-decoration: none;
}

.tagcloud a:before {
	font-family: Ionicons;
	font-size: 16px;
	content: "\f2ab";
	margin-right: 8px;
	line-height: 1;
	display: block;
	float: left;
	margin-top: 7px;
}

.tagcloud a:hover {
	background: linear-gradient(to right, #6AAFE6, #8FCCDB);
	color: #FFFFFF;
}

/*===[ Featured Posts ]===*/
.widget_posts .attachment-fp410_260 {
	height: 200px;
}

.widget_posts .entry-title h3 {
	font-size: 22px;
}

.widget_posts .excerpt-tile {
	overflow: hidden;
	margin-bottom: 30px;
}

.widget_posts .item-post {
	margin-bottom: 20px;
}

.widget_posts .item-post .thumb {
	width: 100px;
	margin-right: 20px;
	float: left;
}

.widget_posts .item-post .wp-post-image {
	height: 100px;
}

.widget_posts .meta-bottom {
	margin-top: 10px;
}

.feat-posts .excerpt-tile:last-child {
	margin-bottom: 0;
}

/* 7. SINGLE
 * ========== */
.entry-slider img{
	display: block;
}

.entry-header {
	overflow: hidden;
}

.entry-header .entry-meta{
	margin-bottom: 20px;
	overflow: visible;
}

.entry-header .meta-left {
	overflow: hidden;
	float: left;
}

.entry-header .meta-left span {
	display: block;
	float: left;
	margin-right: 30px;
	margin-top: 10px;
	overflow: hidden;
}

.entry-header .meta-left .meta-author {
	margin-top: 0;
}

.meta-author .avatar{
	float: left;
	margin-right: 10px;
}

.meta-author a {
	display: block;
	float: left;
	margin-top: 10px;
	font-weight: 800;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.meta-author .avatar{
	float: left;
	margin-right: 10px;
	border-radius: 40px;
}

.meta-author .right {
	float: left;
	line-height: 1;
}

.entry-header h1 {
	margin: 15px 0;
}

.entry-header .ec-stars-outer {
	margin-top: 6px;
	float: right;
}

.feat-excerpt {
	font-weight: 600;
	color: #2C3236;
}

.entry-content {
	font-size: 18px;
	overflow: hidden;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin-bottom: 10px;
}

.entry-content p {
	margin-bottom: 20px;
}

.entry-content p iframe, .entry-content p object, .entry-content p embed {
    width: 100% !important;
height: 25em !important;
}

.page-content p {
	overflow: hidden;
}

.entry-content .highlights {
	float: right;
	width: 300px;
	margin-left: 30px;
}

.entry-content .highlights h5 {
	margin-bottom: 15px;
}

.entry-content .highlights li {
	margin-bottom: 10px;
	overflow: hidden;
}

.entry-content .highlights li i {
	display: block;
	float: left;
	margin-right: 15px;
	margin-top: 3px;
}

.entry-content .highlights li span {
  display: block;
  float: left;
  width: 270px;
}

.entry-content p.first:first-letter {
	font-size: 46px;
	font-weight: 800;
	color: #6AAFE6;
	line-height: 1;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}


.entry-social ul li {
	float: left;
	margin-right: 20px;
	overflow: hidden;
	height: 32px;
	text-align: center;
}

.entry-social ul li i {
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	font-size: 18px;
	padding-top: 2px;
	background: rgba(255, 255, 255, 0.12);
	color: #FFFFFF;
}

.entry-social ul li a {
	display: block;
	float: left;
	padding: 5px 15px;
	font-weight: 600;
	color: #FFFFFF;
}

.entry-social ul li.fb {
	background: linear-gradient(to left, #4373BA, #5578C2);
}

.entry-social ul li.twitter {
	background: linear-gradient(to left, #75C8F3, #8fd4f6);
}

.entry-social ul li.gplus {
	background: linear-gradient(to left, #C94434, #DD4B39);
}

.entry-social ul li.pinterest {
	background: linear-gradient(to left, #BC1D2C, #EF4339);
}

.entry-social ul li.linkedin {
	background: linear-gradient(to left, #027AB5, #036A9E);
}

.entry-author .author-avatar {
	float: left;
	margin-right: 20px;
}

.entry-author .author-avatar img {
	display: block;
}

.entry-author h5 {
	margin-bottom: 10px;
}

/*=== Entry Nav ===*/
.entry-nav {
	overflow: hidden;
	margin-bottom: 30px;
}

.entry-nav .prev-post {
	float: left;
	width: 49%;
}

.entry-nav .next-post {
	float: right;
	text-align: right;
	width: 49%;
}

.entry-nav i {
	display: block;
	float: left;
	font-size: 24px;
	margin-right: 10px;
	margin-top: 5px;
	line-height: 20px;
}

.entry-nav .next-post i {
	float: right;
	margin-right: 0;
	margin-left: 7px;
}

.entry-nav h5 {
	font-size: 15px;
	float: left;
	width: 275px;
}

.entry-nav .next-post h5{
	float: right;
}

.image-nav {
	font-size: 15px;
	font-weight: 800;
	text-transform: uppercase;
}

.image-nav i {
	display: block;
	float: left;
	margin-top: 0;
}

/* === Comments === */
#comments {
	max-width: 770px;
	line-height: 1.6;
}

#comments ol.commentlist {
	margin: 10px 0;
	list-style: none;
}

#comments .comment {
	overflow: hidden;
	margin-bottom: 10px;
}

#comments .comment.depth-1 {
	margin-bottom: 30px;
}

#comments .author-info {
	margin-bottom: 5px;
	overflow: hidden;
}

#comments .author-avatar {
	float: left;
	width: 80px;
	margin-right: 20px;
	margin-top: 5px;
}

#comments .author-avatar img {
	display: block;
}

#comments .comment-header {
	overflow: hidden;
	margin-bottom: 10px;
}

#comments .comment-header h6 {
	float: left;
	margin-right: 15px;
	letter-spacing: 0.5px;
}

#comments .reply {
	display: block;
	float: left;
}

#comments .reply a {
	color: #FFFFFF;
	font-size: 13px;
	background: #6BB9F0;
	padding: 1px 6px 2px;
}

#comments .comment-header .fn {
	width: auto;
	font-style: normal;
}

#comments .comment-text {
	line-height: 1.3;
	margin-bottom: 10px;
}

#comments .comment-meta {
	margin-bottom: 4px;
	font-size: 12px;
}

#comments .author-comment {
	font-size: 12px;
	padding: 2px 5px 3px;
	margin-top: 2px;
	line-height: 1;
	display: block;
	float: left;
	color: #FFFFFF;
}

#comments .comment-time {
	margin-left: 15px;
	font-size: 13px;
	line-height: 1;
	display: block;
	float: left;
}

#comments .comment-time a {
	color: #9EA4A7;
}

#comments .moderation {
	color: red;
	font-size: 13px;
	margin-bottom: 0;
	overflow: hidden;
	float: left;
	margin-left: 20px;
}

#comments ul.children {
	list-style: none;
	position: relative;
	overflow: hidden;
}

#comments ol.commentlist {
	overflow: hidden;
}

#comments ol.commentlist article {
	overflow: hidden;
}

#comments ol.commentlist li ul.children {
	list-style: none;
	margin: 25px 0 0;
	overflow: hidden;
}

#comments ul.children .author-avatar {
	width: 60px;
	margin-top: 5px;
	margin-right: 20px;
}

#comments ul.children li.comment {
	margin-bottom: 5px;
}

#comments ol.commentlist .comment-right {
	float: left;
}

#comments ol.commentlist .depth-1 .comment-right {
	width: 620px;
}

#comments ol.commentlist li ul.children li.depth-2 .comment-right {
	 width: 540px;
}

#comments ol.commentlist li ul.children li.depth-3 .comment-right {
	 width: 490px;
}

#comments ol.commentlist li ul.children li.depth-2 {
	margin-left: 100px;
}

#comments ol.commentlist li ul.children li.depth-4 .comment-right {
	 width: 440px;
}

#comments ol.commentlist li ul.children li.depth-5 .comment-right {
	 width: 390px;
}

#comments ol.commentlist li ul.children li.depth-3,
#comments ol.commentlist li ul.children li.depth-4,
#comments ol.commentlist li ul.children li.depth-5 {
	margin-left: 50px;
}

#comments ol.commentlist 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 {
	margin-top: 30px;
	overflow: hidden;
}

#respond #reply-title small {
	font-weight: 400;
	font-size: 12px;
	text-transform: none;
	margin-left: 8px;
}

#respond .required {
	color: #ff4b33;
	font-weight: bold;
}

#respond label {
	display: block;
	margin-bottom: 3px;
	font-size: 15px;
}

#respond .logged-in-as {
	overflow: hidden;
	margin-bottom: 20px;
}

#respond .comment-notes {
	margin-bottom: 20px;
}

#respond .comment-form-author {
	margin-right: 2%;
}

#respond .comment-form-author,
#respond .comment-form-email {
	width: 49%;
	float: left;
	margin-bottom: 15px;
}

#respond  input[type=text] {
	box-sizing: border-box;
}

#respond .comment-form-author input[type=text],
#respond .comment-form-email input[type=text] {
	width: 100%;
}

#respond .comment-form-url input[type=text],
#respond textarea {
	width: 100%;
	margin-bottom: 15px;
}

#respond input[type=text],
#respond textarea {
	display: block;
	font-family: inherit;
	color: inherit;
	padding: 10px 12px;
	resize: none;
	-moz-appearance: none;
	outline:none;
}

#respond textarea {
	height: 185px;
}

.contact-page .button,
#respond input[type=submit] {
	border: none;
	background: #6AAFE6;
	color: #FFFFFF;
	cursor: pointer;
	font: inherit;
	padding: 6px 8px 5px;
	margin: 5px 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 1px;
}

#respond .form-allowed-tags {
	display: none;
}

.comment-form :required,
.comment-form :invalid{
    box-shadow: none;
}

/* 8. PAGES
 * ========= */
.archive-header {
	margin-bottom: 15px;
}

.archive-header h1 {
	margin: 0;
}

.archive-list .sep{
	height: 10px;
	display: block;
	margin-top: 30px;
	background: #DDDDDD url(images/title-bg.png);
}

/*===[ Archives ]===*/
.page-archive ul.pa-list,
.page-archive .wp-tag-cloud{
	list-style: circle;
}

.page-archive .wp-tag-cloud li,
.page-archive .pa-list li {
	margin-bottom: 5px;
}

.page-archive .wp-tag-cloud li:hover,
.page-archive ul.pa-list li:hover{
	list-style: disc;
}

.page-archive ul.pa-list .children{
	list-style: circle;
}

.page-archive .wp-tag-cloud a {
	font-size: 14px !important;
}

/*===[ 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: 300px;
}

.contact-page .field{
	margin-bottom: 20px;
	overflow: hidden;
}

.contact-page .field-section{
	overflow: hidden;
}

.contact-form .col-header{
	margin-bottom: 30px;
}

.contact-page .row-full .field{
	width: 355px;
	float: left;
	margin-right: 15px;
}

.contact-page .row-full .field-last{
	margin-right: 0;
}

.contact-page .row-full input.text{
	width: 333px;
}

.contact-page input[type=text],
.contact-page textarea{
	width: 100%;
	padding: 10px;
	font: inherit;
	color: inherit;
	margin-bottom: 0;
}

.contact-page textarea{
	height: 150px;
}

.contact-page .info-text{
	border-bottom: 1px solid #ECECEC;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.contact-page .capt-section {
	display: none;
}

.contact-page span.error{
	color: #C14E36;
	display: block;
	font-size: 14px;
	margin-top: 4px;
}

.contact-page label{
	margin-bottom: 5px;
	font-weight: 700;
	display: block;
}

.contact-page label span{
	color: red;
	margin-left: 3px;
	font-weight: 400;
}

.msgbox-warning{
	background: #FE9D0C;
	color: #FFFFFF;
	padding: 6px 12px;
	margin-bottom: 30px;
}

.msgbox-error{
	background: #C14E36;
	color: #FFFFFF;
	padding: 9px 12px 8px;
	margin-bottom: 30px;
}

.msgbox-success{
	background: #79B887;
	color: #FFFFFF;
	padding: 9px 12px 8px;
	margin-bottom: 30px;
}

/*===[ Error Page ]===*/
.error-page {
	text-align: center;
}

.error-page h1{
	font-size: 140px;
	line-height: 1;
	margin-bottom: 0;
}

.error-page h1 span {
	font-style: italic;
	font-weight: 400;
	color: #6AAFE6;
	margin: 0 20px;
	text-transform: capitalize;
}

.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;
}

.error-page .widget h4 {
	margin-bottom: 10px;
}

.error-page .widget ul li{
	text-align: left;
}

/* 9. SIDEBAR
 * =========== */
.widget {
	overflow: hidden;
	margin-bottom: 30px;
}

.widget .section-title {
	margin-bottom: 20px;
}

.widget select{
    padding: 8px 10px;
    font-size: 14px;
    border: 1px solid #E1E1E1;
    height: 38px;
	color: #555555;
	font-family: inherit;
	width: 300px;
}

.widget input[type=search],
.widget input[type=text]{
	display: block;
	font-size: 14px;
	padding: 7px 10px;
	width: 100%;
	border: 1px solid #666666;
	font: inherit;
}

.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;
	padding-bottom: 0;
	border-bottom: none;
}

/*===[ Default Widgets]===*/
.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;
	content: "\f3d6";
	margin-right: 8px;
	line-height: 22px;
	color: #999999;
	display: block;
	float: left;
}

.widget .screen-reader-text {
	display: none;
}

.widget ul.sub-menu {
	margin-top: 10px;
	margin-left: 20px;
}

/*===[ Search ]===*/
.search-field {
	margin-bottom: 15px;
}

/*===[ Recent comments ]===*/
.widget_recent_comments .comment-author-link {
	font-weight: 600;
	color: #2F3C4E;
	font-style: normal;
}

.widget_recent_comments .recentcomments {
	color: #999999;
	font-style: italic;
}

.widget_recent_comments .recentcomments a {
	font-style: normal;
}

/*===[ Calendar]===*/
#wp-calendar {
	width: 100%;
	text-align: center;
	border-bottom: none;
}

#calendar_wrap th,
#calendar_wrap td {
	padding: 8px 5px;
	border: 1px solid #F1F1F1;
	text-align: center;
}

#wp-calendar caption {
	font-size: 16px;
	margin: 15px 0;
	font-weight: bold;
}

#wp-calendar th {
	background: #F7F9F8;
	border: medium none;
	padding: 4px 5px;
}

#wp-calendar #today {
	color: #FFFFFF;
	background: #6AAFE6;
	font-weight: 600;
}

#wp-calendar #prev,
#wp-calendar #next {
	border: none;
	font-size: 12px;
	padding-top: 10px;
	text-transform: uppercase;
	font-weight: 600;
}

#wp-calendar #prev {
	text-align: left;
}

#wp-calendar #next {
	text-align: right;
}

#wp-calendar .pad {
	border: 0 none !important;
}

/*===[ RSS Subscription ]===*/
.widget_rss_subscription input[type="text"] {
	margin: 15px 0 20px;
}

/*===[ About us ]===*/
.widget_social ul {
	overflow: hidden;
	margin-top: 10px;
}

.widget_social ul li {
	float: left;
	margin-right: 20px;
	margin-bottom: 6px;
	text-align: center;
}

.widget_social ul li i {
	font-size: 20px;
}

.widget_social .info-text {
	border-bottom: 1px solid #444444;
	margin: 15px 0 20px;
	padding-bottom: 15px;
}

/*===[ Popular Categories ]===*/
.widget_popular_categories ul{
	overflow: hidden;
}

.widget_popular_categories .sep {
	width: 10px;
	height: 10px;
	display: block;
	float: left;
	background: linear-gradient(to top, #6AAFE6, #8FCCDB);
	margin: 3px 10px 0 0;
}

.widget_popular_categories h6 {
	float: left;
}

.widget_popular_categories .post-count {
	display: block;
	float: right;
	color: #999999;
	font-size: 13px;
}

/*===[ Recent Comments ]===*/
.widget_comments ul li {
	margin-bottom: 20px;
}

.widget_comments ul li:first-child {
	margin-top: 4px;
}

.widget_comments .thumb {
	width: 94px;
	padding-right: 0;
	float: left;
	margin-right: 16px;
}

.widget_comments .avatar {
	width: 70px;
	height: 70px;
	margin: 4px;
}

.widget_comments .thumb-wrap {
	position: relative;
	background: linear-gradient(to right, #6AAFE6, #8FCCDB);
	width: 78px;
	height: 78px;
}

.widget_comments .thumb-wrap:after {
	border-color: #8fccdb transparent transparent;
	border-style: solid;
	border-width: 16px 16px 0 0;
	content: " ";
	display: block;
	height: 0;
	position: absolute;
	right: -16px;
	top: 8px;
	width: 0;
}

.widget_comments .post-right {
	float: left;
	width: 190px;
	overflow: hidden;

}

.widget_comments .comment-text {
	margin-top: 6px;
	font-size: 13px;
	line-height: 1.3;
}

/*===[ Flickr/Pinterest Widget]===*/
.widget_pinterest ul li,
.widget_flickr ul li{
	width: 80px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	position: relative;
	background: #6AAFE6;
	background: linear-gradient(to right,  #6AAFE6, #8FCCDB);
}

.widget_pinterest .pinterest-image img,
.widget_flickr .flickr_thumbs img{
	width: 80px;
	height: 80px;
	display: block;
}

.widget_pinterest ul li.pinterest-follow-me img{
	display: block;
	height: 28px
}

.widget_pinterest .recent-pins-widget{
	overflow: hidden;
}

.widget_pinterest ul li:before,
.widget_flickr ul li:before {
	content: "\f482";
	font-family: Ionicons;
	font-size: 24px;
	line-height: 0;
	position: absolute;
	left: 30px;
	top: 40px;
	opacity: 0;
	color: #FFFFFF;
}

.widget_pinterest ul li a:hover,
.widget_flickr ul li a:hover {
    opacity: 0.1;
}

.widget_pinterest ul li:hover:before,
.widget_flickr ul li:hover:before {
	opacity: 1;
}

/*===[ Thumb Posts Widget]===*/
.widget-thumbposts .item-post {
	margin-bottom: 2px;
}

.widget-thumbposts .wp-post-image{
	height: 200px;
}

.widget-thumbposts h3 {
	font-size: 20px;
}

.widget-thumbposts .entry-wrap {
	bottom: 15px;
	left: 15px;
	right: 15px;
}

/*===[ Siderbar Slider]===*/
.widget-sidebar-slider .slider-main  .wp-post-image {
	margin-left: -65px;
	max-width: 410px;
}

.widget-sidebar-slider .slider-main .entry-rating {
	font-size: 21px;
}

.widget-sidebar-slider .post-info{
	padding: 15px;
}

.widget-sidebar-slider h4 a {
	color: #FFFFFF;
}

/* 10. FOOTER
 * =========== */
#footer {
	background: #1D1D1D url('images/footer-bg.jpg') repeat-y;
	color: #888888;
}

#footer a {
	color: #888888;
}

#footer h3,
#footer h4,
#footer h5,
#footer h6,
#footer h3 a,
#footer h4 a,
#footer h5 a,
#footer h6 a {
	color: #AAAAAA;
}

#footer a:hover {
	color: #CCCCCC;
}

#footer .read-more a,
#footer .entry-cat a {
	color: #FFFFFF;
}

.footer-widgets {
	overflow: hidden;
	padding-top: 30px;
}

.footer-widget {
	width: 340px;
	float: left;
	margin-right: 40px;
}

.footer-widget .section-title span ,
.footer-widget .section-title h4 {
	background: none;
	color: #FFFFFF;
}

.footer-widget .widget_comments .thumb-wrap {
	background: linear-gradient(to right, #444444, #444444);
}

.footer-widget .widget_comments .thumb-wrap:after {
	border-color: #444444 transparent transparent;
}

.footer-widget .widget_comments .post-right {
	width: 230px;
}

.footer-widget .widget_comments .comment-text {
  font-size: 14px;
}

.footer-widget .widget_recent_comments .comment-author-link {
	color: #CCCCCC
}

.footer-bottom {
	padding-bottom: 15px;
}

/* 10. MEDIA QUERIES
 * ==================== */

/* 10.1 DESKTOPS
 * ============== */
@media only screen and (min-width: 980px) and (max-width: 1200px) {

	.inner-wrap {
		width: 960px;
	}

	#content {
		width: 640px;
		margin-right: 20px;
	}
	

	.attachment-fp770_480 {
		height: 400px;
	}

	.slider-left {
		margin-right: 20px;
	}

	.slider-right {
		width: 280px;
	}

	.slider-right .entry-rating,
	.slider-right .main-post .date {
		display: none;
	}

	.slider-right .main-post .wp-post-image {
		max-width: 410px;
		margin-left: -65px;
	}

	.slider-2 .slider-main .wp-post-image {
		margin-left: -75px;
	}

	.slider-3 .slider-main {
		width: 620px;
	}

	.slider-3 .slider-main .wp-post-image {
		max-width: 700px;
		margin-left: -40px;
	}

	.slider-3 h2 {
		font-size: 38px;
	}

	.slider-right2 {
		width: 320px;
	}

	.slider-right2 h3 {
		font-size: 20px;
	}

	.slider-nav2 {
		display: none;
	}

	.attachment-fp1100_480 {
		height: 430px;
	}

	.slider-4 .post-info {
		bottom: 30px;
	}

	.section-4 .item-post .thumb,
	.slider-right .item-post .thumb {
		margin-right: 15px;
		width: 90px;
	}

	.section-4 .item-post .thumb .wp-post-image,
	.slider-right .item-post .wp-post-image {
		height: 90px;
	}

	.slider-right .item-post h3 {
		font-size: 15px;
	}

	.slider-2 .slider-main {
		width: 620px;
	}

	.one-half {
		width: 310px;
		margin-right: 20px;
	}

	.excerpt-tile .wp-post-image {
		height: 210px;
	}

	.section-1 .section-right {
		Width: 100%;
		float: left;
		margin-bottom: 30px;
	}

	.section-1 .main-post .wp-post-image {
		height: 400px;
		margin: 0;
		max-width: 100%;
	}

	.section-1 .section-left,
	.section-2 .section-left {
		width: 100%;
		margin-right: 0;
		float: none;
	}

	.section-1 .item-post {
		width: 305px;
		margin-bottom: 0;
		float: left;
	}

	.section-1 .item-post:first-child {
		margin-right: 30px;
	}

	.postlist-large .wp-post-image {
		height: 190px;
		margin-left: 0;
		max-width: 100%;
	}

	.section-2 .section-right {
		float: none;
		margin-top: 30px;
		margin-bottom: 0;
		width: 100%;
	}

	.widget_posts .attachment-fp410_260 {
		height: 200px;
	}

	.section-2 .item-post {
		width: 203px;
		margin-right: 15px;
	}

	.section-2 .item-post:first-child {
		margin-right: 15px;
	}

	.section-2 .item-post:last-child {
		margin-right: 0;
	}

	.section-2 .postlist-narrow .wp-post-image {
		height: 125px;
		max-width: 203px;
		margin-left: 0;
	}

	.section-3 .item-post {
		width: 100%;
	}

	.section-3 .item-post:first-child {
		margin-right: 0;
	}

	.section-3 .section-left .entry-right {
		width: 430px;
	}

	.section-3 .section-right {
		display: none;
	}

	.content-slider1 .content-slider {
		width: 510px;
	}

	.content-slider1 .date,
	.content-slider1 .comments {
		display: none;
	}

	.content-slider1 h2 {
		font-size: 22px;
	}

	.content-slider2 .slider-main .wp-post-image {
		margin-left: -65px;
	}

	.content-slider2 .slider-main .highlights {
		display: none;
	}

	.section-5 .item-post {
		width: 319px;
	}

	.gotop {
		right: 40px;
	}

	.archive-list .excerpt-content .thumb {
		width: 240px;
		margin-right: 20px;
	}

	.archive-list .excerpt-content .thumb + .entry-right {
		width: 380px;
	}

	.entry-social ul li.pinterest {
		margin-top: 10px;
	}

	#comments ol.commentlist .depth-1 .comment-right {
		width: 540px;
	}

	#comments ol.commentlist li ul.children li.depth-2 .comment-right {
		width: 460px;
	}

	#comments ol.commentlist li ul.children li.depth-3 .comment-right {
		width: 410px;
	}

	#comments ol.commentlist li ul.children li.depth-4 .comment-right {
		width: 360px;
	}

	#comments ol.commentlist li ul.children li.depth-5 .comment-right {
		width: 310px;
	}

}

/* 10.2. Tablet Portrait (devices and browsers)
================================================ */
@media only screen and (min-width: 880px) and (max-width: 979px) {

	.inner-wrap {
		width: 860px;
	}

	.header .inner-wrap {
		position: relative;
	}

	#content {
		width: 580px;
		margin-right: 20px;
	}

	#sidebar {
		width: 260px;
	}

	.attachment-fp770_480 {
		height: 360px;
	}

	.slider-left {
		width: 560px;
		margin-right: 20px;
	}

	.slider-1 .slider-main .wp-post-image {
		margin-left: -105px;
	}

	.slider-right {
		width: 280px;
	}

	.slider-right .entry-rating,
	.slider-right .main-post .date {
		display: none;
	}

	.slider-right .main-post .wp-post-image {
		max-width: 410px;
		margin-left: -65px;
	}

	.slider-2 .slider-main {
		width: 620px;
	}

	.slider-2 .slider-main .wp-post-image {
		margin-left: -75px;
	}

	.slider-3 .slider-main {
		width: 560px;
	}

	.slider-3 .slider-main .wp-post-image {
		max-width: 700px;
		margin-left: -70px;
	}

	.slider-3 h2 {
		font-size: 32px;
	}

	.slider-right2 {
		width: 280px;
	}

	.slider-3 .item-post .wp-post-image {
			width: 330px;
			height: 210px;
	}

	.slider-right2 h3 {
		font-size: 18px;
	}

	.slider-nav {
		width: 240px;
	}

	.slider-nav .thumb {
		display: none;
	}

	.section-4 .item-post .thumb,
	.slider-right .item-post .thumb {
		margin-right: 15px;
		width: 90px;
	}

	.section-4 .item-post .thumb .wp-post-image,
	.slider-right .item-post .wp-post-image {
		height: 90px;
	}

	.slider-right .item-post h3 {
		font-size: 15px;
	}

	.slider-nav2 {
		display: none;
	}

	.attachment-fp1100_480 {
		height: 390px;
	}

	.slider-4 .post-info {
		bottom: 30px;
	}

	.one-half {
		width: 280px;
		margin-right: 20px;
	}

	.excerpt-tile .wp-post-image {
		height: 180px;
	}

	.section-1 .section-right {
		Width: 100%;
		float: left;
		margin-bottom: 30px;
	}

	.section-1 .main-post .wp-post-image {
		height: 360px;
		margin: 0;
		max-width: 100%;
	}

	.section-1 .section-left,
	.section-2 .section-left {
		width: 100%;
		margin-right: 0;
		float: none;
	}

	.section-1 .item-post {
		width: 280px;
		margin-bottom: 0;
		float: left;
	}

	.section-1 .item-post:first-child {
		margin-right: 20px;
	}

	.postlist-large .wp-post-image {
		height: 180px;
		margin-left: 0;
		max-width: 100%;
	}

	.section-2 .main-post .thumb {
		height: auto;
	}

	.section-2 .section-right {
		float: none;
		margin-top: 30px;
		margin-bottom: 0;
		width: 100%;
	}

	.widget_posts .attachment-fp410_260 {
		height: 200px;
	}

	.section-2 .item-post {
		width: 280px;
		margin-right: 0;
	}

	.section-2 .item-post:first-child {
		margin-right: 20px;
	}

	.section-2 .item-post:last-child {
		display: none;
	}

	.section-2 .postlist-narrow .wp-post-image {
		height: 180px;
		max-width: 100%;
		margin-left: 0;
	}

	.section-3 .item-post {
		width: 100%;
	}

	.section-3 .item-post:first-child {
		margin-right: 0;
	}

	.section-3 .section-left .entry-right {
		width: 370px;
	}

	.section-3 .section-right {
		display: none;
	}

	.section-4 .item-post h5 {
		margin-bottom: 5px;
	}

	.content-slider1 .content-slider {
		width: 510px;
	}

	.content-slider1 .date,
	.content-slider1 .comments {
		display: none;
	}

	.content-slider1 h2 {
		font-size: 22px;
	}

	.content-slider2 .thumb {
		height: auto;
	}

	.content-slider2 .slider-main .wp-post-image {
		margin-left: 0;
		height: 360px;
		max-width: 100%;
	}

	.content-slider2 .entry-excerpt,
	.content-slider2 .highlights {
		display: none;
	}

	.section-5 .item-post {
		width: 289px;
	}

	.section-5 .wp-post-image {
		height: 200px;
	}

	.section-5 .entry-wrap h3 {
		font-size: 22px;
	}

	.gotop {
		right: 30px;
	}

	.archive-list .excerpt-content .thumb {
		width: 240px;
		margin-right: 20px;
	}

	.archive-list .excerpt-content .wp-post-image {
		margin-left: -55px;
	}

	.archive-list .excerpt-content .thumb + .entry-right {
		width: 320px;
	}

	.entry-social ul li.pinterest {
		margin-top: 10px;
	}

	#comments ol.commentlist .depth-1 .comment-right {
		width: 480px;
	}

	#comments ol.commentlist li ul.children li.depth-2 .comment-right {
		width: 400px;
	}

	#comments ol.commentlist li ul.children li.depth-3 .comment-right {
		width: 350px;
	}

	#comments ol.commentlist li ul.children li.depth-4 .comment-right {
		width: 300px;
	}

	#comments ol.commentlist li ul.children li.depth-5 .comment-right {
		width: 250px;
	}

	.widget-3 {
		display: none;
	}
}

/* 10.3. Tablet Portrait (devices and browsers)
=============================================== */
@media only screen and (min-width: 790px) and (max-width: 879px) {
	.inner-wrap {
		width: 770px;
	}

	.header .inner-wrap {
		position: relative;
	}

	.menu-section {
		width: 740px;
	}

	#content {
		margin-right: 0;
	}

	.slider-left {
		width: 770px;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.slider-1 .slider-main .wp-post-image {
		margin-left: 0;
	}

	.slider-right .main-post,
	.slider-right .item-post {
		margin-bottom: 0;
	}

	.slider-right .post-2  {
		margin-bottom: 25px;
	}

	.slider-right .item-post:last-child {
		display: none;
	}

	.slider-right {
		float: none;
		width: 100%;
	}

	.slider-right .main-post {
		float: left;
		margin-right: 20px;
	}

	.slider-2 .slider-main,
	.slider-3 .slider-main {
		width: 770px;
	}

	.slider-3 .slider-main .wp-post-image {
		height: 480px;
	}

	.slider-3 .slider-main {
		margin-bottom: 30px;
	}

	.slider-right2 {
		float: none;
		width: 100%;
	}

	.slider-nav2 {
		display: none;
	}

	.attachment-fp1100_480 {
		height: 390px;
	}

	.slider-4 .post-info {
		bottom: 30px;
	}

	.slider-4 .info-wrap {
		width: 700px;
	}

	.slider-3 .item-post {
			height: auto;;
			width: 370px;
			float: left;
	}

	.slider-3 .post-1 {
		margin-bottom: 0;
		margin-right: 30px;
	}

	.slider-nav {
		display: none;
	}

	#sidebar {
		width: 640px;
		margin-top: 20px;
		-moz-column-count: 2;
		-moz-column-gap: 40px;
		-webkit-column-count: 2;
		-webkit-column-gap: 40px;
		column-count: 2;
		column-gap: 40px;
	}

	#sidebar .widget {
		width: 300px;
		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;
	}

	.gotop {
		right: 20px;
	}
}

/* 10.4. Tablet Portrait (devices and browsers)
================================================== */
@media only screen and (min-width: 600px) and (max-width: 789px) {
	.inner-wrap,
	#content {
		width: 580px;
	}

	#content {
		margin-right: 0;
	}

	.header .inner-wrap {
		position: relative;
	}

	.main-menu {
		display: none;
	}

	.slicknav_menu {
		display: block;
	}

	.attachment-fp770_480 {
		height: 360px;
	}

	.slider-left {
		width: 580px;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.slider-1 .slider-main .wp-post-image {
		margin-left: -95px;
	}

	.slider-2 .slider-main,
	.slider-3 .slider-main {
		width: 580px;
	}

	.slider-2 .slider-main .wp-post-image,
	.slider-3 .slider-main .wp-post-image {
		height: 380px;
		margin-left: 0;
	}

	.slider-main h2 {
		font-size: 32px;
	}

	.slider-3 .slider-main {
		margin-bottom: 30px;
	}

	.slider-right2 {
		float: none;;
		width: 100%;
	}

	.slider-nav2 {
		display: none;
	}

	.attachment-fp1100_480 {
		height: 280px;
	}

	.slider-4 .post-info {
		bottom: 0;
	}

	.slider-4 .info-wrap {
		width: 500px;
	}

	.slider-4 .read-more {
		display: none;
	}

	.slider-3 .item-post {
			height: auto;;
			width: 280px;
			float: left;
	}

	.slider-3 .item-post .wp-post-image {
		height: 190px;
	}

	.slider-3 .post-1 {
		margin-bottom: 0;
		margin-right: 20px;
	}

	.slider-3 .item-post h3 {
		font-size: 18px;
	}

	.slider-nav {
		display: none;
	}

	.slider-nav .thumb {
		display: none;
	}

	.section-4 .item-post .thumb,
	.slider-right .item-post .thumb {
		margin-right: 15px;
		width: 90px;
	}

	.section-4 .item-post .thumb .wp-post-image,
	.slider-right .item-post .wp-post-image {
		height: 90px;
	}

	.slider-right .item-post h3 {
		font-size: 15px;
	}

	.one-half {
		width: 280px;
		margin-right: 20px;
	}

	.excerpt-tile .wp-post-image {
		height: 180px;
	}

	.section-1 .section-right {
		Width: 100%;
		float: left;
		margin-bottom: 30px;
	}

	.section-1 .main-post .wp-post-image {
		height: 360px;
		margin: 0;
		max-width: 100%;
	}

	.section-1 .section-left,
	.section-2 .section-left {
		width: 100%;
		margin-right: 0;
		float: none;
	}

	.section-1 .item-post {
		width: 280px;
		margin-bottom: 0;
		float: left;
	}

	.section-1 .item-post:first-child {
		margin-right: 20px;
	}

	.postlist-large .wp-post-image {
		height: 180px;
		margin-left: 0;
		max-width: 100%;
	}

	.section-2 .main-post .thumb {
		height: auto;
	}

	.section-2 .section-right {
		float: none;
		margin-top: 30px;
		margin-bottom: 0;
		width: 100%;
	}

	.widget_posts .attachment-fp410_260 {
		height: 200px;
	}

	.section-2 .item-post {
		width: 280px;
		margin-right: 0;
	}

	.section-2 .item-post:first-child {
		margin-right: 20px;
	}

	.section-2 .item-post:last-child {
		display: none;
	}

	.section-2 .postlist-narrow .wp-post-image {
		height: 180px;
		max-width: 100%;
		margin-left: 0;
	}

	.section-3 .item-post {
		width: 100%;
	}

	.section-3 .item-post:first-child {
		margin-right: 0;
	}

	.section-3 .section-left .entry-right {
		width: 370px;
	}

	.section-3 .section-right {
		display: none;
	}

	.section-4 .item-post h5 {
		margin-bottom: 5px;
	}

	.content-slider1 .content-slider {
		width: 510px;
	}

	.content-slider1 .date,
	.content-slider1 .comments {
		display: none;
	}

	.content-slider1 h2 {
		font-size: 22px;
	}

	.content-slider2 .thumb {
		height: auto;
	}

	.content-slider2 .slider-main .wp-post-image {
		margin-left: 0;
		height: 360px;
		max-width: 100%;
	}

	.content-slider2 .entry-excerpt,
	.content-slider2 .highlights {
		display: none;
	}

	.section-5 .item-post {
		width: 289px;
	}

	.section-5 .wp-post-image {
		height: 200px;
	}

	.section-5 .entry-wrap h3 {
		font-size: 22px;
	}

	#sidebar {
		width: 580px;
		margin-top: 20px;
		-moz-column-count: 2;
		-moz-column-gap: 20px;
		-webkit-column-count: 2;
		-webkit-column-gap: 40px;
		column-count: 2;
		column-gap: 20px;
	}

	#sidebar .widget {
		width: 280px;
		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;
	}

	.gotop {
		right: 20px;
	}

	.archive-list .excerpt-content .thumb {
		width: 240px;
		margin-right: 20px;
	}

	.archive-list .excerpt-content .wp-post-image {
		margin-left: -55px;
	}

	.archive-list .excerpt-content .thumb + .entry-right {
		width: 320px;
	}

	.entry-social ul li.pinterest {
		margin-top: 10px;
	}

	#comments ol.commentlist .depth-1 .comment-right {
		width: 480px;
	}

	#comments ol.commentlist li ul.children li.depth-2 .comment-right {
		width: 400px;
	}

	#comments ol.commentlist li ul.children li.depth-3 .comment-right {
		width: 350px;
	}

	#comments ol.commentlist li ul.children li.depth-4 .comment-right {
		width: 300px;
	}

	#comments ol.commentlist li ul.children li.depth-5 .comment-right {
		width: 250px;
	}

	.footer-widgets .widget-2 {
		margin-right: 0;
	}

	.footer-widget {
		width: 280px;
		margin-right: 20px;
	}

	.footer-widget .widget_comments .thumb-wrap:after {
		display: none;
	}

	.footer-widget .widget_comments .thumb {
		margin-right: 10px;
		width: 78px;
	}

	.footer-widget .widget_comments .post-right {
		width: 192px;
	}

}

/* 10.5. Tablet Portrait (devices and browsers)
================================================ */
@media only screen and (min-width: 480px) and (max-width: 599px) {
	.inner-wrap,
	#content {
		width: 460px;
	}

	#content {
		margin-right: 0;
	}

	#sidebar {
		margin-top: 20px;
	}

	.header .inner-wrap {
		position: relative;
	}

	.main-menu {
		display: none;
	}

	.slicknav_menu {
		display: block;
	}

	.attachment-fp770_480 {
		height: 300px;
	}

	.slider-left {
		width: 460px;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.slider-section.slider-1 .slider-main .wp-post-image {
		height: 400px;
		max-width: 100%;
		margin-left: 0;
	}

	.slider-1 h2,
	.slider-3 h2 {
		font-size: 32px;
	}

	.slider-2 .slider-main,
	.slider-3 .slider-main {
		width: 460px;
	}

	.slider-2 .slider-main .wp-post-image,
	.slider-3 .slider-main .wp-post-image {
		margin-left: 0;
		height: 300px;
		max-width: 100%;
	}

	.slider-2 .post-info {
		width: 340px;
		bottom: 10px;
		left: 10px;
		padding: 10px;
	}

	.slider-3 .slider-main {
		margin-bottom: 30px;
	}

	.slider-section .date,
	.slider-section .entry-excerpt,
	.slider-2 .slider-nav {
		display: none;
	}

	.slider-2 .flex-direction-nav {
		bottom: 10px;
		right: 10px;
	}

	.section-4 .col-last {
		margin-top: 30px;
	}

	.slider-right .item-post h3 {
		font-size: 15px;
	}

	.slider-main h2 {
		font-size: 30px;
	}

	.slider-nav2 {
		display: none;
	}

	.attachment-fp1100_480 {
		height: 280px;
	}

	.slider-4 .post-info {
		bottom: 0;
	}

	.slider-4 .info-wrap {
		width: 420px;
	}

	.slider-4 .read-more {
		display: none;
	}

	.section-1 .section-right {
		Width: 100%;
		float: left;
		margin-bottom: 30px;
	}

	.section-1 .main-post .wp-post-image {
		height: 300px;
		margin: 0;
		max-width: 100%;
	}

	.section-2 .main-post .thumb {
		height: auto;
	}

	.section-2 .section-left{
		float: none;
		margin: 0 0 30px 0;
		width: 100%;
	}

	.widget_posts .attachment-fp410_260 {
		height: 200px;
	}

	.section-2 .item-post {
		width: 280px;
		margin-right: 0;
	}

	.section-2 .item-post:first-child {
		margin-right: 20px;
	}

	.section-2 .postlist-narrow .wp-post-image {
		height: 180px;
		max-width: 100%;
		margin-left: 0;
	}

	.section-3 .item-post {
		width: 100%;
	}

	.section-3 .item-post:first-child {
		margin-right: 0;
	}

	.section-3 .section-left .entry-right {
		width: 250px;
	}

	.section-3 .more-link {
		margin: 5px 0 0;
	}

	.section-3 .section-right {
		display: none;
	}

	.section-4 .item-post h5 {
		margin-bottom: 5px;
	}

	.one-half {
		float: none;
		margin-right: 0;
	}

	.content-slider1 .content-slider {
		width: 330px;
	}

	.content-slider1 .date,
	.content-slider1 .thumb ,
	.content-slider1 .comments {
		display: none;
	}

	.content-slider1 h2,
	.content-slider2 h2 {
		font-size: 22px;
	}

	.content-slider2 .thumb {
		height: auto;
	}

	.content-slider2 .slider-main .wp-post-image {
		margin-left: 0;
		height: 300px;
		max-width: 100%;
	}

	.content-slider2 .entry-excerpt,
	.content-slider2 .highlights {
		display: none;
	}

	.gotop {
		right: 20px;
	}

	.archive-list .excerpt-content .thumb {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.entry-social ul li.linkedin,
	.entry-social ul li.pinterest {
		margin-top: 10px;
	}

	.entry-nav .prev-post,
	.entry-nav .next-post {
		width: 100%;
	}

	.entry-nav .prev-post {
		margin-bottom: 10px;
	}

	#comments .author-avatar {
		width: 70px;
		margin-right: 15px;
	}

	#comments ol.commentlist .depth-1 .comment-right {
		width: 375px;
	}

	#comments ol.commentlist li ul.children li.depth-2 {
		margin-left: 20px;
	}

	#comments ol.commentlist li ul.children li.depth-3,
	#comments ol.commentlist li ul.children li.depth-4,
	#comments ol.commentlist li ul.children li.depth-5 {
		margin-left: 0;
	}

	#comments ol.commentlist li ul.children li.depth-2 .comment-right,
	#comments ol.commentlist li ul.children li.depth-3 .comment-right,
	#comments ol.commentlist li ul.children li.depth-4 .comment-right,
	#comments ol.commentlist li ul.children li.depth-5 .comment-right {
		width: 360px;
	}

	.contact-page .map {
		height: 240px;
	}

}

/* 10.7. Mobile Portrait Size to Mobile Landscape Size
======================================================= */
@media only screen and (max-width: 479px) {

	.inner-wrap,
	#content,
	#sidebar {
		width: 280px;
	}

	.header .inner-wrap {
		position: relative;
	}

	.header .social {
		display: none;
	}

	.main-menu {
		display: none;
	}

	.slicknav_menu {
		display: block;
	}

	#content {
		margin-right: 0;
	}

	#sidebar {
		margin-top: 20px;
	}

	.attachment-fp770_480 {
		height: 180px;
	}

	.slider-left {
		width: 280px;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.slider-section.slider-1 .slider-main .wp-post-image {
		height: 300px;
		max-width: 350px;
		margin-left: -35px;
	}

	.slider-1 .highlights {
		display: none;
	}

	.slider-main h2 {
		font-size: 24px;
	}

	.slider-right {
		width: 280px;
	}

	.slider-right .main-post .wp-post-image {
		height: 220px;
		max-width: 345px;
		margin-left: -35px;
	}

	.slider-2 .slider-main,
	.slider-3 .slider-main,
	.slider-right2 {
		width: 280px;
	}

	.slider-2 .slider-main .wp-post-image,
	.slider-3 .slider-main .wp-post-image {
		margin-left: 0;
		height: 180px;
		max-width: 100%;
	}

	.slider-section .read-more {
		display: none;
	}

	.slider-2 .post-info {
		width: 210px;
		bottom: 10px;
		left: 10px;
		padding: 10px;
	}

	.slider-2 .post-info h3 {
		font-size: 16px;
		margin-bottom: 0;
	}

	.slider-1 .post-info,
	.slider-3 .post-info {
		padding: 12px;
	}

	.slider-main h2 {
		margin-bottom: 0;
	}

	.slider-3 .slider-main {
		margin-bottom: 20px;
	}

	.slider-3 .item-post,
	.slider-3 .item-post .wp-post-image {
		height: 180px;
	}

	.slider-nav2 {
		display: none;
	}

	.attachment-fp1100_480 {
		height: 140px;
	}

	.slider-4 .post-info {
		bottom: 0;
	}

	.slider-4 .info-wrap {
		width: 240px;
	}

	.flex-control-nav {
		right: 10px;
		top: 10px;
	}

	.slider-main h2 {
		font-size: 18px;
	}

  .slider-4 .entry-meta,
	.slider-4 .read-more {
		display: none;
	}

	.slider-section .date,
	.slider-3 .flex-direction-nav,
	.slider-section .entry-rating,
	.slider-section .entry-excerpt,
	.slider-2 .flex-direction-nav,
	.slider-2 .slider-nav {
		display: none;
	}

	.carousel-full li.thumb-post {
		width: 280px !important
	}

	.one-half {
		float: none;
		margin-right: 0;
		width: 280px;
	}

	.slider-2 .flex-direction-nav {
		bottom: 10px;
		right: 10px;
	}

	.section-3 .section-left .thumb {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.section-4 .col-last {
		margin-top: 30px;
	}

	.slider-right .item-post h3 {
		font-size: 15px;
	}

	.section-1 .section-right {
		Width: 100%;
		float: left;
		margin-bottom: 30px;
	}

	.widget_posts .attachment-fp410_260,
	.excerpt-tile .wp-post-image {
		height: 180px;
	}

	.section-1 .main-post .date {
		display: none;
	}

	.section-1 .main-post .wp-post-image {
		height: 180px;
		margin: 0;
		max-width: 100%;
	}

	.section-2 .main-post .thumb {
		height: auto;
	}

	.section-2 .section-left{
		float: none;
		margin: 0 0 30px 0;
		width: 100%;
	}

	.section-2 .item-post {
		width: 280px;
		margin-right: 0;
	}

	.section-2 .item-post:first-child {
		margin-right: 20px;
	}

	.section-2 .item-post h6 {
		font-size: 18px;
	}

	.section-2 .postlist-narrow .wp-post-image {
		height: 180px;
		max-width: 100%;
		margin-left: 0;
	}

	.section-3 .item-post {
		width: 100%;
	}

	.section-3 .more-link {
		margin: 5px 0 0;
	}

	.section-3 .item-post:first-child {
		margin-right: 0;
	}

	.section-3 .section-left .entry-right {
		width: 250px;
	}

	.section-3 .section-right {
		display: none;
	}

	.section-4 .item-post h5 {
		margin-bottom: 5px;
	}

	.content-slider1 .content-slider {
		width: 330px;
	}

	.content-slider1 .date,
	.content-slider1 .thumb ,
	.content-slider1 .comments {
		display: none;
	}

	.content-slider2 h2 {
		font-size: 12px;
	}

	.content-slider2 .thumb {
		height: auto;
	}

	.content-slider2 .slider-main .wp-post-image {
		margin-left: 0;
		height: 180px;
		max-width: 100%;
	}

	.content-slider1,
	.slider-2 .entry-rating,
	.slider-1 .slider-main .date,
	.slider-1 .slider-main .comments,
	.slider-1 .slider-main .read-more,
	.slider-1 .slider-main .entry-rating,
	.slider-right .main-post .entry-rating,
	.content-slider2 .entry-excerpt,
	.content-slider2 .highlights {
		display: none;
	}

	.content-slider2 .post-info {
		padding: 10px;
	}

	.section-5 .item-post {
		width: 280px;
	}

	.thumb-post .entry-wrap {
		bottom: 10px;
		left: 10px;
		right: 10px;
	}

	.gotop {
		right: 20px;
	}

	.excerpt-content .thumb {
		float: none;
		margin-right: 0;
		width: 280px;
	}

	.excerpt-content .wp-post-image {
		height: 180px;
	}

	.archive-list .excerpt-content .thumb {
		margin-bottom: 20px;
	}

	.excerpt-blog .date {
		clear: right;
		margin-right: 0;
	}

	.excerpt-blog .comments {
		clear: left;
		float: left;
		margin-top: 10px;
	}

	.excerpt-blog .entry-rating {
		margin-top: 5px;
	}

	.entry-social ul li {
		margin-right: 15px;
		margin-bottom: 10px;
	}

	.entry-nav .prev-post,
	.entry-nav .next-post {
		width: 100%;
	}

	#comments .author-avatar {
		width: 60px;
		margin-right: 15px;
	}

	#comments ul.children .author-avatar {
		width: 50px;
		margin-right: 10px;
	}

	#comments ol.commentlist .depth-1 .comment-right {
		width: 205px;
	}

	#comments ol.commentlist li ul.children li.depth-2 {
		margin-left: 20px;
	}

	#comments ol.commentlist li ul.children li.depth-3,
	#comments ol.commentlist li ul.children li.depth-4,
	#comments ol.commentlist li ul.children li.depth-5 {
		margin-left: 0;
	}

	#comments ol.commentlist li ul.children li.depth-2 .comment-right,
	#comments ol.commentlist li ul.children li.depth-3 .comment-right,
	#comments ol.commentlist li ul.children li.depth-4 .comment-right,
	#comments ol.commentlist li ul.children li.depth-5 .comment-right {
		width: 200px;
	}

	#comments .comment-time {
		font-size: 13px;
		margin-top: 5px;
	}

	#respond textarea {
		height: 145px;
	}

	#respond .comment-form-author,
	#respond .comment-form-email {
		float: none;
		width: 100%;
	}

	.contact-page .map {
		height: 180px;
	}

	.footer-widget {
		width: 280px;
		margin-right: 0;
	}

	.footer-widget .widget_comments .thumb-wrap:after {
		display: none;
	}

	.footer-widget .widget_comments .thumb {
		margin-right: 10px;
		width: 78px;
	}

	.footer-widget .widget_comments .post-right {
		width: 192px;
	}
}

.js .tmce-active .wp-editor-area {
  color: black!important;

}
/*contact form*/

.wpcf7-form h2 {font-size:16px; font-weight:normal; line-height:28px; margin-bottom:45px;}

.contact_form p{color:#555555;}
.contact_form input{width:100%; margin:5px 0px;}
.contact_form span.email input{ font:inherit; width:96.5%; height:44px; border:1px solid #666666; padding:0px 10px 0px 5px;}
.contact_form .wpcf7-submit{background:#ff4ab0; color:#ffffff; font-size:16px; font-weight:bold; text-transform:uppercase; cursor:pointer; border:0; padding:10px;}
div.wpcf7-validation-errors{color:#ff0000; text-align:center; border:5px solid #ff0000; padding:10px;}
div.wpcf7-mail-sent-ok {color:#398f14; text-align:center; border: 5px solid #398f14; padding:10px;}
.contact_form .accept2 .wpcf7-list-item input{width:auto !important;}
.contact_form .accept5 .wpcf7-list-item input{width:auto !important;}
.contact_form .contact_privacy{color:#555555; text-decoration:underline;}
