/*
   Class for blog articles, using the html widget,
   with class attribute on the widget
*/
.r-blog .widget-title {
  text-align: left;
  font-size: 3em;
  font-weight: bold;
  color: black;
  margin-bottom: 1em;
}

.r-blog .textwidget h1 {
  text-align: left;
  font-size: 1.6em;
  font-weight: bold;
  color: black;
}

.r-blog .textwidget {
   text-align: left;
   font-size: 1.6em;
   color: black;
}

.r-blog .textwidget li {
   list-style-type: disc;
   list-style-position: outside;
   line-height: 120%;
   margin-left: 1em;
   margin-bottom: 0.5em;
}

.r-blog .textwidget a {
  color: #8aaf1a;
  font-weight: bold;
  vertical-align: baseline;
}

/* Drop Caps, from:
   http://code.iamkate.com/html-and-css/creating-drop-caps/
*/
.r-blog p {
  font-family : 'Times New Roman',Times,serif;
  line-height : 1.5;
}

.r-blog .r-drop-cap {
  float       : left;
  font-size   : 5.53em;
  line-height : 0.5;
  margin      : 0.151em 0.0904em 0 0;
}

.r-blog .r-drop-cap + span{
  margin-left : -0.5em;
}

/* 
   Class for blog article callouts.
*/
.r-blog-callout {
  background: LightGray;
  border-style: solid;
  border-width: thin;
  border-color: black;
  font-size: 1.2em;
  color: black;
}

.r-blog-callout h1 {
  color: OliveDrab;
  font-size: 2em;
  font-weight: bold;
}

.r-blog-callout h2 {
  font-style: italic;
  font-weight: bold;
  color: white;
}

.r-blog-callout .textwidget {
  padding-right: 10px;
  padding-top: 40px;
}

/*
   For lists with images (see front page).
   'clear' style necessary to get h3 headings
   to float around the image.
*/
.r-list-box li h3 {
  font: bold 20px/1.5 Helvetica, Verdana, sans-serif;
  clear: none;
}

.r-list-box li {
  padding:15px;
  overflow:auto;
  }
  
.r-list-box li:hover {
  background: #eee;
  cursor: pointer;
  }

.r-list-box img {
  float:right;
  margin:0 0 0 15px;
  }

.r-list-box .widget-title {
  text-align: center;
  font-size: 3em;
  font-weight: bold;
  color: black;
  margin-bottom: 0;
}

.r-list-box .textwidget {
  text-align: left;
  font-size: 1.5em;
  color: black;
}

.r-list-box hr {
  border-top: 2px solid black;
}

.r-list-box .textwidget a {
  color: #8aaf1a;
  font-weight: bold;
  vertical-align: baseline;
}

/*
   This class styles the footer.
   It's used in footer.php
*/

.r-footer {
  font-size: 1.5em;
  text-align: center;
  color: #ffffff;
}

/* These classes make the
 * home page "call to action" widgets color match
 * the image
 */

.services-builder.style1 .iconimage i {
    background: #9fb168;
}

.themebutton2:hover {
    background: #9fb168;
    border-color: #9fb168;
}

/* 
   This class defines the
   properties of boxes. It
   can be applied to rows,
   cells, text widgets, 
   custom html widgets.
*/

.r-box {
   border-style: solid;
   border-width: medium;
   border-color: gray;
   padding: 10px 10px 10px 10px;
}

/*
   These override text styling in
   Wordpress text widgets with r-box
   class.
*/

.r-box .widget-title {
   text-align: center;
   font-size: 1.5em;
   color: black;	
}

.r-box .textwidget {
   text-align: left;
   font-size: 1em;
   color: black;
}

.r-box li a {
   padding: 0;
   color: black;
   font-weight: normal;
   text-decoration: underline;
}

.r-box a {
  color: green;
  font-weight: bold;
}

.r-box .textwidget p {
   margin-bottom: 5px;
}

.r-box .textwidget ul {
   margin-bottom: 5px;
}
/*
  Box colors, used with r-box
*/

.r-theme { /* matches theme */
    background-color: #9fb168;
}

.r-blue {
    background-color: #cfdef7;
}

.r-gray {
    background-color: #dedee0;
}

.r-green {
    background-color: #c4d19c;
}

.r-yellow {
    background-color: #d6bf73;
}
.r-red {
    background-color: #dbb3b3;
}
.r-purple {
    background-color: #c2c2d6;
}

.r-white {
    background-color: white;
}

.r-black {
    background-color: #222222;
}

/*
 * This is for general text widgets, with larger fonts
 * and black color - more easily readable.
 */
 
.r-text .widget-title {
  text-align: center;
  font-size: 3em;
  font-weight: bold;
  color: black;
  margin-bottom: 0;
}

.r-text .textwidget h1 {
  text-align: left;
  font-size: 1.5em;
  font-weight: bold;
  color: #000000;
}

.r-text .textwidget {
   text-align: left;
   font-size: 1.4em;
   color: black;
}

/* 
   This is special text styling for Wordpress
   html widget, for use in update notices.
*/

.r-news .widget-title {
  text-align: left;
  font-size: 3em;
  font-weight: bold;
  color: #8aaf1a;
  margin-bottom: 0;
}

.r-news .textwidget h1 {
  text-align: left;
  font-size: 1.5em;
  font-weight: bold;
  color: #000000;
}

