html {
  scroll-behavior: smooth;
}

body {
	background: linear-gradient(#FFFFFF,#CCCCCC);
	margin: 0;
	font-family: "ProximaNovaWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 0;
}

.page-container {
    position: relative;
}

.float-icons {
    position: fixed;
    top: 0;
}

.float-icons a img:hover {
    filter: brightness(1.1);
}

.create-post-icon {
    position: fixed;
    margin-top: 120px;
    margin-right: 60px;
    right: 0;
}

.preview-back-post-icon {
    position: fixed;
    margin-bottom: 130px;
    margin-right: 60px;
    right: 0;
    bottom: 0;
}

.page-arrow-down {
    position: fixed;
    margin-bottom: 63px;
    margin-right: 60px;
    right: 0;
    bottom: 0;
}

.header-menu-content1 a, .header-menu-content2 a, .header-menu-content3 a{
	text-decoration: none;
	text-transform: none;
	color: #DB8500;
}
.header-menu-content1 a:hover, .header-menu-content2 a:hover, .header-menu-content3 a:hover {
	text-decoration: none;
	text-transform: none;
	color: #DB8500;
}
.header-menu-content1 a:link, .header-menu-content2 a:link, .header-menu-content3 a:link {
	text-decoration: none;
	text-transform: none;
	color: #DB8500;
}

h1 {
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    margin: 0 0 20px;
    color: #333;
    line-height: 1.4;
}

header {
	height: 87px;
	width: 100%;
	position: fixed;
	background-color: #FFFFFF;
    z-index: 99;
}
#header {
	height:45px; 
	width: 100%; 
	background-color: #FFBF4A;
	margin-top: 31px;
	padding: 0px;
	
}
#header-menu {
	padding-top: 1px;
	margin-top: 10px;
}
.header-menu-content1 {
	display: inline-block;
	font-family: "ProximaNovaWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #DB8500;
	float: right;
	font-size: 18px;
	width: 7%;
	cursor: pointer;
	
}
.header-menu-content2 {
	display: inline-block;
	font-family: "ProximaNovaWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #DB8500;
	float: right;
	font-size: 18px;
	width: 6%;
	cursor: pointer;
	
}
.header-menu-content3 {
	display: inline-block;
	font-family: "ProximaNovaWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #DB8500;
	float: right;
	font-size: 18px;
	width: 9%;
	cursor: pointer;
	
}
#header-container {
	margin: 0;
	padding: 0;
}

#header-container a {
	text-decoration: none;
}

.header-content1 {
	display: inline-block;
	float:left;
	width: 28%;
	text-decoration: none;
}
.header-content2 {
	display: inline-block;
	float:left;
	width: 43.9%;
	text-decoration: none;
}

#header-logo {
	height: 45px;
	width: 280px;
	display: inline-block;
	text-decoration: none;
	list-style-type: none;

}

.header-logo-content1 {
	float:left;
	position: relative;
	display: inline-block;
	
}

.header-logo-content2 {
	float:left;
	position: relative;
	display: inline-block;
}


ul #logo-container {

}

.wwjd-logo {
	margin-top: -43px;

}

.logo-wwjd-container {
	display: inline-block;
	margin-left: 5%;
}

.logo-title {
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
	font-size: 22px;
	margin-left: 10px;
	font-family:  Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
#search {
	width: 100%;
	background-color: #FFFFFF;
	height: 30px;
	margin-top: 8px;
	border-radius: 5px;
	border: none;
}

.input-search {
	width: 94%;
	height: 30px;
	border: none;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-right: 1px solid #FFBF4A;
	font-family: "ProximaNovaWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1rem;
	padding: 10px;
	display: inline-block;
}

.search-icon {
	background-image: url('https://www.wwjd-bible.com/images/search-icon.png');
	height: 17px;
	background-size: cover;
	width: 6%;
	max-width: 17px;
	vertical-align: middle;
	margin-left:3px;
	cursor: pointer;
	border:none;
	background-color: #FFF;
}

