/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Modern weboldal készítés kiemelkedő eredményekkel. Nem csak szép, de hatékony weboldalakat készítünk, amely növelni fogja a vállalkozásod bevételét és leveszi a terhet a válladról a Hello Elementor sablonnal.
Author: WPViking Agency
Author URI: https://wpviking.agency/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-wpviking-agency
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html

/* ----------------- DESIGN ----------------- */
/* Selection */
::-moz-selection {
	color: #fff;
	background: var( --e-global-color-primary );
}

::selection {
	color: #fff;
	background: var( --e-global-color-primary );
}

/* Mark */
mark {
    background: var( --e-global-color-primary );
    color: #fff;
    font-weight: 700;
}

/* Bejegyzés kivonatok után 3 pont*/
.elementor-posts .elementor-post__excerpt p:after {
	content: "..." !important;
}

/* Ikon doboz ikon igazítása */

.ikon-doboz .elementor-icon-box-title {
    margin-top: -5px !important;
}
/* Kép doboz ikon igazítása */

.kep-doboz .elementor-image-box-content {
    margin-top: -10px;
}

/* Utolsó bekezdés utáni térköz*/
p:last-child {
    margin-bottom: 0!important;
}

/* Dark mode kikapcsolása */
:root {
  color-scheme: only light !important;
}

/* Cookieyes ablak */
.cky-consent-container.cky-box-bottom-left > * {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cky-consent-container.cky-box-bottom-left {
  height: 100vh !important;
	bottom: 0px !important;
	left: 0px !important;
	width: 100% !important;
	padding: 0px 20px !important;
	background: rgba(0,0,0,0.7)
}
.cky-consent-bar {
  width: 800px !important;
  min-height: 450px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
@media only screen and (min-width: 767px){
.cky-title{
	font-size: 32px !important;
	margin-bottom: 40px !important;
	line-height: 1.4em !important;
}
.cky-notice-des p{
	font-size: 20px !important;
	line-height: 1.6em;
	margin-bottom: 40px !important;
}
}
@media only screen and (max-width:767px){
	.cky-consent-bar {
	width: 100% !important;
}
}

/* <li> tagek utáni térköz */

.elementor-widget-text-editor li:last-child {
    margin-bottom: 20px !important;
}

.kezelesek .elementor-icon {
    margin-top:-38px!important;
}
/*
h1, h2, h3, h4, h5{
  font-family: "open-sans-semicondensed", sans-serif!important;}
*/
h1 {
font-size: 56px!important;
}

h2{
font-size: 40px!important;
}

h3{
font-size: 28px!important;
}

@media (min-width: 768px){
  h2{
    font-size: 36px !important;
  }
	h1 {
	font-size: 42px!important;
	}
	h3{
font-size: 24px!important;
}
}

@media (max-width: 767px){
  h2{
    font-size: 26px !important;
  }
	h1 {
	font-size: 30px!important;
}
	h3{
font-size: 21px!important;
}
}

.orvos-oldal h2 {
	font-size: 24px!important;
}

/* bejegyzés gombok */
.wp-block-buttons.is-layout-flex.wp-block-buttons-is-layout-flex {
    margin: 30px 0;
}
a.wp-block-button__link.wp-element-button {
    background: var(--e-global-color-secondary);
    color: white;
    padding: 12px 20px;
}

a.wp-block-button__link.wp-element-button:hover {
	color: white;
	background: var(--e-global-color-accent);
}
.tagcloud a {
  display: inline-block;
  border: 1px solid #c5d3ea;
  padding: 4px;
  margin: 4px;
  font-size: 11px !important;
  color: #1e4e8c;
  text-transform: uppercase;
}
.elementor-widget-wp-widget-tag_cloud h5, .elementor-widget-wp-widget-categories h5 {
    color: var(--e-global-color-primary)!important;
    border-bottom:1px solid var(--e-global-color-f219c8a);
    padding-bottom: 10px;
}

.elementor-widget-wp-widget-categories ul {
    list-style: none;
    padding-left: 0;
}