/*
Theme Name: Sonata Child
Description: Child theme for the Sonata Theme
Author: Team51
Template: sonata
*/

body {
	font-weight: 300;
	color: black;
}

.wi-imagebox .desc,
.wi-article .text-area .excerpt,
.wi-article .text-area .post-content,
.recent-item .excerpt {
	color: black;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400 !important;
}

.container h1,
.container h3,
.container h4,
.container h5,
.container h6,
.container .wi-imagebox .name,
.container .wi-portfolio-filter ul li a,
.container .side-nav,
.container .wi-center-heading,
.container .wi-center-heading .h,
.container .wi-heading .h {
	font-family: "futura-pt", sans-serif !important;
}

.container .wi-recent-posts.style-2 .recent-item h4.title {
	font-family: 'Source Sans Pro', sans-serif !important;
}
.wi-recent-posts.style-2 .recent-item .title a,
.home .container .wi-portfolio.style-2 .name a  {
	font-weight: 400 !important;
}

.container .wi-portfolio.style-2 .name a  {
	font-weight: 700 !important;
}

.container .wi-imagebox .name {
	color: #000;
	font-weight: 600 !important;
}

.wi-portfolio.style-2 .meta {
	font-weight: 400 !important;
}


/* Swap "home" icon for IMDB */
.top-social ul li.li-home i:before {
	background: url('https://michellemarie.net/wp-content/uploads/2015/01/imdb-icon.png') no-repeat center;
	background-size: 50%;
	height: 40px;
	width: 40px;
}
.footer-social ul li.li-home {
	background: url('https://michellemarie.net/wp-content/uploads/2015/01/imdb-icon.png') no-repeat center;
	background-size: 60%;
	height: 32px;
	width: 32px;
}

.top-social ul li.li-home:hover i:before,
.footer-social ul li.li-home:hover {
	background: url('https://michellemarie.net/wp-content/uploads/2015/01/imdb-icon-hover.png') no-repeat center;
}
.top-social ul li.li-home:hover i:before {
	background-size: 50%;
}
.footer-social ul li.li-home:hover {
	background-size: 70%;
}
.top-social ul li.li-home:hover {
	background-color: #e0b41e;
}
.icon-home:before {
	content: '';
}

ul li.li-home,
ul li.li-custom {
	-webkit-transition: margin-top .1s ease-out;
	-moz-transition: margin-top .1s ease-out;
	-ms-transition: margin-top .1s ease-out;
	-o-transition: margin-top .1s ease-out;
	transition: margin-top .1s ease-out;
}

.top-social ul li.li-custom:hover a {
	top: 15px;
	margin-top: -15px;
}

/* Force logo to be larger */
.logo-desc {
	width: 500px;
}
#wi-logo {
	padding-top: 13px;
	width: 100%;
}

/* Adjustments to Site Title font and size */
.logo-desc #wi-logo a {
	font-family: "futura-pt", sans-serif !important;
	/*font-family: "Poppins-SemiBold", sans-serif !important;*/
	font-size: 40px;
	font-weight: 400;
	letter-spacing: 10px;
	line-height: 51px;
}

/* Align site title when nav is sticky */
/*#wi-header-sticky-wrapper #wi-header.is-sticky #wi-logo,
#wi-header-sticky-wrapper #wi-header.is-sticky #wi-logo a {
    margin-top: 0;
}*/

body.megamenu-width-header #wi-header.is-sticky #wi-mainnav {
	margin-top: 16px;
}

/* Remove 30px padding from content area on front page */
.home #wi-content {
    padding: 0 0 30px;
}

/* Hide the categories from videos */
.title-area .subtitle {
	display: none;
}

/* Hide border underneath portfolio items on the homepage
.home .wi-portfolio.style-2 .title-area:after {
	border-top: none;
}*/

/* Restyle homepage posts to match portfolio items */
.wi-recent-posts.style-2 .recent-item .title a {
	color: #000;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1.4;
}

