@charset "UTF-8";

/*
Theme Name: Divi Child
Template: Divi
Author: Child Theme Configurator
Version: 1.0.1437271418
Updated: 2015-07-19 02:03:38
*/

/*
To insert background image for logo area and change based on screen size
*/

@media (max-width: 980px) {
.et_header_style_centered #main-header .logo_container {
   background-image: url("https://rememberingthegnosticmovement.com/wp-content/uploads/2015/11/Remembering-The-Gnostic-Movement-WebLogo.png"); 
} 
}

@media (min-width: 981px) {
.et_header_style_centered #main-header .logo_container {
   background-image: url("https://rememberingthegnosticmovement.com/wp-content/uploads/2015/10/rtgm-logo1.png"); 
} 
}

/*
To stretch background image for logo area on mobile 
*/
@media (max-width: 980px) {
.container.clearfix.et_menu_container {
    width: 100%;
	height: auto;
	max-height: auto;
}
}

/*
To increase height of header for logo to fit
*/

.et_header_style_centered #main-header .logo_container {
    height: auto !important;
    background-attachment: scroll;
    background-position: 30% top;
    background-repeat: no-repeat;
    background-size: cover;
}


/*
To make logo stretch/fit within entire header section
*/
.et_header_style_centered #logo {
    max-height: 100% !important;
}

.et_fullwidth_nav #main-header .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/*
To add a background colour to menu
*/
.et_header_style_centered #main-header div#et-top-navigation {
    background-color: rgba(255, 255, 255, 0.9);
    border-top: 1px solid rgba(224, 186, 5, 0.2);
    border-bottom: 1px solid rgba(224, 186, 5, 0.2);
}

ul#mobile_menu.et_mobile_menu {
    background-color: white;
}


/*
To centre text in top menu
*/
#top-menu li, .fullwidth-menu li {
    margin-bottom: -10px;
    padding-top: 17px;
}

/*
To line up dropdown menu (sub menu) with main nav bar and widen it to accomodate long names
*/
.nav li ul {
    margin-top: -10px;
    width: 260px;
}

#top-menu li li a, .fullwidth-menu li li a {
    padding: 6px 20px 0 0;
    width: 230px;
}

/*
To change colour of bar on top of dropdown menu
*/
.et_color_scheme_green .nav li ul {
    border-color: #FABD49 !important;
}

/*
To make main menu/nav transparent as you scroll down
*/
#main-header.et-fixed-header {
    background-color: rgba(255,255,255,0.65) !important;
}

/*
To change colour of main menu/nav dropdown menu (sub menu) once you scroll down
*/
#main-header.et-fixed-header .nav li ul {
    background-color: rgba(255, 255, 255, 0.95) !important;
}

/*
To remove space above menu once you scroll down
*/
#main-header.et-fixed-header {
    margin-top: -12px !important;
}

/*
To reduce padding on top menu so it fits in one line
*/
#top-menu li, .fullwidth-menu li {
    padding-right: 20px;
}

/*
To decrease white space at very top of site on homepage
*/
/* @media (max-width:680px ) {
#post-144 .et_pb_section.et_pb_section_first {
    padding-top: 140px !important;
}
} */

/* Overrides jQuery inline padding *** remove if top bar gets removed ***  */

body:not(.home) .et_pb_section_0.et_pb_section:first-child {
    padding-top: 80px!important;
}

body:not(.et-tb) #main-content .container, body:not(.et-tb-has-header) #main-content .container {
    padding-top: 58px!important;
}

.et_pb_section_0.et_pb_section:first-child .et_pb_module.et_pb_fullwidth_post_title_0 {
    padding-top: 0!important;
}

@media (max-width: 980px) {
	body.et_header_style_centered #main-header {
		padding: 0;
	}
	
	body.et_header_style_centered #et_mobile_nav_menu {
		margin-top: 0;
	}
	
	body .et_pb_section_0.et_pb_section:first-child {
		padding-top: 0!important;
	}
}

@media (max-width: 680px) {
	body .et_pb_section_1.et_pb_section  {
		padding-top: 80px;
	}
}

