/*
################
     Minimum Pro Gallery
################
*/
.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item a {
	border-width: 0;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}







/*
################
     Minimum Pro Image alignment
################
*/
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block !important; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block !important; margin-left: auto; margin-right: auto; }




/*
################
     Minimum Pro Header & menu
################
*/
.header-image .site-title a {
    background-size: 147px 60px !important;
    min-height: 60px;
    width: 100%;
}



@media only screen and (max-width: 1023px) {
.responsive-menu-icon {
    float: right;
    margin-top: -55px;
}
	
.genesis-nav-menu.responsive-menu .menu-item, .responsive-menu-icon {
    display: block;
}
	
.genesis-nav-menu.responsive-menu, .genesis-nav-menu.responsive-menu>.menu-item>.sub-menu {
    display: none;
}
	
.title-area, .header-image .site-title a {
    margin-left: 10px;
}
}

.responsive-menu-icon::before {
    font-size: 40px;
}


.title-area, .header-image .site-title a {
    width: 180px;
}

.genesis-nav-menu>.menu-item>a {
    text-transform: lowercase;
}


.genesis-nav-menu a {
    font-size: 15px;
    padding: 20px 10px;
}


.genesis-nav-menu .sub-menu a {
    text-transform: lowercase;
    padding: 10px 20px;
	font-size: 13px;
	
}

@media only screen and (max-width: 1179px){
.site-header .widget-area {
    width: 760px;
}
}


@media only screen and (max-width: 760px) {

.site-header .widget-area {
		width: 100%;
	}
}


.search-form input[type="submit"], .widget_search input[type="submit"] {
	font-family: FontAwesome;
	clip: inherit;
	width: 25px;
	height: 25px;
	font-size: 25px;
	background: transparent;
	color: #999;
	position: static;
	margin-left: 10px;
	padding: 0;
}

.search-form input[type="search"] {
	width: 200px;
}

.search-form input[type="submit"]:hover {
	color: #F15123;
}

.site-header .search-form {
    float: right;
    margin-top: 5px;
}

.genesis-nav-menu {
	width: auto;
	float: left !important;
}

.nav-primary .search-form,
.nav-secondary .search-form, .search-form {
	float: right;
	margin-top: 5px;
  width: 270px;
}


@media only screen and (max-width: 1024px) {

.genesis-nav-menu {
	width: auto;
	float: left !important;
}

	.nav-primary .search-form,
	.nav-secondary .search-form {
		float: right;
		text-align: right;
		margin-bottom: 20px;
    width: 270px;
	}

}

@media only screen and (max-width: 1023px) {

	.site-header .search-form {
		width: 320px;
		float: none;
		margin: 0 auto;
	}

}










/*
################
     Minimum Pro Posts & Titles
################
*/
.entry-title {
    font-size: 30px;
    line-height: 1.2;
}


h2.entry-title a.entry-title-link {
    font-size: 20px;
    line-height: 1.2rem !important;
}


.breadcrumb {
    margin-bottom: 10px;
    font-size: 13px;
}

.entry-header .entry-meta {
    margin-bottom: 0px;
}

.site-tagline-left {
    width: 100%;
		text-align: center;
}

.site-tagline-right {
    width: 0%;
}


.entry-content code {
    padding: 10px;
}






/*
################
        Minimum Pro Site Inner Wrap
################
*/
.site-inner {
    padding-top: 1rem;
}


@media only screen and (max-width: 1023px) {

.site-inner {
    padding-top: 2rem;
}

}









/*
################
     Minimum Pro Site Footer
################
*/
.site-footer {
    background-color: #f1f1f1;
}

.footer-widgets a {
    border-bottom: 0px dotted #fff;
    color: #666;
}


.footer-widgets {
    background-color: #f1f1f1;
}

.footer-widgets img.avatar.avatar-79.photo {
    margin-right: 10px;
	border: 1px solid #DDD;
	margin-bottom: 20px;
	width: 50px;
    border-radius: 50%;
}

