/*
theme name: ga1
version: 1.0
Author: 2sweb.ir
Author URI: http://2sweb.ir
Desctiption:
*/
@charset  "utf-8";
@font-face {
    font-family: 'tw-font';
    src: url(fonts/dinar.woff) format("eot"),
    url(fonts/dinar.woff) format("ttf"),
     url(fonts/dinar.woff) format("woff");
    font-style: normal;
}
body {
    padding: 0;
    margin: 0;
    font-family: 'tw-font','Myriad Pro',Tahoma;
    color: #444;
    direction: rtl;
    text-align: right;
	background: #eee;
}
p {
    font-family: 'tw-font','Myriad Pro',Tahoma;
    direction: rtl;
    line-height: 2;
}

input,textarea {
    font-family: 'tw-font','Myriad Pro',Tahoma;
    direction: rtl;
}

a,a:hover,a:focus,a:active {
    text-decoration: none !important;
    outline: 0;
}

:focus {
    outline: 0;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'tw-font','Myriad Pro',Tahoma;
    direction: rtl;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}
table{
	width: 100%;
	border: 1px solid #ddd;
}
table td {
	border: 1px solid #ddd;
	vertical-align: middle;
}
h1 {
	line-height: 46px;
	
}
h2 {
	line-height: 40px;
}
h3 {
	line-height: 40px;
	
}
h4 {
	line-height: 36px;
	
}
h5 {
	line-height: 30px;
	
}
h6 {
	line-height: 28px
	
}
p,span {
	line-height: 25px;
}
blockquote {
    border: 0;
    background: #f8f8f8;
    padding: 10px;
    border-right: 5px solid #ddd;
    font-size: 14px;
    margin: 10px 0;
    line-height: 26px;
}

a {
    text-decoration: none;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

a img {
    transition: all .2s ease-in-out;
}

header,section,article,aside,canvas {
    position: relative;
}
#preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('images/preloader.gif') 50% 50% no-repeat rgb(255,255,255);
    z-index: 9999999;
}

/*============================================================================
  >> 02. Wrapper
  ============================================================================
*/
.wrapper {
	position:relative;
    width: 100%;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
}

/*.wrapper.open {
    transform: translate(-150px,0px) !important;
    -webkit-transform: translate(-150px,0px) !important;
    -o-transform: translate(-150px,0px) !important;
    -ms-transform: translate(-150px,0px) !important;
}
*/
#date-header {
    text-align: left;
    display: block;
    margin: 15px 0 0 10px;
    color: #777;
    font-size: 13px;
}
#date-header span {
	 color: #F39C12;
}
/*============================================================================
  >> 03. Sidebar Navigation
  ============================================================================
*/
.sidebar-navigation {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10001;
    width: 360px;
    height: 100%;
    background-color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translate(100%,0px);
    -webkit-transform: translate(100%,0px);
    -o-transform: translate(100%,0px);
    -ms-transform: translate(100%,0px);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.sidebar-navigation .sidebar-nav-scroll {
    position: relative;
    height: 100%;
}

.sidebar-navigation .sidebar-nav-scroll .sidebar-nav-content {
    position: relative;
    min-height: 100%;
    padding: 20px;
    text-align: center;
}

.sidebar-navigation .sidebar-nav-scroll .sidebar-nav-content .sidebar-nav-header,.sidebar-navigation .sidebar-nav-scroll .sidebar-nav-content .sidebar-nav-main,.sidebar-navigation .sidebar-nav-scroll .sidebar-nav-content .sidebar-nav-footer {
    position: relative;
    display: inline-block;
    width: 100%;
}

.sidebar-navigation .sidebar-nav-scroll .sidebar-nav-content .sidebar-nav-header {
    margin: 0 0 20px;
}

.sidebar-navigation .sidebar-nav-scroll .sidebar-nav-content .sidebar-nav-header h1 {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0 20px;
}

.sidebar-navigation .sidebar-nav-scroll .sidebar-nav-content .sidebar-nav-header h1 a,.sidebar-navigation .sidebar-nav-scroll .sidebar-nav-content .sidebar-nav-header h1 a img {
    display: inline-block;
}

.sidebar-navigation .sidebar-nav-scroll .sidebar-nav-content .sidebar-nav-header .sidebar-close-btn {
    display: none;
}

.sidebar-navigation .sidebar-nav-scroll .sidebar-nav-content .sidebar-nav-main ul.secondary-menu {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 1px solid #ececec;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.sidebar-navigation .sidebar-nav-scroll .sidebar-nav-content .sidebar-nav-main ul.secondary-menu li {
    position: relative;
    display: inline-block;
    width: 100%;
}

.sidebar-navigation .sidebar-nav-scroll .sidebar-nav-content .sidebar-nav-main ul.secondary-menu li~li {
    border-top: 1px solid #ececec;
}

.sidebar-navigation .sidebar-nav-scroll .sidebar-nav-content .sidebar-nav-main ul.secondary-menu li ul {
    display: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #ececec;
}

.sidebar-navigation .sidebar-nav-scroll .sidebar-nav-content .sidebar-nav-main ul.secondary-menu li a {
    position: relative;
    display: block;
    font-size: 12px;
    padding: 10px 0;
    color: #555;
}

.sidebar-navigation .sidebar-nav-scroll .sidebar-nav-content .sidebar-nav-main ul.secondary-menu li a:hover {
    background: #fdfdfd;
}

.sidebar-navigation .sidebar-nav-scroll .sidebar-nav-content .sidebar-nav-main ul.secondary-menu li.menu-item-has-children > a:after {
    position: relative;
    font-family: 'FontAwesome';
    font-size: 11px;
    content: "\f107";
    margin: 0 0 0 7px;
display:none;
}

.sidebar-navigation .sidebar-nav-scroll .sidebar-nav-content .sidebar-nav-main ul.secondary-menu li.menu-item-has-children ul li a:before {
    position: relative;
    font-family: 'FontAwesome';
    font-size: 11px;
    content: "\f105";
    margin: 0 7px 0 0;
}

.sidebar-navigation .sidebar-nav-scroll .sidebar-nav-content .sidebar-nav-main .sidebar-nav-social-media {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 30px 0;
}

.sidebar-navigation .sidebar-nav-scroll .sidebar-nav-content .sidebar-nav-main .sidebar-nav-social-media ul {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

.sidebar-navigation .sidebar-nav-scroll .sidebar-nav-content .sidebar-nav-main .sidebar-nav-social-media ul li {
    display: inline-block;
    padding: 0 2px;
}

.sidebar-navigation .sidebar-nav-scroll .sidebar-nav-content .sidebar-nav-main .sidebar-nav-social-media ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #aeaeae;
    text-align: center;
    line-height: 40px;
    border: 1px solid #ececec;
}

.sidebar-navigation .sidebar-nav-scroll .sidebar-nav-content .sidebar-nav-main .sidebar-nav-social-media ul li a.facebook:hover {
    background-color: #45619d;
    color: #fff;
    border: 1px solid #fff;
}

.sidebar-navigation .sidebar-nav-scroll .sidebar-nav-content .sidebar-nav-main .sidebar-nav-social-media ul li a.twitter:hover {
    background-color: #55acee;
    color: #fff;
    border: 1px solid #fff;
}
.sidebar-navigation .sidebar-nav-scroll .sidebar-nav-content .sidebar-nav-main .sidebar-nav-social-media ul li a.telegram:hover {
color:#fff;
background:#1EB8EA;
}

.sidebar-navigation .sidebar-nav-scroll .sidebar-nav-content .sidebar-nav-main .sidebar-nav-social-media ul li a.instagram:hover {
    background-color: #4f7da2;
    color: #fff;
    border: 1px solid #fff;
}

.sidebar-navigation .sidebar-nav-scroll .sidebar-nav-content .sidebar-nav-main .sidebar-nav-social-media ul li a.pinterest:hover {
    background-color: #d11e16;
    color: #fff;
    border: 1px solid #fff;
}

.sidebar-navigation .sidebar-nav-scroll .sidebar-nav-content .sidebar-nav-footer p.copyright {
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    color: #606060;
    padding: 0 20px;
}

.sidebar-navigation .sidebar-nav-scroll .sidebar-nav-content .sidebar-nav-footer p.copyright a {
    color: #aeaeae;
}

.sidebar-navigation.open {
    transform: translate(0px,0px);
    -webkit-transform: translate(0px,0px);
    -o-transform: translate(0px,0px);
    -ms-transform: translate(0px,0px);
}

/*------- SIDEBAR NAV MASK -------*/
.sidebar-nav-mask {
    position: fixed;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    background-color: #000;
    z-index: 100;
    -moz-transition: all .3s cubic-bezier(0.5,0.2,0.5,1);
    -o-transition: all .3s cubic-bezier(0.5,0.2,0.5,1);
    -webkit-transition: all .3s cubic-bezier(0.5,0.2,0.5,1);
    transition: all .3s cubic-bezier(0.5,0.2,0.5,1);
}

.sidebar-navigation-menu-open .sidebar-nav-mask {
    visibility: visible;
    opacity: .3;
    pointer-events: initial;
}

/*============================================================================
  >> 04. Header
  ============================================================================
*/
header .header-top {
    position: relative;
    padding: 10px 0;
}

header .header-top .navicons-topbar ul {
    float: right;
	margin-top:45px;
}

header .header-top ul {
    float: left;
    display: inline-block;
    margin: 20px 0 0;
    padding: 0;
    vertical-align: middle;
}

header .header-top ul li {
    display: inline-block;
    float: left;
    padding: 0 7px;
}

header .header-top ul li a {
    display: inline-block;
    font-size: 18px;
}

header .header-top ul li a.search-toggle {
    position: relative;
    z-index: 9;
}

header .header-top ul li a.facebook:hover {
    color: #45619d;
}
header .header-top ul li a.telegram:hover {
	color:#1EB8EA;
}
header .header-top ul li a.twitter:hover {
    color: #55acee;
}

header .header-top ul li a.instagram:hover {
    color: #4f7da2;
}

header .header-top ul li.blog-search .dropdown {
    width: auto;
    cursor: pointer;
}

header .header-top ul li.blog-search .dropdown form,.header-main-nav.sticky .main-menu .dropdown form {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 50px;
    top: -13px;
    right: -15px;
    -webkit-transition: width .3s ease-out;
    -o-transition: width .3s ease-out;
    transition: width .3s ease-out;
	z-index:8;
}

header .header-top ul li.blog-search .dropdown.open form,.header-main-nav.sticky .main-menu .dropdown.open form {
    width: 250px;
}

header .header-top ul li.blog-search .dropdown form input,.header-main-nav.sticky .main-menu .dropdown form input {
    position: relative;
    z-index: 100;
    display: inline-block;
    height: 50px;
    background-color: #fcfcfc;
    -webkit-border-radius: 0;
    -moz-border-radius: 3px;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
	padding:0;
	text-align:center;
	max-width:250px;
	font-size:12px;
}
header .header-top ul li.blog-search .dropdown.opent form input {
	padding-right:45px;
}

header .header-top ul li.blog-search .dropdown form button,.header-main-nav.sticky .main-menu .dropdown form button {
    position: absolute;
    right: 0;
    display: none;
}

header .header-top .brand-logo {
    display: inline-block;
    text-align: center;
}

header .header-top .brand-logo h1 {
    display: inline-block;
    margin: 0;
}

header .header-top .brand-logo h1 a img {
    max-width: 100%;
	max-height:100px;
    display: block;
    margin: 0 auto;
}

.header-main-nav {
    position: relative;
    border-bottom: 1px solid;
    height: 60px;
	border-top: 1px solid #e5e5e5;
}

.header-main-nav .main-nav-wrapper {
    position: relative;
    text-align: center;
}

.header-main-nav .main-nav-wrapper .mobile-logo {
    display: none;
    float: left;
    padding: 10px 0;
}

.header-main-nav .main-nav-wrapper .mobile-logo a img {
    max-height: 40px;
}

.header-main-nav .main-nav-wrapper .main-menu {
    display: inline-block;
    text-align: center;
}

.header-main-nav .main-nav-wrapper .main-menu ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.header-main-nav .main-nav-wrapper .main-menu ul li {
    display: inline-block;
    float: right;
}

.header-main-nav .main-nav-wrapper .main-menu ul li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    padding: 20px;
}

