  /* 
Theme Name: Rowan Tree
Theme URI: 
Author: Lebus Global
Version: 2.0 
Tags: Simple, effective 
*/ 


img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }


.wp-caption-text {
    color: white !important;
}

body {
		margin: 0;
		padding: 0;
		font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
		line-height: 1.7;
	font-size: 18px;
	}
	
 /* Global Styles - Start */


img {
	max-width: 100%;
	height: auto;
}

p {
	margin:0;
	padding:0;
}

h2 {
	margin: 0;
	padding:0;
}
	.row_container, .section_container {
		max-width: 1100px;
		height: auto;
		overflow: hidden;
		margin: 0 auto;
		padding: 10px;
	}
	
	
			/*GridCols*/
	*,
	*:before,
	*:after {
		box-sizing: inherit;
	}
	
	.col {
		padding:1em;
		margin: 8px;
	}
	


	
	[class*='col-'] {
		width:100%;
		float: left;
		min-height: 1px;
	}
	
	.col-mob-1 {width:8.33333%;}
	.col-mob-2 {width:16.66667%;}
	.col-mob-3 {width:25%;}
	.col-mob-4 {width:33.33333%;}
	.col-mob-5 {width:41.66667%;}
	.col-mob-6 {width:50%;}
	.col-mob-7 {width:58.33333%;}
	.col-mob-8 {width:66.66667%;}
	.col-mob-9 {width:75%;}
	.col-mob-10 {width:83.33333%;}
	.col-mob-11 {width:91.66667%;}
	.col-mob-12 {width:100%;}
	
	.responsive_map { position: relative; overflow: hidden; padding-bottom: 56.25%; /* 16:9 Aspect Ratio */ height: 0; }.responsive_map iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


	.hero {
		height: 350px;
		background-image: url("hero.jpg");
		background-size: cover;
		background-position: center;
		position: relative;
	}

.page_title {
	position: absolute;
	top: 15%;
	text-align:center;
	width: 100%;
	color: orange;
}

.logo {
	width:50%;
	margin: 0 auto;
}

.title h2 {
	text-align: center;
color: orange;
margin: 0;
padding: 0;
text-shadow: 0 0 6px #000000;
font-size: 1.9rem;
}
	
.donate_button:link, .donate_button:visited {
	display: block;
	text-decoration: none;
	background-color: orange;
text-align: center;
	color: white;
	border-radius: 10px;
	padding: 10px 15px;
}

.donate_button:hover {
	background-color: grey;
}

	.light_blue_container {
		margin-top: -200px;
	}

.details p {
	text-align: right;
	margin: 0;
	padding:0;
	color: #0779b7;
	font-size:19px;
}
	
	
	.light_blue_top {
		background-image: url("https://rowantreecancercare.co.uk/new/wp-content/uploads/2025/02/BlueTop.png");
		height: 170px;
		background-size: cover;
		background-repeat: no-repeat;
	}
	
	.light_blue_middle {
		background-color: #bde0f1;
		height: 600px;
	}
	
		.light_blue_bottom {
		background-image: url("https://rowantreecancercare.co.uk/new/wp-content/uploads/2025/02/BlueBottom.png");
		height: 200px;
					background-size: cover;

		background-repeat: no-repeat;
	}
	
	
	.blue_outer_container {
  width: 100%;
  position: relative;
  padding: 205px 0; /* make the padding the same as the height of the pseudo elements*/
		margin-top: -200px;
		overflow:hidden;
}

.blue_outer_container .content p {
	color: rgba(20,40,151,1.00);
}

.blue_outer_container:before {
  content: '';
  background: url('https://rowantreecancercare.co.uk/new/wp-content/uploads/2025/02/BlueTop.png');
  width: 300%;
  height: 205px; /*make the height the same as the height of the background image size*/
  background-size: 100% 100%;
  position: absolute;
  top: 0;
}

.blue_outer_container:after {
  content: '';
	background-color: #003094;
  background-image: url('https://rowantreecancercare.co.uk/new/wp-content/uploads/2025/02/BlueBottom.png');
  width: 300%;
  height: 205px; /*make the height the same as the height of the background image size*/
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
}

