/*
 Theme Name:   Tango Argentino
 Theme URI:    
 Description:  Fluida Child Theme
 Author:       Tango Argentino
 Author URI:   http://www.tangoargentino.sk
 Template:     fluida
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, three-columns, right-sidebar, left-sidebar, responsive-layout, tango-argentino
 Text Domain:  tango-argentino
*/

/*--------------------------------------------------------------
	# HEADER
--------------------------------------------------------------*/

#site-header-main img {
	vertical-align: sub;
}

@media (max-width: 800px) {
	a#logo > img {
		max-height: 50%;
	}
}
 
/*--------------------------------------------------------------
	# POST
--------------------------------------------------------------*/
 
.tango_ul ul{ 
	list-style: none; 
}
.tango_ul ul li:before {
    content: url(/wp-content/uploads/list_item.png); 
    padding-right: 8px;
}

.fluida-image-four .entry-content img[class*='align'],
.fluida-image-four .entry-summary img[class*='align'], 
.obsah{
	padding: .7em;
	border: 1px solid #DDD;
	box-shadow: 0 0 2px #CCC;
}

.entry-meta .published,
.entry-meta .updated,
 {
	display: inline-block;
}

pre {
	border: none;
	font: inherit;
	padding: 0;
	width:100%
}

.entry-meta .updated {
    display: inline;
}
/*--------------------------------------------------------------
	# ABECEDA
--------------------------------------------------------------*/
.abeceda {
	white-space:nowrap;
}
	
.abeceda .button{
	display: inline-block;
    text-decoration: none;
    line-height: 26px;
    height: 28px;
    margin: 0;
    padding: 0 10px 1px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #555;
    background: #f7f7f7;
    -webkit-box-shadow: 0 1px 0 #ccc;
    box-shadow: 0 1px 0 #ccc;
    vertical-align: top;    
}

/*--------------------------------------------------------------
	# POSTS LIST
--------------------------------------------------------------*/
article.hentry .post-thumbnail-container{
	display: table-cell;
	width: 20%;
	vertical-align: middle;
	float: none;
}

article.hentry .article-inner{
	display: table-cell;
}

footer.post-continue-container {
    display: none;
}
/*--------------------------------------------------------------
	# WIDGET AREAS
--------------------------------------------------------------*/
#secondary {
	padding: 0em;
}

#secondary .widget-container {
	box-shadow: 0 0 1em rgba(0, 0, 0, 0.15);
	padding: 1em 1.5em;
	margin-right: 0.2em;
	background-color: #F3F3F3;
}
#custom_html-1 {
	box-shadow:none ! important;
	margin:0;
}
.widget-container {
	line-height: 1em;
}

.widget-container ul li {
 	margin-bottom: 0.7em;
}

/* LOGIN FORM*/
#loginform {
	padding: 20px 30px;
	border: 5px solid rgb(196, 128, 128);
	border-radius: 2px;
	box-shadow: 0 0 15px;
}

#loginform .input {
    width: 100%;
    margin: 2px;
}

/* VYZVA BUTTON*/
.code_button.vyzva {
background: #42b252;
    border: 1px solid #42b252;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    height: 20px;
    margin: 0;
    padding: 0 4px 0 2px;
    white-space: nowrap;        
    font-size: 11px;        
}    
    
/* Widget quotescollection*/
.widget_quotescollection {
	box-shadow: none !important;
    padding: 0 !important;
    text-align: center;
    font-size:80% ! important;
    font-style: italic ! important;
}

.widget_quotescollection:before, 
.widget_quotescollection:after{
    background-image: url('/wp-content/uploads/citaty.png');
    background-size: 75px 10px;
    display: block;
    width: 75px; 
    height: 10px;
    content:"";	
}

.widget_quotescollection:after{
	float: right;
}


/* ## CUSTOM IMAGE BORDER */
.obsah{
	padding: .7em;
	border: 1px solid #DDD;
	box-shadow: 0 0 2px #CCC;
}

/* ## FOOTER */
#colophon a, #footer a {
	color: #ffffff !important;
}


#colophon a:hover, #footer a:hover {
	color: #dddddd !important;
}

