/*
Theme Name: Wildlife Lite
Theme URI: https://flythemes.net/wordpress-themes/free-wildlife-wordpress-theme/
Author: Flythemes
Author URI: https://flythemes.net
Description:  Wildlife is a modern and unique wildlife WordPress theme that comes with the powerpack theme options and responsive layouts. This theme is very useful for those who are looking to open an animal shelter or pet services of any kind (like pet grooming or a veterinary clinic), or any other topic-related business. It's the best theme for the zoo, pet shops, safari activities, aquarium etc. This theme has comes with the easy to manage sections so it will give your website a trendy look. The sections in the homepage can perfectly design for zoo, pet shops and safari related businesses. This theme is fully responsive and perform very nicely on all the screen resolutions. This theme has few options given in customizer like slider settings and homepage sections so you can build a decent website.. This theme has made with the latest technology so it can compatible with the latest version of WordPress and many major plugins like wocommerce and contact form 7.

Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: wildlife-lite
Tags:  portfolio, right-sidebar, custom-background, custom-header, custom-menu, featured-images, theme-options, threaded-comments, custom-logo, blog, full-width-template

Wildlife Lite is based on Underscores theme(Underscores is distributed under the terms of the GNU GPL v2 or later).
Wildlife Lite WordPress Theme has been created by Flythemes(flythemes.net), 2019.
Wildlife Lite WordPress Theme is released under the terms of GNU GPL
*/

* {
    outline: none;
}

body {
    margin: 0;
    padding: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-family: "Meiryo", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    font-weight: normal;
    color: #333;
    background: #fff;
}

.container {
    width: 1170px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

section {
    padding: 70px 0;
    position: relative;
}

section img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
}

img {
    margin: 0;
    padding: 0;
    border: none;
    max-width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px;
    padding: 0;
    line-height: 1.3;
}

h1 {
    font-size: 42px;
}

h2 {
    font-size: 28px;
}

h3, h5 {
    font-size: 20px;
    font-weight: bold;
}

p {
    margin: 10px 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #333;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #000;
}

.h5-space {
    letter-spacing: 1px;
}


/* = Top Header css
-------------------------------------------------------------- */

.main-header {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 15;
}

.top-header {
    overflow: hidden;
    position: relative;
    color: #fff;
    padding: 10px 0;
}

.top-right {
    float: right;
}

.top-right .social {
    float: right;
    position: relative;
    padding: 0;
}

.top-right .social a {
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    color: #fff;
}

.top-right .social i {
    position: relative;
    font-size: 16px;
}

.header {
    position: relative;
    width: 100%;
    padding: 0;
}

.header-inner {
    position: relative;
    background-color: rgba(193, 132, 1, 0.8);
    margin: 0 auto;
    padding: 15px;
}

.header .header-inner .logo {
    margin: 0;
    padding: 0;
    line-height: 0;
}

.header .header-inner .logo img {
    max-width: 100%;
}


/* = Navigation hover and active menu css
-------------------------------------------------------------- */

.header_right {
    float: right;
}


/* = Navigation css
-------------------------------------------------------------- */

.toggle {
    display: block;
}

.toggle a {
    width: auto;
    background: url(../wp-content/uploads/2020/10/mobile_nav_right.png) no-repeat right center rgb(255 255 255 / 0%);
    font-size: 16px;
    text-align: left;
    padding: 25px;
    text-align: left;
    color: #787878;
}

.toggle a:hover {
    color: #fff !important;
}

.sitenav {
    position: relative;
    z-index: 9999;
    float: left;
}

.sitenav ul {
    margin: 0;
    padding: 0;
}

.sitenav ul li {
    display: inline-block;
    position: relative;
    /*margin-right: 5px;*/
}

.sitenav ul li a {
    display: block;
    position: relative;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 8px 15px;
    transition: 0.5s all;
}

.sitenav ul li a:hover {
    color: #000;
}


/* = Slider
-------------------------------------------------------------- */

#slider {
    position: relative;
    margin: 0 auto;
    padding: 0;
}

#slider:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    /*background-color: rgb(0 0 0 / 20%);*/
    left: 0;
    right: 0;
    z-index: 6;
}

.innerbanner {
    overflow: hidden;
    position: relative;
    text-align: center;
}

.innerbanner:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 20%);
    top: 0;
    left: 0;
}

.innerbanner .container {
    padding: 15em 0 10em;
}


/* = Layout
-------------------------------------------------------------- */

section.one_half_welcome {
    padding: 70px 0;
    position: relative;
}

