

@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 .card.plan .content h3 {
		font-size: 18pt;
		width: auto;
	}
	section .card.plan .plan-image {
    	width: calc(50% - 1rem);
    }

}

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

	section.founder .column-image:after {
	  top: -185px;
	  bottom: -185px;
	}

}

@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 .footer-cols .footer-col {
		padding-right: 2rem;
	}

}

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

	section.plan_summary .button {
		margin: -1rem 0 0 0;
		width: 100%;
	}

	section.block_type_tabs .tab_links a {
		padding: 0.7rem 0.8rem;
		flex-shrink: 1;
		/* flex-grow: 1; */
		width: auto;
	}
	section.block_type_tabs .tab_links a:first-child {
		padding-left: 1rem;
	}
	section.block_type_tabs .tab_links a:last-child {
		padding-right: 1rem;
	}

	section .account-layout {
		flex-wrap: wrap;
	}
	section .account-layout .column {
		width: 100%;
	}
	section .account-layout aside .box {
		width: 100%;
		margin-bottom: .4rem;
	}
	section .account-layout aside .box:last-child {
		margin-bottom: 0;
	}
	section .account-layout aside .box:not(.box-credits) .box-inner {
		max-height: 0;
		overflow: hidden;
	}
	section .account-layout aside .box h3 {
		text-align: left !important;
		display: flex;
		align-items: center;
		justify-content: space-between;
		cursor: pointer;
	}
	section .account-layout aside .box h3:after {
	  font-size: 1.2rem;
	  font-weight: 600;
	  font-style: normal;
	  font-variant: normal;
	  text-rendering: auto;
	  -webkit-font-smoothing: antialiased;
	  font-family: "Font Awesome 5 Pro";
	  content: "\f107";
	}
	section .account-layout aside .box.box-expand .box-inner {
		max-height: 100%;
	}

}

@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;
	}

	section .card.plan {
		flex-direction: column-reverse;
		text-align: center;
	}

}

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

	section.founder .column-image:after {
		display: none;
	}

}

@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;
	}
*/

	body.members section.section {
		padding-left: 0;
		padding-right: 0;
	}

}

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

	section.block_type_tabs .tab_links {

	}

}
@media screen and (min-width: 561px) and (max-width: 800px) {

	section.footer .footer-cols {
		flex-wrap: wrap;
	}
	section.footer .footer-cols .footer-col.logo {
		width: 100%;
		margin-bottom: 2rem;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-right: 0;
	}
	section.footer .footer-cols .footer-col.logo .socials {
		margin-top: 0rem !important;
	}

}

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

	section.section {
	    padding: 2.5rem .5rem;
	}

	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.mobflip .block_image {
		margin-bottom: 20px;
	}
	section:not(.big_image).block_type_text_image .block_image,
	section:not(.big_image).block_type_image_text.mobflip .block_image {
		margin-top: 20px;
	}

	section.big_image .column-image {
		min-height: 0;
	}
	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: 1.5rem;
	}
	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;
	}
	section.block_type_text_image.big_image.mobflip,
	section.block_type_image_text.big_image:not(.mobflip) {
		padding-top: 0 !important;
	}
	section.block_type_image_text.big_image.mobflip,
	section.block_type_text_image.big_image:not(.mobflip) {
		padding-bottom: 0 !important;
	}

	.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;
    }
*/

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

	body:not(.members) .msg {
		top: 78px;
	}

	section.block_type_tabs .tab_links {
		display: block;
		border-radius: 2rem;
	}
	section.block_type_tabs .tab_links a {
		display: block;
		border-radius: 0;
		padding-top: 0.4rem;
		padding-bottom: 0.4rem;
    	font-size: 0.95rem;
	}

}

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

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

	section.hero .title.is-1,
	section.hero h1,
	section.hero .title.is-2,
	section.hero h2 {
	    font-size: 33pt;
	}

	.modal .modal-content {
		padding: 1.3rem !important;
	}

	section.footer .footer-cols .footer-col {
		padding-right: 2.5rem;
	}

	section .page-header {
		flex-direction: column;
		gap: 1rem;
	}

}

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

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

	section.comparison table tr {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	section.comparison table tr:first-child {
		display: none;
	}
	section.comparison table tr td h5 {
/*		text-align: left;*/
	}
	section.comparison table tr td:first-child {
/*		text-align: center;*/
		width: 100% !important;
		display: block;
		border: none !important;
		border-top: 2px solid #eee !important
	}
	section.comparison table tr td:not(:first-child) {
		width: 25% !important;
		display: inline-block;
		border: none !important;
	}

}

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

	section.hero .title.is-1,
	section.hero h1,
	section.hero .title.is-2,
	section.hero h2 {
	    font-size: 27pt;
	}

	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 .socials {
/*		margin-right: .5rem;*/
		justify-content: center;
	}

}

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

	section.block_type_cart table tr td.image-col {
		display: none;
	}

}

