/*-----------------------------------------------------------------------------------

	Theme Name: Rare Child
	Theme URI: https://visualmodo.com
	Author: Jared S Dias
	Author URI: https://visualmodo.com
	Description: <strong>Rare Child Theme</strong> - <a href="https://visualmodo.com">https://visualmodo.com</a>. Follow us for update notifications:<br/> <a href='http://twitter.com/visualmodo'>Twitter</a><br/> | <a href='http://www.facebook.com/visualmodo'>Facebook</a>
	Template: rare
	Version: 1.0.0
	Text Domain:  vslmd
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Tags: translation-ready, threaded-comments, theme-options, sticky-post, post-formats, full-width-template, flexible-header, featured-images, custom-menu, custom-header, custom-colors, custom-background, fluid-layout

	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

*/


/* --------------------------------------------
	Custom CSS
-------------------------------------------- */


/* Logo for desktop */

.desktop-mode .header-bottom .navbar-brand>img {
    max-width: 150px;
}


/* Logo for mobile */

.mobile-mode .navbar-brand>img {
    max-height: 70px;
}

.today-date {
    font-family: "Josefin Sans";
    font-weight: 300;
    font-size: 18px;
    color: #666666;
}

.today-date:first-letter {
    text-transform: capitalize !important;
}


/* Toggle Button */

.navbar-toggler {
    position: absolute;
    right: 5%;
    top: 30%;
}

.navbar-light .navbar-toggler {
    border: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(11,36,71, 0.9)' stroke-width='4' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.navbar-toggler {
    border-color: rgb(11, 36, 71);
}

.desktop-mode.header-title-disabled-no-overlay .header-bottom.navbar-light,
.desktop-mode.sticky-navigation-enabled .header-bottom.navbar-light {
    border: none;
}

.cool-box-shadow {
    box-shadow: 0 0 16px 3px rgba(66, 71, 76, .07);
    border-radius: 15px;
}

.footer-font {
    font-size: .8em;
}


/* Media */

@media all and (min-width:320px) and (max-width:500px) {
    .margin-box .vc_custom_1577033498452 {
        margin-left: 0!important;
    }
}