/*------- MEGA MENU -------*/
.header-main-nav .main-nav-wrapper .main-menu ul li .mega-menu {
    position: absolute;
    width: 100%;
    top: 55px;
    left: 0;
    margin: 0;
    z-index: 1;
    background-color: #fff;
    border-top: 3px solid #4CAF50;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    text-align: left;
    opacity: 0;
    pointer-events: none;
}

.header-main-nav .main-nav-wrapper .main-menu ul li .mega-menu .mega-menu-container {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 30px 0 15px;
}

.header-main-nav .main-nav-wrapper .main-menu ul li .mega-menu .mega-menu-container .mega-menu-wrapper {
    position: relative;
    display: block;
    width: 100%;
    min-height: 165px;
}

.header-main-nav .main-nav-wrapper .main-menu ul li .mega-menu .mega-menu-container .mega-menu-wrapper .post {
    display: inline-block;
    float: left;
    width: 192px;
    margin: 0 0 0 30px;
}

.header-main-nav .main-nav-wrapper .main-menu ul li .mega-menu .mega-menu-container .mega-menu-wrapper.mega-column-4 .post {
    width: 248px;
}

.header-main-nav .main-nav-wrapper .main-menu ul li .mega-menu .mega-menu-container .mega-menu-wrapper .post-3-column {
    display: inline-block;
    float: left;
    width: 340px;
    margin: 0 0 0 30px;
}

.header-main-nav .main-nav-wrapper .main-menu ul li .mega-menu .mega-menu-container .mega-menu-wrapper .post .post-type-image a {
    padding: 0;
}

.header-main-nav .main-nav-wrapper .main-menu ul li .mega-menu .mega-menu-container .mega-menu-wrapper .post .post-title {
    display: inline-block;
    width: 100%;
    margin: 5px 0 0;
}

.header-main-nav .main-nav-wrapper .main-menu ul li .mega-menu .mega-menu-container .mega-menu-wrapper .post .post-title h3 {
    margin: 0;
}

.header-main-nav .main-nav-wrapper .main-menu ul li .mega-menu .mega-menu-container .mega-menu-wrapper .post .post-title h3 a {
    font-family: 'Merriweather',serif;
    font-size: 13px;
    text-transform: inherit;
    padding: 0;
    letter-spacing: 0;
    line-height: 20px;
    vertical-align: top;
}

.header-main-nav .main-nav-wrapper .main-menu ul li .mega-menu .sub-menu-cat {
    position: relative;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #ececec;
    padding: 15px 30px;
}

.header-main-nav .main-nav-wrapper .main-menu ul li .mega-menu .sub-menu-cat ul li {
    padding: 0 7px;
}

.header-main-nav .main-nav-wrapper .main-menu ul li .mega-menu .sub-menu-cat ul li~li {
    border: 0;
}

.header-main-nav .main-nav-wrapper .main-menu ul li .mega-menu .sub-menu-cat ul li a {
    font-weight: 500;
    padding: 0;
    min-width: inherit;
}

.header-main-nav .main-nav-wrapper .main-menu ul li:hover>.mega-menu {
    visibility: visible;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    opacity: 1;
    pointer-events: auto;
}

/*------- STICKY NAV -------*/
.wpadminbar-open .header-main-nav.sticky {
    top: 32px;
}

.header-main-nav.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    transform: translate(0,-100%);
    -webkit-transform: translate(0,-100%);
    -o-transform: translate(0,-100%);
    -ms-transform: translate(0,-100%);
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
    box-shadow: 0 0 3px rgba(0,0,0,.2);
}

.header-main-nav.sticky.open {
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate(0,0);
}

.header-main-nav.sticky .mobile-logo {
    display: inline-block !important;
}

.header-main-nav.sticky .mobile-logo a img:hover {
    transform: none;
}

.header-main-nav.sticky .main-menu {
    float: right;
}

