/*
 Theme Name:   KnowHow Child
 Theme URI:    https://smppcenter.com/kb/
 Description:  KnowHow Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     knowhow
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentyfifteenchild
*/
.wp-theme-knowhow .ht-container {
  max-width: 1410px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
#homepage-categories .column::before{padding-top:20px;padding-left:20px}
#homepage-categories .column{padding-top:20px;padding-right:20px}
.wp-theme-knowhow .breadcrumbs .breadcrumbs-wrap {padding-top:155px !important}
.wp-block-image,figure{margin:30px 1px !important}
.smsgatewaycenter-link {padding: 2px 8px 4px 8px !important;color: white;font-size: 12px;border-radius: 2px;margin-right: 2px;cursor: pointer;-moz-background-clip: padding;-webkit-background-clip: padding-box;box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);-moz-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);-webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);margin-top: 2px;display: inline-block;text-decoration: none;}.smsgatewaycenter-link:hover,.smsgatewaycenter-link:active {color: white;}.smsgatewaycenter-twitter {background: #00aced;}.smsgatewaycenter-twitter:hover,.smsgatewaycenter-twitter:active {background: #0084b4;}.smsgatewaycenter-facebook {background: #3B5997;}.smsgatewaycenter-facebook:hover,.smsgatewaycenter-facebook:active {background: #2d4372;}.smsgatewaycenter-googleplus {background: #D64937;}.smsgatewaycenter-googleplus:hover,.smsgatewaycenter-googleplus:active {background: #b53525;}.smsgatewaycenter-buffer {background: #444;}.smsgatewaycenter-buffer:hover,.smsgatewaycenter-buffer:active {background: #222;}.smsgatewaycenter-pinterest {background: #bd081c;}.smsgatewaycenter-pinterest:hover,.smsgatewaycenter-pinterest:active {background: #bd081c;}.smsgatewaycenter-linkedin {background: #0074A1;}.smsgatewaycenter-linkedin:hover,.smsgatewaycenter-linkedin:active {background: #006288;}.smsgatewaycenter-tumblr {background: #34526f;}.smsgatewaycenter-tumblr:hover,.smsgatewaycenter-tumblr:active {background: #34526f;}.smsgatewaycenter-slashdot {background: #006B6D;}.smsgatewaycenter-slashdot:hover,.smsgatewaycenter-slashdot:active {background: #006B6D;}.smsgatewaycenter-scoop {background: #28bbbb;}.smsgatewaycenter-scoop:hover,.smsgatewaycenter-scoop:active {background: #28bbbb;}.smsgatewaycenter-social {margin: 0 0px 25px 0px;-webkit-font-smoothing: antialiased;font-size: 12px;}.smsgatewaycenter-whatsapp {background: #54ED69;}.smsgatewaycenter-whatsapp:hover,.smsgatewaycenter-scoop:active {background: #54ED69;}

/* backupfrommain */

.smsgatewaycenter-link {padding: 2px 8px 4px 8px !important;color: white;font-size: 12px;border-radius: 2px;margin-right: 2px;cursor: pointer;-moz-background-clip: padding;-webkit-background-clip: padding-box;box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);-moz-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);-webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);margin-top: 2px;display: inline-block;text-decoration: none;}.smsgatewaycenter-link:hover,.smsgatewaycenter-link:active {color: white;}.smsgatewaycenter-twitter {background: #00aced;}.smsgatewaycenter-twitter:hover,.smsgatewaycenter-twitter:active {background: #0084b4;}.smsgatewaycenter-facebook {background: #3B5997;}.smsgatewaycenter-facebook:hover,.smsgatewaycenter-facebook:active {background: #2d4372;}.smsgatewaycenter-googleplus {background: #D64937;}.smsgatewaycenter-googleplus:hover,.smsgatewaycenter-googleplus:active {background: #b53525;}.smsgatewaycenter-buffer {background: #444;}.smsgatewaycenter-buffer:hover,.smsgatewaycenter-buffer:active {background: #222;}.smsgatewaycenter-pinterest {background: #bd081c;}.smsgatewaycenter-pinterest:hover,.smsgatewaycenter-pinterest:active {background: #bd081c;}.smsgatewaycenter-linkedin {background: #0074A1;}.smsgatewaycenter-linkedin:hover,.smsgatewaycenter-linkedin:active {background: #006288;}.smsgatewaycenter-tumblr {background: #34526f;}.smsgatewaycenter-tumblr:hover,.smsgatewaycenter-tumblr:active {background: #34526f;}.smsgatewaycenter-slashdot {background: #006B6D;}.smsgatewaycenter-slashdot:hover,.smsgatewaycenter-slashdot:active {background: #006B6D;}.smsgatewaycenter-scoop {background: #28bbbb;}.smsgatewaycenter-scoop:hover,.smsgatewaycenter-scoop:active {background: #28bbbb;}.smsgatewaycenter-social {margin: 0 0px 25px 0px;-webkit-font-smoothing: antialiased;font-size: 12px;}.smsgatewaycenter-whatsapp {background: #54ED69;}.smsgatewaycenter-whatsapp:hover,.smsgatewaycenter-scoop:active {background: #54ED69;}
/* Show submenu on hover */
.menu-item-has-children:hover > .sub-menu {
    display: block !important;
    visibility: visible !important;
    opacity: 1;
}
.menu-item-has-children {
    position: relative;
}

.menu-item-has-children .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
}