/*
Theme Name: Twenty Seventeen
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 2.4
Requires at least: 4.7
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
section.post_wrapper .post_outer .sinle_post ul li {
    color: #363636;
    font-size: 14px;
    font-family: 'OpenSans';
} 
ol li {
    margin-bottom: 15px;
}
ul li {
    margin-bottom: 15px;
}
section.post_wrapper .post_outer .sinle_post h2 {
    color: #121212;
    font-size: 26px;
}
section.post_wrapper .post_outer .sinle_post h3 {
    color: #121212;
    font-size: 25px;
}
section.post_wrapper .post_outer .sinle_post h4 {
    color: #121212;
    font-size: 20px;
}
section.post_wrapper .post_outer .sinle_post h5 {
    color: #121212;
    font-size: 18px;
}
section.post_wrapper .post_outer .sinle_post h6 { 
    color: #121212;
    font-size: 16px;
}  
@font-face {
font-family: 'FontAwesome';
src: url('fonts/FontAwesome.woff') format('woff');
font-weight: normal;
font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Aileron-Regular';
    src: url('fonts/Aileron-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'OpenSans-Bold';
    src: url('fonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Aileron-Bold';
    src: url('fonts/Aileron-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Aileron-Black';
    src: url('fonts/Aileron-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'OpenSans-Semibold';
    src: url('fonts/OpenSans-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Aileron-SemiBoldItalic';
    src: url('fonts/Aileron-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'ILoveGlitter';
    src: url('fonts/ILoveGlitter.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Aileron-BoldItalic';
    src: url('fonts/Aileron-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}




.fa-clock-o:before{
    content: "\f017";
}
.fa-comment-o:before{
    content: "\f0e5";
}
.fa-facebook-f:before{
    content: "\f09a";
}
.fa-instagram:before{
    content: "\f16d";
}
.fa-twitter:before{
    content: "\f099";
}
.fa-linkedin:before{
    content: "\f0e1";
}
.fa-pinterest:before{
    content: "\f0d2";
}
.fa-pinterest-p:before{
    content: "\f231";
}
.fa-angle-left:before{
    content: "\f104";
}
.fa-angle-right:before{
    content: "\f105";
}
.fa-tag:before{
	content: "\f02b";
}
.fa-eye:before {
    content: "\f06e";
}
.fa-align-center:before{
	content: "\f037";
}
.fa-comment:before{
    content: "\f075";
}
.fa-google-plus:before{
    content: "\f0d5";
}
.fa-angle-double-right:before{
    content: "\f101";
}
.fa-youtube-play:before{
    content: "\f16a";
}
.fa-angle-double-up:before{
    content: "\f102";
}
.container_main {
    max-width: 1245px;
    width: 100%;
    margin: auto;
}
/*home page start*/
/*header*/
header .top_header .main_menu ul#menu-top_menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

header .top_header .main_menu ul#menu-top_menu li {
    display: inline-block;
   padding: 17px 11px;
   margin:0;
}

header .top_header .main_menu ul#menu-top_menu li.current-menu-item {
    background: #cfa56f;
}
header .top_header .main_menu ul#menu-top_menu li.current-menu-item a:hover{
    color: #000;
}
header .top_header .main_menu {
    display: flex;
    align-items: center;
}
header .top_header .main_menu a {
    font-family: 'OpenSans';
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.5s;
}
header .top_header .main_menu a:hover{
    color: #cfa56f;
}
header .top_header {
    background: #111111;
}

header .top_header .main_menu .align_icon i{
    display: inline-block;
    border: 1px solid #383838;
    transition: all .3s ease 0s;
    color: #d9d9d9;
    font-size: 14px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    -webkit-transition: .5s;
    transition: all 0.5s;
    border-radius: 50%;
}


header .top_header .main_menu .nav_menu {
    display: flex;
    border-left: 1px dashed #515151;
    padding: 0 0 0 13px;
    margin: 0 0 0 22px;
}
header .top_header .main_menu .nav_menu div#home {
    padding: 17px 11px;
}


header .top_header .menu_social_icons ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border-left: 1px dashed #515151;
}
header .top_header .menu_social_icons ul li {
    display: inline;
}

header .top_header .menu_social_icons ul li a {
    display: inline-block;
    border: 1px solid transparent;
    transition: all .3s ease 0s;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 52px;
    -webkit-transition: .5s;
    transition: all 0.5s;
    border-right: 1px dashed #515151;
    padding: 0px 20px;
}
header .top_header .menu_social_icons ul li a:hover{
    color:#cfa56f;
}
header .logo_header p#header_date {
    margin: 0;
    font-family: 'Aileron-Regular';
    font-size: 14px;
    color: #454545;
    text-transform: uppercase;
    padding: 14px 0 0 0;
}

header .header_search {
    max-width: 108px;
    float: right;
}

header .header_search input {
    display: block;
    width: 100%;
    padding: 16px 5px 15px 39px;
    font-size: 14px;
    font-family: 'Questrial-Regular';
    color: #7a7a7a;
    background-color: #ffffff;
    border: none;
    text-transform: uppercase;
}
header .header_search input:focus{
    outline: none;
}

header .header_search button.search-submit {
    width: 37px;
    height: 50px;
    position: absolute;
    top: 0;
    border: none;
    background: none;
    padding: 11px 10px;
}
header .header_search button.search-submit:focus{
    outline: none;
}
header .header_search button.search-submit svg.icon.icon-search {
    width: 100%;
    height: 100%;
    color: #7d7d7d;
    fill: #7d7d7d;
}
header .header_search label {
    display: none;
}
header .header_search button.search-submit span.screen-reader-text {
    display: none;
}

header .logo_header .logo {
    text-align: center;
}
header .logo_header {
    padding: 35px 0 35px 0;
    box-shadow: 0 4px 4px -2px #e9e9e9;
}

/*header active css*/
header .top_header.active{
    position: fixed;
    z-index: 1000;
    width: 100%; 
    background: #c69c53;
    -webkit-transition: all ease-out .5s;
  -moz-transition: all ease-out .5s;
  -o-transition: all ease-out .5s;
  transition: all ease-out .5s;
  box-shadow: 0 8px 5px -6px #c69c53cf;
}
header .top_header.active .menu_social_icons ul li a{
    border-right: 1px dashed #ffffff;
}
header .top_header.active .main_menu .nav_menu{
    border-left: 1px dashed #ffffff;
}
header .top_header.active .menu_social_icons ul{
    border-left: 1px dashed #ffffff;
}
header .top_header.active .main_menu a:hover{
    color: #000;
}
header .top_header.active .menu_social_icons ul li a:hover{
    color: #000;
}
header .top_header.active .main_menu ul#menu-top_menu li.current-menu-item{
    background: #1a1a1a;
}
/*header end*/
section.top_latest_posts {
    padding: 28px 0 0 0;
}
section.top_latest_posts .single_latest_post .catgory a {
    color: #cfa56f;
    font-family: 'OpenSans-Bold';
    text-transform: uppercase;
    transition: 0.5s;
    text-decoration: none;
}

section.top_latest_posts .single_latest_post .text_sec h2 a, section.top_latest_posts .single_latest_post .text_sec h2{
   color: #121212;
    font-family: 'Aileron-Bold';
    font-size: 32px;
    text-decoration: none;
    transition: 0.5s;
    margin: 10px 0 25px 0;
    line-height: 1.3;
}
section.top_latest_posts .single_latest_post .text_sec h2 a:hover{
    color: #cfa56f;
}
section.top_latest_posts .single_latest_post .text_sec p#date_comment {
    margin: 0 0 25px 0;
    color: #363636;
    font-size: 12px;
    font-family: 'OpenSans';
    text-transform: uppercase;
}
section.top_latest_posts .single_latest_post .text_sec p#date_comment span {
    padding: 0 0 0 20px;
}

section.top_latest_posts .single_latest_post .text_sec p#date_comment span i{
    padding: 0 0 0 6px;
    font-size: 15px;
    color: #191919;
}

section.top_latest_posts .single_latest_post .text_sec p {
    margin: 0;
    color: #363636;
    font-family: 'OpenSans';
    font-size: 14px;
    line-height: 1.7;
}
section.top_latest_posts .single_latest_post .text_sec {
    padding: 15px 16px 0 16px;
}

section.top_latest_posts .single_latest_post .text_sec a#read_more_link {
    color: #c69c53;
    font-family: 'OpenSans';
    font-size: 14px;
    text-decoration: none;
    transition: 0.5s;
    border: 1px solid #c69c53;
    padding: 12px 28px;
    margin: 40px 0 0 0;
    display: inline-block;
}
section.top_latest_posts .single_latest_post .text_sec a#read_more_link:hover{
    background: #c69c53;
    color: #ffffff;
}
section.top_latest_posts .single_latest_post .img_sec {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
section.top_latest_posts .single_latest_post .img_sec img {
    transition: all 0.5s;
    display: block;
    transform: scale(1);
    width: 100%;
    height: auto;
}
section.top_latest_posts .single_latest_post .img_sec:hover img {
    transform: scale(1.1);
}
section.top_latest_posts .single_latest_post .img_sec:after {
    position: absolute;
    width: 575px;
    height: 388px;
    content: "";
    background-color: #000;
    opacity: 0;
    z-index: 1;
    transform: scale(.5);
    -webkit-transition: .5s;
    transition: .5s;
    left: 0;
    right: 0;
    margin: auto auto;
    top: 0;
    bottom: 0;
}
section.top_latest_posts .single_latest_post .img_sec .eye_overlay i {
    position: absolute;
    text-align: center;
    top: 45%;
    left: 0;
    right: 0;
    z-index: 2;
    color: #fff;
    visibility: hidden;
    font-size: 22px;
}
section.top_latest_posts .single_latest_post .img_sec:hover .eye_overlay i {
    visibility: visible;
    opacity: 1;
}
section.top_latest_posts .single_latest_post .img_sec:hover:after {
    opacity: .3;
    transform: scale(1);
}
section.top_latest_posts .single_latest_post {
    border-bottom: 1px dashed #e1e1e1;
    padding: 0 0 22px 0;
    margin: 0 0 32px 0;
}
section.top_latest_posts .small_latest_posts .post {
    display: flex;
    border-right: 1px solid #e1e1e1;
}

section.top_latest_posts .small_latest_posts .post .catgory a {
    color: #cfa56f;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'OpenSans-Bold';
    text-decoration: none;
    transition: 0.5s;
}

section.top_latest_posts .small_latest_posts .post .text_sec h2, section.top_latest_posts .small_latest_posts .post .text_sec h2 a {
    color: #121212;
    font-family: 'Aileron-Regular';
    font-size: 16px;
    text-decoration: none;
    transition: 0.5s;
    margin: 5px 0 0 0;
    line-height: 1.4;
}
section.top_latest_posts .small_latest_posts .post .text_sec h2 a:hover{
    color: #cfa56f;
}
section.top_latest_posts .small_latest_posts .post .text_sec {
    max-width: 275px;
    padding: 6px 5px 0 18px;
}

section.top_latest_posts .small_latest_posts .post .img_sec {
    max-width: 120px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
section.top_latest_posts .small_latest_posts .post .img_sec img {
    transition: all 0.5s;
    display: block;
    transform: scale(1);
    width: 100%;
    height: auto;
}
section.top_latest_posts .small_latest_posts .post .img_sec:hover img {
    transform: scale(1.1);
}
section.top_latest_posts .small_latest_posts .post .img_sec:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000;
    opacity: 0;
    z-index: 1;
    transform: scale(.5);
    -webkit-transition: .5s;
    transition: .5s;
}
section.top_latest_posts .small_latest_posts .post .img_sec .eye_overlay i {
    position: absolute;
    text-align: center;
    top: 40%;
    left: 0;
    right: 0;
    z-index: 2;
    color: #fff;
    visibility: hidden;
    font-size: 22px;
}
section.top_latest_posts .small_latest_posts .post .img_sec:hover .eye_overlay i {
    visibility: visible;
    opacity: 1;
}
section.top_latest_posts .small_latest_posts .img_sec:hover:after {
    opacity: .3;
    transform: scale(1);
}
section.top_latest_posts .small_latest_posts {
    border-bottom: 1px dashed #e1e1e1;
    padding: 0 0 25px 0;
}

section.travel_outer .trvl_single_post .catgory a {
    color: #cfa56f;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'OpenSans-Bold';
    text-decoration: none;
    transition: 0.5s;
}

section.travel_outer .trvl_single_post h3 a, .trvl_single_post h3{
    color: #121212;
    font-size: 28px;
    font-family: 'Aileron-Bold';
    text-decoration: none;
    transition: 0.5s;
    margin: 0 0 20px 0;
}
section.travel_outer .trvl_single_post .catgory {
    margin: 25px 0 12px 0;
}

section.travel_outer .trvl_single_post p#date_comment {
    margin: 0 0 25px 0;
    color: #363636;
    font-size: 12px;
    font-family: 'OpenSans';
    text-transform: uppercase;
}

section.travel_outer .trvl_single_post p#date_comment span {
    padding: 0 0 0 20px;
}
section.travel_outer .trvl_single_post p#date_comment span i {
    padding: 0 0 0 6px;
    font-size: 15px;
    color: #191919;
}

section.travel_outer .trvl_single_post p {
    margin: 0 0 10px;
    color: #363636;
    font-family: 'OpenSans';
    font-size: 14px;
    line-height: 1.7;
}


section.travel_outer .trvl_single_post a#read_more_link {
    color: #c69c53;
    font-family: 'OpenSans';
    font-size: 14px;
    text-decoration: none;
    transition: 0.5s;
    border: 1px solid #c69c53;
    padding: 12px 28px;
    margin: 25px 0 0 0;
    display: inline-block;
}

section.travel_outer .trvl_single_post a#read_more_link:hover {
    background: #c69c53;
    color: #ffffff;
}


section.travel_outer .trvl_single_post .img_sec img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
    display: block;
    transform: scale(1);
}

section.travel_outer .trvl_single_post .img_sec {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
section.travel_outer .trvl_single_post .img_sec:hover img {
    transform: scale(1.1);
}
section.travel_outer .trvl_single_post .img_sec:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000;
    opacity: 0;
    z-index: 1;
    transform: scale(.5);
    -webkit-transition: .5s;
    transition: .5s;
}
section.travel_outer .trvl_single_post .img_sec .eye_overlay i {
    position: absolute;
    text-align: center;
    top: 45%;
    left: 0;
    right: 0;
    z-index: 2;
    color: #fff;
    visibility: hidden;
    font-size: 22px;
}
section.travel_outer .trvl_single_post .img_sec:hover .eye_overlay i {
    visibility: visible;
    opacity: 1;
}
section.travel_outer .trvl_single_post .img_sec:hover:after {
    opacity: .3;
    transform: scale(1);
}

section.travel_outer .trvl_single_post h3 a:hover{
    color: #cfa56f;
}


section.travel_outer .trvl_small_posts .left_post .img_sec img{
    width: 100%;
    height: auto;
    transition: all 0.5s;
    display: block;
    transform: scale(1);
}
section.travel_outer .trvl_small_posts .left_post .img_sec {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

section.travel_outer .trvl_small_posts .left_post .img_sec:hover img {
    transform: scale(1.1);
}
section.travel_outer .trvl_small_posts .left_post .img_sec:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000;
    opacity: 0;
    z-index: 1;
    transform: scale(.5);
    -webkit-transition: .5s;
    transition: .5s;
}
section.travel_outer .trvl_small_posts .left_post .img_sec .eye_overlay i {
    position: absolute;
    text-align: center;
    top: 45%;
    left: 0;
    right: 0;
    z-index: 2;
    color: #fff;
    visibility: hidden;
    font-size: 22px;
}
section.travel_outer .trvl_small_posts .left_post .img_sec:hover .eye_overlay i {
    visibility: visible;
    opacity: 1;
}
section.travel_outer .trvl_small_posts .left_post .img_sec:hover:after {
    opacity: .3;
    transform: scale(1);
}
section.travel_outer .trvl_small_posts .left_post h3 a, section.travel_outer .trvl_small_posts .left_post h3{
    color: #121212;
    font-size: 18px;
    font-family: 'Aileron-Regular';
    text-decoration: none;
    transition: 0.5s;
}
section.travel_outer .trvl_small_posts .left_post h3 a:hover{
        color: #cfa56f;
}
section.travel_outer .trvl_small_posts .left_post p#date_comment {
    margin: 0 0 15px 0;
    color: #363636;
    font-size: 12px;
    font-family: 'OpenSans';
    text-transform: uppercase;
}
section.travel_outer .trvl_small_posts .left_post p#date_comment span {
    padding: 0 0 0 20px;
}
section.travel_outer .trvl_small_posts .left_post p#date_comment span i {
    padding: 0 0 0 6px;
    font-size: 15px;
    color: #191919;
}

section.travel_outer .trvl_small_posts .left_post p {
    margin: 0 0 10px 0;
    color: #363636;
    font-size: 14px;
    font-family: 'OpenSans';
}

section.travel_outer .trvl_small_posts {
    margin: 55px 0 0 0;
}

