/*
 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
*/

/*Fonts*/

h1 {
    font-family: 'Poppins', sans-serif;
  	font-weight: 600;
  	font-size: 32px;
	line-height: 36px;
  	color: #004a87;
}

h2 {
  	font-family: 'Poppins', sans-serif;
  	font-weight: 400;
  	font-size: 26px;
	line-height: 30px;
  	color: #004a87;
}
h3 {
    font-family: 'Poppins', sans-serif;
  	font-weight: 400;
  	font-size: 26px;
	line-height: 30px;
  	color: #004a87;
}
h4 {
  	font-family: 'Poppins', sans-serif;
  	font-weight: 400;
  	font-size: 22px;
  	line-height: 26px;
  	color: #004a87;
}

p {
  	font-family: 'Crimson Text', serif;
  	font-weight: 400;
  	font-size: 18px;
  	line-height: 27px;
  	color: #525252;
}

body {
  	font-family: 'Crimson Text', serif;
  	font-weight: 400;
  	font-size: 18px;
  	line-height: 27px;
  	color: #525252;
}



/* RSM CSS */

.sub-title{
	color: #747474;
}

blockquote{
	font-size:135%;
	color:#004a87;
	line-height:1.5em;
	border-style:solid;
	border-color:#004a87;;
	border-width:1px;
	border-right:0;
	border-left:0;
	padding:1em 0;
	margin:0 0 1.5em 0;
	font-family: comic;
	display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;

}

small{

	font-size:11px;
	line-height:12px;
	
}

hgroup{
	
	display: block;
}

hr{
    border-right: 0 none;
    border-left: 0 none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid white;
    border-image: none;
    display: block;
    margin: 1em 0;
    padding: 0;
    clear: both;
	
}


li{
	margin: 10px 0px 10px 0px;
	font-family: 'Crimson Text', serif;
  	font-weight: 400;
  	font-size: 18px;
  	line-height: 27px;
  	color: #525252;
}
/*Angel - Update A & Button to match clients website*/



.button{
	border:0;
	padding:10px 18px 10px;
	font-size:15px;
	color:#fff !important;
	background-color:#004a87;
	transition:none !important;
	text-decoration:none !important;

}

.button:hover{
	background:#002E54 !important;

}


.mbnbutton {
    margin-top: 10px;
    color: #ffffff;
    text-shadow: none;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 400;
    background: #004a87;
    opacity: 1;
    padding: 12px 36px 12px 36px !important;
    box-shadow: none;
    border-width: 0px;
    border-style: solid;
    border-color: RGBA(0,0,0,1);
    border-radius: 0px;
}

.mbnbutton:hover{
	background:#002E54 !important;

}

.mbntextbox{
    font-size: 13px;
    padding: 8px 10px 8px 10px !important;
    border-radius: 0 !important;
    color: #666;
    border: 1px solid #ccc;
    margin-bottom: 10px !important;
	margin-right:1%;
}

.mbn_column_container {
    width: 100%;
    display: flex;
}

.mbn_column {
    width: 48.00%;
}


#rsm_input_1{
        width: 20%;
        margin-right:5px;
    }
#rsm_input_3{
        width: 20%;
        margin-right:5px;
    }
#rsm_input_5{
        width: 25%;
        margin-right:5px;
    }
#rsm_input_4{
        width: 30%;
        margin-right:5px;
    }

#mbn_input_1{
        width: 48%;
    }
#mbn_input_3{
        width: 50%;
    }
#mbn_input_4{
        width: 100%;
    }
#mbn_input_5{
        width: 100%;
    }
#mbn_input_6_area{
        width: 30%;
    }
#mbn_input_6_phone{
        width: 68%;
    }

@media screen and (max-width: 760px) {
#rsm_input_1{
        width: 100%;
    }
#rsm_input_3{
        width: 100%;
    }
#rsm_input_4{
        width: 100%;
    }
#rsm_input_5{
        width: 100%;
    }
	
.mbn_column_container {
    flex-direction: column;
}
	
.mbn_column {
    width: 100.00%;
}
}





/*Gallery Page*/


.dp-dfg-dropdown-label{
	font-family: 'Poppins', sans-serif !important;
	
}


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

.dp-dfg-level{
	background-color: #ffffff !important;
}

.dp-dfg-header{
	padding-top:15px !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;
}










