/* Style ( default color ) #EF5350 --------------------------------------------
-----------------------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222;
}

pre {
	border: 1px solid #eae9e9;
	background-color: #FFF;
}

input[type="email"],
input[type="number"],
input[type="search"],
textarea,
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"] {
	border: 2px solid #d5d6d8;
	color: #333;
}


/*-----------------------------------------------------------------------------
----------------------------- 1 - Layout --------------------------------------
-----------------------------------------------------------------------------*/
a:link,
a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #444;
}

::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}


/* -- Header -- */
html body {
	color: #080e14;
	background-color: #000;
}

header { 
	border-top: 20px solid #000; 
} 


/* .page-content */
.single-content {
	background-color: #FFF; 
}


/*-----------------------------------------------------------------------------
----------------------------- 2 - Header --------------------------------------
-----------------------------------------------------------------------------*/

/* -- Logo -- */
.logo { 
	background-color: #000;
}


/* -- Search Header (menu) -- */
#searchform input {
	color: #000 !important;
	background-color: #FFF !important;
}

#searchform ::-webkit-input-placeholder {
	color: #DDD !important;
}

#searchform :-moz-placeholder {
	/* Firefox 18- */
	color: #DDD !important;
}

#searchform ::-moz-placeholder {
	/* Firefox 19+ */
	color: #DDD !important;
}

#searchform :-ms-input-placeholder {
	color: #DDD !important;
}

/* The Modal (for search) */
.modal-content {
	background-color: #FFF;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

/* The Close Button */
div.modal-content .close {
	background-color: #000;
  	color: #EF5350 !important;
}

div.modal-content .close i:hover { 
    color: #EF5350 !important;
} 


/* -- Top Header Menu -- */
ul.ant-responsive-menu li.current_page_item>a,
ul.ant-responsive-menu li.current-menu-ancestor>a,
ul.ant-responsive-menu li.current-menu-item>a,
ul.ant-responsive-menu li.current-menu-parent>a {
	color: #fff !important;
	background: #EF5350;
}

ul.ant-responsive-menu li.current-menu-parent>a>.arrow:before,
ul.ant-responsive-menu li.current-menu-parent>a>.arrow,
ul.ant-responsive-menu li.current_page_item>a>.arrow:before,
ul.ant-responsive-menu li.current_page_item>a>.arrow {
	display: none;
}

ul.ant-responsive-menu li ul li.current_page_item>a,
ul.ant-responsive-menu li ul li.current-menu-ancestor>a,
ul.ant-responsive-menu li ul li.current-menu-item>a,
ul.ant-responsive-menu li ul li.current-menu-parent>a {
	color: #000 !important;
	background: #FFF !important;
	-moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2) !important;
	-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2) !important;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2) !important;
} 

/*Top level menu link items style*/
.ant-responsive-menu  { 
	background-color: #000;
}

.ant-responsive-menu>li>a>.arrow:before {
	color: #FFF !important;
}

.ant-responsive-menu li i {
	color: #EF5350;
}

li.current-menu-ancestor a i {
	color: #000 !important;
}

.ant-responsive-menu li a {
	color: #FFF;
}

.ant-responsive-menu li a:hover {
	color: #000 !important;
	background: #FFF;
	text-decoration: none !important;
}

.ant-responsive-menu li:hover a {
	color: #000 !important;
	background-color: #FFF;
	text-decoration: none !important;
	border-radius: 3px;
}

.ant-responsive-menu li ul li a {
	color: #000;
}

.ant-responsive-menu li ul li ul li a {
	color: #000;
}

/*1st sub level menu*/
.ant-responsive-menu li ul {
	background-color: #FFF;
}

.ant-responsive-menu li ul li ul {
	background-color: #FFF;
}

.ant-responsive-menu li ul li {
	background-color: #FFF;
}

/* Sub level menu links style */
.ant-responsive-menu li ul li:hover {
	color: #000 !important;
}

.ant-responsive-menu li ul li a:hover {
	color: #666 !important; 
}

.ant-responsive-menu li ul li.current-menu-item a:hover {
	color: #000 !important;
}


