@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700|Open+Sans:400italic,600italic,700italic,400,600,700|Duru+Sans);
/*-----------------------------------------------
  General - Reset
-----------------------------------------------*/
*, .entry-content {
  /*disable wordwrap with hyphens*/
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  word-wrap: normal;
  /*end of disable wordwrap with hyphens*/ }

/*-----------------------------------------------
  General - Layout
-----------------------------------------------*/
.third {
  width: 33.33%;
  float: left;
  box-sizing: border-box;
  padding: 0 10px; }
  @media (max-width: 643px) {
    .third {
      width: 100%;
      float: none;
      text-align: center; } }

.two-third {
  width: 66.66%;
  float: left;
  box-sizing: border-box;
  padding: 0 10px; }
  @media (max-width: 643px) {
    .two-third {
      width: 100%;
      float: none; } }

.half {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 0 10px; }
  @media (max-width: 768px) {
    .home .half {
      width: 100%;
      float: none;
      clear: both; } }

.whole {
  padding: 0 10px;
  width: 100%;
  box-sizing: border-box;
  clear: both; }

/*-----------------------------------------------
  Body - All
-----------------------------------------------*/
body {
  background: #ecedee;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ecedee 0%, #bfbebe 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ecedee), color-stop(100%, #bfbebe));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ecedee 0%, #bfbebe 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ecedee 0%, #bfbebe 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ecedee 0%, #bfbebe 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ecedee 0%, #bfbebe 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecedee', endColorstr='#bfbebe',GradientType=0 );
  /* IE6-9 */ }

p {
  font-family: 'Open Sans', sans-serif; }

/*links*/
/*headings*/
h1, h2, h3, h4, h5, h6 {
  font-family: 'Droid Sans', sans-serif;
  font-weight: 400;
  line-height: 1.1; }

h1 {
  font-size: 34px;
  color: #b2983f; }

h2 {
  font-size: 32px;
  color: #5a7088; }

h3 {
  font-size: 30px;
  color: #769ac1; }

h4 {
  font-size: 28px;
  color: #000; }

h5 {
  font-size: 26px;
  color: #333; }

h6 {
  font-size: 24px;
  color: #777; }

/*links*/
.entry-content a, .comment-content a {
  color: #799DC6;
  text-decoration: underline; }
  .entry-content a:hover, .comment-content a:hover {
    text-decoration: none; }
  .entry-content a:visited, .comment-content a:visited {
    color: #799DC6;
    text-decoration: underline; }

.myButton, #soliloquy-container-820 .soliloquy-caption .soliloquy-caption-inside a.myButton {
  -moz-box-shadow: inset 0px 1px 0px 0px #97c4fe;
  -webkit-box-shadow: inset 0px 1px 0px 0px #97c4fe;
  box-shadow: inset 0px 1px 0px 0px #97c4fe;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
  background: -moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
  background: -webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
  background: -o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
  background: -ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
  background: linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
  background-color: #3d94f6;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #337fed;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: arial;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #1570cd; }
  .myButton:hover, #soliloquy-container-820 .soliloquy-caption .soliloquy-caption-inside a.myButton:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
    background: -moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
    background: -webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
    background: -o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
    background: -ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
    background: linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0);
    background-color: #1e62d0; }
  .myButton:active, #soliloquy-container-820 .soliloquy-caption .soliloquy-caption-inside a.myButton:active {
    position: relative;
    top: 1px; }

.wcbulkorderformtable input[type="submit"] {
  font-size: 100%;
  margin: 0;
  line-height: 1em;
  cursor: pointer;
  position: relative;
  font-family: inherit;
  text-decoration: none;
  overflow: visible;
  padding: 6px 10px;
  font-weight: bold;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  left: auto;
  text-shadow: 0 1px 0 #ffffff;
  color: #5e5e5e;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  border: 1px solid #c7c0c7;
  background: #f7f6f7;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f6f7), to(#dfdbdf));
  background: -webkit-linear-gradient(#f7f6f7, #dfdbdf);
  background: -moz-linear-gradient(center top, #f7f6f7 0%, #dfdbdf 100%);
  background: -moz-gradient(center top, #f7f6f7 0%, #dfdbdf 100%);
  white-space: nowrap;
  display: inline-block;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1); }
  .wcbulkorderformtable input[type="submit"]:hover {
    background: #f7f6f7;
    background: -webkit-gradient(linear, left top, left bottom, from(#f7f6f7), to(#d3ced3));
    background: -webkit-linear-gradient(#f7f6f7, #d3ced3);
    background: -moz-linear-gradient(center top, #f7f6f7 0%, #d3ced3 100%);
    background: -moz-gradient(center top, #f7f6f7 0%, #d3ced3 100%);
    text-decoration: none; }
  .wcbulkorderformtable input[type="submit"]:active {
    top: 1px; }

/*form related*/
input, textarea, .wpcf7 input, .wpcf7 textarea, .wpcf7 select, .wcbulkorderformtable input[type="text"] {
  border-radius: 4px;
  border: solid 1px #ccc;
  padding: 5px;
  margin: 5px;
  box-sizing: border-box; }

/*-----------------------------------------------
  Header Section
-----------------------------------------------*/
#logo {
  margin: 10px 5px;
  width: 23.2%;
  display: inline-block;
  text-align: center; }
  @media (max-width: 880px) {
    #logo {
      width: 100%; } }
  #logo a:hover {
    text-decoration: none; }
  #logo a img {
    max-width: 100%; }

.site-description {
  font: 300 normal 12px Arial, sans-serif;
  margin: 5px 0 0;
  text-transform: uppercase;
  color: black; }

/*Right Content - Social/Phone/Search*/
#social-phone-search-container {
  display: inline-block;
  float: right;
  text-align: right;
  margin-top: 50px; }
  @media (max-width: 880px) {
    #social-phone-search-container {
      float: none;
      text-align: center;
      margin: 0 0 20px;
      width: 100%; } }

/*widgets - all*/
#header-widgets .widget {
  background-color: rgba(247, 245, 231, 0);
  margin: 0;
  padding: 0; }

/*social-media*/
@media (max-width: 880px) {
  .socialmedia-buttons {
    text-align: center; } }
.socialmedia-buttons img {
  margin-bottom: 10px !important; }

/*search - phone*/
aside#text-2, aside#search-3 {
  display: inline-block; }
  @media (max-width: 880px) {
    aside#text-2, aside#search-3 {
      display: block; } }

/*phone*/
#header-phone {
  margin: 0 20px 0 0;
  color: #868686;
  font: 400 normal 22px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  text-transform: uppercase; }
  @media (max-width: 450px) {
    #header-phone {
      margin: 0 0 10px; } }
  #header-phone span {
    color: #b2983f; }
    @media (max-width: 450px) {
      #header-phone span {
        display: block; } }

