/* Theme Name: Design Darling Theme URI: http://underscores.me/ Author: Corey Tenold Author URI: http://www.coreytenold.com Description: Description Version: 1.1.0 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: designdarling Domain Path: /languages/ Tags: 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. Design Darling is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc. 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/ */ /*-------------------------------------------------------------- >>> TABLE OF CONTENTS: ---------------------------------------------------------------- 1.0 - Reset 2.0 - Typography 3.0 - Elements 4.0 - Forms 5.0 - Navigation 5.1 - Links 5.2 - Menus 6.0 - Accessibility 7.0 - Alignments 8.0 - Clearings 9.0 - Widgets 10.0 - Content 10.1 - Posts and pages 10.2 - Asides 10.3 - Comments 11.0 - Infinite scroll 12.0 - Media 12.1 - Captions 12.2 - Galleries --------------------------------------------------------------*/ /** * For modern browsers * 1. The space content is one way to avoid an Opera bug when the * contenteditable attribute is included anywhere else in the document. * Otherwise it causes space to appear at the top and bottom of elements * that are clearfixed. * 2. The use of `table` rather than `block` is only necessary if using * `:before` to contain the top-margins of child elements. */ .cf:before, .cf:after { content: " "; /* 1 */ display: table; /* 2 */ } .cf:after { clear: both; } /** * For IE 6/7 only * Include this rule to trigger hasLayout and contain floats. */ .cf { *zoom: 1; } /*-------------------------------------------------------------- 1.0 - Reset --------------------------------------------------------------*/ 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; } html { font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */ overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */ -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */ -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */ } *, *:before, *:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */ -webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */ -moz-box-sizing: border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */ box-sizing: border-box; } body { background: #fff; /* Fallback for when there is no custom background color defined. */ } article, aside, details, figcaption, figure, footer, header, main, nav, section { display: block; } ol, ul { list-style: none; } table { /* tables still need 'cellspacing="0"' in the markup */ border-collapse: separate; border-spacing: 0; } caption, th, td { font-weight: normal; text-align: left; } blockquote:before, blockquote:after, q:before, q:after { content: ""; } blockquote, q { quotes: "" ""; } a:focus { outline: thin dotted; } a:hover, a:active { outline: 0; } a img { border: 0; } /*-------------------------------------------------------------- 2.0 Typography --------------------------------------------------------------*/ body, button, input, select, textarea { color: #404040; font-family: "proxima-nova", sans-serif; font-size: 12px; line-height: 1.5; } h1, h2, h3, h4, h5, h6 { clear: both; } p { margin-bottom: 1.5em; } b, strong { font-weight: bold; } 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: 1.5rem; line-height: 1.6; margin-bottom: 1.6em; max-width: 100%; overflow: auto; padding: 1.6em; } code, kbd, tt, var { font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; } abbr, acronym { border-bottom: 1px dotted #666; cursor: help; } mark, ins { background: #fff9c0; text-decoration: none; } sup, sub { font-size: 75%; height: 0; line-height: 0; position: relative; vertical-align: baseline; } sup { bottom: 1ex; } sub { top: .5ex; } small { font-size: 75%; } big { font-size: 125%; } /*-------------------------------------------------------------- 3.0 Elements --------------------------------------------------------------*/ hr { background-color: #ccc; border: 0; height: 1px; margin-bottom: 1.5em; } ul, ol { margin: 0 0 1.5em 3em; } 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. */ } figure { margin: 0; } table { margin: 0 0 1.5em; width: 100%; } th { font-weight: bold; } /*-------------------------------------------------------------- 4.0 Forms --------------------------------------------------------------*/ button, input, select, textarea { font-size: 100%; /* Corrects font size not being inherited in all browsers */ margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */ vertical-align: baseline; /* Improves appearance and consistency in all browsers */ } button, input[type="button"], input[type="reset"], input[type="submit"] { border: 1px solid; border-color: #ccc #ccc #bbb; border-radius: 3px; background: #e6e6e6; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05); color: rgba(0, 0, 0, .8); cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */ -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */ font-size: 12px; font-size: 1.2rem; line-height: 1; padding: .6em 1em .4em; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); } button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { border-color: #ccc #bbb #aaa; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); } button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active { border-color: #aaa #bbb #bbb; box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); } input[type="checkbox"], input[type="radio"] { padding: 0; /* Addresses excess padding in IE8/9 */ } input[type="search"] { -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */ -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */ -moz-box-sizing: content-box; box-sizing: content-box; } input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */ -webkit-appearance: none; } button::-moz-focus-inner, input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */ border: 0; padding: 0; } 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 { overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */ padding-left: 3px; vertical-align: top; /* Improves readability and alignment in all browsers */ width: 100%; } /*-------------------------------------------------------------- 5.0 Navigation --------------------------------------------------------------*/ /*-------------------------------------------------------------- 5.1 Links --------------------------------------------------------------*/ a { text-decoration: none; color: #F16D97; } a:visited { color: #F16D97; /* Dark Pink */ } a:hover, a:focus, a:active { color: #FF9CC4; /* Light Pink */ } /*-------------------------------------------------------------- 5.2 Menus --------------------------------------------------------------*/ .main-navigation { clear: both; display: block; float: left; width: 100%; } .main-navigation ul { list-style: none; margin: 0; padding-left: 0; } .main-navigation li { float: left; position: relative; padding-right:35px; } .main-navigation li:first-child { padding-left:20px; } .main-navigation a { display: block; text-decoration: none; color:#03002E; } .main-navigation a:hover { color:#F16D97; } .main-navigation ul ul { float: left; position: absolute; top: 39px; left: -999em; margin-left:-20px; z-index: 99999; background: white; border-width:0px 1px 1px 1px; border-color:#F16D97; border-style: solid; /* padding:10px 0px; */ } .main-navigation ul ul ul { left: -999em; top: 0; } .main-navigation ul ul a { width: 150px; } .main-navigation ul ul li { border-top:1px solid white; border-bottom:1px solid white; height:28px; line-height: 28px; text-transform: none; letter-spacing: 1px; padding:0px 20px; } .main-navigation li:hover > a { } .main-navigation ul ul :hover > a { } .main-navigation ul ul a:hover { } .main-navigation ul li:hover > ul { left: auto; } .main-navigation ul ul li:hover { background: #f2f2f2; border-top:1px solid #E6E6E6; border-bottom:1px solid #E6E6E6; } .main-navigation ul ul li:hover > ul { left: 100%; } .main-navigation .current_page_item a, .main-navigation .current-menu-item a { } /* Small menu */ .menu-toggle { display: none; } @media screen and (max-width: 600px) { .menu-toggle, .main-navigation.toggled .nav-menu { display: block; } .main-navigation ul { display: none; } } .site-main .comment-navigation, .site-main .paging-navigation, .site-main .post-navigation { margin: 0 0 1.5em; overflow: hidden; } .comment-navigation .nav-previous, .paging-navigation .nav-previous, .post-navigation .nav-previous { } .comment-navigation .nav-next, .paging-navigation .nav-next, .post-navigation .nav-next { } .nav { font-size:11px; background: white; } .nav.sticky { position: fixed; top:0; left:0; z-index:9000; } .nav-spacer { display: none; width:100%; height:42px; } /*-------------------------------------------------------------- 6.0 Accessibility --------------------------------------------------------------*/ /* Text meant only for screen readers */ .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; } .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b; display: block; font-size: 14px; 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 */ } /*-------------------------------------------------------------- 7.0 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: 0 auto; } /*-------------------------------------------------------------- 8.0 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; } /*-------------------------------------------------------------- 9.0 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; } /*-------------------------------------------------------------- 10.0 Content --------------------------------------------------------------*/ .nine-hundred { width:900px; margin:0 auto; } #page { border-top:8px solid #03002E; } #stb { position: absolute; display: block; padding:15px 25px; background: #03002E; top:0; right:0; text-transform: uppercase; letter-spacing: 2px; z-index:9000; } #stb:hover, #stb.hovered { color:white; } .top-background { width:100%; height:200px; background: #03002E url(images/top-bg.jpg) center no-repeat; background-size: cover; border-bottom:1px solid #03002E; display: block; opacity:1; transition:opacity 300ms linear; } .top-background:hover { /* opacity:0.75; */ } .logo { text-align: center; padding:50px 0px; } #site-navigation { border-top:1px solid #03002E; border-bottom:1px solid #03002E; height:40px; line-height: 40px; text-transform: uppercase; letter-spacing: 2px; } #primary { width:500px; float:left; } #secondary { width:320px; float:right; } .blogroll { margin-top:65px; } .site-footer { margin-top:90px; } .site-footer .info { font-size:10px; } .site-footer .info a { color:#03002E; } .site-footer .info a:hover { color:#F16D97; } .footer-top { width:100%; border-top:1px solid #03002E; border-bottom:1px solid #03002E; height:60px; line-height: 60px; text-transform: uppercase; letter-spacing: 2px; } .footer-top .social { float:left; } .footer-top .social a { } .footer-top .social a:hover { color:#03002E; } .footer-top .info { float:right; } .footer-top .social ul { list-style-type: none; margin: 0; padding:0; } .footer-top .social ul li { float:left; padding:0px 5px; } .footer-middle { width:100%; height:600px; background: white url(images/bottom-bg.jpg) center no-repeat; background-size: cover; display: block; opacity: 1; transition:opacity 300ms linear; } .footer-middle:hover { /* opacity: 0.75; */ } .footer-bottom { height:115px; line-height: 115px; text-align: center; background: #03002E; text-transform: uppercase; letter-spacing: 2px; } .footer-bottom a { display: block; } .footer-bottom a:hover, .footer-bottom.hovered a { color:white; } .entry-title { font-size:14px; letter-spacing: 2px; text-transform: uppercase; float:left; } .entry-title a { color: #03002E; } .entry-title a:hover { color: #F16D97; } .entry-meta { float:right; color:#ccc; font-size:10px; font-family: "adobe-caslon-pro", serif; line-height: 21px; } .entry-header { padding-bottom:15px; border-bottom:4px double #03002E; margin-bottom:20px; } .entry-content span { margin:0 auto !important; } .search { padding-right:20px; } .search form input { border:0; box-shadow: none; border-radius: 0; text-shadow: none; outline:none; letter-spacing: 2px; text-transform: uppercase; width:80px; } ::-webkit-input-placeholder { /* WebKit browsers */ color: #03002E; } :-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #03002E; opacity: 1; } ::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #03002E; opacity: 1; } :-ms-input-placeholder { /* Internet Explorer 10+ */ color: #03002E; } /* SIDEBAR */ .sidebar-links { border-bottom:4px double #03002E; padding-bottom:18px; text-align: center; margin-bottom:20px; font-size:11px; } .sidebar-links a { color:#03002E; } .sidebar-links a:hover { color:#F16D97; } .sidebar-links ul { display: inline-block; list-style-type: none; margin:0; padding:0; } .sidebar-links ul li { padding-right:5px; display: inline; } .dot-spacer { display: inline-block; padding:0px 15px; } .feedly-link { display: inline-block; letter-spacing: 2px; } .sidebar-about { border:1px solid #E6E6E6; background: #F2F2F2; text-align: center; padding:30px 0px 15px 0px; } .about-image img { transition:opacity 500ms linear; } .about-image:hover img { opacity: 0.75; } .about-name.hovered { color:#F16D97; } .sidebar-about h1 { text-transform: uppercase; letter-spacing: 2px; margin-bottom:20px; font-family: "adobe-caslon-pro", serif; } .about-bottom-links { letter-spacing: 2px; font-size:10px; text-transform: uppercase; margin-top:10px; } .about-bottom-links a { color:#03002E; } .about-bottom-links a:hover { color:#F16D97; } .double-border { border-top:4px double #03002E; width:100%; height:5px; margin:30px 0px; } .double-border.pink { border-color:#F16D97; } .wishlisted { border:1px solid #E6E6E6; background: #F2F2F2; } .wishlisted-top { padding:20px; } .wishlisted-top h1 { float:left; text-transform: uppercase; letter-spacing: 2px; font-size:11px; font-family: "adobe-caslon-pro", serif; } .wishlisted-top a { font-size:8px; letter-spacing: 2px; text-transform: uppercase; float:right; color:#03002E; } .wishlisted-top a:hover { color:#F16D97; } .wishlisted-widget { margin:0px 20px 20px 20px; text-align: center; background: white; } .ig { width:300px; position: relative; margin:0 auto; } .ig .blip { position: absolute; background: url(images/ig-blip@2x.png); width:55px; height:67px; background-size:55px 67px; top:-2px; left:10px; } .ig a.follow { display: inline-block; margin-top:10px; } .ig a { color:#03002E; text-transform: uppercase; letter-spacing: 2px; font-size:10px; font-family: "adobe-caslon-pro", serif; } .ig a:hover { color:#F16D97; } .where-i-shop { border:1px solid #E6E6E6; background: #F2F2F2; padding:20px; text-align: center; } .where-i-shop a { color:#03002E; text-transform: uppercase; letter-spacing: 1px; font-size:9px; } .where-i-shop a:hover { color:#F16D97; } .where-i-shop h1 { text-transform: uppercase; letter-spacing: 2px; margin-bottom:20px; font-family: "adobe-caslon-pro", serif; } .where-i-shop .columns { background: white; padding:20px 0px; } .where-i-shop .columns div { float:left; width:135px; } .where-i-shop ul { list-style-type: none; margin:0; padding:0; } .featured-posts { text-align: center; width:275px; margin:0 auto; } .featured-posts h1 { text-transform: uppercase; letter-spacing: 2px; margin-bottom:25px; font-family: "adobe-caslon-pro", serif; } .featured-post { border-bottom:1px solid #F16D97; margin-bottom:25px; padding-bottom:15px; text-transform: uppercase; letter-spacing: 2px; font-size: 10px; } .featured-post:last-of-type { border-bottom:0; margin-bottom:0; padding-bottom:0; } .featured-post a { color:#03002E; } #ig-image { width:300px; height:300px; } .featured-post a:hover { color:#F16D97; } .featured-post a img { display: inline-block; margin-bottom:9px; opacity: 1; transition:opacity 300ms linear; min-height: 235px; object-fit: cover; } .featured-post a:hover img { opacity: 0.75; } .ads { text-align: center; } .ads a { display: inline-block; margin-bottom:25px; } .ads a:last-child { margin-bottom:0; } .ads a img { display: block; } .ad { margin-bottom:25px; } footer.entry-footer { border:1px solid #E6E6E6; background: #F2F2F2; padding:25px; text-transform: uppercase; letter-spacing: 2px; margin-top:30px; } footer.entry-footer a { color:#03002E; } footer.entry-footer a:hover { color:#F16D97; } .entry-footer-top { text-align: center; padding-bottom:25px; } .entry-footer-middle { background: white; height:40px; line-height: 40px; font-size:8px; padding:0px 15px; } .entry-footer-middle ul { list-style-type: none; margin:0; padding:0; font-size:10px; float:left; } .dot { padding:0px 15px; } .dot-nav { padding:0; } .left { float:left; } .right { float:right; } .entry-footer-middle ul li { float:left; margin-right:8px; } .entry-footer-bottom { margin-top:25px; } .entry-footer-bottom a { display: block; float:left; margin-right:4px; width:108px; } .entry-footer-bottom a img { transition:opacity 500ms linear; } .entry-footer-bottom a:hover img { opacity:0.75; } .entry-footer-bottom a:last-child { margin-right:0; } .entry-content a { margin:0 !important; } article.post { margin-bottom:100px; } body.single article.post { margin-bottom:50px; } .paging-navigation { border-top:1px solid #F16D97; border-bottom:1px solid #F16D97; height:57px; line-height: 57px; width:100%; clear:both; text-transform: uppercase; letter-spacing: 2px; text-align: center; } .paging-navigation a { color:#03002E; } .paging-navigation a:hover { color:#F16D97; } .nav-previous { display: inline-block; width:auto; } .nav-next { display: inline-block; width:auto; } /* Travel */ .travel-page a { color:#03002E; } .travel-page a:hover { color:#F16D97; } .travel-instagram { width:100%; text-transform: uppercase; letter-spacing: 2px; margin-top:50px; } .travel-instagram-top { border-bottom:1px solid #F16D97; height:45px; line-height: 45px; font-size:10px; } .travel-instagram-top .right { font-size:8px; } .travel-instagram-pics { padding:35px 0px; } .travel-instagram-pics a { display: block; width:219px; height:219px; margin-right:8px; float:left; } .travel-instagram-pics a:last-child { margin-right:0; } .travel-instagram-pics a img { transition:opacity 500ms linear; } .travel-instagram-pics a:hover img { opacity:0.75; } .travel-posts-top { height:40px; line-height: 40px; border-top:1px solid #F16D97; border-bottom:1px solid #F16D97; text-transform: uppercase; letter-spacing: 2px; font-size:10px; font-family: "adobe-caslon-pro", serif; } .travel-posts-top .right { font-size:8px; font-family: "proxima-nova", sans-serif; } .travel-posts-rs { padding:35px 0px 5px 0px; } .travel-blocks { margin-top:35px; } .travel-block { float:left; border:1px solid #E6E6E6; background: #f2f2f2; width:440px; text-align: center; padding:30px; margin-bottom:20px; } .travel-block-inner { background: white; padding:20px 20px 40px 20px; } .travel-block-inner h1 { text-transform: uppercase; letter-spacing: 2px; color:#F16D97; margin-top:20px; margin-bottom:30px; } .travel-block-inner ul { list-style-type: none; margin:0; padding:0; } .travel-block-inner ul li { margin-bottom:10px; font-family: "adobe-caslon-pro", serif; } .travel-bottom { height:57px; line-height: 57px; border-top:1px solid #F16D97; border-bottom:1px solid #F16D97; letter-spacing: 2px; text-transform: uppercase; font-size:10px; margin-top:100px; margin-bottom:50px; } /* About Page */ .about-page { margin-top:50px; } .about-page a { color:#03002E; } .about-page a:hover { color:#F16D97; } .about-top { border-bottom:1px solid #F16D97; padding-bottom:50px; margin-bottom:100px; } .about-top .left { text-align: right; width:280px; margin-left:70px; font-size:10px; line-height: 24px; letter-spacing: 2px; text-transform: uppercase; } .about-top .right { width:490px; } .about-top p { padding-bottom:20px; } .about-top h1 { color:#F16D97; text-transform: uppercase; letter-spacing: 2px; font-size:10px; margin:50px 0px 30px 0px; } .about-top ul { list-style-type: none; margin:0; padding:0; margin-top:25px; } .about-top ul li { display: inline-block; margin-left:5px; } .about-middle { width:100%; text-align: center; font-style: italic; font-family: "adobe-caslon-pro", serif; font-size:16px; line-height: 40px; } .about-middle .about-logo { margin-bottom:50px; } .about-middle p:first-of-type { padding-bottom:50px; } /* 101 Page */ .page-101 { margin-top:50px; } .top-101 { width:700px; margin:0 auto; text-align: center; border-bottom:1px solid #F16D97; } .top-101 h1 { font-size:12px; letter-spacing: 2px; text-transform: uppercase; color:#F16D97; margin-bottom:40px; } .top-101 p { line-height: 30px; letter-spacing: 2px; font-size:11px; margin-bottom:40px; } .bottom-101 { letter-spacing: 2px; font-size:11px; line-height: 30px; width:550px; margin:0 auto; margin-top:40px; } .bottom-101 h1 { letter-spacing: 2px; text-transform: uppercase; color:#F16D97; } .bottom-101 p { /* margin-bottom:60px; */ } /* Comments */ #comments { border-top:1px solid #F16D97; padding-top:50px; } .comments-title { text-transform: uppercase; letter-spacing: 2px; margin-bottom:40px; } .comment-list { margin-left:20px; } .comment-author { text-transform: uppercase; letter-spacing: 2px; font-size:10px; font-style: normal !important; margin-bottom:5px; } .comment-reply-link { text-transform: uppercase; letter-spacing: 2px; font-size:10px; } .comment { padding-bottom:20px; } .form-allowed-tags { display: none; } #comment { border-radius: 0; display: block; margin:20px 0px; outline: none; } #respond { text-transform: uppercase; letter-spacing: 2px; font-size:10px; border-top:1px solid #F16D97; padding-top:40px; margin-bottom:50px; } .comment-list { border-top:1px solid #F16D97; padding-top:50px; margin:0; } .comment-list li { margin-left:16px; } #submit { background: #03002E; color:white; text-shadow: none; border-radius: 0; box-shadow: none; border:0; text-transform: uppercase; letter-spacing: 2px; padding:10px 20px; font-size:10px; outline: none; } #submit:hover { background: #F16D97; color:#03002E; } #reply-title { font-size:12px; margin-bottom:20px; } .no-results { font-size:11px; letter-spacing: 2px; text-transform: uppercase; text-align: center; } .error-404 { font-size:11px; letter-spacing: 2px; text-transform: uppercase; text-align: center; margin:0 auto; } .nr_panel, .nr_panel img { width:108px !important; height:108px !important; display:block; min-height:108px !important; } /*-------------------------------------------------------------- 10.1 Posts and pages --------------------------------------------------------------*/ .sticky { } .hentry { margin: 0 0 1.5em; } .byline, .updated { 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; } /*-------------------------------------------------------------- 10.2 Asides --------------------------------------------------------------*/ .blog .format-aside .entry-title, .archive .format-aside .entry-title { display: none; } /*-------------------------------------------------------------- 10.3 Comments --------------------------------------------------------------*/ .comment-content a { word-wrap: break-word; } .bypostauthor { } /*-------------------------------------------------------------- 11.0 Infinite scroll --------------------------------------------------------------*/ /* Globally hidden elements when Infinite Scroll is supported and in use. */ .infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */ .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; } /*-------------------------------------------------------------- 12.0 Media --------------------------------------------------------------*/ .page-content img.wp-smiley, .entry-content img.wp-smiley, .comment-content img.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%; } /*-------------------------------------------------------------- 12.1 Captions --------------------------------------------------------------*/ .wp-caption { margin-bottom: 1.5em; max-width: 100%; } .wp-caption img[class*="wp-image-"] { display: block; margin: 0 auto; } .wp-caption-text { text-align: center; } .wp-caption .wp-caption-text { margin: 0.8075em 0; } /*-------------------------------------------------------------- 12.2 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 {}