/* CSS Document */

/*
Theme Name: JOSIAH 1.0
Theme URI: http://www.joji.co/
Description: Theme developed specially for Josiah by Joji.
Author: Lim Mingji
Author URI: http://www.joji.co/
Version: 1.0

License: Exclusive. All Rights Reserved.
License URI: http://www.joji.co/

General comments (optional).
*/



/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1em;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END OF RESET */
/* END OF RESET */
/* END OF RESET */
/* END OF RESET */
/* END OF RESET */
/* END OF RESET */
/* END OF RESET */
/* END OF RESET */


body {
	font-family: 'Open Sans', SimSun, 'SimSun', STHeiti,'STHeiti', sans-serif;
	color: #222;
	background-color: white;
	width:100%;
}

h1 {
	font-size: 72px;
	font-weight:100;
	line-height:72px;
	margin:0px;
	line-height:80%;
}
h2 {
	font-size: 36px;
	font-weight:100;
	line-height:36px;
	margin:0px;
}
h3 {
	font-size: 28px;
	line-height:28px;
}
h4 {
	font-size: 21px;
	line-height:32px;
}
h5 {
	font-size: 10px;
}
h6 {
	font-size: 8px;
}
blockquote {
	font-size: 21px;
	font-weight: bold;
	color: #666;
	font-style: normal;
}

.font6 {
	font-size: 0.375em;
}
.font7 {
	font-size: 0.438em;
}
.font8 {
	font-size: 0.500em;
}
.font9 {
	font-size: 0.563em;
}
.font10 {
	font-size: 0.625em;
}
.font11 {
	font-size: 0.688em;
}
.font12 {
	font-size: 0.750em;
}
.font13 {
	font-size: 0.813em;
}
.font14 {
	font-size: 0.875em;
}
.font16 {
	font-size: 1.000em;
}
.font18 {
	font-size: 1.125em;
}
.font21 {
	font-size: 1.313em;
}
.font28 {
	font-size: 1.750em;
}
.font32 {
	font-size: 2.000em;
}
.font36 {
	font-size: 2.250em;
}
.font48 {
	font-size: 3.000em;
}
.font60 {
	font-size: 3.750em;
}
.font72 {
	font-size: 4.500em;
}
.normal, .n, n{
	font-weight: normal;
}
.bold, .b, strong, b {
	font-weight: bold;
}
.italic, .i, i {
	font-style: italic;
}
.underline, .u, u {
	text-decoration: underline;
}
.black10 {
	color: #E5E5E5;
}
.black20 {
	color: #CCCCCC;
}
.black50 {
	color: #7F7F7F;
}
.black60 {
	color: #666666;
}
.black80 {
	color: #333333;
}
.black100 {
	color: #000000;
}

.round {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.shadow {
-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
}

.left {
	float: left;
}
.right {
	float: right;
}
.center {
	margin-right: auto;
	margin-left: auto;
}
.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}
.clearboth {
	clear: both;
}
ul, ol {
	list-style-type: none;
	margin:0px;
	padding:0px;
}

a:link, a:visited {
	text-decoration: none;
	color: rgba(145,47,95,1);
}
a:hover {
	text-decoration: underline;
}

.padding5 {
	padding: 5px;
}
.padding10 {
	padding: 10px;
}
.margin10 {
	margin: 10px;
}
.white {
	color: white;
}
.center {
	text-align: center;
}
p {
	margin-bottom: 25px;
}
br {
	padding: 5px;
}
strong {
	text-weight: bold;
}
em {
	font-style: italic;
}

.column2 {
       -moz-column-count: 2;
       -moz-column-gap: 15px;
       -webkit-column-count: 2;
       -webkit-column-gap: 15px;
}
.column3 {
       -moz-column-count: 3;
       -moz-column-gap: 15px;
       -webkit-column-count: 3;
       -webkit-column-gap: 15px;
}
.column4 {
       -moz-column-count: 4;
       -moz-column-gap: 15px;
       -webkit-column-count: 4;
       -webkit-column-gap: 15px;
}

/* JOSIAH x JOJI EDIT 2017 */
/* JOSIAH x JOJI EDIT 2017 */
/* JOSIAH x JOJI EDIT 2017 */
/* JOSIAH x JOJI EDIT 2017 */
/* JOSIAH x JOJI EDIT 2017 */
/* JOSIAH x JOJI EDIT 2017 */