/* -- Responsive Menu Styles -- */
@media screen and (max-width: 1232px) {
	ul.ant-responsive-menu li.current_page_item>a,
	ul.ant-responsive-menu li.current-menu-ancestor>a,
	ul.ant-responsive-menu li.current-menu-item>a,
	ul.ant-responsive-menu li.current-menu-parent>a,
	ul.ant-responsive-menu li ul li.current_page_item>a,
	ul.ant-responsive-menu li ul li.current-menu-ancestor>a,
	ul.ant-responsive-menu li ul li.current-menu-item>a,
	ul.ant-responsive-menu li ul li.current-menu-parent>a,
	.ant-responsive-menu li a:hover,
	.ant-responsive-menu li:hover a {
		background: transparent;
		color: #FFF !important;
		border-bottom: none !important;
	}
	.ant-responsive-menu {
		background: #000;
		-moz-box-shadow: 0 0 0 #999 !important;
	}
	.ant-responsive-menu li ul li ul {
		background-color: #000;
	}
	.ant-responsive-menu li ul li {
		background: #000;
	}
	.ant-responsive-menu li ul li ul li ul {
		background: #000;
	}
	.ant-responsive-menu li ul li ul li {
		background: #000;
	}
	.ant-responsive-menu li ul.sub-menu li a { 
		color: #FFF !important;
	}
	.ant-responsive-menu li ul li:hover {
		color: #FFF !important;
	}
	.ant-responsive-menu li ul li:hover a {
		background-color: #000 !important;
		color: #FFF !important;
	}
	.ant-responsive-menu li ul {
		border: 1px solid #000;
		background-color: #000 !important;
		-moz-box-shadow: 0 5px 3px rgba(0, 0, 0, 0);
		-webkit-box-shadow: 0 5px 3px rgba(0, 0, 0, 0);
		box-shadow: 0 5px 3px rgba(0, 0, 0, 0);
	} 
	.ant-responsive-menu li ul li a:hover {
		background-color: #000 !important;
		color: #FFF !important;
	}
	.ant-responsive-menu>li>a>.arrow:before {
		color: #FFF !important;
	}
	.ant-responsive-menu li a {
		color: #FFF !important;
		border-bottom: none !important;
	}
	.ant-responsive-menu li a:hover span {
		border-bottom: none !important;
	}
	#respMenu li ul.sub-menu li.current_page_item a,
	#respMenu li ul.sub-menu li.current-menu-ancestor a,
	#respMenu li ul.sub-menu li.current-menu-item a,
	#respMenu li ul.sub-menu li.current-menu-parent a,
	#respMenu li ul.sub-menu,
	#respMenu li ul.sub-menu a,
	#respMenu li ul.sub-menu li {
		background-color: #000 !important;
	}
} 


/* -- Top social icons -- */
.top-social                 { 
	background-color: #000;
}

.top-social li a {
	color: #FFF;
}

.top-social li a:hover {
	color: #EF5350; 
}  

ul.top-social li.search i {
    color: #EF5350; 
}


/* -- Login & Register -- */
.lrm-nice-checkbox__label input:checked~.lrm-nice-checkbox__indicator,
.lrm-form a.button,
.lrm-form button,
.lrm-form button[type='submit'],
.lrm-form #buddypress input[type='submit'],
.lrm-form input[type='submit'] {
	background: #EF5350 !important;
	border-color: #EF5350 !important;
	color: #fff !important;
}

.lrm-user-modal-container .lrm-switcher a {
    background: #f5f5f5;
 }

 .lrm-nice-checkbox__label .lrm-nice-checkbox__indicator::after {
 	border: solid #fff;
 }

 div.entry .lrm-inline .lrm-user-modal-container {
  border: 2px solid #f5f5f5;
  border-radius: 5px;
}

.lrm-form-message {
	border-left: 4px solid #EF5350 !important;
}


