/*
Theme Name:  Client Name
Theme URI:   http://clienturl.com
Version:     1.0
Description: This is a custom theme created for Client Name .
Author:      The Belford Group
Author URI:  http://thebelfordgroup.com
Template:    Divi
*/
@import url("../Divi/style.css");

/***********************************************************************
YOU CAN INCLUDE THE CUSTOM CODE FOR YOUR CHILD THEME BELOW THIS LINE-*/
/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
h1 { font-size: 30px; }
h2 { font-size: 26px; }
h3 { font-size: 22px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

/*------------------------------------------------*/
/*---------------[Main Layout]--------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*---------------[Porfolio/Gallery]---------------*/
/*------------------------------------------------*/
.et_overlay::before {display: none;}
.et_pb_fullwidth_portfolio .et_pb_portfolio_image .meta { display: none;}
.et_main_title {display: none;}
.et_project_meta_title {display: none;}
.et_project_meta p {display: none;}
.et_project_meta {display: none;}
a:hover {text-decoration: underline;}

#BuyCDSection .et_pb_column_inner_3 {position:relative;}
#BuyCDSection .et_pb_text_4 {height:100%;width:100%;position:absolute;top:0;left:0;}
/*------------------------------------------------*/
/*---------------[DROPDOWN MENU]------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*-------------------[COMMENTS]-------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*---------------------[FOOTER]-------------------*/
#creditDiv {text-align: center !important;}
#footer-bottom {font-size: 16px !important; color: #fff;text-align: center;}
/*------------------------------------------------*/
/*------------------------------------------------*/
/*--------------------[SIDEBAR]-------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------[CAPTIONS AND ALIGNMENTS]-----------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*-----------------[Widgets]----------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*-------------------[PAGE NAVI]------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------[TRANSITIONS]-----------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/

/* Responsive Styles Tablet And Below */
@media all and (max-width: 980px) {
	#BuyCDSection .et_pb_text_4 {height:100%;width:100%;position:static;top:0;left:0;}
}