/*
Theme Name: grendesign Child Theme
Description: A child theme to house custom coding which modifies the grendesign parent theme by grendesign. Includes default line numbers where the code was taken from in the parent theme.
Author:   grendesign http://grendesign.com.au
Template: Divi
*/

@import url("../Divi/style.css");

#page-container {
padding-top: 112px;
}

#main-header {
top: 32px;
}


/*---Tidy pages for printing---*/
@media print {
#main-header {display: none !important;}
#main-footer {display: none !important;}
#sidebar {display: none !important;}
#jp-relatedposts {display: none !important;}
.et_post_meta_wrapper {display: none !important;}
.sharedaddy {display: none !important;}
}

blog-newsletter-form et_post_meta_wrapper {display: none !important;}


#footer-info { 
text-align: left; 
color: green; 
padding-bottom: 10px; 
float: left; 
}

#footer-info a { 
font-weight: 700; 
color: yellow; 
}

#footer-info a:hover { 
color: pink; 
}

/* newsletter border */



/* Style Footer Social Icons - Lines 1185 to 1198 */

#footer-bottom .et-social-facebook a {
	color: blue;
}
#footer-bottom .et-social-twitter a {
	color: powderblue;
}
#footer-bottom .et-social-google-plus a {
	color: red;
}
#footer-bottom .et-social-rss a {
	color: orange;
}

/* Hover Colors*/
#footer-bottom .et-social-facebook a:hover {
	color: pink;
}
#footer-bottom .et-social-twitter a:hover {
	color: pink;
}
#footer-bottom .et-social-google-plus a:hover {
	color: pink;
}
#footer-bottom .et-social-rss a:hover {
	color: pink;
}



/*---Slider text to the Right---*/
.ds-slider-right.et_pb_slider .et_pb_container {
    float: right !important; /*move the slider text container to the right*/
}
.ds-slider-right .et_pb_slide_description  {
	text-align: right !important; /*align the slider text to the right*/
	padding: 35% 8% !important; /*adjust the padding around the slider text container, this will also help you to control the 
	height of your slides. You can remove this if you want the default height*/
}
.ds-slider-right.et_pb_slider .et_pb_button {
    float: right !important; /*move the button to the right*/
}

/*----------Super Slim Bloom Optin Form----------*/
/* Set the padding for the content */

.slim-optin-form .et_bloom_form_container .et_bloom_form_content {
    padding: 0px !important;
}
/* Hide the header area */

.slim-optin-form .et_bloom_form_container .et_bloom_form_header {
    display: none !important;
}
/* Set the font size of the optin text module */

.slim-optin-text {
    padding-top: 15px !important;
}
/* Set the margin for the optin form module */

.slim-optin-form {
    margin: 0px 0;
}
.slim-optin-form .et_bloom_inline_form {
    margin: 10px 0 !important;
}
/* Add a little padding for smaller screens */

@media only screen and (max-width: 1110px) {
    .slim-optin-form {
        margin-bottom: 25px;
        margin-top: 0px;
    }
}
/* Set the font colour for the sucess and error messages */

.slim-optin-form h2.et_bloom_success_message,
h2.et_bloom_error_message {
    color: #888 !important;
}
/* Set the border radius for the sucess and error messages */

.slim-optin-form .et_bloom_form_container h2.et_bloom_error_message,
h2.et_bloom_success_message {
    border-radius: 0px !important;
}
/* Hide the checkmark on success message */

.slim-optin-form .et_bloom_success_container.et_bloom_animate_success span.et_bloom_success_checkmark {
    display: none;
}