/*
 Theme Name:     MonasticAcademy
 Theme URI:      Custom
 Description:    Child Theme
 Author:         JML
 Author URI:     http://PowerUpProductions.tv
 Template:       Divi
 Version:        1.0.0
*/

/* =Theme customization starts here
-------------------------------------------------------------- */


@font-face {
    font-family: 'icomoon';
    src:    url('fonts/icomoon.eot?h3sgk5');
    src:    url('fonts/icomoon.eot?h3sgk5#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?h3sgk5') format('truetype'),
        url('fonts/icomoon.woff?h3sgk5') format('woff'),
        url('fonts/icomoon.svg?h3sgk5#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#powerup p, #powerup span {
	display: inline-block;
	vertical-align: middle;
}
.icon-poweruplogo {
	display: inline-block;
	margin-left: 5px;
}
.icon-poweruplogo:before {
    content: "\e900";
	font-size: 29px;
}
#footer-info {
	padding-bottom: 0!important;
}
#footer-bottom {
	padding: 15px 0;
}
#footer-bottom .container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}

h1, h2, h3, h4, h5, h6, .bigmenu {
	line-height: normal;
	padding-bottom: 5px;
}
.bigmenu a{
	font-size: 18px!important;
	font-weight: 500!important;
    font-family: 'Cinzel', serif!important;
    	color: #d4d3cd!important;
}

.entry-content a {
	color: #565638;
	text-decoration: underline;
}

.entry-content a:hover {
	color: #928141;
}

.entry-content a:visited {
	color: #909167;
}

#left-area ul, .entry-content ul, body.et-pb-preview #main-content .container ul, #left-area ol, .entry-content ol, body.et-pb-preview #main-content .container ol {
	list-style-position: inside;
	    padding: 0 0 10px 45px;
    line-height: 26px;
}

#left-area ul li, .entry-content ul li, body.et-pb-preview #main-content .container ul li, #left-area ol li, .entry-content ol li, body.et-pb-preview #main-content .container ol li {
	margin-bottom: 10px;
}

.entry-content ol {
	counter-reset: my-awesome-counter;
}
.entry-content ol li {
	  counter-increment: my-awesome-counter;
	  	list-style-type: none;
position: relative;
}
.entry-content ol li:before {
	list-style-type: none;
     content: counter(my-awesome-counter)".";
    color: white; /* or whatever color you prefer */
    display: inline-block;
    position: absolute;
    left: -20px;
    text-align: center;
color: #909167;

}

.entry-content ul li {
	  	list-style-type: none;
position: relative;
}
.entry-content ul li:before {
	list-style-type: none;
     content: url(images/bullet.png);
    display: inline-block;
    position: absolute;
    left: -20px;
    text-align: center;

}
.sd-content ul li:before {
	display: none!important;
}



/* Header Tags */
.et_pb_title_container h1 {
	line-height: normal!important;
	font-size: 36px;
}

h1, h3, h4 {
font-family: 'Cinzel', serif!important;
}
h2.forty {
	font-size: 40px!important;
	color: #676940;
	padding-bottom: .5em!important;
}
h5, h6 {
	font-family: 'Cabin', sans-serif!important;
}
h1.bigtext {
	font-size: 100px;
	font-family: 'Crimson Text', serif!Important;
	position: relative;
	margin-top:0px;
	line-height: 1!important;
}
/* Site Colors: */

.green { color: #464824;}
.mediumgreen { color: #565638;}
.lightgreen { color: #909167;}
.darkbeige { color: #D4D3CD;}
.beige { color: #EDEDED;}
.dbrown { color: #302E13;}

.et_pb_section, #main-content {
    background-color: #ededed;
}
.bcrow {
	background:#d4d3cd;
	padding: 7px 0;
}
.bcrow .et_pb_row {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}
.bcrow .et_pb_row:after {
	display: none;
}
/* NAV */
.et_pb_svg_logo #logo {
	margin-top: -16px;
}
#top-menu .menu-item-has-children > a:first-child:after, #et-secondary-nav .menu-item-has-children > a:first-child:after {
	display: none;
}
#top-menu .menu-item-has-children > a:first-child, #et-secondary-nav .menu-item-has-children > a:first-child {
	padding-right: 0;
}
#top-menu li.apply {

}
#top-menu li.apply a {
background: #EDEDED;

margin-top: -8px;
font-family: 'Cabin', sans-serif;
font-size: 14px!important;
color: #464824!important;
font-weight: bold;
padding: 8px 12px!important;
text-transform: uppercase;
}
#et_mobile_nav_menu li.apply a{
	font-family: 'Cabin', sans-serif;