section.travel_outer .trvl_small_posts .right_posts .post h3 a, section.travel_outer .trvl_small_posts .right_posts .post h3 {
    color: #171717;
    font-size: 16px;
    font-family: 'Aileron-Regular';
    text-decoration: none;
    transition: 0.5s;
    margin: 0 0 12px 0;
    line-height: 1.3;
}
section.travel_outer .trvl_small_posts .right_posts .post h3 a:hover{
    color: #cfa56f;
}
section.travel_outer .trvl_small_posts .right_posts .post p#date_comment {
    margin: 0;
    color: #363636;
    font-size: 12px;
    font-family: 'OpenSans';
    text-transform: uppercase;
}
section.travel_outer .trvl_small_posts .right_posts .post p#date_comment span {
    padding: 0 0 0 20px;
}
section.travel_outer .trvl_small_posts .right_posts .post p#date_comment span i {
    padding: 0 0 0 6px;
    font-size: 15px;
    color: #191919;
}

section.travel_outer .trvl_small_posts .right_posts .post {
    position: relative;
    padding: 0 0 18px 25px;
    border-bottom: 1px dashed #e1e1e1;
    margin: 0 0 18px 0;
}
section.travel_outer .trvl_small_posts .right_posts .post:before {
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    content: "\f105";
    color: #191919;
    left: 0;
    font-size: 24px;
    top: -10px;
}

section.travel_outer .author_sec .img_sec {
    text-align: center;
}

section.travel_outer .author_sec p {
    margin: 22px 0 0 0;
    font-size: 16px;
    color: #282828;
    font-family: 'OpenSans';
}
section.travel_outer .author_sec {
    border: 1px solid #e1e1e1;
    padding: 37px 42px 80px 22px;
}
section.travel_outer .author_sec h4 {
    font-family: 'ILoveGlitter';
    font-size: 30px;
    color: #c69c53;
    -webkit-transform: rotate( 
-42deg
 );
    -ms-transform: rotate(-90deg);
    transform: rotate( 
-16deg
 );
}
section.travel_outer {
    padding: 50px 0 40px 0;
}

section.travel_outer .search_box {
    margin: 45px 0 0 0;
    position: relative;
}
section.travel_outer .search_box label {
    display: none;
}
section.travel_outer .search_box input {
    display: block;
    width: 100%;
    padding: 14px 50px 14px 12px;
    font-size: 14px;
    color: #969696;
    background-color: #f3f3f3;
    border: 1px solid #f3f3f3;
}
section.travel_outer .search_box input:focus{
    outline: none;
}
section.travel_outer .search_box button.search-submit {
    width: 50px;
    height: 49px;
    position: absolute;
    top: 0;
    border: none;
    right: 0;
    padding: 15px 15px;
    background-color: #f3f3f3;
}
section.travel_outer .search_box button.search-submit svg.icon.icon-search {
    width: 100%;
    height: 100%;
}
section.travel_outer .search_box button.search-submit span.screen-reader-text {
    display: none;
}

section.travel_outer .social_icons h3 {
    color: #c69c53;
    font-size: 18px;
    font-family: 'Aileron-Bold';
    margin: 0 0 15px 0;
}
section.travel_outer .social_icons ul li a {
    padding: 8px 20px 8px 25px;
    margin: 0 0 20px 0;
    font-size: 14px;
    font-family: 'OpenSans';
    display: flex;
    align-items: center;
    width: 195px;
    justify-content: space-between;
    text-decoration: none;
    color: #131313;
    transition: 0.5s;

}
section.travel_outer .social_icons ul li a:hover{
    color: #fff;
}
section.travel_outer .social_icons ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
section.travel_outer .social_icons li {
    display: inline-block;
}

section.travel_outer .social_icons ul li a.fcbook:hover{
    background-color: #3b5999;
}

section.travel_outer .social_icons ul li a.twit:hover{
    background-color: #1DA1F2;
}
section.travel_outer .social_icons ul li a.insta:hover{
    background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}

section.travel_outer .social_icons ul li a.pintrst:hover{
    background-color: #E60023;
}
section.travel_outer .social_icons ul li a.lnkin:hover{
   background-color: #0077b5;  
}
section.travel_outer .social_icons ul li a.gpls:hover{
   background-color: #DD4B39;   
}
section.travel_outer .social_icons ul li a{
    position: relative;
}
section.travel_outer .social_icons ul li a:before {
    content: "";
    position: absolute;
    background: #fff;
    left: 0;
    width: 1px;
    height: 15px;
    left: 152px;
}
section.travel_outer .social_icons ul li:nth-child(odd) a{
    border-right: 1px solid #d2d2d2;
}
section.travel_outer .social_icons {
    margin: 35px 0 0 0;
}
section.travel_outer .ad_show h3 {
    color: #272727;
    font-size: 18px;
    font-family: 'Aileron-Bold';
    margin: 0 0 30px 0;
}
section.travel_outer .ad_show img {
    width: 100%;
    height: auto;
}
section.travel_outer .ad_show {
    margin: 20px 0 0 0;
}

section.adventure_outer h3 {
    color: #c69c53;
    font-family: 'Aileron-Bold';
    text-transform: uppercase;
    font-size: 22px;
    text-align: center;
    margin: 0 0 25px 0;
}


section.adventure_outer .left_posts .post .img_sec img {
    width: 100%;
    height: auto;
     transition: all 0.5s;
    display: block;
    transform: scale(1);
}

section.adventure_outer .left_posts .post {
    position: relative;
    margin: 0 0 20px 0;
}

section.adventure_outer .left_posts .post .text_sec {
    position: absolute;
    bottom: 0;
    padding: 0 20px 15px 22px;
    z-index: 2;
}
section.adventure_outer .left_posts .post .text_sec h4 a, section.adventure_outer .left_posts .post .text_sec h4{
    color: #ffffff;
    transition: 0.5s;
    text-decoration: none;
    font-family: 'Aileron-Regular';
    font-size: 16px;
    line-height: 1.3;
    margin: 0 0 4px 0;
}
section.adventure_outer .left_posts .post .text_sec h4 a:hover{
    color: #c69c53;
}
section.adventure_outer .left_posts .post .text_sec p#date_comment {
    margin: 0;
    color: #e9e9e9;
    font-size: 12px;
    font-family: 'OpenSans';
    text-transform: uppercase;
}

section.adventure_outer .left_posts .post .text_sec p#date_comment span {
    padding: 0 0 0 20px;
}
section.adventure_outer .left_posts .post .text_sec p#date_comment span i {
    padding: 0 0 0 6px;
    font-size: 15px;
    color: #e9e9e9;
}

section.adventure_outer .left_posts .post .img_sec {
    position: relative;
    overflow: hidden;
}

section.adventure_outer .left_posts .post:hover .img_sec img {
    transform: scale(1.1);
}
section.adventure_outer .left_posts .post .img_sec:before{
    z-index: 1;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgb(245 246 252 / 0%), rgb(0 0 0 / 70%));
}

section.adventure_outer .single_post .img_sec img{
    width: 100%;
    height: auto;
}

section.adventure_outer .single_post .text_sec .cat a {
    color: #cfa56f;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'OpenSans-Bold';
    text-decoration: none;
}

section.adventure_outer .single_post .text_sec h4 a, section.adventure_outer .single_post .text_sec h4{
    color: #121212;
    font-size: 28px;
    font-family: 'Aileron-Bold';
    text-decoration: none;
    transition: 0.5s;
}
section.adventure_outer .single_post .text_sec h4 a:hover{
        color: #cfa56f;
}
section.adventure_outer .single_post .text_sec p#date_comment {
    margin: 0;
    color: #363636;
    font-size: 12px;
    font-family: 'OpenSans';
    text-transform: uppercase;
}
section.adventure_outer .single_post .text_sec p#date_comment span {
    padding: 0 0 0 20px;
}
section.adventure_outer .single_post .text_sec p#date_comment span i {
    padding: 0 0 0 6px;
    font-size: 15px;
    color: #191919;
}

section.adventure_outer .single_post .text_sec {
    text-align: center;
    padding: 18px 0 0 0;
}


section.adventure_outer .single_post .img_sec {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
section.adventure_outer .single_post .img_sec img {
    transition: all 0.5s;
    display: block;
    transform: scale(1);
    width: 100%;
    height: auto;
}
section.adventure_outer .single_post .img_sec:hover img {
    transform: scale(1.1);
}
section.adventure_outer .single_post .img_sec:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000;
    opacity: 0;
    z-index: 1;
    transform: scale(.5);
    -webkit-transition: .5s;
    transition: .5s;
}
section.adventure_outer .single_post .img_sec .eye_overlay i {
    position: absolute;
    text-align: center;
    top: 45%;
    left: 0;
    right: 0;
    z-index: 2;
    color: #fff;
    visibility: hidden;
    font-size: 22px;
}
section.adventure_outer .single_post .img_sec:hover .eye_overlay i {
    visibility: visible;
    opacity: 1;
}
section.adventure_outer .single_post .img_sec:hover:after {
    opacity: .3;
    transform: scale(1);
}


section.adventure_outer .right_posts .post .img_sec img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
    display: block;
    transform: scale(1);
}

section.adventure_outer .right_posts .post {
    position: relative;
    margin: 0 0 20px 0;
}

section.adventure_outer .right_posts .post .text_sec {
    position: absolute;
    bottom: 0;
    padding: 0 20px 15px 22px;
    z-index: 2;
}
section.adventure_outer .right_posts .post .text_sec h4 a, section.adventure_outer .right_posts .post .text_sec h4{
    color: #ffffff;
    transition: 0.5s;
    text-decoration: none;
    font-family: 'Aileron-Regular';
    font-size: 16px;
    line-height: 1.3;
    margin: 0 0 4px 0;
}
section.adventure_outer .right_posts .post .text_sec h4 a:hover{
    color: #c69c53;
}
section.adventure_outer .right_posts .post .text_sec p#date_comment {
    margin: 0;
    color: #e9e9e9;
    font-size: 12px;
    font-family: 'OpenSans';
    text-transform: uppercase;
}

section.adventure_outer .right_posts .post .text_sec p#date_comment span {
    padding: 0 0 0 20px;
}
section.adventure_outer .right_posts .post .text_sec p#date_comment span i {
    padding: 0 0 0 6px;
    font-size: 15px;
    color: #e9e9e9;
}

section.adventure_outer .right_posts .post .img_sec {
    position: relative;
    overflow: hidden;
}
section.adventure_outer .right_posts .post:hover .img_sec img {
    transform: scale(1.1);
}
section.adventure_outer .right_posts .post .img_sec:before{
    z-index: 1;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgb(245 246 252 / 0%), rgb(0 0 0 / 70%));
}
section.adventure_outer {
    background: #f1f1f1;
    padding: 50px 0 30px 0;
}

section.vction_destntion_restaur .vacation_outer h3 {
    color: #272727;
    text-transform: uppercase;
    font-size: 22px;
    font-family: 'Aileron-Bold';
    margin: 0 0 30px 0;
}

section.vction_destntion_restaur .vacation_outer .left_posts .post .img_sec img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
    display: block;
    transform: scale(1);
}

section.vction_destntion_restaur .vacation_outer .left_posts .post {
    position: relative;
    margin: 0 0 40px 0;
}
section.vction_destntion_restaur .vacation_outer .left_posts .post .text {
    position: absolute;
    bottom: 0;
    padding: 0 18px 20px 18px;
    z-index: 2;
}

section.vction_destntion_restaur .vacation_outer .left_posts .post .text h4 a, section.vction_destntion_restaur .vacation_outer .left_posts .post .text h4{
    color: #ffffff;
    font-size: 24px;
    font-family: 'Aileron-Regular';
    transition: 0.5s;
    text-decoration: none;
    line-height: 1.2;
}
section.vction_destntion_restaur .vacation_outer .left_posts .post .text h4 a:hover{
    color: #cfa56f;
}
section.vction_destntion_restaur .vacation_outer .left_posts .post .text p#date_comment {
    margin: 0;
    color: #e9e9e9;
    font-size: 12px;
    font-family: 'OpenSans';
    text-transform: uppercase;
}
section.vction_destntion_restaur .vacation_outer .left_posts .post .text p#date_comment span {
    padding: 0 0 0 20px;
}
section.vction_destntion_restaur .vacation_outer .left_posts .post .text p#date_comment span i {
    padding: 0 0 0 6px;
    font-size: 15px;
    color: #e9e9e9;
}

section.vction_destntion_restaur .vacation_outer .left_posts .post .img_sec {
    position: relative;
    overflow: hidden;
}

section.vction_destntion_restaur .vacation_outer .left_posts .post:hover .img_sec img {
    transform: scale(1.1);
}
section.vction_destntion_restaur .vacation_outer .left_posts .post .img_sec:before {
    z-index: 1;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 54%, rgb(0 0 0 / 66%) 96%);
}

section.vction_destntion_restaur .vacation_outer .right_posts .post .img_sec img{
width: 100%;
height: auto;
transition: all 0.5s;
display: block;
transform: scale(1);
}
section.vction_destntion_restaur .vacation_outer .right_posts .post .img_sec {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
section.vction_destntion_restaur .vacation_outer .right_posts .post .img_sec:hover img {
    transform: scale(1.1);
}
section.vction_destntion_restaur .vacation_outer .right_posts .post .img_sec:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000;
    opacity: 0;
    z-index: 1;
    transform: scale(.5);
    -webkit-transition: .5s;
    transition: .5s;
}
section.vction_destntion_restaur .vacation_outer .right_posts .post .img_sec .eye_overlay i {
    position: absolute;
    text-align: center;
    top: 45%;
    left: 0;
    right: 0;
    z-index: 2;
    color: #fff;
    visibility: hidden;
    font-size: 22px;
}
section.vction_destntion_restaur .vacation_outer .right_posts .post .img_sec:hover .eye_overlay i {
    visibility: visible;
    opacity: 1;
}
section.vction_destntion_restaur .vacation_outer .right_posts .post .img_sec:hover:after {
    opacity: .3;
    transform: scale(1);
}

section.vction_destntion_restaur .vacation_outer .right_posts .post .text .cat a {
    color: #cfa56f;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'OpenSans-Bold';
    text-decoration: none;
}

section.vction_destntion_restaur .vacation_outer .right_posts .post .text h4 a, section.vction_destntion_restaur .vacation_outer .right_posts .post .text h4 {
    color: #121212;
    font-size: 16px;
    font-family: 'Aileron-Regular';
    text-decoration: none;
    transition: 0.5s;
    margin: 5px 0 0 0;
    line-height: 1.5;
}
section.vction_destntion_restaur .vacation_outer .right_posts .post .text h4 a:hover{
    color: #cfa56f;
}
section.vction_destntion_restaur .vacation_outer .right_posts .post .text {
    text-align: center;
    padding: 5px 10px 15px 10px;
    border-bottom: 1px dashed #e1e1e1;
}
section.vction_destntion_restaur .vacation_outer .right_posts .post {
    margin: 0 0 18px 0;
}

section.vction_destntion_restaur .vacation_outer .right_posts .title_posts h4 a, section.vction_destntion_restaur .vacation_outer .right_posts .title_posts h4 {
   color: #171717;
    font-size: 16px;
    font-family: 'Aileron-Regular';
    text-decoration: none;
    transition: 0.5s;
    line-height: 1.5;
    margin: 0 0 10px 0;
}
section.vction_destntion_restaur .vacation_outer .right_posts .title_posts h4 a:hover{
    color: #cfa56f;
}
section.vction_destntion_restaur .vacation_outer .right_posts .title_posts {
    border-bottom: 1px dashed #e1e1e1;
    padding: 0 0 18px 23px;
    margin: 0 0 15px 0;
    position: relative;
}
section.vction_destntion_restaur .vacation_outer .right_posts .title_posts:before {
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    content: "\f105";
    color: #191919;
    left: 0;
    font-size: 24px;
    top: -7px;
}
section.vction_destntion_restaur .vacation_outer .right_posts .title_posts p#date_comment {
    margin: 0;
    color: #363636;
    font-size: 12px;
    font-family: 'OpenSans';
    text-transform: uppercase;
}
section.vction_destntion_restaur .vacation_outer .right_posts .title_posts p#date_comment span {
    padding: 0 0 0 20px;
}
section.vction_destntion_restaur .vacation_outer .right_posts .title_posts p#date_comment span i {
    padding: 0 0 0 6px;
    font-size: 15px;
    color: #191919;
}

section.vction_destntion_restaur .vacation_outer .right_posts .title_posts:nth-child(4){
border: none;
padding-bottom: 0;
margin: 0;
}

section.vction_destntion_restaur .restaurent_outer h3 {
    color: #c69c53;
    text-transform: uppercase;
    font-size: 22px;
    font-family: 'Aileron-Bold';
    margin: 0 0 28px 0;
}

section.vction_destntion_restaur .restaurent_outer .restaur_single_post .img_sec img{
    width: 100%;
    height: auto;
    transition: all 0.5s;
    display: block;
    transform: scale(1);
}

section.vction_destntion_restaur .restaurent_outer .restaur_single_post .img_sec {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
section.vction_destntion_restaur .restaurent_outer .restaur_single_post .img_sec:hover img {
    transform: scale(1.1);
}
section.vction_destntion_restaur .restaurent_outer .restaur_single_post .img_sec:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000;
    opacity: 0;
    z-index: 1;
    transform: scale(.5);
    -webkit-transition: .5s;
    transition: .5s;
}
section.vction_destntion_restaur .restaurent_outer .restaur_single_post .img_sec .eye_overlay i {
    position: absolute;
    text-align: center;
    top: 45%;
    left: 0;
    right: 0;
    z-index: 2;
    color: #fff;
    visibility: hidden;
    font-size: 22px;
}
section.vction_destntion_restaur .restaurent_outer .restaur_single_post .img_sec:hover .eye_overlay i {
    visibility: visible;
    opacity: 1;
}
section.vction_destntion_restaur .restaurent_outer .restaur_single_post .img_sec:hover:after {
    opacity: .3;
    transform: scale(1);
}
section.vction_destntion_restaur .restaurent_outer .restaur_single_post .text_sec .cat a {
    color: #cfa56f;
    font-size: 12px;
    font-family: 'OpenSans-Bold';
    text-transform: uppercase;
    text-decoration: none;
}

