/*

Theme Name: College Gates Theme

Version: 1.2.0


Template: genesis

Template Version: 2.1


License: GPL-2.0+

License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/



/* Baseline Reset (normalize.css 2.1.2)

        normalize.css v2.1.2 | MIT License | git.io/normalize

--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}





/* Box Sizing

--------------------------------------------- */



*,

input[type="search"] {

    -webkit-box-sizing: border-box;

    -moz-box-sizing:    border-box;

    box-sizing:         border-box;

}



/* Float Clearing

--------------------------------------------- */



.clearfix:before,

.entry-content:before,

.entry:before,

.footer-widgets:before,

.nav-primary:before,

.nav-secondary:before,

.pagination:before,

.site-container:before,

.site-footer:before,

.site-header:before,

.site-inner:before,

.widget:before,

.wrap:before {

    content: " ";

    display: table;

}
.home-intro p {
	margin-bottom: 14px!important;
}
.home-intro h3, .home-intro h3 a {
	text-align: center;
	color: #FEB626;
	margin-bottom: 24px;
	font-size: 26px;
}

.clearfix:after,

.entry-content:after,

.entry:after,

.footer-widgets:after,

.nav-primary:after,

.nav-secondary:after,

.pagination:after,

.site-container:after,

.site-footer:after,

.site-header:after,

.site-inner:after,

.widget:after,

.wrap:after {

    clear: both;

    content: " ";

    display: table;

}
.footer-widgets-3 .footer-logos {
    position: relative;
    text-align: center;
}
.footer-widgets-3 .footer-logos img {
    width: 100%;
}
.footer-widgets-3 .two-thirds .footer-logos img {
    margin: 10px auto;
    max-width: 175px;
    float: none;
}
.footer-widgets-3 .one-third .footer-logos img {
    float:left;
}
.simple-social-icons2 ul li a {
background-color: #aaa!important;
    border: 0 solid #aaa !important;
    border-radius: 3px;
    color: #fff !important;
    font-size: 22px;
    padding: 8px;
}
.simple-social-icons2 ul li a:hover {
background-color: #999!important;
    border: 0 solid #999 !important;
}

.footer-widgets-3 img {
	float: right;
    max-width: 160px;
}
.simple-social-icons2 ul li a {
  -moz-osx-font-smoothing: grayscale;
    border: medium none !important;
    box-sizing: content-box;
    display: inline-block;
    font-family: "ssi-icomoon";
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: normal !important;
    line-height: 1em;
    text-align: left;
    text-decoration: none !important;
    text-transform: none !important;
    width: 1em;
	}
	
.simple-social-icons2 ul li {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: medium none !important;
    float: left;
    list-style-type: none !important;
    margin: 0 10px 12px 0px !important;
    padding: 0 !important;
	}

/* Typographical Elements

--------------------------------------------- */



body {

    background: #fff;

    color: #010101;

    font-family: 'Raleway', sans-serif;
	font-weight:400;
letter-spacing: .03em;
    font-size: 16px;
text-rendering: optimizeLegibility;
    line-height: 1.6;

}



a,

button,

input[type="button"],

input[type="reset"],

input[type="submit"],

textarea:focus,

.button {

    -webkit-transition: all 0.1s ease-in-out;

    -moz-transition:    all 0.1s ease-in-out;

    -ms-transition:     all 0.1s ease-in-out;

    -o-transition:      all 0.1s ease-in-out;

    transition:         all 0.1s ease-in-out;
	line-height: 1em;

}
.home-features a {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	line-height: 2.4em;
}
.home-features a::after {
	content: " \f345";
    font-family: "dashicons";
    font-size: 15px;
    vertical-align: sub;
	display:inline-block;
}

a.button::after {
	content: " \f345";
    font-family: "dashicons";
    font-size: 19px;
    vertical-align: sub;
	display:inline-block;
}
.sidebar a.button {
	width: 100%;
	text-align:center;
	line-height: 1em;
}

::-moz-selection {

    background-color: #333;

    color: #fff;

}



::selection {

    background-color: #333;

    color: #fff;

}



a {

    text-decoration: none;

}
a:hover {

    text-decoration: underline;

}


a img {

    margin-bottom: -4px;

}



p {

    margin: 0 0 22px;

    padding: 0;

}



strong {

    font-weight: 500;

}
body.about .two-thirds {
	padding: 0px 30px 30px;
}
body.services .site-inner {
	background-image:url(images/banner-students_02.jpg);
	background-position:center top;
	background-repeat:repeat-x;
}
body.about .site-inner {
	background-image:url(images/banner-gates_02.jpg);
	background-position:center top;
	background-repeat:repeat-x;
}
body.testimonials .site-inner {
	background-image:url(images/banner-harvard_02.jpg);
	background-position:center top;
	background-repeat:repeat-x;
}
body.blog .site-inner, body.single .site-inner {
	background-image:url(images/banner-library_02.jpg);
	background-position:center top;
	background-repeat:repeat-x;
}
body.home .site-inner {
	background: none;
}
ol,

ul {

    margin: 0;

    padding: 0;

}



li {

    list-style-type: none;

}



blockquote,

blockquote::before {

    color: #999;

}



blockquote {

    margin: 0;

    padding: 24px 40px;

}



blockquote::before {

    content: "\201C";

    display: block;

    font-size: 30px;

    height: 0;

    left: -20px;

    position: relative;

    top: -10px;

}



.entry-content code {

    background-color: #333;

    color: #ddd;

}



cite {

    font-style: normal;

}

.bne-testimonial-slider-wrapper {
	background:none!important;
	border:none!important;
	box-shadow:none!important;
}
.bne-testimonial-list-wrapper .single-bne-testimonial {
	margin-bottom: 40px !important;
}
div.bne-testimonial-description p, .testimonial-content p {
	font-size: 20px;
	font-style: italic;
	margin-bottom: 20px;
	color: #525252;
}
.sidebar div.bne-testimonial-description p, .sidebar .testimonial-content p {
	font-size: 16px;
}
.sidebar .bne-testimonial-slider-wrapper .bne-testimonial-description {
    margin-bottom: 15px;
}
div.bne-testimonial-description p span {
	line-height: 1.3!important;
	font-style:normal!important;
}
div.bne-testimonial-list-wrapper div.single-bne-testimonial div.bne-testimonial-description p {
	font-size: 18px;
}
div.bne-testimonial-description p a{
	font-size: 16px;
	font-style: normal;
	text-decoration:underline;
}
.bne-testimonial-slider.bne-flexslider .flex-content {
	padding: 0px 32px 35px 66px!important;
}
.sidebar .bne-testimonial-slider.bne-flexslider .flex-content {
	padding: 10px 0px 20px 0px!important;
}
.bne-testimonial-slider.bne-flexslider .flex-direction-nav li a {
	margin: 0 4px!important;
	right: 20px!important;
}

