@charset "utf-8";
/*
Theme Name: Acupuncture
Theme URI: www.avenue8.ca
Description: Theme pour le site www.acupuncturelongueuil.com
Version: 1.0
Author: Avenue8 
Theme created by Avenue8 (http://www.avenue8.ca).
*/

/*  --------------------------------------------------
    Global Stuff
  --------------------------------------------------  */

* {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
}

html {
  width: 100%;
}

body {
  background: #ffffff;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  width: 100%;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.mailto-link {
  color: #6d3106;
}

strong {
  font-weight: bold;
}

h1 {
  color: #6ca21d;
  font-size: 27px;
  font-weight: 100;
  margin-bottom: 25px;
}

h2 {}

h3 {}

h4 {}

/*  --------------------------------------------------
    Tools
  --------------------------------------------------  */

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.clear-float {
  clear: both;
  display: block;
  height: 0px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

/*	--------------------------------------------------
		Wordpress Stuff
	--------------------------------------------------	*/

.alignright {
  float: right;
  margin-left: 30px;
}

.alignleft {
  float: left;
  margin-right: 30px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

/*	--------------------------------------------------
		Container
	--------------------------------------------------	*/

#container {
  width: 990px;
  margin: 0 auto;
  padding: 0 35px;
  margin-top: 60px;
}

/*  --------------------------------------------------
    Header
  --------------------------------------------------  */

#header {
  text-align: left;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.header-content {
  width: 990px;
  margin: 0 auto;
  padding: 0 35px;
}

#top-line {
  width: 100%;
  height: 31px;
  background: transparent url(images/bg_tile_top.png) center repeat-x;
  margin-bottom: 22px;
  position: relative;
  z-index: 5;
}

#top-line .header-content {
  height: 31px;
  line-height: 31px;
  color: #6d3106;
  font-size: 13px;
  position: relative;
}

#top-line .header-content a.fb-btn {
  background-image: url(images/fb-btn-header.png);
  background-position: left center;
  background-repeat: no-repeat;
  color: #6d3106;
  height: 31px;
  line-height: 31px;
  position: absolute;
  right: 110px;
  top: 0;
  width: 63px;
}

#top-line .header-content .bullet {
  background: transparent url(images/dot_brown.png) 10px center no-repeat;
  padding-left: 26px;
}

#header-container {
  height: 143px;
  width: 100%;
  padding-bottom: 3px;
  background: transparent url(images/dot_green.png) -2px bottom repeat-x;
  position: relative;
  z-index: 1;
}

#header-container .header-content {
  height: 100%;
}

#logo {
  height: 91px;
  width: 50%;
  float: left;
  margin-bottom: 25px;
}

#logo a {
  height: 91px;
  width: 399px;
  display: block;
  cursor: pointer;
}

#header_btn {
  height: 91px;
  float: left;
  width: 50%;
  margin-bottom: 25px;
  text-align: center;
}

#header_btn a {
  padding: 5px 8px;
  background-color: #ff7f03;
  color: #fff;
  text-decoration: none;
  display: block;
  margin: 38px 0 0 55px;
  width: 165px;
}

#header_btn a:hover {
  background-color: #fca048;
}

#bambou {
  width: 1060px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

#bambou-img {
  position: absolute;
  width: 202px;
  height: 495px;
  top: 0;
  right: 20px;
  background: transparent url(images/bambou.png) right top no-repeat;
}

/*  --------------------------------------------------
    Menu
  --------------------------------------------------  */

.menu {
  width: 100%;
  padding-left: 100px;
  float: none;
  clear: both;
}

#nav {
  margin: 0;
  padding: 0;
}

#nav li {
  position: relative;
  display: block;
  float: left;
  font-size: 12px;
  text-transform: uppercase;
  list-style: none;
}

#nav li a {
  display: block;
  float: left;
  padding: 0 10px;
  text-decoration: none;
  color: #6d3106;
}

#nav li a:hover,
#nav li.current_page_item a,
#nav li.current-menu-item a,
#nav li.current_page_parent a,
#nav li.hover a {
  color: #6ca21d;
}

#nav .children {
  position: absolute;
  z-index: 10;
  top: 20px;
  left: 0;
  padding: 0;
  color: #6d3106;
  width: auto;
}

#nav .children ul li {
  padding: 0 0 15px 0;
}

#nav .children ul a,
#nav .children ul li {
  float: none;
  display: block;
  color: #6d3106;
}

