@charset "UTF-8";

/*
Theme Name: ReputeWP
Theme URI: http://themeineed.com
Description: Multipurpose WordPress Theme
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.0
Author: The Develovers
Author URI: http://themeineed.com
Tags: multipurpose, business, responsive, theme-options

A theme developed by The Develovers.
1. The PHP code and integrated HTML are licensed under the General Public License (GPL).
2. All other parts, but not limited to the CSS code, images, and design are licensed
   according to the license purchased.
*/


/* ----------------------/
/* GENERALS
/* ----------------------*/

body {
	line-height: 1.6;
}
body.layout-boxed {
	background-repeat: repeat;
	background-color: #ccc;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 5px;
	font-family: "Roboto Condensed", sans-serif;
	color: #474747;
}

section {
	margin-bottom: 60px;
}

a {
	color: #406da4;
}
a:hover, a:focus {
	color: #355987;
	text-decoration: none;
}

a,
a:focus,
a:hover,
a:active,
button,
button:hover {
	outline: 0 !important;
}

hr {
	border-color: #eaeaea;
}

/* wrapper */
.wrapper {
	/*background: #fff;*/
}

.full-width-section {
	padding: 100px 0;
	background-color: #406da4;
}

.layout-boxed .wrapper {
	max-width: 1200px;
	margin: 0 auto;
}

.section-heading {
	margin-bottom: 10px;
	background: url("../../uploads/h3-separator-or.gif");
	background-repeat: no-repeat;
  	background-position: 0px 40px; 
  	height: 50px;

}
.section-heading:after {
	display: block;
	/*content: '......';*/
	/*padding:35px;*/
	/*color: #FFFFF;*/
	/*font-weight: 500;*/

}
.section-heading.panel-title:after {
	display: none;
}

/* page header */
.page-header {
	padding: 5px 0;
	margin: 0;
	border-bottom: 1px solid #eaeaea;
}
.page-header .container {
	position: relative;

}
.page-header .breadcrumb {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -18px;
	background: none;
}
.breadcrumb .home i {
	font-size: 16px;
}
.page-header .page-title {
	margin: 20px 0;
	font-size: 18px;
	font-weight: normal;
}
@media screen and (max-width: 768px) {
	.page-header .breadcrumb,
	.page-header .page-title {
		float: none !important;
		text-align: center;
	}
	.page-header .breadcrumb {
		position: inherit;
		top: inherit;
		right: inherit;
	}
}



 


.page-contentHome {
	margin: 0;
	/*Modified*/
	/* margin: 40px 0;*/
	background: #fff;
}

.page-contentHome img.alignleft {
	float: left;
	margin-right: 14px;
}

.page-contentHome img.alignright {
	float: right;
	margin-left: 14px;
}

.page-content {
	margin: 0;
	/*Modified*/
	/* margin: 40px 0;*/
	margin: 0;
	padding-top: 40px;
	background: #fff;
}

.page-content img.alignleft {
	float: left;
	margin-right: 14px;
}

.page-content img.alignright {
	float: right;
	margin-left: 14px;
}

.animation-delay-1 {
	-moz-animation-delay: 0.1s !important;
	-webkit-animation-delay: 0.1s !important;
	animation-delay: 0.1s !important;
}

.animation-delay-2 {
	-moz-animation-delay: 0.2s !important;
	-webkit-animation-delay: 0.2s !important;
	animation-delay: 0.2s !important;
}

.animation-delay-3 {
	-moz-animation-delay: 0.3s !important;
	-webkit-animation-delay: 0.3s !important;
	animation-delay: 0.3s !important;
}

.animation-delay-4 {
	-moz-animation-delay: 0.4s !important;
	-webkit-animation-delay: 0.4s !important;
	animation-delay: 0.4s !important;
}

.animation-delay-5 {
	-moz-animation-delay: 0.5s !important;
	-webkit-animation-delay: 0.5s !important;
	animation-delay: 0.5s !important;
}

.animation-delay-6 {
	-moz-animation-delay: 0.6s !important;
	-webkit-animation-delay: 0.6s !important;
	animation-delay: 0.6s !important;
}

.animation-delay-7 {
	-moz-animation-delay: 0.7s !important;
	-webkit-animation-delay: 0.7s !important;
	animation-delay: 0.7s !important;
}

.animation-delay-8 {
	-moz-animation-delay: 0.8s !important;
	-webkit-animation-delay: 0.8s !important;
	animation-delay: 0.8s !important;
}

.animation-delay-9 {
	-moz-animation-delay: 0.9s !important;
	-webkit-animation-delay: 0.9s !important;
	animation-delay: 0.9s !important;
}

.animation-delay-10 {
	-moz-animation-delay: 1s !important;
	-webkit-animation-delay: 1s !important;
	animation-delay: 1s !important;
}

.animation-delay-11 {
	-moz-animation-delay: 1.1s !important;
	-webkit-animation-delay: 1.1s !important;
	animation-delay: 1.1s !important;
}

.animation-delay-12 {
	-moz-animation-delay: 1.2s !important;
	-webkit-animation-delay: 1.2s !important;
	animation-delay: 1.2s !important;
}

.animation-delay-13 {
	-moz-animation-delay: 1.3s !important;
	-webkit-animation-delay: 1.3s !important;
	animation-delay: 1.3s !important;
}

.animation-delay-14 {
	-moz-animation-delay: 1.4s !important;
	-webkit-animation-delay: 1.4s !important;
	animation-delay: 1.4s !important;
}

