﻿/*
Theme Name: Lochness
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen

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


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

@charset "utf-8";
/* CSS Document */

*
{
	padding:0px;
	margin:0px;
	box-sizing: border-box;
}
body{
	font-family: 'Fira Sans', sans-serif;
	margin:0px;
	padding:0px;
	font-size:16px;
	line-height:24px;
}
p{
	margin:0px;
}
h1,h2,h3,h4,h5,h6{
	margin:0px;
	padding:0px;
   font-family: 'Baloo', cursive;
}
h1{
	font-size:50px;
}
h2{	
    font-size:40px;
    line-height: 1.1em
}
h3{
	font-size:26px;
}
h4
{
    font-size:24px;
}


.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}


a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.main-container{
	width:100%;
	float:left;
}
.section-col{
	width:100%;
	float:left;
}
.wrapper{
	width:100%;
	margin:0 auto;
	max-width:1170px; 
}
.social-sec {
    width: 100%;
    float: left;
    text-align: right;
}
.social-sec p a {
    color: #fff;
    font-size: 14px;
}
.upper-header {
    background: #b1599e;
    padding: 5px 0;
}
.main-header{
    background: #2c4963;
}
.social-sec p  a i {
    padding: 0 6px;
    border-right: 2px solid #de9ed0;
}
.logo {
    width: 19%;
    float: left;
    padding: 11px 0 4px;
}
.logo a {
    width: auto;
    float: left;
}
.logo a img {
    width: auto;
}
.navbar {
    width: 65%;
    float: left;
}
.navbar ul {
    width: 100%;
    float: left;
}
.navbar ul li {
    float: left;
    list-style: none;
    display: inline-block;
    padding: 22px 0;
}
.navbar ul li a {
    color: #fff;
    text-decoration: none;
    padding:0px 15px;
	font-size: 14px;
}
.navbar ul li.current_page_item a {
    color: #b1599e;
}
.navbar ul li a i {
	font-size: 16px;
}
.sticker-sec {
    width: auto;
    float: right;
    padding: 12px 0px;
}
.tape {
    width: 50%;
    float: left;
	position: relative;
	cursor: pointer;
}
.tape img {
    width: 100%;
    max-width: 125px;
}
.para {
    width: 70%;
    float: left;
    position: absolute;
    top: 7px;
    left: 20px;
}
.para p {
    color: #fff;
    width: 100%;
    float: left;
}
.para p img {
    width: 100%;
    max-width: 26px;
    padding-left: 7px;
    padding-top: 3px;
}
.flexslider {
    margin: 0px !important;
}
.banner-sec.section-col {
    background-image: url(../images/banner-img.jpeg);
    width: 100%;
    float: left;
    /* padding: 100px 0; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.banner-sec ul li img {
    width: 100%!important;
    height: 100%!important;
    max-height: 562px!important;
}
.banner-sec ol  li a{
    width: 50PX;
    height: 9PX;
    border-radius: 6px;
	background:#fff;
} 
.second-sec-col ul li:nth-child(2) .information-sec {
    background: rgba(55, 99, 151, 0.8);
	height: 100%;
    max-height: 290px;
}
.second-sec-col ul li:nth-child(2) .button a{
	background:#376397;
}
.banner-sec ol  li a.flex-active{
	background: #b1599e;
}
.banner-sec .caption-wrap {
    top: 200px !impoprtant;
}
.main-heading {
    width: 100%;
    float: left;
    padding: 205px 0;
}
.main-heading h1 {
    color: #fff;
    line-height: 50px;
    text-align: center;
    padding: 30px 165px;
	position: relative;
}
.main-heading h1 span {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 100;
}
.main-outer-sec .text-content p img {
    max-width: 100%;
    height:auto;
}
.main-heading h1:after {
    content: '\f10c';
    font-family: FontAWESOME;
    font-size: 10px;
    position: absolute;
    top: 12px;
    right: 289px;
}
.navbar ul li:hover a, .navbar ul li .sub-menu li:hover a, .heading p a:hover {
    color: #b1599e;
}
.heading {
    width: 100%;
    float: left;
    text-align: center;
}
.second-sec-col {
    padding: 0px 0 60px;
}
.heading h2{
    color: #376397;
	font-weight: 400;
	margin-bottom: 10px;
}
.trail-second-sec .heading h2{
	margin-top: 20px;
}
.walk-the-trail .heading h2 {
    color: #376397!important;
	font-weight: 400;
}
.grapg-sec .heading p {
    padding: 22px 133px 35px 133px;
}
.heading p {
    color: #475a70;
    padding: 8px 133px 8px 133px;
	line-height: 30px;
}
.graph {
    width: 100%;
    float: left;
    text-align: center;
}
/*--------Start-15-04-2019---------------*/
.heading p a {
    color: #b1599e;
    text-decoration: none;
    font-weight: 400;
} 
.heading p strong {
    padding: 0px 0 14px;
    float: left;
    width: 100%;
}
.walk-sec-col .heading p a{
	color:#b1599e;
}
/* .heading p:last-child {
    padding-bottom: 30px;
} */
/* .right-sec .information-sec p.full {
    padding: 15px 0px 40px 0;
} */
/*--------End-15-04-2019---------------*/
.graph img {
    width: 100%;
    max-width: 1154px;
    height: 100%;
    max-height: 224px;
}
.video-sec iframe {
    width: 100%;
    height: 100%;
    min-height: 372px;
}
.content {
    width: 100%;
    float: left;
}
.content-two-sec {
	padding: 20px 0px 100px;
}
	.left-sec {
    width: 50%;
    float: left;
}
/*----02-03-2019------*/
.navbar ul li .sub-menu {
    display: none;
}
.navbar ul li {
    position: relative;
}
.navbar ul li:hover .sub-menu {
    display: block;
    position: absolute;
    z-index: 999;
    width: 250px;
    background:#264056;
	top: 67px;
    left: 11px;
    padding-top: 10px;
}
.navbar ul li .sub-menu li a {
    color: #fff;
}
.navbar ul  .menu-item-has-children:hover:after {
    color:#b1599e;
}
.navbar ul .menu-item-has-children:after {
    content: "\f107";
    position: absolute;
    font-family: FontAwesome;
    color: #fff;
    top: 22px;
    right: -2px;
}
.navbar ul li .sub-menu li {
    padding: 10px 5px;
    width: 100%;
    float: left;
	border-bottom: 1px solid;
}

/*----02-03-2019------*/
.bg-image {
    width: 100%;
    float: left;
    position: relative;
}
.bg-image img {
    width: 100%;
    max-width: 500px;
    height: 100%;
    min-height: 405px;
    max-height: 405px;
    object-fit: cover;
}
.information-sec {
    width: 85%;
    float: right;
    position: absolute;
    background: rgba(177, 89, 158, 0.6);
    top: 115px;
    left: 55px;
    padding: 20px;
    height: 100%;
    max-height: 395px;
    min-height: 395px;
    overflow: hidden;
}
.information-sec h4 {
    color: #fff;
    font-weight: 200;
}
.information-sec p.full {
    padding: 15px 0px 15px 0;
}
.information-sec p, .information-sec ul li {
    color: #fff;
}
.information-sec ul li i {
    padding-right: 8px;
}
.button {
    width: 100%;
    float: left;
    text-align: right;
}
.button a{
    text-decoration: none;
    color: #fff;
    background: #b1599e;
    padding: 10px 35px;
    position: absolute;
    bottom: -119px;
    right: 33px;
    border-radius: 12px;
}
.button a i {
    padding-left: 8px;
}
.right-sec {
    width: 50%;
    float: left;
}
.right-sec .information-sec {
    background: rgba(55, 99, 155, 0.6);
}
.right-sec .button a, .local-blogs .blog-text-sec .blog-button a {
    background: #376397;
}
.walk-sec-col {
    padding: 65px 0;
}
.walk-sec-col {
    background-image: url(/wp-content/uploads/2019/02/background-img1.jpeg);
	 width: 100%;
    float: left;
    padding: 65px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.walk-the-trail.walk-sec-col {
    background-image: unset;
    padding-bottom: 70px;
}
.walk-sec-col .heading h2, .challenge-sec-col .heading h3{
    color: #ffffff;
	font-weight:500;
}
.challenge-sec-col .heading h3, .challenge-sec-col .heading p{
font-family: 'Fira Sans', sans-serif;
font-weight: 100;
}
.walk-sec-col .heading p, .walk-the-trail .heading p {
    color: #ffffff;
    padding: 30px 133px 40px 133px;
	font-size:16px;
	line-height: 30px;
}
.walk-the-trail .heading p{
color: #5583b3!important;
}
.box-sec {
    width: 32%;
    float: left;
    position: relative;
    margin: 0 7px 0 7px;
}
.box-sec img {
    width: 100%;
    max-width: 374px;
    object-fit: cover;
	max-height: 227px;
}
.lower-sec {
width: 370px;
    float: left;
    position: absolute;
    background: rgba(7, 51, 104, 0.8);
    bottom: 7px;
    padding: 1px 0px 0px 0px;
}
.lower-sec a {
    color: #fff;
    font-family: baloo;
    font-size: 22px;
    text-decoration: none;
}
.para-walk {
    width: 50%;
    float: left;
}
.button-sec {
    width: 50%;
    float: left;
    text-align: right;
    margin: 12px 0px;
}
.button-sec span, .button-sec a {
    text-decoration: none;
    padding: 8px 20px;
    background: none;
    border: 1px solid #fff;
    border-radius: 10px;
    /* text-align: right; */
    /* right: 0px; */
    color: #fff;
}
.walk-sec-col .content ul li:nth-child(1) .box-sec .lower-sec-1{
	 background: rgba(7, 51, 104, 0.8);
}
.walk-sec-col .content ul li:nth-child(1) .box-sec .button-sec:hover{
	background:#3467a5;
}
.videi-sec iframe {
    width: 100%;
    height: 100%;
    min-height: 370px;
}
.lower-sec-1 {
    width: 375px;
    float: left;
    position: absolute;
    bottom: 0px;
    padding: 5px 15px;
    background: rgba(7, 51, 104, 0.8);
}
.slider li:nth-child(3n+2) .lower-sec-1 {
    background: rgba(172, 94, 158, 0.8);
}
.slider li:nth-child(3n+3) .lower-sec-1 {
    background: rgba(102, 190, 162, 0.8);
}
.lower-sec-1 p {
    color: #fff;
    font-family: baloo;
    font-size: 22px;
}
.button-sec i {
    padding-left: 4px;
}
.slider .box-sec {
    width: 100%;
	float:left;
}
.bx-wrapper .bx-pager.bx-default-pager a, .walk-the-trail .bx-wrapper .bx-pager.bx-default-pager a  {
    background: #ffecfb!important;
    border-radius: 10px!important;
}
.walk-the-trail .bx-wrapper .bx-pager.bx-default-pager a  {
    background: #d8d7d7!important;
}	
.bx-wrapper .bx-pager.bx-default-pager a.active{
    background: #376397!important;
    border-radius: 10px!important;
}
.lower-sec-2 p {
    color: #fff;
    font-family: baloo;
    font-size: 22px;
}
.section-col ul li {
    list-style: none;
}
.map-sec-col.section-col {
    background: #7d96b7;
    height: 100%;
    max-height: 280px;
}
.map-sec-col img {
    width: 100%;
    height: 100%;
    float: left;
}
.explore-button {
    float: right;
    position: relative;
    width: 100%;
    bottom: 35px;
    text-align: right;
}
.explore-button a {
    padding: 14px 30px;
    text-decoration: none;
    background: rgba(35, 86, 112, 0.8 );
    border-radius: 6px 6px 0px 0px;
    color: #fff;
}
.thing-to-see.section-col {
    padding: 65px 0;
}
.thing-to-see .para-walk {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translateY(0%);
    width: 100%;
    bottom: 7PX;
	transition:.95s all ease;
}
.thing-to-see .lower-sec {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
	text-align:center;
	padding: 29px 0;
	transition:.95s all ease;
}
.thing-to-see h4 {
	padding:15px 0;
}
.thing-to-see .box-sec {
    margin-bottom: 8px;
    height: 100%;
}
.box-sec:hover .lower-sec {
    background: rgba(0, 0, 0, 0);
	height: 100%;
	transition:.95s all ease;
}
/* .thing-to-see .heading h2 { */
    /* margin-bottom: 50px; */
/* } */
.video-sec.section-col {
   /*  background-image: url(/wp-content/uploads/2019/02/video.jpeg); */
    width: 100%;
    float: left;
    /* padding: 190px 0; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.icon {
    width: 100%;
    float: left;
    text-align: center;
}
.icon i {
    color: #f61c0d;
    font-size: 50px;
}
.gallery-sec.section-col {
    padding: 30px 0;
}
.gallery-box-sec1 {
    width: 100%;
    float: none;
    padding: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 auto;
}
.fade-sec {
    background: rgba(0, 0, 0, 0.5);
    padding: 140px 0px;
}
.button-gallery-1 {
    width: 100%;
    float: left;
    text-align: center;
}
.button-gallery-1 a{
       padding: 10px 22px;
    background: #376397;
    border-radius: 9px;
    color: #fff;
    text-decoration: none;
}
.challenge-sec-col .lower-sec-change {
   width: 100%;
    float: left;
    bottom: 7px;
    padding: 17px 15px;
    position: relative;
    background-image: url(/wp-content/uploads/2019/02/fold.png);
    background-repeat: no-repeat;
    background-position: center;
    left: 0px;
    background-size: cover;
}
.challenge-sec-col .box-sec {
    width:32%;
    float: left;
}
.challenge-sec-col .para-walk, .challenge-sec-col .button-sec {
    width: 100%;
    float: left;
    text-align: center;
}
.challenge-sec-col .para-walk p {
    font-family: baloo;
    color: #fff;
    font-size: 24px;
}
.challenge-sec-col .button-sec {
    margin: 25px 0px 45px;
}
.challenge-sec-col.section-col{
 background-image: url(/wp-content/uploads/2019/02/challenge-back.jpeg);
   width: 100%;
    float: left;
	padding: 60px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	margin-bottom: 20px;
}
.challenge-sec-col .heading h3{
    padding:25px 0 6px;
    font-weight: 200;
	color: #376397;
}
/* .graph-sec .heading {
    padding: 65px 0 0;
} */
.footer-sec-col.section-col {
    background-image: url(/wp-content/uploads/2019/03/footer-img.png);
    width: 100%;
    float: left;
    background-repeat: repeat-x;
    background-position: center;
    background-size: contain;
    height: 100%;
    padding: 20px 0;
    position: relative;
    margin-top: 0px;
}
/* .footer-sec-col:before {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2019/03/wave-pic.png);
    width: 100%;
    height: 100%;
    top: -105px;
    left: 0px;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 115px;
    max-height: 100px;
} */
.foot-graph iframe {
    width: 100%;
    max-width: 371px;
    height: 100%;
    min-height: 172px;
}
.footer-items {
    width: 33%;
    float: left;
	padding-top:90px;
}
.footer-items .head {
    width: 100%;
    float: left;
}
.footer-items .head h4 {
    COLOR: #FFF;
	font-family: 'Fira Sans', sans-serif;
	FONT-WEIGHT: 200;
	font-size:18px;
}
.menu-footer-container {
    width: 100%;
    float: left;
}
.sign-field input {
    padding: 8px;
    margin-bottom: 5px;
    border-radius: 2px;
    border:1px solid #3f699c;
}
.sign-btn input[type="submit"] {
    background-color: #2c4963;
    border-radius: 2px;
    border: 1px solid #2c4963;
    padding: 10px;
    color: #fff;
    width: auto;
    margin-bottom: 10px;
    cursor: pointer;
    transition: 0.1s all linear;
}
.sign-btn input[type="submit"]:hover {
    background-position: #64ceac;
}
.footer-items .menu-footer-container ul {
    width: 100%;
    float: left;
    margin: 20px 0;
}
.footer-items .menu-footer-container ul li {
    width: 50%;
    float: left;
    list-style: none;
    text-transform: uppercase;
	padding:5px 0;
}
.footer-items .menu-footer-container ul li a {
    color: #fff;
    text-decoration: none;
	font-size: 14px;
	font-family: 'Fira Sans', sans-serif;
}
form.es_shortcode_form {
    width: 100%;
    margin: 0 auto;
}
form.es_shortcode_form  .es_lablebox {
    display: none;
}
form.es_shortcode_form  .es_textbox {
    width: 70%;
    float: left;
    padding: 8px 15px;
	background: #466c9b;
    border-radius: 5px 0px 0px 5px;
}
form.es_shortcode_form input#es_txt_email {
    background: none;
    border: none;
    outline: none;
}
form.es_shortcode_form input#es_txt_email::placeholder {
    background: #466c9b!important;
}
form.es_shortcode_form .es_button {
    width: 30%;
    float: left;
	padding:0px!important;
}
form.es_shortcode_form  input#es_txt_button {
    padding: 12px 27px;
    border: none;
    border-radius: 0px 6px 6px 0px;
    background: #28578f;
    color: #fff;
	outline: none;
	cursor: pointer;
}
.textwidget p a:last-child i {
    border: none;
}
.input-sec {
    width: 85%;
    float: left;
    margin: 6px 0 25px;
    border-radius: 8px;
}
.input {
    width: 70%;
    float: left;
}
.input-button {
    width: 30%;
    float: left;
    margin: 12px 0px;
}
.input input {
    padding: 12px;
    background: #466c9b;
    border: none;
    outline: none;
    /* color: #d4cfcf; */
    border-radius: 10px 0px 0px 12px;
    margin: 3px 0;
}
.input-button a {
    background: #28578f;
    padding: 14px 30px;
    text-decoration: none;
    color: #fff;
    border-radius: 0px 8px 8px 0px;
}
form.es_shortcode_form input#es_txt_email::placeholder {
    color: #b6b2b2;
}
.footer-items  .social-sec span {
    width: 22%;
    float: left;
	text-align:left;
	color:#fff;
}
.footer-items .textwidget {
    width: 100%;
    float: left;
    text-align: left;
}'
.footer-items li {
    list-style: none;
}
.footer-items .menu-footer-container ul li:before {
    color: #64ceac;
    padding-right: 5px;
}
.footer-items .social-sec p i {
    padding: 0 6px;
border-right:none;
cursor:pointer;
}
.footer-items .social-sec p span {
    font-size: 18px;
	color: #ffff;
}
.foot-graph {
    width: 100%;
    float: left;
    text-align: right;
}
.foot-graph img {
    width: 100%;
    max-width: 335px;
}
.copyright {
    background: #a35999;
    text-align: center;
    padding: 5px 0;
}
.copyright p {
    color: #fff;
}
.social-sec p a i:hover {
    color: #2c4963;
}
.button a:hover, .second-sec-col ul li:nth-child(2) .button a:hover, form.es_shortcode_form input.es_textbox_button:hover, .local-blogs .blog-text-sec .blog-button a {
    color: #fff;
    background: #66bea2;
    transition: 1s all ease;
}
.lower-sec .button-sec a:hover {
    background: #076bb3;
}
.lower-sec-2 .button-sec a:hover {
    background: #54cea7;
}
.lower-sec-2 .button-sec a:hover, .lower-sec .button-sec a:hover, .lower-sec-1 .button-sec a:hover, .button-gallery-1 a:hover, .button-gallery-2 a:hover, .button-sec a:hover, .input-button a:hover  {
    transition: .35s all ease;
}
.explore-button a:hover {
    background: #66bea2;
    border: 1px solid #FFF;
}
.button-gallery-1 a:hover, .button-gallery-2 a:hover, .button-sec a:hover, .input-button a:hover, .page-content form.search-form button.search-submit span:hover, .ln-btn a:hover  {
    background: #75d6b8;
	transition:0,35s all ease;
}
.button-gallery-3 a:hover{
    background: #5ad6ae;
}
.wp-block-button.aligncenter a:hover{
    background: #5ad6ae!important;
	transition: 1s all ease!important;
}
.footer-items ul li a:hover {
    color: #6addb8;
}
.footer-items ul li a i {
    padding-right: 4px;
}
.footer-items ul li a:hover i {
    padding-left: 5px;
	transition: .35s all ease;
}
.thing-to-see .lower-sec:hover {
    background: none;
}
.box-sec:hover .lower-sec .para-walk {
    opacity: 1;
    transform: translateY(9px);
    background: rgba(0, 0, 0, 0.6);
    padding: 58px 0;
	transition: 1s all ease;
	cursor: pointer;
    display: block;
	transition:.95s all ease;
}
form.es_shortcode_form input#es_txt_button:hover {
    background: #66bea2;
    transition: 1s all ease;
}
.para p span {
    width: 70%;
    float: left;
}
.para p span:hover {
    color: #2c4963;
}
/*-----------aboutus-start---------------*/
.main-heading.about-col-sec h1:after {
    content: unset;
}
.gallery-images-sec-col {
   padding: 50px 0 25px;
}
.gallery-images-sec-col .heading h2 {
    margin-bottom: 40px;
}
.thing-to-see.section-col {
    padding: 40px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.main-heading h1 li#text-3 {
    list-style: none;
}
.thing-to-see p.full{
    color: #557fb1;
    padding: 0px 20px 50px;
    line-height: 26px;
}
.about-banner-col {
    width: 100%;
    height: 100%;
    max-height: 325px;
	background-position: top!important;
}
.about-col-sec{
    padding: 90px 0;
}
.thing-to-see.about-special-needs {
    padding: 45px 0;
}
.thing-to-see.about-special-needs .heading h2 {
    margin-bottom: 40px;
}
.graph-sec.about-graph-sec.section-col {
    padding-top: 0px;
}
.sign-up-sec-col.section-col{
    background-image: url(/wp-content/uploads/2019/03/sign-back.jpg);
    width: 100%;
    float: left;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
	height: 100%;
    min-height: 415px;
	position:relative;
}
.sign-up-sec-col .heading h2 {
    color: #ffff;
	padding: 35px 0;
}
.sign-sec-img {
    position: absolute;
    bottom: -8px;
    left: 0px;
}
.sign-up-button {
    width: 50%;
    float: right;
    text-align: center;
    padding: 120px 0px;
}
.sign-sec-img img {
    width: auto;
}
.sign-up-button a, .Walk-with-btn a {
    text-decoration: none;
    color: #fff;
    background: #376397;
    padding: 15px 70px;
    border-radius: 8px;
    border: 1px solid #fff;
}
.sign-up-button a i {
    padding-left: 12px;
}
.sign-up-button a:hover, .Walk-with-btn a:hover, .cta-button a:hover {
    background: #66bea2;
    transition: 1s all ease;
}
/* .first-challenge, .about-challenge-sec-col {
    margin-top: 50px;
} */
.about-gallery .envira-gallery-item-inner .caption {
    padding: 20px;
}
.challenge-sec-col.first-challenge {
    background-image: unset;
	padding: 0px;
}
.challenge-sec-col .heading h2, .challenge-sec-col .heading h3, .challenge-sec-col .heading p, .challenge-sec-col .heading p a{
	color:#fff;
}
.challenge-2020 .heading p a {
    color: #376397;
}
.challenge-2020 .heading h2, .challenge-2020 .heading h3{
	color:#376397;
}
.challenge-2020 .heading p
{
	color:#475a70;
}
.heading p.walk-sec-pehragraph {
    font-size: 16px;
    padding: 24px 90px 0px;
}
.header-inner-volunteers {
    width: 100%;
    float: right;
    background-image: url(/wp-content/uploads/2019/02/sticker-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 6px 0px;
    text-align: center;
}
.header-inner-volunteers:last-child {
	padding: 7px 0px;
} 
.header-inner-volunteers a {
    color: #fff;
    text-decoration: none;
	padding: 19px;
}
.header-inner-volunteers a:hover {
    color: #2c4963;
}
.header-inner-volunteers a img {
    width: 100%;
    max-width: 16px;
	margin-left: 0px;
	vertical-align: middle;
}
.wp-block-button.aligncenter {
    margin-top: 35px!important;
}
.wp-block-button.aligncenter a {
    background-color: #376397!important;
    border-radius: 12px!important;
    padding: 12px 35px!important;
    font-weight: 500!important;
    font-size: 16px!important;
	outline:none!important;
}
/*-----------aboutus-end---------------*/
.things-to-c{
padding:60px 0 30px !important;
border-bottom:none !important;
}
/*-----------15-march-2019---------------*/
.Walk-with-guide-img {
    width: 100%;
    float: left;
}
.walk-with-guide {
    padding: 20px 0;
}
.walk-with-guide  .heading p {
    padding: 22px 133px 40px 133px;
}
.Walk-with-guide-img img {
    width: 100%;
    height: 100%;
    max-height: 355px;
}
.Walk-with-btn {
    width: 100%;
    float: left;
    text-align: center;
   padding: 40px 0 0;
}
/*-----------15-march-2019---------------*/


/*-----------09-apr-2019---------------*/
.content .bx-controls-direction a {
    text-indent: unset !important;
	font-size: 0px;
    text-decoration: none;
	width: 18px;
    height: 30px
}
.content .bx-controls-direction a.bx-prev:before {
    content: '\f053';
    font-family: FontAwesome;
    color: #ffff;
    font-size: 26px;
}
.content .bx-controls-direction a.bx-next:before{
   content: '\f054';
    font-family: FontAwesome;
    color: #ffff;
    font-size: 26px;
}
.gallery-button {
	float: left;
	width: 100%;
	text-align: center;
	margin: 30px 0;
}
.gallery-button a {
	text-decoration: none;
	color: #fff;
	background: #b1599e;
	padding: 10px 35px;
	border-radius: 12px;
}
/*-----------09-apr-2019---------------*/

/*-----------16-apr-2019---------------*/

.home-banner-col .custom .tp-bullet {
	width: 40px !important;
	height: 8px !important;
	position: absolute;
	background: #fff !important;
	cursor: pointer;
	box-sizing: content-box;
	border-radius: 5px !important;
}
.home-banner-col .custom .tp-bullet:hover, .custom .tp-bullet.selected {
	background: #b1599e !important;
}

/*-----------16-apr-2019---------------*/
/*-----------16-may-2019---------------*/
.main-outer-sec .text-content {
    width: 77%;
    margin: 0 auto;
    text-align: center;
	 line-height: 30px;
}
.main-heading-sec {
    width: 100%;
    float: left;
}
.main-heading-sec .heading {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 5px;
	margin-top: 30px;
}
/*-----------16-may-2019---------------*/
/*-----------17-may-2019---------------*/
.main-outer-sec{
    width: 100%;
    float: left;
	padding: 40px 0 50px;
}
.main-outer-sec .text-content strong {
    color: #376397;
}
.main-outer-sec .text-content p, .thing-to-see .heading ol  li, .main-text-sec .text-content ul li, .blog-text-sec p{
    padding-bottom: 20px;
    color: #475a70;
}
.main-outer-sec .text-content p a, .thing-to-see .heading  ol li a {
    text-decoration: none;
    color: #ca60b3;
}
.slider-main-sec {
    padding-bottom: 80px;
}
.walk-with-guide .heading {
    padding-top: 40px;
}
.main-outer-sec .text-content h3 {
    padding: 25px 0 15px;
    font-weight: 200;
    color: #376397;
    clear:both;
}
.first-challenge.challenge-2020 {
    margin-bottom: 60px;
}
.social-sec ul {
    width: 100%;
    float: left;
}
.social-sec ul li {
    width: auto;
    display: inline-block;
}
.social-sec ul li a {
    color: #fff;
}
.social-sec ul li a:hover {
    color: #2c4963;
    transition: 0.35s all ease;
}
.social-sec ul li a span i {
    padding: 0 6px;
    border-right: 2px solid #de9ed0;
	font-size: 20px;
}
.cta-button{
    width: 100%;
    float: left;
    text-align: center;
    padding: 12px 0px 60px;
}
.cta-button a{
    text-decoration: none;
    color: #fff;
    background: #376397;
    padding: 15px 70px;
    border-radius: 8px;
    border: 1px solid #fff;
}
.page-not-found {
    width: 100%;
    float: left;
	text-align: center;
}
.page-not-found .page-header {
    width: 100%;
    float: left;
}
.page-not-found .page-header h1 {
    color: #376397;
    padding: 30px 0px 40px 0;
}
.page-content {
    width: 100%;
    float: left;
}
.page-content form.search-form {
    margin: 25px 0;
}
.page-content form.search-form label input {
    width: auto;
    padding: 5px 15px;
    border: 1px solid #376397;
	outline:none;
}
.page-content form.search-form button.search-submit {
    width: auto;
	border: none;
	  outline: none;
}
.page-content form.search-form label input::placeholder {
    color: #b9babb;
}
.page-content form.search-form button.search-submit span {
    background: #376397;
    padding: 7px 40px;
    color: #fff;
	border-radius: 3px;
}
.footer-items li {
    list-style: none;
}
/*-----------17-may-2019---------------*/
/*-----------18-may-2019---------------*/
.thing-to-see .para-walk p {
    display: none;
	 transition: .85s all ease;
}
.thing-to-see .box-sec:hover p {
    display: block;
    transition: .85s all ease;
    font-size: 14px;
    font-family: fira sans;
    width: 85%;
    margin: 0 auto;
    /* padding: 0px 40px; */
}
.search-item-img, .blog-text-sec .blog-img-sec{
    width: 100%;
    float: left;
    text-align: center;
	margin-bottom: 20px;
}
.search-item-img a {
    width: auto;
}
.search-item-img a img {
    width: 100%;
    max-width: 600px;
    height: 100%;
    max-height: 500px;
    min-height: 300px;
}
.search-page-found h2 a {
    color: #376397; 
    text-decoration: none;
}
.search-page-found h2  {
  margin-top:20px;
}
.search-item-img .text-content {
    width: 100%;
    float: left;
}
.search-item-img .text-content p {
    margin-top: 20px;
}
nav.navigation.pagination, .local-blog-nav .navigation.pagination {
    width: 100%;
    float: left;
	text-align: center;
}
nav.navigation.pagination h2 {
    margin-bottom: 20px;
	color: #376397;
}
.nav-links {
    width: auto;
}
.nav-links span.current {
    color: #28578f;
}
.nav-links a.page-numbers span, .nav-links a {
    color: #cd60b3;
}
.nav-links a {
text-decoration:none;
}
.short-sec-col {
    width: 100%;
    float: left;
	margin: 20px 0px 40px;
}
.short-sec-col  ul, .skt_donation_form {
    width: 100%;
}
.skt_donation_form  .donate-type {
    width:100%;
    float: left;
}
.skt_donation_form  .donate-type select {
    border: 1px solid #28578f;
	margin: 6px 0px;
	outline: none;
	width: 100%;
	float:left;
}
.skt_donation_form form#skt_myCCFormcheck .card-num input, .skt_donation_form form#skt_myCCFormcheck .card_details input{
	margin: 6px 0px;
}
.skt_donation_form form#skt_myCCFormcheck .card-num label{
  margin-bottom:5px;
}
.skt_donation_form  form.slt_form_horizontal, .skt_donation_form  form#skt_myCCFormcheck {
    width: auto;
}
.skt_donation_form  form.slt_form_horizontal label, .skt_donation_form form#skt_myCCFormcheck label{
    width: 100%;
    float: left;
}
.skt_donation_form  form.slt_form_horizontal .donate-field, .skt_donation_form  form#skt_myCCFormcheck  .donate-field  {
    width: 100%;
    float: left;
}
.skt_donation_form   form.slt_form_horizontal .donate-field input, .skt_donation_form  form#skt_myCCFormcheck .donate-field input, .skt_donation_form form.slt_form_horizontal select, .skt_donation_form form#skt_myCCFormcheck .card-num input, .skt_donation_form form#skt_myCCFormcheck .card_details input{
    border: 1px solid #28578f;
	outline: none;
}
.skt_donation_form , .skt_donation_form    {
    width: 100%;
    float: left;
    padding: 15px 0px;
  background: #f3f3f3;
}
.short-sec-col .skt-tab-content {
    width: 100%;
    float: left;
    background: #f3f3f3;
}
.skt_donation_form  form.slt_form_horizontal .donate-field:nth-child(odd), .skt_donation_form form#skt_myCCFormcheck .donate-field:nth-child(odd) {
    margin-right: 22px;
}
.skt_donation_form form.slt_form_horizontal input.button, .skt_donation_form form#skt_myCCFormcheck  input#sktbtnsubmit{
    width: auto;
    float: left;
    text-align: left;
    padding: 15px 45px;
    font-size: 15px;
	outline:none;
}
.skt_donation_form form#skt_myCCFormcheck  input#sktbtnsubmit{
  margin-top:10px;
}
.video-sec-col {
    text-align: center;
}
.video-sec-col iframe {
    width: 65%;

}
/*-----------18-may-2019---------------*/

