/*-----------------------------------------------------------

    Theme Name: youngstagers
    Description: WordPress theme
	
	
/* Main Theme Font
================================================== */
@import url(http://fonts.googleapis.com/css?family=Droid+Serif);


/* Body & Main
================================================== */
body { background-color: #eee; nowhitespace: afterproperty; font: 13px/1.8 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #444; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; font-size: 12px; }
body a { color: #ef4135 } /*main link color*/
body a:hover { text-decoration: none; color: #000 }
body.admin-bar .top-bar-fixed { top: 26px !important } /*fix for site when admin bar is enabled*/

/*main containers*/
#wrap { -webkit-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.1); box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.1); margin-bottom: 25px }
#main-content { background: #fff; padding: 25px 25px 0; }
.entry{ margin-bottom: 25px }
.entry p:last-child{ margin: 0 }


/* Commons
================================================== */

/*read more*/
a.read-more{ display: inline-block; margin-top: 10px }
a.read-more:hover{ color: #000; text-decoration: none }

/*blockquote*/
blockquote{ border-left: 4px solid #ddd; margin: 20px; padding-left: 20px;  font-family: 'Droid Serif', Georgia, Times New Roman, Times, serif; font-style: italic }
blockquote p:last-child{ margin: 0 }

/*preformatted text*/
pre {background: #fff url("images/pre-bg.png") repeat;margin: 20px 0px;padding: 25px 20px;line-height: 25px;border: 1px solid #ddd;white-space: pre-wrap;white-space: -moz-pre-wrap;white-space: -pre-wrap;white-space: -o-pre-wrap;word-wrap: break-word }

/*address*/
address{letter-spacing: 1px; margin: 20px 0 }

/*testimonials*/
.testimonial-content{ font-family: 'Droid Serif', Georgia, Times New Roman, Times, serif; text-shadow: 1px 1px 1px rgba(255,255,255,0.6); min-height: 85px; }
.testimonial-content p:last-child{ margin: 0 }

/*page featured image*/
#page-featured-img { margin: -25px -25px 0 }
#page-featured-img img{ width: 100% }

/*full-width tag*/
.full-width{ width: 100% !important; float: none !important; margin: 0 !important }

/*wp*/
.sticky{}
.gallery-caption{}
.bypostauthor{}

/* Typography
================================================== */
h1, h2, h3, h4, h5, h6 {  font-family: 'Droid Serif',Georgia,Times New Roman,Times,serif; }
h1, h2, h3, h4, h5, h6 { color: #000 }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #000 }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color: #666 }
h2, h3, h4, h5, h6 { margin: 20px 0 15px; font-weight: 600; }
h1 { font-size: 26px; 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 }


/* Default list style */
#post ul { margin:10px 25px 20px; padding:0; list-style:disc; width:auto; display:block; }
#post ol { margin:2px 25px 20px; padding:0; list-style-type:decimal; width:auto; display:block; }
#post ul li, #post ol li { clear:both; padding:4px 0px; margin:0px; width:auto; text-align:left; line-height:1.5em; }
#post ul ul, #post ol ol{ margin-bottom: 4px;  }


/* Headings
================================================== */

/*page heading*/
#page-heading { display:none;  position: relative; padding: 25px; margin: -25px -25px 25px; background: #f5f5f5; border-bottom: 1px solid #ddd; background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#eee)); background: -moz-linear-gradient(top, #f5f5f5, #eee); text-shadow: 1px 1px 1px rgba(255,255,255,0.6) /* box-shadow: 0 3px 3px rgba(0,0,0,0.04); */  }
#page-heading h1, #page-heading h2 { font-family: 'Droid Serif', Georgia, Times New Roman, Times, serif; text-shadow: 1px 1px 1px rgba(255,255,255,0.6); font-size: 24px; line-height: 1.4em; color: #000; margin: 0px; max-width: 85% }

/*heading class*/
.heading { height: 35px; line-height: 35px; margin: 15px 0; font-size: 13px; background: url('./images/dotted-border.png') center center repeat-x; }
.heading span { background: #fff; padding-right: 10px }


/* Forms
================================================== */

/*inputs*/
input[type="text"], input[type="password"]{ height: 28px; line-height: 28px; }
input[type="text"], input[type="password"], textarea { background: #fff; border: 1px solid #ddd; color: #666; display: block; font: 12px 'Helvetica Neue',Helvetica,Arial !important; margin-bottom: 8px; margin-left: 0; padding: 0 10px; -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1) inset; -moz-box-shadow: 0 1px 3px rgba(0,0,0,.1) inset; box-shadow: 0 1px 3px rgba(0,0,0,.07) inset;  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; max-width: 100%;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px; }
textarea{  width: 100%; padding: 10px }
input[type="text"], input[type="password"] { width: 200px }
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {border-color: #ccc; -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15) inset; -moz-box-shadow: 0 1px 2px rgba(0,0,0,.15) inset; box-shadow: 0 1px 2px rgba(0,0,0,.15) inset; border-color: #bbb }



/* Navigation - Top
================================================== */
#top-bar { background: #000; height: 45px; width: 100% }
.top-bar-fixed { position: fixed; top: 0; z-index: 99 }
#top-bar-inner{ position: relative; height: 45px }

/*top menu*/
ul.top-menu{ font-size: 11px; color: #606060; border-left: 1px solid rgba(255,255,255,0.2); padding-left: 20px; }
ul.top-menu { margin: 0; float: left; }
ul.top-menu > li { border-right: 1px solid rgba(255,255,255,0.2); float: left; padding-right: 20px; margin-right: 20px; font-weight: bold }
ul.top-menu > li > a { height: 45px; line-height: 45px; float: left; color: #93989B; text-decoration: none; }
ul.top-menu a:hover { color: #fff }
ul.top-menu > li:last-child a { margin: 0; padding: 0; background: none; }
ul.top-menu .current-menu-item a { color: #fff }

/*top menu drop-down styles*/
ul.top-menu.sf-menu li:hover ul, ul.top-menu.sf-menu li.sfHover ul { top: 45px; left: -20px; }
ul.top-menu.ul.sf-menu li li:hover ul, ul.top-menu.sf-menu li li.sfHover ul { left: 180px; top: 1px; }
ul.top-menu ul { position: absolute; nowhitespace: afterproperty; top: -999em; width: 180px; -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1); z-index: 9999; background: #000; }
ul.top-menu ul a { display: block; height: 40px; line-height: 40px; color: #93989B; text-decoration: none; padding: 0 20px; border-bottom: 1px solid #222; }
ul.top-menu ul li:last-child a{ border-bottom: 0 }
ul.top-menu ul a:hover{ background: #222 }

/*top-left menu alternative*/
#top-bar-left{ height: 45px; line-height: 45px; color: #fff }
#top-bar-left a{ color: #93989B }
#top-bar-left a:hover{ color: #fff }

/*icons*/
ul.top-menu span[class*='wpex-icon-'] { margin-right: 7px !important }

/*social*/
#social { height: 20px; position: absolute; top: 50%; margin-top: -12px; right: 0; }
#social { list-style: none }
#social li { display: inline-block; margin-left: 7px; }
#social a { height: 20px; display: block; float: left; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out }
#social a img { height: 20px; width: 20px; -moz-opacity: 0.8; -khtml-opacity: 0.8; opacity: 0.8; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out } 
#social a:hover img { display: block; -moz-opacity: 1.0; -khtml-opacity: 1.0; opacity: 1.0 }

/*top-right social alternative*/
#top-bar-right{ height: 45px; line-height: 45px; position: absolute; right: 0; top: 0; color: #fff }
#top-bar-right a{ color: #93989B }
#top-bar-right a:hover{ color: #fff }


/* Header
================================================== */
#header { margin: 25px auto 0px auto; padding-bottom:5px; position: relative }
#header.header-extra-margin{ margin-top: 80px; }

/*logo*/
#logo{ float: left; height:136px; }
#logo a { font-weight: 700; color: #333; padding: 0px; margin: 0px; text-decoration: none; display: inline-block; }
#logo a:hover { color: #666 }
#logo img { display: block; max-width: 100%; }
#logo h1, #logo h2 { font-size: 32px; margin: 0 !important; line-height: 1em !important; }

/*header right*/
#header-right{ float: right; text-align: right }
#search-above{ margin-bottom: 10px }
#search-below{ margin-top: 10px }



/* Main Navigation
================================================== */
#navigation { background: #000 url("./images/nav-bg.png") repeat-x; height: 60px; width: 100%; margin: 0 auto; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 4px 4px 0 0; font: 12px 'Helvetica Neue', Helvetica, Arial }

#navigation .sf-menu > li:hover > ul, .sf-menu li.sfHover > ul { top: 60px; }
#navigation ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul,
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul { left: 190px; top: -1px }

#navigation .sf-menu { float: left; /* border-right: 1px solid rgba(0, 0, 0, 0.1); */ }
#navigation .sf-menu a { font-size: 12px; height: 60px; line-height: 60px; color: #e8e8e9; padding: 0 18px; text-decoration: none; font-weight: 700; }
#navigation .sf-menu li { float: left; position: relative; border-left: 1px solid rgba(0, 0, 0, 0.8); border-right: 1px solid rgba(255, 255, 255, 0.05); }
#navigation .sf-menu li:first-child { border-left: none !important; }
#navigation .sf-menu li:first-child > a, .sf-menu li:first-child > a:hover{ border-left: none; -webkit-border-radius: 4px 0px 0px 0px; border-radius: 4px 0px 0px 0px; }
#navigation .sf-menu > .current-menu-item > a, #navigation .sf-menu > li > a:hover, #navigation .sf-menu > li.sfHover > a { color: #fff; background-color: #202020; }

/*drop-down styles*/
#navigation .sf-menu ul { position: absolute; nowhitespace: afterproperty; top: -999em; border: 1px solid #ddd; border-top: none; width: 220px; -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1); z-index: 9999; }
#navigation .sf-menu ul li:first-child { border-top: 0px }
#navigation .sf-menu ul li:last-child { border-bottom: 0 }
#navigation .sf-menu li:last-child { }
#navigation .sf-menu a { display: block; position: relative; }
#navigation .sub-menu ul { padding-top: 0; z-index: 1 !important; }
#navigation .sf-menu .sub-menu li.current_page_item > a { color: #000 !important; background-color: #f5f5f5 !important; background-image: none; }
#navigation li.sfHover { color: #000 }
#navigation .sf-menu ul a { display: block; padding: 1.4em 1.4em; }
#navigation .sf-menu ul { text-shadow: none !important }
#navigation .sf-menu ul ul:after { display: none }
#navigation .sf-menu ul li { background: #fff; border-bottom: 1px solid #efefef; }
#navigation .sf-menu ul a { color: #888; padding: 17px 15px; height: auto; margin: 0px; border: 0px; line-height: 1em; font-size: 11px; font-weight: normal; text-shadow: none;}
#navigation .sf-menu ul a:hover { color: #000 !important; background-color: #f5f5f5 !important; background-image: none; }
#navigation .sf-menu ul li:last-child { border: none !important }
#navigation .sf-menu ul .current_page_item a { color: #000 !important }
#navigation .sub-menu li { border-left: none !important; border-right: none !important; }
#navigation .sf-menu ul ul{ border-top: 1px solid #ddd }

/*icons*/
#navigation span[class*='wpex-icon-'] { margin-right: 5px !important }

/* arrows */
#navigation .sf-menu a.sf-with-ul { padding-right: 2.25em; min-width: 1px; }
#navigation .sf-sub-indicator { position: absolute; display: block; top: 50%; right: .75em; width: 5px; height: 3px; margin-right: 5px; text-indent: -999em; overflow: hidden; background: url("images/menu.png") -5px 0px no-repeat; opacity: 0.8; }
#navigation a:focus >.sf-sub-indicator, #navigation a:hover >.sf-sub-indicator, #navigation a:active >.sf-sub-indicator, li:hover > a >.sf-sub-indicator, #navigation li.sfHover > a >.sf-sub-indicator { opacity: 1 }
#navigation .sf-menu ul .sf-sub-indicator { top: 50%; background: url("images/menu-dark.png") center left no-repeat; display: block; width: 3px; height: 5px; margin-top: -2px; opacity: 0.8; }
#navigation .sf-menu ul a:focus >.sf-sub-indicator, #navigation .sf-menu ul a:hover  >.sf-sub-indicator, #navigation .sf-menu ul a:active > .sf-sub-indicator, #navigation .sf-menu ul li:hover > a >.sf-sub-indicator, #navigation .sf-menu ul li.sfHover > a >.sf-sub-indicator { opacity: 1 }

/* Homepage
================================================== */

/*tagline*/
#home-tagline { color: #000; margin-top: 30px; margin-bottom: 25px; font-family: 'Droid Serif', Georgia, Times New Roman, Times, serif; font-size: 21px; line-height: 1.5em; text-align: center; }
#home-tagline a { border-bottom: 1px dotted #eb6b1e }
#home-tagline a:hover { text-decoration: none }

/*static video*/
.home-video { margin: -25px -25px 25px }

/*static page*/
#home-static-page { margin-bottom: 25px }

/*highlights*/
.hp-highlight p:last-child { margin-bottom: 0px }
.hp-highlight p { text-align: center }
.hp-highlight h3 { font-family: 'Droid Serif', Georgia, Times New Roman, Times, serif; font-weight: normal; color: #000; font-size: 18px; margin: 0 0 10px; background-repeat: no-repeat; font-weight: bold; text-align: center; }
.hp-highlight h3:after { position: relative; background: #DDD; content: ""; height: 1px; display: block; margin: 15px 0; width: 14px; left: 50%; margin-left: -7px; }
.hp-highlight span[class*='icon-'] { display: block; font-size: 65px; line-height: 1em; margin-bottom: 10px; text-align: center; color: #000; text-shadow: 2px 2px 2px rgba(0,0,0,.05) }

/*home blog*/
.home-entry{ margin-bottom: 25px }
.home-entry img { display: block }
.home-entry h2 { color: #000; font-size: 13px; font-weight: bold; margin: 15px 0; padding: 7px 0; border-bottom: 1px solid #e6e6e6; border-top: 1px solid #e6e6e6 }
.home-entry h2 a{ -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out }
.home-entry:hover h2 a{ color: #ef4135 }

.blog-entry-img-link{ display: block; -webkit-transition: background .2s linear;-moz-transition: background .2s linear;-o-transition: background .2s linear;-ms-transition: background .2s linear;transition: background .2s linear }
.blog-entry-img-link:hover{ background: #ef4135 }

.blog-entry-img-link img{display: block; -webkit-transition: opacity .2s linear 0s;-moz-transition: opacity 0.2s linear 0s;-o-transition: opacity .2s linear 0s;-ms-transition: opacity .2s linear 0s;transition: opacity .2s linear 0s;  }
.blog-entry-img:hover{ opacity: 0.9; -webkit-opacity: 0.9; -moz-opacity: 0.9 }

/*home widgets*/
.home-widget h4{ font-size: 13px; margin: 0 0 20px }
#home-wrap .home-widget .heading{ text-align: left }
#home-wrap .home-widget .heading span{ padding-left: 0 }


/*headings*/
#home-wrap .heading{ text-align: center; }
#home-wrap .heading span{ display: inline-block; padding: 0 10px; }


/* Slider
================================================== */

/*home slider*/
#full-slider{ margin: -25px -25px 25px; border-bottom: 7px solid #000 }

/*main*/
.flexslider-container { position: relative; }
.flexslider { position: relative; zoom: 1; }
.flexslider ul{ margin: 0; }
.flexslider li.slide{ margin: 0; position: relative }

/*next/prev arrows*/
.flex-direction-nav li a.flex-next, .flex-direction-nav li a.flex-prev { position: absolute; display: block; width: 35px; height: 50px; line-height: 50px; position: absolute; top: 50%; margin-top: -25px; cursor: pointer; right: 0px; font-size: 14px; text-align: center; background: #000; color: #fff !important; opacity: 0.7; -moz-opacity: 0.7; -webkit-opacity: 0.7 }
.flex-direction-nav li a.flex-next { right: 0;-webkit-border-top-left-radius: 2px;-webkit-border-bottom-left-radius: 2px;-moz-border-radius-topleft: 2px;-moz-border-radius-bottomleft: 2px;border-top-left-radius: 2px;border-bottom-left-radius: 2px }
.flex-direction-nav li a.flex-prev { left: 0; -webkit-border-top-right-radius: 2px;-webkit-border-bottom-right-radius: 2px;-moz-border-radius-topright: 2px;-moz-border-radius-bottomright: 2px;border-top-right-radius: 2px;border-bottom-right-radius: 2px }
.flex-direction-nav li a:hover{ opacity: 1; background: #ef4135; color: #fff !important }

/*control nav*/
.flex-control-nav{ height: 8px; position: absolute; right: 10px; bottom: 12px }
.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.active {background-position: -9px 0; cursor: default;}

/* slider caption */
.flexslider-container .flex-caption { 
    text-shadow: none; 
    position: absolute; 
    left: 0; 
    bottom: 0; 
    text-align: left; 
    margin: 0; 
    background: #000; 
        opacity: 0.8; 
        -moz-opacity: 0.8; 
        -webkit-opacity: 0.8; 
    padding: 15px 25px 25px 25px; 
    font-size: 13px; 
    color: #fff; 
        -moz-box-sizing: border-box; 
        -webkit-box-sizing: border-box; 
        box-sizing: border-box; 
    width: 100%; 
}
.flexslider-container .flex-caption h3 { color: #fff; font-family: 'Droid Serif', Georgia; font-size: 22px; margin-bottom: 18px; margin-top: 15px; margin-bottom: 5px }
.flexslider-container .flex-caption p { margin: 0 0 10px }
.flexslider-container .flex-caption p:last-child{ margin: 0 }
.flexslider-container .flex-caption a{ color: #ef4135 !important }
.flexslider-container .flex-caption a:hover{ text-decoration: underline }
.flexslider-container .flex-caption h2, .flexslider-container .flex-caption h3 { font-size: 21px; color: #fff; margin: 0 }


#single-portfolio-media .flexslider-container .flex-caption{ width: 100%; max-width: 100%; text-align: center; padding: 20px }

/*video slide*/
.video-slide{ }


/* Portfolio
================================================== */
#portfolio-wrap { position: relative; overflow: hidden; margin-right: -25px; }
#portfolio-description { padding-bottom: 25px; margin-bottom: 25px; background: url('./images/dotted-border.png') repeat-x left bottom; }
#portfolio-description p:last-child, .portfolio-description p { margin: 0 }
#portfolio-wrap ul { margin: 0px; list-style: none; }

/*filter*/
ul.filter { font-size: 11px; list-style: none; font-weight: bold; margin-bottom: 20px; text-align: left }
ul.filter li { display: block; float: left; margin-right: 7px; margin-bottom: 7px; }
ul.filter a { display: block; float: left; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; text-decoration: none; border: 1px solid #ccc; font-size: 11px; text-shadow: 1px 1px 0px rgba(255,255,255,0.7); background: #e5e5e5; background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd)); background: -moz-linear-gradient(top, #eee, #ddd) }
ul.filter a span{ border-radius: 2px; padding: 5px 13px; display: block; border-top: 1px solid #fff; color: #666 }
ul.filter li:last-child { margin: 0; padding: 0 }
ul.filter a:hover{ opacity: 0.8; -moz-opacity: 0.8; -webkit-opacity: 0.8; transition: all 0.4s ease; -webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease }
ul.filter a.active { opacity: 1; -moz-opacity: 1; -webkit-opacity: 1; text-shadow: none; background: #000; background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#000)); background: -moz-linear-gradient(top, #333, #000); border-color: #000; }
ul.filter a.active span{ color: #fff; border: none }

/*portfolio entry*/
.portfolio-entry a { display: block; text-decoration: none }
.portfolio-entry img.portfolio-entry-img{ display: block }
.portfolio-entry-description  p{ margin: 0 }
.portfolio-entry-description h2 { color: #000; font-size: 13px; font-weight: bold; margin: 15px 0; padding: 7px 0; border-bottom: 1px solid #e6e6e6; border-top: 1px solid #e6e6e6 }
.portfolio-entry-description p:last-child{ margin: 0 }
.portfolio-entry h2 a{ -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out }
.portfolio-entry:hover h2 a{ color: #ef4135 }

.portfolio-entry-img-link{ display: block; -webkit-transition: background .2s linear;-moz-transition: background .2s linear;-o-transition: background .2s linear;-ms-transition: background .2s linear;transition: background .2s linear }
.portfolio-entry-img-link:hover{ background: #ef4135 }

.portfolio-entry-img-link img{-webkit-transition: opacity .2s linear;-moz-transition: opacity .2s linear;-o-transition: opacity .2s linear;-ms-transition: opacity .2s linear;transition: opacity .2s linear  }
.portfolio-entry-img:hover{ opacity: 0.9; -webkit-opacity: 0.9; -moz-opacity: 0.9 }


.portfolio-entry.grid-5 .portfolio-entry-description,
.portfolio-entry.grid-6 .portfolio-entry-description,
#post .portfolio-entry.grid-4 .portfolio-entry-description{ display: none; }

.portfolio-entry.grid-5 h2,
.portfolio-entry.grid-6 h2{ margin: 0 }

/*single portfolio*/
#single-portfolio-description { float: left; width: 295px }
#single-portfolio-meta span { font-size: 12px; margin-right: 5px; font-weight: bold }

#single-portfolio-media { margin-bottom: 15px }
#portfolio-slides-wrap{ margin-bottom: 5px }
#single-portfolio-media #post-thumbnail{ text-align: center }
#single-portfolio-media #post-thumbnail img{ display: inline-block }

#single-portfolio-info { }
#single-portfolio-info p:last-child{ margin: 0 }

/*single portfolio slider*/
#portfolio-slides-wrap { position: relative; width: 100% }

/*related*/
#single-portfolio-related { margin-bottom: -10px; }


/* Blog Posts & Blog Entries
================================================== */

/*entry*/
.entry-left { float: left; width: 250px }
.entry-right { float: left; margin-left: 20px; width: 370px; }
.loop-entry { margin-bottom: 25px; padding-bottom: 25px; border-bottom: 1px solid #eee }
.loop-entry-thumbnail { display: block; margin: 0 }
.loop-entry  h2 { margin-bottom: 25px; margin: -5px 0 15px; font-family: 'Droid Serif', Georgia; font-size: 18px; line-height: 25px }

/*tags*/
.post-tags { margin-top: 40px }
.post-tags a { display: block; float: left; padding: 4px 7px; background-color: #000; color: #fff; margin-right: 5px; margin-bottom: 5px; font-size: 11px; font-weight: bold; border-radius: 3px; border: 1px solid #000; background: #000; background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000)); background: -moz-linear-gradient(top, #444, #000); cursor: pointer; font-size: 12px; font-family: inherit; color: #fff }
.post-tags a:hover { opacity: 0.9; color: #fff; background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444)); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#000000',EndColorStr='#444'); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#000000',EndColorStr='#444')"; background: -moz-linear-gradient(top, #000, #444) }

/*author bio*/
#single-author{ margin-top: 40px }
#author-image{ float: left; width: 60px }
#author-bio{ float: right; width: 560px }
#author-bio p:last-child{ margin: 0 }
#author-bio h4{ font-size: 12px; margin: -3px 0 5px }

/*related posts*/
#related-posts{ margin-top: 40px }
#related-posts .alignleft{ margin: 4px 20px 0 0 }
#related-posts h4{ font-size: 12px; margin: 0 0 10px; }
#related-posts .related-entry{ margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #eee; }
#related-posts .related-entry:last-child{ margin: 0; padding: 0; border: none; }
#related-posts .related-entry .read-more{ font-weight: bold; font-size: 11px }

/*post-thumbnail*/
#post-thumbnail{ margin-bottom: 20px }
#post-thumbnail img{ display: block }


/* Meta
================================================== */
.meta { font-size: 11px; color: #666; margin: -5px 0 10px; }
.meta a { color: #666 }
.meta a:hover { color: #000 }
.meta li { background: #f5f5f5; padding: 2px 5px; float: left; margin-right: 5px; }
.meta li span{ margin-right: 5px }

#single-meta { margin-bottom: 15px; }
#single-meta li{ float: left; clear: none; margin-right: 5px; margin-bottom: 5px }
#single-meta li span{ margin-right: 5px }


/* Services
================================================== */

/*left*/
#services-template-left{ float: left; width: 220px }

/*sidebar*/
#sidebar.services{margin: 25px 0 0;float: none; width: 100% }

/*right*/
#services-template-right{ float: right; width: 680px }
.service-thumbnail{ margin-bottom: 20px; display: block }

/*service tabs*/
#services-template-left > ul.ui-tabs-nav { }
#services-template-left > ul.ui-tabs-nav li { display: block; margin-bottom: 10px; position: relative; display: block; background: #e5e5e5; font-weight: bold; border: 1px solid #ccc; border-radius: 2px; font-size: 12px; background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd)); background: -moz-linear-gradient(top, #eee, #ddd); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee',EndColorStr='#dddddd'); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee',EndColorStr='#dddddd')" }
#services-template-left > ul.ui-tabs-nav li:hover{ background: #eee; background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#eee)); background: -moz-linear-gradient(top, #ddd, #eee); background: -moz-linear-gradient(top, #ddd, #eee); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#dddddd',EndColorStr='#eeeeee'); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#dddddd',EndColorStr='#eeeeee')" }
#services-template-left > ul.ui-tabs-nav li a { display: block; color: #666; border-top: 1px solid #fff; padding: 13px 15px; border-radius: 2px; text-shadow: 1px 1px 1px #fff; }
#services-template-left > ul.ui-tabs-nav li a span{ margin-right: 7px }
#services-template-left > ul.ui-tabs-nav li a:hover{ color: #000; }
#services-template-left > ul.ui-tabs-nav li.ui-state-active { background: #000; background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#000)); background: -moz-linear-gradient(top, #333, #000); border-color: #000; }
#services-template-left > ul.ui-tabs-nav li.ui-state-active a{ color: #fff; border-color: #666; text-shadow: none; }

#services-template-right #service-content .ui-tabs-hide{ display: none }

/* FAQs
================================================== */
.faq-item { margin-bottom: 10px }
.faq-title { cursor: pointer; margin: 0; border: 1px solid #ccc; font-size: 12px; text-shadow: 1px 1px 0px rgba(255,255,255,0.7); -webkit-border-radius: 2px; border-radius: 2px; background-color: #e5e5e5;  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd)); background: -moz-linear-gradient(top, #eee, #ddd); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee',EndColorStr='#dddddd'); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee',EndColorStr='#dddddd')" }
.faq-title:hover{ background: #eee; background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#eee)); background: -moz-linear-gradient(top, #ddd, #eee); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#dddddd',EndColorStr='#eeeeee'); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#dddddd',EndColorStr='#eeeeee')" }
.faq-title a{ display: block; border-top: 1px solid #fff; padding: 13px 15px; border-radius: 2px; color: #333; }
.faq-title a:hover { color: #000 !important; }
.faq-title.active { background: #000; background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#000)); background: -moz-linear-gradient(top, #333, #000); border-color: #000; -webkit-border-radius: 2px 2px 0 0; border-radius: 2px 2px 0 0 }
.faq-title.active a{ color: #fff; border-top-color: #333; text-shadow: none; }
.faq-title.active a:hover{ color: #fff !important; }
.faq-title span { margin-right: 10px; float: left; text-shadow: 0px 0px 5px rgba(255,255,255,0.7) }
.faq-content { display: none; padding: 25px; border: 1px solid #ccc; background: #fff; border-top: none }
.faq-content p:last-child { margin: 0 }


/* Pagination
================================================== */
.page-pagination { margin: 20px 0 }
.page-of-page{ float: left }
.page-of-page span.inner{ padding: 0 7px }
.page-of-page, .page-pagination a, .page-pagination span.outer { font-size: 11px; line-height: 23px; height: 23px; text-align: center; margin-right: 5px; margin-bottom: 5px; display: block; float: left; color: #666; border: 1px solid #ccc; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; transition: all 0.4s ease; -webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease; -moz-transition: all 0.4s ease; background: #e5e5e5;  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd)); background: -moz-linear-gradient(top, #eee, #ddd); text-shadow: 1px 1px 1px rgba(255,255,255,0.6); }
.page-pagination a, .page-pagination span.outer { width: 23px }
.page-pagination a:hover{ background: #eee; background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#eee)); background: -moz-linear-gradient(top, #ddd, #eee)  }
.page-pagination span.current { text-decoration: none;color: #fff; border-color: #000;  background: #000; background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#000)); background: -moz-linear-gradient(top, #333, #000); text-shadow: none; }
.page-pagination span.inner{ display: block; border-top: 1px solid #fff; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px }
.page-pagination span.current > span.inner{ border-color: #666 }

#staff-template .page-pagination, #portfolio-template .page-pagination{ margin: 20px 0;}

/* Single Nav
================================================== */
#single-nav { position: absolute; top: 50%; right: 25px; margin-top: -11px; }
#single-nav-left, #single-nav-right { float: left; margin-left: 7px; }
#single-nav a { font-size: 11px; color: #fff; background: none; border: 1px solid #bbb; font-weight: bold; width: 22px; height: 22px; line-height: 22px; display: block; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; text-align: center; color: #000; text-shadow: none; background: #e5e5e5;  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd)); background: -moz-linear-gradient(top, #eee, #ddd) }
#single-nav .inner{ display: block; border-top: 1px solid #fff; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px }
#single-nav a:hover { border-color: #000; color: #fff; text-decoration: none; background: #000; }
#single-nav a:hover .inner{ border-top: none }


/* Sidebar
================================================== */
.sidebar-box { margin-bottom: 30px }
.sidebar-box .heading{ margin-top: 0 }

/* Widgets
================================================== */

/*main wp widgets*/
#sidebar .heading{ margin-bottom: 10px }
.widget_nav_menu a, .widget_recent_entries a, .widget_categories a, .widget_archive a, widget_meta a, .wpex-taxonomies-widget a, .tagcloud a, .wpex-recent-post-types-widget a{ padding-left: 12px; background: url("images/sidebar-list-icon.png") center left no-repeat }
.widget_nav_menu li ul, .widget_recent_entries li ul, .widget_categories li ul, .widget_archive li ul, widget_meta li ul, .wpex-taxonomies-widget li ul, .wpex-recent-post-types-widget li ul{ margin-left: 15px; }
.widget_nav_menu li ul li, .widget_recent_entries li ul li, .widget_categories li ul li, .widget_archive li ul li, widget_meta li ul li, .wpex-taxonomies-widget li ul li, .wpex-recent-post-types-widget li{ border-bottom: none; }

/*taxonomies*/
.wpex-taxonomies-widget li{ font-size: 10px;}
.wpex-taxonomies-widget a{ font-size: 13px; margin-right: 5px; }


/*tagcloud*/
.tagcloud a { float: none; display: block; font-size: 12px !important; line-height: 1em !important; margin-bottom: 7px; }

/*calendar*/
#wp-calendar{ font-size: 11px }
#wp-calendar caption { background: #222; background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#222)); background: -moz-linear-gradient(top, #333, #222); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#333333',EndColorStr='#222222'); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#333333',EndColorStr='#222222')"; color: #fff; padding: 8px; text-align: center; font-weight: bold; -webkit-border-top-left-radius: 2px;-webkit-border-top-right-radius: 2px;-moz-border-radius-topleft: 2px;-moz-border-radius-topright: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px; border-bottom: 1px solid #000 }
#wp-calendar, #footer #wp-calendar tr { width: 100% }
#wp-calendar th { text-align: center; border: 1px solid #ddd; border-top: none; padding: 5px 0; background: #f5f5f5 }
#wp-calendar tbody td { padding: 4px 0; text-align: center; border: 1px solid #eee }
#wp-calendar tbody td:hover { background: #f5f5f5; color: #000 }
#wp-calendar tbody a { display: block }
#sidebar #wp-calendar a { color: #e73525 }
#sidebar #wp-calendar a:hover { text-decoration: underline }
#footer #wp-calendar caption { color: #fff }
#wp-calendar tbody td { padding: 4px 0; text-align: center; border: 1px solid #eee }
#wp-calendar tbody td:hover { background: #fff; color: #000; }
#wp-calendar tfoot td{ padding-top: 5px }

/*subscribe*/
#subscribe-blog #subscribe-field { margin-top: 5px; webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
#subscribe-blog input { width: 100px !important }
#subscribe-blog #subscribe-field:focus { }
#subscribe-blog input[type="submit"] { cursor: pointer; padding: 5px; font-size: 11px; background: #ffd964 url("images/yellow-btn.png"); border: 1px solid #F9B653; color: #9C6533 !important; text-shadow: 1px 1px 0px rgba(255,255,255,0.4); box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1); webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
#subscribe-blog input[type="submit"]:hover { opacity: 0.90 }
#sidebar #subscribe-blog { font-size: 12px }
#sidebar #subscribe-blog #subscribe-field { font-size: 11px; width: 100% !important; padding: 10px 5px !important; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
#footer #subscribe-blog #subscribe-field { background: #444; border: 1px solid #2b2b2b; }
#footer #subscribe-blog #subscribe-field:focus { background-color: #555; color: #fff; }

/*flickr*/
.flickr-widget { margin-right: -5px !important }
.flickr-widget  li { float: left }
.flickr-widget a { display: block; float: left; width: 55px; height: 55px; margin-right: 5px; margin-bottom: 5px; }
.flickr-widget img { display: block; width: 55px; height: 55px; }
#footer .flickr-widget { margin-right: -8px !important }
#footer .flickr-widget a { width: 64px; height: 64px; margin-right: 8px; margin-bottom: 8px; }
#footer .flickr-widget img { display: block; width: 64px; height: 64px; }

/*video*/
.wpex-video-widget-description { margin-top: 10px; text-align: center }
.wpex-video-widget-description p:last-child{ margin: 0; }

/*recent posts with thumbnail*/
.wpex-recent-posts-widget h5 { margin: 0; font-size: 13px; line-height: 1.2em; }
.wpex-recent-posts-widget .alignleft { max-width: 30%; margin-bottom: 0; border: 4px solid #eee; }
.wpex-recent-posts-widget .alignleft:hover img { opacity: 0.8 }
.wpex-recent-posts-widget img { display: block }
.wpex-recent-posts-widget li { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #eee; }
.wpex-recent-posts-widget li:last-child { margin: 0; padding: 0; border: none; }
#sidebar .wpex-recent-posts-widget h5 a { color: #333 }
#sidebar .wpex-recent-posts-widget h5 a:hover { color: #e73525 }
.wpex-recent-posts-widget .recent-post-date { color: #777; font-size: 11px; margin-top: 5px; }

/*social*/
.wpex-social-widget ul{ margin-right: -10px; margin-bottom: -10px; overflow: hidden; }
.wpex-social-widget li{ float: left; margin-right: 10px; margin-bottom: 10px; }
.wpex-social-widget img{ display: block; } 
.wpex-social-widget img:hover{ opacity: 0.7; -webkit-opacity: 0.9; -moz-opacity: 0.9 }

/*flickr*/
.wpex-flickr-widget a{ float: left; display: display: block; margin-right: 5px; margin-bottom: 5px; }
.wpex-flickr-widget img{ display: block; width: 45px; height: 45px; border: 5px solid #eee; opacity: 0.7; -webkit-transition: border 0.3s ease-in-out; -moz-transition: border 0.3s ease-in-out; -o-transition: border 0.3s ease-in-out; -ms-transition: border 0.3s ease-in-out; transition: border 0.3s ease-in-out }
.wpex-flickr-widget img:hover{ opacity: 1 }

/*recent portfolio*/
.wpex-recent-portfolio-widget a{ float: left; display: display: block; margin-right: 5px; margin-bottom: 5px; }
.wpex-recent-portfolio-widget img{ display: block; width: 45px; height: 45px; border: 5px solid #eee; opacity: 0.7 }
.wpex-recent-portfolio-widget img:hover{ opacity: 1 }

#footer .wpex-recent-portfolio-widget img{ border-color: #000 }


/* Staff
================================================== */
#staff-description { padding-bottom: 25px; margin-bottom: 25px; background: url('./images/dotted-border.png') repeat-x left bottom; }
#staff-description p:last-child { margin: 0 }

/*single post*/
#staff-post-thumbnail{ width: 40%; float: left; margin-right: 20px; margin-bottom: 20px; margin-top: 4px }
#staff-post-thumbnail img{ display: block }
#page-heading h1 span.staff-post-position{ font-size: 13px; margin-left: 10px; padding-left: 10px; background: url("images/small-arrow-right.png") left center no-repeat }

/*staff entries*/
.staff-entry{ position: relative }
.staff-entry h3 { font-size: 13px; margin: 0 }
.staff-entry-header{ margin: 15px 0 0; padding: 7px 0; border-top: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6 }
.staff-entry-img{ display: block; margin: 0 }
.staff-entry-description { margin-top: 10px }
.staff-entry-position { color: #aaa; font-size: 11px; font-weight: bold; margin-top: -5px }
.staff-entry-excerpt{ margin-top: 7px }
.staff-entry-excerpt p:last-child{ margin: 0 }

.staff-entry-img-link{ display: block; -webkit-transition: background .2s linear;-moz-transition: background .2s linear;-o-transition: background .2s linear;-ms-transition: background .2s linear;transition: background .2s linear }
.staff-entry-img-link:hover{ background: #ef4135 }

.staff-entry-img-link img{display: block; -webkit-transition: opacity .2s linear 0s;-moz-transition: opacity 0.2s linear 0s;-o-transition: opacity .2s linear 0s;-ms-transition: opacity .2s linear 0s;transition: opacity .2s linear 0s;  }
.staff-entry-img:hover{ opacity: 0.9; -webkit-opacity: 0.9; -moz-opacity: 0.9 }

.staff-entry.grid-6 .staff-entry-excerpt { display: none }
#post .staff-entry.grid-5 .staff-entry-excerpt,
#post .staff-entry.grid-6 .staff-entry-excerpt { display: none }
#post .staff-entry.grid-6 .staff-entry-description { display: none }

/* Footer
================================================== */

/*callout*/
#callout{ position: relative; padding: 25px; margin: 0 -25px; background: #f5f5f5; border-top: 1px solid #ddd; background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#eee)); background: -moz-linear-gradient(top, #f5f5f5, #eee) }
#callout #callout-text{ float: left; width: 75%; font-family: 'Droid Serif', Georgia, Times New Roman, Times, serif; text-shadow: 1px 1px 1px #fff; font-size: 18px; color: #000;text-shadow: 1px 1px 1px rgba(255,255,255,0.6) }
#callout #callout-btn{ float: right; width: 20% }
#callout #callout-btn .button{ float: right; margin: 0 }
#callout #callout-btn .button span[class*='wpex-icon-'] { margin-right: 7px }

/*footer main*/
#footer { position: relative; padding: 30px 15px 10px; background: #00b4E7; color: #fff; font-size: 12px; min-height: 5px; border-bottom: 1px solid #000; }
#footer a { color: #fff; font-weight:bold; }
#footer a:hover { color: #cecece }
#footer ul { margin: 0 }

/*footer widgets*/
.footer-widget h4{ font-size: 13px; color: #fff; border-bottom: 1px solid #333; padding-bottom: 5px; margin: 0 0 15px }


/*footer bottom*/
#footer-bottom { padding: 10px 25px; font-size: 11px; background-color: #000; border-top: 1px solid #333; color: #71757b; border-radius: 0 0 4px 4px; }
#footer-bottom a { color: #93989b }
#footer-bottom a:hover { color: #fff }
#copyright { font-size: 11px; }

/*footer menu*/
#footer-menu{ text-align: right }
#footer-menu li{ display: inline-block; margin: 0; font-weight: bold }
#footer-menu a{ display: block; font-size: 11px; display: inline; padding-right: 7px; margin-right: 2px;  background: url("images/footer-menu-divider.png") no-repeat center right }
#footer-menu li:last-child a{ margin: 0; padding: 0; background: none }


/* Search
================================================== */

/*main*/
input[type="search"] { background: url("./images/search.png") no-repeat scroll 96% center #fff; border: 1px solid #ddd; box-shadow: 0 0 3px rgba(0, 0, 0, 0.05); color: #666; font-family: 'Helvetica Neue',Helvetica,Arial; font-size: 11px; padding: 7px 16px 7px 7px; width: 100%; background 0.3s ease-in-out; -o-transition: background 0.3s ease-in-out; transition: background 0.3s ease-in-out; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-appearance: none; outline: none; }
input[type=search]:focus { background-color: #f5f5f5 }
input[type="search"]::-webkit-search-decoration { display: none }
input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none }

/*top search*/
#top-search input[type=search]{ border-radius: 25px 25px 25px 25px; background: url("./images/search.png") no-repeat scroll 92% center #f5f5f5; border: 1px solid #bbb !important; font-size: 11px; padding: 7px 10px; width: 170px; border: none; box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) }
#top-search input[type=search]:focus{background: url("./images/search.png") no-repeat scroll 92% center #fff; }


/* Comments
================================================== */
#commentsbox{ margin-top: 40px }
.comment-details ul { margin: 0 }
.comment-details ul li { border-bottom: 1px solid rgba(0, 0, 0, 0.1); font-size: 12px; padding-bottom: 8px; padding-top: 8px; }
.comment-details ul li:first-child { border-top: 1px solid rgba(0, 0, 0, 0.1) }
h4#comments { background: url("./images/dotted-border.png") repeat-x 20px 7px; font-size: 12px; margin: 0 0 20px; }
h4#comments span { background-color: #FFFFFF; margin-left: 10px; padding: 0 10px; }
.commentlist { margin: 0 }
.commentlist li { list-style: none; margin: 0; }
.children li.depth-2 { margin: 0 0 0px 65px }
.children li.depth-3 { margin: 0 0 0px 65px }
.children li.depth-4 { margin: 0 0 0px 65px }
.children li.depth-5 { margin: 0 0 0px 65px }
.children li.depth-6 { margin: 0 0 0px 65px }
.children li.depth-7 { margin: 0 0 0px 65px }
.children li.depth-8 { margin: 0 0 0px 65px }
.children li.depth-9 { margin: 0 0 0px 65px }
.children li.depth-10 { margin: 0 0 0px 65px }
.comment-body { margin-bottom: 25px; padding-bottom: 25px; border-bottom: 1px solid #eee; }
.comment-details{ position: relative; margin-left: 70px }
.comment-avatar{ position: absolute; left: -70px; top:0 }
.comment-author { font-weight: bold }
.comment-author .author a:link, .comment-author .author a:visited { font-size: 12px; color: #000; font-weight: bold }
.comment-author .author a:hover { color: #999 }
.comment-content{ margin-top: 10px }
.comment-content p { font-size: 12px; line-height: 1.8em; }
.comment-date { font-size: 11px; font-weight: normal }
.comment-date a { color: #888 }
.comment-reply-link, #cancel-comment-reply-link { display: inline-block; font-size: 11px; font-weight: bold; }
#cancel-comment-reply-link{ color: #C30; font-size: 12px }
.comment-reply-link:hover, #cancel-comment-reply-link:hover { color: #000 }
.commentlist .children { margin: 0 }
#comments-title { border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding-top: 10px; padding-bottom: 10px; margin-top: 30px; background: #fbfbfb; text-align: center; color: #222 }
#comments_wrap { margin-top: 15px }
#comments-logged-in { margin-bottom: 30px; margin-top: 10px; font-size: 12px; }
#log-out { float: right; margin-top: -56px; }
#cancel-comment-reply { float: right; margin-top: 5px; }
#submit { margin-bottom: 0; }
#respond { margin-top: 25px; margin-bottom: 25px; }
#respond h4 { font-size: 12px; margin: 0 0 20px; }
.children #commentform textarea { width: 95.6% }
#commentform label { font-size: 12px; font-weight: bold; display: block; float: left; height: 28px; line-height: 28px; width: 70px; text-align: left }
#commentform input { margin-top: 0 !important }
#commentform input#author, #commentform input#email, #commentform input#url { width: 40%; margin-top: 10px; }
#commentform textarea { width: 100%; margin-top: 10px }

/*WP JetPack*/
.comment-subscription-form { font-size: 12px; margin-top: 20px; margin-bottom: 0px; }
.comment-subscription-form:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.comment-subscription-form input, .comment-subscription-form label { float: left; margin: 0px !important; margin-right: 5px !important; padding: 10px; }
#comment-left { float: left; width: 160px; padding-right: 35px; }
#comment-right { float: left; width: 445px; }


/* Form Submit Buttons
================================================== */
button, input[type="button"], input[type="submit"]{ display: block; padding: 0 15px; height: 35px; line-height: 35px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; text-decoration: none; border: 1px solid #000; font-size: 11px; background: #000; background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000)); background: -moz-linear-gradient(top, #444, #000); cursor: pointer; font-size: 12px; font-family: inherit; color: #fff }
button:hover, input[type="button"]:hover, input[type="submit"]:hover { background: #444; background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444)); background: -moz-linear-gradient(top, #000, #444); }
button:active, input[type="button"]:active, input[type="submit"]:active {}

/* Sitemap
================================================== */
.sitemap-container ul { margin-bottom: 25px; margin-left: 0 }
#sitemap-wrap h2 { font-size: 13px; margin: 0 0 15px; padding: 0 0 15px; background: url("images/dotted-border.png") repeat-x bottom left }
.sitemap-container li { background: url("images/sitemap-list.png") center left no-repeat; padding-left: 12px }
.sitemap-container a:hover { color: #000; text-decoration: none; }


/* 404 Page
================================================== */
#error-page-title { font-size: 300px; text-align: center; font-family: 'Helvetica Neue', Arial; font-weight: bold; background: none; line-height: 1em; border: none; }
#error-page-text { text-align: center; font-size: 17px; color: #555; }
#error-page { padding-bottom: 25px }


/* Tipsy
================================================== */
.tipsy { padding: 5px; font-size: 10px; letter-spacing: 1px; background-repeat: no-repeat; font-family: 'Helvetica Neue', Helvetica, Arial; background-image: url("images/tipsy.gif"); }
.tipsy-inner { padding: 5px 10px; background-color: #000; color: #fff; max-width: 200px; text-align: center; text-transform: uppercase; border-radius: 3px; }
.tipsy-inner { -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.tipsy-south { background-position: bottom center; }


/* Pricing Table Shortcode
/* Keep outside of framework as these will vary
/* from theme to theme
================================================== */
.pricing-table > li{ border: 1px solid #ddd; background-color: #f9f9f9 }
.pricing-header h4{ color: #fff; margin: 0; text-align: center; background: #222; background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#222)); background: -moz-linear-gradient(top, #333, #222); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#333333',EndColorStr='#222222'); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#333333',EndColorStr='#222222')"; padding: 10px 20px; font-weight: bold; margin: -1px -1px 0; -webkit-border-top-left-radius: 2px;-webkit-border-top-right-radius: 2px;-moz-border-radius-topleft: 2px;-moz-border-radius-topright: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px }
.pricing-cost{ padding: 25px 20px; text-align: center; border-bottom: 1px solid #ddd }
.pricing-cost .pricing-ammount{  font-family: 'Droid Serif', Georgia, Times New Roman, Times, serif;  display: block; font-size: 42px; line-height: 1em; font-weight: bold; color: #000; }
.pricing-cost .pricing-cost-extra{ font-size: 11px; line-height: 1em; color: #666; display: block; margin-top: 10px;font-weight: normal }
.pricing-content{ padding: 20px; border-top: 1px solid #fff; border-bottom: 1px solid #ddd; background-color: #f9f9f9; color: #777; text-align: center }
.pricing-content ul{ margin: 0; }
.pricing-content ul li{ margin: 0;}
.pricing-button{ margin: 0; text-align: center; border-top: 1px solid #fff; padding: 20px }
.pricing-button .button{ float: none; margin: 0 auto; display: inline-block; }


.accred_logos { display:block; text-align:left; }
