.swm_top_menu_section .swm_widget_box
{
	background:none !important;
	font-size:22px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0 0 0 29px;
}
img#style-9{
	margin-top:125px;
}
.top-header-text {
	float:left;
    line-height: 20px;
	width:auto;
	color:#b7bfcf;
}
.top-header-icon {
	float:left;
    width:auto;
	margin-right:12px;
	color:#d35114;
}
.boxed {
	margin:0 auto;
	overflow: visible;
}
#swm_main_container {
	width:100%;
	position: relative;
	z-index: 2;
}
.swm_container {
	position: relative;
}
.swm_main_container_wrap {
	margin:0 auto;
	background:#fff;
}
#header_wrap {
	margin:0 auto;
}
#header {
	z-index: 999;
	position: absolute;
	width:auto;
}
.top_section {
	position:relative;
	z-index:5;
	margin:0 auto;
}
.transparent_bg {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	margin:0 auto;
	display: block;
	float:left;
	z-index: 1;
	border-radius: 0 0 3px 3px;
}
/***************************************************************

* Logo Section *

****************************************************************/



.swm_logo_section_bg {
	background: #222;
	width:100%;
	margin:0 auto;
	position: relative;
}
.logo_section_top_border {
	width:100%;
	position: absolute;
	height:5px;
	background: rgba(0, 0, 0, 0.2);
}
.swm_logo_section {
	margin:0 auto;
}
.logo_section {
	width:auto;
	min-height:auto;
	display: block;
	position: relative;
	padding:10px;
}
.logo_image {
	float:left;
	display: block;
	padding:20px 0;
}
.logo_section_menu {
	float:right;
	margin-top: 45px;
}
.logo_section_menu ul {
	margin:0;
	float:left;
	display: inline-block;
}
.logo_section_menu ul li a {
	text-decoration: none;
}
.swm_container .logo_section_menu ul li {
	float:left;
	display: inline-block;
	padding:0 0 10px 20px;
	margin:0;
}
.logo_section_menu ul li i, span.donate_btn a i {
	padding: 0px;
	border-radius:50%;
	border: 1px solid #3e4148;
	width:36px;
	height:36px;
	line-height:36px;
	text-align:center;
}
.logomenu-setting-msg {
	color:#fff;
}
span.donate_btn a {
	background:#d35114;
	padding:5px 15px;
	float:left;
	margin-left: 15px;
	display: inline-block;
	color:#fff;
	border-radius: 3px;
	margin-top: -5px;
	text-decoration: none;
}
span.donate_btn a:hover {
    background:rgba(0, 0, 0, 0.2) !important; 
}
.swm_cart_donate_section {
	float:left;
}
.logo_section_toggle {
	position: absolute;
	right:0;
	top:50px;
	background: rgba(0, 0, 0, 0.2);
	width:30px;
	height:30px;
	display: block;
	border-radius:3px;
	line-height: 30px;
	text-align: center;
	color:#ececec;
	font-size: 12px;
	cursor: pointer;
	display: none;
}
span.cart_responsive_link a {
	text-decoration: none;
	display: none;
	float:none;
	clear:both;
	padding:0 0 10px 0;
}
span.cart_responsive_link a i {
	padding-right: 8px;
}
/***************************************************************

* Main Navigation Section *

****************************************************************/



.swm_top_menu_section {
	min-height:60px;
	position: relative;
	margin: 0 auto;
	
}
.swm_top_menu_section .swm_container {
	position: relative;
	
}
.topmenu_border {
	width:100%;
	height:1px;
	display: block;
	position: absolute;
	background: rgba(0, 0, 0, 0.08);
	bottom:0;
	left:0;
}
nav.swm-top-menu {
	float:right;
}
ul.top_nav {
	padding:0;
	margin:0;
	float:left;
}
ul.top_nav > li {
	display: inline-block;
	padding:20px 16px;
	margin:0 0 0 1px;
	line-height: 20px;
	float:left;
}
ul.top_nav > li:last-child {
}
ul.top_nav > li > a {
	color:#FFF;
	text-decoration: none;
	padding:18px 0 20px 0;
	text-transform:uppercase;
}
ul.top_nav > li:hover, ul.top_nav > li.current_page_item, ul.top_nav > li.current-menu-item, ul.top_nav > li.current-menu-parent, ul.top_nav > li.current-category-ancestor, ul.top_nav > li.current-post-ancestor, ul.top_nav > li.current-page-ancestor, ul.top_nav > li.current-menu-ancestor {
	background: rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}
ul.top_nav li {
	position: relative;
}
ul.top_nav li ul {
	position: absolute;
	top: 60px;
	left:0;
	padding:0;
	margin:0;
}
ul.top_nav li ul {
	z-index: 9998;
	width: 200px;
	background: #ececec;
	visibility: hidden;
	opacity: 0;
	border-top: 3px solid #ccc;
}
ul.top_nav li ul {
	-webkit-transform: translate3d(0, 0, 0);
}
ul.top_nav li.swm_menu_hover > ul {
	visibility: visible;
}
ul.top_nav li:hover > ul {
	opacity: 1;
	visibility: visible;
	display: block;
}
ul.top_nav li:hover > ul, ul.top_nav li.swm_menu_hover > ul {
-moz-transition: opacity .2s ease-in-out;
-webkit-transition: opacity .2s ease-in-out;
transition: opacity .2s ease-in-out;
}
ul.top_nav li:hover {
	visibility: inherit;
}
ul.top_nav li li a {
	font-size: 14px;
}
ul.top_nav ul li a:hover {
	color: #111;
	background-color: #F8F8F8;
}
#top_menu li ul li a {
	padding:10px 20px;
	margin:0;
	display: block;
	border-top: 1px solid #fbfbfb;
	border-bottom:1px solid #d0d0d0;
	color:#222;
	text-decoration: none;
	font-size: 13px;
}
ul.top_nav ul {
	border-radius:0 0 3px 3px;
	border:1px solid rgba(0, 0, 0, 0.1);
}
#top_menu li ul li:last-child a {
	border-radius:0 0 3px 3px;
	border-bottom:0;
}
ul.top_nav li li {
	padding: 0;
	margin:0;
	position: relative;
}
ul.top_nav li li ul {
	z-index: 1000;
	top:auto;
	margin-top: -43px;
	left: 195px;
	border-radius:3px;
	border:1px solid rgba(0, 0, 0, 0.1);
	position: absolute;
}
ul.top_nav li ul li:first-child a {
	border-top: 0;
	border-radius: 3px 3px 0 0;
}
#top_menu li ul li.menu-item-has-children > a:after {
	content:'\f105';
	font-family: fontAwesome;
	font-size: 14px;
	float:right;
}
.swm_container li.menu-setting-msg, .swm_container li.menu-setting-msg2 {
	color:#fff;
	line-height: 60px;
}
/*---------------[MEGA MENU]------------------*/



#top_menu li.mega-menu li > a, #top_menu li.mega-menu li > ul {
	width: 233px !important;
}
#top_menu li.mega-menu > ul {
	width: 940px !important;
	top: 60px;
	padding: 0;
	position: absolute !important;
	left:0 !important;
	margin:0;
}
#top_menu li.mega-menu ul li ul {
	margin:0;
}
#top_menu li.mega-menu {
	position: inherit;
}
#top_menu li.mega-menu ul li:first-child, #top_menu li.mega-menu ul li li {
	border-left:0;
}
#top_menu li.mega-menu ul li {
	margin: 0;
	float: left!important;
	display: block !important;
}
#top_menu li.mega-menu ul li ul li {
	border-bottom:1px solid #d0d0d0;
}
#top_menu li.mega-menu ul li a {
	padding:10px 15px;
	border:0;
}
#top_menu li.mega-menu li > ul {
	padding: 0px;
	border:none;
	left: auto;
	top: auto;
	position: relative;
}
#top_menu li.mega-menu li ul {
	visibility: visible;
	opacity: 1;
	display: none;
}
#top_menu li.mega-menu.swm_menu_hover li ul {
	display: block;
}
#top_menu li.mega-menu:hover > ul {
	opacity: 1 !important;
	visibility: visible !important;
}
#top_menu li.mega-menu > ul > li:first-child {
	margin-left: 30px;
}
#top_menu li.mega-menu > ul > li > a:first-child {
	padding: 10px 0 10px 15px !important;
	font-weight: bold;
	font-size: 14px;
	background:#ddd;
	margin-top: 30px;
	border-radius: 3px;
}
#top_menu li.mega-menu .menu-item-has-children > a:first-child:after {
	display: none;
}
#top_menu li.mega-menu > ul > li > a:first-child:hover {
	background-color: #ddd;
}
#top_menu li.mega-menu > ul > li {
	padding-bottom: 30px;
	margin:0 25px 0 0;
}
.et-fixed-header ul.top_nav li ul {
	top: 38px;
}
.et-fixed-header ul.top_nav li li ul {
	top: -3px;
}
.et-fixed-header #top_menu li.mega-menu > ul {
	top: 42px;
}
/*---------------[MOBILE MENU]------------------*/



