/*
Theme Name: Tutu Foundation
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

.theme-button, .btn, button, .wpcf7-submit, input[type="submit"] {
	background: #5d9447;
	background: -moz-linear-gradient(45deg, #5d9447 0%, #7ea557 100%);
	background: -webkit-linear-gradient(45deg, #5d9447 0%,#7ea557 100%);
	background: linear-gradient(45deg, #5d9447 0%,#7ea557 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d9447',      endColorstr='#7ea557',GradientType=1 );
    font-weight: 600;
    font-size: .923em;
	text-transform: uppercase;
    padding: 10px 30px;
}
.fixme{
	position: absolute !important;
	left: 15px !important;
	padding: 40px 0 20px;
}
.fixme.fixed{
  position: fixed !important;
	width: 100vw !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
	top: 70px;
	z-index: 2;
}
.fixme.fixed .wpb_raw_code.wpb_content_element.wpb_raw_html {
    padding: 0 9px;
}
.primary-gradient-background{
	background: #8a1f5c;
	background: -moz-linear-gradient(45deg,  #4e377d 0%, #8a1f5c 100%);
	background: -webkit-linear-gradient(45deg,  #4e377d 0%,#8a1f5c 100%);
	background: linear-gradient(45deg,  #4e377d 0%,#8a1f5c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e377d', endColorstr='#8a1f5c',GradientType=1 );
}
.bulletin-sidebar .vc_grid-container-wrapper .vc_gitem-post-data-source-post_title {
	color: #9E1A60!important;
}
/* mobile menu */
body.wpex-mobile-toggle-menu-icon_buttons #mobile-menu {
	right: 5px!important;
    top: 65%!important;
}
div.anchor {
    display: block;
    position: relative;
    top: -125px;
    visibility: hidden;
}
.portfolio-entry-excerpt p {
	line-height: 1.6!important;
}