/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Version: 1.0.0
Description: Divi child theme.
Author: Ecrew
Author URI: https://ecrew.ca
Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  Divi-child
*/

/*
.linkButtons {

}
.linkButtons ul {
	list-style-type: none;
    list-style-position: inside;
    margin: 0;
    padding: 0;
}
.linkButtons ul li {
    margin: 4px;
    padding: 0;
}
.linkButtons a{
    color: #ffffff;
    background-color: #888888;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border-style: solid;
    display: block;
    padding: 4px 33px 4px 33px;
    font-family: PT Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 23.0px;
    text-align: center;
	text-decoration:none;
}
.linkButtons a:hover {
    background-color: #0f6fc6;
}
.linkButtons h2 {
    margin: 10px 0 10px 0;
}
*/

/* Set gallery thumnbail widths */
/*
.et_pb_gallery_grid .et_pb_gallery_item,
.et_pb_gallery_grid .column_width,
.et_pb_gallery_grid .et_pb_gallery_image,
.et_pb_gallery_grid .et_pb_gallery_image.portrait img
{
    width: 110px !important;
}
.et_pb_gallery_grid .et_pb_gallery_image img
{
    min-width: 110px;
}
*/

/* Set gallery thumbnail heights */
/*
.et_pb_gallery_grid .et_pb_gallery_image,
.et_pb_gallery_grid .et_pb_gallery_image.landscape img
{
    height: 150px !important;
}
.et_pb_gallery_grid .et_pb_gallery_image img
{
    min-height: 150px;
}
*/

/* Set gallery thumbnail spacing between images */
/*
.et_pb_gallery_grid .gutter_width { width: 20px; }
.et_pb_gallery_grid .et_pb_gallery_item { margin-bottom:20px !important; }
.et_pb_gallery_grid .et_pb_gallery_item { clear:none !important; }
.et_pb_gallery_grid .et_pb_gallery_item:nth-child(4n) { margin-right:0 !important; }
.et_pb_gallery_grid .et_pb_gallery_item:nth-child(4n+1) { clear:both !important; }
.et_pb_gallery_grid .et_pb_gallery_item { margin-right:20px !important; }
.et_pb_gallery_grid .et_pb_gallery_image img { min-height: 0 !important; }
.et_pb_gallery_grid .et_pb_gallery_image,
.et_pb_gallery_grid .et_pb_gallery_image.landscape img
{
    height: auto !important;
}

.et_pb_column_1_2
.et_pb_team_member_image {
 float: left;
 margin: 0 20px 6px 0px;
}
*/

/* Responsive Styles Tablet And Below */
@media all and (max-width: 980px) {


}