/*-----------20-may-2019---------------*/
.main-outer-sec .map-text-sec {
    width: 100%;
    float: left;
	padding-bottom: 0px;
}
.main-outer-sec .map-text-sec .map-img-sec {
    width: 100%;
    float: left;
}
.main-outer-sec .map-text-sec .map-img-sec {
    width: 100%;
}
.short-sec-col form.wpcf7-form {
    width: 60%;
    margin: 0 auto;
}
.short-sec-col form.wpcf7-form .con-form-sec, .short-sec-col form.wpcf7-form .con-form-sec .contact-field, .text-content.Contact-us-map {
    width: 100%;
    float: left;
}
.short-sec-col form.wpcf7-form .con-form-sec .contact-field label {
    font-size: 15px;
}
.short-sec-col form.wpcf7-form .con-form-sec .contact-field span input, .short-sec-col form.wpcf7-form .con-form-sec .contact-field span textarea {
    width: 100%;
    float: left;
    padding: 10px 10px;
    margin: 5px 0px;
	border: 1px solid #376397;
	outline:none;
}
.short-sec-col form.wpcf7-form .con-form-sec .con-btn {
    width: auto;
    float: left;
}
.short-sec-col form.wpcf7-form .con-form-sec .con-btn input {
    background: #28578f !important;
    border: none;
    color: #fff;
    padding: 15px 45px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
    margin-top: 10px;
	outline:none;
}
.short-sec-col form.wpcf7-form .con-form-sec .con-btn input:hover{
background: #66bea2!important;
}
.text-content.Contact-us-map .map-con-sec {
    margin: 30px 0px 0px;
}
/*-----------20-may-2019---------------*/

