/*
Theme Name: Leo Hunt
Theme URI: http://shtheme.com/demosd/leohunt
Author: Vergatheme
Author URI: https://themeforest.net/user/vergatheme
Description: In 2024, our default theme lets you create a responsive business website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
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: leohunt

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==========
00. Body, links, hgroup, paragraphs, general styles
01. Fixed header & Navigation
02. Section Intro (Home)
03. Section About
04. Section Resume
05. Section Portfolio
06. Section Blog
07. Section Contact
08. Footer
09. Loader
10. Responsive design

/*--------------------------------------------------
    00. Body, links, hgroup, paragraphs, general styles
---------------------------------------------------*/

.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;
}

#calendar_wrap {
    width: 263px;
}
.widget_calendar {float: none;}
#wp-calendar {width: 100%; }
#wp-calendar caption { 
    background: none repeat scroll 0 0 #E9E9E9;
    color: #333333;
    font-size: 16px;
    padding: 10px 0;
    text-align: center; 
}
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th {
    border: 1px solid #E9E9E9;
    font-size: 13px;
    padding: 8px 0;
    text-align: center;
    vertical-align: middle;
}
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #E9E9E9; text-align: center; padding:8px;}
#wp-calendar tbody td#today {background: #AB263A; color: #fff;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot {border: 1px solid #E9E9E9;}
#wp-calendar tfoot #next { font-size: 12px; text-transform: uppercase; text-align: right; color: #83c99f;}
#wp-calendar tfoot #prev { font-size: 12px; text-transform: uppercase; padding-top: 10px; color: #83c99f;}

.widget select {max-width: 100%;padding: 5px;border: 1px solid #ccc; width: 100%;}
.widget_text .textwidget img{max-width: 100%;height: auto;}
.widget_text select, .widget_text input , .widget_text textarea  {max-width: 100%;padding: 5px;border: 1px solid #ccc; width: 100%;}
.widget_text option {max-width: 100%;}

.widget_nav_menu ul li, .widget_pages ul li {color: #827b7d;line-height: 28px;}
.widget_nav_menu ul li ul, .widget_pages ul li ul {padding-left: 20px;}
.widget_nav_menu ul li a, .widget_pages ul li a{color: #827b7d;}
.widget_nav_menu ul li a:hover, .widget_pages ul li a:hover {color: #615C5C;}

#sidebar .textwidget img {
    max-width: 100%;
}
.wp-caption img,img{
    width: auto ;
    max-width:100%;
    height: auto;
}
.wp-caption{
    max-width:100%;
}
.form-submit input.submit  {
    margin-right: 10px;
    margin-bottom: 5px;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.08);
        background-color: #1d1d1d;
    border: 0;
    height: 42px;
    line-height: 1;
    font-size: 15px;
    cursor: pointer;
    padding: 0 50px;
    text-align: center;
    vertical-align: top;
    display: inline-block;
    -webkit-user-drag: none;
        transition: all 0.5s ease-in-out;
}
.form-submit input.submit:hover ,.services-inner .btn-primary:hover{
background-color: #eb4c3a;

} 
body.logged-in .is-sticky #header4, body.logged-in .is-sticky #header2, body.logged-in .is-sticky #header3, body.logged-in .is-sticky #header5,body.logged-in .is-sticky #header6, body.logged-in .is-sticky #header7 , body.logged-in .is-sticky #header8 , body.logged-in .is-sticky #header9, body.logged-in .is-sticky #header{
   top: 32px !important;
}
@media screen and (max-width: 600px){
    body.logged-in .is-sticky #header4, body.logged-in .is-sticky #header2, body.logged-in .is-sticky #header3, body.logged-in .is-sticky #header5,body.logged-in .is-sticky #header6, body.logged-in .is-sticky #header7 , body.logged-in .is-sticky #header8 , body.logged-in .is-sticky #header9, body.logged-in .is-sticky #header{
   top: 0px !important;
}
}
body.date {
    width: 100%;
    margin-right: 0px;
}
body.date h1 {
    background: transparent;
}

/* add */

.alignright{
    float:right;
}
.alignleft{
    float:left;
}

.sec-padding table{ 
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #d1d1d1;
}
.sec-padding table td{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
} 
.sec-padding table th{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
 }
.sec-padding  ul{
  list-style: disc!important;
 }
 img.alignleft, .alignleft img{
  margin-right:10px; 
 }
 img.alignright, .alignright img{
  margin-left:10px;
 } 
 .comment-body table{ 
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #d1d1d1;
}
.comment-body table td{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
} 
.comment-body table th{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
 }
 #comments ul.children{
    padding-left: 30px;
    padding-top: 0px;
 }
.wp-caption.aligncenter {
    width: 100% !important;
    text-align: center;
}
.comment-reply-link {
    padding: 8px 26px;
    color: #414b54;
    border: 1px solid;
    margin: 0px;
    box-shadow: none;
    border-radius: 0;
        transition: all 0.3s ease-out 0s;
        display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-image: none;
}
.comment-reply-link:hover {
    color: #fff;
    background-color: #000;
}
.iconbox-medium img.avatar {
        vertical-align: bottom;
}
.comment-respond .comment-reply-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 18px;
    font-style: normal;
}
.search-custom form {
    width: 70% !important;
    padding-top: 20px;
}