.footer-widget-area a.bbp-forum-title {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.footer-widgets li {
    margin-bottom: 20px;
	clear: both;
	
}

.footer-widgets a {
	    font-size: 14px;
}

.site-footer a:hover {
    color: #000;
}

.footer-widgets .widget-title {
    color: #000;
    font-size: 20px;
    text-transform: none;
}

.footer-widgets .wrap {
    border-bottom: 1px solid #ddd;
}










/*
################
     Minimum Pro Post Pagination
################
*/
.entry-pagination a {
background: #000;
padding: 10px;
color: #fff;
margin: 0 10px 0 10px;
font-weight: bold;
}

.entry-pagination a:active, .entry-pagination a:hover {
background: #267F00;
}

.entry-pagination {
border: 1px solid #CECECE;
font-weight: bold;
padding: 8px;
background: #E2E2E2;
}









/*
################
     Minimum Pro Pagination
################
*/
.pagination a:hover {
    background: #333;
    color: #fff;
}

.pagination a {
    color: #fff;
    background: #008000;
    padding: 5px 10px;
    border-radius: 5px;
}











/*
################
     Author Info, Cat and Tags
################
*/
 #author-info { float: left; padding: 20px;background-color: #fff; width: 100%; margin-bottom:10px; -moz-border-radius: 5px;border-radius: 5px; border: 1px solid #DDD;-webkit-box-shadow: 0px 38px 36px -32px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 38px 36px -32px rgba(0,0,0,0.75);
box-shadow: 0px 38px 36px -32px rgba(0,0,0,0.75);} 
#author-info .avatar { position: relative; top: 0; left: 0; float: left; } 
#author-description { margin-left: 100px; } 
#author-description h3 { margin-top:0px;margin-bottom:10px;}


span.entry-categories a, span.entry-tags a {
    color: #fff;
    background: #333333;
    padding: 5px;
    border-radius: 5px;
}

.entry-categories, .entry-tags {
    display: inline;
}


.avatar {
    border-radius: 50%;
}





/*
################
     Minimum Pro Permalinks
################
*/
a {
    border-bottom: none;
    color: #01a401;
    font-weight: 500;
}

a:hover {
    border-bottom: none;
	color: #000000;
	text-decoration: underline;
}










/*
################
     Minimum Pro Table
################
*/
td {
    padding: 6px 0 6px 10px;
}


tr:nth-child(odd) {
    background: #f5f5f5;
}




/*
################
     Genesis Related Posts
################
*/
.related {
    background-color: #fff;
    padding: 0px;
    margin-bottom: 40px;
}

.related a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    font-size: 20px;
}

.related-post-image {
    vertical-align: top;
    width: 100%;
}

.related-post-info {
    margin-top: 10px;
    font-size: 15px;
}

.related-title {
    font-size: 25px;
    display: inline-block;
    margin-bottom: 20px;
}

.related-title:before {
    content: "";
    display: block;
    width: 100%;
    min-width: 30px;
    border-top: 1px dashed rgba(0,0,0,.2);
    margin-bottom: 1em;
}

.related-post-date {
    font-size: 14px;
    color: #858585;
}

.related-post-tags,
.related-post-categories,
.related-post-tags a,
.related-post-categories a {
    color: #858585;
}

.related-post-tags a:hover,
.related-post-categories a:hover {
    color: #333;
}

.related-post-tags,
.related-post-categories {
    font-size: 13px;
    margin-top: 10px;
    font-style: italic;
}

.related-posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.related-posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;

    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
}

.related-post {
    width: 47.22%;
    opacity: 1;
}

.related-post:hover {
    opacity: 0.8;
}

@supports (grid-area: auto) {
    .related-post {
        width: auto;
    }
}

@media only screen and (max-width: 500px) {
    .related-post {
        width: 100%;
    }
    
    .related-post-image {
        width: 100%;
    }

    .related-posts {
        grid-gap: 40px;
        grid-template-columns: 1fr;
    }

    @supports (grid-area: auto) {
        .related-post {
            width: auto;
        }
    }
}