section.vction_destntion_restaur .restaurent_outer .restaur_single_post .text_sec h4 a, .restaur_single_post .text_sec h4{
    color: #121212;
    font-size: 24px;
    font-family: 'Aileron-Bold';
    text-decoration: none;
    transition: 0.5s;
    margin: 12px 0 17px 0;
}
section.vction_destntion_restaur .restaurent_outer .restaur_single_post .text_sec h4 a:hover{
        color: #cfa56f;
}
section.vction_destntion_restaur .restaurent_outer .restaur_single_post .text_sec p#date_comment {
    margin: 0;
    color: #363636;
    font-size: 12px;
    font-family: 'OpenSans';
    text-transform: uppercase;
}
section.vction_destntion_restaur .restaurent_outer .restaur_single_post .text_sec p#date_comment span {
    padding: 0 0 0 20px;
}
section.vction_destntion_restaur .restaurent_outer .restaur_single_post .text_sec p#date_comment span i {
    padding: 0 0 0 6px;
    font-size: 15px;
    color: #191919;
}

section.vction_destntion_restaur .restaurent_outer .restaur_single_post .text_sec p {
    color: #363636;
    font-size: 14px;
    font-family: 'OpenSans';
    margin: 22px 0 0 0;
    line-height: 1.5;
}
section.vction_destntion_restaur .restaurent_outer .restaur_single_post .text_sec a.read_more {
    background: #131313;
    color: #ffffff;
    font-size: 14px;
    font-family: 'OpenSans';
    padding: 12px 30px;
    margin: 35px 0 0 0;
    display: inline-block;
    text-decoration: none;
    transition: 0.5s;
    border: 1px solid #131313;
}
section.vction_destntion_restaur .restaurent_outer .restaur_single_post .text_sec a.read_more:hover{
color: #131313;
background: #fff;
}
section.vction_destntion_restaur .restaurent_outer .restaur_single_post .text_sec {
    border: 1px solid #e1e1e1;
    padding: 18px 17px 25px 17px;
}

section.vction_destntion_restaur .restaurent_outer .right_posts .posts_outer {
    display: flex;
    border-bottom: 1px dashed #e1e1e1;
    padding: 0 0 18px 0;
}

section.vction_destntion_restaur .restaurent_outer .right_posts .posts_outer .post {
    max-width: 193px;
    margin: 0 10px 0 0;
}
section.vction_destntion_restaur .restaurent_outer .right_posts .posts_outer .post .img_sec img{
    transition: all 0.5s;
    display: block;
    transform: scale(1);
    width: 100%;
    height: auto;
}
section.vction_destntion_restaur .restaurent_outer .right_posts .posts_outer .post .img_sec{
    position: relative;
    overflow: hidden;
    z-index: 1;
}
section.vction_destntion_restaur .restaurent_outer .right_posts .posts_outer .post .img_sec:hover img {
    transform: scale(1.1);
}
section.vction_destntion_restaur .restaurent_outer .right_posts .posts_outer .post .img_sec:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000;
    opacity: 0;
    z-index: 1;
    transform: scale(.5);
    -webkit-transition: .5s;
    transition: .5s;
}
section.vction_destntion_restaur .restaurent_outer .right_posts .posts_outer .post .img_sec .eye_overlay i {
    position: absolute;
    text-align: center;
    top: 45%;
    left: 0;
    right: 0;
    z-index: 2;
    color: #fff;
    visibility: hidden;
    font-size: 22px;
}
section.vction_destntion_restaur .restaurent_outer .right_posts .posts_outer .post .img_sec:hover .eye_overlay i {
    visibility: visible;
    opacity: 1;
}
section.vction_destntion_restaur .restaurent_outer .right_posts .posts_outer .post .img_sec:hover:after {
    opacity: .3;
    transform: scale(1);
}
section.vction_destntion_restaur .restaurent_outer .right_posts .posts_outer .post:nth-child(2){
    margin: 0;
}

section.vction_destntion_restaur .restaurent_outer .right_posts .posts_outer .post h4 a, section.vction_destntion_restaur .restaurent_outer .right_posts .posts_outer .post h4{
   color: #121212;
    font-size: 16px;
    font-family: 'Aileron-Regular';
    text-decoration: none;
    transition: 0.5s;
    line-height: 1.3;
    margin: 10px 0 5px 0;
}
section.vction_destntion_restaur .restaurent_outer .right_posts .posts_outer .post h4 a:hover{
        color: #cfa56f;
}
 section.vction_destntion_restaur .restaurent_outer .right_posts .posts_outer .post p#date_comment {
    margin: 0;
    color: #363636;
    font-size: 12px;
    font-family: 'OpenSans';
    text-transform: uppercase;
}
section.vction_destntion_restaur .restaurent_outer .right_posts .posts_outer .post p#date_comment span {
    padding: 0 0 0 20px;
}
section.vction_destntion_restaur .restaurent_outer .right_posts .posts_outer .post p#date_comment span i {
    padding: 0 0 0 6px;
    font-size: 15px;
    color: #191919;
}
section.vction_destntion_restaur .restaurent_outer .right_posts .small_posts .posts {
    display: flex;
    margin: 18px 0 0 0;
}
section.vction_destntion_restaur .restaurent_outer .right_posts .small_posts .posts .img_sec {
    max-width: 140px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
section.vction_destntion_restaur .restaurent_outer .right_posts .small_posts .posts .img_sec img{
transition: all 0.5s;
    display: block;
    transform: scale(1);
    width: 100%;
    height: auto;
}
section.vction_destntion_restaur .restaurent_outer .right_posts .small_posts .posts .img_sec:hover img {
    transform: scale(1.1);
}
section.vction_destntion_restaur .restaurent_outer .right_posts .small_posts .posts .img_sec:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000;
    opacity: 0;
    z-index: 1;
    transform: scale(.5);
    -webkit-transition: .5s;
    transition: .5s;
}
section.vction_destntion_restaur .restaurent_outer .right_posts .small_posts .posts .img_sec .eye_overlay i {
    position: absolute;
    text-align: center;
    top: 45%;
    left: 0;
    right: 0;
    z-index: 2;
    color: #fff;
    visibility: hidden;
    font-size: 22px;
}
section.vction_destntion_restaur .restaurent_outer .right_posts .small_posts .posts .img_sec:hover .eye_overlay i {
    visibility: visible;
    opacity: 1;
}
section.vction_destntion_restaur .restaurent_outer .right_posts .small_posts .posts .img_sec:hover:after {
    opacity: .3;
    transform: scale(1);
}
section.vction_destntion_restaur .restaurent_outer .right_posts .small_posts .posts .text_sec {
    max-width: 255px;
    padding: 11px 10px 0 20px;
}

section.vction_destntion_restaur .restaurent_outer .right_posts .small_posts .posts .text_sec h4 a, section.vction_destntion_restaur .restaurent_outer .right_posts .small_posts .posts .text_sec h4 {
    color: #171717;
    font-size: 16px;
    font-family: 'Aileron-Regular';
    text-decoration: none;
    transition: 0.5s;
    margin: 0 0 6px 0;
    line-height: 1.3;
}
section.vction_destntion_restaur .restaurent_outer .right_posts .small_posts .posts .text_sec h4 a:hover{
        color: #cfa56f;
}
section.vction_destntion_restaur .restaurent_outer .right_posts .small_posts .posts .text_sec p#date_comment {
    margin: 0;
    color: #363636;
    font-size: 12px;
    font-family: 'OpenSans';
    text-transform: uppercase;
}
section.vction_destntion_restaur .restaurent_outer .right_posts .small_posts .posts .text_sec p#date_comment span {
    padding: 0 0 0 20px;
}
section.vction_destntion_restaur .restaurent_outer .right_posts .small_posts .posts .text_sec p#date_comment span i {
    padding: 0 0 0 6px;
    font-size: 15px;
    color: #191919;
}
section.vction_destntion_restaur .restaurent_outer {
    margin: 10px 0 0 0;
}
section.vction_destntion_restaur .destination_outer h3 {
    text-transform: uppercase;
    font-size: 22px;
    font-family: 'Aileron-Bold';
    margin: 0 0 28px 0;
    color: #cfa56f;
}

section.vction_destntion_restaur .destination_outer .single_post .img_sec img{
    width: 100%;
    height: auto;
    transition: all 0.5s;
    display: block;
    transform: scale(1);
}
section.vction_destntion_restaur .destination_outer .single_post .img_sec {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
section.vction_destntion_restaur .destination_outer .single_post .img_sec:hover img {
    transform: scale(1.1);
}
section.vction_destntion_restaur .destination_outer .single_post .img_sec:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000;
    opacity: 0;
    z-index: 1;
    transform: scale(.5);
    -webkit-transition: .5s;
    transition: .5s;
}
section.vction_destntion_restaur .destination_outer .single_post .img_sec .eye_overlay i {
    position: absolute;
    text-align: center;
    top: 45%;
    left: 0;
    right: 0;
    z-index: 2;
    color: #fff;
    visibility: hidden;
    font-size: 22px;
}
section.vction_destntion_restaur .destination_outer .single_post .img_sec:hover .eye_overlay i {
    visibility: visible;
    opacity: 1;
}
section.vction_destntion_restaur .destination_outer .single_post .img_sec:hover:after {
    opacity: .3;
    transform: scale(1);
}
section.vction_destntion_restaur .destination_outer .single_post .cat a {
    color: #cfa56f;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'OpenSans-Bold';
    text-decoration: none;
}
section.vction_destntion_restaur .destination_outer .single_post h4 a, .destination_outer .single_post h4{
    color: #121212;
    font-size: 24px;
    font-family: 'Aileron-Bold';
    text-decoration: none;
    transition: 0.5s;
    margin: 12px 0 18px 0;
}
section.vction_destntion_restaur .destination_outer .single_post h4 a:hover{
    color: #cfa56f;
}
section.vction_destntion_restaur .destination_outer .single_post p#date_comment {
    margin: 0;
    color: #363636;
    font-size: 12px;
    font-family: 'OpenSans';
    text-transform: uppercase;
}
section.vction_destntion_restaur .destination_outer .single_post p#date_comment span {
    padding: 0 0 0 20px;
}
section.vction_destntion_restaur .destination_outer .single_post p#date_comment span i {
    padding: 0 0 0 6px;
    font-size: 15px;
    color: #191919;
}

section.vction_destntion_restaur .destination_outer .single_post p {
    margin: 15px 0 10px 0;
    color: #363636;
    font-size: 14px;
    font-family: 'OpenSans';
}
section.vction_destntion_restaur .destination_outer .single_post .cat {
    margin: 15px 0 0 0;
}
section.vction_destntion_restaur .destination_outer .single_post a.read_more {
    color: #c69c53;
    font-family: 'OpenSans';
    font-size: 14px;
    text-decoration: none;
    transition: 0.5s;
    border: 1px solid #c69c53;
    padding: 12px 28px;
    margin: 15px 0 0 0;
    display: inline-block;
    text-transform: uppercase;
}

section.vction_destntion_restaur .destination_outer .single_post a.read_more:hover{
    background: #c69c53;
    color: #ffffff;
}
section.vction_destntion_restaur .destination_outer .single_post {
    border-bottom: 1px dashed #e1e1e1;
    padding: 0 0 18px 0;
    margin: 0 0 35px 0;
}
section.vction_destntion_restaur .destination_outer .small_repeate_post {
    display: flex;
    margin: 0 0 22px 0;
}
section.vction_destntion_restaur .destination_outer .small_repeate_post .img_sec {
    max-width: 175px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
section.vction_destntion_restaur .destination_outer .small_repeate_post .img_sec img {
    transition: all 0.5s;
    display: block;
    transform: scale(1);
    width: 100%;
    height: auto;
}
section.vction_destntion_restaur .destination_outer .small_repeate_post .img_sec:hover img {
    transform: scale(1.1);
}
section.vction_destntion_restaur .destination_outer .small_repeate_post .img_sec:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000;
    opacity: 0;
    z-index: 1;
    transform: scale(.5);
    -webkit-transition: .5s;
    transition: .5s;
}
section.vction_destntion_restaur .destination_outer .small_repeate_post .img_sec .eye_overlay i {
    position: absolute;
    text-align: center;
    top: 45%;
    left: 0;
    right: 0;
    z-index: 2;
    color: #fff;
    visibility: hidden;
    font-size: 22px;
}
section.vction_destntion_restaur .destination_outer .small_repeate_post .img_sec:hover .eye_overlay i {
    visibility: visible;
    opacity: 1;
}
section.vction_destntion_restaur .destination_outer .small_repeate_post .img_sec:hover:after {
    opacity: .5;
    transform: scale(1);
}
section.vction_destntion_restaur .destination_outer .small_repeate_post .text_sec {
    max-width: 220px;
    padding: 0 18px 0 18px;
}
section.vction_destntion_restaur .destination_outer .small_repeate_post .text_sec h4 a, section.vction_destntion_restaur .destination_outer .small_repeate_post .text_sec h4{
    color: #171717;
    font-size: 16px;
    text-decoration: none;
    font-family: 'Aileron-Regular';
    line-height: 1.4;
    transition: 0.5s;
}
section.vction_destntion_restaur .destination_outer .small_repeate_post .text_sec h4 a:hover{
    color: #cfa56f;
}
section.vction_destntion_restaur .destination_outer .small_repeate_post .text_sec p#date_comment {
    margin: 0;
    color: #363636;
    font-size: 12px;
    font-family: 'OpenSans';
    text-transform: uppercase;
}
section.vction_destntion_restaur .destination_outer .small_repeate_post .text_sec p#date_comment span {
    padding: 0 0 0 20px;
}
section.vction_destntion_restaur .destination_outer .small_repeate_post .text_sec p#date_comment span i{
    padding: 0 0 0 6px;
    font-size: 15px;
    color: #191919;
}

section.vction_destntion_restaur .ad_show h3 {
    color: #272727;
    font-size: 18px;
    font-family: 'Aileron-Bold';
    margin: 30px 0 20px 0;
    text-transform: uppercase;
}

section.vction_destntion_restaur .ad_show img{
    width: 100%;
    height: auto;
}

section.entrtnmnt_trvlactvty .entrtnmnt_outer h3{
    color: #272727;
    text-transform: uppercase;
    font-size: 22px;
    font-family: 'Aileron-Bold';
    margin: 0 0 30px 0;
}
section.entrtnmnt_trvlactvty .entrtnmnt_outer .posts_outer .post .img_sec img{
    width: 100%;
    height: auto;
    transition: all 0.5s;
    display: block;
    transform: scale(1);
}
section.entrtnmnt_trvlactvty .entrtnmnt_outer .posts_outer .post:hover .img_sec img {
    transform: scale(1.1);
}
section.entrtnmnt_trvlactvty .entrtnmnt_outer .posts_outer .post {
    position: relative;
}
section.entrtnmnt_trvlactvty .entrtnmnt_outer .posts_outer .text_sec {
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
    padding: 0 20px 10px 20px;
}
section.entrtnmnt_trvlactvty .entrtnmnt_outer .posts_outer .post .img_sec {
    position: relative;
    overflow: hidden;
}
section.entrtnmnt_trvlactvty .entrtnmnt_outer .posts_outer .post .img_sec:before {
    z-index: 1;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 54%, rgb(0 0 0 / 66%) 96%);
}
section.entrtnmnt_trvlactvty .entrtnmnt_outer .posts_outer .text_sec p#date_comment {
    margin: 0;
    color: #e9e9e9;
    font-size: 12px;
    font-family: 'OpenSans';
    text-transform: uppercase;
}
section.entrtnmnt_trvlactvty .entrtnmnt_outer .posts_outer .text_sec p#date_comment span {
    padding: 0 0 0 20px;
}
section.entrtnmnt_trvlactvty .entrtnmnt_outer .posts_outer .text_sec p#date_comment span i {
    padding: 0 0 0 6px;
    font-size: 15px;
    color: #e9e9e9;
}
section.entrtnmnt_trvlactvty .entrtnmnt_outer .posts_outer .post .text_sec h4 a, section.entrtnmnt_trvlactvty .entrtnmnt_outer .posts_outer .post .text_sec h4 {
    color: #ffffff;
    font-size: 24px;
    text-decoration: none;
    transition: 0.5s;
    font-family: 'Aileron-Bold';
    line-height: 1.2;
}
section.entrtnmnt_trvlactvty .entrtnmnt_outer .posts_outer .post .text_sec h4 a:hover{
        color: #c69c53;
}