button#signup-btn {
	background: none;
	cursor: pointer;
	padding: 5px;
	margin-top: -7.5px;
	font-family: "ProximaNovaWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #DB8500;
	font-size: 18px;
	border-radius: 6px;
	border: 1px solid #DB8500;
}

#content_container {
	max-width: 1140px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 140px;
	padding-bottom: 50px;

	/* old code for spacing left and right*/
	/*padding-right: 22%;
	padding-left: 22%;
	padding-top: 125px;
	padding-bottom: 50px;*/
}

.wwjd-content {
	padding: 0 15px;
}

.wwjd-content h1 {
    font-size: 32px;
}
.title-Content {
	font-family: "CallunaWeb", Times, "Times New Roman", serif;
	font-weight: normal;
	font-size: 2.779em;
}
.content {
	font-family: "ProximaNovaWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.4em;
	word-spacing: 12px;
	text-align: justify;
	text-indent: 100px;
	
}
#main-word {
	color: #c9201a;
}
#main-character {
	color: #c9201a;
}
#books_content_container {
	/*padding-right: 15%;
	padding-left: 15%;
	padding-top: 100px;
	padding-bottom: 50px;*/

	max-width: 1140px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 125px;
	padding-bottom: 50px;
}
.img-books {
	width: 100%;
}

.content-introduction {
	font-family: "ProximaNovaWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.4em;
	word-spacing: 12px;
	text-align: justify;
	text-indent: 100px;
	
}

/* login page */
.login {
    background: #F1F1F1;
}

.login * {
    margin: 0;
    padding: 0;
}

.login h1 a {
	background-image: url('/assets/images/wwjd-bible%20final.png');
    background-size: 120px;
    background-position: center top;
    background-repeat: no-repeat;
    color: #444;
    height: 120px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 auto 25px;
    padding: 0;
    text-decoration: none;
    width: 120px;
    text-indent: -9999px;
    outline: 0;
    overflow: hidden;
    display: block;
}

#login {
	width: 320px;
	padding: 8% 0 0;
    margin: auto;
}

.login-form {
	margin-top: 20px;
    margin-left: 0;
    padding: 26px 24px 46px;
    font-weight: 400;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ccd0d4;
}

.login label {
    font-size: 15px;
    line-height: 1.5;
    display: inline-block;
    margin-bottom: 3px;
}

input {
    box-sizing: border-box;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}


.login input[type=password], .login input[type=text] {
    font-size: 24px;
    line-height: 1.33333333;
    width: 100%;
    border-width: .0625rem;
    padding: .1875rem .3125rem;
    margin: 0 6px 16px 0;
    min-height: 40px;
    max-height: none;
    box-shadow: 0 0 0 transparent;
    border-radius: 4px;
    border: 1px solid #7e8993;
    background-color: #fff;
    color: #32373c;
}

#notice-success {
	border-left: 4px solid #39b54a;
    padding: 12px;
    margin-left: 0;
    margin-bottom: 20px;
    background-color: #fff;
}

#notice-error {
    border-left: 4px solid #dc3232;
    padding: 12px;
    margin-left: 0;
    margin-bottom: 20px;
    background-color: #fff;
}

.login .login-btn {
	float: right;
}

.primary-btn {
	background: #2EA44F;
    border-color: #2EA44F;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 2.15384615;
    min-height: 30px;
    margin: 0;
    padding: 0 10px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
}

.btn-large {
	min-height: 32px;
    line-height: 2.30769231;
    padding: 0 12px;
}

.login #nav {
	margin: 24px 0 0 0;
	font-size: 15px;
    padding: 0 24px 0;
}
/* .login page */


/* sign up page */
.signup {
    background: #F1F1F1;
}

.signup * {
    margin: 0;
    padding: 0;
}

.signup h1 a {
	background-image: url(../images/wwjd-bible-logo.png);
    background-size: 120px;
    background-position: center top;
    background-repeat: no-repeat;
    color: #444;
    height: 120px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 auto 25px;
    padding: 0;
    text-decoration: none;
    width: 120px;
    text-indent: -9999px;
    outline: 0;
    overflow: hidden;
    display: block;
}

