/*
 Theme Name:   RC-Divi-Child
 Theme URI:    http://divi.space/
 Description:  A Child Theme built for Divi on Divi Space
 Author:       mcr
 Author URI:   http://www.rigolicreative.com
 Template:     Divi
 Version:      2.6
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/



/* 1 */    body p { font-size: 1.18em; }
/* 2 */    h1, h2, h3, h4, h5, h5 { font-size: 120%; }


#main-header {
background: url(http://rigolicreative.com/wp-content/uploads/2016/06/BLUSKY-1500-HDR-2.jpg);
background-size: cover;
opacity: 0.9;
background-repeat: no-repeat;
background-position: top center;
}


/* centers #ourwork gallery images on mobile */

@media screen and (max-width: 980px) {
.et_pb_gallery_item {
	width:100%!important;
	min-width:100%;
	}
.et_pb_gallery_item img {
	width:80%!important;
	min-width:80%;
	display:block!important;
	margin-left:auto!important;
	margin-right:auto!important;
	border-radius:10px;
	}
}

/*
box-shadow: inset 0 -10px 5px -10px rgba(0,0,0,0.7);
class = et-fixed-header 
 */

/* removes padding on RC logo on homepage when mobile */

@media screen and (max-width: 769px) {
.page-id-149 .et_pb_fullwidth_header_0 {
	margin-top: 0px;
	}
}


/* removes text shadow on testimonial sliders */
.page-id-24770 .et_pb_bg_layout_dark .et_pb_slide_description {
text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}

.page-id-24735 .et_pb_bg_layout_dark .et_pb_slide_description {
text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}

.page-id-24690  .et_pb_bg_layout_dark .et_pb_slide_description {
text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}

/* edits the dots position and padding on testimonials */
.et-pb-controllers {
bottom: 0px;
}

.et_pb_slide_description, .et_pb_slider_fullwidth_off .et_pb_slide_description {
padding: 12% 8%;
}

/* add top border and rounded corners to testimonial boxes */
.testibox {
border-top: medium solid #ddcb6e;
border-radius: 0px 0px 15px 15px;
background-color:#f7f0dc;
}

.et_pb_gallery_grid .et_pb_gallery_image {
border-radius: 10px;
}


.et_pb_scroll_top.et-pb-icon {
color: #fff;
background: rgba(232,209,106,0.8)
}