.header-main-nav.sticky .main-menu .sidebar-navigation-menu {
    display: inline-block;
    font-size: 18px;
    margin: 16px 0 0 20px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.header-main-nav.sticky .main-menu .dropdown {
    display: inline-block;
    float: right;
    width: auto;
    cursor: pointer;
    margin: 16px 0 0;
}

.header-main-nav.sticky .main-menu .dropdown a {
    font-size: 18px;
    margin: 16px 0 0 20px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.sidebar-navigation-menu-open .header-main-nav.sticky {
    transform: translate(-150px,-100%);
    -webkit-transform: translate(-150px,-100%);
    -o-transform: translate(-150px,-100%);
    -ms-transform: translate(-150px,-100%);
}

.sidebar-navigation-menu-open .header-main-nav.sticky.open {
    transform: translate(-150px,0);
    -webkit-transform: translate(-150px,0);
    -o-transform: translate(-150px,0);
    -ms-transform: translate(-150px,0);
}

/*============================================================================
  >> 05. Featured Posts
  ============================================================================
*/
/*
=Places_cats
--------------------------------*/
.Places_cats {
	padding: 30px 0;
}
.Places_cats .box_place {
	margin-bottom: 15px;
}
.Places_cats .box_place img {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	margin: 0 auto 5px;
}
.Places_cats .place_title {
	line-height: 25px;
}
.Places_cats .place_title a {
	display: block;
	text-align: center;
	font-size: 18px;
	color: #4CAF50;
}
.Places_cats .place_title a:hover {
	color: #777;
}
.Places_cats .box_place p {
	text-align: center;
    color: #777;
    line-height: 24px;
}
section.main .featured-container {
    direction: ltr;
    overflow: hidden;
    position: relative;
}

section.main .featured-posts {
    position: relative;
    margin: 0;
    padding: 0;
    text-align: center;
}

section.main .featured-posts .featured-post .featured-post-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: right;
}

section.main .featured-posts .featured-post .featured-post-content .featured-post-meta {
    position: absolute;
    width: 100%;
    bottom: 0;
    -webkit-transition: all .5s cubic-bezier(0.175,0.885,0.32,1.275) .07s;
    -moz-transition: all .5s cubic-bezier(0.175,0.885,0.32,1.275) .07s;
    -ms-transition: all .5s cubic-bezier(0.175,0.885,0.32,1.275) .07s;
    -o-transition: all .5s cubic-bezier(0.175,0.885,0.32,1.275) .07s;
    transition: all .5s cubic-bezier(0.175,0.885,0.32,1.275) .07s;
    -webkit-box-shadow: rgba(0,0,0,1) 0 -160px 70px -110px inset;
    -moz-box-shadow: rgba(0,0,0,1) 0 -160px 70px -110px inset;
    box-shadow: rgba(0,0,0,1) 0 -160px 70px -110px inset;
    padding: 40px 30px 0;
}

section.main .featured-posts.colum-3 .featured-post .featured-post-content .featured-post-meta,section.main .featured-posts.colum-5 .featured-post .featured-post-content .featured-post-meta {
    padding: 80px 30px 0;
}

section.main .featured-posts .featured-post .featured-post-content .featured-post-meta .post-cat {
    position: relative;
    display: inline-block;
    width: 100%;
}

section.main .featured-posts .featured-post .featured-post-content .featured-post-meta .post-cat ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

section.main .featured-posts .featured-post .featured-post-content .featured-post-meta .post-cat ul li {
    display: inline-block;
}

section.main .featured-posts .featured-post .featured-post-content .featured-post-meta .post-cat ul li a {
    display: inline-block;
    font-size: 10px;
    padding: 3px 6px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
section.main .featured-posts .featured-post .featured-post-content .featured-post-meta .post-cat ul li a

section.main .featured-posts .featured-post .featured-post-content .featured-post-meta .post-title {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 8px 0 20px;
    -webkit-transition: all .5s cubic-bezier(0.175,0.885,0.32,1.275) .07s;
    -moz-transition: all .5s cubic-bezier(0.175,0.885,0.32,1.275) .07s;
    -ms-transition: all .5s cubic-bezier(0.175,0.885,0.32,1.275) .07s;
    -o-transition: all .5s cubic-bezier(0.175,0.885,0.32,1.275) .07s;
    transition: all .5s cubic-bezier(0.175,0.885,0.32,1.275) .07s;
}

section.main .featured-posts .featured-post .featured-post-content .featured-post-meta .post-title a {
    position: relative;
}

section.main .featured-posts .featured-post .featured-post-content .featured-post-meta .post-title a h2 {
    display: inline-block;
    font-size: 14px;
    margin: 0;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
section.main .featured-posts .featured-post .featured-post-content .featured-post-meta .post-title a h2:hover {
color:#4CAF50;
}
section.main .featured-posts .featured-post .featured-post-content .featured-post-meta .post-entry {
    position: relative;
    border-top: 1px solid;
    border-color: rgba(255,255,255,0.2);
    padding: 10px 0;
    -webkit-transition: all .5s cubic-bezier(0.175,0.885,0.32,1.275) .07s;
    -moz-transition: all .5s cubic-bezier(0.175,0.885,0.32,1.275) .07s;
    -ms-transition: all .5s cubic-bezier(0.175,0.885,0.32,1.275) .07s;
    -o-transition: all .5s cubic-bezier(0.175,0.885,0.32,1.275) .07s;
    transition: all .5s cubic-bezier(0.175,0.885,0.32,1.275) .07s;
    margin-bottom: -75px;
height:75px;
}

section.main .featured-posts .featured-post .featured-post-content .featured-post-meta .post-entry p {
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
}
section.main .featured-posts .featured-post:hover .featured-post-meta .post-entry  {
margin-bottom: 0;
}

section.main .featured-posts .featured-post:hover .post-title {
    padding: 8px 0 !important;
}

section.main .featured-posts .featured-post:hover .featured-post-content .featured-post-meta {
    -webkit-box-shadow: rgba(0,0,0,1) 0 -170px 100px -70px inset;
    -moz-box-shadow: rgba(0,0,0,1) 0 -170px 100px -70px inset;
    box-shadow: rgba(0,0,0,1) 0 -170px 100px -70px inset;
}

section.main .featured-posts.colum-3 .featured-post:hover .featured-post-content .featured-post-meta {
    -webkit-box-shadow: rgba(0,0,0,1) 0 -160px 90px -100px inset;
    -moz-box-shadow: rgba(0,0,0,1) 0 -160px 90px -100px inset;
    box-shadow: rgba(0,0,0,1) 0 -160px 90px -100px inset;
}

section.main .featured-posts.colum-4 .featured-post:hover .featured-post-content .featured-post-meta {
    -webkit-box-shadow: rgba(0,0,0,1) 0 -160px 95px -90px inset;
    -moz-box-shadow: rgba(0,0,0,1) 0 -160px 95px -90px inset;
    box-shadow: rgba(0,0,0,1) 0 -160px 95px -90px inset;
}

section.main .featured-posts .featured-post:hover .post-entry {
    margin: 0 !important;
}

/*============================================================================
  >> 06. Most Popular Posts
  ============================================================================
*/
section.main .most-populardir-posts {
    position: relative;
    display: block;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    padding: 30px 0;
}

section.main .most-popular-posts .post {
    position: relative;
    display: inline-block;
    padding-right: 10px;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    padding: 30px 0;
}

section.main .most-popular-posts .post .post-type-image {
    display: inline-block;
}

section.main .most-popular-posts .post .post-type-image a {
    display: block;
    border-radius: 3px;
    overflow: hidden;
}

section.main .most-popular-posts .post .post-meta {
    display: inline-block;
    width: 55%;
    vertical-align: top;
    margin: 0 0 0 10px;
}

section.main .most-popular-posts .post .post-meta .post-cat {
    position: relative;
    display: inline-block;
    width: 100%;
}

section.main .most-popular-posts .post .post-meta .post-cat ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

section.main .most-popular-posts .post .post-meta .post-cat ul li {
    position: relative;
    display: inline-block;
    padding: 0 3px 0 0;
}

section.main .most-popular-posts .post .post-meta .post-cat ul li a {
    display: inline-block;
    font-size: 13px;
}

section.main .most-popular-posts .post .post-meta .post-entry {
    position: relative;
    display: block;
    margin: 5px 0 0;
}

section.main .most-popular-posts .post .post-meta .post-entry p {
    font-size: 13px;
    line-height: 20px;
}

section.main .most-popular-posts .post .post-meta .post-entry a {
    font-size: 13px;
    line-height: 20px;
    color: #444;
}

/*============================================================================
  >> 07. Blog Posts
  ============================================================================
*/
section.main .blog-main {
    position: relative;
    display: inline-block;
    width: 100%;
}

section.main .blog-posts {
    position: relative;
    margin: 50px 0;
}

.page section.main .blog-posts {
    padding-left: inherit;
}

section.main .blog-posts .post {
    position: relative;
    display: inline-block;
		border: 1px solid #ddd;
    background: #fff;
	padding: 15px 15px 0;
	    margin: 0 0 30px;
}
section.main .archive_page .blog-posts .post {
	border: 0;
	background-color: transparent;
}
.title_archive {
	position: relative;
	padding-right: 20px;
	font-size: 28px;
	margin-top:15px;
}
.title_archive:before {
		content: "\f100";
		font-family: FontAwesome;
		position: absolute;
		right: 0;
		top: 0;
		font-size: 18px;
		color: #4CAF50;
}
section.main .archive_page .blog-posts {
	background: #fff;
	border: 1px solid #eee;
}
section.main .archive_page .blog-posts .post .archive_post {
	border: 1px solid #eee;
	background: #f9f9f9;
	padding: 10px;
}
section.main .archive_page .blog-posts .post .post-meta .post-title {
	padding: 0;
}
section.main .archive_page .blog-posts .post .post-meta .post-title h2 {
	font-size: 20px;
	line-height: 28px;
}
section.main .blog-posts .post-related {
    position: relative;
    display: inline-block;
    margin: 0 0 30px;
}
section.main .blog-posts .post.post-style-list {
    text-align: left;
}

section.main .blog-posts .post.post-style-list .post-inwrap {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ececec;
    padding-bottom: 20px;
}

section.main .blog-posts .post.post-style-grid .post-detail {
    border-bottom: 1px solid #ececec;
    padding: 0 0 30px;
}
section.main .blog-posts .post .post-type-image img {
	margin: auto;
    width:330px;
    height:150px;
}
section.main .blog-posts .post .post-meta {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0 0 30px;
	text-align: center;
}

.blog-posts .post.post-style-list .post-meta,.blog-posts .post.post-style-list .post-entry,.blog-posts .post.post-style-grid .post-meta,.blog-posts .post.post-style-grid .post-entry {
    margin: 0 !important;
}

.blog-posts .post.post-style-grid .post-meta {
    text-align: center;
}

section.main .blog-posts .post .post-meta .post-date,.blog-posts .post.post-style-list .post-date,.blog-posts .post.post-style-grid .post-date {
    display: block;
    font-size: 13px;
}

section.main .blog-posts .post .post-meta .post-title {
    position: relative;
}

section.main .blog-posts .post.post-style-list .post-meta .post-title {
    padding: 0;
}

section.main .blog-posts .post.post-style-grid .post-meta .post-title {
    padding: 0;
    margin: 0 0 10px;
}

section.main .blog-posts .post .post-meta .post-title h2 {
    display: inline-block;
    margin: 10px 0;
    line-height: 45px;
}
section.main .blog-posts .post.archive_post .post-meta .post-title h2 {
	display:block;
}
section.main .blog-posts .post.archive_post .post-meta .post-title h2 a {
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
section.main .blog-posts .post.post-style-list .post-meta .post-title h2 {
    font-size: 18px;
    line-height: 22px;
}

section.main .blog-posts .post.post-style-grid .post-meta .post-title h2 {
    font-size: 18px;
    line-height: 22px;
    margin: 5px 0;
}

section.main .blog-posts .post .post-meta .post-cat {
    position: relative;
}

section.main .blog-posts .post .post-meta .post-cat ul {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

section.main .blog-posts .post.post-style-full-width .post-meta .post-cat ul:before {
    position: absolute;
    content: '';
    width: 32px;
    height: 1px;
    left: -45px;
    top: 50%;
}

section.main .blog-posts .post.post-style-full-width .post-meta .post-cat ul:after {
    position: absolute;
    content: '';
    width: 32px;
    height: 1px;
    right: -50px;
    top: 50%;
}

section.main .blog-posts .post .post-meta .post-cat ul li {
    display: inline-block;
    padding: 0 0 0 4px;
}

section.main .blog-posts .post.post-style-list .post-meta .post-cat ul li {
    padding: 0 2px 0 0 !important;
}

section.main .blog-posts .post.post-style-list .post-meta .post-cat ul li~li:before {
    content: '' !important;
}

section.main .blog-posts .post .post-meta .post-cat ul li a {
    display: inline-block;
    font-size: 13px;
}

section.main .blog-posts .post.post-style-list .post-meta .post-cat ul li a {
    display: inline-block;
    font-size: 10px !important;
    padding: 3px 6px;
}

section.main .blog-posts .post .post-type-image,section.main .blog-posts .post .post-type-slider,section.main .blog-posts .post .post-type-video,section.main .blog-posts .post .post-type-sound,section.main .blog-posts .post .post-type-gallery,section.main .blog-posts .post .post-type-quote {
    position: relative;
    overflow: hidden;
    margin: 0 0 30px;
}

section.main .blog-posts .post.post-style-grid .post-type-image {
    margin: 0 0 30px;
    overflow: hidden;
}

section.main .blog-posts .post.post-style-grid .post-type-image .post-cat {
    position: absolute;
    bottom: 10px;
    padding: 0 0 0 10px;
}

section.main .blog-posts .post.post-style-grid .post-type-image .post-cat ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

section.main .blog-posts .post.post-style-grid .post-type-image .post-cat ul li {
    display: inline-block;
}

section.main .blog-posts .post.post-style-grid .post-type-image .post-cat ul li a {
    display: inline-block;
    font-size: 10px !important;
    padding: 3px 6px;
}

section.main .blog-posts .post .post-type-image iframe,section.main .blog-posts .post .post-type-video iframe {
    width: 100%;
    min-height: 480px;
    border: none;
}

section.main .blog-posts .post .post-type-sound iframe {
    width: 100%;
    border: none;
}

section.main .blog-posts .post .post-type-gallery a {
    position: absolute;
    display: inline-block;
    overflow: hidden;
}

section.main .blog-posts .post .post-type-gallery a img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    transition: all .2s ease-in-out;
}

section.main .blog-posts .post .post-type-gallery a img:hover {
    transform: scale(1.1);
}

section.main .blog-posts .post .post-type-quote {
    position: relative;
    overflow: hidden;
    min-height: 150px;
}

section.main .blog-posts .post .post-type-quote img {
    position: absolute;
    opacity: .06;
    top: 0;
}

section.main .blog-posts .post .post-type-quote .post-quote-link {
    position: relative;
    display: block;
    padding: 80px 30px;
    text-align: center;
}

section.main .blog-posts .post .post-type-quote .post-quote-link i {
    display: inline-block;
    font-size: 32px;
    color: #fff;
}

section.main .blog-posts .post .post-type-quote .post-quote-link a {
    display: inline-block;
    width: 100%;
    font-size: 24px;
    color: #fff;
    margin: 20px 0;
}

section.main .blog-posts .post .post-type-quote .post-quote-link h5 {
    position: relative;
    display: inline-block;
    margin: 0;
    color: #fff;
}

section.main .blog-posts .post .post-type-quote .post-quote-link h5:before {
    position: absolute;
    content: '';
    width: 7px;
    height: 1px;
    top: 50%;
    left: -13px;
    background-color: #fff;
}

section.main .blog-posts .post .post-type-quote .post-quote-link h5:after {
    position: absolute;
    content: '';
    width: 7px;
    height: 1px;
    top: 50%;
    right: -13px;
    background-color: #fff;
}

section.main .blog-posts .post .post-entry {
    position: relative;
    margin: 0 0 10px;
}

section.main .blog-posts .post .post-entry p {
    font-size: 13px;
    text-align: justify;
    line-height: 25px;
}

section.main .blog-posts .post .post-entry p a {
    display: inherit;
    font-style: italic;
    font-weight: 700;
}

section.main .blog-posts .post .post-entry ul,section.main .blog-posts .post .post-entry ol {
    font-size: 13px;
    text-align: justify;
    line-height: 28px;
}

section.main .blog-posts .post .post-entry ul li,section.main .blog-posts .post .post-entry ol li {
    color: #606060;
}

section.main .blog-posts .post .read-more-button {
    position: relative;
    margin: 0 0 30px;
}

section.main .blog-posts .post .read-more-button a {
    position: relative;
    display: inline-block;
    font-size: 12px;
    padding: 15px 30px;
}

section.main .blog-posts .post .read-more-button a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
}

section.main .blog-posts .post .hvr-bounce-to-top {
    display: table;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border-bottom: 1px solid #4CAF50;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
	margin: 10px auto 20px;
}

section.main .blog-posts .post .hvr-bounce-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #4CAF50;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

section.main .blog-posts .post .hvr-bounce-to-top:hover,section.main .blog-posts .post .hvr-bounce-to-top:focus,section.main .blog-posts .post .hvr-bounce-to-top:active {
    color: #fff;
}

section.main .blog-posts .post .hvr-bounce-to-top:hover:before,section.main .blog-posts .post .hvr-bounce-to-top:focus:before,section.main .blog-posts .post .hvr-bounce-to-top:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52,1.64,0.37,0.66);
    transition-timing-function: cubic-bezier(0.52,1.64,0.37,0.66);
}

section.main .blog-posts .post .post-bottom {
    position: relative;
	text-align: center;
}
section.main .inner_page .blog-posts .post .post-bottom {
	padding-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #eee;

}
section.main .blog-posts .post .post-bottom .post-comments,section.main .blog-posts .post .post-bottom .post-comments a {
    display: inline-block;
    font-size: 13px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

section.main .blog-posts .post .post-bottom .post-share {
    position: relative;
    display: inline-block;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    padding: 0 15px 10px;
    margin: 0 10px;
}
section.main .inner_page .blog-posts .post .post-bottom .post-share {
	border: 0;
}

section.main .blog-posts .post .post-bottom .post-share ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

section.main .blog-posts .post .post-bottom .post-share ul li {
    display: inline-block;
}

section.main .blog-posts .post .post-bottom .post-share ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #aeaeae;
    border: 1px solid #ececec;
}

section.main .blog-posts .post .post-bottom .post-share ul li a.facebook:hover {
    background-color: #45619d;
    border-color: #45619d;
    color: #fff;
}

section.main .blog-posts .post .post-bottom .post-share ul li a.twitter:hover {
    background-color: #55acee;
    border-color: #55acee;
    color: #fff;
}

section.main .blog-posts .post .post-bottom .post-share ul li a.pinterest:hover {
    background-color: #d11e16;
    border-color: #d11e16;
    color: #fff;
}

section.main .blog-posts .post .post-bottom .post-share ul li a.google:hover {
    background-color: #dd4b39;
    border-color: #dd4b39;
    color: #fff;
}

section.main .blog-posts .post .post-bottom .post-share ul li a.mail:hover {
    background-color: #4CAF50;
    border-color: #4CAF50;
    color: #fff;
}

section.main .blog-posts .post .post-bottom .post-author {
    position: relative;
    display: inline-block;
    font-size: 13px;
}

section.main .blog-posts .post .post-bottom .post-author a {
    margin: 0 0 0 3px;
}

/*============================================================================
  >> 08. Page Post
  ============================================================================
*/
.single section.main .blog-posts .page-post {
    margin: 0;
}

section.main .blog-posts .page-post .post-meta {
    text-align: left;
    margin: 0 0 10px;
}

section.main .blog-posts .page-post .post-meta .post-cat {
    display: inline-block;
}

section.main .blog-posts .page-post .post-meta .post-cat ul:before,section.main .blog-posts .page-post .post-meta .post-cat ul:after {
    content: '';
    width: 0;
    height: 0;
    background-color: transparent;
}

section.main .blog-posts .page-post .post-meta .post-cat ul li {
    display: inline-block;
    padding: 0;
}

section.main .blog-posts .page-post .post-meta .post-cat ul li~li:before {
    content: '';
    color: inherit;
}

section.main .blog-posts .page-post .post-meta .post-cat ul li a {
    display: inline-block;
    font-size: 10px;
    padding: 3px 6px;
}

section.main .blog-posts .page-post .post-meta .post-detail {
    display: inline-block;
    font-family: 'Ubuntu',sans-serif;
    font-style: italic;
    font-size: 12px;
    margin: 0 0 0 5px;
}

section.main .blog-posts .page-post .post-meta .post-detail .post-date {
    display: inline-block;
    font-size: 12px;
}

section.main .blog-posts .page-post .post-meta .post-title {
    padding: 0;
    margin: 15px 0;
}

section.main .blog-posts .page-post .post-meta .post-title h1 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

section.main .blog-posts .page-post .post-entry {
    margin: 0;
}

section.main .blog-posts .page-post .post-entry p {
    margin: 0 0 20px;
}

section.main .blog-posts .page-post .post-entry blockquote {
    position: relative;
    background-color: #f5f5f5;
    padding: 35px 30px;
    margin: 10px 0 30px;
}

section.main .blog-posts .page-post .post-entry blockquote:after {
    content: " ";
    left: 0;
    top: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255,255,255,0);
    border-width: 6px;
    margin-top: -6px;
    z-index: 0;
}

