/* @override https://macs.local/cc/wp-content/themes/cc_17/style.css */ /* Theme Name: Climate Control Systems of Greenwood Inc. Author: AdServices */ /** * Table of Contents: * * 1.0 - Reset * 2.0 - Repeatable Patterns * 3.0 - Basic Structure * 4.0 - Header * 5.0 - Navigation * 6.0 - Content * 6.1 - Post Thumbnail * 6.2 - Entry Header * 6.3 - Entry Meta * 6.4 - Entry Content * 6.5 - Galleries * 6.6 - Post Formats * 6.7 - Post/Image/Paging Navigation * 6.8 - Attachments * 6.9 - Archives * 6.10 - Contributor Page * 6.11 - 404 Page * 6.12 - Full-width * 6.13 - Singular * 6.14 - Comments * 7.0 - Sidebar * 7.1 - Widgets * 7.2 - Content Sidebar Widgets * 8.0 - Footer * 9.0 - Featured Content * 10.0 - Fluid Columns * 11.0 - Media Queries * 12.0 - Print * ----------------------------------------------------------------------------- */ /** * 1.0 Reset * * Resetting and rebuilding styles have been helped along thanks to the fine * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html * along with Nicolas Gallagher and Jonathan Neal * http://necolas.github.com/normalize.css/ and Blueprint * http://www.blueprintcss.org/ * * ----------------------------------------------------------------------------- */ 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 { border: 0; font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0; outline: 0; padding: 0; vertical-align: baseline; } article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; } audio, can vas, video { display: inline-block; max-width: 100%; } html { overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } html, body { height:100%; position: relative; } body, button, input, select, textarea { color: #2b2b2b; font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; font-size: 16px; font-weight: 400; line-height: 1.5; } body { } p { font-size: 16px; line-height: 1.3em; margin-bottom:1em; } a { text-decoration: none; } a:hover, a:active { outline: 0; } a:active, a:hover { } h1, h2, h3, h4, h5, h6 { clear: both; font-weight: 700; margin:0 0 .7em 0; color:#000; text-transform: uppercase; } h1 { font-size: 30px; line-height: 1; } h2 { font-size: 26px; line-height: 1; } h3 { font-size: 22px; line-height: 1.0909090909; } h4 { font-size: 20px; line-height: 1.2; } h5 { font-size: 18px; line-height: 1.3333333333; } h6 { font-size: 16px; line-height: 1.5; } address { font-style: italic; margin-bottom: 24px; } abbr[title] { border-bottom: 1px dotted #2b2b2b; cursor: help; } b, strong { font-weight: 700; } cite, dfn, em, i { font-style: italic; } mark, ins { background: #fff9c0; text-decoration: none; } code, kbd, tt, var, samp, pre { font-family: monospace, serif; font-size: 15px; -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; line-height: 1.6; } pre { border: 1px solid rgba(0, 0, 0, 0.1); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin-bottom: 24px; max-width: 100%; overflow: auto; padding: 12px; white-space: pre; white-space: pre-wrap; word-wrap: break-word; } blockquote, q { -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none; } blockquote { color: #767676; font-size: 19px; font-style: italic; font-weight: 300; line-height: 1.2631578947; margin-bottom: 24px; } blockquote cite, blockquote small { color: #2b2b2b; font-size: 16px; font-weight: 400; line-height: 1.5; } blockquote em, blockquote i, blockquote cite { font-style: normal; } blockquote strong, blockquote b { font-weight: 400; } small { font-size: smaller; } big { font-size: 125%; } sup, sub { font-size: 75%; height: 0; line-height: 0; position: relative; vertical-align: baseline; } sup { bottom: 1ex; } sub { top: .5ex; } dl { margin-bottom: 24px; } dt { font-weight: bold; } dd { margin-bottom: 24px; } ul, ol { list-style: none; margin: 0 0 24px 20px; } ul { list-style: disc; } ol { list-style: decimal; } li > ul, li > ol { margin: 0 0 0 20px; } img { -ms-interpolation-mode: bicubic; border: 0; vertical-align: middle; } figure { margin: 0; } fieldset { border: 1px solid rgba(0, 0, 0, 0.1); margin: 0 0 24px; padding: 11px 12px 0; } legend { white-space: normal; } button, input, select, textarea { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-size: 100%; margin: 0; max-width: 100%; vertical-align: baseline; } button, input { line-height: normal; } input, textarea { background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */ } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } button[disabled], input[disabled] { cursor: default; } input[type="checkbox"], input[type="radio"] { padding: 0; } input[type="search"] { -webkit-appearance: textfield; } input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } textarea { overflow: auto; vertical-align: top; } table { border-collapse: separate; border-spacing: 0; border-width: 1px 0 0 1px; margin-bottom: 24px; width: 100%; } caption, th, td { font-weight: normal; text-align: left; } th { border-width: 0 1px 1px 0; font-weight: bold; } td { border-width: 0 1px 1px 0; } del { color: #767676; } hr { background-color: rgba(0, 0, 0, 0.1); border: 0; height: 1px; margin-bottom: 23px; } /* Support a widely-adopted but non-standard selector for text selection styles * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898. */ ::selection { background: #7a1919; color: #fff; text-shadow: none; } ::-moz-selection { background: #7a1919; color: #fff; text-shadow: none; } /** * 2.0 Repeatable Patterns * ----------------------------------------------------------------------------- */ /* Input fields */ input, textarea { border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 2px; color: #2b2b2b; padding: 8px 10px 7px; } textarea { width: 100%; } input:focus, textarea:focus { border: 1px solid rgba(0, 0, 0, 0.3); outline: 0; } /* Buttons */ /* Placeholder text color -- selectors need to be separate to work. */ ::-webkit-input-placeholder { color: #7a1919; } :-moz-placeholder { color: #7a1919; } ::-moz-placeholder { color: #7a1919; opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */ } :-ms-input-placeholder { color: #7a1919; } /* Responsive images. Fluid images for posts, comments, and widgets */ .comment-content img, .entry-content img, .entry-summary img, #site-header img, .widget img, .wp-caption { max-width: 100%; } /** * Make sure images with WordPress-added height and width attributes are * scaled correctly. */ .comment-content img[height], .entry-content img, .entry-summary img, img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"], #site-header img { height: auto; } img.size-full, img.size-large, .wp-post-image, .post-thumbnail img { height: auto; max-width: 100%; } /* Make sure embeds and iframes fit their containers */ embed, iframe, object, video { margin-bottom: 24px; max-width: 100%; } p > embed, p > iframe, p > object, span > embed, span > iframe, span > object { margin-bottom: 0; } /* Alignment */ .alignleft { float: left; } .alignright { float: right; } .aligncenter { display: block; margin-left: auto; margin-right: auto; } blockquote.alignleft, img.alignleft { margin: 7px 24px 7px 0; } .wp-caption.alignleft { margin: 7px 14px 7px 0; } blockquote.alignright, img.alignright { margin: 7px 0 7px 24px; } .wp-caption.alignright { margin: 7px 0 7px 14px; } blockquote.aligncenter, img.aligncenter, .wp-caption.aligncenter { margin-top: 7px; margin-bottom: 7px; } .site-content blockquote.alignleft, .site-content blockquote.alignright { border-top: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgba(0, 0, 0, 0.1); padding-top: 17px; width: 50%; } .site-content blockquote.alignleft p, .site-content blockquote.alignright p { margin-bottom: 17px; } .wp-caption { margin-bottom: 24px; } .wp-caption img[class*="wp-image-"] { display: block; margin: 0; } .wp-caption { color: #767676; } .wp-caption-text { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-size: 12px; font-style: italic; line-height: 1.5; margin: 9px 0; padding-right: 10px; } .wp-smiley { border: 0; margin-bottom: 0; margin-top: 0; padding: 0; } /* Assistive text */ .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute; } .screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto; color: #21759b; display: block; font-size: 14px; font-weight: bold; height: auto; line-height: normal; padding: 15px 23px 14px; position: absolute; left: 5px; top: 5px; text-decoration: none; text-transform: none; width: auto; z-index: 100000; /* Above WP toolbar */ } .hide { display: none; } /* Clearing floats */ .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 { content: ""; display: table; } .footer-sidebar:after, .hentry:after, .slider-direction-nav:after, .contributor-info:after, .search-box:after, [class*="content"]:after, [class*="site"]:after { clear: both; } .clear { float:none; clear:both; } /* Genericons */ .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 { -webkit-font-smoothing: antialiased; display: inline-block; font: normal 16px/1 Genericons; text-decoration: inherit; vertical-align: text-bottom; } /* Separators */ .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 { content: "\0020\007c\0020"; } table { color:#7a1919; } table td { font-weight: bold; font-size: 14px; } /** * 3.0 Basic Structure * ----------------------------------------------------------------------------- */ .inner-wrapper { margin:0 auto; } #page { background:#fff; } #main { position: relative; padding-bottom:100px; } #main-content { background: #fff; } #primary { padding:20px; position: relative; } /** * 4.0 Header * ----------------------------------------------------------------------------- */ /* Ensure that there is no gap between the header and the admin bar for WordPress versions before 3.8. */ #wpadminbar { min-height: 32px; } header#masthead { background: #fff; width:100%; } .header-main { background:white; } .header-main .inner-wrapper { } .logo { display: block; position: relative; margin: 20px; float: left; } .logo img { max-width:400px; } .header-main .search-form { position: absolute; top:10px; right:0; width:200px; } input.search-field { border: 1px solid #7a1919; padding: 2px 2px 2px 20px; color: #7a1919; background:url('images/search_icon.png') left center no-repeat; background-color: rgba(232,196,139,.5); border-radius: 0; width:90%; } input.search-submit { display: block; text-indent: -9999px; padding: 0; width: 0; height: 0px; border: 10px solid transparent; border-right: 0; border-left: 15px solid #7a1919; background: none; float: right; margin-top: 2px; } .search-submit { display: none; } .social { } .social .social-links { margin: 0; } .social .social-links li { display: inline-block; list-style: none outside none; } .social .social-links li a { display: block; font-weight: bold; padding:5px 30px 5px 5px; background-position: right center; background-repeat: no-repeat; color:#fff } .header-left{ float: right; margin:25px 0 15px; } .header-left .header-links a { display: block; padding: 5px; text-align: center; background:#B9252E; color:#fff; font-weight: bold; font-size: 15px; text-transform: uppercase; margin-bottom:5px; } .header-left .phone { font-size: 22px; font-weight: bold; color:#B9252E; line-height: 1em; text-align: center; margin: 0 0 5px; } .header-left .phone a { font-size: 23px; color:#B9252E; margin: 0 0 10px; } /** * 5.0 Navigation * ----------------------------------------------------------------------------- */ .main-nav { background: #B9252E; } #cssmenu { padding: 0; margin: 0; border: 0; width: auto; } #cssmenu ul, #cssmenu li { list-style: none; margin: 0; padding: 0; } #cssmenu ul { position: relative; z-index: 597; } #cssmenu ul li { float: left; min-height: 1px; vertical-align: middle; } #cssmenu ul li.hover, #cssmenu ul li:hover { position: relative; z-index: 599; cursor: default; } #cssmenu ul ul { visibility: hidden; position: absolute; top: 100%; left: 0; z-index: 598; width: 100%; } #cssmenu ul ul li { float: none; } #cssmenu ul ul ul { top: 0; left: 190px; width: 190px; } #cssmenu ul li:hover > ul { visibility: visible; } #cssmenu ul ul { bottom: 0; left: 0; } #cssmenu ul ul { margin-top: 0; } #cssmenu ul ul li { font-weight: normal; } #cssmenu a { display: block; line-height: 1em; text-decoration: none; } /* Custom CSS Styles */ #cssmenu { font-size: 16px; font-weight:bold; color:#fff; } #cssmenu > ul { *display: inline-block; } #cssmenu:after, #cssmenu ul:after { content: ''; display: block; clear: both; } #cssmenu ul { text-transform: uppercase; } #cssmenu ul ul { min-width: 190px; } #cssmenu ul ul a { background: #B9252E; color: #ffffff; line-height: 150%; padding: 14px 15px; font-size: 15px; font-weight:bold; } #cssmenu ul ul ul { border-top: 0 none; } #cssmenu ul ul li { position: relative; } #cssmenu ul ul li:first-child > a { } #cssmenu ul ul li:hover > a { background: #B9252E; color: #ffffff; } #cssmenu ul ul li:last-child > a { } #cssmenu ul ul li:last-child:hover > a { } #cssmenu ul ul li.has-sub > a:after { content: '+'; position: absolute; top: 50%; right: 15px; margin-top: -8px; } #cssmenu ul li:hover > a, #cssmenu ul li.active > a { background: #B9252E; color: #ffffff; } #cssmenu ul li.has-sub > a:after { content: ''; margin-left: 5px; } #cssmenu ul li.last ul { left: auto; right: 0; } #cssmenu ul li.last ul ul { left: auto; right: 99.5%; } #cssmenu a { color: #fff; padding: 0 20px; } #cssmenu > ul > li > a { line-height: 38px; } /** * 6.0 Content * ----------------------------------------------------------------------------- */ .home .slider { background: #B9252E; } .home .slider .bg-color { } .home .entry-content p { font-size: 22px; } #slider img { display: none; } #slider img:first-child { display: block; } .content_area { margin: 35px 0; } .home .content_area { padding-left: 0px; border-left: none; margin: 0; } .entry-content a { color:#7a1919; font-weight: bold; } a.anchor{ display: block; position: relative; top: -160px; visibility: hidden; } /** * 6.1 Post Thumbnail * ----------------------------------------------------------------------------- */ /** * 6.2 Entry Header * ----------------------------------------------------------------------------- */ /** * 6.3 Entry Meta * ----------------------------------------------------------------------------- */ /** * 6.4 Entry Content * ----------------------------------------------------------------------------- */ .home .content_area > div { margin-left:-3px; } .home .content_area > div:first-child { border-right:1px solid #7a1919; margin-left:0; padding-right:1%; margin-right:3%; } form .grid_2 , form .grid_3{ float:left; } form .grid_2 { width:120px; } form .grid_3 { width:340px; } .form_row { float: left; padding: 6px 0; width: 570px; } .form_row .indent { padding-left: 40px; } .form_row .indent .row { float: left; margin-bottom: 2px; width: 100%; } .form_row .indent .first-row { margin-top: 5px; } .form_row .indent input, .form_row .indent span { /*float: left;*/ padding-right: 8px; width: auto; } .form_row1 { float: left; padding-top: 6px; width: 570px; } .form_row1 label { padding-left: 16px; padding-right: 0; padding-top: 0; text-align: left; } .form_row1 span { float: left; padding: 0 10px 0 6px; } .form_row span textarea { margin: 0 20px; width: 95%; } .form_row table { margin-left: 10px; } .form_row td input { width: auto; } /** * 6.6 Post Formats * ----------------------------------------------------------------------------- */ /** * 6.7 Post/Image/Paging Navigation * ----------------------------------------------------------------------------- */ /** * 6.8 Attachments * ----------------------------------------------------------------------------- */ /** * 6.9 Archives * ----------------------------------------------------------------------------- */ /** * 6.10 Contributor Page * ----------------------------------------------------------------------------- */ /** * 6.11 404 Page * ----------------------------------------------------------------------------- */ /** * 6.12 Full-width * ----------------------------------------------------------------------------- */ /** * 6.13 Singular * ----------------------------------------------------------------------------- */ /** * 7.0 Sidebars * ----------------------------------------------------------------------------- */ /** * 7.1 Widgets * ----------------------------------------------------------------------------- */ /** * 7.2 Content Sidebar Widgets * ----------------------------------------------------------------------------- */ /** * 8.0 Footer * ----------------------------------------------------------------------------- */ footer#colophon { padding: 70px 0 80px; background:#B9252E; position: relative; color: #fff; font-size: 15px; } #footer-navigation { text-align: center; padding-top:8px; } #footer-navigation ul { list-style: none outside none; margin:0 auto; display: inline-block; } #footer-navigation ul ul { display: none; } #footer-navigation li { display: block; float:left; font-size: 14px; } #footer-navigation li:before { content:" | "; color:white; font-size: 15px; } #footer-navigation li:first-child:before { content: ""; } #footer-navigation li a { color:white; font-weight: bold; display: inline-block; padding:0px 7px 0 5px; text-transform: uppercase; } .footer-left, .footer-right { line-height: 1.3em; color: white; position: absolute; bottom: 10px; } .footer-left a, .footer-right a { color:white; } .footer-left { left:0px; text-align: left; } .footer-right { position: relative; right:0px; text-align: right; } .row.credits { padding: 20px 0 0; } .credits { margin: 50px 0 0; font-size: 12px; } #colophon h4 { color: #fff; text-transform: none; } #colophon a { color: #fff; } #colophon ul { list-style: none; //margin: 0; } /** * 9.0 Pagination * ----------------------------------------------------------------------------- */ .pagination { clear:both; padding:20px 0; position:relative; font-size:11px; line-height:13px; } .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; } .pagination a:hover{ color:#fff; background: #3279BB; } .pagination .current{ padding:6px 9px 5px 9px; background: #3279BB; color:#fff; } /** * 10.0 Fluid Columns * ----------------------------------------------------------------------------- */ .one_half{ width:48%; } .one_third{ width:30.66%; } .two_third{ width:65.33%; } .one_fourth{ width:22%; } .three_fourth{ width:74%; } .one_fifth{ width:16.8%; } .two_fifth{ width:37.6%; } .three_fifth{ width:58.4%; } .four_fifth{ width:79.2%; } .one_sixth{ width:13.33%; } .five_sixth{ width:82.67%; } .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; } .last{ margin-right:0 !important; clear:right; } .clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;} /************************************************** Styles Below Added by https://davidawindham.com **************************************************/ .tinynav { display: none } .inner-wrapper { width:90% !important; margin:0 auto; } #primary { padding:30px 20px !important; } ul#menu-primary-menu .l_tinynav1 { margin-top: 10px; } @media only screen and (max-width: 767px) { .logo img { max-width:300px; } .tinynav { display: block } #menu-primary-menu { display: none } .header-left .header-links a { } .header-left .phone { font-size: 14px !important; } .header-left .phone a { font-size: 21px; } .header-left{ float: left; margin:0px auto; } .home .slider { background: #7a1919; padding-bottom: 4px; padding-top: 30px; } #footer-navigation { display:none !important; } .one_half{ width:100%; } .one_third{ width:100%; } .two_third{ width:100%; } .one_fourth{ width:100%; } .three_fourth{ width:100%; } .one_fifth{ width:100%; } .two_fifth{ width:100%; } .three_fifth{ width:100%; } .four_fifth{ width:100%; } .one_sixth{ width:100%; } .five_sixth{ width:100%; } .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; } .last{ margin-right:0 !important; clear:right; } .clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;} .home .content_area > div { margin-left:-3px; } .home .content_area > div:first-child { border-right:none; margin-left:0; padding-right:1%; margin-right:3%; } } @media only screen and (min-width : 992px) { } @media only screen and (min-width : 1200px) { } .container { width: 90%; margin-left: auto; margin-right: auto; } .row { position: relative; width: 100%; } .row [class^="col"] { float: left; margin: 0.5rem 2%; min-height: 0.125rem; } .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 { width: 96%; } .col-1-sm { width: 4.33%; } .col-2-sm { width: 12.66%; } .col-3-sm { width: 21%; } .col-4-sm { width: 29.33%; } .col-5-sm { width: 37.66%; } .col-6-sm { width: 46%; } .col-7-sm { width: 54.33%; } .col-8-sm { width: 62.66%; } .col-9-sm { width: 71%; } .col-10-sm { width: 79.33%; } .col-11-sm { width: 87.66%; } .col-12-sm { width: 96%; } .row::after { content: ""; display: table; clear: both; } .hidden-sm { display: none; } @media only screen and (min-width: 33.75em) { /* 540px */ .container { width: 80%; } } @media only screen and (min-width: 45em) { /* 720px */ .col-1 { width: 4.33%; } .col-2 { width: 12.66%; } .col-3 { width: 21%; } .col-4 { width: 29.33%; } .col-5 { width: 37.66%; } .col-6 { width: 46%; } .col-7 { width: 54.33%; } .col-8 { width: 62.66%; } .col-9 { width: 71%; } .col-10 { width: 79.33%; } .col-11 { width: 87.66%; } .col-12 { width: 96%; } .hidden-sm { display: block; } } @media only screen and (min-width: 60em) { /* 960px */ .container { width: 75%; max-width: 60rem; } }