style.css 24 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444
  1. /* @override https://macs.local/cc/wp-content/themes/cc_17/style.css */
  2. /*
  3. Theme Name: Climate Control Systems of Greenwood Inc.
  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: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",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:#000;
  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. margin:0 auto;
  521. }
  522. #page {
  523. background:#fff;
  524. }
  525. #main {
  526. position: relative;
  527. padding-bottom:100px;
  528. }
  529. #main-content {
  530. background: #fff;
  531. }
  532. #primary {
  533. padding:20px;
  534. position: relative;
  535. }
  536. /**
  537. * 4.0 Header
  538. * -----------------------------------------------------------------------------
  539. */
  540. /* Ensure that there is no gap between the header and
  541. the admin bar for WordPress versions before 3.8. */
  542. #wpadminbar {
  543. min-height: 32px;
  544. }
  545. header#masthead {
  546. background: #fff;
  547. width:100%;
  548. }
  549. .header-main {
  550. background:white;
  551. }
  552. .header-main .inner-wrapper {
  553. }
  554. .logo {
  555. display: block;
  556. position: relative;
  557. margin: 20px;
  558. float: left;
  559. }
  560. .logo img {
  561. max-width:400px;
  562. }
  563. .header-main .search-form {
  564. position: absolute;
  565. top:10px;
  566. right:0;
  567. width:200px;
  568. }
  569. input.search-field {
  570. border: 1px solid #7a1919;
  571. padding: 2px 2px 2px 20px;
  572. color: #7a1919;
  573. background:url('images/search_icon.png') left center no-repeat;
  574. background-color: rgba(232,196,139,.5);
  575. border-radius: 0;
  576. width:90%;
  577. }
  578. input.search-submit {
  579. display: block;
  580. text-indent: -9999px;
  581. padding: 0;
  582. width: 0;
  583. height: 0px;
  584. border: 10px solid transparent;
  585. border-right: 0;
  586. border-left: 15px solid #7a1919;
  587. background: none;
  588. float: right;
  589. margin-top: 2px;
  590. }
  591. .search-submit {
  592. display: none;
  593. }
  594. .social {
  595. }
  596. .social .social-links {
  597. margin: 0;
  598. }
  599. .social .social-links li {
  600. display: inline-block;
  601. list-style: none outside none;
  602. }
  603. .social .social-links li a {
  604. display: block;
  605. font-weight: bold;
  606. padding:5px 30px 5px 5px;
  607. background-position: right center;
  608. background-repeat: no-repeat;
  609. color:#fff
  610. }
  611. .header-left{
  612. float: right;
  613. margin:25px 0 15px;
  614. }
  615. .header-left .header-links a {
  616. display: block;
  617. padding: 5px;
  618. text-align: center;
  619. background:#B9252E;
  620. color:#fff;
  621. font-weight: bold;
  622. font-size: 15px;
  623. text-transform: uppercase;
  624. margin-bottom:5px;
  625. }
  626. .header-left .phone {
  627. font-size: 22px;
  628. font-weight: bold;
  629. color:#B9252E;
  630. line-height: 1em;
  631. text-align: center;
  632. margin: 0 0 5px;
  633. }
  634. .header-left .phone a {
  635. font-size: 23px;
  636. color:#B9252E;
  637. margin: 0 0 10px;
  638. }
  639. /**
  640. * 5.0 Navigation
  641. * -----------------------------------------------------------------------------
  642. */
  643. .main-nav {
  644. background: #B9252E;
  645. }
  646. #cssmenu {
  647. padding: 0;
  648. margin: 0;
  649. border: 0;
  650. width: auto;
  651. }
  652. #cssmenu ul,
  653. #cssmenu li {
  654. list-style: none;
  655. margin: 0;
  656. padding: 0;
  657. }
  658. #cssmenu ul {
  659. position: relative;
  660. z-index: 597;
  661. }
  662. #cssmenu ul li {
  663. float: left;
  664. min-height: 1px;
  665. vertical-align: middle;
  666. }
  667. #cssmenu ul li.hover,
  668. #cssmenu ul li:hover {
  669. position: relative;
  670. z-index: 599;
  671. cursor: default;
  672. }
  673. #cssmenu ul ul {
  674. visibility: hidden;
  675. position: absolute;
  676. top: 100%;
  677. left: 0;
  678. z-index: 598;
  679. width: 100%;
  680. }
  681. #cssmenu ul ul li {
  682. float: none;
  683. }
  684. #cssmenu ul ul ul {
  685. top: 0;
  686. left: 190px;
  687. width: 190px;
  688. }
  689. #cssmenu ul li:hover > ul {
  690. visibility: visible;
  691. }
  692. #cssmenu ul ul {
  693. bottom: 0;
  694. left: 0;
  695. }
  696. #cssmenu ul ul {
  697. margin-top: 0;
  698. }
  699. #cssmenu ul ul li {
  700. font-weight: normal;
  701. }
  702. #cssmenu a {
  703. display: block;
  704. line-height: 1em;
  705. text-decoration: none;
  706. }
  707. /* Custom CSS Styles */
  708. #cssmenu {
  709. font-size: 16px;
  710. font-weight:bold;
  711. color:#fff;
  712. }
  713. #cssmenu > ul {
  714. *display: inline-block;
  715. }
  716. #cssmenu:after,
  717. #cssmenu ul:after {
  718. content: '';
  719. display: block;
  720. clear: both;
  721. }
  722. #cssmenu ul {
  723. text-transform: uppercase;
  724. }
  725. #cssmenu ul ul {
  726. min-width: 190px;
  727. }
  728. #cssmenu ul ul a {
  729. background: #B9252E;
  730. color: #ffffff;
  731. line-height: 150%;
  732. padding: 14px 15px;
  733. font-size: 15px;
  734. font-weight:bold;
  735. }
  736. #cssmenu ul ul ul {
  737. border-top: 0 none;
  738. }
  739. #cssmenu ul ul li {
  740. position: relative;
  741. }
  742. #cssmenu ul ul li:first-child > a {
  743. }
  744. #cssmenu ul ul li:hover > a {
  745. background: #B9252E;
  746. color: #ffffff;
  747. }
  748. #cssmenu ul ul li:last-child > a {
  749. }
  750. #cssmenu ul ul li:last-child:hover > a {
  751. }
  752. #cssmenu ul ul li.has-sub > a:after {
  753. content: '+';
  754. position: absolute;
  755. top: 50%;
  756. right: 15px;
  757. margin-top: -8px;
  758. }
  759. #cssmenu ul li:hover > a,
  760. #cssmenu ul li.active > a {
  761. background: #B9252E;
  762. color: #ffffff;
  763. }
  764. #cssmenu ul li.has-sub > a:after {
  765. content: '';
  766. margin-left: 5px;
  767. }
  768. #cssmenu ul li.last ul {
  769. left: auto;
  770. right: 0;
  771. }
  772. #cssmenu ul li.last ul ul {
  773. left: auto;
  774. right: 99.5%;
  775. }
  776. #cssmenu a {
  777. color: #fff;
  778. padding: 0 20px;
  779. }
  780. #cssmenu > ul > li > a {
  781. line-height: 38px;
  782. }
  783. /**
  784. * 6.0 Content
  785. * -----------------------------------------------------------------------------
  786. */
  787. .home .slider {
  788. background: #B9252E;
  789. }
  790. .home .slider .bg-color {
  791. }
  792. .home .entry-content p {
  793. font-size: 22px;
  794. }
  795. #slider img {
  796. display: none;
  797. }
  798. #slider img:first-child {
  799. display: block;
  800. }
  801. .content_area {
  802. margin: 35px 0;
  803. }
  804. .home .content_area {
  805. padding-left: 0px;
  806. border-left: none;
  807. margin: 0;
  808. }
  809. .entry-content a {
  810. color:#7a1919;
  811. font-weight: bold;
  812. }
  813. a.anchor{ display: block; position: relative; top: -160px; visibility: hidden; }
  814. /**
  815. * 6.1 Post Thumbnail
  816. * -----------------------------------------------------------------------------
  817. */
  818. /**
  819. * 6.2 Entry Header
  820. * -----------------------------------------------------------------------------
  821. */
  822. /**
  823. * 6.3 Entry Meta
  824. * -----------------------------------------------------------------------------
  825. */
  826. /**
  827. * 6.4 Entry Content
  828. * -----------------------------------------------------------------------------
  829. */
  830. .home .content_area > div { margin-left:-3px; }
  831. .home .content_area > div:first-child {
  832. border-right:1px solid #7a1919;
  833. margin-left:0;
  834. padding-right:1%;
  835. margin-right:3%;
  836. }
  837. form .grid_2 , form .grid_3{
  838. float:left;
  839. }
  840. form .grid_2 {
  841. width:120px;
  842. }
  843. form .grid_3 {
  844. width:340px;
  845. }
  846. .form_row {
  847. float: left;
  848. padding: 6px 0;
  849. width: 570px;
  850. }
  851. .form_row .indent { padding-left: 40px; }
  852. .form_row .indent .row {
  853. float: left;
  854. margin-bottom: 2px;
  855. width: 100%;
  856. }
  857. .form_row .indent .first-row { margin-top: 5px; }
  858. .form_row .indent input, .form_row .indent span {
  859. /*float: left;*/
  860. padding-right: 8px;
  861. width: auto;
  862. }
  863. .form_row1 {
  864. float: left;
  865. padding-top: 6px;
  866. width: 570px;
  867. }
  868. .form_row1 label {
  869. padding-left: 16px;
  870. padding-right: 0;
  871. padding-top: 0;
  872. text-align: left;
  873. }
  874. .form_row1 span {
  875. float: left;
  876. padding: 0 10px 0 6px;
  877. }
  878. .form_row span textarea {
  879. margin: 0 20px;
  880. width: 95%;
  881. }
  882. .form_row table { margin-left: 10px; }
  883. .form_row td input { width: auto; }
  884. /**
  885. * 6.6 Post Formats
  886. * -----------------------------------------------------------------------------
  887. */
  888. /**
  889. * 6.7 Post/Image/Paging Navigation
  890. * -----------------------------------------------------------------------------
  891. */
  892. /**
  893. * 6.8 Attachments
  894. * -----------------------------------------------------------------------------
  895. */
  896. /**
  897. * 6.9 Archives
  898. * -----------------------------------------------------------------------------
  899. */
  900. /**
  901. * 6.10 Contributor Page
  902. * -----------------------------------------------------------------------------
  903. */
  904. /**
  905. * 6.11 404 Page
  906. * -----------------------------------------------------------------------------
  907. */
  908. /**
  909. * 6.12 Full-width
  910. * -----------------------------------------------------------------------------
  911. */
  912. /**
  913. * 6.13 Singular
  914. * -----------------------------------------------------------------------------
  915. */
  916. /**
  917. * 7.0 Sidebars
  918. * -----------------------------------------------------------------------------
  919. */
  920. /**
  921. * 7.1 Widgets
  922. * -----------------------------------------------------------------------------
  923. */
  924. /**
  925. * 7.2 Content Sidebar Widgets
  926. * -----------------------------------------------------------------------------
  927. */
  928. /**
  929. * 8.0 Footer
  930. * -----------------------------------------------------------------------------
  931. */
  932. footer#colophon {
  933. padding: 70px 0 80px;
  934. background:#B9252E;
  935. position: relative;
  936. color: #fff;
  937. font-size: 15px;
  938. }
  939. #footer-navigation {
  940. text-align: center;
  941. padding-top:8px;
  942. }
  943. #footer-navigation ul {
  944. list-style: none outside none;
  945. margin:0 auto;
  946. display: inline-block;
  947. }
  948. #footer-navigation ul ul {
  949. display: none;
  950. }
  951. #footer-navigation li {
  952. display: block;
  953. float:left;
  954. font-size: 14px;
  955. }
  956. #footer-navigation li:before {
  957. content:" | ";
  958. color:white;
  959. font-size: 15px;
  960. }
  961. #footer-navigation li:first-child:before {
  962. content: "";
  963. }
  964. #footer-navigation li a {
  965. color:white;
  966. font-weight: bold;
  967. display: inline-block;
  968. padding:0px 7px 0 5px;
  969. text-transform: uppercase;
  970. }
  971. .footer-left, .footer-right {
  972. line-height: 1.3em;
  973. color: white;
  974. position: absolute;
  975. bottom: 10px;
  976. }
  977. .footer-left a, .footer-right a {
  978. color:white;
  979. }
  980. .footer-left {
  981. left:0px;
  982. text-align: left;
  983. }
  984. .footer-right {
  985. position: relative;
  986. right:0px;
  987. text-align: right;
  988. }
  989. .row.credits {
  990. padding: 20px 0 0;
  991. }
  992. .credits {
  993. margin: 50px 0 0;
  994. font-size: 12px;
  995. }
  996. #colophon h4 {
  997. color: #fff;
  998. text-transform: none;
  999. }
  1000. #colophon a {
  1001. color: #fff;
  1002. }
  1003. #colophon ul {
  1004. list-style: none;
  1005. //margin: 0;
  1006. }
  1007. /**
  1008. * 9.0 Pagination
  1009. * -----------------------------------------------------------------------------
  1010. */
  1011. .pagination { clear:both; padding:20px 0; position:relative; font-size:11px; line-height:13px; }
  1012. .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; }
  1013. .pagination a:hover{ color:#fff; background: #3279BB; }
  1014. .pagination .current{ padding:6px 9px 5px 9px; background: #3279BB; color:#fff; }
  1015. /**
  1016. * 10.0 Fluid Columns
  1017. * -----------------------------------------------------------------------------
  1018. */
  1019. .one_half{ width:48%; }
  1020. .one_third{ width:30.66%; }
  1021. .two_third{ width:65.33%; }
  1022. .one_fourth{ width:22%; }
  1023. .three_fourth{ width:74%; }
  1024. .one_fifth{ width:16.8%; }
  1025. .two_fifth{ width:37.6%; }
  1026. .three_fifth{ width:58.4%; }
  1027. .four_fifth{ width:79.2%; }
  1028. .one_sixth{ width:13.33%; }
  1029. .five_sixth{ width:82.67%; }
  1030. .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; }
  1031. .last{ margin-right:0 !important; clear:right; }
  1032. .clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;}
  1033. /**************************************************
  1034. Styles Below Added by https://davidawindham.com
  1035. **************************************************/
  1036. .tinynav { display: none }
  1037. .inner-wrapper {
  1038. width:90% !important;
  1039. margin:0 auto;
  1040. }
  1041. #primary {
  1042. padding:30px 20px !important;
  1043. }
  1044. ul#menu-primary-menu .l_tinynav1 {
  1045. margin-top: 10px;
  1046. }
  1047. @media only screen and (max-width: 767px) {
  1048. .logo img {
  1049. max-width:300px;
  1050. }
  1051. .tinynav {
  1052. display: block
  1053. }
  1054. #menu-primary-menu {
  1055. display: none
  1056. }
  1057. .header-left .header-links a {
  1058. }
  1059. .header-left .phone {
  1060. font-size: 14px !important;
  1061. }
  1062. .header-left .phone a {
  1063. font-size: 21px;
  1064. }
  1065. .header-left{
  1066. float: left;
  1067. margin:0px auto;
  1068. }
  1069. .home .slider {
  1070. background: #7a1919;
  1071. padding-bottom: 4px;
  1072. padding-top: 30px;
  1073. }
  1074. #footer-navigation {
  1075. display:none !important;
  1076. }
  1077. .one_half{ width:100%; }
  1078. .one_third{ width:100%; }
  1079. .two_third{ width:100%; }
  1080. .one_fourth{ width:100%; }
  1081. .three_fourth{ width:100%; }
  1082. .one_fifth{ width:100%; }
  1083. .two_fifth{ width:100%; }
  1084. .three_fifth{ width:100%; }
  1085. .four_fifth{ width:100%; }
  1086. .one_sixth{ width:100%; }
  1087. .five_sixth{ width:100%; }
  1088. .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; }
  1089. .last{ margin-right:0 !important; clear:right; }
  1090. .clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;}
  1091. .home .content_area > div { margin-left:-3px; }
  1092. .home .content_area > div:first-child {
  1093. border-right:none;
  1094. margin-left:0;
  1095. padding-right:1%;
  1096. margin-right:3%;
  1097. }
  1098. }
  1099. @media only screen and (min-width : 992px) {
  1100. }
  1101. @media only screen and (min-width : 1200px) {
  1102. }
  1103. .container {
  1104. width: 90%;
  1105. margin-left: auto;
  1106. margin-right: auto;
  1107. }
  1108. .row {
  1109. position: relative;
  1110. width: 100%;
  1111. }
  1112. .row [class^="col"] {
  1113. float: left;
  1114. margin: 0.5rem 2%;
  1115. min-height: 0.125rem;
  1116. }
  1117. .col-1,
  1118. .col-2,
  1119. .col-3,
  1120. .col-4,
  1121. .col-5,
  1122. .col-6,
  1123. .col-7,
  1124. .col-8,
  1125. .col-9,
  1126. .col-10,
  1127. .col-11,
  1128. .col-12 {
  1129. width: 96%;
  1130. }
  1131. .col-1-sm {
  1132. width: 4.33%;
  1133. }
  1134. .col-2-sm {
  1135. width: 12.66%;
  1136. }
  1137. .col-3-sm {
  1138. width: 21%;
  1139. }
  1140. .col-4-sm {
  1141. width: 29.33%;
  1142. }
  1143. .col-5-sm {
  1144. width: 37.66%;
  1145. }
  1146. .col-6-sm {
  1147. width: 46%;
  1148. }
  1149. .col-7-sm {
  1150. width: 54.33%;
  1151. }
  1152. .col-8-sm {
  1153. width: 62.66%;
  1154. }
  1155. .col-9-sm {
  1156. width: 71%;
  1157. }
  1158. .col-10-sm {
  1159. width: 79.33%;
  1160. }
  1161. .col-11-sm {
  1162. width: 87.66%;
  1163. }
  1164. .col-12-sm {
  1165. width: 96%;
  1166. }
  1167. .row::after {
  1168. content: "";
  1169. display: table;
  1170. clear: both;
  1171. }
  1172. .hidden-sm {
  1173. display: none;
  1174. }
  1175. @media only screen and (min-width: 33.75em) { /* 540px */
  1176. .container {
  1177. width: 80%;
  1178. }
  1179. }
  1180. @media only screen and (min-width: 45em) { /* 720px */
  1181. .col-1 {
  1182. width: 4.33%;
  1183. }
  1184. .col-2 {
  1185. width: 12.66%;
  1186. }
  1187. .col-3 {
  1188. width: 21%;
  1189. }
  1190. .col-4 {
  1191. width: 29.33%;
  1192. }
  1193. .col-5 {
  1194. width: 37.66%;
  1195. }
  1196. .col-6 {
  1197. width: 46%;
  1198. }
  1199. .col-7 {
  1200. width: 54.33%;
  1201. }
  1202. .col-8 {
  1203. width: 62.66%;
  1204. }
  1205. .col-9 {
  1206. width: 71%;
  1207. }
  1208. .col-10 {
  1209. width: 79.33%;
  1210. }
  1211. .col-11 {
  1212. width: 87.66%;
  1213. }
  1214. .col-12 {
  1215. width: 96%;
  1216. }
  1217. .hidden-sm {
  1218. display: block;
  1219. }
  1220. }
  1221. @media only screen and (min-width: 60em) { /* 960px */
  1222. .container {
  1223. width: 75%;
  1224. max-width: 60rem;
  1225. }
  1226. }