/*div, a {
  transition: all 0.5s ease;
}*/

body {
	color: #808080;
	font-size:0.75em;
}

.maxwidth {
	max-width:1280px;
	margin-left:auto;
	margin-right:auto;
}
.limitedwidth {
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
}

#header {
  background: rgba(145,47,95,1); /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, rgba(5,62,147,1), rgba(145,47,95,1), rgba(206,148,182,1)); /*Safari 5.1-6*/
  background: -o-linear-gradient(right, rgba(5,62,147,1), rgba(145,47,95,1), rgba(206,148,182,1)); /*Opera 11.1-12*/
  background: -moz-linear-gradient(right, rgba(5,62,147,1), rgba(145,47,95,1), rgba(206,148,182,1)); /*Fx 3.6-15*/
  background: linear-gradient(to right, rgba(5,62,147,1), rgba(145,47,95,1), rgba(206,148,182,1)); /*Standard*/
}
.gradient {
  background: rgba(145,47,95,1); /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, rgba(5,62,147,1), rgba(145,47,95,1), rgba(206,148,182,1)); /*Safari 5.1-6*/
  background: -o-linear-gradient(right, rgba(5,62,147,1), rgba(145,47,95,1), rgba(206,148,182,1)); /*Opera 11.1-12*/
  background: -moz-linear-gradient(right, rgba(5,62,147,1), rgba(145,47,95,1), rgba(206,148,182,1)); /*Fx 3.6-15*/
  background: linear-gradient(to right, rgba(5,62,147,1), rgba(145,47,95,1), rgba(206,148,182,1)); /*Standard*/
}
#topmenulogo {
	width:83.5px;
	float:left;
	padding-top: 13px;
	padding-bottom: 10px;
}
#headercontent {
	margin-left:auto;
	margin-right:auto;
	max-width:1000px;
	padding-left:10px;
	padding-right:10px;
}
#headercontent ul {
	text-align: center;
}
#headercontent ul li {	
	display:inline-block;
	line-height:50px;
	padding-left:12px;
	padding-right:12px;
	font-size:1.1em;
}
#headercontent li a:link, #headercontent li a:visited {
	color:white;
}
#headercontent li a:hover {
	font-weight:bold;
	text-decoration:underline;
}
#footerwrapper {
	background-color:#F2F2F2;
	padding-top:50px;
	padding-bottom:25px;
	padding-left:10px;
	padding-right:10px;
}
#footer {
	margin-left:auto;
	margin-right:auto;
	max-width:1000px;
}
#footer2 {
	margin-left:auto;
	margin-right:auto;
	max-width:1000px;
}
#footerlogo {
	width: 120px;
	float:right;
	margin-top: -5px;
}
#footermenu {
	display:inline-block;
	width:200px;
	line-height:21px;
	vertical-align:top;
}

#footermenu a:link, #footermenu a:visited  {
	color: #808080;
}
#footermenu a:hover {
	color: #333;
	text-decoration: underline;
}
.inline {
	display:inline-block;
}
.internalmenu {
	color: #808080 !important;
	text-align: right; 
}
.internalmenu li {
	display:inline-block;
	padding-left:25px;
}
.internalmenu li a, .internalmenu li a:link, .internalmenu li a:visited {
	color: #808080 !important;
}
.internalmenu li a:hover {
	color: #912F5F !important;
	text-decoration: underline !important;
}
.internalmenu li.current_page_item {
	color: #000 !important;
}

.internalmenu li.current_page_item a {
	color: #000 !important;
}

.internalmenu li.current_page_item a:hover {
	color: #000 !important;
	text-decoration: underline !important;
}
.ui.builder_button, .ui.nav li a, .ui.module-tab .tab-nav li a, .ui.window > div {
    padding: 0.625em 1em !important;
}
.ui.nav {
    display: inline-block;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
}

.dotpoint li {
	list-style-type: disc;
	list-style-position: inside;
	text-indent: -2em;
	padding-left: 3em;
}

.homebg {
	background-position: 50% -80px !important;
}
#headercontent {	
		display:block;
	}

.menu ul li ul {
	padding-left:20px;
}
.menu ul li ul li a {
	font-size: 1em !important;
}
#mobilemenu {
	display:none;
}

/* APPLE STYLE MOBILE MENU */