.tinynav {
	display: none;
}
ul.mobi-menu {
	margin:0 auto;
	width:280px;
	font-size: 12px;
	padding:0;
	outline:none;
	cursor: pointer;
	z-index: 99999;
	position: absolute;
	right:0;
	background: #ececec;
	color:#222;
	top:45px;
	display: none;
	border-radius: 3px;
	overflow: hidden;
}
ul.mobi-menu li {
	list-style: none;
	text-align: left;
	float:none;
	clear:both;
	display: block;
	margin: 7px 0;
	padding-left: 20px;
	line-height: 30px;
}
ul.mobi-menu li {
	background: #ddd;
}
ul.mobi-menu li:first-child {
	margin-top: 0;
}
ul.mobi-menu li:last-child {
	margin-bottom: 0;
}
ul.mobi-menu li a {
	color:#222;
	width:100%;
	display: block;
}
ul.mobi-menu li a:hover {
	text-decoration: none;
}
ul.mobi-menu li.tinysublinks {
	padding-left: 10px;
	background: none;
	line-height: 25px;
	color:#222;
	margin:0;
}
#mobile_nav_button {
	display: none;
	color: white;
	cursor: pointer;
	height:41px;
	width:41px;
	text-align: center;
	right:0;
	left:auto;
	margin:0;
	top:0;
	float:right;
	border-radius: 3px;
}
#mobile_nav_button i {
	height:40px;
	width:40px;
	line-height: 40px;
	padding:0;
	margin:0;
	font-size: 18px;
	font-weight:normal;
}
.BtnBlack:hover, .BtnBlack {
	background: rgba(0, 0, 0, .1);
}
.mobile_nav_subarrow {
	display: none;
}
ul.mobi-menu.mobile_nav_active {
	display: none;
}
 @media only screen and (max-width: 979px) {
 nav {
position: relative;
float:none;
display: block;
}
 nav.mobile_menu {
right:0;
position: absolute;
height:auto;
display: block;
clear:both;
top:10px;
}
 #top_menu {
display: none
}
 #mobile_nav_button {
display: block;
}
 ul.mobi-menu.mobile_nav_active {
display: block !important;
}
}
 @media only screen and (min-width: 786px) {
 .sticky-navigation.stuck {
 position: fixed;
 z-index:9999999999;
 top: 0;
 width:100%;
}
 .boxed .sticky-navigation.stuck {
width:1000px;
}
}
/***************************************************************

* Title Header - Breadcrumbs *

****************************************************************/



.swm_header_content {
	position: relative;
}
.swm_headerImage {
	margin: 0 auto;
	background-attachment: scroll;
	max-width: 100%;
	display: block;
	overflow: hidden;
	position: absolute;
	width:100%;
	float:left;
	z-index: 1;
}
.swm_headerImage:before {
	content: "";
	display: block;
	width: 100%;
	padding-bottom: 56.25%;
}
.swm_heading_h1 {
	position: absolute;
	right:0;
	bottom:30px;
}
.swm_heading_h1 h1 {
	padding:30px 0;
	line-height: normal;
	margin:0;
	clear:none;
	z-index: 5;
	position: relative;
}
.swm_heading_h1 h1 a {
	text-decoration: none;
}
.swm_heading_h1.nobreadcrumbs {
	bottom:0;
}
/*Breadcrumbs*/



body.home .swm_breadcrumb_search_section {
	display: none;
}
.swm_breadcrumb_search_section {
	width:100%;
	height:30px;
	background: rgba(0, 0, 0, 0.1);
	position: absolute;
	bottom:0;
	display: block;
	z-index: 1;
}
.swm_breadcrumbs {
	display: block;
	background:#fff;
	padding:8px 16px 5px 16px;
	margin:-4px 0 0 0;
	clear:none;
	z-index: 5;
	position: relative;
	border-radius: 3px 3px 0 0;
	overflow: hidden;
	width:auto;
	float:right;
	font-size: 11px;
}
.swm_breadcrumbs a {
	display: inline-block;
	font-size: 11px;
	line-height: normal;
	text-decoration: none;
}
.swm_breadcrumbs span.sep {
	width:20px;
	text-align: center;
	padding:0 5px;
}
.swm_breadcrumbs a.trail-begin i {
}
/***************************************************************

* Search *

****************************************************************/



.search_section {
	float:right;
	border-left:1px dashed rgba(255, 255, 255, 0.1);
	width:35px;
	height:30px;
	display: block;
	text-align: center;
	cursor: pointer;
	border-radius: 0 3px 0 0;
}
.search_section i {
	line-height: 30px;
	margin-left: -3px;
}
.swm_search_box {
	display: none;
	position: absolute;
	right:0;
	border:1px solid #ececec;
	padding:15px;
	z-index: 999;
	height:76px;
	top:30px;
	border-radius: 0 0 3px 3px;
	width:350px;
	background: #fff;
}
.search_section.sbox_dark {
	background: rgba(0, 0, 0, 0.9);
}
.show_s_box {
	display: block;
}
.swm_search_box form input {
	display: inline-block;
	float: right;
	height:44px;
	border:0;
	border :1px solid #d7d7d7;
	background: #eee;
	margin: 0px;
	color:#aaa;
	border-radius: 0 3px 3px 0;
	padding-left: 10px;
	width:273px;
}
.swm_search_box form input#s {
	border-radius: 3px 0 0 3px;
}
.swm_search_box form input[type="submit"].button {
	width: 45px;
	line-height: 45px;
	font-family: FontAwesome !important;
	font-size:17px;
	border:0;
	padding:0;
}
.isotope-item.isotope-zindex {
	z-index:0
}
/***************************************************************

* Slider Header *

****************************************************************/



.swm_header_slider {
	margin:0 auto;
	display: block;
	position: relative;
	clear:both;
}
.swm_google_header_map_wrap {
	position: relative;
}
.swm_header_border {
	position: absolute;
	height:4px;
	background: rgba(0, 0, 0, 0.1);
	width:100%;
	display: block;
}
/***************************************************************

* List Style *

****************************************************************/

.swm_container ul {
	list-style: disc outside none;
}
.swm_container li {
	margin-left: 1em;
	padding: 3px 0px;
}
.swm_container ul.fa-ul {
	list-style: none;
	margin-left: 0;
}
.sidebar ul, .footer ul {
	list-style: none;
	margin: 0;
}
.sidebar ul li, .footer ul li {
	margin:0;
	padding: 3px 0px;
	display: block;
	line-height: normal;
}
/***************************************************************

* Title with Border *

****************************************************************/



.swm_fancy_title {
	display: table;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}
.swm_fancy_title h1, .swm_fancy_title h2, .swm_fancy_title h3, .swm_fancy_title h4, .swm_fancy_title h5, .swm_fancy_title h6 {
	display: table-cell;
	white-space: pre;
	padding-right: 20px;
	float: left;
	margin-bottom: 0px;
}
.title_border {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	position: relative;
}
.title_border span {
	width: 100%;
	border-bottom: 1px dashed rgba(0, 0, 0, .15);
	display: block;
	position: relative;
}
/***************************************************************

* Sidebar *

****************************************************************/



.sidebar {
	display: block;
}
.sidebar a {
	text-decoration: none;
}
.swm_widget_box {
	display: block;
	background: #fff;
	clear:both;
	float:left;
	width:100%;
	margin-bottom:20px;
}
.sidebar .swm_widget_content > ul, .sidebar .swm_widget_content ul.menu {
	list-style: none;
	margin:-15px -20px;
}
.sidebar ul li {
	margin:0;
	padding: 3px 0px;
	display: block;
	line-height: 20px;
}
.sidebar ul li ul {
	padding:0 0 0 15px;
}
.swm_widget_block {
	border:1px solid #e9e9e9;
	padding:20px;
}
.sidebar .swm_widget_box h3 {
	margin:-13px -18px 20px -18px;
	background: #f1f1f1;
	display: block;
	border-radius: 3px;
	min-height: 40px;
	line-height: 30px;
	padding:5px 20px;
}
.sidebar form {
	margin-bottom: 0;
}
.swm_widget_content {
	width:100%;
	border:1px solid #ececec;
	display: block;
	border-radius: 3px;
	padding:15px 20px;
}
.widget_swm_woocommerce_product_search .swm_widget_content, .widget_swm_search_widget .swm_widget_content, .widget_revslider .swm_widget_content, .footer .swm_widget_content {
	border:0;
	padding:0;
}
/***************************************************************

* Container with Background *

****************************************************************/



.swm_full_width_bg {
	height:100%;
	width:100%;
	position: relative;
	overflow: hidden;
}
.swm_full_stretch {
	background-size: cover;
}
/***************************************************************

* Footer *

****************************************************************/