color: #464824;
background: #EDEDED;
font-weight: bold;
text-align: center;
text-transform: uppercase;
}
/* SINGLE PAGE */
.main_title {
	margin-bottom: 10px;
}
blockquote {
	border-left: none;
	    margin: 0px auto 20px;
width: 85%;
font-size: 28px;
font-style: italic;
color: #909167;
}
#breadcrumbs {
color: #909167;
}
#breadcrumbs a {
	color: #464824;
	text-decoration: underline;
}

/* JETPACK SHARING */
div.sharedaddy {
	clear:none!important;
	margin-bottom: 0!important;
}

.sd-social-icon .sd-content ul li[class*=share-] a.sd-button {
	margin: 1px 0!important;
}

div#breadcrumbs {
}
.sd-content ul li a.sd-button:before {
	font-size: 18px!important;
}
body .sharedaddy .sd-social-icon .sd-content ul li[class*='share-'] a.sd-button{
	background: transparent!important;
	padding: 4px!important;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-ms-transform: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
	color: #909167!important;
	font-weight: normal!important;
}
body .sharedaddy .sd-social-icon .sd-content ul li a.sd-button:hover {
	background: transparent!important;
	opacity: 1!important;
	color: black!important;
}
div.sharedaddy {
text-align: right;
margin-bottom: 15px;
}

div.sharedaddy li:before {
	display: none;
}
div.sd-content {
	display: inline-block;
}
.sharedaddy .sd-content ul {
	margin-bottom: 0!important;
}
div.sharedaddy h3.sd-title:before {
display: none!important;}

div.sharedaddy h3.sd-title {
	display: inline-block;
	margin-bottom: 0!important;
	padding-bottom: 0;
	font-weight: bold;
	line-height: 1;
	color: #909167;
	top: 1px;
	font-size: 14px!important;
	font-family: 'Cabin', sans-serif!important;
	position: relative;
	margin-right: 13px!important;
}

/* SIDEBAR TESTIMONIAL */
.sidebar_testimonial {
	position: relative;
}
.sidebar_testimonial .et_pb_testimonial_portrait {
	position: absolute;
	bottom: 0;
	right: 0;
	margin-bottom: 0;
	width: 80px;
	height: 80px;
}
.sidebar_testimonial .et_pb_testimonial_author, .sidebar_testimonial .et_pb_testimonial_meta {
	margin-right: 80px;
	display: block;
}
.sidebar_testimonial .et_pb_testimonial_description_inner {
	width: 100%!important;
}
.sidebar_testimonial .et_pb_testimonial_author {
	font-weight: normal;
	color: #19180b;
	margin-top: 6px;
}
.sidebar_testimonial {
	width: 100%;
}
.sidebar_testimonial .et_pb_testimonial_meta {
	margin-bottom: 20px;
	font-family: 'Cabin', sans-serif;
	font-size: 14px;
}
.sidebar_testimonial .et_pb_testimonial_description p:not(.et_pb_testimonial_meta){
	font-size: 22px!important;
	color: #909265;
	line-height: normal;
	font-style: italic;
}

/* SIDEBAR CTA BUTTONS */
body #page-container  #main-content .et_pb_promo.et_pb_module .et_pb_button, body #page-container #main-content .et_pb_promo.et_pb_module .et_pb_button:hover {
	width: 100%;
}

/*HOMEPAGE */