.bne-testimonial-list-wrapper .bne-testimonial-description {
	margin-bottom: 35px!important;
}
.bne_testimonial_slider_widget {
	background-image: url(images/index_03.png);
	background-repeat:no-repeat;
	background-position:top left;
	padding: 20px 0px 20px 20px;
}
.sidebar .bne_testimonial_slider_widget {
	background-image: url(images/index_03.png);
	background-size: 50px auto;
	padding: 20px 0px 20px 20px;
}
.sidebar .widget.bne_testimonial_slider_widget {

}
.bne-testimonial-description {
	color: #151515;}

.sidebar .widget.bne_testimonials_slider_widget {
	border: 2px dashed #ccc;
	padding: 20px;

}

/* Headings

--------------------------------------------- */



h1,

h2,

h3,

h4,

h5,

h6 {

    color: #333;

    font-family: 'Raleway', sans-serif;

    font-weight: 500;

    line-height: 1.25;

    margin: 0;

    margin-bottom: 10px;

    padding: 0;

}



h1 {

    font-size: 32px;

}



h2 {

    font-size: 28px;

}
body.page h2 {
	line-height: 1.2;
}


h3 {

    font-size: 24px;

}



h4 {

    font-size: 22px;

}

.sidebar h4 {
	padding: 10px 20px;
	margin-bottom: 20px;
	background-color: #355b99;
	text-transform:uppercase;
	text-align: left;
	color: #fff;
	

}

h5 {

    font-size: 20px;

}



h6 {

    font-size: 18px;

}

.home-features h2 {
	text-transform: uppercase;
	font-size:17px;
	color: #fff;
	text-align: center;
	background-color: #355b99;
	display: block;
	padding: 8px 0px 7px;
	margin-bottom: 18px;
		font-weight: 300;
}
.home-features li {
	list-style-type: square!important;
	color: #4d8c40;
	margin-left: 22px!important;
}
.home-features .one-third {
	padding: 0px 20px 20px;
}

/* Objects

--------------------------------------------- */



embed,

iframe,

img,

object,

video,

.wp-caption {

    max-width: 100%;

}



img {

    height: auto;

}



.featured-content img,

.gallery img {

    width: auto; /* IE8 */

}





/* Forms

--------------------------------------------- */



input,

select,

textarea {

    background-color: #fff;

    border: 1px solid #ccc;

    box-shadow: 1px 1px 3px #eee inset;

    color: #333;

    font-family: 'Raleway', sans-serif;

    font-size: 16px;

    padding: 10px;

    width: 100%;

}



input[type="checkbox"],

input[type="image"],

input[type="radio"] {

    width: auto;

}



input:focus,

textarea:focus {

    border: 1px solid #999;

    outline: none;

}



::-moz-placeholder {

    color: #999;

    opacity: 1;

}



::-webkit-input-placeholder {

    color: #999;

}



button,

input[type="button"],

input[type="reset"],

input[type="submit"],

.button,

.entry-content .button {

    border: 2px solid #fff;

    box-shadow: none;

    cursor: pointer;

    padding: 14px 20px;
font-weight: 400;
    width: auto;
background-color: #355a99;
    text-transform: uppercase;

}



button:hover,

input:hover[type="button"],

input:hover[type="reset"],

input:hover[type="submit"],

.button:hover,

.entry-content .button:hover {

       border: 2px solid #fff;
	background-color: #fff;
	color: #355a99;

    text-decoration: none;

}
a.button:hover::after{
	color: #355a99; }

.button {

    display: inline-block;

}

body.page .button:hover {
	border: 2px solid #355a99;
}

input[type="search"]::-webkit-search-cancel-button,

input[type="search"]::-webkit-search-results-button {

    display: none;

}



.home-cta a.button {

    display: inline-block;

    margin-top: -30px;

    text-align: center;

}



/* Tables

--------------------------------------------- */



table {

    border-collapse: collapse;

    border-spacing: 0;

    line-height: 2;

    margin-bottom: 40px;

    width: 100%;

}



tbody {

    border-bottom: 1px solid #ddd;

}



th,

td {

    text-align: left;

}



th {

    font-weight: bold;

    text-transform: uppercase;

}



td {

    border-top: 1px solid #ddd;

    padding: 6px 0;

}







/* Site Containers

--------------------------------------------- */



.site-container {

    margin: 0 auto;

    width: 100%;

}



.hello-pro-landing .site-inner {

    margin: 0 auto 0;

}



.site-inner {

    background-color: #fff;

    clear: both;

    margin: 0 auto;

    overflow: hidden;

    width: 1140px;

}

a, a:hover, a:active, a:focus {
	outline: 0;
}

.hello-pro-home .site-inner {

    clear: both;

    margin: 0 auto;

    overflow: hidden;

    width: 100%;
padding-top: 0px;
}



.hello-pro-home .site-inner {

    overflow: visible;

}



.wrap {

    max-width: 1140px;

    margin: 0 auto 0;

}





/* Content

--------------------------------------------- */



.content {

    float: right;

    width: 70%;

    padding: 50px 30px 40px 20px;

}



.content-sidebar .content {

    float: left;

}



.full-width-content .content {
    margin: 0 10%;
    width: 80%;

}





.hello-pro-home .content {

    padding: 0;
	 width: 100%;
	 margin: 0;

}



.hello-pro-portfolio .content {

    padding: 40px 30px 0;

}

body.page .site-inner, body.single .site-inner {
	width: 100%;
	padding: 245px 20px 50px;
}
.content-sidebar-wrap {
	margin: 0 auto;
    overflow: hidden;
    max-width: 1140px;
	width: 100%;
}
body.home .content-sidebar-wrap {
	max-width: 100%;

}
body.blog main .entry {
	margin-bottom: 60px;
}
/* Primary Sidebar

--------------------------------------------- */



.sidebar-primary {

    margin-top: 56px;

    margin-bottom: 30px;

    float: right;

    width: 26%;

}



.sidebar-primary .widget {

    margin-top: 10px !important;

    margin-bottom: 40px !important;

}



.sidebar-primary .widget:first-child{

    margin-top: 0px !important;

    padding-top: 0px !important;

    border-top: none !important;

}



.sidebar-primary .widget:last-child{

    margin-bottom: 0px !important;

    padding-bottom: 0px !important;

}



.sidebar-content .sidebar-primary {

    float: left;

}



.sidebar-primary .widget .widget-title{


    display:block;

    font-weight: 300;

    font-size: 18px;

}









/* Column Classes

Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css

--------------------------------------------- */



.five-sixths,

.four-sixths,

.one-fourth,

.one-half,

.one-sixth,

.one-third,

.three-fourths,

.three-sixths,

.two-fourths,

.two-sixths,

.two-thirds {

    float: left;

    margin-left: 2.564102564102564%;

}



.one-half,

.three-sixths,

.two-fourths {

    width: 48.717948717948715%;

}



.one-third,

.two-sixths {

    width: 31.623931623931625%;

}



.four-sixths,

.two-thirds {

    width: 65.81196581196582%;

}



.one-fourth {

    width: 23.076923076923077%;

}



.three-fourths {

    width: 74.35897435897436%;

}



.one-sixth {

    width: 14.52991452991453%;

}



.five-sixths {

    width: 82.90598290598291%;

}



.first {

    clear: both;

    margin-left: 0;

}





/* Avatars and Images

--------------------------------------------- */



.avatar {

    border: 1px solid #fff;

    float: left;

}



.alignleft .avatar {

    margin-right: 24px;

}



.alignright .avatar {

    margin-left: 24px;

}



.search-form {

    overflow: hidden;

}



.genesis-nav-menu .search input[type="submit"],

.widget_search input[type="submit"] {

    border: 0;

    clip: rect(0, 0, 0, 0);

    height: 1px;

    margin: -1px;

    padding: 0;

    position: absolute;

    width: 1px;

}



.search-form input[type="search"] {

    background: #fff url(images/icon-search.png) no-repeat right;

    background-size: 36px 16px;

    color: #888;

    font-size: 10px;

    margin-bottom: 10px;

    padding: 16px;

    text-transform: uppercase;

    width: 100%;

}



a.aligncenter img {

    display: block;

    margin: 0 auto;

}



img.centered,

.aligncenter {

    display: block;

    margin: 0 auto 24px;

}



a.alignnone img,

img.alignnone {

    margin-bottom: 12px;

}



.alignleft {

    float: left;

    text-align: left;

}



.alignright {

    float: right;

    text-align: right;

}



a.alignleft,

a.alignnone,

a.alignright {

    max-width: 100%;

}



a.alignnone {

    display: inline-block;

}



a.alignleft img,

img.alignleft,

.wp-caption.alignleft {

    margin: 0 24px 12px 0;

}



a.alignright img,

img.alignright,

.wp-caption.alignright {

    margin: 6px 0 24px 34px;
	max-width: 50%;

}



.entry-content .wp-caption-text {

    font-size: 16px;

    font-weight: 400;

    margin: 0;

    text-align: center;

}



.gallery-caption,

.entry-content .gallery-caption {

    margin: 0 0 10px;

}



/* Genesis

--------------------------------------------- */



.breadcrumb {

    color: #777;

    font-size: 12px;

    margin: -40px -60px 30px;

    padding: 20px;

}



.hello-pro-home .breadcrumb {

    margin: 0;

}



.archive-description,

.author-box {

    margin-bottom: 30px;

    padding: 15px 15px 30px;

    border-top: 1px solid #CCCCCC;

    border-bottom: 1px solid #CCCCCC;

}



.archive-description {

    padding: 16px 20px;

}



.author-box-title {

    font-size: 16px;

    margin-bottom: 4px;

}



.author-box p {

    font-size: 16px;

    margin: 0;

}



.author-box .avatar {

    margin-right: 24px;

}





/* Titles

--------------------------------------------- */
body.page h1 {
	margin-bottom: 40px;
}


.entry-title {

    font-size: 36px;

    line-height: 1.2;

    margin-bottom: 30px;
	border-bottom: 1px dashed #777;
	padding-bottom: 18px;


}



.entry-title a,

.sidebar .widget-title a {

 text-decoration: none;

}



.entry-title a:hover,

.footer-widgets .entry-title a:hover {

    text-decoration: none;

}



.archive-title,

.widget-title,

.hello-pro-portfolio .entry-title {

    font-size: 16px;

    text-transform: uppercase;

    margin-bottom: 20px;

    text-align: center;

}



.footer-widgets .entry-title,

.sidebar .entry-title {

    font-size: 16px;

}



.hello-pro-home .home-cta .widget-title {

    font-size: 24px;

    margin-bottom: 6px;

    text-transform: none;

}





/* Widgets

--------------------------------------------- */



.featured-content .entry {

    margin-bottom: 12px;

    padding: 0;

}



.featured-content .entry-title {

    font-size: 18px;

}



.hello-pro-home .featured-content .entry {

    margin-bottom: 0px;

}





/* Jetpack

--------------------------------------------- */



img#wpstats {

    display: none;

}





/* WP-MobiSim

--------------------------------------------- */



/* iPAD */

#wpms-ipadportrait-regular div {

    width: 770px !important;

    height: 1132px !important;

    padding: 110px 0 0 0 !important;

    margin: 0 auto;

}



