@charset "UTF-8";

/*
 * Theme Name:     Voice Child
 * Theme URI:      http://mekshq.com
 * Description:    Child theme for the Voice Theme
 * Author:         Meks
 * Author URI:     http://mekshq.com
 * Template:       voice
 * Version:        0.1.0
 * */

.header-sticky .site-title img {
    max-height: 40px;
}

h1.entry-title {
    font-size: 24px;
    line-height: 28px;
    margin: 0 auto 5px !important;
    padding: 0;
    width: 700px;
}

a:hover {
    text-decoration: none;
	color: #444;
}

.site-footer .widget li a:hover {
    color: #cf4d35;
}

.site-footer .widget a {
    color: #cf4d35;
}

.site-info a {
    color: #cf4d35;
}

.site-info a:hover {
    color: #FFF;
}

.vce-lay-b .entry-title {
    margin-bottom: 3px;
    line-height: 24px;
    font-size: 18px;
    margin-top: 2px;
}

.nav-menu .vce-mega-menu-wrapper > li .mega-menu-link{
	display: block;
	border: 1px solid rgba(0,0,0,0.05);
	padding: 10px;
	width: auto;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
}

.main-box-title, .comment-reply-title {
    font-size: 18px;
    line-height: 25px;
    text-align: left;
    margin-bottom: 0;
    padding: 10px 15px 10px 15px;
}

.sidebar .widget-title {
    -moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.07);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.07);
    font-size: 16px;
    line-height: 20px;
    padding: 12px;
    text-align: left;
    margin-bottom: 0;
}

.sidebar-menu-gap {
	height: 20px;
}

.sidebar-image-menu:hover {
	/*-webkit-filter: invert(0.1);*/
	-webkit-filter: sepia(0.3) brightness(1.1) /*hue-rotate(150deg)*/;
    filter: sepia(0.3) brightness(1.1) /*hue-rotate(150deg)*/;
}

dd.tubepress-meta-title {
    font-weight: bold;
    font-size: 12px;
	line-height: 14px;
}

.tubepress-big-title {
    font-weight: 700;
    font-size: 16px ;
    margin-bottom: .3em;
}

.tubepress-thumb { padding-right: 10px!important; }
.tubepress-meta-group { padding-right: 10px!important; }

.entry-title.entry-title-page {
    font-size: 18px !important;
    line-height: 18px !important;
    margin: 20px 0px 0px 20px !important;
    padding: 0px !important;
    width: 700px;
}

h2.entry-title {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: -10px;
}


#history-width {
	width: 100%;
}



/* iPad  */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

#history-mobile {
	height: 820px;
}
}

/* iPhone 5 */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {

#history-mobile {
	height: 1050px;
}
}

/* iPhone 2,3,4,4s */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

#history-mobile {
	height: 732px;
}
}




.nav-previous {
    float: left;
    text-align: left;
    background-color: transparent !important;
}

.vco-skinny.vco-notouch .vco-slider .nav-previous:hover, .vco-skinny.vco-notouch .vco-slider .nav-next:hover {
    color: #aaa !important;
    background-color: transparent !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}



.album-page-padding {
    padding: 10px 25px 10px 25px;
}

.addtoany_share_save_container {
    clear: both;
    margin: 0px 0px 0px 20px;
}

.release-date {
	font-size: 12px;
    padding: 0px 0px 0px 0px;
    font-style: italic;
}


p {
    margin-bottom: 15px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
	line-height: 20px;
}

ul,
ol {
	margin: 0px 0px 0px 20px;
}


#purchase-links, .album-credits-and-info {
    margin-top: 20px !important;
    line-height: 16px !important;
}

.itunes-purchase-link, .amazon-purchase-link, .store-purchase-link {
    display: inline-block;
    margin-right: 5px;
}

#itunes-btn:hover {
    background: url(images/itunes-btn.png) 0px -32px no-repeat !important;
    cursor: pointer !important;
}