.header {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.5s ease-out, background 1s ease-out;
  transition: all 0.5s ease-out, background 1s ease-out;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  z-index: 1;
}
.header .burger-container {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  float: right;
  z-index: 9;
}
.header .burger-container #burger {
  width: 18px;
  height: 8px;
  position: relative;
  display: block;
  margin: -4px auto 0;
  top: 50%;
}
.header .burger-container #burger .bar {
  width: 100%;
  height: 1px;
  display: block;
  position: relative;
  background: #FFF;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.header .burger-container #burger .bar.topBar {
  -webkit-transform: translateY(0px) rotate(0deg);
          transform: translateY(0px) rotate(0deg);
}
.header .burger-container #burger .bar.btmBar {
  -webkit-transform: translateY(6px) rotate(0deg);
          transform: translateY(6px) rotate(0deg);
}
.header .icon {
  display: inline-block;
  position: absolute;
  height: 100%;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #FFF;
  font-size: 22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header ul.menu {
  position: relative;
  display: block;
  padding: 10px 25px 0;
  list-style: none;
}
.header ul.menu li.menu-item {
  border-bottom: 1px solid #333;
  margin-top: 5px;
  -webkit-transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.header ul.menu li.menu-item:last-child {
	border-bottom: 0px;
}

.header ul.menu li.menu-item a {
  display: block;
  position: relative;
  color: #FFF;
  font-weight: 100;
  text-decoration: none;
  font-size: 22px;
  line-height: 2.35;
  font-weight: 200;
  width: 100%;
}

.header.menu-opened {
  height: auto;
  background-color: #000;
  -webkit-transition: all 0.3s ease-in, background 0.5s ease-in;
  transition: all 0.3s ease-in, background 0.5s ease-in;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
	padding-bottom:50px;
}
.header.menu-opened .burger-container {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.header.menu-opened .burger-container #burger .bar {
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.header.menu-opened .burger-container #burger .bar.topBar {
  -webkit-transform: translateY(4px) rotate(45deg);
          transform: translateY(4px) rotate(45deg);
}
.header.menu-opened .burger-container #burger .bar.btmBar {
  -webkit-transform: translateY(3px) rotate(-45deg);
          transform: translateY(3px) rotate(-45deg);
}


.header {
	height:0px;
}


.ht-container {
	max-width:1280px;
	margin-left:auto;
	margin-right:auto;
	overflow: hidden;
}
#primary {
	width: 70%;
	float: left;
}
.hentry {
	margin: 0 0 30px;
}
.total-hentry {
	margin: 0 0 100px;
}
article {
	display:block;
}
.ht-post-info {
    float: left;
    width: 80px;
    text-align: right;
}
.single .ht-post-info {
    margin-right: 30px;
    margin-bottom: 20px;
}

.ht-post-wrapper {
    padding-left: 105px;
}
.entry-figure {
    background: #f9f9f9;
    text-align: center;
    margin-bottom: 15px;
    max-height: 350px;
    overflow: hidden;
	margin:0px;
}
.entry-figure + .entry-header {
    background: #FFF;
    position: relative;
    width: 80%;
    padding: 15px 0 1px;
}

.entry-categories {
    font-size: 14px;
    color: #666;
    font-style: italic;
    margin-bottom: 15px;
}
#jojidate {
	font-weight:bold;
	font-size:72px;
	line-height: 72px;
	margin-top:15px;
}
#jojimonth {
	font-weight:100;
	font-size:21px;
	padding-top:10px;
	padding-right:5px;
	text-transform:uppercase;
}
#sidebar {
	font-size:16px;
	line-height:28px;
}
.widget-title {
	font-size:21px;
	font-weight:bold;
	padding:5px 0px;
}
.widget {
	padding-bottom: 25px;
}
.entry-content {
	font-size:16px;
	line-height:28px;
	color:#444;
    padding-right: 10px;
}

.single .entry-content {
	padding-left:110px;
}