.r-news .textwidget {
   text-align: left;
   font-size: 1.4em;
   color: black;
}

.r-news .textwidget li {
   list-style-type: disc;
   list-style-position: outside;
   line-height: 120%;
   margin-left: 1em;
   margin-bottom: 0.5em;
}

.r-news .textwidget a {
  color: #8aaf1a;
  font-weight: bold;
  vertical-align: baseline;
}

.r-post-date {
  text-align: left;
  font-size: 0.6em;
  font-style: italic;
  color: gray;
}

/*
   Button styling for using with blogbutton shortcode
*/

.r-blog-button {
  background-color: rgb(159, 177, 104);
  border: none;
  border-radius: 16px;
  color: white;
  padding: 15px 25px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}

.r-blog-button:hover {
  background-color:  #68763d;
}


/* 
   Unadorned Text Box (no border), to be used
   with r-box.
*/
.r-plain {
   border-style: none;
}

/* Centered/Bold Text in a Text Box Title */
.r-centered-bold .widget-title {
	  text-align: center;
    font-size: 2em; 
    font-weight: bold;
}

/*
  These classes are used for
  Call To Action Boxes.
*/

/* Green Background CTA */

.r-cta {
    border-style: none;
    background-color: #839157;
    padding: 10px 10px 10px 10px;
}

.r-cta:hover{
	background-color: #9fb168;
}

.r-cta .widget-title {
   text-align: center;
 	 font-family: Calibri, Helvetica, Arial, sans-serif;
   font-size: 1.5em;
	 font-weight: bold;
	 line-height: 1.3;
   color: white;	
}

.r-cta .textwidget {
   text-align: center;
	 font-family: inherit;
   font-size: 1em;
	 line-height: 1.3;
   color: white;
}

/* Gray Background CTA used on front page */

.r-cta-gray {
    border-style: none;
    border-radius: 25px;
	  background-color: #e7e7e7;   
    padding: 10px 10px 10px 10px;
}

.r-cta-gray:hover{
    background-color: #f2f2f2;
}

.r-cta-gray .widget-title {
   text-align: center;
 	 font-family: Calibri, Helvetica, Arial, sans-serif;
   font-size: 1.5em;
	 font-weight: bold;
	 line-height: 1.3;
   color: black;	
}

.r-cta-gray .textwidget {
   text-align: center;
	 font-family: inherit;
   font-size: 1em;
	 line-height: 1.3;
   color: black;
}

/* === Link Box (a box of links, usually === */
/* === at the bottom of a page) === */

.r-link-box {
  background-color: #012051;
  border-style: solid;
  border-width: medium;
  border-color: gray;
  padding: 10px 10px 10px 10px;
}

.r-link-box .widget-title {
  font-size: 1.5em;
  font-weight: bold;
  text-align: left;
  color: white;
}

.r-link-box .textwidget {
   text-align: left;
   font-size: 1em;
   color: white;
}

.r-link-box li {
   list-style-type: none;
   list-style-position: outside;
   line-height: 120%;
   margin-left: 0.1em;	
}

.r-link-box li a {
   padding: 0;
   font-weight: normal;
}

/*
  These classes can be used as
  mixins with r-box to style
  lists. 
*/

.r-non-indented-list li {
   list-style-type: disc;
   list-style-position: outside;
   line-height: 160%;
   margin-left: 1em;	
}

.r-indented-list li {
   list-style-type: disc;
   list-style-position: outside;
   line-height: 160%;
   margin-left: 2em;	
}


/* Thin line around an image */
.r-thin-box {
  border-style: solid;
  border-width: thin;
  border-color: gray;
  padding: 10px 1px 1px 1px;
}

/* 
   These classes implement accordion
   style buttons (see FAQ)
*/

.r-accordion {
    text-transform: none; /* Overides theme */
    background-color: #9fb168; /* Matches theme */
    color: black;
    cursor: pointer;
    padding: 18px; 
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1.5em;
    transition: 0.4s;
}

.r-active, .r-accordion:hover {
    background-color: #c9d4ab; /* slighly lighter than theme */
}

.r-accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.r-active:after {
    content: "\2212";
}

.r-panel {
    padding: 0 18px;
    font-size: 1.2em;
    background-color: #e5ead7; /* much lighter than theme */
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

/*
   This is the accordion for the 
   'Explanation of Features' section.
   It differs from plain 'r-accordion'
   in background colors. Also, the row
   colors are alternating, to match the
   pricing table.

   TODO: Can this CSS be unified?
*/

/* Header (on h2 in custom html widget) */

.r-accordion-2-header {
    background-color: #3a3a3a; /* dark gray */
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    color: #3bd6ff; /* turqouise blue  */
    margin: 0;
}

.r-accordion-2 {
    text-transform: none; /* Overides theme */
    color: black;
    cursor: pointer;
    padding: 18px; 
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1.5em;
    transition: 0.4s;
}

.r-accordion-color-odd {
    background-color: lightgray; /* Matches darker pricing row */
}

.r-accordion-color-even {
    background-color: #e7e7e7; /* Matches darker pricing row */
}
.r-active-2, .r-accordion-2:hover {
    background-color: #adadad; /* */
}

.r-accordion-2:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.r-active-2:after {
    content: "\2212";
}

.r-panel-2 {
    padding: 0 18px;
    font-size: 1.2em;
    background-color: white;
    color: black; 
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

/* ==== Deprecated ============= */

/* Nothing here */