/*
Theme Name: Parabola NoLink
Theme URI: http://www.cryoutcreations.eu/
Description: Parabola child theme (with link removal)
Author: Cryout Creations
Author URI: http://www.cryoutcreations.eu
Version: 0.6
Template: parabola
*/

/* place your custom css and customizations below */

#access ul ul li.menu-item-has-children > a > span::after {
    border-color: #bf4d28 #bf4d28 transparent transparent;
    border-style: solid;
    border-width: 5px;
    content: "";
    height: 0;
    position: absolute;
    right: 10px;
    top: 40%;
    transform: rotate(45deg);
    width: 0;
}

.entry-content blockquote {
	width: 100%;
 }


#access ul ul li a {
    background: #E0E0E0; /* example colour */
    color: #59554E;
}

#frontpage .ppcolumn h3 {
   /* left: 0;
    opacity: 0.75;*/
}

.entry-content tr th {
    border-top: 1px solid transparent;
    padding: 6px 24px;
    vertical-align: top;
}

.entry-content .pager td { padding: 0px; }

.SearchHeader form fieldset { padding: 0px; }
.SearchType { margin-bottom: 20px; }
.SearchForm { background-color: #ffffff; padding: 20px; margin-bottom: 20px; }
.SearchResults { background-color: #ffffff; margin-top: 20px; }
.SearchResults strong, .SearchResults b { color: #a9a171; }

.post-12532 p.last {clear:both;}