ACC SHELL

Path : /srv/www/vhosts/rozzo/wp-content/themes/amplius/css/
File Upload :
Current File : //srv/www/vhosts/rozzo/wp-content/themes/amplius/css/colour-scheme.scss

#header-wrapper{
	#header{
		#header-navigation-wrapper{
			#header-navigation{
				ul{
					li{
						a{
							&:hover{
								color: #c0392b;
							}
						}	
						&.current-menu-item,
						&.current_page_item{
							> a{
								color: #c0392b;
							}
						}
					}
				}
			}
		}
	}
}

#parallax-wrapper{
	background-color: #c0392b;
}

#content{
	article{
		.entry-media-wrapper{
			.entry-media{
				.flexslider{
					.flex-direction-nav{
							a{
								background-color: #c0392b;
							}
					}
				}
				.featured-quote{
					background: #c0392b;
				}
				.featured-link{
					background: #c0392b;
				}
			}
		}
		.entry-title-wrapper{
			h1.entry-title{
				a{
					&:hover{
						color: #c0392b;						
					}
				}						
			}
		}
		.entry-content-wrapper{
			.entry-content{
				a.read-more{
					button{						
						&:hover{
							color: white;
							background-color: #c0392b;
						}
					}
				}
				.entry-tags{
					a{
						&:hover{
							color: #fff;
							border-color: #c0392b;
								background-color: rgba(192, 57, 43, 1);
						}
					}
				}
			}
		}
	}
	#pagination{
		#page-links{
			 a{
				button{					
					&:hover{
						color: white;
						background-color: #c0392b;
					}
				 }
			 }
		}
	}
	#grid-blog-type{
		article{
			.entry-inner{
				&:hover{
					border-bottom: 3px solid #c0392b;
				}
			}
		}
	}
	
	#large-blog-type.single-post,
	#medium-blog-type.single-post{
		.content-column{
			.entry-comments-wrapper{
				.comments-title-wrapper{
					.comments-title{						
						a{
							&:hover{
								color: #c0392b;						
							}
						}
					}
				}
				.entry-comments{
					ol{
						.comment{
							.comment-sheet{
								.comment-author{				
									a{
										&:hover{
											color: #c0392b;						
										}
									}								
								}
							}
						}
					}
				}
			}
			.respond-wrapper{
				#respond{
					#reply-title{
						.reply-title-inner{					
							a{
								&:hover{
									color: #c0392b;						
								}
							}							
						}
						small{				
							a{
								color: #c0392b;
							}									
						}
					}
					form{
						.logged-in-as{
							a{
								color: #c0392b;
							}							
						}
						.form-submit{
							#submit{				
								
								&:hover{
									color: white;
									background-color: #c0392b;
								}							
							}
						}
					}
				}
			}
		}
	}
	
	#portfolio-grid{
		article{
			.entry-inner{
				&:hover{
					border-bottom: 3px solid #c0392b;
				}
			}
		}
	}
	
	#single-aside-wrapper,
	#half-aside-wrapper{
		.aside-entry-meta{
			a{
				&:hover{
					color: #c0392b;
				}
			}
			button{
				&:hover{
					color: white;
					background-color: #c0392b;
				}				
			}
		}
	}
	#contact-template{
		article{
			.entry-inner{
				#contact-template-form{
					form{
						.form-submit{
							button{								
								&:hover{
									color: white;
									background-color: #c0392b;
								}							
							}						
						}
					}
				}
			}
		}
	}
	.carousel-wrapper{
		.content-column{
			.carousel-title-wrapper{	
				.carousel-controls{
					a{
						&:hover{
							color: #c0392b;						
						}
					}		
				}
			}
			.carousel-items-wrapper{
				.carousel-items{
					.carousel-item{						
						article{
							.entry-inner{
								&:hover{
									border-bottom: 3px solid #c0392b;
								}
							}			
						}
					}
				}
			}
		}
	}
}
	
