/*
Theme Name:     Tuulikki Child
Theme URI:      http://www.sparrowandsnow.com
Description:    Child theme for Tuulikki
Author:         Sparrow & Snow
Author URI:     http://www.sparrowandsnow.com
Version:        1.0
Template:       tuulikki
*/


/* Your css goes here */

/*
body {
background-color: #fff;
}
*/

.glamapp {
    padding: 0 0 20px;
}

.glamapp .mcnImage {
    display: inline-block;
    padding: 10px 10px;
}

ul.shop-favorites{
  background: #fff !important;
  margin: 0;
}

.site-sidebar ul {
    padding: 0;
}

.shop-favorites li:nth-child(odd) {
    float: left;
}

.shop-favorites li {
    position: relative;
    width: 33.3% !important;
    height: auto;
    cursor: pointer;
    text-align: center;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.site-sidebar {
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
    padding: 0 0 0 30px;
}

.site-sidebar ul li {
    list-style: none;
}

/* Shop Favorites widget =================== */
.shop-favorites-widget {
    margin: 30px 0 0;
}

.shop-favorites-widget table {
	margin-bottom: 1em;
}

.shop-favorites-widget table > tbody > tr > td {
	padding: 3px !important;
}

ul.shop-favorites {
  background: #fff !important;
  margin: 0;
}

.shop-favorites li {
  position: relative;
  width: 33.3%;
  height: auto;
  cursor: pointer;
  text-align: center;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.shop-favorites li:nth-child(odd) {
  float: left;
}

.shop-favorites li:nth-child(even) {
  float: right;
}

.shop-favorites li img {
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
  width: 110px;
}

.shop-favorites .overlay {
    display: none;
    width: 87px;
    height: 87px;
    position: absolute;
    left: 6px;
    top: 1px;
    text-align: center;
    background: none repeat scroll 0 0 #fff;
    opacity: 0;
    overflow: hidden;
    color: #000;
}

.shop-favorites a:hover .overlay {
    display: block !important;
    opacity: 0.9;
    font-size: 10px !important;
    line-height: 13px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.shop-favorites .overlay-inner {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    width: 100%;
    text-align: center;
    padding: 10%;
}

/*********************
Newsletter
*********************/

.newsletter form{
  background: #fff;
  border: 1px solid #ddd;
  padding: 1.9em;
  text-align: center;
}

.sidebar .newsletter form {
   margin: 3.5em 0;
}

.sidebar .ad-banner {
   margin: 0 0 3.5em;
}

.footer-ad-banner {
  margin: 3em 0 1em;
}

body.home #main .newsletter form,
body.archive #main .newsletter form{
  margin: -3.5em 0 1.5em;
}

.newsletter form .email {
float: left;
background: #FFF;
width: 593px;
display: inline-block;
max-width: 100%;
border-radius: 0px;
}

.sidebar .newsletter form .email {
  margin-left: 0;
  margin-bottom: 0;
  width: 100%;
  height: 36px;
}

.newsletter form input[type="email"] {
	border: 1px solid rgba(0,0,0,.08) !important;
	font-family: montserratlight, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
  text-align: center;
}

.newsletter form h2 {
line-height: 1.2em;
margin: 0 0 20px;
font-size: 1.45em;
}

.sidebar .newsletter form h2 {
font-size: 1.38em;
margin-bottom: 0.4em;
line-height: 1em;
font-style: normal;
}

.newsletter form h3 {
  margin-top: 15px;
  margin-bottom: 24px;
  font-size: 13px;
  font-style: normal;
}


.sidebar .newsletter form h3{
  font-size: 0.78em;
}


.newsletter form .submit {
  float: none;
  display: inline-block;
  margin-top: 15px;
}

.newsletter div#mce-responses {
  font-size: 12px;
  text-align: center;
}

.newsletter form input[type="submit"] {
    padding: 8px 15px;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    font-family: Montserratlight, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1.5px;
    border-radius: 0;
    background: #000;
    border: none;
}

.newsletter form input[type="submit"]:hover {
    background: #fff;
    border: 1px solid #000;
    color: #000;
}

/* VIDEO WIDGET */

.ig_widget .wonderplugin-video{
  margin-top: 1em;
}