@media (max-width: 478px) {
    section.one_half_welcome {
        padding: 20px 0;
    }
}

section.one_half_welcome .container {
    background: none;
}

.one_half {
    float: left;
    position: relative;
    width: 46%;
    margin-right: 8%;
    margin-bottom: 20px;
}

.one_half img {
    border: solid 20px #fff;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.5);
}

.last_column {
    clear: right;
    margin-right: 0 !important;
    margin-top: 5%;
}

.last_column .custom-heading {}

.last_column .custom-heading h2 {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.last_column .custom-heading h2:after {
    position: absolute;
    content: "";
    width: 80px;
    height: 4px;
    background: #ffae00;
    left: 0;
    bottom: 0;
}

.last_column p {}


/* = destination-wrap-post / Posts
-------------------------------------------------------------- */

section.destination-wrap-post {
    padding: 70px 0;
    position: relative;
    background-repeat:no-repeat;
    background-position: center top;
    background-attachment:fixed;
    background-size:cover;
}

@media (max-width: 478px) {
    section.destination-wrap-post {
        padding: 0;
    }
}

.sec-overlay {
    position: relative;
}

.sec-overlay:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgb(9 18 31 / 90%);
    position: absolute;
    top: 0;
    left: 0;
}

.destination-wrap {
    border: solid 1px #133A4C;
    padding: 10px;
}

.destination-grid {
    float: left;
    width: 32%;
    margin-right: 2%;
}

.destination-grid.last {
    margin-right: 0;
}

.desti-thumb {
    overflow: hidden;
    position: relative;
    background-color: #FFAE00;
}

.desti-thumb img {
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
}

.destination-grid:hover .desti-thumb img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    opacity: 0.4;
}

.desti-cont {
    background: none;
    padding: 30px 10px 0;
}

.desti-cont h5 {}

.desti-cont h5 a {
    color: #fff;
}

.desti-cont p {
    color: #d2d2d2;
}

.desti-link {
    border-top: solid 1px #133A4C;
}

.desti-link a {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #FFAE00;
    margin-top: 20px;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
}

.desti-link a:hover {
    color: #fff;
}


/* = latestnews-wrap-post / Posts
-------------------------------------------------------------- */

section.latestnews-wrap-post {
    padding: 0 0 70px;
    position: relative;
    background: #fff;
}

@media (max-width: 478px) {
    section.latestnews-wrap-post {
        padding: 0 0 20px;
    }
}

.latestnews-wrap {
    border: solid 1px #FFAE00;
    padding: 10px;
}

.latestnews-wrap .owl-item {
    width: 31.5%;
    margin-right: 30px;
}

.latestnews-wrap .owl-item.last {
    margin-right: 0;
}

.news-box {
    overflow: hidden;
    position: relative;
    padding: 0;
    background: none;
}

.news-thumb {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.news-thumb img {
    -webkit-transition: -webkit-transform 1s;
    transition: transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.news-box:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.news-thumb-wrap {
    margin: 0;
}

.news-content {
    position: relative;
    padding: 0 10px;
}

.news-content h3 {}

.news-content h3 a {
    color: #000;
}

.news-content p {}

@media screen and (max-width:767px) {
    .news-box {
        margin-bottom: 30px;
    }
    .news-box.last {
        margin-bottom: 0;
    }
}


/* = clienttestiminials-wrap-post
-------------------------------------------------------------- */

section.clienttestiminials-wrap-post {
    padding: 70px 0;
    position: relative;
    background: #F4F4F4;
}

@media (max-width: 478px) {
    section.clienttestiminials-wrap-post {
        padding: 20px 0;
    }
}

section.clienttestiminials-wrap-post .section_head {}

section.clienttestiminials-wrap-post .section_head h2.section_title {
    margin-bottom: 20px;
}

.testimonials-item {
    background: none;
}

.testi-thumb {
    margin-bottom: 10px;
}

.testi-thumb img {}

.tmttl {
    overflow: hidden;
}

.tmttl p {}

.tmttl p a:hover {
    border-bottom: solid 2px #ffae00;
}


/* = Single
-------------------------------------------------------------- */


/* --------- Pages ------- */

.main-container {
    margin: 0;
    padding: 50px 0;
}

.content-area {
    width: 1160px;
    margin: 0 auto;
    padding: 0;
}

.middle-align {
    margin: 0 auto;
    padding: 0;
}

.site-main {
    float: left;
    width: 800px;
    margin: 0;
    padding: 0;
}

.single article {}

.single article .entry-header h1.entry-title {
    font-size: 28px;
    font-weight: normal;
}

.single article .entry-content {}

.single article .entry-content .post-thumb {
    line-height: 0;
    margin-bottom: 20px;
}

.single article .entry-content .post-thumb img {}

.single article .entry-content h2 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.single article .entry-content p {}

.single article .entry-content p a:hover {
    border-bottom: solid 2px #FFAE00;
}


/* = Sidebar
-------------------------------------------------------------- */

#sidebar {
    float: right;
    width: 25%;
    margin: 0;
    padding: 0;
}

#sidebar .widget {
    margin-bottom: 30px;
    padding: 20px;
    background: #f4f5f5;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.20);
}

