/*
 Theme:  Shuttle Pro
 Skin:   iBusiness
*/

/*
Customizations of this theme start here
*/

/* Pre Header Style */
#pre-header {
	background-color: #f7f7f7;
	border-bottom: none;
	box-shadow: none;
}
#pre-header .header-links > ul > li:before {
	display: none;
}
#pre-header .header-links > ul > li > a {
	color: #777;
}
#pre-header .header-links > ul > li {
	border-left: 1px solid #e7e7e7;
}
#pre-header .header-links > ul > li:last-child {
	border-right: 1px solid #e7e7e7;
}
#pre-header .header-links .menu-hover > a, #pre-header .header-links > ul > li > a:hover {
	color: #13aff0;
}
#pre-header-social li a {
	color: #777;
	border-left: 1px solid #e7e7e7;
}
#pre-header-social li:last-child > a {
	border-right: 1px solid #e7e7e7;
}
#pre-header-social li:last-child {
	border-right: none;
}
#pre-header-social li a:hover {
	background-color: transparent!important;
	color: #13aff0;
}

/* Header Style */
.header-style2 #header .header-links > ul > li a {
    border: none;
}
.header-style2 #header .header-links > ul > li:last-child a {
    border: none;
}
.header-style2 #header .menu > li.menu-hover > a,
.header-style2 #header .menu > li.current_page_item > a,
.header-style2 #header .menu > li.current-menu-ancestor > a,
.header-style2 #header .menu > li > a:hover {
	background-color: transparent;
	color: #13aff0;
	border: none!important;
}
.header-style2 #header .header-links > ul > li > ul > li > a {
	border-left: none;
}
#header .sub-menu li,
#header-sticky .sub-menu li {
	border-left: none;
	border-right: none;
	background: #f7f7f7;
}
.header-style2 #header .header-links .sub-menu {
	border-bottom: none;
	border-top: none;
}
.header-style2 #header .header-links .sub-menu a {
	font-size: 12px;
	font-weight: 600;
	color: #777;
	border-bottom: 1px solid #e7e7e7;
	text-transform: uppercase;
}
.header-style2 #header .header-links .sub-menu a:hover {
	color: #13aff0;
}
.header-style2 #header .header-links > ul > li > ul > li > ul {
	border-left: 1px solid rgba(250,250,250,0.5);
}
.header-style2 #header .header-links > ul > li > ul > li > ul > li > a {
	border-left: none;
}
.header-style2 #header .main-navigation .sub-menu .sub-menu {
	top: 0;
}

/* Intro Style */
#introaction {
	background-color: #fff;
	padding: 60px 0px;
}
.action-text h3 {
	font-size: 36px;
	font-weight: 700;
	color: #1e1e1e;
}
.action-teaser {
	color: #777;
}
#introaction .three_fourth,
#introaction .one_fourth {
	margin: 0;
	float: none;
	width: 100%;
	text-align: center;
}
#introaction .action-link a {
	color: #fff;
	background-color: #13aff0;
	margin-top: 20px;
	padding: 7px 20px;
	font-size: 12px;
	letter-spacing: 0.5px;
	-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: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
#introaction-core,
#outroaction-core,
.sc-action-core {
	padding: 40px;
	background-color: #f7f7f7;
}

/* Featured Style */
.services-builder.style1 {
	background: #f7f7f7;
	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;
}
.services-builder.style1 h3 {
	border-top: 1px solid #13aff0;
	padding-top: 25px;
	color: #1e1e1e;
}
.iconmain p {
	color: #777;
}
.services-builder.style1 .iconurl a {
	padding: 10px 20px;
	font-size: 12px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-weight: 700;
	background-color: #13aff0;
	color: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.services-builder.style1 .iconurl a:hover {
	box-shadow: none;
	color: #fff;
}

/* Footer Style */
#footer {
	border-top: none;
	background-color: #f7f7f7;
}
#footer-core h3 {
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 10px;
}
#footer-core h3:after {
	width: 40px;
	height: 3px;
	background-color: #13aff0;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
}
#footer .widget li > a:before {
	display: none;
}
#footer .widget li > span {
	display: block;
	font-size: 12px;
	color: #9a9a9a;
}
#footer .widget li > a,
#footer .widget li > span > a {
	font-weight: 400;
	color: #777;
	font-size: 14px;
}
#footer .widget li a:hover {
	color: #13aff0;
}
#footer .widget li {
	margin-bottom: 5px;
}
#footer .widget li:last-child {
	margin-bottom: 0px;
}
#footer .widget_tag_cloud a {
	font-size: 13px!important;
	border: 1px solid #e7e7e7;
	background-color: transparent;
	color: #777;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
#footer .widget_tag_cloud a:hover {
	color: #fff;
	background-color: #13aff0;
	border-color: #13aff0;
}
#footer .widget_search .search {
	box-shadow: none;
	background-color: #e7e7e7;
	border: none;
	padding: 7px 15px;
	outline: none;
	font-size: 13px;
}

/* Sub-footer Style */
#sub-footer {
	border-top: 1px solid #e7e7e7;
	background-color: #f7f7f7;
	color: #4a4a4a;
}
#footer-menu li:after {
	display: none;
}
#sub-footer a {
	color: #777;
}
#sub-footer a:hover {
	color: #13aff0;
}

/* Page Intro Style */
#intro {
	background-color: #13aff0;
	padding: 45px 0px;
}
#intro .page-title span {
	padding: 0px;
	background-color: transparent;
}
#intro .page-title {
	float: left;
	font-size: 28px;
	color: #fff;
}
#intro #breadcrumbs {
	float: right;
	margin-top: 20px;
}
#intro #breadcrumbs,
#intro #breadcrumbs a {
	color: #fff;
	font-weight: 400;
}
#intro #breadcrumbs-core {
	background-color: transparent;
	padding: 0px;
}

