/*
 Theme Name:   Tango Argentino
 Theme URI:    
 Description:  Fluida Child Theme
 Author:       Tango Argentino
 Author URI:   http://www.tangoargentino.sk
 Template:     petra
 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.site-header-calendar, 
#site-header-main-inside.site-header-calendar-inside,
.site-header-calendar #access ul li a,
.site-header-calendar nav#mobile-menu{
   background-color: rgb(250, 230, 220); /* rgb(255, 210, 180); 
   */
}

#site-header-main.site-header-international, 
#site-header-main-inside.site-header-international-inside,
.site-header-international #access ul li a,
.site-header-international nav#mobile-menu{
   background-color: rgb(255, 240, 200);
}

#access ul li.menu-item-3803 a, #mobile-menu li.menu-item-3803{
	background-color: #F3F3F3;
}

#access ul li.menu-item-3987 a, #mobile-menu li.menu-item-3987,
#access ul li.menu-item-3494 a, #mobile-menu li.menu-item-3494
{
	background-color: rgb(250, 230, 220);
}

#access ul li.menu-item-4019 a, #mobile-menu li.menu-item-4019,
#access ul li.menu-item-2374 a, #mobile-menu li.menu-item-2374,
#access ul li.menu-item-3446 a, #mobile-menu li.menu-item-3446,
#access ul li.menu-item-4270 a, #mobile-menu li.menu-item-4270{
	background-color: rgb(255, 240, 200);
}


.ai1ec-calendar-toolbar {
   display:none;
}

.page-id-73 .ai1ec-calendar-toolbar {
   display:block;
}


#access a {
    padding: 0 1.4em !important;
}
    
#site-header-main img {
	vertical-align: sub;
}
 
/*--------------------------------------------------------------
	# POST
--------------------------------------------------------------*/

.footer-tags{
	float:left; 
	margin-right:5px;
}

.fb-comments span{
	background-color: #eee;
}

ul.odrazka1 , ul.odrazka2, ul.odrazka3, ul.odrazka4{ 
	list-style: none; 
}
ul.odrazka1 li:before,
ul.odrazka2 li:before,
ul.odrazka3 li:before,
ul.odrazka4 li:before {
    padding-right: 8px;
    font-family: elusive;
    color: #6b190e;    
}
ul.odrazka4 li:before {
    font-family: fluida-blocks;  
}
ul.odrazka1 li:before {
    content: "\e808"; 
}
ul.odrazka2 li:before {
    content: "\e806"; 
}
ul.odrazka3 li:before {
    content: "\e004"; 
}
ul.odrazka4 li:before {
    content: "\e115"; 
}     

ul.medzera0_3 li {
    margin-bottom: 0.3em;
}
ul.medzera0_6 li {
    margin-bottom: 0.6em;
}
ul.medzera1 li {
    margin-bottom: 1em;
}    
ul.medzera0 li {
    margin-bottom: 0;
} 
.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;
}

pre {
	border: none;
	font: inherit;
	padding: 0;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;	
}


/* ## CUSTOM ALIGNMENT */
@media (max-width: 640px) {
	.main .alignleft,
	.main img.alignleft,
	.main .alignright,
	.main img.alignright {
		display: block;
		float: none;
		clear: both;
		margin-right: auto;
		margin-left: auto;	
		margin-bottom: 1em;
	}
}

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

/* 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;
}

/* INFO BUTTON*/
.info_button{
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    height: 20px;
    margin: 0 4px 0 0;
    padding: 0 4px 0 2px;
    white-space: nowrap;        
    font-size: 12px;   
    font-weight: bold;  
}

.info_more{
	padding: 1em;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.info_vyzva{
	background: #42b252;
    border: 1px solid #42b252;
}
.info_vyzva:hover{
	background: #5ec76d;
}
.info_podpora{
	background: #F29305;
    border: 1px solid #F29305;
}
.info_podpora:hover{
	background: #f4ae46;
}
/*--------------------------------------------------------------
	# 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
--------------------------------------------------------------*/
.main table {
    margin: 0;
    border: 0;
    vertical-align: middle;
}
.post-thumbnail-container img{
	max-width:none;
}
/*--------------------------------------------------------------
	# WIDGET AREAS
--------------------------------------------------------------*/
.content-widget-before{
	margin-bottom: 0 !important;
}
#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;
}
#mce-EMAIL{
	padding: 0.3em;
	margin: 0.3em 0 0 0;
}
#mc-embedded-subscribe{
	padding: 0.3em 1em;
	border-radius: 8px;
	margin: 0.3em 0;
}
    
/* Widget quotescollection*/
.widget_quotescollection {
	box-shadow: none !important;
    padding: 0 !important;
    text-align: center;
    font-style: italic ! important;
}

.widget_quotescollection p:before, 
.widget_quotescollection p:after{
	font-family: "elusive";
    content:"\e80f ";
    font-size: 0.5em;
    color: #aaa;     
    padding: 0 3px 0 3px;
}

.widget_quotescollection p:after{
	content:" \e80f";		
}

/* ## SUVISIACE CLANKY */
.yuzo_related_post{
	border: 2px solid #800;
	margin-top: 20px;s
}
.yuzo_related_post .yuzo__title{
	margin: -25px 0 0 20px;
	padding: 0 20px 0 20px;
	background: #fff;
	font-size: 1.6em;
	width: fit-content;
}

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


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