/*
################
    Video Embeds
################
*/
  
.video-container { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow: hidden;
  max-width: 800px;
	margin: 0 auto;
	margin-bottom: 20px;
}
  
.video-container iframe, .video-container object, .video-container embed, .video-container video { 
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0;
  width: 100%;
  height: 100%;
}



.subscribe-button-youtube {
    background-color: #e52d27;
    display: block;
    color: #fff!important;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
    margin-top: 5px;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.subscribe-button-youtube:hover {
    background-color: #c00000;
    color: #ffffff!important;
}


.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 5% !important;
}



/*
################
    JetPack Related Posts
################
*/

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
    font-size: 20px !important;
    line-height: 1.3 !important;
}

img.jp-relatedposts-post-img {
border: 1px solid #DDD;
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post { 
    opacity: 1; 
}

.jp-relatedposts-post-img:hover {
opacity: 0.7;    
}

@media only screen and (max-width: 640px) {
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
    width: 100%;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
    font-size: 16px;
    line-height: 1.3;
}
}

@media only screen and (max-width: 640px) {
#jp-relatedposts .jp-relatedposts-items-visual {
    margin-right: 0px;
}
	
	#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
		padding-right: 0px;
	}
	
	p.jp-relatedposts-post-context{
    display: none;
}
	
}










/*
################
     JetPack Widgets
################
*/
.widget_top-posts .widgets-list-layout-blavatar {
    max-width: 100px;
}


.widgets-list-layout li {
padding-bottom: 10px;
}

.bump-view {
    font-weight: normal;
    font-size: 14px;
    font-family: Georgia;
}











/*
################
     BuddyPresss Profile
################
*/
#buddypress div.item-list-tabs#subnav {
    margin: 0px 0;
}

#buddypress div.item-list-tabs ul li a {
font-size: 12px;
}

#buddypress div.item-list-tabs ul li.last select {
    width: auto;
}

#item-nav {
background: #333;
}

#item-nav a{
color: #fff;
font-weight: 300;
font-size: 13px;
}

#item-header {
background: #F2F2F2;
padding: 20px 0 20px 0;
}


#buddypress #item-body form#whats-new-form {
    margin-top: 20px;
}

#buddypress #activity-stream {
    margin-top: -1px;
}


#buddypress span.activity {
    display: none;
}


#buddypress #header-cover-image {
    background-color: #271f1f;
}










/*
################
     bbPress Forum
################
*/
#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results {
    font-size: 15px;
    overflow: hidden;
    border: 1px solid #eee;
    margin-bottom: 20px;
    clear: both;
}


img.forum-icon {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}


div.bbp-template-notice.info {
    border: #eeeeee 1px solid;
    background-color: #f9f9f9;
}


div.bbp-template-notice, div.indicator-hint {
    background-color: #eeeeee;
    border-color: #000;
}

li.bbp-body img.avatar.avatar-79.photo {
    display: none;
}



.bbp-login-links {
    padding-top: 65px;
}

.bbp-login-form fieldset {
    border: none;
}

@media only screen and (max-width: 480px){
div.bbp-submit-wrapper {
    float: right;
}
}

div#bbpress-forums .sharedaddy.sd-sharing-enabled {
    display: none;
}



a.bbp-topic-permalink {
    color: #333;
}





