
/*
Theme Name: IRES
Theme URI: http://example.com
Author: GI Extensions
Author URI: http://example.com
Description: A custom theme with Gutenberg support.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: IRES
*/

.box-no-padding{
	padding: 0px;
}
.set-min-height{
	min-height: 150px !important;
}

.has-global-padding{
	padding-right: 0px !important;
	padding-left: 0px !important;
}

img.w-mark{
	    position: absolute;
    right: 0;
    opacity: 0.2;
    max-width: 800px;
    width: 100%;
}

.breadcrumb ul {
    list-style: none;
    display: flex;
    gap: 5px;
    padding: 0;
}
.breadcrumb li {
    display: inline;
}
.breadcrumb a {
    text-decoration: none;
    color: #0073aa;
}
.breadcrumb a:hover {
    text-decoration: underline;
}


/* for slider*/

@media only screen and (max-width: 992px) and (min-width: 768px)  {
   
    ul#menu-main-menu-1 {
        position: relative;
    }
    .dropdown-btn-child {
        position: absolute;
        right: 24px;
        top: 20px;
    }
    .sub-menu {
    display: none;
}
}





