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

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

}
img {
	display: block;
}
h2, .cvm-loader-inner span {
	font-size: 30px;
	margin-top: 0px;
	margin-bottom: 10px;
}
p, label, span, input[type=text], input[type=password], ul {
	font-size: 19px;
}
.reg-country-picker {
	width: 100%;
}
.h-1big {
	font-size: 20px;	
}
.h-2big {
	font-size: 30px;
}
.h-3big {
	font-size: 40px;	
}
.h-4big {
	font-size: 50px;	
}
.h-5big {
	font-size: 60px;	
}
.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: 10px 20px;
	background: white;
}
.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%;
	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 */
.section-two-columns .width-50 {
	padding: 20px;
}
.section-two-columns .width-50 img {
	width: 100%;
	height: auto;
}
.megatron {
	background-color: aliceblue;
	overflow: hidden;
}
.background-alice {
	background-color: aliceblue;
}
.hero, .sales-block {
	overflow: hidden;
}
.megatron h1, .hero h1 {
	font-size: 55px;
	font-weight: 900;
	max-width: 700px;
	margin: 0px auto;
	letter-spacing: 1.2px;
	line-height: 1.2;
}
.hero > .inner, .sales-block > .inner, .megatron > .wp-block-group__inner-container {
	max-width: 900px;
	margin: 100px auto;
	text-align: center;
}
.width-50 {
	width: 50%;	
}
.width-30 {
	width: 33.3%;	
}
.row-padding {
	margin: 0px -10px;
}
.inner-section-holder {
	padding: 40px 0px;
}
.inner-section-holder-padding-small {
	padding: 20px 0px;
}
.row-padding div {
	padding: 10px;
}
.section-normal {
	max-width: 1100px;
	margin: auto;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 10px;
	padding-right: 10px;
}
.section-normal h2 {
	margin-bottom: 20px;
}

.is-provider-youtube {
	max-width: 500px;
	margin: auto;
}
.is-provider-youtube iframe {
	border-radius: 10px;
}

/* IMAGE SLIDE BLOCK  */
.group-buttons-images-slider {
}
.group-buttons-images-slider {
	list-style: none;
    padding: 0;
    margin: 0px -10px 10px -10px;
    display: flex;	
}
.group-buttons-images-slider li {
	padding: 10px 0px;
	cursor: pointer;
	flex: 1; /* Distribute the available space equally among all <li> elements */
    width: 25%; /* Set each <li> element to 25% width */
    box-sizing: border-box;
    margin: 0px 10px;
}
.group-buttons-images-slider li .progressbar {
	background: gray;
	height: 3px;
	width: 100%;
}
.group-buttons-images-slider li h3, .group-buttons-images-slider-side-by-side li h3 {
	font-size: 22px;
	margin: 0px;
}
.active-button h3 {
	color: #4245DA;
}
.slider-image {
    display: none;
}
.slider-image img {
	border-radius: 5px;
}
.slider-image.active {
    display: block;
}
#slide-section-block img {
	width: 100%;
	height: auto;
}
.group-buttons-images-slider .wp-block-group__inner-container {
	max-width: 950px;
}
#slide-section-block .inner {
    max-width: 950px;
    margin: auto;
}
/* IMAGE SLID BLOCK WRAPPED */
.group-buttons-images-slider-side-by-side h2 {
	margin-bottom: 40px;
}
.group-buttons-images-slider-side-by-side .wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
}
.group-buttons-images-slider-side-by-side .wp-block-group__inner-container h2 {
	width: 100%;
}
.group-buttons-images-slider-side-by-side #button-list {
	width: 50%;
}
.group-buttons-images-slider-side-by-side .image-slider {
	width: 50% !important;
}
.group-buttons-images-slider-side-by-side li p { 
	margin-top: 5px;
}

.group-buttons-images-slider-side-by-side ul {
	list-style: none;
    padding: 0;
}
.group-buttons-images-slider-side-by-side ul > li {
	padding: 10px 0px;
	cursor: pointer;
    box-sizing: border-box;
    margin: 0px 10px;
}
/* SECTIONS */
.section-one {
	padding: 40px 0px;
}
.section-black {
	background: #2d2d2d;
	color: #efefef;
}
/* WP GLOBALS */
.wp-block-group {
	width: 100%;
}
.wp-block-group__inner-container {
    max-width: 1100px;
    width: 100%;
	margin: auto;
	padding: 0px 10px;
}