/*
################
     Buynow Button
################
*/
.buynow {
	-moz-box-shadow: 1px 7px 15px 0px #657062;
	-webkit-box-shadow: 1px 7px 15px 0px #657062;
	box-shadow: 1px 7px 15px 0px #657062;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #44c767), color-stop(1, #5cbf2a));
	background:-moz-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:-webkit-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:-o-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:-ms-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:linear-gradient(to bottom, #44c767 5%, #5cbf2a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#44c767', endColorstr='#5cbf2a',GradientType=0);
	background-color:#44c767;
	-moz-border-radius:11px;
	-webkit-border-radius:11px;
	border-radius:11px;
	border:1px solid #099e16;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	padding:11px 18px;
	text-decoration:none;
	text-shadow:0px 4px 6px #2f6627;
}
	
.buynow a {
    color: #fff;
    font-weight: bold;
}

.buynow:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cbf2a), color-stop(1, #44c767));
	background:-moz-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:-webkit-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:-o-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:-ms-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:linear-gradient(to bottom, #5cbf2a 5%, #44c767 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cbf2a', endColorstr='#44c767',GradientType=0);
	background-color:#5cbf2a;
}
.buynow:active {
	position:relative;
	top:1px;
}








/*
################
     Custom Code handler
################
*/
.code {
font-size: 0.8em;
font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New;
color: #666666;
background : #fff url(https://1.bp.blogspot.com/_Toi-rh0Nm00/TU17z7Z-AuI/AAAAAAAAHYw/sHvaVUgSjj8/s1600/code.jpg) no-repeat left top;
border : 2px solid #CCCCCC;
padding : 0px 20px 0 30px;
margin:1em 0 1em 0;
 display: block; 
line-height:17px; 
overflow : auto;
}

.code p {
font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New;
color: #666666;
line-height:17px; 
font-size: 1;
}






/*
################
     Black and White Image
################
*/



    img.color_flip, .footer-widgets a img {
      filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
      filter: gray; /* IE5+ */
      -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
      -webkit-transition: all .5s ease-in-out;
    }

    img.color_flip:hover, .footer-widgets a img:hover {
      filter: none;
      -webkit-filter: grayscale(0);
      -webkit-transform: scale(1.0);
    }









/*
################
     Custom Block Quote
################
*/
blockquote {
  background: #f9f9f9;
font-size: 22px;
font-family: verdan;
color: #ccc;
font-style: italic;
  border-left: 2px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}



/*
################
     WooCommerce Genesis
################
*/
#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
    list-style-type: none;
}



.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    color: #fff;
    background-color: #008000;
}

.woocommerce ul.products li.product a img {
border: 1px solid #DDD;
}

.woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 400;
    font-size: 15px;
}

.woocommerce ul.product_list_widget li {
    font-size: 12px;
}

.woocommerce ul.product_list_widget li img {
    float: left;
    width: 100px;
    height: auto;
border: 1px solid #DDD;
margin-left: 0;
margin-right: 5px;

}








/*
################
     Facebook Login
################
*/
.fbLoginButton {
 		max-width: 170px;
		margin-bottom: 30px;
}
.fbLoginButton img {
    border: 5px solid #ddd;
    border-radius: 5px;
}


.bbp-login-form .fbLoginButton img {
    width: 150px;
    margin-top: -10px;
	  margin-bottom: 20px;
}







/*
################
     Colored Featured Posts
################
*/
.ft-widgets.clearfix {
    margin: 25px 0;
}

/* Featured Posts */
.ft-ftposts{
    margin-bottom:0px;
    position:relative;
    z-index:99;
}
.ft-ftpost{
    float:left;
    width:25%;
    height:auto;
    margin:0;
    padding-bottom:0;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    z-index:9;
}
.ft-ftpost .ft-fimg{
    margin-bottom:0;
    position:relative;
}
.ft-ftpost .ft-fimg a img{
    display:block;
}
.ft-ftpost .ft-ptitle{
    display:inline-block;
    width:100%;
    height:80%;
    margin-bottom:0;
    position:absolute;
    top:0;
    text-shadow:0 1px 2px rgba(0,0,0,0.8);
    z-index:999;
}
.ft-ftpost .ft-ptitle a{
    display:block;
    padding:8%;
    width:100%;
    height:100%;
    color:#fff;
    text-decoration:none;
    font-size: 20px;
}
.ft-ftpost .ft-ptitle a:hover{
    color:#fff;
    text-decoration:none;
}


