/*
Theme Name: freshclicks2016
Theme URI: http://underscores.me/
Author: Lary Stucker
Author URI: http://freshclicks.net
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: freshclicks2016
Tags:

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/* =================================================
Bootstrap resets
==================================================== */

*, .navbar,.navbar-toggle, .dropdown-menu, .btn,
.form-control,.well,.nav-tabs > li > a,.nav-pills > li > a,
.breadcrumb,.pager li > a, .pager li > span, .alert, .label,
.badge,.progress,.container .jumbotron, .container-fluid .jumbotron,
.panel, .panel-heading, .btn-group-vertical > .btn:first-child:not(:last-child),
.btn-group-vertical > .btn:last-child:not(:first-child),
.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span,
.list-group-item:first-child, .list-group-item:last-child
{	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

.page-header {
	border-bottom: none;
}

.navbar, .navbar-inverse {height:30px}

.navbar-toggle {margin-right: 0;}

/* ================================================
   FONTS
*/

html {
	font-size: 62.5%;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3 {
	font-family: 'Open Sans',Helvetica,Arial,sans-serif;
	margin: 0;
	font-weight: 600;
	padding-top: 0;
	padding-bottom: 0;
}
h3, h4, h5 {
	font-weight: 900; }

h1 {font-size: 3.6rem;}

.home .entry-header h1.entry-title{font-size: 6.2rem;}
@media (max-width: 768px) {
	.home .entry-header h1.entry-title  {font-size: 3.6rem;}
}

@media (max-width: 768px) {
	h1 {font-size: 3.2rem;}
}
p {
	font-family: 'Open Sans',Helvetica,Arial,sans-serif;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.2;}
h1.site-title {margin-top: 0;}
.site-description {
	font-weight: lighter;
	color: #999;
	font-size: 1.2rem;
}

@media (max-width: 768px) {
	.site-description {
		font-size: .9rem;
	}
}




/* ==========================================================================
   01. Primary Styles - Author: WhoaThemes
   ========================================================================== */

*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
html, body { position: relative; }
img { height: auto; image-rendering: optimizeQuality; }
img,object,video,embed { max-width: 100%; }
#supersized img { max-width: none; }
.bold {	font-weight: bold; }
.italic { font-style: italic; }
.wt_clearboth { clear: both; display: block; font-size: 0; height: 0; line-height: 0; overflow: hidden; visibility: hidden; width: 100%; vertical-align: super; }
th, thead td { font-weight: bold; }
em, dfn, cite { font-style: italic; }
del { color: #cccccc; text-decoration: line-through; }
dfn, ins { border-bottom: 1px solid #E8E8E8; }
abbr, acronym { text-transform: uppercase; letter-spacing: .1em; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] { border-bottom: 1px solid #e5e5e5; cursor: help; }
a { text-decoration: none; outline: 0!important; }
/* address,caption,cite,code,dfn,h1,h2,h3,h4,h5,h6,th,var { font-style: normal; font-weight: normal; } */
caption,th { text-align: left; }
ol, ul { list-style: none; }
ul.wt_no_skin a { color: #444; }
ul.wt_no_skin i { margin-right: 5px; }
table { border-collapse: collapse; border-spacing: 0; }
p, ul, ol, dl, table, fieldset, blockquote { margin-bottom: 20px; }

/* ==========================================================================
   Theme Colors
   ========================================================================== */
body{
	background: #FFF; /* To not break the layout when there is less content - same color as footer */
}

main {background: #FFF;}
a { color: #428bca; }

#header {
	background-color: rgba(0, 0, 0, 0.8);
	border-bottom: #3f3f3f;}

.wt_skin_color {
	color: #428bca; }
.wt_skin_bg_color {
	background-color: #428bca !important; }
.wt_skin_border_color {
	border-color: #428bca; }
.wt_skin_border_left_color {
	border-left-color: #428bca; }
.wt_skin_border_right_color {
	border-right-color: #428bca; }
.wt_skin_border_top_color {
	border-top-color: #428bca; }
.wt_skin_border_bottom_color {
	border-bottom-color: #428bca; }

#header-mobile #nav.nav_top .navbar-nav { background-color:#1A1E23; z-index: 200; position: relative; }
#nav.nav_top .navbar-nav > li > a {
	color: #FFF;
}

.home #nav.nav_top .navbar-nav > li > a,
#nav.nav_top ul li.current_page_item > a
{  color: #fff; }
#nav.nav_top ul li.active > a{
	color: #428bca; }
#nav.nav_top ul li:hover > a {
	color: #428bca;
	background: transparent; }
.home #nav.nav_top ul li:hover > a,
.home #nav.nav_top ul li.current_page_item > a,
#nav.nav_top ul li.current_page_item > a,
#nav.nav_top ul li:hover > a {
	background-color: #428bca;
	color: #fff;
}
a.btn-work {
	border: solid 1px #428bca;
}

.widget .menu li > a  {display: block;
	width: 100%; padding: 10px; }

a.btn-work:hover,
.widget .menu li > a:hover{
	background-color: #428bca;
	color: #fff;
}

#nav ul ul.children li ul.children {  border-bottom: #428bca;  }

#nav ul ul.children li {
	border-color: #ddd;
	background-color: #ffffff;  }

#nav ul ul.sub-menu li a,
#nav ul ul.children li a {
	color: #777777;  }

#nav ul li .mega-menu-widget a:hover {
	color: #428bca; }
#nav ul ul.sub-menu li:hover > a,
#nav ul ul.children li:hover > a {
	background: #f6f6f6;
	color: #777777; }
#nav ul ul.sub-menu li:hover > a,
#nav ul ul.children li:hover > a {
	background: #f6f6f6;
	color: #777777; }

.home #nav ul :not(.wt_megamenu) ul.sub-menu li,
.home #nav ul ul.children li {
	border-color: #3f3f3f;
	background-color: #1A1E23;
	background-color: rgba(0, 0, 0, 0.65); }
.home #nav ul ul.sub-menu li a,
.home #nav ul ul.children li a {
	color: #fff; }

#nav ul p { color: #69747a;  }

#nav ul li > .megamenu .button {
	color:#ffffff !important; }

.widget {
	color: #777777;  }

.wt_services h3 { color: #222;  }

#sidebar .widgettitle {
	color: #222222;
}

.sidebar-offcanvas {background: #222222}

#breadcrumbs .breadcrumbs {
	color: #444; }
#breadcrumbs .breadcrumbs a { color: #428bca; }
#breadcrumbs .breadcrumbs a:hover { color: #444; }
#breadcrumbs .breadcrumbs-separator {
	color: #428bca; }
/* ==========================================================================
   02. Basic Links
   ========================================================================== */

a{
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out; }
a:hover, a:active, a:focus {
	text-decoration: none; }
a:focus {
	border: none; }
a:focus, input:focus, select:focus, textarea:focus { outline: none !important; }


a:hover {
	cursor: pointer; }

ul {
	/*margin-left: 1.5em;*/
	list-style-type: disc; }

ol {
	/* margin-left: 1.5em;*/ }
ul li {
	/* margin-left: .85em;
	margin: 4px 0; */}
ul ul {
	list-style-type: square; }
ul ul ul {
	list-style-type: circle; }
ol {
	list-style-position: outside;
	list-style-type: decimal;
}
dt {
	margin-top: .8em;
	margin-bottom: .4em;
	font-weight: bold; }
ol ol, ul ol {
	/* margin-left: 2.5em; */ }
ul ol, ol ul, ol ol, ul ul {
	margin-bottom: 0; }

/* ==========================================================================
   04. Body & Page
   ========================================================================== */

html { height: 100% !important; /* !important needed for SmoothScroll */ }
body {  overflow-x: hidden; }


@media (max-width: 768px) {
	#content{padding-top: 0px;}
}

p:empty { display: none; }

.content-area, #sidebar {padding-top: 120px;}

.page  .content-area, #sidebar {
	padding: 120px 15px 0 15px;
}

@media (max-width: 768px) {
	.content-area, #sidebar {padding-top: 0px;}
	.page  .content-area, #sidebar {
		padding: 0 15px 0 15px;
	}
}



.secondary-area, .site-content {padding: 0 0; }

.full-width .col-sm-12{
	padding-left: 0;
	padding-right: 0;
}

/* ==========================================================================
   Home
   ========================================================================== */

.img-home {
	margin: 0;
	padding: 40px 0;
}
.img-home img {
	display: inline-block;
	max-width: 100%;
	width: 100%;
}

.home article img, .img-work img {width: 80%;}

.home article { background: #CCC; }

.img-home img, .img-work img {
	display: block;
	margin: 0 auto;
}

a.btn-work, a.btn-work-opo {
	padding: 1em;
	font-size: 1.8rem;
}

#main {margin-bottom: 0;}

.entry-header {
	/* position: relative; */
	padding-bottom: 50px;
	width: 100%;
}

.home .entry-header .entry-title {
	color: #FFF;
	padding: 1em 0;

}

.home .entry-title {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
.excerpt {padding-bottom: 20px;}
.excerpt img {margin: 0 auto; display: block;}

.excerpt .entry-content {
	padding: 30px 20px 20px;
	margin: 5px 0;
	background: #ededed;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}
.work .entry-content {padding: 0; margin: 0}

article .glyphicon {
	color: #CCC;
}

.entry-header .entry-meta {font-size: 1.8rem;}
.byline, .posted-on {padding: 0 10px; }



	/* ==========================================================================
       05. Headers & Navigations
       ========================================================================== */

#header.navbar {
	margin-bottom: 0; }
.home #header {
	border-bottom: 1px solid;}

/* Sizes for the bigger menu */
#header.large, #header{ height: 100px; padding: 0 0 0 0;}
#header.large img, #header img{ width: 100%; height: 100%; }
/* #header.large .navbar-header, .navbar-header{margin-top: 20px;} */
#header.large h1, #header h1 {margin-top: 20px; margin-bottom: 0; padding-bottom: 0;}
#header.large .site-brand , #header .site-brand  { background-size: 60px;}
#header.large .site-title, #header .site-title  { padding-top: 0;}
#header.large .site-description, #header .site-description { display: inherit; margin: 0 0;}
#header.large li, #header li{ margin-top: 0px;}
#header.large nav, #header nav{ margin-top: 0px;}
#header.large #nav.nav_top .navbar-nav > li > a, #header #nav.nav_top .navbar-nav > li > a { line-height: 100px;}


/* Sizes for the smaller menu */
#header.small, #header-mobile{ height: 60px;  padding: 0 0 0 0;}
#header.small img{ width: 60%; height: 60%; margin-top: -5px;}
#header.small h1, #header-mobile h1 {margin-top: 12px;}
#header.small .site-brand   { background-size: 35px;}
#header.small .site-title {}
#header.small .site-description { display: none;}
#header.small li, #header-mobile li{ margin-top: 0px;}
#header.small nav, #header-mobile nav{ margin-top: 0px;}
#header.small #nav.nav_top .navbar-nav > li > a { line-height: 60px;}
#header-mobile #nav.nav_top .navbar-nav > li > a { line-height: 30px; z-index: 1100;}
#header-mobile #nav.nav_top .navbar-nav { z-index: 200; position: relative; }


#header,  #header h1, .site-brand, .site-title, #nav.nav_top .navbar-nav  > li > a {
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */
}

#header-mobile.navbar {min-height:60px !important; height: 60px; padding: 0; margin: 0;}

#logo {
	font-size: 35px; }
#logo span {
	display: inline-block; }
.navbar-brand {
	height: auto; }
#logo img {
	position: relative;
	min-height: 30px;
	padding-top:15px;}
#logo-mobile img{ max-height: 50px; padding-top: 5px; }

.home .navbar-brand {
	/*padding: 10px 15px;*/ }

#nav.nav_top .navbar-nav > li {
	margin: 0; }
#nav.nav_top .navbar-nav > li > a {
	display: block;
	padding: 0 15px;
	font-weight: 900;
	text-transform: uppercase; }
@media (max-width: 800px) {
	#nav.nav_top .navbar-nav > li > a {
		padding: 0 10px;
		font-size: 1.0rem;
		font-weight: 500;
	}
}

#nav.nav_top ul .marker {
	position: relative;
/*	right: -5px; */

	line-height: 1; }

.mobile-nav { padding-top: 5px;}

/* Dropdown menus
   ------------------------------------------------- */

#nav ul ul.sub-menu,
#nav ul ul.sub-menu li ul.sub-menu,
#nav ul ul.children,
#nav ul ul.children li ul.children {
	height: auto;
	width: 180px;
	padding: 0;
	position: absolute;
	z-index: 1100;
	left: 0px;
	border-bottom: 1px solid;
	visibility: hidden;
	margin-top: 0;
	list-style: none;
	margin: 0; }
#nav ul ul.sub-menu li ul.sub-menu,
#nav ul ul.children li ul.children {
	left: 100%;
	top: -1px; }
#nav ul :not(.wt_megamenu) ul.sub-menu li,
#nav ul ul.children li {
	position: relative;
	display: list-item;
	text-align: left;
	float: none;
	font-size: 14px;
	border-left: 1px solid;
	border-right: 1px solid;
	border-top: 1px solid;
	margin: 0; }
#nav.nav_top ul ul li:hover > a {
	border-bottom: none; }
#nav ul ul.sub-menu li a,
#nav ul ul.children li a {
	padding: 8px 28px 8px 15px;
	display: block !important;
	font-size: 12px;
	line-height: 20px;
	margin: 0px;
	float: none;
	text-transform: none;
	text-decoration: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box; }