/*-----------22-may-2019---------------*/
.short-sec-col .video-wrap .map-slide iframe{
	min-width: 910px!important;
    min-height: 440px!important;
}
.short-sec-col .tp-thumb-mask{
	overflow: hidden scroll!important;
}
.short-sec-col form.wpcf7-form .wpcf7-mail-sent-ok, .short-sec-col form.wpcf7-form .wpcf7-validation-errors {
    width: 100%;
    float: left;
    border: 0px;
    color: #398f14;
    padding: 0px;
}
 .short-sec-col form.wpcf7-form .wpcf7-validation-errors{
	  color: #ef0d0d;
	 
 }
 .short-sec-col form.wpcf7-form .con-form-sec .contact-field span span {
    width: 100%;
    float: left;
}
.post-content, .local-blogs .blog-text-sec {
    width: 100%;
    float: left;
    text-align: center;
}
.post-content h2 {
    color: #376397;
    padding: 30px 0;
}
.local-blogs .blog-text-sec {
    margin: 45px 0;
}
.post-content p {
    color: #475a70;
}
.local-blogs {
    width: 100%;
    float: left;
    margin: 30px 0;
}
.local-blogs .blog-text-sec h2 {
    padding: 0px 0px 30px 0;
    color: #376397;
}
.local-blogs .blog-text-sec .blog-img-sec img {
    width: 100%;
    max-width: 800px;
    height: 100%;
    max-height: 400px;
    object-fit: cover;
}
.local-blogs .blog-text-sec .blog-button {
    width: 100%;
    float: left;
	margin-top: 20px;
}
.local-blogs .blog-text-sec .blog-img-sec {
    width: 100%;
    float: left;
}
.local-blogs .blog-text-sec .blog-button a {
 padding: 12px 35px;
    background: #376397;
    border-radius: 9px;
    color: #fff;
    text-decoration: none;
}
.local-blogs .blog-text-sec .blog-button a:hover{
background: #75d6b8;
}
.local-blog-nav .navigation.pagination {
margin:40px 0px 0px;
}
nav.navigation.pagination h2 {
    display: none;
}
nav.navigation.pagination .nav-links span.page-numbers.current {
    padding: 6px 12px;
    background: #376397;
    color: #fff;
}
nav.navigation.pagination .nav-links a.page-numbers {
    color: #fff;
    background: #b1599e;
    padding: 6px 12px;
}
nav.navigation.pagination .nav-links span.page-numbers.current:hover, nav.navigation.pagination .nav-links a.page-numbers:hover{
    background: #75d6b8;
    transition: 1s all ease;
}
/*-----------22-may-2019---------------*/
/*-----------23-may-2019---------------*/
.footer-items nav#social-navigation {
    width: 77%;
    float: left;
    text-align: left;
}
.footer-items nav#social-navigation ul li a:hover i {
    padding-left: 6px;
    transition: .35s all ease;
    color: #28578f;
}
/*-----------23-may-2019---------------*/

