/*
Theme Name: Setech (Child Theme)
Description: IT Services and Solutions WordPress Theme
Theme URI: http://setech.rainbow-themes.net/
Author: Rainbow-Themes
Author URI: https://themeforest.net/user/rb-themes
Version: 1.0.0
License: Envato licence agreement - https://themeforest.net/licenses/terms/regular
License URI: https://themeforest.net/licenses
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Template: setech
Text Domain: setech
*/



/* -- footer color -- */
ul#menu-footer_1 li a,
ul#menu-footer_2 li a,
ul#menu-footer_3 li a
{
	color: #eeeeee;
}

ul#menu-footer_1 li a:hover,
ul#menu-footer_2 li a:hover,
ul#menu-footer_3 li a:hover
{
	color: #ffffff;
	text-decoration: underline;
}


ul#menu-footer_1 > li:before,
ul#menu-footer_2 > li:before,
ul#menu-footer_3 > li:before
{
	content: '\f109';
	font-family: 'rbicon';
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	position: relative;
	top: -2px;
	left: -25px;
	margin-right: -12px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid transparent;
	transition: border-color 0.2s ease, background-color 0.2s ease;
}

ul#menu-footer_1 > li:hover:before,
ul#menu-footer_2 > li:hover:before,
ul#menu-footer_3 > li:hover:before
{
	border-color: #eeeeee;
	background-color: rgba(255, 255, 255, 0.1);
	color: #ffffff;
}



/* -- Header  Title and Subtitles --*/
h3.rb_textmodule_title {
	font-size: 28px !important;
}


.rb_textmodule .rb_textmodule_subtitle { 
    background-color: #efefef;
	padding: 20px 20px;
	border-radius: 14px;
    font-weight: bold;
    font-size: 24px !important;
    color: #980d1d;
}

/* -- listings in rot --*/
ul li:before {
	color: #980d1d !important;
}






