@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
/* font-family: 'Nanum Myeongjo', serif; */

@import url(http://fonts.googleapis.com/earlyaccess/jejumyeongjo.css);
/* font-family: 'Jeju Myeongjo', serif; */

@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
/* font-family: 'Nanum Gothic', sans-serif; Subtitle Lead Font */

@import url(http://fonts.googleapis.com/earlyaccess/nanumbrushscript.css);
/* font-family: 'Nanum Brush Script', cursive; */

@import url(http://fonts.googleapis.com/earlyaccess/nanumpenscript.css);
/* font-family: 'Nanum Pen Script', cursive; */

h6.flora-arte-sub {
    font-family: 'octin_collegeregular';
    font-size: 16px;
    font-weight: initial;
}

.feature.bordered, .lead, p.ko {
    font-family: 'Nanum Myeongjo', serif;
}

a.btn.ko, button.ko, span.ko, .bg-secondary input[type="text"], .bg-secondary textarea, .bg-secondary select {
    font-family: 'Nanum Gothic', sans-serif;
    font-weight: 800;
 }

.tabbed-content .content .active { font-family: 'Nanum Myeongjo', serif; }

hr.slide-banner {
  border: none;
  border-top: 1px solid #ccc;
  margin: 0 0 24px 0;
  width: 100%;
}

.image-lg { 
  fill: #ffffff;
	max-height: 500px;
  height: 260px;
  width: 450px;
}

.spread-children * {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

hr.footer-line {
  margin: 0 auto;
  width: 250px;
  margin-bottom: 24px;
}

.feature {
    margin-bottom: 0px;
    padding-bottom: 24px !important;
}

.product-type h5, .product-type p { color: #000000 !important;}

#shop .btn-products {
  border-radius: 5px;
  background: transparent;
  color: #47b475 !important;
  border: 2px solid #47b475;
}

#shop .btn-products:hover {
  border-radius: 5px;
  background: #47b475;
  color: #fff !important;
  border: 2px solid #47b475;
}

.module.widget-handle {
  border-left: 0px;
}

nav.transparent .nav-utility,
nav.transparent .nav-bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
nav.transparent .module.widget-handle {
  border-left: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.image-bg .icon-lg,
.bg-dark .icon-lg {
  color: #fff;
}

.color-text-primary {
  color: #493963 !important;
}

#flowercare p.lead {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  font-family: 'Nanum Myeongjo', serif;
  color: #493963;
}

/**** FEATURE BOX HEIGHT - FOR FLOWER CARE ****/

.feature.boxed.box-height {
  height: 260px;
}


/**** SCREEN WIDTHS - MEDIA QUERIES ****/

@media all and (max-width: 1199px) {

  .feature.boxed.box-height {
    height: 300px;
  }
  .feature.boxed {
    padding: 22px;
  }

}

@media all and (max-width: 991px) {

  .feature.boxed.box-height {
    height: inherit;
  }

}

@media all and (max-width: 767px) {

  .module.widget-handle {
    border-top: 0px solid #ccc;
  }
  .mobile-toggle {
    border-left: 0px solid #ccc !important;
    border-bottom: none !important;
  }
  nav.nav-centered .mobile-toggle {
    width: 100%;
  }
  nav.bg-dark .module.widget-handle {
    border-top: 0px solid #444;
  }
  nav.bg-dark .mobile-toggle {
    border-left: 0px solid #444 !important;
  }
  nav.bg-dark .nav-open .mobile-toggle {
    border-bottom: 0px solid #444;
  }
  .image-xs.footer {
    max-height: 50px;
    height: 208px;
    width: 208px;
  }
}

.feature-line {
    border: 1px solid #fff;
    padding: 4px;
}

.image-bg .feature.boxed {
    background: rgba(255,255,255,0.9);
}

@media all and (max-width: 767px) {

	.image-xs {
		max-height: 210px;
 		height: 200px;
		width: 335px;
	}
	
}

@media (max-width: 767px) {

  .icon-tabs .tab-title i {
    font-size: 42px;
    margin-bottom: 6px;
  }

}