

@media screen and (max-width: 1300px) {

	section.hero h1 {
	}

}

@media screen and (max-width: 1215px) {

/*
	section.header .navlink {
		display: inline-flex;
	}
	section.header .navbar-center {
		display: none;
	}*/

	section.footer .footer-col.logo a {
		height: 3rem;
	}
	section.footer .footer-col.copyright p {
	    font-size: 9pt;
	}

}

@media screen and (max-width: 1100px) {

	section.hero h1 {
    }

}

@media screen and (max-width: 1023px) {

	.content h1, .title.is-1 {
		font-size: 44pt;
	}
	.content h2, .title.is-2 {
	    font-size: 29pt;
	}

	section.modal h2 {
	}
	.content p {
	    /* font-size: 0.9em; */
	}

	section.footer > .container > .columns {
		display: block;
	}
	section.footer > .container > .columns > .column {
		width: 100%;
	}
	section.footer .footer-cols .footer-col:last-child,
	section.footer .footer-cols .footer-col {
		padding-right: 5rem;
	}

}

@media screen and (min-width: 769px) and (max-width: 1000px) {


	section.block_type_cta .column.is-4 {
		width: 100%;
	}
	section.block_type_articles .column.is-4 {
		width: 50%;
	}

}

@media screen and (max-width: 960px) {

	#home section.hero.is-large .hero-body {
		padding: 6rem 1.5rem;
	}

	section.footer .footer-cols .footer-col {
		flex-shrink: 1;
		flex-grow: 0;
		min-width: 0;
	}
	section.footer .footer-cols .footer-col.menu {
/*		margin-right: auto;*/
	}
	section.footer .footer-cols .footer-col.copyright {
		display: none;
	}
	section.footer .footer_small_print_mobile {
		display: block;
	}

}

@media screen and (max-width: 900px) {

	section.hero h1 {
		font-size: 8vw;
	}

/*	section.hero.is-small .hero-body {
		padding-top: 3.5rem;
		padding-bottom: 3.5rem;
	}
*/
}