#wpms-ipadportrait-regular iframe {

    width: 770px !important;

    height: 1022px !important;

}



/* iPHONE 5 */

#wpms-iphone5portrait-regular div {

    width: 324px !important;

    height: 681px !important;

    padding: 117px 0 0 4px !important;

    margin: 0 auto !important;

}



/* GALAXY 3 */

#wpms-samsung-galaxy3portrait-regular div {

    width: 346px !important;

    height: 687px !important;

    padding: 74px 0 0 0 !important;

    margin: 0 auto !important;

}





/*

Site Header

---------------------------------------------------------------------------------------------------- */



.hello-pro-home .site-header {

    margin: 0 auto;

    min-height: 100px;

    width: 100%;

}



.site-header {

    background-color: #fff;

    margin: 0 auto;

    min-height: 100px;

    width: 100%;

}



/* Title Area

--------------------------------------------- */



.title-area {

    font-weight: 700;

    float: left;

    overflow: hidden;

    width: 360px;
	

}



.site-title {

    display:block;

    font-size: 38px;

    line-height: normal;

    margin: 10px 0px 5px 0px;

    border-bottom: 1px solid #999;

}



.header-image .site-title {

    border-bottom: none !important;
 margin: 2px 0px 8px;

}



.site-title a {

    display: inline-block;

    text-decoration: none;

    transition: all .25s ease;

}



.site-title a,

.site-title a:hover {

    text-decoration: none;

}



.site-description {

    display: block;

    font-size: 14px;

    margin-bottom: 10px;

    padding-top: 3px;

    color:#999;

}



.site-title a.has-image .site-title-name,

.site-title a.has-image .tagline,

.site-title a.has-image .site-description{

    display:none;

}



/* Full width header, no widgets */



.header-full-width .title-area,

.header-full-width .site-title {

    width: 100%;

}





/* Logo, hide text */



.header-image .site-description {

    display: none;

    text-indent: -9999px;

}



.header-image .site-title a {

    display: block;

    text-indent: -9999px;

    background-size: contain !important;
	background: url(images/logo.png);
	background-repeat:no-repeat;
	

}



.header-image .title-area {
	   float: left;



    max-width: 360px;

    min-height: 100px;

    padding: 0;

    width: 25%;

    border-bottom: none;
}

.header-image .site-title,

.header-image .site-title a {

    float: left;



    max-width: 360px;

    min-height: 100px;

    padding: 0;

    width: 100%;

    border-bottom: none;

}
div.phone {
	display:inline-block;
	background-color: #338e26;
	padding: 4px 12px 0px 10px;
	margin-right: 20px;
     border-radius:5px;
}
.phone a {
	color: #fff;
	font-size: 24px;
	font-weight:200;
	letter-spacing: .04em;
	line-height: 1.5em;
	font-family: sans-serif;
}
.testimonial-author {
	display: none;
}
.testimonial-content {
	padding: 30px 20px 30px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	background-image:url(images/index_03.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 35px auto;
	font-size: 100%!important;
	
}
.home .testimonial-content {
	padding: 30px 20px 10px;
	border-bottom: none;
	margin-bottom: 10px;
}
.phone a:hover {
	color: #fff;

}
.phone img {
	margin: 3px 0px 0px;
	vertical-align:top;
	max-width: 32px;
}
.hello-pro-home .site-header .entry {
	margin-bottom: 8px;
}
	
.header-image .title-area {
	padding-top: 0px;
	padding-left: 10px;
}

/* Sticky Header 

--------------------------------------------- */

.site-header.sticky {

    z-index:1;

    min-height: 66px;

    position: fixed;

    top: -380px;

    -webkit-backface-visibility: hidden;

    backface-visibility: hidden;

    -webkit-perspective: 1000;

    -ms-perspective: 1000;

    perspective: 1000;

    -webkit-transform: translateZ(0);

    -ms-transform: translateZ(0);

    transform: translateZ(0);

}

.site-header.sticky section#featured-page-10.widget.featured-content.featuredpage {
	display: none;
}

.sticky{

    transition: top .35s ease .1s;

}



.sticky .site-title,

.sticky .site-title a{

    font-size:28px;

    border-bottom: none;

}



