/*======================================
Theme Name: Černá design Divi Child
Theme URI: https://divicake.com/
Description: Child šablona pro Divi
Version: 1.0
Author: <a href=https://cernadesign.cz>Černá design</a>
Author URI: https://cernadesign.cz
Template: Divi
======================================*/

/* Podtržení odkazů. */

.et_pb_posts a.more-link, a:link {
    -webkit-text-underline-position: under;
    -ms-text-underline-position: below;
    text-underline-position: under;

/*Sdílení na sociálních sítích, když se používá plugin Monarch od Elegant Themes*/

.et_monarch .et_pb_section .et_social_inline_bottom {
    margin-top: 10px;
    margin-bottom: 0;

/* WooCommerce pokladna */

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 52px;
}

.select2-container .select2-selection--single {
    height: 52px;   
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 52px;
}

#order_review_heading {
    margin-top: 35px;
}

/* Responzivita */
@media (max-width: 980px) {
    #top-menu {
        display: initial;
    }

    #top-menu li {
        display: none!important;
    }

   #top-menu li.lang-item {
       display: initial!important;
		    position: relative;
    	    top: 12px;
    margin-right: 10px;
    }
	
	#top-menu li.lang-item a {
		    background-color: transparent!important;
	}
	
	#et_mobile_nav_menu li.lang-item {display: none!important;}
}

@media only screen and (min-width:981px) {

}

@media only screen and (max-width:980px) { 

}

@media only screen and (max-width:767px) {

}

@media only screen and (min-width:981px) {
 
}