/* Featured Posts  2*/
.ft-ftposts-2{
    margin-bottom:30px;
    position:relative;
    z-index:99;-webkit-box-shadow: 0px 38px 36px -32px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 38px 36px -32px rgba(0,0,0,0.75);
    box-shadow: 0px 38px 36px -32px rgba(0,0,0,0.75);
}
.ft-ftpost-2{
    float:left;
    width:16.666667%;
    height:auto;
    margin:0;
    padding-bottom:0;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    z-index:9;
}
.ft-ftpost-2:last-child{
    margin-right:0;
}
.ft-ftpost-2 .ft-fimg-2{
    margin-bottom:0;
    position:relative;
}
.ft-ftpost-2 .ft-fimg-2 a img{
    display:block;
}
.ft-ftpost-2 .ft-ptitle-2{
    display:inline-block;
    width:100%;
    height:100%;
    margin-bottom:0;
    position:absolute;
    top:0;
    text-shadow:0 1px 2px rgba(0,0,0,0.8);
    z-index:999;
}
.ft-ftpost-2 .ft-ptitle-2 a{
    display:block;
    padding:8%;
    width:100%;
    height:100%;
    color:#fff;
    text-decoration:none;
    font-size: 14px;
}
.ft-ftpost-2 .ft-ptitle-2 a:hover{
    color:#fff;
    text-decoration:underline;
}



@media only screen and (max-width:1100px){
.ft-ftpost-2{width:25%;}
.ftp-ftpost-2-5, .ftp-ftpost-2-6{display: none;}
.ft-ftpost .ft-ptitle a, .ft-ftpost-2 .ft-ptitle-2 a{font-size: 16px;line-height: 1.2;}
}



@media only screen and (max-width: 800px) {
.ft-ftpost .ft-ptitle a, .ft-ftpost-2 .ft-ptitle-2 a{
font-size: 15px;
line-height: 1.2;
}
}

@media only screen and (max-width:600px) {
.ft-ftpost-2, .ft-ftpost{width:50%;}
.ftp-ftpost-3, .ftp-ftpost-4, .ftp-ftpost-2-3, .ftp-ftpost-2-4{display: none;}
}

@media only screen and (max-width: 500px) {

.ft-ftpost .ft-ptitle a, .ft-ftpost-2 .ft-ptitle-2 a{
font-size: 14px;
line-height: 1.2;
}
}


