/*
 Theme Name:   BigFigTwenty Sixteen
 Description:  Twenty Sixteen Child Theme
 Author:       BigFig
 Template:     twentysixteen
 Version:      1.0.0
*/

#site-navigation{
	font-size:120%;
}

.site-header{
	padding-bottom:1em!important;
}

.site-content {
    margin-top: -10em;
}


h1.entry-title{
	display:none;
}

p{
	font-size:120%;
}

.entry-content h1{
	font-size:330%;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:1px;
}
.home .entry-content h1{
	font-size:370%;
	margin-top: 0;
	-moz-hyphens: none;
	-ms-hyphens: none;
	-webkit-hyphens: none;
	hyphens: none;
	word-wrap: normal;
}

/*
 * SIDEBAR
 */

 .sidebar{
    margin-top: 10em;
}

.widget{
	border-top:none;
	color:white;
	/*font-weight:bold;*/
	background:black;
	padding:1.6em;
}

.widget input[type="submit"]{
	background:white;
	margin-top: 2em;
	color: black;
}

.widget .mc-field-group{
	padding-bottom:1em;
}


/*
 * PRODUCTS
 */

.page-id-8 figure {
	width:33%!important;
}
.page-id-8 .alignleft {
	margin:0 0%;
}
.page-id-8 figure img{
	border:16px solid #F99F20;
}
.page-id-8 figure img:hover{
	border:none;
}
.page-id-8 figure img:active{
	border:16px solid #F99F20;
}
.wp-caption .wp-caption-text{
	height:5em;
	text-align:center;
	font-size: 16px;
	font-size: 1rem;	
}


.tablepress tr.row-1 td{
	font-weight:bold;
	font-size:1.2em;
}
.tablepress td.column-1{
	font-weight:bold;
}
.tablepress .odd td {
    background-color: rgba(0,0,0,0.1)!important;
}
.tablepress .even td {
    background-color: rgba(255,255,255,0.1)!important;
}
.tablepress tbody td{
    border-top: none!important;
}


/*
 * SMALLER FEATURED IMAGE ON BIGGER SCREENS
*/ 

@media screen and (min-width: 56.875em){
	.post-thumbnail img{
		width:50%;
		margin-left:25%
	}
	.home .post-thumbnail img{
		width:100%;
		margin-left:0%
	}
}

/*
 * PHONE STYLES
 */

@media screen and (max-width: 56.874em){

	.post-thumbnail img{
		width:100%!important;
	}
	.site-content {
    		margin-top: -1.6em;
	}

	.site-header-main {
		margin-top: -2em;
	}	

	.home .entry-content h1{
		font-size:280%;
	}
	.page-id-8 .alignleft {
		margin:0 2%;
	}
	.page-id-8 figure {
		width:46%!important;
	}
	.page-id-8 figure img{
		border:none;
	}
	.sidebar{
		margin-top: 0em;
	}

}









/**/