section.main .blog-posts .page-post .post-entry blockquote p {
    font-family: 'Ubuntu',sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin: 0;
}

section.main .blog-posts .page-post .post-tags {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: left;
}

section.main .blog-posts .page-post .post-tags ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

section.main .blog-posts .page-post .post-tags ul li {
    display: inline-block;
}

section.main .blog-posts .page-post .post-tags ul li a {
    display: inline-block;
    font-size: 10px;
    padding: 2px 7px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

section.main .blog-posts .page-post .post-share {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 30px 0;
    border: 1px solid #ececec;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: left;
}

section.main .blog-posts .page-post .post-share > span {
    display: inline-block;
    float: left;
    font-family: 'Ubuntu',sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #aeaeae;
    padding: 20px;
}

section.main .blog-posts .page-post .post-share .share-buttons {
    display: inline-block;
    margin: 19px 0 0 10px;
}

section.main .blog-posts .page-post .post-share .share-buttons .facebook-buttons,section.main .blog-posts .page-post .post-share .share-buttons .twitter-button,section.main .blog-posts .page-post .post-share .share-buttons .pinit-button {
    display: inline-flex;
    width: inherit;
    padding-right: 7px;
}

section.main .blog-posts .page-post .post-share .share-buttons .facebook-buttons .fb_iframe_widget {
    display: inline-block;
    margin-right: 5px;
}

section.main .blog-posts .page-post .post-share .post-view {
    display: inline-block;
    font-family: 'Ubuntu',sans-serif;
    float: right;
    font-size: 12px;
    color: #aeaeae;
    border-left: 1px solid #ececec;
    padding: 20px 35px;
}

section.main .blog-posts .post-directions {
    position: relative;
    display: inline-block;
    width: 100%;
    border: 1px solid #ececec;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 0 30px;
}

section.main .blog-posts .post-directions a {
    display: block;
    padding: 25px 15px;
}

section.main .blog-posts .post-directions span {
    display: inline-block;
    font-family: 'Ubuntu',sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #aeaeae;
}

section.main .blog-posts .post-directions .prev-post {
    border-right: 1px solid #ececec;
}

section.main .blog-posts .post-directions .next-post {
    display: inline-block;
    text-align: right;
}

section.main .blog-posts .post-directions .post-title {
    display: inline-block;
    width: 100%;
    margin: 10px 0 0;
}

section.main .blog-posts .post-directions .post-title h2 {
    display: inline-block;
    font-size: 13px;
    line-height: 22px;
    margin: 0;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.single section.main .blog-posts .post-author {
    position: relative;
    display: inline-block;
    width: 100%;
    border: 1px solid #ececec;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 25px;
    margin: 0 0 30px;
}

.single section.main .blog-posts .post-author .author-image {
    display: inline-block;
    max-width: 135px;
}

.single section.main .blog-posts .post-author .author-info {
    display: inline-block;
    width: 75%;
    margin: 0 0 0 25px;
    vertical-align: top;
}

.single section.main .blog-posts .post-author .author-info .author-name {
    display: inline-block;
    width: 100%;
}

.single section.main .blog-posts .post-author .author-info .author-name h3 {
    display: inline-block;
    font-size: 12px;
    margin: 0;
}

.single section.main .blog-posts .post-author .author-info .author-name h3 a {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.single section.main .blog-posts .post-author .author-info .author-text {
    display: inline-block;
    width: 100%;
    margin: 15px 0 0;
}

.single section.main .blog-posts .post-author .author-info .author-text p {
    display: block;
    font-size: 12px;
    font-weight: 300;
    line-height: 22px;
    text-align: justify;
}

.single section.main .blog-posts .post-author .author-info .author-social {
    display: inline-block;
    width: 100%;
    margin: 10px 0 0;
}

.single section.main .blog-posts .post-author .author-info .author-social ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.single section.main .blog-posts .post-author .author-info .author-social ul li {
    display: inline-block;
}

.single section.main .blog-posts .post-author .author-info .author-social ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #ececec;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #aeaeae;
    text-align: center;
    line-height: 40px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.single section.main .blog-posts .post-author .author-info .author-social ul li a.facebook:hover {
    background-color: #45619d;
    border-color: #45619d;
    color: #fff;
}

.single section.main .blog-posts .post-author .author-info .author-social ul li a.twitter:hover {
    background-color: #55acee;
    border-color: #55acee;
    color: #fff;
}

.single section.main .blog-posts .post-author .author-info .author-social ul li a.instagram:hover {
    background-color: #4f7da2;
    border-color: #4f7da2;
    color: #fff;
}

.single section.main .blog-posts .post-author .author-info .author-social ul li a.pinterest:hover {
    background-color: #d11e16;
    border-color: #d11e16;
    color: #fff;
}

.single section.main .blog-posts .post-author .author-info .author-social ul li a.flickr:hover {
    background-color: #ff0084;
    border-color: #ff0084;
    color: #fff;
}

section.main .blog-posts .related-posts,section.main .blog-posts .comment-respond {
    display: inline-block;
    width: 100%;
    border: 1px solid #ececec;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 25px;
    margin: 0 0 30px;
}

section.main .blog-posts .related-posts .post .post-type-image {
    display: inline-block;
    overflow: hidden;
    margin: 0 0 15px;
}

section.main .blog-posts .related-posts .post .post-title {
    display: inline-block;
    width: 100%;
}

section.main .blog-posts .related-posts .post .post-title h2 {
    display: inline-block;
    font-size: 13px;
    line-height: 22px;
    margin: 0;
}

section.main .blog-posts .related-posts .post .post-title h2 a {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

section.main .blog-posts .comments-post {
    display: inline-block;
    width: 100%;
    border: 1px solid #ececec;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 15px;
    margin: 0 0 30px;
}

section.main .blog-posts .comments-post ul.comment-list {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
}

section.main .blog-posts .comments-post ul.comment-list li ul.children {
    display: block;
    width: initial;
    background-color: transparent;
    border-right: 0;
    border-bottom: 0;
    margin: 30px 0 -30px 115px;
    padding: 25px 0 30px;
    border-top: 1px solid #ececec;
    border-left: 1px solid #ececec;
}

section.main .blog-posts .comments-post ul.comment-list li:first-child {
    padding-top: 0;
}

section.main .blog-posts .comments-post ul.comment-list li {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 30px 0;
}

section.main .blog-posts .comments-post ul.comment-list li ul li {
    padding: 0 25px;
}

section.main .blog-posts .comments-post ul.comment-list li~li {
    border-top: 1px solid #ececec;
}

section.main .blog-posts .comments-post ul.comment-list li .comment-user-image {
    position: absolute;
    display: inline-block;
    width: 67px;
    height: 67px;
    overflow: hidden;
    left: 25px;
}

section.main .blog-posts .comments-post ul.comment-list li .comment-info {
    display: block;
    margin: 0 0 0 90px;
}

section.main .blog-posts .comments-post ul.comment-list li .comment-info .comment-meta {
    display: inline-block;
    text-align: left;
    width: 100%;
    padding: 0 25px;
}

section.main .blog-posts .comments-post ul.comment-list li ul.children .comment-info .comment-meta {
    display: inline-block;
    text-align: left;
    width: 100%;
    padding: 0;
}

section.main .blog-posts .comments-post ul.comment-list li .comment-info .comment-meta h4.author {
    display: inline-block;
    width: 100%;
    font-family: 'Ubuntu',sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

section.main .blog-posts .comments-post ul.comment-list li .comment-info .comment-meta h4.author a {
    display: inline-block;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

section.main .blog-posts .comments-post ul.comment-list li .comment-info .comment-meta h4.author span {
    display: inline-block;
    font-style: italic;
    font-weight: 400;
    color: #aeaeae;
    margin: 0 0 0 10px;
}

section.main .blog-posts .comments-post ul.comment-list li .comment-info .comment-meta p {
    display: inline-block;
    width: 100%;
    font-size: 13px;
    line-height: 22px;
    color: #606060;
    margin: 10px 0;
}

section.main .blog-posts .comments-post ul.comment-list li .comment-info .comment-meta .reply-button {
    display: inline-block;
    margin-top: 10px;
}

section.main .blog-posts .comments-post ul.comment-list li .comment-info .comment-meta .reply-button a {
    font-size: 10px;
    padding: 10px 15px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

section.main .blog-posts .comment-respond .comment-respond-description {
    display: inline-block;
    width: 100%;
    font-size: 13px;
    color: #aeaeae;
}

section.main .blog-posts .comment-respond form {
    display: inline-block;
    font-family: 'Ubuntu',sans-serif;
    width: 100%;
    margin: 30px 0;
}

section.main .blog-posts .comment-respond form div {
    display: inline-block;
    margin: 0 0 10px;
}

section.main .blog-posts .comment-respond form div input {
    height: 50px;
    border-color: #ececec;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 6px 18px;
}

section.main .blog-posts .comment-respond form div textarea {
    height: 240px;
    border-color: #ececec;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 16px 18px;
}

section.main .blog-posts .comment-respond form p.form-submit {
    display: inline-block;
    width: 100%;
    padding: 0 15px;
}

section.main .blog-posts .comment-respond form p.form-submit button {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 15px 0;
}

section.main .blog-posts .single-item-title {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0 0 30px;
}

section.main .blog-posts .single-item-title h4 {
    display: inline-block;
    margin: -1px 0 0;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 15px 30px;
}

/*============================================================================
  >> 09. Page
  ============================================================================
*/
body.page .blog-posts .page-post .post-meta {
    text-align: center;
    margin: 0 0 20px;
}

body.page .blog-posts .page-post .post-meta .post-title {
    position: relative;
    display: inline-block;
    width: 100%;
}

body.page .blog-posts .page-post .post-meta .post-title h1 {
    font-size: 32px;
}

body.page .blog-posts .page-post .post-meta .post-subtitle {
    position: relative;
    display: inline-block;
}

body.page .blog-posts .page-post .post-meta .post-subtitle p {
    position: relative;
    display: inline-block;
    font-size: 13px;
}

body.page .blog-posts .page-post .post-meta .post-subtitle p:after {
    position: absolute;
    content: '';
    width: 32px;
    height: 1px;
    left: -52px;
    top: 50%;
}

body.page .blog-posts .page-post .post-meta .post-subtitle p:before {
    position: absolute;
    content: '';
    width: 32px;
    height: 1px;
    right: -52px;
    top: 50%;
}

body.page .blog-posts .page-post .post-entry p strong {
    font-style: italic;
}

body.page .blog-posts .page-post .post-entry .post-img-left {
    display: inline-block;
    overflow: hidden;
    float: left;
    padding: 0 25px 25px 0;
}

body.page .blog-posts .page-post .post-entry .post-img-right {
    display: inline-block;
    overflow: hidden;
    float: right;
    padding: 25px 0 0 25px;
}

body.page .blog-posts .page-post .post-entry .post-img-left a,body.page .blog-posts .page-post .post-entry .post-img-right a {
    display: block;
    overflow: hidden;
}

body.page .blog-posts .page-post .post-entry .post-img-left span,body.page .blog-posts .page-post .post-entry .post-img-right span {
    display: inline-block;
    font-family: 'Ubuntu',sans-serif;
    font-style: italic;
    font-size: 13px;
    color: #aeaeae;
    margin: 3px 0 0;
}

body.page .blog-posts .page-post .post-entry > strong {
    font-size: 18px;
    font-weight: 700;
}

body.page .blog-posts .page-post .google-map {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 30px 0 50px;
}

body.page .blog-posts .page-post .google-map #map {
    width: 100%;
    min-height: 480px;
}

body.page .blog-posts .page-post .contact-form {
    position: relative;
    display: inline-block;
    width: 100%;
    border: 1px solid #ececec;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 20px;
}

body.page .blog-posts .page-post .contact-form form {
    position: relative;
    display: block;
    padding: 15px 0 10px;
    font-family: 'Ubuntu',sans-serif;
}

body.page .blog-posts .page-post .contact-form form p {
    margin: 0 0 15px;
}

body.page .blog-posts .page-post .contact-form form input {
    height: 50px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-color: #ececec;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 6px 18px;
}

body.page .blog-posts .page-post .contact-form form input.btn {
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 700;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    border: 0;
}

body.page .blog-posts .page-post .contact-form form textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-color: #ececec;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 16px 18px;
}

/*============================================================================
  >> 11. Archives
  ============================================================================
*/
section.main .archive-type .archives .text-block {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin: 30px 0;
}

section.main .archive-type .archives .text-block p {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
}

section.main .archive-type .archives .panel-group {
    position: relative;
    display: inline-block;
    width: 100%;
}

section.main .archive-type .archives .panel-group .panel+.panel {
    margin-top: 10px;
}

section.main .archive-type .archives .panel-group .panel.panel-default {
    border-color: #ececec;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

section.main .archive-type .archives .panel-group .panel .panel-heading {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0;
    border: 0;
    background-color: #ececec;
}

section.main .archive-type .archives .panel-group .panel .panel-heading h4 {
    margin: 0;
}

section.main .archive-type .archives .panel-group .panel .panel-heading h4 a {
    position: relative;
    display: block;
    font-size: 12px;
    color: #aeaeae;
    padding: 18px 25px;
}

section.main .archive-type .archives .panel-group .panel .panel-heading h4 a:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f068";
    right: 20px;
    top: 20px;
}

section.main .archive-type .archives .panel-group .panel .panel-heading h4 a.collapsed:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f067";
    right: 20px;
    top: 20px;
}

section.main .archive-type .archives .panel-group .panel .panel-body {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0;
}

section.main .archive-type .archives .panel-group .panel .panel-body ul {
    display: block;
    padding: 0;
    margin: 0;
}

section.main .archive-type .archives .panel-group .panel .panel-body ul li {
    display: inline-block;
    width: 100%;
    padding: 15px 30px;
}

section.main .archive-type .archives .panel-group .panel .panel-body ul li~li {
    border-top: 1px solid #ececec;
}

section.main .archive-type .archives .panel-group .panel .panel-body ul li a {
    position: relative;
    display: inline-block;
    font-size: 13px;
    padding: 0 0 0 25px;
}

section.main .archive-type .archives .panel-group .panel .panel-body ul li a:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f0f6";
    left: 0;
}

section.main .archive-type .archives .panel-group .panel .panel-body .latest-post-stlye-1 {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 30px 15px;
    border-bottom: 1px solid #ececec;
}

section.main .archive-type .archives .panel-group .panel .panel-body .latest-post-stlye-1 .post-type-image {
    overflow: hidden;
}

section.main .archive-type .archives .panel-group .panel .panel-body .latest-post-stlye-1 .post-title {
    position: relative;
    display: block;
    margin: 15px 0 0;
}

section.main .archive-type .archives .panel-group .panel .panel-body .latest-post-stlye-1 .post-title h2 {
    margin: 0;
    display: inline-block;
    font-size: 13px;
    line-height: 22px;
}

/*============================================================================
  >> 12. Pagination
  ============================================================================
*/
section.main .blog-posts .pagination {
    position: relative;
    display: block;
    margin: 0;
	text-align: center;
}

section.main .blog-posts .pagination a {
    display: inline-block;
    font-size: 12px;
    padding: 10px 30px;
}


/*============================================================================
  >> 13. Sidebar
  ============================================================================
*/
section.main .sidebar {
    position: relative;
    margin: 50px 0;
}

section.main .sidebar .sidebar-wrapper {
    position: relative;
    display: block;
}
.widg-content img,.textwidget img {
margin:0 auto 10px;
}
section.main .sidebar .sidebar-wrapper .widget {
    position: relative;
    display: block;
    border: 1px solid #ddd;
    margin: 0 0 30px;
	background: #fff;
	padding-bottom:14px;
}
section.main .sidebar .sidebar-wrapper .widget.fv_sidebar {padding-bottom:0}

section.main .sidebar .sidebar-wrapper .widget:last-child {
    margin: 0;
}

section.main .sidebar .sidebar-wrapper .widget .widget-title {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: -1px 0 15px;
}
section.main .sidebar .sidebar-wrapper .widget .widget-title.ps_title {
margin-bottom:10px;
}

section.main .sidebar .sidebar-wrapper .widget .widget-title h4 {
    display: inline-block;
    font-size: 13px;
    margin: 0;
    padding: 5px 40px;
	margin-top:-10px;
	position:relative;
}
section.main .sidebar .sidebar-wrapper .widget .widget-title h4:before,
section.main .sidebar .sidebar-wrapper .widget .widget-title h4:after {
	content:"";
	position:absolute;
	top:-10px;
}
section.main .sidebar .sidebar-wrapper .widget .widget-title h4:before {
    left: 100%;
    border: 10px solid #2c5502;
    border-top: 10px solid transparent;
    border-right: 8px solid transparent;
    border-left: 0px solid transparent;
}
section.main .sidebar .sidebar-wrapper .widget .widget-title h4:after {
	right: 100%;
    border: 10px solid #2c5502;
    border-top: 10px solid transparent;
    border-right: 0 solid transparent;
    border-left: 8px solid transparent;
}

.widget .favorite-posts {
    position: relative;
    display: block;
}

.widget .favorite-posts ul {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

.widget .favorite-posts ul li {
    display: block;
    min-height: 100px;
}

.widget .favorite-posts ul li~li {
    border-top: 1px solid #ececec;
}

.widget .favorite-posts ul li.first-favorite-post {
    padding: 0 30px 30px;
}

.widget .favorite-posts ul li.first-favorite-post .post-meta {
    position: relative;
    display: block;
}

.widget .favorite-posts ul li.first-favorite-post .post-meta img {
    position: relative;
    width: 100%;
}

.widget .favorite-posts ul li.first-favorite-post .post-meta .post-detail {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-box-shadow: rgba(0,0,0,0.7) 0 -200px 100px -115px inset;
    -moz-box-shadow: rgba(0,0,0,0.7) 0 -200px 100px -115px inset;
    box-shadow: rgba(0,0,0,0.7) 0 -200px 100px -115px inset;
}

.widget .favorite-posts ul li.first-favorite-post .post-meta .post-detail .post-wrapper {
    position: absolute;
    width: 100%;
    padding: 30px;
    bottom: 0;
}

.widget .favorite-posts ul li.first-favorite-post .post-meta .post-detail .post-wrapper .post-cat {
    position: relative;
    display: inline-block;
    width: 100%;
}

.widget .favorite-posts ul li.first-favorite-post .post-meta .post-detail .post-wrapper .post-cat ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.widget .favorite-posts ul li.first-favorite-post .post-meta .post-detail .post-wrapper .post-cat ul li {
    display: inline-block;
    min-height: inherit;
    font-size: 10px;
    padding: 3px 6px;
}

.widget .favorite-posts ul li.first-favorite-post .post-meta .post-detail .post-wrapper .post-title {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 10px 0 0;
}

.widget .favorite-posts ul li.first-favorite-post .post-meta .post-detail .post-wrapper .post-title h2 {
    font-size: 14px;
    margin: 0;
    letter-spacing: .5px;
}

.widget .favorite-posts ul li.list-favorite-post {
    position: relative;
    background-color: #000;
    overflow: hidden;
}

.widget .favorite-posts ul li.list-favorite-post:last-child {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.widget .favorite-posts ul li.list-favorite-post img {
    width: 100%;
    opacity: .5;
}

.widget .favorite-posts ul li.list-favorite-post .post-meta {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    padding: 0 30px;
    background-color: rgba(255,255,255,1);
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.widget .favorite-posts ul li.list-favorite-post .post-meta span {
    position: absolute;
    font-size: 60px;
    font-weight: 700;
    color: rgba(0,0,0,0.1);
    top: 35px;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.widget .favorite-posts ul li.list-favorite-post .post-meta .post-title {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
}

.widget .favorite-posts ul li.list-favorite-post .post-meta .post-title h2 {
    display: table-cell;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    vertical-align: middle;
    padding: 0 0 0 55px;
    color: #606060;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.widget .favorite-posts ul li.list-favorite-post:hover .post-meta {
    background-color: rgba(255,255,255,0);
}

.widget .favorite-posts ul li.list-favorite-post:hover .post-meta span {
    color: rgba(255,255,255,0.3);
	opacity: 0;
}

.widget .favorite-posts ul li.list-favorite-post:hover .post-meta .post-title h2 {
    color: #fff;
}


.textwidget {
	text-align: center;
    line-height: 28px;
    padding: 0 10px 10px;
    color: #666;
}
.tagcloud {
	padding: 0 10px 10px;
}
.tagcloud a {
	display: inline-block;
	margin: 3px;
	padding: 3px 5px;
	border-radius: 1px;
	color: #fff;
	line-height: 24px;
	background: #4CAF50;
	border: 1px solid #4CAF50;
}
.tagcloud a:hover {
	background: #fff;
	color: #777;
}

/*------- POPULAR CATEGORIES WIDGET -------*/

.widget .widg-content ul {
    width: 100%;
    margin: 0;
    padding: 0;
}

.widget .widg-content ul li {
    position: relative;
    display: inline-block;
    width: 100%;
}

.widget ul li~li {
    border-top: 1px solid #ececec;
}

.widget .widg-content ul li a {
    display: inline-block;
    font-size: 13px;
    padding: 5px 30px 5px 5px;
    color: #606060;
	line-height:28px;
}
.widget .widg-content ul li .post-date {
	display: block;
    color: #999;
    font-size: 11px;
    padding-right: 30px;
    position: relative;
}
.widget .widg-content ul li .post-date:before {
	 position: absolute;
    font-family: 'FontAwesome';
    content: "\f133";
    right: 15px;
	font-size:12px;
	color:#999;
}

.widget .widg-content ul li a:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f104";
    right: 15px;
}
.widget .widg-content ul li a:hover{
    color: #606060;
    background: #fdfdfd;
}
/*** calendar_wrap ***/
#wp-calendar {
	width:100%;
	line-height:24px;
}
#wp-calendar caption {
	text-align: center;
	font-size:18;
	font-weight:normal;
	margin-bottom:5px;
	color:#666;
}
#wp-calendar thead th {
	background:#4CAF50;
	width: 24px;
	color: #fff;
	text-align: center;
    padding-bottom: 5px;
    border-left: 1px solid #ddd;
}
#wp-calendar tbody td {
	color: #9f9f9f;
	border: 1px solid #ededed;
	text-align: center;
}
#wp-calendar tbody td a {
	color: red;
}
#wp-calendar tfoot td a {
    	color: red;
}
.widget .gallery img {
height:75px;
}