.footer {
	margin:0 auto;
	position: relative;
}
.swm_footer_border {
	position: absolute;
	background:rgba(0, 0, 0, 0.13);
	height:5px;
	width:100%;
	top:0;
}
.swm_footer_bg {
	float:left;
	width:100%;
	text-align: center;
}
.swm_large_footer {
	padding:40px 0 20px 0;
	width:100%;
	display: block;
	clear:both;
	position: relative;
	margin:0 auto;
	height:auto;
}
.footer_widget {
	margin-bottom: 40px;
	text-align: left;
}
.footer_widget h3 {
	line-height: normal;
	margin-bottom: 20px;
}
.small_footer.swm_hide_large_footer {
	margin-bottom: 30px;
}
.small_footer {
	display: block;
	clear:both;
	padding:17px 0px;
	min-height: 56px;
	position: relative;
	border-radius: 3px;
	overflow: hidden;
	margin:-28px 0 0 0;
}
.footer ul {
	padding:0;
	margin:0;
}
.footer ul li a {
	text-decoration: none;
}
.footer ul ul {
	padding-left: 5px;
}
.swm_large_footer ul li {
	border-bottom:1px solid #373737;
	padding-left: 0;
}
.swm_large_footer ul li:first-child {
	border-top:1px solid #373737;
}
.small_footer ul {
	margin:0;
}
.small_footer ul li {
	display: inline-block;
	padding:0 0 0 20px;
	margin:0;
}
.small_footer ul li, .small_footer ul li a, .small_footer p {
	line-height: 20px;
}
.small_footer ul li a i.fa {
	margin-right: 7px;
}
.footer p {
	padding-top: 2px;
}
.small_footer p {
	margin:0;
}
.footer_left {
	float:left;
	padding-left: 20px;
}
.footer_right {
	float:right;
	padding-right: 20px;
}
.small_footer_content {
	z-index: 5;
	position: relative;
	float:left;
	width:100%;
}
.footer p.sample_widget {
	font-size: 12px;
}
.footer input, .footer textarea {
	background: none;
}
.footer select {
	margin:0;
}
#go_top_scroll {
	width:35px;
	height:35px;
	line-height: 33px;
	text-align: center;
	font-size: 14px;
	border-radius:3px;
	position:fixed;
	right:8px;
	bottom:40px;
	display:none;
	text-align: center;
	background:rgba(0, 0, 0, .3);
	cursor: pointer;
	color:#fff;
	z-index: 9999;
}
#go_top_scroll:hover {
	background:rgba(0, 0, 0, .6);
}
ul li.footer_menu-setting-msg {
	font-size: 12px;
	display: block;
	text-align: center;
	line-height: 22px;
}
/***************************************************************

* Blog *

****************************************************************/



.swm_blog_post_wrap {
	padding-top: 40px;
}
.swm_standard_posts {
	position: relative;
}
.swm_blog_post {
	margin-bottom: 50px;
	display: block;
}
.single.single-post .swm_blog_post {
}
.single.single-post .swm_post_summary {
	margin-bottom: 0;
}
.swm_blog_post .swm_post_title h1, .swm_blog_post .swm_post_title h2, .swm_blog_post .swm_post_title h2 a {
	margin-bottom:0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	line-height: normal;
}
.swm_blog_post .swm_post_title h2 a:hover {
	text-decoration: none;
}
.swm_blog_post .swm_post_title h2 small {
	display: none;
}
.swm_post_format {
	position: relative;
	margin-bottom: 4px;
}
.swm_post_format img {
	border-radius: 3px;
	overflow: hidden;
}
.swm_blog_post:hover .swm_post_format, .swm_blog_post:hover .swm_post_meta ul, .sticky.swm_blog_post:hover {
	border-color:#e5e5e5;
}
/* Date */

.swm_post_date {
	float:left;
	text-align: center;
	width:51px;
	margin-right: 4px;
	display: block;
}
.swm_pf_ic {
	background: #ececec;
	width:51px;
	height:46px;
	border-radius: 3px;
	display: block;
	text-align: center;
	line-height: 46px;
	font-size: 18px;
	color:#777;
	margin-bottom: 4px;
}
.swm_date_box {
	width:51px;
	display: block;
	border-radius: 3px 3px 25px 25px;
	overflow: hidden;
}
.datebox_border {
	background: #454545;
	width:100%;
	height:11px;
	display: block;
	text-align: center;
	border-radius:3px 3px 0 0;
	padding-top: 5px;
}
.datebox_border span {
	display: block;
	height:1px;
	width:13px;
	background:#a2a2a2;
	margin:0 auto;
}
.p_date {
	padding:8px 0;
	font-weight: 400;
}
.p_date a:hover {
	text-decoration: none;
}
.p_day {
	display: block;
	font-size: 22px;
}
.p_month {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
}
.p_author {
	display: block;
	width:43px;
	height:43px;
	border-radius: 100px;
	overflow: hidden;
	margin:-2px 4px 4px 4px;
}
.swm_date_box_on .swm_post_content {
	margin-left: 55px;
}
.swm_post_title {
	display: block;
	background: #ececec;
	border-radius: 3px;
	min-height: 46px;
	line-height: 22px;
	width:100%;
	padding:12px 15px 9px 15px;
	margin-bottom: 4px;
}
.swm_post_title h1, .swm_post_title h2 a {
	line-height: 20px;
}
.swm_post_summary {
	overflow: hidden;
	border:1px solid #ececec;
	background: #fff;
	border-radius: 3px;
	padding:15px 20px 15px 20px;
}
.swm_post_text {
}
a.p_continue_reading {
	text-decoration: none;
	margin-top: 5px;
	display: block;
}
a.p_continue_reading i {
	padding-left: 3px;
	font-size: 10px;
}
/* Post Meta */

.swm_post_meta {
	border-top:1px solid #ececec;
	padding: 5px 20px 0 20px;
	margin:15px -20px -4px -20px;
}
.swm_post_meta ul {
	list-style: none;
	padding: 0;
	margin: 5px 0 0 0;
}
.swm_post_meta ul li {
	display: inline-block;
	padding:0;
	margin: 0 20px 0 0;
	font-size:11px;
}
.swm_post_meta ul li a {
	font-size:11px;
}
.swm_post_meta ul li.f_clock:before, .swm_post_meta ul li.f_comment:before, .swm_post_meta ul li.f_comment_o:before, .swm_post_meta ul li.f_user:before, .swm_post_meta ul li.f_folder:before, .swm_post_meta ul li.f_tags:before {
	font-family: FontAwesome !important;
	display: inline-block;
	text-align: left;
	margin-right: 8px;
	color:#bbb;
}
.swm_post_meta ul li.f_user:before {
	content:'\f007';
}
.swm_post_meta ul li.f_folder:before {
	content:'\f07c';
}
.swm_post_meta ul li.f_tags:before {
	content:'\f02c';
}
.swm_post_meta ul li.f_clock:before {
	content:'\f017';
	margin-right: 7px;
}
.swm_post_meta ul li.f_comment:before {
	content:'\f0e5';
}
.swm_post_meta ul li.f_comment_o:before {
	content:'\f075';
}
/*Grid Blog*/ 

.swm_blog_grid_sort.swm_row {
	margin:0 -20px;
}
.swm_blog_grid .swm_column_gap {
	margin:0 10px 40px 10px;
}
.swm_blog_grid .post_format a img, .swm_blog_grid .post_format img {
	width:100%;
}
.swm_blog_grid h2 {
	margin-bottom: 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.swm_blog_grid h2 a:hover {
	text-decoration: none;
}
.swm_blog_grid .pf_image_caption {
	display: none;
}
.swm_blog_grid .swm_post_format .swm_slider_box {
	padding:0;
}
/*Post Formats ==================================================== */



.post_format {
	display: block;
	position: relative;
}
.post_format a img, .post_format img {
	display:block;
	width:auto;
	height:auto;
	font-size: 0;
	line-height: 0;
	position: relative;
}
.nopf_imgvid {
	margin-bottom: -20px;
	display: block;
	height:0;
}
/*Post Format Quote*/

.pf_quote {
	margin:0;
	font-weight: normal;
	display:block;
	position: relative;
}
.pf_quote p.pf_quote_text, .pf_quote p.pf_quote_text a {
	font-size: 17px;
	line-height: 30px;
	margin:0 0 5px 0;
	text-decoration: none;
	position: relative;
	display: block;
	z-index:1;
}
.pf_quote span {
	font-size: 13px;
}
.pf_quote span a {
	text-decoration: none;
}
/*Post Format Gallery*/

.swm_blog_post .swm_slider_box {
	padding-top:0;
}
.swm_blog_post .swm_slider_box .flex-direction-nav a {
	opacity: 0.85;
}
/*Post Format Image*/

.pf_image_caption {
	right:0;
	position:absolute;
	bottom:0;
	margin:0;
	z-index: 999;
	background: rgba(0, 0, 0, 0.6);
	width:auto;
	height:auto;
	overflow: hidden;
	color:#fff;
	padding:10px 15px 10px 15px;
	text-align: center;
	border-radius: 3px 0 0 0;
}
.pf_image_caption p {
	color:#fff;
	margin:0;
	line-height: normal;
	font-size: 15px;
}
.pf_image_caption .img_title {
	font-size: 16px;
	color:#fff;
}
.pf_image_caption .img_desc {
	font-size: 12px;
	color:#fff;
}
/*Sticky Post*/

.sticky.swm_blog_post {
}
.sticky.swm_blog_post .blog_post_readmore_link {
}
.sticky.blog_post_grid .blog_post_readmore_link {
}
/* About author */



.swm_date_box_on .about_author {
	margin-left: 55px;
}
.about_author {
	clear:both;
	display: block;
	padding:20px;
	border: 1px solid #ececec;
	border-radius: 3px;
	overflow: hidden;
}
.about_author .author_title {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	margin: -20px -20px 20px -20px;
	padding: 15px 20px 0 20px;
	background: #f1f1f1;
}
.about_author .author_title h4 {
	padding:0 0 15px 0;
	margin:0;
	font-size: 15px;
}
.about_author img {
	float:left;
	margin: 0 20px 0 0;
	width:75px;
	height:75px;
	border-radius: 3px;
}
.about_author p {
	padding-left: 0;
	margin:0;
	overflow: hidden;
}
iframe.twitter-tweet.twitter-tweet-rendered {
	width:100%;
}
.swm_author_page_box {
	margin-bottom: 50px;
}
/*Comments*/



.swm_date_box_on #blog_responses, .swm_date_box_on #respond {
	margin-left: 55px;
}
#blog_responses {
	padding-top: 20px;
	clear:both;
}
#comment-wrap {
	position: relative;
	margin-top: -5px;
}
.page-template-single-php #comment-wrap {
	margin-top: -25px;
}
#comment-wrap > ol {
	margin-left: 0;
}
#comment-wrap p {
	margin:0 0 15px 0;
}
p.nocomments {
	margin-top: 20px;
}
.blog-single-heading {
	margin-top: 20px;
	text-transform: uppercase;
}
.commentlist {
	padding-top: 11px;
}
.comment_body {
	position: relative;
	padding: 0 0 0 0px;
	margin:0;
}
.comment_avatar {
	float:left;
	margin-right: 15px;
}
.comment_avatar img {
	display: block;
	border-radius: 3px;
	width:45px;
	height:45px;
}
.comment_postinfo {
	margin-bottom: 5px;
}
.comment_author, .comment_author a {
	color: #2e2e2e;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
}
.comment_date {
	color: #777;
	font-size: 11px;
	display:block;
	line-height: 18px;
	margin-bottom: 10px;
}
.comment_content {
	background: #f1f1f1;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding:15px 20px 10px 20px;
	border-radius: 3px;
	position: relative;
	margin-top: 5px;
	margin-bottom: 20px;
}
.comment_content:before, .comment_content:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
}
.comment_content:before {
	left: 35px;
	bottom: -15px;
	border: 7px solid;
	border-color: rgba(0, 0, 0, 0.1) transparent transparent rgba(0, 0, 0, 0.1);
	border-color: rgba(0, 0, 0, 0.1) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(0, 0, 0, 0.1);
}
.comment_content:after {
	left: 36px;
	bottom: -12px;
	border: 6px solid;
	border-color: #f1f1f1 transparent transparent #f1f1f1;
	border-color: #f1f1f1 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #f1f1f1;
}
#comment-wrap ol.commentlist li ul.children {
	padding-left: 30px;
}
#comment-wrap ol {
	padding:0;
}
#comment-wrap ol li ul {
	padding-bottom: 0
}
#comment-wrap ol li.comment, #content #comment-wrap ol li.post.pingback {
	padding-top: 20px;
	background:none;
	list-style: none;
	margin-left: 0;
}
a.comment-reply-link {
	text-decoration: none;
}
a:hover.comment-reply-link {
	color:#313131;
}
/* Comment Form */



