/*
	Theme Name: Custom Theme
	Theme URI: 
	Description: Custom Theme
	Version: 1.3.3
	Author: http://wpserver6.com
	Author URI: http://wpserver6.com
	Tags: HTML5, CSS3
	
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    $MAIN
\*------------------------------------*/

.foodVideo{
	width:600px;
	margin: 0px auto;
}

.home.page-template.page-template-template-Home.page-template-template-Home-php.page.page-id-7{
	background-image:url(/wp-content/themes/CustomDesign/img/ShepherdsDoorDomesticNEWBg.jpg);
	background-repeat:repeat-x;
	background-color:#f7f7f7;
}

.page-template.page-template-template-Alternative.page-template-template-Alternative-php.page.page-id-11.events section {
	background-color: #f3ebde;
}

.page-template-default.page.page-id-27.program-services section {
	background-color: #FFF;
	background-image: url(/wp-content/themes/CustomDesign/img/serviceBg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.page-template-default.page.page-id-29.resources section {
	background-color: #FFF;
	background-image: url(/wp-content/themes/CustomDesign/img/resourcesbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.page-template-default.page.page-id-35.how-you-can-help section {
	background-color: #FFF;
	background-image: url(/wp-content/themes/CustomDesign/img/howBg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.page-template-default.page.page-id-155.our-mission section {
	background-color: #FFF;
	background-image:url(/wp-content/themes/CustomDesign/img/logoEditorial.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.page-template-default.page.page-id-161.donate section {
	background-color: #FFF;
	background-image: url(/wp-content/themes/CustomDesign/img/donatebg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.donateContainer{
	float:right;
	margin-left:20px;
}

.contactinfo {
	font-family: Arial, Helvetica, sans-serif;
	color: #616161;
	font-size: 15px;
	line-height: 20px;
	font-weight: lighter;
}

.moreabout {
	font-family: Arial, Helvetica, sans-serif;
	color: #2c1752;
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
	margin-left: 100px;
}

.moreabout:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #fe9810;
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
	margin-left: 100px;
}

.welcomeText, .home.page-template.page-template-template-Home.page-template-template-Home-php.page.page-id-7 p {
	font-family: Arial, Helvetica, sans-serif;
	color: #616161;
	font-size: 13px;
	line-height: 18px;
	font-weight: lighter;
	margin: 20px 30px 0px 20px;
}

.welcomeText2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #2c1752;
	line-height: 20px;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 45px;
	text-align: center;
}

.tableContact td{
	border:8px solid #FFF;
}

.divider{
	float:left;
}

.wrapperHeader {
	text-align: center;
	width:950px;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
.wrapperHeader .mainContentHeader {
	text-align: center;
	padding: 0px;
	position: relative;
}
.flashWrapper {
	display: block;
	position: relative;
	width:950px;
	height: 200px;
	text-align: center;
	z-index: 40;
}
.overlapping {
	position: absolute;
	z-index: 100;
	width: 176px;
	left: 752px;
	text-align: left;
	display: block;
	top: 95px;
	height: 75px;
	overflow: hidden;
}

.overlapping2 {
	position: absolute;
	z-index: 100;
	width:500px;
	left: 0px;
	text-align: left;
	display: block;
	top: 30px;
	overflow: hidden;
}

*, *:after, *:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

@font-face {
	font-family:'font';
	src: url('fonts/century_gothic.TTF'), url('fonts/century_gothic.eot'); /* IE9 */
}

body {
	font-family: "Times New Roman", Times, serif;
	font-size:16px;
	color: #000;
	background-color: #ececec;
	background-image:url(/wp-content/themes/CustomDesign/img/shepherdsdoornewbg.jpg);
	background-repeat:repeat-x;
	margin: 0px 0px 0px 0px;
}

h1{
	font-family: "Times New Roman", Times, serif;
	font-size:24px;
	color:#361d64;
	font-weight:bold;
	text-align:center;
	border-bottom:2px #FE9A11 solid;
	padding-bottom:8px;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	color:#000000;
	margin:0px;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	color:#000000;
	margin:0px;
}

h4, h5, h6 {
	font-family: "Times New Roman", Times, serif;
	color:#000000;
	margin:0px;
}

.clear {
	clear:both;
	display:block;
}

img {
	vertical-align:bottom;
	border:0px;
}

area {
	outline:none;
}

.clear {
	clear:both;
	display:block;
}

a {
	color:#000;
	text-decoration:none;
}

a:hover {
	color:#666;
}

a:focus {
	outline:0;
}

a:hover, a:active {
	outline:0;
}

input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

p {
	font-family: "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:400;
	color: #000;
	line-height:21px;
}

section li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:400;
	color: #000;	
	line-height:20px;
	margin-bottom:8px;
}

.imgright {
	border:2px #ffffff solid;
	box-shadow:0px 4px 5px #000;
	-moz-box-shadow:0px 4px 5px #000;
	-webkit-box-shadow:0px 4px 5px #000;
	float:right;
	margin-left:15px;
	margin-bottom:10px;
}

.imgleft {
	border:2px #ffffff solid;
	box-shadow:0px 4px 5px #000;
	-moz-box-shadow:0px 4px 5px #000;
	-webkit-box-shadow:0px 4px 5px #000;
	float:left;
	margin-right:15px;
	margin-bottom:10px;
}

/*------------------------------------*\
    $STRUCTURE
\*------------------------------------*/

.logo {
	float:left
}

.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
}

header {
	width:100%;
	height:198px;
	margin:0 auto;
	position:relative;
	z-index:100;
}

.headerContainer {
	width:950px;
	margin:0px auto;
}

section, #content {
	background-color: #FFF;
	min-height:400px;
	padding: 6px 20px 20px 20px;
	width:950px;
	margin:2px auto 0px auto;
}

.footer-widget {
	float:left;
	width:33%;
	padding:20px;
}

.footer-widget a {
	color:#000000;
	font-weight:400;
}

footer {
	width:950px;
	margin:0px auto;
}

.footer {
	width:950px;
	margin:0px auto;
}

p.copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:400;
	color:#000000;
	text-align:center;
}

#sidebar {
	float: right;
	width:250px;
	margin-left:20px;
}

div#comments{
	width: 70%;
}


/*------------------------------------*\
    $PAGES
\*------------------------------------*/

.navi {
	width:950px;
	margin:0px  auto;
}

nav {
	list-style:none;
	margin:0px -20px;
	float:left;
	text-decoration:none;
}

nav ul li {
	float: left;
	margin-right: 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: auto;	
}

nav ul a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #777777;
	text-decoration: none;	
	display: block;
	padding: 0px 0px 5px 0px;
	margin: -9px 28px 0px 28px;
}

nav ul a:hover {
	border-bottom:4px solid #fe9810;
	color:#fe9810;
	text-decoration:none;
}

nav ul ul {
	list-style:none;
	position:absolute;
	left:-9999px;
	margin:0px 0px 0px 27px;
	background-image:url(/wp-content/themes/CustomDesign/img/submenubg.png);
	color:#FFFFFF;
	padding:10px;
}

nav ul ul li {
	padding-top:1px;
	float:none;
	color:#777777;
	border-bottom: thin solid #2E235F; 
}

nav ul ul a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:13px;
	font-weight:400;
	color: #FFF;
	text-transform:capitalize;
	text-align:left;
	white-space:nowrap;
	margin: 0px 0px 0px 0px;	
	padding: 3px 6px 3px 6px;
	
}

nav ul li:hover ul {
	left:0;
	text-decoration:none;
}

nav ul li:hover a {
	text-decoration:none;
	color: #fe9810;
	border-bottom:none;
}

nav ul li a:hover {
	text-decoration:none;
	color: #FFF;
}

nav ul li:hover ul a {
	text-decoration:none;
	color:#FFF;
}

nav ul li:hover ul li a:hover {
	text-decoration:none;
}

nav ul li a:hover {
	color:#fe9810;
}

nav ul li ul li a:hover {
	color:#FFF;
	background-color: #251641;
	padding:3px 16px;
	margin:0px -10px;
}

/*------------------------------------*\
    CONTACT FORM
\*------------------------------------*/

#wpcf7-f146-p49-o1 .wpcf7-form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align: left;
	width: 100%;
}