/*-----------24-may-2019---------------*/
.information-sec a {
    text-decoration: none;
}
.graph-sec.section-col {
    margin-top: 30px;
}
.text-overlay-sec {
    position: absolute;
    width: 100%;
    max-width: 497px;
}

.text-overlay-sec a .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: .3s ease;
    /* background-color: rgba(62,208,161,0.6); */
    padding: 0px;
}
.text-overlay-sec a .overlay img {
    position: absolute;
    top: 85%;
    left: 87%;
    transform: translate(-60%, -80%);
    -ms-transform: translate(-10%, -50%);
    text-align: center;
    width: 100%;
    max-width: 171px;
    height: 100%;
    max-height: 150px;
    min-height: 170px;
}
/* .text-overlay-sec a:hover .overlay { */
    /* opacity: 1; */
    /* transition: 1s all ease; */
/* } */
/*-----------24-may-2019---------------*/

/*-----------12-Jun-2019---------------*/
.mail-subscribe, .mail-subscribe .sign-up-form form.mc4wp-form .sign-field, .mail-subscribe .sign-btn {
	width: 100%;
	float: left;
}
.mail-subscribe .sign-btn {
    margin-top: 20px;
}
.mail-subscribe form.mc4wp-form {
    width: 50%;
    margin: 0 auto;
}
.mail-subscribe form.mc4wp-form .sign-field input {
	width: 100%;
	float: left;
	padding: 10px;
	margin: 5px 0px;
	outline: none;
    border: 2px solid #ccc;
    background: #f1eeee;
}
.mail-subscribe form.mc4wp-form .sign-btn input {
	padding: 12px 20px;
	width: 100%;
	background: #376397;
	border: none;
	color: #fff;
	border-radius: 3px;
	outline: none;
	transition: 1s all ease;
	font-size: 15px;
}
.mail-subscribe form.mc4wp-form .sign-btn input:hover{
	background: #66bea2;
	transition: 1s all ease;
}
.mc4wp-response {
    margin: 20px 0;
    color: #fff;
}
.mail-subscribe {
    width: 34%;
    float: right;
    margin: 0px 0 25px;
}
.mail-subscribe form.mc4wp-form {
	width: 100%;
	margin: 0 auto;
}

