/*
Theme Name: SmartMag Child
Theme URI: https://smartmag.theme-sphere.com/
Description: A child theme of SmartMag
Author: ThemeSphere
Author URI: https://theme-sphere.com
Template: smart-mag
Version: 1.1
*/
.comment-form .form-field {
    width: calc(50% - 15px);
}

p > a, .the-post a {
	color: rgb(96, 178, 46);
}

ul[id*=ubermenu-nav-main] > li > a.ubermenu-item-layout-default > span.ubermenu-target-title.ubermenu-target-text {
    height: 46px;
    display: table-cell;
}
ul[id*=ubermenu-nav-main] > li > a.ubermenu-target.ubermenu-target-with-icon.ubermenu-item-layout-default.ubermenu-item-layout-icon_left.ubermenu-item-notext > i {
    height: 46px;
    display: table-cell;
    padding: 0 10px;
}
pre {
    white-space: pre-wrap;
}

/*.ubermenu-main .ubermenu-nav .ubermenu-item.ubermenu-item-level-0 > .ubermenu-target {
    font: 14px lato;
}*/

/* Jetpack newsletter box */
.jetpack-newsletter .jetpack_subscription_widget input[type="email"] {
  width: 100% !important;
  background-color: rgba(201,201,201,.3);
}
.jetpack-newsletter button.wp-block-button__link[name^="jetpack_subscriptions_widget"] {
  display: inline-block;
  font-family: arial,arial;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  background: var(--c-main);
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: #5c36c9;
  border-radius: 0;
  box-shadow: 0 0;
  width: 100%;
}
.jetpack-newsletter .gt_newpost.mt-radius h3 {
  font-family: arial,arial;
  font-size: 32px;
  font-weight: 800;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  margin-top: 10px;
}