/*
File Name: style.css
Theme Name:  RT-Theme 15
Author: Tolga Can
Version: 2.3
Author URI: http://themeforest.net/user/stmcan
Theme URI: http://themeforest.net/user/stmcan
Description:   Theme designed by Tolga Can - <a href="http://themeforest.net/user/stmcan">stmcan</a>
License: GNU General Public License
License URI: /Licensing/gpl.txt
*/



/*
	EDIT /css/style.css for the theme stlye
*/


/* RTHEME OPTIONS OVERRIDES */

/* Custom Sidebar Styles */
.sidebar_content{	background:  rgba(129, 173, 73, 0.87) !important; }
.sidebar_top{	opacity: 0.87 !important; }
.sidebar_bottom{	opacity: 0.87 !important; }

/* Custom Lang Menu Style */
.lang_menu{	font-family: Oswald, arial, serif;}
.lang_menu:link{text-decoration:none; color: #fff !important; }
.lang_menu:visited{text-decoration:none; color: #fff !important; }
.lang_menu:hover{text-decoration:none; color:#73ff5e !important; }
.lang_menu:active{text-decoration:none;color: #fff !important;}

/* Custom Sidebar Menu Styles */
#navigation > #menu-rt-theme-footer-navigation-menu > .menu-item > a { color: #ffffff !important; }
#navigation > #menu-rt-theme-footer-navigation-menu > .menu-item > a:link{ color: #ffffff !important; }
#navigation > #menu-rt-theme-footer-navigation-menu > .menu-item > a:visited { color: #ffffff !important; }
#navigation > #menu-rt-theme-footer-navigation-menu > .menu-item > a:hover{ color: #73ff5e !important; }
#navigation > #menu-rt-theme-footer-navigation-menu > .menu-item > a:active{ color: #ffffff !important; }

#navigation > #menu-rt-theme-footer-navigation-menu-anglais0 > .menu-item > a { color: #ffffff !important; }
#navigation > #menu-rt-theme-footer-navigation-menu-anglais0 > .menu-item > a:link{ color: #ffffff !important; }
#navigation > #menu-rt-theme-footer-navigation-menu-anglais0 > .menu-item > a:visited { color: #ffffff !important; }
#navigation > #menu-rt-theme-footer-navigation-menu-anglais0 > .menu-item > a:hover{ color: #73ff5e !important; }
#navigation > #menu-rt-theme-footer-navigation-menu-anglais0 > .menu-item > a:active{ color: #ffffff !important; }

 
/* Custom Sidebar Sub-Menu Styles */
.sub-menu > li > a { color: #ffffff !important; }
.sub-menu > li > a:link { color: #ffffff !important; }
.sub-menu > li > a:visited { color: #ffffff !important; }
.sub-menu > li > a:hover { color: #73ff5e !important; }
.sub-menu > li > a:active { color: #ffffff !important; }


/* Custom Sidebar Menu Active Styles */
#navigation > #menu-rt-theme-footer-navigation-menu > .menu-item > .active:link { color: #73ff5e !important; }
#navigation > #menu-rt-theme-footer-navigation-menu > .menu-item > .active:visited { color: #73ff5e !important; }
#navigation > #menu-rt-theme-footer-navigation-menu > .menu-item > .active:hover { color: #73ff5e !important; }
#navigation > #menu-rt-theme-footer-navigation-menu > .menu-item > .active:active { color: #73ff5e !important; }

#navigation > #menu-rt-theme-footer-navigation-menu-anglais0 > .menu-item > .active:link { color: #73ff5e !important; }
#navigation > #menu-rt-theme-footer-navigation-menu-anglais0 > .menu-item > .active:visited { color: #73ff5e !important; }
#navigation > #menu-rt-theme-footer-navigation-menu-anglais0 > .menu-item > .active:hover { color: #73ff5e !important; }
#navigation > #menu-rt-theme-footer-navigation-menu-anglais0 > .menu-item > .active:active { color: #73ff5e !important; }

/* Custom Sidebar Sub-Menu Active Styles */
.sub-menu > .current_page_item > a:link { color: #73ff5e !important; }
.sub-menu > .current_page_item > a:visited { color: #73ff5e !important; }
.sub-menu > .current_page_item > a:hover { color: #73ff5e !important; }
.sub-menu > .current_page_item > a:active { color: #73ff5e !important; }


/* Custom Sidebar Widget Styles */
body #container .custom_sidebar_h4{ color: rgb(115, 255, 94) !important; }
.custom_sidebar_p{ color:rgb(232, 251, 207) !important; }

/* Custom Sidebar HTML Widget Default Title Removal */
html body #container #wrapper #sidebar .sidebar_content	.box > h4{ display: none;}

/* Post Pages Sidebar Italic Fix (Bug from CSS Reset) */
em{ font-style: normal !important;}

/* Rsponsive Video Embed Type*/
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }