/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/

  p,ul,li {
  font-size: 16px; }
  
@media (max-width: 991px) {
	
	#header {
		height: 60px;
		line-height: 60px;
	}
	#header #header-wrap #logo a > img {
		height: 60px;
	}
	#header #mainMenu-trigger {
		height: 60px;
	}

}

@media (min-width: 992px) {
	
  #header #header-wrap #logo a > img {
	vertical-align: inherit;
	transition: all .4s ease-in-out;
	height: auto;
	width: auto; }
}

@media (min-width: 992px) {
	
  #header #header-wrap #logo a > img {
	vertical-align: inherit;
	transition: all .4s ease-in-out;
	height: auto;
	width: auto; }
}

@media (min-width: 400px) and (max-width: 767px) {
	
	#header.header-transparent #header-wrap, #header.header-transparent.dark #header-wrap {
	 opacity:1;
	 border-bottom: 0; }
}

/* 
header增加陰影效果

@media (min-width: 992px) {
	
    #header.dark #mainMenu {
	  background-image:url(/images/header_top_link_bg1.png);
	  background-repeat: no-repeat;
	  background-position: center center;
	   }
	  
    #header.dark #mainMenu nav > ul > li > a {
	  text-shadow:0px 0px 2px #000000; }

    #header.dark .header-extras .topbar-dropdown .title {
	  text-shadow:0px 0px 2px #000000; }
	  
}
*/

        #mainMenu nav > ul > li > a {
          position: relative;
          font-family: 微軟正黑體, "Raleway", "Helvetica", "Arial", sans-serif;
          padding: 11px 14px;
          font-size: 17px;
          font-weight: 700;
          letter-spacing: 1px;
          color: #252525;
          text-transform: uppercase;
          border-radius: 0;
          border-width: 0;
          border-style: solid;
          border-color: transparent;
          transition: all .3s ease;
          line-height: normal; }
		  
          #mainMenu nav > ul > li .dropdown-menu > li > a,
          #mainMenu nav > ul > li .dropdown-menu > li > span,
          #mainMenu nav > ul > li .dropdown-menu > li [class*="col-"] > ul > li > a {
            font-family: 微軟正黑體, "Montserrat", "Helvetica", "Arial", sans-serif;
            font-size: 15px;
            line-height: 14px;
            font-weight: 400;
            font-style: normal;
            color: #444444;
            padding: 12px 20px 12px 18px;
            display: block;
            transition: .3s ease; }