#wpcf7-f146-p49-o1 .wpcf7-form p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align: left;
}

#wpcf7-f146-p49-o1  .wpcf7-submit {
	float:right;
}

/*------------------------------------*\
    VOLUNTEER FORM
\*------------------------------------*/

#wpcf7-f152-p37-o1 h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	text-align:left;
	padding:4px 6px;
	display:block;
	background-color:#241340;
	margin-bottom:10px;
}

#wpcf7-f152-p37-o1 .wpcf7-form .left{
	float:left;
	width:60%;
	text-align:right;
	margin-bottom:10px;
	padding-right:10px;
}

#wpcf7-f152-p37-o1 .wpcf7-form .right{
	float:left;
	width:40%;
	text-align:left;
	margin-bottom:10px;
}

#wpcf7-f152-p37-o1 .wpcf7-form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	text-align: left;
	width: 600px;
	margin:0px auto;
}

#wpcf7-f152-p37-o1 .wpcf7-form p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	text-align: left;
}

#wpcf7-f152-p37-o1  .wpcf7-submit {
	float:right;
}

/*------------------------------------*\
    $FORM
\*------------------------------------*/

.wpcf7-form .left{
	float:left;
	width:30%;
	text-align:left;
	margin-bottom:10px;
}

.wpcf7-form .right{
	float:left;
	width:70%;
	margin-bottom:10px;
}

