<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--------------------------------------------------------------

 Theme Name: Illustrate
 Version: 1.3.0
 Description: Premium WordPress theme by WPExplorer
 Author: WPExplorer
 Author URI: http://www.wpexplorer.com
 Theme URI: http://www.wpexplorer.com
 Tags: light, custom-header, custom-background, threaded-comments, custom-menu, featured-image-header, featured-images, full-width-template, theme-options, translation-ready
 License: Custom
 License URI: http://themeforest.net/licenses/terms/regular

/*------------------------------------------------------------------
/* RESET
-------------------------------------------------------------------*/
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video { font-family: inherit; font-size: 100%; font-weight: inherit; font-style: inherit; vertical-align: baseline; white-space: normal; margin: 0; padding: 0; border: 0; outline: 0; background: transparent; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block }
ol, ul { list-style: none }
blockquote, q { quotes: none }
:focus { outline: 0 }
table { border-collapse: collapse; border-spacing: 0; }
img { max-width: 100%; height: auto; }

/* 24 COLUMN - RESPONSIVE GRID SYSTEM
-------------------------------------------------------------------*/
.row:after, .col:after, .clr:after, .group:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; zoom: 1; }
.row { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.col { margin-bottom: 1.5em; display: block; float: left; width: 100%; margin-bottom: 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.col { margin-left: 2% }

/*percent grid*/
.span_1 { width: 2.25% }
.span_2 { width: 6.5% }
.span_3 { width: 10.75% }
.span_4 { width: 15.0% }
.span_5 { width: 19.25% }
.span_6 { width: 23.5% }
.span_7 { width: 27.75% }
.span_8 { width: 32.0% }
.span_9 { width: 36.25% }
.span_10 { width: 40.5% }
.span_11 { width: 44.75% }
.span_12 { width: 49.0% }
.span_13 { width: 53.25% }
.span_14 { width: 57.5% }
.span_15 { width: 61.75% }
.span_16 { width: 66.0% }
.span_17 { width: 70.25% }
.span_18 { width: 74.5% }
.span_19 { width: 78.75% }
.span_20 { width: 83.0% }
.span_21 { width: 87.25% }
.span_22 { width: 91.5% }
.span_23 { width: 95.75% }
.span_24 { width: 100% }

/*columns without margin*/
.one-half, .one-third, one-fourth, one-fifth { display: block; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.one-half { width: 50% }
.one-third { width: 33.3333% }
.one-fourth { width: 25% }
.one-fifth { width: 20% }

/*clear float and remove left margin*/
.clr-margin { margin-left: 0 }
.count-1 { clear: both; margin-left: 0; }

/*custom floats*/
.float-left { float: left }
.float-right { float: right }

/* Site Widths
-------------------------------------------------------------------*/
.container { width: 960px; margin: 0 auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.sidebar-container { padding-left: 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

/* Lists
-------------------------------------------------------------------*/
.entry ul, .entry ol { margin: 30px 0 30px 30px }
.entry ul { list-style: disc }
.entry ol { list-style: decimal }
.entry h2, .entry h4, .entry h1, .entry h3 { font-weight: bold; color: #444; }

/* Forms
-------------------------------------------------------------------*/

/*reset search styling*/
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration { display: none }

/*inputs*/
input[type=search], input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="url"], textarea { font-family: inherit; border: 1px solid #ddd; color: #777; display: block; font-size: 12px; line-height: 1.6em; font-weight: normal; margin: 0 0 5px; padding: 6px 10px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-appearance: none; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05); max-width: 80%; width: 240px; border-radius: 3px; }
textarea { width: 100%; max-width: 100%; padding: 15px; -webkit-appearance: none; border-radius: 0; -webkit-appearance: none; border-radius: 3px; }
input[type=search] { font-size: 12px; font-weight: normal; max-width: 100%; width: 100%; background: #fff url("images/search.png") 95% center no-repeat; }
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, textarea:focus { outline: none; border-color: #B3B6B8; }
input[type="search"]:focus { outline: none }

/*buttons*/
button, input[type="button"], input[type="submit"], input[type="submit"] { cursor: pointer; display: inline-block; padding: 10px 14px; background: #353c3e; border-radius: 3px; color: #fff; font-size: 12px; font-weight: normal; border: none; letter-spacing: 0.06em; outline: none; -webkit-appearance: none; }
button:hover, input[type="button"]:hover, input[type="submit"]:hover, #commentsbox input[type="submit"]:hover { background: #f26c4f }
button:active, input[type="button"]:active, input[type="submit"]:active, #commentsbox input[type="submit"]:active { outline: 0; border-color: transparent; }

/*main search*/
#main-search { position: absolute; right: 0; top: 0; height: 60px; line-height: 60px; width: 230px; }
#main-search input[type=search] { height: 60px; line-height: 60px; padding: 0 52px 0 30px; background: #3c4345 url("images/search-main.png") 90% center no-repeat; border: none; outline: none; text-transform: uppercase; color: #717b7e; }
#main-search input[type=search]::-webkit-input-placeholder { color: #717b7e }
#main-search input[type=search]:-moz-placeholder { color: #717b7e }
#main-search input[type=search]::-moz-placeholder { color: #717b7e }
#main-search input[type=search]:-ms-input-placeholder { color: #717b7e }

/* WordPress Styles
-------------------------------------------------------------------*/

/*aligns*/
.aligncenter { display: block; margin: 0 auto; }
.alignright { float: right; margin: 0 0 10px 20px; }
.alignleft { float: left; margin: 0 20px 10px 0; }

/*floats*/
.floatleft { float: left }
.floatright { float: right }

/*text style*/
.textcenter { text-align: center }
.textright { text-align: right }
.textleft { text-align: left }

/*captions*/
.wp-caption { text-align: center; max-width: 100%; }
.wp-caption img { display: block; margin: 0 auto; padding: 0; border: 0 none; width: 100%; }
.wp-caption a:hover img { opacity: 0.7 }
.wp-caption p.wp-caption-text { font-size: 12px; padding: 4px; margin: 0; text-align: center; background: #353c3e; padding: 6px; color: #fff; box-sizing: border-box; }

/*smiley reset*/
.wp-smiley { margin: 0; max-height: 1em; }

/*blockquote*/
blockquote.left { margin-right: 20px; text-align: right; margin-left: 0; width: 33%; float: left; }
blockquote.right { margin-left: 20px; text-align: left; margin-right: 0; width: 33%; float: right; }

/*img attachment*/
.single-attachment .entry { text-align: center; overflow: hidden; }
.single-attachment .attachment-img { display: inline-block; margin: 0 auto; margin-bottom: 20px; }
.single-attachment .entry img { display: block; max-width: 100%; }

/*gallery shortcode*/
.gallery-item img:hover { opacity: 0.8 }
.gallery { margin: 0 auto 20px }
.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 { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; display: block; box-shadow: 0px 0px 4px rgba(0,0,0,0.15); border: 1px solid #ddd !important; padding: 6px; background: #f2f2f2; border-radius: 3px; }
.gallery img:hover { background: white }
.gallery-columns-2 .attachment-medium { max-width: 92%; height: auto; }
.gallery-columns-4 .attachment-thumbnail { max-width: 88%; height: auto; display: block; margin: 0 auto; }
.gallery .gallery-caption { width: 100%; color: #888; font-size: 12px; margin: 5px 0 0 0; padding: 0 10px; text-align: left; }
.gallery dl, .gallery dt { margin: 0 }
.gallery br+br { display: none }

/* 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: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-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; }


/* Body, Main &amp; Commons
-------------------------------------------------------------------*/
body { background: #f6f6f6; nowhitespace: afterproperty; font: 13px/1.6 'Montserrat', Helvetica Neue, Helvetica, Arial, sans-serif; color: #8f8f8f; -webkit-font-smoothing: antialiased; }
body a { color: #f26c4f }
body a:hover { text-decoration: underline }
.site-main { margin: 30px auto }
.boxed-content { padding: 30px; background: #fff; box-shadow: 0 1px 1px rgba(0,0,0,0.06); }
img { max-width: 100%; height: auto; }
.entry-footer { clear: both; margin: 20px 0 0; }
.full-width { width: 100% !important }

/* Commons
-------------------------------------------------------------------*/

/*main button*/
.theme-button { display: inline-block; line-height: 1.3em; padding: 11px 16px; background: #353c3e; border-radius: 3px; color: #fff; font-size: 14px; font-weight: normal; letter-spacing: 0.06em; font-weight: bold; }
.theme-button:hover { opacity: 0.8; text-decoration: none; }
.theme-button:active { box-shadow: inset 0 2px 4px rgba(0,0,0,0.4) }

/*read more*/
a.read-more { float: right; margin-top: 10px; }
a.read-more:hover { color: #000; text-decoration: none; }
blockquote { border-left: double #ddd; margin: 20px; padding-left: 20px; font-family: Georgia, Times New Roman, Times, serif; font-style: italic; font-size: 18px; color: #999; line-height: 1.4em; font-weight: normal; }
blockquote p:last-child { margin: 0 }
pre { margin: 40px 0px; padding: 25px 20px; background: #fff url("images/pre-bg.png") repeat; border: 1px solid #ddd; line-height: 25px; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; }
address { letter-spacing: 1px; margin: 20px 0; }
#page-featured-img { overflow: hidden; margin-bottom: 30px; padding: 10px; background: #fff; box-shadow: 0 2px 2px #e6e6e6; box-sizing: border-box; }
#page-featured-img img { display: block; width: 100%; }
.bypostauthor { }
.sticky { }

/* Typography
-------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 { font-weight: bold; line-height: 1.4em; }
h1, h2, h3, h4, h5, h6 { color: #464646 }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #f26c4f; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color: #464646; text-decoration: none; }
h2, h3, h4, h5, h6 { margin: 30px 0 20px }
h1 { font-size: 24px; margin: 0 0 20px; }
h2 { font-size: 18px }
h3 { font-size: 16px }
h4 { font-size: 14px }
h5 { font-size: 12px }
h6 { font-size: 11px }
.subheader { color: #777 }
p { margin: 0 0 20px }
p img { margin: 0 }
p.lead { font-size: 21px; line-height: 27px; color: #777; }
em { font-style: italic }
strong { font-weight: bold }
small { font-size: 80% }
hr { border: solid rgba(0, 0, 0, 0.2); border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }
p a, p a:visited { line-height: inherit }
a:link { text-decoration: none }
a:focus { outline: 0 }
a { outline: 0 }
p a, p a:visited { line-height: inherit }
a:link { text-decoration: none }
a:focus { outline: 0 }

/* Headings
-------------------------------------------------------------------*/

/*page heading*/
.page-header .container { border-bottom: 1px solid #e6e6e6; margin-bottom: 30px; padding-bottom: 20px; position: relative; }
.page-header h1, .page-header-title { margin: 0; font-size: 28px; font-weight: 400; color: #464646; line-height: 1.4em; }
.page-header .page-header-title span { color: #f26c4f; }

/* Header
-------------------------------------------------------------------*/
#masthead { width: 100%; background: #353c3e; }
#masthead .col { margin-bottom: 0 }
#masthead-image { display: block }
#masthead.fixed-header { position: fixed; z-index: 99999; box-shadow: 0 3px 20px rgba(0,0,0,0.15); }
.logo { float: left }
.logo a { padding: 0px; margin: 0px; text-decoration: none; display: block; }
.logo img { display: block; max-width: 100%; }
.logo h1, .logo h2 { font-size: 28px; margin: 0; line-height: 1.3em; color: #fff; text-transform: uppercase; font-weight: bold; }
.logo h1 a, .logo h2 a { color: #fff }
.masthead-aside { text-align: right }
p.site-description { font-size: 12px; font-weight: normal; margin: 0; color: #959595; font-style: italic; }
p.site-description { margin-top: 25px }

/* Main Navigation
-------------------------------------------------------------------*/

/*core styles*/
.dropdown-menu { margin: 0; padding: 0; list-style: none; }
.dropdown-menu li { position: relative }
.dropdown-menu ul { position: absolute; nowhitespace: afterproperty; nowhitespace: afterproperty; nowhitespace: afterproperty; nowhitespace: afterproperty; nowhitespace: afterproperty; top: 100%; left: 0; z-index: 99; opacity: 0; visibility: hidden; transition: all .2s ease-in-out; margin: 0; _margin: 0; 
/*IE6 only*/ }
.dropdown-menu &gt; li { float: left; display: block; }
.dropdown-menu li:hover &gt; ul { opacity: 1; visibility: visible; margin: 0; }
.dropdown-menu a { display: block; position: relative; }
.dropdown-menu ul ul { top: 0; left: 100%; }
.dropdown-menu &gt; li ul { min-width: 150px }
.dropdown-menu ul ul li { width: 100% }

/*styling*/
#navbar { background: #40494c; border-bottom: 3px solid #040505; height: 60px; }
#navbar .container { position: relative }
#navbar .dropdown-menu &gt; li { display: block; float: left; line-height: 60px; height: 60px; margin-right: 15px; padding-right: 15px; }
#navbar .dropdown-menu &gt; li:after { display: block; content: "/"; position: absolute; top: 50%; height: 60px; line-height: 60px; margin-top: -25px; right: 0; color: #717b7e; }
#navbar .dropdown-menu a { display: block; float: left; font-size: 12px; color: #717b7e; text-decoration: none; font-weight: 400; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; text-transform: uppercase; }
#navbar .dropdown-menu &gt; li &gt; a { border: 3px solid transparent }
#navbar .dropdown-menu &gt; li:last-child { margin-right: 0 }
#navbar .dropdown-menu &gt; li:first-child { border-left: none }
#navbar .dropdown-menu li:first-child &gt; a, .dropdown-menu li:first-child &gt; a:hover { border-left: none }
#navbar .dropdown-menu &gt; li &gt; a:hover, #navbar .dropdown-menu &gt; .current-menu-item &gt; a, #navbar .dropdown-menu .current-menu-parent &gt; a, #navbar .dropdown-menu .current-menu-parent &gt; a:hover, #navbar .dropdown-menu &gt; .current-menu-item &gt; a:hover { color: #fff; text-decoration: none; }

/*drop-down styles*/
#navbar .dropdown-menu ul { background: #40494c; width: 150px; text-transform: none; padding: 0; border-radius: 0 0 3px 3px; margin-top: 3px; box-shadow: 0 1px 3px rgba(0,0,0,0.3); padding: 30px; border-radius: 3px; }
#navbar .dropdown-menu ul:before { content: "\f0d8"; font-family: "FontAwesome"; display: block; position: absolute; top: -34px; font-size: 24px; left: 30px; color: #40494c; }
#navbar .dropdown-menu ul:after { content: ""; display: block; position: absolute; top: -30px; left: 0; height: 30px; width: 100%; }
#navbar .dropdown-menu ul ul { margin-top: 0; margin-left: 30px; border-radius: 0 3px 3px; }
#navbar .dropdown-menu li:hover &gt; ul { margin-top: 20px }
#navbar .dropdown-menu li:hover &gt; ul ul { margin-top: 0 }
#navbar .dropdown-menu ul ul:before { display: none }
#navbar .dropdown-menu ul li { float: none; display: block; margin-bottom: 30px; }
#navbar .dropdown-menu ul li:last-child { margin: 0; }
#navbar .dropdown-menu ul a { display: block; float: none; height: auto; margin: 0px; border: 0px; line-height: 1em; font-size: 12px; font-weight: 400; text-shadow: none; color: #e2e2e2; text-transform: none; }
#navbar .dropdown-menu ul a:hover { color: #fff; text-decoration: underline; }

/*nav icons =&gt; don't allow in this theme by default*/
#navbar .dropdown-menu li[class^="fa-"], #navbar .dropdown-menu li[class*=" fa-"] { font-family: inherit }
#navbar .dropdown-menu li[class^="fa-"]:before, #navbar .dropdown-menu li[class*=" fa-"]:before { display: none }

/*nav arrows*/
#navbar .dropdown-menu &gt; li .nav-arrow { margin-left: 5px }
#navbar .dropdown-menu &gt; li ul li .nav-arrow { float: right; text-decoration: none }

/*hide responsive nav*/
#site-navigation .selector { display: none }

/* FlexSlider
-------------------------------------------------------------------*/
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus { outline: none }
.slides, .flex-control-nav, .flex-direction-nav { margin: 0; padding: 0; list-style: none; }
.flexslider { margin: 0; padding: 0; }
.flexslider .slides &gt; li { display: none; -webkit-backface-visibility: hidden; }
.flexslider .slides img { width: 100%; display: block; }
.flex-pauseplay span { text-transform: capitalize }
.slides:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
html[xmlns] .slides { display: block }
* html .slides { height: 1% }
.no-js .slides &gt; li:first-child { display: block }
.flexslider { zoom: 1 }
.flexslider ul { margin: 0 }
.flex-viewport { max-height: 2000px }
.flex-control-nav { height: 8px; position: absolute; right: 20px; bottom: 30px; }
.flex-control-nav li { margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline; }
.flex-control-nav li:first-child { margin: 0 }
.flex-control-nav li a { width: 8px; height: 8px; display: block; background: url("images/bullets.png") no-repeat 0 0; cursor: pointer; text-indent: -9999px; }
.flex-control-nav li a:hover { background-position: -9px 0 }
.flex-control-nav li a.flex-active { background-position: -9px 0; cursor: default; }

/* Homepage
-------------------------------------------------------------------*/

/*tagline*/
.home-tagline { margin-top: 40px; text-align: center; color: #aaa; text-shadow: 1px 1px 1px #fff; font-size: 11px; }
.home-tagline h1, .home-tagline h2, .home-tagline h3 { color: #777 }
.home-tagline h1, .home-tagline h2 { font-size: 22px; font-weight: normal; }

/*portfolio*/
.home-portfolio { margin-top: 40px }
.home-portfolio-intro { padding-right: 30px; color: #8f8f8f; font-size: 12px; text-shadow: 1px 1px 1px #fff; }
.home-portfolio-intro h2 { font-size: 16px; margin: 0 0 5px; font-weight: normal; margin: 0 0 20px; line-height: 2em; }

/*blog*/
.home-blog { margin-top: 50px }
.home-blog-intro { padding-right: 30px; color: #8f8f8f; font-size: 12px; text-shadow: 1px 1px 1px #fff; }
.home-blog-intro h2 { font-size: 16px; margin: 0 0 5px; font-weight: 400; }

/*slider*/
#home-slider-wrap { position: relative }
#home-slider-loader { font-size: 24px; color: #ccc; height: 40px; line-height: 40px; width: 40px; text-align: center; position: absolute; top: 50%; left: 50%; margin-left: -20px; margin-top: -20px; }
#home-flexslider { padding: 10px; background: #fff; box-shadow: 0 2px 2px #e6e6e6; min-height: 80px; }
.home-slider .flex-direction-nav li a.flex-next, .home-slider .flex-direction-nav li a.flex-prev { position: absolute; display: block; width: 40px; height: 40px; line-height: 40px; position: absolute; top: 50%; margin-top: -20px; cursor: pointer; font-size: 32px; text-align: center; color: #9d9d9d; z-index: 99; }
.home-slider .flex-direction-nav li a.flex-next { right: -50px }
.home-slider .flex-direction-nav li a.flex-prev { left: -50px }
.home-slider .flex-direction-nav li a:hover { color: #353c3e; text-decoration: none; }
.home-slider .slide-inner { position: relative }
.home-slider .flex-caption { position: absolute; bottom: 0; left: 0; background: #353c3e; background: rgba(0,0,0,0.7); width: 100%; color: #fff; padding: 20px; box-sizing: border-box; font-size: 16px; text-align: center; }
.home-slider .flex-caption p { font-size: 16px }
.home-slider .flex-caption h1, .home-slider .flex-caption h2, .home-slider .flex-caption h3 { font-size: 21px; font-weight: bold; color: #fff; margin: 0 0 5px; }
.home-slider .flex-caption p:last-child { margin: 0 }

/* Tax Filter
-------------------------------------------------------------------*/
.tax-archives-filter { margin-bottom: 20px }
.tax-archives-filter li { display: block; float: left; margin-right: 10px; }
.tax-archives-filter li a { display: block; background: #353c3e; padding: 5px 14px; color: #97a4a9; font-size: 12px; font-weight: 400; border-radius: 3px; }
.tax-archives-filter li a:hover, .tax-archives-filter li a.active { background: #f26c4f; color: #fff; text-decoration: none; }
.tax-archives-filter li a.active { cursor: default }

/* Portfolio
-------------------------------------------------------------------*/

/*main*/
#post-type-description, #archive-description { margin-bottom: 30px; font-size: 21px; color: #81888d; }
#post-type-description p:last-child, #archive-description p { margin: 0 }
#portfolio-wrap ul { margin: 0px; list-style: none; }

/*portfolio entry*/
.portfolio-entry:hover .portfolio-entry-title a { text-decoration: underline }
.portfolio-entry-img-link { display: block; position: relative; border-bottom: 3px solid #e05d41; }
.portfolio-entry-img-link img { width: 100%; display: block; }
.portfolio-entry-overlay { font-size: 14px; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #f26c4f; background: rgba(242, 108, 79, 0.8); color: #fff; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.portfolio-entry-icon { position: absolute; top: 50%; left: 50%; margin-top: -13px; margin-left: -13px; height: 26px; line-height: 26px; width: 26px; text-align: center; font-size: 14px; color: #fff; background: rgba(0,0,0,0.3); border-radius: 3px; }
.portfolio-entry-content { padding: 30px; background: #fff; box-shadow: 0 2px 2px #e6e6e6; color: #8f8f8f; font-size: 12px; }
.portfolio-entry-content h3 { margin: 0 0 5px; text-transform: uppercase; color: #f26c4f; font-size: 13px; }
.portfolio-entry-content h3 a { color: #f26c4f }
.portfolio-entry-date { text-transform: uppercase; color: #555; font-weight: bold; margin-bottom: 5px; font-size: 11px; }

/*single portfolio*/
.single-portfolio-media { padding-right: 20px }
.single-portfolio-media img { display: block; width: 100%; }
.single-portfolio-content { float: left }
.single-portfolio-content p:last-child { margin: 0 }
.single-portfolio-title { margin-bottom: 10px; font-size: 18px; color: #444; }
.single-portfolio-content .theme-button { padding: 6px 10px; font-size: 13px; }
.single-portfolio-meta { margin-top: 30px }
.single-portfolio-meta h3 { font-size: 13px; color: #959595; text-shadow: 1px 1px 1px #fff; margin: 0 0 15px; border-bottom: 1px solid #eaeaea; padding-bottom: 5px; font-weight: 400; }
.single-portfolio-meta &gt; ul &gt; li { margin-bottom: 20px }
.single-portfolio-meta ul li .fa { font-size: 14px; margin-right: 10px; }
.single-portfolio-meta ul li .palette { margin-top: 5px }
.single-portfolio-tags li { float: left }
.single-portfolio-tags li a { display: block; float: left; background: #353c3e; padding: 4px 14px; color: #fff; font-size: 11px; font-weight: 400; margin-right: 2px; margin-bottom: 2px; border-radius: 3px; }
.single-portfolio-tags li a:hover { background: #f26c4f; color: #fff; text-decoration: none; }

/*palette*/
.swatch { width: 41px; height: 20px; margin-right: 2px; margin-bottom: 2px; background: #dddddd; float: left; border-radius: 3px; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
.swatch:hover { -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; -webkit-transform: scale(1.2, 1.2); -moz-transform: scale(1.2, 1.2); -ms-transform: scale(1.2, 1.2); -o-transform: scale(1.2, 1.2); transform: scale(1.2, 1.2); -webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.2); -moz-box-shadow: 0 1px 10px rgba(0,0,0,0.2); box-shadow: 0 1px 10px rgba(0,0,0,0.2); }

/*palette info*/
.palette-color-info { margin-top: 8px; color: #fff; float: left; border-radius: 3px; padding: 3px 6px; }

/*portfolio share btns */
#portfolio-share-btns.sharrre { width: 100%; display: inline-block; }
#portfolio-share-btns .sharrre { float: left; margin-right: 10px; }
#portfolio-share-btns .sharrre div { display: inline }
#portfolio-share-btns .sharrre a { display: block; background: #e6e6e6; color: #aaa; text-decoration: none; padding: 4px 10px; border-radius: 3px; }
#portfolio-share-btns .sharrre a .fa { margin-right: 10px; }
#portfolio-share-btns .sharrre a:hover { background: #f26c4f; color: #fff; }

/*single portfolio slider*/
.portfolio-slider-loader { position: absolute; top: 50%; left: 50%; margin-left: -20px; margin-top: -10px; height: 40px; line-height: 40px; width: 40px; text-align: center; }
.portfolio-slider-loader .fa { font-size: 21px; color: #aaa; }
#portfolio-post-media { position: relative }
.portfolio-slider-loader { font-size: 16px; color: #000; }
#portfolio-post-slider { padding: 10px; background: #fff; box-shadow: 0 2px 2px #e6e6e6; min-height: 80px; }
#portfolio-post-slider img { width: 100%; }
#portfolio-post-slider .flex-direction-nav li a.flex-next, #portfolio-post-slider .flex-direction-nav li a.flex-prev { position: absolute; display: block; width: 30px; height: 30px; line-height: 30px; position: absolute; top: 50%; margin-top: -15px; cursor: pointer; font-size: 14px; text-align: center; color: #fff; z-index: 99; background: #000; background: rgba(0,0,0,0.6); }
#portfolio-post-slider .flex-direction-nav li a.flex-next { right: 10px }
#portfolio-post-slider .flex-direction-nav li a.flex-prev { left: 10px }
#portfolio-post-slider .flex-direction-nav li a:hover { color: #fff; background: #f26c4f; text-decoration: none; }
.portfolio-post-slider-caption { background: #353c3e; color: #fff; padding: 10px; }

/*pass protection*/
.protected-item-form { margin-bottom: 30px }
.protected-item-form p:first-child { margin: 0 0 10px; text-transform: uppercase; color: #666; font-weight: bold; }

/*comments*/
.single-portfolio .comments-title { border-bottom: 1px solid #eaeaea; font-size: 16px; color: #777; text-shadow: 1px 1px 1px #fff; padding-bottom: 5px; }
.single-portfolio #respond { display: none }
.toggle-comments-form { text-align: right; margin-bottom: 20px; }
.toggle-comments-link { color: #777; text-decoration: none; }
.toggle-comments-link:hover { color: #353c3e; text-decoration: none; }
.toggle-comments-link .fa { margin-right: 5px; text-decoration: none; }
.toggle-comments-link .cancel-reply { display: none }
.toggle-comments-link.active .leave-reply { display: none }
.toggle-comments-link.active .cancel-reply { display: block }

/*related portfolio items*/
.related-portfolio-posts { margin-top: 40px }
.related-portfolio-posts h4 { margin: 0 0 20px; padding: 10px 0; font-size: 14px; text-transform: uppercase; font-weight: 400; border-bottom: 1px solid #e6e6e6; border-top: 1px solid #e6e6e6; }

/* Blog Posts &amp; Blog Entries
-------------------------------------------------------------------*/
.home-blog-entry:hover .home-blog-entry-title a { text-decoration: underline }
.home-blog-entry-img-link { display: block; position: relative; border-bottom: 3px solid #e05d41; }
.home-blog-entry-img-link img { width: 100%; display: block; }
.home-blog-entry-overlay { font-size: 14px; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #f26c4f; background: rgba(242, 108, 79, 0.8); color: #fff; padding: 30px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; font-weight: bold; }
.home-blog-entry-icon { position: absolute; top: 50%; left: 50%; margin-top: -13px; margin-left: -13px; height: 26px; line-height: 26px; width: 26px; text-align: center; font-size: 14px; color: #fff; background: rgba(0,0,0,0.3); border-radius: 3px; }
.home-blog-entry-content { padding: 30px; background: #fff; box-shadow: 0 2px 2px #e6e6e6; color: #8f8f8f; font-size: 12px; }
.home-blog-entry-content h3 { margin: 0 0 5px; text-transform: uppercase; color: #f26c4f; font-size: 13px; }
.home-blog-entry-content h3 a { color: #f26c4f }
.home-blog-entry-date { text-transform: uppercase; color: #555; font-weight: bold; margin-bottom: 5px; font-size: 11px; }

/*entry*/
.blog-entry { margin-bottom: 30px; background: #fff; box-shadow: 0 1px 2px #e6e6e6; }
.blog-entry .col { margin-bottom: 0 }
.blog-entry .theme-button { padding: 10px 14px; font-size: 13px; }
.blog-entry .blog-entry-img-link img { display: block; width: 100%; }
.blog-entry .blog-entry-img-link img:hover { opacity: 0.8 }
.blog-entry .blog-entry-img-link { display: block }
.blog-entry h2 { margin: 0 0 10px; font-size: 24px; font-weight: 400; }
.blog-entry h2 a { color: #f26c4f }
.blog-entry h2 a:hover { color: #353c3e }
.blog-entry-video { margin-bottom: 20px }
.blog-entry-content { padding: 30px }
.blog-entry-content p:last-child { margin: 0 }
.blog-entry .meta { font-size: 11px; color: #aaa; list-style: none; padding: 25px 30px; border-top: 1px solid #f6f6f6; text-transform: uppercase; background: #fff; }
.blog-entry .meta a { text-decoration: none; color: #aaa; }
.blog-entry .meta a:hover { color: #000; text-decoration: underline; }
.blog-entry .meta li { display: block; float: left; margin-right: 30px; }
.blog-entry .meta li .fa { margin-right: 8px; text-decoration: none; }
.blog-entry .meta li.meta-permalink { float: right; margin-right: 0; }
.blog-entry .meta li.meta-permalink .fa { margin-right: 0; margin-left: 8px; }

/*post title + meta*/
.post-title { margin: 0 0 20px; font-size: 24px; font-weight: 400; color: #f26c4f; }
.single .meta { font-size: 11px; color: #aaa; list-style: none; padding: 25px 30px; border-top: 1px solid #f6f6f6; text-transform: uppercase; background: #fff; margin: 30px -30px -30px -30px; }
.single .meta a { text-decoration: none; color: #aaa; }
.single .meta a:hover { color: #000; text-decoration: underline; }
.single .meta li { display: block; float: left; margin-right: 30px; }
.single .meta li .fa { margin-right: 8px; text-decoration: none; }
.single .meta li.meta-permalink { float: right; margin-right: 0; }

/*post-thumbnail*/
#post-thumbnail { display: block; position: relative; }
#post-thumbnail img { width: 100%; display: block; }

/*gallery post slider*/
.post-gallery-slider { position: relative; cursor: pointer; }
.post-gallery-slider li { cursor: default; }
.post-gallery-slider .flex-direction-nav li a.flex-next, .post-gallery-slider .flex-direction-nav li a.flex-prev { position: absolute; display: block; width: 30px; height: 30px; line-height: 30px; position: absolute; bottom: 0; cursor: pointer; font-size: 14px; text-align: center; color: #eee; z-index: 99; background: #000; background: rgba(0,0,0,0.6); }
.post-gallery-slider .flex-direction-nav li a.flex-next { right: 0 }
.post-gallery-slider .flex-direction-nav li a.flex-prev { right: 30px }
.post-gallery-slider .flex-direction-nav li a:hover { color: #fff; background: #f26c4f; text-decoration: none; }

/*tags*/
.post-tags { margin-top: 40px }
.post-tags a { display: block; float: left; padding: 6px 12px; background: #353c3e; color: #fff; margin-right: 5px; margin-bottom: 5px; font-size: 11px; font-weight: 400; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; border-radius: 3px; }
.post-tags a:hover { background: #f26c4f; color: #fff; text-decoration: none; }

/*author bio*/
.author-info { margin-top: 30px; font-size: 13px; }
.archive.author .author-info { margin-bottom: 40px }
.author-avatar { float: left; margin-right: 30px; margin-bottom: 30px; }
.author-avatar img { display: block; border-radius: 99px; }
.author-info h4 { font-size: 14px; margin: 0 0 5px; color: #444; font-weight: bold; }
.author-link { display: inline-block; margin-top: 5px; }
.author-info .col { margin-bottom: 0 }
.author-info p:last-child { margin-bottom: 0 }
.author .author-info { margin: 0 0 20px; padding-bottom: 20px; border-bottom: 1px solid #eee; }

/*related posts*/
.related-posts { margin-top: 30px }
.related-posts h4 { font-size: 16px; margin: 0 0 20px; color: #444; font-weight: bold; }
.related-posts .related-entry { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #eee; }
.related-posts .col { margin-bottom: 0 }
.related-posts p:last-child { margin-bottom: 0 }
.related-posts .related-entry:last-child { margin: 0; padding: 0; border: none; }
.related-posts .related-entry .read-more { font-weight: bold; font-size: 11px; }
.related-entry-img a { max-width: 100%; float: left; display: block; }
.related-entry-img img { display: block; max-width: 100%; height: auto; }
.related-entry-img img:hover { opacity: 0.8; -moz-opacity: 0.8; -webkit-opacity: 0.8; }
.related-entry-title { margin: 0 0 10px; font-size: 14px; font-weight: bold; }
.related-entry-content { padding-left: 10px }

/* Color Overlay
-------------------------------------------------------------------*/
.color-overlay-parent { display: block }
.color-overlay { visibility: hidden; opacity: 0; }
.color-overlay-parent:hover .color-overlay { visibility: visible; opacity: 1; display: block; }

/* Gallery
-------------------------------------------------------------------*/
.gallery-entry { max-size: 100%; border-radius: 3px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.gallery-entry img { display: block; max-width: 100%; border: 5px solid #fff; box-shadow: 0 2px 2px #e6e6e6; box-sizing: border-box; }
.gallery-entry img:hover { opacity: 0.8 }

/* Pagination
-------------------------------------------------------------------*/
ul.page-numbers { list-style: none; margin: 0; }
.page-numbers:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
ul.page-numbers li { display: block; float: left; margin: 0 4px 4px 0; text-align: center; font-size: 16px; font-weight: bold; margin-right: 10px; text-shadow: 1px 1px 1px #fff; }
.page-numbers a, .page-numbers span { color: #bebebe }
.page-numbers a span { padding: 0 }
.page-numbers a:hover { color: #f26c4f; text-decoration: none; }
.page-numbers.current, .page-numbers.current:hover { color: #f26c4f }

/* Single Nav
-------------------------------------------------------------------*/
.single-nav { position: absolute; top: 50%; right: 0; margin-top: -23px; height: 26px; }
.single-nav div { float: left; margin-left: 2px; }
.single-nav a { font-size: 14px; display: block; width: 26px; height: 26px; line-height: 26px; color: #aaa9a9; font-weight: normal; text-align: center; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.02); background: #eaeaea; box-shadow: inset 0 1px 1px #ddd; border-radius: 3px; }
.single-nav a:hover { text-decoration: none; background: #f26c4f; color: #fff; box-shadow: none; }

/* Yoast Breadcrumbs
-------------------------------------------------------------------*/
#breadcrumbs { font-size: 11px; margin-top: 7px; color: #999; }
#breadcrumbs a { color: #666 }
#breadcrumbs a:hover { color: #222 }

/* Sidebar
-------------------------------------------------------------------*/
.sidebar-container { font-size: 12px; color: #777; }
.sidebar-box { margin-bottom: 30px; text-shadow: 1px 1px 1px #fff; }
.widget_search { border: none; padding: 0; }
.sidebar-box h4 { margin: 0 0 10px; color: #353c3e; }
.sidebar-box a { color: #666 }
.sidebar-box a:hover { color: #353c3e; text-decoration: none; }
.sidebar-box .tagcloud { text-shadow: none }
.sidebar-box .textwidget { background: #fff url("images/line-bg.png"); border: 1px solid #eaeaea; line-height: 26px; padding: 26px 20px 23px; color: #8f8f89; box-shadow: 0 2px 2px rgba(0,0,0,0.03); text-shadow: none; }
.sidebar-container .widget_text h4 { margin-bottom: 30px }
.sidebar-box .textwidget:before { background: url("images/line-tape.png") center center no-repeat; content: ''; float: left; height: 25px; margin-top: -38px; width: 100%; }
.sidebar-box input[type=search] { border-radius: 40px }

/* Widgets
-------------------------------------------------------------------*/

/*tabs*/
#recent-posts-tabs { font-size: 11px; margin-bottom: -1px; }
#recent-posts-tabs li { display: block; float: left; background: transparent; margin-right: 4px; padding: 10px 12px; }
#recent-posts-tabs li a { color: #bebebe }
#recent-posts-tabs li a:hover { color: #222 }
#recent-posts-tabs li.active { background: #fff; color: #444; text-shadow: none; border: 1px solid #eaeaea; border-bottom: none; }
#recent-posts-tabs li.active a { color: #444 }
#recent-posts-tabs-container { background: #fff; padding: 20px; box-shadow: 0 2px 2px rgba(0,0,0,0.03); border: 1px solid #eaeaea; }
#recent-posts-tabs-container ul { list-style: none; margin: 0; padding: 0; }
#recent-posts-tabs-container ul li { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #efefef; }
#recent-posts-tabs-container ul li:last-child { margin: 0; padding: 0; border: none; }
#recent-posts-tabs-container ul li img { display: block }
#recent-posts-tabs-container ul li img:hover { opacity: 0.7 }
.recent-posts-tabs-image { width: 35%; float: left; }
.recent-posts-tabs-content { width: 57%; float: right; }
#recent-posts-tabs-container li.no-thumbnail .recent-posts-tabs-content { width: 100%; }
.recent-posts-tabs-content a { font-weight: bold; margin: 0 0 5px; }
.sidebar-container .recent-posts-tabs-content a:hover { color: #f26c4f }
.recent-posts-tabs-date { margin-top: 5px; font-size: 11px; color: #bbb; }
.recent-posts-tabs-date .fa { margin-right: 5px }
#recent-posts-portfolio-tab { display: none }

/*social*/
.wpex-social-icons li { float: left; margin: 0 5px 5px 0; }
.wpex-social-icons li img:hover { opacity: 0.7 }

/*tagcloud*/
.tagcloud a { float: left; display: block; font-size: 11px !important; line-height: 1.6em !important; margin-bottom: 1px; margin-right: 1px; padding: 4px 14px; background: #f26c4f; color: #fff; font-weight: 400; transition: all .2s ease-in-out; }
.tagcloud a:hover { background: #353c3e; color: #fff; text-decoration: none; }

/* Footer
-------------------------------------------------------------------*/
#footer { background: #353c3e; margin-top: 50px; padding-top: 50px; font-size: 12px; color: #748387; }
#footer .widget-title { font-size: 14px; margin: 0 0 20px; color: #fff; }
#footer .widget-title:after { content: ""; display: block; height: 2px; width: 30px; background: #f26c4f; }
#footer .footer-widget { margin-bottom: 30px }
#footer .footer-widget a { color: #98a4a7 }
#footer .footer-widget a:hover { color: #fff }
#footer #footer-widgets { border-bottom: 1px solid #252a2c; padding-bottom: 20px; }
#footer #footer-widgets .col { margin-bottom: 0 }
#footer-bottom .container { border-top: 1px solid #454e50; padding-top: 20px; }
#footer-bottom #copyright { color: #748387; font-weight: 400; }
#footer-bottom #copyright a { color: #98a4a7 }
#footer-bottom #copyright a:hover { color: #fff }
#footer-bottom #footer-bottom-menu { text-align: right }
#footer-bottom #footer-bottom-menu ul { float: right }
#footer-bottom #footer-bottom-menu ul li { float: left; margin-left: 10px; margin-bottom: 5px; }
#footer-bottom #footer-bottom-menu a { color: #98a4a7 }
#footer-bottom #footer-bottom-menu a:hover { color: #fff; text-decoration: underline; }

/*footer widgettweaks*/
#footer #recent-posts-tabs-container, #footer #recent-posts-tabs li.active { background: #2d3335; border-color: #252a2c; }
#footer #recent-posts-tabs-container ul li { border-color: #454e50 }
#footer #recent-posts-tabs li a { color: #98a4a7 }
#footer #recent-posts-tabs li a:hover, #footer #recent-posts-tabs li.active a { color: #fff; text-decoration: none; }
#footer .footer-widget .recent-posts-tabs-content a { color: #fff }
#footer .footer-widget .tagcloud a { color: #fff }
#footer .footer-widget .tagcloud a:hover { text-decoration: none }

/* Search
-------------------------------------------------------------------*/
.search-entry { margin-bottom: 25px; padding-bottom: 25px; border-bottom: 1px solid #eee; }
.search-entry h2 { font-size: 14px; text-transform: uppercase; margin: 0 0 10px; font-weight: bold; color: #444; }
.search-entry-img-link { display: block; float: left; margin-right: 30px; max-width: 40%; box-sizing: border-box; }
.search-entry-img-link img { display: block; }
.search-entry-img-link img:hover { opacity: 0.8 }
.search-entry-text p:last-child { margin: 0 }

/* Form 7
-------------------------------------------------------------------*/
div.wpcf7 .wpcf7-not-valid { border-color: #F00; box-shadow: 0 0 6px rgba(255,0,0,0.4); }
span.wpcf7-not-valid-tip { display: none !important }
div.wpcf7-validation-errors { margin: 0; padding: 10px; color: #c4690e; background: #fffdf3; text-align: center; border: 1px solid #e6bf4a; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
div.wpcf7-mail-sent-ng { margin: 0; padding: 10px; background: #ffe9e9; color: #d04544; border: 1px solid #e7a9a9; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.wpcf7 p { font-size: 11px; text-transform: uppercase; }
.wpcf7 input, .wpcf7 textarea { margin-top: 5px }

/* Comments
-------------------------------------------------------------------*/
#comments { margin-top: 40px }
.comment-notes { color: #666 }
#comments .children { margin-left: 30px }
#comments li article { position: relative }
.comment-author { left: 0; position: absolute; top: 0; }
.comment-author .avatar { border-radius: 99px; display: block; border: 5px solid #fff; box-shadow: 0 2px 2px rgba(0,0,0,0.03); width: 50px; height: 50px; }
.comment-details { position: relative; border-bottom: 1px solid #eee; margin-bottom: 25px; margin-left: 85px; padding: 30px; background: #fff; box-shadow: 0 1px 1px rgba(0,0,0,0.06); border-radius: 4px; }
.comment-details:before { display: block; font-size: 38px; content: "\f0d9"; font-family: "FontAwesome"; color: #fff; position: absolute; top: 2px; left: -12px; text-shadow: -1px 1px 1px rgba(0,0,0,0.06); }
.comment-meta { margin-bottom: 15px }
.comment-meta .fn { font-size: 14px; font-weight: bold; line-height: 0; }
.comment-date { font-size:  }
.comment-date a { color: #909090; margin-right: 10px; }
.comment-date a:hover { color: #909090 }
.comment-reply-link { font-size: 12px }
.comment-edit-link { background: #E0E0E0; border-color: transparent; border-radius: 3px 3px 3px 3px; color: #606060; cursor: pointer; display: inline-block; font-size: 12px; font-weight: 500; letter-spacing: 0.25px; line-height: 1.65em; padding: 4px 10px; margin-bottom: 5px; opacity: 0.5; }
#cancel-comment-reply-link { background: #e94b28; border-color: transparent; border-radius: 3px 3px 3px 3px; color: #fff; cursor: pointer; display: inline-block; font-size: 10px; text-transform: uppercase; font-weight: 600; letter-spacing: 0.25px; line-height: 1.65em; padding: 4px 10px; margin-bottom: 5px; opacity: 0.8; }
#cancel-comment-reply-link:hover { background: #353c3e; opacity: 1; }
#cancel-comment-reply-link { float: right }
#respond { margin: 0 0 25px; padding: 30px; background: #fff; box-shadow: 0 1px 1px rgba(0,0,0,0.06); border-radius: 4px; }
#respond h3 { font-size: 18px; height: 35px; line-height: 35px; margin: 0; }
#respond label[for=comment] { display: none }
.commentlist #respond { margin-bottom: 80px; margin-top: 60px; }
.comment-edit-link { }
.comment-edit-link:hover { }
#commentform label { display: inline-block; font-weight: bold; margin-bottom: 5px; }
#commentform .comment-form-author, #commentform .comment-form-email, #commentform .comment-form-url { max-width: 70%; width: 240px; }
.comment-navigation { font-size: 12px }
.nav-next { text-align: right }
.form-allowed-tags { display: none }
span.required { color: #F00 }

/*WP JetPack*/
.comment-subscription-form { margin: 0px }
.comment-subscription-form:after { clear: both; content: "."; display: block; height: 0; line-height: 0; visibility: hidden; }
.comment-subscription-form input, .comment-subscription-form label { float: left; font-size: 11px; margin: 0px !important; margin-right: 5px !important; }

/* 404 Page
-------------------------------------------------------------------*/
#error-page h2 { margin: 0 0 10px }
#error-page p:last-child { margin: 0 }

/* View.js Lightbox
-------------------------------------------------------------------*/
.viewer { background-color: rgba(0,0,0,0.8); background-color: transparent; background-image: -moz-radial-gradient(50% 50%,ellipse cover,rgba(0,0,0,0.7) 0,rgba(0,0,0,0.9) 100%); background-image: -webkit-radial-gradient(50% 50%,ellipse cover,rgba(0,0,0,0.7) 0,rgba(0,0,0,0.9) 100%); background-image: -o-radial-gradient(50% 50%,ellipse cover,rgba(0,0,0,0.7) 0,rgba(0,0,0,0.9) 100%); background-image: -ms-radial-gradient(50% 50%,ellipse cover,rgba(0,0,0,0.7) 0,rgba(0,0,0,0.9) 100%); background-image: radial-gradient(50% 50%,ellipse cover,rgba(0,0,0,0.7) 0,rgba(0,0,0,0.9) 100%); }
.viewer .caption { color: #fff; font-size: 16px; font-weight: bold; line-height: 50px; }
.viewer li&gt;div { left: 50px; top: 50px; bottom: 50px; right: 50px; }
.viewer li.loading.previous, .viewer li.loading.next { background: 0 }
.viewer img { -webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.5); -moz-box-shadow: 0 5px 20px rgba(0,0,0,0.5); box-shadow: 0 5px 20px rgba(0,0,0,0.5); }

/* Symple Shortcodes
-------------------------------------------------------------------*/

/*heading*/
.symple-shortcodes .symple-heading span { background: #f6f6f6; }

/*pricing*/
.symple-pricing.featured .symple-pricing-header { background: #f26c4f; }
.symple-pricing.featured .symple-pricing-header h5 { font-size: 16px; background: #d04e33; border-bottom: 0; margin-top: -20px; padding: 15px; }
.symple-pricing .symple-pricing-cost { font-size: 2.1em; }
.symple-pricing .symple-pricing-content { font-size: 1em; }
.symple-pricing .symple-pricing-button { padding: 20px; }

/*carousel*/
.symple-caroufredsel-wrap .symple-caroufredsel-prev,
.symple-caroufredsel-wrap .symple-caroufredsel-next { background-color: #353c3e; }
.symple-caroufredsel-wrap .symple-caroufredsel-prev:hover,
.symple-caroufredsel-wrap .symple-caroufredsel-next:hover,
.symple-caroufredsel-wrap .symple-caroufredsel-pag a.selected { background-color: #f26c4f }</pre></body></html>