@font-face {
    font-family: 'Slab';
    src: url('../fonts/novecentoslabwide-normal-webfont.eot');
    src: url('../fonts/novecentoslabwide-normal-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/novecentoslabwide-normal-webfont.woff') format('woff'),
         url('../fonts/novecentoslabwide-normal-webfont.ttf') format('truetype'),
         url('../fonts/novecentoslabwide-normal-webfont.svg#novecento_slab_widenormal') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
	font-size: 1.02em;
}

nav, .home_feed, footer, section, .uk-offcanvas-bar, .main_header_inner {
	font-family: Century Gothic, Tahoma, Verdana, sans serif;
}

h1,h2,h3,h4 {
	font-family:inherit;
	font-size: 3em;
	font-style: normal;
	font-weight: normal;
	color: inherit;
	line-height: 1em;
}

h2 {
	line-height: .9em;
	color: inherit;
}

h3 {
	font-size: 2em;
}

hr {
	color: #333;
	border-top: 2px solid #777;
}

a, a:link, a:active, a:visited, a:hover {
	color: inherit;
	outline: none;
	border: none;
}

em {
	color: inherit;
	font-family: inherit;
}

body {
	background-color: #eae0ab;
	background-image: url('../images/canvas-tan.jpg');
	background-size: 750px;
}

ul li {
	list-style-type: none;
}

form ul li {
	display: inline-block;
}

.urgent {
	background-color: #FF4136;
	color: white;
	padding: 5px 0;
	text-align: center;
	font-size: 1.3em;
}

.main_header {
	
}

#social_buttons {
	display: none;
	margin: 10px;
	color: #8b3c17;
	opacity: .5;
}

#social_buttons span {
	padding-right: 5px; 
}

#menu_button {
	display: none;
	position: absolute;
	vertical-align: middle;
	right: 10px;
	top: 10px;
	margin: 0;
	height: 54px;
	opacity: .5;
	font-size: 2em;
	color: #8b3c17;
}

#menu_button span {
	display: inline-block;
	vertical-align: middle;
}

#menu {
	font-size: 1.4em;
}

.uk-offcanvas {
	background-color: rgba(0,0,0,0.4);
}

#menu .uk-offcanvas-bar {
	background-color: #111;
	width: 200px;
}

#menu .uk-nav-sub li {
	padding-left: 15px;
}

.info_nav {
	display: inline-block;
	width: calc(71% - 57px);
	margin: 0;
	padding: 0 0 0 60px;
	text-align: left;
	font-size: .9em;
}

.info_nav ul {
	padding: 0;
	margin: 0;
}

nav ul li {
	display: inline-block;
	margin: 0 5px;
	padding: 10px;
	border: 2px solid #e3dba6;
	border-radius: 10px;
	color: #e3dba6;
	font-size: 1.2em;
	line-height: .8em;
	transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	-moz-transition: .5s;
}

nav ul li a:hover {
	text-decoration: none;
}

nav ul li:hover {
	background-color: #e3dba6;
	color: #0d5f3d;
}

nav ul li i {
	font-size: 1.9em;
}

nav ul li i, nav ul li span {
	vertical-align: middle;
}

#home_nav {
	position: relative;
}

#home_nav ul {
	text-align: center;
	margin: 0;
	padding: 0;
}

#home_nav ul li {
	display: inline-block;
	color: #8b3c17;
	margin: 0;
}

#home_nav ul li:hover {
	background: none;
}

nav .nav_dropdown {
	text-align: center;
	/*border: 3px solid #e3dba6;*/
	background-color: #8b3c17;
	opacity: 1;
	top: 39px;
	color: #e3dba6;
	box-shadow: 3px 5px 7px rgba(0,0,0,0.3);
}

nav .nav_dropdown ul li {
	padding: 8px;
	border: none;
	background: none;
}

nav .nav_dropdown ul li a {
	font-size: 1em;
	color: #e3dba6;
}

nav .nav_dropdown ul li a:hover {
	color: #c3bb86;
}

.uk-nav-sub li {
	padding: 5px;
	font-size: .9em;
}

#cta_frame {
	border-top: 10px solid #8b3c17;
	border-bottom: 10px solid #8b3c17;
	text-align: center;
	background-image: url('../images/canvas-green.jpg');
	box-shadow: inset 0px 6px 20px rgba(0,0,0,0.3),
				inset 0px -6px 20px rgba(0,0,0,0.3);
	height: 185px;
	background: #41502b;
}