#itunes-btn {
    height: 31px !important;
    width: 31px !important;
    background: url(images/itunes-btn.png) 0px 0px no-repeat !important;
    text-indent: -99999px !important;
    display: block !important;
    transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
}

#amazon-btn {
    height: 31px !important;
    width: 31px !important;
    background: url(images/amazon-btn.png) 0px 0px no-repeat !important;
    text-indent: -99999px !important;
    display: block !important;
    transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
}

#amazon-btn:hover {
	background: url(images/amazon-btn.png) 0px -32px no-repeat !important;
	cursor: pointer !important;
}

#store-btn {
	height: 31px !important;
	width: 31px !important;
	background: url(images/store-btn.png) 0px 0px no-repeat !important;
	text-indent: -99999px !important;
	display: block !important;
	transition: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
}

#store-btn:hover {
	background: url(images/store-btn.png) 0px -32px no-repeat !important;
	cursor: pointer !important;
}

/*  various  */

.meta-category a:hover {
    text-decoration: none !important;
}

.vce-single .entry-content, .vce-single .entry-footer, .vce-single .entry-headline, .vce-page .entry-content, .error404 .entry-content {
    margin: 30px auto 0px !important;
    width: 600px;
}

.vce-single .entry-header {
    margin: 10px 0px 10px 0px;
    text-align: center;
}

.vce-share-items {
    list-style: none;
    margin: 20px 0px 0px 0px !important;
    padding: 0;
    min-width: 300px;
    max-width: 760px;
    display: inline-block;
    text-align: center;
}


/*
.vce-page .entry-content, .vce-page .entry-title-page {
    width: 650px !important;
}



.album-container {
	width: 100%;
	clear:both;	
	min-width: 300px; 
}


.dvd-container {
	width: 100%;
	clear:both;	
}

.book-container {
	width: 100%;
	clear:both;	
}
*/

/*
.album {
	float: left;
	margin-right: 10px;
	width: 150px;
}
*/


h1.album-detail-title {
    font-size: 18px;
    line-height: 25px;
    margin: 0px 0px 0px 0px;
    padding: 10px 15px 2px 0px;
    width: 100%;
	border-bottom: 1px solid #ededed;
	margin-bottom: 10px !important;
}


.album-artwork img {
	border: 1px solid #ededed;
	opacity: 1;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.album-artwork img:hover, .dvd-artwork img:hover, .book-artwork img:hover {
	opacity: 0.87;
	border: 1px solid #e2e2e2;
}


.album-title, .dvd-title, .book-title {
	padding-top: 3px;
	font-family: 'Droid Serif', serif;
	font-size: 12px;
	font-style: italic;
	line-height: 12px;
}

/*
.album:nth-of-type(4n) {
	margin-right: 0 !important;
}
*/

.george-harrison-album-content a, .dvd a, .book a {
	color: #555 !important;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out
}

.george-harrison-album-content a:hover, .dvd a:hover, .book a:hover {
	color: #999 !important;
	text-decoration: none;
}





.dvd-trailer {
	padding-top: 20px;
}
/*
.dvd-artwork img, .book-artwork img {
	border: 1px solid #ededed;
	opacity: 1;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.dvd:nth-of-type(4n) {
	margin-right: 0 !important;
	border: none !important;
}

.book:nth-of-type(4n) {
	margin-right: 0 !important;
	border: none !important;
}
*/

.george-harrison-album-box {
	display: inline-block;
	width: 24%;
	min-width: 138px;
	min-height: 180px;
	vertical-align:top;
	/* margin-bottom: -10px; */
}

.george-harrison-album-content {
    text-align:center;
	clear:both;
}

.no-table-border {
    border:0px !important;
}

.mobile-shift-right-5-pixels td {
    padding: 0px 0px 0px 0px !important; 
    border-bottom: 0px solid #FFF !important;
    border-right: 0px solid #FFF !important;
}

.header-3-wrapper .nav-menu > li > a {
    padding: 32px 14px !important;
}


.entry-content a:hover {
    text-decoration: none;
	color: #666;
}

/* social stream overrides */

#social-stream-2042 .vce-prev a:before, #social-stream-2042 a.prev:before, #social-stream-2042 .main-box .vce-link-pages a:before {
    display: none;
	content: "\f104";
    margin-right: 6px;
}

