/*----------------------------------------------------------------- */
/* ELEMENTOR
/*----------------------------------------------------------------- */

body .elementor-section.elementor-section-boxed > .elementor-container
{
	padding: 0 25px;
}

/*************************************************************************************
	TYPOGRAPHY
*************************************************************************************/

.elementor-text-editor p:last-child
{
	margin-bottom: 0;
}

::-webkit-input-placeholder 
{ /* Edge */
	color:rgba(0, 0, 0, 0.3);
}

:-ms-input-placeholder 
{ /* Internet Explorer 10-11 */
	color:rgba(0, 0, 0, 0.3);
}

::placeholder 
{
	color:rgba(0, 0, 0, 0.3);
}

/*************************************************************************************
	HEADER AND FOOTER
*************************************************************************************/

header .elementor-nav-menu a, 
header .elementor-nav-menu a:focus, 
header .elementor-nav-menu a:hover
{
	line-height: 1em;
}

header .elementor-widget-container nav.elementor-nav-menu--dropdown
{
	background-color: transparent !important;
}

header ul.elementor-nav-menu
{
    background: #fff;
}

header ul.elementor-nav-menu li
{
	border: 1px solid #000;
    border-top-width: 0;
}

header .elementor-nav-menu .sub-arrow i
{
	font-family: 'icomoon';
    font-style: unset;
	font-size: 36px;
}

header .elementor-menu-toggle::before
{
	content: "MENU";
	position: relative;
	font-size: 0.75rem;
	line-height: 1em;
	margin-right: 12px;
}

header .elementor-menu-toggle.elementor-active::before
{
	content: "ZAVŘÍT";
	position: relative;
	font-size: 0.75rem;
	line-height: 1em;
	margin-right: 12px;
}

header .elementor-nav-menu--indicator-plus .elementor-nav-menu .sub-arrow i:before
{
	content: "\e909";
}

header ul.elementor-nav-menu li a.highlighted span.sub-arrow i::before
{
	content: "\e908";
}