.blue_details_container {
  background-color: #bde0f1;
  width: 100%
}

.content {
  margin: 0 auto;
  font-family: sans-serif;
  font-size: 16px;
	overflow: hidden;
	max-width: 1100px;
	padding: 10px;
}

.content a:link, .content a:visited {
	color: white;
}
	
	.content h2 {
		text-align: center;
		color: orange;
		margin: 0;
		padding: 0;
		text-shadow: 0 0 6px #000000;
		font-size: 1.9rem;
	}
	
	
	.dark_blue_section {
		height: auto;
		overflow: hidden;
		background-color: rgba(20,40,151,1.00);
		padding-top: 205px;
		margin-top: -205px;
	}

.dark_blue_section_text {
	color: white;
}

.dark_blue_section_title h2 {
		text-align: center;
		color: orange;
		margin: 0;
		padding: 0;
		text-shadow: 0 0 6px #000000;
		font-size: 1.9rem;

}


.box {
	height: 300px;
	background-size: cover;
	background-position: center;
}

.box_text {
	text-align: center;
	padding:5px;
	background-color: orange;
}

.contact_us {
	color: rgba(20,40,151,1.00);
}
.contact_us h2, .quick_links h2 {
	margin: 0;
	padding: 0;
	color: rgba(20,40,151,1.00);
	font-size: 20px;
}

.quick_links {
	text-align: right;
}
	
	.image {
		height: 300px;
		background-image: url("hero.jpg");
		-webkit-border-radius: 100px 80px 60px 40px;
border-radius: 50px 80px 60px 40px;
		border: 25px rgba(0,65,200,1.00) solid;
		background-position: center;
		background-size: cover;
		margin-bottom: 20px;
	}

.contact_us {
	font-size: 16px;
}

.quick_links a:link, .quick_links a:visited {
	display: block;
	text-align: right;
	font-size: 16px;
	color: white;
}

.contact_us a:link, .contact_us a:visited {
	display: block;
	font-size: 16px;
	color: white;
}
	
	
	.footer {
		height: auto;
		overflow: hidden;
		background-color: orange;
		padding: 10px;
	}

.footer_info {
		max-width: 1100px;
		height: auto;
		margin: 0 auto;
		padding: 10px;
}

.my_link {
	text-align: right;
}

.my_link a:link, .my_link a:visited {
	color: white;
}
	
	 @media only screen and (min-width: 768px) {
        		.col-dt-1 {width:8.33333%;}
	.col-dt-2 {width:16.66667%;}
	.col-dt-3 {width:25%;}
	.col-dt-4 {width:33.33333%;}
	.col-dt-5 {width:41.66667%;}
	.col-dt-6 {width:50%;}
	.col-dt-7 {width:58.33333%;}
	.col-dt-8 {width:66.66667%;}
	.col-dt-9 {width:75%;}
	.col-dt-10 {width:83.33333%;}
	.col-dt-11 {width:91.66667%;}
	.col-dt-12 {width:100%;}
		 
		 
		 	.hero {
		height: 500px;
		background-image: url("hero.jpg");
		background-size: cover;
		background-position: center;
		position: relative;
	}
		 
		 .logo {
	width:250px;
			 float: left;
}
		 
		 .nav {
			 background-color: #bde0f1;
		 }
		 
		 
		 .blue_outer_container:before {
  content: '';
  background: url('https://rowantreecancercare.co.uk/new/wp-content/uploads/2025/02/BlueTop.png');
  width: 100%;
  height: 205px; /*make the height the same as the height of the background image size*/
  background-size: 100% 100%;
  position: absolute;
  top: 0;
}
		 
		 .blue_outer_container:after {
  content: '';
			 	background-color: #003094;

  background-image: url('https://rowantreecancercare.co.uk/new/wp-content/uploads/2025/02/BlueBottom.png');
  width: 100%;
  height: 205px; /*make the height the same as the height of the background image size*/
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
}
		 
		 .footer_logo {
			 margin-top: 30px;
		 }
		 
	}