/*
 Theme Name:   Iconic One Pro Child
 Theme URI:    http://pariscns.com/iconic-one-pro-child/
 Description:  My child theme, based on Iconic One Pro
 Author:       Chris Paris
 Author URI:   http://pariscns.com
 Template:     iconic-one-pro
 Version:      1.0.0
 Tags: Blue, White, Black, one-column, two-columns, right-sidebar, custom-background, flexible-width, custom-menu, full-width-template, post-formats, rtl-language-support, theme-options, custom-colors
 Text Domain:  iconic-one-pro-child
*/

.t-client{
	font-weight:900;
}
.t-position{
	font-style: italic;
}
.tstml_body{
	color:#969696;
}
.tstml{
    display: block;
    width:90%;
    border-radius: 25px;
    background: #f1f1f1;
    padding: 20px;  
    border-style: solid;
    border-width: 1px;
    /* border-color:#7D1935; */
    border-color:#DDDDDD;
    margin-left: auto;
    margin-right: auto;
}

.slides.ssp_slider.wsp_default_skin{
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}


.themonic-nav .current-menu-item > a, .themonic-nav .current-menu-ancestor > a, .themonic-nav .current_page_item > a, .themonic-nav .current_page_ancestor > a {
  background-color: #7D1935; 
  font-weight: normal;
}

.themonic-nav ul.nav-menu, .themonic-nav div.nav-menu > ul {
    border-bottom-color: #7D1935;
    font-weight: normal;
}

.themonic-nav .current-menu-item > a, .themonic-nav .current-menu-ancestor > a, .themonic-nav .current_page_item > a, .themonic-nav .current_page_ancestor > a:active{
   font-weight: normal;
   color: #ffffff;
   text-decoration: none;
}

.nav-menu a:hover{
   font-weight: normal;
   color: #ffffff;
   text-decoration: underline;
}