/*-----------12-Jun-2019---------------*/

/*-----------13-Jun-2019---------------*/
.main-outer-sec .text-content ul {
	margin: 30px 0;
	list-style: none;
	width: 100%;
	float: left;
}
.main-outer-sec .text-content ul li {
	width: 100%;
	float: left;
	padding: 3px 0;
}
.main-outer-sec .text-content ul li a.btn-default:hover {
    text-decoration: none;
    color: #ca60b3;
}
.main-outer-sec .text-content a.btn-default {
	text-decoration: none;
	color: #fff;
	background: #b1599e;
	padding: 10px 35px;
	border-radius: 12px;
}
.main-outer-sec .text-content a.btn-default:hover {
    background: #75d6b8;
    transition: 1s all ease;
}
.main-outer-sec .text-content h2 {
	color: #376397;
	font-weight: 400;
	margin-bottom: 15px;
    margin-top: 18px;
}
.main-outer-sec .text-content ul li a{
    text-decoration: none;
    color: #ca60b3;
}
.empty-space {
	width: 100%;
	float: left;
	margin: 30px 0;
}
/*-----------13-Jun-2019---------------*/

/*======================14-jun-2019=============*/
.donation-col form#redNaoElementlist {
    width: 100% !important;
	padding: 30px 30px 15px 30px !important;
    background-color: #f3f3f3;
}
.donation-col .redNaoControls {
    margin: unset !important;
}
.donation-col label.rednao_control_label {
    text-align: left !important;
	width: 100% !important;
	margin-bottom: 5px;
}
.donation-col input.redNaoInputText {
    text-align: left !important;
}
.sign-up-sec-col .heading h2 {
    color: #ffff;
    padding: 35px 0 15px;
    font-size: 34px;
    line-height: 34px
}
.sign-up-sec-col p {
    color: #fff!important;
    text-align: center;
    padding-bottom: 15px;
	width: 100%;
    float: left;
}
.mail-subscribe {
    margin: 25px 0 25px;
}

/*---------- 25-Jun-2019----------------*/
.block-text-sec {
	width: 100%;
	float: left;
}
.block-text-sec .block-full-sec {
	width: 100%;
	float: left;
}
.block-text-sec .block-full-sec img {
	width: 35%;
	float: left;
	margin: 20px;
}
.block-text-sec .block-full-sec p {
	text-align: left;
	margin: 15px;
}
/*---------- 25-Jun-2019----------------*/
/*---------- 02-Jul-2019----------------*/
.banner-sec.home-banner-col {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 430px;
}
.banner-sec.home-banner-col .banner-button a {
    text-decoration: none;
    color: #ffff;
    font-size: 22px;
    font-family: 'Fira Sans', sans-serif;
    padding: 15px 90px;
    background: #b1599e;
	 transition: 1s all ease;
    border-radius: 4px;
}
.banner-sec.home-banner-col .banner-button {
    text-align: center;
    padding: 200px 0;
}
.banner-sec.home-banner-col .banner-button a:hover{
    background: #66bea2;
    transition: 1s all ease;
}
.home #walk-main {
    padding: 0;
}
.in-btn {
	display:inline-block;
	*display:inline;
}
@media (max-width:768px) {

	.in-btn {
		display:block;
		margin:5px 0;
	}
}
.in-btn a{
    background: #376397;
        width: auto;
        display: inline-block;
        margin: 0 10px;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 4px;
    transition: 0.15s all ease;
    font-size: 16px;
}

.in-btn a:hover {
    background:#75d6b8
}
.ln-btn a {
    background: #376397;
}
.ln-btn {
    width: 100%;
    float: left;
    text-align: center;
      margin: 45px 0 40px;
}
.ln-btn a {
    background: #376397;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 16px;
	transition:0,35s all ease;
}
.more-video-sec {
    width: 22%;
    float: left;
    margin: 25px 23px;
}
.more-video-sec video {
    background: none!important;
    width: 100%;
    float: left;
    max-width: 308px;
    min-width: 368px;
	height: auto;
}
.video-outer-sec {
    max-width: 1566px;
    float: none;
    margin: 0 auto;
    width: 100%;
}
.video-sec{
    text-align: center;
    width: 100%;
    float: left;
    height: 100%;
}
.video-sec video {
    width: 100%;
    max-width: 623px;
    min-width: 300px;
    height: 100%;
}
div#lnvideo {
    width: 100%;
    float: left;
}
/*---------- 02-Jul-2019----------------*/
/*---------- 03-Jul-2019----------------*/
form.es_shortcode_form label {
width: 60%;
float: left;
font-size: 12px;
color: #fff;
}
form.es_shortcode_form label input {
padding: 8px 20px;
border-radius: 4px 0px 0px 4px;
border: none;
background: #9ab1ce;
width: 100%;
float: left;
outline: none;
}
form.es_shortcode_form input.es_textbox_button {
width: 40%;
float: left;
padding: 9px 23px;
margin-top: 23px;
background: #3f699c;
border-radius: 0px 4px 4px 0px;
border: none;
color: #fff;
cursor: pointer;
}
form.es_shortcode_form label input::placeholder {
    color: #ffffff61;
}
.map-text-sec .map-img-sec img {
    width: 100%;
    height: auto;
}
/*---------- 03-Jul-2019----------------*/

