.row,p,h1,h2,h3{
	margin: 0;
}

body#internal .container p {
  padding-bottom: 15px;
}


img{
	margin: auto;
}

.banner{
	background-size: cover;
	background-position: bottom right;
}

body#internal .banner {
  padding-bottom: 45px;
}

.menu{
	background: rgba(0,0,0,0.5);
}

*{
	font-family: 'Lato', sans-serif;
}

.slogan{
  color: white;
  font-size: 20px;
  text-align: center;
  line-height: 1.2em;
  float: right;
  display: block;
  /*width: 50%;*/
  margin-top: 30px;
  font-weight: bold;
  font-family: 'Josefin Sans', sans-serif;
}

#sidebar {
  margin-top:0 !important;
}

#sitedesc {
	float: right;
	padding-top: 5px;
	padding-right: 15px;
}

p {
  margin: 1;
  font: 300 18px/30px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.copyright p a:link {
  color:white;
}

.col-full, 
#wrapper { 
	max-width: 1600px !important; 
}

#logo .site-title, #logo .site-description { 
	display:none;
}

@media (min-width: 768px) {

	body.two-col-left-1600 #main-sidebar-container { 
		width: 100%;
	}

	body.two-col-left-1600 #main-sidebar-container #sidebar { 
		width: 32.385%;
	}

	body.two-col-left-1600 #main-sidebar-container #main { 
		width: 64.385%;
	}

  .slogan {
    float: none;
  }

	.navbar{
		background: 0;
		border: 0;
		box-shadow: none;
		margin: 0;
	}

	.navbar .navbar-nav>li>a,
  .navbar-nav>li>a:hover {
		color: white;
		text-transform: uppercase;
		line-height: 5em;
		font-weight: normal;
	}

	.navbar .navbar-nav>li>a:hover{
		background: rgba(0,0,0,0.3);
	}

  .navbar .nav>li>a:hover, 
  .navbar .nav>li>a:focus {
    background-color: transparent;
    text-decoration: underline;
  }

	.logoimg {
	  display: block;
    float: left;
		margin-bottom: -36%;
		margin-top: 3%;
	}

	.activelink{
		background: rgba(0,0,0,0.3);
	}
	.navbar-nav {
		float: right;
		margin: 0;
	}
}

.boldfs{
	font-weight: 700;
}

.bannerh1 {
  text-shadow: 1px 1px black;
  display: block;
  background: rgba(204, 204, 204, 0.6);
  color:#ffffff;
}

.bannertexts.home .bannerh1 {
	color: white;
	text-transform: uppercase;
	text-shadow: 2px 2px black;
	background:none;
	margin-top:20px;
	
}

.bannertexts{
	color: white;
	text-transform: uppercase;
	padding-top: 1%;
  padding-bottom: 0%;
}

.authortext{
	font-size: 16px;
	text-transform: uppercase;
	color: white;
}


.authortext1{
	font-size: 14px;
	text-transform: uppercase;
	color: white;
}

a.banvs, .banvs {
	font-weight: 400;
	border: 1px solid white;
	background: transparent;
	border-radius: 25px;
	padding: 1% 2%;
	text-transform: uppercase;
	color: #ffffff !important;
}

a.banvs:hover, .banvs:hover {
  background:rgba(102,147,54,1);
  text-decoration:none;
}

a.btp {
  display:block;
  width: 40%;
  margin: 0 auto;
  text-align:center;
	font-weight: 400;
	border: 0;
	background: rgba(102,147,54,1);
	color: white;
	padding: 1% 3%;
	text-transform: uppercase;
	font-size: 18px;
	color:#ffffff !important;
}

.btp{
  text-align:center;
	font-weight: 400;
	border: 0;
	background: rgba(102,147,54,0.8);
	color: white;
	padding: 1% 3%;
	text-transform: uppercase;
}

.maincontent{
  background: #FFF;
  padding-top: 50px;
}

.imptitle{
	text-transform: uppercase;
	color: #5e451c;
	border-left: 3px solid #62952e;
	padding-left: 10px;
	font-weight: 700 !important;
	font-size: 18px !important;
	letter-spacing: 2px;
}

.staycont td{
	padding: 5px;
}

.nav-tabs>li.active>a{
	background: #62952e;
	color: white;

}

.nav-tabs>li{
	text-transform: uppercase;
	border-radius: 0;
}

.nav-tabs>li>a{
	background: blue;
	border-radius: 0;
	color: #7c7c7c;
	background: #d4cfc8;
}

