/*
Theme Name: Travel Diaries Pro
Theme URI: https://rarathemes.com/wordpress-themes/travel-diaries-pro/
Author: Rara Theme
Author URI: https://rarathemes.com/
Description: Travel Diaries is a modern, clean and easy to use WordPress theme suitable for traveller bloggers and all kind of bloggers. The design is responsive and therefore, each elements are displayed nicely in all kind of devices of various screen sizes. Theme theme has a custom home page with several features such as subscription form, recent posts, most popular articles, travel guide, featured on section with Call to Action (CTA) button for advertisement, and featured on section with Call to Action button for advertisement. It also has 4 custom widgets. The theme provides feature to write number of countries visited, last trip and next trip. The theme is translation ready. Check the demo at https://rarathemes.com/previews/?theme=travel-diaries-pro, documentation at https://docs.rarathemes.com/docs/travel-diaries-pro/, and get support at https://rarathemes.com/support-ticket/.
Version: 1.2.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: travel-diaries-pro
Tags: Blog, two-columns, right-sidebar, custom-logo, custom-background, custom-menu, featured-image-header, featured-images, post-formats, threaded-comments, translation-ready, full-width-template, theme-options, rtl-language-support

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.

Travel Diaries is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Slideshow Styles
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: 'Open Sans', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    text-decoration: none;
    color: #bbbcc1;
    outline: none;
}

a:active,
a:hover {
    text-decoration: underline;
    color: #bbbcc1;
}

a:focus {
    outline: none;
}

abbr[title] {
    border-bottom: 0;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

abbr {
    border-bottom: 0;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    color: #333;
    font: 20px/30px 'Open Sans', sans-serif;
    background: #fff;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: """";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 3px;
}

textarea {
    padding-left: 3px;
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #0089bd;
}

a:visited {
    color: #0089bd;
}

a:hover,
a:focus,
a:active {
    color: #0089bd;
    text-decoration: underline;
}

a:focus {
    outline: none;
}

a:hover,
a:active {
    outline: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 1.5em;
    left: 0;
    margin-left: -9999px;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul ul li {}

.main-navigation li:hover>a,
.main-navigation li.focus>a {}

.main-navigation ul ul :hover>a,
.main-navigation ul ul .focus>a {}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {}

.main-navigation ul li:hover>ul,
.main-navigation ul li:focus>ul,
.main-navigation ul li.focus>ul {
    margin-left: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    left: 100%;
}

.main-navigation .current_page_item>a,
.main-navigation .current-menu-item>a,
.main-navigation .current_page_ancestor>a,
.main-navigation .current-menu-ancestor>a {}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
    background: none;
    box-shadow: none;
    border-bottom: 0;
    border-top: 1px solid #e5e5e5;
    padding-top: 21px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
}

.site-main .comment-navigation a,
.site-main .posts-navigation a,
.site-main .post-navigation a {
    color: #333;
}

.site-main .comment-navigation a:hover,
.site-main .posts-navigation a:hover,
.site-main .post-navigation a:hover {
    color: #0089bd;
    text-decoration: none;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
    padding-left: 15px;
    background: url('images/arrow-prev-post.png') no-repeat 0 5px;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
    background: url('images/arrow-next-post.png') no-repeat 100% 5px;
    padding-right: 15px;
}

/*--------------------------------------------------------------
# Slideshow Style
--------------------------------------------------------------*/
.slideshow {
    position: relative;
}

ul.owl-carousel {
    margin: 0;
    padding: 0;
    list-style: none;
}

.slideshow ul li {
    position: relative;
}

.slideshow img {
    vertical-align: top;
    width: 100%;
    height: 580px;
    object-fit: cover;
}

.lSAction>a.disabled {
    pointer-events: inherit;
}

.slideshow .banner-text {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 60px;
}

.slideshow .banner-text .text {
    max-width: 607px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    padding: 30px;
}

.slideshow .banner-text .text .title {
    font-size: 38px;
    line-height: 46px;
    font-weight: 700;
    color: #fff;
}

.slideshow .banner-text .text .btn-readmore {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
    font-weight: 700;
    background: #0089bd;
    padding: 10px 20px;
    display: inline-block;
}

.slideshow .banner-text .text .btn-readmore:hover,
.slideshow .banner-text .text .btn-readmore:focus {
    text-decoration: none;
    background: #00a6e5;
}

.owl-carousel .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    overflow: hidden;
    text-indent: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.owl-carousel .owl-nav .owl-next {
    background: url(images/btn-next.png) no-repeat;
    width: 14px;
    height: 27px;
    right: 20px;
}

.owl-carousel .owl-nav .owl-prev {
    background: url(images/btn-prev.png) no-repeat;
    width: 14px;
    height: 27px;
    left: 20px;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
    margin-top: 1.3em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
    margin-top: 1.3em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
/* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
    margin-left: -15px;
    margin-right: -15px;
}

.gallery-item {
    /*display: inline-block;*/
    float: left;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/*common site style*/
.site {
    background: #fff;
}

.custom-background-color .site {
    margin: 20px;
}

.custom-background-image .site {
    margin: 20px;
}

.container {
    width: 1170px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container:after {
    content: '';
    display: block;
    clear: both;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row:after {
    content: '';
    display: block;
    clear: both;
}

/*header style*/
.header-t {
    background: #222;
    padding: 4px 0 5px;
}

.top-menu {
    float: left;
    margin: 3px 0 0;
}

.top-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    font-size: 13px;
    line-height: 24px;
    font-weight: 600;
}

.top-menu ul li {
    float: left;
    margin-left: 30px;
    position: relative;
}

.top-menu ul li:first-child {
    margin-left: 0;
}

.top-menu ul li a {
    color: #fff;
}

.top-menu ul li a:hover {
    text-decoration: none;
    color: #c9c9c9;
}

.top-menu ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    background: #81d742;
    padding-bottom: 5px;
    margin-left: -99999px;
}

.top-menu ul ul li {
    float: none;
    display: block;
    margin: 0;
}

.top-menu ul ul li a {
    display: block;
    width: 100%;
    padding: 5px 15px;
}

.top-menu ul li:hover>ul,
.top-menu ul li:focus>ul,
.top-menu ul li.focus>ul {
    margin-left: 0;
}

.top-menu ul ul ul {
    top: 0;
    left: 100%;
}

.header-t .social-networks {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
    font-size: 15px;
}

.header-t .social-networks li {
    float: left;
    margin-left: 5px;
}

.header-t .social-networks li:first-child {
    margin-left: 0;
}

.header-t .social-networks li a {
    color: #fff !important;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    /*background: #000;*/
    display: block;
}

.header-t .social-networks li a:hover {
    text-decoration: none;
    color: #c9c9c9;
}

.header-t .social-networks li a:hover .fa {
    color: #c9c9c9;
}

/*.header-t .social-networks li a[title="facebook"]{background: #3b5998;}

.header-t .social-networks li a[title="twitter"]{background: #1da1f2;}

.header-t .social-networks li a[title="instagram"]{background: #913CA4;}

.header-t .social-networks li a[title="google-plus"]{background: #dc4a38;}

.header-t .social-networks li a[title="pinterest"]{background: #cc2127;}

.header-t .social-networks li a[title="linkedin"]{background: #0274b3;}

.header-t .social-networks li a[title="youtube"]{background: #CF1F1F;}

.header-t .social-networks li a[title="vimeo"]{background: #1AB7EA;}

.header-t .social-networks li a[title="dribbble"]{background: #F26798;}

.header-t .social-networks li a[title="foursquare"]{background: #F94877;}

.header-t .social-networks li a[title="flickr"]{background: #0063DB;}

.header-t .social-networks li a[title="reddit"]{background: #FF4500;}

.header-t .social-networks li a[title="skype"]{background: #00AFF0;}

.header-t .social-networks li a[title="stumbleupon"]{background: #EB4924;}

.header-t .social-networks li a[title="tumblr"]{background: #34465D;}
*/
.header-b {
    padding: 24px 0 28px;
}

.site-header .site-branding {
    float: left;
}

.site-header .site-branding .custom-logo-link {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.site-header .site-branding .text-logo {
    display: inline-block;
    vertical-align: middle;
}

.site-header .site-branding .site-title {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    margin: 0;
}

.site-header .site-branding .site-title a:hover {
    text-decoration: none;
}

.site-header .site-branding .site-description {
    margin: 0;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    font-style: italic;
    color: #424242;
}

.header-b .info-lists {
    float: right;
    margin: 4px 0 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    line-height: 23px;
    color: #999;
    text-align: right;
    font-weight: 600;
    text-transform: uppercase;
}

.header-b .info-lists li {
    float: left;
    padding-left: 39px;
    background: url(images/separator.png) no-repeat 0 9px;
    margin-left: 33px;
}
span.separator {
    margin: 0 5px;
}
#crumbs .container span:last-child .separator{
    display: none;
}
.header-b .info-lists li:first-child {
    margin-left: 0;
    padding-left: 0;
    background: none;
}

.header-b .info-lists strong {
    font-size: 20px;
    color: #181818;
    display: block;
    text-transform: none;
    font-weight: 600;
}

/*navigation style*/
.navigation {
    background: #f0f0f0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 100;
}

.main-navigation ul {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.main-navigation ul:after {
    content: '';
    display: block;
    clear: both;
}

.main-navigation ul li a {
    color: #333;
    padding: 13px 25px;
    display: block;
}
.main-navigation ul li a:focus{
    outline: dotted 1px rgba(0,0,0,0.23);
}

.main-navigation>div>ul>.current-menu-item>a,
.main-navigation>div>ul>li>a:hover,
.main-navigation>div>ul>li:hover>a {
    border-top: 4px solid #0089bd;
    padding-top: 9px;
    color: #0089bd;
    background: #e7e7e7;
}

.main-navigation ul ul {
    width: 245px;
    position: absolute;
    top: 100%;
    left: 0;
    background: #e7e7e7;
}

.main-navigation ul li:hover ul {
    display: block;
}

.main-navigation ul ul li {
    float: none;
    display: block;
    width: 100%;
}

.main-navigation ul ul li a {
    width: 100%;
    padding: 10px 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.main-navigation ul ul li a:hover,
.main-navigation ul ul li:hover>a {
    color: #0089bd;
    background: #f0f0f0;
}

/*banner style*/
.banner {
    position: relative;
    width: 100%;
    height: 548px;
}

.banner img {
    width: 100% !important;
    vertical-align: top;
    display: none;
}

.banner-text {
    position: absolute;
    width: 100%;
    top: 11%;
}

.banner-text .text {
    max-width: 361px;
    background: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    line-height: 24px;
    color: #4c4c4c;
    padding: 25px 25px 24px 24px;
}

.banner-text .widget-title {
    font-size: 24px;
    line-height: 26px;
    display: block;
    font-weight: 600;
    color: #181818;
    margin: 0 0 15px;
}

.banner-text p {
    margin: 0;
}

.banner-text .text form {
    padding-left: 0 !important;
}

.banner-text form input[type="text"],
.banner-text form input[type="email"] {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #9b9b9b;
    border-radius: 5px;
    border: 0;
    background: #fff url(images/icon-user.png) no-repeat 12px 13px;
    padding: 7px 31px 8px 31px !important;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.banner-text form input[type="email"] {
    background: #fff url(images/icon-email.png) no-repeat 12px 13px;
}

.banner-text form input[type="submit"] {
    box-shadow: none !important;
    border: 0 !important;
    text-shadow: none !important;
    width: 100% !important;
    background: #0089bd !important;
    font-size: 18px !important;
    line-height: 49px !important;
    font-weight: 700 !important;
    color: #fff !important;
    height: 49px !important;
    padding: 0 !important;
}

.banner-text form input[type="submit"]:hover {
    background: #007dac !important;
}

.banner #mc_embed_signup {
    background: none;
}

.featured-on {
    background: #014360;
    padding: 16px 0 6px;
}

.featured-on span {
    float: left;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
    color: #fff;
    margin: 6px 31px 0 0;
}

.featured-on .featured-on-lists {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 76%;
}

.featured-on .featured-on-lists li {
    margin: 0 22px 10px;
    display: inline-block;
    vertical-align: middle;
}

.featured-on .link-with-us {
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    color: #fff;
    float: right;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 115px;
}

.featured-on .link-with-us .fa {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    vertical-align: middle;
}

.featured-on .link-with-us:hover {
    text-decoration: none;
}

.featured-on .link-with-us:hover .fa {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    transform: translateX(5px);
}

.recent-posts {
    background: #f0f0f0;
    padding: 44px 0 36px;
}

.recent-posts .heading,
.popular-posts .heading,
.guide .heading {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 31px;
}

.recent-posts .heading .title,
.popular-posts .heading .title,
.guide .heading .title {
    margin: 0 0 13px;
    font-size: 32px;
    line-height: 36px;
    font-weight: 400;
    color: #333;
}

.recent-posts .heading p,
.popular-posts .heading p,
.guide .heading p {
    margin-top: 0;
}

.recent-posts .columns-3,
.popular-posts .columns-3,
.guide .columns-3 {
    float: left;
    width: 33.3333%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.recent-posts .columns-3 img,
.popular-posts .columns-3 img {
    vertical-align: top;
}

.recent-posts .columns-3 .post-thumbnail,
.popular-posts .columns-3 .post-thumbnail {
    position: relative;
    width: 100%;
    padding-top: 69.33%;
    height: 0;
    display: block;
}

.popular-posts .columns-3 .post-thumbnail {
    padding-top: 87.33%;
}

.recent-posts .columns-3 img,
.popular-posts .columns-3 img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
}
.recent-posts .columns-3 svg.fallback-svg,
.popular-posts .columns-3 svg.fallback-svg{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
}

.recent-posts .columns-3 .text-holder {
    background: #fff;
    padding: 17px 40px 12px 29px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}

.home.right-sidebar .recent-posts .columns-3 .text-holder {
    box-shadow: none;
}

.recent-posts .columns-3 .text-holder .entry-header {
    margin: 0 0 6px;
}

.recent-posts .columns-3 .text-holder .entry-header .entry-title {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 9px;
    font-weight: 600;
}

.recent-posts .columns-3 .text-holder .entry-header .entry-title a {
    color: #000;
}

.recent-posts .columns-3 .text-holder .entry-header .entry-title a:hover {
    text-decoration: none;
    color: #0089bd;
}

.recent-posts .columns-3 .text-holder .entry-meta {
    font-size: 14px;
    line-height: 24px;
    color: #555;
    font-weight: 600;
}

.recent-posts .columns-3 .text-holder .entry-meta span {
    margin-right: 5px;
}

.recent-posts .columns-3 .text-holder .entry-meta a {
    color: #999;
    font-style: italic;
    font-weight: 600;
}

.recent-posts .columns-3 .text-holder .entry-meta a:hover {
    text-decoration: none;
    color: #0089bd;
}

.recent-posts .columns-3 .text-holder .entry-meta .byline {
    display: inline-block;
}

.recent-posts .columns-3 .text-holder .entry-content {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 2px;
}

.recent-posts .columns-3 .text-holder .entry-content p {
    margin-top: 0;
}

.recent-posts .columns-3 .text-holder .category {
    font-size: 14px;
    line-height: 24px;
    color: #999;
    font-style: italic;
    font-weight: 600;
    background: url(images/separator2.png) repeat-x;
    padding: 11px 0 0 24px;
    margin: 0 -41px 0 -29px;
}

.recent-posts .columns-3 .text-holder .category a {
    color: #999;
}

.recent-posts .columns-3 .text-holder .category a:hover {
    color: #0089bd;
    text-decoration: none;
}

.recent-posts .btn-holder,
.clients .btn-holder,
.guide .btn-holder {
    text-align: center;
    clear: both;
}

.home.right-sidebar .recent-posts .btn-holder,
.home.right-sidebar .clients .btn-holder,
.home.right-sidebar .guide .btn-holder {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
}

.home.right-sidebar .guide .btn-holder {
    padding-left: 0;
    padding-right: 0;
}

.recent-posts .btn-holder a,
.clients .btn-holder a,
.guide .btn-holder a {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    background: #0089bd;
    border-radius: 5px;
    display: inline-block;
    text-transform: uppercase;
    padding: 12px 65px;
}

.recent-posts .btn-holder a:hover,
.clients .btn-holder a:hover,
.guide .btn-holder a:hover {
    text-decoration: none;
    opacity: 0.8;
}

/*popular post section style*/
.popular-posts {
    padding: 35px 0 19px;
}

.home.right-sidebar #primary .popular-posts {
    border-bottom: 1px solid #e5e5e5;
}

.popular-posts .post .post-thumbnail {
    display: block;
    margin: 0 0 12px;
}

.popular-posts .post .entry-header {
    padding: 0 10px 0 0;
}

.popular-posts .post .entry-title,
#primary .popular-posts .post .entry-header .entry-title {
    margin: 0;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
}

.popular-posts .post .entry-title a {
    color: #333;
}

.popular-posts .post .entry-title a:hover {
    text-decoration: none;
    color: #0089bd;
}

/*clients section style*/
.clients {
    background: #e5e5e5;
    text-align: center;
    padding: 36px 0 52px;
    background-attachment: fixed;
    position: relative;
}

.clients:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(229, 229, 229, 0.5);
}