#blog_responses  #respond h3 {
	font-size: 18px;
	text-transform: uppercase;
}
#respond h3 small a#cancel-comment-reply-link {
	display:block;
	text-decoration: none;
	font-size: 11px;
}
#respond h3 small {
}
#respond h3 {
	line-height: normal;
	margin-bottom:10px;
}
#respond {
	padding-top: 30px;
	clear:both;
}
#respond .form-allowed-tags, #respond p.comment-notes {
	display:none;
}
#commentform {
	padding-top: 10px;
	margin-right: -5px;
}
#commentform label {
	clear:both;
	font-weight: normal;
}
#commentform textarea#comment {
	width: 99%;
	clear:both;
	margin: 0 0 10px 0;
	height:150px;
}
#commentform input[type=text] {
	width: 50%;
	float:left;
	display:inline-block;
	margin-right: 1%;
	clear:both;
	text-indent: 10px;
}
#commentform input[type=text], input[type=password], #commentform textarea {
	border: 1px solid #ececec;
	border-radius:3px;
	color: #313131;
	font-size: 13px;
	padding: 10px 0;
	margin-bottom: 10px;
}
#commentform textarea {
	padding: 10px 2%;
}
#commentform input[type=text]:hover, #commentform textarea:hover {
	border-color: #ccc;
}
#commentform p {
	width:auto;
	margin:0;
}
input[type=password] {
	height:33px;
	line-height: 33px;
	margin-bottom: 0;
	display:inline-block;
	padding:0 10px;
}
#commentform .hidden {
	display: none;
}
li.comment #respond textarea {
	width: 91% !important;
}
li.comment #respond input[type=text] {
	width: 48% !important;
}
input[type="submit"] {
	display: inline;
}
/*WordPress Gallery Shortcode*/



dd.wp-caption-text.gallery-caption {
	display: inline-block;
	font-size: 11px;
	line-height: 18px;
	padding:10px 0;
	margin:0 auto;
	width:95px;
	text-align: center;
	clear:both;
}
.gallery-item dt:after {
	content:"";
}
#page_body .gallery {
	margin:30px 0;
}
#page_body .gallery .gallery-item dt {
	width:auto;
	float:none;
}
#page_body .gallery .gallery-item {
	margin: 1px 1px 0 0;
	padding: 0;
	width: auto;
}
#page_body .gallery a, #page_body .gallery a img {
	max-width: 100%;
	width: auto;
	height: auto;
	display: block;
	position: relative;
	border: none;
	padding:0;
	margin:0;
}
form.post-password-form label {
	display: inline;
}
form.post-password-form input[type="submit"], form#commentform p.form-submit input[type="submit"] {
	line-height: 33px;
	height:33px;
	padding:0 15px;
	border-radius: 3px;
	display: inline-block;
}
/***************************************************************

* Portfolio Page  *

****************************************************************/



