/*
 Theme Name:     Divi-DianneDevitt
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here    ------------------------------------------------------- */


/*  Contact Form 7 */


span.wpcf7-list-item { display: block; }

.wpcf7 label {
     font-weight: bold;
}

.wpcf7 span input {
	background: none repeat scroll 0 0 #f1f2f2;
	border: medium none;
    margin-right: 8px;
    padding: 8px !important;
	margin-top: 6px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1px;
}

/* End of  Contact Form 7 */


.type-wrap {
color: #2ea3f2;
margin: 0 auto;
text-align: center;
}

.btn-success, .search-submit {
    background: #75B03A;
    border-color: #5e9229;
}
.btn, .comment-form input[type=submit] {
    border-radius: 3px;
    border-width: 1px 1px 3px;
    border-style: solid;
    color: #fff;
    font-weight: 300;
    -webkit-transition: ease all .4s;
    -o-transition: ease all .4s;
    transition: ease all .4s;
font-size: 24px;
}
.btn-group-lg>.btn, .btn-lg, .comment-form .btn-group-lg>input[type=submit] {
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.btn-success {
    color: #fff;
    background-color: #2ea3f2;
    border-color: #4cae4c;
}
.btn, .comment-form input[type=submit] {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
font-size: 24px;
}

.panel-default {
    border-color: #ddd;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.keynote-topic .panel-body {
    min-height: 375px;
}

.keynote-topic .panel-body {
    min-height: 410px;
}
.keynote-topic .panel-body {
    padding: 15px 15px 5px;
}
.panel-body {
    padding: 0;
}
.panel-body {
    padding: 15px;
}

.phone-text {
	    font-family: "Josefin Sans",sans-serif;
    font-size: 18px;
    text-align: center!important;
    color: #fff;
    display: block;
    font-weight: 500!important;
}


.divTable{
	display: table;
	width: 100%;
       max-width:900px;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 0px solid #999999;
	display: table-cell;
	padding: 3px 10px;
        vertical-align: top;
       overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.divTableCell2, .divTableHead {
	border: 0px solid #999999;
	border-top: 1px solid #999999;
	display: table-cell;
	padding: 3px 10px;
        vertical-align: top;
        text-align: left;
}
.divTableCell3, .divTableHead {
	border: 0px solid #999999;
	display: inline;
	padding: 3px 10px;
        vertical-align: top;
       
}


.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}