.wpcf7-form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	text-align: left;
	width: 450px;
}

.wpcf7-form p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	text-align: left;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	width: 100%;
	padding:2px 4px;
	border:#333 1px solid;
	width:100%;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	behavior: url(http://ftpweblogin.com/images/border-radius.htc);
}

.wpcf7 textarea {
	height:70px;
}

.wpcf7-submit {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #FFF;
	text-align: center;
	border:none;
	background-color: #0D0291;
	padding:5px 20px;
	-webkit-transition: background-color 0.5s; /* For Safari 3.0 to 6.0 */
	transition: background-color 0.5s; /* For modern browsers */
}

.wpcf7-submit:hover {
	background-color:#666;
}

/*------------------------------------*\
	$TYPOGRAPHY
\*------------------------------------*/



/*------------------------------------*\
    $RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width: 320px) {
}
@media only screen and (min-width: 480px) {
}
@media only screen and (min-width: 768px) {
}
@media only screen and (min-width: 1024px) {
}
@media only screen and (min-width: 1140px) {
}
@media only screen and (min-width: 1280px) {
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
}

/*------------------------------------*\
    LOOP PHP CONTENT
\*------------------------------------*/

img.attachment-120x120.size-120x120.wp-post-image {
    float: left;
    margin-right: 20px;
}

.date, .author, .comments{
	font-size:12px;
	margin-right:10px;
}

/*------------------------------------*\
    $MISC
\*------------------------------------*/

::selection {
	background: #3651ac;
	color: #FFF;
	text-shadow: none;
}
::-webkit-selection {
 background:#3651ac;
 color:#FFF;
 text-shadow:none;
}
::-moz-selection {
 background:#3651ac;
 color:#FFF;
 text-shadow:none;
}

/*------------------------------------*\
    $WORDPRESS CORE
\*------------------------------------*/
   
.alignnone {
	margin:5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}

.alignright {
	float:right;
	margin:5px 0 20px 20px;
}

.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}

.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}

a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}

a img.alignnone {
	margin:5px 20px 20px 0;
}

a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}

a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.wp-caption {
	background:#FFF;
	border:none;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}

.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}

.wp-caption.alignright {
	margin:5px 0 20px 20px;
}

.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	padding:0;
	width:auto;
}

.wp-caption .wp-caption-text, .gallery-caption {
	font-size:14px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

.sticky {
}

.bypostauthor {
}

/*------------------------------------*\
    $PRINT
\*------------------------------------*/

@media print {

* {
	background:transparent !important;
	color:#000 !important;
	box-shadow:none !important;
	text-shadow:none !important;
}

a, a:visited {
	text-decoration:underline;
}

a[href]:after {
	content:" (" attr(href) ")";
}

abbr[title]:after {
	content:" (" attr(title) ")";
}

.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
	content:"";
}

pre, blockquote {
	border:1px solid #999;
	page-break-inside:avoid;
}

thead {
	display:table-header-group;
}

tr, img {
}
 @page {
 margin:0.5cm;
}

p, h2, h3 {
	orphans:3;
	widows:3;
}

h2, h3 {
	page-break-after:avoid;
}

body {
	background-color: #00576a;
}
}

.shipping-calculator-form {
	width:230px;
}

.woocommerce-breadcrumb {
	display:none;
}
