/*
Theme Name: Blogging Cage
Theme URI: http://www.bloggingcage.com/
Author: Dashing Themes
Author URI: http://bloompixel.com/
Description: Custom blog theme for bloggingcage.com
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:right-sidebar, custom-menu, featured-images, two-columns, theme-options, custom-background, threaded-comments
Text Domain: blogging-cage
*/

/*-------------------------------------------------------------------------------------

	1. CSS Reset
	2. Framework (body, headings, links)
	3. Main Container
	4. Header
	5. Navigation
	6. Main Content (homepage, single)
	7. Comments
	8. Sidebar
	9. Footer
	10. Widgets

-------------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/
/*	1. CSS Reset
/*-----------------------------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:inherit;
    vertical-align:baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block }
ol, ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after {
    content:'';
    content:none;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del { text-decoration: line-through; }
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
img {
	-ms-interpolation-mode:bicubic;
	border:0;
	vertical-align:middle;
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select { vertical-align:middle; }
*,
*:before,
*:after {
    box-sizing: border-box
}
.clear { clear: both; display: block; font-size: 0;	height: 0; line-height: 0; width:100%; }
.clearfix:after { clear: both; content: ""; font-size: 0;  height: 0; display: block; visibility: hidden; }


/*-----------------------------------------------------------------------------------*/
/*	2. Framework
/*-----------------------------------------------------------------------------------*/
body {
	background:#ffffff;
	line-height:1;
	color:#101010;
	font:16px/26px Source Sans Pro, sans-serif;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a {
	color:#249f6f;
	outline:none;
	text-decoration:none;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
a:hover { color:#249f6f; }
::-moz-selection {
    background: #222;
    color: white;
    text-shadow: none;
}
::selection {
    background: #222;
    color: white;
    text-shadow: none;
}
h1, h2, h3, h4, h5, h6 {
	color:#18436e;
	font-family: "Source Sans Pro",sans-serif-condensed;
    line-height:1.4;
	margin-bottom:15px;
	font-weight:400;
}
h1 {
	font-size:28px;
}
h2{
	font-weight: Bold;
	font-size: 1.875em;
    margin: 25px 0 12px 0;
}
h3 {
	font-weight: Bold;
	font-size: 1.625em;
    margin: 22px 0 11px 0;
}
h4 {
	font-size:20px;
}
h5 {
	font-size:18px;
}
h6 {
	font-size:16px;
}
p { margin-bottom: 20px }
blockquote {
	font-family:Georgia,Serif;
	font-size:14px;
	font-style:italic;
	padding:20px 30px;
}
em, i, cite { font-style: italic; }
strong { font-weight: 700; }
img, video, object, embed {
	height: auto;
	max-width: 100%;
}
caption, th, td { text-align: left }
sub, sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline;
}
sub { bottom:-3px }
sup { top:-4px }
.center-width {
	margin:0 auto;
	max-width:1170px;
	width:100%
}
.uppercase { text-transform:uppercase}
.textcenter { text-align:center }
.last { margin-right:0 !important }


/*-----------------------------------------------------------------------------------*/
/*	3. Main Container
/*-----------------------------------------------------------------------------------*/
.main-container {
	background:transparent;
	clear:both;
	width:100%
}
.main-wrapper {
	background:transparent;
	clear:both;
	margin:0 auto 0;
	width:1170px;
}
.container {
	margin:0 auto;
	width:1170px;
}


/*-----------------------------------------------------------------------------------*/
/*	4. Header
/*-----------------------------------------------------------------------------------*/
.main-header {
	background:#127cc0;
	margin:0 auto;
    color: #fff;
	width:100%;
}
.header {
	clear: both;
	margin:0 auto;
	max-width:96%;
    left: 0;
    right: 0;
	padding:15px 0;
	width:1170px;
    z-index: 5;
}
.home .header {
    position: absolute;
}
.logo-wrap {
	display:inline-block;
    float:left;
}
.tagline {
    margin-left: 15px;
	font-size:14px
}
.header #logo {
	display: inline-block;
	font-size: 30px;
    font-weight: 700;
	line-height: 1.2;
	margin: 0;
	max-width: 100%
}
.header a { color:#fff }
.header #logo img { float:left }

/* Top Bar */
.menu-one { float: right; }
.menu-two .center-width { border-top:1px solid rgba(0,0,0,0.08) }
.menu-three .center-width { border-bottom:1px solid rgba(0,0,0,0.08) }
.header-search {
	float:right;
	margin:11px 15px 11px 0;
	position:relative;
}
.main-menu ::-webkit-input-placeholder,
.main-menu :-moz-placeholder,
.main-menu ::-moz-placeholder,
.main-menu :-ms-input-placeholder { color:#b8b8b8 }
.st-menu .s::-webkit-input-placeholder,
.st-menu .s:-moz-placeholder,
.st-menu .s::-moz-placeholder,
.st-menu .s:-ms-input-placeholder { color:#fff }


/*-----------------------------------------------------------------------------------*/
/*	5. Navigation
/*-----------------------------------------------------------------------------------*/
.menu, .menu * {
	margin:0;
	padding:0;
	list-style:none;
}
.menu { line-height:1.0 }
.nav-menu {
	float:left;
    font-family:'Muli', sans-serif;
	margin:0;
	max-width:100%;
	position:relative;
	text-align:center;
    text-transform: uppercase;
	width:100%
}
.nav-menu .menu ul {
	background:#fff;
    border:1px solid rgba( 255,255,255,0.09 );
    border-bottom:0;
	padding:0;
	position:absolute;
	top:-999em;
	width:180px; /* left offset of submenus need to match (see below) */
}
.nav-menu .menu ul li { width:100% }
.nav-menu .menu li:hover {
	visibility:inherit; /* fixes IE7 'sticky bug' */
}
.nav-menu .menu a {
	display:block;
	position:relative
}
.nav-menu .menu li:hover > ul {	
    display:block;
	left:0;
	top:119px; /* match top ul list item height */
	width:180px;
	z-index:1000
}
.nav-menu ul.menu li:hover li ul { top:-999em }
.nav-menu ul.menu li li:hover ul {
	border:0;
	padding:0;
	left:180px; /* match ul width */
	top:0px
}
.nav-menu ul li {
	display:inline-block;
	float:none;
	list-style:none;
	position:relative;
}
.nav-menu ul li ul {
    display:none;
    text-align:left
}
.main-menu .menu li ul li a {
	border-bottom:1px solid rgba(255,255,255,0.09);
    color:#a9a9a9;
	padding:10px 20px;
	line-height:18px
}
.nav-menu ul li ul li a:hover {
	background:rgba(255,255,255,0.09);
	color:#fff;
	padding:10px 20px;
}
ul.menu ul .sf-sub-indicator {
	display:block;
	right:12px;
	top:9px;
	position:absolute
}
.main-menu .nav-menu .menu-item-has-children > a {
	padding-right:24px;
	z-index:20
}
.nav-menu .menu-item-has-children > a { padding-right:32px }
.nav-menu .menu-item-has-children > a:after {
	content:'';
	position:absolute;
	top:35px;
	right:12px;
	margin-top:0px;
	height:0;
	width:0;
	border:4px solid transparent;
	border-top-color:rgba(0, 0, 0, 0.2);
    -webkit-transition: none 0.25s linear;
    -moz-transition: none 0.25s linear;
    transition: none 0.25s linear;
}
.nav-menu .menu-item-has-children > a:after { border-top-color:rgba(0,0,0,.2); }
.nav-menu ul ul .menu-item-has-children > a:after {
	top:15px;
	right:5px;
	border-color:transparent;
	border-left-color:rgba(255,255,255,.2);
}
.nav-menu ul ul .menu-item-has-children > a:hover:after { border-top-color:rgba(255,255,255,0); }
.menu i {
	display:inline-block;
	margin-right:5px;
	margin-top:-0.265em;
	vertical-align:middle
}
.main-nav,
.main-nav .nav-menu ul li { float:left }
.main-nav a {
	color:#fff;
	display:block;
	margin:0;
    padding:28px 12px;
    -webkit-transition: none 0.25s linear;
    -moz-transition: none 0.25s linear;
    transition: none 0.25s linear;
}
.main-nav .menu li ul li a:before {
    
}
.menu-one .menu a { padding:28px 12px }
.main-nav ul ul a {
    color:#404040;
    margin:0
}
.menu-btn { display:none!important }
.secondary-menu {
    background: #1B3E5A;
    box-shadow: 0 6px 0 #ED702B, 0 12px 0 #f9a77a, 0 18px 0 #fddbc8;
    margin-bottom: 20px;
}
.secondary-menu a {
    color:#fff;
	display:block;
	margin:0;
    padding:15px 12px;
    -webkit-transition: none 0.25s linear;
    -moz-transition: none 0.25s linear;
    transition: none 0.25s linear;
	font-size:18px;
}
.secondary-menu a:hover {
    background: #fff;
}
.secondary-menu ul li {
    display: inline-block;
    list-style: outside none none;
    position: relative;
}
/* Menu Two */
.menu-two .nav-menu .menu li:hover ul,
.menu-three .nav-menu .menu li:hover ul { top:53px }
.menu-two .nav-menu ul.menu li li:hover ul,
.menu-three .nav-menu ul.menu li li:hover ul { top:0 }
.menu-two .menu-item-has-children > a:after,
.menu-three .menu-item-has-children > a:after { top:24px }
.menu-two .menu-item-has-children ul > a:after,
.menu-three .menu-item-has-children ul > a:after { top:16px }

/* Responsive Menu */
.side-sub-menu {
    display:none
}
#close-button {
    display:none;
	padding:15px 0;
	text-align:center
}
#close-button .fa {
	color:#fff;
	cursor:pointer;
	font-size:22px
}
.st-container {
	position:relative;
}
.menu-pusher {
	position:relative;
	height:100%;
	-webkit-transition:-webkit-transform 0.5s;
	transition:transform 0.5s;
}
.stickymenu {
    background:#454545;
    border-bottom:1px solid rgba(0, 0, 0, 0.08);
    position:fixed;
    z-index:100;
    left:0;
    top:0;
    width:100%
}
.stickymenu .menu a {
    color:#fff;
    padding:22px 12px
}
.stickymenu .nav-menu .menu-item-has-children > a:after { border-top-color:rgba(255, 255, 255, 0.3); top:27px }
.stickymenu .nav-menu ul ul .menu-item-has-children > a:after {
    border-color:transparent transparent transparent rgba(255, 255, 255, 0.2);
    top:15px
}
.stickymenu .nav-menu .menu li:hover > ul { top:57px }
.stickymenu .nav-menu ul.menu li li:hover ul { top:0 }

/*
.banner-text-focus::after {
    background: rgba(0, 0, 0, 0) linear-gradient(45deg, rgba(66, 171, 158, 0.8), rgba(52, 169, 218, 0.5) 20%, rgba(52, 169, 218, 0) 50%) repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
*/
.banner-text-focus {
    background-image: url("assets/images/top.jpg");
}
.banner-text-focus {
    background-color: #42ab9e;
    background-position: center top;
    background-size: cover;
    color: white;
    padding: 230px 0 100px;
    position: relative;
    text-align: center;
}
.wrapper::after {
    clear: both;
    content: "";
    display: block;
}
.banner-text-focus .wrapper {
    z-index: 2;
}
.wrapper {
    margin: 0 auto;
    max-width: 95%;
    position: relative;
    width: 1280px;
}
.home-header {
    font-size: 4.7rem;
    font-weight: 800;
    line-height: 5rem;
}
.banner-text-focus .subheader {
    display: block;
    font-size: 30px;
    margin: 2% 0;
}
#mc_embed_signup form {
    padding: 10px 0;
    text-align: center;
}
#mc_embed_signup img {
    margin-right: 20px;
}
.ck_first_name, .ck_email_address {
    background-color: #fff;
    border: none;
    border-radius: 6px;
    box-sizing: border-box;
    color: #2a2f35;
    display: inline-block;
    font-family: "Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif;
    font-size: 15px;
    height: 55px;
    margin: 0;
    padding: 0 0.4em;
    vertical-align: top;
    max-width: 350px;
    width: 30%;
}
.ck_subscribe_button {
    background-color: #cb324b;
    border: 2px solid #fff;
    border-radius: 0 6px 6px 0;
    box-sizing: border-box;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    font-size: 12pt;
    height: 55px;
    letter-spacing: 0.03em;
    line-height: 32px;
    margin: 0 0 0 -73px;
    padding: 0 18px;
    transition: all 0.23s ease-in-out 0s;
	max-width: 350px;
}
#mc_embed_signup .clear {
    display: inline-block;
    clear: none;
    font-size: inherit;
    width: auto;
}
/*-----------------------------------------------------------------------------------*/
/*	6. Main Content
/*-----------------------------------------------------------------------------------*/
.main-content {
	clear:both;
	margin:30px auto 0;
	max-width:100%;
}
.main-content #page {
	float:left;
	margin:0;
	max-width:100%;
	padding:0;
	width:1170px;
}
.detail-page {  }
.content-area {
	float:left;
	margin-left:0;
	width: 67%;
    margin: 1%;
}
.content-full {
    width: 100%;
}
.content-area a {
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.content-home {
	float:left;
	margin:0;
	width:100%
}
.content {
	padding:0 0;
}
.post header,
.attachment header {
	clear:both;
	overflow:hidden;
	position:relative;
}
.home .recent-posts li {
    float: left;
    list-style: none;
    margin: 15px 3% 0 0;
    position: relative;
    width: 30.33%;
}
.home .recent-posts li:nth-child(3n) {
    margin-right: 0;
}
.home .recent-posts li:nth-child(3n+1) {
    clear: left;
}

/*---[ Different Layout Styles ]---*/ 
.bclayout .content-area {
    float: right;
    margin-left: 2.2%;
    margin-right: 0
}

/*---[ Homepage ]---*/
.title { margin-bottom:5px }
.title a { color:inherit}
.entry-title {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 22px;
	font-weight: 700;
}
.first-post .entry-title {
    font-size: 38px;
    line-height: 44px;
}
.page-title {
	font-size:36px;
	margin:20px 0 20px;
}
.featured-thumbnail,
.featured-single {
	display:block;
	float:left;
    margin-bottom: 20px;
	position:relative;
	width:100%
}
.featured-thumbnail img {
	float:left;
	width:100%;
	height:auto;
}
.featured-single { margin-bottom:20px }
.featured-single img { float:left }
.post .featured-thumb-gallery {
	float:left;
	position:relative;
	width:100%
}
.content-home .post .post-inner { clear:both }
.content-home .format-quote .post-inner { border:0 }
.post-content {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 36px;
}
.post header time,
.attachment header time {
	float: left;
	padding:25px 2%;
	text-align:center
}
.post header .post-date,
.attachment header .post-date {
	clear:both;
	color:#000;
	display:block;
	font-size:36px;
	margin:0 0 10px
}
.post-meta {
	font-size:12px;
    margin-bottom: 15px
}
.post-cats {
    display: block;
    font-weight: 600;
    margin-bottom: 8px
}
.post-cats a {
    font-weight: 600
}
.post-meta span {
	display: inline-block;
	margin: 5px 10px 5px 10px;
	position: relative
}
.post-meta > span:after {
    background-color: #ced3d3;
    border-radius: 2px;
    content: "";
    height: 4px;
    margin: -1px 5px 0;
    position: absolute;
    right: -16px;
    top: 50%;
    width: 4px;
}
.post-meta  span:last-child:after { content:none}
.post-meta a {
    color: #76838B
}
.post-meta-dark .post-meta {
    margin: 0;
}
.post-meta .post-avtar {
    margin: 0 5px 0 0;
}
.post-avtar img {
    border-radius: 50%
}
.post-type,
.post-meta .post-type {
	float: left;
    margin: 0 10px 0 15px;
    padding: 0 5px 5px !important;
}
.post-type i,
.post-meta .post-type i {
    color: #2da6e9;
	font-size: 22px;
    margin: 0
}
.post-meta span:first-child {
    margin-left: 0;
    padding-left: 0
}
.read-more {
	border: 2px solid #394850;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 5px;
    color: #394850;
    font-size: 16px;
    font-weight: 700;
}

/* Gallery */
.gallery { margin-bottom:20px }
.gallery:after {
	clear:both;
	content:"";
	display:block
}
.gallery-item {
	float:left;
	margin:0 4px 4px 0;
	overflow:hidden;
	position:relative
}
.gallery-columns-1 .gallery-item { max-width:100% }
.gallery-columns-2 .gallery-item {
	max-width:48%;
	max-width:-webkit-calc(50% - 4px);
	max-width:        calc(50% - 4px);
}
.gallery-columns-3 .gallery-item {
	max-width:32%;
	max-width:-webkit-calc(33.3% - 4px);
	max-width:        calc(33.3% - 4px);
}
.gallery-columns-4 .gallery-item {
	max-width:23%;
	max-width:-webkit-calc(25% - 4px);
	max-width:        calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
	max-width:19%;
	max-width:-webkit-calc(20% - 4px);
	max-width:        calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
	max-width:15%;
	max-width:-webkit-calc(16.7% - 4px);
	max-width:        calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
	max-width:13%;
	max-width:-webkit-calc(14.28% - 4px);
	max-width:        calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
	max-width:11%;
	max-width:-webkit-calc(12.5% - 4px);
	max-width:        calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
	max-width:9%;
	max-width:-webkit-calc(11.1% - 4px);
	max-width:        calc(11.1% - 4px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right:0
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear:left
}
.gallery-caption {
	background-color:rgba(0, 0, 0, 0.7);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:   border-box;
	box-sizing:        border-box;
	color:#fff;
	font-size:12px;
	line-height:1.5;
	margin:0;
	max-height:50%;
	opacity:0;
	padding:6px 8px;
	position:absolute;
	bottom:0;
	left:0;
	text-align:left;
	width:100%;
}
.gallery-caption:before {
	content:"";
	height:100%;
	min-height:49px;
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
.gallery-item:hover .gallery-caption { opacity:1 }
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption { display:none }
.post {
	margin-bottom:40px;
	padding:0;
	position:relative
}
.grid {
    float: left;
    margin-right: 3%;
    width: 48.5%;
}
.grid:nth-of-type(2n) {
    margin-right: 0;
}
.grid:nth-of-type(2n+1) {
    clear: left
}
.entry-content {
    font-size: 14px;
    line-height: 1.8
}
.single .post { margin-bottom:0; margin-top: 30px }
.single .post-header{
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    background: #fff;
    color: #000
}
.sticky { }
.content-home .post-box,
.content-archive .post-box,
.content-detail,
.author-box,
.relatedposts,
.norm-pagination,
.author-desc-box,
#comments,
#respond {
	background:#fff;
}

/*---[ Single ]---*/
.full-width { margin-top:15px }
.full-width .content {
	margin:0 0 30px;
	padding:0
}
.content-page,
.content-single {
	float:left;
	margin:0;
	padding:0;
	width:100%
}
.content-detail { margin-bottom:30px }
.content-archive {
	float:left;
	margin:0;
	width:100%
}
.category-title{    
    border-bottom: 1px solid #e5e5e5;
    font-weight: 700;
    font-size: 2.625em;
    margin-bottom: 30px;
    padding: 0 0 15px;
    text-transform: capitalize;
}
.page-content,
.error404 .page-content header { margin:0 }
.error-page-content {
	font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 36px;
}
.error-head {
	border-bottom:1px solid #CCCCCC;
    height:1px;
    margin-top:15px;
    margin-bottom:20px;
    position:relative;
}
.error-head span {
	background:#fff;
	padding:0 20px;
	position:relative;
	top:-14px
}
.error-text {
	color:#ff8800;
	font-size:230px;
	line-height:200px;
	margin-bottom:30px
}

.single-title {
	font-size:2.625em;
    font-weight: 700;
	margin:0 0 15px;
}
.single-post-type {
	clear:both;
	margin:0;
	width:100%
}
.single-post-type img {
	float:left;
	width:100%
}
.full-width .single-page-content {
	margin:0;
	width:96%
}
.full-width header { margin:0 }
#fullwidth-comments {
	background:#fff;
	margin:0 0 30px;
	padding:0;
}
.page-links { margin-bottom:20px }
img.size-full, 
img.size-large,
img.wp-post-image {
	height:auto;
	max-width:100%
}
article img.right,
article img.alignright,
.wp-caption.alignright {
	background:rgba(0, 0, 0, 0.027);
	border:1px solid rgba(0, 0, 0, 0.08);
	display:block;
	float:right;
	margin:5px 0 15px 25px;
	padding:5px
}
article img.aligncenter,
article img.alignnone,
.wp-caption.aligncenter,
.wp-caption.alignnone {
	background:rgba(0, 0, 0, 0.027);
	border:1px solid rgba(0, 0, 0, 0.08);
	display:block;
	clear:both;
	padding:5px
}
article img.left,
article img.alignleft,
.wp-caption.alignleft {
	background:rgba(0, 0, 0, 0.027);
	border:1px solid rgba(0, 0, 0, 0.08);
	display:block;
	float:left;
	margin:5px 25px 15px 0;
	padding:5px
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	color:#757575;
	font-size:11px;
	font-style:italic;
	line-height:20px;
}
.wp-caption {
	padding:4px;
	max-width:100%
}
.wp-caption img { margin-bottom: 10px }
.alignleft { float:left }
.alignright { float:right }
.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto
}
.post table,
.content-page table {
	border-bottom:1px solid #e5e5e5;
	margin-bottom:20px;
	width:100%
}
.post th,
.content-page th {
	padding:6px 10px 6px 0;
	text-transform:uppercase
}
.post td,
.content-page td,
.post th,
.content-page th {
	border-top:1px solid #e5e5e5;
	padding:8px 20px
}
.post th,
.content-page th {
	background:rgba(0,0,0,0.04)
}
.post dl,
.content-page dl { margin:0 30px }
.post dt,
.content-page dt { font-weight:700 }
.post dd,
.content-page dd { margin:0 0 20px }
.post ul,
.content-page ul,
.content-single .comment ul {
	list-style:none;
	margin-bottom:20px
}
.post ol,
.content-page ol,
.content-single .comment ol {
	list-style:decimal;
	margin-bottom:20px
}
.post ul ul,
.content-page ul ul,
.content-single .comment ul ul,
.post ul ol,
.content-page ul ol,
.content-single .comment ul ol,
.post ol ul,
.content-page ol ul,
.content-single .comment ol ul,
.post ol ol,
.content-page ol ol,
.content-single .comment ol ol { margin-bottom:0 }
.post-content li,
.content-page li {
	margin-left:22px;
	list-style:disc;
}
.post address,
.content-page address { margin-bottom:20px }
.post code,
.content-page code { font-family:Consolas,Monaco,Lucida Console,monospace }
.post pre,
.content-page pre {
	border:1px solid #e5e5e5;
	margin-bottom:20px;
	padding:20px;
	overflow:auto
}
.post dl.gallery-item { margin:0 }
.post-content blockquote {
	border-left: 2px solid #91C842;
    font-size: 28px;
    background: #f7f7f7;
}
.post-format-content { margin-bottom:20px }
.post-format-content .wp-video { margin:0 auto }

