/*
 Theme:  Shuttle Pro
 Skin:   goMinimal
*/

/* General */
.themebutton,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-size: 14px;
	font-weight: 700;
	background: #1e1e1e;
	border: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-ms-border-radius: 500px;
	-o-border-radius: 500px;
	border-radius: 500px;
}
a.themebutton {
	color: #FFF;
	font-weight: 700;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-ms-border-radius: 500px;
	-o-border-radius: 500px;
	border-radius: 500px;
}
.themebutton:hover,
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #13aff0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

/* Pre Header Style */
#pre-header {
	background: #f4f4f4;
	border-bottom: none;
}
#pre-header .header-links > ul > li:before {
	content: "";
	display: none;
}
#pre-header .header-links > ul > li > a {
	border-left: 1px solid #e1e1e1;
}
#pre-header .header-links > ul > li:last-child > a {
	border-right: 1px solid #e1e1e1;
}
#pre-header .header-links .menu-hover > a,
#pre-header .header-links > ul > li > a:hover {
	color: #13aff0;
	background: #fff;
}

#pre-header .header-links .sub-menu a {
	padding-top: 10px;
	padding-bottom: 10px;
}

#pre-header-social li a {
	border-left: 1px solid #e1e1e1;
}
#pre-header-social li:last-child > a {
	border-right: 1px solid #e1e1e1;
}

#pre-header-social li a:hover {
	color: #999 !important;
    background: #fff !important;
}

/* Header Style */
#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 {
    color: #fff;
    background: #13aff0;
}

#header-search a {
	color: #999;
	background: #fff;
	border: 1px solid #e1e1e1;
}
#header-search a:hover,
#header-search.active a {
	color: #fff;
	background: #13aff0;
	border: 1px solid #13aff0;
}

/*#header-sticky {
	border-bottom: 1px solid #e1e1e1;
}*/
.header-style1.intro-on #header,
.header-style1.slider-full #header {
	border-bottom: none;
}

/* Call To Action */
#introaction,
#outroaction {
	background: #f4f4f4;
	padding: 60px 10px;
}
#introaction-core,
#outroaction-core {
	background: #fff;
	border-bottom: 3px solid #13aff0;
	padding: 32px 30px 40px;
	-webkit-box-shadow: 0 0 20px 0 rgba( 0, 0, 0, 0.15 );
	-moz-box-shadow: 0 0 20px 0 rgba( 0, 0, 0, 0.15 );
	-ms-box-shadow: 0 0 20px 0 rgba( 0, 0, 0, 0.15 );
	-o-box-shadow: 0 0 20px 0 rgba( 0, 0, 0, 0.15 );
	box-shadow: 0 0 20px 0 rgba( 0, 0, 0, 0.15 );
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
	-ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
#introaction .action-message,
#outroaction .action-message {
	text-align: center;
	width: 100%;
	margin: 0;
}
#introaction .action-link,
#outroaction .action-link {
	text-align: center;
	width: 100%;
	margin: 0;
}
#introaction .action-link a,
#outroaction .action-link a {
	padding: 8px 24px;
}
#introaction .action-text h3,
#outroaction .action-text h3 {
	font-size: 36px;
	font-weight: 700;
}
#introaction .action-teaser,
#outroaction .action-teaser {
	margin-bottom: 23px;
}

/* Featured Style */
.services-builder.style1 {
	background: #fff;
	border: none;
	-webkit-box-shadow: 0 0 20px 0 rgba( 0, 0, 0, 0.15 );
	-moz-box-shadow: 0 0 20px 0 rgba( 0, 0, 0, 0.15 );
	-ms-box-shadow: 0 0 20px 0 rgba( 0, 0, 0, 0.15 );
	-o-box-shadow: 0 0 20px 0 rgba( 0, 0, 0, 0.15 );
	box-shadow: 0 0 20px 0 rgba( 0, 0, 0, 0.15 );
}
.services-builder.style1 h3 {
	font-size: 20px;
	font-weight: 700;
}
.services-builder.style1 .iconmain {
	border-top: 3px solid #13aff0;
}
.services-builder.style1 .iconurl a {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	background: #121212;
	padding: 7px 25px;
	-webkit-border-radius: 500px;
    -moz-border-radius: 500px;
	-ms-border-radius: 500px;
    -o-border-radius: 500px;
    border-radius: 500px;
}
.services-builder.style1 .iconurl a:hover {
	color: #fff;
	background: #13aff0;
}

/* Page Heading Style */
#intro {
	background: #f4f4f4;
	padding-top: 30px;
	padding-bottom: 30px;
}
#intro .page-title,
#intro #breadcrumbs {
	color: #121212;
}
#intro .page-title > span {
	background: #f4f4f4;
	background: rgba(0, 0, 0, 0.05);
	padding-top: 2px;
	padding-bottom: 2px;
}
#intro #breadcrumbs-core {
	background: #f4f4f4;
	background: rgba(0, 0, 0, 0.05);	
}