#signup {
	width: 100%;
	padding: 1% 0 0;
    margin: auto;
}

.signup-form {
	margin-top: 20px;
    margin-left: 0;
    padding: 26px 24px 46px;
    font-weight: 400;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ccd0d4;
}

.signup label {
    font-size: 15px;
    line-height: 1.5;
    display: inline-block;
    margin-bottom: 3px;
}

.signup input[type=text], .signup select, .signup input[type=email] {
    font-size: 24px;
    line-height: 1.33333333;
    width: 100%;
    border-width: .0625rem;
    padding: .1875rem .3125rem;
    margin: 0 6px 16px 0;
    min-height: 40px;
    max-height: none;
    box-shadow: 0 0 0 transparent;
    border-radius: 4px;
    border: 1px solid #7e8993;
    background-color: #fff;
    color: #32373c;
}

.signup-btn {
	padding: 0 10px;
}
/* .sign up page */

#page-bottom {
    height: 126px;
}

footer {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;	
}
#footer-container {
	height: 32px;
	background-color: #4B4A47;	
	color: #E6E4E2;
}
#footer-container .footer-content {
	padding-top: 5px;
	text-align: center;
	font-size: 19px;
	font-family: "ProximaNovaWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
	
}

#nav-icon1 {
  width: 37px;
  position: relative;
  -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;
}

#nav-icon1 span {
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background: #FFBF4A;
  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;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 12px;
}

#nav-icon1 span:nth-child(3) {
  top: 24;
}

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

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

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

#mobile-header-menu {
	display: none;
}

/*** View Activity ***/
.activity-container {
    padding: 15px;
    background-color: #FFF;
    color: #929292;
    overflow:auto;
    position: relative;
}

.activity-container a {
    color: #333;
    text-decoration: none;
}
.content-area {
    float: left;
    position: relative;
    width: 72%;
    border-right-width: 1px;
    border-color: #f1f1f1;
}

#content-activity {
    border-right: 1px solid #f1f1f1;
    padding-right: 30px;
}

body#view-activity-bgcolor {
    background: #f5f5f4!important;
}

article, aside {
    display: block;
}

article, aside, ol, ul, li, a {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
}

.entry-title {
    font-size: 34px;
    padding: 0 0 20px;
    margin: 0 0 15px;
    border-bottom: 1px solid #f1f1f1;
    letter-spacing: 0.6px;
}

ul.meta {
    display: inline-block;
    width: 100%;
    color: #777;
    font-size: 12px;
    line-height: 1;
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

ul.meta li {
    float: left;
    line-height: 1.3;
}

ul.meta li:after {
    content: '-';
    padding: 0 6px;
}

ul.meta li:last-child:after {
    content: '';
    padding: 0 6px;
}

ul.meta li a {
    color: #777;
    text-decoration: none;
}

.post-series {
    font-size: 11px;
    font-weight: 600;
    margin: 30px 0 0;
    text-transform: uppercase;
}

.post-tags {
    font-size: 11px;
    font-weight: 600;
    margin: 30px 0 0;
    text-transform: uppercase;
}

.entry-content {
    margin-bottom: 20px;
}

.entry-content a, .entry-content a:hover, .entry-content a:focus {
    text-decoration: underline!important;
}

.entry-content ol, .entry-content ul {
    padding-left: 40px!important;
}

.thumbnail {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
}

.thumbnail img {
    width: 100%;
}

.thumbnail-img {
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center;     /* Center vertically */
}

.thumbnail-img img {
    padding: 5px 0;
}

.img-size {
    display: block;
    width: auto;
    vertical-align: baseline;
}

#website-img-size {
    display: block;
}

img[class*="align"], img[class*="attachment-"] {
    height: auto;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
img {
    border: 0;
}
.right-side-area.sidebar-primary {
    float: right;
    width: 28%;
}

.right-side-area {
    font-size: 13px;  
}

#right-sidebar-inner {
    padding-left: 30px;
}