section.entrtnmnt_trvlactvty .entrtnmnt_outer .small_posts_outer .post .img_sec img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
    display: block;
    transform: scale(1);
}
section.entrtnmnt_trvlactvty .entrtnmnt_outer .small_posts_outer .post .img_sec{
    position: relative;
    overflow: hidden;
}
section.entrtnmnt_trvlactvty .entrtnmnt_outer .small_posts_outer .post .img_sec:hover img {
    transform: scale(1.1);
}
section.entrtnmnt_trvlactvty .entrtnmnt_outer .small_posts_outer .post .img_sec:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000;
    opacity: 0;
    z-index: 1;
    transform: scale(.5);
    -webkit-transition: .5s;
    transition: .5s;
}
section.entrtnmnt_trvlactvty .entrtnmnt_outer .small_posts_outer .post .img_sec .eye_overlay i {
    position: absolute;
    text-align: center;
    top: 45%;
    left: 0;
    right: 0;
    z-index: 2;
    color: #fff;
    visibility: hidden;
    font-size: 22px;
}
section.entrtnmnt_trvlactvty .entrtnmnt_outer .small_posts_outer .post .img_sec:hover .eye_overlay i {
    visibility: visible;
    opacity: 1;
}
section.entrtnmnt_trvlactvty .entrtnmnt_outer .small_posts_outer .post .img_sec:hover:after {
    opacity: .3;
    transform: scale(1);
}
section.entrtnmnt_trvlactvty .entrtnmnt_outer .small_posts_outer .post p#date_comment {
    margin: 0;
    color: #363636;
    font-size: 12px;
    font-family: 'OpenSans';
    text-transform: uppercase;
}
section.entrtnmnt_trvlactvty .entrtnmnt_outer .small_posts_outer .post p#date_comment span {
    padding: 0 0 0 20px;
}
section.entrtnmnt_trvlactvty .entrtnmnt_outer .small_posts_outer .post p#date_comment span i {
    padding: 0 0 0 6px;
    font-size: 15px;
    color: #191919;
}
section.entrtnmnt_trvlactvty .entrtnmnt_outer .small_posts_outer .post .text_sec h4 a, section.entrtnmnt_trvlactvty .entrtnmnt_outer .small_posts_outer .post .text_sec h4  {
    color: #121212;
    font-size: 16px;
    font-family: 'Aileron-Regular';
    transition: 0.5s;
    text-decoration: none;
    line-height: 1.3;
}
section.entrtnmnt_trvlactvty .entrtnmnt_outer .small_posts_outer .post .text_sec h4 a:hover{
    color: #cfa56f;
}
section.entrtnmnt_trvlactvty .entrtnmnt_outer .small_posts_outer .post .text_sec {
    text-align: center;
    border: 1px solid #e1e1e1;
    padding: 15px 15px 5px 15px;
}
section.entrtnmnt_trvlactvty .entrtnmnt_outer .small_posts_outer .post {
    margin: 28px 0 0 0;
}

section.entrtnmnt_trvlactvty .trvl_actvty_outer h3 {
    color: #c69c53;
    text-transform: uppercase;
    font-size: 22px;
    font-family: 'Aileron-Bold';
    margin: 0 0 28px 0;
}
section.entrtnmnt_trvlactvty .trvl_actvty_outer .single_post {
    position: relative;
    border-bottom: 1px dashed #e1e1e1;
    padding: 0 0 35px 0;
}
section.entrtnmnt_trvlactvty .trvl_actvty_outer .single_post .img_sec {
    width: 383px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
section.entrtnmnt_trvlactvty .trvl_actvty_outer .single_post .img_sec img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
    display: block;
    transform: scale(1);
}
section.entrtnmnt_trvlactvty .trvl_actvty_outer .single_post .img_sec:hover img {
    transform: scale(1.1);
}
section.entrtnmnt_trvlactvty .trvl_actvty_outer .single_post .img_sec:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000;
    opacity: 0;
    z-index: 1;
    transform: scale(.5);
    -webkit-transition: .5s;
    transition: .5s;
}
section.entrtnmnt_trvlactvty .trvl_actvty_outer .single_post .img_sec .eye_overlay i {
    position: absolute;
    text-align: center;
    top: 45%;
    left: 0;
    right: 0;
    z-index: 2;
    color: #fff;
    visibility: hidden;
    font-size: 22px;
}
section.entrtnmnt_trvlactvty .trvl_actvty_outer .single_post .img_sec:hover .eye_overlay i {
    visibility: visible;
    opacity: 1;
}
section.entrtnmnt_trvlactvty .trvl_actvty_outer .single_post .img_sec:hover:after {
    opacity: .3;
    transform: scale(1);
}
section.entrtnmnt_trvlactvty .trvl_actvty_outer .single_post .text_sec {
    width: 472px;
    background: #fff;
    position: absolute;
    left: 348px;
    top: 22px;
    padding: 18px 22px 0 22px;
    z-index: 2;
}
section.entrtnmnt_trvlactvty .trvl_actvty_outer .single_post .text_sec .cat a {
    color: #cfa56f;
    font-size: 12px;
    font-family: 'OpenSans-Bold';
    text-transform: uppercase;
    text-decoration: none;
}
section.entrtnmnt_trvlactvty .trvl_actvty_outer .single_post .text_sec h4 a, .single_post .text_sec h4{
    color: #121212;
    font-size: 28px;
    font-family: 'Aileron-Bold';
    transition: 0.5s;
    text-decoration: none;
    line-height: 1.2;
    margin: 9px 0 18px 0;
}
section.entrtnmnt_trvlactvty .trvl_actvty_outer .single_post .text_sec h4 a:hover{
    color: #cfa56f;
}
section.entrtnmnt_trvlactvty .trvl_actvty_outer .single_post .text_sec p#date_comment {
    margin: 0;
    color: #363636;
    font-size: 12px;
    font-family: 'OpenSans';
    text-transform: uppercase;
}
section.entrtnmnt_trvlactvty .trvl_actvty_outer .single_post .text_sec p#date_comment span {
    padding: 0 0 0 20px;
}
section.entrtnmnt_trvlactvty .trvl_actvty_outer .single_post .text_sec p#date_comment span i {
    padding: 0 0 0 6px;
    font-size: 15px;
    color: #191919;
}
section.entrtnmnt_trvlactvty .trvl_actvty_outer .single_post .text_sec p {
    color: #363636;
    font-size: 14px;
    font-family: 'OpenSans';
    margin: 15px 0 0 0;
    line-height: 1.5;
}
section.entrtnmnt_trvlactvty .trvl_actvty_outer .single_post .text_sec a.read_more {
    background: #131313;
    color: #ffffff;
    font-size: 12px;
    font-family: 'OpenSans';
    padding: 10px 25px;
    margin: 20px 0 0 0;
    display: inline-block;
    text-decoration: none;
    transition: 0.5s;
    border: 1px solid #131313;
    text-transform: uppercase;
}
section.entrtnmnt_trvlactvty .trvl_actvty_outer .single_post .text_sec a.read_more:hover{
    color: #131313;
    background: #fff;
}

section.entrtnmnt_trvlactvty .trvl_actvty_outer .rpt_posts_outer .left_posts .post {
   display: flex;
    border-bottom: 1px solid #e1e1e1;
    padding: 0 0 18px 0;
    margin: 0 0 18px 0;
}
section.entrtnmnt_trvlactvty .trvl_actvty_outer .rpt_posts_outer .left_posts .post .img_sec {
    max-width: 140px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
section.entrtnmnt_trvlactvty .trvl_actvty_outer .rpt_posts_outer .left_posts .post .img_sec img{
    width: 100%;
    height: auto;
    transition: all 0.5s;
    display: block;
    transform: scale(1);
}
section.entrtnmnt_trvlactvty .trvl_actvty_outer .rpt_posts_outer .left_posts .post .img_sec:hover img {
    transform: scale(1.1);
}
section.entrtnmnt_trvlactvty .trvl_actvty_outer .rpt_posts_outer .left_posts .post .img_sec:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000;
    opacity: 0;
    z-index: 1;
    transform: scale(.5);
    -webkit-transition: .5s;
    transition: .5s;
}
section.entrtnmnt_trvlactvty .trvl_actvty_outer .rpt_posts_outer .left_posts .post .img_sec .eye_overlay i {
    position: absolute;
    text-align: center;
    top: 45%;
    left: 0;
    right: 0;
    z-index: 2;
    color: #fff;
    visibility: hidden;
    font-size: 22px;
}
section.entrtnmnt_trvlactvty .trvl_actvty_outer .rpt_posts_outer .left_posts .post .img_sec:hover .eye_overlay i {
    visibility: visible;
    opacity: 1;
}
section.entrtnmnt_trvlactvty .trvl_actvty_outer .rpt_posts_outer .left_posts .post .img_sec:hover:after {
    opacity: .3;
    transform: scale(1);
}
section.entrtnmnt_trvlactvty .trvl_actvty_outer .rpt_posts_outer .left_posts .post .text_sec {
    max-width: 255px;
    padding: 0 18px 0 18px;
}
section.entrtnmnt_trvlactvty .trvl_actvty_outer .rpt_posts_outer .left_posts .post .text_sec p#date_comment {
    margin: 0;
    color: #363636;
    font-size: 12px;
    font-family: 'OpenSans';
    text-transform: uppercase;
}
section.entrtnmnt_trvlactvty .trvl_actvty_outer .rpt_posts_outer .left_posts .post .text_sec p#date_comment span {
    padding: 0 0 0 20px;
}
section.entrtnmnt_trvlactvty .trvl_actvty_outer .rpt_posts_outer .left_posts .post .text_sec p#date_comment span i {
    padding: 0 0 0 6px;
    font-size: 15px;
    color: #191919;
}
section.entrtnmnt_trvlactvty .trvl_actvty_outer .rpt_posts_outer .left_posts .post .text_sec h4 a, section.entrtnmnt_trvlactvty .trvl_actvty_outer .rpt_posts_outer .left_posts .post .text_sec h4{
    color: #131313;
    font-size: 16px;
    font-family: 'Aileron-Regular';
    transition: 0.5s;
    text-decoration: none;
    line-height: 1.3;
}
section.entrtnmnt_trvlactvty .trvl_actvty_outer .rpt_posts_outer .left_posts .post .text_sec h4 a:hover{
    color: #cfa56f;
}
section.entrtnmnt_trvlactvty .trvl_actvty_outer .rpt_posts_outer .left_posts .post .text_sec p {
    color: #262626;
    font-size: 14px;
    font-family: 'OpenSans';
        margin: 0;
}
section.entrtnmnt_trvlactvty .trvl_actvty_outer .rpt_posts_outer {
    padding: 30px 0 0 0;
}
section.entrtnmnt_trvlactvty .trvl_actvty_outer .rpt_posts_outer .left_posts .post:nth-child(5){
    margin: 0;
    padding: 0;
    border: none;
}
section.entrtnmnt_trvlactvty .trvl_actvty_outer .rpt_posts_outer .right_posts .post .img_sec img{
    width: 100%;
    height: auto;
     transition: all 0.5s;
    display: block;
    transform: scale(1);
}
section.entrtnmnt_trvlactvty .trvl_actvty_outer .rpt_posts_outer .right_posts .post .img_sec {
    position: relative;
    overflow: hidden;
}
section.entrtnmnt_trvlactvty .trvl_actvty_outer .rpt_posts_outer .right_posts .post .img_sec:hover img{
    transform: scale(1.1);
}
section.entrtnmnt_trvlactvty .trvl_actvty_outer .rpt_posts_outer .right_posts .post .img_sec:before {
    z-index: 1;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 54%, rgb(0 0 0 / 66%) 96%);
}
section.entrtnmnt_trvlactvty .trvl_actvty_outer .rpt_posts_outer .right_posts .post {
    position: relative;
    margin: 0 0 20px 0;
}
section.entrtnmnt_trvlactvty .trvl_actvty_outer .rpt_posts_outer .right_posts .post .text_sec {
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
    padding: 0 20px 8px 20px;
}
section.entrtnmnt_trvlactvty .trvl_actvty_outer .rpt_posts_outer .right_posts .post .text_sec p#date_comment {
    margin: 0;
    color: #e9e9e9;
    font-size: 12px;
    font-family: 'OpenSans';
    text-transform: uppercase;
}
section.entrtnmnt_trvlactvty .trvl_actvty_outer .rpt_posts_outer .right_posts .post .text_sec p#date_comment span {
    padding: 0 0 0 20px;
}
section.entrtnmnt_trvlactvty .trvl_actvty_outer .rpt_posts_outer .right_posts .post .text_sec p#date_comment span i {
    padding: 0 0 0 6px;
    font-size: 15px;
    color: #e9e9e9;
}
section.entrtnmnt_trvlactvty .trvl_actvty_outer .rpt_posts_outer .right_posts .post .text_sec h4 a, section.entrtnmnt_trvlactvty .trvl_actvty_outer .rpt_posts_outer .right_posts .post .text_sec h4 {
    color: #ffffff;
    font-size: 22px;
    text-decoration: none;
    transition: 0.5s;
    font-family: 'Aileron-Bold';
    line-height: 1.2;
}
section.entrtnmnt_trvlactvty .trvl_actvty_outer .rpt_posts_outer .right_posts .post .text_sec h4 a:hover{
        color: #c69c53;
}
section.entrtnmnt_trvlactvty .trvl_actvty_outer .rpt_posts_outer .right_posts .post:nth-child(3){
    margin: 0;
}
section.entrtnmnt_trvlactvty .trvl_actvty_outer {
    margin: 40px 0 0 0;
}
section.entrtnmnt_trvlactvty .categories h3 {
    color: #c69c53;
    font-size: 18px;
    font-family: 'Aileron-Bold';
    margin: 0 0 25px 0;
}
section.entrtnmnt_trvlactvty .categories li{
    list-style: none;
    position: relative;
    padding: 0 0 22px 25px;
}
section.entrtnmnt_trvlactvty .categories li:before{
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #cecece;
    left: 0;
    top: 8px;
}
section.entrtnmnt_trvlactvty .categories li:hover:before{
    background: #c69c53;
}
section.entrtnmnt_trvlactvty .categories li a {
    color: #232323;
    font-size: 14px;
    font-family: 'OpenSans';
    text-decoration: none;
}
section.entrtnmnt_trvlactvty .categories {
    margin: 40px 0 0 0;
}





section.entrtnmnt_trvlactvty .latest_posts h3 {
    color: #272727;
    font-size: 18px;
    font-family: 'Aileron-Bold';
    margin: 0 0 30px 0;
    text-transform: uppercase;
}
section.entrtnmnt_trvlactvty .latest_posts .post {
    display: flex;
}
section.entrtnmnt_trvlactvty .latest_posts .post .img_sec {
    max-width: 120px;
}
section.entrtnmnt_trvlactvty .latest_posts .post .text_sec .cat a {
    color: #cfa56f;
    font-size: 12px;
    font-family: 'OpenSans-Bold';
    text-transform: uppercase;
    text-decoration: none;
}
section.entrtnmnt_trvlactvty .latest_posts .post .text_sec h4 a, section.entrtnmnt_trvlactvty .latest_posts .post .text_sec h4{
    color: #121212;
    font-size: 16px;
    font-family: 'Aileron-Regular';
    line-height: 1.5;
    margin: 5px 0 0 0;
    text-decoration: none;
    transition: 0.5s;
}
section.entrtnmnt_trvlactvty .latest_posts .post .text_sec h4 a:hover{
    color: #cfa56f;
}
section.entrtnmnt_trvlactvty .latest_posts .post .text_sec {
    max-width: 275px;
    padding: 0 8px 0 20px;
}
section.entrtnmnt_trvlactvty .latest_posts .post {
    display: flex;
    margin: 0 0 20px 0;
    border-bottom: 1px dashed #e1e1e1;
    padding: 0 0 20px 0;
}
section.entrtnmnt_trvlactvty .latest_posts {
    margin: 10px 0 0 0;
}



section.entrtnmnt_trvlactvty .tag_cloud h3 {
    color: #c69c53;
    font-size: 18px;
    font-family: 'Aileron-Bold';
    margin: 0 0 25px 0;
    text-transform: uppercase;
}
section.entrtnmnt_trvlactvty .tag_cloud .tags ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
section.entrtnmnt_trvlactvty .tag_cloud .tags ul li {
    display: inline-block;
}
section.entrtnmnt_trvlactvty .tag_cloud .tags ul li a {
    color: #272727;
    font-size: 12px;
    font-family: 'OpenSans';
    text-decoration: none;
    transition: 0.5s;
    background: #f3f3f3;
    padding: 5px 13px;
    margin: 0 7px 10px 0;
    display: block;
}
section.entrtnmnt_trvlactvty .tag_cloud .tags ul li a:hover{
    color: #fff;
    background-color: #c69c53;
}
section.entrtnmnt_trvlactvty .tag_cloud {
    margin: 35px 0 0 0;
}
section.vction_destntion_restaur {
    padding: 45px 0 0 0;
}
section.entrtnmnt_trvlactvty {
    padding: 0 0 45px 0;
}

section.pitch_blog_form .form_outer h3 {
    color: #111111;
    font-size: 22px;
    font-family: 'Aileron-Bold';
    text-align: center;
    margin: 0 0 23px 0;
}

section.pitch_blog_form .form_outer p#form_des{
    color: #363636;
    font-size: 14px;
    font-family: 'OpenSans';
    text-align: center;
    line-height: 1.5;
}
section.pitch_blog_form .form_outer {
    background: #f3f3f3;
    padding: 42px 48px;
}
section.pitch_blog_form .form_outer .form_wrapper form .input_outer {
    border-bottom: 1px dashed #e1e1e1;
    padding: 0 0 22px 0;
    margin: 0 0 16px 0;
}