.clients .container {
    position: relative;
}

#primary .clients {
    background: none;
}

.clients .heading .title {
    font-size: 32px;
    line-height: 36px;
    font-weight: 400;
    color: #333;
    margin: 0 0 32px;
}

.home.right-sidebar .clients .heading .title {
    text-align: left;
}

.clients .columns-2 {
    float: left;
    width: 16.6666%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    text-align: center;
    line-height: 77px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.home.right-sidebar .clients .columns-2 {
    width: 25%;
}

/*guid section style*/
.guide {
    padding: 32px 0 60px;
}

.home.right-sidebar #primary .guide {
    border-bottom: 1px solid #e5e5e5;
}

.guide img {
    vertical-align: top;
}

.guide .img-holder {
    position: relative;
}

.guide .text {
    position: absolute;
    width: 100%;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    font-weight: 600;
    left: 0;
    bottom: 23px;
    padding: 0 30px 0 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*blog listing page style*/
#content {
    padding: 38px 0 48px;
}

.blog .site-content,
.category .site-content,
.archive .site-content,
.search .site-content {
    background: #efeff0;
}

.blog .navigation,
.category .navigation,
.archive .navigation,
.search .navigation {
    box-shadow: 0 1px 0 #ddd;
}

.category .page-title,
.archive .page-title,
.search .page-title {
    margin: 0 0 32px;
}

#primary {
    float: left;
    width: 66.6667%;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.full-width #primary {
    width: 100%;
}

.rightsidebar #primary {
    float: left;
}

.leftsidebar #primary {
    float: right;
}

.blog #primary .post,
.category #primary .post,
.archive #primary .post,
.search #primary .post,
.search #primary .page {
    background: #fff;
    padding: 34px 37px 23px;
    border-bottom: 2px solid #dcdcdd;
    margin: 0 0 32px;
    overflow: hidden;
}

#primary .post .entry-header {
    margin: 0 0 13px;
}

#primary .post .entry-header .entry-title,
#primary .page .entry-header .entry-title {
    font-size: 28px;
    line-height: 32px;
    color: #333;
    margin: 0 0 11px;
}

#primary .post .entry-header .entry-title a,
.search #primary .page .entry-header .entry-title a {
    color: #333;
}

#primary .post .entry-header .entry-title a:hover,
.search #primary .page .entry-header .entry-title a:hover {
    text-decoration: none;
    color: #0089bd;
}

#primary .post .entry-header .entry-meta {
    font-size: 16px;
    line-height: 24px;
    color: #555;
}

#primary .post .entry-header .entry-meta span {
    margin-right: 15px;
}

#primary .post .entry-header .entry-meta .byline {
    display: inline-block;
}

#primary .post .entry-header .entry-meta a {
    font-style: italic;
    color: #999;
}

#primary .post .entry-header .entry-meta a:hover {
    text-decoration: none;
    color: #0089bd;
}

#primary .post .content-holder {
    overflow: hidden;
    padding: 0 0 32px;
}

.blog #primary .post .post-thumbnail,
.category #primary .post .post-thumbnail,
.archive #primary .post .post-thumbnail,
.search #primary .post .post-thumbnail {
    float: left;
    width: 39%;
    display: block;
    margin: 8px 32px 0 0;
}

#primary .post .post-thumbnail img {
    vertical-align: top;
}

.blog #primary .post .entry-content,
.category #primary .post .entry-content,
.archive #primary .post .entry-content,
.search #primary .post .entry-content {
    overflow: hidden;
    margin: 0;
    padding: 0 20px 0 0;
}

#primary .post .entry-content,
#primary .page .entry-content {
    margin-top: 0;
}

#primary .post .entry-content p {
    margin-top: 0;
}

#primary .post .entry-content .readmore {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    float: left;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
}

#primary .post .entry-content .readmore .fa {
    font-size: 16px;
    line-height: 28px;
    vertical-align: top;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

#primary .post .entry-content .readmore:hover {
    text-decoration: none;
    color: #333 !important;
}

#primary .post .entry-content .readmore:hover .fa {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    transform: translateX(5px);
}

#primary .post .category {
    font-size: 16px;
    line-height: 24px;
    border-top: 1px solid #e5e5e5;
    font-style: italic;
    color: #999;
    padding: 15px 37px 0 40px;
    margin: 0 -37px 0 -38px;
}

.home.right-sidebar #primary .post .category {
    border-top: 0;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}

#primary .post .category a {
    color: #999;
}

#primary .post .category a:hover {
    color: #0089bd;
    text-decoration: none;
}

#primary .post .category .fa {
    font-size: 14px;
    color: #999;
    margin-right: 2px;
}

.pagination {
    box-shadow: none !important;
    background: none;
    font-size: 16px;
    line-height: 31px;
}

.pagination a,
.pagination .dots {
    background: #e4e4e5;
    float: left;
    margin-right: 1px;
    padding: 0 12px;
    color: #333;
}

.pagination a:hover {
    text-decoration: none;
    background: #0089bd;
    color: #fff;
}

.pagination .prev,
.pagination .next {
    color: #999;
}

.pagination .current {
    float: left;
    margin-right: 1px;
    padding: 0 12px;
    background: #0089bd;
    color: #fff;
}

.pagination .screen-reader-text {
    display: none;
}

#primary .entry-footer {
    overflow: hidden;
}

/*single post style*/
.single-post #primary .post .post-thumbnail {
    margin: 0 0 20px;
}

.single-post #primary .post .post-thumbnail img,
.page #primary .page .post-thumbnail img {
    width: 100%;
    vertical-align: top;
}

#primary .post h1,
#primary .page h1 {
    font-size: 60px;
    line-height: 66px;
    font-weight: 700;
    margin: 0 0 15px;
}

#primary .post h2,
#primary .page h2 {
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    margin: 0 0 18px;
}

#primary .post h3,
#primary .page h3 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    margin: 0 0 19px;
}

#primary .post h4,
#primary .page h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 16px;
}

#primary .post h5,
#primary .page h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 14px;
}

#primary .post h6,
#primary .page h6 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 14px;
}

#primary .post blockquote,
#primary .page blockquote {
    font-style: italic;
    margin: 0 0 30px;
    background: url(images/bg-quote.png) no-repeat 0 10px;
    padding: 0 0 0 68px;
}

#primary .post .pull-right,
#primary .page .pull-right {
    float: right;
    max-width: 262px;
    text-align: right;
    margin-left: 30px;
}

#primary .post .pull-left,
#primary .page .pull-left {
    float: left;
    max-width: 262px;
    margin-right: 30px
}

#primary .post .dropcap,
#primary .page .dropcap {
    float: left;
    font-size: 105px;
    height: 105px;
    line-height: 105px;
    margin: 0 20px 0 0;
}

#primary .post .highlight,
#primary .page .highlight {
    background: #b5dfef;
}

#primary .post table,
#primary .page table {
    width: 100%;
}

#primary .post table,
#primary .page table {
    width: 100%;
    margin: 0 0 1.5em;
}

#primary .post table th,
#primary .page table th {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    background: #515151;
    text-align: left;
    padding: 15px;
}

#primary .post table td,
#primary .page table td {
    font-size: 20px;
    line-height: 30px;
    padding: 15px;
}

#primary .post table tbody tr:nth-child(2n),
#primary .page table tbody tr:nth-child(2n) {
    background: #efeff0;
}

#primary .post ul,
#primary .page ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#primary .post ul li,
#primary .page ul li {
    background: url(images/bg-arrow.png) no-repeat 0 10px;
    padding-left: 20px;
    margin: 0 0 12px;
}

#primary .post ol>li,
#primary .page ol>li {
    background: none;
    padding-left: 0;
    margin: 0 0 12px;
}

#primary .post ul ol,
#primary .post ol ul,
#primary .post ul ul,
#primary .post ol ol,
#primary .page ul ol,
#primary .page ol ul,
#primary .page ul ul,
#primary .page ol ol {
    margin-top: 12px;
    margin-left: 0;
}

#primary .post form .form-row,
#primary .page form .form-row {
    overflow: hidden;
    margin: 0 0 1.5em;
}

#primary .post form label,
#primary .page form label,
#primary .post form .label,
#primary .page form .label {
    display: block;
    margin: 0 0 10px;
}

#primary .post form input[type="text"],
#primary .page form input[type="text"],
#primary .post form input[type="email"],
#primary .page form input[type="email"],
#primary .post form input[type="url"],
#primary .page form input[type="url"],
#primary .post form input[type="password"],
#primary .page form input[type="password"],
#primary .post form input[type="tel"],
#primary .page form input[type="tel"] {
    background: #e4e4e5;
    border-radius: 2px;
    width: 60%;
    border: 0;
    margin: 0;
    padding: 10px;
}

#primary .post form textarea,
#primary .page form textarea {
    background: #e4e4e5;
    border-radius: 2px;
    width: 100%;
    border: 0;
    margin: 0;
    padding: 10px;
    height: 106px;
    resize: none;
}

#primary .post form .radio-group,
#primary .page form .radio-group {
    overflow: hidden;
}

#primary .post form .radio-row,
#primary .page form .radio-row {
    float: left;
    margin-right: 20px;
}