.swm_portfolio {
	overflow: visible;
	position: relative;
}
.swm_portfolio_box {
	background: #fff;
	float:left;
	display: block;
	clear:none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.swm_portfolio_box a img {
	width:100%;
	height:auto;
	display:block;
	line-height: 0;
	font-size: 0;
	border-radius: 3px;
	overflow: hidden;
}
.swm_portfolio_box .thumb_img {
	position: relative;
	z-index:1;
	border-radius: 3px;
	overflow: hidden;
}
.swm_portfolio_text {
	clear:both;
	text-align: center;
	overflow: hidden;
	padding:15px 20px;
	border:1px solid #ececec;
	border-radius: 3px;
	overflow: hidden;
	margin-top: 4px;
	position: relative;
}
.swm_portfolio_text span.portfolio_title, .swm_portfolio_text span.portfolio_title a {
	line-height: 20px;
	margin:0 0 5px 0;
	text-decoration: none;
	display: block;
}
.swm_portfolio_box .project_title, .swm_portfolio_box .project_title a {
	color:#222;
}
.swm_portfolio_text span.subtexts {
	margin:0;
	display: block;
	clear: both;
	color:#606060;
}
.swm_portfolio_text a.p_continue_reading {
	margin-top: 5px;
}
.swm_portfolio_title_section {
	float: left;
	text-align: center;
	width:100%;
}
.swm_portfolio_title_section span {
	display: block;
	clear: both;
}
.swm_portfolio_box:hover .project_title a, .swm_portfolio_box:hover .project_title, .swm_portfolio_box:hover .swm_portfolio_text span.subtexts {
	color:#000;
}
.swm_portfolio_box:hover .swm_portfolio_text {
	background: #ececec;
}
p a.pf_readmore_btn {
	text-decoration: none;
	font-weight: bold;
}
.swm_portfolio > ul > li {
	display:inline-block;
	padding:0;
	margin:0;
	background: none;
	float: left;
}
.swm_portfolio_img_overlay {
	width:100%;
	background: #000;
	opacity:0;
	height:100%;
	top:0;
	left:0;
	display: block;
	position: absolute;
	z-index:98;
}
.swm_portfolio_img_overlay, .swm_portfolio_img_hovericon {
}
.swm_portfolio_img_hovericon {
	width:100%;
	height:100%;
	position: absolute;
	z-index: 100;
	opacity: 0;
}
.swm_portfolio_img_hovericon.icon_zoom {
	background:url(../images/zoom-icon.png) no-repeat 50% 50%;
}
.swm_portfolio_img_hovericon.icon_play {
	background:url(../images/play-icon.png) no-repeat 50% 50%;
}
.swm_portfolio_img_hovericon.icon_link {
	background:url(../images/link-icon.png) no-repeat 50% 50%;
}
.swm_portfolio_box:hover .swm_portfolio_img_overlay, .swm_portfolio_box:hover .swm_portfolio_img_hovericon {
	opacity:0.6;
}
.swm_portfolio_box:hover .swm_portfolio_box a img {
}
/* Horizontal Menu */



.swm_portfolio_menu {
	display:block;
	font-size: 11px;
	margin-bottom: 16px;
}
.swm_portfolio_menu ul {
	padding:0;
	margin:0;
	text-align: center;
}
.swm_portfolio_menu a {
	text-decoration: none;
}
.swm_portfolio_menu li {
	padding:0;
	margin:0 4px 4px 0;
	display: inline-block;
	list-style: none;
	float:left;
}
.swm_portfolio_menu li a {
	display: inline-block;
	line-height: normal;
	padding: 8px 15px;
	margin:0;
	background: #fff;
	border:1px solid #e1e1e1;
	border:1px solid rgba(0, 0, 0, 0.1);
	border-radius:3px
}
.swm_portfolio_menu li a:hover {
	background: #f1f1f1;
	color:#000;
}
.swm_horizontal_menu {
	display:block;
	font-size: 11px;
	margin-bottom: 20px;
}
.swm_horizontal_menu ul {
	padding:0;
	margin:0;
	text-align: center;
}
.swm_horizontal_menu a {
	text-decoration: none;
}
.swm_horizontal_menu li {
	padding:0;
	margin:0 -1px 0 0;
	display: inline-block;
	list-style: none;
	float:left;
}
.swm_horizontal_menu li:first-child a {
	border-radius:3px 0 0 3px;
}
.swm_horizontal_menu li:last-child a {
	border-radius:0 3px 3px 0;
}
.swm_horizontal_menu li a {
	display: inline-block;
	line-height: normal;
	padding: 10px 15px;
	margin:0;
	background: #fff;
	border:1px solid #e1e1e1;
}
.swm_horizontal_menu li a:hover {
	background: #f1f1f1;
	color:#000;
}
.recent_work_sc span.portfolio_title {
	line-height: normal;
}
/***************************************************************

* Search page *

****************************************************************/



ul.search-list {
	padding:0;
	margin:0;
}
ul.search-list li {
	list-style: none;
	padding:0 0 20px;
	margin:0 0 20px;
	border-bottom:1px solid #e1e1e1;
}
ul.search-list li h4 {
	font-weight: bold;
}
.search_page_form form {
	width:50%;
}
/***************************************************************

* Archives page *

****************************************************************/



.archives-table {
	width:100%;
	border:1px solid #e5e5e5;
	margin-bottom:30px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.archives-table ul {
	padding-left: 0;
	margin:0;
}
.archives-table ul li {
	float:left;
	display:block;
	border-bottom:1px solid #ececec;
	border-top:1px solid #fff;
	height:auto;
	width:100%;
	padding:10px 0;
	margin:0;
	background:#f9f9f9;
	line-height:20px;
	clear:both;
}
.archives-table ul li.tbl-heading, .archives-table ul li:hover.tbl-heading {
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
	line-height:20px;
	display:block;
	font-size:15px;
	font-weight: normal;
	border-bottom:1px solid #e1e1e1;
	background: #ececec;
}
.archives-table ul li.tbl-heading span.date, .archives-table ul li.tbl-heading span.post {
	line-height:33px;
}
.archives-table ul li:last-child {
	border-bottom:none;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
}
.archives-table ul li .date {
	float:left;
	margin-left:22px;
}
.archives-table ul li .post {
	padding-left:57px;
}
.archives-table ul li a {
	float:left;
	padding-left:22px;
}
.archives-table ul li:hover {
	background:#eee;
}
.swm_container .archives-link ul, .swm_container .archives-link ul li {
	margin:0;
}
.swm_container .archives-link ul li:before {
	padding-top: 1px;
}
/***************************************************************

* Cause Page *

****************************************************************/



.swm_causes {
	display: block;
	clear:both;
	margin-right: -40px;
}
.swm_cause_item {
	width:338px;
	margin:0 42px 42px 0;
	float:left;
	display: inline-block;
}
.swm_cause_top {
	margin-bottom: 4px;
	display: block;
	float:left;
}
.swm_cause_img {
	width:169px;
	height:169px;
	float:left;
	display: inline-block;
}
.swm_cause_img img {
	border-radius: 3px;
	width:169px;
	height:169px;
}
.swm_cause_meta {
	width:165px;
	height:169px;
	float:left;
	display: inline-block;
}
.swm_cause_meta ul {
	margin-left: 4px;
	border-radius: 3px;
	border:1px solid #ececec;
	width:100%;
	height:100%;
}
.swm_cause_meta ul li {
	border-bottom:1px solid #ececec;
	list-style: none;
	margin:0;
	height:42px;
	line-height: 42px;
	padding:0 15px;
	font-weight: 600;
	font-size: 14px;
}
.swm_cause_meta ul li:last-child {
	border:0;
}
.swm_cause_meta ul li span.cause_meta_label {
	width:70px;
	display: inline-block;
}
.no-cause-img .swm_cause_meta {
	width:100%;
}
.no-cause-img .swm_cause_meta ul {
	margin-left: 0;
}
.swm_cause_content {
	clear:both;
	border:1px solid #ececec;
	border-radius: 3px;
	width:100%;
}
.swm_cause_title h2 {
	border-bottom: 1px solid #ececec;
	padding:12px 20px 10px 20px;
	margin:0;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
}
.swm_cause_title h2 a {
	text-decoration: none;
	color:#222;
}
.swm_cause_text {
	padding:15px 20px 5px 20px;
}
.swm_cause_bar {
	padding-top: 17px;
}
.swm_cause_bar_in {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	overflow:hidden;
	width:100%;
	height:100%
}
.swm_cause_bar_out, .swm_cause_bar_in, .swm_cause_bar_block {
	border-radius:20px;
	display: block;
}
.swm_cause_bar_block {
	position: relative;
	height: 7px;
	background-color: #ddd;
	background-color: rgba(0, 0, 0, 0.08);
}
.swm_cause_bar_out {
	position: absolute;
	top:0;
	left:0;
	height: 100%;
	width:30%;
}
.swm_causes.cause_horizontal {
	margin-right: 0;
}
.cause_horizontal .swm_cause_item {
	width:100%;
	margin:0 0 40px 0;
}
.cause_horizontal .swm_cause_top {
	margin:0 8px 0 0;
}
.cause_horizontal .swm_cause_content {
	width:758px;
	display: inline-block;
	float:left;
	clear:none;
}
.swm_cause_item a.p_continue_reading {
	margin:-5px 0 10px 0;
	clear:both;
}
/*cause single*/



.swm_causes.cause_single {
	margin-right: 0;
}
.cause_single .swm_cause_item {
	width:100%;
}
.cause_single .swm_cause_img {
	margin-bottom: 4px;
}
.cause_single .swm_cause_top, .cause_single .swm_cause_meta {
	width:169px;
	display: inline-block;
}
.cause_single .swm_cause_meta ul {
	margin:0;
}
.cause_single .swm_cause_content {
	clear:none;
	width:927px;
	display: inline-block;
	float:left;
	margin:0 0 0 4px;
}
.swm_cause_text .swm_post_meta ul {
	margin:0 0 3px 0;
}
/***************************************************************

* Sermons Page *

****************************************************************/



.swm_sermons {
	display: block;
	clear:both;
}
.swm_sermons_item {
	width:100%;
	margin:0 42px 42px 0;
	float:left;
	display: inline-block;
	position: relative;
}
.swm_sermons_top {
	margin-right: 4px;
	display: block;
	float:left;
}
.swm_sermons_img {
	width:215px;
	height:214px;
	float:left;
	display: inline-block;
}
.swm_sermons_img img {
	border-radius: 3px;
	width:215px;
	height:214px;
}
.swm_sermons_date_meta {
	float:left;
	display: inline-block;
	width:105px;
	margin-right: 4px;
}
.swm_sermons_date {
	height:105px;
	width:105px;
	background: #ececec;
	border-radius: 3px;
	text-align: center;
	color:#555;
	margin-bottom: 4px;
	display: inline-block;
	float:left;
}
.swm_sermons_date span.sermon_date {
	font-size: 36px;
	display: block;
	padding-top: 18px;
	font-weight: 300;
}
.swm_sermons_date span.sermon_day {
	font-size: 18px;
	display: block;
	padding-top: 7px;
	font-weight: 600;
	text-transform: uppercase;
}
.swm_sermons_meta {
	width:105px;
	height:105px;
	float:left;
	display: inline-block;
}
.swm_sermons_meta ul {
	width:100%;
	height:100%;
	margin:0;
}
.swm_sermons_meta ul li {
	border:1px solid #ececec;
	list-style: none;
	margin:0 -1px -1px 0;
	width:53px;
	height:53px;
	line-height: 53px;
	padding:0;
	font-weight: 600;
	font-size: 20px;
	float:left;
	text-align: center;
	border-radius:3px;
}
.swm_sermons_meta ul li a {
	color:#a7a7a7;
	width:53px;
	height:53px;
	display: block;
}
.swm_sermons_meta ul li a:hover {
	color:#555;
}
.swm_sermons_meta ul li span.sermons_meta_label {
	width:70px;
	display: inline-block;
}
.swm_sermons_content {
	float:left;
	display:inline-block;
	border:1px solid #ececec;
	border-radius: 3px;
	width:772px;
	min-height: 214px;
}
.no-sermons-img .swm_sermons_date_meta {
	margin-right: 0;
}
.no-sermons-img .swm_sermons_content {
	width:991px;
}
.swm_sermons_title h2 {
	border-bottom: 1px solid #ececec;
	padding:12px 20px 10px 20px;
	margin:0;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
}
.swm_sermons_title h2 a {
	text-decoration: none;
	color:#222;
}
.swm_sermons_text {
	padding:15px 20px 5px 20px;
}
.swm_sermons_bar {
	padding-top: 17px;
}
.swm_sermons_bar_in {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	overflow:hidden;
	width:100%;
	height:100%
}
.swm_sermons_bar_out, .swm_sermons_bar_in, .swm_sermons_bar_block {
	border-radius:20px;
	display: block;
}
.swm_sermons_bar_block {
	position: relative;
	height: 7px;
	background-color: #ddd;
	background-color: rgba(0, 0, 0, 0.08);
}
.swm_sermons_bar_out {
	position: absolute;
	top:0;
	left:0;
	height: 100%;
	width:30%;
}
.swm_sermons_item a.p_continue_reading {
	margin:-5px 0 10px 0;
	clear:both;
}
/*sermons single*/



.sermons_single .swm_sermons_img {
	margin: 5px 20px 20px 0;
}
.sermons_single .swm_sermons_content {
	margin:0;
	width:991px;
}
.sermons_single .swm_sermons_top {
	margin-right: 0;
}
.swm_sermons_audioVideo {
	margin:5px 0 25px 0;
}
.sermonVideoAudio {
	display: block;
	clear:both;
}
/*sermons shortcode*/

.recent_sermons_sc .swm_sermons_top {
	position: absolute;
	top:0;
	left:0;
}
.recent_sermons_sc .swm_sermons_content {
	width:100%;
}
.recent_sermons_sc .swm_sermons_item {
	padding-left:328px;
}
.recent_sermons_sc .swm_sermons_item.no-sermons-img-sc {
	padding-left:109px;
}
/***************************************************************

* Columns *

****************************************************************/



.swm_row {
	margin:0 -10px;
}
.swm_column_gap {
	margin:0 0 20px;
	padding:0 10px;
}
.swm_row .swm_column1 {
	width:100%;
}
.swm_row .swm_column2 {
	width:50%;
}
.swm_row .swm_column3 {
	width:33.33333333333333%;
}
.swm_row .swm_column4 {
	width:25%;
}
.swm_row .swm_column5 {
	width:20%;
}
.swm_row .swm_column6 {
	width:16.66666666666666%;
}
.layout-sidebar-left .swm_row .swm_column2, .layout-sidebar-left .swm_row .swm_column3, .layout-sidebar-left .swm_row .swm_column4,  .layout-sidebar-right .swm_row .swm_column2, .layout-sidebar-right .swm_row .swm_column3, .layout-sidebar-right .swm_row .swm_column4 {
	width:50%;
}
.swm_column {
	display: block;
	float: left;
	width: 100%;
	min-height: 20px;
	margin-left: 2.564102564102564%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height:auto;
}
.swm_column.first {
	margin-left: 0;
}
.swm_one_full, .one_full {
	width: 100%;
	margin-left: 0;
}
.swm_one_half, .one_half {
	width: 48.71794871794872%;
}
.swm_one_third, .one_third {
	width: 31.62393162393162%;
}
.swm_one_fourth, .one_fourth {
	width: 23.07692307692308%;
}
.swm_one_fifth, .one_fifth {
	width: 17.94871794871795%;
}
.swm_one_sixth, .one_sixth {
	width: 14.52991452991453%;
}
.swm_two_third, .two_third {
	width: 65.81196581196582%;
}
.swm_three_fourth, .three_fourth {
	width: 74.35897435897436%;
}
.swm_four_fifth, .four_fifth {
	width: 79.48717948717949%;
}
.swm_five_sixth, .five_sixth {
	width: 82.90598290598291%;
}
.swm_two_third_right {
	width: 64.81196581196582%;
	margin-right: 1%;
}
.swm_two_third_left {
	width: 64.81196581196582%;
	margin-left: 1%;
}
.swm_custom_two_third {
	width: 70%;
	margin-left: 0;
	float:left;
}
.swm_column.swm_custom_two_third, .swm_column.sidebar {
	margin-left: 0;
}
.layout-sidebar-right .swm_custom_two_third {
	float:left;
}
.layout-sidebar-left .swm_custom_two_third {
	float:right;
}
.layout-full-width .swm_custom_two_third {
	margin:0;
	float:none;
	width:100%;
}
#sidebar {
	width: 30%;
	display:block;
}
.layout-sidebar-right #sidebar {
	float:right;
	padding-left: 4%;
}
.layout-sidebar-left #sidebar {
	float:left;
	margin-left: 0;
	padding-right:4%;
}
/***************************************************************

* Theme Social Media Icons *

****************************************************************/