/* Fixes slider height */
.rtgm-hero-slider .et_pb_slides,
.rtgm-hero-slider .et_pb_slides .et_pb_slide{
    height: 100%;
}

/*
To add margin to top of sidebar on homepage and "Spiritually Attacked" page
*/
#post-144 .et_pb_column_single .et_pb_module:first-child, #post-930 .et_pb_column_single .et_pb_module:first-child {
    margin-top: 14px;
}

/*
To make blurbs rows, people's experiences row, and books row fully full width on homepage
*/
@media (max-width: 960px) {
#post-144 .et_pb_row_1, #post-144 .et_pb_row_3, #post-144 .et_pb_row_5, #post-144 .et_pb_row_8 {
    width: 100% !important;
    max-width: 100% !important;
    padding: 5% 4%;
}
}
@media (min-width: 1275px) {
#post-144 .et_pb_row_1, #post-144 .et_pb_row_3, #post-144 .et_pb_row_5, #post-144 .et_pb_row_8 {
    width: 100% !important;
    max-width: 100% !important;
    padding: 5% 10%;
}
}
@media (min-width: 1350px) {
#post-144 .et_pb_row_1, #post-144 .et_pb_row_3, #post-144 .et_pb_row_5, #post-144 .et_pb_row_8 {
    width: 100% !important;
    max-width: 100% !important;
    padding: 5% 14%;
}
}
@media (min-width: 1441px) {
#post-144 .et_pb_row_1, #post-144 .et_pb_row_3, #post-144 .et_pb_row_5, #post-144 .et_pb_row_8 {
    width: 100% !important;
    max-width: 100% !important;
    padding: 5% 18%;
}
}

/*
To correct books row image hover size on homepage
*/
.ih-item.square {
    border: none !important;
    width: 200px !important;
    height: 309px !important; 
}

/*
To change size of description text within image hovers on homepage
*/

.ih-item.square.effect6 .info p {
    font-size: 15px !important;
}

/*
To change books row image hover link colour on homepage
*/
.social-media a {
    color: #FFFFFF !important;
}

.social-media a:hover {
    color: #FBE683 !important;
}

/*
To make banners fully full width on sample banner page
*/

#post-2412 .et_pb_row_1, #post-2412 .et_pb_row_3, #post-2412 .et_pb_row_5, #post-2412 .et_pb_row_7, #post-2412 .et_pb_row_9, #post-2412 .et_pb_row_11, #post-2412 .et_pb_row_13, #post-2412 .et_pb_row_15, #post-2412 .et_pb_row_17, #post-2412 .et_pb_row_19, #post-2412 .et_pb_row_21, #post-2412 .et_pb_row_23, #post-2412 .et_pb_row_25, #post-2412 .et_pb_row_27, #post-2412 .et_pb_row_29, #post-2412 .et_pb_row_31, #post-2412 .et_pb_row_33, #post-2412 .et_pb_row_35, #post-2412 .et_pb_row_37, #post-2412 .et_pb_row_39, #post-2412 .et_pb_row_41, #post-2412 .et_pb_row_43, #post-2412 .et_pb_row_45, #post-2412 .et_pb_row_47, #post-2412 .et_pb_row_49, #post-2412 .et_pb_row_51, #post-2412 .et_pb_row_53, #post-2412 .et_pb_row_55, #post-2412 .et_pb_row_57, #post-2412 .et_pb_row_59 {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0%;
}


/*
Slider customizations to change size to 400px height and make text appear at bottom for readability
*/

@media (max-width:680px ) {
	.et_pb_slider {
   display: none !important;	
}
}

@media only screen and ( min-width:981px ) {
    .et_pb_slider, .et_pb_slider .et_pb_container { 
        height: 400px !important; 
    }
    .et_pb_slider, .et_pb_slider .et_pb_slide { 
        max-height: 400px; 
    }
}

.et_pb_slider .et_pb_slide_description { 
        top: -10%;
        position: relative; 
        padding-top: 2px !important; 
        padding-bottom: 14px !important; 
        padding-left: 10px;
        padding-right: 10px;
        margin-top: -10px !important;
        height:auto !important; 
        background-color: rgba(239, 177, 98, 0.65);
    }
    .et_pb_bg_layout_dark .et_pb_slide_content {
        margin-top: -10px;
        margin-bottom: -10px;
    }
    .et-pb-controllers {
        bottom: 0px !important;
    }
    #post-144 .et_pb_section.et_pb_section_first a {
        color: #fff !important;
    }
