/* Theme Name: Camise Theme URI: http://www.mixamedia.com/camise Author: Mixamedia Author URI: http://www.mixamedia.com Description: Camise is a WordPress theme for photographers, and creatives wanting to showcase their work. Camise uses WordPress functionality and customization features to make it easy to share and publish your own work. Version: 1.0 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: camise Domain Path: /languages/ Tags: light, white, dark, two-columns, right-sidebar, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, post-formats, threaded-comments 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. Camise is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc. */ /* =Global Variables ----------------------------------------------- */ /* 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/ */ /* =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; } 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; } /* =Global ----------------------------------------------- */ body, button, input, select, textarea { font-family:'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.5; color: #393939; } /* Headings */ h1, h2, h3, h4, h5, h6 { clear: both; } hr { background-color: #eee; border: 0; height: 1px; margin-bottom: 1.5em; } hr.post-line { content: ''; width: 100%; height: 1px; background: #eee; -webkit-box-shadow: 0 1px 0 0 #fff; box-shadow: 0 1px 0 0 #fff; display: block; opacity: 0.5; } /* Text elements */ p { margin-bottom: 1.5em; } .first { margin-bottom: 20px; font-size: 22px; font-weight: 200; line-height: 1.6; } 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; } 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: #f5f5f5; border-radius: 4px; 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%; } figure { margin: 0; } table { margin: 0 0 1.5em; width: 100%; } th { font-weight: bold; } img { height: auto; /* Make sure images are scaled correctly. */ max-width: 100%; /* Adhere to container width. */ } 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 */ *vertical-align: middle; /* Improves appearance and consistency in all browsers */ } button, input[type="button"], input[type="reset"], input[type="submit"] { border: 1px solid #ccc; border-radius: 4px; background: #efefef; color: #666; 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: 14px; font-weight: normal; line-height: 1.42857143; padding: 6px 12px; } button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { color: #333; text-decoration: none; background-color: #ebebeb; border-color: #adadad; } 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 { color: #333; text-decoration: none; background-color: #ebebeb; border-color: #adadad; } 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"], textarea { background: #fff; margin:0; padding:6px; position: relative; font-size:14px; line-height:20px; color: #666; border: 1px solid #ddd; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus { color: #111; } input[type="text"], input[type="email"], input[type="url"], input[type="password"] { width:70%; } textarea { overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */ padding-left: 6px; vertical-align: top; /* Improves readability and alignment in all browsers */ width: 98%; } form span{ color: red; } /* Links */ a { color: #448ac9; } a:hover, a:focus, a:active { color: #0072bc; } /* Alignment */ .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; } /* Text meant only for screen readers */ .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; } .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 */ } /* Clearing */ .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; } /* =General ----------------------------------------------- */ body { -webkit-font-smoothing: antialiased; background:#f5f5f5; } a { text-decoration: none; -webkit-transition: color 0.2s ease-in-out; -moz-transition: color 0.2s ease-in-out; transition: color 0.2s ease-in-out; } a:hover { text-decoration: underline; } /* =Header ----------------------------------------------- */ .container { margin: 0px auto; } .container { /* The `max-width` property is the width governer. */ max-width: 980px; width:100%; height:67px; margin:0px auto; position: relative; } .site-header { background:#fff; margin: 0 auto; height:68px; border-bottom:1px solid #eee; position: relative; z-index: 99; } .site-header .container { width: 100%; } .site-header a { color:#333333; } .site-header a:hover, .site-header a:focus, .site-header a:active { color:#888888; } /* Branding */ .logo { max-width: 100%; height:68px; float: left;} .logo img { float: left; max-height:48px; height:48px; width:auto; padding:0px; margin:0px; } .clear-menu .logo { padding-right:0; } h1.site-title { padding:10px 12px !important; } .logo .site-title a { font-size:30px; text-decoration:none; } .site-slogan { float:right; height:68px; padding: 20px; margin:0; } .site-description { font-size:16px; padding: 2px 0; } /* Site Search */ .search-header { display: block; float:right; padding:16px 12px; height:68px; max-width:220px; } #main .search-content { margin:0 0 40px 0 !important; padding:0 0 20px 0 !important; } .search-header input, .search-content input { background: url(images/search-icon.png) no-repeat 10px 9px #eeeeee; border: 0 none; float:right; border: 1px solid #eeeeee; color: #b5b5b5; width:100%; font-size:16px; padding: 6px 16px 6px 32px; margin:0 !important; -webkit-border-radius: 18px; -moz-border-radius: 18px; border-radius: 18px; } .search-header input:focus, .search-content input:focus { background: url(images/search-icon.png) no-repeat 10px 9px #eee; width:100%; color: #4d4d4d; } .menu-box { display: block; height:44px; padding: 12px 10px; margin:10px 0; font-size:16px; float: left; } .menu-box a { color:#448ac9 !important; padding: 0px !important; display: inline-block !important; } .menu-box a:hover { text-decoration:underline; } /* Main Navigation */ .header-navigation { display: inline-block; margin:0; height:68px; padding:0; } .main-navigation { font-family: inherit; margin: 0 18px; padding: 0; -ms-touch-action: manipulation; touch-action: manipulation; } .menu-toggle { cursor: pointer; display: none; } .main-navigation a { font-size: 16px; line-height:24px; padding: 12px 0; margin:0; color: #555; display: block; text-decoration: none; } .main-navigation ul li > a { padding: 22px 12px 21px 12px; } .main-navigation ul li > a:hover { } .main-navigation ul { list-style: none; margin: 0; padding: 0; font-weight: 400; } @media screen and (min-width: 890px) { .main-navigation a { font-size: 16px; padding: 10px; border: none; display: inline-block; } .main-navigation li { position: relative; display: inline; } .main-navigation li.menu-item-has-children { padding-bottom:5px; } .main-navigation ul.sub-menu li.menu-item-has-children { padding-top:0px; } .main-navigation > li > ul.sub-menu { min-width: 10em; padding: 4px 0; border: 1px solid #eee; background-color: #fff; } .main-navigation li.menu-item-has-children > a:after { -webkit-font-smoothing: antialiased; content: "\f0d7"; display: inline-block; font: normal 10px/1 FontAwesome; padding:0px 8px; } .main-navigation ul.sub-menu li.menu-item-has-children > a:after { content: "\f0da"; font: normal 10px/1 FontAwesome; } .main-navigation ul { text-align: left; -webkit-transition: all 0.1s ease; -moz-transition: all 0.1s ease; } .main-navigation ul ul { display: none; position: absolute; min-width: 160px; left: 0; position: absolute; top: 44px; z-index: 99999; background-color: #fff; border-left: 1px solid #eee; border-right: 1px solid #eee; } .main-navigation ul ul li { display: block; position: relative; margin: 0; } .main-navigation ul ul a { display: block; padding: 12px; } .main-navigation ul ul > li a { border-bottom: 1px solid #eee; } .main-navigation ul ul > li a:hover { background-color: #fff; color:#222222; } .main-navigation ul ul li:last-child a { border-bottom: none; } .main-navigation ul li:hover > ul { display: block; } } /* =Layout ----------------------------------------------- */ #content { padding:30px 0 20px 0; } #content-full { padding:0 0 20px 0; } .col-width { max-width: 980px; margin: 0 auto; padding:0 20px; } /* Content */ #main { padding:0 0 4%; float:left; position:relative; width:70%; } /* Sidebar */ #sidebar { overflow:hidden; float:right; width:24%; } /* Layouts */ .layout-2cl #main { float:right; } .layout-2cl #sidebar { float:left; } .layout-1col #main { width:100%; } /* =Content ----------------------------------------------- */ .sticky { /* Required for theme review */ } .hentry { margin: 0 0 1.5em; } .entry-content { margin-bottom: 1em; } .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 { font-weight: 400; margin: 0 0 0.5em; clear: none; } .entry-content h1 { font-size: 30px; } .entry-content h2 { font-size: 26px; } .entry-content h3 { font-size: 22px; } .entry-content h4 { font-size: 20px; } .entry-content h5 { font-size: 18px; } h1.entry-title-post { font-size: 30px; line-height:32px; margin: 0 0 .25em; } h1.entry-title { font-size: 30px; line-height:32px; margin: 0 0 .5em; } .entry-title a, .entry-title-post a { color: #222; text-decoration: none; } .entry-title a:hover, .entry-title-post a:hover { color: #448ac9; text-decoration: none; } .entry-meta { color:#b3b3b3;; font-size: 14px; } .entry-meta a { color:#b3b3b3;; } .entry-meta a:hover { color:#666666; } .entry-header .entry-meta { padding: 0 0 .5em; margin: 0 0 1em; } .byline, .updated { display: none; } .single .byline, .group-blog .byline { display: inline; } .author-meta { border-bottom: 1px solid #f8f8f8; padding: 0 0 1.5em; margin: 0 0 1.5em; position: relative; font-size: 14px; font-size: 1.4rem; color: #555; min-height: 100px; } .author-avatar { position: absolute; left: 0; } .author-avatar img { border-radius: 50%; } .author-description { margin-left: 100px; } .author-description h3 { font-size: 18px; font-size: 1.8rem; font-weight: 600; margin-bottom: .5em; } footer.entry-meta { padding-bottom: .75em; font-size: 12px; font-size: 1.2rem; } footer.entry-meta ul { list-style: none; margin: 0; } footer.entry-meta li { display: inline-block; margin: 0 .5em .5em 0; } footer.entry-meta a { display: block; background: #efefef; border-radius: 4px; color: #666; padding: .5em .75em; } .page-links { clear: both; margin: 0 0 1.5em; } /* =Search ----------------------------------------------- */ .search .entry-header { margin: 0 0 1.5em; } .search .entry-title { font-size: 26px; font-size: 2.6rem; } .search #main .search-form { border-radius: 5px; background: #fff; padding: 1em; margin: 0 0 1.5em; } .search-submit { min-height: 28px; } /* =404 ----------------------------------------------- */ .error404 #main .search-form { border-radius: 5px; background: #fff; padding: 1em; margin: 0 0 1.5em; } /* =Asides ----------------------------------------------- */ .blog .format-aside .entry-title, .archive .format-aside .entry-title { display: none; } /* =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; } img.alignleft, img.alignright, img.aligncenter { margin-bottom: 15px; } .wp-caption { margin-bottom: 1.5em; max-width: 100%; } .wp-caption img[class*="wp-image-"] { display: block; margin: 1.2% auto 0; max-width: 98%; } .wp-caption-text { text-align: center; font-size:0.875em; } .wp-caption .wp-caption-text { margin: 0.8075em 0; } .site-main .gallery { margin-bottom: 1.5em; } .gallery-caption { /* Required for theme review */ } .site-main .gallery a img { border: none; height: auto; max-width: 90%; } .site-main .gallery dd { margin: 0; } .entry-caption { margin:12px 0px 0px 0px; } .entry-caption p { font-size: 18px; line-height: 22px; } /* Additional custom gallery shortcode styling */ .gallery { margin: 0 auto 18px; } .gallery .gallery-item { float: left; margin-top: 0; text-align: center; width: 33%; } .gallery-columns-2 .gallery-item { width: 50%; } .gallery-columns-4 .gallery-item { width: 25%; } .gallery img { padding: 0px; background: #fff; } .gallery-columns-2 .attachment-medium { max-width: 92%; height: auto; } .gallery-columns-4 .attachment-thumbnail { max-width: 44%; height: auto; } .gallery .gallery-caption { color: #888; font-size: 12px; margin: 0 0 18px 0px !important; } .gallery dl, .gallery dt { margin: 0; } .gallery br+br { display: none; } /* Make sure embeds and iframes fit their containers */ embed, iframe, object { max-width: 100%; } /* Video wrapper for responsive videos inside post */ .video-content { position: relative; padding-top: 1.5625em; padding-bottom: 50.25%; height: 0; overflow: hidden; margin:18px 0; } .video-content iframe { position: absolute; top: 0; left: 0; margin: 0px !important; padding: 0 !important; width: 100%; height: 100%; } video { width: 100% !important; height: auto !important; } /* =Navigation ----------------------------------------------- */ .site-main [class*="navigation"] { margin: 0 0 1.5em; overflow: hidden; } [class*="navigation"] .nav-previous { float: left; width: 50%; } [class*="navigation"] .nav-next { float: right; text-align: right; width: 50%; } .paging-navigation, .post-navigation { font-size: 15px; fonts-size: 1.5rem; } /* Blog -------------------------------------------------------------- */ .entry-box .hentry { margin:0 !important; } .entry-box .entry-content { margin:0px; padding:0; } .entry-box { border: 1px solid #f5f5f5; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; padding:0px; margin:0px 0px 24px 0px; background-color:#fff; } .entry-box-page { padding:30px 26px 20px 26px; margin:0px 0px 22px 0px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; background-color:#fff; } .entry-box-page .single-post-image { margin-bottom: 12px !important; } .entry-box-page .entry-content img { -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; opacity: 1; filter: alpha(opacity=100); } .entry-box-page img:hover { opacity: 0.7; filter: alpha(opacity=30); } .entry-meta-blog { padding:12px 16px; margin:0; background:#fff; border: 0; font-size: 14px; border-bottom-left-radius:6px; border-bottom-right-radius:6px; } .entry-meta-blog li { display: inline-block; *display: inline; /* IE7 inline-block hack */ *zoom: 1; padding-right:1.000em; } .entry-meta-blog li.post-date { padding-right:1.250em;} .entry-meta-blog li.post-date:before { -webkit-font-smoothing: antialiased; display: inline-block; font: normal 16px/1 FontAwesome; text-decoration: inherit; vertical-align: text-bottom; content: "\f017"; margin: 0; padding:0; } .entry-meta-blog li.post-link:before { -webkit-font-smoothing: antialiased; display: inline-block; font: normal 14px/1 FontAwesome; text-decoration: inherit; vertical-align: text-bottom; content: "\f0c1"; margin: 0; padding:0; } .entry-meta-blog li.post-comments:before { -webkit-font-smoothing: antialiased; display: inline-block; font: normal 16px/1 FontAwesome; text-decoration: inherit; vertical-align: text-bottom; content: "\f086"; margin: 0; padding:2px 0; } p.posted-on { color:#b3b3b3; margin:0; padding:0; } p.posted-on:before { -webkit-font-smoothing: antialiased; display: inline-block; font: normal 16px/1 FontAwesome; text-decoration: inherit; vertical-align: text-bottom; content: "\f017"; color:#b3b3b3; margin: 0; padding:0; } ul.post-meta { padding:0; margin:0px; color:#b3b3b3; } .entry-meta-blog a { color:#b3b3b3; } .entry-meta-blog a:hover, .entry-meta a:focus { color: #222; text-decoration:none !important; } /* Post Format Image */ .entry-box .format-image .entry-content { padding: 0 !important; margin: 0px !important; background-color:#f5f5f5; } .format-image .post-format-image { padding: 0px !important; margin: 0px !important; } .format-image .single-portfolio-image { margin-bottom: 18px !important; } .format-image .single-portfolio-image img { -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; opacity: 1; filter: alpha(opacity=100); } .format-image .single-portfolio-image img:hover { opacity: 0.7; filter: alpha(opacity=30); } .single-format-image .format-image .entry-content img { margin-bottom: 12px !important; } .entry-box .format-image .entry-content img, .entry-box .format-image .entry-content a { padding: 0px !important; margin: 0px 0px -6px 0px !important; width: 100%; height:auto; } .entry-box .format-image .entry-content img { border-top-left-radius:6px; border-top-right-radius:6px; opacity: 1; filter: alpha(opacity=100); } .entry-box img.blog-image:hover { opacity: 0.7; filter: alpha(opacity=30); } .format-image .entry-content p.lead { margin:0px !important; line-height: 0px !important;} .entry-post-box .format-image .entry-meta { margin-top:-20px; } /* Post format Quote */ .post.format-quote .post-quote { color: #444; } .post.format-quote .post-quote:before { -webkit-font-smoothing: antialiased; float:left; font: normal 32px/1 FontAwesome; text-decoration: inherit; vertical-align: text-bottom; content: "\f10d"; margin: 2px 8px; } .post.format-quote .post-quote { border-top-left-radius:6px; border-top-right-radius:6px; padding: 36px 30px 20px 30px; background-color:#eee; font-size: 1.175em !important; line-height: 1.25em !important; text-shadow: 0px 1px 1px #fff; } p.quote-source { font-weight:bold; padding-left:18px; } .format-quote .entry-content { margin:0px !important; } /* Post format Link */ .post.format-link .post-title { font-size: 1.175em !important; line-height: 1.25em !important; padding:6px 0px; font-weight: normal; text-shadow: 0px 1px 1px #fff; color: #444; } .post.format-link .post-title:before { -webkit-font-smoothing: antialiased; float:left; font: normal 32px/1 FontAwesome; text-decoration: inherit; vertical-align: text-bottom; content: "\f0c1"; margin: 2px 8px; } .post.format-link .post-title a { color: #444; text-decoration:none !important; } .post.format-link .post-title a:hover, .post.format-link .post-title a:focus { color:#448ac9; text-decoration:none !important; } .post.format-link .post-header { padding:8px; border: 0; border-top-left-radius:6px; border-top-right-radius:6px; margin-bottom: 0 !important; background-color:#eee; } .post.format-link .post-header .entry-content { padding: 20px; } /* Post Format Video */ .format-video .video-container, .fluid-width-video-wrapper { width: 100%; margin: 0px !important; padding: 0 !important; } .format-video .entry-content { padding: 0 !important; margin: 0px !important; } .format-video .entry-content *:first-child, .format-video .video-container, .format-video .fluid-width-video-wrapper { margin-left: 0; margin-right: 0; margin-bottom:0px; } .format-video .entry-content p.lead { margin:0px !important; line-height: 0px !important; } .blog-video { position: relative; padding-top: 1.5625em; padding-bottom: 67.5%; height: 0; margin-bottom: 1em; overflow: hidden; } .blog-video.widescreen { padding-bottom: 50.25%; } .blog-video.vimeo { padding-top: 0; } .blog-video iframe, .blog-video object, .blog-video embed, .blog-video video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .blog-video iframe { border-top-left-radius:6px !important; border-top-right-radius:6px !important; } /* Portfolio -------------------------------------------------------------- */ #content .content-portfolio { padding:0px 0 20px 0; margin:0; } .intro-text-area { padding:0 0 12px 0; margin:0 auto; width:80%; } h2.intro-text { font-size:28px; text-shadow: 0px 1px 1px #fff; line-height:34px; font-weight:400; text-align:center; } .entry-meta-icon { display: inline-block; margin-right:5px; font-size:14px; } .archive-header { margin-bottom: 30px; } #content .archive-title { font-size: 26px; line-height: 36px; text-shadow: 0px 1px 1px #fff; padding-bottom: 0px; margin-bottom: 10px; } /* Alignment */ .alignleft { display: inline; float: left; margin-right: 20px; } .alignright { display: inline; float: right; margin-left: 20px; } .aligncenter { clear: both; display: block; margin: 0 auto; } .portfolio-view .entry-content { margin:0; padding:0; } .portfolio-view .hentry { position:relative; width:32%; float:left; margin:0 2% 2% 0; overflow: hidden; } .portfolio-view #content .hentry { margin-bottom:2%; } .portfolio-view .hentry:nth-of-type(3n) { margin-right:0; } .portfolio-view .hentry h3 { font-family: inherit; font-size:16px; color:#222; font-weight:normal; position: absolute; top: 33%; left: 0; padding: 1em 0; width: 100%; text-align: center; display: none; pointer-events: none; } .portfolio-view .hentry a { color:#fff; text-decoration: none; } .portfolio-view .portfolio-format-meta { height:18px; width:18px; color:#fff; position: absolute; bottom:10px; right:10px; font-size:18px; text-align: center; display: none; } .portfolio-view .hentry img { display:block; width: 100%; height: auto; margin:0px; padding:0px; opacity: 1; } .portfolio-view .hentry img { border-top-left-radius:6px; border-top-right-radius:6px; border-bottom-left-radius:6px !important; border-bottom-right-radius:6px !important;} .portfolio-view .hentry:hover { background:#fff; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; } .portfolio-view .hentry:hover h3, .portfolio-view .hentry:hover .portfolio-format-meta { display: block; z-index:1; } .portfolio-view .hentry .thumb:hover img { opacity:.2; } .full-width-portfolio #content, .full-width #content { width:auto; float:none; } .portfolio-image { display: block; margin-bottom:15px; } /* Clearfix */ .clear { clear:both; } .clearfix:before, .clearfix:after { content: " "; /* 1 */ display: table; /* 2 */ } .clearfix:after { clear: both; } /* =Comments ----------------------------------------------- */ .comments-title { margin: 0 0 1.5em; font-size:1.125em; } .comment-list { list-style: none; margin: 0 0 3em; } .comment-list .children { list-style: none; margin: 1.5em 0 0 5em; } .comment { margin-bottom: 1em; position: relative; } .comment-body { padding: 0 0 0 4.25em; } #comments .avatar { left: 0; position: absolute; border-radius: 50%; } #comments h3 { font-weight:normal; font-size:1.325em; margin:12px 0px; } .comment-content, .reply { font-size: 14px; font-size: 1.4rem; } .comment-content a { word-wrap: break-word; } .comment-content p { margin: 0 0 .5em; } .comment-meta { margin: 0 0 .5em; } .comment-metadata { font-size: 13px; font-size: 1.3rem; } .bypostauthor { background: #ffffff; border-radius: 4px; padding: 1em; } .bypostauthor .avatar { left: .5em; } #reply-title { margin: 0 0 .5em; } #commentform label[for="author"], #commentform label[for="email"], #commentform label[for="url"] { display: block; line-height: 1.5;} .form-allowed-tags, .form-allowed-tags code { font-size: 13px; font-size: 1.3rem; } /* =Widgets ----------------------------------------------- */ .widget { font-size: 14px; margin: 0 0 1.5em; } .widget .search-form input { font-size: 16px; } .widget ul { list-style: none; } .widget ul li { line-height:1.25em; margin-bottom: .5em; } /* Make sure select elements fit in widgets */ .widget select { max-width: 100%; } /* Sidebar Widgets */ #sidebar .widget { background: #fff; padding: 0 0 1.5em; overflow: hidden; border-radius: 5px; } #sidebar .widget-title { color: #222; background: #fff; font-size: 18px; padding: 1em 1em .5em 1em; margin-bottom: .25em; } #sidebar .widget-title a { color: #fff; } #sidebar .widget ul { margin: 0 1.25em; } /* Specific Widget Styling */ #sidebar .widget-title .rsswidget img { display: none; } #sidebar .widget_search form { margin: 0 1.25em; padding-top: 1.25em; } #sidebar .widget_search .widget-title { margin-bottom: 0; } /* =Footer ----------------------------------------------- */ /* Footer Widgets */ #footer-widgets { margin-bottom: 3em; text-shadow: 0px 1px 1px #fff; } #footer-widgets a { color: #666; text-decoration: none; } #footer-widgets a:hover { color: #111; text-decoration: underline; } #footer-widgets .widget-title { font-size: 18px; margin-bottom: 1em; } #footer-widgets .widget ul { margin: 0 0 1.5em; } #footer-widgets .widget ul ul { margin: 0 0 0 1.5em; } #footer-widgets.widgets-count-2 .widget-area { float: left; width: 47.5%; margin-right: 5%; } #footer-widgets.widgets-count-2 #footer-widget-2 { margin-right: 0; } #footer-widgets.widgets-count-3 .widget-area { float: left; width: 30%; margin-right: 5%; } #footer-widgets.widgets-count-3 #footer-widget-3 { margin-right: 0; } /* Site Credits */ .site-footer { padding: 20px 40px; margin-bottom:0px; background-color: #fff; font-size: 0.875em; color: #444; font-weight:normal; border-top:3px solid #eee; height:85px; } .site-footer a { text-decoration:none; } .site-footer a:hover { text-decoration:underline; } .site-credits { float:left; max-width:40%; padding-bottom: 20px;} .footer-menu { float:right; height:62px; } p.credits { padding:0; margin:0; color: #888; } p.credits a { color: #888; text-decoration: none; } p.credits a:hover { color: #222; text-decoration: none; } .site-info { width: 100%; } .site-info ul { padding:0; margin:0; } .site-info ul li { float: left; list-style: none; } .site-info ul li a { display: block; text-decoration: none; padding: 0px 8px; position: relative; color: #888; } .site-info ul li a:hover { color: #222; text-decoration: none; } .site-credits li { display: inline; color:#444; } /* =Plugin Support ----------------------------------------------- */ .breadcrumb { font-size: 14px; font-size: 1.4rem; padding: 8px 15px; margin-bottom: 1.5em; list-style: none; background-color: #f5f5f5; border-radius: 4px; } /* Plugin : WP PageNavi */ .wp-pagenavi { font-weight: 600; } .wp-pagenavi a, .wp-pagenavi span { color: #999; font-size: 15px; font-size: 1.5rem; padding: 7px 8px; display: inline; margin: 0 2px; } .wp-pagenavi span.pages { display: block; color: #999; margin-bottom: 1em; } .wp-pagenavi span.pages:before { content: "\f15c"; font-family: FontAwesome; margin-right: 10px; } .wp-pagenavi a:hover, .wp-pagenavi a:active, .wp-pagenavi span.current { color: #333; } .wp-pagenavi a { color: #428bca; border-top: 1px solid #f8f8f8; } /* =Infinite Scroll ----------------------------------------------- */ /* Globally hidden elements when Infinite Scroll is supported and in use. */ .infinite-scroll .paging-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; } /* =Responsive ----------------------------------------------- */ @media (max-width: 980px) { embed, object { max-width: 100%; } } @media screen and (max-width: 889px) { .site-main { margin: 0; } .footer-menu { display:none; } #main { width:100%; padding:0; margin-bottom:35px; } .site-credits { max-width:80%; } .intro-text-area { width:90%; } h2.intro-text { font-size:24px; line-height:30px; } #sidebar { clear: both; float: none; width:100%; } .search-header, .site-slogan, .menu-box { display: none !important; } .header-navigation { display: block; clear:both; float:none; padding:0; height:0px; } .main-navigation { padding: 0; margin:0; background:#fff; } .main-navigation li { padding: 0; margin:0; } .main-navigation ul { padding: 0; margin:0; } .main-navigation a { font-size: 16px; } .main-navigation li a, .main-navigation ul ul a { border-bottom: 1px solid #eee; } .main-navigation ul li > a { padding: 12px 0 12px 16px; } .main-navigation a:hover { background:#fff; } .menu-toggle { display: block; float: right; cursor: pointer; font-size: 0; text-decoration: none; margin: 0; overflow: hidden; font-weight: 600; text-transform:uppercase; position: absolute; top: 24px; right: 18px; text-align: center; } .menu-toggle:after { -webkit-font-smoothing: antialiased; display: inline-block; font: normal 18px/1 FontAwesome; text-decoration: inherit; vertical-align: text-bottom; content: "\f0c9"; margin: 0; } .menu-toggle, .main-navigation.toggled .nav-menu { display: block; } .main-navigation.toggled .nav-menu { margin-bottom: .25em; } .main-navigation.toggled .menu-toggle:after { content: '\f0c9'; } .main-navigation ul { display: none; } .main-navigation .menu-item-has-children { position: relative; cursor: pointer; } .dropdown-toggle { -webkit-transition: all 0.5s ease; transition: all 0.5s ease; color: #999; font: normal 18px/1 FontAwesome; speak: none; display: inline-block; font-weight: 400; position: absolute; right: 0; text-align: center; background: #f5f5f5; top: 0px; height: 48px; line-height: 48px; border-left: 1px solid #eee; width: 48px; } .dropdown-toggle:after { content: "\f078"; position: absolute; right: 16px; } .dropdown-toggle.toggled:after { content: '\f077'; } .main-navigation .dropdown-toggle:hover { background: #f5f5f5; color: #999; } .main-navigation ul ul li a { padding-left: 2em; } } @media screen and (max-width: 680px) { #respond input[type="text"], #respond input[type="email"], #respond input[type="url"] { width: 90%; } #content { width:100%; padding:0; margin:35px 0px; } .portfolio-view .hentry { -webkit-transition-duration: 0.6s; -moz-transition-duration: 0.6s; -ms-transition-duration: 0.6s; -o-transition-duration: 0.6s; transition-duration: 0.6s; -webkit-transition-property: height, width; -moz-transition-property: height, width; -ms-transition-property: height, width; -o-transition-property: height, width; transition-property: height, width; min-width:46%; width:46%; margin-right:4%; } .portfolio-view #content .hentry { margin-bottom:35px; } .portfolio-view .hentry:nth-of-type(odd) { clear:both; } .portfolio-view .hentry:nth-of-type(3n) { margin-right:4%; } .portfolio-view .hentry:nth-of-type(2n) { float:right; margin-right:0; } #footer-widgets.widgets-count-3 .widget-area { float: none; width: auto; margin-right: 0; } .comment-list .children { list-style: none; margin: 1.5em 0 0 0; } } @media screen and (max-width: 480px) { .col-width { padding: 0px 15px; } .entry-box .byline { display:none; } .intro-text-area { width:100%; } h2.intro-text { font-size:22px; line-height:26px; } #footer-widgets { padding: 0px 15px !important; } .portfolio-view .hentry { float:none; width:100%; width:auto; } .portfolio-view #content .hentry { margin-bottom:20px; } .portfolio-view .hentry:nth-of-type(1n) { float:none; margin-right:0; } }