section.pitch_blog_form .form_outer .form_wrapper form .input_outer label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
    font-family: 'OpenSans-Semibold';
    font-size: 14px;
    color: #000;
}
section.pitch_blog_form .form_outer .form_wrapper form .input_outer p {
    color: #c69c53;
    font-size: 12px;
    font-family: 'OpenSans';
    margin: 0;
}
section.pitch_blog_form .form_outer .form_wrapper form .input_outer input{
    width: 100%;
    border: 1px solid #d8d8d8;
    color: #000;
    padding: 14px 20px;
    border-radius: 4px;
    font-family: 'OpenSans';
    font-size: 12px;
    margin: 15px 0 0 0;
}
section.pitch_blog_form .form_outer .form_wrapper form .input_outer input:focus{
    outline: none;
}
section.pitch_blog_form .form_outer .form_wrapper form .input_outer input::placeholder{
    color: #9a9a9a;
    font-size: 12px;
    font-family: 'OpenSans';
}

section.pitch_blog_form .form_outer .form_wrapper form .input_outer textarea{
    width: 100%;
    border: 1px solid #d8d8d8;
    color: #000;
    padding: 14px 20px;
    border-radius: 4px;
    font-family: 'OpenSans';
    font-size: 12px;
    margin: 15px 0 0 0;
}
section.pitch_blog_form .form_outer .form_wrapper form .input_outer textarea::placeholder{
    color: #9a9a9a;
    font-size: 12px;
    font-family: 'OpenSans';
}
section.pitch_blog_form .form_outer .form_wrapper form .input_outer textarea:focus{
    outline: none;
}
section.pitch_blog_form .form_outer .form_wrapper form .input_outer select {
    width: 100%;
    border: 1px solid #d8d8d8;
    color: #000;
    padding: 13px 20px;
    border-radius: 4px;
    font-family: 'OpenSans';
    font-size: 12px;
    margin: 15px 0 0 0;
}
section.pitch_blog_form .form_outer .form_wrapper form .input_outer select:focus{
    outline: none;
}
section.pitch_blog_form .form_outer .form_wrapper form .submit {
    text-align: center;
    margin: 32px 0 0 0;
}
section.pitch_blog_form .form_outer .form_wrapper form .submit input.wpcf7-form-control.wpcf7-submit {
    font-size: 14px;
    color: #ffffff;
    font-family: 'OpenSans';
    background: #131313;
    border: none;
    padding: 13px 35px;
    border-radius: 4px;
}
section.pitch_blog_form .form_outer .form_wrapper {
    margin: 35px 0 0 0;
}

/*footer start*/
footer {
    background: #111111;
    padding: 50px 0 0 0;
    position: relative;
}
footer .logo_sec p {
    margin: 25px 0 40px 0;
    color: #ffffff;
    font-size: 14px;
    font-family: 'OpenSans';
    line-height: 1.8;
}
footer .logo_sec ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
footer .logo_sec ul li{
    display: inline-block;
}
footer .logo_sec ul li a {
    display: inline-block;
    transition: all .3s ease 0s;
    font-size: 16px;
    font-weight: 600;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 42px;
    -webkit-transition: .5s;
    background: #303030;
    margin: 0 7px 0 0;
    color: #fff;
    border: none;
    border-radius: 50%;
}

footer .you_missed_it h3 {
    font-size: 18px;
    margin: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Aileron-Bold';
    margin: 0 0 25px 0;
}
footer .you_missed_it .post h4 a {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Aileron-Regular';
    text-decoration: none;
    transition: 0.5s;
}
footer .you_missed_it .post  p#date_comment {
    margin: 3px 0 0 0;
    color: #e9e9e9;
    font-size: 12px;
    font-family: 'OpenSans';
    text-transform: uppercase;
}
footer .you_missed_it .post p#date_comment span {
    padding: 0 0 0 20px;
}
footer .you_missed_it .post p#date_comment span i {
    padding: 0 0 0 6px;
    font-size: 15px;
    color: #e9e9e9;
}
footer .you_missed_it .post {
   position: relative;
    padding: 0 0 15px 22px;
    border-bottom: 1px dashed #515151;
    margin: 0 0 15px 0;
}
footer .you_missed_it .post:before{
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    content: "\f105";
    color: #fff;
    left: 0;
    font-size: 24px;
    top: -7px;
}
footer .logo_sec {
    border-right: 1px solid #616161;
    padding: 0 35px 33px 0;
}
footer .you_missed_it {
    border-right: 1px solid #616161;
    padding: 20px 40px 0 10px;
}

footer .ltst_trvl_tips h3 {
    font-size: 18px;
    margin: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Aileron-Bold';
    margin: 0 0 25px 0;
}
footer .ltst_trvl_tips p {
    color: #ffffff;
    font-size: 14px;
    font-family: 'OpenSans';
    line-height: 1.8;
    margin: 0 0 28px 0;
}

footer .ltst_trvl_tips #es_form_f1-n1 {
    margin-bottom: 30px;
}

footer .ltst_trvl_tips a {
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Aileron-Regular';
}

footer .ltst_trvl_tips {
    padding: 20px 0 0 15px;
}

footer .cpy_rght {
    background: #1a1a1a;
    padding: 30px 0;
    margin: 40px 0 0 0;
}
footer .cpy_rght p {
    color: #bcbcbc;
    margin: 0;
    font-family: 'OpenSans';
    font-size: 14px;
    display: inline-block;
}

footer .ltst_trvl_tips .emaillist form .es-field-wrap input.es_txt_email{
    width: 345px;
    padding: 0 0;
    border: none;
    background: #2b2b2b;
    font-size: 12px;
    font-family: 'OpenSans';
    color: #979797;
    padding: 12px 15px;
}
footer .ltst_trvl_tips .emaillist form input.es_subscription_form_submit.es_submit_button.es_textbox_button{
    color: #fefefe;
    font-size: 14px;
    font-family: 'OpenSans';
    background: #c69c53;
    border: none;
    padding: 11px 23px;
}


/*category page*/

section.cat_header .catgry {
    font-size: 40px;
    color: #22201c;
    font-family: 'Aileron-Black';
}
section.cat_header .brdcrmbs .breadcrumb a, section.cat_header .brdcrmbs .breadcrumb span.current {
    color: #818181;
    font-size: 14px;
    font-family: 'OpenSans';
    text-decoration: none;

}
section.cat_header .brdcrmbs .breadcrumb {
    padding: 0;
    margin: 3px 0 0 0;
    background: #fff;
}
section.cat_header {
    text-align: center;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 35px 0 42px 0;
}
section.cat_posts_outer .left_sec .post .img_sec img{
    width: 100%;
    height: auto;
}
section.cat_posts_outer .left_sec .post .img_sec {
    position: relative;
}
section.cat_posts_outer .left_sec .post .img_sec .cat a {
    color: #cfa56f;
    font-size: 12px;
    font-family: 'OpenSans-Bold';
    text-transform: uppercase;
    text-decoration: none;
    background: #fff;
    padding: 4px 15px;
}
section.cat_posts_outer .left_sec .post .img_sec .cat {
    position: absolute;
    bottom: -8px;
    display: block;
    width: 100%;
    text-align: center;
}

section.cat_posts_outer .left_sec .post .text_sec h3 a, section.cat_posts_outer .left_sec .post .text_sec h3{
    color: #121212;
    font-size: 28px;
    font-family: 'Aileron-Bold';
    text-decoration: none;
    transition: 0.5s;
    margin: 30px 0 12px 0;
}

section.cat_posts_outer .left_sec .post .text_sec p#date_comment {
    margin: 0 0 18px 0;
    color: #363636;
    font-size: 12px;
    font-family: 'OpenSans';
    text-transform: uppercase;
}
section.cat_posts_outer .left_sec .post .text_sec p#date_comment span {
    padding: 0 0 0 20px;
}
section.cat_posts_outer .left_sec .post .text_sec p#date_comment span i {
    padding: 0 0 0 6px;
    font-size: 15px;
    color: #191919;
}
section.cat_posts_outer .left_sec .post .text_sec p {
    color: #363636;
    font-size: 14px;
    font-family: 'OpenSans';
    line-height: 1.8;
    margin: 0 0 22px 0;
}
section.cat_posts_outer .left_sec .post .text_sec a.read_more {
    font-family: 'OpenSans-Semibold';
    color: #cfa56f;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
}
section.cat_posts_outer .left_sec .post .text_sec a.read_more i{
    padding: 0 0 0 12px;
    font-size: 23px;
    vertical-align: bottom;
}
section.cat_posts_outer .left_sec .post {
    border-bottom: 1px dashed #e1e1e1;
    padding: 0 0 25px 0;
    margin: 0 0 50px 0;
}
section.cat_posts_outer div#othpst .pagination span#paginationtg {
    color: #6f6f6f;
    font-size: 14px;
    font-family: 'OpenSans';
    padding: 0 23px 0 0;
}
section.cat_posts_outer div#othpst .pagination span.current {
    background: #c69c53;
    color: #fff;
    font-family: 'OpenSans';
    padding: 7px 13px;
    margin: 0 13px 0 0;
    border-radius: 5px;
}
section.cat_posts_outer div#othpst .pagination a.inactive{
    padding: 10px 15px;
    color: #000;
    background: #e1e1e1;
    text-decoration: none;
    margin: 0 13px 0 0;
    border-radius: 5px;
}

.sidebar .author_sec .img_sec {
    text-align: center;
}

.sidebar .author_sec h4 {
    font-family: 'ILoveGlitter';
    font-size: 30px;
    color: #c69c53;
    -webkit-transform: rotate( 
-42deg
 );
    -ms-transform: rotate(-90deg);
    transform: rotate( 
-16deg
 );
}

.sidebar .author_sec p {
    margin: 22px 0 0 0;
    font-size: 16px;
    color: #282828;
    font-family: 'OpenSans';
}
.sidebar .author_sec {
    border: 1px solid #e1e1e1;
    padding: 37px 42px 80px 22px;
}
.sidebar .search_box {
    margin: 45px 0 0 0;
    position: relative;
}
.sidebar .search_box label {
    display: none;
}
.sidebar .search_box input {
    display: block;
    width: 100%;
    padding: 14px 50px 14px 12px;
    font-size: 14px;
    color: #969696;
    background-color: #f3f3f3;
    border: 1px solid #f3f3f3;
}
.sidebar .search_box input:focus{
    outline: none;
}
 .sidebar .search_box button.search-submit {
    width: 50px;
    height: 49px;
    position: absolute;
    top: 0;
    border: none;
    right: 0;
    padding: 15px 15px;
    background-color: #f3f3f3;
}
.sidebar .search_box button.search-submit svg.icon.icon-search {
    width: 100%;
    height: 100%;
}
.sidebar .search_box button.search-submit span.screen-reader-text {
    display: none;
}
.sidebar .social_icons h3 {
    color: #c69c53;
    font-size: 18px;
    font-family: 'Aileron-Bold';
    margin: 0 0 15px 0;
}
.sidebar .social_icons ul li a {
     position: relative;
    padding: 8px 20px 8px 25px;
    margin: 0 0 20px 0;
    font-size: 14px;
    font-family: 'OpenSans';
    display: flex;
    align-items: center;
    width: 195px;
    justify-content: space-between;
    text-decoration: none;
    color: #131313;
    transition: 0.5s;

}
.sidebar .social_icons ul li a:hover{
    color: #fff;
}
.sidebar .social_icons ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.sidebar .social_icons li {
    display: inline-block;
}

.sidebar .social_icons ul li a.fcbook:hover{
    background-color: #3b5999;
}

.sidebar .social_icons ul li a.twit:hover{
    background-color: #1DA1F2;
}
.sidebar .social_icons ul li a.insta:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.sidebar .social_icons ul li a.pintrst:hover{
    background-color: #E60023;
}
.sidebar .social_icons ul li a.lnkin:hover{
   background-color: #2867B2;  
}
.sidebar .social_icons ul li a.gpls:hover{
   background-color: #DD4B39;   
}

.sidebar .social_icons ul li a:before {
    content: "";
    position: absolute;
    background: #fff;
    left: 0;
    width: 1px;
    height: 15px;
    left: 152px;
}
.sidebar .social_icons ul li:nth-child(odd) a{
    border-right: 1px solid #d2d2d2;
}
.sidebar .social_icons {
    margin: 35px 0 0 0;
}

.sidebar .ad_show h3 {
    color: #272727;
    font-size: 18px;
    font-family: 'Aileron-Bold';
    margin: 0 0 30px 0;
}
.sidebar .ad_show img {
    width: 100%;
    height: auto;
}
.sidebar .ad_show {
    margin: 20px 0 0 0;
}

.sidebar .latest_posts h3 {
    color: #272727;
    font-size: 18px;
    font-family: 'Aileron-Bold';
    margin: 0 0 30px 0;
    text-transform: uppercase;
}
.sidebar .latest_posts .post {
    display: flex;
}
.sidebar .latest_posts .post .img_sec {
    max-width: 120px;
}
.sidebar .latest_posts .post .text_sec .cat a {
    color: #cfa56f;
    font-size: 12px;
    font-family: 'OpenSans-Bold';
    text-transform: uppercase;
    text-decoration: none;
}
.sidebar .latest_posts .post .text_sec h4 a, section.cat_posts_outer .sidebar .latest_posts .post .text_sec h4{
    color: #121212;
    font-size: 16px;
    font-family: 'Aileron-Regular';
    line-height: 1.5;
    margin: 5px 0 0 0;
    text-decoration: none;
    transition: 0.5s;
}
.sidebar .latest_posts .post .text_sec {
    max-width: 275px;
    padding: 0 8px 0 20px;
}
.sidebar .latest_posts .post {
    display: flex;
    margin: 0 0 20px 0;
    border-bottom: 1px dashed #e1e1e1;
    padding: 0 0 20px 0;
}
.sidebar .latest_posts {
    margin: 45px 0 0 0;
}

.sidebar .categories h3 {
    color: #c69c53;
    font-size: 18px;
    font-family: 'Aileron-Bold';
    margin: 0 0 25px 0;
}
.sidebar .categories li{
    list-style: none;
    position: relative;
    padding: 0 0 22px 25px;
}
.sidebar .categories li:before{
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #cecece;
    left: 0;
    top: 8px;
}
.sidebar .categories li:hover:before{
    background: #c69c53;
}
.sidebar .categories li a {
    color: #232323;
    font-size: 14px;
    font-family: 'OpenSans';
    text-decoration: none;
}
.sidebar .categories {
    margin: 40px 0 0 0;
}

.sidebar .ad_show_sec h3 {
    color: #272727;
    font-size: 18px;
    font-family: 'Aileron-Bold';
    margin: 0 0 30px 0;
    text-transform: uppercase;
}
.sidebar .ad_show_sec img{
    width: 100%;
    height: auto;
}
.sidebar .ad_show_sec {
    margin: 18px 0 0 0;
}
.sidebar .tag_cloud h3 {
    color: #c69c53;
    font-size: 18px;
    font-family: 'Aileron-Bold';
    margin: 0 0 25px 0;
    text-transform: uppercase;
}
 .sidebar .tag_cloud .tags ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.sidebar .tag_cloud .tags ul li {
    display: inline-block;
}
.sidebar .tag_cloud .tags ul li a {
    color: #272727;
    font-size: 12px;
    font-family: 'OpenSans';
    text-decoration: none;
    transition: 0.5s;
    background: #f3f3f3;
    padding: 5px 13px;
    margin: 0 7px 10px 0;
    display: block;
}
.sidebar .tag_cloud .tags ul li a:hover{
    color: #fff;
    background-color: #c69c53;
}
.sidebar .tag_cloud {
    margin: 45px 0 0 0;
}

section.cat_posts_outer {
    padding: 50px 0 45px 0;
}
.search_form {
    margin: 20px 0;
}


/*post page*/

section.post_wrapper .post_outer {
    width: 966px;
    margin: auto;
}
section.post_wrapper .post_outer .sinle_post .post_cat a {
    color: #cfa56f;
    font-size: 12px;
    font-family: 'OpenSans-Bold';
    text-transform: uppercase;
    text-decoration: none;
}
section.post_wrapper .post_outer .sinle_post .post_cat {
    text-align: center;
}
section.post_wrapper .post_outer .sinle_post h1 {
    color: #121212;
    font-size: 32px;
    font-family: 'Aileron-Bold';
    text-align: center;
    margin: 13px 0 20px 0;
}
section.post_wrapper .post_outer .sinle_post p#date_comment {
    margin: 0 0 30px 0;
    color: #363636;
    font-size: 12px;
    font-family: 'OpenSans';
    text-transform: uppercase;
    text-align: center;
}
section.post_wrapper .post_outer .sinle_post p#date_comment span {
    padding: 0 0 0 20px;
}
section.post_wrapper .post_outer .sinle_post p#date_comment span i {
    padding: 0 0 0 6px;
    font-size: 15px;
    color: #191919;
}
section.post_wrapper .post_outer .sinle_post p {
    color: #363636;
    font-size: 14px;
    font-family: 'OpenSans';
    line-height: 1.8;
}
section.post_wrapper .post_outer .sinle_post .text {
    padding: 35px 0 25px 0;
}

