/*
* Plugin Name: Themeum Core
* Plugin URI: http://www.themeum.com/item/core
* Author: Themeum
* Author URI: http://www.themeum.com
* License - GNU/GPL V2 or Later
* Description: Themeum Core is a required plugin for this theme.
* Version: 1.0
*/


/*------------------------------------------ *
 *              TABLE OF CONTENT
 *------------------------------------------ *
    1. Music Player
    2. Instagram Shortcode
    3. Popup Video
    4. Person Shortcode
    5. Title Shortcode 
    6. Top Stories Shortcode 
    7. Themeum Latest Post Listing
    8. Pricing Table Shortcode
    9. Gallery Shortcode
    10. Social Button Shortcode
 * ------------------------------------------- *
 * ------------------------------------------- */



/*-------------------------------------------*
 *     1. Music Player
 *------------------------------------------*/
#music {
    margin-top: -15px;
    border: 1px rgba(0, 0, 0, .25);
}
.audio-control #mute.button {
    width: 36px;
}
.audio-control .button {
    display: inline-block;
    background: none;
    border: none;
    padding: 10px;
    font-size: 18px;
    line-height: 1;
    position: relative;
    top: -20px;
    cursor: pointer;
}
.audio-control #play-pause {
    font-size: 70px;
    margin: 0 28px;
    top: 0;
    padding: 0;
}
.audio-control .button .fa-fw {
    text-align: left;
}
.audio-control .shuffle-audio,
.audio-control .repeat-audio {
    display: none;
}
.playlist {} ul#playlist {
    list-style: none;
    margin-top: 0px;
    margin-bottom: 0px;
}
ul#playlist li:hover {
    background-color: rgba(0, 0, 0, 0.05);
    cursor: pointer;
}
ul#playlist li {
    text-align: center;
}
ul#playlist li .left {
    display: inline-block;
}
ul#playlist li div .button {
    background: none;
    border: none;
    padding: 0 10px 15px;
    font-size: 18px;
    line-height: 1;
    position: relative;
    top: 3px;
}
ul#playlist li .middle {
    display: inline;
    height: 100%;
}
.canvas-wrapp {
    position: relative;
    padding: 0 40px;
}
#waveform {
    position: relative;
    background-color: transparent;
}
.song {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 80%;
    vertical-align: middle;
}
.length {
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
    vertical-align: middle;
}
.current-ellapsed-time {
    position: relative;
}
#current-time {
    position: absolute;
    right: 0px;
    bottom: 0px;
    color: #fff;
    background: transparent;
    padding-left: 5px;
    padding-right: 5px;
    z-index: 200;
    display: table;
    width: 100%;
}
#current-time span {
    font-size: 14px;
}
.ellapsed-time {
    position: absolute;
    top: 19px;
    left: -40px;
}
.current-time {
    position: absolute;
    top: 19px;
    right: -45px;
}
.song-title-wrap {
    position: relative;
    text-align: center;
    margin: 22px 0 17px;
}
#current-song {
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    z-index: 200;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 75%;
    margin: 0 auto 18px;
    font-weight: 400;
    font-size: 24px;
}
.song-title-wrap h5 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
}
#playlist #mute {
    position: absolute;
    right: 0;
}
.album-name {
    margin: 10px;
    font-family: 'Lato', sans-serif;
    color: rgb(30, 30, 30);
    font-size: 20px;
}
.next-pre-wrapp {
    text-align: center;
}
.volume-control {
    position: relative;
    display: table;
    width: 375px;
    margin: 30px auto 0;
}
.volume-wrap {
    height: 10px;
    position: relative;
    width: 335px;
    display: table;
    margin-top: -4px;
    cursor: pointer;
}
.volume {
    cursor: pointer;
    position: absolute;
    width: 100%;
    top: 2px;
    height: 4px;
    background-color: rgba(255, 255, 255, .5);
    opacity: 1;
    transition: opacity 1s;
    z-index: 8;
}
.volume-bar {
    display: block;
    opacity: 1;
    height: 4px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 10;
    width: 80%;
    transition: opacity 1s;
}
.volume-bar:before {
    content: '';
    height: 15px;
    width: 15px;
    background: #fff;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    left: 100%;
    top: -6px;
    box-shadow: 0px 2px 10px 0px rgba(255, 255, 255, 0.5);
}
.volume3 {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 50px 100px;
    border-color: transparent transparent #007bff transparent;
    line-height: 0px;
    _border-color: #000000 #000000 #007bff #000000;
    _filter: progid: DXImageTransform.Microsoft.Chroma(color='#000000');
}
.author-image-wrap {
    margin-bottom: 28px;
}
.author-image-wrap img {
    width: 125px;
    height: 125px;
    border-style: solid;
    border-width: 6px;
    border-color: rgba(255, 255, 255, 0.28);
    border-radius: 50%;
    display: inline-block;
}



