/*
Theme Name:     Construct Child
Theme URI:      http://wpdemo.oceanthemes.net/construction/
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         Oceanthemes
Author URI:     http://oceanthemes.net/
Version:        1.0
Template:       construct
*/

@import url("../construct/style.css");
 @import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,400;1,400&display=swap');

.pm-topbar-text {
  font-family: 'JetBrains Mono';
}
/* =Theme customization starts here
------------------------------------------------------- */

.top-bar-socials {
	width: 0 !important;
}
.top-bar-content {
	width: 100% !important;
}

@media only screen and (max-width: 767px) {
    #top-bar {
        display: block !important;
		font-size: 14px !important;
    }
}

@media only screen and (max-width: 420px) {
  #top-bar-text > p > em {
        display: block !important;
		font-size: 15px !important;
    }
}
@media only screen and (max-width: 376px) {
  #top-bar-text > p > em {
        display: block !important;
		font-size: 13px !important;
    }
}