.wi-recent-posts .meta time {
	font-family: "Lato", sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	color: #666;
	letter-spacing: 1px;
}

/* Brands bar */
.brand img {
	-moz-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.brand img:hover {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: .5;
}

.brand[original-title="E"] img {
	height: 55px !important;
	width: auto !important;
}

.brand[original-title="AP"] img {
	height: 60px !important;
	width: auto !important;
}

.brand[original-title="ABC"] img {
	height: 60px !important;
	width: auto !important;
}

/* Button styles */
.wi-button .btn-white,
.wi-button .black-button,
.wi-button .green-button {
	-webkit-transition: color .2s ease-out;
	-moz-transition: color .2s ease-out;
	-ms-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
	transition: color .2s ease-out;
}

/* Buttons for About Michelle */
.wi-button.green-button a {
	color: #000 !important;
}

.wi-button .btn-white:hover {
	color: white !important;
	background-color: #04d4fd;
	border-color: #04d4fd !important;
}

.wi-button.black-button a:hover {
	color: #000 !important;
	background-color: #fff !important;
}

.wi-button.green-button a {
	border: 1px solid #2bffd6;
}

.wi-button.black-button a,
.wi-button.green-button a:hover {
	border: 1px solid #000;
}

.wi-button.green-button a:hover {
	color: #fff !important;
	background-color: #000 !important;
}

.homepage-post-buttons {
	margin: 0 auto;
	text-align: center;
}

.homepage-post-buttons .wi-button.align-center {
	display: inline-block;
	margin-right: 5px;
}

.homepage-post-buttons .wi-button.align-center:last-of-type {
	margin-right: 0;
}


/* Hide Overlay on buttons */
.wi-button .btn .overlay {
	display: none;
}

/* Homepage excerpts */

.recent-item .excerpt p:after {
	display: inline;
	content: '...';
}

/* Update page titles to include slashes before and after */
h1.title span:before,
h1.title span:after {
	font-weight: 300;
}
h1.title span:before {
	content: '// ';
}
h1.title span:after {
	content: ' //';
}

/* Remove on single posts */
.single h1.title span:before,
.single h1.title span:after {
  content: none;
}

/* Make single post title smaller */
.single #wi-titlebar h1.title {
	font-size: 36px;
}

/* fix the overlapping images */
body.archive .wi-article .post-thumbnail .inner,
body.single-post .wi-single .post-thumbnail .inner {
	max-width: 100%;
}


/* Make overlays and hovers turquoise */
.wi-single .post-thumbnail .overlay,
.wi-article .post-thumbnail .inner .overlay,
.wi-imagebox .image .overlay,
.portfolio-item .thumb .clipmask {
	background: #2bffd6;
}


.wi-article .text-area .title a:hover,
.side-nav > ul > li > a:hover {
	color: #2bffd6;
}

.gallery-icon:hover {
	background-color: #2bffd6 !important;
}

/* Navigation on the side of pages */
.side-nav > ul > li > a {
	letter-spacing: .1em;
}
/* Hide the parent page from the sidebar nav */
.page-id-408 .side-nav > ul > li:first-of-type {
	display: none;
}
.page-id-408 .side-nav > ul > li:nth-of-type(2) > a {
    border-top: none;
}

/* Add special h3 styling to column layouts and the main sidebar */
.wi-column h3,
#secondary h3.widget-title {
	background: #000;
	color: #FFF;
	padding: 10px 15px;
}

.page .jp-carousel-wrap .jp-carousel-close-hint span {
	height: 36px !important;
	font-size: 36px !important;
	line-height: 36px !important;
	width: 36px !important;
}

/* Widget Title */
.widget-title a,
.widget-title a:hover {
	color: #fff;
	text-decoration: none;
}

/* Instagram Widget*/
ul.instagram-pics {
	margin: 0;
	padding: 0;
}