/* Feautured Posts Color */
.ft-fimg-shadow {
    background-size:100% 100%;
    -webkit-box-shadow:0 0 30px 0 rgba(0,0,0,0.5) inset;
    -moz-box-shadow:0 0 30px 0 rgba(0,0,0,0.5) inset;
    box-shadow:0 0 30px 0 rgba(0,0,0,0.5) inset;
    height:100%;
    left:0;
    opacity:0.8;
    position:absolute;
    top:0;
    width:100.2%;
    z-index:99;
}
.ft-fimg-shadow.shadow-1{
    background-image:-webkit-gradient(linear,left top,right bottom,from(#dc4225),to(#d38312));
    background-image:-webkit-linear-gradient(to right bottom,#dc4225,#d38312);
    background-image:-moz-linear-gradient(to right bottom,#dc4225,#d38312);
    background-image:linear-gradient(to right bottom,#dc4225,#d38312);
    }
.ft-fimg-shadow.shadow-2{
    background-image:-webkit-gradient(linear,left top,right bottom,from(#dc4225),to(#150364));
    background-image:-webkit-linear-gradient(to bottom right,#dc4225,#150364);
    background-image:-moz-linear-gradient(to bottom right,#dc4225,#150364);
    background-image:linear-gradient(to bottom right,#dc4225,#150364);
}
.ft-fimg-shadow.shadow-3{
    background-image:-webkit-gradient(linear,left top,right bottom,from(#002f4b),to(#417711));
    background-image:-webkit-linear-gradient(to right bottom,#002f4b,#417711);
    background-image:-moz-linear-gradient(to right bottom,#002f4b,#417711);
    background-image:linear-gradient(to right bottom,#002f4b,#417711);
    
}
.ft-fimg-shadow.shadow-4{
    background-image:-webkit-gradient(linear,left top,right bottom,from(#dc4225),to(#d38312));
    background-image:-webkit-linear-gradient(to right bottom,#dc4225,#d38312);
    background-image:-moz-linear-gradient(to right bottom,#dc4225,#d38312);
    background-image:linear-gradient(to right bottom,#dc4225,#d38312);
}
.ft-fimg-shadow.shadow-5{
    background-image:-webkit-gradient(linear,left top,right bottom,from(#dc4225),to(#150364));
    background-image:-webkit-linear-gradient(to bottom right,#dc4225,#150364);
    background-image:-moz-linear-gradient(to bottom right,#dc4225,#150364);
    background-image:linear-gradient(to bottom right,#dc4225,#150364);
}
.ft-fimg-shadow.shadow-6{
    background-image:-webkit-gradient(linear,left top,right bottom,from(#002f4b),to(#417711));
    background-image:-webkit-linear-gradient(to right bottom,#002f4b,#417711);
    background-image:-moz-linear-gradient(to right bottom,#002f4b,#417711);
    background-image:linear-gradient(to right bottom,#002f4b,#417711);
}


/* Featured Posts Color  2*/

.ft-fimg-shadow-x{
    background-size:100% 100%;
    -webkit-box-shadow:0 0 30px 0 rgba(0,0,0,0.5) inset;
    -moz-box-shadow:0 0 30px 0 rgba(0,0,0,0.5) inset;
    box-shadow:0 0 30px 0 rgba(0,0,0,0.5) inset;
    height:100%;
    left:0;
    opacity:0.8;
    position:absolute;
    top:0;
    width:100.2%;
    z-index:99;
}

.ft-fimg-shadow-x.shadow-x-1{
    background-image:-webkit-gradient(linear,left top,right bottom,from(#d38312),to(#dc4225));
    background-image:-webkit-linear-gradient(to right bottom,#d38312,#dc4225);
    background-image:-moz-linear-gradient(to right bottom,#d38312,#dc4225);
    background-image:linear-gradient(to right bottom,#d38312,#dc4225);
}
.ft-fimg-shadow-x.shadow-x-2{
    background-image:-webkit-gradient(linear,left top,right bottom,from(#150364),to(#dc4225));
    background-image:-webkit-linear-gradient(to bottom right,#150364,#dc4225);
    background-image:-moz-linear-gradient(to bottom right,#150364,#dc4225);
    background-image:linear-gradient(to bottom right,#150364,#dc4225);
}
.ft-fimg-shadow-x.shadow-x-3{
    background-image:-webkit-gradient(linear,left top,right bottom,from(#417711),to(#002f4b));
    background-image:-webkit-linear-gradient(to right bottom,#417711,#002f4b);
    background-image:-moz-linear-gradient(to right bottom,#417711,#002f4b);
    background-image:linear-gradient(to right bottom,#417711,#002f4b);
    
}
.ft-fimg-shadow-x.shadow-x-4{
    background-image:-webkit-gradient(linear,left top,right bottom,from(#dc4225),to(#d38312));
    background-image:-webkit-linear-gradient(to right bottom,#dc4225,#d38312);
    background-image:-moz-linear-gradient(to right bottom,#dc4225,#d38312);
    background-image:linear-gradient(to right bottom,#dc4225,#d38312);
}
.ft-fimg-shadow-x.shadow-x-5{
    background-image:-webkit-gradient(linear,left top,right bottom,from(#dc4225),to(#150364));
    background-image:-webkit-linear-gradient(to bottom right,#dc4225,#150364);
    background-image:-moz-linear-gradient(to bottom right,#dc4225,#150364);
    background-image:linear-gradient(to bottom right,#dc4225,#150364);
}
.ft-fimg-shadow-x.shadow-x-6{
    background-image:-webkit-gradient(linear,left top,right bottom,from(#002f4b),to(#417711));
    background-image:-webkit-linear-gradient(to right bottom,#002f4b,#417711);
    background-image:-moz-linear-gradient(to right bottom,#002f4b,#417711);
    background-image:linear-gradient(to right bottom,#002f4b,#417711);
}