.main_header_inner {
	position: relative;
	border-bottom: 10px solid #8b3c17;
	text-align: center;
	background-image: url('../images/canvas-green.jpg');
	box-shadow: inset 0px 6px 20px rgba(0,0,0,0.3),
				inset 0px -6px 20px rgba(0,0,0,0.3);
	height: 100px;
	background: #41502b;
}

#logo_frame {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	background: rgba(230,220,167,.07);
	height: 100%;
	width: 34%;
	text-align: right;
	background: #fffceb;
}

#logo_frame img {
	display: inline-block;
	vertical-align: middle;
	margin: 40px 0 0 10px;
}

#logo_frame #triangle_right {
	position: absolute;
	right: -90px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 92.5px 0 92.5px 90px;
	border-color: transparent transparent transparent #fffceb;
}

.main_header_inner #logo_frame #triangle_right {
	right: -50px;
	border-width: 50px 0 50px 50px;
}

.main_header_inner #logo_frame {
	width: 28%;
	min-width: 250px;
}

.main_header_inner #logo_frame img {
	display: inline-block;
	vertical-align: middle;
	margin: 15px;
	width: 90%;
	max-width: 325px;
}

.main_header_inner #social_buttons {
	position: absolute;
	top: 28px;
	right: 0;
	display: block;
	margin: 0 20px;
	color: #e3dba6;
	opacity: .9;
}

.main_header_inner #menu_button {
	color: #e3dba6;
	opacity: .9;
}

#cta_buttons_ul {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	width: calc(65% - 110px);
	margin: 0;
	padding: 0 0 0 110px;
}

#cta_buttons_ul li {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	margin: 25px 10px;
	padding: 18px 0;
	height: 89px;
	width: 180px;
	border: 5px solid #e3dba6;
	border-radius: 10px;
	color: #e3dba6;
	font-family: 'Slab', Times New Roman;
}

#cta_buttons_ul li span {
	display: block;
	line-height: 1em;
}

#cta_buttons_ul #sermons_button {
	padding: 22px 0 14px;
}

#cta_buttons_ul #sermons_button .span1 {
	font-size: 1.6em;
}

#cta_buttons_ul #sermons_button .span2 {
	font-size: 1.25em;
}

#cta_buttons_ul #sermons_button h2 {
	font-size: 2.1em;
}

#cta_buttons_ul #meet_button .span1, #cta_buttons_ul #meet_button .span2 {
	font-size: 1.6em;
}

#cta_buttons_ul #jesus_button .span1 {
	font-size: 2em;
}

#cta_buttons_ul #jesus_button .span2 {
	font-size: 1.3em;
}

#cta_buttons_ul li h2 {
	font-size: 2.6em;
	line-height: 1em;
	margin: 0;
}

input[type="text"], input[type="password"], textarea {
	padding: 5px;
}

input[type='submit'], button {
	opacity: 0.7;
	background-color: rgba(0,160,200,0.9);
	border: none;
	min-height: 38px;
	min-width: 38px;
	padding: 10px;
	color: #222;
	border-radius: 2px;
}
input[type='submit']:hover, button:hover {
	opacity: 0.9;
}

.uk-form input[type="text"], .uk-form textarea {
	box-shadow: inset 1px 1px 2px rgba(0,0,0,0.3);
}

.wrapper {
	position: relative;
	max-width: 1400px;
	margin: auto;
	padding: 20px;
}

#home_section1 {

}

.home_boxes {
	position: relative;
	margin: 10px;
	min-height: 100%;
}

.box_header {
	background: rgba(139,60,23,.5);
	background: rgba(41,93,107,.6);
	color: #e3dba6;
	font-family: 'Slab', Times New Roman;
	font-size: 1.8em;
	line-height: 1em;
	height: 27px;
	padding: 20px 0;
	margin-bottom: 5px;
}

.home_boxes header {
	text-align: center;
}

#home_banner {
	/*background: rgba(139,60,23,.2);
	background: rgba(117,144,132,.4);*/
	/*border: 15px solid rgba(139,60,23,.1);*/
	
	text-align: center;
}

#home_banner ul {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	line-height: 1em;
}

#home_banner_buttons_ul .home_banner_buttons a {
	display: block;
	background: rgba(139,60,23,.2);
	width: 180px;
	padding: 5px;
	margin: 10px 0;
	text-align: left;
	color: #e3dba6;
	font-family: 'Slab', Times New Romans;
	transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	-moz-transition: .5s;
}