section.post_wrapper .post_outer .sinle_post .post_tags a{
    color: #272727;
    font-size: 12px;
    font-family: 'OpenSans';
    text-decoration: none;
    transition: 0.5s;
    background: #f3f3f3;
    padding: 5px 13px;
    margin: 0 7px 10px 0;
}
section.post_wrapper .post_outer .sinle_post .post_tags a:hover{
    color: #fff;
    background-color: #c69c53;
}
section.post_wrapper .post_outer .sinle_post .post_tags {
    text-align: center;
}
section.post_wrapper .post_outer .sinle_post {
    border-bottom: 1px solid #e1e1e1;
    padding: 0 0 28px 0;
}

section.post_wrapper .post_outer .next_prev_sec {
    display: flex;
    justify-content: space-between;
    padding: 15px 22px;
}

section.post_wrapper .post_outer .next_prev_sec a {
    font-family: 'OpenSans-Semibold';
    color: #6a6a6a;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.5s;
    font-size: 14px;
}
section.post_wrapper .post_outer .next_prev_sec a:hover{
        color: #cfa56f;
}
section.post_wrapper .post_outer .author_sec h3 {
    color: #cfa56f;
    font-size: 12px;
    font-family: 'OpenSans-Bold';
    text-transform: uppercase;
}
section.post_wrapper .post_outer .author_sec h4 {
    color: #151515;
    font-size: 22px;
    font-family: 'Aileron-SemiBoldItalic';
    margin: 0 0 15px 0;
}
section.post_wrapper .post_outer .author_sec p {
    color: #151515;
    font-size: 14px;
    font-family: 'OpenSans';
    line-height: 1.8;
    margin: 0 0 15px 0;
}
section.post_wrapper .post_outer .author_sec {
    background: #f5f5f5;
    text-align: center;
    padding: 50px 115px;
}
section.post_wrapper .post_outer .author_sec ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
section.post_wrapper .post_outer .author_sec ul li{
    display: inline-block;
}
section.post_wrapper .post_outer .author_sec ul li a {
    font-size: 18px;
    margin: 0 18px 0 0;
    color: #a1a1a1;
    text-decoration: none;
    transition: 0.5s;
}
section.post_wrapper .post_outer .author_sec ul li a:hover{
color: #cfa56f;
}
section.post_wrapper .post_outer .post_ad_sec h3 {
    color: #4b4b4b;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
}
section.post_wrapper .post_outer .post_ad_sec {
    margin: 30px 0 0 0;
}
section.post_wrapper .post_outer .you_might_like .heading h3 {
    font-size: 22px;
    color: #1e1e1e;
    font-family: 'Aileron-Bold';
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
    background: #ffffff;
    padding: 0 10px;
}
section.post_wrapper .post_outer .you_might_like .heading {
    text-align: center;
    position: relative;
    margin: 0 0 28px 0;
}
section.post_wrapper .post_outer .you_might_like .heading h3:after{
   position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #e1e1e1;
    left: 0;
    top: 13px;
    z-index: -1;
}
section.post_wrapper .post_outer .post_comment_sec .heading h3 {
    font-size: 22px;
    color: #1e1e1e;
    font-family: 'Aileron-Bold';
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
    background: #ffffff;
    padding: 0 10px;
}
section.post_wrapper .post_outer .post_comment_sec .heading h3:after{
   position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #e1e1e1;
    left: 0;
    top: 13px;
    z-index: -1;
}
section.post_wrapper .post_outer .post_comment_sec .heading {
    text-align: center;
    position: relative;
    padding: 0 0 60px 0;
}

section.post_wrapper .post_outer .post_comment_sec div#comments h3#reply-title {
    color: #1f1f1f;
    font-size: 32px;
    text-transform: uppercase;
    font-family: 'OpenSans-Semibold';
    margin: 0 0 25px 0;
}

section.post_wrapper .post_outer .post_comment_sec div#comments p {
    margin: 0 0 20px 0;
    color: #363636;
    font-size: 14px;
    font-family: 'OpenSans';
}

section.post_wrapper .post_outer .post_comment_sec div#comments label {
    display: block;
    font-weight: normal;
}
section.post_wrapper .post_outer .post_comment_sec div#comments p.comment-form-cookies-consent label{
    display: inline-block;
    color: #0f0f0f;
    font-size: 14px;
    font-family: 'OpenSans';
}
section.post_wrapper .post_outer .post_comment_sec div#comments textarea#comment {
    width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    height: 270px;
    background: #f5f5f5;
    padding: 10px 10px;
}
section.post_wrapper .post_outer .post_comment_sec div#comments textarea#comment:focus{
    outline: none;
}
section.post_wrapper .post_outer .post_comment_sec div#comments p.comment-form-author{
    display: inline-block;
        width: 461px;
    margin: 0 40px 0 0;
}
section.post_wrapper .post_outer .post_comment_sec div#comments p.comment-form-email {
    display: inline-block;
        width: 461px;
}
section.post_wrapper .post_outer .post_comment_sec input{
    width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    background: #f5f5f5;
    padding: 10px 10px;
}
section.post_wrapper .post_outer .post_comment_sec div#comments input:focus{
    outline: none;
}
section.post_wrapper .post_outer .post_comment_sec div#comments p.comment-form-cookies-consent input#wp-comment-cookies-consent{
    width: unset;
}

section.post_wrapper .post_outer .post_comment_sec div#comments p.form-submit input#submit {
    width: unset;
    border-radius: 0;
    background: #0f0f0f;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 15px 28px;
    font-family: 'OpenSans-Semibold';
}

section.post_wrapper .post_outer .post_comment_sec {
    padding: 35px 0 0 0;
}

section.post_wrapper .post_outer .you_might_like .post .img_sec img{
    width: 100%;
    height: auto;
}
section.post_wrapper .post_outer .you_might_like .post{
    position: relative;
}
section.post_wrapper .post_outer .you_might_like .post .text_sec {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 2;
    padding: 0 18px 8px 18px;
}
section.post_wrapper .post_outer .you_might_like .post .img_sec {
    position: relative;
    overflow: hidden;
}
section.post_wrapper .post_outer .you_might_like .post .img_sec:before{
    z-index: 1;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgb(245 246 252 / 0%), rgb(0 0 0 / 70%));
}

section.post_wrapper .post_outer .you_might_like .post .text_sec a{
    color: #ffffff;
    font-size: 16px;
    font-family: 'Aileron-Regular';
    text-decoration: none;
    transition: 0.5s;
}
section.post_wrapper .post_outer .you_might_like .post .text_sec p#date_comment {
    margin: 3px 0 0 0;
    color: #e9e9e9;
    font-size: 12px;
    font-family: 'OpenSans';
    text-transform: uppercase;
}
section.post_wrapper .post_outer .you_might_like .post .text_sec p#date_comment span {
    padding: 0 0 0 20px;
}
section.post_wrapper .post_outer .you_might_like .post .text_sec p#date_comment span i {
    padding: 0 0 0 6px;
    font-size: 15px;
    color: #e9e9e9;
}

section.post_wrapper .post_outer .you_might_like {
    margin: 55px 0 0 0;
}
section.post_wrapper {
    border-bottom: 1px solid #e1e1e1;
    padding: 45px 0 20px 0;
    margin: 0 0 26px 0;
}

section.post_wrapper .post_outer .sinle_post .shared-counts-wrap {
    margin: 20px 0 0 0;
}





/*media query for mobile*/
@media only screen and (max-width: 767px){
    
    section.vction_destntion_restaur .destination_outer .small_repeate_post .text_sec p#date_comment {
    font-size: 11px;
    }
    section.vction_destntion_restaur .restaurent_outer .right_posts .small_posts .posts .text_sec p#date_comment {
    font-size: 11px;
    }
    .error_lft_img img {
    width: 100%;
    height: auto;
    }
    .error_lft_img {
    text-align: center !important;
    margin: 100px 0 0 !important;
    }
    .error_rgh_cont h1 {
    font-size: 117px !important;
    margin: 0;
    }
    .error_rgh_cont h3 {
    font-size: 25px !important;
    padding: 0 0 9px !important;
    }
    .error_rgh_cont p {
    font-size: 16px !important;
    }
    .error_rgh_cont p a {
    font-size: 16px !important;
    }
    .error_rgh_cont h4 {
    font-size: 22px !important;
    padding-bottom: 0 !important;
    }
/*home page*/
header {
    display: none;
}
.container_main {
    max-width: 1245px;
    width: 90%;
    margin: auto;
}
section.top_latest_posts .single_latest_post .text_sec h2 a, section.top_latest_posts .single_latest_post .text_sec h2{
    font-size: 22px;
    margin: 3px 0 9px 0;
}
section.top_latest_posts .single_latest_post .text_sec p#date_comment{
    margin: 0 0 12px 0;
}
section.top_latest_posts .single_latest_post .text_sec a#read_more_link{
        margin: 15px 0 0 0;
        padding: 10px 18px;
}

section.top_latest_posts .small_latest_posts .post .text_sec{
        max-width: 169px;
}
section.top_latest_posts .small_latest_posts .post{
        margin: 0 0 18px 0;
}

section.top_latest_posts .single_latest_post{
    margin: 0 0 22px 0;
}
section.top_latest_posts .small_latest_posts{
        padding: 0 0 0px 0;
}
section.travel_outer {
    padding: 22px 0 25px 0;
}
section.travel_outer .trvl_single_post h3 a, .trvl_single_post h3{
    font-size: 22px;
    margin: 0 0 10px 0;
}

section.travel_outer .trvl_single_post p#date_comment{
    margin: 0 0 12px 0;
}
section.travel_outer .trvl_single_post a#read_more_link{
    padding: 10px 20px;
    margin: 12px 0 0 0;
}
section.travel_outer .trvl_small_posts {
    margin: 30px 0 0 0;
}

section.travel_outer .trvl_small_posts .left_post p{
    margin: 0 0 20px 0;
}
section.travel_outer .search_box{
    margin: 25px 0 0 0;
}
section.travel_outer .social_icons ul li a{
    width: auto;
}
section.travel_outer .social_icons ul li{
    width: 48%;
    margin: 0;
}
section.travel_outer .social_icons{
    margin: 22px 0 0 0;
}
section.travel_outer .ad_show {
    margin: 10px 0 0 0;
}
section.adventure_outer {
    padding: 20px 0 10px 0;
}
section.adventure_outer .single_post .text_sec h4 a, section.adventure_outer .single_post .text_sec h4{
    font-size: 22px;
}
section.adventure_outer .single_post .text_sec{
    padding: 15px 0 15px 0;
}
section.vction_destntion_restaur {
    padding: 25px 0 0 0;
}
section.vction_destntion_restaur .vacation_outer .left_posts .post .text h4 a, section.vction_destntion_restaur .vacation_outer .left_posts .post .text h4{
    font-size: 22px;
}
section.vction_destntion_restaur .vacation_outer .left_posts .post {
    margin: 0 0 22px 0;
}
section.vction_destntion_restaur .restaurent_outer {
    margin: 25px 0 25px 0;
}
section.vction_destntion_restaur .restaurent_outer .restaur_single_post .text_sec h4 a, .restaur_single_post .text_sec h4{
    font-size: 22px;
    margin: 6px 0 10px 0;
}
section.vction_destntion_restaur .restaurent_outer .restaur_single_post .text_sec p{
    margin: 15px 0 0 0;
}
section.vction_destntion_restaur .restaurent_outer .restaur_single_post .text_sec a.read_more{
    padding: 10px 23px;
    margin: 20px 0 0 0;
   
}
section.vction_destntion_restaur .restaurent_outer .restaur_single_post .text_sec{
    margin: 0 0 22px 0;
}
section.vction_destntion_restaur .restaurent_outer .right_posts .posts_outer .post{
    max-width: 100%;
    margin: 0 0 20px;
}
section.vction_destntion_restaur .restaurent_outer .right_posts .small_posts .posts .text_sec {
    max-width: 181px;
    padding: 0 10px 0 20px;
}
section.vction_destntion_restaur .restaurent_outer .right_posts .small_posts .posts .text_sec h4 a, section.vction_destntion_restaur .restaurent_outer .right_posts .small_posts .posts .text_sec h4{
    font-size: 14px;
}
section.vction_destntion_restaur .destination_outer .single_post h4 a, .destination_outer .single_post h4{
    font-size: 22px;
    margin: 6px 0 10px 0;
}
section.vction_destntion_restaur .destination_outer .single_post a.read_more{
    padding: 10px 20px;
}
section.vction_destntion_restaur .destination_outer .small_repeate_post .img_sec{
    max-width: 104px;
}
section.vction_destntion_restaur .destination_outer .small_repeate_post .text_sec{
        max-width: 207px;
}
section.vction_destntion_restaur .destination_outer .small_repeate_post .text_sec h4 a, section.vction_destntion_restaur .destination_outer .small_repeate_post .text_sec h4{
    font-size: 14px;
}
section.entrtnmnt_trvlactvty {
    padding: 22px 0 22px 0;
}
section.entrtnmnt_trvlactvty .entrtnmnt_outer .posts_outer .post .text_sec h4 a, section.entrtnmnt_trvlactvty .entrtnmnt_outer .posts_outer .post .text_sec h4{
    font-size: 22px;
}
section.entrtnmnt_trvlactvty .entrtnmnt_outer .posts_outer .post {
    margin: 0 0 22px 0;
}
section.entrtnmnt_trvlactvty .entrtnmnt_outer .small_posts_outer .post {
    margin: 0 0 22px 0;
}
section.entrtnmnt_trvlactvty .trvl_actvty_outer {
    margin: 10px 0 0 0;
}
section.entrtnmnt_trvlactvty .trvl_actvty_outer .single_post {
    position: unset;
}
section.entrtnmnt_trvlactvty .trvl_actvty_outer .single_post .img_sec {
    width: 100%;
}
section.entrtnmnt_trvlactvty .trvl_actvty_outer .single_post .text_sec {
    width: 100%;
    position: unset;
    padding: 18px 0 0 0;
}
section.entrtnmnt_trvlactvty .trvl_actvty_outer .single_post .text_sec h4 a, .single_post .text_sec h4{
        font-size: 22px;
}
section.entrtnmnt_trvlactvty .trvl_actvty_outer .rpt_posts_outer .left_posts .post .text_sec{
    max-width: 197px;
}
section.entrtnmnt_trvlactvty .trvl_actvty_outer .rpt_posts_outer .left_posts .post .text_sec p#date_comment span{
    padding: 0 0 0 10px;
}
section.entrtnmnt_trvlactvty .trvl_actvty_outer .rpt_posts_outer .left_posts .post .text_sec h4 a, section.entrtnmnt_trvlactvty .trvl_actvty_outer .rpt_posts_outer .left_posts .post .text_sec h4{
    font-size: 14px;
}
section.entrtnmnt_trvlactvty .trvl_actvty_outer .rpt_posts_outer .left_posts{
    margin: 0 0 22px 0;
}
section.entrtnmnt_trvlactvty .categories {
    margin: 25px 0 0 0;
}
section.entrtnmnt_trvlactvty .tag_cloud {
    margin: 25px 0 0 0;
}
section.pitch_blog_form .form_outer {
    padding: 25px 25px;
}
section.pitch_blog_form .form_outer h3{
    margin: 0 0 15px 0;
}
footer .logo_sec {
    border-right: none;
    padding: 0 0 33px 0;
}
footer .logo_sec p {
    margin: 25px 0 23px 0;
}
footer .you_missed_it {
    border-right: none;
    padding: 0 0 0 0;
}
footer .ltst_trvl_tips .emaillist form .es-field-wrap input.es_txt_email{
    width: 100%;
}
footer .cpy_rght {
    padding: 22px 0;
    margin: 22px 0 0 0;
    text-align: center;
}
footer .cpy_rght p {
    font-size: 13px;
    display: block;
    margin: 0 0 15px 0;
}
section.top_latest_posts {
    padding: 20px 0 0 0;
}

/*home page end*/

/*post page start*/
section.post_wrapper .post_outer{
    width: 100%;
}

section.post_wrapper .post_outer .sinle_post h1 {
    font-size: 22px;
    margin: 5px 0 10px 0;
}
section.post_wrapper .post_outer .sinle_post .img_sec img{
    width: 100%;
    height: auto;
}
section.post_wrapper .post_outer .author_sec{
    padding: 30px 25px;
}
section.post_wrapper .post_outer .post_ad_sec img{
    width: 100%;
    height: auto;
}
section.post_wrapper .post_outer .you_might_like {
    margin: 28px 0 0 0;
}
section.post_wrapper .post_outer .you_might_like .post {
    margin: 0 0 22px 0;
}
section.post_wrapper .post_outer .post_comment_sec {
    padding: 8px 0 0 0;
}
section.post_wrapper .post_outer .post_comment_sec .heading {
    padding: 0 0 20px 0;
}
section.post_wrapper .post_outer .post_comment_sec div#comments h3#reply-title{
    font-size: 25px;
}
section.post_wrapper .post_outer .post_comment_sec div#comments p.comment-form-author{
    width: 100%;
    margin: 0 0 22px 0;
}
section.post_wrapper .post_outer .post_comment_sec div#comments p.comment-form-email{
    width: 100%;
}
section.post_wrapper .post_outer .post_comment_sec div#comments textarea#comment{
    width: 100%;
    height: auto;
}
section.post_wrapper .post_outer .post_comment_sec div#comments p.comment-form-cookies-consent label{
    display: unset;
}
section.post_wrapper .post_outer .post_comment_sec div#comments p.form-submit input#submit{
    padding: 13px 20px;
}
/*post page end*/


