/*
Theme Name: Twenty Thirteen Child
Theme URI: https://wordpress.org/themes/twentythirteen/
Template: twentythirteen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Tags: blog,one-column,two-columns,right-sidebar,custom-header,custom-menu,editor-style,featured-images,footer-widgets,microformats,post-formats,rtl-language-support,sticky-post,translation-ready,accessibility-ready
Version: 2.3.1524259039
Updated: 2018-04-20 15:17:19

*/

.entry-content a, .comment-content a, a:visited, a{
	color: #00ACED;
}

.sidebar .fullwidth .entry-header, .sidebar .fullwidth .entry-content, 
.sidebar .fullwidth .entry-summary, .sidebar .fullwidth .entry-meta{
	padding: 0;
	margin:0;
	max-width:100%;
}
.sidebar .fullwidth .entry-header, #cs-content .x-container.max{
	max-width:1080px !important;
	margin:0 auto;
}
.bluebg button{
	background:#00ACED !important;
	color:#fff !important;
}
.wpcf7-form input{
	width: 100%;
    box-sizing: border-box;
    padding: 10px 18px;
    border-color: #00ACED;
    border-radius: 10px;
}
.wpcf7-form input[type="submit"]{
	border:2px solid #00ACED;
	background: #00ACED;
}
.wpcf7-form input[type="submit"]:hover{
	background: #fff;
	color:#00ACED;
}
.wpcf7-form textarea{
	width: 100%;
    box-sizing: border-box;
    padding: 10px 18px;
    border-color: #00ACED;
    border-radius: 10px;
}
.wpcf7-form input::-webkit-input-placeholder,.wpcf7-form textarea::-webkit-input-placeholder { 
  color:#000;
}
.wpcf7-form input::-moz-placeholder,.wpcf7-form textarea::-moz-placeholder { 
  color:#000;
}
.wpcf7-form input:-ms-input-placeholder,.wpcf7-form textarea:-ms-input-placeholder { 
  color:#000;
}
.wpcf7-form input:-moz-placeholder,.wpcf7-form textarea:-moz-placeholder { 
  color:#000;
}
.x-text-headline h2{
	font-size:30px !important;
	margin: 25px 0 !important;
}
.blue-section h2, .blue-section p, .blue-section a{
	color:#fff !important;
}
.blue-section a{
	text-decoration:underline;
}