/*-------------------------------------------*
 *     2. Instagram Shortcode
 *------------------------------------------*/
.instagram-images {
    width: 100%;
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
.instagram-images li {
    margin: 0;
  width: 20%;
  float: left;
  text-align: center;
  position: relative;
}
.instagram-images li a {
    display: block;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .4s;
    transition: .4s;
}
.instagram-images li a:before {
    content: '';
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: .4s;
    transition: .4s;
    visibility: hidden;
    opacity: 0;
}
img.instagram-image.img-responsive {
    width: 100%;
}
.instagram-images li a.instagram-gallery-btn-link:after{
    font-family: fontawesome;
    content: '\f002';
}
.instagram-images li a.instagram-gallery-btn-popup:after{
    font-family: fontawesome;
    content: '\f002';
}
.instagram-images li a:after {
    color: #fff;
    font-size: 38px;
    top: 0;
    left: 0;
    position: absolute;
    right: 0;
    height: 25px;
    margin: auto;
    bottom: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s;
}
.instagram-images li .instagram-gallery-btn:hover {
    transform: scale(0.83);
}
.instagram-images li .instagram-gallery-btn-popup:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    opacity: 1;
}

.gallery-single{
    padding-bottom: 150px;
}
.string-single-gallery {
    margin-bottom: 30px;
}



/*-------------------------------------------*
 *     3. Popup Video
 *------------------------------------------*/
.popup-video{
  display: inline-block;
  -webkit-transition: .3s;
  transition: .3s;
}
.popup-video:hover{
  -webkit-transform: scale(1.15  );
  transform: scale(1.15  );
}
.popup-video:focus{
  outline: none;
}
.themeum-cont-wrapper {
    text-align: left;
    position: absolute;
    bottom: 45px;
    left: 50px;
}
.themeum-cont-wrapper h3 {
    font-size: 16px;
    margin: 0;
    padding: 0;
}
.themeum-cont-wrapper h2 {
    font-size: 24px;
    margin: 0;
    font-weight: 900;
}



 /*-------------------------------------------*
 *     4. Person Shortcode
 *------------------------------------------*/