/*** serchform ***/
.inner_page #searchform {
    display: table;
    padding: 8px;
    width: 232px;
    margin: 10px auto;
    max-width: 100%;
}
.inner_page #searchform label {
    display: none;
}
.inner_page #searchform input[type="text"] {
    float: right;
    border: 0;
    border: 1px solid #ddd;
    border-radius: 1px;
    padding: 3px 4px;
	width: 176px;
    height: 30px;
    color: #555;
    font-size: 12px;
	border-left: 0;
	max-width: 100%;
}
.inner_page #searchform input[type="text"]:focus {
    border-color: #4CAF50;
}
.inner_page #searchform input[type="submit"] {
    border: 0;
    border-radius: 1px;
    padding: 4px 10px;;
    background: #4CAF50 url(images/search_icon2.png) no-repeat center;
    color: #fff;
    font-size: 12px;
    width: 40px;
    height: 30px;
    line-height: 20px;
	text-indent: -9999px;
}
/*------- POPULAR CATEGORIES WIDGET -------*/
.widget .most-popular-widget {
    position: relative;
    display: inline-block;
    width: 100%;
}

.widget .most-popular-widget .post {
    position: relative;
    display: inline-block;
    width: 100%;
}

.widget .most-popular-widget .post~.post {
    border-top: 1px solid #ececec;
}