/*search*/
.site-header .search-form {
  position: relative;
  right: 0;
  top: 0; }
.site-header .search-field {
  background-color: #DADADA;
  background-image: url(../images/search-icon01.png);
  background-position: 245px center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  border: none;
  cursor: pointer;
  height: 30px;
  margin: 3px 0;
  padding: 0 34px 0 4px;
  width: 270px;
  border: 1px solid #B0B0B0; }
  .site-header .search-field:focus {
    background-color: #DADADA;
    border: 1px solid #B0B0B0;
    width: 270px; }

/*-----------------------------------------------
  Navigation
-----------------------------------------------*/
#navbar {
  background: #586d84;
  /* Old browsers */
  background: -moz-linear-gradient(top, #586d84 0%, #6e8baa 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #586d84), color-stop(100%, #6e8baa));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #586d84 0%, #6e8baa 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #586d84 0%, #6e8baa 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #586d84 0%, #6e8baa 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #586d84 0%, #6e8baa 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#586d84', endColorstr='#6e8baa',GradientType=0 );
  /* IE6-9 */ }

#navbar-border {
  height: 4px;
  width: 100%;
  margin-top: 4px;
  background-color: #e8e9ea; }

.main-navigation {
  min-height: 50px; }

ul.nav-menu, div.nav-menu > ul {
  padding: 0 30px; }

/*links*/
ul.nav-menu li a, .nav-menu li a {
  color: #FFF;
  font-family: 'Duru Sans', sans-serif;
  font-size: 16px;
  padding: 10px 20px;
  text-shadow: 0px 1px 2px #000; }
  ul.nav-menu li a:hover, .nav-menu li a:hover {
    background-color: #8BB1DA; }
ul.nav-menu li:hover > a, ul.nav-menu li:focus > a, .nav-menu li:hover > a, .nav-menu li:focus > a {
  background-color: #8BB1DA; }
ul.nav-menu > li:before, .nav-menu > li:before {
  position: absolute;
  display: block;
  content: ' ';
  top: 8px;
  left: -1px;
  width: 1px;
  height: 22px;
  border-right: 1px solid #7A99BC;
  overflow: hidden; }
ul.nav-menu > li:first-child:before, .nav-menu > li:first-child:before {
  border-right: 0px; }
ul.nav-menu ul a:hover, .nav-menu ul a:hover {
  background-color: #2F649E; }
ul.nav-menu .sub-menu, ul.nav-menu .children, .nav-menu .sub-menu, .nav-menu .children {
  background-color: #8BB1DA;
  border: 2px solid #f7f5e7;
  border-top: 0;
  padding: 0;
  position: absolute;
  left: -2px;
  z-index: 99999;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }
  ul.nav-menu .sub-menu ul, ul.nav-menu .children ul, .nav-menu .sub-menu ul, .nav-menu .children ul {
    left: 100%; }
ul.nav-menu .current-menu-item > a, ul.nav-menu .current-menu-ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
  color: #46C0FF; }

@media (max-width: 643px) {
  .menu-toggle {
    color: #FFF; } }

/*Top Menu*/
#top-nav {
  min-height: 40px;
  background: #E4EBF1;
  margin: -5px -5px 0; }
  @media (max-width: 450px) {
    #top-nav {
      display: none; } }
  #top-nav .menu {
    margin: 0;
    padding: 0 10px;
    list-style: none;
    overflow: hidden;
    min-height: 40px; }
    #top-nav .menu li {
      float: left; }
    #top-nav .menu a {
      padding: 12px 8px;
      display: inline-block;
      font-size: 10px;
      color: #183657;
      font-family: 'Duru Sans', sans-serif;
      text-decoration: none; }
      #top-nav .menu a:hover {
        text-decoration: underline; }
  #top-nav .menu-top-menu-left-container {
    display: inline-block;
    float: left; }
  #top-nav .menu-top-menu-right-container {
    display: inline-block;
    float: right; }

