

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

	.navbar-burger {
		display: flex;
	}
	section.hero h1 {
		font-size: 3.3rem;
	}
	section.modal h2 {
		font-size: 2rem;
	}
	.content p {
	    font-size: 0.9em;
	}
	#home section.hero .block_image {
		right: 0px;
	}
	#home section.hero p:last-child {
		white-space: initial;
	}
	#home section.hero p:last-child a.button {
		margin-left: 0;
		margin-top: 10px;
	}

	section.block_type_article_content .article_image {
		margin-left: 0;
		width: 100%;
	}


}

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

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

	section .usps {
	  width: 100%;
	  justify-content: space-around;
	}
	section p.usp {
	  width: calc(33.333% - 1rem);
	}

}

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

	.section {
	    padding: 4.5rem 1.5rem;
	}

	.content h1 {
		font-size: 3.2rem;
	}
	.content h2 {
	    font-size: 45px;
	}
	.title {
		font-size: 2rem;
	}

	section.mobflip .columns,
	.columns.mobflip {
		display: flex;
		flex-direction: column-reverse;
	}
	.block_type_image_text .column-image,
	.block_type_text_image .column-image {
		/*margin-bottom: 20px;*/
	}

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

	section.block_id_5 .columns {
		display: flex;
		flex-wrap: wrap;
	}
	section.block_id_5 .columns .column {
		width: auto;
		flex-basis: initial;
		flex-shrink: 0;
	}

	section.form  {
		padding-bottom: 0;
	}
	section.form .content img {
		width: 500px;
		margin: -30px auto 0 auto;
		display: block;
		max-width: calc(100% - 1.5rem);
	}
	section.form .block-form {
		position: relative;
		top: -80px;
	}

	section.block_type_features .feature {
		margin-bottom: 0 !important;
		padding-top: .75rem !important;
		padding-bottom: .75rem !important;
	}

	#home section.hero .column.is-7 {
		position: relative;
		z-index: 10;
		/* width: 700px; */
		/* max-width: 100%; */
		text-align: center;
	}
	#home section.hero p {
		width: 100%;
	}
	#home section.hero .column.is-5 {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		transform: scale(0.7);
		opacity: .3;
		z-index: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	section.locations .column {
		padding-top: 34px;
		padding-bottom: 34px;
	}
	section.locations .column:first-child {
		padding-top: .75rem;
	}
	section.locations .column:last-child {
		padding-bottom: .75rem;
	}
	section.locations .column:before {
		top: inherit;
		bottom: 0;
		left: 10%;
		right: 10%;
		width: auto;
		height: 2px;
		background: linear-gradient(90deg, #91bdff00, #ffffff47, #91bdff00);
	}

	section.hero .title.is-1,
	section.hero h1 {
	    font-size: 2.7rem;
	}
	section.hero p {
		font-size: 16px;
	}

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

	section.block_type_gallery .gallery .gallery_image {
		width: 25%;
	}

	.owl-theme .owl-dots .owl-dot span {
		width: 3px;
	}

}


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

	section.block_type_icon_content .cta .top_section .title {
		font-size: 2.1vw !important;
	}
	section.block_type_icon_content .cta .bottom_section .subtitle {
		font-size: 1.4vw !important;
	}

}

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

	#home section.hero .title.is-1,
	#home section.hero h1,
	#home section.hero p {
		width: 100%;
	}
	section.block_id_1 .hero-body .container:after {
		display: none;
	}
	section.cta h2 {
	    font-size: 2.4em;
	}
	section.block_id_5 img {
		height: 60px;
		object-fit: contain;
	}

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

}

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

	section.block_type_gallery .gallery .gallery_image {
		width: 36%;
	}

	.navbar-brand .navbar-item {
	    max-width: calc(100% - 50px);
	}

	.announcer p {
		display: block;
		width: 100%;
		text-align: center;
		font-size: 0.9em;
	}
	.announcer .socials {
		display: none;
	}

	/*section.header .navbar {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}*/

	section.block_type_pricing ul li {
		align-items: flex-start !important;
	}
	section.block_type_pricing ul li svg {
		margin-top: 2px;
	}

	.footer {
		text-align: center;
	}
	.footer .copyright,
	.footer .copyright small {
		display: block !important;
		text-align: center;
	}
	.footer .copyright small+small {
		margin-top: 14px;
	}

}