#primary .post form .radio-group label,
#primary .page form .radio-group label {
    float: left;
    color: #696c71;
}

#primary .post form .checkbox-group label,
#primary .page form .checkbox-group label {
    float: left;
    color: #6d6e71;
}

#primary .post form .checkbox-row,
#primary .page form .checkbox-row {
    overflow: hidden;
    margin: 0;
}

#primary .post form input[type="submit"],
#primary .page form input[type="submit"] {
    background: #0089bd;
    border-radius: 5px;
    width: 220px;
    height: 49px;
    line-height: 49px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    box-shadow: none;
    border: 0;
    padding: 0;
    text-shadow: none;
    margin-right: 11px;
}

#primary .post form input[type="submit"]:hover,
#primary .page form input[type="submit"]:hover {
    background: #007dac;
}

#primary .post form input[type="reset"],
#primary .page form input[type="reset"] {
    background: #bd0000;
    border-radius: 5px;
    width: 220px;
    height: 49px;
    line-height: 49px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    box-shadow: none;
    border: 0;
    padding: 0;
    text-shadow: none;
    margin-right: 11px;
}

#primary .post form input[type="reset"]:hover,
#primary .page form input[type="reset"]:hover {
    background: #ac0000;
}

/*comment area style*/
#comments {
    border-top: 1px solid #e5e5e5;
    padding: 27px 0 27px;
    margin: 0 0 1.5em;
}

#comments .comments-title,
#respond .comment-reply-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 29px;
}

#comments .comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

#comments .comment-list li {
    margin: 0 0 39px;
}

#comments .comment-list .fn {
    font-size: 20px;
    line-height: 24px;
    display: block;
}

#comments .comment-list img {
    vertical-align: top;
    float: left;
    margin-right: 30px;
}

#comments .comment-list .says {
    display: none;
}

#comments .comment-list .comment-metadata {
    font-size: 16px;
    line-height: 20px;
}

#comments .comment-list .comment-metadata a {
    color: #999;
    font-style: italic;
}

#comments .comment-list .comment-metadata a:hover {
    text-decoration: none;
    color: #0089bd;
}

#comments .comment-list .comment-content {
    margin: -5px 0 0 114px;
}

#comments .comment-list .comment-content p {
    margin-bottom: 15px;
}

#comments .comment-list .reply {
    margin: -5px 0 0 114px;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 700;
}

#comments .comment-list .reply a {
    color: #000;
    padding: 0 20px 0 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    position: relative;
}

#comments .comment-list .reply a:after {
    position: absolute;
    top: 0;
    right: 5px;
    content: '';
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 192 512'%3E%3Cpath d='M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z'/%3E%3C/svg%3E") center center no-repeat;
    width: 15px;
    height: 20px;
    -webkit-transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    transition: ease 0.2s;
}

#comments .comment-list .reply a:hover {
    text-decoration: none;
}

#comments .comment-list .reply a:hover:after {
    right: 0;
}

#comments .comment-list .children {
    list-style: none;
    margin-left: 79px;
    margin-top: 39px;
}

.comment-form label {
    display: block;
    margin: 0 0 5px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
    background: #e4e4e5;
    border-radius: 2px;
    width: 100%;
    border: 0;
    float: left;
    margin: 0;
    padding: 10px;
}

.comment-form p {
    overflow: hidden;
}

.comment-form textarea {
    background: #e4e4e5;
    border-radius: 2px;
    width: 100%;
    border: 0;
    float: left;
    margin: 0;
    padding: 10px;
    height: 106px;
    resize: none;
}

.comment-form input[type="submit"] {
    background: #0089bd;
    border-radius: 5px;
    width: 220px;
    height: 49px;
    line-height: 49px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    box-shadow: none;
    border: 0;
    padding: 0;
    text-shadow: none;
    margin-right: 11px;
}

.comment-form input[type="submit"]:hover {
    opacity: 0.8;
}

.comments-area .comment-form .comment-form-cookies-consent{
    position: relative;
}
.comments-area .comment-form input#wp-comment-cookies-consent {
    display: inline-block;
    width: 15px;
    position: absolute;
    top: 9px;
    left: 0;
}

.comments-area .comment-form label[for="wp-comment-cookies-consent"] {
    display: inline-block;
    width: calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    padding-left: 20px;
    vertical-align: top;
}

/*sidebar style*/
#secondary {
    float: left;
    width: 33.3333%;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#secondary .widget .search-form {
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    padding: 5px 10px;
}

#secondary .widget .search-form label {
    float: left;
    width: 90%;
}

#secondary .widget .search-form input[type="search"] {
    border: 0;
    background: none;
    border-radius: 0;
    outline: none;
    width: 100%;
}

#secondary .widget .search-form input[type="submit"] {
    background: url('images/icon-search.png') no-repeat !important;
    width: 17px;
    height: 17px;
    border: 0;
    background: none;
    border-radius: 0;
    box-shadow: none;
    float: right;
    padding: 0;
    margin: 8px 0 0;
    text-indent: -9999px;
}

#secondary .widget {
    border-bottom: 1px solid #d7d7d8;
    padding: 0 0 17px;
}

#secondary .widget:last-child {
    border-bottom: 0;
}

#secondary .widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 18px;
    line-height: 22px;
}

#secondary .widget ul li {
    margin-bottom: 20px;
    background: url('images/bg-arrow.png') no-repeat 0 7px;
    padding-left: 15px;
}

#secondary .widget ul li a {
    color: #333;
}

#secondary .widget ul li a:hover {
    color: #0089bd;
    text-decoration: none;
}

#secondary .widget ul li .fa {
    font-size: 18px;
    color: #868686;
    margin-right: 15px;
}

#secondary .widget .widget-title {
    font-size: 18px;
    line-height: 24px;
    color: #999;
    text-transform: uppercase;
    margin: 0 0 17px;
}

#secondary .widget.widget_travel_diaries_featured_post,
#secondary .widget.widget_travel_diaries_author_bio {
    font-size: 16px;
    line-height: 26px;
}

#secondary .widget.widget_travel_diaries_featured_post p,
#secondary .widget.widget_travel_diaries_author_bio p {
    margin: 0 0 17px;
}

#secondary .widget.widget_travel_diaries_featured_post .image-holder,
#secondary .widget.widget_travel_diaries_author_bio .image-holder {
    margin: 0 0 22px;
}

#secondary .widget.widget_travel_diaries_featured_post img,
#secondary .widget.widget_travel_diaries_author_bio img {
    vertical-align: top;
}

#secondary .widget.widget_travel_diaries_featured_post .readmore,
#secondary .widget.widget_travel_diaries_author_bio .readmore {
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
}

#secondary .widget.widget_travel_diaries_featured_post .readmore:hover,
#secondary .widget.widget_travel_diaries_author_bio .readmore:hover {
    text-decoration: none;
}

#secondary .widget.widget_travel_diaries_featured_post .readmore .fa,
#secondary .widget.widget_travel_diaries_author_bio .readmore .fa {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    vertical-align: top;
    line-height: 30px;
    margin-left: 5px;
}

#secondary .widget.widget_travel_diaries_featured_post .readmore:hover .fa,
#secondary .widget.widget_travel_diaries_author_bio .readmore:hover .fa {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    transform: translateX(5px);
}

#secondary .widget.widget_featured {
    padding: 0 0 31px;
}

#secondary .widget.widget_featured .featured-box {
    background: #e4e4e5;
    padding: 41px 34px 7px;
}

#secondary .widget.widget_featured .featured-box .img-holder {
    margin: 0 0 25px;
}

#secondary .widget.widget_travel_diaries_recent_post ul li,
#secondary .widget.widget_travel_diaries_popular_post ul li,
#secondary .widget.widget_travel_diaries_category_post ul li,
#secondary .widget.widget_travel_diaries_author_post ul li {
    overflow: hidden;
    margin: 0 0 20px;
    padding-left: 0;
    background: none;
}

#secondary .widget.widget_travel_diaries_recent_post .post-thumbnail,
#secondary .widget.widget_travel_diaries_popular_post .post-thumbnail,
#secondary .widget.widget_travel_diaries_category_post .post-thumbnail,
#secondary .widget.widget_travel_diaries_author_post .post-thumbnail {
    float: left;
    width: 68px;
    margin-right: 24px;
}

#secondary .widget.widget_travel_diaries_recent_post .post-thumbnail img,
#secondary .widget.widget_travel_diaries_popular_post .post-thumbnail img,
#secondary .widget.widget_travel_diaries_category_post .post-thumbnail img,
#secondary .widget.widget_travel_diaries_author_post .post-thumbnail img {
    vertical-align: top;
}

#secondary .widget.widget_travel_diaries_recent_post .entry-header,
#secondary .widget.widget_travel_diaries_popular_post .entry-header,
#secondary .widget.widget_travel_diaries_category_post .entry-header,
#secondary .widget.widget_travel_diaries_author_post .entry-header {
    overflow: hidden;
}

#secondary .widget.widget_travel_diaries_recent_post .entry-title,
#secondary .widget.widget_travel_diaries_popular_post .entry-title,
#secondary .widget.widget_travel_diaries_category_post .entry-title,
#secondary .widget.widget_travel_diaries_author_post .entry-title {
    overflow: hidden;
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    clear: none;
}

#secondary .widget.widget_travel_diaries_recent_post .entry-title a,
#secondary .widget.widget_travel_diaries_popular_post .entry-title a,
#secondary .widget.widget_travel_diaries_category_post .entry-title a,
#secondary .widget.widget_travel_diaries_author_post .entry-title a {
    color: #333;
}

#secondary .widget.widget_travel_diaries_recent_post .entry-title a:hover,
#secondary .widget.widget_travel_diaries_popular_post .entry-title a:hover,
#secondary .widget.widget_travel_diaries_category_post .entry-title a:hover,
#secondary .widget.widget_travel_diaries_author_post .entry-title a:hover {
    color: #0089bd;
    text-decoration: none;
}

#secondary .widget_travel_diaries_instagram_widget ul,
#secondary .widget.widget_travel_diaries_flickr_widget ul {
    margin-left: -5px;
    margin-right: -5px;
    overflow: hidden;
}

#secondary .widget_travel_diaries_instagram_widget ul li,
#secondary .widget.widget_travel_diaries_flickr_widget ul li {
    float: left;
    width: 33.3333%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: none;
}

#secondary .widget_travel_diaries_instagram_widget .instagram-size-thumbnail li,
#secondary .widget.widget_travel_diaries_flickr_widget .col-4 li {
    width: 25%;
}

#secondary .widget_travel_diaries_instagram_widget .instagram-size-large li,
#secondary .widget.widget_travel_diaries_flickr_widget .col-2 li {
    width: 50%;
}

#secondary .widget_travel_diaries_instagram_widget .instagram-size-original li,
#secondary .widget.widget_travel_diaries_flickr_widget .col-1 li {
    width: 100%;
}

#secondary .widget.widget_travel_diaries_flickr_widget .col-5 li {
    width: 20%;
}

#secondary .widget.widget_travel_diaries_flickr_widget .col-6 li {
    width: 16.6667%;
}

#secondary .widget.widget_travel_diaries_instagram_widget ul li img,
#secondary .widget.widget_travel_diaries_flickr_widget ul li img {
    width: 100%;
    vertical-align: top;
}

#calendar_wrap,
.calendar_wrap {
    background: #e4e4e5;
    padding: 22px 20px;
}

#wp-calendar {
    position: relative;
}

#wp-calendar caption {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    text-align: left;
    margin: 0 0 10px;
}

#wp-calendar thead {
    background: #fff;
}

#wp-calendar thead th {
    font-size: 18px;
    padding: 3px 0;
    color: #333;
}

#wp-calendar tbody td {
    text-align: center;
    font-size: 18px;
    color: #333;
    height: 40px;
    line-height: 40px;
}

#wp-calendar tbody td a {
    background: #0089bd;
    color: #fff;
    display: block;
    height: 100%;
}

#wp-calendar #prev a {
    background: url(images/btn.png) no-repeat;
    width: 9px;
    height: 13px;
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    font-size: 0;
}

#wp-calendar #next a {
    background: url(images/btn.png) no-repeat -20px 0;
    width: 9px;
    height: 13px;
    position: absolute;
    top: 10px;
    right: 0;
    cursor: pointer;
    font-size: 0;
}
.calendar_wrap{
    position: relative;
}
.calendar_wrap .wp-calendar-nav-prev a {
    background: url(images/btn.png) no-repeat;
    width: 9px;
    height: 13px;
    position: absolute;
    top: 35px;
    right: 35px;
    cursor: pointer;
    font-size: 0;
}

.calendar_wrap .wp-calendar-nav-next a {
    background: url(images/btn.png) no-repeat -20px 0;
    width: 9px;
    height: 13px;
    position: absolute;
    top: 35px;
    right: 20px;
    cursor: pointer;
    font-size: 0;
}

#secondary .widget.widget_travel_diaries_social_links ul,
.site-footer .widget.widget_travel_diaries_social_links ul {
    overflow: hidden;
}

#secondary .widget.widget_travel_diaries_social_links ul li,
.site-footer .widget.widget_travel_diaries_social_links ul li {
    float: left;
    margin: 0 5px 5px 0;
    padding: 0;
    background: none;
}

