/*
 Theme:  Shuttle Pro
 Skin:   Minimal
*/

/* General */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 6px 15px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
select,
textarea {
	padding: 5px 20px;
}

/* Pre Header Style */
#pre-header {
	border-bottom: 1px solid #eee;
}
#pre-header .header-links li a,
#pre-header-social li,
#pre-header-social li a {
	color: #5a5a5a;
}
#pre-header .header-links > ul > li:before {
	content: "\\";
	color: #5a5a5a;
	padding: 0 5px;
}
#pre-header .header-links .sub-menu {
	border: 1px solid #eee;
}

#pre-header-social li a {
	border-left: 1px solid #eee;
}
#pre-header-social li:last-child > a {
	border-right: 1px solid #eee;
}
#pre-header-social li:last-child {
	border-right: none;
}

/* Header Style */
#header,
#header-sticky {
	border-bottom: 1px solid #eee;
}
#header .header-links > ul > li a,
#header-sticky .header-links > ul > li a {
	color: #1e1e1e;
	padding: 24px 10px;
	margin: 0 10px;
}
#header .header-links > ul > li > a,
#header-sticky .header-links > ul > li > a {
	text-transform: uppercase;
}
#header .menu > li.menu-hover > a,
#header .menu > li.current_page_item > a,
#header .menu > li.current-menu-ancestor > a,
#header .menu > li > a:hover,
#header-sticky .menu > li.menu-hover > a,
#header-sticky .menu > li.current_page_item > a,
#header-sticky .menu > li.current-menu-ancestor > a,
#header-sticky .menu > li > a:hover {
	-webkit-box-shadow: inset 0 -3px 0 0px #13aff0;
	-moz-box-shadow: inset 0 -3px 0 0px #13aff0;
	-ms-box-shadow: inset 0 -3px 0 0px #13aff0;
	-o-box-shadow: inset 0 -3px 0 0px #13aff0;
	box-shadow: inset 0 -3px 0 0px #13aff0;
}
#header .header-links .sub-menu,
#header-sticky .header-links .sub-menu {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
#header .header-links .sub-menu li,
#header-sticky .header-links .sub-menu li {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}

.intro-on #header,
.slider-full #header {
	border-bottom: none;
}

#logo,
#logo-sticky {
	margin-top: 14px;
}

#header-search a {
	border: none;
}

/* Page Heading Style */
#intro {
	background: #fff;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
#intro .page-title > span,
#intro #breadcrumbs-core {
	padding: 0;
	background: none;
}
#intro .page-title {
	color: #1e1e1e;
	font-weight: 700;
}
#intro #breadcrumbs {
	margin-top: 0;
	color: #1e1e1e;
}
#intro #breadcrumbs .delimiter {
	padding: 0 8px;
}

/* Call To Action */
#introaction,
#outroaction {
	padding: 54px 10px 40px;
}
#introaction {
	border-bottom: 1px solid #eee;
	margin-bottom: 60px;
}
#outroaction {
	border-top: 1px solid #eee;
	margin-top: 60px;
}
#introaction-core,
#outroaction-core {
	background: none;
	padding: 0;
}
#introaction .action-message,
#outroaction .action-message,
#introaction .action-link,
#outroaction .action-link {
	text-align: center;
	width: 100%;
	margin-right: 0;
}

.action-text h3 {
	font-size: 34px;
	font-weight: 700;
}
.action-link {
	margin-top: 3px;
}
.action-link a {
	padding: 6px 20px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

/* Featured Style */
.services-builder.style1 {
	background: #fff;
	border: 1px solid #eee;
}
.services-builder.style1 h3 {
	font-weight: 700;
}
.services-builder.style1 .iconurl a {
	padding: 8px 20px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

/* Blog Posts */
.blog-style1 .blog-article {
	border: 1px solid #eee;
	padding-bottom: 0;
	margin-bottom: 30px;
}
.blog-style1 .blog-article.sticky {
	border: none;
}
.blog-style1 .blog-article:before {
	display: none !important;
}
.blog-article .entry-meta > span:before {
	content: "|";
}

.blog-style1.blog-style1-layout1 .blog-article.format-nomedia {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 7px;
}
.blog-style1.blog-style1-layout1 .blog-article .entry-header {
	margin-bottom: 0;
}
.blog-style1.blog-style1-layout1 .blog-article .entry-content {
	margin-top: 20px;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.blog-style1.blog-style1-layout1 .blog-article .more-link a {
	display: inline-block;
	padding: 9px 35px;
}

.blog-style1.blog-style1-layout2 .blog-article .entry-content {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

/* Blog Posts - Pagination */
.navigation.pagination .nav-links a, .navigation.pagination .nav-links span {
	color: inherit;
	width: 34px;
	height: 34px;
	line-height: 34px;
	margin-right: 7px;
	border: 1px solid #eee;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

/* Single Post */
.single #main-core > article {
	border: 1px solid #eee;
	margin-bottom: 30px;
	-webkit-box-shadow: 0 -5px 0 0 #fff, 0 0 5px 0 rgba( 0, 0, 0, 0.15 );
	-moz-box-shadow: 0 -5px 0 0 #fff, 0 0 5px 0 rgba( 0, 0, 0, 0.15 );
	-ms-box-shadow: 0 -5px 0 0 #fff, 0 0 5px 0 rgba( 0, 0, 0, 0.15 );
	-o-box-shadow: 0 -5px 0 0 #fff, 0 0 5px 0 rgba( 0, 0, 0, 0.15 );
	box-shadow: 0 -5px 0 0 #fff, 0 0 5px 0 rgba( 0, 0, 0, 0.15 );
}
.single #main-core > article.format-nomedia {
	padding-top: 25px;
}
.single .entry-header,
.single .entry-content {
	padding-left: 30px;
	padding-right: 30px;
}
.single .entry-meta {
	text-align: left;
}
.single .entry-meta > span:before {
	content: "|";
}

/* Single Post Style - Pagination */
.nav-previous a,
.nav-next a {
	height: 40px;
	line-height: 40px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.nav-previous a:hover,
.nav-next a:hover {
	background: #1e1e1e;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

/* Single Post Style - Author Box */

/* Single Post Style - Comments */
#comments-title h3,
#reply-title {
	text-align: left;
	font-size: 18px;
	font-weight: 600;
}
.commentlist article {
	border: 1px solid #eee;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.commentlist article header,
.commentlist article footer {
	text-align: left;
	margin-left: 120px;
}
.commentlist article header {
	text-transform: none;
}

.commentlist .avatar {
	float: left;
	width: 80px;
	height: 80px;
	border: none;
	margin: 0;
}
.commentlist .comment,
.commentlist .pingback {
    margin-top: 0;
}
.commentlist .comment > .clearboth,
.commentlist .pingback > .clearboth {
	display: none;
}

.comment-respond .form-submit {
	text-align: left;
}

/* Footer Style */
#footer {
	font-size: 15px;
	font-weight: 400;
	background: #333;
	border-top: none;
}
#footer input[type=text],
#footer input[type=email],
#footer input[type=password],
#footer input[type=search],
#footer input[type=tel],
#footer select,
#footer textarea {
	color: #fff;
	background: #222;
	border-color: #444;
}
#footer table,
#footer th,
#footer td {
	border-color: #444;
}

#footer-core h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 25px;
}
#footer-core,
#footer-core p {
	color: #fff;
}
#footer-core a:hover,
#footer-core .widget li > a:hover:before {
	color: #fff;
}

