/*
Theme Name:   ATanKapuja
Description:  Master toolkit
Author:       Meroving
Author URL:   https://meroving.com
Template:     hello-elementor
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  ATanKapuja
*/

/* Write here your own personal stylesheet */

a, a span {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.quote {
	font-size: 1.944em;	
	font-weight: 700;
}

.section-title {
	font-size: 2.777em;	
	font-weight: 900;	
}

.hero {
	font-size: 3.888em;
	font-weight: 900;	
}

/* main menu */

#menuToggle {
  width: 23px;
  height: 21px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#menuToggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #410037;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#menuToggle span:nth-child(1) {
  top: 0px;
}

#menuToggle span:nth-child(2), #menuToggle span:nth-child(3) {
  top: 9px;
  width: 78%;
}

#menuToggle span:nth-child(4) {
  top: 18px;
}

#menuToggle.open span {
	background: #1E499A;
}

#menuToggle.open span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}

#menuToggle.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 100%;
}

#menuToggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 100%;	
}

#menuToggle.open span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}

#menuToggle a {
	margin-left: 45px;
	position: relative;
	bottom: 3px;
	font-family: "Alegreya", sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.1111111111em;
}

#menuToggle.open a {
	color: #1E499A;
	text-decoration: underline;
}

#mainMenu span.mark {
	display: none !important;
}

.jet-mobile-menu div.jet-mobile-menu__item-inner, .jet-mobile-menu__toggle {
	outline: none !important;
}

.jet-mobile-menu__toggle {
	position: relative;
	left: -23px;
}

#selecter ul {
    padding: 0;
    list-style-type: none;
}

#selecter li {
    margin-bottom: 15px;
}

#selecter a {
    color: #cfd4dc;
    font-weight: 500;
    font-family: "Alegreya", sans-serif;
    font-size: 1.388888888888889em;
    text-transform: uppercase;
}

#selecter a span:first-child {
	width: 20px;
	display: inline-block;
}

#selecter a.active span {
    font-weight: 900;
}

/*#selecter a.active span + span {
    text-decoration: underline;
}*/

#selecter a:hover {
	color: #fff;
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }


/* structure */

.elementor-location-header .elementor-sticky--active .elementor-widget-wrap {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	align-items: center;
}

.menuActive {
	position: fixed !important;
	width: 100%;
}

/* breadcrump */

#breadcrumbs {
	line-height: 3em;	
}

#breadcrumbs a {
	font-size: 1,388888888888889em;
	padding: 0 10px;
}

#breadcrumbs > span > span > a {
	padding-left: 0px;
}

#breadcrumbs a:hover {
	text-decoration: underline;
}

.breadcrumb_last {
	color: #DD8C7F !important;
	padding-left: 10px;
}

/* content */

.contentpane {
	font-family: "Alegreya", sans-serif;
}

.contentpane h2 {
	font-size: 1.9444em;
	font-weight: 700;
}

.contentpane h3 {
	font-size: 1.388888888888889em;
	font-weight: 700;
}

.contentpane h4 {
	font-size: 1.1111111111em;
	font-weight: 700;
}

.contentpane h5 {
	font-size: 1em;
	font-weight: 700;
}

.contentpane p {
	font-size: 1em;
	margin-bottom: 1.6666666667em;
}

.contentpane a {
	text-decoration: underline !important;
	color: #7A7EE8 !important;
}

.contentpane a:hover {
	color: #9093F6 !important;
}

.contentpane q, .contentpane blockquote {
	background: #EFF1F6;
	font-weight: 500;
	padding: 2em;
	margin: 0 0 1em 0;
	font-style: italic;
}

.contentpane blockquote p {
	margin-bottom: 0;
}

.contentpane ul {
	list-style-type: none;
	margin-bottom: 1.6666666667em;
}

.contentpane ul ul {
	margin-bottom: 0;	
}

.contentpane ul li {
	line-height: 1.75em;
}

.contentpane ul li:before {
	content: "";
	background: #7C0B5F;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 1em;
}

.contentpane ul ul li:before {
	background: transparent;
	border: 2px solid #1E499A;
}

.contentpane table, .page-content table {
	margin-bottom: 3.3333333333em;
}

.contentpane table, .contentpane table td, .contentpane table th, .page-content table, .page-content table td, .page-content table th {
	border: 0;
	text-align: left;
}

.contentpane table td:nth-last-child(1), .contentpane table th:nth-last-child(1), .page-content table td:nth-last-child(1), .page-content table th:nth-last-child(1) {
	text-align: right;
}

.contentpane table td, .contentpane table th, .page-content table td, .page-content table th {
	padding: 1em 2em;
}

.contentpane table th, .page-content table th {
	background: #E0E5ED;
	font-weight: 700;
}

.contentpane table tr td, .page-content table tr td {
	background: #EFF1F6;	
}

.contentpane table tr:nth-child(2n+1) td, .page-content table tr:nth-child(2n+1) td {
	background: #F5F7FA;
}

figure.gallery-item {
	display: inline-block;
	margin-right: 10px !important;
}