.sticky .site-title{

    margin: 15px 0px 5px 0px;

}



.sticky .site-description{

    /*font-size:12px;*/

    display:none;

}



.site-header.active{

    top: 0px;

}



.site-header.admin-loggedin.active{

    top:32px;
	z-index: 1000;

}



.site-header.sticky .site-title .site-title-name {

    font-size: 34px;

}



.site-header.sticky .site-title .tagline{

    display: none;

}



.site-header.sticky .genesis-nav-menu a{

    padding: 21px 18px;

}



.site-header.sticky .genesis-nav-menu > li:hover,

.site-header.sticky .genesis-nav-menu > li > a:hover {


}



.header-image .sticky .title-area,

.header-image .sticky .site-title,

.header-image .sticky .site-title a {
 min-height: 80px;
 padding-top: 0px;
 padding-bottom: 3px;

}



.header-image .sticky .site-title,

.header-image .sticky .site-title a{

    margin:0;

}



.header-image .site-header.sticky .widget-area {

    margin:15px 0 0;

}





/* Widget Area

--------------------------------------------- */



.site-header .widget-area {

    float: right;

    width: 75%;
	text-align:right;

}



.header-image .site-header .widget-area{

    margin-top: 15px;

}



.site-header .widget-area .widget-title {

    font-size: 16px;

    margin-bottom: 2px;

    text-align: right;

    text-transform: uppercase;

}



.site-header .widget {

    padding: 0px;

}



.site-header .search-form {

    float: right;

    margin-top: 24px;

    width: 50%;

}





/*

Site Navigation

---------------------------------------------------------------------------------------------------- */



.genesis-nav-menu {

    clear: both;

    color: #000;

    font-size: 16px;

    line-height: 1.5;

    margin: 0;

    overflow: hidden;

    padding: 0;

    width: 100%;

}



.genesis-nav-menu .menu-item {

    display: inline-block;

    margin: 0;

    padding: 0;

    text-align: left;

}



.genesis-nav-menu a {

    color: #000;

    display: block;

    padding: 16px 24px;

    position: relative;

}



.genesis-nav-menu li:hover,

.genesis-nav-menu a:hover {

    background-color: #fff;

    color: #333;

    text-decoration: none;

}



.genesis-nav-menu .current-menu-item > a {

    color: #338c26;
	

}



.genesis-nav-menu .sub-menu {

    left: -9999px;

    margin: 0;

    opacity: 0;

    padding: 0;

    position: absolute;

    -webkit-transition: opacity .4s ease-in-out;

    -moz-transition:    opacity .4s ease-in-out;

    -ms-transition:     opacity .4s ease-in-out;

    -o-transition:      opacity .4s ease-in-out;

    transition:         opacity .4s ease-in-out;

    width: 258px;

    z-index: 999;

}



.genesis-nav-menu .sub-menu a {

    background-color: #fff;

    border: 1px solid #ddd;

    border-top: none;

    color: #000;

line-height: 1.2;
    font-size: 12px;

    padding: 8px 12px;

    position: relative;

    width: 258px;

}



.genesis-nav-menu .sub-menu a:hover {

 

    /*color: #333;*/

}



.genesis-nav-menu .sub-menu .sub-menu {

    margin: -40px 0 0 257px;

}



.genesis-nav-menu .menu-item:hover {

    position: static;

}



.genesis-nav-menu .menu-item:hover > .sub-menu {

    left: auto;

    opacity: 1;

}



.genesis-nav-menu > .first > a {

    padding-left: 0;

}



.genesis-nav-menu > .last > a {

    padding-right: 0;

}



.genesis-nav-menu > .right {

    display: inline-block;

    float: right;

    list-style-type: none;

    padding: 16px 20px;

}



.genesis-nav-menu > .right > a {

    display: inline;

    padding: 0;

}



.genesis-nav-menu > .search {

    padding: 0;

}



.genesis-nav-menu .search-form {

    width: 100%;

}



/* Site Header Navigation

--------------------------------------------- */



.site-header .widget_nav_menu {

    padding: 0;

}



.site-header .genesis-nav-menu {

    float: right;

    width: auto;

}



.site-header .genesis-nav-menu a {

    padding: 14px 20px 14px;
	text-transform:uppercase;
	font-family: 'Arial', sans-serif;
	font-weight:400;
	font-size:16px;

}



.site-header .sub-menu {

    border-top: 1px solid #D0D0D0;

}



.site-header .genesis-nav-menu .sub-menu a {

    padding: 10px 12px;
	font-size: 14px;

}

.site-header .genesis-nav-menu a:hover, .site-header .genesis-nav-menu .sub-menu a:hover { 
	background-color:#f1f1f2;
}

.site-header .sub-menu .sub-menu {

    margin-top: -40px;

}





/* Secondary Navigation

--------------------------------------------- */



.nav-secondary .genesis-nav-menu li:hover,

.nav-secondary .genesis-nav-menu a:hover,

.nav-secondary .genesis-nav-menu li.current-menu-item a:hover {

    background-color: transparent;

    color: #666;

}



.nav-secondary .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .current-menu-parent > a {

    background-color: transparent;

    color: #338c26;

}



/* Responsive Menu

--------------------------------------------- */



.responsive-menu-icon {


    cursor: pointer;

    display: none;

}

body.testimonials .testimonial-author {
	display: none;
}


.responsive-menu-icon::before {

    content: "\f333";

    display: block;

    font: normal 36px/1 'dashicons';

    margin: 0 12px 0 0;

    padding: 0px 10px;

    text-align: right;

}



/* Home Page

--------------------------------------------- */



.top {

    width: 100%;

    padding: 30px 0px 0px 0px;

    margin: 0;

    position:relative;

}



.home-welcome {

    float: left;

    width: 55%;

    margin: 0;

    padding: 0;

}



.highlight {

    display: table;

    margin-bottom: 10px;

    font-family: 'Raleway' !important;

    font-size: 20px;

    padding: 8px;

    text-transform: uppercase;

    font-weight: bold;

    letter-spacing: 2px;

    line-height: normal;

}



.home-welcome h1 {

    font-size: 46px;

    text-transform: uppercase;

    font-weight: 300;

}



.home-headline h1,

.home-headline h2,

.home-headline h3,

.home-headline h4,

.home-headline h5,

.home-headline h6,

.home-headline p,

.home-headline{

    /*font-size: 24px;*/

    /*text-transform: uppercase;*/

    font-weight: 300;

    color:#fff;

    /*margin-bottom: 0;*/

}



.home-headline b,

.home-headline strong{

    font-weight: 700;

}



.home-image {

    float: left;

    width: 45%;

    margin: 0;

    padding: 0;

    line-height: 0;

}



.home-image .textwidget {

    text-align: center;

}



.top .wrap .home-image .textwidget img{

    /* display:none;   /* display:none by default */

    opacity:0;

    margin-right: -30px;

    transition: all 1s ease;

}



.top .wrap .home-image .textwidget.show  img{

    opacity:1;

    margin-right: 0px;

}



.home-features {

    clear: both;

    padding: 80px 0px 50px;

}




.home-intro {
	background-color: #26272c;
	
}
.home-intro .wrap {
	padding: 46px 30px 30px;
}

.home-intro p {
	color: #fff;
	font-size: 30px;
	text-align: center;
}
.home-portfolio .featured-content article.type-portfolio{

    width:100%;

    display: block;

    float: none;

    position: relative;

}



.home-features .widget:nth-of-type(3n+1),

