/*
Theme Name: BuzzCV - 2023
Author: The G man himself
Description: Magical CV builder theme
Version: 1.1
Text Domain: dynamic-cv-theme
*/

* {
	font-family: 'Poppins', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

}
img {
	display: block;
}
h2, .cvm-loader-inner span {
	font-size: 40px;
	margin-top: 0px;
}
p, label, span, input[type=text], input[type=password], ul {
	font-size: 18px;
}
.reg-country-picker {
	width: 100%;
}
/*
.reg-country-picker-holder .select2-selection {
	border: 1px solid #b8b5b5;
    padding: 15px;
    border-radius: 15px;
    width: 100%;
    margin: 0px;
    background: white;
}
*/
.reg-country-picker-holder .select2-selection {
	border: 1px solid #b8b5b5;
    border-radius: 15px;
	height: 59px;
}
.reg-country-picker-holder .select2-container .select2-selection--single .select2-selection__rendered {
	padding: 16px 14px 14px 16px;
}
.reg-country-picker-holder .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 16px;
	right: 12px;
}
.aligncenter {
	margin: auto !important;
}
.aligncenter img {
	margin: auto;
}
figure {
	margin: 0px;
}
figure img {
	max-width: 100%;
	height: auto;
}
.navigation-inner {
	padding: 0px 20px;
}
.menu-mobile-hamburger {
	display: block;
}
.menu-mobile-hamburger div {
	width: 30px;
	height: 2px;
	background: black;
	margin-top: 5px;
	display: block;
}
.dropdown-full {
	position: fixed !important;
	width: 100%;
	margin-top: 15px;
	display: block;
	left: 0;
}
.dropdown-input-item {
	border-radius: 0px !important;
}
.hidden-desktop {
	display: none;
}
.img-holder {
	max-width: 400px;
}
.img-holder img {
	width: 100%;
	height: auto;
	border-radius: 25px;
}
/* MEGATRON */
.megatron {
	background-color: aliceblue;
	overflow: hidden;
}
.megatron > .wp-block-group__inner-container {
	max-width: 1350px;
	padding: 20px 60px 0px 60px;
	margin: auto;
}
.megatron > .wp-block-group__inner-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;	
	background-image: url('../new-cv-mallen/images/backgrounds/background-megatron.webp');
	background-position-x: 80%;
	background-position-y: 20%;
	background-repeat: no-repeat;
}
.megatron .wp-block-group {
	width: 50%;
}
.megatron .wp-block-group:first-of-type {
	align-items: center;
	padding: 30px 15px 30px 0px;
}
.megatron .wp-block-image {
	margin-bottom: 0px;
}
.megatron img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 25px 25px 0px 0px;	
}
.megatron h1 {
	font-size: 50px;
	font-weight: 800;
	margin-top: 0px;
	margin-bottom: 10px;
}
.megatron p:first-of-type {
	font-size: 20px;
}
.megatron ul {
	list-style: none;
	padding-left: 0px;
	margin-bottom: 20px;
}
.megatron li {
	display: inline-block;
	margin-right: 10px;
}
.megatron ul li:before {
	content: '✓';
	margin-right: 5px;
	color: #1e7e34;
	font-size: 20px;
}
.is-provider-youtube {
	max-width: 500px;
	margin: auto;
}
/* SECTION */

.section-review img {
	width: 100%;
	height: auto;
}
.single-section .wp-block-group__inner-container, .section-two-columns, .section-review, .section-three-columns-usp, .footer-inner, .article-section, .article-section-wrapper {
	padding: 60px 30px;
	max-width: 1200px;
	margin: auto;
}
.section-step-by-step {
	width: 100%;
	background: #4245DA;
	color: white;
	position: relative;
}
.single-section h2, .section-review h2, .section-three-columns-usp h2 {
	border-bottom: 3px solid #4245DA;
	display: inline-block;
}
.section-inverted {
	color: #4245DA;
	background-color: aliceblue;
}
.section-inverted h2 {
	border-bottom: none;
}
.single-section p {
	max-width: 800px;
	margin: auto;
	margin-bottom: 20px;
}
.cv-template-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	cursor: pointer;
}
.template-gallery figure:hover .cv-template-overlay {
  opacity: 1;
}
.cv-template-overlay .text {
  color: white;
  border-radius: 10px;
  font-weight: 600;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #4245DA;
  padding: 20px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
}
.single-section .wp-block-gallery figure {
	border-radius: 7px;
	box-shadow: 1px 1px 19px -2px rgba(0,0,0,0.31);
	-webkit-box-shadow: 1px 1px 19px -2px rgba(0,0,0,0.31);
	-moz-box-shadow: 1px 1px 19px -2px rgba(0,0,0,0.31);
	margin: auto;
	height: auto;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}