#secondary .widget.widget_travel_diaries_social_links ul li a,
.site-footer .widget.widget_travel_diaries_social_links ul li a {
    margin-right: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    background: #000;
    color: #fff;
    display: block;
    -webkit-transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    transition: ease 0.2s;
}

#secondary .widget.widget_travel_diaries_social_links ul li a:hover,
.site-footer .widget.widget_travel_diaries_social_links ul li a:hover,
#secondary .widget.widget_travel_diaries_social_links ul li a:focus,
.site-footer .widget.widget_travel_diaries_social_links ul li a:focus{
    border-radius: 50%;
    color: #fff;
}

#secondary .widget.widget_travel_diaries_social_links ul li a[title="facebook"],
.site-footer .widget.widget_travel_diaries_social_links ul li a[title="facebook"] {
    background: #3b5998;
}

#secondary .widget.widget_travel_diaries_social_links ul li a[title="twitter"],
.site-footer .widget.widget_travel_diaries_social_links ul li a[title="twitter"] {
    background: #1da1f2;
}

#secondary .widget.widget_travel_diaries_social_links ul li a[title="instagram"],
.site-footer .widget.widget_travel_diaries_social_links ul li a[title="instagram"] {
    background: #913CA4;
}

#secondary .widget.widget_travel_diaries_social_links ul li .fa-google-plus,
.site-footer .widget.widget_travel_diaries_social_links ul li .fa-google-plus {
    background: #dc4a38;
}

#secondary .widget.widget_travel_diaries_social_links ul li a[title="pinterest"],
.site-footer .widget.widget_travel_diaries_social_links ul li a[title="pinterest"] {
    background: #cc2127;
}

#secondary .widget.widget_travel_diaries_social_links ul li a[title="linkedin"],
.site-footer .widget.widget_travel_diaries_social_links ul li a[title="linkedin"] {
    background: #0274b3;
}

#secondary .widget.widget_travel_diaries_social_links ul li a[title="youtube"],
.site-footer .widget.widget_travel_diaries_social_links ul li a[title="youtube"] {
    background: #CF1F1F;
}

#secondary .widget.widget_travel_diaries_social_links ul li a[title="vimeo"],
.site-footer .widget.widget_travel_diaries_social_links ul li a[title="vimeo"] {
    background: #1AB7EA;
}

#secondary .widget.widget_travel_diaries_social_links ul li a[title="dribbble"],
.site-footer .widget.widget_travel_diaries_social_links ul li a[title="dribbble"] {
    background: #F26798;
}

#secondary .widget.widget_travel_diaries_social_links ul li a[title="foursquare"],
.site-footer .widget.widget_travel_diaries_social_links ul li a[title="foursquare"] {
    background: #F94877;
}

#secondary .widget.widget_travel_diaries_social_links ul li a[title="flickr"],
.site-footer .widget.widget_travel_diaries_social_links ul li a[title="flickr"] {
    background: #0063DB;
}

#secondary .widget.widget_travel_diaries_social_links ul li a[title="reddit"],
.site-footer .widget.widget_travel_diaries_social_links ul li a[title="reddit"] {
    background: #FF4500;
}

#secondary .widget.widget_travel_diaries_social_links ul li a[title="skype"],
.site-footer .widget.widget_travel_diaries_social_links ul li a[title="skype"] {
    background: #00AFF0;
}

#secondary .widget.widget_travel_diaries_social_links ul li a[title="stumbleupon"],
.site-footer .widget.widget_travel_diaries_social_links ul li a[title="stumbleupon"] {
    background: #EB4924;
}

#secondary .widget.widget_travel_diaries_social_links ul li a[title="tumblr"],
.site-footer .widget.widget_travel_diaries_social_links ul li a[title="tumblr"] {
    background: #34465D;
}

#secondary .widget.widget_travel_diaries_social_links ul li a[title="xing"],
.site-footer .widget.widget_travel_diaries_social_links ul li a[title="xing"] {
    background: #005A5F;
}

#secondary .widget.widget_travel_diaries_social_links ul li a[title="ok"],
.site-footer .widget.widget_travel_diaries_social_links ul li a[title="ok"] {
    background: #EE8208;
}

#secondary .widget.widget_travel_diaries_social_links ul li a[title="vk"],
.site-footer .widget.widget_travel_diaries_social_links ul li a[title="vk"] {
    background: #507299;
}

.container a.privacy-policy-link {
    display: inline-block;
    margin-left: 5px;
}

.tagcloud {
    overflow: hidden;
}

.tagcloud a {
    float: left;
    border: 1px solid #0089bd;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 5px 10px;
    border-radius: 5px;
}

.tagcloud a:hover,
.tagcloud a:focus {
    text-decoration: none;
    color: #fff;
}

/*-------------------------------------------------------  
Differe Header Style
-------------------------------------------------------*/
/*header-two style*/
.header-two .header-t {
    background: #217fae;
}

.header-two .top-menu ul li a {
    color: #dfdfdf;
}

.header-two .top-menu ul li a:hover,
.header-two .top-menu ul li a:focus {
    color: #fff;
}

.header-two .header-t .social-networks li a {
    color: #dfdfdf;
}

.header-two .header-t .social-networks li a:hover,
.header-two .header-t .social-networks li a:focus {
    color: #fff;
}

.header-two .header-b {
    padding: 14px 0;
}

.header-two .header-b .advertise {
    float: right;
    width: 66.6667%;
}

.header-two .header-b .advertise img {
    vertical-align: top;
}

.header-two .site-header .site-branding {
    margin-top: 16px;
}

.header-two .navigation {
    background: #fff;
    border-top: 1px solid #e8e8e8;
}

/*header-three style*/
.header-three .header-b .social-networks {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 33.3333%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}

.header-three .header-b .social-networks li {
    float: left;
    margin-right: 20px;
}

.header-three .header-b .social-networks li a {
    font-size: 13px;
    color: #989898;
}

.header-three .site-header .site-branding {
    float: left;
    width: 33.3333%;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

.header-three .header-b .info-lists {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.header-three .header-b .info-lists li {
    padding-left: 20px;
    margin-left: 20px;
}

.header-three .header-b .info-lists li:first-child {
    margin-left: 0;
    padding-left: 0;
}

/*header-four style*/
.header-four .main-navigation,
.header-six .main-navigation {
    float: right;
    clear: none;
    width: auto;
}

.header-four .main-navigation ul li a,
.header-six .main-navigation ul li a {
    padding: 13px 20px;
}

.header-four .main-navigation ul li a:hover,
.header-four .main-navigation ul li a:focus,
.header-four .main-navigation ul li.current-menu-item>a,
.header-four .main-navigation ul li:hover>a,
.header-six .main-navigation ul li a:hover,
.header-six .main-navigation ul li a:focus,
.header-six .main-navigation ul li.current-menu-item>a,
.header-six .main-navigation ul li:hover>a {
    color: #0089bd;
    border-bottom: 2px solid #0089bd;
    border-top: 0;
}

.header-four .main-navigation ul ul li a:hover,
.header-four .main-navigation ul ul li a:focus,
.header-four .main-navigation ul ul li:hover>a,
.header-six .main-navigation ul ul li a:hover,
.header-six .main-navigation ul ul li a:focus,
.header-six .main-navigation ul ul li:hover>a {
    border-bottom: 0;
}

/*header-five style*/
.header-five .header-t {
    background: #217fae;
}

.header-five .site-header .site-branding {
    width: 100%;
    text-align: center;
}

.header-five .main-navigation {
    text-align: center;
}

.header-five .main-navigation li {
    float: none;
    display: inline-block;
    vertical-align: top;
}

.header-five .main-navigation ul li a {
    padding: 13px 25px;
}

.header-five .main-navigation ul ul {
    text-align: left;
}

.header-five .navigation {
    background: #fff;
    border-top: 2px solid #cce7f2;
}

/*header-six style*/
.header-six .header-t .social-networks {
    float: left;
}

/*blog-listing2 style*/
.blog.blog-full-image #primary .post .post-thumbnail {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}

.blog.blog-full-image .blog #primary .post .entry-content {
    width: 100%;
}

/*home-2 styling*/
#primary .recent-posts {
    background: none;
    padding-top: 0;
}

.home.right-sidebar #primary .recent-posts {
    border-bottom: 1px solid #e5e5e5;
}

#primary .recent-posts .heading,
#primary .popular-posts .heading,
#primary .guide .heading {
    text-align: left;
}

#primary .recent-posts .columns-3,
#primary .popular-posts .columns-3,
#primary .guide .columns-3 {
    width: 50%;
}

#primary .recent-posts .columns-3 .text-holder {
    padding-left: 0;
    padding-right: 0;
}

#primary .recent-posts .columns-3 .text-holder .entry-header .entry-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin: 0 0 9px;
}

#primary .recent-posts .columns-3 .text-holder .entry-meta {
    color: #555;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}

/*-----------------------------------------------
 Footer style
------------------------------------------------*/
.footer-t {
    background: #004260;
    color: #fff;
    padding: 44px 0 34px;
}

.footer-t a {
    color: #cce9f8;
}

.footer-t .columns-4 {
    float: left;
    width: 25%;

    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.footer-t .widget .widget-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin: 0 0 18px;
}

.footer-t .widget.widget_text,
.footer-t .widget.widget_travel_diaries_featured_post {
    font-size: 16px;
    line-height: 24px;
}

.footer-t .widget.widget_text p {
    margin-top: 0;
}

.footer-t .widget.widget_text .link,
.footer-t .widget.widget_travel_diaries_featured_post .readmore {
    font-weight: 600;
    text-decoration: underline;
}

.footer-t .widget.widget_text .link:hover,
.footer-t .widget.widget_travel_diaries_featured_post .readmore:hover {
    text-decoration: none;
}

.footer-t .widget.widget_text .link .fa,
.footer-t .widget.widget_travel_diaries_featured_post .readmore .fa {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.footer-t .widget.widget_travel_diaries_featured_post .readmore .fa {
    margin-left: 5px;
}

.footer-t .widget.widget_text .link:hover .fa,
.footer-t .widget.widget_travel_diaries_featured_post .readmore:hover .fa {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    transform: translateX(5px);
}

.footer-t .widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    line-height: 25px;
}

.footer-t .widget ul:after {
    content: '';
    display: block;
    clear: both;
}

.footer-t .widget ul li {
    padding: 0 0 0 19px;
    /*background: url(images/arrow-left.png) no-repeat 2px 9px;*/
    margin: 0 0 11px;
    position: relative;
}

.footer-t .widget ul li:before {
    position: absolute;
    top: 4px;
    left: 0;
    content: '';
    width: 15px;
    height: 20px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 320 512'%3E%3Cpath d='M166.9 264.5l-117.8 116c-4.7 4.7-12.3 4.7-17 0l-7.1-7.1c-4.7-4.7-4.7-12.3 0-17L127.3 256 25.1 155.6c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0l117.8 116c4.6 4.7 4.6 12.3-.1 17zm128-17l-117.8-116c-4.7-4.7-12.3-4.7-17 0l-7.1 7.1c-4.7 4.7-4.7 12.3 0 17L255.3 256 153.1 356.4c-4.7 4.7-4.7 12.3 0 17l7.1 7.1c4.7 4.7 12.3 4.7 17 0l117.8-116c4.6-4.7 4.6-12.3-.1-17z'/%3E%3C/svg%3E") center center no-repeat;
}

.footer-t .widget ul li a:hover {
    text-decoration: none;
    color: #fff;
}

.footer-t .widget.widget_travel_diaries_recent_post ul li,
.footer-t .widget.widget_travel_diaries_popular_post ul li,
.footer-t .widget.widget_travel_diaries_category_post ul li,
.footer-t .widget.widget_travel_diaries_author_post ul li {
    overflow: hidden;
    border-bottom: 1px solid #fff;
    padding: 0 0 19px;
    margin: 0 0 19px;
    background: none;
}

.footer-t .widget.widget_travel_diaries_recent_post ul li:before,
.footer-t .widget.widget_travel_diaries_popular_post ul li:before,
.footer-t .widget.widget_travel_diaries_category_post ul li:before,
.footer-t .widget.widget_travel_diaries_author_post ul li:before {
    display: none;
}

.footer-t .widget.widget_travel_diaries_recent_post ul li:last-child,
.footer-t .widget.widget_travel_diaries_popular_post ul li:last-child,
.footer-t .widget.widget_travel_diaries_category_post ul li:last-child,
.footer-t .widget.widget_travel_diaries_author_post ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.footer-t .widget.widget_travel_diaries_recent_post ul li .post-thumbnail,
.footer-t .widget.widget_travel_diaries_popular_post ul li .post-thumbnail,
.footer-t .widget.widget_travel_diaries_category_post ul li .post-thumbnail,
.footer-t .widget.widget_travel_diaries_author_post ul li .post-thumbnail {
    float: left;
    width: 68px;
    margin: 8px 15px 0 0;
}

.footer-t .widget.widget_travel_diaries_recent_post ul li .post-thumbnail img,
.footer-t .widget.widget_travel_diaries_popular_post ul li .post-thumbnail img,
.footer-t .widget.widget_travel_diaries_category_post ul li .post-thumbnail img,
.footer-t .widget.widget_travel_diaries_author_post ul li .post-thumbnail img {
    vertical-align: top;
}

