/*
Theme Name: Interfloft
Theme URI: 
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.

template: bb-theme
*/

/* Add your custom styles here... */ 


h1 {
    font-size: 32px;
}

h2 {
    font-size: 26px;
}

#experience-cta {
    float: left;
    width: 292px;
    height: 142px;
    background: url(/wp-content/themes/interloft/images/experience-cta-bg.jpg);
}

#experience-cta p.line1 {
   padding: 38px 0 0 105px;
    font: 1.4em/1.3em "Roboto";
    font-weight: 300;
    text-align: center;
}

#experience-cta p.line2 {
 padding: 8px 0 0 100px;
    font-weight: bold;
    font-size: 13px;
    color: #727272;
}

#projects-finished-cta {
    float: left;
    margin-top: 20px;
    width: 310px;
    height: 134px;
    background: url(/wp-content/themes/interloft/images/projects-finished-cta-bg.jpg);
    text-decoration: none;
}

#projects-finished-cta p.line2 {
    padding: 0px 0 0 29px;
    font-weight: bold;
    font-size: 13px;
    color: #727272;
}

#projects-finished-cta p.line2 a, #projects-finished-cta p.line2 a:visited {
    color: #727272 !important;
}

#projects-finished-cta p.line1 {
  padding: 20px 0 0 28px;
    font: 1.4em/1.3em "Roboto";
    font-weight: 300;
    margin-bottom: 5px;
}

#projects-finished-cta p.line3 {
    padding: 0px 0 0 15px;
    font-weight: bold;
	 font-size: 13px;
    color: #727272;
}

#areas-we-cover {
    float: left;
    width: 260px;
    height: 500px;
    background-color: #F4F0F1;
    margin: 20px 0;
    padding: 10px 15px 20px;
    border: 1px solid #ccc;
	font-size: 14px;
}

#contactinfo {
   float: left;
   width: 290px;
    height: 435px;
    background-color: #F4F0F1;
    margin: 10px 0;
    padding: 0px 15px 20px;
    border: 1px solid #ccc;
    font-size: 16px;
}

#areas-we-cover ul {
    padding: 0;
    margin-bottom: 10px;
    float: left;
    width: 50%;
    line-height: 1.8em;
}

#areas-we-cover ul li {
    padding: 5px 10px 0px 20px;
    list-style: none;
    background: url(/wp-content/themes/interloft/images/purp-arrow.png) left center no-repeat;
	margin-bottom: 0px;
}

#areas-we-cover h3 {
margin-top: 0px;
}

.fl-page-nav-bottom .fl-page-header-content .fl-page-header-text {
    font-size: 28px;
 
}

.fl-page-nav-bottom .fl-page-header-content .fl-page-header-text a {
    font-size: 32px;
 
}


.contentblock {
padding: 0px 10px 10px 15px;
    background: #f3f0f0;
    border: 1px solid #ddd;
	margin-top: 10px;
}
.topimage {
background-image: url(/wp-content/uploads/2016/01/purple-bg.jpg);
    background-repeat: repeat-x;
    background-position: center bottom;
    background-attachment: scroll;
}

.fl-social-icons .fl-icon {
font-size: 38px;
}

.contentblock ul li {
list-style: none;
padding: 10px 35px;
    background: url(/wp-content/themes/interloft/images/purp-tick.png) left center no-repeat;
}

h1, h2 {
margin-top: 5px;
}

.tagline {
font-size: 24px;
    color: #A182A1;
}

.topimage img {
 border-left: 8px solid #fff;
 border-right: 8px solid #fff;
}

.fl-page-header-container container {
padding-top: 10px;
padding-bottom: 10px;
}

.getquote {
color: #A182A1 !important;
}

.fl-page-nav ul.sub-menu li a {
font-size:14px;
}

.fl-page-nav-right.fl-page-header-fixed .fl-page-nav-wrap .navbar-nav > li > a, .fl-page-header-fixed .fl-page-nav-wrap .navbar-nav > li > a {
    padding: 10px 15px;
    font-size: 16px;
}

.fl-page-nav-wrap {
    border-top: none;
	}
	
	.gform_wrapper ul li.gfield {
    clear: both;
    background: none;
}

label {
    display: inline-block;
    max-width: 100%;
    font-size: 12px;
    margin-bottom: 0px;
    font-weight: bold;
}

body .gform_wrapper label.gfield_label+div.ginput_container {
    margin-top: 0;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=image], .gform_wrapper .gform_footer input[type=submit] {
    display: -moz-inline-stack;
    display: inline-block;
    color: #fff;
    border: none;
    padding-left: 25px;
    padding-right: 25px;
}

#mid-cta {
 margin-top: 15px;
    background: url(/wp-content/themes/interloft/images/mid-cta-bg.jpg) repeat-x;
    float: left;
    width: 100%;
    height: 36px;
    color: #fff;
    padding-left: 30px;
    padding-top: 6px;
    font: 1.1em/1.4em "Roboto";
    clear: left;
}

#mid-cta span {
    padding-left: 130px;
}	
	
#mid-cta a, #mid-cta a:visited {
color: #fff!important;
}

.fl-post-meta-bottom {
    display: none;
	}

	@media screen and (max-width: 500px)  {
	.contentblock {
padding: 0px 10px 10px 15px;
    background: #fff;
    border: none;
	margin-top: 30px;
	}
	
	h1 {
    font-size: 28px;
}

.fl-page-nav-bottom .fl-page-header-content .fl-page-header-text {
    font-size: 20px;
}

.fl-page-nav-bottom .fl-page-header-content .fl-page-header-text a {
    font-size: 28px;
}
	.topimage  {
	background: none;
	}
	
	.topimage  img {
	margin-right: 0px!important;
	}
	
	#mid-cta {
  margin-top: 5px;
    background: #a182a1;
    float: left;
    width: 100%;
    height: 100%;
    color: #fff;
    padding-left: 20px;
    padding-top: 6px;
    font: 1.2em/1.1em "Roboto";
    clear: left;
}

#mid-cta span {
margin-top:10px;
    padding-left: 0px;
}	
}
	
	
	