.home-portfolio .widget:nth-of-type(3n+1) {

    clear: left;

}



.hello-pro-home .home-cta {

    float: left;

    padding: 0px 0px;

    width: 100%

}



.hello-pro-home .home-cta,

.hello-pro-home .home-cta h1,

.hello-pro-home .home-cta h2,

.hello-pro-home .home-cta h3,

.hello-pro-home .home-cta h4,

.hello-pro-home .home-cta p {

    font-family: 'Raleway', sans-serif;

    /*font-size: 32px;*/

    color: #4d596f;

}



.hello-pro-home .home-cta input {

    float: left;

    display: inline-block;

}



.hello-pro-home .home-cta .optin {

    font-family: 'Raleway', sans-serif;

    font-size: 28px;

    text-transform: uppercase;

    float: left;

    margin-right: 4%;

    display: inline-block;

    width: 48%;

    text-align: center;

}



.hello-pro-home .home-cta #mc_embed_signup {

    width: 48%;

    float: left;

}



.hello-pro-home .home-cta .mc-field-group {

    display: inline-block;

    width: 33%;

    float: left;

    padding: 0 10px 0 0;

}



.hello-pro-home .home-headline {

    width: 100%;

    float: left;

    clear: both;

}



.hello-pro-home .home-cta .widget,

.hello-pro-home .home-headline .widget {

    width:100%;

    margin: 0 auto 0;

    padding: 30px 0px;

}



.hello-pro-home .home-headline .widget{

    text-align: center;

}



.bottom {

    width: 100%;

    margin: 0px;

    padding: 40px 0px;

    clear: both;

    background-attachment: fixed !important;

}



.hello-pro-home .home-portfolio {

    color: #000;

    width:100%;

    margin: 0 auto 0;

    padding: 0px;

}



.home-portfolio img {

    border: 1px solid #999;

    padding: 5px;

}



.hello-pro-home .home-testimonial {

    /*margin:0 30px;*/

    padding: 40px 40px 0px;


    clear: both;

}





/* Portfolio

--------------------------------------------- */



.hello-pro-portfolio .portfolio {

    float: left;

    padding: 0 30px 30px;

    width: 33.33333333%;

}



.hello-pro-portfolio .portfolio:nth-of-type(3n+1) {

    clear: left;

}



.single-portfolio .content {

    text-align: center;

}



.portfolio-featured-image img {

    background: #f5f5f5 none repeat scroll 0 0;

    border: 1px solid #999;

    padding: 5px;

}



/* Entries

--------------------------------------------- */



.entry {

    margin-bottom: 40px;

}



.hello-pro-portfolio .entry,

.single-portfolio .entry {

    margin-bottom: 20px;

}



.entry-content ol,

.entry-content ul {

    margin-bottom: 32px;

}


.entry-content p,


.quote-caption {

    margin-bottom: 22px;

}



.entry-content ol li,

.entry-content ul li {

    margin-left: 40px;

}



.entry-content ol > li {

    list-style-type: decimal;

}



.entry-content ul > li {

    list-style-type: square;
	color: #666;
	padding-bottom: 4px;

}



.entry-content ol ol,

.entry-content ul ul,

.entry-content .wp-caption p {

    margin-bottom: 0;

}



.content .entry-header .entry-meta {

    clear: both;

    color: #999;

    font-size: 12px;

    line-height: 2;

    margin: 0 0 10px 0px;

    overflow: hidden;

    padding-left: 0px;

    text-transform: uppercase;


}



.content > article:first-child .entry-header .entry-meta{

    border-top: none !important;

}



.content .entry-header .entry-meta a {

    font-weight: 500;

}



.content .entry-header .entry-meta .entry-comments-link {

    float: right;

    font-size: 11px;

    padding: 0 10px;

    text-transform: uppercase;

    width:  200px;

    text-align: center;

}



.content .entry-header .entry-meta .entry-comments-link a {

    color: #fff;

    padding-left: 10px;

}



.entry-footer .entry-tags {

    margin-left: 4px;

    padding-left: 10px;

}





/* After Entry

--------------------------------------------- */



.after-entry {

    background-color: #f5f5f5;

    margin-bottom: 30px;

    padding: 30px;

    text-align: center;

}



.after-entry .widget {

    margin-bottom: 30px;

}



.entry-footer .entry-meta {

    font-size: 14px;

    margin: 0;

    padding-top: 5px;

}



.after-entry .widget:last-child,

.after-entry p:last-child {

    margin: 0;

}



.after-entry li {

    list-style-type: none;

}



/* Pagination

--------------------------------------------- */



.archive-pagination {

    font-size: 16px;

    padding: 30px 0;

}



.entry .archive-pagination a {



}



.archive-pagination li {

    display: inline;

}



.archive-pagination li a {

    border-radius: 5px;

    cursor: pointer;

    display: inline-block;

    font-size: 12px;

    font-weight: 700;

    line-height: 2;

    margin-bottom: 4px;

    padding: 8px 20px;

    text-decoration: none;

    text-transform: uppercase;

}



.archive-pagination li a:hover,

.archive-pagination li.active a {

    text-decoration: none;

}



/* Comments

--------------------------------------------- */



.comment-respond,

.entry-comments,

.entry-pings {

    font-size: 16px;

    margin-bottom: 40px;

    overflow: hidden;

}



.entry-comments .comment-author {

    font-weight: 700;

    margin: 0;

}



.comment-respond input[type="email"],

.comment-respond input[type="text"],

.comment-respond input[type="url"] {

    width: 50%

}



.comment-respond label {

    display: block;

    margin-right: 12px;

}



.comment-list li,

.ping-list li {

    list-style-type: none;

    margin: 30px;

    overflow: hidden;

}



.comment-list li.depth-1,

.ping-list li.depth-1 {

    margin: 30px 0;

}



.comment-list li li {

    margin-right: -1px;

}



.comment {

    border-right: none;

}



.comment-header,

.ping-list .comment-meta {

    background-color: #eee;

    color: #000;

    float: left;

    font-weight: 700;

    padding: 30px;

    width: 100%;

}



.comment-list cite,

.ping-list cite,

.says {

    display: inline-block;

}



.comment-header .comment-meta a,

.comment-metadata a {

    font-size: 12px;

    font-weight: 300;

    color: #333;

}



.comment-content {

    clear: both;

    padding: 48px;

}



.comment-content p,

.comment-header p.comment-meta {

    margin: 0;

}



.comment .avatar {

    margin-right: 10px;

}



.alt,

.even {

    background-color: #f5f5f5;

    border: 1px solid #ddd;

}



.comment-reply {

    font-size: 16px;

    padding: 0 48px 48px;

}



.entry-pings .reply {

    display: none;

}



.form-allowed-tags {

    background-color: #f5f5f5;

    font-size: 16px;

    padding: 24px;

}



/* Widgets

------------------------------------------------------ */



.widget {

    word-wrap: break-word;

}



.widget li {

    list-style-type: none;

    margin-bottom: 6px;

    margin-top: 6px;

    text-align: left;

}



.widget ol > li {

    background-image: none;

    list-style-position: inside;

    list-style-type: decimal;

    padding-left: 20px;

    text-indent: -20px;

}

.sidebar .widget.widget_nav_menu ul {
	padding: 0px 20px 20px 40px;
}
.sidebar .widget.widget_nav_menu ul > li {
	list-style-type: square;
	margin: 0px 0px 8px;
}