#nav ul ul.sub-menu li .mega-menu-widget a {
	padding: 0px; }

#nav ul ul ul {
	margin-left: -2px;
	margin-top: 0px; }

/* Submenu markers
   ------------------------------------------------- */

#nav ul p {
	line-height: 24px;
	font-size: 13px;
	font-weight:400;
	margin: 0 0 15px;
	padding: 0; }
#nav .wt_megamenu .mega-menu-widget {
	overflow: hidden; }

/* ==========================================================================
   06. Homepage & Parallax
   ========================================================================== */


/* ==========================================================================
   07. Widgets & Services
   ========================================================================== */

#sidebar{
	/* padding-top: 10px; */
}

h3.widgettitle {
	font-size: 1.2em;
}

.widget {
	margin: 0 0 20px; }
.widgettitle {
	margin-top: 0px;
	margin-bottom: 20px; }


blockquote {
	margin: 0 0 20px 0;
	padding: 0; }
blockquote p {
	margin: 0;
	padding: 5px 0 5px 15px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: lighter;
	font-size: 18px;
	line-height: 22px; }
.pullquote {
	width: 300px;
	margin: 15px 0;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: lighter;
	font-size: 18px;
	line-height: 1.2; }
.pullquote.pull-left {
	padding: 0px 15px;
	border-left: 5px solid #EEEEEE; }
.pullquote.pull-right {
	padding: 0px 15px;
	text-align: right;
	border-right: 5px solid #EEEEEE; }


/
/* ==========================================================================
   10. Breadcrumbs
   ========================================================================== */

#breadcrumbs {
	display: block;
	position: relative;
	vertical-align: top;
	word-wrap: break-word; }
#breadcrumbs .breadcrumbs {
	font-size: 15px;
	margin: 0 auto;
	padding: 0;}
