/*
Theme Name: AHS
Theme URI: 
Author: 
Author URI: 
Description: The AHS theme for WordPress
Version: 1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ahs

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* CSS Document 
font-family: 'Lora', serif;
font-family: 'Montserrat', sans-serif;
*/


html, body { 
  font-family: 'Lora', serif;
  font-size: 12pt;
  line-height: 1.7em;
  overflow-x:hidden;
  color: #303435;
}

/* ///////////////////   main content   \\\\\\\\\\\\\\\\\\\ */

h1, h2, h3, h4 { 
  font-family: 'Montserrat', sans-serif; 
  font-weight: 600;
  font-style: normal;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
}
h1 {
  font-size : 2em;
  line-height: 1.1em;
  padding-top: 0px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #42535b;
  }


h2 {
  font-size : 1.7em;
line-height: 1.3em;
 margin: 20px 0 10px 0;

}

h3 {
 line-height: 24px;
 font-size : 18px;
 margin: 10px 0;
 padding: 0px;
}
h4 {
 line-height: 22px;
 font-size : 16px;
 margin: 0px;
 padding-top: 0px;
  padding-bottom: 0px;
 margin: 0px;

}

A:link { color : #387e88; text-decoration : none;  }
A:active { color : #000; }
A:visited { color : #387e88; text-decoration : none; }
A:hover { color : #000; }

strong { font-weight: 700; }

.button {
	background-color: fff; /* Green */
  border: none;
  color: #387e88 !important;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
	font-weight: bold;
	border-radius: 10px;
	border: 1px solid black;
}

.wp-block-button__link { color: #fff !important; }

/* ///////////////////  general layout   \\\\\\\\\\\\\\\\\\\ */

.navbar {
  padding: 3px 20px;
  background-color: #405157;
  border-top:  2px solid #987661;
  border-bottom:  2px solid #987661;
}
.navbar-brand { max-width: 250px; padding: 10px; }
 
.navbar-brand-mobile { display:none; }
.navbar-nav .menu-item { margin-right: 20px; }
.navbar-nav .menu-item a {
  color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif; 
}
.navbar-nav .menu-item a:hover {
  color: #d6d387; 
  text-decoration: none;

}
.navbar-nav .menu-item { margin-right: 25px; margin-bottom: 0; }

.navbar .navbar-nav .dropdown-menu {
  background-color: #987661;
  border-color: #ffffff;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item {
  color: #987661;
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(40,64,167, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.last { margin-bottom: 0 !important; margin-right: 0 !important; }

.page-item-23912 { display: none; }
.dropdown-menu {   padding: 10px; border: none; margin-top: 35px; border-radius: 0; width: 200px; right:0; position: absolute; }
.dropdown-menu .menu-item { margin: 5px; }
.dropdown-menu .menu-item a {font-size: .8em; font-weight: 400 !important; line-height: 1.3em;  margin-bottom: 10px;  display: block; text-transform: none; }
.dropdown-menu .menu-item a:hover, .dropdown-menu .menu-item.current_page_item a:hover  { color: #000; }
ul.dropdown-menu.show:before {
    content: '';
    background-color: #987661;
    height: 10px;
    width: 10px;
    position: absolute;
    top: -5px;
    right: 20%;
    -webkit-transform: translate(-50%,0) rotate(45deg);
    -ms-transform: translate(-50%,0) rotate(45deg);
    transform: translate(-50%,0) rotate(45deg);
}
.dropdown-menu .menu-item.current_page_item a { border-bottom: none; }

.callout-button { margin-right: 0px !important; }
.callout-button a {
background-color: #d22d35;
padding: 10px 15px;
border-radius: 40px;
-webkit-transition: all 400ms;
transition: width all 400ms;
position: relative;
top: -3px;
color: #fff;
}
.callout-button a:hover {
background-color: #23282d;
color: #fff !important;
-webkit-transition: all 400ms;
transition: width all 400ms;
border-bottom: none;
}
.callout-button  a:before {
  -webkit-font-smoothing: antialiased;
  font: normal 20px/1 'dashicons';
  vertical-align: middle;
  padding-right: 4px;
  display: inline-block;
  content: "\f487";
}
.callout-button a:after, btn-callout a:after {
display: none !important;
}

.btn-callout {
    color: #fff;
    background-color: #d22d35;
    border-color: #d22d35;
}

.btn-callout:hover {
    background-color: #23282d;
    border-color: #23282d;
    -webkit-transition: all 400ms;
    transition: width all 400ms;
    color: #fff !important;
}

a.btn.btn-callout:before {
    -webkit-font-smoothing: antialiased;
    font: normal 20px/1 'dashicons';
    vertical-align: middle;
    padding-right: 4px;
    content: "\f487";
}

.btn-rounder {
    border-radius: 35px;
    padding: 10px 15px;
}


#nav { /* green bkg */
 background-color: #42535b;
 height: 45px;
 width: 100%;
 position: relative;
 top: 0px;
 border-top-width: thin;
 border-bottom-width: thin;
 border-top-style: solid;
 border-bottom-style: solid;
 border-top-color: #000;
 border-bottom-color: #000;
-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
}

.hidemobile { display: inline-block; }


/* Icon 1 */

.animated-icon1, .animated-icon2, .animated-icon3 {
width: 30px;
height: 20px;
position: relative;
margin: 0px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}

.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
display: block;
position: absolute;
height: 3px;
width: 100%;
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}

.animated-icon1 span {
background: #e65100;
}

.animated-icon2 span {
background: #e3f2fd;
}

.animated-icon3 span {
background: #f3e5f5;
}

.animated-icon1 span:nth-child(1) {
top: 0px;
}

.animated-icon1 span:nth-child(2) {
top: 10px;
}

.animated-icon1 span:nth-child(3) {
top: 20px;
}

.animated-icon1.open span:nth-child(1) {
top: 11px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
opacity: 0;
left: -60px;
}

.animated-icon1.open span:nth-child(3) {
top: 11px;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}

/* Icon 3*/

.animated-icon2 span:nth-child(1) {
top: 0px;
}

.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
top: 10px;
}

.animated-icon2 span:nth-child(4) {
top: 20px;
}

.animated-icon2.open span:nth-child(1) {
top: 11px;
width: 0%;
left: 50%;
}

.animated-icon2.open span:nth-child(2) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
top: 11px;
width: 0%;
left: 50%;
}

/* Icon 4 */

.animated-icon3 span:nth-child(1) {
top: 0px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

.animated-icon3 span:nth-child(2) {
top: 10px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

.animated-icon3 span:nth-child(3) {
top: 20px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

.animated-icon3.open span:nth-child(1) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
top: 0px;
left: 8px;
}

.animated-icon3.open span:nth-child(2) {
width: 0%;
opacity: 0;
}

.animated-icon3.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 21px;
left: 8px;
}

/* ******** ------- ********** */
/* ******** top bar ********** */
/* ******** ------- ********** */

.top-header { 
  background-color: #fff;
  height: 30px;
  padding: 5px 20px;
  text-align: right;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 9pt;
  font-family: 'Montserrat', sans-serif; 
}

.top-header-menu {  list-style: none; }
.top-header-menu li { display: inline; margin: 0 10px; }
.top-header-menu a:link, .top-header-menu a:visited { 
  color:#23282d !important; 
}
.top-header-menu a:hover { 
  color: #987661 !important; 
  text-decoration: none;
}
.top-header-menu .dashicons { font-size: 1.2em;   margin-right: 3px; margin-top: -12px;}
.ee-icon, .dashicons {
   margin-right: 3px !important;
}



div#footer {  /* the footer */
 position:relative;
 clear: both;
 width:100%;
 bottom:0; /* stick to bottom */
 background:#ffffff;
 border-top: solid 2px #eee;
 padding-top: 10px;
}

div#footer p { /* footer text */
 padding:5px;
 margin:0;
 font-size: .9em;
 line-height: 1.4em;
}


#text-6 { width:360px;}

#social {
width: 110px;
 height: 35px;
 right: 0px;
 top: 10px;
 position: relative;
 z-index: 100;
 padding-right: 10px;
 float: right;
}


/* ///////////////////   TOP NAV   \\\\\\\\\\\\\\\\\\\ */
#topnav { /* the overall wrap for the nav */
  font-family: 'Montserrat', sans-serif;
 position:absolute;
 left:0px;
 top:0px;
 left: 0px;
 width:100%;
 height:45px;

}

#topnav, #topnav ul {  /* the overall UL wrap for the nav */
 float: left;
 list-style: none;
 padding: 0;
 margin: 0;
}