#sidebar .widget h3.widget-title {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

#sidebar .widget h3.widget-title:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background: #fff;
    border-radius: 30px;
    bottom: 0;
    left: 0;
}

#sidebar .widget h3.widget-title:after {
    display: inline-block;
    position: absolute;
    content: '';
    width: 55px;
    height: 4px;
    background: #FFAE00;
    border-radius: 30px;
    bottom: 0;
    left: 0;
    z-index: 1;
}

#sidebar .widget h3.widget-title a {
    color: #333;
}

#sidebar .widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#sidebar .widget ul li {
    margin: 0;
    padding: 5px 0;
}

#sidebar .widget ul li:last-child {
    border-bottom: none;
}

#sidebar .widget ul li a {
    font-size: 15px;
    font-weight: normal;
    color: #000;
}

#sidebar .widget ul li a:hover,
#sidebar .widget ul li:hover a {
    color: #000;
    font-weight: bold;
}


/* -------- Footer ------- */

.copyright-wrapper {
    margin: 0;
    padding: 15px 0;
    text-align: center;
    background: #1b1d1f;
}

.copyright-wrapper .copyright {
    margin: 0;
    padding: 0;
}

.copyright-wrapper .copyright p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
}

.copyright-wrapper .copyright p a {
    color: #ffae00;
}

.copyright-wrapper .copyright p a:hover {}


/* = SEND
-------------------------------------------------------------- */

ul {
    margin: 0 0 0 15px;
    padding: 0;
}

.clear {
    clear: both;
}

.center {
    text-align: center;
    margin-bottom: 40px;
}

pre {
    border: 1px solid #d1d1d1;
    font-size: 1rem;
    line-height: 1.3125;
    margin: 0 0 1.75em;
    max-width: 100%;
    overflow: auto;
    overflow-wrap: break-word;
    padding: 1.75em;
    white-space: pre-wrap;
}

.sticky {
    margin: 0;
    padding: 0;
}

.screen-reader-text {
    margin: 0;
    padding: 0;
}

.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 45px;
    margin-top: 4px;
    margin-bottom: 20px;
    padding: 0;
}

.alignright,
img.alignright {
    display: inline;
    float: right;
}

.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}

.comment-list .comment-content ul {
    list-style: none;
    margin-left: 15px;
}

.comment-list .comment-content ul li {
    margin: 5px;
}

.main-container ol {
    list-style-position: outside;
}

.main-container ol li {
    margin: 5px 0;
}

.toggleMenu {
    display: none;
}

h2.section-title {
    font-family: 'Raleway';
    font-size: 33px;
    font-weight: 700;
    padding: 0 0 20px 0;
    text-align: center;
    text-transform: capitalize;
    display: table;
    margin-bottom: 50px;
    color: #4d4d4b;
}


/* = Top Header css
-------------------------------------------------------------- */

.top-left {
    float: left;
}

.top-left ul {
    margin: 0 !important;
}

.top-left li {
    display: inline-block;
    padding: 0 20px 0 0;
}

.top-left li i {
    margin-right: 8px;
    color: #fff;
}

.top-right .social ul {
    margin: 0;
    padding: 0;
}

.top-right .social ul li {
    display: inline-block;
    list-style: none;
    margin: 0 8px;
}

#slider .top-bar {
    margin: 0;
    padding: 16px 0 20px;
    position: relative;
}

#slider .top-bar h2 {
    font: 700 60px 'Raleway';
    padding: 25px 0 5px 0;
    line-height: 55px;
    text-shadow: 5px 1px 6px #333;
}

#slider .top-bar h2 a {
    color: #fff;
}

#slider .top-bar h2 a:hover {
    color: #fff;
}