.theme_social_icons {
	float:left;
	z-index: 5;
	min-height:24px;
}
.theme_social_icons ul {
	float:left;
	margin:15px 0 0 0;
	padding:0;
}
.theme_social_icons ul li {
	float:left;
	list-style: none;
	width:24px;
	height:24px;
	display: inline-block;
	margin-left: 6px;
}
.theme_social_icons ul li a {
	width:24px;
	height:24px;
	display: inline-block;
	background-size: 24px 24px !important;
	opacity: 0.5;
}
.theme_social_icons ul li a:hover {
	opacity: 1;
}
.theme_social_icons ul li:first-child {
	margin-left:0;
}
.theme_social_icons ul li:last-child {
	margin-right: 15px;
}
.theme_social_icons ul li a.swm_twitter {
	background:transparent url(../images/icons/twitter.png) no-repeat 0 0;
}
.theme_social_icons ul li a.swm_facebook {
	background:transparent url(../images/icons/facebook.png) no-repeat 0 0;
}
.theme_social_icons ul li a.swm_youtube {
	background:transparent url(../images/icons/youtube.png) no-repeat 0 0;
}
.theme_social_icons ul li a.swm_delicious {
	background:transparent url(../images/icons/delicious.png) no-repeat 0 0;
}
.theme_social_icons ul li a.swm_vimeo {
	background:transparent url(../images/icons/vimeo.png) no-repeat 0 0;
}
.theme_social_icons ul li a.swm_flickr {
	background:transparent url(../images/icons/flickr.png) no-repeat 0 0;
}
.theme_social_icons ul li a.swm_digg {
	background:transparent url(../images/icons/digg.png) no-repeat 0 0;
}
.theme_social_icons ul li a.swm_stumbleupon {
	background:transparent url(../images/icons/stumbleupon.png) no-repeat 0 0;
}
.theme_social_icons ul li a.swm_linkedin {
	background:transparent url(../images/icons/linkedin.png) no-repeat 0 0;
}
.theme_social_icons ul li a.swm_blogger {
	background:transparent url(../images/icons/blogger.png) no-repeat 0 0;
}
.theme_social_icons ul li a.swm_technorati {
	background:transparent url(../images/icons/technorati.png) no-repeat 0 0;
}
.theme_social_icons ul li a.swm_rss {
	background:transparent url(../images/icons/rss.png) no-repeat 0 0;
}
.theme_social_icons ul li a.swm_pinterest {
	background:transparent url(../images/icons/pinterest.png) no-repeat 0 0;
}
.theme_social_icons ul li a.swm_apple {
	background:transparent url(../images/icons/apple.png) no-repeat 0 0;
}
.theme_social_icons ul li a.swm_dropbox {
	background:transparent url(../images/icons/dropbox.png) no-repeat 0 0;
}
.theme_social_icons ul li a.swm_amazon {
	background:transparent url(../images/icons/amazon.png) no-repeat 0 0;
}
.theme_social_icons ul li a.swm_picasa {
	background:transparent url(../images/icons/picasa.png) no-repeat 0 0;
}
.theme_social_icons ul li a.swm_skype {
	background:transparent url(../images/icons/skype.png) no-repeat 0 0;
}
.theme_social_icons ul li a.swm_deviantart {
	background:transparent url(../images/icons/deviantart.png) no-repeat 0 0;
}
.theme_social_icons ul li a.swm_windows {
	background:transparent url(../images/icons/windows.png) no-repeat 0 0;
}
.theme_social_icons ul li a.swm_tumblr {
	background:transparent url(../images/icons/tumblr.png) no-repeat 0 0;
}
.theme_social_icons ul li a.swm_lastfm {
	background:transparent url(../images/icons/lastfm.png) no-repeat 0 0;
}
.theme_social_icons ul li a.swm_yahoo {
	background:transparent url(../images/icons/yahoo.png) no-repeat 0 0;
}
.theme_social_icons ul li a.swm_wordpress {
	background:transparent url(../images/icons/wordpress.png) no-repeat 0 0;
}
.theme_social_icons ul li a.swm_dribble {
	background:transparent url(../images/icons/dribble.png) no-repeat 0 0;
}
.theme_social_icons ul li a.swm_forest {
	background:transparent url(../images/icons/forest.png) no-repeat 0 0;
}
.theme_social_icons ul li a.swm_google {
	background:transparent url(../images/icons/google.png) no-repeat 0 0;
}
.theme_social_icons ul li a.swm_googleplus {
	background:transparent url(../images/icons/googleplus.png) no-repeat 0 0;
}
.theme_social_icons ul li a.swm_applestore {
	background:transparent url(../images/icons/applestore.png) no-repeat 0 0;
}
.theme_social_icons ul li a.swm_instagram {
	background:transparent url(../images/icons/instagram.png) no-repeat 0 0;
}
.theme_social_icons ul li a.swm_myspace {
	background:transparent url(../images/icons/myspace.png) no-repeat 0 0;
}
.theme_social_icons ul li a.swm_soundcloud {
	background:transparent url(../images/icons/soundcloud.png) no-repeat 0 0;
}
/***************************************************************

* Sliders *

****************************************************************/



/* FlexSlider Default Styles */

.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flexslider .slides {
	zoom: 1;
}
.flexslider {
	cursor: pointer;
	margin: 0;
	padding: 0;
	position: relative;
	font-size:0;
	width:100%;
}
.flexslider .slides > li {
	display: none;
	padding:0;
	margin:0;
	background:none;
	list-style:none;
	-webkit-backface-visibility: hidden;
	font-size:0;
	line-height: 0;
	width:100%;
	border-radius: 3px;
	overflow: hidden;
}
.carousel li {
	margin-right: 0px
}
.flexslider .slides > li > a {
	padding:0;
	margin:0;
	font-size:0;
}
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* Clearfix for the .slides element */

.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
.no-js .slides > li:first-child {
	display: block;
}
.flex-direction-nav {
*height: 0;
}
#content ul.slides {
	padding-left: 0;
}
/* Direction Nav */