/*category page start*/
section.cat_header .catgry {
    font-size: 22px;
}
section.cat_header {
    padding: 80px 0 20px 0;
}
section.cat_posts_outer {
    padding: 25px 0 22px 0;
}
section.cat_posts_outer .left_sec .post .text_sec h3 a, section.cat_posts_outer .left_sec .post .text_sec h3{
    font-size: 22px;
    margin: 25px 0 12px 0;
}
section.cat_posts_outer .left_sec .post .text_sec p#date_comment{
    margin: 0 0 10px 0;
}
section.cat_posts_outer .left_sec .post{
    margin: 0 0 25px 0;
}
section.cat_posts_outer .sidebar .search_box{
    margin: 28px 0 0 0;
}
section.cat_posts_outer .sidebar .social_icons ul li a{
    width: auto;
}
section.cat_posts_outer .sidebar .social_icons ul li {
        width: 48%;
}
section.cat_posts_outer .sidebar .social_icons ul li:nth-child(odd) a{
    border-right:none;
}
/*category page end*/
}


/*top post css start*/
.tp_mn {
    display: flex;
    margin-top: 0;
    background: #f1f1f1;
}
section#top_post {
    margin-top: 15px;
}
.tpost {
    background-color: #eff4f4;
    width: 15%;
    display: flex;
}
.tp_hd {
    width: 100%;
}
.tp_date {
    width: 13%;
    display: flex;
    position: relative;
}
.tp_tit {
    width: 70%;
    display: flex;
}
.tp_hd {
    background: #111111;
    padding: 5px 54px;
}

.tp_hd h4 {
    font-family: 'Aileron-Bold';
    font-size: 16px;
    color: #fff;
}
.tp_date h4 {
    font-family: 'OpenSans';
    font-size: 12px;
    color: #525252;
    margin: 0;
    padding-top: 15px;
    padding-left: 15px;
}
.tp_date h4:before {
    content: "";
    background: #c69c53;
    position: absolute;
    top: 13px;
    padding: 12px 1px;
    right: 0;
}
.tp_tit marquee {
    padding-top: 14px;
    margin-left: 14px;
}
.tp_tit marquee a {
    font-family: 'OpenSans-Semibold';
    font-size: 14px;
    color: #151515;
    text-decoration: none;
    margin-right: 38px;
}

/*top post css close*/

.tags::-webkit-scrollbar-thumb {
    background: #c69c53;
    border-radius: 10px;
}

.tags::-webkit-scrollbar {
    width: 6px;
    background: #b8b8b8;
}
.tag_cloud .tags {
    overflow: auto;
    width: 100%;
    height: 235px;
}

/*pagination start*/

#othpst ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#othpst ul li.active {
    background: #c69c53 none repeat scroll 0 0;
}
#othpst ul li {
    color: #fff;
    padding: 4px 8px;
    display: inline-block;
    background: #000 none repeat scroll 0 0;
    margin-bottom: 15px;
}
#othpst ul li a {
    color: #fff;
    text-decoration: none;
    font-family: 'Aileron-Bold';
    font-size: 14px;
}
a:hover {
    -moz-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

/*pagination close*/

.top_bot h4 {
    font-family: 'OpenSans-Bold';
    color: #c69c53;
    font-size: 14px;
    cursor: pointer;
}

.top_bot {
    padding: 0;
    margin: -10px 0 0 0;
    display: inline-block;
    float: right;
    cursor: pointer;
}
.not_fond h1 {
    color: #151515;
    text-transform: uppercase;
    display: inline-block;
    margin: 20px 0 0px;
    font-size: 28px;
    font-family: 'Aileron-Bold';
}
.not_fond p {
    font-family: 'OpenSans-Semibold';
    color: #151515;
    padding: 5px 0px 0px;
    font-size: 15px;
}
.not_fond:before {
    content: "";
    width: 40px;
    height: 4px;
    background-color: #d4a368;
    position: absolute;
    top: 10px;
    left: 13px;
}

/*responsive menu  css start*/

@media screen and (max-width:767px){
/*responsive menu css ends*/
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
header.navbar-fixed-top {
    display: none;
}

/*responsive menu css starts*/
.sidenav.mySideBar {
    display: flex;
    justify-content: center;
    padding-top: 58px;
}
.sidenav.mySideBar {
    width: 100%;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9);
    overflow-x: hidden;
    padding-top: 60px;
}
a.side-menu-button.actives {
    background-color: #c69c53;
    color: #fff !important;
}
a.side-menu-button {
    display: flex;
    justify-content: space-around;
    padding: 6px 15px;
    background-color: #c69c53;
    color: #fff;
    font-size: 25px;
    border-radius: 4px;
    z-index: 99999999999;
    position: relative;
    text-decoration: none;
}
.sidenav.mySideBar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sidenav ul#mob_menu a {
    padding: 10px 0;
    font-family: "Raleway", sans-serif;
    color: #6a6a6a;
    text-decoration: none;
    font-size: 20px;
    display: block;
    transition: 0.3s;
    text-align: center;
    text-transform: uppercase;
}
.sgpb-popup-dialog-main-div-theme-wrapper-2 {
    top: 60 !important;
}
.sidenav ul#mob_menu a:hover{
    color: #0bc6cb;
    transition: all 0.3s ease-in-out;
}

div#sgpb-popup-dialog-main-div {
    min-width: 85% !important;
    width: 85% !important;
    max-width: 85% !important;
    /*display: block;*/
    /*margin: auto;*/
}
img.sgpb-popup-close-button-2 {
    right: 20px !important;
}
#mobmenu_cstm {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 15px 15px;
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    z-index: 1030;
    border-bottom: 1px solid #dcdcdb;
    box-shadow: 3px 0px 6px -1px #212529;
}
#mobmenu_cstm .menu_title img {
    width: 135px;
}
div#tp_menues {
    margin-top: 3px;
}
}
/*responsive menu  css start*/


@media only screen and (max-width: 767px) {
    section.top_latest_posts .single_latest_post .text_sec { 
    padding: 15px 0 0 0;
    }
    section.travel_outer .author_sec {
    padding: 37px 42px 45px 22px;
    }
    .tp_mn {
    flex-direction: column;
    padding-bottom: 18px;
    }
    .tpost {
    width: 100%;
    }
    .tp_date {
    width: 100%;
    }
    .tp_tit {
    width: 100%;
    display: flex;
    }
    .tp_date h4:before{
        display: none;
    }
    .tp_hd {
    text-align: center;
    }
    .tp_tit marquee {
    margin-right: 14px;
    }
    section#top_post {
    margin-top: 80px;
    }
    section.post_wrapper {
    margin: 45px 0 26px 0;
    }
    .top_bot {
    float: unset;
    margin: 0;
    display: block;
    }
    .top_bot h4 i {
    bottom: 22px;
    right: unset;
    left: 36%;
    }
    section.travel_outer .social_icons ul li:nth-child(odd) a{
        border-right: none;
    }
    .emaillist label {
    width: 100%;
    }
    #othpst ul {
    margin-bottom: 20px;
    }
    .not_fond {
    margin-top: 50px;
    }
    section.vction_destntion_restaur .restaurent_outer .right_posts .posts_outer {
    flex-direction: column;
    }
    section.vction_destntion_restaur .restaurent_outer .right_posts .posts_outer .post h4 a, section.vction_destntion_restaur .restaurent_outer .right_posts .posts_outer .post h4 {
    margin: 10px 0 5px 0;
    }
    section.pitch_blog_form .form_outer .form_wrapper form .input_outer {
    padding: 0 0 10px 0;
    margin: 0 0 0 0;
    }
    section.post_wrapper .post_outer .sinle_post .text {
    padding: 20px 0 25px 0;
    }
    section.cat_posts_mn {
    margin-top: 80px;
    }
    .sidebar .social_icons ul li:nth-child(odd) a {
    border-right: none;
    }
    .sidebar .social_icons ul li a {
    width: auto;
    }
    .sidebar .social_icons ul li {
    width: 100%;
    }

}


/* Landscape */
@media only screen and (max-device-width: 767px) and (orientation: landscape) {
    
    section.vction_destntion_restaur .restaurent_outer .right_posts .posts_outer .post {
    max-width: 49%;
    width: auto;
    }
    .top_bot {
    float: right;
    }
    .top_bot h4 i {
    bottom: 31px;
    right: 70px;
    left: unset;
    }
    .emaillist label {
    width: 100%;
    }
        section.vction_destntion_restaur .restaurent_outer .right_posts .posts_outer {
    flex-direction: unset;
    }
    section.vction_destntion_restaur .restaurent_outer .right_posts .posts_outer .post {
    margin: 0 10px;
    }       

}