.recenttabposts{
	padding: 2% 0;
}

.tabhr{
	border-top: 2px solid #cfcfcf;
	margin: 20px 0;
	clear: both;
}

.post {
  height:300px;
}

body#home .post h3 {
  min-height:74px;
}

.mainpost{
	background-size: cover;
	background-position: center;
	padding: 3%;
	padding-top: 6%;
	margin-bottom:30px;
}

.mainpost {
	background-size: cover;
	background-position: center;
	padding: 3%;
	padding-top: 18%;
}


.homepost{
	background-size: cover;
	background-position: center;
	padding: 3%;
	padding-top: 18%;
}

.recentposts .col-sm-12, .recentposts .col-sm-6{
	padding: 0;
}

.nav-tabs{
	border-bottom: 0;
}

.subscribe{
	background: #62952e;
	padding: 3% 0;
} 

.subsns{
	font-weight: 700;
	text-transform: uppercase;
	color: white;
	font-size: 16px;
}

.subscribe input{
	width: 100%;
	border: 0;
	border-radius: 2px;
	padding: 2%;
	font-style: 16px;
	margin-top: 2em;
}

.subbuton{
	width: 100%;
	border: 1px solid white;
	border-radius: 25px;
	padding: 2%;
	font-style: 16px;
	margin-top: 2em;
	color: white;
	background: transparent;
}

.footer {
	background-repeat: repeat;
	padding: 2% 0;
	color: white;
}

.ftitle{
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 2px;
}

.mt15{
	margin-top: 15px;
}

.author p.author_desc {
  float: left; 
  width: 51%; 
  margin-top: 15px;
}

.author img.author_img {
  margin: 0px 0px 16px 1px; 
  border-radius:50%; 
  -ms-border-radius:50%; 
  -moz-border-radius:50%; 
  -webkit-border-radius:50%;
}

/* Free Report 4 Ways*/

.report #container {
  width:100%;
  margin:0 auto;
}

.report #ad {
  position:relative;
  width:300px;
  min-height:490px;
  height:auto;
  margin:0 auto;
  margin-top:20px
  
  background: rgba(138,155,15,1);
  background: -moz-radial-gradient(center, ellipse cover, rgba(138,155,15,1) 0%, rgba(138,155,15,1) 31%, rgba(118,138,12,1) 97%, rgba(117,137,12,1) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(138,155,15,1)), color-stop(31%, rgba(138,155,15,1)), color-stop(97%, rgba(118,138,12,1)), color-stop(100%, rgba(117,137,12,1)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(138,155,15,1) 0%, rgba(138,155,15,1) 31%, rgba(118,138,12,1) 97%, rgba(117,137,12,1) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(138,155,15,1) 0%, rgba(138,155,15,1) 31%, rgba(118,138,12,1) 97%, rgba(117,137,12,1) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(138,155,15,1) 0%, rgba(138,155,15,1) 31%, rgba(118,138,12,1) 97%, rgba(117,137,12,1) 100%);
  background: radial-gradient(ellipse at center, rgba(138,155,15,1) 0%, rgba(138,155,15,1) 31%, rgba(118,138,12,1) 97%, rgba(117,137,12,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a9b0f', endColorstr='#75890c', GradientType=1 );
}

.report #ad h1, #ad h2 {
  font-size:30px;
  margin: 0 auto;
  text-align:center;
  color:#f8ca00;
  padding-bottom: 5px;
  font-family: 'Hammersmith One', sans-serif;
}

.report #ad h1 span {
  font-size:36px;
}

.report h2 {
  padding-top: 10px;
}

.report #ad span.number {
  position: absolute;
  text-align: center;
  top: 140px;
  left: -17px;
  right: 0;
  font-size: 110px;
  color: #f8ca00;
  font-family: 'Lobster', cursive;
  transform: rotate(-9deg);
  -ms-transform: rotate(-9deg); /* IE 9 */
  -webkit-transform: rotate(-9deg); /* Chrome, Safari, Opera */
  text-shadow: 2px 2px 3px #008000;
}

.widget .report p {
  font-size:26px;
  /* color:#BD1550; orig */
  color:#BD1560;
  text-align:center;
  font-family: 'Hammersmith One', sans-serif;
  margin:0 auto;
  /* text-shadow: 0px 1px 2px #ddd; */
  padding-top:9px;
}

.report #ad img {
  display:block;
  margin:0 auto;
  padding-left: 1px;
}

