/*
 Theme Name: Bitz Child
 Template:     bitz
 Version:      1.0.0
 Text Domain:  bitz-child
*/



	/* Hide mobile menu on normal size screens */
	/* This is step 2. Step 1 was adding code to custom css in the theme options. we need both steps to make this work and show menu */
	@media only screen and (min-width : 1250px) {
		#mobile-site-navigation.mobile-menu-active {-webkit-transform: translate(100%, 0); transform: translate(100%, 0);}
		#mobile-menu-bg.mobile-menu-active{background:transparent; visibility:hidden; transition: background-color 0.3s ease-in 0.2s, visibility 0s linear 0.5s;}
	}



/* Change Video post format overlay of video image to Podcast image from fontawesome.io
*/
.mnky-posts-grid .post-format-video .mpg-icon:before, .mnky-posts .post-format-video .mp-image:before, .mnky-menu-posts .post-format-video .mmp-img:before, .mnky-related-posts .post-format-video .mrp-img:before, .archive-layout.archive-style-7.format-video .format-icon:before, .archive-layout.format-video .post-preview:before {content:"\f2ce";}


/* Removes author icon and image from meta info on posts
*/
.meta-author-image {display:none;}


/* For the content-single.php author image for the Author Image plugin
*/
.entry_author_image img {
	float: left;
	border: solid 2px;
	margin: 1.2em 1.2em 0px .1em;
	box-shadow: 8px 8px 10px #aaa;
}





/* Page links */
.page-links {clear:both; font-weight:700; padding-top:0px; margin-bottom:1.75em;}
.page-links a {text-decoration:none;}
.page-links span {display:inline-block; padding:7px 9px; min-width:12px; text-align:center; background:#999; font-size:12px; line-height:12px; color:#fff; border-radius:2px;}
.page-links a span {background:#2b2b2b; transition:background-color 0.15s;}
.page-links span.page-links-title {background:none; margin:0px 10px 0px 0px; padding:0px; text-align:left; width:auto; height:auto; font-size:inherit; color:inherit; vertical-align:-4px;}

.styled-paging {margin-bottom:20px; margin-left:0px;}
.styled-paging li, .post .entry-content .styled-paging li {list-style:none; margin:0; border-bottom: 1px solid #eee; padding: 20px; background: #f7f7f7; display: block;}
.styled-paging a, .single-layout .entry-content .styled-paging a {text-decoration: none;  font-size: 18px; font-weight: bold;}
.styled-paging li:last-child, .post .entry-content .styled-paging li:last-child {border:none;}







/* -- This is used for Youtube Channel Gallery plugin -- */
.ytctitle {margin-bottom: 0;}
.ytctitle a{color:#336699}
.ytc-row {border-bottom:3px solid #FF2B06; margin-bottom:10px}

/* -- Removes word "MENU" from mobile sidebar navigation -- */
#mobile-site-navigation .mobile-menu-heading { display: none; }
/* -- Changes height and margin of red block on top of mobile menu navigation -- */
#mobile-site-navigation .mobile-menu-header { height: 35px; }
#mobile-site-navigation .mobile-menu-header i { margin-top: 5px; }


/*THIS CODE IS FOR THE FLOATING SOCIAL PLUGIN SO THE INLINE DISPLAY LOOKS NICER*/
#wdsb-share-box.wdqs-inline {
    background-color: #ffffff;
    border: 1px solid #FF0000;
    width: 90%;
margin: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
/*To remove the "&gt;" we add the following*/
#wdsb-share-box.wdqs-inline ul li {
    background: none;
}


/* -- This removes the grey box around the In Post Ads plugin -- */
.wdca_custom_ad {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
}

/* -- adds style around the podcast audio entity -- */
.episode-box {
 background-color: #ECECEC;
 border: 2px solid #4281B7;
 padding: 6px 6px 2px 6px;
 margin: 5px 0;
 position: relative;

 -moz-border-radius: 5px;
 -khtml-border-radius: 5px;
 -webkit-border-radius:5px;
 border-radius: 5px;
 -moz-box-sizing: content-box;
 -webkit-box-sizing: content-box;
 -khtml-box-sizing: content-box;
 box-sizing: content-box;
}
.episode-box p {
 margin: 0;
 padding: 0;
 font-size: 90%;
}




/* -- changed padding-bottom from 15px to 0px in child css and removed color:#2b2b2b; -- */
.widget .widget-title{font-size:18px; font-weight:700; padding-bottom:0px; margin:0 0 25px; }





body #gform_wrapper_1 {border: 1px solid #ccc;padding-left: 10px;padding-right: 10px;}
body #gform_wrapper_1 .gform_body .gform_fields .gfield input[type=text] {border: 1px solid #008000;}
body #gform_wrapper_1 .gform_body .gform_fields .gfield select {border: 1px solid #008000;}
body #gform_wrapper_1.gform_body .gform_fields .gfield textarea {border: 1px solid #008000;}
body #gform_wrapper_1 .gform_footer input[type=submit] {border: 1px solid blue}