.entry-content{
	blockquote{
		border-left: 6px solid #c0392b;
	}
	a{
		color: #c0392b;
	}
	.coffee-shortcode{
		&.coffee-shortcode-accordion{
			.coffee-accordion-title{				
				&.ui-state-active{					
					a,
					i.icon-plus-sign,
					i.icon-minus-sign{
						color: #c0392b;
					}
				}
			}
		}
		&.coffee-shortcode-toggle{
			.coffee-toggle-title{
				&.ui-state-active{					
					a,
					i.icon-plus-sign,
					i.icon-minus-sign{
						color: #c0392b;
					}
				}
			}
		}
		&.coffee-shortcode-tabs{
			.tabs-nav{
				li{
					&.ui-state-active{ 
						a{
							color: #c0392b;
						}						
					}
				}
			}
		}
	}
}

.widget{
	
	&.sidebar-widget{
		a{
			color: #c0392b;
		}
	}
	&.footer-widget{
		&.widget_text{
			a{
				&:hover{
					color: #c0392b;
				}
			}
		}
		&.widget_recent_entries,
		&.coffee_tweets_widget{
			ul{
				li{
					a{
						&:hover{
							color: #c0392b;
						}
					}
				}
			}
		}
		&.widget_tag_cloud{		
			.tagcloud{	
				a{
					&:hover{
						border-color: #c0392b;
					}
				}
			}			
		}
		&.widget_search{
			form{
				fieldset{
					input#s{
						background: #404040;
						border-bottom: 1px solid #555;
						color: #666;
						
						&:focus{
							color: #fff;
							border-bottom: 1px solid #999;
						}
					}				
				}
			}
		}
		
		&.widget_categories,
		&.widget_recent_comments,
		&.widget_meta,
		&.widget_archive,
		&.widget_pages,
		&.widget_rss{
			.widget-title-wrapper{
				.widget-title{
					a{
						&:hover{
							color: #c0392b;							
						}
					}
				}
			}
			ul{
				li{
					a{
						&:hover{
							color: #c0392b;
						}
					}
				}
			}
		}		
		
		&.widget_calendar{
			#calendar_wrap{
				#wp-calendar{
					tfoot{
						a{
							&:hover{
								color: #c0392b;
							}
						}
					}
					tbody{
						a{
							&:hover{
								color: #c0392b;
							}
						}
					}
				}
			}
		}
		
		&.coffee_portfolio_widget{
			.coffee_portfolio_widget_grid{
				ul{
					li{
						a{
							&:hover{
								border: 3px solid #c0392b;
							}
						}
					}
				}
			}
		}
	}	
	&.widget_recent_entries,
	&.widget_tag_cloud{
	
		.tagcloud{	
			a{
				background-color: rgba(192, 57, 43, 0);
				
				&:hover{
					color: #fff;
					border-color: #c0392b;
					background-color: rgba(192, 57, 43, 1);
				}
			}
		}
		
	}
	&.widget_categories,
	&.widget_meta,
	&.widget_archive,
	&.widget_pages{
		a{
			&:after{
				color: #c0392b;
			}
			
			&:hover{
				color: #c0392b;
			}
		}
	}
	&.coffee_portfolio_widget{
		.coffee_portfolio_widget_grid{
			ul{
				li{					
					a{
						&:hover{
							border: 1px solid #c0392b;
						}
					}
				}
			}
		}
	}
}

#call-to-action-wrapper{
	#call-to-action{
		a{
			background: #c0392b;
		}
	}
}

#twitterfeed-wrapper{
	background: #c0392b;
}

#bottom-footer-wrapper{
	#bottom-footer{
		.bottom-footer-content-column-wrapper{
			.bottom-footer-content-column{
				.copyrights{
					a{
						&:hover{
							color: #c0392b;
						}
					}
				}
				.footer-nav{
					ul{
						li{
							a{
								&:hover{
									color: #c0392b;
								}
							}
						}
					}
				}		
			}
		}
	}
}

ACC SHELL 2018