/*-----------------------------------------------------------------------------
----------------------------- 3 - Home Content --------------------------------
-----------------------------------------------------------------------------*/
/* - Sub header content - */
.sub-hl-details h1 a {
    background-image:-webkit-gradient(linear,left top,left bottom,from(#EF5350),to(#EF5350));
    background-image:-o-linear-gradient(#EF5350,#EF5350);
    background-image:linear-gradient(#EF5350,#EF5350);
}

a.sub-header-btn {
	background: #EF5350 !important;
}


/* -- Top Authors -- */
ul.anlist-authors li img {
	border: 1.5px dotted #EF5350;
}

ul.anlist-authors li div.tooltiptext {
	background-color: #EF5350;
}

ul.anlist-authors li div.tooltiptext::after {
	border-color: transparent transparent #EF5350 transparent;
}


/* -- Featured Container -- */
.header-boxleft-detail p a {
	text-decoration-color: #EF5350;
}

a.anbtn-black i {
    color: #EF5350;
}


/* -- Full responsive Ad -- */
.full-responsive { 
    background-color: #141414;
    box-shadow: 1px 4px 8px rgb(24 25 30 / 4%); 
}

.responsive-area {
  color: #EF5350;
  background-color: #222;
}


/* -- Slider Nav -- */
.owl-prev,
.owl-next {
	background-color: #FFF;
}

.owl-prev i,
.owl-next i {
	color: #000;
}


/* - Categories ribbon - */
.article-category a {
	color: #000 !important;
	background-color: #EF5350;
}


/* -- Modern Grid share-- */
ul.modern-grid-share li div.top-content h2 a:hover,
ul.modern-grid-sidebar li div.top-content h2 a:hover {
    color: #EF5350;
}

ul.modern-grid-share .article-category a,
ul.modern-grid-sidebar .article-category a {
    color: #fff !important;
    background-color: #EF5350;
}

div.photoshare-date i {
  	color: #EF5350;
} 


/* -- Sticky Post -- */ 
ul.modern-grid-share li.sticky div.photoshare-img-zoom { outline: 2px solid #EF5350;  }
ul.modern-grid-share li.sticky div.no-imagepost { outline: 2px solid #EF5350;  }


/* -- Home Download Button -- */
.photoshare-home-download a {
  	background-color: #EF5350;
  	color: #fff !important;  
}

.photoshare-home-download a:hover {
    background-color: #111;
}


/* -- Home Title Animation -- */
div.middle-home-title p a {
	text-decoration-color: #EF5350;
	color: #000 !important;
}

.home-menu-wrap div.middle-home-title p a {
	color: #fff !important;
}

div.middle-home-title p a:hover { 
	opacity: 0.7;
}

span.txt-rotate {
	color: #EF5350;
}


/* -- Home About boxes -- */
a.box-button {
	background: #EF5350 !important;
}


a.box-button:hover {
    background-color: #000 !important;
    color: #fff !important;
}


/* -- learn-more / read-more button -- */
.learn-more .circle {
    background: #EF5350;
}


/* -- Home buttons -- */
a.anbtn-register {
	border-color: #EF5350;
	background-color: #EF5350 !important;
}


/* -- Top Authors -- */
a.circle-new-author {
    background-color: #EF5350;
}


/* -- Menu home-links (home) -- */
ul.menu-home-links li.current-menu-item a { 
  background-color: #fff !important;
  color: #000!important; 
}


/* -- infinite scroll Pagination -- */
#infscr-loading            { background-color: #EF5350; }
#infscr-loading span       { color: #FFF; }


/* -- Default pagination -- */
.defaultpag a {
	background-color: #EF5350; 
}

.defaultpag a:hover {
	background-color: #000 !important; 
}


/* -- Home Gallery / Categories -- */
.anphoto__image img {
	border-top: 2px solid #EF5350;
}


/*-----------------------------------------------------------------------------
----------------------------- 4 - Entry Content -------------------------------
-----------------------------------------------------------------------------*/

/* -- Section download-button -- */
a.btn-download {
    border-color: #EF5350;
    background-color: #EF5350;
} 

/* -- ribbons middle categories - */
.single-category a,
.home-ribbon-category {
	background-color: #EF5350;
}

.home-ribbon-category a {
    color: #fff !important;
}

/* -- Entry Top / Featured Image */
.entry-top .post-data div.time-article i,
.home-author-text a { color: #EF5350; }


/* -- Single Share -- */
#single-share a.commbutton  { background-color: #EF5350; }

.single-like-box .circle-nr {
	color: #fff;
  	background-color: #EF5350;
}

.single-like-box .circle-like i:hover {
    color: #D01D1D;
}


/* -- Typography First Content Letter -- */
div.p-first-letter > p:first-child:first-letter {
	color: #fff;
	background-color: #EF5350;
}


/* -- Page / Article Title -- */
h1.article-title {
	color: #000;
}

h1.page-title {
	color: #000;
}

div.article-meta-data h1 a {
 	background-image:-webkit-gradient(linear,left top,left bottom,from(#EF5350),to(#EF5350));
 	background-image:-o-linear-gradient(#EF5350,#EF5350);
 	background-image:linear-gradient(#EF5350,#EF5350);
}


/* -- Tags Articles -- */
.entry-btn                 { background-color: #EF5350; color: #fff;}
.ct-size a                 { background: #F4F4F4 !important; color: #999 !important; }

.ct-size a:hover {
    background-color: #000 !important;
    color: #fff !important;
}


/* -- blockquote -- */
blockquote {
	background: #FAFAFA;
	border-left: 10px solid #000;
}

blockquote p {
	color: #777;
}


/* -- Entry content style -- */
.entry p a {
  text-decoration-color: #EF5350; 
  color: #4a4a4a;
}

.entry p a:hover {
	color: #000000 !important; 
}


/* -- Responsive Images -- */
.wp-caption-text {
	color: #888;
}

.entry .wp-caption-text a {
	color: #000 !important;
}

.wp-caption-text a:hover {
	color: #000 !important;
}


/* -- Pagination entry articles -- */
.my-paginated-posts span {
	background-color: #EF5350;
	color: #FFF !important;
}

.my-paginated-posts p a {
	background-color: #222;
	color: #fff !important;
}

.my-paginated-posts p a:hover {
	color: #fff !important;
}

.my-paginated-posts p span a {
	color: #FFF !important;
}


/* -- About Author -- */
.author-info a.author-link {
	color: #080e14;
}

li.author-box-post .author-info a.author-link {
	color: #EF5350;
}

.author-meta strong i {
	color: #EF5350; 
}

div.author-info i.fa-link {
	color: #EF5350;
}


/* -- Top social icons -- */
ul.author-social-top li a i {
	color: #3f677a;
}

ul.author-social-top li a i.fa-facebook-f {
	color: #3b5998;
}

ul.author-social-top li a i.fa-x-twitter {
	color: #000;
}

ul.author-social-top li a i.fa-pinterest {
	color: #ca212a;
}

ul.author-social-top li a i.fa-instagram {
	color: #D62976;
}

ul.author-social-top li a i.fa-vk {
	color: #5181B8;
}

ul.author-social-top li a i.fa-youtube {
	color: #FF0000;
}

ul.author-social-top li a i.fa-vimeo-v {
	color: #19B7EA;
}


/* -- Related Articles -- */
h3.related-widget-title    { 
	background-color: #000; 
	color: #FFF;
} 


/* -- Related articles single -- */
.prev-entry span,
.prev-entry2 span {
	background-color: #EF5350;
	color: #fff;
}

.prev-articles h2 a:hover {
    color: #EF5350;
}


/* -- Default Blocks -- */
/* -- Block Buttons -- */
.wp-block-button__link {
    color: #000 !important;
    background-color: #EF5350;
}

.wp-block-file .wp-block-file__button {
    background: #EF5350;
    color: #000 !important;
} 

/* -- Block Widgets-- */
ul.wp-block-archives-list li {
	color: #EF5350;
}

.wp-block-search .wp-block-search__button {
    background: #EF5350;
    border: 1px solid #EF5350;
    color: #FFF;
}


/* - Modal social Share -*/
.field button {
  background: #EF5350;
}

.field button:hover{
    background: #000 !important;
    color: #fff;
}


/*-----------------------------------------------------------------------------
----------------------------- 5 - Sidebar & Widgets ---------------------------
-----------------------------------------------------------------------------*/

/* -- Sidebar -- */
.widget-title        { 
	background-color: #000; 
	color: #FFF;
}

.widget-title h3     { 
	color: #FFF;
}

.widget-title h3 a   { 
	color: #FFF !important;
}

.sidebar .widget {
	background-color: #FFF; 
}


/* -- Sidebar -- */
.sidebar-sticky h3.title {
	background-color: #000;
	color: #f8eece;
}

.sidebar-sticky .widget {
	background-color: #FFF; 
} 


/* -- Article widget -- */
div.widget ul.article_list li h3 a:hover {
    color: #EF5350;
}

ul.article_list li div.top-content h2 a:hover {
    color: #EF5350;
}

ul.article_list .article-category a { 
    color: #fff !important;
    background-color: #EF5350;
}


/* -- Subscribe widget -- */
.subscribe-widget input[type=submit] {
	background: #000 !important;
	color: #fff !important;
}


/* -- Categories in two columns -- */
.widget_categories ul li {
	color: #999;
}


/* -- Default Tags -- */
div.tagcloud a {
	background: #F4F4F4 !important;
	color: #999 !important;
}

div.tagcloud a:hover {
	background-color: #000 !important;
	color: #fff !important;
}

div.tagcloud a:hover span {
	color: #999 !important;
}

div.tagcloud span {
	color: #000 !important;
}


/* -- Default Search -- */
div.widget_search #searchform input {
	background-color: #f5f5f5 !important;
}


/* -- Archives in two columns -- */
.widget_nav_menu li {
	border-bottom: 1px solid rgba(241, 241, 241, .8);
	color: #EF5350;
}

.widget_archive li {
	border-bottom: 1px solid rgba(241, 241, 241, .8);
	color: #999;
}

.widget_archive li:before {
	color: #EF5350;
}


/* -- Categories -- */
.widget_categories li:before {
	color: #EF5350;
}


/* -- Meta in two columns -- */
.widget_pages li,
.widget_meta li {
	border-bottom: 1px solid rgba(241, 241, 241, .8);
	color: #EF5350;
}


/* -- Calendar -- */
#wp-calendar tbody td#today {
	background-color: #000;
	color: #FFF;
}

#wp-calendar tbody td#today a {
	color: #FFF !important;
}


/* -- Recent Comments -- */
.widget_recent_comments li {
	color: #EF5350;
}


/*-----------------------------------------------------------------------------
----------------------------- 6 - Comments Form -------------------------------
-----------------------------------------------------------------------------*/

/* -- Comments lists -- */
ul.comment li {
	background-color: #fafafa;
	border-bottom: 1px solid #f1f1f1;
}

ul.comment li ul.children li {
	background-color: #FFF;
	border-bottom: none;
}

ul.comment li ul.children li>ul.children li {
	background-color: #FFF;
	border-bottom: none;
	border-top: 20px solid #fafafa;
}

ul.comment li span.comment-reply-button {
	background-color: #f1f1f1;
}

ul.comment li span.comment-reply-button a {
	color: #000 !important;
}

#respond .must-log-in a { 
  color: #EF5350; 
}


/* -- Comments -- */
.article-btn {
	background-color: #13131c;
	color: #FFF;
}

.article-btn h3 {
	color: #FFF;
}

.comments h3.comment-reply-title {
	background-color: #13131c;
	color: #FFF;
}

.comments h3.comment-reply-title a {
	color: #FFF;
}

.comments h3.comment-reply-title a#cancel-comment-reply-link {
	color: #EF5350;
}


/* -- comment Form -- */
#commentform {
	background-color: #f5f5f5;
}

#commentform #submit {
	background-color: #13131c;
	border-color: #13131c;
	color: #FFF;
}

#commentform #submit:hover {
	opacity: 0.9;
}

#commentform label span {
	color: #F00;
}

#commentform span {
	color: #F00;
}


/*-----------------------------------------------------------------------------
----------------------------- 7 - Contact Form --------------------------------
-----------------------------------------------------------------------------*/

/* -- Contact Form 7 Plugin -- */
form.wpcf7-form input {
	border: 2px solid #d5d6d8;
	color: #333;
}

form.wpcf7-form textarea {
	border: 2px solid #d5d6d8;
	color: #333;
}

form.wpcf7-form input.wpcf7-submit {
	background-color: #13131c;
	border-color: #13131c;
	color: #FFF;
}

form.wpcf7-form .wpcf7-validation-errors {
	color: red;
}

form.wpcf7-form {
	background-color: #fafafa;
	border-bottom: 1px solid #f1f1f1;
}


/*-----------------------------------------------------------------------------
----------------------------- 8 - Custom Pages --------------------------------
-----------------------------------------------------------------------------*/

/* -- Tag & Category Index -- */
#mcTagMap .tagindex h4,
#sc_mcTagMap .tagindex h4 {
	color: #333; 
	border-bottom: 4px solid #333 !important;
}

#mcTagMap .tagindex ul li,
#sc_mcTagMap .tagindex ul li {
	border-bottom: 1px solid #f5f5f5;
}

#mcTagMap #mcTagMapNav { 
	background: #EF5350 !important;
}