#nav .children ul a {
  white-space: nowrap;
  font-weight: 100;
  text-transform: none;
  padding-left: 20px;
  padding-right: 20px;
}

#nav .children ul li.current_page_item a {
  font-weight: 100;
  color: #6ca21d;
}

#nav .children ul li:hover a {
  color: #6ca21d;
  text-decoration: none;
  font-weight: 100;
}

#nav .children {
  /*display:none;*/
  visibility: hidden;
}

/* Menu Border */
.border-top {
  height: 19px;
  width: auto;
  overflow: hidden;
}

.top-left {
  height: 19px;
  width: 5px;
  float: left;
  background: transparent url(images/menu/border_top_left.png) center no-repeat;
}

.top-center {
  height: 19px;
  float: left;
  background-color: #ffffff;
}

.top-right {
  height: 19px;
  width: 5px;
  float: left;
  background: transparent url(images/menu/border_top_right.png) center no-repeat;
}



.border-center {
  width: auto;
  overflow: hidden;
}

.center-left {
  width: 5px;
  float: left;
  background: transparent url(images/menu/border_tile_left.png) top center repeat-y;
}

#nav .children ul {
  float: left;
  background-color: #ffffff;
}

.center-right {
  width: 5px;
  float: left;
  background: transparent url(images/menu/border_tile_right.png) top center repeat-y;
}



.border-bottom {
  height: 5px;
  width: auto;
  overflow: hidden;
}

.bottom-left {
  height: 5px;
  width: 14px;
  float: left;
  background: transparent url(images/menu/border_left_bottom.png) center no-repeat;
}

.bottom-center {
  height: 5px;
  float: left;
  background: transparent url(images/menu/border_tile_bottom.png) left center repeat-x;
}

.bottom-right {
  height: 5px;
  width: 14px;
  float: left;
  background: transparent url(images/menu/border_right_bottom.png) center no-repeat;
}

/* FIX */

#nav ul.children {
  background-color: #fff;
  padding: 20px 15px 0;
  -moz-box-shadow: 0px 2px 4px #ccc;
  -webkit-box-shadow: 0px 2px 4px #ccc;
  box-shadow: 0px 2px 4px #ccc;
  width: 150%;
}

#nav li.page-item-149 ul.children {
  width: 350%;
}

#nav ul.children li {
  padding-bottom: 15px;
  text-transform: none;
}

#nav ul.children li a {
  color: #6d3106;
}

#nav ul.children li a:hover,
#nav ul.children li.current_page_item a {
  color: #6ca21d;
}

/*  --------------------------------------------------
    Home
  --------------------------------------------------  */

#home-banner {
  width: 100%;
  height: 200px;
  background: transparent url(images/bg_tile_home.png) center repeat-x;
}

#home-banner-content {
  height: 200px;
  width: 990px;
  margin: 0 auto;
  padding: 0 35px;
}

#home-blocs {
  width: 824px;
  height: 200px;
  padding-left: 6px;
  background-color: #ffffff;
}

#home-blocs .home-bloc {
  width: 200px;
  height: 200px;
  position: relative;
  margin-right: 6px;
  float: left;
  padding: 0;
}

#home-blocs .home-bloc img {
  display: block;
}

#home-blocs .home-bloc p {
  position: absolute;
  bottom: 8px;
  left: 0;
  color: #ffffff;
  font-size: 19px;
  width: 176px;
  padding: 0 12px;
  font-weight: 500;
}

#home-blocs .home-bloc p a {
  color: #ffffff;
  text-transform: uppercase;
}

/*  --------------------------------------------------
    Content
  --------------------------------------------------  */

#content {
  display: table;
}

#left-col {
  width: 740px;
  float: left;
}

#right-col {
  width: 200px;
  float: right;
}

#content .display-content {
  width: 620px;
  display: table-cell;
  padding-right: 70px;
}

#content .display-img {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  z-index: 5;
}

#content .display-img.trouble {
  padding-left: 70px;
}

#content .display-img.laser {
  vertical-align: top;
  padding-top: 95px;
}

#content .display-img.why {
  vertical-align: top;
  padding-top: 45px;
}

#content .display-content p {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 25px;
}

#content .display-content p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

#content .display-content li {
  list-style-position: outside;
  margin-left: 15px;
  margin-bottom: 3px;
}

/*  --------------------------------------------------
    Modal
  --------------------------------------------------  */

.modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
}