.sidebar-box {
    margin-bottom: 40px;
}

.sidebar-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clr:after {
    content:'';
    display:block;
    visibility:hidden;
    clear:both;
    zoom:1;
    height:0;
}

.screen-reader-text {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.activity-title {
    display: block;
    line-height: 1;
    font-size: 13px;
    font-weight: 400;
    color: #333;
    border-width: 0 0 0 3px;
    border-style: solid;
    border-color: #13aff0;
    letter-spacing: 1px;
    padding-left: 15px;
    margin: 0 0 20px;
    text-transform: capitalize;
}

.activity-recent-posts li:first-child {
    margin-top: 0;
    padding-top: 0;
    border: 0;
}

.activity-recent-posts .recent-posts-details {
    width: 100%;
}

.activity-recent-posts .recent-posts-title {
    font-weight: 500;
    letter-spacing: 0.4px;
}

.activity-recent-posts .recent-posts-info {
    display: block;
    color: #aaa;
    margin-top: 6px;
    font-size: 10px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}

.activity-recent-posts .recent-posts-info .sep {
    padding: 0 3px;
}

.activity-recent-posts .recent-posts-comments a {
    color: #999;
}

.activity-recent-posts .recent-posts-date, .activity-recent-posts .recent-posts-comments {
    display: inline-block;
}

.activity-recent-posts li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    line-height: 1.6;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #e9e9e9;
}

a.WOG-content-container {
    text-decoration: none!important;
}

a.WOG-content-container:hover {
    text-decoration: none!important;
}

.data-img-up {
    height: 12px;
    vertical-align: top;
    margin-top: 3px;
}

.WOG-content {
    display: inline-block;
    position: relative;
}

.WOG-underline {
    position: absolute;
    margin-bottom: 1px;
    left:0;
    right:0;
    border-bottom: 2px solid #333;
    bottom:0;
}
[id^="myVideo-"],
[id*="myVideo-"] {
    width: 100%;
}
/*** .View Activity ***/

/*** All Activity ***/
.allactivity-container {
    width: 100%;
}

#allactivity-inner {
    padding-left: 30px;
}

.allactivity-box {
    margin-bottom: 40px;
}

.allactivity-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
/*** .All Activity ***/

/*** Tagged ***/
.content-container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 125px;
    padding-bottom: 50px;
}

.outer-content-container {
    padding: 15px;
    overflow: auto;
    position: relative;
}

.inner-content-container {
    padding: 15px;
    overflow: auto;
    position: relative;
    background-color: #FFF;
}

.inner-content-container a {
    color: #333;
    text-decoration: none;
}

.content-mainbar {
    border-right: 1px solid #f1f1f1;
    padding-right: 30px;
    color: #929292;
}

.content-mainbar .entry-title {
    font-size: 27px;
    font-weight: normal;
    padding: 0 0 20px;
    margin: 0 0 15px;
    border-bottom: 1px solid #f1f1f1;
    letter-spacing: 0.6px;
    text-align: left;
}

article.post-tagged {
    padding: 20px 0;
    border-bottom: 1px solid #f1f1f1;
}

article.post-tagged:first-of-type {
    padding: unset;
}

article.post-tagged:last-child {
    border-bottom: none;
}

.post-img-container {
    margin: 30px 0 0;
}

.post-img-container img {
    width: 100%;
    padding: 1px 0;
}

.right-sidebar-inner {
    padding-left: 30px;
}

.right-sidebar-title {
    display: block;
    line-height: 1;
    font-size: 13px;
    font-weight: 400;
    color: #333;
    border-width: 0 0 0 3px;
    border-style: solid;
    border-color: #13aff0;
    letter-spacing: 1px;
    padding-left: 15px;
    margin: 0 0 20px;
    text-transform: capitalize;
}

.alltags-container a{
    font-size: 11px;
    font-weight: 600;
    margin: 30px 0 0;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    line-height: 1.8;
}
/*** .Tagged ***/