#home_banner_buttons_ul .home_banner_buttons a:hover {
	text-decoration: none;
}

#home_banner_buttons_ul .home_banner_buttons span {
	display: inline-block;
	vertical-align: middle;
}

#home_banner_buttons_ul li.uk-active a, #home_banner_buttons_ul .home_banner_buttons a:hover {
	background: rgba(139,60,23,.4);
}

#home_banner_pics_ul {
	width: calc(100% - 205px);
}

#home_banner_pics_ul li {
	text-align: center;
	vertical-align: middle;

}

#home_banner_pics_ul li img {
	display: block;
	border: 4px solid #8b3c17;
}

.home_icon {
	vertical-align: middle;
	max-width: 40px;
	margin: 5px;
}

.home_feed {
	height: 350px;
	overflow-y: auto;
	border: 15px solid rgba(139,60,23,.2);
	border: 15px solid rgba(117,144,132,.4);
	padding: 20px;
	margin: 0;
}

#facebook_feed {
	overflow: hidden;
	padding: 0;
	height: 390px;
}

#news_feed {
	position: relative;
	padding-bottom: 20px;
}

#news_feed li {
	margin: 0;
}

#news_feed li div.edit_area {
	vertical-align: middle;
	display: inline-block;
	margin: 0 10px;
}

#news_feed li div.news_logo {
	max-width: 150px;
}

#news_feed li div.news_desc {
	max-width: calc(100% - 200px);
}

.home_boxes .feed_link {
	position: relative;
	bottom: 0;
	display: block;
	margin: -45px 15px 0;
	background: rgba(139,60,23,.7);
	color: #e3dba6;
	padding: 5px 0;
	text-align: center;
}

.home_feed::-webkit-scrollbar {
	width: 10px;
}

.home_feed::-webkit-scrollbar-thumb {
    border-radius: 5px;
}

.twitter_feed {
	position: absolute;
	top: 72px;
	bottom: 0;
	width: calc(100% - 30px);
	min-height: calc(100% - 127px);
	height: auto;
	padding: 0;
	overflow-y: hidden;
	padding-bottom: 40px;
}

.twitter_feed ul {
	margin: 0;
	padding: 0;
}
.twitter_feed ul li {
	margin-bottom: 20px;
	border-bottom: 2px solid #666;
}

.twitter_feed .tweet {
	margin: 0 0 3px;
}

.twitter_feed .tweet a {
	word-break:break-all;
	color: #8b3c17;
}

.twitter_feed .timePosted {
	font-size: .8em;
	color: #888;
	margin: 3px 0;
}

.twitter_feed .interact {
	text-align: right;
	margin: 3px 0 5px;
}

.twitter_feed .interact a {
	font-size: .9em;
	display: inline-block;
	padding: 0 3px;
	color: #8b3c17;
}

.timeline-Widget {
    background-color: #fffceb;
   }

.home_feed p {
	
}

#sidebar {
	display: inline-block;
	margin: 20px 40px 0 20px;
	width: 100px;
	text-align: center;
	vertical-align: top;
	font-family: 'Slab';
	font-size: 1.3em;
	color: #41502b;
}

#sidebar ul {
	padding: 0;
	margin: 0;
}

#sidebar ul li {
	margin-bottom: 20px;
	opacity: .5;
	transition: .5s;
	-o-transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	font-size: .7em;
	font-weight: bold;
	line-height: 1em;
}

#sidebar ul li:hover {
	opacity: .9;
}

#sidebar ul a:hover {
	text-decoration: none;
}

#sidebar img {
	display: block;
	width: 100%;
	margin-bottom: 5px;
}

.info_section {
	display: inline-block;
	padding: 0;
	margin: 20px;
	text-align: left;
	width: calc(100% - 220px);
}

.info_section .box_header {
	padding: 20px 20px; 
}

.info_section article {
	padding: 20px;
	border: 15px solid rgba(139,60,23,.2);
	border: 15px solid rgba(117,144,132,.4);
	font-size: 1.1em;
}

.info_section article div.uk-float-right {
	position: relative;
	max-width: 300px;
	margin: 20px;
	z-index: 100;
}

.info_section article div.uk-float-right img {
	
}

.info_section article img {
	box-shadow: 3px 3px 6px rgba(0,0,0,.6);
}