/* -- 404 page -- */
#anthemes-404 h1 {
	color: #000;
}

#anthemes-404 {
	background-color: #FFF;
}

a.button404 {
	color: #FFF !important;
	background-color: #EF5350; 
}


/* ================ 
-- Frontend Publishing -- */
.wpfepp-form .wpfepp-button.green {
	background: #EF5350 !important;
	border: 1px solid #EF5350 !important;
	text-shadow: 1px 1px #EF5350 !important;
}


/* ================
-- Shop Style-- */


/* -- Product -- */
.woocommerce-product-search button {
	border: 1px solid #EF5350;
	background-color: #EF5350;
} 

li.product a.add_to_cart_button,
li.product a.product_type_grouped,
li.product a.product_type_external {
	background-color: #000 !important;
	color: #FFF !important;
}

.woocommerce ul.products li.product .price {
	color: #999 !important;
}

.woocommerce span.onsale {
	background-color: #EF5350 !important;
	color: #FFF;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	background: #EF5350 !important;
	color: #FFF !important;
}

.woocommerce-message::before,
.woocommerce-info::before {
	color: #EF5350 !important;
}

.woocommerce-message,
.woocommerce-info {
	border-top-color: #EF5350 !important;
}


/* -- Pagination -- */
ul.page-numbers li .current {
	background: #F1F1F1 !important;
	color: #FFF !important;
}