.et_pb_slides .et_pb_slider_container_inner {
    vertical-align: top !important;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {  
/* CSS Statement that only applies on webkit-based browsers (Chrome, Safari, etc.) */  
	.et_pb_slider .et_pb_slide_description {
		top: -10% !important;}
}

/*
To modify the title of the people's experiences image on the homepage
*/
#post-144 .et_pb_row_3 h2 {
    font-size: 46px;
    font-family: "Open Sans",Helvetica,Arial,Lucida,sans-serif;
    font-weight: bold;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

#post-144 .et_pb_row_3 h2 a {
    color: #fff !important;
}

#post-144 .et_pb_row_3 a {
    color: #704C39 !important;
}

/*
To keep padding consistent on the alternate blurb section on homepage
*/
#post-144 .et_pb_text_5, #post-144 .et_pb_text_6, #post-144 .et_pb_text_7, #post-144 .et_pb_text_8 { 
    min-height: 190px;
}

/*
To reformat the "fullwidth blog " module to display writeup on left and image on right on pages where it appears
*/

#post-917 .et_pb_post a img, #post-72 .et_pb_post a img, #post-921 .et_pb_post a img, #post-924 .et_pb_post a img, #post-926 .et_pb_post a img, #post-932 .et_pb_post a img, #post-3222 .et_pb_post a img, #post-5901 .et_pb_post a img, #post-5913 .et_pb_post a img, #post-5918 .et_pb_post a img {
    max-width: 25%;
    min-width: 25%; 
    float: right;
    padding-left: 19px;
    padding-bottom: 10px;
}

#post-917 .et_pb_post, #post-72 .et_pb_post, #post-921 .et_pb_post, #post-924 .et_pb_post, #post-926 .et_pb_post, #post-932 .et_pb_post, #post-3222 .et_pb_post, #post-5901 .et_pb_post, #post-5913 .et_pb_post, #post-5918 .et_pb_post {
    padding: 19px;
    margin-bottom: 50px;
}

#post-917 .et_pb_post h2, #post-72 .et_pb_post h2, #post-921 .et_pb_post h2, #post-924 .et_pb_post h2, #post-926 .et_pb_post h2, #post-932 .et_pb_post h2,  #post-3222 .et_pb_post h2, #post-5901 .et_pb_post h2, #post-5913 .et_pb_post h2, #post-5918 .et_pb_post h2 {
    margin: 0 !important;
}

/*
To reformat the "fullwidth blog " module to display writeup on right and image on left on the People's Experiences page (Currently Not in Use)
#post-6138 .et_pb_post a img {
    max-width: 25%;
    min-width: 25%; 
    float: left;
    padding-right: 19px;
    padding-bottom: 10px;
}

#post-6138 .et_pb_post {
    padding: 19px;
    margin-bottom: 50px;
}

#post-6138 .et_pb_post h2 {
    margin: 0 !important;
}
*/

/*
To reformat the "blog grid" module to display image on top centred at 150px on people's experiences and witness statements (and all witness statement category) pages - CURRENTLY NOT IN USE
#post-985 .et_pb_image_container {
    margin: 6px 0px -2px 9px;
    width: 150px;
}
*/

/*
To reformat the "blog grid" module to display image on top centred at 150px on people's experiences page*/
#post-6138 .et_pb_image_container {
    margin: 6px 0px -2px 9px;
    width: 150px;
}
#post-6138 .et_pb_blog_grid .et_pb_post {
    height: 300px;
}

#post-94 .et_pb_image_container, #post-2710 .et_pb_image_container, #post-2714 .et_pb_image_container,  #post-2717 .et_pb_image_container,  #post-2718 .et_pb_image_container,  #post-2720 .et_pb_image_container, #post-2721 .et_pb_image_container, #post-2843 .et_pb_image_container, #post-2847 .et_pb_image_container, #post-2854 .et_pb_image_container,  #post-2858 .et_pb_image_container {
    margin: 6px 0px -2px 54px;
    width: 150px;
}