.flex-direction-nav a {
	display: block;
	position: absolute;
	z-index: 10;
	cursor: pointer;
transition: opacity .25s ease-in-out;
-moz-transition: opacity .25s ease-in-out;
-webkit-transition: opacity .25s ease-in-out;
	font-size: 14px;
	text-decoration: none;
}
ul.flex-direction-nav {
	padding:0;
	margin:0;
}
ul.flex-direction-nav li {
	background:none;
	padding:0;
	margin:0;
	list-style: none;
}
/* Control Nav */

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom:0px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 5px;
	display: inline-block;
	zoom: 1;
*display: inline;
	background:none;
}
.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0, 0, 0, 0.9);
	cursor: default;
}
/* Custom Styles */

.swm_slider_box .flexslider .flex-control-nav li img {
	opacity:1;
}
/* bullets navigation */

#content .swm_slider_box .flexslider ul {
}
.swm_slider_box {
	display:block;
}
.swm_slider_box .flexslider {
	cursor: auto;
	height:100%;
}
.swm_slider_box .flex-control-nav {
	text-align: right;
	font-size: 0;
	right:0;
	margin:0 12px 12px 0;
	z-index: 100;
}
.swm_slider_box .flexslider .flex-control-nav li {
	margin:0 5px;
}
.swm_slider_box .flexslider .flex-control-nav li a {
	width:10px;
	height:10px;
}
/* arrow navigation */

.swm_slider_box .flex-direction-nav {
}
.swm_slider_box .flex-direction-nav a {
	display:inline-block;
	margin:-20px 0 0 0;
	width:40px;
	height:40px;
	line-height: 40px;
	opacity:0;
	top:50%;
	bottom:auto;
	z-index:100;
	text-align:center;
	text-indent: 0;
	color:#fff
}
.swm_slider_box:hover .flex-direction-nav a {
	opacity: 1;
}
 .swm_slider_box .flex-direction-nav a i[class^="icon-"]:before {
margin: 0;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
font-size: 24px;
opacity: 0.7;
line-height: 40px;
}
.swm_slider_box .flex-direction-nav a.flex-next i {
	margin-left:2px;
}
.swm_slider_box .flex-direction-nav a.flex-prev i {
	margin-left:-2px;
}
.swm_slider_box .flex-direction-nav .flex-next {
	right:0;
	background-color:rgba(0, 0, 0, 0.5);
	border-radius: 3px 0 0 3px;
}
.swm_slider_box .flex-direction-nav .flex-prev {
	left:0;
	background-color:rgba(0, 0, 0, 0.5);
	border-radius: 0 3px 3px 0;
}
.swm_slider_box .flex-direction-nav .flex-next:hover, .swm_slider_box .flex-direction-nav .flex-prev:hover {
	background-color:rgba(0, 0, 0, 0.8);
}
 .swm_slider_box .flex-direction-nav:hover a i[class^="icon-"]:before {
opacity: 1;
}
/* recent posts shortcode slider */

.swm_slider_box .swm_recent_posts.flexslider .flex-direction-nav {
	bottom:auto;
	top:50%;
	margin-top: -11px;
	width:100%;
	display:none;
	position: absolute;
}
.swm_slider_box .swm_recent_posts.flexslider:hover .flex-direction-nav {
	display:block;
}
.swm_slider_box .swm_recent_posts.flexslider .flex-direction-nav a {
	bottom:auto;
	top:50%;
	width:25px;
	height:25px;
	line-height: 24px;
	margin:-2px 0 0 0;
}
.swm_slider_box .swm_recent_posts.flexslider:hover .flex-direction-nav a {
	opacity: 1;
}
.swm_slider_box .swm_recent_posts .flex-direction-nav .flex-next {
	left:auto;
	right:0;
	float:right;
}
 .swm_slider_box .swm_recent_posts .flex-direction-nav a i[class^="icon-"]:before {
font-size: 11px;
line-height: 25px;
}
.swm_slider_box .swm_recent_posts .flex-direction-nav .flex-prev {
	left:0;
}
/*Home page recent projects styles*/



/* arrow navigation */

.swm_list_slider .flex-direction-nav {
	left: auto;
	bottom:auto;
	top:-9px;
	right:0;
	float:right;
	width:auto;
	height:25px;
	display:block;
	position: absolute;
}
.swm_list_slider .flex-direction-nav a {
	width:15px;
	height:21px;
	display:block;
	bottom:auto;
	position: absolute;
	opacity:1;
	font-size: 12px;
	z-index:100;
	color:#ccc;
	text-align:center;
	border-radius: 0;
}
 .swm_list_slider .flex-direction-nav a.flex-next i[class^="icon-"]:before {
margin-right:-5px;
}
.swm_list_slider ul {
	margin:0;
	padding:0;
	float:left;
}
.swm_list_slider ul.flex-direction-nav li {
	float:left;
	height:21px;
	width:15px;
	display:block;
	background: none;
	padding:0;
}
.swm_list_slider .flex-direction-nav .flex-next {
	float:left;
	left:14px;
}
.swm_list_slider .flex-direction-nav .flex-prev {
	float:left;
	left:5px;
}
.swm_list_slider .flex-control-nav {
	display: none;
}
/* recent projects slider styles */

.rp_slides {
	clear:both;
}
.rp_slider, .testimonials_slider {
	cursor: auto;
}
.flexslider .rp_slides > li {
	margin-right:20px;
}  /* Right margin of recent project images */
.flexslider ul.rp_slides {
	margin-top: 5px;
}
.flexslider .rp_slides > li img {
	width:220px;
}
.flexslider .rp_slides > li {
	width:220px;
	text-align: center;
	background: #fff;
}
.flexslider .slides > li .rp_details {
	background:#f5f5f5;
	display:block;
	clear:both;
	border-bottom: 1px solid #e8e8e8;
}
.flexslider .slides > li:hover .rp_details {
	background:#f1f1f1;
}
.flexslider .slides > li .rp_details h3 a {
	text-shadow:none;
	margin:0;
	font-size: 13px;
	display: block;
}
.rp_details h3 a {
	text-decoration: none;
}
.rp_details p {
	margin:-5px 0 0 0;
	font-size: 11px;
}
.flexslider .rp_slides > li:hover {
	border-color: #ddd;
}
.list_slider_title {
	display:block;
	margin-bottom:25px;
	font-size: 15px;
	height:15px;
}
/*Caption Positions*/



.caption_top_left {
	top:8%;
	left:4%;
}
.caption_top_right {
	top:8%;
	left:auto;
	right:4%;
}
.caption_bottom_left {
	top:auto;
	bottom:8%;
	left:4%;
}
.caption_bottom_right {
	top:auto;
	bottom:8%;
	left:auto;
	right:4%;
}
div.flex-caption a.button {
	margin-top: 10px;
}
/***************************************************************

* Pagination *

****************************************************************/



.standard_post_loop {
	padding:40px 0;
}
/*Standard (1,2,3,4) */

ul.page-numbers {
	list-style: none;
	margin:0px 0;
	clear:both;
}
.page-numbers:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
ul.page-numbers li, .pagination_menu a span, .pagination_menu span, .paginate-com a, .paginate-com span.current,  .woocommerce-pagination a, .woocommerce-pagination span {
	display: block;
	float: left;
	margin: 0 2px 2px 0;
	text-align: center;
}
.page-numbers a, .page-numbers span, .pagination_menu a span, .pagination_menu span, .paginate-com a, .paginate-com span.current,  .woocommerce-pagination a, .woocommerce-pagination span {
	min-width: 28px;
	display: block;
	padding: 4px 9px 4px 9px;
	line-height: 17px;
	font-size: 11px;
	text-decoration: none;
	font-weight: 400;
	cursor: pointer;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	overflow: hidden;
}
.page-numbers a span {
	padding: 0
}
.page-numbers.current, .paginate-com span.current {
	text-decoration: none;
}
.page-numbers a:hover, .paginate-com a:hover, .woocommerce-pagination.swm_text_color a:hover, .pagination_menu a:hover span {
	text-decoration: none;
	background: #ececec;
	color:#000;
	border-radius: 3px;
	overflow: hidden;
}
.pagination_menu {
	float:right;
	margin-bottom: 30px;
}
.swm_blog_post .pagination_menu {
	margin:30px 0 0 0;
}
.paginate-com {
	margin:0;
	padding:20px 0 0 0;
	position:relative;
	font-size:11px;
	clear:both;
}
/*next/previous posts*/

.next_prev_pagination {
	font-size: 12px;
	font-weight: 400;
	clear:both;
	display: block;
}
.swm_container .next_prev_pagination a, .next_prev_pagination a {
	padding:7px 12px;
	border-radius: 3px;
}
.next_prev_pagination a:hover {
	text-decoration: none;
}
.next_prev_pagination .post-prev {
	float: left;
}
.next_prev_pagination .post-prev span {
	margin-right: 5px;
}
.next_prev_pagination .post-next {
	float: right;
	text-align: right;
}
.next_prev_pagination .post-next span {
	margin-left: 5px;
}
/*infinite scroll*/

.infiniteScroll_loader {
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -15px;
	height: 24px;
	line-height: 24px;
	width: 30px;
	background: url("../images/loader-infinite.gif") center center no-repeat;
	text-indent: -9999px;
}
.swm_infinite_scroll_style .infiniteScroll_loader {
	bottom:-30px;
}
#infscr-loading img {
	display: none !important
}
.infiniteScroll_pagination {
	display: none
}
.infiniteScroll_wrapper {
	position: relative;
	padding-bottom: 40px;
}
/*Fix portfolio page styles*/