.et_pb_slider .et_pb_slide {
	background-position: center top;
}
.et_pb_slide_description, .et_pb_slider_fullwidth_off .et_pb_slide_description {
	padding-left:0;
	padding-right: 0;
}


.home_testimonial.et_pb_testimonial .et_pb_testimonial_author{
	color:#909167!important;
	font-style: normal!important;
	font-weight: normal!important;
	margin-top: 8px;
}
.home_testimonial.et_pb_testimonial .et_pb_testimonial_meta{
	color:#909167!important;
	font-style: normal!important;
	font-weight: normal!important;
	font-size: 14px!important;
	font-family: 'Cabin', sans-serif;
}
.dollarsign .percent-value:before{
	content: "$";
}

.et_pb_circle_counter h3, .et_pb_number_counter h3 {
	padding-top: 30px;
}

.frosted:before {
	background: rgba(212, 212, 207, 0.79)!important;
}




/* FOOTER */
#main-footer {
	background: url(images/leaf-bg.jpg);
	background-size: cover;
}
#footer-widgets .footer-widget a {
    color: #d4d3cd;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transform: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
#footer-widgets .footer-widget li:before {
	display: none;
}
#footer-widgets .footer-widget li {
	padding-left: 0;
}
#footer-widgets .footer-widget a:hover{
    color: #909167!important;
}

#footer-bottom {
	background: transparent;
}
.widget_sp_image {
	float: none;
}
#footer-widgets h5 {
	font-size: 18px!important;
}
#footer-widgets .et_pb_widget {
	float:none;
}
#text-4 {
	margin-bottom: 30px!important;
}
#text-2 h4{
	padding-bottom: 50px;
}
#footer-widgets .footer-widget.last .widget_sp_image {
	margin-bottom: 40px;
}
#footer-widgets .footer-widget.last small {
	font-family: 'Cabin', sans-serif;
	font-size: 12px;
	line-height: normal;
	display: block;
	color: #909167;
	margin-bottom: 15px;
}

#footer-widgets .footer-widget.last h4 {
font-size: 17px!Important;
}
#footer-widgets .footer-widget.last p {
	font-family: 'Cabin', sans-serif;
	font-size: 12px;
	line-height: 1.5;
	font-weight: bold;
}
#footer-bottom {
color:	#909167;
font-family: 'Cinzel', sans-serif;
text-transform: none;
font-size: 14px;
}

@media (min-width: 981px) {
	
	
	.bigmenu a{
	font-size: 24px!important;
}
	
#footer-widgets .footer-widget:nth-of-type(2), #footer-widgets .footer-widget:nth-of-type(3){
margin-top: 87px;
}
#footer-widgets .footer-widget{
	float: none;
	margin-right: 0%!important;
	display: inline-block;
	vertical-align: top;
	max-width: 240px;
	width: 20%;
}
#footer-widgets .footer-widget.last {
	max-width: 392px;
	width: 39%;
	float:right;
	text-align: center;
	margin-right: 0!important;
}
#footer-widgets h5 {
	margin-top: 30px;
	white-space: nowrap;
}
}

@media (max-width: 980px) {
#footer-bottom p {
	margin-bottom: 0px;
	text-align: center;
	width: 100%;
}
#footer-widgets {
	position: relative;
}
#footer-widgets .footer-widget:nth-of-type(2), #footer-widgets .footer-widget:nth-of-type(1) {
	text-align: center;
}
#footer-widgets .footer-widget:nth-of-type(1) h5 {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
}
	#footer-widgets .footer-widget:nth-of-type(1) .widget_nav_menu,	#footer-widgets .footer-widget:nth-of-type(2) {
		margin-top: 57px!important;
	}

#footer-widgets .footer-widget:nth-of-type(3) {
	text-align: center;
	display: block!important;
	float:none;
	margin: 0 auto!important;
	clear:both;
}

#footer-widgets .footer-widget.last {
	max-width: 100%;
	width: 392px!important;
	display: block!important;
	float:none;
	text-align: center;
	clear:both;
	margin: 0 auto!important;
	margin-left: auto!important;
	margin-right: auto!important;
}

	}