/*
To reduce size of and margin around portfolio items in a grid
*/
.et_pb_portfolio_item.et_pb_grid_item {
    margin-right: 5% !important;
    width: 30% !important;
}

/*
To align portfolio items in a grid on the People's Experience page - CURRENTLY NOT IN USE
#post-985 .et_pb_blog_grid .et_pb_post {
    height: 300px;
}
*/

/*
To align portfolio items in a grid on witness testimonials pages
*/
.et_pb_blog_grid .et_pb_post {
    height: 280px;
}


/*
To remove right margin from last portfolio item in row.
*/
.et_pb_column_2_3 .et_pb_grid_item:nth-child(3n) {
    margin-right: 0% !important;
}

/*
To allow three items to show up in a row instead of two in portfolio grid displays
*/
.et_pb_column_2_3 .et_pb_grid_item:nth-child(2n+1) {
    clear: none !important; 
}

.et_pb_column_2_3 .et_pb_grid_item:nth-child(3n+1) {
    clear: both !important; 
}

/*
To make blurbs line up on spiritually attacked page regardless of short word count... 
*/
#post-930 .et_pb_blurb_content {
    min-height: 422px;
}

/*
To remove grey border between sidebar and main content on article pages
*/
#main-content .container::before {
    height: 0;
    position: none;
    width: 0px;
}

/*
To reduce extra padding and border on sidebar. 
*/
.et_pb_widget_area_left {
    padding-right: 0px;
    border-right: 0px;
}


/*
To add border on sidebars and line up with top of page
*/
.et_pb_gutters3 .et_pb_column_1_3 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_module, .et_section_specialty .et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_3 .et_pb_module {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 30px;
}

.et_right_sidebar #sidebar {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 40px;
}

#sidebar .et_pb_widget {
    margin-top: -34px;
}

/*
To reduce margin around rows to fit more stuff in. 
*/
.et_pb_row {
    width: 93% !important;
}

/*
To centre text (titles) of the category thumbnails on main pages
*/
.et_pb_portfolio_grid .et_pb_portfolio_item h2 {
    text-align: center;
}

/*
To change text colour below thumbnails on main category pages and homepage
*/
.et_color_scheme_green a {
    color: #11526D;
}

/*
To change link colour in sidebars
*/
.et_pb_widget_area .et_pb_widget a {
    color: #11526D;
}

/*
To style Category Posts Widget
*/
.cat-post-title, .cat-post-item {
    font-size: 17px !important;
    border-bottom: none !important;
}

/*
To change padding size on the Why This Site Exists message on all main pages
*/
.et_pb_column_1_2 .et_pb_promo, .et_pb_column_1_3 .et_pb_promo, .et_pb_column_1_4 .et_pb_promo {
    padding: 35px;
}

/*
To change padding size on the Why This Site Exists message in sidebar on all pages not using Divi Builder
*/
#text-2 .et_pb_promo {
    padding: 20px;
}

/*
To control colour of rss icon in footer
*/
.et-social-icon a {
    color: #ffffff !important;
}

/*
To change text colour on active menu and various other places
*/
.et_color_scheme_green #et_search_icon:hover, .et_color_scheme_green .mobile_menu_bar::before, .et_color_scheme_green .footer-widget h4, .et_color_scheme_green .et_pb_sum, .et_color_scheme_green .et_pb_pricing li a, .et_color_scheme_green .et_pb_pricing_table_button, .et_color_scheme_green .comment-reply-link, .et_color_scheme_green .form-submit input, .et_color_scheme_green .et_pb_bg_layout_light .et_pb_newsletter_button, .et_color_scheme_green .et_pb_contact_submit, .et_color_scheme_green .et_password_protected_form .et_submit_button, .et_color_scheme_green .et_pb_bg_layout_light .et_pb_more_button, .et_color_scheme_green .et_pb_bg_layout_light .et_pb_promo_button, .et_color_scheme_green .et_overlay::before, .et_color_scheme_green .entry-summary p.price ins, .et_color_scheme_green.woocommerce div.product span.price, .et_color_scheme_green.woocommerce-page div.product span.price, .et_color_scheme_green.woocommerce #content div.product span.price, .et_color_scheme_green.woocommerce-page #content div.product span.price, .et_color_scheme_green.woocommerce div.product p.price, .et_color_scheme_green.woocommerce-page div.product p.price, .et_color_scheme_green.woocommerce #content div.product p.price, .et_color_scheme_green.woocommerce-page #content div.product p.price, .et_color_scheme_green #top-menu li.current-menu-ancestor > a, .et_color_scheme_green #top-menu li.current-menu-item > a, .et_color_scheme_green .bottom-nav li.current-menu-item > a {
    color: #5488b0;
}