.animation-delay-15 {
	-moz-animation-delay: 1.5s !important;
	-webkit-animation-delay: 1.5s !important;
	animation-delay: 1.5s !important;
}

/* social link icons */
ul.social-icons li a {
	-moz-border-radius: 28px;
	-webkit-border-radius: 28px;
	border-radius: 28px;
	display: block;
	width: 56px;
	height: 56px;
	line-height: 40px;
	font-size: 26px;
	color: #fff;
	/*color: #DE6F38;*/
	text-align: center;
}

ul.social-icons li a:hover {
	background-color: #414143;
}

/* social background color */
.bgcolor-twitter { background: #DA733E; /* background: #00c4fc;*/ }
.bgcolor-facebook { background: #DA733E; /*background: #3350ae;*/ }
.bgcolor-twitterBusiness { background: #00c4fc;}
.bgcolor-facebookBusiness  {background: #3350ae; }
.bgcolor-youtubeBusiness { background: #e8211a; }
.bgcolor-linkedin { background: #0084d7; }
.bgcolor-pinterest { background: #df2828; }
.bgcolor-delicious { background: #055ff5; }
.bgcolor-paypal { background: #23649a; }
.bgcolor-google-plus { background: #d83d2d; }
.bgcolor-stumbleupon { background: #c60303; }
.bgcolor-500px { background: #0089d4; }
.bgcolor-foursquare { background: #3ab6e8; }
.bgcolor-digg { background: #024dcb; }
.bgcolor-spotify { background: #aed40e; }
.bgcolor-reddit { background: #ff7800; }
.bgcolor-dribbble { background: #fe0085; }
.bgcolor-flickr { background: #e53a7c; }
.bgcolor-rss { background: #ef7528; }
.bgcolor-skype { background: #1dc6ff; }
.bgcolor-yelp { background: #C41200; }
.bgcolor-youtube { background: #DA733E;/*background: #e8211a;*/ }
.bgcolor-vimeo { background: #1ab7ea; }
.bgcolor-amazon { background: #f59e1b; }
.bgcolor-github { background: #024dcb; }
.bgcolor-lastfm { background: #c60303; }
.bgcolor-soundcloud { background: #ff4701; }
.bgcolor-tumblr { background: #3d627d; }
.bgcolor-instagram { background: #1c527e; }
.bgcolor-steam { background: #171a21; }
.bgcolor-stack-overflow { background: #f90; }
.bgcolor-vine { background: #00b488; }
.bgcolor-yahoo { background: #400191; }

ul.social-icons li a i {
	position: relative;
	top: 8px;
}

/* footer */
footer {
	/*background-color: #49494b;*/
	font-weight: 300;
	font-size: 16px;
	color: #eaeaea;
	background-image: url("../../uploads/bkg_footer.jpg");
}
footer a {
	color: #fff;
}
footer a:hover, footer a:focus {
	color: #fff;
	text-decoration: underline;
}
footer .container {
	padding-top: 30px;
	padding-bottom: 30px;
}
footer .logo {
	width: 100px;
	margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
	footer .container {
		padding: 30px 15px;
	}
}

.footer-heading {
	margin: 0 0 13px 0;
	font-size: 20px;
	line-height: 2;
	color: #fff;
	margin-bottom: 10px;
	background: url("../../uploads/h3-separator-or.gif");
	background-repeat: no-repeat;
  	background-position: 0px 35px; 
  	height: 50px;
}

.footer-nav > li {
	margin-bottom: 10px;
	
}

.copyright {
	padding: 15px 0;
	/* background-color: #323232;*/
	font-size: 12px;
	background-image: url("../../uploads/bkg_footer.jpg");
	background-position:0px -345px;
}

/* light footer theme */
.footer-light {
	background-color: #f2f2f2;
	font-weight: normal;
	color: #5e5e5e;
	border-top: 1px solid #dedede;
}
.footer-light a {
	color: #5e5e5e;
		
}
.footer-light a:hover, .footer-light a:focus {
	color: #5e5e5e;
	text-decoration: underline;
}
.footer-light .footer-heading {
	color: #5e5e5e;
}
.footer-light .newsletter-form .input-group-lg > .form-control {
	background: #f7f7f7;
}
.footer-light .copyright {
	background-color: #f2f2f2;
	border-top: 1px solid #dedede;
}


/* ----------------------/
/* NAVBAR
/* ----------------------*/

/* navigation bar */
.navbar {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin: 0;
	border-left: none;
	border-right: none;
}
.navbar.navbar-dark {
	background-color: #49494b;
}
.navbar.navbar-dark .navbar-nav .active > a, .navbar.navbar-dark .navbar-nav .active a:hover, .navbar.navbar-dark .navbar-nav .active a:focus {
	background-color: #444446;
}
.navbar.navbar-dark a, .navbar.navbar-dark i {
	color: #fff;
}
.navbar.navbar-dark .nav > li > a:hover, .navbar.navbar-dark .nav > li > a:focus {
	background-color: #444446;
}
.navbar.navbar-dark .nav > li .dropdown-menu > li > a:hover, .navbar.navbar-dark .nav > li .dropdown-menu > li > a:focus {
	background-color: #444446;
}
.navbar.navbar-dark .dropdown-menu {
	background-color: #49494b;
}
.navbar.navbar-dark .dropdown-menu .dropdown-menu {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	border-left: 1px solid #444446;
}
.navbar.navbar-dark .btn-link {
	color: #fff;
}
.navbar.navbar-dark .dropdown-menu > li > a:hover, .navbar.navbar-dark .dropdown-menu > li > a:focus {
	color: #fff;
	background-color: #444446;
}
.navbar.navbar-dark .searchbox .btn i {
	color: #49494b;
}
.navbar.navbar-dark .mega-menu-content .menu-heading {
	color: #fff;
}
.navbar.navbar-dark .mega-menu-content .list-menu > li > a {
	color: #fff;
}
.navbar.navbar-dark .mega-menu-content .list-menu > li > a:hover, .navbar.navbar-dark .mega-menu-content .list-menu > li > a:focus {
	color: #fff;
	background-color: #444446;
}
.navbar.navbar-dark .mega-menu-content .list-menu > li.active > a {
	color: #fff;
}
@media screen and (min-width: 992px) {
	.navbar .dropdown:hover > .dropdown-menu {
		display: block;
	}
	.navbar .dropdown-menu > .dropdown:hover > .dropdown-menu {
		display: block;
	}
}

.navbar-brand {
	height: auto;
	padding: 0 15px;
}
.navbar-brand > img {
	display: inline-block;
	height: 64px;
}
.navbar-toggle {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #406da4;
	padding: 5px 10px;
}
.navbar-default {
	background-color: #fff;
	border-top: none;
	min-height: 40px;
}
.navbar-default .navbar-toggle {
	border: none;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #355987;
}
.navbar-default .navbar-toggle i {
	color: #fff;
	font-size: 21px;
	line-height: 25px;
}
.navbar-default .dropdown-menu {
	min-width: 190px;
	right: auto;
}
.navbar-default .dropdown:hover > .dropdown-menu {
	margin-top: 1px;
}
.navbar-default .dropdown-menu .active > a, .navbar-default .dropdown-menu .active a:hover, .navbar-default .dropdown-menu .active a:focus {
	background-color: #6A737E;
}

.navbar-default .navbar-nav {
	margin-right: -20px;
}
.navbar-default .navbar-nav > li > a {
	padding: 22px 20px;
	font-weight: 600;
	color: #474747;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background-color: #eaeaea;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	color: #355987;
	background-color: transparent;
}
.navbar-default .navbar-nav .dropdown-toggle i {
	margin-left: 3px;
	color: #b8b8b8;
}

.navbar-fixed-top.shrinkable .navbar-nav > li > a , .navbar-fixed-top.shrinkable .navbar-brand > img {
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.navbar-fixed-top.shrink-active .navbar-brand {
	line-height: 40px;
}
.navbar-fixed-top.shrink-active .navbar-brand > img {
	height: 35px;
}
.navbar-fixed-top.shrink-active .navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar-fixed-top .navbar-nav {
	margin-right: -5px;
}
.navbar-default .navbar-nav > li.current-menu-ancestor > a {
	background-color: #f9f9f9;
}

.navbar-nav .dropdown-menu {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.175);
	-webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.175);
	box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.175);
	padding: 0;
	top: 99%;
	border: none;
	border-top: 2px solid #32557f;
}
.navbar-nav .dropdown-menu > li > a {
	padding: 8px 12px;
	font-size: 13px;
}
.navbar-nav .dropdown-menu > li > a:hover, .navbar-nav .dropdown-menu > li > a:focus {
	background-color: #6A737E;
	color: #fff;
}
.navbar-nav .dropdown-menu > li > a i {
	position: absolute;
	right: 11px;
	top: 11px;
}
.navbar-nav .dropdown-menu .dropdown.open > a,
.navbar-nav .dropdown-menu .dropdown.open > a:hover,
.navbar-nav .dropdown-menu .dropdown.open > a:focus {
	color: #fff;
	background-color: #6A737E;
}
.navbar-nav .dropdown-menu .dropdown-menu {
	top: -2px;
	left: 100%;
	border: 1px solid #E8E8E8;
	border-left: 1px solid #6A737E;
	min-width: 190px;
}
.navbar-nav .dropdown-menu .dropdown-menu li {
	display: block;
}

.label-main-nav {
	position: relative;
	top: -2px;
}

@media screen and (max-width: 992px) {
	.navbar-toggle {
		display: block;
		margin-right: 0;
	}

	.navbar-collapse.collapse {
		display: none !important;
	}

	.navbar-collapse.collapse,
	.navbar-collapse.collapsing {
		padding-left: 0;
		padding-right: 0;
	}

	.navbar-collapse.collapse.in {
		display: block !important;
		overflow-y: auto !important;
	}

	.navbar-header,
	.navbar-nav,
	.navbar-nav > li {
		float: none !important;
	}

	.navbar-default .navbar-nav {
		margin-right: 0;
	}
	/* last child is search icon */
	.navbar-default .navbar-nav > li:last-child {
		min-height: 44px;
	}
	.navbar-default .navbar-nav > li > a {
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.navbar-default .navbar-nav li > a > i {
		position: absolute;
		right: 15px;
		font-size: 18px;
	}
	.navbar-default .navbar-nav li.mega-menu ul.list-menu > li > a > i {
		position: relative;
		right: 0;
		top: 0px;
		font-size: 14px;
	}
	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
		background-color: transparent;
	}

	.navbar-default .navbar-nav .open .dropdown-menu {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		border: none;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		padding: 5px 15px 5px 25px;
		color: #4a4a4a;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li.active > a {
		color: inherit;
		background-color: #E7E7E7;
	}

	.dropdown-menu .dropdown .dropdown-menu {
		display: block;
		padding-left: 12px;
	}
	.dropdown-menu .dropdown a > i {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.navbar-brand {
		margin-top: 0;
	}
	.navbar-collapse.collapse,
	.navbar-collapse.collapsing {
		padding-left: 15px;
		padding-right: 15px;
	}
	.navbar-default .navbar-nav {
		margin-left: 0;
	}
	.navbar-default .navbar-toggle {
		margin-top: 14px;
		margin-bottom: 14px;
	}
	.navbar-default .navbar-nav .dropdown-menu .dropdown a {
		background-color: inherit;
	}
	.navbar-default .navbar-nav .dropdown-menu .dropdown i {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.navbar-toggle {
		margin-right: 15px;
	}

	.navbar > .container .navbar-brand {
		margin-left: 5px;
	}
}

/* ----------------------/
/* UI ELEMENTS
/* ----------------------*/

/* button */
.btn {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.btn:active, .btn.active {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-primary {
	background-color: #406da4;
	border-color: #3c6699;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active,
.btn-primary .open > .dropdown-toggle.btn-primary {
	background-color: #3c6699;
	border-color: #355987;
}

.btn-group.open .dropdown-toggle {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* outline buttons */
.btn-outline {
	background-color: transparent !important;
	border-width: 2px;
	color: #4a4a4a;
}
.btn-outline:hover {
	color: #fff;
}
.btn-outline.btn-default:hover {
	background-color: #b3b3b3 !important;
}
.btn-outline.btn-primary:hover {
	background-color: #337AB7;
}
.btn-outline.btn-info:hover {
	background-color: #5BC0DE !important;
}
.btn-outline.btn-success:hover {
	background-color: #5CB85C !important;
}
.btn-outline.btn-warning:hover {
	background-color: #F0AD4E !important;
}
.btn-outline.btn-danger:hover {
	background-color: #D9534F !important;
}
.btn-outline.btn-outline-disabled, .btn-outline [disabled] {
	border: 2px solid #ccc;
	color: #ccc;
}
.btn-outline.btn-outline-disabled:hover, .btn-outline [disabled]:hover {
	color: #ccc;
}

/* remove button transition effect */
.btn-no-transition {
	-moz-transition: none;
	-o-transition: none;
	-webkit-transition: none;
	transition: none;
}

/* rounded and no rounded buttons, default: rounded 2px */
.btn-rounded-2x {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.btn-rounded-3x {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.btn-rounded-4x {
	-moz-border-radius: 17px;
	-webkit-border-radius: 17px;
	border-radius: 17px;
}

.btn-no-rounded {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

/* input groups */
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.input-group-lg > .form-control, .input-lg {
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-bottom-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

.form-control,
.input-group-addon {
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-bottom-right-radius: 2px;
	border-bottom-right-radius: 2px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.input-group-addon .fa {
	min-width: 14px;
}

/* control label */
.form-horizontal.left-aligned .control-label {
	text-align: left;
}

/* tabs */
.nav-tabs > li > a {
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
	font-size: 14px;
}
@media screen and (max-width: 480px) {
	.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
		background-color: #406da4;
		color: #fff;
	}
}

.nav .open > a, .nav .open a:hover, .nav .open a:focus {
	border-color: #fff;
}

.nav-pills > li > a {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	background-color: #406da4;
}

.nav-tabs.tabs-iconized > li i,
.nav-pills.tabs-iconized > li i {
	position: relative;
	margin-right: 3px;
	top: 3px;
	font-size: 20px;
}

.custom-tabs-left {
	border-bottom: none;
}
.custom-tabs-left > .nav-tabs {
	float: left;
	margin-right: 19px;
	border-right: 1px solid #ccc;
	border-bottom: none;
}
.custom-tabs-left > .nav-tabs > li {
	float: none;
}
.custom-tabs-left > .nav-tabs > li a {
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-bottom-left-radius: 2px;
	border-bottom-left-radius: 2px;
	min-width: 74px;
	margin-right: -1px;
}
.custom-tabs-left > .nav-tabs > li a:hover, .custom-tabs-left > .nav-tabs > li a:focus {
	background: transparent;
	border-color: transparent;
}
.custom-tabs-left > .nav-tabs .active a, .custom-tabs-left > .nav-tabs .active a:hover, .custom-tabs-left > .nav-tabs .active a:focus {
	border: 1px solid #ccc;
	border-right-color: #fff;
	color: inherit;
	background-color: #fff;
}
.custom-tabs-left .tab-content {
	padding-top: 5px;
}

.custom-tabs-line {
	text-align: center;
}
.custom-tabs-line ul {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
}
.custom-tabs-line ul > li {
	float: left;
}
.custom-tabs-line ul > li a {
	color: #707070;
}
.custom-tabs-line ul > li a:hover, .custom-tabs-line ul > li a:focus {
	color: #4a4a4a;
	background-color: transparent;
}
.custom-tabs-line.tabs-line-top {
	border-top: 1px solid #ccc;
}
.custom-tabs-line.tabs-line-top ul > li {
	margin-top: -1px;
}
.custom-tabs-line.tabs-line-top a {
	border-top: 1px solid transparent;
}
.custom-tabs-line.tabs-line-top .active a {
	border-top-color: #406da4;
}
.custom-tabs-line.tabs-line-bottom {
	border-bottom: 1px solid #ccc;
}
.custom-tabs-line.tabs-line-bottom ul > li {
	margin-bottom: -1px;
}
.custom-tabs-line.tabs-line-bottom a {
	border-bottom: 1px solid transparent;
}
.custom-tabs-line.tabs-line-bottom .active a {
	border-bottom: 1px solid #406da4;
}
.custom-tabs-line.left-aligned {
	text-align: left;
}
.custom-tabs-line.right-aligned {
	text-align: right;
}

.tab-content {
	padding: 15px 8px;
}

.tab-pane.text-center img {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
}

/* accordion, collapsible content */
.panel-group .panel .panel-title > a i {
	font-size: 18px;
}
.panel-group .panel .panel-title > a i.icon-collapsed {
	display: none;
}
.panel-group .panel .panel-title > a.collapsed .icon-expanded {
	display: none;
}
.panel-group .panel .panel-title > a.collapsed .icon-collapsed {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	vertical-align: baseline;
}

/* alerts */
.alert {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

div[class*="col-"] > .form-group {
	margin-left: 0;
	margin-right: 0;
}

/* add contextual color for badges */
.badge-primary {
	background-color: #337AB7;
}

.badge-info {
	background-color: #5BC0DE;
}

.badge-success {
	background-color: #5CB85C;
}

.badge-warning {
	background-color: #F0AD4E;
}

.badge-danger {
	background-color: #D9534F;
}

/* pagination */
.pagination > li > a,
.pagination > li > span {
	color: #406da4;
}
.pagination > li > a:hover, .pagination > li > span:hover,
.pagination > li > a:focus, .pagination > li > span:focus {
	background-color: #5281bb;
	border-color: #406da4;
	color: #fff;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-bottom-left-radius: 2px;
	border-bottom-left-radius: 2px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-bottom-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
.pagination > .active > a:hover, .pagination > .active > span:hover,
.pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: #5281bb;
	border-color: #406da4;
	color: #fff;
}
.pagination > .active > a, .pagination > .active > span {
	background-color: #406da4;
	border-color: #396192;
}
.pagination.borderless > li > a,
.pagination.borderless > li > span {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border-color: transparent;
	margin: 0 1px;
}
.pagination.borderless > li:first-child > a,
.pagination.borderless > li:first-child > span, .pagination.borderless > li:last-child > a,
.pagination.borderless > li:last-child > span {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.pagination.borderless > li.active > a,
.pagination.borderless > li.active > span {
	color: #fff;
	background-color: #406da4;
}
.pagination.borderless > li.active > a:hover, .pagination.borderless > li.active > a:focus,
.pagination.borderless > li.active > span:hover,
.pagination.borderless > li.active > span:focus {
	color: #fff;
	background-color: #406da4;
}

.pager li > a:hover, .pager li > a:focus {
	background-color: #406da4;
	border-color: #3c6699;
	color: #fff;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
	border-color: #ddd;
}


/* ----------------------/
/* BLOG
/* ----------------------*/

/* blog list */
.blog a:hover, .blog a:focus {
	text-decoration: none;
}
.blog .entry-title a {
	color: inherit;
}
.blog .entry-title a:hover, .blog .entry-title a:focus {
	color: #406da4;
}
.blog .entry-header {
	margin-bottom: 20px;
}
.blog .entry-title {
	font-size: 22px;
	font-weight: 300;
}
.blog .meta-line {
	color: #adadad;
}
.blog .meta-line span {
	margin-right: 15px;
}
.blog .meta-line .post-comment {
	margin-right: 0;
}
.blog .meta-line a {
	color: inherit;
	font-weight: 600;
}
.blog .meta-line a:hover, .blog .meta-line a:focus {
	color: #406da4;
}
.blog .featured-video,
.blog .featured-image {
	margin-bottom: 20px;
}
.blog .featured-image img {
	max-width: 100%;
}
.blog .featured-video iframe {
	border: none;
}
.blog .featured-video .post-date-info {
	z-index: 9999;
}
.blog.medium-thumbnail .featured-video .fluid-width-video-wrapper {
	position: relative;
	height: 0;
	padding-top: 1px !important;
	padding-bottom: 70%;
}
.blog.medium-thumbnail .featured-video .fluid-width-video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.blog .post-date-info {
	position: absolute;
	padding: 7px 0;
	width: 60px;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	font-weight: 300;
}
.blog .post-date,
.blog .post-month,
.blog .post-year {
	display: block;
	text-align: center;
}
.blog .post-date {
	font-size: 20px;
}
.blog .post-month,
.blog .post-year {
	font-size: 11px;
	line-height: 1.3;
}
.blog hr {
	margin: 35px 0;
}
@media screen and (max-width: 768px) {
	.blog .meta-line > div {
		display: block;
		float: none !important;
	}
}
@media screen and (max-width: 480px) {
	.blog .post-tags {
		display: none;
	}
}

/* latest posts, recent posts */
.blogposts, .recent-comments {
	margin-bottom: 0;
}
.blogposts li, .recent-comments li {
	margin-bottom: 20px;
}
.blogposts li:last-child, .recent-comments li:last-child {
	margin-bottom: 0;
}

.blogposts .post-title {
	margin-bottom: 0;
	font-family: inherit;
	font-size: 13px;
	line-height: 1.6;
}
.blogposts span {
	font-size: 11px;
}

/* recent comments */
.recent-comments img {
	width: 40px;
	height: 40px;
}
.recent-comments .media-heading {
	font-family: inherit;
	font-size: 13px;
	line-height: 1.3;
}

.category-list li a {
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #eaeaea;
	color: inherit;
	font-weight: 600;
}
.category-list li a:hover, .category-list li a:focus {
	color: #406da4;
}

.sub-category-list {
	padding-left: 10px;
	list-style: none;
}

/* tag list */
.tag-list {
	padding-left: 5px;
}
.tag-list li {
	padding-right: 0;
}
.tag-list li a {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: block;
	margin-bottom: 5px;
	padding: 4px 10px;
	background-color: #406da4;
	color: #fff;
	border: 1px solid transparent;
}
.tag-list li a:hover, .tag-list li a:focus {
	background-color: #fff;
	border-color: #777;
	color: #4a4a4a;
}

/* blog single item */
.blog.single .section-heading {
	margin-top: 0;
	font-family: inherit;
	font-size: 21px;
	font-weight: 600;
}

.social-sharing .section-heading {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	font-size: 18px !important;
	margin-bottom: 0;
	margin-right: 10px;
	line-height: 22px;
	font-weight: normal !important;
}
.social-sharing .section-heading:after {
	display: none;
}

.sharing-tools {
	margin-bottom: 0;
}

.author-info .author-name {
	font-size: 18px;
}

/* related post */
.related-post-list img {
	width: 275px;
	max-width: 100%;
	margin-bottom: 10px;
}

.related-post-list a {
	display: block;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.6;
}
.related-post-list .post-title {
	margin-top: 10px;
	font-size: 16px;
}

@media screen and (max-width: 768px) {
	.related-post-list li {
		margin-bottom: 30px;
	}
	.related-post-list li:last-child {
		margin-bottom: 0;
	}
	.related-post-list img {
		width: 100%;
	}
}

/* comments */
.comments .media-left {
	float: left;
}

.comments .avatar {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: block;
	width: 45px;
	height: 45px;
}

.comments .avatar.anonymous {
	font-size: 22px;
	background-color: #ccc;
	color: #8c8c8c;
	text-align: center;
	line-height: 45px;
}

.comments .comment-author {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	margin-right: 10px;
	font-family: inherit;
	font-size: 16px;
}

.comments .bypostauthor {
	padding: 15px 5px 5px 5px;
	margin-bottom: 30px;
	background: #FCF7D9;
}

.comment-form {
	margin-top: 60px;
}

.comment {
	list-style: none;
}

.comment .children {
	padding-left: 55px;
}

.comment-text {
	margin-bottom: 15px;
}

.comment-pagination {
	font-size: 16px;
}

.comment-pagination .page-numbers {
	margin: 0 5px;
}

/* --------------/
/* TYPOGRAPHY 
/* -------------*/

.text-body-color {
	color: #4a4a4a !important;
}

.text-white-color {
	color: #fff;
}

.text-dashed {
	border-bottom: 1px dashed #4a4a4a;
}

.text-accent-color {
	color: #406da4;
}

.dropcap {
	float: left;
	min-width: 31px;
	padding: 5px 0;
	margin: 5px 8px 0 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 21px;
	text-align: center;
	background-color: #406da4;
	color: #FFF;
}
.dropcap.dropcap-big {
	min-width: 50px;
	padding: 8px 0;
	margin: 5px 10px 0 0;
	font-size: 36px;
	font-weight: 400;
	line-height: 36px;
}

.list-iconed i {
	font-size: 15px;
}

.heading-center {
	text-align: center;
	margin-bottom: 50px;
}
.heading-center .section-heading {
	font-size: 40px;
	margin-bottom: 0;
}
.heading-center hr {
	width: 80px;
	margin-top: 40px;
	border-color: #406da4;
}

.contact-info.contact-half {
	margin-left: 2.5em;
}
.contact-info.contact-half li {
	font-size: 18px;
	margin-bottom: 30px;
}
.contact-info.contact-half i {
	font-size: 21px;
	line-height: 21px;
}


/* --------------/
/* HELPERS
/* -------------*/

.inline-img {
	float: left;
	margin: 0 10px 10px 0;
	width: 50%;
}

.no-margin {
	margin: 0 !important;
}

.no-padding {
	padding: 0 !important;
}

.margin-bottom-30px {
	margin-bottom: 30px !important;
}

.margin-bottom-50px {
	margin-bottom: 50px !important;
}

.body-text-bg {
	background-color: #4a4a4a !important;
}

.control-inline {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	width: auto;
}

.hide-first {
	display: none;
}

/* list icons */
.list-icons-demo li {
	margin-bottom: 20px;
}
.list-icons-demo li i {
	font-size: 24px;
}

@media screen and (max-width: 480px) {
	.inline-img {
		float: none;
		width: 100%;
	}
}

/* contact form 7 */
div.wpcf7-validation-errors {
	border: none;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	color: #F00;
}

.wp-post-image {
	max-width: 100%;
	margin-bottom: 30px;
}

/* widget tdv recent posts */
ul.recent-posts li {
	display: block;
	margin-bottom: 15px;
}

ul.recent-posts .post-thumb {
	display: inline-block;
	border: 1px solid #eaeaea;
	max-width: 55px;
	max-height: 55px;
	float: left;
	margin-right: 7px;
	margin-top: 6px;
}

ul.recent-posts .post-header{
	margin-bottom: 0;
	line-height: 1.6;
	font-weight: 300;
}

ul.recent-posts li figcaption {
	line-height: 21px;
	padding-left: 65px;
}

ul.recent-posts .post-meta-time {
	display: inline-block;
	height: 20px;
	font-size: 0.9em;
}

/* widget tdv recent post ( for main content ) */
.news-item img {
	width: 140px;
}
.news-item .right {
	padding-left: 150px;
}
.news-item .news-title {
	margin-bottom: 5px;
	margin-top: 0;
	width: 200px;
	font-size: 16px;
	line-height: 1.6;
}
.news-item p {
	font-size: 12px;
}
.news-item a {
	color: inherit;
}
.news-item a:hover, .news-item a:focus {
	color: #406da4;
}

.news-featured img {
	width: 100%;
	margin-bottom: 15px;
}
.news-featured .news-title {
	font-size: 22px;
	width: 100%;
}
.news-featured p {
	font-size: inherit;
}
.news-featured .news-meta {
	font-size: 11px;
	color: #777;
}

.see-all-news {
	border: 1px solid #e4e4e4;
	font-size: 16px;
	text-align: center;
}
.see-all-news a {
	display: block;
	line-height: 155px;
}

@media screen and (max-width: 480px) {
	.news-item img {
		float: none !important;
		width: 100%;
		margin-bottom: 10px;
	}
	.news-item .right {
		padding-left: 0;
	}
}
@media screen and (max-width: 768px) {
	.news-item .news-title {
		width: 100%;
	}
}
@media screen and (max-width: 992px) {
	.news-featured {
		margin-bottom: 30px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
	.news-item img {
		width: 110px;
	}
	.news-item .right {
		padding-left: 120px;
	}
	.news-item.news-featured img {
		width: 100%;
	}
}
@media screen and (min-width: 1200px) {
	.news-item, .see-all-news {
		min-height: 155px;
	}
}

/*------------------------------------------------*/
/*	Back to top scroll arrow
/*------------------------------------------------*/

.back-to-top {
	display: none;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 9999;
}
.back-to-top a {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	display: block;
	width: 40px;
	height: 40px;
	color: #fff;
	font-size: 26px;
	line-height: 37px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.3);
}
.back-to-top a:hover, .back-to-top a:focus {
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
}


/*------------------------------------------------*/
/*	Top searchbox
/*------------------------------------------------*/

.top-searchbox {
	position: fixed;
	width: 100%;
	opacity: 0;
	z-index: -1;

	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.shrinkable.shrink-active + .top-searchbox {
	top: 41px;
}

.top-searchbox.active {
	opacity: 1;
	z-index: 9999;
}

.top-searchbox .form-control {
	outline: none;
	border-color: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.top-searchbox .container {
	position: relative;
}

.top-searchbox .searchbox {
	background: #ececec;
	padding: 20px;
}

.top-searchbox-toggle, .top-searchbox-toggle:hover {
	color: #fff;
}

.top-searchbox-toggle:hover, .top-searchbox-toggle:focus {
	background-color: transparent !important;
}

.top-searchbox-toggle i {
	width: 13px;
}

/*------------------------------------------------*/
/*	Widgets
/*------------------------------------------------*/

.tdv-widget {
	margin-bottom: 50px;
}

.widget-title {
	font-size: 16px;
	font-weight: 400;
	border-bottom: 1px dashed #dedede;
	padding-bottom: 10px;
	margin-bottom: 18px;
}

.widget_categories > ul,
.widget_recent_comments > ul {
	list-style: none;
	padding-left: 0;
}

.widget_categories > ul li {
	margin-bottom: 10px;
	font-size: 14px;
}

.widget_recent_comments > ul > li {
	margin-bottom: 10px;
}

/*------------------------------------------------*/
/*	Page: Search Results
/*------------------------------------------------*/

.search-results .section-heading {
	font-weight: normal;
}

.search-results .entry-title,
.search-results .page-title {
	font-weight: 300;
}

.search-results .page-title {
	display: inline-block;
	margin-right: 10px;
	font-size: 22px;
}

.search-results .badge {
	font-weight: 300;
	position: relative;
	top: -2px;
}


/*------------------------------------------------*/
/*	Page: Error Page
/*------------------------------------------------*/

.page-error {
	padding: 2em 0 6em 0;
}
.page-error h1 {
	font-size: 12em;
	line-height: 1;
}


/* ----------------------/
/* CUSTOMIZED VINKULAR
/* ----------------------*/

.home-super {
	font-size: 20px;
	margin: 60px 20px 60px 20px;
	line-height: 1.3;
	color: #333333;

}

.home-box {
	width:100%;
	height: 32px;
	background-color: #D9733D;

}

.events-box {
	width:100%;
	background-color: #F7F5F0;
	padding: 30px 10px 60px 10px;
	margin: 0px 0px 60px 0px;	
}

.events-box h3{
	color: #474747;
	font-size: 24px
}


.events-box li{
	list-style-type: none;
	
}


.homeText {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  height: 550px;
}
.homeText h1,
.homeText .h1 {
  font-family: 'Rockwell';
  src: url('fonts/Rockwell.eot') format('embedded-opentype'),  url('fonts/Rockwell.woff') format('woff'), url('fonts/Rockwell.ttf')  format('truetype'), url('https://exploreroswell.com/wp-content/themes/repute-wp/fonts/Rockwell.svg#Rockwell') format('svg');
  margin-top: 200px;
  color: #fff;
  text-shadow: 0px 3px 3px #555;
  text-align: center
 
}

.homeText > hr {
}

.homeText{
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  ..homeText{
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .homeText{
    padding-right: 60px;
    padding-left: 60px;
  }
  .homeText h1,
  .homeText .h1 {
    font-size: 63px;
  }
}


.post-box {
	padding: 10px 15px 10px 15px;
}


.post-box-text {
	background-color: #EDEFED;
	color: #333333;
	font-size: 13px;
	padding: 8px 10px 8px 10px;
}

.post-box-title{
	font-size: 13px;
	/*padding-bottom: 8px;*/
	padding-bottom: 0px;
	line-height: 120%;
	color: #D9733D;
	height:35px;
	
}

.post-box-cat {
	font-size: 11px;
	color: #474747;
	/*height:25px;*/
	height:0px;
	line-height: 120%;
	/*padding-bottom: 8px;*/
}


.widget-heading {
	margin: 0 0 13px 0;
	font-size: 18px;
	line-height: 2;
	color: #333;
	margin-bottom: 10px;
	background: url("../../uploads/h3-separator-or.gif");
	background-repeat: no-repeat;
  	background-position: 0px 35px; 
  	height: 50px;
}


/*Breadcrumbs v4
------------------------------------*/ 
.breadcrumbs-v4 {
  width: 100%;
  padding: 80px 0 19px 0;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #FFFFFF;
}

.breadcrumbs-v4:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
}

.breadcrumbs-v4 .container {
  position: relative;
  
}

.breadcrumbs-v4 span.page-name {
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 200;
  margin: 0 0 5px 3px;
}

.breadcrumbs-v4 h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 200;
  margin: 0 0 20px;
  padding: 0 0 0 10px;
  line-height: 50px;
  text-transform: uppercase;

}

.breadcrumbs-v4 .breadcrumb-v4-in {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
   
  
}

.breadcrumbs-v4 .breadcrumb-v4-in > li {
  color: #fff;
  font-size: 13px;
  display: inline-block;
   text-transform: uppercase;
}

.breadcrumbs-v4 .breadcrumb-v4-in > li + li:before {
  color: #fff;
  content: "\f105";
  margin-left: 7px;
  padding-right: 8px;
  font-family: FontAwesome;
}

.breadcrumbs-v4 .breadcrumb-v4-in li a {
  color: #fff;
}

.breadcrumbs-v4 .breadcrumb-v4-in li.active,
.breadcrumbs-v4 .breadcrumb-v4-in li a:hover {
  color: #DA733E;
  text-decoration: none;
}

@media (max-width: 768px) {
  .breadcrumbs-v4 {
   text-align: left;
  }

  .breadcrumbs-v4 span.page-name {
    font-size: 18px;
  }

  .breadcrumbs-v4 h1 {
    font-size: 30px;
    margin-bottom: 10px;
    
  }
}

/*END Breadcrumbs v4
------------------------------------*/


/* team styles */

.team-member {
	margin-bottom: 0px;
}

.team-member.media > .pull-left {
	margin-right: 30px;
	padding-right: 0;
}

.team-member .team-name {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	padding: 0 15px;
	line-height: 1.6;
	color: #fff;
	background-color: #406da4;
	font-family: 'Rockwell';
 	src: url('fonts/Rockwell.eot') format('embedded-opentype'),  url('fonts/Rockwell.woff') format('woff'), url('fonts/Rockwell.ttf')  format('truetype'), url('https://exploreroswell.com/wp-content/themes/repute-wp/fonts/Rockwell.svg#Rockwell') format('svg');
  	font-size: 30px;
}

.team-member strong {
	display: block;
	font-size: 0.9em;
}

.team-member hr {
	width: 50px;
	border-top: 1px solid #ccc;
	margin-top: 10px;
	margin-left: 0;
}

.team-member .social-icon > li {
	padding-right: 12px;
}

.team-member .social-icon > li > a {
	color: #989898;
	font-size: 18px;
}

.team-member .social-icon > li > a:hover, .team-member .social-icon > li > a:focus {
	color: #797979;
}

@media screen and (max-width: 480px) {
	.team-member {
		text-align: center;
	}
	.team-member.media > .pull-left {
		display: inline;
		float: none !important;
		margin-bottom: 20px;
		margin-right: 0;
	}
	.team-member hr {
		margin: 20px auto;
		float: none !important;
	}
}

@media screen and (max-width: 480px) {
	.team {
		padding-bottom: 0;
	}
}


/*Widget Upcoming Events
 * ------------------------------------*/ 
 .widget-event-list ul{
	display: block;
	list-style-type: disc;
   -webkit-margin-before: 2em;
   -webkit-margin-after: 2em;
   -webkit-margin-start: 0px;
   -webkit-margin-end: 0px;
   -webkit-padding-start: 10px;
	
}
.widget-event-list li{
	list-style-type: disc;
	display: list-item;
	text-align: left;
}


@font-face {
  font-family: 'Rockwell';
  src: url('fonts/Rockwell.eot') format('embedded-opentype'),  url('fonts/Rockwell.woff') format('woff'), url('fonts/Rockwell.ttf')  format('truetype'), url('https://exploreroswell.com/wp-content/themes/repute-wp/fonts/Rockwell.svg#Rockwell') format('svg');
  font-weight: normal;
  font-style: normal;
}

.portfolio {
	font-family: 'Rockwell';
 	src: url('fonts/Rockwell.eot') format('embedded-opentype'),  url('fonts/Rockwell.woff') format('woff'), url('fonts/Rockwell.ttf')  format('truetype'), url('https://exploreroswell.com/wp-content/themes/repute-wp/fonts/Rockwell.svg#Rockwell') format('svg');
  	font-weight: normal;
  	font-style: normal;
  	color: #FFFFFF;
  	font-size: 30pt;

  
}
.wir{
padding: 0; 
}

 
.wirText{
  width:260px;
  vertical-align: middle; 
}