/*---------- 06-Jul-2019----------------*/

.flag-sec.header-flag {
    width: 5%;
    float: left;
    text-align: right;
        margin: 12px 0px 4px;
}
.flag-sec.header-flag a {
    width: 100%;
    float: left;
}
.flag-sec.header-flag a img {
    width: 100%;
}
.flag-sec.header-flag li {
    list-style: none;
}
.flag-sec.footer-flag {
    width: 15%;
    float: left;
}
.flag-sec.footer-flag li {
    list-style: none;
    width: 100%;
    float: left;
}
.flag-sec.footer-flag li a {
    width: 100%;
    float: left;
    text-align: left;
}

/*---------- 06-Jul-2019----------------*/
/*-----------Responsive-start---------------*/
@media screen and (max-width:1400px){
.wrapper{
	width:95%;
	margin:0 auto;
	max-width:1170px; 
}
.gallery-box-sec1 {
    width: 100%;
    margin: 0 auto;
}
.footer-sec-col.section-col{
padding:20px 0 0px;
}
.header-inner-volunteers:last-child {
    width: 50%;
}
.more-video-sec iframe {
    height: 210px;
}
.more-video-sec {
    margin: 25px 21px;
} 
.more-video-sec {
    width: 30%;
}
}
@media screen and (max-width:1280px){
.logo {
    width: 18%;
}
.navbar ul li a {
    padding: 0px 14px;
}
}
@media screen and (max-width:1169px){
.navbar ul li a {
    padding: 0px 11px;
}
.navbar {
    width: 68%;
}
.logo {
    width: 15%;
}
.main-heading h1 {
    padding: 30px 0px;
}
.main-heading {
    padding: 155px 0;
}
.main-heading h1:after {
    right: 225px;
}
/* .heading p {
    padding: 22px 70px 54px 70px;
} */
.button a {
    bottom: -120px;
    right: -18px;
}
.bg-image {
    width: 90%;
}
.information-sec {
    width: 92%;
}
.explore-button {
    right: 125px;
}
.box-sec {
    margin: 0 6px 0 7px;
	    width: 31%;
}
.lower-sec {
    width: 323px;
}
.challenge-sec-col .lower-sec-change {
    width: 334px;
}
.footer-items .social-sec span {
    width: 23%;
}
.footer-items .textwidget {
    width: 75%;
}
.slider .box-sec {
    width: 95%;
    float: left;
}
.lower-sec-1 {
    width: 331px;
}
.second-sec-col ul li:nth-child(2) .information-sec {
    min-height: 312px;
}
.para {
    width: 80%;
}
.footer-items {
    padding-top: 56px;
}
.foot-graph iframe {
    min-height: 165px;
}
.map-sec-col.section-col {
    max-height: 250px;
}
.sign-up-button {
    width: 40%;
}
.header-inner-volunteers a {
    padding: 15px;
}
.second-sec-col {
    padding: 60px 0 70px;
}
/* .right-sec .information-sec p.full {
    padding: 15px 0px 62px 0;
} */
.lower-sec-1 p {
    font-size: 19px;
}
.text-overlay-sec a .overlay img {
    top: 85%;
    left: 84%;
}
.sign-sec-img {
    width: 63%;
}
.sign-sec-img img {
    width: 100%;
}
.sign-up-sec-col .heading h2 {
    padding: 28px 0 10px;
}
.sign-sec-img {
    bottom: -6px;
}
.more-video-sec {
    margin: 25px 18px;
}
.about-banner-col .about-col-sec {
    padding: 108px 0;
}
.more-video-sec video {
    max-width: 308px;
    min-width: 340px;
}
.more-video-sec {
    margin: 10px 15px;
}
}
@media screen and (max-width:1099px){
.sticker-sec {
    width: 12%;
    float: right;
    text-align: right;
	    padding: 16px 0px;
}
button#responsive-menu-button {
    top: 48px!important;
    right: 315px!important;
	position: absolute!important;
}
.slide-left {
    width: 60%!important;
    float: left;
}
.main-heading h1:after {
    right: 190px;
}
.button a {
    right: -18px;
}
.box-sec {
    margin: 0 6px 0 6px;
    width: 32%;
}
.lower-sec {
    width: 311px;
}
.challenge-sec-col .lower-sec-change {
    width:100%;
}
.footer-items .social-sec span {
    width: 25%;
}
.foot-graph iframe {
    width: 100%;
    max-width: 295px;
}
.lower-sec-1 {
    width: 310px;
}
.para-walk, .button-sec {
    width: 100%;
    float: left;
    text-align: center;
}
.button a {
    bottom: -193px;
}
.foot-graph iframe {
    min-height: 140px;
}
.challenge-sec-col .heading h3 {
    padding: 0px 0 6px;
}
.heading p {
    padding: 8px 100px 8px 100px;
}
.footer-items {
    padding-top: 9px;
}
.footer-sec-col.section-col {
    padding: 50px 0 0px;
}
.map-sec-col.section-col {
    max-height: 233px;
}
.sign-up-button {
    width: 30%;
}
.walk-with-guide .heading p {
    padding: 22px 85px 40px 85px;
}
.header-inner-volunteers:last-child {
    width: 50%;
    float: right;
}
.text-overlay-sec a .overlay img {
    top: 84%;
}
.button a {
    bottom: -117px;
    right: -20px;
}
.sign-up-sec-col .heading h2 {
    padding: 0px 0 10px;
}
.sign-up-sec-col.section-col {
    min-height: 383px;
}
.mail-subscribe {
    margin: 40px 0 40px;
}
.more-video-sec {
    margin: 25px 17px;
}
.more-video-sec video {
    min-width: 310px;
}
.more-video-sec {
    margin: 13px 15px;
}
.header-inner-volunteers {
    width: 100%;
}
button#responsive-menu-button {
    right: 165px!important;
	    top: 51px!important;
}
.flag-sec.header-flag {
    width: 65%;
    float: left;
    text-align: right;
    margin: 16px 0px 4px;
}
.flag-sec.header-flag a {
    width: 10%;
    float: right;
}
.box-sec img {
    max-height: 206px;
}
.footer-items nav#social-navigation {
    width: 65%;
}
}
@media screen and (max-width:1023px){
.main-heading h1:after {
    right: 170px;
}
.walk-sec-col .heading p, .heading p {
    padding: 8px 48px 8px 48px;
}
.button a {
    right: -20px;
    bottom: -178px;
}
.information-sec {
    top: 85px;
}
.box-sec {
    margin: 0 1px 0 2px;
    width: 33%;
}
.challenge-sec-col .lower-sec-change {
    width: 100%;
    text-align: center;
    padding: 34px 15px;
}
.challenge-sec-col .box-sec img {
    width: 100%;
    max-width: unset;
}
.challenge-sec-col .box-sec {
    width: 49%;
    text-align: center;
    padding: 0 13px;
}
.challenge-sec-col .content ul li:nth-child(3) .box-sec {
    margin-top: 20px;
}
.footer-items .textwidget {
    width: 70%;
}
.footer-items .social-sec span {
    width: 30%;
}
.lower-sec {
    width: 307px;
}
.lower-sec-1 {
    width: 295px;
}
.para-walk, .button-sec {
    width: 100%;
    float: left;
    text-align: center;
}
.footer-sec-col.section-col {
    background-size: cover;
	padding: 130px 0 0px;
}
.map-sec-col.section-col {
    max-height: 223px;
}
.sign-up-button a {
    padding: 15px 36px;
}
.information-sec {
    width: 95%;
}
.button a {
    right: -34px;
    bottom: -90px;
}
.second-sec-col {
    padding: 40px 0;
}
.foot-graph iframe {
    max-width: unset;
    min-width: 320px;
}
.footer-items nav#social-navigation {
    width: 65%;
}
.more-video-sec {
    margin: 25px 16px;
}
.more-video-sec {
    width: 31%;
	  margin: 17px 11px;
}
.more-video-sec video {
    min-width: 295px;
}
.box-sec img {
	min-height: 225px;
}
}
@media screen and (max-width:979px){
.sticker-sec {
    width: 18%;
    float: right;
}
.para {
    width: 80%;
}
button#responsive-menu-button {
    right:285px!important;
}
.main-heading {
    padding:100px 0;
}
h1 {
    font-size: 45px;
}
.main-heading h1:after {
    right: 110px;
}
.second-sec-col .content ul li .left-sec, .second-sec-col .content ul li .right-sec {
    width: 75%;
    margin: 0 auto;
    float: none;
}
.slide-left {
    width: 50%!important;
}
.bg-image {
    width: 100%;
}
.second-sec-col .content ul:nth-child(1) {
    float: left;
    width: 100%;
    margin-bottom: 108PX;
}
/* .right-sec .information-sec p.full {
    padding: 15px 0px 39px 0;
} */
.button a {
    right: 18px;
    bottom: -89px;
}
.box-sec {
    margin: 0 11px 0 11px;
    width: 47%;
}
.lower-sec {
    width: 357px;
}
.thing-to-see.section-col {
    padding: 30px 0;
}
.thing-to-see.section-col {
    padding: 50px 0 30px;
}
.gallery-box-sec3 {
    width: 48%;
    margin: 15px 8px;
}
.gallery-sec.section-col {
    padding: 25px 0;
}
.heading p {
    padding: 14px;
}
.challenge-sec-col .box-sec {
    width: 47%;
}
.graph-sec.section-col {
    padding: 45px 0 20px;
}
.footer-items {
    width: 50%;
    float: left;
}
.footer-items:nth-child(3) {
    width: 100%;
    float: left;
}
.foot-graph iframe {
    width: 100%;
    max-width: unset;
    height: 100%;
    min-height: 188px;
    min-width: 760px;
}
.lower-sec-1 {
    width: 241px;
}
.second-sec-col ul li:nth-child(2) .information-sec {
min-height: 267px;
    max-height: 190px;
}
.map-sec-col.section-col {
    max-height: 182px;
}
.sign-sec-img {
    position: unset;
    width: 100%;
    float: left;
}
.sign-sec-img img, .sign-up-button {
    width: 100%;
}
.sign-up-button a {
    padding: 15px 70px;
}
.sign-up-button {
    padding: 68px 0px;
}
.gallery-images-sec-col.about-gallery .heading h2 {
    margin: 20px 0px;
}
.walk-with-guide {
    padding: 20px 0 40px 0;
}
.Protecting-trail {
    width: 100%;
    float: left;
    padding: 20px 0 0;
}
.walk-with-guide .heading p {
    padding: 22px 15px 30px 15px;
}
.text-overlay-sec a .overlay img {
    top: 79%;
}
.text-overlay-sec a .overlay img {
    top: 85%;
    left: 87%;
}
.sign-up-sec-col .heading h2 {
    padding: 5px 0 30px;
}
.mail-subscribe {
    width: 59%;
    float: none!important;
    margin: 0px auto!important;
}
.sign-sec-img {
    margin-bottom: 30px;
}
.sign-up-sec-col.section-col {
    padding-bottom: 40px;
    padding-top: 44px;
}
.more-video-sec {
    width: 46%;
}
.more-video-sec video {
    min-width: 372px;
}
.more-video-sec {
    margin: 9px 11px;
}
button#responsive-menu-button {
    right: 170px!important;
}
.flag-sec.header-flag {
    width: 58%;
    float: left;
    text-align: right;
    margin: 18px 0px 4px;
}
.flag-sec.header-flag a {
    width: 14%;
}
}
@media screen and (max-width:799px){
h1 
{
    font-size: 40px;
}
.main-heading h1:after {
    right: 125px;
}
h2 {
    font-size: 35px;
}
.button a {
    right: -3px;
}
.box-sec {
    margin: 0 10px 0 10px;
}
.lower-sec {
    width: 343px;
}
.challenge-sec-col .box-sec {
    padding: 0;
}
.challenge-sec-col .lower-sec-change {
    width:100%;
}
.lower-sec-1 {
    width: 346px;
}
.map-sec-col.section-col {
    max-height: 175px;
}
.Walk-with-guide-img img {
    max-height: 300px;
}
.walk-sec-col .heading p{
    padding: 8px 48px 27px 48px;
}
.button a {
    right: -5px;
}
.foot-graph iframe {
    min-width: 733px;
}
.more-video-sec {
    margin: 25px 15px;
}
.more-video-sec video {
    min-width: 355px;
}
.more-video-sec {
    margin: 10px 11px;
}
.box-sec img {
    min-height: 227px;
}
}
@media screen and (max-width:767px){
.sticker-sec {
    width: 40%;
}
.para {
    width: 80%;
}
.main-heading {
    padding: 40px 0;
}
.main-heading h1:after {
    right: 65px;
}
.box-sec {
    margin: 0 8px 0 8px;
}
.lower-sec {
    width: 286px;
}
.video-sec.section-col iframe {
    width: 100%;
    height: 100%;
    min-height: 300px;
}
.challenge-sec-col .box-sec {
    width: 100%;
}
.challenge-sec-col .lower-sec-change {
    background-position: center;
}
.challenge-sec-col .content ul li:nth-child(3) .box-sec {
    margin-top: 0px;
}
.box-sec {
    margin-bottom: 10px;
}
.challenge-sec-col.section-col {
    padding: 40px 0;
}
.footer-items {
    width: 100%;
}
.input-sec {
    width: 70%;
}
.footer-sec-col.section-col {
    padding: 130px 0 0px;
}
.footer-items .menu-footer-container ul {
    margin: 5px 0;
}
.footer-items {
    margin-bottom: 20px;
}
.input-sec {
    margin: 9px 0 15px;
}
.lower-sec-1 {
    width: 290px;
}
.walk-sec-col .heading p {
    color: #ffffff;
    padding: 20px 0px 30px 0px;
    font-size: 19px;
}
.box-sec img {
    width:100%;
    margin: 0 auto;
}
.gallery-images-sec-col.about-gallery .heading h2 {
    line-height: 40px;
    margin-bottom: 20px;
}
.gallery-images-sec-col.about-gallery {
    padding-top: 0px;
}
.graph-sec.about-graph-sec{
    padding-top: 25px;
}
.explore-button {
    right: 40px;
}
.map-sec-col.section-col {
    max-height: 146px;
}
.first-challenge{
    margin-top: 0px;
}
.walk-the-trail.walk-sec-col {
    padding-top: 45px;
}
.wp-block-button.aligncenter {
   margin: 35px 0 10px!important;
}
.walk-with-guide {
    padding: 5px 0 40px 0;
}
.foot-graph iframe {
    min-width: 610px;
}
.button a {
    right: -32px;
}
.main-outer-sec {
    padding: 40px 0 0px;
}
.footer-items .social-sec span {
    width: 15%;
}
.mail-subscribe {
    width: 80%;
}
.block-text-sec .block-full-sec img {
    width: 100%;
    float: left;
	margin: 0px;
}
.block-text-sec .block-full-sec p {
    text-align: center;
    width: 100%;
    float: left;
    margin: 15px 0px;
}
.more-video-sec {
    margin: 25px 12px;
}
.more-video-sec {
    margin: 6px 8px;
}
.more-video-sec video {
    min-width: 300px;
}
.box-sec img {
    min-height: 192px;
}
.sticker-sec {
    width: 23%;
}
.flag-sec.header-flag {
    width: 48%;
}
.flag-sec.header-flag a {
    width: 20%;
}
.flag-sec.header-flag {
    width: 50%;
}
.box-sec img {
    min-height: 245px;
}
}
@media screen and (max-width:639px){
.second-sec-col .content ul:nth-child(1) {
    margin-bottom: 50PX;
}
.logo, .logo a{
    width: auto;
}
button#responsive-menu-button {
    right: 15px!important;
    top: 42px!important;
}
.logo a img {
    width: 100%;
    max-width: 98px;
    height: 100%;
}
.para {
    width: 63%;
}
h1 {
    font-size: 28px;
    line-height: 35px!important;
}
.information-sec {
    width: 100%;
    position: unset;
}
.button a {
    right: 0px;
    bottom: -21px;
}
.second-sec-col .content ul li:nth-child(2) .left-sec .bg-image {
    margin-top: 50px;
}
.lower-sec {
    width: 364px;
}
.video-sec.section-col iframe {
    min-height: 230px;
}
.gallery-box-sec, .gallery-box-sec1, .gallery-box-sec2{
    margin-bottom: 15px!important;
}
.slider .box-sec {
    width: 90%;
    float: none;
}
.lower-sec-1 {
    width: 410px;
}
.lower-sec-1 {
    width: 370px;
    left: 20px;
}
.thing-to-see p.full {
    padding: 0px 0px 50px;
}
.explore-button a {
    padding: 10px 12px;
}
.explore-button {
    bottom: 7px;
}
.footer-sec-col.section-col {
    padding: 35px 0 0px;
    background-position: right;
}
.graph-sec.section-col {
    padding: 45px 0 35px;
}
.map-sec-col.section-col {
    max-height: 109px;
}
.explore-button {
    bottom: 31px;
}
.wp-block-button.aligncenter {
    margin: 25px 0 0px!important;
}
.walk-with-guide .heading p {
    padding: 22px 0px 30px 0px;
}
.copyright p {
    font-size: 12px;
}
.heading h2 {
    line-height: 36px;
}
.foot-graph iframe {
    min-width: 457px;
}
.footer-items .social-sec span {
    width: 20%;
}
.text-overlay-sec a .overlay img {
    top: 94%;
    left: 86%;
}
.content-two-sec {
    padding: 20px 0px 50px;
}
.second-sec-col {
    padding: 0px;
}
.text-overlay-sec a .overlay img {
    max-width: 117px;
    max-height: 108px;
    min-height: 65px;
}
.graph-sec.section-col {
    margin-top: 0px;
}
.first-challenge.challenge-2020 {
    margin-bottom: 0px;
}
.mail-subscribe {
    width: 100%;
}
.sign-up-sec-col .heading h2 {
    padding: 5px 0 10px;
}
.more-video-sec {
    width: 95%;
    margin: 9px 12px!important;
}
.more-video-sec video {
    min-width: unset;
    max-width: unset;
}
.more-video-sec {
    margin: 9px 0px!important;
}
.more-video-sec {
    width: 100%;
}
.thing-to-see .box-sec {
    margin-bottom: 8px;
    height: 100%;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}