/* Blog Posts Style */
.blog-style2 #content {
	background-color: #fff;
}
.blog-style2 .blog-article {
	background-color: #f7f7f7;
	border: none;
}
.blog-article.sticky .blog-title a,
.blog-article .blog-title a {
	border-top: 1px solid #13aff0;
	display: inline-block;
	width: 100%;
	padding-top: 20px;
	color: #1e1e1e;
}
.blog-article.sticky .entry-content p {
	color: #777;
}
.blog-style2 .blog-article .entry-content {
	text-align: left;
}
.blog-article.sticky .entry-meta a,
.blog-article.sticky .entry-meta i {
	color: #777;
	font-weight: 400;
}
.blog-article.sticky .entry-meta a:hover,
.blog-article.sticky .entry-meta i:hover {
	color: #13aff0;
}
a.themebutton {
	font-size: 13px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-weight: 700;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.blog-article .more-link a {
	padding: 10px 20px;
}
.blog-article .entry-meta > span:before {
	content: '|';
}
.navigation.pagination .nav-links a,
.navigation.pagination .nav-links span {
	background-color: #fff;
	width: 36px;
	height: 36px;
	line-height: 36px;
	color: #1e1e1e;
	font-weight: 700;
	border: 2px solid #eee;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

/* Sidebar Style */
#sidebar .widget {
	padding: 20px;
	background-color: #f7f7f7;
}
#sidebar .widget_search {
	padding: 0;
}
#sidebar .widget_search .search {
	padding: 10px 15px;
}
#sidebar h3.widget-title {
	position: relative;
	color: #1e1e1e;
	font-size: 20px;
	text-transform: capitalize;
	padding-bottom: 5px;
}
#sidebar h3.widget-title:after {
	width: 40px;
	height: 3px;
	background-color: #13aff0;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
}
#sidebar h3.widget-title:before {
	display: none;
}
#sidebar .widget li > a:before {
	display: none;
}
#sidebar .widget li > span {
	display: block;
	font-size: 12px;
	font-weight: 600;
	color: #aaaaaa;
}
#sidebar .widget li > a,
#sidebar .widget li > span a {
	font-size: 16px;
	font-weight: 300;
	color: #777;
}
#sidebar .widget li > a:hover,
#sidebar .widget li > span a:hover {
	color: #13aff0;
}
#sidebar .widget_archive li > a,
#sidebar .widget_categories li > a,
#sidebar .widget_meta li > a {
	font-size: 16px;
}	
#sidebar .widget_archive li,
#sidebar .widget_categories li,
#sidebar .widget_meta li {
	border-bottom: 1px solid #e7e7e7;
}
#sidebar .widget_archive li:last-child,
#sidebar .widget_categories li:last-child,
#sidebar .widget_meta li:last-child {
	border-bottom: none;
}
#sidebar .widget_tag_cloud a {
	background-color: transparent;
	border: 1px solid #eee;
	color: #4a4a4a;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
#sidebar .widget_tag_cloud a:hover {
	background-color: #13aff0;
	border-color: #13aff0;
	color: #fff;
}

/* Single Post Style */
.single .entry-header,
.single .entry-content {
	background-color: #f7f7f7;
}
.single .entry-header {
	margin-bottom: 0px;
	padding: 20px;
}
.single .entry-meta {
	text-align: left;
}
.single .entry-content {
	margin-bottom: 0px;
	padding: 20px;
	border-bottom: 1px solid #e7e7e7;
}
.single .entry-content ul {
	margin-bottom: 0px;
}
#nav-above,
#nav-below {
	padding: 30px;
	background-color: #f7f7f7;
}
.nav-previous a,
.nav-next a {
	font-size: 12px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0px 20px;
	color: #1e1e1e;
	background-color: #e7e7e7;
	-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: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.nav-previous a:hover,
.nav-next a:hover {
	background-color: #13aff0;
	color: #fff;
	border-color: #13aff0;
	box-shadow: none;
}

/* Comments & Leave Comment Style */
#comments {
	padding: 20px;
	margin-top: 60px;
}
#comments-title {
	padding-bottom: 10px;
	padding-left: 20px;
	padding-top: 1px;
    background: #f7f7f7;
}
#comments-title h3,
#reply-title {
	position: relative;
	color: #1e1e1e;
	font-size: 20px;
	text-transform: capitalize;
	padding-bottom: 5px;
	font-weight: 700;
	text-align: left;
	padding-bottom: 15px;
}
#comments-title h3:after,
#reply-title:after {
	width: 40px;
	height: 3px;
	background-color: #13aff0;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
}
.commentlist .comment, .commentlist .pingback {
	margin: 0px;
	padding: 30px 20px;
	background-color: #f7f7f7;
}
.commentlist,
.commentlist article, {
	background-color: #f7f7f7!important;	
}
.commentlist .children article:before {
	display: none;
}
#respond {
	background-color: #f7f7f7;
	padding: 20px;
}
#commentform input[type="text"],
#commentform textarea,
#commentform input[type="text"]:focus,
#commentform textarea:focus {
	background-color: #e7e7e7;
	outline: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.themebutton,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 10px 20px;
	font-size: 12px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-weight: 700;
	-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: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.themebutton:hover,
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	box-shadow: none;
}
.comment-respond .form-submit {
	text-align: left;
}

