/*!
Theme Name: JLEXCorp - Harold's Bread
Theme URI: https://www.haroldsbread.com.my/
Author: JLEX
Author URI: http://www.jlex.my
Description: Corporate Website template, purely just meant for website information without WooCommerce
Version: 1.5.0
Text Domain: jlexcor
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/


*,*::before,*::after {box-sizing: border-box;}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-overflow-scrolling: touch;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  /*
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  */
  font-family: "DM Sans",  "Helvetica Neue", Arial, "Noto Sans",sans-serif;

  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  text-align: left;
  background-color: #fafafa;  
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
	overflow-x:hidden;
}

@media screen and (min-width:1200px){
	body{font-size: 18px;}
}


[tabindex="-1"]:focus {
  outline: 0 !important;
}


/*

		GRID

*/
.container{max-width: 1320px;margin: 0 auto;}




/*--------------------------------------------------------------
	MAIN STRUCTURE
--------------------------------------------------------------*/

.site_header{
	width: 100%;
	top: 0;
	left: 0;
	height: 58px;
	padding: 8px;
	position: fixed;
	z-index: 9999;
	background-color: #060606;
	}

.site_header-brand{width: 60%;}
.site_header-toggle{width: 40%;}

.opened{
	height: 100%;
}

.logo{
	display: block;
	width: 100px;
	height: 100px;
	
	/**/
	background:url('img/haroldsbread-logo.svg') no-repeat center center;
	background-size: contain;
	white-space: nowrap;
	text-indent: -9999px;
	overflow: hidden;
	
}

.menu_toggle {
	background-color: transparent;
	display: block;
	width: 46px;
	border: 0;
	text-align: center;
	float: right;
}
.menu_toggle svg{fill:#FFFAC2;
width:24px;
margin: 0 auto;}
.menu_toggle-title{
	display:block;
	color: #FFFAC2;
	line-height: 1em;
	font-size: 12px;
}

.menu_toggle .close{display:none}
.menu_toggle .bar{display:block}
.menu_toggle.active .close{display:block}
.menu_toggle.active .bar{display:none}


.site_content{
	padding-top: 4.5em;
}

#fullmenu{
	transform: translateX(-100%);
	position:fixed;
	z-index: 900;
	top:0;
	left: 0;
	width: 100%;
	overflow-y:scroll;
	bottom: 0;
	transition: transform .25s cubic-bezier(0,.81,.61,1);
	
}

#fullmenu.open{
	transform: translateX(0);
}
.elementor-editor-active #fullmenu{transform: translateX(0);
position: relative;}

.col_content-single{
	max-width:720px;
	padding: 30px 20px;
	margin: 0 auto;
}

.col_content-full,
.col_content-left,
.col_content-right,
.col_sidebar-left,
.col_sidebar-right{padding: 0 16px;}


@media screen and (min-width:768px) {
	.site_header{width: 140px;height: auto;padding:10px}
	.site_header-brand,
	.site_header-toggle{width:100%;}
	.logo{margin: 0 auto;}
	.menu_toggle{float:none;margin:0 auto}


	
	.col_content-left{float: left;width:66.66666666666666%;padding:0 20px 0 16px;}
	.col_content-right{float: right;width: 66.66666666666666%;padding:0 16px 0 20px;}
	.col_sidebar-left{float: left;width: 33.33333333333333%;padding:0 20px 0 10px;}
	.col_sidebar-right{float: right;width:33.33333333333333%;padding:0 10px 0 20px;}
	.col_content-full{padding: 0 20px;}
}

@media screen and (min-width:960px) {
	.site_header{width: 140px;padding:20px 0}
	.logo{margin: 0 auto 1em;width: 110px;height: 110px;}
	.site_content{padding-top: 6em;}

	.col_content-left{width: 66.66666666666666%;padding:0;}
	.col_content-right{width: 66.66666666666666%;padding:0 0 0 30px;}
	.col_sidebar-left{width: 33.33333333333333%;padding:0 30px 0 0;}
	.col_sidebar-right{width: 33.33333333333333%;padding:0 0 0 30px;}
	.col-content{width: 66.66666666666666%;padding: 0 30px 0 0;}
	.col-sidebar{width: 33.33333333333333%;padding:0 0 0 30px;}
	.col_content-full{padding: 0 30px;}
}

