/*
Theme Name: Bootstrap Basic4
Theme URI: https://rundiz.com
Author: Rundiz-WP team
Author URI: https://github.com/Rundiz-WP
Description: Bootstrap v.4 basic theme for developers to build their new theme very fast and easy. (WordPress 5 or Gutenberg ready.) The concept is to keep it basic, no rich features, no additional functions; all of these for theme developers will be easier to start develop their theme. To follow what was changed, please look for <a href="https://github.com/Rundiz-WP/bootstrap-basic4" target="commits">commits</a> of this theme at Github or changelog.md file that come with the theme. Please read notice on Bootstrap Basic 4 Help page in Dashboard &gt; Appearance &gt; Bootstrap Basic4 Help or in readme.txt file in this theme package.
Version: 1.3.6
Requires PHP: 5.5
Requires at least: 5.0
Tested up to: 6.6
License: MIT
License URI: https://opensource.org/licenses/MIT
Text Domain: bootstrap-basic4
Domain Path: /languages/
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-menu, featured-images, post-formats, threaded-comments, translation-ready, editor-style, blog

This theme built with Twitter Bootstrap v.4. It is basic theme with basic style for build new theme with Bootstrap.

*/


/*
Required WordPress CSS
*/
.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.alignleft {
    float: left;
    margin-right: 1.5em;
}
.alignright {
    float: right;
    margin-left: 1.5em;
}
.bypostauthor {
}


/* WordPress gallery */
.gallery-caption {
}
.gallery {
    margin-bottom: 1.6em;
}
.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-icon img {
    margin: 0 auto;
}
.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}


/* 
Text meant only for screen readers. 
copied from https://codex.wordpress.org/CSS
*/
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}


.sticky {
}
.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.site-content{
	margin-bottom:0 !important;
}
article{
	margin-bottom :0 !important
}
.site-footer{
	background-color:#1B3058;
	border-top:10px solid #EB7E00 !important;
	    padding: 3rem!important
}

.site-footer .wp-block-heading ,.widget_nav_menu .widget-title{
	  font-size: 2.3rem;
    color: #fff;
}

.navbar-blue{
	border-bottom:10px solid #EB7E00 !important;
}
.navbar-nav .dropdown-menu{
	
	    background-color: #1B3058;
    border: 1px solid #122444;
	    padding: 0.5rem 1rem 0.5rem 1rem;
}

.navbar-nav .dropdown-menu .menu-item{
color: #fff;
    border-bottom: 1px solid #fff;
	    padding: 0px 0px 4px 0px;
	
}
.navbar-nav .dropdown-menu .dropdown-item{
color: #fff;
      position: relative;
	    padding: 0px 0px 4px 0px;
	
	
}
.navbar-nav .dropdown-menu .menu-item:last-child{

    border-bottom: 0;
}
.navbar-nav .dropdown-menu  .dropdown-item:focus, .navbar-nav .dropdown-menu  .dropdown-item:hover {
  color: #fff;
    text-decoration: none;
    background-color: unset;
}



/* Submenu positioning */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
       top: 0;
    left: 100%;
    margin-top: -9px;
    margin-left: 16px;
}

.dropdown-submenu.show > .dropdown-menu {
    display: block;
}

/* Caret for dropdowns */
.dropdown-toggle::after {
/*       position: absolute;
    top: 50%;
    right: 0;
    content: ""; */
}
.logo-link{
	    display: flex
;
    align-items: center;
    height: 100%;
    position: relative;
}
.site-logo{
	    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: auto;
}
.site-branding{
	height:200px
}
.site-branding .navbar{
	padding:0 !important;
}

.site-branding .navbar .menu-item{
	
}

.site-branding .navbar .menu-item .nav-link{
	color: #003366;
    font-size: 24px;
    font-weight: 600;
}
.header-phone {
    color: #003366 !important;
    font-size: 24px;
    font-weight: 400;
}
.header-phone a{
	   color: #003366;
}
/* Prevent menu from closing when clicking inside */
.dropdown-menu {
    pointer-events: auto;
}

.wp-block-search__inside-wrapper {
    background-color: #fff;
    border: 1px solid #707070;
    border-radius: 26px;
    padding: 2px 3px;
}
.wp-block-search__input{
	background-color: #fff;
	border: 1px solid #707070;
	border-radius: 26px;
}
.wp-block-search__button{
	    position: relative;
    padding: 0.5rem 1rem;
       width: 36px;
    color: transparent !important;
    overflow: hidden;
	    background: unset;
    border: unset;
margin: 0;
    padding: 0;
}
.wp-block-search__button::after {
    content: "🔍";
    /* content: "\f002"; */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 16px;
}
#bootstrap-basic4-topnavbar .pll-switcher-select{
	background: unset;
    border: unset;
    color: #fff;
}
.header-nav-desktop button{
	display : none;
}
.header-nav-mobile{
	
}
.site-footer .menu{
	    list-style: none;
	padding: 0;
}
.site-footer .menu .menu-item{
	
}
.site-footer .menu .menu-item a{
	    color: #FFFFFF;
    font-size: 1.4rem;
    font-weight: lighter;
}
.site-footer .menu .menu-item a::hover{
text-decoration:unset !important;
}
@media (min-width: 992px) {
	.header-nav-mobile{
		display : none;
	}
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1320px;
    }
}

@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1520px;
    }
}


@media (min-width: 1800px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1720px;
    }
	.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link {
	    font-size: 1.6rem;
	}
	.navbar-nav .dropdown-menu .dropdown-item{

	font-size: 1.3rem;
	
	}
}
@media (min-width: 2000px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1920px;
    }
	.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link {
	    font-size: 1.6rem;
	}
	.navbar-nav .dropdown-menu .dropdown-item{

	font-size: 1.3rem;
	
	}
}