/* Regular screen browsers */
@media
only screen and (min-width : 1280px) {

	.container { width: 1280px; }

	/* header */

	/* footer */
	.footer_wrap { margin: 0; }

	/* show / hide */
	.no_mobile { display: block; visibility: visible; }
	.mobile_only { display: none; visibility: hidden; }

}


/* Small screen sizes and Tablet landscape */
@media
only screen and (min-width : 1024px) and (max-width : 1279px)  {

	/* width settings */
	.container { width: 1014px; }

	/* main pages */
	#menu li.menu-item { margin: 0 20px 0 20px; }

	/* main font settings */
	html, body { font-size: 16px; }
	h1 { font-size: 60px; }
	h1.smaller { font-size: 32px; }
	h2 { font-size: 28px; }
	h3 { font-size: 24px; }
	h4, h5, h6 { font-size: 18px; }

	/* header and slider */

	/* columns - gutter */
	.col_wrap {	padding: 0 30px 0 0; }
	/* column widths , 12 columns and first without gutter. Use col_wrap for gutter width (40px) */
	.col-12 { width: 1014px; }
	.col-11 { width: 927px; }
	.col-10 { width: 840px; }
	.col-9 { width: 753px; }
	.col-8 { width: 666px; }
	.col-7 { width: 579px; }
	.col-6 { width: 492px; }
	.col-5 { width: 405px; }
	.col-4 { width: 318px; }
	.col-3 { width: 231px; }
	.col-2 { width: 144px; }
	.col-1 { width: 57px; }

	/* content */
	span.arrow { top: 5px; width: 25px; height: 25px; }

	/* spacing */
	.padding_bottom_s { padding-bottom: 20px; }
	.padding_bottom_m { padding-bottom: 30px; }
	.padding_bottom_l { padding-bottom: 40px; }
	.padding_bottom_xl { padding-bottom: 60px; }
	.padding_top_s { padding-top: 20px; }
	.padding_top_m { padding-top: 30px; }
	.padding_top_l, .padding_top_ml { padding-top: 40px; }
	.padding_top_xl { padding-top: 60px; }

	/* heights */
	.height_featured_large { height: 430px; }
	.height_featured_small { height: 430px; }

	/* footer */
	.social_btns { position: static; float: left;  padding: 20px 0 20px 0; }

	/* show / hide */
	.no_mobile { display: block; visibility: visible; }
	.mobile_only { display: none; visibility: hidden; }

}

/* Tablet portrait size */
@media
only screen and (min-width : 768px) and (max-width : 1023px)  {

	/* width settings */
	.container { width: 720px; }

	/* header & navigation */
	#menu li.menu-item { margin: 0 10px 0 10px; }

	/* main font settings */
	html, body { font-size: 16px; }
	h1 { font-size: 45px; }
	h1.smaller { font-size: 32px; }
	h2 { font-size: 28px; }
	h3 { font-size: 22px; }
	h4, h5, h6 { font-size: 18px; }

	/* columns - gutter */
	.col_wrap {	padding: 0 24px 0 0; }
	/* column adjustments */
	.col-12 { width: 720px; }
	.col-11 { width: 658px; }
	.col-10 { width: 596px; }
	.col-9 { width: 534px; }
	.col-8 { width: 472px; }
	.col-7 { width: 410px; }
	.col-6 { width: 348px; }
	.col-5 { width: 286px ; }
	.col-4 { width: 224px; }
	.col-3 { width: 162px; }
	.col-2 { width: 100px; }
	.col-1 { width: 38px; }

	/* adjustments - after base  */
	.col-tablet-8 { width: 472px; }
	.col-tablet-third { width: 224px;  }
	.col-tablet-full { width: 100%;}

	/* flex */
	.flex-grow-tablet-2 { }

	/* content */
	#wrap { padding: 100px 0 0 0; }
	span.arrow { top: 5px; width: 25px; height: 25px; }

	/* widths / heights */
	.height_featured_large { height: 430px; }
	.height_featured_small { height: 430px; }

	/* spacing */
	.padding_bottom_s { padding-bottom: 20px; }
	.padding_bottom_m { padding-bottom: 30px; }
	.padding_bottom_l { padding-bottom: 40px; }
	.padding_bottom_xl { padding-bottom: 60px; }
	.padding_top_s { padding-top: 20px; }
	.padding_top_m, .padding_top_ml { padding-top: 30px; }
	.padding_top_l { padding-top: 40px; }
	.padding_top_xl { padding-top: 60px; }
	.nospace_tablet { padding: 0; }

	/* footer */
	.social_btns { position: static; float: left;  padding: 20px 0 20px 0; }
	.social_btns a:link, .social_btns a:visited { width: 35px; height: 35px; margin: 0 10px 0 0; }


	/* show / hide */
	.no_mobile { display: block; visibility: visible; }
	.mobile_only, .no_tablet { display: none; visibility: hidden; }
	.tablet_only  { display: block; visibility: visible; }
}