ul.instagram-pics li {
	display: inline-block;
	padding-right: 6px;
	list-style-type: none;
}

ul.instagram-pics li:last-of-type {
	padding-right: 0;
}

/* Facebook widget */

.pam {
	padding: 0 !important;
}

/* Video embeds */
video,
.embed-youtube {
	width: 100% !important;
	height: auto !important;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
/* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Twitter Codebird Widget */
.wpcom_codebird_tweets {}

.wpcom_codebird_tweets > ul {
	list-style-type: none;
	margin: 0;
}

.wpcom_codebird_tweets li .twitter-profile-image-wrap,
.wpcom_codebird_tweets li .twitter-profile-image,
.wpcom_codebird_tweets li .tweet-author,
.wpcom_codebird_tweets li .clear {
	display: none;
}

.wpcom_codebird_tweets a, .wpcom_codebird_tweets a:hover,
.wi-portfolio-filter ul li a,
.side-nav > ul > li > a {
	color: #000;
}

footer .wpcom_codebird_tweets a, footer .wpcom_codebird_tweets a:hover {
	color: #eee;
	color: rgba( 255, 255, 255, .9 );
}
.wpcom_codebird_tweets .tweet-meta {
	font-family: "futura-pt", sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 11px;
	display: block;
	margin-top: 15px;
	color: #ccc;
}

#secondary .wpcom_codebird_tweets ul li .tweet-text a {
	color: #2bffd6;
}


footer .wpcom_codebird_tweets .tweet-meta {
	color: #666;
	color: rgba( 255, 255, 255, .2 );
}

.wpcom_codebird_tweets .tweet-meta::before {
	content: '-';
}

.wpcom_codebird_tweets .tweet-meta a {
	color: #ccc;
}

footer .wpcom_codebird_tweets .tweet-meta a {
	color: #666;
	color: rgba( 255, 255, 255, .2 );
}

.wpcom_codebird_tweets > ul > li {
	position: relative;
	margin-bottom: 60px;
}

.wpcom_codebird_tweets > ul > li::before {
	position: absolute;
	bottom: -39px;
	left: 0;
	background: url(../sonata/images/bird.png) no-repeat top left;
	-webkit-background-size: 24px 17px;
	-moz-background-size: 24px 17px;
	background-size: 24px 17px;
	width: 24px;
	height: 17px;
	content: "";
}

.wpcom_codebird_tweets > ul > li::after {
	content: "";
	height: 1px;
	right: 0;
	border-top: 1px dotted #ccc;
	left: 35px;
	bottom: -32px;
	position: absolute;
}

footer .wpcom_codebird_tweets > ul > li::after {
	border-top-color: #666;
	border-top-color: rgba( 255, 255, 255, .2 );
}

.wpcom_codebird_tweets > ul > li:last-child::before, .wpcom_codebird_tweets > ul > li:last-child::after {
	display: none;
	visibility: hidden;
}

.widget_displaytweetswidget {
	margin-bottom: 20px;
}

/* Jetpack Twitter Timeline Widget */
.widget_twitter_timeline {
	margin-bottom: 10px;
}

/* hovering nav */
ul#menu-primary li {
	margin-left: 0;
}

/* Hide down arrow indicator for subnav */
#wi-mainnav .menu > ul > li > a.sf-with-ul:after,
#wi-mainnav .menu > ul > li a .indicator u:after {
	display: none;
}

/* Lighten submennu text */
#wi-mainnav .menu > ul > li ul > li > a {
    color: rgba(255,255,255,0.8);
}

ul#menu-primary li:first-child {
	margin-left: 0;
}

#wi-mainnav .menu > ul > li > a {
	height: 55px;
	margin-bottom: 23px;
	border-bottom: 2px solid #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#wi-mainnav .menu > ul > li.current-menu-item > a,