/* Iped Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    
    section.entrtnmnt_trvlactvty .trvl_actvty_outer .rpt_posts_outer .right_posts .post .text_sec {
    padding: 0 0 5px 0;
    }
    section.pitch_blog_form .form_outer .form_wrapper form .input_outer p {
    font-size: 10px;
    }
    section.entrtnmnt_trvlactvty .trvl_actvty_outer .rpt_posts_outer .col-md-6.col-sm-6:first-child {
    padding: 0;
    }
    header .top_header .menu_social_icons ul {
    border-left: unset !important;
    }
    header .top_header .menu_social_icons ul li a {
        border: unset;
        border-right: unset !important;
    }
    section.adventure_outer .left_posts .post .text_sec {
    padding: 15px 10px;
    }
    section.entrtnmnt_trvlactvty .latest_posts .post .img_sec {
    max-width: 47px;
    }
    .error_rgh_cont h1 {
    font-size: 136px !important;
    }
    .error_rgh_cont h3 {
    font-size: 29px !important;
    padding: 0 0 19px !important;
    }
    .tp_hd {
        background: #111111;
        padding: 5px 13px;
    }
    .tp_date {
    width: 18%;
    }
    .container_main {
    max-width: 1245px;
    width: 90%;
    margin: auto;
    }
    header .top_header .main_menu ul#menu-top_menu li {
    display: inline-block;
    padding: 17px 2px;
    }
    header .top_header .main_menu .nav_menu div#home {
    padding: 17px 6px;
    }
    header .top_header .main_menu a {
    font-size: 10px;
    }
    header .top_header .main_menu .nav_menu {
    padding: 0 0 0 5px;
    margin: 0 0 0 5px;
    }
    header .top_header .menu_social_icons ul li a {
    font-size: 12px;
    padding: 0px 4px;
    }
    section.entrtnmnt_trvlactvty .trvl_actvty_outer .single_post .text_sec {
    width: auto;
    }
    header .logo_header p#header_date {
    font-size: 10px;
    }   
    .tp_tit {
    width: 69%;
    }
    section.top_latest_posts .single_latest_post .text_sec {
    padding: 0px 8px 0 8px;
    }
    section.top_latest_posts .single_latest_post .text_sec h2 {
    margin: 4px 0 5px 0;
    }
    section.top_latest_posts .single_latest_post .text_sec p#date_comment {
    margin: 0 0 3px 0;
    }
    section.top_latest_posts .single_latest_post .text_sec p {
    margin: 0;
    font-size: 13px;
    }
    section.top_latest_posts .single_latest_post .text_sec a#read_more_link {
    font-size: 13px;
    padding: 12px 20px;
    margin: 10px 0 0 0;
    }
    section.top_latest_posts .single_latest_post .text_sec h2 a, section.top_latest_posts .single_latest_post .text_sec h2 {
    font-size: 22px;
    }
    section.top_latest_posts .small_latest_posts .post .text_sec {
    max-width: 133px;
    }
    section.top_latest_posts .small_latest_posts .post .text_sec h2 a {
    font-size: 14px;
    line-height: 1.2;
    }
    section.top_latest_posts .small_latest_posts .post .text_sec h2 {
    font-size: 14px;
    }
    section.top_latest_posts .single_latest_post {
    margin: 0 0 18px 0;
    }
    section.travel_outer {
    padding: 20px 0 20px 0;
    }
    section.travel_outer .social_icons ul li a {
    padding: 8px 11px 8px 11px;
    font-size: 12px;
    width: 103px;
    }
    section.travel_outer .social_icons ul li a:before {
    left: 71px;
    }
    section.travel_outer .trvl_small_posts {
    margin: 20px 0 0 0;
    }
    section.travel_outer .trvl_single_post a#read_more_link {
    margin: 10px 0 0 0;
    }
    section.travel_outer .trvl_single_post p#date_comment {
    margin: 0 0 10px 0;
    }
    section.travel_outer .trvl_small_posts .right_posts .post:before {
    font-size: 18px;
    top: 4px;
    }
    section.travel_outer .trvl_small_posts .right_posts .post {
    padding: 0 0 10px 18px;
    margin: 0 0 10px 0;
    }
    section.travel_outer .search_box {
    margin: 20px 0 0 0;
    }
    section.travel_outer .author_sec {
    padding: 37px 22px 37px 22px;
    }
    section.travel_outer .trvl_single_post .catgory {
    margin: 12px 0 12px 0;
    }
    section.travel_outer .trvl_small_posts .right_posts .post p#date_comment {
    font-size: 10px;
    }
    section.adventure_outer {
    padding: 20px 0 20px 0;
    }
    section.adventure_outer .left_posts .post .text_sec h4 a, section.adventure_outer .left_posts .post .text_sec h4 {
    font-size: 11px;
    line-height: 18px;
    }
    section.adventure_outer .left_posts .post .text_sec p#date_comment {
    font-size: 8px;
    }
    section.adventure_outer .left_posts .post .text_sec p#date_comment span {
    padding: 0 0 0 5px;
    }
    section.adventure_outer .left_posts .post .text_sec p#date_comment span i {
    padding: 0 0 0 4px;
    font-size: 8px;
    }
    section.adventure_outer .right_posts .post .text_sec h4 a, section.adventure_outer .right_posts .post .text_sec h4 {
    font-size: 12px;
    line-height: 18px;
    }
    section.adventure_outer .right_posts .post .text_sec p#date_comment {
    font-size: 8px;
    }
    section.adventure_outer .right_posts .post .text_sec p#date_comment span {
    padding: 0 0 0 5px;
    }
    section.adventure_outer .right_posts .post .text_sec p#date_comment span i {
    padding: 0 0 0 4px;
    font-size: 8px;
    }
    section.adventure_outer .single_post .text_sec {
    padding: 8px 0 0 0;
    }
    section.adventure_outer .single_post .text_sec h4 a, section.adventure_outer .single_post .text_sec h4 {
    font-size: 15px;
    }
    section.entrtnmnt_trvlactvty .trvl_actvty_outer .single_post .text_sec h4 a, .single_post .text_sec h4 {
    margin: 0px 0 3px 0;
    }
    section.adventure_outer h3 {
    margin: 0 0 10px 0;
    }
    section.vction_destntion_restaur .vacation_outer .left_posts .post .text h4 a, section.vction_destntion_restaur .vacation_outer .left_posts .post .text h4 {
    font-size: 16px;
    line-height: 20px;
    }
    section.vction_destntion_restaur .vacation_outer .left_posts .post .text p#date_comment {
    font-size: 10px;
    }
    section.vction_destntion_restaur .vacation_outer .right_posts .post .text h4 a, section.vction_destntion_restaur .vacation_outer .right_posts .post .text h4 {
    font-size: 13px;
    margin: 0px 0 0 0;
    line-height: 18px;
    }
    section.vction_destntion_restaur .vacation_outer .right_posts .post {
    margin: 0 0 8px 0;
    }
    section.vction_destntion_restaur .vacation_outer .right_posts .post .text {
    padding: 3px 10px 7px 10px;
    }
    section.vction_destntion_restaur .vacation_outer .right_posts .title_posts h4 a, section.vction_destntion_restaur .vacation_outer .right_posts .title_posts h4 {
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 4px 0;
    }
    section.vction_destntion_restaur .vacation_outer .right_posts .title_posts p#date_comment {
    font-size: 10px;
    }
    section.vction_destntion_restaur .vacation_outer .right_posts .title_posts p#date_comment span {
    padding: 0 0 0 10px;
    }
    section.vction_destntion_restaur .vacation_outer .right_posts .title_posts p#date_comment span i {
    padding: 0 0 0 4px;
    font-size: 10px;
    }
    section.vction_destntion_restaur .vacation_outer .right_posts .title_posts:before {
    font-size: 16px;
    top: 0px;
    }
    section.vction_destntion_restaur .vacation_outer .left_posts .post {
    margin: 0 0 20px 0;
    }
    section.vction_destntion_restaur .vacation_outer .right_posts .title_posts {
    padding: 0px 0 6px 23px;
    margin: 0px 0 6px 0;
    }
    section.vction_destntion_restaur .destination_outer .single_post .cat {
    margin: 5px 0 0 0;
    }
    section.vction_destntion_restaur .destination_outer .single_post h4 a, .destination_outer .single_post h4 {
    font-size: 14px;
    margin: 5px 0 8px 0;
    }
    section.vction_destntion_restaur .destination_outer .single_post p#date_comment {
    font-size: 10px;
    }
    section.vction_destntion_restaur .destination_outer .single_post p#date_comment span {
    padding: 0 0 0 10px;
    }
    section.vction_destntion_restaur .destination_outer .single_post p#date_comment span i {
    padding: 0 0 0 4px;
    font-size: 10px;
    }
    section.vction_destntion_restaur .destination_outer .single_post p {
    margin: 7px 0 7px 0;
    font-size: 13px;
    }
    section.vction_destntion_restaur .destination_outer .single_post a.read_more {
    font-size: 12px;
    padding: 10px 15px;
    margin: 5px 0 0 0;
    }
    section.vction_destntion_restaur .destination_outer .single_post {
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    }
    section.vction_destntion_restaur .destination_outer .small_repeate_post .text_sec {
    max-width: 131px;
    }
    section.vction_destntion_restaur .destination_outer .small_repeate_post .text_sec h4 a, section.vction_destntion_restaur .destination_outer .small_repeate_post .text_sec h4 {
    font-size: 13px;
    line-height: 1.2;
    }
    section.vction_destntion_restaur .destination_outer .small_repeate_post .text_sec p#date_comment {
    font-size: 7px;
    }
    section.vction_destntion_restaur .destination_outer .small_repeate_post .text_sec p#date_comment span i {
    padding: 0 0 0 5px;
    font-size: 10px;
    }
    section.vction_destntion_restaur .destination_outer .small_repeate_post .text_sec p#date_comment span {
    padding: 0 0 0 6px;
    }
    section.vction_destntion_restaur .restaurent_outer .right_posts .posts_outer .post {
    max-width: 100px;
    }
    section.vction_destntion_restaur .restaurent_outer .right_posts .posts_outer .post h4 a, section.vction_destntion_restaur .restaurent_outer .right_posts .posts_outer .post h4 {
    font-size: 13px;
    line-height: 1.2;
    margin: 5px 0 5px 0;
    }
    section.vction_destntion_restaur .restaurent_outer .right_posts .posts_outer .post p#date_comment {
    font-size: 8px;
    }
    section.vction_destntion_restaur .restaurent_outer .right_posts .posts_outer .post p#date_comment span {
    padding: 0 0 0 5px;
    }
    section.vction_destntion_restaur .restaurent_outer .right_posts .posts_outer .post p#date_comment span i {
    padding: 0px 0 0 5px;
    font-size: 10px;
    }
    section.vction_destntion_restaur .restaurent_outer .right_posts .small_posts .posts .text_sec {
    max-width: 123px;
    padding: 0 10px 0 10px;
    }
    section.vction_destntion_restaur .restaurent_outer .right_posts .small_posts .posts .text_sec h4 a, section.vction_destntion_restaur .restaurent_outer .right_posts .small_posts .posts .text_sec h4 {
    font-size: 12px;
    margin: 0 0 6px 0;
    line-height: 1.2;
    }
    section.vction_destntion_restaur .restaurent_outer .right_posts .small_posts .posts .text_sec p#date_comment {
    font-size: 8px;
    }
    section.vction_destntion_restaur .restaurent_outer .right_posts .small_posts .posts .text_sec p#date_comment span {
    padding: 0 0 0 6px;
    }
    section.vction_destntion_restaur .restaurent_outer .right_posts .small_posts .posts .text_sec p#date_comment span i {
    padding: 0 0 0 5px;
    font-size: 10px;
    }
    section.vction_destntion_restaur .restaurent_outer .restaur_single_post .text_sec h4 a, .restaur_single_post .text_sec h4 {
    font-size: 21px;
    margin: 8px 0 8px 0;
    }
    section.vction_destntion_restaur .restaurent_outer .restaur_single_post .text_sec {
    border: 1px solid #e1e1e1;
    padding: 12px 10px 12px 10px;
    }
    section.vction_destntion_restaur .restaurent_outer .restaur_single_post .text_sec p {
    font-size: 14px;
    margin: 10px 0 0 0;
    }
    section.vction_destntion_restaur .restaurent_outer .restaur_single_post .text_sec a.read_more {
    margin: 15px 0 0 0;
    padding: 10px 15px;
    }
    section.vction_destntion_restaur {
    padding: 20px 0 20px 0;
    }
    section.entrtnmnt_trvlactvty .entrtnmnt_outer .posts_outer .post .text_sec h4 a, section.entrtnmnt_trvlactvty .entrtnmnt_outer .posts_outer .post .text_sec h4 {
    font-size: 16px;
    }
    section.entrtnmnt_trvlactvty .entrtnmnt_outer .posts_outer .text_sec {
    padding: 0 10px 10px 10px;
    }
    section.entrtnmnt_trvlactvty .entrtnmnt_outer .small_posts_outer .post .text_sec {
    text-align: center;
    border: 1px solid #e1e1e1;
    padding: 5px 5px 5px 5px;
    }
    section.entrtnmnt_trvlactvty .entrtnmnt_outer .small_posts_outer .post p#date_comment {
    font-size: 10px;
    }
    section.entrtnmnt_trvlactvty .entrtnmnt_outer .small_posts_outer .post p#date_comment span {
    padding: 0 0 0 5px;
    }
    section.entrtnmnt_trvlactvty .entrtnmnt_outer .small_posts_outer .post p#date_comment span i {
    padding: 0 0 0 4px;
    font-size: 10px;
    }
    section.entrtnmnt_trvlactvty .entrtnmnt_outer .small_posts_outer .post .text_sec h4 a, section.entrtnmnt_trvlactvty .entrtnmnt_outer .small_posts_outer .post .text_sec h4 {
    font-size: 12px;
    line-height: 1.2;
    margin: 5px 0;
    }
    section.entrtnmnt_trvlactvty .categories li {
    padding: 0 0 15px 15px;
    }
    section.entrtnmnt_trvlactvty .trvl_actvty_outer h3 {
    font-size: 20px;
    margin: 0 0 15px 0;
    }
    section.entrtnmnt_trvlactvty .trvl_actvty_outer .single_post .img_sec {
    width: 224px;
    }
    section.entrtnmnt_trvlactvty .trvl_actvty_outer .single_post .text_sec {
    left: 170px;
    padding: 6px 10px 0 10px;
    }
    section.entrtnmnt_trvlactvty .trvl_actvty_outer .single_post .text_sec h4 a, .single_post .text_sec h4 {
    font-size: 16px;
    line-height: 1.2;
    margin: 9px 0 6px 0;
    }
    section.entrtnmnt_trvlactvty .trvl_actvty_outer .single_post .text_sec p#date_comment {
    margin: 0;
    font-size: 10px;
    }
    section.entrtnmnt_trvlactvty .trvl_actvty_outer .single_post .text_sec p {
    font-size: 12px;
    margin: 6px 0 0 0;
    }
    section.entrtnmnt_trvlactvty .trvl_actvty_outer .single_post .text_sec a.read_more {
    font-size: 12px;
    padding: 6px 10px;
    margin: 7px 0 0 0;
    }
    section.entrtnmnt_trvlactvty .trvl_actvty_outer .single_post {
    padding: 0 0 100px 0;
    }
    section.entrtnmnt_trvlactvty .latest_posts .post .text_sec h4 a, section.entrtnmnt_trvlactvty .latest_posts .post .text_sec h4 {
    font-size: 14px;
    line-height: 1.2;
    margin: 3px 0 0 0;
    }
    section.entrtnmnt_trvlactvty .trvl_actvty_outer .rpt_posts_outer .left_posts .post .text_sec {
    max-width: 140px;
    padding: 0 10px 0 7px;
    }
    section.entrtnmnt_trvlactvty .trvl_actvty_outer .rpt_posts_outer .left_posts .post .text_sec p#date_comment {
    font-size: 10px;
    }
    section.entrtnmnt_trvlactvty .trvl_actvty_outer .rpt_posts_outer .left_posts .post .text_sec p#date_comment span {
    padding: 0 0 0 4px;
    }
    section.entrtnmnt_trvlactvty .trvl_actvty_outer .rpt_posts_outer .left_posts .post .text_sec p#date_comment span i {
    padding: 0 0 0 4px;
    font-size: 10px;
    }
    section.entrtnmnt_trvlactvty .trvl_actvty_outer .rpt_posts_outer .left_posts .post .text_sec h4 a, section.entrtnmnt_trvlactvty .trvl_actvty_outer .rpt_posts_outer .left_posts .post .text_sec h4 {
    font-size: 14px;
    line-height: 1.2;
    margin: 5px 0;
    }
    section.entrtnmnt_trvlactvty .trvl_actvty_outer .rpt_posts_outer .left_posts .post .text_sec p {
    font-size: 13px;
    }
    section.entrtnmnt_trvlactvty .trvl_actvty_outer .rpt_posts_outer .right_posts .post .text_sec p#date_comment {
    color: #000;
    font-size: 12px;
    }
    section.entrtnmnt_trvlactvty .trvl_actvty_outer .rpt_posts_outer .right_posts .post .text_sec {
    position: unset;
    margin-top: 10px;
    }
    section.entrtnmnt_trvlactvty .trvl_actvty_outer .rpt_posts_outer .right_posts .post .text_sec h4 a, section.entrtnmnt_trvlactvty .trvl_actvty_outer .rpt_posts_outer .right_posts .post .text_sec h4 {
    font-size: 16px;
    margin: 6px 0;
    color: #000;
    }
    section.entrtnmnt_trvlactvty .trvl_actvty_outer .rpt_posts_outer .right_posts .post {
    margin: 0 0 5px 0;
    }
    section.entrtnmnt_trvlactvty .trvl_actvty_outer {
    margin: 20px 0 0 0;
    }
    section.entrtnmnt_trvlactvty .entrtnmnt_outer h3 {
    font-size: 20px;
    margin: 0 0 15px 0;
    }
    section.pitch_blog_form .form_outer {
    padding: 20px 20px;
    }
    section.pitch_blog_form .form_outer h3 {
    font-size: 20px;
    margin: 0 0 15px 0;
    }
    section.pitch_blog_form .form_outer .form_wrapper form .input_outer {
    padding: 0 0 10px 0;
    margin: 0px 0 10px 0;
    }
    section.pitch_blog_form .form_outer .form_wrapper form .submit {
    margin: 10px 0 0 0;
    }
    .footer_logo img {
    width: 100%;
    }
    footer .logo_sec p {
    margin: 20px 0 20px 0;
    font-size: 13px;
    line-height: 1.5;
    }
    footer .logo_sec ul li a {
    width: 28px;
    height: 28px;
    line-height: 29px;
    margin: 0 3px 0 0;
    }
    footer .ltst_trvl_tips .emaillist form .es-field-wrap input.es_txt_email {
    width: 100%;
    }
    footer .you_missed_it .post h4 {
    font-size: 14px;
    }
    footer .you_missed_it .post h4 a {
    font-size: 14px;
    }
    footer .you_missed_it .post p#date_comment {
    margin: 3px 0 0 0;
    font-size: 10px;
    }
    footer .you_missed_it .post p#date_comment span {
    padding: 0 0 0 15px;
    }
    footer .you_missed_it .post p#date_comment span i {
    padding: 0 0 0 4px;
    font-size: 10px;
    }
    footer .you_missed_it h3 {
    font-size: 14px;
    margin: 0 0 15px 0;
    }
    footer .ltst_trvl_tips h3 {
    font-size: 15px;
    margin: 0 0 15px 0;
    }
    .emaillist label {
    width: 100%;
    }
    footer {
    padding: 30px 0 0 0;
    }
    footer .cpy_rght {
    margin: 20px 0 0 0;
    }
    section.cat_header .catgry {
    font-size: 28px;
    }
    section.cat_header {
    padding: 20px 0 25px 0;
    }
    section.cat_posts_outer {
    padding: 25px 0 45px 0;
    }
    .sidebar .author_sec {
    padding: 37px 22px 37px 22px;
    }
    .sidebar .social_icons ul li a {
    padding: 8px 11px 8px 11px;
    font-size: 12px;
    width: 103px;
    }
    .sidebar .latest_posts .post .text_sec h4 a, section.cat_posts_outer .sidebar .latest_posts .post .text_sec h4 {
    font-size: 14px;
    line-height: 1.2;
    margin: 3px 0 0 0;
    }
    .sidebar .categories li {
    padding: 0 0 15px 15px;
    }
    section.cat_posts_outer .left_sec .post {
    margin: 0 0 20px 0;
    }
    section.post_wrapper .post_outer {
    width: 100%;
    margin: auto;
    }
    .img_sec img {
    width: 100%;
    height: auto;
    }
    .post_ad_sec img {
    width: 100%;
    height: auto;
    }
    section.post_wrapper {
    padding: 20px 0 20px 0;
    } 
    section.post_wrapper .post_outer .sinle_post h1 {
    font-size: 22px;
    margin: 10px 0 15px 0;
    }
    section.post_wrapper .post_outer .sinle_post .text {
    padding: 20px 0 25px 0;
    }
    .author_sec .img_sec img {
    width: auto;
    height: auto;
    }
    section.post_wrapper .post_outer .author_sec {
    padding: 35px 35px;
    }
    section.post_wrapper .post_outer .you_might_like {
    margin: 30px 0 0 0;
    }
    section.post_wrapper .post_outer .post_comment_sec div#comments p.comment-form-email {
    width: 288px;
    }
    section.post_wrapper .post_outer .post_comment_sec div#comments p.comment-form-author {
    width: 288px;
    }

    .sidebar .latest_posts .post .text_sec {
    max-width: 125px;
    }

    

}


/* Landscape */
@media only screen and (min-device-width: 767px)  and (max-device-width: 1024px)  and (orientation: landscape)  {
    section.entrtnmnt_trvlactvty .latest_posts .post .img_sec {
    max-width: 67px;
    }
    section.travel_outer .social_icons ul li a {
        padding: 8px 11px 8px 11px;
        font-size: 12px;
        width: 141px;
    }
    section.vction_destntion_restaur .restaurent_outer .right_posts .posts_outer .post {
    max-width: 139px;
    }
    section.entrtnmnt_trvlactvty .trvl_actvty_outer .single_post .text_sec {
    left: 170px;
    padding: 18px 22px 14px 22px;
    }
    section.entrtnmnt_trvlactvty .trvl_actvty_outer .single_post .img_sec {
    width: 263px;
    }
    section.entrtnmnt_trvlactvty .trvl_actvty_outer .single_post {
    padding: 0 0 20px 0;
    }
    section.entrtnmnt_trvlactvty .trvl_actvty_outer .rpt_posts_outer .left_posts .post .text_sec {
    max-width: 150px;
    padding: 0 10px 0 10px;
    }
    .sidebar .social_icons ul li a {
    width: 141px;
    }
    section.post_wrapper .post_outer .post_comment_sec div#comments p.comment-form-author {
    width: 394px;
    }
    section.post_wrapper .post_outer .post_comment_sec div#comments p.comment-form-email {
    width: 390px;
    }
    .sidebar .latest_posts .post .text_sec {
    max-width: 166px;
    }
    header .top_header .menu_social_icons ul li a {
    font-size: 12px;
    padding: 0px 18px;
    }
    
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
    section.entrtnmnt_trvlactvty .trvl_actvty_outer .single_post {
        padding: 0 0 30px 0;
    }
    header .top_header .menu_social_icons ul li a {
    font-size: 12px;
    padding: 0px 18px;
    }
    section.travel_outer .social_icons ul li a {
    width: 141px;
    }
    section.vction_destntion_restaur .vacation_outer .right_posts .title_posts {
    padding: 0px 0 16px 23px;
    } 
    section.vction_destntion_restaur .vacation_outer .right_posts .post .text {
    padding: 3px 10px 18px 10px;
    }
    section.vction_destntion_restaur .destination_outer .small_repeate_post .text_sec {
    max-width: 164px;
    }
    section.vction_destntion_restaur .restaurent_outer .right_posts .posts_outer .post {
    max-width: 140px;
    }
    section.vction_destntion_restaur .restaurent_outer .right_posts .small_posts .posts .text_sec {
    max-width: 169px;
    padding: 0 10px 0 10px;
    }
    section.entrtnmnt_trvlactvty .latest_posts .post .text_sec {
    max-width: 168px;
    padding: 0 8px 0 20px;
    }
    section.entrtnmnt_trvlactvty .trvl_actvty_outer .rpt_posts_outer .left_posts .post .text_sec {
    max-width: 178px;
    padding: 0 10px 0 10px;
    }
    .sidebar .social_icons ul li a {
    padding: 8px 11px 8px 11px;
    font-size: 12px;
    width: 141px;
    }
    .sidebar .latest_posts .post .text_sec {
    max-width: 175px;
    }
    section.post_wrapper .post_outer .post_comment_sec div#comments p.comment-form-author {
    width: 396px;
    }
    section.post_wrapper .post_outer .post_comment_sec div#comments p.comment-form-email {
    width: 389px;
    }
}


.error_rgh_cont h1 {
    font-family: 'Aileron-BoldItalic';
    font-size: 200px;
    color: #c69c53;
}

.error_rgh_cont h3 {
    font-family: 'Aileron-BoldItalic';
    font-size: 32px;
    color: #969696;
}
.error_rgh_cont p {
    font-family: 'OpenSans';
    font-size: 20px;
    color: #262626;
}
.error_rgh_cont h4 {
    font-family: 'Aileron-Regular';
    font-size: 24px;
    color: #262626;
    padding-bottom: 10px;
}
.error_rgh_cont {
    text-align: center;
    padding-bottom: 50px;
    padding-top: 30px;
}
.error_lft_img {
    text-align: center;
    margin: 100px 0;
}
.error_rgh_cont h3 {
    font-family: 'Aileron-BoldItalic';
    font-size: 32px;
    color: #969696;
    padding: 13px 0 30px;
}
.error_rgh_cont p a {
    font-family: 'OpenSans-Bold';
    font-size: 20px;
    color: #c69c53;
    text-decoration: none;
}
section#\34 04_error {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 20px;
}
.logo img {
    width: 164px;
    margin-right: 10px;
}