/*-----------------------------------------------
  Contents Section
-----------------------------------------------*/
.site {
  padding: 5px;
  border-left: 0;
  border-right: 0;
  max-width: 1080px;
  box-shadow: 3px 0 5px -2px rgba(0, 0, 0, 0.25), -3px 0 8px -2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 3px 0 5px -2px rgba(0, 0, 0, 0.25), -3px 0 8px -2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 3px 0 5px -2px rgba(0, 0, 0, 0.25), -3px 0 8px -2px rgba(0, 0, 0, 0.25); }

.entry-header, .entry-content, .entry-summary, .entry-meta {
  max-width: 1040px; }
  .sidebar .one-column .entry-header, .sidebar .one-column .entry-content, .sidebar .one-column .entry-summary, .sidebar .one-column .entry-meta {
    /* Template - One Column (No Sidebar) */
    padding: 0 60px; }

.page-title {
  font: normal 34px 'Droid Sans', sans-serif;
  margin: 0 0 5px;
  max-width: 1040px;
  padding: 0 0 20px;
  width: 100%; }

/*-----------------------------------------------
  Homepage
-----------------------------------------------*/
/*Hero*/
#soliloquy-container-820 {
  max-width: 100% !important;
  margin: 0 0 20px 0 !important; }
  #soliloquy-container-820 .soliloquy-viewport {
    max-height: 350px;
    overflow: hidden; }
    @media (max-width: 600px) {
      #soliloquy-container-820 .soliloquy-viewport {
        max-height: 100%; } }
  #soliloquy-container-820 .soliloquy-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    z-index: 1120;
    height: 100%;
    background: transparent url("../images/hp-hero-content-bkgd01.jpg") repeat-x left top; }
    @media (max-width: 600px) {
      #soliloquy-container-820 .soliloquy-caption {
        width: 100% !important;
        display: block !important;
        position: relative !important; } }
    #soliloquy-container-820 .soliloquy-caption .soliloquy-caption-inside {
      background: transparent; }
      @media (max-width: 600px) {
        #soliloquy-container-820 .soliloquy-caption .soliloquy-caption-inside * {
          display: block !important;
          position: relative;
          float: none; } }
  #soliloquy-container-820 .soliloquy-image {
    margin-left: 50%;
    width: 50%; }
    @media (max-width: 600px) {
      #soliloquy-container-820 .soliloquy-image {
        display: none !important; } }
  #soliloquy-container-820 h1 {
    margin: 0 0 10px 0;
    color: #b2983f;
    font-weight: bold;
    font-size: 34px;
    line-height: 1.1;
    font-family: 'Droid Sans', sans-serif; }
    @media (max-width: 700px) {
      #soliloquy-container-820 h1 {
        font-size: 18px; } }
  #soliloquy-container-820 h3 {
    font-size: 30px;
    color: #769ac1;
    font-family: 'Droid Sans', sans-serif;
    font-weight: 400;
    line-height: 1.1; }
    @media (max-width: 700px) {
      #soliloquy-container-820 h3 {
        font-size: 18px; } }
  #soliloquy-container-820 p {
    color: #000;
    font-size: 14px;
    line-height: 180%;
    margin: 10px 0; }
    @media (max-width: 700px) {
      #soliloquy-container-820 p {
        font-size: 12px;
        line-height: 130%;
        margin: 7px 0; } }