.footer-t .widget.widget_travel_diaries_recent_post ul li .entry-header,
.footer-t .widget.widget_travel_diaries_popular_post ul li .entry-header,
.footer-t .widget.widget_travel_diaries_category_post ul li .entry-header,
.footer-t .widget.widget_travel_diaries_author_post ul li .entry-header {
    overflow: hidden;
    margin: 2px 0 0;
}

.footer-t .widget.widget_travel_diaries_recent_post ul li .entry-header .entry-title,
.footer-t .widget.widget_travel_diaries_popular_post ul li .entry-header .entry-title,
.footer-t .widget.widget_travel_diaries_category_post ul li .entry-header .entry-title,
.footer-t .widget.widget_travel_diaries_author_post ul li .entry-header .entry-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin: 0 0 5px;
}

.footer-t .widget.widget_travel_diaries_recent_post ul li .entry-header .entry-title a:hover,
.footer-t .widget.widget_travel_diaries_popular_post ul li .entry-header .entry-title a:hover,
.footer-t .widget.widget_travel_diaries_category_post ul li .entry-header .entry-title a:hover,
.footer-t .widget.widget_travel_diaries_author_post ul li .entry-header .entry-title a:hover {
    text-decoration: none;
    color: #fff;
}

.footer-t .widget.widget_travel_diaries_recent_post ul li .entry-header .entry-meta,
.footer-t .widget.widget_travel_diaries_popular_post ul li .entry-header .entry-meta,
.footer-t .widget.widget_travel_diaries_category_post ul li .entry-header .entry-meta,
.footer-t .widget.widget_travel_diaries_author_post ul li .entry-header .entry-meta {
    font-size: 14px;
}

.footer-t .widget.widget_travel_diaries_recent_post ul li .entry-header .entry-meta a,
.footer-t .widget.widget_travel_diaries_popular_post ul li .entry-header .entry-meta a,
.footer-t .widget.widget_travel_diaries_category_post ul li .entry-header .entry-meta a,
.footer-t .widget.widget_travel_diaries_author_post ul li .entry-header .entry-meta a {
    color: #fff;
    font-style: italic;
}

.footer-t .widget.widget_categories ul li {
    float: left;
    margin-right: 14px;
    width: 110px;
}

.footer-t .widget.widget_tag_cloud .tagcloud {
    overflow: hidden;
}

.footer-t .widget.widget_tag_cloud a {
    font-size: 14px;
    /*background: #217fae;*/
    border-color: #fff;
    border-radius: 3px;
    padding: 3px 14px;
    float: left;
    margin: 0 6px 6px 0;
}

.footer-t .widget.widget_tag_cloud a:hover {
    text-decoration: none;
    background: #fff;
    color: #333;
}

.footer-t .widget.widget_travel_diaries_social_links ul {
    overflow: hidden;
}

.footer-t .widget.widget_travel_diaries_social_links ul li {
    float: left;
    padding: 0;
    margin-right: 15px;
    background: none;
}

.footer-t .widget.widget_travel_diaries_social_links ul li:before {
    display: none;
}

.footer-t .widget .search-form {
    overflow: hidden;
    background: #fff;
    /*box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);*/
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    padding: 5px 10px;
}

.footer-t .widget .search-form label {
    float: left;
    width: 90%;
}

.footer-t .widget .search-form input[type="search"] {
    border: 0;
    background: none;
    border-radius: 0;
    outline: none;
    width: 100%;
}

.footer-t .widget .search-form input[type="submit"] {
    background: url('images/icon-search.png') no-repeat !important;
    width: 17px;
    height: 17px;
    border: 0;
    background: none;
    border-radius: 0;
    box-shadow: none;
    float: right;
    padding: 0;
    margin: 8px 0 0;
    text-indent: -9999px;
}

.footer-t .widget_travel_diaries_instagram_widget ul,
.footer-t .widget.widget_travel_diaries_flickr_widget ul {
    margin-left: -5px;
    margin-right: -5px;
    overflow: hidden;
}

.footer-t .widget_travel_diaries_instagram_widget ul li,
.footer-t .widget.widget_travel_diaries_flickr_widget ul li {
    float: left;
    width: 33.3333%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: none;
}

.footer-t .widget_travel_diaries_instagram_widget ul li:before,
.footer-t .widget.widget_travel_diaries_flickr_widget ul li:before {
    display: none;
}

.footer-t .widget_travel_diaries_instagram_widget .instagram-size-thumbnail li,
.footer-t .widget.widget_travel_diaries_flickr_widget .col-4 li {
    width: 25%;
}

.footer-t .widget_travel_diaries_instagram_widget .instagram-size-large li,
.footer-t .widget.widget_travel_diaries_flickr_widget .col-2 li {
    width: 50%;
}

.footer-t .widget_travel_diaries_instagram_widget .instagram-size-original li,
.footer-t .widget.widget_travel_diaries_flickr_widget .col-1 li {
    width: 100%;
}

.footer-t .widget.widget_travel_diaries_flickr_widget .col-5 li {
    width: 20%;
}

.footer-t .widget.widget_travel_diaries_flickr_widget .col-6 li {
    width: 16.6667;
}

.footer-t .widget.widget_travel_diaries_instagram_widget ul li img,
.footer-t .widget.widget_travel_diaries_flickr_widget ul li img {
    width: 100%;
    vertical-align: top;
}

/*footer-b style*/
.footer-b {
    background: #217fae;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    padding: 12px 0 10px;
}

.footer-b a {
    color: #fff;
    font-style: italic;
}

.footer-b .copyright {
    float: left;
}

.footer-b .site-info {
    float: right;
}

#mobile-header {
    display: none;
}

/*load more button style*/
#load-posts a {
    display: block;
    width: 100%;
    color: #fff;
    background: #0089bd;
    text-align: center;
    padding: 10px 0;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 700;
}

#load-posts a .fa {
    margin-right: 5px;
}

#load-posts a:hover,
#load-posts a:focus {
    text-decoration: none;
    opacity: 0.8;
}

#load-posts .disabled {
    display: none;
}

/* Back to Top */
#rara-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    /*background: rgba(0, 0, 0, 0.5);*/
    background: #000;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    display: none;
    opacity: 0.5;
    z-index: 9;
}

#rara-top:hover,
#rara-top:focus {
    opacity: 1;
}

#rara-top .fa {
    font-size: 25px;
}

#rara-top .fa:hover {
    color: #fff;
}

/* Back to Top Ends */

/*---------------------------------------------------------------
 Shortcode style
----------------------------------------------------------------*/
/*shortcode accordion*/
#primary .post .entry-content .rara_accordian,
#primary .page .entry-content .rara_accordian {
    border: 1px solid #f4b400;
    margin: 0 0 15px;
}

#primary .post .entry-content .rara_accordian .rara_accordian_title,
#primary .page .entry-content .rara_accordian .rara_accordian_title {
    background: #f4b400;
    padding: 7px 15px 7px 35px;
    color: #fff;
    position: relative;
    cursor: pointer;
}

#primary .post .entry-content .rara_accordian .rara_accordian_title:before,
#primary .page .entry-content .rara_accordian .rara_accordian_title:before {
    background: #fff;
    content: '';
    height: 3px;
    left: 12px;
    position: absolute;
    top: 50%;
    width: 15px;
}

#primary .post .entry-content .rara_accordian .rara_accordian_title:after,
#primary .page .entry-content .rara_accordian .rara_accordian_title:after {
    background: #fff;
    content: "";
    height: 3px;
    left: 12px;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(90deg) scale(1);
    -moz-transform: rotate(90deg) scale(1);
    transform: rotate(90deg) scale(1);
    width: 15px;
}

#primary .post .entry-content .rara_accordian .rara_accordian_title.active:after,
#primary .page .entry-content .rara_accordian .rara_accordian_title.active:after {
    opacity: 0;
}

#primary .post .entry-content .rara_accordian .rara_accordian_content,
#primary .page .entry-content .rara_accordian .rara_accordian_content {
    padding: 10px 20px;
}

/*CTA button*/
#primary .entry-content .center {
    text-align: center;
}

#primary .entry-content .rara_call_to_action_button {
    background: #ffbc00;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 33px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

#primary .entry-content .rara_call_to_action_button:hover,
#primary .entry-content .rara_call_to_action_button:focus {
    opacity: 0.8;
    text-decoration: none;
}

#primary .entry-content .rara_call_to_action.right:after {
    content: '';
    display: block;
    clear: both;
}

#primary .entry-content .rara_call_to_action.right .rara_call_to_action_button {
    float: right;
}

#primary .entry-content .rara_call_to_action.left .rara_call_to_action_button {
    float: left;
}

/*dropcap*/
.rara-drop-cap2 {
    float: left;
    font-size: 53px;
    padding-right: 10px;
    padding-top: 11px;
}

.rara-drop-cap3 {
    float: left;
    font-size: 80px;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-top: 20px;
}

.rara-drop-cap4 {
    float: left;
    font-size: 115px;
    margin-bottom: 32px;
    padding-right: 10px;
    padding-top: 35px;
}

/*list-style*/
#primary .post .entry-content ul,
#primary .page .entry-content ul,
#primary .post .entry-content ol,
#primary .page .entry-content ol {
    margin: 0 0 30px 15px;
    padding: 0;
    line-height: 32px;
}

#primary .post .entry-content li>ul,
#primary .post .entry-content li>ol,
#primary .page .entry-content li>ul,
#primary .page .entry-content li>ol {
    margin-bottom: 0;
    margin-top: 12px;
}

#primary .post .entry-content ul.rara-list,
#primary .page .entry-content ul.rara-list {
    list-style: none;
}

#primary .post .entry-content .rara-list li,
#primary .page .entry-content .rara-list li {
    padding-left: 30px;
    position: relative;
    background: none;
}

#primary .post .entry-content .rara-list.rara-list-style1 li:before,
#primary .page .entry-content .rara-list.rara-list-style1 li:before {
    position: absolute;
    top: 10px;
    left: 0;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 448 512'%3E%3Cpath d='M413.505 91.951L133.49 371.966l-98.995-98.995c-4.686-4.686-12.284-4.686-16.971 0L6.211 284.284c-4.686 4.686-4.686 12.284 0 16.971l118.794 118.794c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-11.314-11.314c-4.686-4.686-12.284-4.686-16.97 0z'/%3E%3C/svg%3E") center center no-repeat;
    width: 15px;
    height: 15px;
    content: '';
}

#primary .post .entry-content .rara-list.rara-list-style2 li:before,
#primary .page .entry-content .rara-list.rara-list-style2 li:before {
    position: absolute;
    top: 10px;
    left: 0;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 192 512'%3E%3Cpath d='M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z'/%3E%3C/svg%3E") center center no-repeat;
    width: 15px;
    height: 15px;
    content: '';
}

#primary .post .entry-content .rara-list.rara-list-style3 li:before,
#primary .page .entry-content .rara-list.rara-list-style3 li:before {
    position: absolute;
    top: 10px;
    left: 0;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 512 512'%3E%3Cpath d='M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z'/%3E%3C/svg%3E") center center no-repeat;
    width: 15px;
    height: 15px;
    content: '';
}

#primary .post .entry-content .rara-list.rara-list-style4 li:before,
#primary .page .entry-content .rara-list.rara-list-style4 li:before {
    position: absolute;
    top: 10px;
    left: 0;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 576 512'%3E%3Cpath d='M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z'/%3E%3C/svg%3E") center center no-repeat;
    width: 15px;
    height: 15px;
    content: '';
}

#primary .post .entry-content .rara-list.rara-list-style5 li:before,
#primary .page .entry-content .rara-list.rara-list-style5 li:before {
    position: absolute;
    top: 10px;
    left: 0;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 448 512'%3E%3Cpath d='M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48z'/%3E%3C/svg%3E") center center no-repeat;
    width: 15px;
    height: 15px;
    content: '';
}

#primary .post .entry-content .rara-list.rara-list-style6 li:before,
#primary .page .entry-content .rara-list.rara-list-style6 li:before {
    position: absolute;
    top: 10px;
    left: 0;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 512 512'%3E%3Cpath d='M256 504c136.967 0 248-111.033 248-248S392.967 8 256 8 8 119.033 8 256s111.033 248 248 248zm-103.398-76.72l53.411-53.411c31.806 13.506 68.128 13.522 99.974 0l53.411 53.411c-63.217 38.319-143.579 38.319-206.796 0zM336 256c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80zm91.28 103.398l-53.411-53.411c13.505-31.806 13.522-68.128 0-99.974l53.411-53.411c38.319 63.217 38.319 143.579 0 206.796zM359.397 84.72l-53.411 53.411c-31.806-13.505-68.128-13.522-99.973 0L152.602 84.72c63.217-38.319 143.579-38.319 206.795 0zM84.72 152.602l53.411 53.411c-13.506 31.806-13.522 68.128 0 99.974L84.72 359.398c-38.319-63.217-38.319-143.579 0-206.796z'/%3E%3C/svg%3E") center center no-repeat;
    width: 15px;
    height: 15px;
    content: '';
}

