File: /var/www/html/wpamazingsecret/wp-content/themes/porto/scss/theme/shortcodes/_heading.scss
/* Porto heading */
.porto-u-heading {
text-align: center;
margin-bottom: 17px;
}
.porto-u-heading .porto-u-main-heading h1,
.porto-u-heading .porto-u-main-heading h2,
.porto-u-heading .porto-u-main-heading h3,
.porto-u-heading .porto-u-main-heading h4,
.porto-u-heading .porto-u-main-heading h5,
.porto-u-heading .porto-u-main-heading h6 {
margin: 0;
padding: 0;
line-height: normal
}
.porto-u-heading-spacer {
margin: 0 auto;
padding: 0;
position: relative;
overflow: hidden
}
.porto-u-heading-spacer .porto-icon {
vertical-align: text-top
}
.porto-u-heading-spacer img {
vertical-align: middle;
box-shadow: none!important;
max-width: 100%
}
.porto-u-heading-spacer.line_with_icon:before {
content: "";
position: absolute;
bottom: 50%;
#{$right}: 0;
border-width: 0;
top: 50%
}
.porto-u-heading-spacer.line_with_icon:after {
content: "";
position: absolute;
bottom: 50%;
#{$left}: 0;
border-width: 0;
top: 50%
}
.porto-u-headings-line {
display: block;
width: 100%;
max-width: 100%;
margin-left: auto;
margin-right: auto;
}
.porto-u-sub-heading {
margin: 0 auto
}
.porto-u-sub-heading div,
.porto-u-sub-heading p {
font-family: inherit!important;
font-weight: inherit!important;
font-size: inherit!important;
color: inherit!important;
line-height: inherit!important;
letter-spacing: inherit
}
.porto-u-heading p {
word-break: normal;
word-wrap: normal;
}