.widget .most-popular-widget .post a {
    display: block;
    padding: 15px 30px;
}

.widget .most-popular-widget .post a:hover {
    background: #fdfdfd;
}

.widget .most-popular-widget .post .post-date {
    display: inline-block;
    font-size: 12px;
}

.widget .most-popular-widget .post .post-title {
    display: inline-block;
    width: 100%;
    margin: 7px 0;
}

.widget .most-popular-widget .post .post-title h2 {
    display: inline-block;
    font-size: 14px;
    margin: 0;
    line-height: 22px;
}

.widget .most-popular-widget .post .post-entry {
    display: inline-block;
}

.widget .most-popular-widget .post .post-entry p {
    font-size: 12px;
    line-height: 20px;
}

.widget.newsletter-widget {
    width: 100%;
    padding: 30px;
    text-align: center;
}

.widget.newsletter-widget:before {
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 72px;
    content: "\f1d8";
    color: #ececec;
    left: 40%;
    z-index: -1;
}

.widget.newsletter-widget .widget-title {
    margin: 0;
}

.widget.newsletter-widget .widget-title h4 {
    font-size: 16px !important;
    background-color: transparent !important;
    color: #000 !important;
}

.widget.newsletter-widget .widget-description {
    display: inline-block;
    font-size: 13px;
    line-height: 24px;
    color: #909090;
    margin: 0;
}