#primary .post .entry-content .rara-list.rara-list-style7 li:before,
#primary .page .entry-content .rara-list.rara-list-style7 li:before {
    position: absolute;
    top: 10px;
    left: 0;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 512 512'%3E%3Cpath d='M476 3.2L12.5 270.6c-18.1 10.4-15.8 35.6 2.2 43.2L121 358.4l287.3-253.2c5.5-4.9 13.3 2.6 8.6 8.3L176 407v80.5c0 23.6 28.5 32.9 42.5 15.8L282 426l124.6 52.2c14.2 6 30.4-2.9 33-18.2l72-432C515 7.8 493.3-6.8 476 3.2z'/%3E%3C/svg%3E") center center no-repeat;
    width: 15px;
    height: 15px;
    content: '';
}

#primary .post .entry-content .rara-list.rara-list-style8 li:before,
#primary .page .entry-content .rara-list.rara-list-style8 li:before {
    position: absolute;
    top: 10px;
    left: 0;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 512 512'%3E%3Cpath d='M428.8 137.6h-86.177a115.52 115.52 0 0 0 2.176-22.4c0-47.914-35.072-83.2-92-83.2-45.314 0-57.002 48.537-75.707 78.784-7.735 12.413-16.994 23.317-25.851 33.253l-.131.146-.129.148C135.662 161.807 127.764 168 120.8 168h-2.679c-5.747-4.952-13.536-8-22.12-8H32c-17.673 0-32 12.894-32 28.8v230.4C0 435.106 14.327 448 32 448h64c8.584 0 16.373-3.048 22.12-8h2.679c28.688 0 67.137 40 127.2 40h21.299c62.542 0 98.8-38.658 99.94-91.145 12.482-17.813 18.491-40.785 15.985-62.791A93.148 93.148 0 0 0 393.152 304H428.8c45.435 0 83.2-37.584 83.2-83.2 0-45.099-38.101-83.2-83.2-83.2zm0 118.4h-91.026c12.837 14.669 14.415 42.825-4.95 61.05 11.227 19.646 1.687 45.624-12.925 53.625 6.524 39.128-10.076 61.325-50.6 61.325H248c-45.491 0-77.21-35.913-120-39.676V215.571c25.239-2.964 42.966-21.222 59.075-39.596 11.275-12.65 21.725-25.3 30.799-39.875C232.355 112.712 244.006 80 252.8 80c23.375 0 44 8.8 44 35.2 0 35.2-26.4 53.075-26.4 70.4h158.4c18.425 0 35.2 16.5 35.2 35.2 0 18.975-16.225 35.2-35.2 35.2zM88 384c0 13.255-10.745 24-24 24s-24-10.745-24-24 10.745-24 24-24 24 10.745 24 24z'/%3E%3C/svg%3E") center center no-repeat;
    width: 15px;
    height: 15px;
    content: '';
}

#primary .post .entry-content .rara-list.rara-list-style9 li:before,
#primary .page .entry-content .rara-list.rara-list-style9 li:before {
    position: absolute;
    top: 10px;
    left: 0;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 512 512'%3E%3Cpath d='M478.21 334.093L336 256l142.21-78.093c11.795-6.477 15.961-21.384 9.232-33.037l-19.48-33.741c-6.728-11.653-21.72-15.499-33.227-8.523L296 186.718l3.475-162.204C299.763 11.061 288.937 0 275.48 0h-38.96c-13.456 0-24.283 11.061-23.994 24.514L216 186.718 77.265 102.607c-11.506-6.976-26.499-3.13-33.227 8.523l-19.48 33.741c-6.728 11.653-2.562 26.56 9.233 33.037L176 256 33.79 334.093c-11.795 6.477-15.961 21.384-9.232 33.037l19.48 33.741c6.728 11.653 21.721 15.499 33.227 8.523L216 325.282l-3.475 162.204C212.237 500.939 223.064 512 236.52 512h38.961c13.456 0 24.283-11.061 23.995-24.514L296 325.282l138.735 84.111c11.506 6.976 26.499 3.13 33.227-8.523l19.48-33.741c6.728-11.653 2.563-26.559-9.232-33.036z'/%3E%3C/svg%3E") center center no-repeat;
    width: 15px;
    height: 15px;
    content: '';
}

#primary .post .entry-content .rara-list.rara-list-style10 li:before,
#primary .page .entry-content .rara-list.rara-list-style10 li:before {
    position: absolute;
    top: 10px;
    left: 0;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 512 512'%3E%3Cpath d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zM124 296c-6.6 0-12-5.4-12-12v-56c0-6.6 5.4-12 12-12h264c6.6 0 12 5.4 12 12v56c0 6.6-5.4 12-12 12H124z'/%3E%3C/svg%3E") center center no-repeat;
    width: 15px;
    height: 15px;
    content: '';
}

/*shortcode social icon*/
#primary .entry-content .social-shortcode:after {
    content: '';
    display: block;
    clear: both;
}

#primary .entry-content .social-shortcode a {
    font-size: 14px;
    margin-right: 15px;
    width: 30px;
    float: left;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #000;
    color: #fff;
}

#primary .entry-content .social-shortcode a:hover,
#primary .entry-content .social-shortcode a:focus {
    text-decoration: none;
    color: #fff;
}

#primary .entry-content .social-shortcode a[title="facebook"] {
    background: #3b5998;
}

#primary .entry-content .social-shortcode a[title="twitter"] {
    background: #1da1f2;
}

#primary .entry-content .social-shortcode a[title="instagram"] {
    background: #913CA4;
}

#primary .entry-content .social-shortcode a[title="google-plus"] {
    background: #dc4a38;
}

#primary .entry-content .social-shortcode a[title="pinterest"] {
    background: #cc2127;
}

#primary .entry-content .social-shortcode a[title="linkedin"] {
    background: #0274b3;
}

#primary .entry-content .social-shortcode a[title="youtube"] {
    background: #CF1F1F;
}

#primary .entry-content .social-shortcode a[title="vimeo"] {
    background: #1AB7EA;
}

#primary .entry-content .social-shortcode a[title="dribbble"] {
    background: #F26798;
}

#primary .entry-content .social-shortcode a[title="foursquare"] {
    background: #F94877;
}

#primary .entry-content .social-shortcode a[title="flickr"] {
    background: #0063DB;
}

#primary .entry-content .social-shortcode a[title="reddit"] {
    background: #FF4500;
}

#primary .entry-content .social-shortcode a[title="skype"] {
    background: #00AFF0;
}

#primary .entry-content .social-shortcode a[title="stumbleupon"] {
    background: #EB4924;
}

#primary .entry-content .social-shortcode a[title="tumblr"] {
    background: #34465D;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

/*shortcode tab*/
#primary .entry-content .rara_tab_wrap {
    margin: 0 0 1.5em;
}

#primary .entry-content .rara_tab_wrap .rara_tab_group .tab-title {
    float: left;
    padding: 5px 9px;
    border: 1px solid #f4b400;
    cursor: pointer;
}

#primary .entry-content .rara_tab_wrap .rara_tab_group .tab-title.active,
#primary .entry-content .rara_tab_wrap .rara_tab_group .tab-title:hover,
#primary .entry-content .rara_tab_wrap .rara_tab_group .tab-title:focus {
    background: #f4b400;
    color: #fff;
}

#primary .entry-content .rara_tab_wrap .rara_tab_content {
    padding: 10px 20px;
    background: #f8f8f8;
}

#primary .entry-content .rara_tab_wrap.vertical .rara_tab_group {
    float: left;
    width: 225px;
}

#primary .entry-content .rara_tab_wrap.vertical .rara_tab_content {
    overflow: hidden;
}

#primary .entry-content .rara_tab_wrap.vertical .rara_tab_group .tab-title {
    float: none;
    display: block;
}

/*shortcode toggle*/
.rara_toggle {
    border: 1px solid #f4b400;
    margin: 0 0 10px;
}

.rara_toggle .rara_toggle_title {
    background: #f4b400;
    color: #fff;
    cursor: pointer;
    padding: 7px 15px 7px 35px;
    position: relative;
}

.rara_toggle .rara_toggle_title:after {
    background: #fff;
    content: "";
    height: 3px;
    left: 12px;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(90deg) scale(1);
    -moz-transform: rotate(90deg) scale(1);
    transform: rotate(90deg) scale(1);
    width: 15px;
}

.rara_toggle .rara_toggle_title:before {
    background: #fff;
    content: "";
    height: 3px;
    left: 12px;
    position: absolute;
    top: 50%;
    width: 15px;
}

.rara_toggle .rara_toggle_title.active:after {
    opacity: 0;
}

.rara_toggle .rara_toggle_content {
    padding: 10px 20px;
}

/*shortcode slider*/
#primary .entry-content .shortcode-slider ul {
    margin: 0;
}

#primary .entry-content .shortcode-slider ul li {
    padding-left: 0;
    background: none;
}

#primary .entry-content .shortcode-slider .lSAction>a {
    top: 41%;
}

#primary .entry-content .shortcode-slider .lSAction>.lSNext {
    background: url("images/btn-next.png") no-repeat;
    height: 44px;
    width: 44px;
}

#primary .entry-content .shortcode-slider .lSAction>.lSPrev {
    background: url("images/btn-prev.png") no-repeat;
    height: 44px;
    width: 44px;
}

/*shortcode grid layout*/
.rara-row {
    margin: 0 -15px;
}

.rara-row:after {
    content: '';
    display: block;
    clear: both;
}

.rara_column {
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
}

.rara-span1 {
    width: 16.66%;
}

.rara-span2 {
    width: 33.33%;
}

.rara-span3 {
    width: 50%;
}

.rara-span4 {
    width: 66.66%;
}

.rara-span5 {
    width: 83%;
}

.rara-span6 {
    width: 100%;
}

.divider {
    margin: auto;
}

#crumbs {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 15px;
}
#crumbs .current{
    pointer-events: none;
}
#crumbs .current a{
    color: #333333;
}
    
#mc_embed_signup .mc-field-group {
    width: 100% !important;
}

/*before and after post widget style*/
#primary .widget-area .widget .search-form {
    overflow: hidden;
    background: #fff;
    /*box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);*/
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    padding: 5px 10px;
}

#primary .widget-area .widget .search-form label {
    float: left;
    width: 90%;
}

#primary .widget-area .widget .search-form input[type="search"] {
    border: 0;
    background: none;
    border-radius: 0;
    outline: none;
    width: 100%;
}

#primary .widget-area .widget .search-form input[type="submit"] {
    background: url('images/icon-search.png') no-repeat !important;
    width: 17px;
    height: 17px;
    border: 0;
    background: none;
    border-radius: 0;
    box-shadow: none;
    float: right;
    padding: 0;
    margin: 8px 0 0;
    text-indent: -9999px;
}

#primary .widget-area .widget,
#primary .post-section .widget {
    border-bottom: 1px solid #d7d7d8;
    padding: 0 0 17px;
}

#primary .widget-area .widget:last-child {
    border-bottom: 0;
}

#primary .widget-area .widget ul,
#primary .post-section .widget.widget_recent_entries ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 18px;
    line-height: 22px;
}

#primary .widget-area .widget ul li {
    margin-bottom: 20px;
    background: url('images/bg-arrow.png') no-repeat 0 7px;
    padding-left: 15px;
}

#primary .widget-area .widget ul li a,
#primary .post-section .widget ul li a {
    color: #333;
}

#primary .widget-area .widget ul li a:hover,
#primary .post-section .widget ul li a:hover {
    color: #0089bd;
    text-decoration: none;
}

#primary .widget-area .widget ul li .fa {
    font-size: 18px;
    color: #868686;
    margin-right: 15px;
}

#primary .widget-area .widget .widget-title,
#primary .post-section .widget.widget_recent_entries .widget-title {
    font-size: 18px;
    line-height: 24px;
    color: #999;
    text-transform: uppercase;
    margin: 0 0 17px;
}

#primary .widget-area .widget.widget_travel_diaries_featured_post {
    font-size: 16px;
    line-height: 26px;
}

#primary .widget-area .widget.widget_travel_diaries_featured_post p {
    margin: 0 0 17px;
}

#primary .widget-area .widget.widget_travel_diaries_featured_post .image-holder {
    margin: 0 0 22px;
}

#primary .widget-area .widget.widget_travel_diaries_featured_post img {
    vertical-align: top;
}

#primary .widget-area .widget.widget_travel_diaries_featured_post .readmore {
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
}

#primary .widget-area .widget.widget_travel_diaries_featured_post .readmore:hover {
    text-decoration: none;
}

#primary .widget-area .widget.widget_travel_diaries_featured_post .readmore .fa {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    vertical-align: top;
    line-height: 30px;
    margin-left: 5px;
}

#primary .widget-area .widget.widget_travel_diaries_featured_post .readmore:hover .fa {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    transform: translateX(5px);
}

#primary .widget-area .widget.widget_featured {
    padding: 0 0 31px;
}

#primary .widget-area .widget.widget_featured .featured-box {
    background: #e4e4e5;
    padding: 41px 34px 7px;
}

#primary .widget-area .widget.widget_featured .featured-box .img-holder {
    margin: 0 0 25px;
}

#primary .widget-area .widget.widget_travel_diaries_recent_post ul,
#primary .widget-area .widget.widget_travel_diaries_popular_post ul,
#primary .widget-area .widget.widget_travel_diaries_category_post ul,
#primary .widget-area .widget.widget_travel_diaries_author_post ul,
#primary .post-section .widget.widget_recent_entries ul {
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
}

