/*
 Theme Name:   Nirvana Child  
 Description:  Nirvana Child Theme for CMS
 Author:       KSA - kiraaskaroff.com
 Template:     nirvana
 Version:      1.0.0

*/

@import url("../nirvana/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */



/* The main theme structure - reduce padding around the main content div*/
#forbottom {
    padding-bottom: 0px;
	padding-top: 5px;
}

div.post,
div.page,
.yoyo > li {
	
	margin-bottom: 16px;
}

/* stop italics on copyright text */

#site-copyright {
    font-style: normal;
}

/* make post headings smaller - nevermind its handled in the nirvana settings. */
#main #content h1.entry-title, #content h2.entry-title {
    font-size: 32px !important;
}

/* various team page css changes: aligns text left, reduces padding, changes photo position and size */

.element.style {
    border-top: 10px solid #489bd5 !important;
	margin-top: 5px !important;
}

.tmm_desc {
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 10px;
	text-align: left;
}

.tmm_member .tmm_photo {
    border: 8px solid #f5f5f5;
    border-radius: 0 !important;
    box-shadow: 2px 0 15px 0 rgba(0, 0, 0, 0.15);
    height: 200px;
    margin-top: 10px;
    width: 160px
	}
	
	
.tmm_3_columns .tmm_member .tmm_photo {
    border: 9px solid #f5f5f5;
    border-radius: 0 !important;
    height: 200px;
    width: 160px;
}

.tmm_member {
    background: #fff none repeat scroll 0 0;
    border-top: 10px solid #489bd5;
    margin-top: 15px;

}

.element.style {
    border-top: 10px solid #489bd5 !important;
	margin-top: 5px !important;
}

.tmm_member .tmm_textblock .tmm_sociallink img {
    margin-right: 10px;
}

.tmm_member .tmm_textblock .tmm_sociallink {
    margin-right: 10px;
}