.section-two-columns .wp-block-columns {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.section-two-columns img {
	width: 100%;
	height: auto;
}
.section-two-columns-row-reverse .wp-block-columns {
	flex-direction: row-reverse;	
}
.section-two-columns .wp-block-columns .wp-block-column:first-of-type {
	width: 40%;
}
.section-two-columns .wp-block-columns .wp-block-column:last-of-type {
	width: 60%;
}
.section-two-columns .wp-block-columns .wp-block-column {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	padding-right: 30px;
}
.section-step-by-step h2, .section-three-columns-usp h2, .section-three-columns-usp {
	text-align: center;
}
.section-step-by-step .wp-block-group__inner-container {
	padding: 60px 30px;
	max-width: 800px;
	margin: auto;
}
.section-step-by-step ol > li {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 20px;
}
.section-step-by-step ol > li > ol {
	list-style: none;
	padding-left: 0px;

}
.section-step-by-step ol > li > ol > li {
	font-size: 18px;
	font-weight: normal;
}
.section-step-by-step img {
	display: block;
}
.section-step-by-step figure:first-of-type {
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 0;
	bottom: 0px;
}
.section-step-by-step figure:last-of-type {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0;
	top: 0px;
	transform: rotate(180deg);
}
.section-three-columns-usp .wp-block-columns {
	text-align: left;
	align-items: flex-start;
}
.section-three-columns-usp .wp-block-columns .wp-block-column {
	width: 33.3%;
	padding: 10px;
	display: flex;
}
.section-three-columns-usp p {
	margin-top: 0px;
}
.section-three-columns-usp p:first-of-type {
	font-weight: bold;
}
.section-three-columns-usp > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column > .wp-block-group {
	width: calc( 100% - 100px );
	margin-left: 15px;
}
.section-three-columns-usp .wp-block-columns .wp-block-column figure {
	width: 100px;
	margin: 0px;
}
.section-three-columns-usp .wp-block-columns .wp-block-column figure img {
	width: 100%;
	height: auto;
}
.shadow {
box-shadow: -6px 6px 19px -3px rgba(0,0,0,0.59);
-webkit-box-shadow: -6px 6px 19px -3px rgba(0,0,0,0.59);
-moz-box-shadow: -6px 6px 19px -3px rgba(0,0,0,0.59);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}
/* ARTICLE */
.article-section-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.article-left, .article-right {
	width: 200px;
	padding-right: 20px;
}
.article-middle {
	width: calc(100% - 200px);
}
.blog-author {
	display: block;
	margin-bottom: 10px;
}
.article-section-wrapper h1 {
	margin-top: 0px;
}
#article-index-box {
	background: #bedefc;
	color: #000;
	padding: 20px;
	margin-bottom: 20px;
}
#article-index-box a {
	text-decoration: none;
	color: black;	
}
.article-list-box {
	margin-bottom: 20px;
	border-bottom: 1px solid #7b7df2;
	position: relative;
}
.article-cross-box {
 position: relative;
}
.article-list-box .img-holder {
	margin-bottom: 10px;
}
.article-list-heading {
	font-size: 20px;
	display: block;
	border-bottom: 2px solid #4245DA;
	margin-bottom: 20px;
}
.article-list-box .blog-title {
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	color: black;
	margin-bottom: 10px;
	display: block;
}
.article-list-box .blog-title:after, .article-cross-box-inner .article-cross-title:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	z-index: 1;
}
.article-list-box p {
	margin-top: 0px;
}
.article-left .blog-menu, .article-right .blog-article-menu {
	list-style: none;	
	padding-left: 0px;
	margin-top: 0px;
}
.article-left .blog-menu > a, .article-right .blog-menu > a, .article-right .blog-article-menu a {
	 font-size: 17px;
	 display: block;
	 margin-bottom: 5px;
	 color: black;
	 text-decoration: none;
}
.article-left .article-list-heading {
	display: inline-block;
	margin-top: 10px;
}
.article-hero-image img {
	width: 100%;
	height: auto;
}
.article-content figure img {
	display: block;
}
.article-content ul {
	display: block;
	line-height: 1.6;
}
.article-content ul {
	display: block;
	line-height: 1.7;
}
.article-content figure {
	margin: 15px 0px;
}
.article-content h2 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.article-cross-reading {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 60px;
}
.article-cross-box {
	width: 25%;
	padding: 10px;	
}
.article-cross-box-inner {
	background: #4245DA;
	overflow:auto;
	border-radius: 20px;
	max-height: 350px;
	overflow: hidden;
}
.article-cross-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
	display: flex;
	margin: 10px;
	color: white;
	text-decoration: none;
}
.article-cross-box img {
	width: 100%;
	height: auto;
}
/* FOOTER */