.info_section article .img_div {
	margin: 0 0 20px;
	text-align: center;
}

.info_section article .img_div div.edit_area {
	display: inline-block;
	margin: 0 10px;
	width: 28%;
}

.info_section #sermons_frame h2 {
	font-size: 1.5em;
}

.info_section .sermon_img_header {
	vertical-align: middle;
	max-width: 250px;
}

.info_section .sermon_table {
	vertical-align: middle;
	display: inline-block;
}

.info_section .sermon_table h3 {
	font-size: 1.3em;
	margin: 0;
	padding: 0;
}

.info_section .sermon_table tr td {
	padding: 5px 10px;
}

.info_section form ul {
	text-align: left;
}

.info_section form ul li {
	display: inline-block;
	margin: 10px;
}

.info_section form input {
	padding: 5px;
	margin: 5px;
	float: none;
	clear: both;
}

.info_section form textarea {
	max-width: 100%;
	min-width: 300px;
	min-height: 200px;
	padding: 5px;
	margin: 5px;
}

div.like_button {
	position: relative; 
	z-index: 100; 
	display:inline-block; 
	float:right; 
	margin:0; 
	vertical-align:middle;
}

.num_prayers {
	display:block; 
	max-width: 200px;
	font-size:.8em; 
	color:#bbb;
	text-align: left;
}

.info_section form input[type='submit'].prayer_button {
	font-size:.8em;
	margin:0 5px;
	background-color: rgb(0,120,140);
	border: none;
	min-height: 42px;
	min-width: 38px;
	padding: 10px;
	color: #222;
	border-radius: 2px;
	opacity: 1;
}

.info_section form input[type='submit'].prayer_button:hover {
	background-color: rgb(0,160,200);
	color: #fff;
	opacity: 1;
}

.info_section div.prayed_button {
	position: absolute; 
	z-index: 20; 
	display:inline-block; 
	right: 12px;
	top: 12px; 
	margin:0 0 0 10px; 
	padding: 5px;
	width: 100px;

	text-align: right;
	vertical-align:middle; 
	font-size:.75em;
	line-height: 1em;
}

.hide {
	display: none;
}

.info_section .leader_ul li {
	margin: 0 0 30px 0;
	display: inline-block;
	vertical-align: top;
}

.leader_ul {
	text-align: center;
}

.leader_pic {
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	width: 150px;
	max-height: 200px;
	margin-right: 10px;
	box-shadow: 3px 3px 6px rgba(0,0,0,.6);
}

.info_section .leader_pic img {
	max-width: 100%;
	margin: 0;
	border: none;
	display: block;
	border-radius: 0;
}

.leader_bio {
	display: inline-block;
	vertical-align: middle;
	width: 200px;
	text-align: left;
}

#times {
	clear: both;
	display: block;
	text-align: center;
}

#contact_info {
	display: inline-block;
	text-align: middle;
	padding: 20px;
}

.info_section ul {
	padding: 0;
	margin: 0;
}

.info_section li.bulletin_frame {
	display:inline-block; 
	margin: 20px;
	width: 220px; 
	padding: 10px;
	text-align:center;
	border: 2px solid #8b3c17;
	color: #8b3c17;
	border-radius: 4px;
	background-color: rgba(255,255,255,0.1);
	position: relative;
}

.info_section li.bulletin_frame span {
	font-size: 1.2em;
}

.info_section li.bulletin_frame a {
	color: #777;
}

.info_section div.like_button {
	position: relative; 
	z-index: 100; 
	display:inline-block; 
	float:right; 
	margin:0; 
	vertical-align:middle;
}

#docs_feed h3 {
	margin-bottom: 0;
	border-bottom: 1px solid #ccc;
}

.docs_container {
	position: relative;
	overflow-y: auto;
	overflow-x: hidden;
    max-height: 300px;
    background-color: rgba(255,255,255,0.5);
    padding: 10px;
    box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.2);
}

table.docs_table {
	
}

table.docs_table tr:nth-child(even) {
	background: rgba(0,0,0,0.1);
}
table.docs_table tr:nth-child(odd) {
	background: rgba(0,0,0,0.05);
}

table.docs_table td {
	padding: 5px 10px;
	min-width: 75px;
}

.docs_table .doc_btn, .docs_table a.doc_btn {
	display: inline-block;
	padding: 3px 7px;
	margin: 3px 0;
	background: #EBB524;
	vertical-align: middle;
	border-radius: 5px;
	font-size: .9em;
}