.widget ul > li {

    text-indent: 0;

}



.widget ul > li {

    list-style-position: outside;

    padding: 0;

}



.widget ol > li:last-child,

.widget ul > li:last-child {

    margin-bottom: 0;

}



.widget_calendar table {

    width: 100%;

}



.widget_calendar td,

.widget_calendar th {

    text-align: center;

}



.widget_calendar caption {

    font-size: 12px;

    font-style: italic;

    padding: 2px 6px 0 0;

    text-align: right;

}





/*

Sidebars

-------------------------------------------------------------- */



.sidebar {

    display: inline;

    font-size: 16px;

    padding: 0px 0px 30px;

}



.sidebar p {

    margin-bottom: 16px;

}



.sidebar p:last-child,

.sidebar ul {

    margin-bottom: 0;

}



.sidebar li,

.sidebar .more-from-category a {


    margin-bottom: 18px;

    padding: 0 0 6px 20px;

}

.sidebar .menu a {
	font-size: 15px;
	padding-bottom: 6px;
	font-weight: 400;
}
.sidebar .menu .current-menu-item > a { 
color: #338c26;
}
.sidebar .more-from-category {

    padding-top: 6px;

}



.sidebar .widget {

    margin-bottom: 0;

    padding:40px 0 0px;

    word-wrap: break-word;

}



.sidebar .widget:last-child {

    margin-bottom: 0 !important;

}



.sidebar .search-form {

    width: 100%;

}



/*

Enews Plugin 

-----------------------------------------------------------------*/



.footer-widgets .enews input, .footer-widgets .enews select, .footer-widgets .enews textarea {

    margin-bottom: 5px;

}



.home-cta .enews {

	padding-top: 20px;

}



.home-cta .enews p {

	width: 50%;

	float: left;

	clear: none;

	font-family: "Raleway", sans-serif;

	font-size: 28px;

	margin-right: 4%;

	text-align: center;

	text-transform: uppercase;

}



.home-cta .enews form {

	width: 45%;

	float: left;

	clear: none;

	margin-bottom: 0px;

}



.home-cta .enews input, .home-cta .enews select, .home-cta .enews textarea {

    float: left;

    width: 30%;

    clear: none;

    margin-right: 10px;

    margin-bottom: 0px;

}





/*

Footer Widgets

------------------------------------------------------------------ */



.footer-widgets {

    clear: both;

    font-size: 16px;

}



.footer-widgets .wrap {

    overflow: hidden;

    padding: 60px 30px 0px;

}



.footer-widgets-1 {

    padding: 0 2.8% 0 0;

    width: 30%;

}
.footer-widgets-1 img {
	max-width: 240px;
}

.footer-widgets-2
 {
    padding: 19px 0px 0px 8%;
    width: 40%;
	 border-left: 1px solid #aaa;
}

.footer-widgets p {
	margin-bottom: 10px;
}

.footer-widgets-1,

.footer-widgets-2 {

    float: left;
    margin-top: 10px;

}



.footer-widgets-3 {

    float: right;
	padding: 0 0 0 1%;
    width: 30%;
}



.footer-widgets-1 .textwidget{

    text-align: center;

}



.footer-widgets .widget {

    margin-bottom: 0px;

    word-wrap: break-word;

}



.footer-widgets li {

    background: url(images/icon-li-footer.png) no-repeat 0 7px;

    background-size: 8px 8px;

}



.footer-widgets .search-form {

    width: 100%;

}





/*

Site Footer

------------------------------------------------------------------ */



.site-footer {

    color: #fff;

    font-size: 12px;

    padding: 50px 0 20px;

    text-align: center;

    /*text-transform: uppercase;*/

}



.site-footer a {

    color: #333;

}



.site-footer p {

    margin: 0;

}





/*

Theme Colors

------------------------------------------------------------------------------- */



/*********** GRAY (Default Styles) ***********/



.sidebar a {
	color: #000;
}

a, .entry-title a:hover,

.footer-widgets .entry-title a:hover{

    color: #338c26; 

}



a:hover{

    color: #338c26; 

}



.genesis-nav-menu a {

    color: #333;

}



.genesis-nav-menu a:hover{

    color: #338c26;

}



.genesis-nav-menu .current-menu-item > a {
background-color:#F1f1f2;
    color: #338c26;

}





.enews-widget input[type="submit"],

.content .entry-header .entry-meta .entry-comments-link,

.archive-pagination li a,

 a.button,

button,

input[type="button"],

input[type="reset"],

input[type="submit"] {

    background-color: #338c26;

    color: #fff;
    border-radius: 5px;

}



.archive-pagination li a:hover,

.archive-pagination li.active a,

a:hover.button,

button:hover,

input:hover[type="button"],

input:hover[type="reset"],

input:hover[type="submit"]

{

    background-color: #558dda;  

    color: #fff;

}



.highlight {

    background-color: #3c7fda;

}