.widget .about-widget {
    position: relative;
}

.widget .about-widget .autohor-bio p {
    font-size: 12px;
    line-height: 24px;
    text-align: justify;
    color: #555;
}

.widget .about-widget .author-social-media {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 15px 0 0;
}

.widget .about-widget .author-social-media ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.widget .about-widget .author-social-media ul li {
    display: inline-block;
}

.widget .about-widget .author-social-media ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #aeaeae;
    border: 1px solid #ececec;
    text-align: center;
    line-height: 40px;
}

.widget .about-widget .author-social-media ul li a.facebook:hover {
    background-color: #45619d;
    border-color: #45619d;
    color: #fff;
}

.widget .about-widget .author-social-media ul li a.twitter:hover {
    background-color: #55acee;
    border-color: #55acee;
    color: #fff;
}

.widget .about-widget .author-social-media ul li a.instagram:hover {
    background-color: #4f7da2;
    border-color: #4f7da2;
    color: #fff;
}

.widget .about-widget .author-social-media ul li a.pinterest:hover {
    background-color: #d11e16;
    border-color: #d11e16;
    color: #fff;
}

/*------- RECENT COMMENTS WIDGET -------*/
.widget .recent-comments {
    position: relative;
    display: inline-block;
    width: 100%;
}

.widget .recent-comments ul {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.widget .recent-comments ul li {
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    color: #909090;
    line-height: 22px;
    padding: 15px 0 15px 15px;
}

.widget .recent-comments ul li:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f105";
    color: #aeaeae;
    left: 0;
    top: 15px;
}

.widget .recent-comments ul li:first-child {
    padding: 0 0 15px 15px;
}

.widget .recent-comments ul li:first-child:before {
    top: 0;
}

.widget .recent-comments ul li~li {
    border-top: 1px solid #ececec;
}

.widget .recent-comments ul li span {
    display: inline-block;
    color: #909090;
    margin: 0 5px 0 0;
}

.widget .recent-comments ul li span a {
    margin: 0;
    color: #909090;
}

.widget .recent-comments ul li a {
    display: inline;
    margin: 0 0 0 5px;
    color: #606060;
}

/*
=section_fluid
-------------------------------------*/
#section_fluid {
	width: 100%;
	background: #222;
	max-width: 1920px;
	margin: 0 auto;
		position: relative;

}
#section_fluid .left_box,#section_fluid .right_box {
	padding: 0;
}
#section_fluid .left_box img {
	width: 100%;
}
#section_fluid .right_box .wrap_secbox {
	padding: 50px 30px 30px;
}
#section_fluid .right_box .wrap_secbox h3,#section_fluid .right_box .wrap_secbox p {
	color: #fff;
}
#section_fluid .right_box .wrap_secbox h3 {
	font-size: 28px;
	margin-bottom: 20px;
}
#section_fluid .right_box .wrap_secbox p {
	 font-size: 18px;
    line-height: 35px;
    color: #ddd;
}
#section_fluid a.btn_more {
	display: block;
	float: left;
	margin: 20px;
	padding: 10px 50px;
	color: #4CAF50;
	background: #fff;
	border: 2px solid #fff;
}
#section_fluid a.btn_more:hover {
	background-color: transparent;
	color: #fff;
}
/*============================================================================
  >> 14. Footer
  ============================================================================
*/
#footer {
	background: #fcfcfc;
	padding-top: 50px;
}
#footer .contact_box .wpcf7-form input[type="text"],
#footer .contact_box .wpcf7-form input[type="email"],
#footer .contact_box .wpcf7-form input[type="tel"],
#footer .contact_box .wpcf7-form textarea
 {
	width: 100%;
	 border: 1px solid #ddd;
	 background: #fff;
	 padding: 4px 10px;
	 line-height: 25px;
	 border-radius: 2px;
	 color: #777;
	 -webkit-transition: all .3s;
	 -webkit-transition: all .3s;
	 -moz-transition: all .3s;
	 -o-transition: all .3s;
	 transition: all .3s;
}
#footer .contact_box .wpcf7-form textarea {
	height: 200px;
}
#footer .contact_box .wpcf7-form input[type="text"]:focus,
#footer .contact_box .wpcf7-form input[type="email"]:focus,
#footer .contact_box .wpcf7-form input[type="tel"]:focus,
#footer .contact_box .wpcf7-form textarea:focus {
	border-color: #4CAF50;
	padding-right: 15px;
}
#footer .contact_box .wpcf7-form input[type="submit"],#commentform input[type="submit"] {
	border: 0;
    line-height: 25px;
    background: #4CAF50;
    padding: 5px 40px;
    border-radius: 2px;
    color: #fff;
	-webkit-transition: all .3s;
	 -moz-transition: all .3s;
	 -o-transition: all .3s;
	 transition: all .3s;
}
#footer .contact_box .wpcf7-form input[type="submit"]:hover,#commentform input[type="submit"]:hover{
	opacity: .7;
}
#footer .title_ft {
	border-top: 1px solid #eee;
    padding-top: 15px;
    color: #4CAF50;
    font-size: 20px;
}
#footer .contact_box .wpcf7 {
	float: right;
	width: 100%;
	margin-top: 8px;
}
#footer .contact_box .title_ft {
	padding-top: 0;
	border-top: 0;
}
.ft_logo img {
	margin:0 auto 10px;
	max-height: 180px;
}
footer .footer-top {
    position: relative;
    width: 100%;
	margin-bottom: 30px;
}

footer .footer-top .footer-sidebar {
    position: relative;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #ececec;
    padding: 50px 0;
}

footer .footer-top .footer-sidebar .widget .widget-title {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0 0 20px;
}

footer .footer-top .footer-sidebar .widget .widget-title h4 {
    display: inline-block;
    font-size: 13px;
    margin: 0;
}

/*------- FOOTER-INSTAGRAM -------*/
footer .footer-instagram {
    position: relative;
    text-align: center;
}

