/*
Themez Kitchen
-----------------------------------------------------------
@package Themez Kitchen Widgets
@subpackage ThemezKitchen
@copyright Copyright (c), ThemezKitchen,  (http://www.themezkitchen.com/)
@link http://www.themezkitchen.com/
@version 1.0.0
@since Version 1.0.0
*/
/* 
    Created on : 23.02.2015., 09.02.52
    Author     : Gogili
*/

/* Instagram widget defaults */
/* You can style this in your own theme */
.tkitchen_instagram_widget {
    
}
.tkitchen_instagram_widget .tk-instagram-pics {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tkitchen_instagram_widget .tk-instagram-pics li {
    margin-top: 20px;
}

.tkitchen_instagram_widget .tk-instagram-pics li:first-child {
    margin-top: 0px;
}

.tkitchen_instagram_widget .tk-instagram-link {
    margin-top: 10px;
    margin-bottom: 0;
}

.tkitchen_latest_posts .tk-latest-posts {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tkitchen_latest_posts .tk-latest-posts .tk-latest-post-item {
    
}

.tkitchen_latest_posts .tk-latest-posts .tk-latest-post-item .tk-latest-post-image {
      float: left;
      padding-right: 10px;
}

.tkitchen_latest_posts .tk-latest-posts .tk-latest-post-item .tk-latest-post-body, 
.tkitchen_latest_posts .tk-latest-posts .tk-latest-post-item .tk-latest-post-image {
      display: table-cell;
      vertical-align: top;
}

.tkitchen_latest_posts .tk-latest-posts li {
    margin-top: 20px;
}

.tkitchen_latest_posts .tk-latest-posts li:first-child {
    margin-top: 0px;
}

.tkitchen_latest_posts .tk-latest-posts {
     -ms-word-wrap: break-word;
     word-wrap: break-word;
}