/*
Theme Name:     WSOI6-child
Description:    Child theme for the WereSickOfIt.com website
Author:         Vito DelleGrazie, Jr.
Author URI:     http://www.sbdata.net/
Template:       WSOI6
Version:        6.0
*/
@import url("../WSOI6/style.css");
/* For Mobile */
@media screen and (max-width: 540px) {
	.sbds-header {
		position:relative;
		bottom:-45px;
		margin-top:-25px;		
	}
}

/* For Tablets */
@media screen and (min-width: 540px) and (max-width: 780px) {
	.sbds-header {
		position:relative;
		bottom:-45px;
		margin-top:-25px;
	}
}
/* For Desktops */
@media screen and (min-width: 781px) {
	.sbds-header {
		position:relative;
		bottom:-25px;
		margin-top:-20px;
	}
}
.sbds-nav {
	display:none!important;
}
.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}
.merch-item {
		width:200px;
		height:290px;
		padding:10px;
		margin:15px;
		margin-right:15px;
		background-color:#fff;
		text-align:center;
		border:none;
		display:inline-block;
		color:black;
		border-radius:12px;
		position:relative;
		right:10px;
}
.merch-container {
		width:90%;
		font-family:Arial;
		border:none;
		text-align:center;
		clear:both;
		margin:0px auto;
}
#item {
	display:inline-block;
	border-radius:10px;
	background-color:white;
	color:black;
	font-family:Arial;
	width:250px;
	height:400px;
	padding:10px;
	margin:10px;
	text-align:center;
}
.itemClass {
	position:relative;
	top:-30px;
}
.outerContainer {
	width:100%;
	text-align:center;
}
#wpforms-152-field_2-container > label, #wpforms-152-field_1-container > label,#wpforms-152-field_0-container > label, #wpforms-152-field_0-container > div > div.wpforms-field-row-block.wpforms-first.wpforms-one-half > label, #wpforms-152-field_0-container > div > div:nth-child(2) > label {
	font-family:Arial;
}
#wpforms-152-field_0, #wpforms-152-field_1, #wpforms-152-field_0-last {
	background-color:#fff;
	color:black!important;
	border-radius:5px;
}
#wpforms-152-field_2 {
	background-color:#fff;
	color:black!important;
	font-family:Arial;
	border-radius:5px;
}
#wpforms-submit-152 {
	background-color:#fff;
	color:black;
	border-radius:5px;
	font-weight:bold;
}
.socialIcons {
	display:inline-block;
	float:left;
	padding:8px;
	margin-left:15px;
}
.sbds-footer {
	border-top:none;
	position:relative;
	right:10px;
	bottom:-20px;
}