#topnav li { /* the overall LI style; mostly override by styles below */
 border-right-color: black;                                                            
 border-right-width: 1px;                                                            
 border-right-style: solid;                                                            
 float: left;
 padding: 0;
 z-index: 100;
}


/* ///////////////////   sidebar   \\\\\\\\\\\\\\\\\\\ */

.sidebar { border-left: solid 2px #977562;}


.categories_wrap  {
  margin: 0;
  padding: 0;
  list-style-type: none;  
}

 li.categories {   
   list-style-type: none;  
   margin: 0 0 30px 0; 
   padding: 0; 
 font-family: 'Montserrat', sans-serif;
 color: #42535b;
 font-size: 1.4em;
 font-weight: bold;
 }  /* outermost list item */

 li.categories ul {
   margin: 0;
   padding: 0;
   list-style-type: none;  
 }

 li.cat-item { list-style-type: none;  
   font-size: 1em;
   margin: 10px 0;
   border-bottom: 1px solid #eee;
   padding-bottom: 5px;
  }

 li.cat-item a {   font-family: 'Montserrat', sans-serif;
   color: #42535b;
   font-size: 16px;
   font-weight: bold;
 }
 
 
 
 
 

.parent-sidebar-menu { list-style-type: none;  margin: 0 0 30px 0; padding: 0; font-family: 'Montserrat', sans-serif;}
.parent-sidebar-menu .current_page_ancestor a,
.parent-sidebar-menu .current-menu-item a { color: #42535b; font-size: 1.4em; font-weight: bold; }
.parent-sidebar-menu .menu-item {
  margin: 0;
}
.child-sidebar-menu { list-style-type: none;  margin: 0; padding: 10px 0 0 0;}

.child-sidebar-menu .menu-item {
  margin: 10px 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  
} 
.child-sidebar-menu .menu-item a { 
  color: #42535b;
  text-transform: none;
  font-size: 1em;
  line-height: 1em;
  font-weight: normal;
}


.grandchild-sidebar-menu { list-style-type: none;  margin: 0; padding: 10px 0 5px 10px;}

.grandchild-sidebar-menu .menu-item {
  margin: 0;
  border-bottom: none;
}
.grandchild-sidebar-menu  .menu-item a {
  color: #42535b; 
    text-transform: none;
    font-size: .9em;
    line-height: 1.2em !important;
    display:inline-block; 
    font-weight: normal;
}
.child-sidebar-menu .menu-item .current-menu-item a, .grandchild-sidebar-menu .menu-item .current-menu-item a {
  color: #977562 !important;
}

.widget { margin-bottom: 30px; }
.widget-title, .wp-block-heading   
{
 padding-top: 5px;
 padding-bottom: 0px;
 padding-left: 0;
   margin-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
  color: #42535b;
 }
 
.widget-title a {
 color: black;
 }

.wp-block-latest-posts li {
  font-size: .9em;
  line-height: 1.2em;
  margin-bottom: 15px;
}

#block-15 { margin-bottom: 0; }

.quicklinks { font-size: .9em; line-height: 1.3em;}
.quicklinks ul { }
.quicklinks li {margin-bottom: 5px; }

.post-date { font-size: 10px; 
display: block;
margin-top: -5px;
font-weight: 100;}




.navigation
{
 padding-bottom: 25px;
 font-weight: bold;
}


.wp-caption {
padding: 5px;

  text-align: center;

}
.wp-caption-text {
 line-height: 12px;
 font-size : 10px;
 font-style: normal;
}

.widget_search .screen-reader-text {
    display:none;
}



.widget_this_day_in_history

{
  margin-bottom: 20px;
  padding: 10px 20px; 
  background-color: #eeeeee;
  border-color: #999;
  border-width: 1px;
  border-style: solid;
   padding-bottom: 0px;
   border-radius: 6px 6px 6px 6px;
-moz-border-radius: 6px 6px 6px 6px;
-webkit-border-radius: 6px 6px 6px 6px;
-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.45);
-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.45);
box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.45);
}