@media only screen and (max-width: 1351px) {
	#content_container {
		padding-right: 15%;
		padding-left: 15%;
		padding-top: 125px;
		padding-bottom: 50px;
	}

    .content-container {
        padding-right: 15%;
        padding-left: 15%;
        padding-top: 110px;
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 1041px) {
	#header-menu {
		display: none;
	}
	
	#mobile-header-menu {
		display: table;
		width: 100%;
		margin-top: 12px;
	}
	
	#mobile-nav-wrapper {
		border: 1px solid #FFBF4A;
		height: 30px;
		width: 35x;
		float: right;
		padding: 7px 7px 5px 5px;
		margin-top: -5px;
		margin-right: 15px;
		border-radius: 6px;
		position: relative;
		z-index: 2;
		background-color: #FFFFFF;
		margin-bottom: 3px;
		transition: 0.5s;
	}
	
	#header {
		height:44.6px; 
		width: 100%; 
		background-color: #FFBF4A;
		margin-top: 3px;
		
	}

    .float-icons a img {
        width: 50px;
        height: auto;
    }

    .create-post-icon {
        margin-top: 114px;
        margin-right: 15px;
    }

    .preview-back-post-icon {
        margin-right: 15px;
    }

    .page-arrow-down {
        margin-right: 15px;
    }
	
	#content_container {
		padding-right: 9%;
		padding-left: 9%;
		padding-top: 125px;
		padding-bottom: 50px;
	}
	
    .content-container {
        padding-right: 9%;
        padding-left: 9%;
        padding-top: 110px;
        padding-bottom: 50px;
    }
	
	.wwjd-logo {
		width: 55px;
		margin-top: 0;
	}
	
	.logo-wwjd-container {
		display: inline-block;
		margin-top: -53px;
		margin-left: 1.5%;
		vertical-align: top;
	}

	.logo-title {
		display: inline-block;
		vertical-align: top;
		margin-top: -40px;
		font-size: 22px;
		margin-left: 10px;
		font-family:  Arial, 'Helvetica Neue', Helvetica, sans-serif;
		font-weight: bold;
		color: #FFBF4A;
	}
	
	.header-content1 {
		display: inline-block;
		float:left;
		width: 90%;
		text-decoration: none;

	}
	
	.header-content2 {
		display: inline-block;
		float:left;
		width: 96%;
		text-decoration: none;
		padding-left: 2%;
		padding-right: 2%;
	}

	
	#search {
		width: 100%;
		background-color: #FFFFFF;
		height: 30px;
		margin-top: -10px;
		border-radius: 5px;
		border: none;
	}
	
	.input-search {
		width: 93%;
		height: 30px;
		border: none;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
		border-right: 1px solid #FFBF4A;
		font-family: "ProximaNovaWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 1rem;
		padding: 10px;
		display: inline-block;
	}
	
	.search-icon {
		background-image: url('https://www.wwjd-bible.com/images/search-icon.png');
		height:25px;
		background-size: cover;
		width: 6%;
		max-width: 25px;
		vertical-align: middle;
		margin-left:3px;
		cursor: pointer;
		border:none;
		background-color: #FFF;
	}
	
}