@media (max-width: 636px) {
#footer-widgets .footer-widget:nth-of-type(2) {
margin-top: 0px!important;
	}
}




/* SOCIAL SHARE */
@media (max-width: 980px) {
	.et_monarch .et_social_networks {
display: none;
}
}

#et-main-area {
	position: relative;
}

.et_monarch .et_social_networks {
	position: absolute;
	right: 25px;
	top: 20px;
	z-index: 99;
	width: auto;
}

body:not(.et_pb_pagebuilder_layout).et_monarch .et_social_1col li i {
background: #D4D3CD!important;
}

.et_monarch .et_social_1col li i{
	background: transparent!important;
	color: #EDEDED!important;
	border: 2px solid #EDEDED;
}
.et_monarch .et_social_1col li a:hover i {
	background: #909265!important;
	color: black!important;
	border: 2px solid #909265;
}


/* RESPONSIVE FIXES */
@media (min-width: 981px) and (max-width: 1080px) {
	#main-header .container {
	 max-width: 94%;
	 width: 94%;
	}
	.sidebar_testimonial .et_pb_testimonial_portrait {
		bottom: 20px;
	}
.sidebar_testimonial .et_pb_testimonial_author {
	line-height: 1;
	display: inline-block;
}
.et_pb_testimonial p:last-of-type {
	line-height: 1;
	margin-top: 5px;
}
}

@media (min-width: 768px) and (max-width: 768px){
	.container, .et_pb_row, .et_pb_slider .et_pb_container, .et_pb_fullwidth_section .et_pb_title_container, .et_pb_fullwidth_section .et_pb_title_featured_container, .et_pb_fullwidth_header:not(.et_pb_fullscreen) .et_pb_fullwidth_header_container {
	width: 90%!important;
	}
}
@media (max-width: 636px){
	.sidebar_testimonial .et_pb_testimonial_portrait {
		bottom: 0px;
		clear:both;
	}
	.sidebar_testimonial .et_pb_testimonial_description_inner {
		padding-bottom: 1px;
	}
	h1.bigtext {
		font-size: 50px;
		line-height: 1!important;
	}
	.et_pb_slider .et_pb_container {
		width: 100%;
	}
	h2.forty {
		font-size: 35px!important;
		line-height: 1!important;
	}
}

/* GFORM */
body .gform_wrapper input[type=email], body .gform_wrapper input[type=number], body .gform_wrapper input[type=password], body .gform_wrapper input[type=tel], body .gform_wrapper input[type=text], body .gform_wrapper input[type=url], body .gform_wrapper textarea.textarea {
background: #909167;
color: white!important;
font-family: 'Cabin', sans-serif;
}

body #gform_13 textarea {
    height: 150px !important;
}

.hide-label .gfield_label{
display: none;
}


::-webkit-input-placeholder {
   color: #EDEDED;
}

:-moz-placeholder { /* Firefox 18- */
   color: #EDEDED;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #EDEDED;
}

:-ms-input-placeholder {
   color: #EDEDED;
}

.et_pb_widget_area_right {
	padding-left: 0;
	border-left: none;
}
#commentform textarea, #commentform input[type="text"], #commentform input[type="email"], #commentform input[type="url"] {
	color: #464824;
	background: #D4D3CD;
}

ul.et_pb_member_social_links li::before { display: none; }
ul.et_pb_member_social_links a,
.entry-content .et_pb_button { text-decoration: none; }

.et_pb_font_icon {color: #909167!important;}

.et_pb_font_icon:hover {color: #464824!important;}

.gform_button, .button {background: transparent!important; }

.gform_button:hover, .button:hover {background: #464824!important; }

a {cursor: pointer!important;}

.et_pb_slider .et_pb_slide:first-child {
	display: none;
}
.et_pb_slider .et_pb_slide.et-pb-active-slide {
	display: block;
}
.random_ts .et_pb_testimonial {

}

.et_pb_website_icon:before {
    content: "\e0e3";
}