@charset "UTF-8";
/*
Theme Name: Marva Israel
Theme URI: http://www.marvaisrael.org
Description: 
Version: 
Author: Addicott Web
Author URI: http://www.wordpress-web-designer-raleigh.com/
*/

body { font-family:"Source Sans Pro"; background-color:#000; }

/* Text styles */
p { color:#000; margin-top:20px; font-size:18px; line-height:28px; font-weight:300; }
strong { font-weight:600; }
em { font-style:italic; }
small { display:block; font-size:12px; line-height:20px; font-weight:400; color:#999; }
blockquote { border:none; padding:0; margin:0; font-size:14px; line-height:24px; font-weight:300; }

/* Link styles */
a { color:#3d79bf; text-decoration:underline; }
a:hover { color:#3d79bf; text-decoration:none; }

/* Heading styles */
h1 { margin:0; line-height:1em; font-size:48px; color:#9c1b1d; font-weight:400; }
h2, h3, h4, h5, h6 { margin-top:30px; line-height:1em; font-weight:400; }

h2 { font-size:30px; }
h3 { font-size:24px; }
h4 { font-size:18px; }
h5 { }
h6 { }

/* List styles */
ul { list-style:disc; margin:20px 0 0 30px; }
ol { list-style:decimal; margin:20px 0 0 30px; }
ul li,
ol li { margin-bottom:10px; padding-left:5px; font-size:18px; line-height:28px; font-weight:300; }

ul ul { list-style:circle; margin:10px 0 10px 30px; }
ol ol { list-style:lower-alpha; margin:10px 0 10px 30px; }

/* Image styles */
img.centered { display:block; margin:0 auto; }
img.alignright { float:right; margin:5px 0 25px 20px; clear:both; display:inline; }
img.aligncenter { display:block; margin:15px auto 0 auto; }
img.alignleft { float:left; margin:5px 25px 20px 0; clear:both; display:inline; }
.alignright { float:right; margin:5px 0 20px 25px; clear:both; display:inline; }
.alignleft { float:left; margin:5px 25px 20px 0; clear:both; display:inline; }

.wp-caption { }
.wp-caption-text { margin:5px 0 0 0; text-align:center; font:italic 13px/22px Georgia, "Times New Roman", Times, serif; }

/* Form styles */
input,
select,
textarea { }
fieldset { }
legend { }
label { }

/* Table styles */
table { border-collapse:collapse; margin-top:5px; width:100%; }
table td { border-bottom:1px solid #ccc; font-size:16px; line-height:26px; font-weight:300; padding:15px 0; color:#000; vertical-align:top; }
table th { border-bottom:2px solid #000; font-size:16px; line-height:26px; font-weight:400; padding:15px 0; color:#000; vertical-align:top; text-align:left; }

iframe, object, embed { max-width: 100%; }

/* Plugins */
.addthis_toolbox { margin:20px 0 0 0 !important; }

/* Pagenavi */
.wp-pagenavi { clear:both; margin:30px 0 0 0; height:40px; text-align:center; }
.wp-pagenavi a,
.wp-pagenavi span { text-decoration:none; background-color:#012545; padding:5px 10px; margin:2px; color:#ffffff; font-size:12px; }
.wp-pagenavi a:hover,
.wp-pagenavi span.current { background-color:#359bed; }

/* Global classes */
.right { text-align:right; }
.center { text-align:center; }
.widget { margin:0 0 30px 0; }
.widget h3.widget-title { }

/*-------------------------------------------------------------------------------------------------------------------
--------------------------------------------- CUSTOM LAYOUT ELEMENTS ------------------------------------------------
-------------------------------------------------------------------------------------------------------------------*/

.container { padding-left:30px; padding-right:30px; }
.row-fluid { padding-top:30px; padding-bottom:30px; }

/* Header */
.header { background-color:#fff; }

/* Internal pages */
.content { background-color:#fff; }
.content .row-fluid { padding-top:60px; padding-bottom:60px; }

/* Homepage */
.homepage .container { padding-top:60px; padding-bottom:30px; }
.homepage .row-fluid { padding-top:0; padding-bottom:30px; }
.homepage h2 { color:#9c1b1d; }

.homepage-sidebar { background-color:#ccc; border-left:10px solid #9c1b1d; padding:30px; margin-top:20px; }
.homepage-sidebar p { float: right; margin-top: -60px; font-size: 14px; line-height: 24px; }
.homepage-sidebar p a,
.homepage-sidebar p a:hover { color: #000; }

/* Gravity forms */
.gform_wrapper { }
ul.gform_fields li.gfield { margin-bottom:20px !important; font-size:18px !important; line-height:28px !important; font-weight:300 !important; padding:0 !important; }
ul.gform_fields li.gfield label.gfield_label { display:block; margin-bottom:10px !important; font-size:18px !important; line-height:28px !important; font-weight:600 !important; }
ul.gform_fields li.gsection { border-bottom:none; }
ul.gform_fields input,
ul.gform_fields select { font-size:18px !important; line-height:28px !important; font-weight:300 !important; }

.ginput_container_consent input { float: left !important; margin-right: 10px !important; }

input.gform_button { padding:10px 20px !important; background-color:#9c1b1d; color:#fff; font-weight:600; font-size:18px !important; font-family:"Source Sans Pro" !important; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; border:none !important; }

/* Footer */
.footer { background-color:#fff; text-align:center; }
.footer .row-fluid { border-top:1px solid #ccc; }

.footer-center img { margin:0 10px; }
.footer-center span { margin: 0 10px; }

/* Copyright area */
.copyright p { margin-top:0; color:#fff; font-size:16px; line-height:26px; }



/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 1024px) {
body { padding:0; }
.container-fluid { padding:0; }
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
body { padding:0; }
.container-fluid { padding:0; }
}
 
/* Landscape phones and down */
@media (max-width: 480px) {
body { padding:0; }
.container-fluid { padding:0; }
}