style.css 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  1. /*!
  2. Theme Name: cc
  3. Theme URI:
  4. Author: windhamdavid
  5. Description:
  6. Version: 1.0
  7. License URI: http://www.gnu.org/licenses/gpl-2.0.html
  8. Thanks:
  9. normalize.css v3.0.1 * MIT License
  10. Bootstrap v3.2.0 * MIT License
  11. Font Awesome 4.2.0 * MIT License
  12. Animate.css * MIT Lincense
  13. _s | * GPL License
  14. *** This is just for the template to register in WordPress. All of the css files are in /src ***
  15. */
  16. @import url(https://fonts.googleapis.com/css?family=Work+Sans:400,800,300);
  17. .site-branding {
  18. margin: 0px auto;
  19. }
  20. .site-branding img {
  21. }
  22. .call-to-action {
  23. margin: 0px 0;
  24. }
  25. .work-sans {
  26. color: #EC4A21;
  27. font-size:20px;
  28. font-family: 'Work Sans', sans-serif;
  29. font-weight: 800;
  30. }
  31. .btn-call {
  32. background: #EC4A21;
  33. color: #333;
  34. font-size:16px;
  35. font-family: 'Work Sans', sans-serif;
  36. font-weight: 800 !important;
  37. }
  38. .recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}
  39. header {
  40. background: #333;
  41. }
  42. footer {
  43. background: #333;
  44. padding: 20px 0;
  45. min-height:200px;
  46. }
  47. .right {
  48. float:right;
  49. }
  50. .light {
  51. color: #cecece;
  52. }
  53. .navbar {
  54. font-size:16px;
  55. font-family: 'Work Sans', sans-serif;
  56. font-weight: 800;
  57. }
  58. .navbar-toggle .icon-bar:nth-of-type(2) {
  59. top: 1px;
  60. }
  61. .navbar-toggle .icon-bar:nth-of-type(3) {
  62. top: 2px;
  63. }
  64. .navbar-toggle .icon-bar {
  65. position: relative;
  66. transition: all 500ms ease-in-out;
  67. }
  68. .navbar-toggle.active .icon-bar:nth-of-type(1) {
  69. top: 6px;
  70. transform: rotate(45deg);
  71. }
  72. .navbar-toggle.active .icon-bar:nth-of-type(2) {
  73. background-color: transparent;
  74. }
  75. .navbar-toggle.active .icon-bar:nth-of-type(3) {
  76. top: -6px;
  77. transform: rotate(-45deg);
  78. }
  79. footer {
  80. margin: 60px 0 0;
  81. }
  82. span.fb {
  83. float: right;
  84. width: 32px;
  85. height: 32px;
  86. margin-left: 5px;
  87. padding: 3px 4px 2px 5px;
  88. background-image: url(img/fb.png) ;
  89. background-position: 0 32px;
  90. position: relative;
  91. -webkit-transition: all ease 0.3s;
  92. -moz-transition: all ease 0.3s;
  93. -o-transition: all ease 0.3s;
  94. -ms-transition: all ease 0.3s;
  95. transition: all ease 0.3s;
  96. }
  97. span.fb:hover {
  98. background-position: 0 0px;
  99. }
  100. /* ========= Contact Form 7 =========== */
  101. div.wpcf7 .screen-reader-response {
  102. display: none;
  103. }
  104. div.wpcf7 img.ajax-loader {
  105. border: none;
  106. vertical-align: middle;
  107. margin-left: 4px;
  108. }
  109. div.wpcf7 .form-inline img.ajax-loader {
  110. display: inline;
  111. }
  112. div.wpcf7 div.ajax-error {
  113. display: none;
  114. }
  115. div.wpcf7 .wpcf7-display-none {
  116. display: none;
  117. }
  118. div.wpcf7 .form-inline .form-group {
  119. max-width: 250px;
  120. }
  121. div.wpcf7 .input-group-addon img {
  122. height: 100%;
  123. width: auto;
  124. max-width: none !important;
  125. border-radius: 5px;
  126. }
  127. div.wpcf7 .input-group-addon.input-group-has-image {
  128. padding: 0;
  129. }
  130. .carousel-fade .carousel-inner .item {
  131. opacity: 0;
  132. transition-property: opacity;
  133. }
  134. .carousel-fade .carousel-inner .active {
  135. opacity: 1;
  136. }
  137. .carousel-fade .carousel-inner .active.left,
  138. .carousel-fade .carousel-inner .active.right {
  139. left: 0;
  140. opacity: 0;
  141. z-index: 1;
  142. }
  143. .carousel-fade .carousel-inner .next.left,
  144. .carousel-fade .carousel-inner .prev.right {
  145. opacity: 1;
  146. }
  147. .carousel-fade .carousel-control {
  148. z-index: 2;
  149. }
  150. /*
  151. WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  152. Need to override the 3.3 new styles for modern browsers & apply opacity
  153. */
  154. @media all and (transform-3d), (-webkit-transform-3d) {
  155. .carousel-fade .carousel-inner > .item.next,
  156. .carousel-fade .carousel-inner > .item.active.right {
  157. opacity: 0;
  158. -webkit-transform: translate3d(0, 0, 0);
  159. transform: translate3d(0, 0, 0);
  160. }
  161. .carousel-fade .carousel-inner > .item.prev,
  162. .carousel-fade .carousel-inner > .item.active.left {
  163. opacity: 0;
  164. -webkit-transform: translate3d(0, 0, 0);
  165. transform: translate3d(0, 0, 0);
  166. }
  167. .carousel-fade .carousel-inner > .item.next.left,
  168. .carousel-fade .carousel-inner > .item.prev.right,
  169. .carousel-fade .carousel-inner > .item.active {
  170. opacity: 1;
  171. -webkit-transform: translate3d(0, 0, 0);
  172. transform: translate3d(0, 0, 0);
  173. }
  174. }
  175. /* ========= Breakpoints =========== */
  176. /* Large Devices, Wide Screens */
  177. @media only screen and (max-width : 1200px) {
  178. }
  179. /* Medium Devices, Desktops */
  180. @media only screen and (max-width : 992px) {
  181. }
  182. /* Small Devices, Tablets */
  183. @media only screen and (max-width : 768px) {
  184. .site-branding img {
  185. width: 300px;
  186. }
  187. }
  188. /* Extra Small Devices, Phones */
  189. @media only screen and (max-width : 480px) {
  190. .site-branding img {
  191. width: 200px;
  192. }
  193. }
  194. /* Custom, iPhone Retina */
  195. @media only screen and (max-width : 320px) {
  196. .site-branding img {
  197. width: 200px;
  198. }
  199. }