.swm_portfolio .infiniteScroll_loader {
	bottom:-30px;
}
.swm_portfolio_page_main ul.page-numbers {
	margin-bottom: -8px;
}
.swm_portfolio_page_main .next_prev_pagination {
	margin-bottom: -21px;
}
/*Fix testimonials page styles*/

.swm_testimonials_page_main .infiniteScroll_loader {
	bottom:-10px;
}
.swm_standard_posts .infiniteScroll_loader {
	bottom:-10px;
}
.swm_testimonials_page_main ul.page-numbers {
	margin-bottom: -15px;
	margin-top: -1px;
}
.swm_testimonials_page_main .next_prev_pagination {
	margin-bottom: -25px;
	margin-top: 2px;
}
.swm_sermons .infiniteScroll_loader, .swm_causes .infiniteScroll_loader {
	bottom:-15px;
}
/***************************************************************

* WordPress Default Widgets Styles *

****************************************************************/



.footer .widget {
	clear:both;
	padding:0;
	display: block;
}
.sidebar select {
	width:100%;
	margin:0;
	border-color: #ececec;
}
/*RSS*/

a.rsswidget {
	font-weight: bold;
}
span.rss-date {
	font-size: 11px;
}
/*Text*/

.sidebar .textwidget p {
	padding-left:0;
	padding-right:0;
}
.sidebar .adwrap {
	padding:15px 24px 15px 24px;
}
/*Tag Colud*/

.sidebar .tagcloud {
	margin:5px 0 0 0;
}
.tagcloud a {
	padding:6px 12px;
	font-size:11px;
	line-height: 17px;
	float:left;
	text-decoration: none;
	margin:0 4px 4px 0;
	display:inline-block;
	width:auto;
	background:none;
	border-radius: 3px;
}
.tagcloud a {
	border:1px solid #ededed;
}
.footer .tagcloud a {
	background:none;
}
/* Calendar Widget */



#calendar_wrap {
	width:100%;
}
#wp-calendar {
	margin:0;
}
.widget_calendar {
	float: left;
	width:100%;
}
#wp-calendar {
	width: 100%
}
table#wp-calendar {
	border:none;
}
#wp-calendar caption {
	text-align: center;
	color: #363636;
	font-size: 12px;
	margin: 0;
	font-weight: bold;
	border: 1px solid #ececec;
	border-bottom:0;
	padding:5px 0;
	border-radius: 3px 3px 0 0;
}
#wp-calendar thead {
	font-size: 11px;
}
table#wp-calendar thead th, #wp-calendar thead th {
	padding:3px 6px;
	border: 1px solid #ececec;
	text-align: center;
}
#wp-calendar tbody {
	color: #808080;
}
table#wp-calendar tbody td, #wp-calendar tbody td {
	background: #fff;
	border: 1px solid #ececec;
	text-align: center;
	padding:3px 6px;
}
#wp-calendar tbody td a {
	font-weight:bold;
}
#wp-calendar tbody td:hover {
	background: rgba(0, 0, 0, 0.05);
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
}
#wp-calendar tfoot #prev {
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 10px;
}
#wp-calendar tfoot tr td {
	border-left:0;
	border-right:0;
	border-bottom:0;
}
.footer #wp-calendar caption {
	text-align: center;
	margin-bottom:-1px;
}
.footer #wp-calendar tbody td {
	text-align: center;
	padding:6px 8px 6px 8px;
}
/* Search Widget */

#widget_search_form form {
	margin:0;
}
#widget_search_form #searchform {
	margin:0;
	clear:both;
	display: block;
	position: relative;
}
#widget_search_form #searchform .screen-reader-text {
	display:block;
}
#widget_search_form #searchform input {
	margin:0;
}
#widget_search_form #searchform #s {
	width:100%;
	outline:0;
	height:40px;
	border:1px solid;
	border-color: #ececec;
	background: transparent;
	border-radius: 3px;
	padding-left: 15px;
}
#widget_search_form #searchform input[type="submit"].button {
	background:none;
	width: 40px;
	line-height: 40px;
	font-family: FontAwesome !important;
	font-size:14px;
	border:0;
	height:38px;
	position: absolute;
	right:0;
	border-left:1px solid #ececec;
	text-align: center;
	margin-top: 1px;
	box-shadow: none;
	text-shadow:none;
	color:#aaa;
	padding:0;
}
/* Recent Comments */

.footer ul#recentcomments li {
}
.footer ul#recentcomments li a {
}
#content .sidebar .wp-caption p {
	margin:0;
}
/*Captions*/

.wp-caption {
	background: #f9f9f9;
	border:0;
	display:block;
	text-align:center;
	margin-bottom: 15px;
	max-width: 100%;
}
.wp-caption img {
	padding:0;
	margin:0;
}
.wp-caption p {
	padding:0 10px;
	margin:0;
	font-style: italic;
}
p.wp-caption-text {
	margin:0;
	padding:10px;
}
.sidebar .textwidget img {
	display:block;
}
.sidebar .textwidget p.wp-caption-text img {
	display:inline-block;
}
.sidebar .wp-caption, .footer .wp-caption {
	background:#f1f1f1;
	border:0;
	display:block;
	margin-bottom: 15px;
}
.footer .wp-caption {
	background:#232323;
}
.footer .wp-caption p {
	margin:0;
}
.footer p.wp-caption-text, .footer p.wp-caption-text {
	height:auto;
	width:auto;
	line-height:20px;
	margin:0;
	padding:5px 10px;
}
.widget ul li span.post-date, .sidebar ul li span.post-date {
	font-size: 11px;
	color:#707070;
}
.widget ul li span.post-date:before, .sidebar ul li span.post-date:before {
	content:"- ";
}
.sidebar ul li span.post-date {
	color:#909090;
}
/* List style widgets -------------------------------------------------------------------------- */



.sidebar ul li {
	border-bottom:1px solid #ececec;
	padding-left: 15px;
}
.sidebar ul li:last-child {
	border-bottom:0;
}
.sidebar ul li ul li, .footer ul li ul li {
	border:0;
	padding:5px 0 5px 10px;
}
.sidebar ul li ul li:first-child, .footer ul li ul li:first-child, .archives-link ul li ul li:first-child {
	border:0;
}
.swm_large_footer ul li, .widget_meta ul li, .widget_categories ul li, .widget_pages ul li, .widget_archive ul li, .widget_recent_comments ul li, .widget_recent_entries ul li, .widget_nav_menu ul li, .widget_product_categories ul li, .widget_layered_nav_filters ul li, .archives-link ul li, .widget_rss ul li {
	padding: 11px 20px 11px 30px;
	list-style: disc;
	display: block;
}
.footer ul li {
	padding-left:15px;
}
.footer .widget_categories ul li {
	padding-right: 0;
}
.swm_large_footer ul li:before, .widget_meta ul li:before, .widget_categories ul li:before, .widget_pages ul li:before, .widget_archive ul li:before, .widget_recent_comments ul li:before, .widget_recent_entries ul li:before, .widget_nav_menu ul li:before, .widget_product_categories ul li:before, .archives-link ul li:before, .widget_rss ul li:before {
	content:"\f111";
	font-family: fontAwesome;
	font-size: 5px;
	margin-left: -15px;
	float:left;
	padding: 0;
	color:#bbb;
	text-decoration: none;
}
.swm_large_footer ul li:before {
	line-height: 20px;
}
.sidebar ul li:hover:before {
	color:#666;
}
.widget_nav_menu ul li.current-menu-item a, .sidebar .widget_categories ul li.current-cat > a, .widget_product_categories ul li.current-cat > a {
	font-weight: bold;
}
.widget_layered_nav_filters ul li {
	padding-left: 0;
}
.sticky {
}
.gallery-caption {
}
.bypostauthor {
}
.alignright {
	float:right;
}
.alignleft {
	float:left;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
/***************************************************************

* Default Values *

****************************************************************/



body {
	background:#666666;
	color:#606060;
}
h1 {
	font-size: 27px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 15px;
}
h6 {
	font-size: 13px;
}
.sidebar h2, .sidebar h3 {
	font-size: 15px;
	color:#222;
}
.footer h2, .footer h3 {
	font-size: 18px;
	color:#fff;
}
.swm_blog_post .swm_post_title h1, .swm_blog_post .swm_post_title h2 {
	font-size:22px;
}
.top_nav > li > a {
	font-size: 14px;
}
#swm_page_container {
	padding: 50px 0 80px 0;
}
.swm_container, #header_wrap, .top_section_wrap, .title_header_wrap {
	width:940px;
	margin:0 auto;
	display: block;
	height:100%;
}
.html_boxed {
	width:auto;
	margin:0 auto;
}
.boxed {
	width:1000px;
	margin:0 auto;
}
.swm_blog_post .swm_post_title h2 a, .swm_blog_post .swm_post_title h2, .swm_blog_post .swm_post_title h1 a, .swm_blog_post .swm_post_title h1, .swm_blog_grid .swm_post_title h2 a, .swm_blog_grid .swm_post_title h2 {
	color:#222;
	font-size: 18px;
}
.sidebar a {
	color:#606060;
}
@font-face {
    font-family: 'source_sans_proregular';
    src: url('fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
         url('fonts/sourcesanspro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}