ul.page-numbers li a {
	background: #FFF !important;
	color: #000 !important;
}

ul.page-numbers li a:hover {
	background: #F1F1F1 !important;
}

ul.page-numbers li a:hover {
	background: #0fbe7c;
}

.woocommerce nav.woocommerce-pagination ul li span {
	color: #000 !important;
}
 

/* -- Shop Colors yellow -- */
.woocommerce a.edit {
	background-color: #EF5350;
	color: #FFF;
}

.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li.is-active:after {
	color: #FFF;
}

.woocommerce-MyAccount-navigation ul li.is-active {
    background-color: #EF5350; 
}

div.woocommerce-MyAccount-content legend {
	background-color: #EF5350;
}

#basic-user-avatar-form input[type=submit] {
	background: #000;
	border: 1px solid #000;
	color: #fff !important;
}


/* -- New components -- */
.wc-block-cart .wc-block-cart__submit-container, .components-button {
    color: #fff !important;
    background-color: #EF5350; 
}
 

/*-----------------------------------------------------------------------------
------------------------------ 9 - Footer -------------------------------------
-----------------------------------------------------------------------------*/

/* -- Footer -- */
footer {
	background-color: #000;
}

.social-section {
	background-color: #EF5350;
}


/* -- Footer Wrap -- */
.footer-wrap .subscribe-widget input[type="submit"]:hover {
    background: #EF5350 !important;
    color: #fff !important;
}


/* -- Menu Footer -- */
ul.menu-footer li strong {
    background-color: #EF5350;
}

ul.menu-footer li a {
    color: #747474;
}

ul.menu-footer li a:hover {
    color: #EF5350;
}


/* -- Footer Social Icons -- */
ul.footer-social li a {
	color: #FFF;
}

ul.footer-social li a:hover {
	opacity: 0.85; 
}


/* -- Copyright -- */
.footer-copyright p a {
	color: #959494;
}

.footer-copyright p a:hover {
	color: #EF5350;
}


/* -- Back to Top -- */
#back-top span {
	background-color: #000 !important;
} 

#back-top span:hover { 
	background-color: #EF5350 !important;
}