Deprecated: Hook custom_css_loaded is deprecated since version jetpack-13.5! Use WordPress Custom CSS instead. Jetpack no longer supports Custom CSS. Read the WordPress.org documentation to learn how to apply custom styles to your site: https://wordpress.org/documentation/article/styles-overview/#applying-custom-css in /home4/gnelson/public_html/wp-includes/functions.php on line 6078
Warning: Cannot modify header information - headers already sent by (output started at /home4/gnelson/public_html/wp-includes/functions.php:6078) in /home4/gnelson/public_html/wp-content/plugins/jetpack/modules/custom-css/custom-css.php on line 113
Warning: Cannot modify header information - headers already sent by (output started at /home4/gnelson/public_html/wp-includes/functions.php:6078) in /home4/gnelson/public_html/wp-content/plugins/jetpack/modules/custom-css/custom-css.php on line 114
/*
Welcome to Custom CSS!
CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.
By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
.marketing h2 {
font-weight: 400;
color: #33462D;
text-shadow: 2px 2px 3px grey;
}
#left.widget-area {
padding-right: 5px;
border-right: 1px solid #EEE;
position: relative;
background-color: #ffffff;
}
#right.widget-area {
padding-left: 5px;
border-left: 1px solid #EEE;
position: relative;
background-color: #ffffff;
}
.format-icon:before {
speak: none;
text-transform: none;
-webkit-font-smoothing: antialiased;
padding-right: 10px;
opacity: .2;
position: relative;
top: 8px;
display: none;
font: normal normal 1.2em/1 'entypo';
}
.slideshow-window {
background-color: rgba(12,113,27,0);
border: 5px solid rgba(56,119,94,0);
border-radius: 10px;
height: 0;
margin-bottom: 20px;
overflow: hidden;
padding-top: 30px !important;
padding-bottom: 56.25% !important;
position: relative;
z-index: 1;
}
#right.widget-area {
padding-left: 5px;
border-left: 1px solid #EEE;
position: relative;
background-color: #FFF;
box-shadow: 4px 4px 9px rgba(56,87,36,0.64);
}
#left.widget-area {
padding-right: 5px;
border-right: 1px solid #EEE;
position: relative;
background-color: #FFF;
box-shadow: -4px 4px 9px rgba(56,87,36,0.64);
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
display: block;
text-align: center;
}
.navbar .navbar-inner {
z-index: 200;
margin: 14px 5px 10px;
border: 0 none;
box-shadow: 4px 4px 9px rgba(56,87,36,0.64);
padding-left: 5px;
}
.navbar .nav > li > a {
padding: 5px 15px;
font-size: 16px;
}
/* START OF Change Customizr Background to Texture or Image */
body {
/* Adjust the Image location (wp-content/uploads/NAMEOFFILE.png) */
background: #2a4326
}
/* Set the color (#FAFAFA) of the internal wrapper */
#main-wrapper {
background: RGBA(250,250,250,0.76);
}
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 20px;
color: #000;
}
a {
color: #48ad2e;
text-decoration: none;
}
/* END OF Change Customizr Background to Texture or Image */
h1, h3, h5, h6 {
color: forestgreen;
text-shadow: 1px 1px #000000E6;
text-align: center;
}
footer#footer {
color: #FAFAFA !important;
border-top: 12px solid #E9EAEE;
background: #2a4326;
padding: 0;
}
footer#footer h3, footer#footer h4, footer#footer h5, footer#footer h6 {
font-size: 22px;
line-height: 26px;
color: #FAFAFA;
text-align: center;
text-shadow: 1px 3px 9px #000;