#primary .widget-area .widget.widget_travel_diaries_recent_post ul li,
#primary .widget-area .widget.widget_travel_diaries_popular_post ul li,
#primary .widget-area .widget.widget_travel_diaries_category_post ul li,
#primary .widget-area .widget.widget_travel_diaries_author_post ul li,
#primary .post-section .widget.widget_recent_entries ul li {
    float: left;
    margin: 0 0 20px;
    padding-left: 15px;
    padding-right: 15px;
    background: none;
    width: 33.3333%;
}

#primary .widget-area .widget.widget_travel_diaries_recent_post .post-thumbnail,
#primary .widget-area .widget.widget_travel_diaries_popular_post .post-thumbnail,
#primary .widget-area .widget.widget_travel_diaries_category_post .post-thumbnail,
#primary .widget-area .widget.widget_travel_diaries_author_post .post-thumbnail,
#primary .post-section .widget.widget_recent_entries .post-thumbnail {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}

#primary .widget-area .widget.widget_travel_diaries_recent_post .post-thumbnail img,
#primary .widget-area .widget.widget_travel_diaries_popular_post .post-thumbnail img,
#primary .widget-area .widget.widget_travel_diaries_category_post .post-thumbnail img,
#primary .widget-area .widget.widget_travel_diaries_author_post .post-thumbnail img,
#primary .post-section .widget.widget_recent_entries .post-thumbnail img {
    vertical-align: top;
    width: 100%;
}

#primary .widget-area .widget.widget_travel_diaries_recent_post .entry-header,
#primary .widget-area .widget.widget_travel_diaries_popular_post .entry-header,
#primary .widget-area .widget.widget_travel_diaries_category_post .entry-header,
#primary .widget-area .widget.widget_travel_diaries_author_post .entry-header,
#primary .post-section .widget.widget_recent_entries .entry-header {
    width: 100%;
    overflow: hidden;
}

#primary .widget-area .widget.widget_travel_diaries_recent_post .entry-title,
#primary .widget-area .widget.widget_travel_diaries_popular_post .entry-title,
#primary .widget-area .widget.widget_travel_diaries_category_post .entry-title,
#primary .widget-area .widget.widget_travel_diaries_author_post .entry-title,
#primary .post-section .widget.widget_recent_entries .entry-title {
    overflow: hidden;
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    clear: none;
}

#primary .widget-area .widget.widget_travel_diaries_recent_post .entry-title a,
#primary .widget-area .widget.widget_travel_diaries_popular_post .entry-title a,
#primary .widget-area .widget.widget_travel_diaries_category_post .entry-title a,
#primary .widget-area .widget.widget_travel_diaries_author_post .entry-title a,
#primary .post-section .widget.widget_recent_entries .entry-title a {
    color: #333;
}

#primary .widget-area .widget.widget_travel_diaries_recent_post .entry-title a:hover,
#primary .widget-area .widget.widget_travel_diaries_popular_post .entry-title a:hover,
#primary .widget-area .widget.widget_travel_diaries_category_post .entry-title a:hover,
#primary .widget-area .widget.widget_travel_diaries_author_post .entry-title a:hover,
#primary .post-section .widget.widget_recent_entries .entry-title a:hover,
#primary .post-section .widget.widget_recent_entries .entry-title a:focus {
    color: #0089bd;
    text-decoration: none;
}

#primary .widget-area .widget_travel_diaries_instagram_widget ul {
    margin-left: -5px;
    margin-right: -5px;
    overflow: hidden;
}

#primary .widget-area .widget_travel_diaries_instagram_widget ul li {
    float: left;
    width: 33.3333%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: none;
}

#primary .widget-area .widget_travel_diaries_instagram_widget .instagram-size-thumbnail li {
    width: 25%;
}

#primary .widget-area .widget_travel_diaries_instagram_widget .instagram-size-large li {
    width: 50%;
}

.widget.widget_spa_and_salon_instagram_widget .instagram-size-medium li {
    width: 33%;
}


#primary .widget-area .widget_travel_diaries_instagram_widget .instagram-size-original li {
    width: 100%;
}

#primary .widget-area .widget.widget_travel_diaries_instagram_widget ul li img {
    width: 100%;
    vertical-align: top;
}

#primary .widget-area .widget.widget_travel_diaries_social_links ul {
    overflow: hidden;
}

#primary .widget-area .widget.widget_travel_diaries_social_links ul li {
    float: left;
    margin: 0 15px 0 0;
    padding: 0;
    background: none;
}

#primary .widget-area .widget.widget_travel_diaries_social_links ul li a .fa {
    margin-right: 0;
}

#primary .widget-area .widget.widget_travel_diaries_social_links ul li a:hover,
#primary .widget-area .widget.widget_travel_diaries_social_links ul li a:hover .fa {
    color: #0089bd;
}

/*sticky-menu style*/
.sticky-menu {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    -webkit-transition: linear 0.2s;
    -moz-transition: linear 0.2s;
    transition: linear 0.2s;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: animatedown 0.3s;
    /* Chrome, Safari, Opera */
    animation: animatedown 0.3s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

@-webkit-keyframes animatedown {
    from {
        top: -100px;
    }

    to {
        top: 0
    }
}

@keyframes animatedown {
    from {
        top: -100px;
    }

    to {
        top: 0
    }
}

.header-b.sticky-menu {
    background: #fff;
}

.widget.jetpack_subscription_widget form p {
    margin: 0 0 1.5em;
}

.widget.jetpack_subscription_widget form input[type="email"] {
    background: #e4e4e5;
    border: 0;
    border-radius: 2px;
    margin: 0;
    padding: 10px;
    width: 100% !important;
}

.widget.jetpack_subscription_widget form input[type="submit"] {
    background: #0089bd;
    border-radius: 5px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    box-shadow: none;
    border: 0;
    padding: 0;
    text-shadow: none;
    margin-right: 11px;
}

.author-section .author-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin: 0 0 29px;
}

.author-section .holder {
    overflow: hidden;
}

.author-section .holder img {
    float: left;
    margin-right: 20px;
}

.author-section .holder .text {
    overflow: hidden;
}

.author-section .holder .text .author-name {
    margin: 0 0 10px;
    font-size: 20px;
}

.author-section .holder .text p {
    margin-top: 0;
}

.mean-container .mean-nav ul li a {
    font-size: 15px;
    padding: 8px 5%;
}

.mean-container .mean-nav ul li .mean-expand {
    padding: 8px !important;
    height: 30px;
}

.mobile-header{
	display: none;
}

.overlay{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.85);
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: ease 0.35s;
	-moz-transition: ease 0.35s;
	transition: ease 0.35s;
}



body.menu-open{
	overflow-y: hidden;
}
.svg-holder svg{
    vertical-align: top;
    width: 100%;
    height: 100%;
}

/*responsive style*/
@media only screen and (max-width: 1199px) {
    .container {
        width: 970px;
    }

    .featured-on .featured-on-lists li {
        margin: 0 5px;
    }

    .featured-on span {
        margin-right: 4px;
    }

    .recent-posts .columns-3 .text-holder .entry-meta .posted-on {
        display: block;
    }

    .footer-t .widget.widget_travel_diaries_recent_post ul li .post-thumbnail {
        margin-right: 15px;
    }

    .header-four .main-navigation ul li a {
        padding: 13px;
    }
}