.widget_this_day_in_history h3 { margin: 0; padding: 0 0 5px 0; }
.widget_this_day_in_history .textwidget { font-size: .9em; margin-bottom: 10px; line-height: 1.4em;  }

.blogbox {
    margin-bottom: 5px;
    margin-top: -5px;
    padding-bottom: 1px;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: -5px;
       font-size: 11px;
}

.entry { padding: 0; }
.sticky { background-color: #eee; 
padding: 15px;
margin-bottom: 30px;
border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
 }
.lightentry { background-color: #ffffff;  }
.darkentry { background-color: #f9f9f9; padding: 5px;  border-color: #d7d7d7;
    border-width: 1px;
    border-style: dashed;}
.stickyhome { background-color: #F7F7DC; 
padding: 8px;
margin-bottom: 10px;
border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
border: 0px solid #000000;
-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.75);
box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.75);
 }
     
 
hr {
    color: #eee;
    margin: 20px 0; }


a.more-link {
color:#ffffff;
background:#3E6C41;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
float:right;
padding:4px 10px;
text-decoration:none;
margin-top:10px;
}

a.more-link:hover {
background:#EDBB59;
color:#000000;
}

.blog-entry { 
font-size: 11px;
 margin-top:-5px; 
 padding-top:-5px;
 }

