/*
Theme Name: theMC
Theme Uri:  http://ekfsupportcentre.com
Template:   alexis
Version:    1.0
License:    GNU General Public License v2 or later
Version:    1.0
*/

.container {
	width: 1140px;
	max-width: 100%;
	margin: 50px auto;
}


/*-----------------------------------[ TYPOGRAPHY ]
*/
h1, h2, h3, h4, h6 {
	font-size:1em;
	font-weight:bold;
	font-family: "Lato", sans-serif;
	margin-bottom: 16px;
	padding-left: 10px;
	border-left: 3px solid #fa8400;
	border-top:  1px solid #e1e1e1;
	padding-top: 10px;
	border-bottom:  1px solid #e1e1e1;
	padding-bottom: 10px;
	color: #737c7f;
}
h5 {
	font-size:0.8em;
}
input, textarea { 
	margin: 0px 0 0;
	
}

ul.b5-breadcrumbs {
	font-weight:bold;
    padding: 7px 0;
}

article h1.entry-title {
    font-size: 1em;
    line-height: 1.4;
}


/*---- orange button ---------------*/

.sc_button {
    background-color: #f0ab0b;
    border: 0 none;
	color: #06181E;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 1);
	transition: all 0.7s ease 0s;
    display: inline-block;
    font-size: 140%;
    font-weight:bold;
    padding: 10px;
    text-align: center;
    margin-top: 15px;
	border-radius: 5px;
	 
  
}
.sc_button:hover {
    background-color: #A41D60;
    color: #FFFFFF;
	transform: translateY(-2px);

}

@media only screen and (max-width: 600px) {

.sc_button {   
 	width:92%;
	margin: auto;
	margin-top: 20px;

}
}