.top {

    background: url(images/banner_02.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	

   /* background-size: cover; */

    width: 100%;
	height: 475px;

    padding: 0px;

    margin: 0;

    color: #fff;

}
.top section {
	display: inline-block;
	margin: 0 auto;
}
.home-banner {
	text-align: left;
	margin: 120px auto 0;
	max-width: 550px;
	width: auto;
	float: left;
}
h1.banner-box {	
	font-family:'Raleway', sans-serif;
	font-weight:400;
	font-size: 32px;
	background: rgba(0,0,0,0.66);
	padding: 24px 30px 34px 50px;
	line-height: 1.55;
	letter-spacing: .03em;
	margin: 0px;

}

.home-intro .entry {
	width: 80%;
	margin: 0 auto;
}

.top h1,

.top h2,

.top h3,

.top h4,

.top h5,

.top h6{

    color: #fff;

    font-weight: 300;

}

.home-clients figcaption.wp-caption-text {
	color: #ccc;
}

.home-cta {

    background-color: #cfd9ec;

    color: #fff;

    float: left;

    padding: 0px 0px;

    width: 100%

}



.home-headline {

    background-color: #8192b3;

    width: 100%;

    float: left;

    clear: both;

}



.home-image .green,

.home-image .orange {

    display: none;

}



.home-cta .optin{

    /*color:#4d596f;  // darker blue-gray*/

}



.bottom {

    background: #F0F0F0 url('images/bg-gray-main-background-pattern.jpg') top center repeat;

    background-attachment: fixed;

    width: 100%;

    margin: 0px;

    padding: 40px 0px;

    clear: both;

}


.home-clients {
	padding: 80px 30px 70px;
	background-color:#355a99;
}
.home-clients p {
	color: #fff;
}
.home-clients h2 {
	color: #fff;
	font-size: 32px;
	font-weight: 400;
	padding-bottom: 12px;
	border-bottom: 1px dashed #fff;
	margin-bottom: 24px;
}
.home-testimonial {


    width:100%;

    margin: 0 auto 0;

    padding: 40px;

    border-radius: 25px;

    clear: both;

}



.home-testimonial h1,

.home-testimonial h2,

.home-testimonial h3,

.home-testimonial h4,

.home-testimonial h5,

.home-testimonial h6,

.home-testimonial p,

.home-testimonial{

    color: #fff;

}



.site-footer, .footer {

    background: #2d2f31;

}

.footer-widgets p, .site-footer p {
	color: #fff;
}

.footer-widgets {

    background-color: #2d2f31;

    clear: both;

    font-size: 16px;

}



.footer-widgets .widget-title,

.footer-widgets h1,

.footer-widgets h2,

.footer-widgets h3,

.footer-widgets h4,

.footer-widgets h5,

.footer-widgets h6,

.footer-widgets p,

.footer-widgets {

    color:#fff;

}



.home-headline h1 {

    color: #fff;

}



.content {

    background: #fff;

}



.site-inner {

    background: none;
	padding-top: 20px;

}



.site-header {

    border-bottom: 4px solid #ebebee;

}



.hello-pro-home .site-header {

    border-bottom: none;

}
.hello-pro-home .site-header.sticky {

    border-bottom:  4px solid #ebebee;
	z-index: 2000;

}



.sidebar-primary .widget_nav_menu, .sidebar-primary .featuredpost {

   background-color: #f1f1f2;

}

.sidebar-primary .featuredpost .entry {
	padding: 0px 20px;
}

.sidebar-primary .featuredpost h2 {
	font-size: 16px;
}

.sidebar-primary .featuredpost .entry-title {
	margin-bottom: 8px;
	border-bottom: 1px solid #ccc;
}

.sidebar.sidebar-primary.widget-area .featuredpost {
	padding-bottom: 26px;
}



.sidebar-primary .widget p.color {

    color:#8192b3;

}



.sidebar-primary .widget input[type="submit"], 

.sidebar-primary .widget .button {

	width: 100%;
	padding: 16px 14px;
	text-align: center;

}

.sidebar-primary .widget .button a {
	color: #fff;
	line-height: 1.2em;
	font-family: "Arial", sans-serif;
}
.sidebar-primary .widget .button a:hover {
	text-decoration: none;
}
.sidebar-primary .widget .button a::after {
	font-family: "dashicons";
	content: "\f345";
	vertical-align: sub;
	font-size: 18px;

}
.sidebar .widget.widget_custom_html {
	padding: 0px;
}
.sidebar-primary .widget input[type="submit"]:hover, 

.sidebar-primary .widget .button:hover {

    background-color:#3c7fda;

}



.content-sidebar-wrap .content .entry-content img {

  

}



.footer-widgets a,

.site-footer a{

    color: #fff;

}



.footer-widgets a:hover,

.site-footer a:hover{

    color: #4a91f0;

}








/*

Media Queries

------------------------------------------------------------------------------- */



@media only screen and (-webkit-min-device-pixel-ratio: 1.5),

only screen and (-moz-min-device-pixel-ratio: 1.5),

only screen and (-o-min-device-pixel-ratio: 3/2),

only screen and (min-device-pixel-ratio: 1.5) {





}



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

    

    .site-header.sticky .genesis-nav-menu a{

        padding: 12px 16px;

    }

	

	.site-inner {
		margin: 0px;

    

    }

    

    .hello-pro-home .site-inner{

        max-width: 100%;

    }



    .content {

     

    }



    .sidebar-primary {

      

    }



    .breadcrumb {

        margin: -30px -40px 30px;

    }



    .content {

        padding: 30px 20px 30px 20px;

    }






    .content #genesis-responsive-slider .flex-control-nav,

    .content #genesis-responsive-slider .flex-direction-nav li a,

    .content #genesis-responsive-slider .flex-direction-nav li a.prev {

        display: none;

    }

    

    .site-title {

	border-bottom: 0px solid #999;

	}



    

    .site-header .search-form {

        margin: 16px auto ;

    }



    .genesis-nav-menu li.right {

        display: none;

    }



}





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



    .site-inner,

    .wrap{



    }

   .phone a {
	font-size: 26px;
}
.phone img {
	margin: 4px 4px 0;
    width: 30px;
}
    
.hello-pro-home .site-header .entry {
	margin-bottom: 5px;
} 

    .hello-pro-home .site-inner{

        max-width: 100%;

    }



    .content,

    .sidebar-primary,

    .sidebar-secondary,


    .wrap {

        width: 100%;

    }

    

    .hello-pro-landing .site-inner {

    width: 100%;

    margin: 0 2%;

    }

    

    .content #genesis-responsive-slider .slide-excerpt {

        display: none;

    }

    

    .top .home-welcome,

    .top .home-image{

        height:450px;

    }

    

    .home-welcome {

        padding-bottom: 40px;

    }

    

    .home-welcome h1 {

        font-size: 38px;

    }

    

    .home-image .textwidget img{

        position: absolute;

        bottom: 0;

        right: 0;

    }

    

    .hello-pro-home .home-headline .widget{

        padding-left:30px;

        padding-right:30px;

    }



    .comment-list li.depth-1,

    .ping-list li.depth-1 {

        margin: 30px 0;

    }

    





	.home-cta .enews p {

		width: 87%;

		clear: both;

		margin: 0 6%;

	}



	.home-cta .enews form {

		width: 87%;

		clear: both;

		margin: 0 6%;

	}
	
		.home-cta .enews {

		padding-top: 0px;

	}

.header-image .title-area, .header-image .site-title, .header-image .site-title a {
	min-height: 95px;
	
}
.header-image .title-area {
	padding-left: 10px;

}
.site-header .genesis-nav-menu a {
    font-size: 15px;
    font-weight: 500;
    padding: 12px 12px 12px;
}
	.site-header nav {
		padding-top: 6px;
	}
.site-header .widget, .header-image .title-area {
	padding-top: 0px;
}
		.footer-widgets-2 {
		border-left: none;
	}

}


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

 .mobile_hide.menu-item-536 {

		display: none !important;

	}

     .genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,

    .genesis-nav-menu.responsive-menu {

        display: none;
		
    }
