style.css 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314
  1. /* @override https://macs.local/cc/wp-content/themes/cc_17/style.css?ver=4.8 */
  2. /*
  3. Theme Name: Climate Control Systems
  4. Author: AdServices
  5. */
  6. /**
  7. * Table of Contents:
  8. *
  9. * 1.0 - Reset
  10. * 2.0 - Repeatable Patterns
  11. * 3.0 - Basic Structure
  12. * 4.0 - Header
  13. * 5.0 - Navigation
  14. * 6.0 - Content
  15. * 6.1 - Post Thumbnail
  16. * 6.2 - Entry Header
  17. * 6.3 - Entry Meta
  18. * 6.4 - Entry Content
  19. * 6.5 - Galleries
  20. * 6.6 - Post Formats
  21. * 6.7 - Post/Image/Paging Navigation
  22. * 6.8 - Attachments
  23. * 6.9 - Archives
  24. * 6.10 - Contributor Page
  25. * 6.11 - 404 Page
  26. * 6.12 - Full-width
  27. * 6.13 - Singular
  28. * 6.14 - Comments
  29. * 7.0 - Sidebar
  30. * 7.1 - Widgets
  31. * 7.2 - Content Sidebar Widgets
  32. * 8.0 - Footer
  33. * 9.0 - Featured Content
  34. * 10.0 - Fluid Columns
  35. * 11.0 - Media Queries
  36. * 12.0 - Print
  37. * -----------------------------------------------------------------------------
  38. */
  39. /**
  40. * 1.0 Reset
  41. *
  42. * Resetting and rebuilding styles have been helped along thanks to the fine
  43. * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
  44. * along with Nicolas Gallagher and Jonathan Neal
  45. * http://necolas.github.com/normalize.css/ and Blueprint
  46. * http://www.blueprintcss.org/
  47. *
  48. * -----------------------------------------------------------------------------
  49. */
  50. html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  51. border: 0;
  52. font-family: inherit;
  53. font-size: 100%;
  54. font-style: inherit;
  55. font-weight: inherit;
  56. margin: 0;
  57. outline: 0;
  58. padding: 0;
  59. vertical-align: baseline;
  60. }
  61. article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  62. display: block;
  63. }
  64. audio, can vas, video {
  65. display: inline-block;
  66. max-width: 100%;
  67. }
  68. html {
  69. overflow-y: scroll;
  70. -webkit-text-size-adjust: 100%;
  71. -ms-text-size-adjust: 100%;
  72. }
  73. html, body {
  74. height:100%;
  75. position: relative;
  76. }
  77. body, button, input, select, textarea {
  78. color: #2b2b2b;
  79. font-family: 'Economica', sans-serif;
  80. font-size: 16px;
  81. font-weight: 400;
  82. line-height: 1.5;
  83. }
  84. body {
  85. }
  86. p {
  87. font-size: 16px;
  88. line-height: 1.3em;
  89. margin-bottom:1em;
  90. }
  91. a {
  92. text-decoration: none;
  93. }
  94. a:hover, a:active {
  95. outline: 0;
  96. }
  97. a:active, a:hover {
  98. }
  99. h1, h2, h3, h4, h5, h6 {
  100. clear: both;
  101. font-weight: 700;
  102. margin:0 0 .7em 0;
  103. color:#7a1919;
  104. text-transform: uppercase;
  105. }
  106. h1 {
  107. font-size: 30px;
  108. line-height: 1;
  109. }
  110. h2 {
  111. font-size: 26px;
  112. line-height: 1;
  113. }
  114. h3 {
  115. font-size: 22px;
  116. line-height: 1.0909090909;
  117. }
  118. h4 {
  119. font-size: 20px;
  120. line-height: 1.2;
  121. }
  122. h5 {
  123. font-size: 18px;
  124. line-height: 1.3333333333;
  125. }
  126. h6 {
  127. font-size: 16px;
  128. line-height: 1.5;
  129. }
  130. address {
  131. font-style: italic;
  132. margin-bottom: 24px;
  133. }
  134. abbr[title] {
  135. border-bottom: 1px dotted #2b2b2b;
  136. cursor: help;
  137. }
  138. b, strong {
  139. font-weight: 700;
  140. }
  141. cite, dfn, em, i {
  142. font-style: italic;
  143. }
  144. mark, ins {
  145. background: #fff9c0;
  146. text-decoration: none;
  147. }
  148. code, kbd, tt, var, samp, pre {
  149. font-family: monospace, serif;
  150. font-size: 15px;
  151. -webkit-hyphens: none;
  152. -moz-hyphens: none;
  153. -ms-hyphens: none;
  154. hyphens: none;
  155. line-height: 1.6;
  156. }
  157. pre {
  158. border: 1px solid rgba(0, 0, 0, 0.1);
  159. -webkit-box-sizing: border-box;
  160. -moz-box-sizing: border-box;
  161. box-sizing: border-box;
  162. margin-bottom: 24px;
  163. max-width: 100%;
  164. overflow: auto;
  165. padding: 12px;
  166. white-space: pre;
  167. white-space: pre-wrap;
  168. word-wrap: break-word;
  169. }
  170. blockquote, q {
  171. -webkit-hyphens: none;
  172. -moz-hyphens: none;
  173. -ms-hyphens: none;
  174. hyphens: none;
  175. quotes: none;
  176. }
  177. blockquote:before, blockquote:after, q:before, q:after {
  178. content: "";
  179. content: none;
  180. }
  181. blockquote {
  182. color: #767676;
  183. font-size: 19px;
  184. font-style: italic;
  185. font-weight: 300;
  186. line-height: 1.2631578947;
  187. margin-bottom: 24px;
  188. }
  189. blockquote cite, blockquote small {
  190. color: #2b2b2b;
  191. font-size: 16px;
  192. font-weight: 400;
  193. line-height: 1.5;
  194. }
  195. blockquote em, blockquote i, blockquote cite {
  196. font-style: normal;
  197. }
  198. blockquote strong, blockquote b {
  199. font-weight: 400;
  200. }
  201. small {
  202. font-size: smaller;
  203. }
  204. big {
  205. font-size: 125%;
  206. }
  207. sup, sub {
  208. font-size: 75%;
  209. height: 0;
  210. line-height: 0;
  211. position: relative;
  212. vertical-align: baseline;
  213. }
  214. sup {
  215. bottom: 1ex;
  216. }
  217. sub {
  218. top: .5ex;
  219. }
  220. dl {
  221. margin-bottom: 24px;
  222. }
  223. dt {
  224. font-weight: bold;
  225. }
  226. dd {
  227. margin-bottom: 24px;
  228. }
  229. ul, ol {
  230. list-style: none;
  231. margin: 0 0 24px 20px;
  232. }
  233. ul {
  234. list-style: disc;
  235. }
  236. ol {
  237. list-style: decimal;
  238. }
  239. li > ul, li > ol {
  240. margin: 0 0 0 20px;
  241. }
  242. img {
  243. -ms-interpolation-mode: bicubic;
  244. border: 0;
  245. vertical-align: middle;
  246. }
  247. figure {
  248. margin: 0;
  249. }
  250. fieldset {
  251. border: 1px solid rgba(0, 0, 0, 0.1);
  252. margin: 0 0 24px;
  253. padding: 11px 12px 0;
  254. }
  255. legend {
  256. white-space: normal;
  257. }
  258. button, input, select, textarea {
  259. -webkit-box-sizing: border-box;
  260. -moz-box-sizing: border-box;
  261. box-sizing: border-box;
  262. font-size: 100%;
  263. margin: 0;
  264. max-width: 100%;
  265. vertical-align: baseline;
  266. }
  267. button, input {
  268. line-height: normal;
  269. }
  270. input, textarea {
  271. background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
  272. }
  273. button, html input[type="button"], input[type="reset"], input[type="submit"] {
  274. -webkit-appearance: button;
  275. cursor: pointer;
  276. }
  277. button[disabled], input[disabled] {
  278. cursor: default;
  279. }
  280. input[type="checkbox"], input[type="radio"] {
  281. padding: 0;
  282. }
  283. input[type="search"] {
  284. -webkit-appearance: textfield;
  285. }
  286. input[type="search"]::-webkit-search-decoration {
  287. -webkit-appearance: none;
  288. }
  289. button::-moz-focus-inner, input::-moz-focus-inner {
  290. border: 0;
  291. padding: 0;
  292. }
  293. textarea {
  294. overflow: auto;
  295. vertical-align: top;
  296. }
  297. table {
  298. border-collapse: separate;
  299. border-spacing: 0;
  300. border-width: 1px 0 0 1px;
  301. margin-bottom: 24px;
  302. width: 100%;
  303. }
  304. caption, th, td {
  305. font-weight: normal;
  306. text-align: left;
  307. }
  308. th {
  309. border-width: 0 1px 1px 0;
  310. font-weight: bold;
  311. }
  312. td {
  313. border-width: 0 1px 1px 0;
  314. }
  315. del {
  316. color: #767676;
  317. }
  318. hr {
  319. background-color: rgba(0, 0, 0, 0.1);
  320. border: 0;
  321. height: 1px;
  322. margin-bottom: 23px;
  323. }
  324. /* Support a widely-adopted but non-standard selector for text selection styles
  325. * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
  326. */
  327. ::selection {
  328. background: #7a1919;
  329. color: #fff;
  330. text-shadow: none;
  331. }
  332. ::-moz-selection {
  333. background: #7a1919;
  334. color: #fff;
  335. text-shadow: none;
  336. }
  337. /**
  338. * 2.0 Repeatable Patterns
  339. * -----------------------------------------------------------------------------
  340. */
  341. /* Input fields */
  342. input, textarea {
  343. border: 1px solid rgba(0, 0, 0, 0.1);
  344. border-radius: 2px;
  345. color: #2b2b2b;
  346. padding: 8px 10px 7px;
  347. }
  348. textarea {
  349. width: 100%;
  350. }
  351. input:focus, textarea:focus {
  352. border: 1px solid rgba(0, 0, 0, 0.3);
  353. outline: 0;
  354. }
  355. /* Buttons */
  356. /* Placeholder text color -- selectors need to be separate to work. */
  357. ::-webkit-input-placeholder {
  358. color: #7a1919;
  359. }
  360. :-moz-placeholder {
  361. color: #7a1919;
  362. }
  363. ::-moz-placeholder {
  364. color: #7a1919;
  365. opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
  366. }
  367. :-ms-input-placeholder {
  368. color: #7a1919;
  369. }
  370. /* Responsive images. Fluid images for posts, comments, and widgets */
  371. .comment-content img, .entry-content img, .entry-summary img, #site-header img, .widget img, .wp-caption {
  372. max-width: 100%;
  373. }
  374. /**
  375. * Make sure images with WordPress-added height and width attributes are
  376. * scaled correctly.
  377. */
  378. .comment-content img[height], .entry-content img, .entry-summary img, img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"], #site-header img {
  379. height: auto;
  380. }
  381. img.size-full, img.size-large, .wp-post-image, .post-thumbnail img {
  382. height: auto;
  383. max-width: 100%;
  384. }
  385. /* Make sure embeds and iframes fit their containers */
  386. embed, iframe, object, video {
  387. margin-bottom: 24px;
  388. max-width: 100%;
  389. }
  390. p > embed, p > iframe, p > object, span > embed, span > iframe, span > object {
  391. margin-bottom: 0;
  392. }
  393. /* Alignment */
  394. .alignleft {
  395. float: left;
  396. }
  397. .alignright {
  398. float: right;
  399. }
  400. .aligncenter {
  401. display: block;
  402. margin-left: auto;
  403. margin-right: auto;
  404. }
  405. blockquote.alignleft, img.alignleft {
  406. margin: 7px 24px 7px 0;
  407. }
  408. .wp-caption.alignleft {
  409. margin: 7px 14px 7px 0;
  410. }
  411. blockquote.alignright, img.alignright {
  412. margin: 7px 0 7px 24px;
  413. }
  414. .wp-caption.alignright {
  415. margin: 7px 0 7px 14px;
  416. }
  417. blockquote.aligncenter, img.aligncenter, .wp-caption.aligncenter {
  418. margin-top: 7px;
  419. margin-bottom: 7px;
  420. }
  421. .site-content blockquote.alignleft, .site-content blockquote.alignright {
  422. border-top: 1px solid rgba(0, 0, 0, 0.1);
  423. border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  424. padding-top: 17px;
  425. width: 50%;
  426. }
  427. .site-content blockquote.alignleft p, .site-content blockquote.alignright p {
  428. margin-bottom: 17px;
  429. }
  430. .wp-caption {
  431. margin-bottom: 24px;
  432. }
  433. .wp-caption img[class*="wp-image-"] {
  434. display: block;
  435. margin: 0;
  436. }
  437. .wp-caption {
  438. color: #767676;
  439. }
  440. .wp-caption-text {
  441. -webkit-box-sizing: border-box;
  442. -moz-box-sizing: border-box;
  443. box-sizing: border-box;
  444. font-size: 12px;
  445. font-style: italic;
  446. line-height: 1.5;
  447. margin: 9px 0;
  448. padding-right: 10px;
  449. }
  450. .wp-smiley {
  451. border: 0;
  452. margin-bottom: 0;
  453. margin-top: 0;
  454. padding: 0;
  455. }
  456. /* Assistive text */
  457. .screen-reader-text {
  458. clip: rect(1px, 1px, 1px, 1px);
  459. position: absolute;
  460. }
  461. .screen-reader-text:focus {
  462. background-color: #f1f1f1;
  463. border-radius: 3px;
  464. box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  465. clip: auto;
  466. color: #21759b;
  467. display: block;
  468. font-size: 14px;
  469. font-weight: bold;
  470. height: auto;
  471. line-height: normal;
  472. padding: 15px 23px 14px;
  473. position: absolute;
  474. left: 5px;
  475. top: 5px;
  476. text-decoration: none;
  477. text-transform: none;
  478. width: auto;
  479. z-index: 100000; /* Above WP toolbar */
  480. }
  481. .hide {
  482. display: none;
  483. }
  484. /* Clearing floats */
  485. .footer-sidebar:before, .footer-sidebar:after, .hentry:before, .hentry:after, .slider-direction-nav:before, .slider-direction-nav:after, .contributor-info:before, .contributor-info:after, .search-box:before, .search-box:after, [class*="content"]:before, [class*="content"]:after, [class*="site"]:before, [class*="site"]:after {
  486. content: "";
  487. display: table;
  488. }
  489. .footer-sidebar:after, .hentry:after, .slider-direction-nav:after, .contributor-info:after, .search-box:after, [class*="content"]:after, [class*="site"]:after {
  490. clear: both;
  491. }
  492. .clear {
  493. float:none;
  494. clear:both;
  495. }
  496. /* Genericons */
  497. .bypostauthor > article .fn:before .comment-edit-link:before .comment-reply-link:before .comment-reply-login:before .comment-reply-title small a:before .contributor-posts-link:before .menu-toggle:before .search-toggle:before .slider-direction-nav a:before .widget_twentyfourteen_ephemera .widget-title:before {
  498. -webkit-font-smoothing: antialiased;
  499. display: inline-block;
  500. font: normal 16px/1 Genericons;
  501. text-decoration: inherit;
  502. vertical-align: text-bottom;
  503. }
  504. /* Separators */
  505. .site-content span + .entry-date:before, .full-size-link:before, .parent-post-link:before, span + .byline:before, span + .comments-link:before, span + .edit-link:before, .widget_twentyfourteen_ephemera .entry-title:after {
  506. content: "\0020\007c\0020";
  507. }
  508. table {
  509. color:#7a1919;
  510. }
  511. table td {
  512. font-weight: bold;
  513. font-size: 14px;
  514. }
  515. /**
  516. * 3.0 Basic Structure
  517. * -----------------------------------------------------------------------------
  518. */
  519. .inner-wrapper {
  520. width:980px;
  521. position: relative;
  522. margin:0 auto;
  523. }
  524. #page {
  525. padding-top:140px;
  526. min-height: calc(100% - 140px);
  527. position: relative;
  528. background:#CCC;
  529. }
  530. .bg-element {
  531. position:fixed;
  532. width:980px;
  533. top:0;
  534. left:50%;
  535. margin-left:-490px;
  536. height:100%;
  537. z-index: 0;
  538. background:white;
  539. }
  540. #main {
  541. position: relative;
  542. z-index: 5;
  543. padding-bottom:100px;
  544. }
  545. #main-content {
  546. }
  547. #primary {
  548. width:940px;
  549. padding:20px;
  550. min-height: calc(100% - 140px);
  551. background:white;
  552. position: relative;
  553. z-index: 10;
  554. /*padding-bottom:;*/
  555. }
  556. /**
  557. * 4.0 Header
  558. * -----------------------------------------------------------------------------
  559. */
  560. /* Ensure that there is no gap between the header and
  561. the admin bar for WordPress versions before 3.8. */
  562. #wpadminbar {
  563. min-height: 32px;
  564. }
  565. header#masthead {
  566. background: #7f5516; /* Old browsers */
  567. background: -moz-linear-gradient(left, #7f5516 0%, #ba9458 15%, #e8c48b 50%, #ba9458 85%, #7f5516 100%); /* FF3.6+ */
  568. background: -webkit-gradient(linear, left top, right top, color-stop(0%,#7f5516), color-stop(15%,#ba9458), color-stop(50%,#e8c48b), color-stop(85%,#ba9458), color-stop(100%,#7f5516)); /* Chrome,Safari4+ */
  569. background: -webkit-linear-gradient(left, #7f5516 0%,#ba9458 15%,#e8c48b 50%,#ba9458 85%,#7f5516 100%); /* Chrome10+,Safari5.1+ */
  570. background: -o-linear-gradient(left, #7f5516 0%,#ba9458 15%,#e8c48b 50%,#ba9458 85%,#7f5516 100%); /* Opera 11.10+ */
  571. background: -ms-linear-gradient(left, #7f5516 0%,#ba9458 15%,#e8c48b 50%,#ba9458 85%,#7f5516 100%); /* IE10+ */
  572. background: linear-gradient(to right, #7f5516 0%,#ba9458 15%,#e8c48b 50%,#ba9458 85%,#7f5516 100%); /* W3C */
  573. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f5516', endColorstr='#7f5516',GradientType=1 ); /* IE6-9 */
  574. padding-top:4px;
  575. position: fixed;
  576. z-index: 100;
  577. width:100%;
  578. height:136px;
  579. top:0;
  580. left:0;
  581. }
  582. .header-main {
  583. background:white;
  584. }
  585. .header-main .inner-wrapper {
  586. height: 107px;
  587. }
  588. .logo {
  589. position: absolute;
  590. top:10px;
  591. left:50%;
  592. margin-left:-152px;
  593. }
  594. .logo a {
  595. display: block;
  596. width:305px;
  597. height:85px;
  598. background:url('images/climate_control_logo.png') center center no-repeat;
  599. }
  600. .header-main .search-form {
  601. position: absolute;
  602. top:10px;
  603. right:0;
  604. width:200px;
  605. }
  606. input.search-field {
  607. border: 1px solid #7a1919;
  608. padding: 2px 2px 2px 20px;
  609. color: #7a1919;
  610. background:url('images/search_icon.png') left center no-repeat;
  611. background-color: rgba(232,196,139,.5);
  612. border-radius: 0;
  613. width:90%;
  614. }
  615. input.search-submit {
  616. display: block;
  617. text-indent: -9999px;
  618. padding: 0;
  619. width: 0;
  620. height: 0px;
  621. border: 10px solid transparent;
  622. border-right: 0;
  623. border-left: 15px solid #7a1919;
  624. background: none;
  625. float: right;
  626. margin-top: 2px;
  627. }
  628. .search-submit {
  629. display: none;
  630. }
  631. .social {
  632. position: absolute;
  633. right:0;
  634. bottom:10px;
  635. }
  636. .social .social-links {
  637. margin:0;
  638. }
  639. .social .social-links li {
  640. display: inline-block;
  641. list-style: none outside none;
  642. }
  643. .social .social-links li a {
  644. display: block;
  645. font-weight: bold;
  646. padding:5px 30px 5px 5px;
  647. background-position: right center;
  648. background-repeat: no-repeat;
  649. color:#7a1919;
  650. }
  651. .header-left{
  652. position: absolute;
  653. top:10px;
  654. left:0;
  655. }
  656. .header-left .header-links a {
  657. display: block;
  658. width:160px;
  659. text-align: center;
  660. background:#7a1919;
  661. color:white;
  662. font-weight: bold;
  663. font-size: 14px;
  664. text-transform: uppercase;
  665. margin-bottom:10px;
  666. }
  667. .header-left .phone {
  668. font-size: 30px;
  669. font-weight: bold;
  670. color:#7a1919;
  671. line-height: 1em;
  672. text-align: center;
  673. }
  674. /**
  675. * 5.0 Navigation
  676. * -----------------------------------------------------------------------------
  677. */
  678. #primary-navigation, .menu-primary-menu-container {
  679. position: relative;
  680. z-index: 100;
  681. }
  682. #primary-navigation .nav-menu {
  683. list-style: none outside none;
  684. margin:0;
  685. text-align: left;
  686. }
  687. #primary-navigation .nav-menu li {
  688. display: block;
  689. float:left;
  690. position: relative;
  691. }
  692. #primary-navigation .nav-menu > li > a {
  693. display: block;
  694. font-size: 17px;
  695. font-weight: bold;
  696. color:#5a0000;
  697. line-height: 17px;
  698. padding:6px 12px;
  699. text-transform: uppercase;
  700. }
  701. #primary-navigation .nav-menu > li:hover > a, #primary-navigation .nav-menu > li.current-menu-item > a, #primary-navigation .nav-menu > li.current-menu-ancestor > a {
  702. background: #7f5516; /* Old browsers */
  703. background: -moz-linear-gradient(top, #7f5516 0%, #e8c48b 100%); /* FF3.6+ */
  704. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7f5516), color-stop(100%,#e8c48b)); /* Chrome,Safari4+ */
  705. background: -webkit-linear-gradient(top, #7f5516 0%,#e8c48b 100%); /* Chrome10+,Safari5.1+ */
  706. background: -o-linear-gradient(top, #7f5516 0%,#e8c48b 100%); /* Opera 11.10+ */
  707. background: -ms-linear-gradient(top, #7f5516 0%,#e8c48b 100%); /* IE10+ */
  708. background: linear-gradient(to bottom, #7f5516 0%,#e8c48b 100%); /* W3C */
  709. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f5516', endColorstr='#e8c48b',GradientType=0 ); /* IE6-9 */
  710. color:white;
  711. }
  712. #primary-navigation .nav-menu li > ul {
  713. display: none;
  714. position: absolute;
  715. margin:0;
  716. left:50%;
  717. -moz-transform: translateX(-50%);
  718. -webkit-transform: translateX(-50%);
  719. -o-transform: translateX(-50%);
  720. -ms-transform: translateX(-50%);
  721. transform: translateX(-50%);
  722. white-space: nowrap;
  723. line-height: 18px;
  724. }
  725. #primary-navigation .nav-menu li:hover > ul {
  726. display: block;
  727. }
  728. #primary-navigation .nav-menu li > ul > li {
  729. margin:0 3px 0 1px;
  730. line-height: 20px;
  731. font-size: 14px;
  732. display: inline-block;
  733. float:none;
  734. }
  735. #primary-navigation .nav-menu li > ul > li:before {
  736. content:" | ";
  737. color:white;
  738. }
  739. #primary-navigation .nav-menu li > ul > li:first-child:before {
  740. content:"";
  741. }
  742. #primary-navigation .nav-menu li > ul > li > a {
  743. color:white;
  744. display: inline-block;
  745. padding:0 2px 0 4px;
  746. }
  747. .sub-nav-back {
  748. background: #452802; /* Old browsers */
  749. background: -moz-linear-gradient(left, #452802 0%, #ac8b59 15%, #ac8b59 50%, #ac8b59 85%, #ac8b59 85%, #452802 100%); /* FF3.6+ */
  750. background: -webkit-gradient(linear, left top, right top, color-stop(0%,#452802), color-stop(15%,#ac8b59), color-stop(50%,#ac8b59), color-stop(85%,#ac8b59), color-stop(85%,#ac8b59), color-stop(100%,#452802)); /* Chrome,Safari4+ */
  751. background: -webkit-linear-gradient(left, #452802 0%,#ac8b59 15%,#ac8b59 50%,#ac8b59 85%,#ac8b59 85%,#452802 100%); /* Chrome10+,Safari5.1+ */
  752. background: -o-linear-gradient(left, #452802 0%,#ac8b59 15%,#ac8b59 50%,#ac8b59 85%,#ac8b59 85%,#452802 100%); /* Opera 11.10+ */
  753. background: -ms-linear-gradient(left, #452802 0%,#ac8b59 15%,#ac8b59 50%,#ac8b59 85%,#ac8b59 85%,#452802 100%); /* IE10+ */
  754. background: linear-gradient(to right, #452802 0%,#ac8b59 15%,#ac8b59 50%,#ac8b59 85%,#ac8b59 85%,#452802 100%); /* W3C */
  755. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#452802', endColorstr='#452802',GradientType=1 ); /* IE6-9 */
  756. width:100%;
  757. position: absolute;
  758. z-index: 1;
  759. left:-20px;
  760. padding:0 20px;
  761. height:20px;
  762. top:100%;
  763. display: none;
  764. }
  765. .sub-nav-back.show {
  766. display: block;
  767. }
  768. /**
  769. * 6.0 Content
  770. * -----------------------------------------------------------------------------
  771. */
  772. .home .slider {
  773. background: #7f5516; /* Old browsers */
  774. background: -moz-linear-gradient(left, #7f5516 0%, #ba9458 15%, #e8c48b 50%, #ba9458 85%, #7f5516 100%); /* FF3.6+ */
  775. background: -webkit-gradient(linear, left top, right top, color-stop(0%,#7f5516), color-stop(15%,#ba9458), color-stop(50%,#e8c48b), color-stop(85%,#ba9458), color-stop(100%,#7f5516)); /* Chrome,Safari4+ */
  776. background: -webkit-linear-gradient(left, #7f5516 0%,#ba9458 15%,#e8c48b 50%,#ba9458 85%,#7f5516 100%); /* Chrome10+,Safari5.1+ */
  777. background: -o-linear-gradient(left, #7f5516 0%,#ba9458 15%,#e8c48b 50%,#ba9458 85%,#7f5516 100%); /* Opera 11.10+ */
  778. background: -ms-linear-gradient(left, #7f5516 0%,#ba9458 15%,#e8c48b 50%,#ba9458 85%,#7f5516 100%); /* IE10+ */
  779. background: linear-gradient(to right, #7f5516 0%,#ba9458 15%,#e8c48b 50%,#ba9458 85%,#7f5516 100%); /* W3C */
  780. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f5516', endColorstr='#7f5516',GradientType=1 ); /* IE6-9 */
  781. padding-bottom:4px;
  782. }
  783. .home .slider .bg-color {
  784. background:#7a1919;
  785. }
  786. .home .entry-content p {
  787. font-size: 22px;
  788. }
  789. #slider img {
  790. display: none;
  791. }
  792. #slider img:first-child {
  793. display: block;
  794. }
  795. .content_area {
  796. padding-left: 10px;
  797. border-left: 3px solid #7a1919;
  798. margin: 25px 0;
  799. }
  800. .home .content_area {
  801. padding-left: 0px;
  802. border-left: none;
  803. margin: 0;
  804. }
  805. .entry-content a {
  806. color:#7a1919;
  807. font-weight: bold;
  808. }
  809. a.anchor{ display: block; position: relative; top: -160px; visibility: hidden; }
  810. /**
  811. * 6.1 Post Thumbnail
  812. * -----------------------------------------------------------------------------
  813. */
  814. /**
  815. * 6.2 Entry Header
  816. * -----------------------------------------------------------------------------
  817. */
  818. /**
  819. * 6.3 Entry Meta
  820. * -----------------------------------------------------------------------------
  821. */
  822. /**
  823. * 6.4 Entry Content
  824. * -----------------------------------------------------------------------------
  825. */
  826. .home .content_area > div { margin-left:-3px; }
  827. .home .content_area > div:first-child {
  828. border-right:1px solid #7a1919;
  829. margin-left:0;
  830. padding-right:1%;
  831. margin-right:3%;
  832. }
  833. form .grid_2 , form .grid_3{
  834. float:left;
  835. }
  836. form .grid_2 {
  837. width:120px;
  838. }
  839. form .grid_3 {
  840. width:340px;
  841. }
  842. .form_row {
  843. float: left;
  844. padding: 6px 0;
  845. width: 570px;
  846. }
  847. .form_row .indent { padding-left: 40px; }
  848. .form_row .indent .row {
  849. float: left;
  850. margin-bottom: 2px;
  851. width: 100%;
  852. }
  853. .form_row .indent .first-row { margin-top: 5px; }
  854. .form_row .indent input, .form_row .indent span {
  855. /*float: left;*/
  856. padding-right: 8px;
  857. width: auto;
  858. }
  859. .form_row1 {
  860. float: left;
  861. padding-top: 6px;
  862. width: 570px;
  863. }
  864. .form_row1 label {
  865. padding-left: 16px;
  866. padding-right: 0;
  867. padding-top: 0;
  868. text-align: left;
  869. }
  870. .form_row1 span {
  871. float: left;
  872. padding: 0 10px 0 6px;
  873. }
  874. .form_row span textarea {
  875. margin: 0 20px;
  876. width: 95%;
  877. }
  878. .form_row table { margin-left: 10px; }
  879. .form_row td input { width: auto; }
  880. /**
  881. * 6.6 Post Formats
  882. * -----------------------------------------------------------------------------
  883. */
  884. /**
  885. * 6.7 Post/Image/Paging Navigation
  886. * -----------------------------------------------------------------------------
  887. */
  888. /**
  889. * 6.8 Attachments
  890. * -----------------------------------------------------------------------------
  891. */
  892. /**
  893. * 6.9 Archives
  894. * -----------------------------------------------------------------------------
  895. */
  896. /**
  897. * 6.10 Contributor Page
  898. * -----------------------------------------------------------------------------
  899. */
  900. /**
  901. * 6.11 404 Page
  902. * -----------------------------------------------------------------------------
  903. */
  904. /**
  905. * 6.12 Full-width
  906. * -----------------------------------------------------------------------------
  907. */
  908. /**
  909. * 6.13 Singular
  910. * -----------------------------------------------------------------------------
  911. */
  912. /**
  913. * 7.0 Sidebars
  914. * -----------------------------------------------------------------------------
  915. */
  916. /**
  917. * 7.1 Widgets
  918. * -----------------------------------------------------------------------------
  919. */
  920. /**
  921. * 7.2 Content Sidebar Widgets
  922. * -----------------------------------------------------------------------------
  923. */
  924. /**
  925. * 8.0 Footer
  926. * -----------------------------------------------------------------------------
  927. */
  928. footer#colophon {
  929. margin-top:-100px;
  930. background:#7A1919;
  931. position: relative;
  932. z-index: 100;
  933. }
  934. footer#colophon > .inner-wrapper {
  935. height:150px;
  936. }
  937. #footer-navigation {
  938. text-align: center;
  939. padding-top:8px;
  940. }
  941. #footer-navigation ul {
  942. list-style: none outside none;
  943. margin:0 auto;
  944. display: inline-block;
  945. }
  946. #footer-navigation ul ul {
  947. display: none;
  948. }
  949. #footer-navigation li {
  950. display: block;
  951. float:left;
  952. font-size: 14px;
  953. }
  954. #footer-navigation li:before {
  955. content:" | ";
  956. color:white;
  957. font-size: 15px;
  958. }
  959. #footer-navigation li:first-child:before {
  960. content: "";
  961. }
  962. #footer-navigation li a {
  963. color:white;
  964. font-weight: bold;
  965. display: inline-block;
  966. padding:0px 7px 0 5px;
  967. text-transform: uppercase;
  968. }
  969. .footer-left, .footer-right {
  970. line-height: 1.3em;
  971. color: white;
  972. position: absolute;
  973. bottom: 10px;
  974. }
  975. .footer-left a, .footer-right a {
  976. color:white;
  977. }
  978. .footer-left {
  979. left:20px;
  980. text-align: left;
  981. }
  982. .footer-right {
  983. right:20px;
  984. text-align: right;
  985. }
  986. /**
  987. * 9.0 Pagination
  988. * -----------------------------------------------------------------------------
  989. */
  990. .pagination { clear:both; padding:20px 0; position:relative; font-size:11px; line-height:13px; }
  991. .pagination span, .pagination a { display:block; float:left; margin: 2px 2px 2px 0; padding:6px 9px 5px 9px; text-decoration:none; width:auto; color:#fff; background: #555; }
  992. .pagination a:hover{ color:#fff; background: #3279BB; }
  993. .pagination .current{ padding:6px 9px 5px 9px; background: #3279BB; color:#fff; }
  994. /**
  995. * 10.0 Fluid Columns
  996. * -----------------------------------------------------------------------------
  997. */
  998. .one_half{ width:48%; }
  999. .one_third{ width:30.66%; }
  1000. .two_third{ width:65.33%; }
  1001. .one_fourth{ width:22%; }
  1002. .three_fourth{ width:74%; }
  1003. .one_fifth{ width:16.8%; }
  1004. .two_fifth{ width:37.6%; }
  1005. .three_fifth{ width:58.4%; }
  1006. .four_fifth{ width:79.2%; }
  1007. .one_sixth{ width:13.33%; }
  1008. .five_sixth{ width:82.67%; }
  1009. .one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{ position:relative; margin-right:4%; float:left; }
  1010. .last{ margin-right:0 !important; clear:right; }
  1011. .clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;}
  1012. /**
  1013. * 12.0 Print
  1014. * -----------------------------------------------------------------------------
  1015. */
  1016. @media print {
  1017. body {
  1018. background: none !important; /* Brute force since user agents all print differently. */
  1019. color: #2b2b2b;
  1020. font-size: 12pt;
  1021. }
  1022. .site, .site-header, .hentry, .site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content, .archive-header, .page-header, .contributor-info, .comments-area, .attachment .entry-attachment .attachment {
  1023. max-width: 100%;
  1024. }
  1025. #site-header img, .search-toggle, .site-navigation, .site-content nav, .edit-link, .page-links, .widget-area, .more-link, .post-format-archive-link, .comment-respond, .comment-list .reply, .comment-reply-login, #secondary, .site-footer, .slider-control-paging, .slider-direction-nav {
  1026. display: none;
  1027. }
  1028. .site-title a, .entry-meta, .entry-meta a, .featured-content .hentry, .featured-content a {
  1029. color: #2b2b2b;
  1030. }
  1031. .entry-content a, .entry-summary a, .page-content a, .comment-content a {
  1032. text-decoration: none;
  1033. }
  1034. .site-header, .post-thumbnail, a.post-thumbnail:hover, .site-content .entry-header, .site-footer, .featured-content, .featured-content .entry-header {
  1035. background: transparent;
  1036. }
  1037. .header-main {
  1038. padding: 48px 10px;
  1039. }
  1040. .site-title {
  1041. float: none;
  1042. font-size: 19pt;
  1043. }
  1044. .content-area {
  1045. padding-top: 0;
  1046. }
  1047. .list-view .site-content .hentry {
  1048. border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  1049. margin-bottom: 48px;
  1050. padding-bottom: 24px;
  1051. }
  1052. .post-thumbnail img {
  1053. margin: 0 10px 24px;
  1054. }
  1055. .site-content .has-post-thumbnail .entry-header {
  1056. padding-top: 0;
  1057. }
  1058. .site-content footer.entry-meta {
  1059. margin: 24px auto;
  1060. }
  1061. .entry-meta .tag-links a {
  1062. color: #fff;
  1063. }
  1064. .singular .site-content .hentry.has-post-thumbnail {
  1065. margin-top: 0;
  1066. }
  1067. .gallery-columns-1.gallery-size-medium, .gallery-columns-1.gallery-size-thumbnail, .gallery-columns-2.gallery-size-thumbnail, .gallery-columns-3.gallery-size-thumbnail {
  1068. display: block;
  1069. }
  1070. .archive-title, .page-title {
  1071. margin: 0 10px 48px;
  1072. }
  1073. .featured-content .hentry {
  1074. margin-bottom: 48px;
  1075. }
  1076. .featured-content .post-thumbnail, .slider .featured-content .post-thumbnail {
  1077. padding-top: 0;
  1078. }
  1079. .featured-content .post-thumbnail img {
  1080. position: relative;
  1081. }
  1082. .featured-content .entry-header {
  1083. padding: 0 10px 24px;
  1084. }
  1085. .featured-content .entry-meta {
  1086. font-size: 9pt;
  1087. margin-bottom: 11px;
  1088. }
  1089. .featured-content .cat-links {
  1090. font-weight: 900;
  1091. }
  1092. .featured-content .entry-title {
  1093. font-size: 25pt;
  1094. line-height: 36px;
  1095. }
  1096. }
  1097. .bf_layout_checkbox {margin-right:10px!important;}
  1098. /* Added by https://davidawindham.com */
  1099. /* Custom, iPhone Retina */
  1100. @media only screen and (min-width : 320px) {
  1101. }
  1102. /* Extra Small Devices, Phones */
  1103. @media only screen and (min-width : 480px) {
  1104. }
  1105. /* Small Devices, Tablets */
  1106. @media only screen and (min-width : 768px) {
  1107. }
  1108. /* Medium Devices, Desktops */
  1109. @media only screen and (min-width : 992px) {
  1110. }
  1111. /* Large Devices, Wide Screens */
  1112. @media only screen and (min-width : 1200px) {
  1113. }