form.post-password-form input[type=submit] {
    padding: 1px 5px;
    background: #000;
    color: #fff;
    border-color: #000;
}
 .screen-reader-text {
    display: none;
}

.widget ul li {
    list-style: none !important;
    padding: 5px;
    font-size: 16px;
}
.widget ul {
    margin-block-start: -15px!important;
    padding-left: 0px !important;
}
.widget ul.sub-menu , .widget ul.children{
    padding-left: 10px !important;
}
a:hover {
    text-decoration: none !important;
}
.navbar-nav > li > ul > .dropdown {
    position: relative;
}
.navbar-nav > li > ul > .dropdown > .dropdown-menu {
    border-radius: 0px;
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
}
.section_category17 .left {
    padding-bottom: 160px;
}
#recent-works .img-work .text-box {
    top: 220px;
}
.wpcf7-form p br {
    display: none;
}
.newsletter3 .email_submit {
    margin-bottom: 46px;
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    /*margin-bottom: 0px !important;*/
}
.top-less-margin2 {
    margin-top: -235px !important;
}
.wpcf7-form .field.prepend-icon br {
    display: none;
}
.smart-forms .gui-input, .smart-forms .gui-textarea {
    padding-left: 40px;
}
.well , .thumbnail{
    background-color: transparent;
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
}
/*add */ 
#header4 .dropdown-menu > li > a, #header6 .dropdown-menu > li > a {
    color: #A08C6A;
}
.blog1-post-info {
    color: #423f3f;
}
.sec-padding  ul.children {
    padding-left: 9px;
}
.font-style3 .sec-padding {
    font-weight: 400;
}
.blog-post-info span , .sec-padding a, .sec-padding{
    color: #000;
}
body.error404 .navbar-nav > li > a {
    padding: 30px 22px;
}
#header4-sticky-wrapper .navbar-nav > li > a {
    padding: 0px 32px;
}
.blog-holder-12 .post-date-box {
    height: 90px !important;
    padding: 15px 1px 0px;
}
.sticky-post {
    float: right;
    font-size: 16px;
    padding-right: 10px;
    font-weight: 600;
    color: #AB263A;
}
.wp-tag-cloud li {
padding: 5px 10px !important;
    color: #414b54;
    border: 1px solid;
    margin: 2px;
    box-shadow: none;
    border-radius: 0;
    transition: all 0.3s ease-out 0s;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-image: none;
    width: auto;
    float: none;
}
.wp-tag-cloud li:hover {
    color: #fff !important;
    background-color: #000;
}
.wp-tag-cloud li:hover a {
    color: #fff !important;
}


p.logged-in-as {
    margin-bottom: 20px;
}
.blog-pagenation .page-numbers.current {
    color: #fff;
    border: 1px solid #ab263b;
    background-color: #ab263b;
    height: 40px;
    line-height: 40px;
    margin: 0 10px 0 0;
    padding: 0;
    display: inline-block;
    text-align: center;
    width: 40px;
}

h3.archive-title {
    text-align: center;
    margin-bottom: 50px;
    font-size: 25px;
}

.sec-padding h1 , .sec-padding h2 ,.sec-padding h3 ,.sec-padding h4 , .sec-padding h5, .sec-padding h6{
    font-weight: 600;
}
.navbar-custom ul.extra-navbar li:hover ul.sub-menu > li ul.sub-menu {
    visibility: hidden;
}
.navbar-custom ul.extra-navbar li ul.sub-menu > li:hover ul.sub-menu {
    visibility: visible;
    left: 220px;
    top: 0px;
}
/***/
.less-mar1, .widget, .category-links{
    overflow: hidden;
}
.font-style3 p{
    /*line-height: 28px;*/
}
ul li{
    line-height: 24px !important;
}
.titlebar.five {
    height: auto;
}
.titlebar.five .breadcrumb{
        margin: -140px 0px 0px;
}

.animate-in, .animate-out {
    visibility: visible !important;
    opacity: 1;
}

footer {
        margin: 0px;
}

.font-style5 h1, .font-style5 h2, .font-style5 h3, .font-style5 h4, .font-style5 h5, .font-style5 h6 {
    /*color: #fff!important;*/
}

.slider .titlebar img{
    height: 180px!important;
}

.attachment-large{
    width: 100%;
    max-width: 500px!important;
    margin-top: 50px;
}

.cky-btn-revisit-wrapper{
    background-color: #A08C6A!important;
    border-color: #A08C6A!important;
}

.cky-btn-accept{
    background-color: #fff!important;
    border-color: #A08C6A!important;
    color: #A08C6A!important;
}

.cky-btn-reject, .cky-btn-preferences{
    border: 2px solid #A08C6A!important;
    color: #A08C6A!important;
}