/* Blog Style */
.blog-article.sticky {
	border: none !important;
	padding: 0;
}
.blog-article.sticky .more-link a {
	color: #121212;
	background: #fff;
}
.blog-article.sticky .more-link a:hover {
	color: #fff;
	background: #13aff0;
}

.blog-style1 .blog-grid .blog-article {
	border: 1px solid #e1e1e1;
	margin-bottom: 40px;
	padding-bottom: 0;
}
.blog-style1 .blog-grid .blog-title {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
}
.blog-style1 .blog-article .entry-meta {
	font-size: 14px;
	padding-bottom: 12px;
}
.blog-article .entry-meta > span {
	text-transform: none;
}
.blog-style1 .blog-article .entry-meta:after {
	top: 10px;
	position: relative;
	content: "";
	background: #eee;
	width: 60px;
	height: 2px;
}
.blog-style1.blog-style1-layout1 .blog-article .entry-header {
	padding-top: 20px;
	padding-left: 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 .entry-content {
	padding-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-grid .blog-article:before {
	display: none;
	content: "";
}
.blog-style1.blog-style1-layout1 .blog-article.format-nomedia .entry-header {
	padding: 0;
}
.blog-style1.blog-style1-layout1 .blog-article.format-nomedia .entry-content {
	padding-left: 20px;
	padding-bottom: 20px;
}

.blog-style1.blog-style1-layout2 .blog-article {
	padding: 20px;
}
.blog-style1.blog-style1-layout2 .blog-article.format-nomedia .entry-content {
	margin-top: 0;
}

/* Page Numbers Style */
.navigation.pagination {
	text-align: center;
}
.navigation.pagination .nav-links a,
.navigation.pagination .nav-links span {
	color: #fff;
	background: #121212;
	border: none;
	width: 36px;
	height: 36px;
	line-height: 36px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-ms-border-radius: 500px;
	-o-border-radius: 500px;
	border-radius: 500px;
}

/* Single Post Style */

/* Post Naviation Style */

/* Comments & Reply Style */

/* Footer Style */
#body-core > footer {
	background: #393939;
	background: url( "./images/backgrounds/bg-footer.jpg" ) center top;
	background-size: 100%;
}
#footer {
	background: none;
	font-size: 15px;
	font-weight: 400;
	background: none;
	border-top: 3px solid #13aff0;
}
#footer-core h3 {
    color: #fff;
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 3px;
}
#footer-core h3:after {
	top: 3px;
	position: relative;
	content: "";
	display: block;
	width: 60px;
	height: 2px;
	background: #13aff0;
}
#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: none;
	border-top: 1px solid #444;
}
#sub-footer,
#sub-footer a:hover {
	color: #fff;
}
#post-footer-social li a {
	border: 1px solid #444;
}

/* Sidebar Style */
#sidebar .widget {
	border: 1px solid #eee;
	border-top: none;
	padding: 9px 20px 20px;
	margin-bottom: 40px;
	-webkit-box-shadow: 0 -3px 0 0 #13aff0;
	-moz-box-shadow: 0 -3px 0 0 #13aff0;
	-ms-box-shadow: 0 -3px 0 0 #13aff0;
	-o-box-shadow: 0 -3px 0 0 #13aff0;
	box-shadow: 0 -3px 0 0 #13aff0;
}
#sidebar h3.widget-title {
	color: #1e1e1e;
	font-size: 20px;
	font-weight: 600;
	text-transform: none;
	margin-bottom: 10px;
	padding-bottom: 0;
}
#sidebar h3.widget-title:before {
	display: none;
	content: '';
	border-bottom: none;
}

/* Widgets */
.widget li a {
	vertical-align: inherit;
}
#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,
#footer-core .widget_archive li > a:before,
#footer-core .widget_calendar li > a:before,
#footer-core .widget_categories li > a:before,
#footer-core .widget_pages li > a:before,
#footer-core .widget_meta li > a:before,
#footer-core .widget_nav_menu li > a:before,
#footer-core .shuttle_widget_categories li > a:before,
#footer-core .shuttle_widget_popularposts li > a:before,
#footer-core .shuttle_widget_recentcomments li > a:before,
#footer-core .shuttle_widget_recentposts li > a:before {
	color: #fff;
}

/* Widgets - Calendar */
.widget_tag_cloud a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
#sidebar .widget_tag_cloud a {
	padding: 5px 14px;
	margin: 0 1px 4px 0;
}
#footer .widget_tag_cloud a {
	background: #13aff0;
}
#footer .widget_tag_cloud a:hover {
	background: #444;
}

/* Widgets - Tags Cloud */

/* Responsive */