@media only screen and (max-width: 1024px){
	.site-header,
	.navigation{
		display: none;
	}

	.mobile-header{
		display: block;
		padding: 15px 0;
	}

	.mobile-header .container{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}

	.mobile-header .container:after{
		display: none;
	}

	.mobile-header .site-branding{
		display: flex;
		flex-direction: column;
	}

	.mobile-header .site-branding .site-title{
		font-size: 24px;
		line-height: 24px;
		font-weight: 700;
		margin: 0;
	}

	.mobile-header .site-branding .site-title a:hover,
	.mobile-header .site-branding .site-title a:focus{
		text-decoration: none;
	}

	.mobile-header .site-branding .site-description{
		margin: 0;
		font-size: 13px;
		line-height: 16px;
		font-weight: 600;
		font-style: italic;
		color: #424242;
	}

	.mobile-header .info-lists{
		margin: 0 20px 0 0;
		padding: 0;
		list-style: none;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		font-size: 13px;
		line-height: 23px;
		color: #999;
		text-align: right;
		font-weight: 600;
		text-transform: uppercase;
	}

	.mobile-header .info-lists li{
		padding-left: 39px;
		margin-left: 33px;
		border-left: 1px solid rgba(0, 0, 0, 0.1);
	}

	.mobile-header .info-lists strong{
		font-size: 20px;
		color: #181818;
		display: block;
		text-transform: none;
		font-weight: 600;
	}

	.mobile-header .info-lists li:first-child{
		padding-left: 0;
		margin-left: 0;
		border-left: 0;
	}

	.menu-opener{
		width: 23px;
		height: 17px;
		cursor: pointer;
	}

	.menu-opener span{
		width: 100%;
		display: flex;
		background: #000;
		height: 2px;
		margin: 0 auto 5px;
		border-radius: 5px;
		-webkit-transition: ease 0.2s;
		-moz-transition: ease 0.2s;
		transition: ease 0.2s;
	}

	.menu-opener span:nth-child(2){
		width: 15px;
	}

	.menu-opener span:last-child{
		margin-bottom: 0;
	}

	.menu-opener:hover span:nth-child(2),
	.menu-opener:focus span:nth-child(2){
		width: 100%;
	}

	.menu-opener:hover span:first-child,
	.menu-opener:hover span:last-child,
	.menu-opener:focus span:first-child,
	.menu-opener:focus span:last-child{
		width: 15px;
	}

	.mobile-menu{
		position: fixed;
		top: 0;
		right: 0;
		width: 320px;
		background: #fff;
		height: 100%;
		z-index: 2;
		padding-top: 80px;
		overflow-y: auto;
		-webkit-transition: ease 0.35s;
		-moz-transition: ease 0.35s;
		transition: ease 0.35s; 
		-webkit-transform: translateX(320px);
		-moz-transform: translateX(320px);
		transform: translateX(320px);
	}
     
    body.admin-bar .mobile-menu {
        padding-top: 110px;
    }

    body.admin-bar .mobile-menu .btn-close-menu {
        top: 45px;
    }
    
    body.menu-open .overlay{
        opacity: 1;
        visibility: visible;;
    }
    
	body.menu-open .mobile-menu{
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		transform: translateX(0);
	}

	.mobile-menu .btn-close-menu{
		position: absolute;
		top: 25px;
		right: 20px;
		background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 512 512'%3E%3Cpath d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 464c-118.7 0-216-96.1-216-216 0-118.7 96.1-216 216-216 118.7 0 216 96.1 216 216 0 118.7-96.1 216-216 216zm94.8-285.3L281.5 256l69.3 69.3c4.7 4.7 4.7 12.3 0 17l-8.5 8.5c-4.7 4.7-12.3 4.7-17 0L256 281.5l-69.3 69.3c-4.7 4.7-12.3 4.7-17 0l-8.5-8.5c-4.7-4.7-4.7-12.3 0-17l69.3-69.3-69.3-69.3c-4.7-4.7-4.7-12.3 0-17l8.5-8.5c4.7-4.7 12.3-4.7 17 0l69.3 69.3 69.3-69.3c4.7-4.7 12.3-4.7 17 0l8.5 8.5c4.6 4.7 4.6 12.3 0 17z'/%3E%3C/svg%3E") center center no-repeat;
		width: 30px;
		height: 25px;
		cursor: pointer;
		-webkit-transition: ease 0.2s;
		-moz-transition: ease 0.2s;
		transition: ease 0.2s;
	}

	.mobile-menu .btn-close-menu:hover,
	.mobile-menu .btn-close-menu:focus{
		background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23b41111' viewBox='0 0 512 512'%3E%3Cpath d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 464c-118.7 0-216-96.1-216-216 0-118.7 96.1-216 216-216 118.7 0 216 96.1 216 216 0 118.7-96.1 216-216 216zm94.8-285.3L281.5 256l69.3 69.3c4.7 4.7 4.7 12.3 0 17l-8.5 8.5c-4.7 4.7-12.3 4.7-17 0L256 281.5l-69.3 69.3c-4.7 4.7-12.3 4.7-17 0l-8.5-8.5c-4.7-4.7-4.7-12.3 0-17l69.3-69.3-69.3-69.3c-4.7-4.7-4.7-12.3 0-17l8.5-8.5c4.7-4.7 12.3-4.7 17 0l69.3 69.3 69.3-69.3c4.7-4.7 12.3-4.7 17 0l8.5 8.5c4.6 4.7 4.6 12.3 0 17z'/%3E%3C/svg%3E") center center no-repeat;
	}

	.primary-menu ul,
	.secondary-menu ul{
		margin: 0;
		padding: 0;
		list-style: none;
		font-size: 1rem;
	}

	.primary-menu ul li,
	.secondary-menu ul li{
		position: relative;
	}

	.primary-menu ul li .angle-down,
	.secondary-menu ul li .angle-down{
		position: absolute;
		top: 0;
		right: 0;
		width: 51px;
		height: 51px;
		background: transparent;
		cursor: pointer;
		-webkit-transition: ease 0.2s;
		-moz-transition: ease 0.2s;
		transition: ease 0.2s;
	}

	.primary-menu ul li .angle-down.active,
	.secondary-menu ul li .angle-down.active{
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.primary-menu ul li .angle-down:after,
	.secondary-menu ul li .angle-down:after{
		position: absolute;
		top: 50%;
		left: 50%;
		content: '';
		background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 256 512'%3E%3Cpath d='M119.5 326.9L3.5 209.1c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0L128 287.3l100.4-102.2c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.7 4.7 12.3 0 17L136.5 327c-4.7 4.6-12.3 4.6-17-.1z'/%3E%3C/svg%3E") center center no-repeat;
		width: 25px;
		height: 20px;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.primary-menu ul ul,
	.secondary-menu ul ul{
		display: none;
	}

	.primary-menu ul li a,
	.secondary-menu ul li a{
		display: block;
		padding: 10px 20px;
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		color: #000;
		-webkit-transition: ease 0.2s;
		-moz-transition: ease 0.2s;
		transition: ease 0.2s;
	}

	.primary-menu ul li a:hover,
	.primary-menu ul li a:focus,
	.primary-menu ul li:hover > a,
	.primary-menu ul li:focus > a,
	.primary-menu ul .current-menu-item > a,
	.primary-menu ul .current-menu-ancestor > a,
	.primary-menu ul .current_page_item > a,
	.primary-menu ul .current_page_ancestor > a,
	.secondary-menu ul li a:hover,
	.secondary-menu ul li a:focus,
	.secondary-menu ul li:hover > a,
	.secondary-menu ul li:focus > a,
	.secondary-menu ul .current-menu-item > a,
	.secondary-menu ul .current-menu-ancestor > a,
	.secondary-menu ul .current_page_item > a,
	.secondary-menu ul .current_page_ancestor > a{
		color: #0089bd;
		text-decoration: none;
	}

	.mobile-menu .social-networks{
		margin: 50px 20px 20px;
		padding: 0;
		list-style: none;
		font-size: 1rem;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	.mobile-menu .social-networks li{
		margin: 0 5px 5px 0;
	}

	.mobile-menu .social-networks li a{
		width: 40px;
		height: 40px;
		border: 1px solid rgba(0, 0, 0, 0.1);
		color: rgba(0, 0, 0, 0.5);
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		-webkit-transition: ease 0.2s;
		-moz-transition: ease 0.2s;
		transition: ease 0.2s;
	}

	.mobile-menu .social-networks li a:hover,
	.mobile-menu .social-networks li a:focus{
		text-decoration: none;
		color: #fff;
		background: #0089bd;
		border-color: #0089bd;
	}
}

@media only screen and (max-width: 991px) {
    .container {
        width: 750px;
    }

    .top-menu ul li {
        margin-left: 24px;
    }

    .main-navigation ul li a {
        padding: 13px 15px;
    }

    .featured-on {
        text-align: center;
    }

    .featured-on span {
        float: none;
        display: inline-block;
        margin: 0 0 10px;
    }

    .featured-on .featured-on-lists {
        float: none;
        display: block;
        margin: 0 0 10px;
    }

    .featured-on .link-with-us {
        display: inline-block;
        float: none;
    }

    .recent-posts .columns-3 .text-holder {
        padding: 15px 20px;
    }

    .recent-posts .columns-3 .text-holder .category {
        margin: 0 -19px 0 -20px;
    }

    .footer-t .columns-4 {
        width: 50%;
    }

    .footer-b {
        text-align: center;
    }

    .footer-b .copyright,
    .footer-b .site-info {
        float: none;
        display: block;
    }

    #primary {
        width: 100%;
        margin-bottom: 30px;
    }

    #secondary {
        width: 100%;
    }

    .header-two .header-b .advertise {
        width: 100%;
        margin-top: 14px;
    }

    .header-three .header-b .social-networks,
    .header-three .site-header .site-branding {
        width: 100%;
        margin-bottom: 1.5em;
        text-align: center;
    }

    .header-three .header-b .social-networks li {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin: 0 10px;
    }

    .header-three .header-b .info-lists {
        width: 100%;
    }

    .header-three .header-b .info-lists li {
        float: none;
        display: inline-block;
        vertical-align: top;
    }

    .header-four .main-navigation {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .container {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #mobile-header {
        display: block;
        float: left;
    }

    .top-menu {
        display: none;
    }

    .fa-bars {
        color: #fff;
    }

    .header-t .social-networks {
        width: 90%;
        text-align: center;
    }

    .header-t .social-networks li {
        float: none;
        display: inline-block;
    }

    .site-header .site-branding {
        width: 100%;
        text-align: center;
        margin: 0 0 1.5em;
    }

    .header-b .info-lists {
        width: 100%;
        text-align: center;
    }

    .header-b .info-lists li {
        float: none;
        display: inline-block;
        margin-left: 15px;
        padding-left: 15px;
    }

    .navigation {
        height: 50px;
    }

    /*.mean-container a.meanmenu-reveal{
    	top: 230px;
    	color: #333;
    }
    .mean-container a.meanmenu-reveal span{background: #333;}
    .mean-container .mean-nav{
    	position: absolute;
    	top: 279px;
    	margin-top: 0;
    }
    .mean-container .mean-bar{
    	min-height: 0;
    	padding: 0;
    }*/
    .banner {
        background: none;
        height: inherit;
    }

    .banner img {
        display: block;
    }

    .banner-text {
        position: relative;
        top: 0;
        background: #f0f0f0;
    }

    .banner-text .text {
        background: none;
        width: 100%;
        max-width: 100%;
        padding: 33px 0 24px 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .featured-on .featured-on-lists li {
        display: block;
        margin: 0 0 25px;
    }

    .recent-posts .columns-3,
    .popular-posts .columns-3,
    .guide .columns-3 {
        width: 100%;
    }

    .recent-posts .columns-3 img,
    .popular-posts .columns-3 img {
        width: 100%;
    }

    .recent-posts .btn-holder a,
    .clients .btn-holder a,
    .guide .btn-holder a {
        font-size: 13px;
    }

    .clients .columns-2 {
        width: 100%;
        line-height: 10px;
        margin-bottom: 20px;
    }

    .guide img {
        width: 100%;
    }

    .footer-t .columns-4 {
        width: 100%;
        margin-bottom: 30px;
    }

    #primary .post .entry-header .entry-meta .posted-on {
        display: block;
    }

    .blog #primary .post .post-thumbnail {
        width: 100%;
        margin: 0 0 22px;
    }

    .blog #primary .post .entry-content {
        width: 100%;
        padding: 0;
    }

    #primary .post .post-thumbnail img {
        width: 100%;
    }

    .blog #primary .post {
        padding: 20px;
    }

    .pagination a,
    .pagination .dots {
        padding: 0 8px;
    }

    .pagination {
        font-size: 13px;
    }

    #primary .post table th,
    #primary .page table th,
    #primary .post table td,
    #primary .page table td {
        font-size: 13px;
        padding: 10px;
        line-height: 20px;
    }

    #primary .post form input[type="text"],
    #primary .page form input[type="text"],
    #primary .post form input[type="email"],
    #primary .page form input[type="email"],
    #primary .post form input[type="url"],
    #primary .page form input[type="url"],
    #primary .post form input[type="password"],
    #primary .page form input[type="password"] {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #comments .comment-list .comment-content,
    #comments .comment-list .reply {
        margin: 0;
    }

    #comments .comment-list .children {
        margin-left: 0;
    }

    #comments .comment-list img {
        margin-right: 10px;
    }

    .comment-form input[type="text"],
    .comment-form input[type="email"],
    .comment-form input[type="url"] {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .header-two .site-header .site-branding {
        margin-bottom: 0;
    }

    #primary .recent-posts .columns-3,
    #primary .popular-posts .columns-3,
    #primary .guide .columns-3 {
        width: 100%;
    }

    .home.right-sidebar .clients .columns-2 {
        width: 100%;
    }

    .rara-span1,
    .rara-span2,
    .rara-span3,
    .rara-span4,
    .rara-span5,
    .rara-span6 {
        width: 100%;
    }

    #primary .widget-area .widget.widget_travel_diaries_recent_post ul li,
    #primary .widget-area .widget.widget_travel_diaries_popular_post ul li,
    #primary .widget-area .widget.widget_travel_diaries_category_post ul li,
    #primary .widget-area .widget.widget_travel_diaries_author_post ul li,
    #primary .post-section .widget.widget_recent_entries ul li {
        width: 100%;
    }

    .woocommerce #respond #submit,
    .woocommerce a.button,
    .woocommerce button.button,
    .woocommerce input.button,
    .woocommerce #respond #submit.alt,
    .woocommerce a.button.alt,
    .woocommerce button.button.alt,
    .woocommerce input.button.alt {
        font-size: 15px;
    }

    .header-b .info-lists li {
        background: none;
    }

    .slideshow .banner-text {
        position: unset;
        background: #000;
    }

    .slideshow .lSAction>.lSPrev,
    .slideshow .lSAction>.lSNext {
        top: 10%;
    }

    .slideshow img {
        height: 100%;
    }

    .blog #primary .post .post-thumbnail,
    .category #primary .post .post-thumbnail,
    .archive #primary .post .post-thumbnail,
    .search #primary .post .post-thumbnail {
        float: none;
        width: 100%;
        margin: 8px 0 20px 0;
    }

    .blog #primary .post,
    .category #primary .post,
    .archive #primary .post,
    .search #primary .post {
        padding: 20px;
    }

    .category .page-title,
    .archive .page-title,
    .search .page-title {
        font-size: 32px;
        line-height: 36px;
    }

    .mobile-header .site-branding{
    	width: 100%;
    	margin: 0 0 40px;
    	align-items: center;
    	text-align: center;
    }

    .mobile-header .info-lists{
    	width: 100%;
    	margin: 0 0 30px;
    	justify-content: center;
    	text-align: center;
    }

    .menu-opener{
    	margin: 0 auto;
    }
}

@media only screen and (max-width: 500px){
	.mobile-header .info-lists{
		flex-direction: column;
		margin: 0;
	}

	.mobile-header .info-lists li{
		padding: 0 0 20px;
		margin: 0 0 20px;
		border-left: 0;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
}



/* Instagram widget fixes */
#secondary .widget.widget_btif_instagram_widget .popup-gallery,
.site-footer .widget.widget_btif_instagram_widget .popup-gallery {
	display: flex;
	overflow: hidden;
	margin-left: -5px;
	margin-right: -5px;
}

#secondary .widget.widget_btif_instagram_widget .popup-gallery li,
.site-footer .widget.widget_btif_instagram_widget .popup-gallery li {
    width: 18%;
    flex: unset;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
	padding-bottom: 0;
	border: 0;
}

#secondary .widget.widget_btif_instagram_widget .popup-gallery li a img,
.site-footer .widget.widget_btif_instagram_widget .popup-gallery li a img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	object-position: center center;
}


#secondary .widget.widget_btif_instagram_widget .profile-link,
.site-footer .widget.widget_btif_instagram_widget .profile-link {
	display: inline-block;
    font-size: 20px;
    margin: 1em 0 1em;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

#secondary .widget.widget_btif_instagram_widget .profile-link .insta-icon, 
.site-footer .widget.widget_btif_instagram_widget .profile-link .insta-icon {
    margin-right: 8px;
}

/* Photos - 1 */
#secondary .widget.widget_btif_instagram_widget .popup-gallery.photos-1, 
.site-footer .widget.widget_btif_instagram_widget .popup-gallery.photos-1 {
    display: block;
}

#secondary .widget.widget_btif_instagram_widget .popup-gallery.photos-1 li, 
.site-footer .widget.widget_btif_instagram_widget .popup-gallery.photos-1 li {
    flex: 100%;
    width: 100%;
}

/* Photos - 2 */
#secondary .widget.widget_btif_instagram_widget .popup-gallery.photos-2 li,
 .site-footer .widget.widget_btif_instagram_widget .popup-gallery.photos-2 li {
   width: 50%;
}

/* Photos- 3 */
#secondary .widget.widget_btif_instagram_widget .popup-gallery.photos-3 li,
.site-footer .widget.widget_btif_instagram_widget .popup-gallery.photos-3 li {
    width: 33.33%;
    flex: unset;
}
/* Photos- 4 */
#secondary .widget.widget_btif_instagram_widget .popup-gallery.photos-4 li,
.site-footer .widget.widget_btif_instagram_widget .popup-gallery.photos-4 li { 
    width: 25%;
    flex: unset;
}

/* Photos- 5 */
#secondary .widget.widget_btif_instagram_widget .popup-gallery.photos-5 li,
.site-footer .widget.widget_btif_instagram_widget .popup-gallery.photos-5 li { 
    width: 20%;
    flex: unset;
}

#secondary .widget.widget_btif_instagram_widget .popup-gallery li,
.site-footer .widget.widget_btif_instagram_widget .popup-gallery li { 
  background-image: none;
}

#secondary .widget.widget_btif_instagram_widget .popup-gallery li::before,
.site-footer .widget.widget_btif_instagram_widget .popup-gallery li::before{ 
  content: none;
}