/*
To style the footnotes
*/
.easy-footnotes-wrapper {
	border-top: 1px solid #11526d;
    padding-top: 15px !important;
    max-width: 1025px;
    margin: auto;
	font-size: 90%;
}
sup {
    font-size: 60%;
	margin-left: -5px;
}

/*
Styles specific to very small devices like iPhone
*/

@media (max-width: 450px) {

/*
Prevent images wrapped with very little text
*/

img.alignright, img.alignleft {
float: none;
clear: both; 
display: block;
margin-right: auto;
margin-left: auto;
margin-bottom: 12px;
margin-top: 12px;
}

/*
Make the sidebar content centered when it is in a single column
*/

h4.widgettitle { 
text-align: center;
}

div.widget-content-what-was-studied img {
display: block;
margin-right: auto;
margin-left: auto;
}

}

/*
Changed font in gallery plugin to match the site
*/
#bwg_container1_0 #bwg_container2_0 .bwg_title_spun2_0 {
font-family: "Open Sans" !important;
font-weight: 100 !important;
line-height: 20px !important;
color: #11526D !important;
text-shadow: none !important;
padding: 10px !important;
}

/*
Fix line spacing on caption text
*/

p.wp-caption-text {
line-height: 16px;
}

/*
Fix line spacing on menu items
*/
#top-menu li li {
line-height: 22px;
}

#top-menu li li a, .fullwidth-menu li li a {
padding-top: 10px;
}

/*
Fix footer padding
*/

#footer-bottom div.container.clearfix {
padding: 20px !important;
}

/*
better wordpress recent comments css
*/

.recent-comment-single {
    display: block;
    margin-left: 10px;
    font-size: 14px;
    line-height: 15px;
    font-weight: 300;

}

.recent-comment-avatar {
margin-right: 10px;
}

.recent-comment-text {
font-size: 14px;
line-height: 15px;
}

.recent-comment-author {
font-weight: none !important;
}

#sidebar {
width: 33.666%; 
}

#left-area {
width: 65.833%;
}

/*
Custom Gallery Slider Sizing
*/
.flex-viewport.wpmf-viewport {
    max-height: 275px !important;
}


/*
To style comments on pages/posts such that images are left-aligned with comments, and other cosmetic changes
*/

section#comment-wrap img.avatar.avatar-80.photo {
    float: left;
    margin-right: 15px;
	margin-top: 10px;
}
section#comment-wrap li {
    padding-top: 20px;
	list-style-type: none !important;
}
.comment_postinfo {
    text-transform: uppercase;
}
span.comment_date {
    font-size: 85%;
}
h1#comments {
    margin-top: 20px !important;
}

.et_non_fixed_nav.et_transparent_nav #main-header,
.et_non_fixed_nav.et_transparent_nav #top-header {
    position: relative!important;
}

/* Makes book gallery text more readable */
body .et_pb_column.et_pb_column_4_4.et_pb_column_14.et_pb_css_mix_blend_mode_passthrough.et-last-child .et_pb_text_inner .su-image-carousel .flickity-viewport .flickity-slider .su-image-carousel-item .su-image-carousel-item-content a:hover span {
    text-shadow: none;
    background: rgba(255,255,255,1);
}

body .entry-content p, .comment_area {
    color: #440016;
    font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 300;
    line-height: 1.7em;
    -webkit-font-smoothing: antialiased;
    font-size: 17px;
}