@media only screen and (max-width: 1104px) and (min-width: 1042px) {
	.wwjd-logo {
		width: 135px;
	}
	
	.logo-title {
		display: inline-block;
		vertical-align: top;
		margin-top: 12.5px;
		font-size: 19px;
		margin-left: 5px;
		font-family:  Arial, 'Helvetica Neue', Helvetica, sans-serif;
		font-weight: bold;
		color: #FFFFFF;
	}
	
	#content_container {
		padding-right: 10%;
		padding-left: 10%;
		padding-top: 125px;
		padding-bottom: 50px;
	}

    .content-container {
        padding-right: 10%;
        padding-left: 10%;
        padding-top: 110px;
        padding-bottom: 50px;
    }
}

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

    /*** All Activity ***/
    .allactivity-wwjd-content {
        padding: 0px;
    }
    .allactivity-container {
        width: 100%;
    }

    #allactivity-inner {
        padding-left: unset;
    }
    /*** .All Activity ***/

    /*** View Activity ***/
    .right-side-area.sidebar-primary, .content-area {
        float: none !important;
        width: 100%;
        padding: 0 !important;
        border: 0;
    }

    .content-area {
        margin-bottom: 40px;
    }

    #content-activity {
        border-right: unset;
        padding-right: unset;
    }

    #right-sidebar-inner {
        padding-left: unset;
    }
    /*** .View Activity ***/

    /*** Tagged ***/
    .content-container {
        padding-top: 125px;
        padding-bottom: 70px;
    }
    .outer-content-container {
        padding: unset;
    }
    .content-mainbar {
        border-right: unset;
        padding-right: unset;
        color: #929292;
    }
    .content-area {
        margin-bottom: 40px;
    }

    .right-sidebar-inner {
        padding-left: unset;
    }
    /*** .Tagged ***/
}

@media only screen and (max-width: 617px) {
	
	.input-search {
		width: 91%;
		height: 30px;
		border: none;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
		border-right: 1px solid #FFBF4A;
		font-family: "ProximaNovaWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 1rem;
		padding: 10px;
		display: inline-block;
	}
	/*.search-icon {
		width: 9%;
		max-width: 26px;
		vertical-align: middle;
		margin-left: 1.5%;
		cursor: pointer;
	}*/

	.search-icon {
		background-image: url('https://www.wwjd-bible.com/images/search-icon.png');
		height:25px;
		background-size: cover;
		width: 6%;
		max-width: 25px;
		vertical-align: middle;
		margin-left:3px;
		cursor: pointer;
		border:none;
		background-color: #FFF;
	}
	
	#content_container {
		padding-right: 3%;
		padding-left: 3%;
		padding-top: 120px;
		padding-bottom: 70px;
	}

    .content-container {
        padding-right: 3%;
        padding-left: 3%;
        padding-top: 120px;
        padding-bottom: 70px;
    }
	
	#footer-container {
		height: 52px;
		background-color: #4B4A47;	
		color: #E6E4E2;
	}

}

@media screen and (max-height: 550px) {
	#login {
	    padding: 20px 0;
	}

	#signup {
	    padding: 20px 0;
	}
}

@media screen and (min-width: 501px) {

    #mobile-img-size {
        display: none;
    }
}

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

    .thumbnail-img img {
        padding: 2px 0;
    }

    #website-img-size {
        display: none;
    }
}

@media only screen and (min-width: 450px) {
	#signup {
		width: 450px;
		padding: 1% 0 0;
	    margin: auto;
	}
}

@media only screen and (max-width: 400px) {
	
	.input-search {
		width: 86%;
		height: 30px;
		border: none;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
		border-right: 1px solid #FFBF4A;
		font-family: "ProximaNovaWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 1rem;
		padding: 10px;
		display: inline-block;
	}
	/*.search-icon {
		width: 14%;
		max-width: 26px;
		vertical-align: middle;
		margin-left: 2.5%;
		cursor: pointer;
	}*/

	.search-icon {
		background-image: url('https://www.wwjd-bible.com/images/search-icon.png');
		height:25px;
		background-size: cover;
		width: 6%;
		max-width: 25px;
		vertical-align: middle;
		margin-left:3px;
		cursor: pointer;
		border:none;
		background-color: #FFF;
	}
	
	#content_container {
		padding-right: 1.5%;
		padding-left: 1.5%;
		padding-top: 120px;
		padding-bottom: 70px;
	}

    .content-container {
        padding-right: 1.5%;
        padding-left: 1.5%;
        padding-top: 120px;
        padding-bottom: 70px;
    }
	
	#footer-container {
		height: 52px;
		background-color: #4B4A47;	
		color: #E6E4E2;
	}
	
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #DB8500;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;

}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #FFFFFF;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #CCCCCC;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}


@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}