@media screen and (max-width: 768px) {
  .contentpane table thead, .page-content table thead {
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .contentpane table tr, .page-content table tr {
    display: block;
    margin-bottom: .625em;
  }
  
  .contentpane table td, .page-content table td {
    display: block;
    text-align: right;
  }
	
	.contentpane table tr td:nth-child(2n+1), .page-content table tr td:nth-child(2n+1) {
			  background: #F5F7FA;
	}
	
.contentpane table tr td:nth-child(2n), .page-content table tr td:nth-child(2n) {
	  background: #EFF1F6;
  }
  
  .contentpane table td:before, .page-content table  td:before {
    content: attr(data-label);
    float: left;
	font-weight: 700;
  }
  
}

/* letöltések */

#downloader {
	font-family: "Alegreya", sans-serif;
}

#downloader h3 {
	font-weight: 900;
	font-size: 1.9444444444em;
	margin-bottom: 3.3333333333em;
}

#downloader ul {
	font-size: 0.833333333333333em;
	padding: 0;
	list-style-type: none;
}

#downloader ul li {
	padding: 1em 0 1em 90px;
	background: #EFF1F6 url('/wp-content/uploads/2021/01/pdf.svg') 30px center no-repeat;
	max-width: 400px;
	margin-bottom: 1.6666666667em;
}

#downloader span.size {
	float: right;
	margin: 1em;
}

#downloader span.filename {
	max-width: 55%;
	display: inline-block;
	overflow: hidden;
	height: 40px;
}

#downloader a {
	text-indent: -9999px;
	background: #6C0652 url('/wp-content/uploads/2021/01/download.svg') center center no-repeat;
	float: right;
	margin: -1em 0;
	padding: 1.95em 2.6666666667em;
	display: block;
}


/* forms */

mark {
	background: none !important;
	color: #FF5D5D;
}

.elementor-form input, .elementor-form select, .elementor-form textarea, .elementor-form button {
	padding: 16px !important;
	border-radius: 40px !important;
	font-size: 1.125em !important;
	color: #000112 !important;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	background: #EFF1F6 !important;
	border: 0  !important;
	font-family: "Alegreya", sans-serif;
}

.elementor-form input:hover, .elementor-form select:hover, .elementor-form textarea:hover, .elementor-form input:focus, .elementor-form select:focus, .elementor-form textarea:focus, .elementor-form input:active, .elementor-form select:active, .elementor-form textarea:active {
	background-color: #DFE5ED !important;
	box-shadow: none !important;
} 

.elementor-form textarea {
	border-radius: 20px !important;	
}

.elementor-form input.elementor-date-field {
	background-image: url('/wp-content/uploads/2021/01/icon-cal_form.svg');
	background-repeat: no-repeat;
	background-position: 90%;
}

.elementor-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.elementor-form .elementor-field-group {
    padding-right: calc( 40px/2 ) !important;
    padding-left: calc( 40px/2 ) !important;
    margin-bottom: 40px !important;
}

.elementor-form .elementor-field-group > label {
    padding-bottom: 10px !important;
	color: #888994 !important;
	font-size: 1.125em !important;
}

.elementor-form .elementor-field-group > button {
	background: #6C0652 !important;	
	color: #fff !important;
	font-weight: 700;
}

.elementor-form .elementor-field-group > button:hover {
	background: #7C0B5F !important;	
}

@media only screen and (max-width : 768px) {
    .elementor-form .elementor-form-fields-wrapper {
        margin: 0 -10px 40px -10px !important;    
    }
}

/* jet */

.jet-blog .jet-title-fields, .jet-smart-listing__meta {
	z-index: 9999;
}

/* teachers */

#teachers {
	background-position: center right;
	background-repeat: no-repeat;
	background-size: contain;
}

/* responsive */