#slider .top-bar p {
    color: #fff;
    margin: 0 0 10px 0;
    padding: 5px 0 25px;
    border-radius: 0 0 5px 5px;
    font: 400 29px/35px 'Lobster';
}

#slider .top-bar a.slide-button {
    border: 3px solid;
    padding: 15px 30px;
    font-family: 'Lobster';
    border-radius: 20px;
}

.header .header-inner .logo h1 {
    font-weight: 700;
    padding: 0;
    font-size: 35px;
}

.header .header-inner .logo p {
    font-size: 14px;
    font-family: 'Open Sans';
    color: #333;
    line-height: normal;
}


/* = Navigation 2nd level css
-------------------------------------------------------------- */

.sitenav ul li ul {
    display: none;
    z-index: 9999;
    position: relative;
    background-color: #0088E4;
}

.sitenav ul li:hover>ul {
    display: block;
    width: 200px;
    position: absolute;
    left: 0px;
    top: 56px;
    text-align: left;
    -moz-animation: fadeInUp .3s ease-in-out;
    -webkit-animation: fadeInUp .3s ease-in-out;
    animation: fadeInUp .3s ease-in-out;
}

.sitenav ul li ul li {
    display: block;
    position: relative;
    float: none;
    top: 1px;
    line-height: 18px;
    margin-left: 0;
    margin-right: 0;
}

.sitenav ul li ul li a {
    display: block;
    padding: 10px;
    position: relative;
    top: 0;
    text-align: left;
}


/* = Navigation 3rd level css
-------------------------------------------------------------- */

.sitenav ul li:hover ul li:hover>ul {
    display: block;
    position: absolute;
    left: 200px;
    top: -1px;
    -moz-animation: fadeInRight .3s ease-in-out;
    -webkit-animation: fadeInRight .3s ease-in-out;
    animation: fadeInRight .3s ease-in-out;
}

@media screen and (min-width: 1000px) {
    .header .header-inner .logo {
        float: left;
    }
}


/* = section first css
-------------------------------------------------------------- */

section#pagearea {
    width: 100%;
    position: relative;
}

.pagearea-inner {
    z-index: 99;
    width: 100%;
    margin-bottom: 50px;
}

.welcome-title {
    font-family: "Raleway";
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.welcome-image {
    width: 48%;
    float: left;
}

.welcome-content {
    width: 48%;
    float: right;
    line-height: none;
}


/* --------- Pages ------- */

#sitefull {
    width: auto !important;
}

#nosidebar {
    width: 80%;
    margin: 0 auto;
    float: none;
    text-align: center;
}


/* ------ Contact Form ------ */

.leftdiv input[type="text"],
.leftdiv input [type="url"],
.leftdiv input[type="email"],
.leftdiv input[type="tel"],
.rightdiv textarea {
    width: 94%;
    background-color: #f8f8f8;
    border: 1px solid #e6e5e5;
    padding: 10px;
    margin-top: 15px;
    font: 400 14px 'Open Sans';
    color: #777777;
}

.rightdiv textarea {
    height: 128px;
}

.success_msg {
    padding: 10px;
    background: #dcffc5;
    color: #070;
    border: 1px #070 solid;
    margin: 15px 0;
}

.spacer20 {
    height: 20px;
    clear: both;
}

h1.page-title {
    padding-bottom: 20px;
    font-size: 30px;
}

h1.page-title a {
    color: #333;
}

article.tag-sticky-2 {
    background: #f6f6f6;
    padding: 10px;
}

article img {
    height: auto;
}

article p {
    margin: 10px 0;
}

.accordion-box h2.active {
    color: #ff8a00;
}

.webicon {
    font-size: 20px;
}

.blog-post-repeat {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 40px;
}

a.blogthumbs img {
    width: 100%;
}

.textwidget select {
    border: 1px solid #ccc;
    height: 30px;
    width: 100%;
}

.entry-content table {
    border-collapse: collapse;
    margin: 10px 0;
}

.entry-content table td,
.entry-content table th {
    padding: 10px 5px;
    text-align: left;
}

.entry-content table th {
    color: #676767;
    font: normal 18px Raleway;
    border-bottom: 1px #888 solid;
}

.entry-content table td {
    border-bottom: 1px #ccc solid;
}

select {
    padding: 10px;
    width: 100%;
}

p.form-submit input[type="submit"] {
    color: #fff !important;
}

input[type="submit"].search-submit {
    background-color: #333;
    color: #fff;
}

.gallery-icon {
    background-color: rgba(130, 204, 0, 0.8);
}