.modal-content {
  background-color: #f7f4ed;
  margin: 10% auto;
  padding: 30px;
  border: 1px solid #6d3106;
  width: 50%;
  max-width: 500px;
  border-radius: 5px;
  position: relative;
}

.modal-close {
  color: #6d3106;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.modal-close:hover,
.modal-close:focus {
  color: #6ca21d;
  text-decoration: none;
}

.modal h2 {
  color: #6ca21d;
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e1d5;
}

#appointment-form .form-group {
  margin-bottom: 15px;
}

#appointment-form label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #6d3106;
}

#appointment-form input[type="text"],
#appointment-form input[type="email"],
#appointment-form input[type="tel"],
#appointment-form input[type="date"],
#appointment-form textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #e8e1d5;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
}

#appointment-form textarea {
  height: 100px;
  resize: vertical;
}

#appointment-form button[type="submit"] {
  background-color: #6ca21d;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
}

#appointment-form button[type="submit"]:hover {
  background-color: #598719;
}

/*  --------------------------------------------------
    Troubles
  --------------------------------------------------  */

#content #content-troubles-top,
#content #content-troubles-bottom {
  display: table-row;
}

#content #content-troubles-top h3,
#content #content-troubles-bottom h3 {
  font-size: 13px;
  margin-bottom: 10px;
}

#content #content-troubles-top ul,
#content #content-troubles-bottom ul {
  list-style-position: outside;
  margin-bottom: 15px;
}

#content #content-troubles-top li,
#content #content-troubles-bottom li {
  margin-bottom: 3px;
}

#content #content-troubles-top .display-img,
#content #content-troubles-bottom .display-img {
  vertical-align: middle;
}

/*  --------------------------------------------------
    Contact
  --------------------------------------------------  */

#content .contact-content {
  width: 360px;
  display: table-cell;
  padding-right: 30px;
}

#content .contact-map {
  display: table-cell;
  vertical-align: top;
}

#content .contact-map iframe {
  border: 1px solid #83b941;
}

#content .contact-content p {
  font-size: 12px;
  margin-bottom: 20px;
}

/*  --------------------------------------------------
    Footer
  --------------------------------------------------  */

#footer {
  width: 100%;
  padding-top: 3px;
  background: transparent url(images/dot_green.png) -2px top repeat-x;
  margin-top: 55px;
}

#footer-content {
  text-align: center;
  width: 990px;
  margin: 0 auto;
  padding: 18px 35px;
  font-size: 10px;
  color: #6d3106;
}

#footer-content a {
  color: #6d3106;
  text-decoration: none;
}

#footer-content a:hover {
  text-decoration: underline;
}

#footer-content p.first {
  margin-bottom: 3px;
}

#footer-content p .bullet {
  background: transparent url(images/dot_brown_small.png) 4px center no-repeat;
  padding-left: 13px;
}

/*  --------------------------------------------------
    IE6 Popup
  --------------------------------------------------  */

#ie6-modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent url(images/bg-modal.png) repeat;
  display: none;
  z-index: 999;
}

#ie6-box {
  background-color: #4D555A;
  border: 2px solid #e72247;
  color: #ffffff;
  font-size: 12px;
  line-height: 22px;
  margin: 0 auto;
  padding: 50px;
  position: relative;
  text-align: center;
  top: 168px;
  width: 630px;
}

.ie6-title {
  font-size: 30px;
  font-family: Miso-Bold;
  color: #E72247;
  display: block;
  margin-bottom: 25px;
}

.ie6-desc {
  font-size: 15px;
  font-weight: bold;
}

.ie6-desc span {
  color: #e72247;
}

#ie6-box p {
  margin-top: 25px;
}

#ie6-box a {
  display: inline-block;
  height: 60px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 15px;
}

#ie6-close-btn {
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  right: 25px;
  top: 15px;
}

#ie6-close-btn:hover {
  color: #e72247;
}

#ie6-ignore {
  font-size: 10px;
}

#ie6-links {
  text-align: center;
}

#ie6-ie-link {
  background: url(images/ie6-bg-ieLink.png) no-repeat;
  width: 195px;
}

#ie6-chrome-link {
  background: url(images/ie6-bg-chromeLink.png) no-repeat;
  width: 185px;
}

#ie6-firefox-link {
  background: url(images/ie6-bg-firefoxLink.png) no-repeat;
  width: 125px;
}

/* ---------------------- TOUCH MENU --------------------------- */

@media (hover: none), (pointer: coarse) {
  #nav li.hover div.children {
    visibility: visible !important;
  }
}
