@import "stylesheets/app.css";

.sum-about p, .nth-post p {font-weight:normal !important;}
.testimonial-title {margin-top:0px !important;}

/*Feb 17, 2016*/
.ufg-form {padding:0px; margin:0px 0px 20px 0px; font-family: "Roboto", sans-serif !important;}
.home .ufg-form {margin-bottom:0px;}
.ufg-form-banner p {margin-bottom:0px;}
.ufg-form-banner .ufg-form-banner-image {background:#000 url(/wp-content/uploads/2016/02/ufg-form-heading-bg.jpg) repeat-x; max-height:142px; text-align:center;}
.ufg-form .ufg-form-description {margin-bottom: 0px;line-height: 1.2em; color: #6b6b6b !important; padding: 15px; font-size: 1em; background:#ffe337; font-weight: bold;}
.ufg-form-embed {padding:0px 15px; background:#ffe337;}

iframe.wufoo-form-container label.desc {
    color: #6d6d6d;
}

iframe.wufoo-form-container span.req {
    color: #f00; 
}

@media screen and (max-width:1024px) {
	.home .ufg-form {position:relative; top:0px;}
}
@media screen and (max-width:640px) {
	.ufg-form .ufg-form-description {text-align:center !important;}
	.ufg-form .ufg-form-description {max-width:100%; float:none;}
}
/*Feb 17, 2016*/

/*May 10, 2016*/

.featured-image img {
	height: inherit;
	width: auto;
}

.featured-image{
	height: 226px;
	width: 360px;
	overflow: hidden;
	vertical-align: middle;
	margin-bottom: 16px;
}

.special-width > div {
	padding-top: 16px;
	padding-bottom: 24px;
}

.recent-blogs h2 {
 font-family: 'Roboto';
 font-size: 1.5rem;
 font-weight: bold;
 line-height: 1;
}

.btn-blogs {
	background: #222;
	color: #fff;
	text-shadow: 0px -1px #000;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	/* font-size: 2em !important; */
	box-shadow: 0px 5px 0px #000;
	border: 1px solid #444;
	width: 100%;
	cursor: pointer;
	text-transform: uppercase;
	border-radius: 3px;
	padding: 10px 15px !important;
	line-height: normal;
	margin-bottom: 20px !important;
}

.btn-blogs:hover{
    background: #444;
}
.recent-blogs {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    overflow: hidden;
}

.recent-blogs:first-child {
    padding-left: 0px;
}

.recent-blogs{
 padding-bottom: 30px;
}
/*// Small screens*/
@media only screen {
   /* .banner-content .device{
        right: 0vw;
        }*/

    }

    @media only screen and (max-width: 360px) { 
   /* .banner-content.banner01 .textwrap {
        width: 100%;
        margin: 0px !important;
    }

    .banner-content .desc {
        height: 11rem;
    }

    .banner-content .text {
        padding: 2vh 3vw;
    }

    .banner-content .desc p {
        padding-right: 5.5rem;
    }

    .banner-content .device{
        right: -45px;
        }*/

        .featured-image {
            height: initial;
            width: inherit;
        }

        .recent-blogs {
           padding-bottom: 30px;
       }
   }

   @media only screen  and (min-width: 320px) and (max-width: 420px){ 
    .recent-blogs:first-child {
        padding-left: 0.9375rem;
    } 

    .recent-blogs{
     padding-bottom: 30px;
 }

 .featured-image{
    height: initial;
    width: inherit;
}
.blogs {
    width: 100% !important;
}
}

@media only screen  and (min-width: 520px) and (max-width: 767px){ 
    .recent-blogs:first-child {
        padding-left: 0.9375rem;
    } 

    .blogs {
        width: 60% !important;
    }
}

@media only screen  and (min-width: 768px){ 

}

/*May 10, 2016*/