.entry-content ol {
	list-style-type:decimal;
}
.entry-title {
	font-weight:bold;
	font-size:28px;
	margin-bottom: 10px;
}
.post-date {
	font-size:12px;
}
.size-thumbnails {
	width:100%;
	height:auto;
	vertical-align: middle;
}
figure {
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}
.entry-readmore a {
	background-color: rgba(145,47,95,1);
    padding: 10px;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 28px;
    font-size: 16px;
    color: white;
}
.single .entry-header {
	text-transform: uppercase;
	padding-top: 100px;
	padding-bottom: 40px;
	color:#444444;
}
.single .entry-title {
	font-size:28px;
}
#breadcrumbs {
	text-transform: lowercase;
	padding-top:10px;
	font-size:14px;
}
#breadcrumbs ul {
	display: inline-block;
}
.entry-content img {
	width:80%;
	height:auto;
}
#main {
	margin-right: 25px;
}
#enrolform b {
	line-height:40px;
	font-size:12px;
	text-transform:uppercase;
	color: #001381;
}
#enrolform .wpcf7-radio, #enrolform .wpcf7-checkbox{
	padding-bottom:60px;
	text-align:left;
}
#enrolform .parentlabel {
	padding-bottom:10px;
}
#enrolform .checkradio input {
	width: 25px;
	height: 25px;
	vertical-align:top;
}
.wpcf7-response-output {
	border-radius: 10px;
	font-size: 21px;
	padding: 10px !important;
	font-weight: bold;
}
span.wpcf7-list-item {
	padding-left: 10px;
	padding-right: 10px;
	margin:0px !important;
}
.recent-posts-plus dd {
	display:none;
}
.testimonial {
	padding:25px;
	font-size:1.2em;
	line-height: 1.5em;
	margin-bottom:25px;
	margin-top:25px;
	border-bottom: 1px solid #ddd;
	color:#222;
}
.testimonial img {
	max-width:100%;
	height: auto;
}
.centrescolumns div {
	text-align: center; 
	display: block; 
	width: 100%; 
	padding-top: 430px; 
	height: 170px; 
	font-size: 1em; 
	color: #fff; 
	border: 0px solid #fff; 
	overflow: hidden; 
	background-color: rgba(0,0,0,0.5);
}



/* APPLE STYLE MOBILE MENU END */

#curriculummenu a:hover {
	text-decoration: underline;
	font-weight:bold;
}
.mobilefooter {
	display:none;
}
#mobileonly {
	display:none;
}



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

}

@media only screen and (max-width: 820px) {
  .article-blog-content {
    max-width: 630px !important;
}
}