@media screen and (max-width: 768px) {

	section.mobflip .columns,
	.columns.mobflip {
		display: flex;
		flex-direction: column-reverse;
	}
	section:not(.big_image).block_type_image_text .block_image,
	section:not(.big_image).block_type_text_image .block_image {
		margin-bottom: 20px;
	}

	section.big_image .column-image .block_image {
		width: 100% !important;
		position: static;
	}
	section.block_type_text_image.big_image.mobflip .column-image .block_image,
	section.block_type_image_text.big_image:not(.mobflip) .column-image .block_image {
		margin-bottom: 2rem;
	}
	section.block_type_image_text.big_image.mobflip .column-image .block_image,
	section.block_type_text_image.big_image:not(.mobflip) .column-image .block_image {
		margin-top: 2rem;
	}

	.owl-carousel .owl-controls .owl-prev {
		left: -40px;
	}
	.owl-carousel .owl-controls .owl-next {
		right: -40px;
	}

	.modal p img {
		display: none;
	}
	.modal .fields,
	.modal .content {
		margin-bottom: 0;
	}

	.section {
    	padding-top: 4.5rem;
    	padding-bottom: 4.5rem;
    	padding-left: .5rem;
    	padding-right: .5rem;
    }


	section.cta_banner,
	section.cta_banner p {
		text-align: center !important;
	}

	main section.block_type_article_hero,
	main section.block_type_text_image:first-child {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
	}

	main section.block_type_article_hero .content,
	main section.block_type_text_image:first-child .content {
		padding-left: calc(.5rem + 20px);
		padding-right: calc(.5rem + 20px);
		padding-top: 4rem;
	}

	main section.block_type_article_hero .container,
	main section.block_type_text_image:first-child .container {
		max-width: 100%;
	}

	main section.block_type_article_hero .column-image,
	main section.block_type_text_image:first-child .column-image {
		padding-bottom: 0;
		min-height: 0;
	}

	main section.block_type_article_hero .block_image,
	main section.block_type_text_image:first-child .block_image {
		max-height: 400px;
	}

	main section.block_type_article_hero .block_image:after,
	main section.block_type_text_image:first-child .block_image:after {
		left: 0;
		height: 160px;
		background-position: center bottom;
	}

	section.steps .content {
		padding-left: 90px;
	}
	section.steps h4:first-child {
		position: absolute;
		top: .75rem;
		left: var(--columnGap);
	}
	section.steps .column:before {
		width: 3px;
		height: calc(calc(.75rem + 70px) + 100%);
		top: calc(.75rem + 70px);
		left: calc(var(--columnGap) + 34px);
	}
	section.steps .container {
		padding-bottom: 70px;
	}
	section.steps .container:after {
		bottom: 0;
		top: inherit;
		right: inherit;
		left: 0;
	}

	section.block_type_cta .column+.column {
		margin-top: 1rem;
	}

	section.section.is_boxed.big_image .column-image {
		min-height: 0;
	}
	section.section.is_boxed .container {
		padding-left: 0;
		padding-right: 0;
	}
	section.section.is_boxed .container .content {
		padding: 0 3rem 3rem 3rem;
	}

	section.footer .footer-cols .footer-col:last-child,
	section.footer .footer-cols .footer-col {
		padding-right: 0 !important;
	}

	section .comparison_table .thead {
		display: none;
	}
	section .comparison_table .tr {
		padding: .5rem 0;
	}
	section .comparison_table .tr [data-label] {
		display: flex;
		justify-content: space-between;
/*		align-items: flex-start;*/
	}
	section .comparison_table .tr [data-label]:before {
		display: inline-block;
		font-weight: 600;
		padding-right: 20px;
		content: attr(data-label);
	}
	section .comparison_table .tbody .tr [data-label]:before,
	section .comparison_table .tbody .tr p {
	  padding: .6rem 1.1rem;
	}

	section.block_type_articles .categories {
		display: block;
		padding: 1rem;
	}
	section.block_type_articles .categories a {
		padding: 0.3rem 1rem;
	}

}

@media screen and (max-width: 660px) {

	.content h1, .title.is-1 {
		font-size: 40pt;
	}
	.content h2, .title.is-2 {
	    font-size: 27pt;
	}
	.modal .modal-content {
		padding: 1.3rem !important;
	}

}

@media screen and (max-width: 560px) {

	.section {
		padding-right: 0;
		padding-left: 0;
	}
	section.section.is_boxed.block_type_image_text.big_image .column-image .block_image {
		margin-bottom: 0;

	}
    section.section.is_boxed .container .content {
        padding: 0 2rem 2rem 2rem;
    }

	section.hero h1 {
	    font-size: 11vw;
	}

	section.footer .heading {
		/* width: 100%; */
		text-align: center;
		margin: 0 auto 1rem auto;
		width: 370px;
	}
	section.footer .footer-cols {
		display: block !important;
	}
	section.footer .footer-cols .footer-col {
		margin-bottom: 2rem;
		text-align: center;
		padding-right: 0;
	}
	section.footer .footer-col.icons .socials {
		margin-right: .5rem;
	}

	section.header .navbar-item img {
	    max-height: 2.7rem;
	}

	section.header .navbar-end .navbar-item .button {
		padding: 0.9rem 1.2rem;
		border: none !important;
		font-size: 0.9rem;
	}

	section .toggler .toggle {
		flex-direction: column;
		border-radius: 40px;
	}
	section .toggler .toggle:before {
		width: calc(100% - 14px);
		height: calc(50% - 7px);
	}
	section .toggler input:checked+.toggle:before {
		left: 7px;
		top: 50%;
	}

	section .plan-card {
		padding: 1.7rem;
	}

}

@media screen and (max-width: 460px) {

	section.header .navbar-item img {
        max-height: 2.3rem;
    }

	form#form_1 .field_type_email,
	form#form_1 .field_type_button {
	  width: 100%;
	}

}

@media screen and (max-width: 425px) {

	section.header .navbar-end .navbar-item .button {
		display: none;
	}

}