#breadcrumbs a {
	line-height: 40px;
	display: inline-block; }



/* ==========================================================================
   11. Footer Area
   ========================================================================== */

/* Footer Modules
   ------------------------------------------------- */

#wt_footerTop {
	position: relative;
	padding: 30px 0 5px 0;
	background: #428bca;
	color: #ffffff; }
#wt_footerTop h1,
#wt_footerTop h2,
#wt_footerTop h3,
#wt_footerTop h4,
#wt_footerTop h5,
#wt_footerTop h6 {
	color: #ffffff; }
#wt_footerTop h3 {
	color: #FFFFFF;
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	font-weight: 900;
	line-height: normal;
	margin: 5px auto 0; }

/* Footer Middle
   ------------------------------------------------- */

#footerWrapper .widgettitle {
	color: #dddddd; }
#wt_footer {
	background: #1A1E23;
	color: #999; }
#wt_footer a.url,
#wt_footer .widget a {
	color: #eeeeee; }
#wt_footer .widget a:hover {
	color: #428bca; }
#wt_footer a.url,
#wt_footer .widget a {
	color: #eeeeee; }
#wt_footer {
	padding: 60px 0 40px 0; }

/* Footer Bottom
   ------------------------------------------------- */

#footerBottom {
	background: #1A1E23;
	color: #999;
	padding: 15px; }