.docs_table .doc_btn:hover, .docs_table a.doc_btn:hover {
	opacity: .8;
	text-decoration: none;
}

.doc_more_btn {
	display: block;
	margin-top: 5px;
}

#prayers_ul .request_wrapper {
	position:relative; 
	margin:20px 0; 
	box-shadow:5px 5px 10px rgba(0,0,0,0.3);
}

#prayers_ul .request_header {
	background-color:#555; 
	vertical-align:middle; 
	padding: 10px; 
	min-height: 40px;
}

#prayers_ul .request_content {
	clear:both; 
	min-height: 40px; 
	padding:10px; 
	background-color:#444;"
}

.num_prayers {
	display:block; 
	max-width: 200px;
	font-size:.8em; 
	color:#bbb;
	text-align: left;
}

.info_section form input[type='submit'].prayer_button {
	font-size:.8em;
	margin:0 5px;
	background-color: rgb(0,120,140);
	border: none;
	min-height: 38px;
	min-width: 38px;
	padding: 10px;
	color: #222;
	border-radius: 2px;
	opacity: 1;
}

.info_section form input[type='submit'].prayer_button:hover {
	background-color: rgb(0,160,200);
	color: #fff;
	opacity: 1;
}

.info_section div.prayed_button {
	position: absolute; 
	z-index: 20; 
	display:inline-block; 
	right: 12px;
	top: 10px; 
	margin:0 0 0 10px; 
	padding: 5px;
	width: 100px;
	text-align: right;
	vertical-align:middle; 
	font-size:.75em;
	line-height: 1em;
}

a.tools_button {
	display: inline-block;
	margin: 10px;
	max-width: 300px;
	padding: 20px;
	background: rgba(139,60,23,.6);
	color: #e3dba6;
	text-decoration: none;
	text-align: center;
	font-size: 1.2em;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
}

a.tools_button:hover {
	text-decoration: none;
	background: rgba(139,60,23,.7);
}

#contact_form_text div.edit_area {
	margin: 0;
	padding: 20px;
}

.gospel_img {
	position: relative;
	max-width: 500px;
	float: right;
	margin: 20px;
	z-index: 10;
}

::-webkit-scrollbar {
	width: 15px;
}
::-webkit-scrollbar-track {
    background-color: rgba(0,0,0,0.05);
} /* the new scrollbar will have a flat appearance with the set background color */
::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.5);
      border-radius: 7px;
} /* this will style the thumb, ignoring the track */
::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0,0,0,0.6);
}
::-webkit-scrollbar-button {
      
} /* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */
::-webkit-scrollbar-corner {
      background-color: black;
}

footer {
	position: relative;
	background-color: #2b2117;
	color: #eee;
	padding: 20px 20px;
	text-align: center;
}

.footer_div {
	position: relative;
	text-align: center;
}

#back_to_top {
	display: inline-block;
	text-align: right;
	margin-bottom: 20px;
	color: #545454;
}

#back_to_top div{
	display: inline-block;
	margin: 3px;
	color: #545454;
}

#back_to_top a {
	color: #ebebeb;
}

.triangle-up {
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	
	border-bottom: 10px solid #ebebeb;
}

footer #back_to_top a {
	color: #bbb;
}

footer .triangle-up {
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	
	border-bottom: 10px solid #bbb;
}

#CR_logo {
	opacity: .5;
	width: 125px;
	transition: opacity .5s;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-o-transition: opacity .5s;
}

#CR_logo:hover {
	opacity: 1;
}

@media only screen and (min-width: 1201px) {

}

@media only screen and (max-width: 1200px) {

	#cta_buttons_ul li {
		font-size: .7em;
		height: 59px;
		width: 140px;
	}

	
}

@media only screen and (max-width: 1000px) {
	#cta_frame {
		height: auto;
	}

	#cta_frame #triangle_right {
		display: none;
	}

	#cta_frame #logo_frame {
		width: auto;
		height: auto;
		display: block;
		text-align: center;
		background-color: white;
		margin-bottom: 15px;
	}

	#logo_frame #logo {
		margin: 15px 10px 10px;
		width: auto;
		max-width: 90%;
	}

	#cta_buttons_ul {
		display: block;
		width: auto;
		margin: 0 0 15px;
		padding: 0;
		text-align: center;
	}

	#cta_buttons_ul li {
		margin: 0 5px;
	}

}

