List of Shortcodes

/* Featured Slider */
.hitmag-featured-slider {
margin-bottom: 40px;
}

.hm-slider-container {
position: relative;
cursor: pointer;
}

.hm-slide-holder {
position: relative;
background-size: cover !important;
background-repeat: no-repeat !important;
background-position: center !important;
}

.hm-slide-holder:before {
display: block;
content: "";
width: 100%;
padding-top: 48.97959183673469%;
}

.hm-slide-holder > .hm-slide-content {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}

.hm-slider-details {
position: absolute;
bottom: 0;
left: 0;
color: #fff;
padding: 30px;
width: 100%;
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.5) 100%);
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.5) 100%);
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.5) 100%);
}
.hm-slider-details a {
color: #fff;
}
.hm-slider-details a:hover {
color: #ccc;
}
.hm-slider-details .cat-links {
text-transform: uppercase;
font-size: 10px;
font-size: 0.625rem;
padding: 3px 8px;
background: #e74c3c;
margin: 0 0 5px;
display: inline-block;
color: #ffffff;
}
.hm-slider-details .cat-links a {
color: #fff;
}
.hm-slider-details .cat-links a:hover {
color: #ddd;
}
@media (max-width: 768px) {
.hm-slider-details .cat-links {
display: none;
}
}

.hm-slider-title {
text-shadow: 0 0 5px #222;
font-size: 16px;
font-size: 1rem;
margin: 2px 0 0;
line-height: 1.3;
}
@media (min-width: 480px) {
.hm-slider-title {
font-size: 20px;
font-size: 1.25rem;
}
}
@media (min-width: 768px) {
.hm-slider-title {
font-size: 22px;
font-size: 1.375rem;
}
}
@media (min-width: 992px) {
.hm-slider-title {
font-size: 26px;
font-size: 1.625rem;
}
}

.slide-entry-meta {
color: #fff;
font-size: 13px;
font-size: 0.8125rem;
margin: 5px 0 0;
text-shadow: 0 0 2px #000;
}
.slide-entry-meta a {
color: #fff;
}
.slide-entry-meta a:hover {
color: #ccc;
}
@media (max-width: 768px) {
.slide-entry-meta {
display: none;
}
}

#hm-carousel {
background: #ddd;
padding: 10px;
}
#hm-carousel img {
width: 100%;
display: block;
opacity: .9;
cursor: pointer;
}
#hm-carousel img:hover {
opacity: 1;
}
#hm-carousel .flex-active-slide img {
opacity: 1;
cursor: default;
border: 2px solid #fff;
}

.hm-thumb-bg {
background: #000;
}

.hm-related-posts {
position: relative;
overflow: hidden;
margin-bottom: 1.5em;
}

.hm-rel-post {
display: inline-block;
margin-right: 3.5%;
margin-left: 0;
margin-bottom: 2em;
width: 31%;
vertical-align: top;
position: relative;
float: left;
}
@media (max-width: 768px) {
.hm-rel-post {
width: 100%;
margin-right: 0;
}
}
.hm-rel-post img {
margin-bottom: .7em;
width: 100%;
}
.hm-rel-post .post-title {
font-size: 17px;
font-size: 1.0625rem;
margin: 0 0 .5em 0;
}
.hm-rel-post .post-title a {
color: #222;
}
.hm-rel-post .post-title a:hover {
color: #e74c3c;
}

.hm-rel-post:nth-child(3n) {
margin-right: 0;
}