/** style.css
 *
 * Theme Name:	Circle Flip Inclusive
 * Theme URI:	http://inclusive-it.org/circleflip-inclusive
 * Tags:		red, green, white, light, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout
 * Description:	Child theme to CircleFlip theme, but with patches for WCAG 2.0 accessibility
 * Author:		Inclusive IT
 * Author URI:	http://inclusive-it.org/
 * Version:		3.5.2
 * Text Domain:	circleflip
 * Template:    circleflip
 * Domain Path:	/lang
 *
 * License:		GNU General Public License v3.0
 * License URI:	http://www.gnu.org/licenses/gpl-3.0.html
 *
 *
 *	Copyright (C) 2012 Konstantin Obenland <konstantin@obenland.it>
 *
 *	This program is free software: you can redistribute it and/or modify
 *	it under the terms of the GNU General Public License as published by
 *	the Free Software Foundation, either version 3 of the License, or
 *	(at your option) any later version.
 *
 *	This program is distributed in the hope that it will be useful,
 *	but WITHOUT ANY WARRANTY; without even the implied warranty of
 *	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *	GNU General Public License for more details.
 *
 *	You should have received a copy of the GNU General Public License
 *	along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

.dropcapText::first-letter {
    float: left;
    font-size: 20px;
    color: #ffffff;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 20px;
    text-transform: uppercase;
    margin: 5px 10px 10px 5px;
    padding: 10px;
}

.dropcap {
    display: inline !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
}

body, * {
    font-family: Helvetic, "Geneva CY", Arial, sans-serif !important;
    /* font-size: 20px; */
}

.btnStyle1.btnLarge, .btnStyle2.btnLarge, .btnStyle3.btnLarge:hover {
    border: 5px solid #e32831;
   }

.btnStyle1.btnLarge, .btnStyle2.btnLarge, .btnStyle3.btnLarge {
    font-size: 20px !important;
   }

[class*="btnStyle"]:hover span, [class*="btnStyle"]:hover .btnIcon {
  color: #070719 !important;
}


.circleProject .circleAnimationArea > h3 {
	position: absolute;
	z-index: 1;
	background-color: rgba(227, 40, 49, 0.9);
	color: white;
	width: 100%;
	top: calc(50% - 25px);
	border-radius: 10px;
	line-height: 50px;
	box-shadow: 0 0 40px white;
  font-size: 24px;
}

.aq-block-cri_projects_block   {
  overflow: hidden;
}

body {
  line-height: 1.5em;
}

.rev_slider_wrapper {
  box-sizing: border-box !important;
}

@media screen and (min-width: 768px) {

  .donate a {
    position: fixed !important;
    top: 30% !important;
    right: 0 !important;
    width: 200px !important;
    height: 36px !important;
    font-size: 24px !important;
    line-height: 36px !important;
    background-color: yellow !important;
    color: black !important;
    border: 2px solid black !important;
  }

  .donate a .btnIcon {
    margin: 5px 0px 0 0 !important;
  }

  .backgroundBlock.separateBG {
    position: absolute !important;
  }

}