/* 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;
}
.template-gallery  {
	display: flex;
	flex-wrap: wrap;
}
.template-gallery figure {
	width: 25%; 
	margin: 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;
	text-decoration: none;
}
/* 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;
}
.template-carrousel-single {
	width: calc( 16.66% - 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;
}
.template-carrousel-links-active {
	cursor: pointer;
}
.template-carrousel-single .slick-slide {
	max-height: 312px;
}
.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;
}
.registration-templates .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;
}
.registration-templates .slick-center {
	cursor: pointer;
}  
/* NEW NAV MENU */
/* Basic styling for the dropdown menu */
.desktop-nav {
    background-color: white;
}
.menu-item a {
	color: black;
	text-decoration: none;
}
.desktop-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.desktop-nav ul ul {
    display: none;
    position: absolute;
    width: auto;
    top: 100%;
    left: 0;
    background-color: white;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

/* Show the sub-menu when the parent is hovered */
.desktop-nav li:hover > ul {
    display: block;
}

/* Style for the top-level menu items */
.desktop-nav > ul > li {
    position: relative;
    display: inline-block;
    color: black;    
}

.desktop-nav > ul > li > a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: black;
}

/* Style for the second-level menu items */
.desktop-nav ul ul > li > a {
    padding: 10px 20px;
    min-width: 150px;
    display: block;
}

/* Style for the third-level menu items */
.desktop-nav ul ul ul > li > a {
    background-color: white;
}
/* Style for the top-level menu item without a link */
.desktop-nav .menu-item-has-children > a {
    cursor: pointer;
}
.desktop-nav ul ul ul {
    top: 0;
    left: 100%;
}