@media only screen and (max-width: 960px) {
	.wrapper {
		padding: 20px 0;
	}

	.nav_frame .user_buttons_ul {
		display: none;
	}

	#home_nav ul {
		display: none;
	}

	#social_buttons {
		display: inline-block;
	}

	.main_header_inner #social_buttons {
		display: none;
	}

	#menu_button {
		display: block;
	}

	.main_header_inner #menu_button {
		margin-right: 10px;
		margin-top: 25px;
		font-size: 1.5em;
	}

	.nav_frame .user_buttons_ul_mobile {
		display: inline-block;
	}

	.main_header_inner nav {
		display: none;
	}

	.main_header_inner #logo_frame {
		width: 250px;
		position: absolute;
		left: 0;
		top: 0;
	}

	.main_header_inner #logo_frame #logo {
		margin-top: 22px;
		width: 100%;
	}

	.twitter_feed {
		position: relative;
		top: 0;
		min-height: 250px;
		width: auto;
	}

	#sidebar ul li span {
		display: none;
	}

	#sidebar {
		width: 50px;
		margin-right: 20px;
	}

	.info_section {
		margin-left: 0;
		width: calc(100% - 120px);
	}
}

@media only screen and (max-width: 767px) {
	.main_header_content {
		height: 100px;
	}

	footer .uk-grid .uk-width-medium-1-3 {
		margin: 10px 0;
	}
}

@media only screen and (max-width: 752px) {
	#home_banner {
		padding-bottom: 75px;
	}

	#home_banner_pics_ul {
		display: block;
		width: auto;
	}

	#home_banner_buttons_ul {
		display: block;
		position: absolute;
		width: 100%;
		margin: 0;
		padding: 0;
		bottom: 15px;
		left: 0;
		text-align: center;
	}

	#home_banner_buttons_ul li {
		display: inline-block;
		width: auto;
	}

	#home_banner_buttons_ul .home_banner_buttons a {	
		margin: 0 5px;
		width: auto;
	}

	#home_banner_buttons_ul .home_banner_buttons a span {
		display: none;
	}

	#sidebar {
		display: none;
	}

	.info_section {
		display: block;
		width: auto;
		margin: 0 20px;
	}

	.info_section article div.uk-float-right {

		float: none;
		display: none;
		max-width: 100%;
		margin: 20px auto;
	}

	.info_section article .uk-float-right div.edit_area {
		display: inline-block;
		max-width: 27%;
		margin: 0 5px;
	}

	.info_section article img {
		max-width: 100%;
		margin: 0;

	}
}

@media only screen and (max-width: 650px) {

	.link_box {
		font-size: 1.2em;
	}

	.img_div {
		display: none;
	}
}

@media only screen and (max-width: 515px) {
	#cta_buttons_ul li {
		font-size: .45em;
		height: 29px;
		width: 80px;
		margin: 0 2px;
		border-width: 3px;
		padding: 8px 2px 16px;
	}

	#cta_buttons_ul #sermons_button {
		padding: 10px 2px 14px;
	}

	#home_banner_buttons_ul .home_banner_buttons a {
		font-size: .8em;
	}

	#news_feed li div.news_logo {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	#news_feed li div.news_desc {
		max-width: 100%;
	}

	.box_header {
		font-size: 1.5em;
		height: auto;
	}

	.section2 {
		max-width: 250px;
	}

	.section1 div.prayed_button {
		display: none;
	}

	footer {
		font-size: .9em;
	}
}

@media only screen and (max-width: 450px) {

	.main_header_inner {
		height: 75px;
	}

	.main_header_inner #logo_frame {
		background: none;
	}

	.main_header_inner #logo_frame #logo {
		margin-top: 18px;
	}

	.main_header_inner #triangle_right {
		display: none;
	}

	.main_header_inner #logo_frame {
		width: 180px;
		min-width: 0;
	}

	.main_header_inner #menu_button {
		margin-top: 15px;
	}

	.box_header {
		text-align: center;
		font-size: 1.3em;
		height: auto;
	}

	.info_section article {
		border-width: 7px;
		text-align: left;
	}

	.home_icon {	
		max-width: 30px;
	}

	.info_section form textarea {
		min-width: 0;
		max-width: 200px;
	}

	.info_section form ul li {
		margin-left: 0;
		margin-right: 0;
	}
}