/*---[ Post Navigation ]---*/
.post-navigation {
	padding:0;
	margin-top:0;
}
.post-navigation .post-nav-links  {
    background:#fff;
    border:1px solid rgba(0, 0, 0, 0.11);
	float:left;
	position:relative;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.post-navigation .post-nav-links  span {
	display:block;
	font-size:14px;
	margin-bottom:10px
}
.post-navigation a {
	color:#555;
    display:block;
	font-size:16px;
	line-height:26px;
    padding:12px 20px 12px 55px
}
.post-navigation a:hover { color:#2da6e9}
.post-navigation .prev-link,
.post-navigation .next-link {
	overflow:hidden;
	position:relative;
	z-index:10
}
.post-navigation .next-link a { padding:12px 55px 12px 20px }
.post-navigation .prev-link { background: #fff; }
.post-navigation .next-link:before,
.post-navigation .prev-link:before {
	color:rgba(0, 0, 0, 0.2);
	font-family:'FontAwesome';
	font-size:40px;
	top:7px;
	position:absolute
}
.post-navigation .next-link:before {
	content:"\00BB";
	right:20px;
}
.post-navigation .prev-link:before {
	content:"\00AB";
	left:20px;
}
.post-navigation .next-link-wrapper {
    float:right;
    margin-left:20px
}

/*---[ Single Post Ad ]---*/
.single-post-ad {
	clear:both;
	margin:0 0 10px
}

/*---[ Breadcrumbs ]---*/
.breadcrumbs {
}
.breadcrumbs a { color:#30373b }
.breadcrumbs i { margin-right:4px }

/*---[ Social Share Buttons ]---*/
.social-fb a:hover { color:#395aa1 }
.social-twitter a:hover { color:#17a8dd }
.social-gplus a:hover { color:#fc5656 }
.social-stumble a:hover { color:#eb4924 }
.social-pin a:hover { color:#BE202E }
.social-linkedin a:hover { color:#017EB4 }
.social-pinterest a:hover { color:#cc2127 }
.social-stumbleupon a:hover { color:#f04f23 }
.social-reddit a:hover { color:#000 }
.social-tumblr a:hover { color:#34465d }
.social-delicious a:hover { color:#3399ff }

/*---[ Author Box ]---*/
.author-box {
    background: #e7f6ff;
    border: 1px solid #e9e9e9;
    margin: 0 0 50px 0;
    overflow: hidden;
    font-size: 20px;
    line-height: 34px;
    box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.1);
    padding: 30px 10px;
}
.author-box-avtar {
	float:left;
	margin-right:20px;
	max-width:100px;
	width:14.2%
}
.author-head { overflow:hidden }
.author-box h4 {
    margin:0
}
.section-heading {
	font-size: 20px;
	font-weight: 700;
    margin-bottom: 25px
}
.author-box h5 {
	font-size: 1.25em;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.author-box img {
	float:left;
	margin:0;
	-webkit-border-radius:50%;
	 -moz-border-radius:50%;
		  border-radius:50%;
}
.author-info-container {
	margin-left:0;
	overflow:hidden;
}
.author-info {
	overflow:hidden;
	padding:0 0 12px
}
.author-desc-box {
	background:#f6f6f6;
	margin:0 0 20px 0;
	padding:0;
	overflow:hidden
}
.author-box-title {
	border-bottom:1px solid rgba(0, 0, 0, 0.08);
	font-size:13px;
	padding:15px 20px
}
.author-box .widget-title:before { border:0 }
.author-desc-box .author-box-content {
	overflow:hidden;
	padding:20px
}
.author-desc-box h5 {
	float:left;
	font-size:16px;
	line-height:22px
}

/*---[ Related Posts ]---*/
.relatedposts {
	clear:both;
    padding: 50px 0;
	position:relative;
}
.relatedposts ul {
	margin: 0;
	padding: 0;
}
.relatedposts ul li {
    background: #fff;
    box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.1);
	float:left;
	list-style: none;
	margin:0 3% 0 0;
    position: relative;
	width:30.33%;
}
.relatedposts ul li:hover {
    box-shadow: 0 10px 30px 0 rgba(0,0,0,0.3);
}
.relatedposts ul li:nth-child(4n) { margin-right:0 }
.relatedposts img {
	float: left;
	height: auto;
	width: 100%;
}
.relatedposts .title {
	font-size:20px;
	line-height:30px;
	margin:0;
}
.relatedposts .relatedthumb {
	display: block;
	float: left;
    margin-bottom: 15px;
	width: 100%;
}
.relatedposts .related-content {
	clear:both;
    padding: 0 20px 20px;
}

/*---[ Post Navigation ]---*/
.navigation {
	clear:both;
	display:block;
    margin-bottom: 30px;
}

/*---[ Pagination ]---*/
.pagination,
.norm-pagination {
	clear:both;
	font-size:14px;
	margin:0 0 30px;
	overflow:hidden;;
}
.single .pagination { margin:15px 0 20px }
.single .pagination a { background:rgba(0, 0, 0, 0.04) }
.single .pagination a:hover { color:#fff }
.norm-pagination { padding:15px }
.norm-pagination .nav-previous a { float:left }
.norm-pagination .nav-next a { float:right }
.pagination span,
.pagination a {
	color:#30373b;
	display:inline-block;
	margin:0 10px 0 0;
	padding:5px 11px;
}
.pagination a {
	background:#fff;
	border:1px solid #e3e3e3;
	color:#828282
}
.pagination span,
.pagination a:hover {
	background:#2da6e9;
	border:1px solid #2da6e9;
	color:#fff
}

/*---[ Accessibility ]---*/
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}


/*-----------------------------------------------------------------------------------*/
/*	7. Comments
/*-----------------------------------------------------------------------------------*/
#comments {
	clear:both;
	margin:0 0 30px;
	 font-size: 22px;
    line-height: 35px;
}
#comments .avatar {
	float:left;
	margin-bottom:10px;
	margin-right:2%;
	border-radius: 50%;
}
.comments-count { margin:0 }
ol.commentlist {
	border-top:0;
	margin:15px 0 0;
	padding:0 0;
	position:relative;
	overflow:hidden;
}
.commentlist li.comment,
.commentlist li.pingback {
	float:left;
	list-style:none;
	margin:0;
	width:100%;
}
.commentlist li.pingback .comment-body { padding:0 0 20px }
.commentlist .comment-body {
	border-bottom: 1px solid rgba(0, 0, 0, 0.11);
    margin: 15px 0 20px;
    padding: 20px 0;
}
.commentlist li:last-child  .comment-body {}
.commentlist p { margin:0 0 10px }
.commentlist .comment .children {
	float:left;
	margin-left:15%;
	margin-bottom:0;
	margin-top:0;
	width:85%;
	padding:20px 0;
}
.commentlist .children li {
	margin:0;
	position:relative;
	width:100%;
}
.fn {
    font-size: 115%;
    font-weight: bold;
}
.fn a { color:#30373b }
.comment-meta {
	font-size: 12px;
	margin: 5px 0;
}
.comment-meta a { color:#999 }
.commentBody { overflow: hidden }
.bypostauthor {}
.reply {
    display: block;
    margin-bottom: 20px;
}
.comment-reply-link {
	color:#999;
	display:inline-block;
}
.comment-reply-link:hover { border-color:#2da6e9}
#respond {
	clear:both;
	margin:0 0 40px;
}
#reply-title {
	font-size:16px;
	line-height:20px;
	margin:0;
	text-transform:uppercase
}
#commentform {
	background:transparent;
	margin:15px 0 0
}
#commentform p {
	margin:0 0 10px;
	position:relative
}
#commentform p label {
	color:#999;
	font-size:12px;
	font-weight:700;
	text-transform:uppercase
}
#commentform .comment-form-author,
#commentform .comment-form-email,
#commentform .comment-form-url {
	float: left;
	width:31.4%
}
#commentform .comment-form-author input,
#commentform .comment-form-email input,
#commentform .comment-form-url input {
	width:88%
}
#commentform .comment-form-comment {
	clear:both;
	overflow:hidden;
	width:100%;
}
#commentform .comment-form-author,
#commentform .comment-form-email { margin:0 15px 0 0 }
#commentform  input,
#commentform  textarea {
	background:transparent;
	border:1px solid rgba(0,0,0,0.11);
	display:block;
	font-size:14px;
	margin:4px 0 0;
	padding:10px 10px;
}
#commentform  textarea { width:95.5% }
#commentform .required { color:#dc0413 }
#commentform .form-submit {
    display: inline-block;
}
#commentform #submit {
	background-color:#2da6e9;
	border:0;
	color:#fff;
	font-size:14px;
    font-family: 'Muli', sans-serif;
	font-weight:700;
	padding:8px 32px;
	text-transform:uppercase;
	cursor:pointer;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
#commentform #submit:hover {
	background:#000;
	color:#fff
}


/*-----------------------------------------------------------------------------------*/
/*	8. Sidebar
/*-----------------------------------------------------------------------------------*/
.sidebar {
	float: left;
    margin: 1%;
    width: 29%;
    background: #ececec;
    padding: 20px;
    border-left: 5px solid #F6F7F8;
	font-size:18px;
}
.sidebar a {
	color:#ed702b;
}
.widget {
	margin-bottom:20px;
	overflow:hidden;
}
.sell-widget {
    margin-bottom: 40px;   
}
.sell-widget a {
    color: #333;
	font-size:20px;
	font-weight:800;
	line-height:32px;
}

.sell-widget a:hover {
	color: #ed702b;
}
.widget-title {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 800;
    text-transform: none;
    font-size: 28px;
    line-height: 34px;
    /* width: 100%; */
    background: #ee702c;
    padding: 5px 10px;
    color: #fff;
}
.widget ul { margin:0 }
.widget li {
	border-bottom:1px solid rgba(0, 0, 0, 0.1);
	list-style:none;
	margin:0 0 10px;
	padding:0 0 10px;
}
.widget ul.children {
	border-top:1px solid rgba(0, 0, 0, 0.1);
	padding-left:20px;
	margin-top:10px
}
.widget ul.children li { border-bottom:1px solid rgba(0, 0, 0, 0.1) }
.widget ul.children li:last-child {
	border-bottom:0;
	padding-bottom:0
}
.sidebar-widget {
	 /* background: #fff; */
    border-bottom:1px solid rgba(0,0,0,0.08);
	list-style:none;
	margin-bottom:10px;
	padding:0 0 35px;
	position:relative
}

.sidebar-widget a {
    color:#30373b;
}
.sidebar-widget a:hover { color:#30373b }
.sidebar-widget li:last-child {
	border-bottom:0;
	margin-bottom:0;
	padding-bottom:0
}
.cat-count { float:right }
.widget .menu li { float:none }
.widget ul li ul li {
	border-bottom:none;
	margin-top:10px;
	margin-bottom:0
}
.widget .widgetslider,
.widget .widgetslider:after {
	border:0
}
.widget .widgetslider ul { margin:0 }
.widget .widgetslider li {
	border:0;
	margin:0;
	padding:0;
	list-style:none
}
.widget.featured-b {
	border:0;
	margin-bottom:0;
	padding-bottom:0
}
.widget .featured-item {
	margin:0 0 20px;
	width:100%
}


/*-----------------------------------------------------------------------------------*/
/*	9. Footer
/*-----------------------------------------------------------------------------------*/
.footer {
	background:#222;
	clear:both;
}
.front-page-footer {
    background: #12486a;
    padding: 20px 0;
}
.front-page-footer .inner {
    display: table;
}
.footer-logo,
.front-page-footer .copyright-text {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}
.front-page-footer .footer-menu li::after {
    color: #fff;
}
.front-page-footer .footer-menu {
    text-align: right;
    margin: 25px 0;
}
.footer-logo h1 {
    font-size: 24px !important;
    margin-bottom: 0;
    line-height: 24px !important;
}
.front-page-footer .copyright-text {
    border-left: 1px solid rgba(0,0,255,0.15);
    padding-left: 20px;
    
}
.footer a { color:#fff }
.footer a:hover { color:#ff8080}
.footer-top-widget {
	float:left;
	width:100%
}
.footer-widgets {
    color: #fff;
    font-family: "open sans",sans-serif;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
	background: linear-gradient(to bottom, #2338a2 30%,#0173b5 100%);
    background: -moz-linear-gradient(to bottom, #2338a2 30%,#0173b5 100%);
    background: -webkit-linear-gradient(to bottom, #2338a2 30%,#0173b5 100%);
    padding: 50px 20px;
    text-align: center;
}
.footer-widgets .footer-heading {
    color: #fff;
    font-size: 38px;
    line-height: 1.2;
    text-transform: none;
}
.footer-widgets .sub-heading {
    color: #fff;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    text-transform: none;
}
.footer-widgets .footer-button a {
    background: #fff;
    clear: both;
    color: #feb528;
    display: inline-block;
    font-family: "open sans",sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin: 1rem auto;
    overflow: hidden;
    padding: 1rem 2.5rem;
    text-align: center;
    text-transform: uppercase;
    width: auto;
}
.footer-widgets .footer-button a:hover {
    background: #feb528;
    color: #fff;
}
.footer-search {
    margin: 10px auto;
    width: 40%;
}
.footer-search input {
     background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 3px #eee inset;
    color: #555;
    font-family: "open sans",sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.9px;
    line-height: 1.7;
    padding: 10px;
    resize: none;
    width: 100%;
}
.footer-search:placeholder {
    color: #ccc;
    opacity: 1;
}
.footer-search input[type="submit"] {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}
.footer-menu {
    margin: 20px 0;
}
.footer-menu li {
    display: inline-block;
}
.footer-menu li a  {
    padding: 0 15px;
}
.footer-menu li:after {
    content: '/';
}
.footer-menu li:last-child:after {
    content: '';
}
.footer-widget .textwidget img{margin-bottom: 20px;}
.footer-widget .textwidget p{color: #fff;font-size: 16px}
.footer-widget .widget { margin:25px 0 }
.footer-widget .widget-title {
    border-bottom: 1px solid #434343;
    color: #949494;
	margin:0px 0 25px;
    padding-bottom: 10px
}
.footer-widget .widget li { border-bottom: none }
.copyright-text {
    font-size: 12px; 
    font-weight: 600; 
    text-transform: none;
}

/*-----------------------------------------------------------------------------------*/
/*	10. Widgets
/*-----------------------------------------------------------------------------------*/
/*---[ Recent Posts ]---*/
.recent-posts-widget {
	clear:both;
	padding:0
}
.category-posts,
.recent-posts,
.random-posts,
.widget .popular-posts {
	margin:0 !important;
	padding:0;
}
.category-posts li,
.recent-posts li,
.random-posts li,
.popular-posts li {
    border-bottom: none;
	list-style:none;
	overflow:hidden;
}

.sidebar .post-type{
    float: left;
    left: 0;
    margin-right: 15px;
    position: relative;
    text-align: center;
    top: 0;
}
/*---[ Search Form ]---*/
.searchform {
	padding:0;
	position:relative;
	width:100%
}
.widget_search{
    padding-bottom: 15px;
}
.searchform fieldset {
	border: 1px solid rgba(0, 0, 0, 0.11);
	color: #888;
    border-radius: 20px;
	margin: 0 0 15px;
}
.s {
	background: #f6f6f6 ;
	border: none;
	color: #777;
	float: left;
    border-radius: 20px;
	height: 36px;
	margin: 0;
	outline: 0;
	padding: 10px;
    text-indent: 10px;
	width: 100%
}
.search-button {
    border: none;
    font-family:'FontAwesome';
    content:"\f002";
    background: none;
    color: #ff8080;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    right: 12px;
    top: 6px;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.search-button:hover {
    background: #000
}
header .searchform {
	background:transparent;
	float:right;
	padding:0;
	width:100%
}
header .searchform i {
	position:absolute;
	top:18px;
	right:10px;
	z-index:10
}
header .searchform fieldset { border:0 }
header .s {
	background:#222121;
	border-bottom:2px solid rgba(255, 255, 255, 0.2);
	color:#b8b8b8;
	float:left;
	padding:8px 30px 8px 0;
	text-align:right;
	width:0;
	opacity:0;
	position:absolute;
	right:0;
	z-index:99;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.header-search:hover .s,
.header-search .s:focus {
	opacity:1;
	width:180px
}
header .search-button { 
	background-color:transparent;
	color:#b8b8b8;
	height:33px;
	padding-left:10px;
	padding-right:10px;
	position:relative;
	width:25px;
	z-index:999
}
header .search-button:hover { background-color:transparent }

/*---[ Tags ]---*/
.sidebar .tagcloud { overflow:hidden }
.tagcloud a {
	background:rgba(0, 0, 0, 0.08);
	border:0;
	color:#777 !important;
	display:block;
	float:left;
	font-size:12px !important;
	margin:0 4px 4px 0;
	padding:5px 12px 5px 12px;
	position:relative;
	text-transform:uppercase;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.tagcloud a:hover {
	background:#3a3a3a;
	color:#fff !important
}
.footer .tagcloud a { background:rgba(255, 255, 255, 0.03) }

/*---[ Social Widget ]---*/
.social-widget ul {
	margin:0;
	padding:0
}
.social-widget ul li {
	border:0 !important;
	float:left;
	font-size:14px;
	list-style-type:none;
	margin-bottom:4px !important;
	margin-left:2px;
	margin-right:2px;
	padding:0
}
.social-widget ul li span {
	color:#fff;
	float:left;
	font-size:16px;
	margin:0;
	width:40px;
	padding:12px 0;
	text-align:center
}
.social-widget ul li span {
	color:#fff;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.social-widget ul li.facebook span { background:#3b5999 }
.social-widget ul li.twitter span { background:#00aced }
.social-widget ul li.gplus span { background:#ff4444 }
.social-widget ul li.rss span { background:#ff8800 }
.social-widget ul li.pinterest span { background:#cc2127 }
.social-widget ul li.linkedin span { background:#017eb4 }
.social-widget ul li.flickr span { background:#fe0084 }
.social-widget ul li.instagram span { background:#854e3a }
.social-widget ul li.youtube span { background:#cc181e }
.social-widget ul li.tumblr span { background:#274057 }
.social-widget ul li.dribble span { background:#ea4c89 }
.social-widget ul li.git span { background:#30373b333 }
.social-widget ul li.xing span { background:#015960 }

/*---[ Popular Posts ]---*/
.widgetthumb {
	float:left;
	margin:4px 10px 0 0;
	width:100%
}
.popular-posts { display:block }
.thumbnail {
	float:left;
	margin-right:10px;
	position:relative;
	max-width:27.5%;
	width:65px
}
.thumbnail-big {
	float:none;
	margin:0 0 10px;
	max-width:100%;
	width:100%
}
.widget .info { overflow: hidden }
.widgettitle {
	display: block;
    font-family: 'Muli', sans-serif;
	font-size: 15px;
    font-weight: 600;
	line-height: 22px;
}
.meta,
.r-meta {
    color: #999;
	display:block;
	font-size:12px;
}
.meta a { color:inherit }
.meta .post-author,
.meta .post-comments,
.meta .post-cats,
.meta time { margin-right:10px }

/*---[ Flickr Widget ]---*/
.flickr_badge_image {
	display:inline;
	margin:0
}
.flickr_badge_image img {
	float:left;
	margin:0 0 6px;
	padding:0 3px
}

/*---[ Calendar Widget ]---*/
#wp-calendar {
	background:#f3f3f3;
	width:100%
}
#wp-calendar caption,
#wp-calendar th,
#wp-calendar td {
	text-align:center
}
#wp-calendar th {
	background:#f3f3f3;
	padding:10px 0;
}
#wp-calendar td {
	background:#fafafa;
	padding:5px 0;
}
#wp-calendar caption {
	background:#ff8080;
	color:#fff;
	font-size:14px;
	padding:10px 0;
	text-transform:uppercase
}
#wp-calendar tfoot a {
	font-weight:700;
	text-transform:uppercase
}
#wp-calendar tfoot tr td {
	padding-left:10px;
	text-align:left
}
#wp-calendar td#today,
#wp-calendar td#today a { color:#fff !important }

/*---[ Contact Form 7 ]---*/
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="date"],
.wpcf7 input[type="number"],
.wpcf7 textarea {
	background:#f2f2f2;
	border:1px solid rgba(0,0,0,0.1);
	padding:8px 10px
}
.wpcf7-submit {
	background:#262626;
	border:0;
	color:#fff;
	cursor:pointer;
	font-weight:700;
	padding:8px 16px;
	text-transform:uppercase
}
.wpcf7-submit:hover { background:#000 }

/* JetPack Styles */
.post .sd-content ul li:before, .page .sd-content ul li:before { display: none }

.cta {
background: #fec800 !important;
color:#000;
}

.footer-cta{
	display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
	padding: 20px;
    -webkit-appearance: none;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 0;
    margin: 15px 0 10px 0;
    font-size: 1.6rem;
    background-color: #1f9d3e;
    color: #fefefe;
	font-weight: 700;
}

.footer-cta:hover{
 	background-color: #fecb33;
	color: #333;
}

.single-cta {
    background-color: #F1EFEE;
    border: none;
    margin-left: auto;
    margin-right: auto;
    padding: 2rem;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 45px;
	border: 5px solid #c1c1c1;
}
.home-cta {
    /* background-color: #F1EFEE; */
    border: none;
    margin-left: auto;
    margin-right: auto;
    padding: 0 2rem;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 45px;
    /* border: 5px solid #444; */
    width: 65%;
    /* margin-top: 0; */
}

.home-button-cta {
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    padding: 20px;
    -webkit-appearance: none;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 0;
    margin: 15px 0 10px 0;
    font-size: 1.6rem;
    background-color: #1f9d3e;
    color: #fefefe;
    width: 100%;
	font-weight: 700;
}
.home-button-cta:hover{
 	background-color: #fecb33;
	color:#333;
}