.blog-entry p { line-height: 12px; }


.dataTables_wrapper,
.dataTables_wrapper .tablepress {
  clear: none !important;
}


@media   (max-width: 1325px ) {
  .navbar-nav .menu-item {  margin-right: 15px; margin-bottom: 0; }
  .callout-button { margin-left: 0; }
  .hidemobile { display: none; }
}

@media (max-width: 1199px) {
  .navbar-nav  {   padding-bottom: 10px; }
  .navbar-nav .menu-item {   padding-bottom: 5px; }
  .callout-button { margin-top: 14px;  }
  
  ul.dropdown-menu.show:before {
      display: none;
  }
  .navbar .navbar-nav .dropdown-menu {
      background-color: transparent;
      border-color: #ffffff;
      width: 100%;
  }
  .dropdown-menu {
      margin-top: 0;
      width: 90%;
      border-bottom: none;
  }
  
  .dropdown-menu .menu-item {    border-bottom: none; margin-bottom: 0; }
  .dropdown-menu .menu-item a {
  font-size: .9em;
  margin-bottom: 0px;
  }
  .wp-block-search__input { width: 100%; }
}

@media  (max-width : 767px) {
  .sidebar { 
    border-left: none;
    border-top: solid 2px #977562;
    padding-top: 15px;
  }
}
@media  (max-width : 600px) {
  .top-header-menu li { margin: 0 3px;   }
}



/* ///////////////////     \\\\\\\\\\\\\\\\\\\ */
/*  styles for 601 and MORE pixels wide */  
/* ///////////////////     \\\\\\\\\\\\\\\\\\\ */
@media screen and (min-device-width : 601px) {

/* ///////////////////   the background image; needs to be dynamic  \\\\\\\\\\\\\\\\\\\ */
body {
 background-color: #fff;
 margin:0;
 padding:0;
}
/* ///////////////////   container with shadows on both sides   \\\\\\\\\\\\\\\\\\\ */


#toplogo {
 max-width: 480px;
 height: 80px;
 left: 0px;
 top: 5px;
 position: relative;
 z-index: 100;
 padding-right: 20px;
}

#dev7-caroufredsel-wrapper-2007 { visibility: hidden; }

/* Carousel Wrapper:  */
.dev7-caroufredsel-wrapper {
 position: relative;

 margin-top: 0;
 margin-right: auto;
 margin-bottom: 10px;
 margin-left: auto;
 overflow: hidden;
 
	}
	
.dev7-caroufredsel-carousel img { 
  border-bottom-color: #987661; 
  border-bottom-width: 2px; 
  border-left-style: none; 
  border-bottom-style: solid; 
  border-right-style: none; 
 width: 100%;
 height: auto;
  overflow: hidden;
  display: inline;
}



 /* Carousel Pagination Caption: */
 .dev7-carousel-caption {
   background:  #977562;
font-size: .9em;
line-height: 1.5em;
text-align: center;
font-style: italic;
padding: 10px;
margin-bottom: 20px;
width:100%;
z-index: 999;
clear:both; 
color: #fff;
}

}
/* ///////////////////     \\\\\\\\\\\\\\\\\\\ */
/*  END styles for 601 and MORE pixels wide */  
/* ///////////////////     \\\\\\\\\\\\\\\\\\\ */




/* ///////////////////     \\\\\\\\\\\\\\\\\\\ */
/*  BEGIN styles for 600 and LESS pixels wide */  
/* ///////////////////     \\\\\\\\\\\\\\\\\\\ */

@media screen and (max-width: 600px) {

/* ///////////////////   the background image; needs to be dynamic  \\\\\\\\\\\\\\\\\\\ */

 
/* Carousel Wrapper:  */
.dev7-caroufredsel-wrapper {
 display: none;
 
	}
	
 #toplogo {
 max-width: 450px;
 
 left: 0px;
 top: 5px;
 position: relative;
 z-index: 100;
 padding-right: 20px;
  padding-bottom: 10px;
}

.dev7-caroufredsel-carousel img { 
  border-bottom-color: #000; 
  border-top-color: black; 
  border-bottom-width: 1px; 
  border-left-style: none; 
  border-bottom-style: solid; 
  border-right-style: none; 
  border-top-style: solid; 
  border-top-width: 1px; 
 width: 100%;
 max-height: 280px;
  overflow: hidden;
  display: inline;
}


 #topimage {  /* smaller top image */
  position: relative;
 top: -10px;