#hp-hero {
  margin-top: 10px; }
  #hp-hero .container {
    max-width: 1080px;
    min-height: 315px;
    margin: 0px auto;
    position: relative;
    overflow: hidden; }
  #hp-hero .content {
    width: 50%;
    display: inline-block;
    box-sizing: border-box;
    padding: 20px;
    background: transparent url("../images/hp-hero-content-bkgd01.jpg") repeat-x left top; }
    @media (max-width: 888px) {
      #hp-hero .content {
        width: 100%; } }
    #hp-hero .content:after {
      content: url("../images/hp-hero-content-bkgd-after01.png");
      position: absolute;
      top: 0;
      right: 356px; }
      @media (max-width: 935px) {
        #hp-hero .content:after {
          display: none; } }
    #hp-hero .content h1 {
      margin: 0 0 10px 0;
      color: #b2983f;
      font-weight: bold; }
    #hp-hero .content p {
      color: #000;
      font-size: 14px;
      line-height: 180%; }
    #hp-hero .content a {
      padding: 6px 20px;
      background-color: #f70d1a;
      display: inline-block;
      border-radius: 5px;
      color: white;
      font-style: italic;
      font-weight: bold; }

/*home content*/
.home .entry-header {
  padding: 0; }
.home .entry-content {
  padding: 0; }
  @media (max-width: 999px) {
    .home .entry-content {
      max-width: 95%; } }
.home .hentry {
  /*hp-callouts*/
  padding: 0 0 40px; }

#hp-callout-container {
  width: 100%;
  display: block;
  margin: 20px 0 10px 0;
  padding-bottom: 0px;
  overflow: hidden;
  background-color: #6D8BAC;
  border: 1px solid gray; }
  #hp-callout-container .widget-area {
    float: none;
    width: 100%;
    overflow: auto; }
    #hp-callout-container .widget-area aside {
      width: 33.33%; }
      @media (max-width: 480px) {
        #hp-callout-container .widget-area aside {
          width: 100%; } }
      #hp-callout-container .widget-area aside img {
        max-width: 100%;
        height: auto !important; }
        @media (max-width: 480px) {
          #hp-callout-container .widget-area aside img {
            width: 100% !important; } }
  #hp-callout-container .widget {
    background: #6D8BAC url("../images/hp-callout-container-bkgd01.png") no-repeat center center;
    margin: 0 5px 10px 0;
    padding: 10px;
    width: 24.65%;
    float: left; }
    @media (max-width: 1085px) {
      #hp-callout-container .widget {
        width: 49.4%; } }
    @media (max-width: 880px) {
      #hp-callout-container .widget {
        width: 100%; } }
    #hp-callout-container .widget .widget-title {
      font: 600 normal 24px 'Droid Sans', sans-serif;
      text-transform: uppercase;
      color: #FFF; }
    #hp-callout-container .widget .hp-inner-content {
      padding: 10px;
      border: 1px solid rgba(255, 255, 255, 0.25);
      min-height: 265px;
      position: relative;
      background: url("../images/hp-inner-content-bkgd01.png") no-repeat right bottom; }
      #hp-callout-container .widget .hp-inner-content a {
        position: absolute;
        bottom: 5px;
        right: 5px;
        font-size: 24px;
        font-weight: 600;
        line-height: 20px;
        text-transform: uppercase;
        color: #B2983F;
        text-decoration: none; }
        #hp-callout-container .widget .hp-inner-content a:hover {
          color: #8abef9; }
          #hp-callout-container .widget .hp-inner-content a:hover span:after {
            content: url("../images/hp-bullet-hover01.png"); }
        #hp-callout-container .widget .hp-inner-content a span {
          display: block;
          font-size: 18px; }
          #hp-callout-container .widget .hp-inner-content a span:after {
            content: url("../images/hp-bullet01.png");
            margin-left: 2px; }
  #hp-callout-container #text-6.widget {
    margin-right: 0; }

/*-----------------------------------------------
  Comment Section
-----------------------------------------------*/
.comment-respond {
  background-color: #D2D9E0;
  padding: 30px 0;
  margin-bottom: 5px; }

.comments-title, .comment-list, .comment-reply-title, .must-log-in, .comment-respond .comment-form, .comment-respond iframe {
  max-width: 1000px; }

