/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300&display=swap');

.focus_grid-summary {

}

.focus_grid-summary p {
  flex: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.focus_grid-summary h3 {
    font-size: 22px!important;
}

h2.focus_grid-title {
  flex: 1;
  
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.focus_grid-title {
    font-size: 27px!important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 500!important;
}

p {
  font-weight: 300!important;
}

body {
    font-weight: 300!important;
}

.menu__link {
  font-weight: normal;
}

.menu__item--depth-1:last-child .menu-item-container .menu__link  {
    padding: 0px 30px;
    border: 2px solid #058FFB;
    border-radius: 50px;
    color: #058FFB;
      font-weight: normal;
}

.menu__item--depth-1:last-child .menu-item-container .menu__link:hover {
    color: #058FFB;
}

.mwf_el_image img {
    margin-bottom: 0px!important;
}

.mwf_layout4 .mwf_row_t {
    padding-top: 30px!important;
  border-top: 1px solid #d8d8d8;
}

.focus_module_accordion, .focus_module_icon_card, .focus_module_pricing_card, .focus_module_team_members_item {
    background: #f0f0f0!important;
    padding: 30px!important;
}

.focus_module_accordion_q {
    color: #010c26!important;
}

/*****************************************/
/* Blog    */
/*****************************************/

.focus_blog_post-featured_image {
    display: block;
    margin: 0 auto;
    max-width: 600px!important;
    width: 100%;
}

.focus_grid-author {
  display: none!important;
}

.focus_grid-timestamp {
  color: #d8d8d8!important;
}

a.focus_grid-button.button {
  border: 2px solid #058FFB!important;
    background: transparent!important;
    color: #058FFB!important;
  text-transform: lowercase;!important;
}

a.focus_grid-tag {
  color: #d8d8d8!important;
  border: 2px solid #d8d8d8!important;
  border-radius: 5px!important;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: normal;
  display: none;
}

.mat_pri_bor {
    border: none!important;
}

.m_w_search .mwh_el_search .hs-search-field__input {
    background: transparent!important;
    border-bottom: 2px solid #59626f!important;
  font-size: 22px!important;
}

form input[type=email], input[type=file], input[type=number], form input[type=password], form input[type=tel],  form input[type=text], form select,  form textarea {
    background: #fff!important;
    border-bottom: 2px solid #010d26!important;
    border-radius: 0!important;
    box-shadow: 0 0 0 0 rgba(0,0,0,.1);
    color: #d8d8d8!important;
    padding: 10px!important;
    border-top: 0!important;
  border-left: 0!important;
  border-right: 0!important;
    font-size: 14px!important;
}

.focus_blog_post-container .blog-header_author_container, .blog-comments-container {
  display: none !important;
}

/*****************************************/
/* Media Queries   */
/*****************************************/

@media only screen and (max-width: 600px) {
body {
    font-size: 18px!important;
}
  
  .button-wrapper .button {
    margin-bottom: 30px!important;
}
}