@media only screen and (min-width : 1025px) and (max-width : 1580px) { /* narrow desktop */
	.elementor-kit-8 {
		font-size: 16px !important;
	}
	
	#menuToggle a {
		bottom: 3px;
	}
	
	.elementor-location-header .elementor-nav-menu li a {
		padding: 10px;
	}
	
	#mainMenu .elementor-column-wrap .elementor-column-wrap {
		padding: 2em;
	}
	
	.page-id-2 .bdt-thumb-wrapper {
		left: auto;
		bottom: 0;
		transform: none !important;
	}
		
	#teachers .elementor-row .elementor-column {
		width: 80%;
	}
	
	#teachers .elementor-row .elementor-column + .elementor-column {
		width: 20%;
	}
	
	.jet-carousel .jet-posts, form.elementor-form .elementor-form-fields-wrapper {
		margin-left: -10px !important;
		margin-right: -10px !important;
	}
	
	.jet-carousel .jet-posts .jet-posts__item {
		padding: 0 10px !important;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) { /* tablet */
	#menuToggle a {
		bottom: 0px;
	}
	
	#mainMenu .elementor-column-wrap .elementor-column-wrap {
		padding: 1.4em;
	}
	
	#mainMenu .elementor-widget:not(:last-child) {
		margin-bottom: 10px;
	}
	
	#mainMenu article section.elementor-inner-section .elementor-widget-theme-post-excerpt {
		max-height: 40px !important;
	}
	
	#mainMenu .ecs-posts {
		--grid-column-gap: 15px;
		--grid-row-gap: 15px;
	}
	
	.elementor-form input, .elementor-form select, .elementor-form textarea {
		padding: 12px !important;
	}
	
	.page-id-2 .bdt-thumb-wrapper {
		display: none;
	}
	
	#teachers {
		background-size: cover;
	}
	
	.jet-smart-listing__posts .jet-smart-listing__post-wrapper {
		padding: 0 10px 0 0;
	}
	
	.jet-smart-listing__posts .jet-smart-listing__post-wrapper + .jet-smart-listing__post-wrapper {
		padding: 0 0 0 10px;
	}
	
	form.elementor-form .elementor-form-fields-wrapper {
		margin-left: -10px !important;
		margin-right: -10px !important;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1580px) { /* narrow desktop + tablet */
	#mainMenu article .elementor-column-wrap, #mainMenu article section {
		padding: 0 !important;
	}
	
	#mainMenu article section.elementor-inner-section {
		padding: 10px 15px !important;
	}
	
	#mainMenu .jet-search-filter__input {
		padding-left: 15px;
		padding-right: 15px;		
	}
	
	#mainMenu article section.elementor-inner-section .elementor-widget-theme-post-excerpt {
		max-height: 45px;
	}
	
	#mainMenu article .elementor-widget-image +  .elementor-widget-post-info {
		top: 5px;
		left: 10px;
	}
	
	#mainMenu article .elementor-widget-image +  .elementor-widget-post-info + div {
		margin: -60px 10px 0 0;
	}

	#mainMenu article .elementor-widget-image +  .elementor-widget-post-info + div + div, 
	#mainMenu article .elementor-widget-image +  .elementor-widget-post-info + .elementor-widget-post-info {
		margin: -40px 10px 0 0;
	}
	
	#mainMenu article .elementor-icon-list-items li {
		font-size: 0.888888888888889em;
	}
	
	#mainMenu article svg {
		width: 15px;
	}
	
	#teachers > .elementor-background-overlay {
		background-image: linear-gradient(90deg, #7C0B5F 50%, #0000 100%);
	}
}

@media only screen and (max-width : 768px) { /* mobile */
	#selecter a {
		font-size: 1.428571428571429em;
	}
	
	#selecter li {
		margin-bottom: 5px;
	}
	
	#mainMenu .elementor-column-wrap .elementor-column-wrap {
		padding: 1.5em 1em 0 2em;
	}
	
	#mainMenu .elementor-widget:not(:last-child) {
		margin-bottom: 5px;
	}
	
	#teachers {
		background-position: 60% center;
		background-size: cover;
	}
	
	#teachers > .elementor-background-overlay {
		background-image: linear-gradient(90deg, #146785 20%, #0000 200%);
	}
	
	.page-id-2 .bdt-thumb-wrapper {
		display: none;
	}
}

/* player */

.mejs-currenttime-container {
	position: absolute;
    bottom: 0;
    left: 41px;
}

.mejs-duration-container {
	position: absolute;
    bottom: 0;
    right: 95px;
}

.elementor-section-wrap > .elementor-section.audio:nth-child(2n) {
	background: #EFF1F6 !important;
}

.elementor-section.audio.closed .enlarger {
	width: 95%;
}

.elementor-section.audio.closed h4 span {
	display: none !important;
}

.elementor-section.audio.closed .openair, .elementor-section.audio.closed .mejs-controls > div, .elementor-section.audio.closed .mejs-controls > .mejs-horizontal-volume-slider {
	display: none;
}

.elementor-section.audio.closed .mejs-controls > div.mejs-playpause-button {
	display: block;
}

.elementor-section.audio.closed .elementor-widget-wrap > .elementor-widget-jet-audio {
	width: 4%;
}

.elementor-section.audio.closed .elementor-widget-wrap > div:first-child {
	order: 2;
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) {
	.elementor-section.audio.closed .elementor-widget-wrap > .elementor-widget-jet-audio {
		width: 6%;
	}
	.mejs-duration-container {
		right: 0px;
	}	  
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) {
	.elementor-section.audio.closed .elementor-widget-wrap > .elementor-widget-jet-audio {
		width: 8%;
	}
	.mejs-duration-container {
		right: 0px;
	}	  
}

@media only screen 
  and (max-device-width: 767px) {
	.mejs-duration-container {
		right: 0px;
	}
	.elementor-section.audio.closed .enlarger {
		width: 90%;
	}	  
	.elementor-section.audio.closed .enlarger + .elementor-column {
		width: 10%;
	}
	.elementor-section.audio.closed .elementor-widget-wrap > .elementor-widget-jet-audio {
		width: 15%;
	}
	.elementor-section.audio.closed .enlarger .elementor-widget-wrap > div:first-child {
		width: 85%;
	}
	.elementor-section.audio.closed .enlarger .elementor-widget-wrap > div:first-child .elementor-widget-container {
		padding-left: 0px;
	}
}