#wi-mainnav .menu > ul > li.current-menu-ancestor > a,
#wi-mainnav .menu > ul > li.current_page_item > a,
#wi-mainnav .menu > ul > li.current_page_ancestor > a {
	color: #2bffd6;
	border-bottom: 2px solid #fff;
}

#wi-mainnav .menu > ul > li > a:hover {
	color: #333;
	border-bottom: 2px solid #2bffd6;
}

#wi-mainnav .menu > ul > li.current-menu-item > a:hover,
#wi-mainnav .menu > ul > li.current-menu-ancestor > a:hover,
#wi-mainnav .menu > ul > li.current_page_item > a:hover,
#wi-mainnav .menu > ul > li.current_page_ancestor > a:hover {
	cursor: default;
	color: #2bffd6;
	border-bottom: 2px solid #fff;
}

/* Make sticky header taller */
#wi-header-sticky-wrapper #wi-header.is-sticky {
    height: 85px;
}

/* Hide Time, dots, and summary on Recent Posts */
.wi-recent-posts .meta time,
.recent-item .excerpt p:after {
	display: none;
}

/* Snapchat & IMDB icons in widget adjustments */
.textwidget .icon-snapchat img,
.site-content .icon-snapchat img {
	width: 50%;
}
.textwidget .icon-snapchat img,
.textwidget .icon-imdb img,
.site-content .icon-snapchat img,
.site-content .icon-imdb img {
	margin-top: -3px;
}

/* Hover Color of Image Border */
.gallery-icon:hover {
    background-color: #2bffd6 !important;
}

.wi-button .btn-white:hover {
	background-color: #000;
	border-color: #000 !important;
	color: #fff;
}

.wi-button .btn.btn-medium {
    padding: 9px 14px;
}

/* Make Front Page Headers Bold */
.wi-center-heading .h,
.wi-heading .h {
	color: #000;
	font-weight: 700 !important;
}

/* Interior Page Title Background Color */
#wi-titlebar.style-4 {
    background-color: #000;
}

/* Tweak font on video posts */
.wi-portfolio.style-2 .name {
    font-size: 14px;
    font-weight: 600 !important;
}

/* Interior page title size tweak */
#wi-titlebar .title {
    font-size: 38px !important;
    margin-bottom: 0 !important;
}

#text-13 {
	background: #000;
    display: block;
    height: 40px;
}

/* Flexslider Nav Adjustments */
.wi-flexslider .flexslider .flex-direction-nav a {
    opacity: 0.5;
    border-radius: 35px;
}


/* Footer widget */
.footer-container .widget a,
#text-8 p,
#footer-bottom .footer-copyright-text a {
	color: #55ffde;
}

.footer-container .widget-title a {
	color: #fff;
}

/* Front Page Portfolio 3 (blog category links) section */
.home .cat-titles {
	margin-top: -35px;
}
.home .cat-titles a {
	color: #000;
	text-decoration: underline;
}
.home .cat-titles a:hover {
	color: #2bffd6;
}

/* Border on Sidebar */
#secondary {
    border-top: 6px solid #000;
}

.sidebar-left #secondary {
	border: none;
}

/* Video Page Fonts */
.page-id-3048 .container .wi-recent-posts.style-2 .recent-item h4.title, .page-id-3048 .container .wi-portfolio.style-2 .name {
    font-family: "futura-pt", sans-serif !important;
}
.page-id-3048 .container .wi-portfolio.style-2 .name a,
.home .wi-portfolio.style-2 .name a,
.page-id-4467 .container .wi-portfolio.style-2 .name a {
	color: #000 !important;
    font-weight: 400 !important;
}

/* About Page Section Titles */

.wi-page h2.anchor {
	font-family: "futura-pt", sans-serif !important;
}

/* Full Width Slider */
.wi-fullwidth-content .container {
	/*width: 100% !important;*/
}

/* Instagram Widget */
ul.instagram-pics li {
    float: left;
    width: 45%;
}