/*
 Theme Name:   Marketing By Numbers Child
 Description:  Marketing By Numbers Divi Child Theme
 Author:       Don Breckenridge
 Author URI:   http://www.MarketingByNumbers.io
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, responsive-layout
 Text Domain:  marketing-by-numbers-child
*/


/*REPLACE ARIAL WITH HEADER FONT AND COMIC WITH BODY FONT*/

/*Fonts*/

h1 {
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
  	font-weight: 700;
  	font-size:40px;
	line-height: 1.2em;
    color: #474c59;
}
h2 {
 font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
  	font-weight: 700;
  	font-size: 24px;
	line-height: 1.5em;
  	color: #474c59;
}
h3 {
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
  	font-weight: 700;
  	font-size: 20px;
	line-height: 1.5em;
  	color: #465886;
}
h4 {
  	font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
  	font-weight: 600;
  	font-size: 18px;
  	line-height: 22px;
  	color: #4c4c4c;
}


a{
font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;	
}

p,
.single-project li,
.single-project th,
.single-project td {
  	font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
  	font-weight: 400;
  	font-size: 16px;
  	line-height: 1.5em;
  	color: #4c4c4c;
}


.button{
	border:0;
	padding:10px 18px 10px;
	text-transform:uppercase;
	font-size:16px;
	color:#fff !important;
	background-color:#29615f;
	font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
	line-height:1em !important;
}

.button:hover{
	text-decoration:none;
	background-color:#1e4645;
}

.button:hover span{
	background-color:#1e4645;
	text-decoration:none;
	color:#fff;
}


/*Gallery Page*/

.dp-dfg-skin-default .dp-dfg-filters-dropdown-layout .dp-dfg-dropdown-tag {
	
	    background-color: #ffffff !important;
	
}

.dp-dfg-header{
	padding-top:10px !Important;
	padding-left:5px !Important;
	padding-right:5px !Important;
}

.dp-dfg-meta{
	padding-left:5px !Important;
	padding-right:5px !Important;
}

.dp-dfg-content{
	padding-left:5px !Important;
	padding-right:5px !Important;
}

.dp-dfg-more-button{
	padding-left:5px !Important;
	padding-right:5px !Important;	
}

.entry-title{
	line-height:22px;
}