width: 100%;
 border: 1px solid #000;
 -webkit-box-shadow: inset 0px 0px 6px 4px rgba(0,0,0,0.75);
 -moz-box-shadow: inset 0px 0px 6px 4px rgba(0,0,0,0.75);
 box-shadow: inset 0px 0px 6px 4px rgba(0,0,0,0.75);
 background-image: url(images/topbig.jpg);
 position: relative;
 margin-top: 0;
 margin-bottom: 10px;
  padding-bottom: 0px;
 background-repeat: no-repeat;
  background-size: cover;
}

.topimagetext {  /* top text hidden for mobile */
 display: none;
}
  


.childDiv {
    float: left;
     width: 100%;
    
}

.childDiv2 {
    display: none
    
}

 /* Carousel Pagination Caption: */
 .dev7-carousel-caption {
 display: none;
}




#social {
width: 100%;
text-align: center;
 height: 35px;
 right: 0px;
 top: 10px;
 position: relative;
 z-index: 100;
 padding-right: 0px;
 padding-bottom: 10px;
 float: right;
 margin-bottom: 10px;
}




}

 





/*-- Payment Pro Styles --------------------------------------*/

#pmpro_levels {display: block; margin: 0 auto; position: relative; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #666; }
.pmpro_level {display: inline-block; border: 1px solid #AAA; border-radius: 10px; width: 30.5%; margin: 1%; background: #FFF; box-shadow: 1px 1px 3px #AAA; text-align: center; }
#pmpro_levels h2 {display: block; padding: 15px 20px; margin: 0; text-align: center; border-top-left-radius: 10px; border-top-right-radius: 10px; color: #444; border-bottom: 1px solid #AAA; background-color: #CCC; background-image: -webkit-linear-gradient(#EEE, #BBB); background-image: -moz-linear-gradient(#EEE, #BBB); background-image: -o-linear-gradient(#EEE, #BBB); background-image: linear-gradient(#EEE, #BBB); font-family: 'Open Sans Condensed', Arial, sans-serif; font-size: 30px; line-height: 40px; text-shadow: 1px 1px 1px #FFF; }
.pmpro_level p {display: block; margin: 15px 20px; padding: 0px; font-size: 16px; line-height: 24px; text-align: center; }
.pmpro_level .pmpro_level-price {display: block; font-size: 22px; line-height: 28px; color: #444; margin: 15px 20px; font-family: 'Open Sans Condensed', Arial, sans-serif; }
.pmpro_level .pmpro_level-price strong {font-size: 30px; }
.pmpro_level .pmpro_btn, .pmpro_level .pmpro_btn:link {display: inline-block; margin: 0 auto; padding: 8px 15px; border-radius: 8px; -moz-border-radius: 8px; text-transform: uppercase; font-weight: bold; text-align: center; text-decoration: none; box-shadow: 1px 1px 4px #999; background: #666; color: #FFF; background-image: -webkit-linear-gradient(#999, #444); background-image: -moz-linear-gradient(#999, #444); background-image: -o-linear-gradient(#999, #444); background-image: linear-gradient(#999, #444); border: none; text-shadow: none; }
.pmpro_level .pmpro_btn:hover {background: #000; color: #FFF; background-image: -webkit-linear-gradient(#444, #000); background-image: -moz-linear-gradient(#444, #000); background-image: -o-linear-gradient(#444, #000); background-image: linear-gradient(#444, #000); }

thead th {
    background: none repeat scroll 0 0 #3E6C41;
    text-align: left;
    font-size: 16px;
    
}
.pmpro_checkout thead th {
    color: #ffffff;
    font-weight: bold;
    padding: 10px;
}

/*-- Carousel Styles --------------------------------------*/



/* Carousel Object:  */
.dev7-caroufredsel-carousel {   
overflow: hidden;
display: inline;
   }




/* Carousel Next Navigation:  */
.dev7-caroufredsel-next { display: none; }

/* Carousel Prev Navigation:  */
.dev7-caroufredsel-prev { display: none; }

/* Carousel Pagination:  */
.dev7-caroufredsel-pag { display: none; }

/* Carousel Pagination Thumbnail: */
 .dev7-caroufredsel-thumb { display: none; }
 



/*-- Blogger import fix Styles --------------------------------------*/
.tr-caption-container { padding: 10px; }


/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
  max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
  height: auto;
  max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
  max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
  max-width: 100% !important;
}

/* Images */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

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

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

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

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

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

img.aligncenter {
  margin: 5px auto;
}

img.alignnone {
  margin: 5px 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol  {
  list-style-position: inside;
}