header ul.elementor-nav-menu li ul.elementor-nav-menu--dropdown li.menu-item a
{
	font-size: 1.125rem !important;
	line-height: 1.5em;
	border-left: 0;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

header ul.elementor-nav-menu li > ul.elementor-nav-menu--dropdown
{
	padding-bottom: 35px;
}

header ul.elementor-nav-menu li > li,
header ul.elementor-nav-menu li > ul.elementor-nav-menu--dropdown li.menu-item
{
	border: 0px !important;
}

header ul.elementor-nav-menu li.submenu-two-col > ul.elementor-nav-menu--dropdown li
{
	display: inline-block;
    width: 49.8%;
}

.prefooter-social .elementor-heading-title a:hover
{
	color: #F47B20;
	-webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

/********** RESPONSIVE **********/

/*** MIN WIDTH ***/

@media only screen and (min-width: 1026px)
{
	header ul.elementor-nav-menu
	{
		max-width: 50%;
		margin-right: 0;
		margin-left: 50%;
	}
}

@media only screen and (min-width: 768px)
{
}

/*** MAX WIDTH ***/

@media only screen and (max-width: 1025px)
{
	header ul.elementor-nav-menu li.submenu-two-col > ul.elementor-nav-menu--dropdown li
	{
		width: 49%;
	}

	header ul.elementor-nav-menu li ul.elementor-nav-menu--dropdown li.menu-item a
	{
		font-size: 0.875rem;
	}

	header .elementor-nav-menu .sub-arrow i
	{
		font-size: 23px;
	}
}

@media only screen and (max-width: 767px)
{
}


/*** MIN - MAX WIDTH ***/

@media only screen and (min-width: 768px) and (max-width: 1025px)
{
}

/*************************************************************************************
	MAIN CONTENT
*************************************************************************************/


/*************************************************************************************
	PAGES
*************************************************************************************/


/*************************************************************************************
	COMPONENTS
*************************************************************************************/

/**** BUTTONS ***/

a.elementor-button span.elementor-button-text
{
	line-height: 1.5em;

	border-bottom: 2px solid;
}

/*** SIDEBAR WIDGETS ***/


/*** GALLERIES ***/


/*** POST TAGS ***/

.post-tags
{
	display: none;

	max-width: 1200px;
	margin: 0 auto;
	padding: 30px 40px 85px 40px;
}

.post .post-tags
{
	display: block;
}

.post-tags span
{
	color: #fff;
}

.post-tags a
{
	font-weight: bold;

	margin: 5px 10px;
	padding: 5px 15px;

	transition: 0.5s;
	text-transform: uppercase;

	color: #000;
	border-radius: 5px;
	background: #ccc;
}

.post-tags a:hover
{
	transition: 0.5s;

	background-color: #f6e79d;
}


/*** PAGINATION ***/

.elementor-pagination
{
	padding: 30px 30px 20px;
}

.elementor-pagination a,
.elementor-pagination .current
{
	font-size: 13px;
	font-weight: 600;
	line-height: 30px;

	height: 30px;
	padding: 7px 10px;

	text-align: center;

	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
}

.elementor-pagination .current
{
	color: #fff;
	background-color: #ffdf01;
}

.elementor-pagination a
{
	color: #343;
	background: #eee;
}


/*************************************************************************************
	PLUGINS
*************************************************************************************/

/*** GPDR plugin ***/

#cookie-notice .cookie-notice-container
{
	padding: 0px;
	border: 1px solid #000;
	display: flex;
}

.cookie-notice-container span#cn-notice-text,
.cookie-notice-container span#cn-notice-buttons
{
	padding: 20px
}

.cookie-notice-container span#cn-notice-text
{
	width: calc(100% - 360px);
	margin: 0;
	text-align: left;
	display: inline-block;
    padding-left: 70px;
	position: relative;
	font-size: 13px;
}

.cookie-notice-container span#cn-notice-text::before
{
	content: "";
    width: 30px;
    height: 30px;
    background-image: url(../img/icon_amidigital.svg);
    display: inline-block;
	margin-right: 20px;
	background-size: 100%;
	position: absolute;
	left: 20px;
	top: calc(50% - 15px);
}

.cookie-notice-container span#cn-notice-text a
{
	color: #000;
	border-bottom: 1px solid;
}

.cookie-notice-container span#cn-notice-text a:hover
{
	color: #F47B20;
}

.cookie-notice-container span#cn-notice-buttons
{
	width: 360px;
	border-left: 1px solid;
}

.cn-close-icon
{
	opacity: 1;
	right: 60px;
}

.cn-close-icon:before, .cn-close-icon:after
{
	background-color: #000;
}

a#cn-accept-cookie
{
	text-transform: uppercase;
    line-height: 1em;
    color: #F47B20;
    background-color: #FFFFFF00;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 40px 40px 40px 40px;
    padding: 13px 35px 16px 35px;
	position: relative;
	line-height: 40px;
}

a#cn-accept-cookie::after
{
	content: "";
    width: auto;
    height: 2px;
    background-color: #F47B20;
    position: absolute;
    left: 35px;
    right: 35px;
    bottom: 10px;
}

a#cn-accept-cookie:hover::after
{
	content: "";
	width: auto;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 35px;
    right: 35px;
    bottom: 10px;
}

a#cn-accept-cookie:hover
{
	color: #fff;
    background-color: #F47B20;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #F47B20;
	-webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}


/*** FLUENT FORMS ***/

.fluentform .ff-el-group .ff-el-form-control:focus
{
	color: #000;
	border-color: #F47B20;
}

.fluentform .ff-el-group
{
	font-family: "Neue Montreal Regular", Sans-serif;
}

.fluentform .ff-el-group .ff-el-input--label label,
.fluentform .ff-el-group .ff-el-form-check-label span,
.fluentform .ff-el-group .ff-el-form-check-label div
{
	font-size: 0.875rem;
	line-height: 1.5em;
	font-weight: 400;
}

.fluentform .ff-el-group .ff-el-form-check-label .ff-el-form-check-input
{
	top: -1px;
}

.fluentform .ff-el-group .ff-el-form-control
{
    padding: 10px 0;
    font-size: 1.125rem;
    border: 0;
    border-bottom: 1px solid;
    border-radius: 0;
	color:#000;
}

.fluentform .ff-el-group .ff-el-form-control::placeholder
{
    color:rgba(0, 0, 0, 0.3);
}


.fluentform .ff-el-group .ff-el-input--label
{
	margin-bottom: 0;
}

.ff-el-input--content
{
	margin-top: -10px;
}

.fluentform .ff-t-cell .ff-el-group 
{
    margin-bottom: 40px;
}

.fluentform .ff-el-group.ff_submit_btn_wrapper
{
	margin: 40px 0 0 0;
}

.fluentform .ff-el-group.ff_submit_btn_wrapper button
{
	text-transform: uppercase;
    color: #F47B20;
    background-color: transparent;
	border: 2px solid #F47B20;
    border-radius: 40px 40px 40px 40px;
    padding: 8px 50px 11px 50px;
}

.fluentform .ff-el-group.ff_submit_btn_wrapper button::after
{
	content: "";
    width: auto;
    height: 2px;
    background-color: #F47B20;
    position: absolute;
    left: 50px;
    right: 50px;
    bottom: 10px;
}

.fluentform .ff-el-group.ff_submit_btn_wrapper button:hover::after
{
	content: "";
	width: auto;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 50px;
    right: 50px;
    bottom: 10px;
}

.fluentform .ff-el-group.ff_submit_btn_wrapper button:hover
{
	color: #fff;
    background-color: #F47B20;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #F47B20;
	-webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

/*************************************************************************************
	MEDIA QUERIES
*************************************************************************************/

/*** MIN WIDTH ***/

@media only screen and (min-width: 1026px)
{
}

@media only screen and (min-width: 768px)
{
.frm-fluent-form .ff-t-container .ff-t-cell 
	{
		padding: 0 30px;
	}
}

/*** MAX WIDTH ***/

@media only screen and (max-width: 1025px)
{
}

@media only screen and (max-width: 767px)
{
	#cookie-notice .cookie-notice-container
	{
		display: block;
	}

	.cookie-notice-container span#cn-notice-text,
	.cookie-notice-container span#cn-notice-buttons
	{
		width: 100%;
	}

	.cookie-notice-container span#cn-notice-text
	{
		font-size: 12px;
	}

	.cookie-notice-container span#cn-notice-buttons 
	{
		border-left: 1px solid;
		padding: 0 20px 20px 20px;
		text-align: left;
	}

	.cookie-notice-container span#cn-notice-buttons a
	{
		margin: 0;
	}

	.cn-close-icon
	{
		top: 15px;
		right: 10px;
	}
}


/*** MIN - MAX WIDTH ***/

@media only screen and (min-width: 768px) and (max-width: 1025px)
{
}