.report #opt_button {
  display: block;
  margin: 0 auto;
  margin-top: 12px;
  width: 70%;
  text-align: center;
  background-color: #e97f02;
  box-shadow: 0 3px 3px rgba(0,0,0,0.2);
  color: #fff;
  padding: 10px;
  border-radius: 3px;
  font-family: 'Hammersmith One', sans-serif;
  font-size: 20px;
  text-decoration: none;
  opacity: 1;
   transition: opacity .5s ease-in-out;
   -moz-transition: opacity .5s ease-in-out;
   -webkit-transition: opacity .5s ease-in-out;
}

.report #opt_button:hover {
  background-color:#1680FD;
  opacity:0.9;
  
}


@media only screen and (min-width: 768px) {
  #wrapper {
    padding:0 !important;
  }
}

@media only screen and (max-width: 321px) {
    img#GElogo {
      width: 140px;
      display: block;
      margin-bottom: 20px;
      margin: 0 auto;
    }
    
    .slogan {
      width: 100%;
      float: left;
    }
    
    .navbar {
      float: left;
      width: 100%;
      height: auto; !important;
    }
    
    .author p.author_desc {
      float: left; 
      width: 100%; 
      margin-top: 15px;
    }
    
    .report #ad {
      width:100%;
    }
}

/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles at the end of this file instead 
of style.css so it is easier to update the theme. 
Simply copy an existing style from style.css to this file, 
and modify it to your liking.
*/

#loopedSlider .content {
position: absolute;
left: 0px;
bottom: 30px;
}

/* Home */
img .author {
  border-radius:50% !important;
  -moz-border-radius:50% !important;
  -webkit-border-radius:50% !important;
  -ms-border-radius:50% !important;
}

#sitedesc {
  float: right;
  padding-top: 30px;
  padding-right: 0px;
  font-size: 20px;
  font-style: italic;
  color: #398443;
}

footer col-sm-12 a {
  color:white;
}

body.page-template-template-members-main,
body.page-template-template-members-login {
	padding-top:0px;
}

body.page-template-template-members-main #wrapper,
body.page-template-template-members-login #wrapper {
   	 padding: 0 0em 0em;
}

body.page-template-template-members-main #wrapper #header,
body.page-template-template-members-login #wrapper #header {
	padding:0;
	border-bottom:none;
}

body.page-template-template-members-main #wrapper #GElogo,
body.page-template-template-members-login #wrapper #GElogo {
	width:120px;
	margin:0 auto;
}

/* Membership Login Page*/
.container.courses h2 {
	display: block;
    	min-height: 66px;
	text-align:center;
}

.course-icon-locked,
.course-icon-unlocked {
        position: relative;
        width: auto;
        margin: 0 auto;
}

.course-icon-locked img {
  display:block; 
  margin:0 auto;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

  /* IE 5-7 */
  filter: alpha(opacity=50);

  /* Netscape */
  -moz-opacity: 0.5;

  /* Safari 1.x */
  -khtml-opacity: 0.5;

  /* Good browsers */
  opacity: 0.5;
}

.course-icon-unlocked img {
  display:block;
  margin:0 auto;
	  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

  /* IE 5-7 */
  filter: alpha(opacity=100);
        
  /* Netscape */
  -moz-opacity: 1;
        
  /* Safari 1.x */
  -khtml-opacity:1;
        
  /* Good browsers */
  opacity: 1;
}

.course-icon-locked::after {
  position:absolute;
  content:" ";
  background:url('http://groweverywhere.com/wp-content/themes/GE/images/locked-icon.png') no-repeat top left;
  top:25px;
  bottom:0px;
  left:0px;
  right:0px;
  margin-left:auto;
  margin-right:auto;
  width:50px;
}

.course-icon-unlocked::after {
  position:absolute;
  content:" ";
  background:url('http://groweverywhere.com/wp-content/themes/GE/images/unlocked-icon.png') no-repeat top left;
  top:25px;
  bottom:0px;
  left:0px;
  right:0px;
  margin-left:auto;
  margin-right:auto;
  width:50px;
}


@media ( max-width: 767px ) {
  .slogan {
    float: none;
  }

  .navbar-nav>li>a {
    color: #ffffff;
      text-transform: uppercase;
      font-weight: normal;
      text-align: center;
  }

  .nav>li>a:hover, 
  .nav>li>a:focus {
    background-color: transparent;
    text-decoration: underline;
  }
}