.footer-wrapper {
	background: #202020;
}
.footer-inner {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.footer-inner div {
	width: 25%;
	padding: 10px;
}
.footer-links-title {
	color: white;
	font-weight: bold;
}
.footer-wrapper a {
	padding: 15px 0px;
	color: #d8d8d8;
	display: block;
}
/* BUTTONS */
.button, .wp-block-button__link {
	padding: 20px;
	text-align: center;
	display: inline-block;
	font-size: 20px;
	color: white;
	background: #4245DA;
	text-decoration: none;
	border-radius: 10px;
	font-weight: 600;
	cursor: pointer;
}
.dropdown-holder {
	top: 60px;
}
/* REGISTRATION SLIDER */ 

/* REGISTRATION */
.registration-wrapper {
	background: aliceblue;
    padding: 20px 0px 100px 0px;
}
.registration-holder {
	padding: 30px;
	border-radius: 20px;
	padding-right: 50px;
	max-width: 800px;
	margin: auto;
}
.linkbox {
	border-color: #dee0e3;
	background: #f6f3f3;
	padding: 10px;
	border: 1px dashed;
}
.registration-template-wrapper {
	display: flex;
	margin: auto;
}
.registration-single-template-holder {
	width: calc( 33.33% - 20px );
	margin: 10px;
	border-radius: 7px;
	overflow: hidden;
    box-shadow: 1px 1px 19px -2px rgba(0,0,0,0.31);
    -webkit-box-shadow: 1px 1px 19px -2px rgba(0,0,0,0.31);
    -moz-box-shadow: 1px 1px 19px -2px rgba(0,0,0,0.31);
    position: relative;
}
.registration-single-template-holder img {
	width: 100%;
	height: auto;
}
.slick-list {
	padding: 11px 60px !important;
}
.slick-arrow {
	position: absolute;
    z-index: 2;
    top: 50%;
    background: blue;
    color: white;
    font-size: 0px;
    content: "<";
    border-radius: 50%;
    border: none;
    height: 50px;
    width: 50px;
    cursor: pointer;
}
.slick-prev:before {
	content: "<";
    font-size: 30px;
    font-weight: 700;
}
.slick-prev {
    left: 30px;
}
.slick-next:before {
	content: ">";
    font-size: 30px;
    font-weight: 700;
}
.slick-next {
    right: 30px;
}
.slick-center:before {
	content: attr(data-button-text);
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	padding: 20px;
    text-align: center;
    display: inline-block;
    font-size: 20px;
    color: white;
    background: #4245DA;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
}
.slick-center {
	cursor: pointer;
}  
@media (min-width: 992px) and (max-width: 1199px) {	
	.megatron h1 {
		font-size: 40px;
	}
	
}
@media (min-width: 768px) and (max-width: 991px) { 
	.megatron .wp-block-group, .section-three-columns-usp .wp-block-columns .wp-block-column, .section-two-columns .wp-block-columns .wp-block-column:first-of-type, .section-two-columns .wp-block-columns .wp-block-column:last-of-type {
		width: 100%;
	}
	.megatron > .wp-block-group__inner-container .wp-block-group:nth-child(2) {
		display: none;
	}
	.megatron > .wp-block-group__inner-container {
		background-position-x: 546px;
		background-position-y: 0px;	
	}
	.megatron h1 {
		font-size: 40px;
	}
	.megatron > .wp-block-group__inner-container {
		padding: 0px 30px;
	}
	.article-cross-box {
		width: 50%;
	}
	.wp-block-table table {
		font-size: 12px;
	}
}
@media (max-width: 767px) {
	.hidden-mobile {
		display: none;
	}
	.article-middle {
		width: 100%;
	}
	.megatron h1 {
		font-size: 40px;
	}
	h2 {
		font-size: 30px;
	}
	.section-step-by-step ol > li {
		font-size: 20px;
	}
	.megatron p:first-of-type {
		font-size: 18px;	
	}
	.registration-left {
		width: 100%;
		background: aliceblue;
	}
	.registration-right {
		display: none;
	}
	.registration-holder {
		max-width: 100%;
	}
	.navigation-inner {
		padding: 0px 20px;
		min-height: 77px;
	}
	.single-section .wp-block-group__inner-container, .section-two-columns, .section-review, .section-three-columns-usp, .footer-inner, .article-section, .article-section-wrapper, .section-step-by-step .wp-block-group__inner-container {
		padding: 30px 15px;
	}
	.megatron .wp-block-group:first-of-type {
		padding: 0px;
	}
	.megatron .wp-block-group, .section-three-columns-usp .wp-block-columns .wp-block-column, .section-two-columns .wp-block-columns .wp-block-column:first-of-type, .section-two-columns .wp-block-columns .wp-block-column:last-of-type {
		width: 100%;
	}
	.megatron {
		padding: 30px 0px;
	}
	.megatron > .wp-block-group__inner-container {
		padding: 0px 15px;
	}
	.megatron > .wp-block-group__inner-container .wp-block-group:nth-child(2) {
		display: none;
	}
	.megatron > .wp-block-group__inner-container {
		background-position-x: 426px;
		background-position-y: 0px;	
	}
	.section-step-by-step img {
		display: none;	
	}
	.section-three-columns-usp .wp-block-columns {
		margin-top: 0px;
		flex-wrap: wrap !important;
		margin-bottom: 20px;
	}
	.section-two-columns .wp-block-columns {
		flex-wrap: wrap !important;	
	}
	.section-two-columns .wp-block-columns .wp-block-column {
		padding: 0px;
	}
	.footer-inner div {
		width: 100%;
	}
	.article-cross-box {
		width: 50%;
	}
	.wp-block-table table {
		font-size: 11px;
	}
}