/*
Theme Name: Biomedic Theme
Theme URI: https://www.aljiro.com
Author: Leo Aljiro San Luis
Author URI: https://www.aljiro.com
Template: twentysixteen
Description: This Twenty Sixteen child theme was modified for Biomedic Philippines.
Version: 1.1
License: GNU General Public License v2 or later
Tags: black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentysixteen
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

html.js {
    margin-top: 0 !important;
}
div#wpadminbar {
    display: none;
}
body{
font-family: "Open Sans", sans-serif !important;
}
body #content .post .entry-content {
    float: none;
    width: 100%;
}
body #content .post .entry-footer {
    display: none;
}
p#wppb_register_pre_form_message {
    display: none;
}
/* Get rid of black border */
.site {
	margin: 0 0 0 0;
}
body:not(.custom-background-image):before,
	body:not(.custom-background-image):after {
	height: 0px !important;
}
.site-inner {
	overflow: hidden !important;
}


/*CUSTOM CSS */
.site-header {
    padding: 1.25em 1.5%;
}
.site-footer {
    padding: 0 1.5% 1.5em;
}
.site-footer .site-title:after{
content: none;
}
.header-image a {
    text-align: center;
}
#main .entry-content{
	float:none;
	width: 100%;
}
ul.tml-user-links {
    list-style-type: none;
    margin-left: 0;
	margin-top: 9%;
}
ul.tml-user-links a {
    width: 100%;
    display: block;
    margin-top: 1%;
    background: #46bbc8;
    color: #FFF;
    padding: 3%;
}
.dashboard-icons a{
float: left;
text-align: center;
    text-decoration: none;
	margin-right: 5%;
	    box-shadow: none;
}
.post-type-archive-venture-profile .entry-title {
    font-size: 19px;
}
.post-type-archive-venture-profile article {
    float: left;
    margin-right: 2%;
    text-align: center;
    width: 220px;
    height: 265px;
    margin-bottom: 30px;
}
.post-type-archive-venture-profile .post-thumbnail{
    margin-right: 0 !important;
    width: 100%;
    max-width: none !important;
}
.post-type-archive-venture-profile .post-thumbnail img{
    width: 100% !important;
	}
#main::after {
    clear: both;
    content: "";
    display: block;
}

/* LOGIN PAGES */
.page-id-51 aside#secondary, .page-id-54 aside#secondary  {
    display: none;
}
.page-id-51 div#primary, .page-id-54 div#primary {
    margin: 3% auto !important;
    float: none !important;
    width: 27% !important;
}
/* Venture Profile Content */
.venture-profile .post-thumbnail{
	float: left;
    margin-right: 5%;
    max-width: 200px;
}
td:empty {
    background: #debdbd;
}
.public-fields {
    margin-top: 5%;
}
/* ------- Responsive code here ------- */

@media only screen and (max-width:909px){
    body #content .post .entry-content {
        float: none;
        margin: 0 7.6923%;
        width: auto;
    }
	#main .entry-content {
    	float: none;
   	 width: 85%;
	}
	.page-id-51 div#primary, .page-id-54 div#primary {
    	width: 50% !important;
	}
}