.thing-to-see .lower-sec {
    width: 100%;
}
.box-sec img {
    max-width: 456px;
}
.header-inner-volunteers {
    width: 90%;
}
.sticker-sec {
    width: 30%;
    float: left;
    padding: 10px 0px;
}
.flag-sec.header-flag {
    width: 37%;
    margin: 13px 0px 4px;
}
.flag-sec.header-flag a {
    width: 33%;
}
}
@media screen and (max-width:479px){
.button a {
    padding: 6px 26px;
    font-size: 15px;
}
.para {
    width: 80%;
}
/* .main-heading h1 {
    padding: 0px;
} */
h1 {
    font-size: 25px;
}
.main-heading h1:after {
    right: 16px;
    top: -10px;
}
.banner-sec ol li a {
    width: 28PX;
    height: 5PX;
}
.heading h2 {
    line-height: 30px;
}
.walk-sec-col .heading p {
    font-size: 16px;
}
h2 {
    font-size: 30px;
}
.second-sec-col .content ul li .left-sec, .second-sec-col .content ul li .right-sec, .box-sec, .gallery-box-sec3, .gallery-box-sec1, .gallery-box-sec2 {
    width: 100%;
}
.lower-sec {
    width: 370px;
}
.box-sec img {
    width: 100%;
}
/* .lower-sec-1 {
    width: 310px;
    left: -1px;
} */
.second-sec-col ul li:nth-child(2) .information-sec {
    min-height: 325px;
}
.thing-to-see .heading {
    margin-bottom: 25px;
}
.about-banner-col {
    min-height: 120px;
}
.map-sec-col.section-col {
    max-height: 82px;
}
.explore-button a {
    padding: 8px 8px;
    font-size: 12px;
}
.explore-button {
    bottom: 28px;
}
.things-to-c {
    padding: 40px 0 30px !important;
}
.Walk-with-btn {
    padding: 32px 0 0;
}
.walk-with-guide {
    padding: 0 0 25px 0;
}
.Protecting-trail {
    padding: 0px 0 0;
}
.logo, .logo a {
    width: 65%;
    text-align: center;
}
.logo a img {
    width: 100%;
    max-width: 150px;
}
button#responsive-menu-button {
   right: 15px!important;
    top: 50px!important;
}
.header-inner-volunteers {
    width: 50%;
}
.foot-graph iframe {
    min-width: 342px;
}
.button a {
    bottom: -16px;
}
.more-video-sec iframe {
    height: 183px;
}
.footer-items .input-sec {
    width: 75%;
}
.logo {
    width: 37%;
    text-align: center;
}
.logo a {
    width: auto;
}
.header-inner-volunteers {
    width: 71%;
}
button#responsive-menu-button {
    right: 5px!important;
    top: 46px!important;
}
.sticker-sec {
    width: 30%;
}
.header-inner-volunteers {
    width: 100%;
}
.flag-sec.header-flag {
    width: 22%;
	    margin: 14px 0px 4px;
}
.flag-sec.header-flag a {
    width: 65%;
}
.navbar {
    width: 55%;
}
}
@media screen and (max-width:414px){
.lower-sec-1 {
    width: 342px;
	left:0px;
}
.challenge-sec-col .lower-sec-change {
    width: 394px;
}
.main-heading h1 {
    padding: 0px;
}
.main-outer-sec {
    padding: 10px 0px;
}
}
@media screen and (max-width:375px){
.lower-sec-1 {
    width: 322px;
    left: -1px;
}
.lower-sec {
    width: 357px;
}
.challenge-sec-col .lower-sec-change, .lower-sec-1{
    width: 100%;
}
.thing-to-see .heading h2 {
    margin-bottom: 10px;
}
.map-sec-col.section-col {
    max-height: 85px;
}
}
@media screen and (max-width:359px){
.lower-sec {
    width: 304px;
}
.challenge-sec-col .lower-sec-change {
    width: 304px;
}
.footer-sec-col.section-col {
    padding: 47px 0 0px;
    background-position: right;
}
.lower-sec-1 {
    width: 274px;
    left: 0px;
}
.walk-sec-col {
    padding: 40px 0;
}
.explore-button {
    right: 67px;
}
.thing-to-see .heading {
    margin-bottom: 20px;
}
.main-heading {
    padding: 24px 0;
}
.main-heading h1:after {
    right: 0px;
}
.second-sec-col ul li:nth-child(2) .information-sec {
    min-height: 375px;
}
.thing-to-see p.full {
    padding: 0px 0px 15px;
}
.thing-to-see.about-special-needs {
    padding: 30px 0;
}
.thing-to-see.about-special-needs .heading h2 {
    margin-bottom: 16px;
}
.gallery-images-sec-col.about-gallery .heading h2 {
    line-height: 27px;
    margin-bottom: 10px;
}
.main-heading {
    padding: 26px 0;
}
.copyright p {
    font-size: 12px;
}
.explore-button a {
    padding: 6px 5px;
}
.explore-button {
    right: 10px;
    bottom: 25px;
}
.thing-to-see .heading h2 {
    margin-bottom: 8px;
}
.map-sec-col.section-col {
    max-height: 73px;
}
.about-challenge-sec-col {
    margin-top: 30px;
}
.sign-up-sec-col.section-col {
    min-height: 386px;
}
.walk-the-trail .heading p {
    padding: 10px 0 20px 0 !important;
    font-size: 16px!important;
}
.Walk-with-btn a {
    padding: 15px 45px;
}
.Protecting-trail .heading p {
    padding: 22px 0px 30px 0px;
}
.foot-graph iframe {
    min-width: 305px;
}
.footer-items .social-sec span {
    width: 30%;
}
.text-overlay-sec a .overlay img {
    max-width: 68px;
    max-height: 65px;
    min-height: 34px;
}
.text-overlay-sec a .overlay img {
    top: 95%;
    left: 91%;
}
.thing-to-see .box-sec {
    margin-bottom: 8px;
    height: 100%;
    margin: 5px 0px;
}
.challenge-sec-col .box-sec {
    margin: 0px;
}
.more-video-sec iframe {
    height: 163px;
}
.header-inner-volunteers a {
    font-size: 12px;
}
.sticker-sec {
    width: 29%;
}
}