@media only screen and (max-width: 750px) {
	body {
		font-size:1em;
	}
    .header {
        display: block;
        height: 50px;
        position: fixed;
        top: 0px;
    }
	.dialog-body .header {
		top: 46px;
	}
	.dialog-body .header-fixed .header {
		top: 46px;
	}
/*     .header-fixed .header {
    	top: 0;
    } */
	.image-4-0-0-1 img {
		width:80% !important;
	}
	.homesubtitle h3 {
		margin-top:0px !important;
		height:250px !important;
	}
	#footerwrapper {
		font-size: 12px;
		padding-top:25px;
	}
	#footerwrapper b {
		    font-weight: 600;
		    color: #444;
	}
	#footermenu a:link, #footermenu a:visited {
		color: #444;
		line-height: 21px;
	}
	#footer {
		text-align:center;
		display:none;
	}
	#footerlogo {
		float:none;
	}
	#footermenu {
		padding-bottom:25px;
		line-height:1.5em;
	}
	.mobilefooter {
		display:block;
		padding-bottom:25px;
	}
	.mobilefooter #footermenu {
		display:block;
		width:100% !important;
		border-bottom: 1px solid #ddd;
		padding-bottom: 5px;
    		padding-top: 10px;
	}
	.mobilefooter #footermenu b {
		font-weight:600 !important;
	}
	.mobilefooter #footermenu .menu li {
		border-bottom: 0px solid #ccc;
		font-size:11px;
		line-height:24px;
		padding-left:15px;
	}
	.mobilefooter #footermenu .menu li:first-child {
		margin-top:15px;
	}
	.mobilefooter #footermenu .menu li:last-child {
		margin-bottom:15px;
	}
	.mobilefooter #footermenu ul li b {
		line-height:21px;
		width: 100%;
		display: block;
	}
	#headercontent {	
		display:none;
	}
	.tb_section-mobilepadding .row_inner_wrapper {
		padding-bottom:50px;
	}
	.submenu {
		display:none;
	}
	h1 {
		font-size:50px !important;
                line-height: 95% !important;
	}
	h2 {
		font-size:28px !important;
	}
	h3 {
		font-size:21px !important;
	}
	span.wpcf7-list-item {
		display:block;
		width:100%;
		padding-left:0px !important;
	}
	#text-26-1-0-3 {
		padding:10px;
	}
	#primary {
		width: 100%; 
	}
	#main {
		margin-right:0px;
	}
	.entry-figure {
		margin:0px;
	}
	#sidebar {
		float:left !important;
	}
	.widget {
		padding-left:15px !important;
	}
	.blogtitle {
		padding-left:0px !important;
	}
	.entry-content {
		padding-left:10px !important;
	}
	.mobilehide {
		display:none;
	}

	.themify_builder .module {
	    text-align: center !important;
	    padding-left: 2% !important;
	    padding-right: 2% !important;
	    padding-top: 25px !important;
	}
	.themify_builder .themify_builder_row.contact-gallery-row .module {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 0px !important;
    }
    .themify_builder .themify_builder_row.josiah-small-container .module{
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 0px !important;
    }
    .top500 {
		margin-top: 500px !important;
	}
	.top300 {
		margin-top: 300px !important;
	}
	.widthreset div {
		max-width:100% !important;
	}
	.dotpoint li {
		text-align: left;
		margin-top: 25px;
	}
	.themify_builder_28_row.module_row_1.module_row {
		background-size: cover !important;
	}
	#text-28-1-0-2 {
		padding-top: 500px !important;
		color: black;
		text-shadow: white 1px 1px 1px;	
	}
	.themify_builder .module div {
		border: 0px !important;
	}
	.sub_column_post_573.sub_column_8-0-2-0.sub_column {
		padding-bottom: 0px !important;
	}
	#text-573-sub_row_8-0-2-1-0 img {
		width:100%;
		height:auto;
	}
	.themify_builder_573_row.module_row_2.module_row {
		padding-left:0px !important;
		padding-right:0px !important;
	}
	#text-32-1-0-2 img, #text-30-1-0-2 img, #image-16-1-0-3 img {
		width:80% !important;
	}
	#text-32-5-1-1, #text-30-5-1-2 div div {
		text-align:left !important;
	}
	#text-32-4-0-1 {
		padding-top: 100px !important;
	}
	.smaller500 {
		height:500px !important;
	}
	.mobilecenter {
		text-align:center !important;
	}
	.themify_builder_20_row.module_row_0.module_row {
		background-position: center -100px !important;
		padding-bottom:0px !important;
		background-color:#ddebff;
		background-repeat:no-repeat;
	}
	.mobilefounderquote {
		font-size:21px !important;
	}
	.mobilefoundertitle {
		font-size:14px !important;		
	}
	.pagebutton {
		height:140px !important;
	}
	.pagebutton a {
		padding-top:35px !important;
		padding-bottom:35px !important;
	}
	.pagebutton div {
		height:auto !important;
	}
	.fblink {
		float:none !important;
		display: inline-block;
	}
	.instalink {
		float:none !important;
		display: inline-block;
	}
	.fb-follow {
		float:none !important;
		margin-top:25px;
		clear:both;
	}
	#mobileonly {
		display:block;
	}
	#footerline {
		border-bottom:0px !important;
		margin-bottom:0px !important;
	}
	#mobilecopyright {
		font-size:11px !important;
	}
	#mobilefootercontent1, 	#mobilefootercontent2, 	#mobilefootercontent3, 	#mobilefootercontent4 {
		display:none;
	}
	.mobileplus, .mobilex {
		display: inline-block;
		float: right;
		font-size: 13px;
		padding-right: 10px;
		font-weight: 400;
	}
	.mobilex1 {
		display:none;
	}
	.mobilex2 {
		display:none;
	}
	.mobilex3 {
		display:none;
	}
	.mobilex4 {
		display:none;
	}
	.homebg {
		    background-size: cover !important;
		background-image:url('/wp-content/uploads/2017/05/Josiah-074c.jpg') !important;
	}
	.module-text div {
		margin-left:auto;
		margin-right:auto;
	}
	.imagebg {
		height:80vw;
	}
	.imagebg img {
		width: 100%;

	}

	.centrescolumns div {
		padding-top: 70px;
	}
	.centrescolumns {
		background-image:none !important;
		background-color:#fff !important;
	}
	.site-header-wrp .header {
		background: linear-gradient(to right, rgba(5,62,147,1), rgba(145,47,95,1), rgba(206,148,182,1));
	}
}

@media only screen and (max-width: 600px) {
.dialog-body .header-fixed .header {
    top: 0px;
}
}

@media only screen and (max-width: 500px) {
	.dialog-container .header-fixed .header {
		top: 0;
	}
}	