#footerBottom .widget {
	margin-bottom: 0; }
.copyright {
	line-height: 34px;
	text-align: center;
	margin-bottom: 0; }
#copyright .copyright span {
	color: #428bca; }


/* code & pre
   ------------------------------------------------- */

code, pre {
	display: block;
	white-space: pre; }
.code_wrap {
	border: 1px solid #dddddd;
	padding: 5px;
	margin-bottom: 20px;
	clear: both; }
.code, .pre {
	white-space: pre-wrap;                 /* CSS3 browsers  */
	white-space: -moz-pre-wrap !important; /* 1999+ Mozilla  */
	white-space: -pre-wrap;                /* Opera 4 thru 6 */
	white-space: -o-pre-wrap;              /* Opera 7 and up */
	background-color: #FAFAFA;
	overflow: auto;
	padding: 20px 10px;
	color: #222222;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; }
.code {
	background-image: url(../img/code.png); }

/* ==========================================================================
   12. Widgets Area
   ========================================================================== */



/* ==========================================================================
   13. Slider posts
   ========================================================================== */




/* ==========================================================================
   14. Basic Style For Images & wp default image
   ========================================================================== */

/* Basic Style For Images
   ------------------------------------------------- */

img.alignright { float: right; }
img.alignleft { float: left; }
img.alignleft, .wp-caption.alignleft {
	margin: 2px 18px 2px 2px !important; }
img.alignright, .wp-caption.alignright {
	margin: 2px 2px 2px 18px !important; }
img.aligncenter, .wp-caption.aligncenter {
	display: block;
	margin: 0 auto;
	text-align: center; }

/* ------------------------------------------------- */
/* =  SIDEBAR WIDGET
/* ------------------------------------------------- */

#sidebar ul {margin-left: 0;}
#sidebar ul li { margin-left: 0;  }

.widget ul {
	margin: 0 0 0 1.2em;
	padding: 0 0 0 1.2em; }
.widget li {
	border-bottom: 1px solid #eeeeee;
	padding: 6px 0;
	list-style:none;
	margin-bottom: 3px;
}


/* ------------------------------------------------- */
/* =  TAGS WIDGET
/* ------------------------------------------------- */

.tagcloud {
	padding: 0;
	margin: 5px 0 0;
	float: left; }
.tagcloud a {
	float: left;
	padding: 0px;
	margin: 0px 5px 5px 0px;
	list-style-type: none;
	line-height: 25px; }
.tagcloud a {
	background: #F9F9F9;
	border: 1px solid #f1f1f1!important;
	color: #888!important;
	float: left;
	font-size: 13px!important;
	position: relative;
	padding: 3px 8px 4px 23px; }
#wt_footerWrapper .tagcloud a {
	background: transparent;
	border: 1px solid #464646!important; }
.tagcloud a:before {
	content: "\f02c";
	position: absolute;
	font-family: 'FontAwesome';
	left: 6px;
	font-size: 11px; }
.tagcloud a:hover,
#wt_footerWrapper .tagcloud a:hover {
	background: #428bca;
	color: #ffffff!important; }

/* ------------------------------------------------- */
/* =  RECENT POST WIDGET
/* ------------------------------------------------- */

ul.recent_posts_list, ul.popular_posts_list {
	margin: 0px;
	padding: 0px;
	width: 100%;
	float: left; }
.recent_posts_list li,.recent_comments > li, .popular_posts_list > li {
	margin: 0 0 15.5px;
	padding: 0 0 17px;
	list-style-type: none;
	border-bottom: 1px solid #f5f6f6;
	float: left;
	width: 100%;
	overflow: hidden; }
.popular_posts_list > li:last-child {
	border-bottom: none;
	margin-bottom: 10px; }
.recent_posts_list li a,.popular_posts_list li a{
	color: #464646;
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
	position: relative;
	overflow: hidden; }
.wrap .title_post {
	color: #464646;
	font-family: 'Lato', sans-serif;
	font-size: 13.5px;
	line-height: 18px;
	text-decoration: none;
	position: relative;
	overflow: hidden; }
.recent_posts_list li a:hover,.popular_posts_list li a:hover, .wrap .title_post:hover {
	color: #2a6496; }
.recent_posts_list li span, .recent_comments li span, .popular_posts_list li span {
	float: left;
	margin-right: 15px;
	overflow: hidden; }
.recent_posts_list li span img, .recent_comments li span img, .popular_posts_list li span img {
	margin-right: 0;
	max-width: 60px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	width: 100%; }
.recent_posts_list li span img:hover,.popular_posts_list li span img:hover {
	float: left;
	margin-right: 0px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1; }
.recent_posts_list li i,.popular_posts_list li i {
	padding: 1px 0px 0px 0px;
	margin: 0px;
	display: block;
	font-size: 12px;
	font-style: normal;
	color: #9e9e9e; }
.recent_posts_list li.last,.recent_comments > li.last,.popular_posts_list > li.last {
	padding: 0px 0px 7px 0px;
	border-bottom: 0px solid #f5f6f6; }
.recent_posts_list li a .overlay:after, .recent_comments li a .overlay:after, .popular_posts_list li a .overlay:after{
	content: "\f002";
	font-family: 'FontAwesome';
	position: absolute;
	line-height: 60px;
	color: #fff;
	z-index: 999;
	font-size: 18px;
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
	margin-left: -8px; }
.recent_posts_list li a .overlay, .recent_comments li a .overlay, .popular_posts_list li a .overlay {
	position: absolute;
	width: 60px;
	height: 60px;
	text-align: center;
	background: #2a6496;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	z-index:0;
	left: 0; }
.recent_posts_list li a .overlay:hover, .recent_comments li a .overlay:hover, .popular_posts_list li a .overlay:hover {opacity: 0.7;filter: alpha(opacity=70);}
.recent_posts_list li a.thumb img, .recent_comments li a.thumb img, .popular_posts_list li a.thumb img {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s; }
.recent_posts_list li a.thumb:hover img, .recent_comments li a.thumb:hover img, .popular_posts_list li a.thumb:hover img {
	transform: scale(1.2) rotate(5deg);
	-webkit-transform: scale(1.2) rotate(5deg);
	-moz-transform: scale(1.2) rotate(5deg);
	-o-transform: scale(1.2) rotate(5deg);
	-ms-transform: scale(1.2) rotate(5deg); }
.recent_posts_list li p.wrap, .recent_comments li p.wrap, .popular_posts_list li p.wrap {
	line-height: normal;
	margin-bottom: 0;
	overflow: hidden; }
.desc em {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px; }
.wrap .desc {
	display: block;
	float: left;
	font-size: 13px;
	font-style: italic;
	margin-bottom: 5px;
	margin-top: 0;
	width: 100%; }
.widget_content .tabs-container {
	margin-bottom: 0; }

/* Blog */
.blogEntry_metadata {
	border-bottom: 1px solid #eeeeee; }
.blogEntry_metadata div {
	padding: 5px 10px;
	margin: 0;
	border-left: 1px solid #eeeeee; }
.blogEntry_metadata div:first-of-type {
	padding: 5px 10px 5px 0;
	border-left: none; }
.blogEntry {
	overflow: hidden;
	position: relative; }
.blog-thumbnail-slide {
	clear: both; }
.blogEntry p {
	color: #444444; }

#calendar_wrap #next,
#calendar_wrap #prev {
	position: inherit;
	font-size: inherit;
	color: #666; }
.widget_categories ul li span {
	color: #777777;
	float: right;
	height: 28px;
	line-height: 28px;
	text-align: center;
	width: 28px;
	font-weight: 600;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s; }
.widget_categories ul li:hover span {
	background: #428bca;
	color: #FFFFFF; }


/* ------------------------------------------------- */
/* = COMMENT BLOG POST
/* ------------------------------------------------- */
/*
#comments {
	clear: both;
	margin: 20px auto 0;
	padding: 30px 0 0; }
.commentList {
	margin:0;
	padding:0; }
.commentList li {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden; }
.commentList ul.children {
	margin-left:94px;
	padding:0; }
.comment .comment_wrap {
	padding: 20px;
	border-bottom: 1px solid #f1f1f1; }
.comment:last-of-type .comment_wrap {
	border-bottom: none; }
.children .comment:last-of-type .comment_wrap {
	border-bottom: 1px solid #f1f1f1; }
.comment_content {
	margin-bottom: 20px;
	margin-left: 100px;
	position: relative; }
.comment_wrap .gravatar img:hover,
.comment_wrap .gravatar:hover:after {
	background: #428bca; }
.comment_content .fa-comments {
	display: none; }
.avatar:hover img {border-color: #428bca; }
.comment-body { margin-bottom:20px; }
.comment_wrap .gravatar {
	float: left;
	width: 80px;
	position: relative; }
.comment_wrap .gravatar img {
	position: relative;
	display: block;
	margin-right: 20px;
	z-index: 0;
	background: #f1f1f1;
	padding: 4px;
	border-radius: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s; }
.comment_wrap .gravatar:after {
	content: "";
	display: block;
	position: absolute;
	right: -5px;
	top: 50%;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background: #f1f1f1;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s; }
.comment_wrap .comment_author {
	display: block;
	font-size: 16px;
	line-height: 20px;
	margin: 0; }
.comment_wrap .comment_author a {color:#555}
#comment {
	border-bottom: 1px solid #ecf0f1;
	padding-bottom: 50px;
	margin-bottom: 30px; }
/* comment hover effect */
.comment_wrap .comment {
	position: relative; }
.comment_wrap .comment-reply-link {
	position: absolute;
	right: 20px;
	bottom: 0px; }
.reply a.comment-reply-link {
	color: inherit !important;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none !important;
	text-transform: uppercase; }
.comment-reply-link {
	position: absolute;
	right: 20px;
	bottom: 0px; }
.reply a.comment-reply-link:before {
	position: absolute;
	left: -20px;
	top: 1px;
	content: url(../img/reply.png);
	height: 16px;
	width: 16px;}
.row-fluid textarea, textarea {
	font-size: 14.994px;
	height: auto;
	line-height: 24px;
	padding: 10px !important;
	background: #FFFFFF;
	border:1px solid #e9e9e9;
	color: #A3A3A3; }
.row-fluid textarea:focus, .row-fluid input:focus {
	border-color: #428bca !important;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s; }
.commentform > input {
	margin-bottom:25px;
	margin-right:20px;
	width: 31.6%;
	position: relative;
	background: #FFFFFF;
	padding: 10px;
	border:1px solid #e9e9e9;
	color: #A3A3A3; }
#comments {
	margin-bottom: 20px; }
.commentform > input:last-child {
	margin-right:0; }
#submit.btn {
	margin-top: 0; }
input[type="text"], input[type="email"] {
	border-radius: 0;
	position: relative;
	background: #FFFFFF;
	border: 1px solid #e9e9e9;
	color: #A3A3A3;
	height: 40px;
	font-size: 13px;
	box-shadow: none; }
#wt_footerWrapper input[type="text"],
#wt_footerWrapper input[type="email"],
#wt_footerWrapper .row-fluid textarea,
#wt_footerWrapper textarea  {
	background: transparent;
	border: 1px solid #464646;
	color: #A3A3A3; }
.text_input {
	padding: 12px; }
.contact_button {
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 10px 20px;
	font-size: 14px;
	line-height: 1.428571429;
	border-radius: 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	color: #ffffff !important;
	background-color: #428bca; }
.wt_contact_form_wrap .contact_button {
	margin-top: 0px; }
.contact_button:hover, .contact_button:focus, .contact_button:active, .contact_button.active {
	color: #ffffff !important;
	background-color: #555;
	border-color: #555; }
.reset-form {
	font-family: FontAwesome;
	position: relative;
	float: right;
	text-decoration: none; }
.reset-form:after {
	content: "\f057";
	position: relative;
	margin-left: 4px;
	top: 1px;
	font-size: 1.1em;
	line-height: 52px; }
.wt_contactInfoWrap p {
	margin-bottom: 3px; }


/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
	.row-offcanvas {
		position: relative;
		-webkit-transition: all .25s ease-out;
		-o-transition: all .25s ease-out;
		transition: all .25s ease-out;
	}

	.row-offcanvas-right {
		right: 0;
	}

	.row-offcanvas-left {
		left: 0;
	}

	.row-offcanvas-right
	.sidebar-offcanvas {
		right: -80%; /* 6 columns */
	}

	.row-offcanvas-left
	.sidebar-offcanvas {
		left: -80%; /* 6 columns */
	}

	.row-offcanvas-right.active {
		right: 90%; /* 6 columns */
	}

	.row-offcanvas-left.active {
		left: 90%; /* 6 columns */
	}

	.sidebar-offcanvas {
		position: absolute;
		top: 0;
		width: 80%; /* 6 columns */
	}
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	background: #f7f7f7;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #686868;
	padding: 0.625em 0.4375em;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	background-color: #fff;
	border-color: #007acc;
	color: #1a1a1a;
	outline: 0;
}

.search-form {
	position: relative;
}

input[type="search"].search-field {
	border-radius: 2px 0 0 2px;
	width: 100% ;
}

.search-submit:before {
	content: "\f400";
	font-size: 24px;
	left: 2px;
	line-height: 42px;
	position: relative;
	width: 40px;
}

.search-submit {
	display: none;
}

.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget input[type="tel"],
.widget input[type="number"],
.widget textarea {

}

.widget input[type="search"].search-field {
	width: 100%;
}

.widget .search-submit:before {
	font-size: 16px;
	left: 1px;
	line-height: 35px;
	width: 34px;
}

.screen-reader-text {
	display: none;
}
	article,
	aside,
	details,
	figcaption,
	figure,
	footer,
	header,
	main,
	menu,
	nav,
	section,
	summary {
	display: block;
}

.site-main{  overflow: hidden;}
/*
body {
	margin: 0;
}



audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}
*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}
*/
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/*
html {
	box-sizing: border-box;
}
*/
/*
*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	/* box-sizing: inherit; */
}
/*
body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}
/*
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
/*	max-width: 100%; /* Adhere to container width. */
}
/*
table {
	margin: 0 0 1.5em;
	width: 100%;
}
*/
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}
*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}
*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/*
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}


.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
*/
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
/*
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !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;
}


#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
/*
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
*/

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
/*
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}
*/
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/*
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
/*
.widget select {
	max-width: 100%;
}
*/
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/*
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
/*
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
/*
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
/*
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
/*
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
/*	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
/*.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/*
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
/*
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
/*
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
/*
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

*/