/*-----------Responsive-end---------------*/


/* Blog */
.blog-wrap {
    clear: both;
    padding-top: 30px;
}
.blog-content {
    margin-top:30px;
}


.blog-content h2 a {
    text-decoration: none;
    color: #376397;
    font-size: 21px;
    line-height: 1.3em;
}
.blog-thumbnail img {
    max-width: 100%;
    height: auto;
}

.btn-blue {
    text-decoration: none;
    color: #fff;
    background: #376397;
    padding: 15px 70px;
    border-radius: 8px;
    border: 1px solid #fff;
        display: block;
    text-align: center;
    margin: 15px 0;
    transition: 0.2s all;
}
.btn-blue:hover {
    background:#66bea2;
}
.blog-item {
    margin-bottom: 30px;
}
.blog-excerpt {
    padding:10px 0;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.textimage {
    margin-bottom:30px;
}

ul.tax-list {
     margin:0;
     padding: 0 
}
 ul.tax-list li {
     list-style: none;
     float: left;
}
 ul.tax-list li a {
         background-color: #2c4963;
     color:#fff;
     text-decoration: none;
     margin-right: 10px;
     padding:5px 10px;
     display: block;
     font-size: 13px;
}
.social-sidebar {
    text-align: center;
}
.sidebar-cat.social-sidebar a {
    display: inline-block;
    border-bottom: none;
    padding:0 2px;
}
#sidebar {
    margin-top: 30px;
}
.sidebar-cat {
    border: 1px solid #374e60;
    padding: 20px;
    margin-bottom: 30px;
}
.sidebar-cat h4 {
    text-align: center;
    color: #374e60;
    text-transform: uppercase;
}

.sidebar-cat h4 {
    margin: 0 0 20px;
}

.sidebar-cat a{
    text-decoration: none;
    margin-bottom: 10px;
    border-bottom: 1px solid #dce7ef;
    padding-bottom: 10px;
    font-size: 14px;
    display: block;
    color: #b1599e;
}
 .sidebar-cat h4 {
     text-align: center;
     text-transform: uppercase;
}
.wp-pagenavi {
    text-align: center;
}