/* Mobile Portrait Size (devices and browsers) */
@media
only screen and (min-device-width : 320px) and (max-device-width : 767px),
only screen and (min-width : 1px) and (max-width : 767px) {

	/* width settings */
	.container { width: calc(100% - 40px); }
	.container.width_max, .container.full_width_mobile { width: 100%; }

	/* main font settings */
	html, body { font-size: 16px; }
	h1 { font-size: 38px; }
	h1.smaller { font-size: 24px; }
	h2 { font-size: 26px; }
	h3 { font-size: 24px; }
	h4, h5, h6 { font-size: 18px; }
	h1, h2, h3, h4, h5, h6 { letter-spacing: 0.5px; }

	/* header */
	#header {	height: 80px; }

	/* columns */
	.col_wrap { padding: 0; }
	.padding_right_mobile { padding-right: 30px; }
	.col-2, .col-3, .col-4, .col-5, .col-6, .col-full-mobile, .col-quarter, .col-half,
	.col-7, .col-8, .col-9, .col-10, .col-11, .col-12 { width: 100%; }
	.featured_item_small { width: 100%;  }
	.col_content {  }
	.col-1, .mobile_width_half  { width: 50%;  }
	.flex-container { flex-direction: column; }

	/* content */
	.page_section { padding: 0 !important; margin :0 !important; }
	#wrap { padding: 80px 0 20px 0; max-width: 100%; }
	span.arrow { top: 2px; width: 21px; height: 21px; }
	.preview_image {  }
	.preview_image.bottom {	top: 0;	left: 0; }
	.featured_item_small .preview_image img { min-width: 100%;  min-height: 100%;  }
	.bg_black_to_transparent_bottom { background: rgb(0,0,0); background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 33%, rgba(0,0,0,0) 60%); }
	.bg_yellow_to_transparent { background: rgb(233,255,85); background: linear-gradient(0deg, rgba(233,255,85,1) 0%, rgba(233,255,85,1) 50%, rgba(233,255,85,0) 70%); }
	.height_featured_large .flex-item { padding-top: 220px;  }

	/* spacing */
	.space.small { height: 20px; }
	.space.medium { height: 30px; }
	.space.large { height: 60px; }

	.mobile_padding_none { padding: 0 !important; }
	.no_gap_mobile { gap: 0;}
 	.padding_full, .mobile_padding_full { padding: 20px;}
	.padding_left_l { padding-left: 20px; }
	.padding_right_l { padding-right: 20px; }
	.padding_bottom_s { padding-bottom: 20px; }
	.padding_bottom_m { padding-bottom: 30px; }
	.padding_bottom_l { padding-bottom: 40px; }
	.padding_bottom_xl { padding-bottom: 60px; }
	.padding_top_s { padding-top: 10px; }
	.padding_top_m, .padding_top_ml, .padding_top_mobile { padding-top: 20px; }
	.padding_top_l { padding-top: 40px; }
	.padding_top_xl { padding-top: 60px; }
	.mobile_indent { float: left; margin: 0 0 0 40px !important; width: calc(100% - 80px); }

	/* widths / heights */
	.height_m {  }
	.preview_image_large { height: 200px; }
	.width_full_mobile { width: 100%;}
	.height_featured_large { min-height: 350px; }
	.height_featured_small { height: 400px; }

	/* footer */
	.logo_footer { margin: 0 0 30px 0; }
	.footer_wrap { margin: 0; }
	.widget { float: left; width: calc(100vw - 80px) !important; min-width: 280px;	padding: 0 0 40px 0; }
	.social_btns { position: static; float: left;  padding: 20px 0 20px 0; }

	/* show/hide */
	.no_mobile { display: none; visibility: hidden; }
	.mobile_only { display: block; visibility: visible; }

}