.person-addon-content {
    overflow: hidden;
    border-radius: 6px;
    position: relative;
    z-index: 2;
}
.person-addon-content:before{
    content: '';
    background-image: -moz-linear-gradient(90deg,#1e00ff 0%,rgba(255,0,78,0.6902) 100%);
    background-image: -webkit-linear-gradient(90deg,#1e00ff 0%,rgba(255,0,78,0.6902) 100%);
    background-image: -ms-linear-gradient(90deg,#1e00ff 0%,rgba(255,0,78,0.6902) 100%);
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.person-addon-content > div:first-child {
    margin-top: 0;
}
.person-image img {
    border-radius: 6px;
}
.person-addon-content .person-content-wrap {
    position: absolute;
    left: 0;
    top: auto;
    bottom: -130px;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    margin: 0;
    visibility: hidden;
}
.person-information {
    margin-bottom: 22px;
}
.person-information .person-name{
    font-weight: 700;
}
.person-information .person-designation{
    font-size: 14px;
}
.person-social {
    list-style: none;
    padding: 0;
    margin: 0 0 33px;
}
.person-social li {
    display: inline-block;
    margin: 0 25px;
}
.person-social li a {
    font-size: 24px;
    color: #fff;
}
.ditails-page-link a {
    color: #fff;
    font-size: 36px;
}
.person-addon-content:hover .person-content-wrap {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}
.person-addon-content:hover:before {
    opacity: .761;
    visibility: visible;
}
.person-addon-content .person-content-wrap .ditails-page-link {
    padding: 34px 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background: #ffad00;
}




/*-------------------------------------------*
 *     5. Title Shortcode 
 *------------------------------------------*/
.title-leftborder {
  font-size: 16px;
  margin: 0;
  position: relative;
  padding: 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #151515;
}

.title-leftborder:before {
  position: absolute;
  content: "";
  left: -12px;
  width: 4px;
  height: 18px;
  top: 50%;
  margin-top: -9px;
}

.addon-themeum-title .title-leftborder:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 18px;
    margin-top: 3px;
    background: #ed1c24;
    top: 0%;
}

.addon-themeum-title .introtext{
    font-weight: normal;
    text-transform: none;
    line-height: 22px;
    margin-top: 22px;
}



/*-------------------------------------------*
 *     6. Top Stories Shortcode 
 *------------------------------------------*/
.themeum-topstories-item {
    margin-top: 35px;
}
.themeum-topstories-control {
    position: absolute;
    right: 0;
    top:0;
    font-size: 24px;
}
.themeum-topstories-control a.left {
    margin-right: 8px;
}
.themeum-topstories-item img{
    margin-bottom: 25px;
}
.themeum-topstories-item .entry-date {
    font-size: 14px;
}



/*-------------------------------------------*
 *     7. Themeum Latest Post Listing
 *------------------------------------------*/
.themeum-latest-post-wrap {
    padding: 0 30px 0;
    margin: 0 -30px;
    border-radius: 3px;
    background: #fff;
}
.themeum-latest-post-list {
    padding: 30px;
    border-bottom: 1px solid #ebebeb;
    margin: 0 -30px;
    transition: 400ms;
    -webkit-transition: 400ms;
}
.themeum-latest-post-list:hover {
    background: #f9f9f9;
}
.latest-post-title {
    color: #fff;
    padding: 20px 30px;
    margin: 0 -30px;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 3px 3px 0 0;
}
.post-list-title {
    padding: 0;
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}
.post-list-title a {
    color: #252525;
}
.post-list-meta-date {
    color: #959595;
    font-size: 14px;
}
.post-list-meta-date i {
    margin-right: 10px;
}
.post-listing-btn {
    margin: 30px 0;
    display: inline-block;
    text-transform: uppercase;
}
.post-listing-btn i {
    margin-left: 8px;
}



/*-------------------------------------------*
 *     8. Pricing Table Shortcode
 *------------------------------------------*/
.themeum-pricing-box{
	background-color: #ffffff;
}
.pricing-header {
    padding-top: 40px;
}
.pricing-price{
	color: #0066cc;
	font-size: 70px;
	font-weight: 400;
	line-height: 70px;
}
.pricing-price span{
		font-size: 34px;
}
.pricing-title{
	font-size: 24px;
    font-weight: 400;
    background: #ffad00;
    text-transform: capitalize;
    padding: 18px 0;
    margin: 42px 0 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.2);
}
.pricing-features ul{
	margin: 0;
	padding: 40px 0px 0px 0px;
}
.pricing-features ul li{
		color: #373737;
    padding: 2px 0;
		list-style: none;
}
.pricing-footer{
	padding-bottom: 40px;
	padding-top: 40px;
}
.pricing-footer a{
	text-transform: capitalize;
    font-size: 22px;
}
.pricing-footer a.btn:hover{
	color: #ff007a !important;
}
.pricing-footer a i{
	border: 2px solid;
	width: 28px;
	height: 28px;
	border-radius: 14px;
	margin-left: 8px;
}
.themeum-pricing-box:hover .pricing-title{
	background-color: #ff007a;
}



/*-------------------------------------------*
 *     9. Gallery Shortcode
 *------------------------------------------*/
.gallery-image {
    position: relative;
    overflow: hidden;
}
.gallery-image h3 {
    font-size: 24px;
    position: absolute;
    font-weight: 400;
    background: rgba(0,0,0,0.6);
    top: auto;
    bottom: 0;
    padding: 16px 30px 15px;
    margin: 0;
    line-height: 1.28;
    z-index: 2;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
	width: 100%;
}
.gallery-image h3 a{
    color: #fff;
}
.gallery-image h3 span {
    font-size: 14px;
    display: block;
}
.gallery-image:hover h3 {
    background: #ffad00;
}
.gallery-image:hover a:before {
    opacity: .761;
    visibility: visible;
}
.gallery-image > a:before {
    content: "";
    background-image: -moz-linear-gradient(90deg,#1e00ff 0%,rgba(255,0,78,0.6902) 100%);
    background-image: -webkit-linear-gradient(90deg,#1e00ff 0%,rgba(255,0,78,0.6902) 100%);
    background-image: -ms-linear-gradient(90deg,#1e00ff 0%,rgba(255,0,78,0.6902) 100%);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    visibility: hidden;
    width: 100%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}


/*-------------------------------------------*
 *     10. Social Button Shortcode
 *------------------------------------------*/
.themeum-social-button ul {
    text-align: center;
}
.themeum-social-button ul li {
    padding-right: 18px;
    font-size: 18px;
    height: 40px;
    width: 40px;
    background-color: #ffad00;
    border-radius: 20px;
    line-height: 36px;
    margin: 0 15px;
    display: inline-block;
}
.themeum-social-button ul li a {
    color: #ffffff;
    padding: 0px 12px;
    transition: color 400ms, background-color 400ms;
}