/*
Theme Name: Insectisite
Theme URI: http://www.insectisite.net/
Author: Parmodh Singh
Description: Custom Fully Function Theme.
Version: 1.0
License: GNU General Public License v2 or later
*/

/*** Import Fonts ***/
@font-face {
	font-family: 'LibreBaskerville-Bold';
	src: url('assets/fonts/LibreBaskerville-Bold/LibreBaskerville-Bold.eot');
	src: url('assets/fonts/LibreBaskerville-Bold/LibreBaskerville-Bold.woff') format('woff'), 
         url('assets/fonts/LibreBaskerville-Bold/LibreBaskerville-Bold.ttf') format('truetype'), 
         url('assets/fonts/LibreBaskerville-Bold/LibreBaskerville-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat-Bold';
	src: url('assets/fonts/Montserrat-Bold/Montserrat-Bold.eot');
	src: url('assets/fonts/Montserrat-Bold/Montserrat-Bold.woff') format('woff'), 
         url('assets/fonts/Montserrat-Bold/Montserrat-Bold.ttf') format('truetype'), 
         url('assets/fonts/Montserrat-Bold/Montserrat-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat-Regular';
	src: url('assets/fonts/Montserrat-Regular/Montserrat-Regular.eot');
	src: url('assets/fonts/Montserrat-Regular/Montserrat-Regular.woff') format('woff'), 
         url('assets/fonts/Montserrat-Regular/Montserrat-Regular.ttf') format('truetype'), 
         url('assets/fonts/Montserrat-Regular/Montserrat-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/** Theme Style.css **/

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    color: #2a2a2a;
    font-size: 15px;
    font-family: Montserrat-Regular;
}
p {
    color: #757C7C;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'LibreBaskerville-Bold';
}

h2 {
    font-size: 3rem;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

img {
    max-width: 100%;
}
a img:hover {
    opacity: .85;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
    outline: none;
}

a:active,
a:hover {
    outline: none !important;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 4em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: Montserrat-Regular;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    outline: none;
}
.btn, .button, button {
    font-family: Montserrat-Bold;
}

.btn:hover, .button:hover, .elementor-button:hover {
    background: #D8DD41 !important;    
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    outline: none !important;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
    outline: none;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.button {
    background: #D8DD41;
    color: #fff;
    font-size: 15px;
    border-radius: 50px;
    padding: 10px 30px;
    text-transform: uppercase;
}
.row {
	flex: auto;
}

/******** Header CSS ********/

.navbar-nav .nav-link {
    text-transform: uppercase;
    font-family: Montserrat-Regular;
    font-size: 12px;
    font-weight: 700;
    color: #2a2a2a;
}

.navbar-light .navbar-nav .nav-link {
    color: #B2B2B2;
    padding-right: .25rem;
    padding-left: .25rem;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 700;
    color: #B2B2B2;
    background-color: transparent;
    font-size: 11px;
    text-transform: uppercase;
}

.navbar-expand-sm .navbar-collapse {
    flex-direction: row;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #D8DD41;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #D8DD41;
}
.navbar-brand .logo {
    width: 185px;
    padding: 10px 0;
}
.top-bar {
    float: left;
    width: 100%;
    padding: 20px 0 0 0;
}
.navbar {
    padding: 0rem 1rem;
}

.top-bar .top-bar-contact {
    text-align: right;
}

.top-bar .top-bar-contact .button {
    font-size: 12px;
    padding: 10px 20px;
    text-transform: capitalize;
    cursor: pointer;
}

.header-top-left-anim {
    position: absolute;
    top: 0;
    left: -20px;
}
.navbar-light .navbar-toggler {
    border-color: rgba(0, 0, 0, 0) !important;    
}
nav.navbar-light .collapsed .navbar-toggler-icon {
    background-image: url(./assets/images/menu-bar.svg);
}
nav.navbar-light .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    background-image: url(./assets/images/close-bar.svg);
    font-size: 1rem!important;
}
.hedaer-bg{
	background-image: url(./assets/images/header-bg.jpg);
	background-size: cover;
    background-repeat: no-repeat;
}
header {
    width: 100%;
    margin: 0 auto;
    display: block;
}
.header-ads {
    background: #FFDE8F;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-ads .textwidget {
	width: 100%;
    margin: 0 auto;
    text-align: center;
}
.header-ads a {
    font-size: 30px;
    font-weight: 700;
    color: #222;
	display:block;
	
}

/******* Main CSS *********/

.banner-img {
    margin: 0 auto;
    text-align: center;
}
.banner-img img {
    width: 100%;
}
.home-banner img {
    width: 100%;
}
.home-banner .elementor-element-populated,
.home-text-banners .elementor-element-populated {
    padding: 0!important;
}
.home-text-banners img {
    width: 100%;
}

.home-contact-form label {
    text-align: left;
    color: #757C7C;
    font-size: 17px;
    text-transform: uppercase;
}
.home-contact-form {
    text-align: center;
    padding-bottom: 40px;
}
.home-contact-form input, .home-contact-form textarea {
    border-width: 0 0 1px 0;
    border-color: #757C7C;
    width: 500px;
}
.home-contact-form input.wpcf7-submit.btn {
    border: 0;
    background: #D8DD41;
    border-radius: 0;
    color: #fff;
    padding: 12px 100px;
    font-size: 22px;
    text-transform: uppercase;
    width: 500px;
    margin: 0 auto;
}
.searchBar input#searchsubmit {
	background-color: #D8DD41;
    font-size: 20px;
    padding: 12px 20px;
    font-family: Montserrat-Bold;
	width: 24%;
    margin-left: -5px;
	border: 0.5px solid transparent;
	color: #fff;
    text-transform: uppercase;
	line-height: 29px;
}
.searchBar input#searchsubmit:hover {
    background-color: #bdc21f;
    color: #fff;
}
.searchBar input[type=text] {
    padding: 10px;
    width: 75%;
	font-size: 20px;
    line-height: 30px;
}
input.wpcf7-form-control.wpcf7-submit.btn:hover {
    background: #2A2A2A !important;
}
.home-contact-form h3 {
    font-family: Montserrat-Bold;
    line-height: 1.7;
    color: #D8DD41;
    padding-bottom: 40px;
}

.primary-color-btn a {
    background-color: #D8DD41 !important;
    font-size: 22px !important;
    padding: 24px 48px !important;
    font-family: Montserrat-Bold;
}
.primary-color-btn a:hover {
    background-color: #2A2A2A !important;
}
.featured-image-wrap img {
    margin: 20px 0 40px 0;
}
.content-area {
    padding: 40px 0;
}
.single-page-post-title h1 {
    font-size: 3rem;
}
.content-area h2 {
    font-size: 2rem;
}
.navbar {
    box-shadow: 0 1px 8px -5px #000;
}
.navbar-light {
     width: 100%;
     -webkit-transition: all 0.10s ease;
     -moz-transition: position 10s;
     -ms-transition: position 10s;
     -o-transition: position 10s;
     transition: all 0.10s ease;
}
.navbar-toggler {
	float:right;
	padding-top: 15px;
}
.dropdown-menu {
	border-radius: 0;
    border: 0;
	top:unset !important;
	left:unset !important;
	margin:0 !important;
}
.dropdown-menu li{
	display:block !important;
}
.topMenu .dropdown-menu li:first-child a {
    padding-left: 15px !important;
}
.topMenu .menu-item-has-children:hover .dropdown-menu{
	display:block;
}
.topMenu .menu-item-has-children a:hover .dropdown-menu{
	display:block;
}
.stickyHeader {
     position: fixed;
     width: 100%;
     background-color: #fff;
     z-index: 999;
     left: 0;
     animation: smoothScroll 1s forwards;
}
.stickyHeader .navbar-brand .logo {
    width: 100px;
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}
.topMenu ul {
    list-style: none;
    margin: 15px 0;
    padding-left: 0;
	background: #94FAB1;
    padding: 1rem;
}
.topMenu ul li {
    display: inline-block;
}
.topMenu ul li:first-child a {
    padding-left: 5px;
}
.topMenu ul li a {
    padding: 15px;
}
.home-sidebar {
	margin: 15px 0;
	
}
.home-sidebar {
    background: #FFDE8F;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-sidebar a {
    font-size: 30px;
    font-weight: 700;
    color: #222;
    display: block;
}
.searchBar label.screen-reader-text {
    display: none;
}

.footerAds {
    background: #FFDE8F;
    margin: 15px 0;
}
.homeCategories {
    margin: 15px 0;
}



/******** Footer CSS ********/

.sec-padding {
    float: left;
    width: 100%;
}

.footer {
    background: #2a2a2a;
    color: #fff;
    padding: 40px 0;
}

.footer a {
    color: #fff;
}

.footer-top {
    padding: 40px 0;
}

.footer-top ul {
    margin: 0;
    padding: 0;
}

.footer-top h4 {
    text-transform: uppercase;
    padding-bottom: 20px;
    padding-top: 20px;
}

.footer-top li {
    list-style: none;
    padding: 6px 0;
    font-size: 16px;
    text-transform: uppercase;
}

.footer-bottom .footer-copyright a {
    color: #D8DD41;
    font-weight: bold;
}
.footer-bottom .footer-copyright p {
    color: #fff;
}

.footer-bottom .footer-copyright {
    font-size: 14px;
}

.footer-btm-links ul li {
    list-style: none;
    display: inline;
    padding: 0 0 0 40px;
    font-size: 13px;
}

.footer-btm-links ul {
    text-align: right;
}

.footer-top ul.social-icon li {
    display: inline-block;
}
.footer-top ul.social-icon li a img {
    width: 42px;
}

.footer-top ul.social-icon li a {
    padding: 15px 15px;
}

.footer-top a img.footer-logo {
    margin-left: 10%;
}
.footer-top ul.menu li {
    display: inline-block;
    padding: 0 15px;
}
.footer-top ul.menu {
    margin-top: 50px;
}


#rotate {
    -webkit-animation: rotation 8s infinite linear;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

.footer-top .mc4wp-form input[type=email] {
    padding: 13px 20px;
    background: transparent;
    width: auto;
    color: #fff;
    border: 1px solid #D8DD41;
    font-size: 16px;
    border-radius: 50px;
    float: left;
}

.footer-top .mc4wp-form input[type=submit] {
    margin-left: -40px;
}
.homeCategories h4 {
    margin-bottom: 15px;
}
.directory-category-child-terms ul.drts-display-list li a {
   /* float: left; */
}
.drts .directory-category-child-terms .drts-bs-badge::before {
    content: "(";
}
.drts .directory-category-child-terms .drts-bs-badge::after {
    content: ")";
}
.drts .directory-category-child-terms .drts-bs-badge {
    color: #212529;
    background-color: transparent;
    font-size: 14px;
    font-weight: 500;
	position: unset;
    transform: none;
}
.directory-category-child-terms ul.drts-display-list li {
	margin: 1em 0;
}
.drts .directory-category-child-terms i.drts-icon-sm, 
.drts .directory-category-child-terms img.drts-icon-sm {
    width: 32px;
    height: 32px;
	font-size: 15px;
}


/********** Respponsive CSS ***********/

@media screen and (max-width: 767px) {
    .top-bar .top-bar-contact {
        text-align: center;
    }
    .banner-content h1 {
        font-size: 2em;
    }
	header {
		padding-bottom: 20px;
	}
	.topMenu {
		display: none;
	}
    #about-section {
        background: #2a2a2a !important;
    }
    .about-content {
        background: #2a2a2a;
        padding-bottom: 40px;
    }
    .about-quotes-img, .about-content  {
        padding-top: 2em;
    }
    .mv-content-wrapper {
        margin-top: 5em;
    }
    .section-header.text-center {
        padding: 20px 0 60px;
    }
    .home-contact {
        padding-top: 0;
    }
    .conatct-bg {
        background: #fff;
    }
    .footer-block {
        margin-bottom: 40px;
    }
    .footer-bottom {
        text-align: center;
    }
    .navbar-brand .logo {
        width: 100px;
    }
    .home-our-blog-box .elementor-image-box-content {
        padding: 0 25px;
    }
    .footer-sec-1 img {
        width: 200px;
    }  
    .home-text-banner-content {
        padding: 20px;
        text-align: center;
    }
    .footer-top ul.menu {
        margin-top: 0px;
    }
    .footer-top ul.menu li {
        display: block; 
        padding: 5px 15px;
        text-align: center;
    }
    .footer-top {
        padding: 40px 0 0px 0;
        text-align: center;
    }
    .footer-top h4 {
        font-size: 18px;
    }
    .home-text-banner-content {
        order: 2;
    }
    .navbar-light .navbar-nav .nav-link {
        padding-left: 0;
    }
    .navbar-light .navbar-nav li:last-child {
        padding-bottom: 15px;
    }
    h2.elementor-heading-title {
        font-size: 28px !important;
    }
    .home-contact-form input.wpcf7-submit.btn {
        width: 100%;
    }
    .home-contact-form input, .home-contact-form textarea {
        width: 100%;
    }
    p {
        font-size: 14px;
    }
    .primary-color-btn a {
        font-size: 14px !important;
        padding: 20px 40px !important;
    }
    .single-page-post-title h1 {
        font-size: 2rem;
    }
	.hedaer-bg {
		background:none;
	}
	.leftSidebarAds {
		margin-bottom: 15px;
	}
	.leftSidebarAds img {
		width: 100%;
	}
	.searchBar input[type=text] {
        width: 100%;
	}
    .searchBar input#searchsubmit {
		width: 100%;
		margin-top: 5px;
		margin-left: 0;
	}
}

@media screen and (min-width: 576px) {
	ul#menu-primary-menu {
		visibility: hidden;
	}
}
@media screen and (min-width: 768px) {
    .home-text-banner-content {
        padding: 0 100px;
    }
    .home-middle {
		padding-left: 0;
	}
	.home .footer {
		display: none;
	}
	.homeCategories .drts-entity-taxonomy-terms div {
		width: 33.33%;
		float: left;
		padding-bottom: 10px;
	}
}