@charset "UTF-8";

/*
Theme Name: Huntar
Theme URI: https://wordpress.vecurosoft.com/huntar/
Author: Vecurosoft
Description: Huntar - Fishing and Hunting WordPress Theme
Version: 1.1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: huntar
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/


:root {  
   --e-global-color-secondary: #222222 !important;
   --e-global-color-text: #222222 !important;
  --theme-color          : #2C4C3B;
  --title-color          : #E85D04;
  --body-color           : #222222;
  --body-color3          : #818790;

  --theme-color2         : #01c1f1;
  --theme-color3         : #F9F7E6;
  --title-color2         : #254574;
  --body-color2          : #6e7784;
  --black-color          : #000000;
  --light-color          : #f1f7ff;
  --secondary-color      : #f5f6fb;
  --smoke-color          : #f8f8f8;
  --dark-color           : #252323;
  --light-dark-color     : #0f1116;
  --white-color          : #ffffff;
  --yellow-color         : #fec624;
  --success-color        : #28a745;
  --error-color          : #dc3545;
  --border-color         : #f0f0f0;
  --grey-color 		       : #f9f7e6;
  --theme-font           : 'Farro',sans-serif;
  --icon-font            : 'Font Awesome 5 Pro';
  --main-container       : 1220px;
  --main-container2      : 1316px;
  --main-container3      : 1800px;
  --main-container4      : 1420px;
  --main-container5      : 1540px;
  --container-gutters    : 1.5rem;
  --moving-ani-duration  : 10s;
  --ripple-ani-duration  : 5s;
  --section-space        : 120px;  
  --space-md             : 100px;
  --section-space-mobile : 60px;       
}

.zoomImg{
    background-color: #ffffff;
}
.blog-layout-5 .blog-meta{
    width: max-content;
    max-width: inherit;
}
.service-layout3 .vs-services-thumb img{
    max-width: inherit;
}
.about-layout4 .exp_box1{
    flex-direction: column;
}


.header-wrapper.style-2 .col-xl-8.col-lg-9.col-6{
    width: 100%;
}
.header-wrapper.style-2 .col-xl-4.col-lg-3.col-6.text-end{
    display: none;
}

.widget.footer-widget li a:hover{
    color: #e85d04 !important;
}

.info-footer i {
    background-color: #e85d04;
}
.footer-newsletter .mask-style1 {
    background-color: #e85d04;
}
.footer-newsletter .mask-style1:hover {
    color: var(--white-color);
    font-size: 14px;
    background-color: var(--theme-color);
}
.price{
	display: none !important;
}
