.genesis-nav-menu.responsive-menu {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    width: 100%;
}


    .genesis-nav-menu.responsive-menu .menu-item,

    .responsive-menu-icon {

        display: block;

    }
	.genesis-nav-menu.responsive-menu .menu-item {	border-top: 1px solid #ccc;}

	.genesis-nav-menu.responsive-menu .menu-item ul.sub-menu li.menu-item {
		border-top: none;
	}
    .genesis-nav-menu.responsive-menu .menu-item:hover {

        position: static;

    }



    .genesis-nav-menu.responsive-menu li a,

    .genesis-nav-menu.responsive-menu li a:hover {

  
	border-left: 1px solid #ccc;


        display: block;

        line-height: 1;

        padding: 12px 16px;


    }

.genesis-nav-menu.responsive-menu li a:hover {
	background-color: #ebebee;
}

    .genesis-nav-menu.responsive-menu .menu-item-has-children {

        cursor: pointer;

    }



    .genesis-nav-menu.responsive-menu .menu-item-has-children > a {

        margin-right: 60px;

    }



    .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {

        content: "\f140";

        float: right;

        font: normal 20px/1 'dashicons';

        height: 17px;

        padding: 10px 20px 12px;

        right: 0;

        text-align: right;


        z-index: 9999;

    }

 

    .genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {

        content: "\f142";

    }



    .genesis-nav-menu.responsive-menu .sub-menu {

        border: none;
		border-top: 1px solid #ccc;

        left: auto;

        opacity: 1;

        padding-left: 0px;

        position: relative;

        width: 100%;

        z-index: 99;

    }



    .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {

        margin: 0;

    }



    .genesis-nav-menu.responsive-menu .sub-menu li a,

    .genesis-nav-menu.responsive-menu .sub-menu li a:hover {

        padding: 12px 16px 12px 30px;
		border-top: none;

        position: relative;

        text-transform: none;

        width: 100%;

    }



    .genesis-nav-menu.responsive-menu .current-menu-item > a {

        background-color: #ebebee;

        color: #000;

    }

 .genesis-nav-menu.responsive-menu .sub-menu a { 
 color: #666;
 }

    .genesis-nav-menu.responsive-menu .sub-menu a:hover,

    .genesis-nav-menu.responsive-menu a:hover,

    .genesis-nav-menu.responsive-menu li:hover {

        background-color: #ebebee;

        color: #000;

    }




    .site-inner,

    .wrap {

      

    }
.hello-pro-home .site-header {
	min-height: 106px;
} 
   .hello-pro-home .site-header .entry {
	margin-bottom: 2px;
}  

    .hello-pro-home .site-inner{

        max-width: 100%;

    }

 .site-header .genesis-nav-menu a {
    font-size: 15px;
    font-weight: 500;
    padding: 12px 10px 12px;
}   



    .five-sixths,


    .footer-widgets-3,

    .four-sixths,

    .home-middle .widget,

    .home-top .widget,

    .one-fourth,

    .one-half,

    .one-sixth,

    .one-third,

    .hello-pro-portfolio .portfolio,

    .three-fourths,

    .three-sixths,

    .two-fourths,

    .two-sixths,

    .two-thirds {

        margin: 0;

        width: 100%;

    }

	.footer-widgets-1, .footer-widgets-2 {
		width: 48%;
		padding: 0px;
	}

   .footer-widgets-3 {
	   padding: 0px;
	}


    .home-middle,

    .home-top,

    .hello-pro-portfolio .portfolio {

        text-align: center;

    }

	.site-footer {
		text-align: center;
	}

    .home-welcome {

        width: 50%;

        padding-left: 20px;

    }



    .hello-pro-portfolio .portfolio {

        padding: 0 0 30px;

    }



    .home-cta .button.alignright {

        float: none;

        margin: 16px 0 0;

    }

	.simple-social-icons ul.aligncenter {
		text-align: left!important;
	}

    .footer-widgets-1 {

        margin: 0;

    }



    .nav-secondary .genesis-nav-menu > .first > a,

    .nav-secondary .genesis-nav-menu > .last > a,

    .nav-secondary .genesis-nav-menu a {

        font-size: 12px;

        padding: 12px;

    }



}



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


    .header-image .title-area {
		padding-left: 4px;
	}
	.home-intro .entry {
		width: 100%;
	}

    .site-inner,

    .wrap{

        width:auto;

    }
.hello-pro-home .site-header {
	min-height: 90px;
}
.banner-box {
	font-size: 36px;
}
   .site-header .widget-area {
	   width: 60%;
   }
   .site-header .title-area {
	   width: 40%;
   }

    .top .home-welcome,

    .top .home-image{

        width: 100%;

        float:none;

        text-align:center;

    }

    

    .top .home-welcome{

        padding: 0 30px 50px 30px;

    }

    

    .home-image .textwidget img{

        position: relative;

    }

    

    .hello-pro-home .home-cta .optin,

    .hello-pro-home .home-cta #mc_embed_signup{

        display:block;

        margin-right: 0%;

        width: 100%;

        float: none;

        text-align: center;

    }

    

    .hello-pro-home .home-cta #mc_embed_signup_scroll {

        width: 90%;

        display: inline-block;

    }

    

    .hello-pro-home .home-cta input[type="submit"] {

        width: 33%;

    }

    

    .home-features.widget-area .widget{

        width:100%;

        float: none;

        margin-bottom: 0px;

    }

    

    .home-features.widget-area .widget:last-child{

        margin-bottom: 0px;

    }

    .hello-pro-home .home-testimonial {
		padding: 30px 20px 0px;
	}

    .home-features.widget-area .textwidget{

        text-align: center;

    }

    

    .home .home-welcome .highlight{

        display:block;

        text-align:center;

    }

    

    .home-features .widget,

    .home-portfolio section.featured-content-,

    .home-portfolio section.featured-content article.type-post{

        width: 50%;

    }

    

    .home-portfolio .widget:nth-of-type(3n+1) {

        clear: none;

    }

    

    .footer-widgets .widget .textwidget {

        text-align: center;

    }

   .footer-widgets-1, .footer-widgets-2 {
		width: 100%;
		padding: 0px 0px 20px;
	   float:none;
	}

   
}



@media only screen and (max-width: 530px) {
	.bne-testimonial-slider.bne-flexslider .flex-content {
    padding: 0 10px 35px 36px!important;
}
	
	 .site-header .widget-area {
	   width: 70%;
   }
   .site-header .title-area {
	   width: 30%;

   }

.hello-pro-home .site-header {
	min-height: 75px;
}
.phone a {
	font-size: 20px;
}
.phone img {
	margin: 6px 4px 0;
    width: 24px;
}
div.phone {
	padding: 0px 10px;
	margin-right: 8px;
}
.responsive-menu-icon::before {
	margin-right: 0px;
}
.genesis-nav-menu.responsive-menu  {
	width: 100%;

}
.site-header .featured-content .entry {
	margin-bottom: 0px;
}
.header-image .title-area, .header-image .site-title, .header-image .site-title a, .site-header, .header-image .sticky .title-area, .header-image .sticky .site-title, .header-image .sticky .site-title a{
	min-height: 65px;
}
    .site-header.admin-loggedin.active{

    	top: 0px;

	}
	.bne_testimonial_slider_widget {
		background-size: 60px auto;
	}	

}


@media only screen and (max-width: 500px) {
	.home-banner {

    margin: 80px auto 0;

}
	h1.banner-box {
		font-size: 28px;
	}
		.alignright, img.alignright {
		margin: 6px 10% 20px;
		float:none;
		width: 80%;
		max-width: 100%;
	}
	.banner-box {
	font-size: 30px;
}
	.header-image .site-header .widget-area {

	   margin-top: 6px;
   }
   .site-header .title-area {

   }

   .phone img {
	display:none;
} 
     .phone a {
	font-size: 16px;
}
    .entry-title {

        font-size: 24px;

    }



    .content .entry-header .entry-meta .entry-comments-link {

        display: none;

    }



	.home-cta .enews input, .home-cta .enews select, .home-cta .enews textarea {

   	 	float: none;

    	width: 100%;

    	clear: both;

    	margin: 5px 0px;

	}
	
	div.bne-testimonial-description p {
		font-size: 18px;
	}


}



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

    .bne-testimonial-slider.bne-flexslider .flex-content {
    padding: 35px 0px 35px 6px!important;
}

    .hello-pro-home .home-cta .mc-field-group,

    .hello-pro-home .home-cta input[type="submit"]{

        width: 100%;

        display: block;

        float: none;

        padding-right: 0;

    }
.bottom {
    padding: 10px 0;
  
}
    

    .hello-pro-home .home-cta .mc-field-group{

        margin-bottom: 10px;

    }

    

    .home-features .widget,

    .home-portfolio section.featured-content-,

    .home-portfolio section.featured-content article.type-post{

        width: 100%;

     }

}
@media only screen and (max-width: 400px) {
 .site-header .title-area {
	   margin-top: 6px;
   }
	.header-image .sticky .title-area, .header-image .sticky .site-title, .header-image .sticky .site-title a {
		min-height: 50px;
	}
}

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

	.alignright, img.alignright {
		width: 90%;
		margin: 6px 5%;
	}

    .header-image .site-title a {

        background-size: contain !important;

    }



    .site-title {

        font-size: 26px;

    }



}