/*-----------------------------------------------
  Side Section
-----------------------------------------------*/
/*widget layout*/
#tertiary .widget {
  padding: 0;
  background-color: transparent;
  border-bottom: 4px double #769ac1; }
  #tertiary .widget a {
    color: #B2983F;
    font-weight: bold; }
    #tertiary .widget a a:hover {
      color: #8abef9; }

.widget > div, .widget > ul {
  padding: 5px 20px; }
.widget ul.product-categories, .widget ul.product-categories ul {
  margin-left: 20px;
  list-style-type: square;
  color: #769ac1; }

h3.widget-title {
  color: #FFF;
  font-family: 'Duru Sans', sans-serif;
  text-shadow: 0px 1px 2px #000;
  padding: 5px 20px;
  background: #586d84;
  /* Old browsers */
  background: -moz-linear-gradient(top, #586d84 0%, #6e8baa 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #586d84), color-stop(100%, #6e8baa));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #586d84 0%, #6e8baa 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #586d84 0%, #6e8baa 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #586d84 0%, #6e8baa 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #586d84 0%, #6e8baa 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#586d84', endColorstr='#6e8baa',GradientType=0 );
  /* IE6-9 */ }

/*-----------------------------------------------
  Footer Section
-----------------------------------------------*/
.site-footer {
  background-color: #F7F9FB;
  color: #505050;
  margin: 0px -5px -5px; }
  .site-footer p {
    color: #505050;
    margin: 0; }
    .site-footer p.copy-right {
      font-size: 13px;
      margin-top: 20px; }
  .site-footer a {
    color: #6f8eb0; }
  .site-footer .sidebar-container {
    /*footer-widgets*/
    background-color: #586D84; }
    .site-footer .sidebar-container .widget a {
      color: #89baf2; }
    .site-footer .sidebar-container .widget .widget-title {
      font: 300 normal 24px 'Droid Sans', sans-serif;
      margin: 0 0 10px; }

/* footer menu links */
.site-info li {
  display: inline; }
  .site-info li + li:before {
    content: " | ";
    padding: 0 10px; }
.site-info .menu {
  margin: 0;
  padding: 0; }

/*----------------------------
Custom Style
----------------------------*/
/*------------------------
	Animation
------------------------*/
/*----------------------------
Custom Style - Plugin - FAQ
----------------------------*/
.qa-faq-title a {
  text-decoration: none;
  font-weight: bold; }

/*----------------------------
Custom Style - Plugin - WooCommerce
----------------------------*/
/*product category page*/
.woocommerce .woocommerce-breadcrumb, .woocommerce-page .woocommerce-breadcrumb {
  margin: 0 0 5px 0; }
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  float: left;
  margin: 0 3.8% 2.992em 0;
  padding: 0;
  position: relative;
  width: 21.15%;
  margin-left: 0; }
  @media (max-width: 768px) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
      float: left;
      margin: 0 3.8% 2.992em 0;
      padding: 0;
      position: relative;
      width: 46.15%;
      margin-left: 0; } }
.woocommerce div.product, .woocommerce #content div.product, .woocommerce-page div.product, .woocommerce-page #content div.product {
  /*single product page*/ }
  .woocommerce div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images {
    float: left;
    width: 30%; }
  .woocommerce div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce-page #content div.product div.summary {
    float: right;
    width: 68%; }

/*product addon*/
.product-addon h3 {
  font-size: 16px;
  font-weight: bold; }
.product-addon p, .product-addon label, .product-addon input, .product-addon .addon-alert {
  font-size: 14px; }

/*quick order widget*/
.ui-corner-all {
  font-size: 11px !important; }

/*-----------------------------------------------
  Plugin Styles - Contact Form 7
-----------------------------------------------*/
.wpcf7 {
  background-color: #f3f3f3;
  border-radius: 10px;
  padding: 10px 5px !important;
  box-sizing: border-box; }
  .wpcf7 input, .wpcf7 textarea, .wpcf7 select {
    width: 98%; }
  .wpcf7 input[type='checkbox'] {
    float: left;
    width: auto; }
  .wpcf7 h3 {
    margin: 0 0 0 15px;
    color: #777; }

/*-----------------------------------------------
  Plugin Styles - NextGen Gallery
-----------------------------------------------*/
.ngg-gallery-thumbnail-box {
  margin-right: 2% !important; }

/*-----------------------------------------------
  Plugin Styles - woo bulk order form
-----------------------------------------------*/
/*-----------------------------------------------
  Plugin Styles - Soliloquy
-----------------------------------------------*/

/*# sourceMappingURL=child-theme.css.map */