@media screen and (min-width:1200px) {
	.col_content-left{width: 70%;padding:0 40px 0 0;}
	.col_content-right{width: 70%;padding:0 0 0 60px;}
	.col_sidebar-left{width: 30%;padding:0 60px 0 0;}
	.col_sidebar-right{width: 30%;padding:0 0 0 60px;}
	.col-content{width: 70%;padding:0 0 0 0;}
	.col-sidebar{width: 20%;padding:0 0 0 40px;}
	.col_content-full{padding: 0 40px;}
	.col_content-single{max-width: 800px;padding: 0;}
}



.flex,
.loop_wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	align-content: stretch;
}






/*
		SINGLES
*/
.single_header{
	padding:120px 40px 40px;
	text-align: center;
	background-color:#222;
	background-size: cover;
	color: #888;
	position: relative;
}
.single_header::before{
	content:'';
	display:block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.6);
	z-index: 10;
}
.single_title{
	color: #fff;
	font-size: 28px;
	max-width: 600px;
	margin: 0 auto;
	position: relative;
	z-index: 90;
	text-shadow: 0 2px 3px #000;
	font-family: 'Lustria', Georgia, 'Times New Roman', Times, serif;

	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
}
.single_header-meta a{color: #ccc;}
.single_header-meta a:hover,
.single_header-meta a:focus{
	color: #FFFAC2;
}

.single_tags{
	font-size: 14px;
	color: #666;
	line-height: 1em;
}
.single_tags a{
	color: #888;
	display: inline-block;
	padding:6px 10px;
	background-color: #eee;
}
.single_tags a:hover,
.single_tags a:focus{
	color: #000;
	text-decoration: none;
	background-color: #ccc;
}


.social_sharing_buttons {
	padding: 2em 0;
	text-align: center;
}

.single_container {
	padding: 2em 0;
}
.single_content{padding: 20px 10px;}


@media (max-width:520px){
	.wp-block-table{
		overflow-x: scroll;
	}
	.wp-block-table table{
		min-width: 360px;
	}
}
.wp-block-table{
	margin: 0 0 2em;
}

.social-sharing-buttons {
	width: 100%;
	clear: both;
	padding: 1em 0;
	text-align: center
}

.social-sharing-buttons a {
	display: inline-block;
	
	line-height: 1em;
	color: #444;
	background-color: #fff;
	text-decoration: none;
}

.social-sharing-buttons a:hover,
.social-sharing-buttons a:focus {
	text-decoration: none;
}

.share-fb,
.share-tw,
.share-li {
	display: inline-block;
	padding: 4px 12px 6px;
	font-size: 0.875em;
	color: #999;
	border: solid 1px #ccc;
	line-height: 1em;
}

.share-fb .fa,
.share-tw .fa,
.share-li .fa {
	font-size: 1.5em;
	position: relative;
	top: 2px;
}

.share-fb .fa {
	color: #4C66A4
}

.share-fb:hover {
	background-color: #4C66A4;
	color: #fff;
	border: solid 1px #273B7B
}

.share-fb svg {
	fill: #3B5998
}

.share-tw svg {
	fill: #00ABF0
}

.share-tw:hover {
	background-color: #00ABF0;
	color: #fff;
	border: solid 1px #0084E6
}

.share-tw svg {
	color: #1DA1F2
}

.share-li svg {
	fill: #007AB9
}

.share-li:hover {
	background-color: #007AB9;
	color: #fff;
	border: solid 1px #004D95
}

.share-li:hover .fa {
	color: #fff;
}

.share-fb:hover svg,.share-li:hover svg, .share-tw:hover svg{fill:#fff;text-decoration: none;}

.social-sharing-title{display: none;}

@media screen and (min-width:720px) {
	.single_header{
		padding: 140px 20px 100px;
		
	}
	.single_title{font-size: 36px;}
	.single_content{padding: 60px 0;}

	.share-fb, .share-tw,.share-li{font-size: 1em;}
	.social-sharing-title{display: inline-block;margin-left: 6px;font-size: 13px;}
}
@media screen and (min-width:960px) {
	.single_header{padding: 180px 20px;}
	.single_title{font-size: 52px;max-width: 800px;}
	.single_content{font-size: 20px;padding: 80px 0;}
}



.entry_footer,
.nav-links{
	width: 100%;
	clear: both;
	padding: 2em 0;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
}
.cat_links a,
.tags_links a{
	font-size: 13px;
	line-height: 1;
	display: inline-block;
	border: solid 1px #ccc;
	background-color: #fff;
	padding: 6px 12px;margin-bottom: 4px;
	color: #888;
}

.cat_links a:hover,
.tags_links a:hover{
	color: #222;
	border-color: #222;
	text-decoration: none;
}

.entry_footer-title{
	margin: 0 0 5px;
}
/*
.nav-links .nav-previous{
	
}
.nav-links .nav-next{
	
}
*/

@media screen and (min-width:480px){
	.cat_links,
	.nav-links .nav-previous{width: 50%;float: left;}
	.tags_links,
	.nav-links .nav-next{width: 50%;float: right;text-align: right;}
	
}


/*
		PAGES
*/
.page_default{
	padding: 30px;
	margin: 0 auto;
}

@media screen and (min-width:720px){
	.page_default{max-width: 1200px;padding: 40px 30px;}
}
@media screen and (min-width:960px){
	.page_default{padding: 60px 40px;}
}
@media screen and (min-width:1200px){
	.page_default{padding: 60px 0;}
}

/*
		ERROR 404
*/
.error_404{
	max-width:640px;padding:40px 20px;margin: 0 auto 4em;text-align: center;
}
.error_404 .postform{width: 100%;}
.error_404 .page_subtitle{font-weight: 300;color: #999;margin: 0 0 1.5em;}
.error_404 .page_title{font-size: 36px;}
.error_404 .btn-error-404{
	font-size: 1.25em;
	padding: 0.75em 1.5em;
	border:solid 1px #000;
	background-color: #444;
	color: #fff;
	border-radius: 36px;
	box-shadow:0 12px 28px -6px rgba(0,0,0,0.4);
}
.error_404 .btn:hover,
.error_404 .btn:focus{
	background-color: #000;
}




/*
		WIDGETS
*/
.side_widget{
	margin-bottom: 4em;
}
.side_widget-title{
	margin: 0 0 10px;
	text-transform: uppercase;
	font-size: 0.875rem;
	font-weight: normal;
	color: #333;
	padding-bottom: 1em;
	border-bottom: solid 1px #eee;
	position: relative;
}
.side_widget-title:after{
	content:'';
	display: block;
	height: 2px;
	width: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #007bff;
}

.side_widget ul{
	margin: 0;padding: 0;
	list-style-type: none;
}
.side_widget ul li{padding:2px 0;display: block;}
.side_widget ul a{display: inline-block;padding: 4px 0;border-bottom: solid 2px transparent;color: #666;}
.side_widget ul a:hover,
.side_widget ul a:focus{
	text-decoration: none;
	border-bottom-color:#007bff;
}

.widget_recent_comments ul a{
	display: inline-block;
	line-height: 1.2;
	padding: 4px 0;
	
}
.widget_recent_comments ul a:hover,
.widget_recent_comments ul a:focus{
	color: #000;
}

.side_widget select{
	width: 100%;
}


.widget-area ul {
	list-style-type: none;
	padding: 0;
}

.widget-area ul li {
	display: block;
}

.widget-area ul.sub-menu,
.widget-area ul.children {
	margin: 0;
}

.widget-area ul .sub-menu-toggle {
	display: none;
}

.widget-area a {
	color: #666;
	text-decoration: underline;
	text-decoration-style: solid;
}

.widget-area a:link,
.widget-area a:visited,
.widget-area a:active {
	color: #004D95;
}

.widget-area a:hover {
	color: #004D95;
	text-decoration-style: dotted;
}


.wp-calendar-table{
	width: 100%;
}
.wp-calendar-table td,
.wp-calendar-table th {
	background: transparent;
	border: 0;
	text-align: center;
	line-height: 2;
	vertical-align: middle;
	word-break: normal;
	padding: 6px;
}

.wp-calendar-table th {
	font-weight: bold;
}

.wp-calendar-table thead,
.wp-calendar-table tbody {
	color: #aaa;
	border: 1px solid;
}

.wp-calendar-table caption {
	font-weight: bold;
	text-align: left;
	color: #aaa;
}

.wp-calendar-nav {
	text-align: left;
}

.wp-calendar-nav svg {
	height: 1em;
	vertical-align: middle;
}

.wp-calendar-nav svg path {
	fill: #111;
}

.wp-calendar-nav .wp-calendar-nav-next {
	float: right;
}


.search_form{position: relative;}
.search_form .search-field{width: 100%;padding-right: 2.5em;}
.search_form .search-submit{
	background-image: none;
	background-color: transparent;
	padding:4px 8px 4px 8px;
	border:none;
	position: absolute;top: 0;right: .25em;
}
.search_form .search-submit svg{
	vertical-align: sub
}


hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}



/*

	TYPOGRAPHY

*/
h1, h2, h3, h4, h5, h6 {
  margin:2rem 0 1rem;
  line-height: 1.25em;
}
h2{font-size: 2.5em;}
h3{font-size: 2em;}
h4{font-size: 1.5em;}
h5{font-size: 1em;}

p {
  margin-top: 0;
  margin-bottom: 2rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 2em;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

ol li,
ul li{
	padding: 6px 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
	-webkit-transition: color .2s ease-out, background .2s ease-out,border .2s ease-out;
	-o-transition: color .2s ease-out, background .2s ease-out,border .2s ease-out;
	transition: color .2s ease-out, background .2s ease-out,border .2s ease-out;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure.wp-block-image {
  margin: 0 0 2em;
}

img {
  border-style: none;
	-ms-interpolation-mode: bicubic;
	display: block;
	max-width: 100%;
	height: auto;
}


video {
	max-width: 100%;
	height: auto;

}
iframe,

object,

embed {
	max-width: 100%;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
	font-size: 13px;
  border-collapse: collapse;
  margin-bottom: 2em;
  width: 100%;
  border-top:solid 1px #ccc;
  border-left:solid 1px #ccc;
}
table th{
	border-bottom:solid 1px #ccc;
	border-right:solid 1px #ccc;
}
table td{
	border-bottom:solid 1px #ccc;
	border-right:solid 1px #ccc;
}
table thead{
	color: #aaa;
}
table th,
table td{
	padding: 4px;
}

@media (min-width:720px){
	table{font-size: 14px;}
	table th,
	table td{
		padding: 8px;
	}
}
@media (min-width:960px){
	table{font-size: 16px;}
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}







/*--------------------------------------------------------------

#OVERRIDES

--------------------------------------------------------------*/

.visuallyhidden {border: 0;clip: rect(0 0 0 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {clip: auto;height: auto;margin: 0;overflow: visible;position: static;width: auto;}
.invisible		{ visibility: hidden;}
.hidden			{display:none !important;}






/*--------------------------------------------------------------

#ACCESSIBILITIES

--------------------------------------------------------------*/

.screen-reader-text {clip: rect(1px, 1px, 1px, 1px);position: absolute;height: 1px;width: 1px;overflow: hidden;}

.screen-reader-text:focus {background-color: #f1f1f1;border-radius: 3px;clip: auto ;color: #21759b;display: block;font-weight: bold;height: auto;left: 5px;line-height: normal;padding: 15px 23px 14px;text-decoration: none;top: 5px;width: auto;z-index: 100000;}
th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
	border-width: 1px;
	padding: .25em .5em;
	border-radius: 4px;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}
/*
select:not([multiple]) {
  padding-right: 2.4em;
	vertical-align: top;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right .75rem center / 8px 10px;

    vertical-align: middle;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}









/*--------------------------------------------------------------
	SITE-FOOTER
--------------------------------------------------------------*/
.site_footer{
	font-size: 14px;
}
.site_footer-copy{
	border-top:solid 1px #000;
}

.footer_widget-1,
.footer_widget-2,
.footer_widget-3,
.footer_widget-4{
	padding: 20px;
}

.footer_widget ol,
.footer_widget ul{
	list-style-type: none;
	margin: 0 0 2em;padding: 0;
}
.footer_widget li{
	display: block;
	background-image: url();
}
.footer_widget a{
	display: inline-block;
}

.footer_widget .gallery-item{padding: 0;}

.copyright,
.power{
	text-align: center;
	
	width: 100%;
}

.copyright{padding: 40px 20px 20px;color:#aaa}
.power{padding:20px 20px 40px;color:#aaa}
.power a{color:#fff;}
.power a:hover,
.power a:focus{color:#EDBF5E}

@media (min-width:768px){

	.footer_widget-1,
	.footer_widget-2,
	.footer_widget-3,
	.footer_widget-4{
		width: 50%;
	}

	.copyright,
	.power{
		width: 50%;
		padding:60px 40px;
	}
	.copyright{
		text-align: left;
	}
	.power{
		text-align: right;
	}
}

@media (min-width:960px){

	.footer_widget-1,
	.footer_widget-2,
	.footer_widget-3,
	.footer_widget-4{
		width:25%;
		padding: 30px;
	}
}

.post-edit-link{
	display: block;
	width: 48px;height: 48px;
	text-align: center;
	line-height: 1.2;
	background-color: #000;
	border-radius: 24px;
	font-size: 13px;
	padding-top: 8px;
	color: #fff;
	position: fixed;
	bottom: 1em;
	left: 1em;
	
}
.post-edit-link:hover{
	color: #fff;
	background-color: #333;
	text-decoration: none;
}


.totop {
    position: fixed;
    bottom: 1em;
    right: 1em;
    display: none;
    width: 48px;
    height: 48px;
    text-align: center;
    padding: 10px 10px;
    z-index: 960;
    background-color: transparent;
    border: solid 2px #111;
    border-radius: 30px;
    background-color: #fff;
}

.totop:hover,
.totop:focus {
    background-color: #111;
}
.totop:hover svg,
.totop:focus svg{fill:#fff;}
.totop svg {
    vertical-align: top;
}









/* CLEARFIX */
.clearfix:before,		.clearfix:after,
.row:before,			.row:after,
.row-inset:before,		.row-inset:after,
.row-list:before,		.row-list:after,
.nav-links:before,		.nav-links:after,
.entry_footer:before,	.entry_footer:after,
.nav-links:before,		.nav-links:after,
.entry-content:before,	.entry-content:after
{content:" ";display:table;}


.clearfix:after,
.row:after,
.row-inset:after,
.row-list:after,
.nav-links:after,
.entry_footer:after,
.nav-links:after,
.entry-content:after{clear:both;}

.clearfix,
.row,
.row-inset,
.row-list,
.nav-links,
.entry_footer,
.nav-links,
.entry-content{*zoom:1;}/* CLEARFIX */

.col{
	position: relative;
	min-height: 1px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-moz-background-clip:padding-box !important;
	-webkit-background-clip:padding-box !important;
	background-clip:padding-box !important;
}