footer .footer-instagram .wiget-title {
    position: absolute;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

footer .footer-instagram .wiget-title h4 {
    position: relative;
    display: inline-block;
    z-index: 1;
    vertical-align: middle;
    font-size: 14px;
    background-color: #fff;
    margin: 0;
    padding: 10px 30px;
}

footer .footer-instagram:before {
    position: absolute;
    content: '';
    width: 100%;
    background-color: #202020;
    left: 0;
    bottom: 0;
    z-index: -1;
}

footer .footer-instagram ul {
    display: inline-block;
    float: none;
    margin: 0 0 -6px;
    padding: 0;
}

footer .footer-instagram ul li {
    display: inline-block;
    overflow: hidden;
    float: right;
    width: 154px;
    overflow: hidden;
}

footer .footer-instagram img {
    opacity: .8;
	width: 154px;
	height: 154px;
}

footer .footer-instagram img:hover {
    opacity: 1;
    transform: scale(1.2);
}

footer .footer-bottom {
    position: relative;
    display: inline-block;
    width: 100%;
    background-color: #202020;
    text-align: center;
}

footer .footer-bottom .back-to-top-page {
    position: absolute;
    left: 0;
    right: 0;
    top: -32px;
}

footer .footer-bottom .back-to-top-page a {
    display: inline-block;
    cursor: pointer;
    width: 32px;
    height: 32px;
    color: #aeaeae;
    line-height: 34px;
    background-color: #202020;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

footer .footer-bottom .copyright a {
    display: inline-block;
    font-size: 13px;
    color: #aaa;
    margin: 0;
    padding: 10px 0;
}

footer .footer-bottom .copyright {
    color: #aaa;
}
#map_footer iframe {
	width: 100%;
	height: 250px;
}
/*============================================================================
  >> 16. Setcolor
  ============================================================================
*/
.sidebar-navigation-menu,header .header-top ul li a,.header-main-nav.sticky .main-menu .dropdown a {
    color: #aeaeae;
}

.sidebar-navigation-menu:hover,.sidebar-navigation-menu:active,.header-main-nav.sticky .main-menu .dropdown a:hover,header .header-top ul li a:hover {
    color: #4CAF50;
}

header .header-top .brand-logo h1 p,.sidebar-navigation .sidebar-nav-scroll .sidebar-nav-content .sidebar-nav-header h1 p {
    color: #aeaeae;
}

.header-main-nav {
    border-color: #ececec;
    background-color: #fff;
}

.header-main-nav .main-nav-wrapper {
    border-color: #ececec;
}

.header-main-nav .main-nav-wrapper .main-menu ul li > a {
    color: #777;
}

.header-main-nav .main-nav-wrapper .main-menu ul li a:hover,.header-main-nav .main-nav-wrapper .main-menu ul li:hover > a {
    color: #4CAF50;
}

.featured-post-meta .post-cat ul li a,.sidebar .sidebar-wrapper .widget .favorite-posts ul li.first-favorite-post .post-meta .post-detail .post-wrapper .post-cat ul li,.blog-posts .post.post-style-list .post-meta .post-cat ul li a,section.main .blog-posts .post.post-style-grid .post-type-image .post-cat ul li a,.page-post .post-meta .post-cat ul li a,section.main .gallery-type .gallery-photos ul li .gallery-hover .gallery-meta .gallery-cat ul li {
    background-color: #4CAF50;
    color: #fff !important;
}

.featured-post-meta .post-title a h2 {
    color: #fff;
}

.featured-post-meta .post-entry p {
    color: #ececec;
}

.most-popular-posts .post .post-meta .post-cat ul li,.most-popular-posts .post .post-meta .post-cat ul li a {
    color: #4CAF50;
}

.blog-posts .post .post-meta .post-date,.blog-posts .post.post-style-list .post-date {
    color: #aeaeae;
}

.blog-posts .post .post-meta .post-title h2 a,.blog-posts .post.post-style-list .post-title h2 a {
    color: #555;
}

.blog-posts .post .post-meta .post-title h2 a:hover,.blog-posts .post.post-style-list .post-title h2 a:hover {
    color: #4CAF50;
}

.blog-posts .post .post-meta .post-cat ul:before,.blog-posts .post .post-meta .post-cat ul:after {
    background-color: #4CAF50;
}

.blog-posts .post .post-meta .post-cat ul li a,.blog-posts .post .post-meta .post-cat ul li~li:before {
    color: #4CAF50;
}

.blog-posts .post .post-entry p,.blog-posts .post.post-style-list .post-entry p {
    color: #606060;
}

.blog-posts .post .post-entry p a,.blog-posts .post.post-style-list .post-entry p a {
    color: #4CAF50;
}

.blog-posts .post .read-more-button a {
    color: #4CAF50;
}

.blog-posts .post .read-more-button a:hover {
    color: #fff;
}

.post .post-bottom .post-comments a {
    color: #aeaeae;
}

.blog-posts .post .post-bottom .post-author {
    color: #606060;
}

.blog-posts .post .post-bottom .post-author a {
    color: #aeaeae;
}

.post .post-bottom .post-comments a:hover,.blog-posts .post .post-bottom .post-author a:hover {
    color: #000;
}

.blog-posts .post .post-type-quote {
    background-color: #4CAF50;
}

section.main .blog-posts .pagination a {
    background-color: #ECF0F1;
    color: #999;
}

section.main .blog-posts .pagination a:hover {
    background-color: #4CAF50;
    color: #fff;
}

.sidebar .sidebar-wrapper .widget .widget-title h4 {
    background-color: #4CAF50;
    color: #fff;
}

.sidebar .sidebar-wrapper .widget .favorite-posts ul li.first-favorite-post .post-meta .post-detail .post-wrapper .post-title h2 {
    color: #fff;
}

.sidebar .sidebar-wrapper .widget ul li a {
    color: #606060;
}

.sidebar .sidebar-wrapper .widget .widg-content ul li a:hover {
    color: #4CAF50;
    background: #fdfdfd;
}

.sidebar .sidebar-wrapper .widget .most-popular-widget .post .post-date {
    color: #aeaeae;
}

.sidebar .sidebar-wrapper .widget .most-popular-widget .post .post-title h2 {
    color: #606060;
}

.sidebar .sidebar-wrapper .widget .most-popular-widget .post:hover .post-title h2 {
    color: #4CAF50;
}

.sidebar .sidebar-wrapper .widget .most-popular-widget .post .post-entry p {
    color: #909090;
}



section.main .archive-type .archives .panel-group .panel .panel-body ul li a,section.main .archive-type .archives .panel-group .panel .panel-body .latest-post-stlye-1 .post-title h2 a {
    color: #606060;
}

section.main .archive-type .archives .panel-group .panel .panel-body ul li a:hover,section.main .archive-type .archives .panel-group .panel .panel-body .latest-post-stlye-1 .post-title h2 a:hover {
    color: #4CAF50;
}

body.page .blog-posts .page-post .contact-form form input.btn {
    background-color: #4CAF50;
    color: #fff;
}

body.page .blog-posts .page-post .contact-form form input.btn:hover {
    background-color: #000;
}

body.page .blog-posts .page-post .contact-form form input:focus,body.page .blog-posts .page-post .contact-form form textarea:focus {
    border-color: #4CAF50;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,255,255,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,255,255,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,255,255,.6);
}

footer .footer-instagram .wiget-title h4 {
    color: #4CAF50;
}

/*
=responsive media query
--------------------------------------*/
@media screen and (min-width:992px) {
	#section_fluid {
		height:430px;
		overflow:hidden;
	}
	#section_fluid .left_box, #section_fluid .right_box,#section_fluid .left_box img {
		height:100%;
	}

	
}
@media screen and (max-width:768px) {
	.blog-posts .post .post-meta .post-title h2 a, .blog-posts .post.post-style-list .post-title h2 a {
		font-size: 22px;
	}
		#section_fluid a.btn_more {
		float:none;
		margin:15px auto;
		display:table;
	}
}
@media screen and (max-width:480px) {
	footer .footer-instagram ul {
		display:flex;
		flex-wrap:wrap;
	}
	footer .footer-instagram ul li img {
		width:100%;
	}
.navicons-topbar,.social-media-topbar {
width:100%;
}
header .header-top .navicons-topbar ul,.social-media-topbar ul,header .header-top ul {
float: none;
display: table;
margin: 10px auto 0;
}
#date-header {text-align:center;}
	.sidebar-navigation {
		width: 250px;
	}
	.featured-container .featured-posts-controls {
		bottom: 43px;
		z-index: 999;
	}
	.featured-container .featured-posts-controls .sl-prev {
		margin-right: 10px !important;
	}
	section.main .featured-posts .featured-post .post-entry {
    margin: 0 !important;
}
}

.wpcf7-form-control-wrap {
display:block;
margin-bottom:10px;
}
/*
= comment styles
----------------------------------*/
#commentbox {

}
#commentform label {
    display: block;
    font-weight: normal;
    color: #777;
}
#commentform p {
margin-bottom:5px;
}
#commentform input:not(#submit) {
width:300px;
}
#commentform textarea {
height:150px;
width:500px;
}
#commentform input:not(#submit),#commentform textarea {
border:1px solid #ddd;
border-radius:2px;
line-height:25px;
padding:2px 10px;
max-width:100%;
-webkit-transition:all .2s;
-moz-transition:all .2s;
-o-transition:all .2s;
transition:all .2s;
}
#commentform input:not(#submit):focus,#commentform textarea:focus {
border-color:#aaa;
}
/*
=related posts
-------------------------------------*/
.related_posts {
    background: #fff;
    padding: 10px;
    border: 1px solid #eee;
    margin-top: 15px;
}
.rp_title {
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    color: #4CAF50;
    margin-bottom: 15px
}
.related_posts .rp_item {
margin-bottom:15px;
}
.related_posts .rp_item .rp_wrap {
    background: #fdfdfd;
    border: 1px solid #f5f5f5;
    height: 150px;
    overflow: hidden;
}
.related_posts .rp_item figure img {
width:155px;
height:100px;
margin:auto;
}
.related_posts .rp_item figcaption h4 {
    line-height: 18px;
    text-align: center;
    font-size: 13px;
    color: #555;
    margin-top: 8px;
    padding: 0 3px;
-webkit-transition:all .3s;
-moz-transition:all .3s;
-o-transition:all .3s;
transition:all .3s;
}
.related_posts .rp_item figcaption h4:hover {
color:#4CAF50;
}
@media screen and (max-width:480px) {
.related_posts .rp_item {
width:100%;
}
.related_posts .rp_item .rp_wrap {
height:auto;
padding-bottom:10px;
}
}
.textwidget .wpcf7 {
margin-top:10px;
}
.textwidget {
color:#777;
}
.textwidget .wpcf7 input:not(.wpcf7-submit) {
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #ececec;
    text-align: center;
    height: 40px;
    font-size: 12px;
    color: #aeaeae;
}
.textwidget .wpcf7 input[type="submit"] {
    height: 40px;
    border-radius: 0;
    border: 0;
    width: 100px;
    color: #fff;
    font-size: 12px;
    border-radius: 2px;
    background-color: #4CAF50;
    border: 2px solid #4CAF50;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.sidebar .sidebar-wrapper .widget.newsletter-widget #newsletterForm button {

}
.textwidget .wpcf7 input[type="submit"]:hover {
    color: #4CAF50;
    background-color: transparent;
}

/*
 = colors
-----------------------------------------*/
.hvr-overline-from-center:before,.featured-post-meta .post-cat ul li a,
.sidebar .sidebar-wrapper .widget .widget-title h4,#footer .contact_box .wpcf7-form input[type="submit"], #commentform input[type="submit"],.blog-posts .post .post-meta .post-cat ul:before, .blog-posts .post .post-meta .post-cat ul:after,
.textwidget .wpcf7 input[type="submit"],section.main .blog-posts .post .hvr-bounce-to-top:before,
section.main .blog-posts .pagination a:hover,.nav-toggle,.tagcloud a,#wp-calendar thead th{
	background:#397101;
}


.sidebar-navigation-menu:hover, .sidebar-navigation-menu:active,
.header-main-nav.sticky .main-menu .dropdown a:hover, header .header-top ul li a:hover,
.Places_cats .place_title a,.blog-posts .post .post-meta .post-cat ul li a, .blog-posts .post .post-meta .post-cat ul li~li:before,.textwidget .wpcf7 input[type="submit"]:hover,
#section_fluid a.btn_more,#footer .title_ft,#footer .title_ft,footer .footer-instagram .wiget-title h4,
.blog-posts .post .read-more-button a,
section.main .featured-posts .featured-post .featured-post-content .featured-post-meta .post-title a h2:hover,
.rp_title,.related_posts .rp_item figcaption h4:hover,.title_archive:before,.blog-posts .post .post-meta .post-title h2 a:hover,
.sidebar .sidebar-wrapper .widget .widg-content ul li a:hover,
.sidebar-navigation .sidebar-nav-scroll .sidebar-nav-content .sidebar-nav-main ul.secondary-menu li a:hover{
	color:#397101;
}

.textwidget .wpcf7 input[type="submit"],section.main .blog-posts .post .hvr-bounce-to-top,
#footer .contact_box .wpcf7-form input[type="text"]:focus, #footer .contact_box .wpcf7-form input[type="email"]:focus, #footer .contact_box .wpcf7-form input[type="tel"]:focus, #footer .contact_box .wpcf7-form textarea:focus,.tagcloud a{
	border-color:#397101;
}