#social-stream-2042 .vce-next a:after, #social-stream-2042 a.next:after, #social-stream-2042 .main-box .vce-link-pages a:last-child:after {
    display: none;
	content: "\f105";
    margin-left: 6px;
}

.dcwss.dc-feed .stream li .icon {
    position: absolute;
    left: 10px;
    bottom: -3px !important;
    z-index: 2;
    width: 22px;
    height: 22px;
    -webkit-border-radius: 0px;
    -moz-box-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,0.7);
    -moz-box-shadow: 0 0 0 rgba(0,0,0,0.7);
    box-shadow: 0 0 0 rgba(0,0,0,0.7);
}

/* social stream overrides end */


.site-footer .widget-title {
    font-size: 18px;
    color: #FFF;
    line-height: 24px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    padding-bottom: 4px;
    text-align: center;
    margin: 0 -20px 20px;
    background: rgba(0,0,0,0.15);
    padding-top: 4px;
}

.center-div-page-harrison {
	text-align: center;
}

.margin-up-button {
	margin-top: -25px;
	margin-bottom: 20px;
}


.tubepress-meta-group a {
	text-decoration: none !important;
	color: #333 !important;
	font-weight: normal !important;
}

.tubepress-meta-group a:hover {
    text-decoration: none !important;
    color: #59a529 !important;
	font-weight: normal !important;
}

#recent-posts-2 a:hover {
    text-decoration: none !important;
    color: #59a529 !important;
}

.tubepress-meta-viewCount {
	font-weight: normal !important;
}

.soc-nav-menu li a[href*="itunes.apple.com"]::before  	{ content: "\f179"; }  
.soc-nav-menu li a[href*="itunes.apple.com"]:hover    {  background-color: #8E8E8E; }


/* making vimeo and youtube videos fully responsive when they are on their own - ie the home page */


.george-video-container {
	width: 100% !important; 
  text-align: center !important;
  margin: 0 auto !important;
}

.rsUni, .rsUni .rsOverflow, .rsUni .rsSlide, .rsUni .rsVideoFrameHolder, .rsUni .rsThumbs {
    background: transparent !important;
    color: #FFF !important;
}


/* streaming page takeover */

.streaming-button:hover {
	/*-webkit-filter: invert(0.1);*/
	-webkit-filter: sepia(0.3) brightness(1.1) /*hue-rotate(150deg)*/;
    filter: sepia(0.3) brightness(1.1) /*hue-rotate(150deg)*/;
}

.home-page-wrapper { 
text-align: center;}

.home-page-image { 
display: inline-block;}


.services-box-home-page {
text-align:center;
margin: 0 auto;
	width: 75%;
	background-color:#FFF;
	padding: 15px 5px 10px 5px;
		-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 5px 5px 5px #999;
}

.home-page-streaming-height {
	height: 10px;
}

a.streamlink:link {
	color: #232323;
}
a.streamlink:visited {
	color: #232323;
}
a.streamlink:hover {
	color: #59a529;
	/*-webkit-filter: invert(0.1);*/
	-webkit-filter: sepia(0.3) brightness(1.1) /*hue-rotate(150deg)*/;
    filter: sepia(0.3) brightness(1.1) /*hue-rotate(150deg)*/;
}
a.streamlink:active {
	color: #232323;
}

.george-quote { 
font-family: 'Roboto Slab', sans-serif; 
font-weight: 400;
font-size: 22px;
line-height: 20px;
color: #232323;
line-height: 25px;
margin: 0 0 20px 0;
text-align: center;
 }