/* Sub Footer Style */
#sub-footer {
	background: #222;
	border-top: none;
}
#sub-footer,
#sub-footer a:hover {
	color: #fff;
}

#footer-menu a {
	color: #fff;
	padding: 0 15px;
}
#footer-menu a:hover {
	color: #13aff0;
}
#footer-menu li:after {
	display: none;
}

/* Sidebar Style */
#sidebar .widget {
	overflow: hidden;
	border: 1px solid #eee;
    padding: 0 20px 8px;
}
#sidebar .widget li {
	border-bottom: 1px solid #eee;
}
#sidebar .widget li:last-child {
	border-bottom: none;
}
.widget li a {
	padding: 7px 0;
	vertical-align: inherit;
}
#sidebar .widget li > a:before {
	display: none;
}
#sidebar h3.widget-title {
	display: block;
	color: #fff;
	text-transform: none;
	background: #13aff0;
	padding: 7px 0;
	margin-bottom: 9px;
	-webkit-box-shadow: 0 0 0 1px #13aff0, -45px 0 0 1px #13aff0, 0 0 0 1px #13aff0, 45px 0 0 1px #13aff0;
	-moz-box-shadow: 0 0 0 1px #13aff0, -45px 0 0 1px #13aff0, 0 0 0 1px #13aff0, 45px 0 0 1px #13aff0;
	-ms-box-shadow: 0 0 0 1px #13aff0, -45px 0 0 1px #13aff0, 0 0 0 1px #13aff0, 45px 0 0 1px #13aff0;
	-o-box-shadow: 0 0 0 1px #13aff0, -45px 0 0 1px #13aff0, 0 0 0 1px #13aff0, 45px 0 0 1px #13aff0;
	box-shadow: 0 0 0 1px #13aff0, -45px 0 0 1px #13aff0, 0 0 0 1px #13aff0, 45px 0 0 1px #13aff0;
}
#sidebar h3.widget-title:before {
	display: none;
}

/* Widgets */
#footer-core .widget_archive a,
#footer-core .widget_calendar a,
#footer-core .widget_categories a,
#footer-core .widget_pages a,
#footer-core .widget_meta a,
#footer-core .widget_nav_menu a,
#footer-core .shuttle_widget_categories a,
#footer-core .shuttle_widget_popularposts a,
#footer-core .shuttle_widget_recentcomments a,
#footer-core .shuttle_widget_recentposts a {
	color: #13aff0;
}
#footer-core .widget_archive a:hover,
#footer-core .widget_calendar a:hover,
#footer-core .widget_categories a:hover,
#footer-core .widget_pages a:hover,
#footer-core .widget_meta a:hover,
#footer-core .widget_nav_menu a:hover,
#footer-core .shuttle_widget_categories a:hover,
#footer-core .shuttle_widget_popularposts a:hover,
#footer-core .shuttle_widget_recentcomments a:hover,
#footer-core .shuttle_widget_recentposts a :hover{
	color: #fff;
}

/* Widgets - Search */
#sidebar .widget.widget_search {
	padding-top: 8px;
}

/* Widgets - Tag Cloud */
#footer .widget_tag_cloud a {
	color: #fff;
	background: #13aff0;
}
#footer .widget_tag_cloud a:hover {
	color: #fff;
	background: #222;
}

/* Misc */

/* Responsive */