/* Add arrow icon for sub-menus */
.desktop-nav .menu-item-has-children > a:after {
 	content: "\005E"; /* Down arrow character */
    display: inline-block;
    margin-left: 5px; /* Adjust the spacing as needed */
    font-size: 12px; /* Adjust the font size as needed */
	transform: rotate(180deg);
	vertical-align: middle;
	margin-top: -4px;
}
.desktop-nav .menu-item-has-children-level-two:after {
 	content: "\005E"; /* Down arrow character */
    display: inline-block;
    margin-left: 5px; /* Adjust the spacing as needed */
    font-size: 12px; /* Adjust the font size as needed */
	transform: rotate(90deg);
	vertical-align: middle;
	margin-top: -4px;
}
.menu-item-button {
	border: 1px solid gray;
	border-radius: 5px;
}
.button-blue {
	background: #4245DA;
	color: white !important;
}
.close-nav-dropdown {
	color: #aaa;
	font-size: 40px;
	font-weight: bold;
	cursor: pointer;
	width: 100%;
	display: block;
	padding-right: 10px;
	text-align: right;
}
.nav-holder .dropdown-holder {
	top: 0px;
}
.mobile-nav .dropdown-full {
	background: white;
	z-index: 1000;
	overflow: scroll;
	padding-bottom: 40px;
}
.mobile-nav ul {
	list-style: none;
    padding: 0;
    margin: 0;
}
.mobile-nav a {
	width: 100%;
	padding: 20px;
	display: block;
	text-decoration: none;
}
.mobile-nav a:hover {
	background: #4245DA;
	color: white !important;
}
.mobile-nav .third-line a {
	padding-left: 40px;
}
/* NEW PAGES */
.normal-page-top-holder {
	padding: 40px;
	text-align: center;
	background: #f7f7f7;
}
.article-holder, .ex-content {
	max-width: 1100px; 
	margin: auto;
}
.article-box {
	width: 33%;
	padding: 20px;
}
.article-box a {
	font-size: 18px;
	color: black;
	text-decoration: none;
}
.article-box-image-holder {
	max-width: 100%;
	max-height: 200px;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0px -1px 11px -2px rgba(128,128,128,0.75);
	-webkit-box-shadow: 0px -1px 11px -2px rgba(128,128,128,0.75);
	-moz-box-shadow: 0px -1px 11px -2px rgba(128,128,128,0.75);
}
.article-box img {
	max-width: 100%;
	height: auto;
}
.new-article-top {
	background: #f7f7f7;
}
.new-article-top-holder {
	justify-content: space-between;
}
.new-article-top-holder div {
	overflow: hidden;
}
.new-article-top-holder div:nth-child(1) {
	width: 40%;
	overflow: auto;
}
.new-article-top-holder div:nth-child(2) {
	width: 40%;
	max-height: 240px;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0px -1px 11px -2px rgba(128,128,128,0.75);
	-webkit-box-shadow: 0px -1px 11px -2px rgba(128,128,128,0.75);
	-moz-box-shadow: 0px -1px 11px -2px rgba(128,128,128,0.75);
}
.new-sections-normal {
	max-width: 1100px;
	padding: 40px 15px;
	margin: auto;
}
.new-article-top-holder div img {
	width: 100%;
	height: auto;
}
.new-register-box {
	padding: 30px; 
	margin: 0px 15px;
	background: #eee;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-content: center;
}
.new-article-content {
	width: calc( 100% - 300px ); 
	padding: 0px 10px 0px 0px;
}
.new-article-index-holder {
	width: 300px;
	padding: 0px 0px 0px 10px;
}
.new-article-index div { 
	padding: 10px 20px 20px 20px;
	background: #eee;	
}
.new-article-index-title {
	font-weight: bold;
}
.new-article-index-links {
	padding: 10px 0px;
	border-bottom: 1px solid gray;
}
.new-article-index-links a {
	color: black;
	text-decoration: none;
}
/* NEW CSS */
.aa-box {
    border-radius: 10px;
	padding: 20px;
	background: #f9f9f9;
    margin: 40px 0px;
    overflow: auto;
}
.aa-box-title {
    font-size: 30px;
    display: block;
    margin-bottom: 10px;
}
.aa-box-heading {
	display: block;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.aa-box-social-holder {
	width: 100%;
	margin-top: 20px;
	text-align: center;
}
.aa-box-social-holder a {
	display: inline-block;
	text-align: center;
}
.aa-box-content-inner {
	position: relative;
}
.aa-box-title:after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.ex-top-holder {
	max-width: 1100px;
	margin: auto;
	overflow: hidden;
	padding-top: 50px;
	border-bottom: 1px solid #eee;
}
.ex-top-breadcrumb-nav {
	font-size: 14px;
	text-transform: uppercase;
}
.ex-top-breadcrumb-nav a, .aa-box-content-inner a {
	color: black;
	text-decoration: none;
}
.ex-content {
	margin-top: 30px;
}
.ex-left {
	width: calc( 100% - 570px );
}
.ex-right {
	width: 550px;
	margin-left: 20px;
}
.ex-image-holder {
	max-width: 500px; 
	margin: auto;
	position: relative;
}
.ex-image-holder img { 
	width: 100%;
	height: auto;
	-webkit-box-shadow: -1px -1px 31px -7px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px -1px 31px -7px rgba(0,0,0,0.75);
	box-shadow: -1px -1px 31px -7px rgba(0,0,0,0.75);
}
.ex-top-cv-button {
	padding: 10px 10px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    color: white;
    background: #4245DA;
    text-decoration: none;
    border-radius: 10px;
    cursor: pointer;
}
.ex-image-button-holder {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);	
	display: flex;
	flex-direction: column;
	z-index: 2;
}
.ex-image-holder .live-button {
	display: inline-block;
	margin-bottom: 10px;
	cursor: pointer;
}
.ex-image-holder .edit-button {
	display: inline-block;
	cursor: pointer;
}
.copy-text-example {
	padding: 15px 15px;
	border: 1px dashed gray;
	background: aliceblue;
	position: relative;
	cursor: pointer;
	border-radius: 10px;
	margin-bottom: 20px;
}
.copy-text-example .copy-text {
  position: absolute;
    top: 5px;
    right: 5px;
    background-color: white;
    color: #4245DA;
    padding: 5px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 10px;
    border: #4245DA 1px dashed;
}
.copy-text-example-heading {
	display: block;
	text-transform: uppercase;
}
@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;
	}
	.group-buttons-images-slider-side-by-side #button-list, .ex-left, .ex-right {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.mobile-nav .dropdown-full {
		height: 100%;
	}
	.ex-wrapper {
		padding: 0px 10px;
	}
	.ex-image-holder {
		padding: 15px;
	}
	.ex-right {
		margin: 0px;
	}
	.ex-top-holder {
		padding-top: 0px;
	}
	.group-buttons-images-slider {
		flex-direction: column;
		margin: 0px;
	}
	.group-buttons-images-slider li {
		margin: 0px;	
		display: block;
	}
	.template-gallery {
		flex-direction: column;
	}
	.group-buttons-images-slider-side-by-side .image-slider {
		display: none;
	}
	.group-buttons-images-slider-side-by-side #button-list, .ex-left, .ex-right, .width-50 {
		width: 100%;
	}
	.template-gallery figure {
		width: 219px;
		margin: auto;
	}
	.cv-template-overlay .text {
		font-size: 15px;
	}
	.group-buttons-images-slider ul {
		display: block;
		margin: 0px;
	}

	.hidden-mobile {
		display: none;
	}
	.new-article-content-wrapper {
		flex-direction: column-reverse;
	}
	.article-middle, .article-box, .new-article-content, .new-article-index, .new-article-top-holder div, .group-buttons-images-slider li {
		width: 100% !important;
	}
	.new-article-content, .new-article-index {
		padding: 0px;	
	}
	.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, .section-normal {
		padding: 30px 15px;
	}
	.inner-section-holder-padding-small, .inner-section-holder, .section-two-columns .width-50 {
		padding: 5px 0px;
	}
	.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;
	}
}