/*--
	Theme Name: theme47834
	Theme URI: http://template-help.com/
	Description: A theme for Wordpress 3.7.x + from Template-Help.com Collection
	Author: Template_Help.com
	Author URL: http://www.Template-Help.com/
	Template: CherryFramework
	Version: 3.0
	MotoPress Version: 1.0
--*/
@import url("main-style.css");


/* Enter Your Custom CSS Here */

.title {
    font-size: 18px;
}

@media only screen and (max-width: 480px) {
.hidemob {
 display: none; 
}
}

//.site-info {
	display: none;
}

.logo_tagline {
    margin: 0px;
    color: #FFF;
    display: none;
}

  #sfi {
    font-size: 56px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

.post-author {
    border-color: #C1C0BF;
    display: none;
}

.nocomments {
    margin: 0px;
    display: none;
}

.recent-posts.services-block li h5 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 4px;
}

.btn, .btn:focus {
    border-radius: 0px;
    box-shadow: none;
    padding: 0px;
    height: 24px;
    font: italic 12px/24px Arial,Helvetica,sans-serif;
    text-shadow: none;
    color: #FFB400;
    border-style: none;
    background: transparent none repeat scroll 0% 0%;
    font-size: inherit;
}

#mainbtn.btn {
    background: #eeb314 linear-gradient(to bottom, #eeb314, #e0c921) repeat scroll 0% 0%;
    border-radius: 28px;
    font-family: Lato;
    color: #000;
    font-size: 20px;
    padding: 10px 20px 0px;
    text-decoration: none;
    margin-top: 25px;
}

.footer .footer-widgets {
    padding-top: 40px;
    position: relative;
    display: none;
    background: transparent url("images/footer_widgets_bg.html") repeat scroll 0px 0px;
}

/*  SECTIONS 2 Columns  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }
}


===========================================

/*  SECTIONS 4 Columns  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 0.9%;
}
.col:first-child { margin-left: -10px; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 74.6%;
}
.span_2_of_4 {
	width: 49.2%;
}
.span_1_of_4 {
	width: 23.8%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 767px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
}

===========================================

