/*
Theme Name: Dolomia
Theme URI: https://shtheme.com/demosd/dolomia
Author: Shtheme
Author URI: http://shtheme.com
Description: Dolomia is a fully responsive WordPress Theme designed with a creative and clean design. This template have different layouts and is the perfect solutions for building Mountain Guide, Outdoor, Hiking, Photography and Travel Websites. It comes with 3 types of homepages.
Version: 1.0
Tested up to: 5.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: dolomia

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.
*/


body{
    color:#2F2911!important;
}

.alignright{
    float: right;
    margin-left: 25px;
}

.alignleft{
    float: left;
    margin-right: 20px;
}

.wp-caption.aligncenter {
    width: 100% !important;
    text-align: center;
}

.wp-block-image .alignright {
  float: right;
  margin-left: 25px;
}

.wp-block-image .alignleft {
  float: left;
  margin-right: 20px;
}

.wp-caption-text , .gallery-caption , .bypostauthor , .sticky{
    color: #333;
}

.screen-reader-text {
    display: none;
}

@media screen and (min-width: 768px){
	body.logged-in #header{
		margin-top: 30px;
	}
}
@media screen and (max-width: 991px){
    body.logged-in.page-template-home-carousel header nav.navbar #menu-classic.open .menu-holder,
    body.logged-in.page-template-home-showcase header nav.navbar #menu-classic.open .menu-holder{
        padding: 50px 50px 10px 50px;
    }
    body.logged-in.page-template-home-showcase #header{
        margin-top:45px;
    }
}
@media screen and (min-width: 1920px){
	header.fixed.full-width {
	    margin-left: -960px !important;
	}
}
.menu-holder{
	display: -webkit-inline-box
}
.menu-holder li.search{
	margin-top: 5px;
}
/*-------- Comment-----------*/
.comment-form-cookies-consent,
.required-field-message{
    display: none;
}
.comment-box .info a{
    text-transform: capitalize;
}
.comment-form #contact-form input.btn-alt:hover{
    background-color: #5e7362;
    color: white;
    transition: all .4s ease;
}
.comment-form #contact-form input.btn-alt{
    height: 40px;
    line-height: 40px;
    text-transform: none;
    font-weight: 400;
    background-color: transparent;
    border: 1px solid #5e7362;
    color: #5e7362;
    transition: all .4s ease;
    text-transform: uppercase;
    border-radius: 2px;
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
    font-size: 12px;
    letter-spacing: 1px;
    font-family: "Roboto", sans-serif;
    display: inline-block;
    overflow: hidden;
    outline: none;
}
.comment-respond form p.logged-in-as{
    margin-bottom: 22px;
    margin-top: -5px;
}
.comment-respond .comment-title{
	margin-bottom: 20px;
}
.comment-respond{
    position: relative;
}
.comment-reply-link{
    padding: 6px 15px;
    border: 1px solid #5e7362;
    position: absolute;
    
}
@media(min-width:500px){
    .comment-reply-link{
        right: 0px;
        top: 0px;
    }
}
@media(max-width:499px){
    .comment-reply-link{
        margin-top:10px;
    }
}
.comment-title{
	font-size: 	26px;
}
.single .comment-date{
	margin-top: 10px;
}
.page-template-blog .content span.date{
	margin-bottom: 	9px;
}
#cancel-comment-reply-link{
    font-size: 15px;
    padding: 6px 15px;
    border: 1px solid #5e7362;  
    position: relative;
    display: inline-block; 
}
@media(min-width: 541px){
    #cancel-comment-reply-link{
        float: right;
        right: 0px;
        top: 0px;
    }
}
@media(max-width: 540px){
    #cancel-comment-reply-link{
        margin-top: 20px;
        float: left;
        clear: both;
    }
    #comments .comment .content,
    #post-wrap #post-meta .author, 
    #post-wrap #project-meta .author{
	    float: left !important;
	    padding-left: 0;
	    margin-top: 20px;
	}
    #post-wrap ul.comment-title a,
    #post-wrap ul.comment-title small a{
        float: left !important;
        clear: both !important;
    }
}
#post-wrap #post-meta .author h3 a, #post-wrap #project-meta .author h3 a{
	color: #2F2911;
}
.tab-content{
	margin-bottom: 0;
}
/*-------- Social Share -----------*/
span.stArrow span.stHBubble, 
span.st_instagram_hcount span.stButton_gradient{
    padding-bottom: 17px;
}
#share .share-icons span.stButton{
    margin-top: 15px;
}
/*-------- Pagination -----------*/
.pagination-style {
    padding-left: 0;
    margin-top: 30px;
    list-style: none;
}
.pagination-style li{
    display: inline-block;
    margin: 0 5px;
}
.pagination-style .current a{
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #5e7362;
    color: #fff;
    z-index: 2;
    border: none;
    border: 1px solid #5e7362;
}
.pagination-style li a{
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #111;
    text-align: center;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #fff;
    z-index: 2;
    border: 1px solid #5e7362;
}
.pagination-style li a:hover {
    background: #5e7362;
    color: #fff;
}}
/*-------- Sidebar -----------*/
.share-icons span.stButton{
	margin-top: 10px;
}
.sidebar .widget_categories li a{
	color: #6E6B66;
    font-family: "Trirong", serif;
    font-size: 14px;
    line-height: 34px;
    letter-spacing: 0;
    margin-bottom: 9px;
    font-weight: 300;
}
.sidebar .widget_categories li a:hover{
	color: #5e7362;
}
/*-- Search with no result ---*/
.search-form input{
    border-radius: 0;
}
.search-custom h4 {
    text-align: justify;
    line-height: 45px;
    margin-bottom: 5%;
}
.search-custom form input {
    max-width: 100% !important;
    background: #f5f5f5 !important;
    border: 1px solid #5e7362 !important;
    font-size: 18px !important;
    color: #7a7a7a !important;
    padding: 10px 35px !important;
    height: 50px;
}

