/*
 Theme Name:     Pinboard Child
 Theme URI:      http://example.com/twenty-thirteen-child/
 Description:    Pinboard Child theme
 Author:         Mels Wolf
 Template:       pinboard
 Version:        1.1.2
*/

/* =Imports styles from the parent theme
-------------------------------------------------------------- */
@import url('../pinboard/style.css');


/* =Theme customization starts here
-------------------------------------------------------------- */

.entry-meta { display: none; }

.entry-utility { display: none; }

.flex-control-nav flex-control-paging { display: none; }

.flex-direction-nav { display: none; }

.flex-pauseplay { display: none; }

#access a {padding:15px 15px; }

.threecol .entry-container { padding:6.1%; height: 180px; }

.iclflag {margin-right:5px; vertical-align: middle; }

.threecol .entry-title { font-size: 22px; }

#lang_sel_footer {display:none;}

input[type="email"],input[type="tel"], select{
    padding: 1.5%;
    box-shadow: inset 1px 1px 5px rgba(0, 0, 0, .05);
    background: #FCFCFC;
    border: #EEE 1px solid;
    color: #999;
    font-family: "Droid Sans", sans-serif;
    font-size: 13px;
	}
select{width:33%}

textarea{width:30%}
