/*! Theme Name: BlogStart Pro AMP Theme URI: https://allthingsblogging.com/ Author: Badi Jones Author URI: https://badijones.com/ Description: BlogStart PRO AMP is a "responsive AMP" (or all AMP HTML all the time) theme. Designed with speed in mind. This theme is bare bones, but a caching plugin should be used for best results. Version: 1.1 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: ampblogstartpro Tags: one-column, custom-header, custom-menu, editor-style, featured-images, custom-logo This theme, like WordPress, is licensed under the GPL. Use it to make something cool, have fun, and share what you've learned with others. BlogStart Pro AMP is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc. Underscores is distributed under the terms of the GNU GPL v2 or later. Normalizing styles have been helped along thanks to the fine work of Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/ */ /*-------------------------------------------------------------- >>> TABLE OF CONTENTS: ---------------------------------------------------------------- # Normalize # Typography # Elements # Forms # Navigation ## Links ## Menus # Accessibility # Alignments # Clearings # Widgets # Content ## Posts and pages ## Asides ## Comments # Infinite scroll # Media ## Captions ## Galleries --------------------------------------------------------------*/ /*-------------------------------------------------------------- # Normalize --------------------------------------------------------------*/ html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } body { margin: 0; } article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a { background-color: transparent; } a:active, a:hover { outline: 0; } abbr[title] { border-bottom: 1px dotted; } b, strong { font-weight: bold; } dfn { font-style: italic; } h1 { font-size: 2em; margin: 0.67em 0; } mark { background: #ff0; color: #000; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; } svg:not(:root) { overflow: hidden; } figure { margin: 1em 40px; } hr { box-sizing: content-box; height: 0; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } button { overflow: visible; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } input[type="search"] { -webkit-appearance: textfield; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } legend { border: 0; padding: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } /*-------------------------------------------------------------- # Typography --------------------------------------------------------------*/ body, button, input, select, textarea { color: #404040; font-family: sans-serif; font-size: 16px; font-size: 1rem; line-height: 1.5; } h1, h2, h3, h4, h5, h6 { clear: both; } p { margin-bottom: 1.5em; } dfn, cite, em, i { font-style: italic; } blockquote { margin: 0 1.5em; } address { margin: 0 0 1.5em; } pre { background: #eee; font-family: "Courier 10 Pitch", Courier, monospace; font-size: 15px; font-size: 0.9375rem; line-height: 1.6; margin-bottom: 1.6em; max-width: 100%; overflow: auto; padding: 1.6em; } code, kbd, tt, var { font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; font-size: 15px; font-size: 0.9375rem; } abbr, acronym { border-bottom: 1px dotted #666; cursor: help; } mark, ins { background: #fff9c0; text-decoration: none; } big { font-size: 125%; } /*-------------------------------------------------------------- # Elements --------------------------------------------------------------*/ html { box-sizing: border-box; } *, *:before, *:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */ box-sizing: inherit; } body { background: #fff; /* Fallback for when there is no custom background color defined. */ } blockquote, q { quotes: "" ""; } blockquote:before, blockquote:after, q:before, q:after { content: ""; white-space: pre-wrap; } hr { background-color: #ccc; border: 0; height: 1px; margin-bottom: 1.5em; } ul, ol { margin: 0 0 1.5em 1em; } ul { list-style: disc; } ol { list-style: decimal; } li > ul, li > ol { margin-bottom: 0; margin-left: 1.5em; } dt { font-weight: bold; } dd { margin: 0 1.5em 1.5em; } img { height: auto; /* Make sure images are scaled correctly. */ max-width: 100%; /* Adhere to container width. */ } table { margin: 0 0 1.5em; width: 100%; } /*-------------------------------------------------------------- # Forms --------------------------------------------------------------*/ input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea { color: #666; border: 1px solid #ccc; border-radius: 3px; } input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus { color: #111; } input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] { padding: 3px; } textarea { padding-left: 3px; width: 100%; } /*-------------------------------------------------------------- # Navigation --------------------------------------------------------------*/ /*-------------------------------------------------------------- ## Links --------------------------------------------------------------*/ a { color: royalblue; } a:visited { color: purple; } a:hover, a:focus, a:active { color: midnightblue; } a:focus { outline: thin dotted; } a:hover, a:active { outline: 0; } /*-------------------------------------------------------------- ## Menus --------------------------------------------------------------*/ .main-navigation { clear: both; display: block; float: left; width: 100%; } .main-navigation ul { display: none; list-style: none; margin: 0; padding-left: 0; } .main-navigation ul ul { box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); float: left; position: absolute; top: 1.5em; left: -999em; z-index: 99999; } .main-navigation ul ul ul { left: -999em; top: 0; } .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul { left: 100%; } .main-navigation ul ul a { width: 200px; } @media only screen and (max-width: 915px) { .main-navigation ul ul a { width: 400px; } } @media only screen and (max-width: 415px) { .main-navigation ul ul a { width: 200px; } } .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul { left: auto; } .main-navigation li { float: left; position: relative; } .main-navigation a { display: block; text-decoration: none; } /* Small menu. */ .menu-toggle, .main-navigation.toggled ul { display: block; } @media screen and (min-width: 900px) { .menu-toggle,#hamburger { display: none; } .main-navigation ul { display: block; } } .site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation { margin: 0 0 1.5em; overflow: hidden; } .comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous { float: left; width: 50%; } .comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next { float: right; text-align: right; width: 50%; } /*-------------------------------------------------------------- # Accessibility --------------------------------------------------------------*/ /* Text meant only for screen readers. */ .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute; height: 1px; width: 1px; overflow: hidden; } .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-size: 0.875rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar. */ } /*-------------------------------------------------------------- # Alignments --------------------------------------------------------------*/ .alignleft { display: inline; float: left; margin-right: 1.5em; } .alignright { display: inline; float: right; margin-left: 1.5em; } .aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; margin-bottom: 20px; } /*-------------------------------------------------------------- # Clearings --------------------------------------------------------------*/ .clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after { content: ""; display: table; } .clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after { clear: both; } /*-------------------------------------------------------------- # Widgets --------------------------------------------------------------*/ .widget { margin: 0 0 1.5em; /* Make sure select elements fit in widgets. */ } .widget select { max-width: 100%; } /* Search widget. */ .widget_search .search-submit { display: none; } /*-------------------------------------------------------------- # Content --------------------------------------------------------------*/ /*-------------------------------------------------------------- ## Posts and pages --------------------------------------------------------------*/ .sticky { display: block; } .hentry { margin: 0 0 1.5em; } .byline, .updated:not(.published) { display: none; } .single .byline, .group-blog .byline { display: inline; } .page-content, .entry-content, .entry-summary { margin: 1.5em 0 0; } .page-links { clear: both; margin: 0 0 1.5em; } /*-------------------------------------------------------------- ## Asides --------------------------------------------------------------*/ .blog .format-aside .entry-title, .archive .format-aside .entry-title { display: none; } /*-------------------------------------------------------------- ## Comments --------------------------------------------------------------*/ .comment-content a { word-wrap: break-word; } .bypostauthor { display: block; } /*-------------------------------------------------------------- # Infinite scroll --------------------------------------------------------------*/ /* Globally hidden elements when Infinite Scroll is supported and in use. */ .infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */ display: none; } /* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */ .infinity-end.neverending .site-footer { display: block; } /*-------------------------------------------------------------- # Media --------------------------------------------------------------*/ .page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley { border: none; margin-bottom: 0; margin-top: 0; padding: 0; } /* Make sure embeds and iframes fit their containers. */ embed, iframe, object { max-width: 100%; } /*-------------------------------------------------------------- ## Captions --------------------------------------------------------------*/ .wp-caption { margin-bottom: 1.5em; max-width: 100%; } .wp-caption img[class*="wp-image-"] { display: block; margin-left: auto; margin-right: auto; } .wp-caption .wp-caption-text { margin: 0.8075em 0; } .wp-caption-text { text-align: center; } /*-------------------------------------------------------------- ## Galleries --------------------------------------------------------------*/ .gallery { margin-bottom: 1.5em; } .gallery-item { display: inline-block; text-align: center; vertical-align: top; width: 100%; } .gallery-columns-2 .gallery-item { max-width: 50%; } .gallery-columns-3 .gallery-item { max-width: 33.33%; } .gallery-columns-4 .gallery-item { max-width: 25%; } .gallery-columns-5 .gallery-item { max-width: 20%; } .gallery-columns-6 .gallery-item { max-width: 16.66%; } .gallery-columns-7 .gallery-item { max-width: 14.28%; } .gallery-columns-8 .gallery-item { max-width: 12.5%; } .gallery-columns-9 .gallery-item { max-width: 11.11%; } .gallery-caption { display: block; } /*-------------------------------------------------------------- # Mine --------------------------------------------------------------*/ #primary { float: right; } #secondary { float: left; } #masthead { border-bottom: solid 1px #0A5C7F; } /* ========================================================================== Lists ========================================================================== */ /* * Addresses margins set differently in IE6/7. */ #primary-menu a::before { border: 1px solid #ddd; border-radius: 50%; color: #999; display: inline-block; font: 18px/1 Genericons; margin-right: 8px; padding: 6px; position: relative; vertical-align: middle; } #inner-header a::before { border-color: rgba(255, 255, 255, 0.3); color: rgba(255, 255, 255, 0.7); } .menu-item a::before { border: 1px solid #ddd; border-radius: 50%; color: #999; display: inline-block; font: 18px/1 Genericons; margin-right: 8px; padding: 6px; position: relative; vertical-align: middle; } .landing-menu::before { float: left; color: white; background: url(/images/logo-white-467-250-2x.png); background-size: 130px 38px; background-repeat: no-repeat; height: 50px; width: 160px; position: relative; top: 5px; } @media only screen and (max-width: 1030px) { .landing-menu::before { float: none; color: white; background: none; background-size: 0; background-repeat: no-repeat; height: 0; width: 0; position: relative; top: 0; } } #primary-menu li a { border-bottom: 0 none; color: white; display: block; padding: 0.75em 1.85em; text-decoration: none; text-transform: uppercase; font-family: "Arial"; } #drawermenu #primary-menu li a { border-bottom: 0 none; color: gray; display: block; padding: 0.75em 1.85em; text-decoration: none; text-transform: uppercase; font-family: "Arial"; } .main-navigation li:first-of-type { border-left: dotted 1px #66aacc; } .main-navigation li { border-right: dotted 1px #66aacc; } .main-navigation ul ul { top: inherit; box-shadow: none; } ul.sub-menu .menu-item a::after { content: ''; } .menu-item-has-children a::after { content: '\25BE'; float: right; font-family: "Lucida Grande","Lucida Sans Unicode","DejaVu Sans",sans-serif; margin-right: -20px; margin-top: -1px; } .main-navigation ul ul li { background-color: #0089ce; border-top: 1px solid #66aacc; border-radius: 4px; } .main-navigation ul ul li a { padding: .40em .75em; } .headertop { background-color: #0089ce; } .footer { background: #ffffff none repeat scroll 0 0; margin: 0 auto; overflow: hidden; padding: 0; color: rgba(0, 0, 0, 0.7); font-family: Arial,sans-serif; font-size: 1em; font-weight: normal; line-height: 1.7; } .footer .align-left { font-size: 0.9em; line-height: 1.8; } .align-left { float: left; } .align-right { float: right; } .social-icons { list-style: outside none none; margin: 0; padding: 8px 0 0; } .social-icons li { display: inline-block; list-style: outside none none; margin: 0; padding: 0; } .footer p { margin: 0; padding: 0; } .social-icons li a[href*="facebook.com"]::before { content: ""; } .social-icons li a[href*="twitter.com"]::before { content: ""; } .social-icons li a[href*="plus.google.com"]::before { content: ""; } .social-icons li a[href*="/feed/"]::before { content: "\f09e"; } .social-icons li a span { display: none; } .social-icons li a::before { content: ""; font-family: "FontAwesome"; font-size: 16px; font-weight: normal; } .social-icons li a { background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0; border-radius: 16px; color: rgba(255, 255, 255, 0.4); display: block; line-height: 32px; margin: 4px; min-width: 32px; padding: 0; text-align: center; text-decoration: none; } .site-info { background: #495150 none repeat scroll 0 0; color: rgba(255, 255, 255, 0.4); overflow: hidden; padding: 48px 0; } article { padding-top: 10px; } /********************* LAYOUT & GRID STYLES *********************/ .wrap { width: 96%; margin: 0 auto; } row::before, .row::after { content: ""; display: table; } .row::after { clear: both; } .row::before, .row::after { content: ""; display: table; } .row { margin: 0 auto; width: 100%; } .footer-information { background: #495150 none repeat scroll 0 0; color: rgba(255, 255, 255, 0.4); overflow: hidden; padding: 48px 0; } .footer-information a:link { color: #b7b9b9; } .footer-information a:visited { color: #b7b9b9; } .footer-information a:active { color: #b7b9b9; } .bcontainer::before, .bcontainer::after { content: ""; display: table; } .bcontainer::after { clear: both; } .bcontainer::before, .bcontainer::after { content: ""; display: table; } .bcontainer { margin: 0 auto; max-width: 1180px; padding: 40px 4%; position: relative; } /************************************************ * 2. Headings * ************************************************/ h1, h2, h3, h4, h5, h6 { color: #404040; font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif; line-height: 1.4; } h1, h2, h3 { font-weight: 700; } h4, h5, h6 { font-weight: 600; } h1 { font-size: 1.8em; letter-spacing: -0.8px; margin: 4px 0px 4px 0px; padding: 4px 0px 4px 0px; } h2 { font-size: 1.7em; letter-spacing: -0.6px; margin: 4px 0px 4px 0px; padding: 4px 0px 4px 0px; } h3 { font-size: 1.5em; letter-spacing: -0.4px; margin: 4px 0px 4px 0px; padding: 4px 0px 4px 0px; } h4 { font-size: 1.4em; margin: 4px 0px 4px 0px; padding: 4px 0px 4px 0px; } h5 { font-size: 1.4em; margin: 4px 0px 4px 0px; padding: 4px 0px 4px 0px; } h6 { font-size: 1.1em; letter-spacing: 0.2px; margin: 4px 0px 6px 0px; padding: 4px 0px 6px 0px; border-bottom: 1px solid rgba(0, 0, 0, 0.08); } h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited { color: #404040; text-decoration: none; border: none; } h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus, h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active { color: #404040; text-decoration: none; border: none; } .headline { font-size: 2.0em; font-weight: 700; line-height: 1.2; letter-spacing: -1px; margin: 0px; padding: 0px 0px 12px 0px; } .headline.small { font-size: 2em; } .headline.img-headline { color: #ffffff; position: absolute; top: 50%; width: 88%; font-size: 3.8em; text-align: center; letter-spacing: -2px; margin-top: -12px; padding: 0px 6%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } .title { font-size: 1em; font-weight: 700; font-family: 'Raleway'; letter-spacing: 1px; text-transform: uppercase; line-height: 1.2; margin: 0px; padding: 0px; } span.entry-subtitle { font-weight: normal; margin-top: 5px; } a:link { color: #19a7e5; } a:visited { color: #19a7e5; } .search-field { background: #f9f9f9 none repeat scroll 0 0; border: 1px inset rgba(0, 0, 0, 0.08); border-radius: 2px; box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset; color: #999999; float: left; font-family: "Helvetica Neue",Arial,sans-serif; font-size: 1em; height: 36px; line-height: 36px; margin: 0; padding: 0 8px; width: 68%; margin-top: 20px; margin-bottom: 20px; } .byline { display: inline; } .page-content, .entry-content, .entry-summary { margin: 0; } code { background: none repeat scroll 0 50% #F0FEFF; border: 1px solid #44FF77; color: #444E1F; display: block; font-size: 11px; padding: 10px; } /************************************************ * Big list * ************************************************/ li.step:before { background-color: #0089ce; border-radius: 5px; bottom: 8px; color: #FFFFFF; content: counter(step-counter,decimal); font-size: 1.5em; font-weight: bold; margin-right: 8px; padding: 5px 12px 2px 12px; position: relative; } .steps li.step { counter-increment: step-counter; } .steps li.step { bottom: 5px; list-style-type: none; margin-left: 0; position: relative; } ol.steps li.step h2, ol.steps li.step h3, ol.steps li.step h4 { display: inline; } ol.steps { padding: 0; } ol.steps li.step { padding: 0; } ol.steps li.step ul li { list-style-type: square; padding-bottom: 10px; } ol.steps li.step ul { padding-left: 0; } aside ul { padding: 0px; } aside li { list-style-type: square; font-size: 0.9em; margin-bottom: 4px; } .partnerdiv::after { content: "We are proud to have " attr(title) ". as one of our partners. If you are considering them, we would appriciate it if you purchase through the above link, as it helps to support HowToStartaBlog.org. Thank you! ** We will never recommend hosts based solely on partnership. All recommendatiosn are based on what we feel are the best values."; font-size: 13px; display: block; border-top: 1px solid gray; padding-top: 10px; color: gray; } .partnerdiv { display: block; padding: 10px; margin-bottom: 15px; } .partnerdiv strong:first-of-type { font-size: 17px; } /************************************************ * Email Signup Widget * ************************************************/ .lowerit { margin-top: 0; } .joinus { background: #fff none repeat scroll 0 0; border: 5px solid #eee; padding: 1.5625em; text-align: center; margin-top: 16px; } .ewweisb { font-family: "Open Sans",serif; line-height: 1.3; text-align: center; } .dworaay { line-height: normal; font-size: 22px; } .textisleading { outline-color: transparent; outline-style: none; } .thatp { margin: 0 0 10px; color: #333; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 14px; line-height: 1.42857; } img { vertical-align: middle; } img { border: 0 none; } .joinus a:link, .joinus a:active, .joinus a:visited { color: white; } .btnoran { background-color: #ff471c; border: medium none; border-radius: 0; font-family: "Lato",sans-serif; font-size: 16px; border-color: #285e8e; color: #fff; text-decoration: none; line-height: 1.33; padding: 10px 16px; -moz-user-select: none; background-image: none; cursor: pointer; display: block; font-weight: 400; line-height: 1.42857; margin-bottom: 0; padding: 6px 12px; text-align: center; vertical-align: middle; white-space: nowrap; min-width: 10px; display: block; } .buttontag { width: 100%; } .email { padding: 6px 12px; font-family: "Lato",sans-serif; font-size: 16px; display: block; width: 100%; } ol.start li b, ol.continue li b { font-weight: bold; font-size: 1.1em; } ol.start li, ol.continue li { font-weight: 400; font-family: "blockquote.style4",sans-serif; font-size: 1em; } ol li { counter-increment: mycounter; } ol.start { counter-reset: mycounter; } ol.continue { /*counter-reset: mycounter 2; */ } ol li { counter-increment: mycounter; list-style-type: none; } /* ol li:before { content: counter(mycounter) ". "; } */ blockquote.style4 a:link { color: white; text-decoration: underline; } blockquote.style4 a:visited { color: white; text-decoration: underline; } blockquote.style4 p { margin-bottom: 10px; } blockquote.style4 { color: #fffeee; font-size: 16px; line-height: 20px; font-weight: 400; font-family: "Lato",sans-serif; padding-left: 70px; padding-top: 18px; padding-bottom: 18px; padding-right: 20px; background-color: #7fb800; margin: 5px; margin-top: 14px; background-image: url(/images/light.png); background-position: 2% center; background-repeat: no-repeat; background-size: 40px 50px; position: relative; border: 0px; } blockquote.style4::after { border-color: #7fb800 transparent; border-style: solid; border-width: 0 15px 15px 15px; top: -32px; content: ""; display: block; left: 10%; position: absolute; width: 0; } .site-main { padding: 0 5px 0 2em; } .site-main-wide { padding: 0; } .center { text-align: center; } /************************************************ * Landing Styles * ************************************************/ .blueheader { background: #084f70; } .htsabblue { background: #0089ce; } .notshown { display: none; } .landingabout { background: #f4f1ed; } .landingWhyBlog1 { background-image: url("/images/woodgrain.png"); background-repeat: repeat; } .landingWhyBlog2 { background: #f4f1ed; } /************************************************ * Phone Styles * ************************************************/ @media handheld, only screen and (max-width: 767px) { .site-main { padding: 0; } /* Typography */ h1 { font-size: 1.8rem; line-height: 1.4; } h2 { font-size: 1.6rem; line-height: 1.4; } h3 { font-size: 1.4rem; line-height: 1.4; } h4 { font-size: 1.2rem; line-height: 1.4; } h5 { font-size: 1.1rem; line-height: 1.4; } h6 { font-size: 1.0rem; line-height: 1.4; } } /* SECTIONS */ .bsection { clear: both; padding: 0px; margin: 0px; } /* COLUMN SETUP */ .bcol { display: block; float: left; margin: 1% 0 1% 0; } .bcol:first-child { margin-left: 0; } /* GROUPING */ .bgroup:before, .bgroup:after { content: ""; display: table; } .bgroup:after { clear: both; } .bgroup { zoom: 1; /* For IE 6/7 */ } /* GRID OF TWELVE */ .span_12_of_12, .content-area { width: 100%; } .span_11_of_12 { width: 91.53%; } .span_10_of_12 { width: 83.06%; } .span_9_of_12 { width: 74.6%; } .span_8_of_12 { width: 66.13%; } .span_7_of_12 { width: 57.66%; } .span_6_of_12 { width: 49.2%; } .span_5_of_12 { width: 40.73%; } .span_4_of_12 { width: 32.26%; } .span_3_of_12, .widget-area { width: 23.8%; } .span_2_of_12 { width: 15.33%; } .span_1_of_12 { width: 6.866%; } @media only screen and (max-width: 915px) { #primary-menu li a { padding: 0.15em 1.85em; } .menu-toggle { -moz-user-select: none; background-color: #0089ce; background-image: none; border: medium none #00000e; border-radius: 0; color: #fff; cursor: pointer; display: block; font-size: 43px; line-height: 42px; } .content-area { width: 57.66%; } .widget-area { width: 40.73%; } .main-navigation li { float: none; border-top: dotted 1px #0089ce; } .main-navigation ul ul { float: none; left: 0px; position: relative; } .main-navigation li:first-of-type { border: none; } .main-navigation li { border: none; } .main-navigation ul ul li { background-color: #0089ce; border: none; } #primary-menu li a { padding-left: 0px; } } /* GO FULL WIDTH BELOW 480 PIXELS */ @media only screen and (max-width: 670px) { .bcol { margin: 1% 0 1% 0%; } .wrap, .widget-area, .content-area, .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 { width: 100%; padding: 0 5px; } } /********************* DESKTOP This is the average viewing window. So Desktops, Laptops, and in general anyone not viewing on a mobile device. Here's where you can add resource intensive styles. *********************/ @media only screen and (min-width: 1030px) { /****************************************************************** Site Name: Author: Stylesheet: Desktop Stylsheet This is the desktop size. It's larger than an iPad so it will only be seen on the Desktop. ******************************************************************/ .wrap { width: 1040px; } } /********************* LARGE VIEWING SIZE This is for the larger monitors and possibly full screen viewers. *********************/ @media only screen and (min-width: 1240px) { /****************************************************************** Site Name: Author: Stylesheet: Super Large Monitor Stylesheet You can add some advanced styles here if you like. This kicks in on larger screens. ******************************************************************/ } /*# sourceMappingURL=style.css.map */ .hlogo { align-self: flex-start; margin: 0 auto; background-position: left center; background-repeat: no-repeat; height: 75px; width: 234px; background-image: url(https://allthingsblogging.com/wp-content/uploads/2017/03/allthingsblogging-logo.png); display:block; background-size:234px; } #schemaimg{ display:none;width:200px; } #drawermenu { width: 320px; background-color: #fff } #drawermenu amp-accordion { padding-bottom: 24px } #drawermenu amp-accordion>* { -webkit-tap-highlight-color: #e5e5e5 } #drawermenu .close { float: right; top: 16px; margin-right: 16px; cursor: pointer } #drawermenu .close:hover { background-color: #ccc } #drawermenu .expanded, #drawermenu .item a:active { background-color: #eee } #drawermenu .item a { color: #333; display: block; font-weight: 400; letter-spacing: .1px; padding: 10px 24px 10px 32px; white-space: nowrap; font-size: 13px; -webkit-tap-highlight-color: #e5e5e5 } .amp-mode-touch #drawermenu .item a { padding-top: 18px; padding-bottom: 17px } #drawermenu .item amp-img { margin-left: 4px; vertical-align: text-bottom } #drawermenu .item .selected { font-weight: 700; color: #eb407a } #drawermenu .category { padding-left: 16px } #drawermenu .category a { color: #333 } #drawermenu h4 { font-weight: 700; font-size: 13px; padding: 0; border: 0; background-color: #fff; width: 100%; line-height: 40px } #drawermenu .topheader { margin-top: 16px; margin-left: 16px } #drawermenu .home { text-align: left; font-weight: 500; font-size: 16px; text-transform: uppercase; line-height: 36px; color: rgba(0, 0, 0, .87); padding-left: 0 } footer ul, footer ul li a { margin: 0; line-height: 12px } #drawermenu section:not([expanded]) .show-less, #drawermenu section[expanded] .show-more { display: none } #join{ color:#0089ce;height:40px;background:none;border:solid 2px #0089ce;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:5px; }