.search-custom form button{
    border-radius: 0 !important;
    color: #fff;
    font-size: 16px;
    height: 50px;
    position: relative;
    width: 53px;
    cursor: pointer;
    float: right;
    background: #5e7362;
    margin-top: -50px;
    padding: 0;
    letter-spacing: 0;
}
.search-custom form button:hover{
    background: #5e7362;
    color: #fff;
}
.search-no-result{
	padding-top: 15px;
}
.search-no-result .form-control:focus{
	-webkit-box-shadow: unset;
	box-shadow:unset;
}
/*-------- Footer -----------*/
footer #newsletter-form form .form-input input[type="submit"],
div.footer #newsletter-form form .form-input input[type="submit"]{
	position: absolute;
    width: 80px;
    height: 40px;
    right: 0;
    top: 0px;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
    letter-spacing: 1px;
    line-height: 38px;
    color: white;
    border-radius: 0 2px 2px 0px;
    background-color: #5e7362;
    text-align: center;
    transition: all .4s ease;
    padding: 0;
}
footer span.wpcf7-not-valid-tip,
div.footer span.wpcf7-not-valid-tip{
    margin-top: 10px;
    color: #fff;
}
footer div.wpcf7-validation-errors,
div.footer div.wpcf7-validation-errors{
    border: 2px solid #fff;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    color: #fff;
}
section .content-section span.wpcf7-not-valid-tip{
    margin-bottom: 20px;
    margin-top: -10px;
    color: #54595F;
}
section .content-section div.wpcf7-validation-errors{
    margin-left: 0;
    margin-right: 0;
    border: 2px solid #54595F;
    margin-top: -5px;
}
section .content-section #contact-form .submit-area{
    margin-top: -20px;
}
.dialog-widget.dialog-lightbox-widget.dialog-type-buttons.dialog-type-lightbox.elementor-lightbox{
    display: none!important;
}
@media(max-width: 280px){
    header nav.navbar #menu-responsive-classic .menu-button{
        margin-top: -42px; 
        position: relative;
        z-index: 998;
    }
    #page-content #news .single-news {
        padding: 0 0px;
    }
}
div.share-icons{
    display: none !important;
}
div.share-icons.open{
    display: block !important;
}

@media screen and (max-width: 991px){
    #page-content #showcase-projects .item.col-md-6, 
    #page-content #showcase-projects .item.col-md-4, 
    #page-content #showcase-treks .item.col-md-6, 
    #page-content #showcase-treks .item.col-md-4{
        padding:0;
    }
}
.breadcrumb a{
    color:#fff;
}
#newsletter-form form .form-input input{
	height: 40px;
}
    