/* CSS Document */

/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://vajot.com/elegantthemes
 Description:    Divi Child Theme by VAnetworking
 Author:         Elegant Themes and VAnetworking
 Author URI:     http://vajot.com/elegantthemes
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */


/* added to remove table borders */
.entry-content table,.entry-content tr td {
border: none;
}


/* added to remove page title from specific pages*/

.page-id-2 .main_title { display: none; } /*ABOUT*/



/* ALIGN SOCIAL ICONS TO LEFT*/

#et-secondary-menu {width: 100%;}
#et-secondary-nav {float: right;}


/* ADDED TO MAKE PERSON MODULE IMAGE ROUNDED ON WEB DESIGN PAGE */

#meettheteam
img {
   border-radius: 100px;
}

#meettheteam
.et_pb_team_member_description h4 {
   text-align: center;
}

#meettheteam
.et_pb_member_position {
text-align: center;
}

#meettheteam
.et_pb_member_social_links {
text-align: center;
}

/* ADDED TO CHANGE STYLING OF BLOCKQUOTES */

blockquote {
     border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: 0 2px 2px 0 #DAE0FC;
    -moz-box-shadow: 0 2px 2px 0 #DAE0FC;
    -webkit-box-shadow: 0 2px 2px 0 #DAE0FC;
    background: #DAE0FC;
    border: 0px solid #DAE0FC; 
    color: #000;
    margin: 20px 30px 20px;
    padding: 25px 25px 25px 25px;
    word-wrap: break-word;
}



/* ADJUSTING FULL-WIDTH HEADER PADDING TOP AND BOTTOM */

.page-id-1720 section.et_pb_fullwidth_header {
padding: 20px 0;
}


.page-id-1562 section.et_pb_fullwidth_header {
padding: 20px 0;
}

.page-id-7425 section.et_pb_fullwidth_header {
padding: 20px 0;
}

.page-id-5328 section.et_pb_fullwidth_header {
padding: 20px 0;
}




/* ADJUSTING LINE HEIGHTS OF BULLETS IN PRICING TABLE */

#websitepricing
.et_pb_pricing li {
    position: relative;
    padding: 0 0 .5em 14px;
    line-height:1.4em;
}


