/*
font-family: 'Roboto Condensed', sans-serif;
*/

.genesis-nav-menu a {
    font-size: 18px;
}

.site-header .wrap {
    padding-bottom: 0px;
    position: relative;
}

.site-header .title-area .site-title a {
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: url("images/logo.png") !important;
    background-origin: padding-box !important;
    background-position: 0 0 !important;
    background-repeat: no-repeat !important;
    background-size: contain;
    display: block;
    height: 73px;
    width: 325px;
    text-indent: -9999px;
}
.header-widget-area {
   padding: 6px 0 0 0;
}
#nav_menu-2{ float:none;}
.top-login {
    background: url(images/lock.png) no-repeat 13px 8px;
    color: #fff;
    padding: 1px 13px 2px 30px;
    display: inline-block;
    margin-right: 10px;
    background-color: #6cc069;
    border-radius: 20px;
}
.top-login:hover{
	background-color:#006ba6;
	color:#fff;
	text-decoration:none;
}
.top-search{
	background:url(images/search-home.png) no-repeat 13px 8px;
	color:#fff;
	padding: 1px 13px 2px 30px;
	display: inline-block;
	background-color:#006ba6;
	border-radius: 20px;
}
.top-search:hover{
	background-color:#6cc069;
	color:#fff;
	text-decoration:none;
}

.site-header .widget-1 {
    float: right;
    position: absolute;
    right: 0;
    top: 17px;
    width: 300px;
}

/* Home Banner */
section.homepage-container#home {
    text-align: center;
    position: relative;
    height: 507px;
    display: block;
}
section.homepage-container {
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}
section.homepage-container article {
    padding: 26px 0px 0px;
}
section.homepage-container h1{font-family: 'Roboto Condensed', sans-serif; font-size:60px; font-weight:900; color:#fff; text-transform:uppercase; line-height: 65px; text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.70); margin-bottom:5px;
}
section.homepage-container h4{
	color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
	margin-bottom: 15px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.70);
}

/* Footer */
.footer-credits{
    background-color: rgba(0,0,0,0.4);
    padding: 30px 0;
}
.site-footer p:empty{ display:none !important;}
.footer-widgets-2{margin-bottom:50px !important; margin-top: -6px;}
.footer-widgets-2 section{margin-bottom:0px !important;}
.footerwrap{ max-width:1140px !important; margin:0 auto !important;}
.footerwrap .two-thirds{
	width:48%;
	margin-left: 40px;
}
.footer-widgets .footerwrap .one-third{width:46%; margin-left:10px;}
.footer-widgets .footerwrap h2{
    color: #fff;
    font-size: 48px;
    font-weight: 900;
    text-align: left;
    margin-top: 5px;
    margin-bottom: -5px;
}
.footer-widgets #text-2 .footerwrap p{
	font-size:28px;
	color:#fff;
	text-align: left;
	font-weight:300;
}
.footerwrap #gform_fields_1 label{ display:none;}
.footerwrap #gform_1 .gform_body{
	float: left;
	width: 84%;
	margin-top: -3px;
}
.footerwrap #gform_1 .gform_footer{
	width: 30%;
    position: absolute;
    top: 58px;
    left: 218px;
}
.footerwrap #gform_1 .gf_left_half {
    width: 49.5%;
	margin-right: 1px;
}
.footerwrap #gform_1 .gform_body #field_1_1,
.footerwrap #gform_1 .gform_body #field_1_2{
	margin-bottom:0px!important;
}
.footerwrap #gform_1 .gf_right_half {
    margin:0px;
    width: 49.5%;
}
.footerwrap #gform_wrapper_1{
	margin:0px !important;
	background: transparent;
    border: none;
    padding: 0px;
	position: relative;

}
.footerwrap .gform_footer input[type=submit] {
    padding: 8px 37px;
}
.footer-widgets #text-2 {padding: 20px 0 6px 0;}
.footerwrap #gform_submit_button_1{
	background: #6cc069;
    clear: both;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: 400;
    padding: 9px 66px;
    text-transform: uppercase;
    border-radius: 32px;
    color: #fff !important;
	border:2px solid #fff;
}
.footerwrap #gform_submit_button_1:hover{
	background-color: #006ba6;
	color: #fff !important;
	text-decoration:none !important;
}
.footerwrap #gform_wrapper_1 .top_label input.medium{
	border-radius: 35px;
    padding: 11px 0px 10px 17px;
    border: none;
	-webkit-box-shadow: none;
}
.footerwrap #gform_wrapper_1 .top_label input.medium::-webkit-input-placeholder {
   color:#999999;
}

.footerwrap #gform_wrapper_1 .top_label input.medium:-moz-placeholder { /* Firefox 18- */
   color:#999999;  
}

.footerwrap #gform_wrapper_1 .top_label input.medium::-moz-placeholder {  /* Firefox 19+ */
   color:#999999;  
}

.footerwrap #gform_wrapper_1 .top_label input.medium:-ms-input-placeholder {  
   color:#999999;  
}

.footerwrap .gform_wrapper div.validation_error{
	border-bottom: 2px solid #a70000;
    border-top: 2px solid #a70000;
    clear: both;
    color: #a70000;
    font-size: 1.2em;
    font-weight: 500;
    margin-bottom: 0px;
    padding: 0em 0;
    width: 97.5%;
}
.footerwrap .gform_validation_error #gform_1 .gform_footer {
    top: 176px;
}
.footerwrap .gform_wrapper li.gfield.gfield_error{
	background-color: transparent;
    border-top: none;
    border-bottom: none;
    padding-bottom: 0px;
}
.footerwrap .gform_wrapper .field_description_below .gfield_description {
    padding-top: 6px;
    padding-left: 5px;
}
.footerwrap .gform_wrapper .validation_message {
    color: #a70000;
}
.footerwrap .gform_validation_error #gform_1 .gf_left_half{
	margin-right:10px;
	width: 46.5%;
}
.footerwrap .gform_validation_error #gform_1 .gf_right_half{
	margin-right:10px;
	width: 46.5%;
}
.footerwrap .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container{
	margin-top:5px;
}
body .footerwrap .gform_wrapper ul li.gfield{
	margin-top:0px;
}
.site-footer .footer-widgets .footer-widgets-1{
    padding: 0px 40px;
    background: #e18e34;
}

/* Upnp Services */
.upnp-services {
	background-color: #dd8e37;
	background-image:url(images/brilliant.png);
}
.upnp-services .one-third {}
.upnp-services .boxie{
    min-height: 230px;
    vertical-align: top;
	margin-left: -5px;
	display:inline-block;
	text-align:left;
	width:33.3%
}
.upnp-services .box-1{
	background-color:#1070a3;
	background-image:url(images/brilliant.png);
	background-repeat:repeat;
	padding: 54px 5px 43px 107px;
}
.upnp-services .box-1 a{
	border-right: 1px solid #fff;
    padding: 0px 7px 0px 3px;
	font-size: 16px;
	color:#fff;
}
.upnp-services .box-1 a:hover{
	text-decoration:underline;
	color:#fff;
}

.upnp-services .box-1 .button {
    border-right: 2px solid #fff;
    padding: 7px 29px;
	font-size: 18px!important;
}

.upnp-services .box-2{
	background-color:#70c269;
	background-image:url(images/brilliant.png);
	background-repeat:repeat;
        padding: 54px 20px 43px 45px;
}
.upnp-services .box-3{
	background-color:#dd8e37;
	background-image:url(images/brilliant.png);
	background-repeat:repeat;
       padding: 54px 20px 43px 45px; */
}
.upnp-services .boxie h3{
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.upnp-services .boxie p{
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 25px;
    margin-top: 16px;
}
.boxie .button{
	background-color: transparent;
    text-align: center;
    font-size: 18px;
    margin-bottom: 5px;
}
.boxie .button:hover{
	background-color: #4a4a4a;
}
.upnp-services .one-third {
	float: none;
    display: inline-block;
}

/* What Upnp */
.what-upnp{
	background-image:url(images/what-upnp-bg.jpg);
	text-align:center;
    background-size: cover;
	background-position: center bottom;
	display: block;
    background-repeat: no-repeat;
	padding: 32px 0px 50px 0px;
    color: #fff;
}
.what-upnp h2{
	color: #4a4a4a;
    font-size: 44px;
    border-bottom: 1px solid #b8b8b8;
    font-weight: 700;
    padding-bottom: 25px;
    margin-bottom: 25px;
	position:relative;
}
.what-upnp h2:after{
	background:url(images/blue-line-hd.jpg) no-repeat;
	height: 3px;
    background-position: center center;
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0px;
    right: 0px;
}
.what-upnp .wrap{
    font-size: 20px;
    line-height: 34px;
}
.what-upnp p{
	color:#787878;
}	

/* Member upnp */

.member-upnp{
	background-image:url(images/member-bg.jpg);
	text-align:center;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
	padding: 80px 0px 40px 0px;
    color: #fff;
	margin-top: 472px;
}
.member-upnp h2{
	color: #4a4a4a;
    font-size: 48px;
    border-bottom: 1px solid #d6d6d6;
    font-weight: 900;
    padding-bottom: 15px;
    margin-bottom: 30px;
	text-transform:uppercase;
	position:relative;
}
.member-upnp p{
	color: #4a4a4a;
}
.member-upnp h2:after{
	background:url(images/blue-line-hd.jpg) no-repeat;
	height: 3px;
    background-position: center center;
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0px;
    right: 0px;
}
.member-upnp .wrap{
    font-size: 20px;
    line-height: 30px;
}


/* Example Upnp */

.example-upnp{
	 padding: 30px 0px 15px 0px;
}
.example-upnp .exboxie{
	margin-bottom:25px;
}
.example-upnp h2{
	color: #4a4a4a;
    font-size: 44px;
    border-bottom: 1px solid #d6d6d6;
    font-weight: 900;
    padding-bottom: 25px;
    margin-bottom: 45px;
	text-align: center;
	position:relative;
}
.example-upnp h2:after{
	background:url(images/green-line-hd.jpg) no-repeat;
	height: 3px;
    background-position: center center;
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0px;
    right: 0px;
}
.example-upnp img{
	float: left;
    margin-right: 15px;
	margin-top: 4px;
	border-radius: 2px;
}
.example-upnp h4{
	margin-bottom:5px;	
}
.example-upnp h4 a{
	margin-bottom:5px;
	font-weight:300;
	color:#231f20;
	
}
.example-upnp h4 a:hover{
	text-decoration:underline;
}


.example-upnp p{ color:#999999; font-size:16px; line-height: 21px;}


/* Upnp Model */
.upnp-model{
	background-image:url(images/models-bg.jpg);
	text-align:center;
    background-size: cover;
    background-position: center center;
    display: block;
    background-repeat: no-repeat;
	padding: 25px 0px 27px 0px;
    color: #fff;
}
.upnp-model .wrap{text-align:center;}
.upnp-model .one-third {
    width: 23%;
	float: none;
    display: inline-block;
}
.upnp-model h2{
	color: #fff;
    font-size: 44px;
    border-bottom: 1px solid #7accee;
    font-weight: 900;
    padding-bottom: 20px;
    margin-bottom: 18px;
	text-transform:uppercase;
	position:relative;
}
.upnp-model h2:after{
	background:url(images/blue-line-hd.jpg) no-repeat;
	height: 3px;
    background-position: center center;
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0px;
    right: 0px;
}
.upnp-model .modelboxie h3{
    font-size: 26px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 10px;
}
.upnp-model .modelboxie h3 a{
	 font-size: 26px;
    color: #fff;
    font-weight: 300;
}
.upnp-model .modelboxie h3 a:hover{ text-decoration:underline;}
.upnp-model .modelboxie p{
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 18px;
}
.greenlink{
	color:#fff;
	font-weight:500;
}
.greenlink:hover{color:#fff; text-decoration:underline;}

.upnp-model .wrap .widget_super_rss_reader .super-rss-reader-widget .srr-tab-wrap li {
    background: #6cc069!important;
    padding: 5px 10px!important;
}
.upnp-model p{
	line-height:31px;
}

.hardware-icon { 
	background:url(images/hardware-icon.png) no-repeat #006ba6;
	width:120px;
	height:120px;
	border-radius:50%;
	background-position: center center;
	margin: 0 auto 20px;

}
.hardware-icon:hover { 
	background:url(images/hardware-icon.png) no-repeat #006ba6;
	background-position: center center;

}
.hardware-icon2 { 
	background:url(images/hardware-icon.png) no-repeat #006ba6;
	width:120px;
	height:120px;
	border-radius:50%;
	background-position: center center;
	margin: 0 auto 20px;

}
.hardware-icon2:hover { 
	background:url(images/hardware-icon.png) no-repeat #006ba6;
	background-position: center center;

}

/* Featured Blog */

/*.featured-blog{
	background: #e1e1e1;
    text-align: center;
    padding: 30px 0px 35px 0px;
}
.featured-blog .wrap{text-align:center;}*/

.featured-blog .first{
	background-image:url(images/brilliant.png);
	background-color:#78c575;
    padding: 60px 60px 40px 120px;
	width: 50%;
	height: 500px;
}

.featured-blog .upcoming-events{
	background-image:url(images/brilliant.png);
	background-color:#575757;
    padding: 60px 60px 40px 40px;
	margin-left:0px;
	width: 50%;
	height: 500px;
}
.featured-blog h3{
	color: #fff;
    font-size: 44px;
    font-weight: 900;
    padding-bottom: 15px;
    margin-bottom: 25px;
	text-transform:uppercase;
	text-align:left;
	position:relative;
}
.featured-blog h3:after{
	background:url(images/white-line-hd.jpg) no-repeat;
	height: 3px;
    background-position: left;
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0px;
    right: 0px;
}
#featured-post-2 article{
    width: 47%;
    float: none;
    display: inline-block;
    margin-right: 6%;
    padding: 15px 25px 0 1px;
    margin-bottom: 5px;
    border-bottom: none;
    vertical-align: top;
}
#featured-post-2 article:last-child{margin-right:0%;}

.featured-blog p{color:#fff; font-size:16px; margin-bottom: 10px;}
.featured-blog .bluelink{color:#fff; font-weight:500;}
.featured-blog .bluelink:hover{color:#fff; text-decoration:underline;}

#featured-post-2 .entry-header .entry-title{
    padding-bottom: 0px;
    border-bottom: none;
    margin-bottom: 13px;
    line-height: 20px;
	text-align:left;
}
#featured-post-2 .entry-meta{
	color: #fff;
    margin-bottom: 12px;
	font-size: 18px;
	text-align:left;
}
#featured-post-2 .entry-header .entry-title a{
    font-size: 23px;
    color: #fff;
    font-weight: 300;
    text-transform: none;
}
#featured-post-2 .post .alignnone{margin-bottom:0px;}

#featured-post-2 .more-link{
	color:#fff;
	white-space: nowrap;
}
#featured-post-2 .more-link:hover{
	color:#fff;
	text-decoration:underline;
}

.featured-blog .upcoming-events .tribe-events-adv-list-widget .type-tribe_events {
    width: 47%;
    float: none;
    display: inline-block;
    margin-right: 4%;
    padding: 15px 25px 0px 1px !important;
    margin-bottom: 5px;
    border-bottom: none;
    vertical-align: top;
	background:transparent;
	min-height:0px;
    text-indent: 0px !important;
}
.featured-blog .upcoming-events .tribe-events-adv-list-widget .type-tribe_events:last-of-type {
    margin-right: 0;
}
.featured-blog .upcoming-events .tribe-events-adv-list-widget .tribe-mini-calendar-event .list-info h2 a{
	color:#fff;
	text-transform:none;
	margin-bottom: 13px;
	font-weight:300;
}
.featured-blog .upcoming-events .tribe-events-adv-list-widget .tribe-mini-calendar-event .list-info .tribe-events-duration{
	color: #fff;
	font-size: 18px;
	margin-bottom:12px;
}


.featured-blog .upcoming-events .tribe-events-adv-list-widget .tribe-mini-calendar-event .list-info .tribe-events-duration span{
	color: #fff;
	font-size: 18px;
}

/*Blog-Archive*/
.blog .content .entry-content h3,
.archive .content .entry-content h3{
	font-weight:400;
} 

.category .entry-content>h2, .category .entry-content>h1 {
    display: none;
}
.category .category-sticky{
	border-top:none;
}
.post-type-archive-upnp_product section.subpage-container#subpage{
	background-image:none!important;
	background-color: transparent!important;
}

/*Subpage*/
section.subpage-container#subpage {
    background-color: #1070a3;
    background-image: url(images/brilliant.png);
    background-repeat: repeat;
    display: block;
    text-align: left;
    min-height: 180px;
    margin-bottom: 45px;
    width: 100%;
    padding-top: 5px;
}
section.subpage-container article {
    text-align: center;
}
section.subpage-container#subpage h1 {
    line-height: 55px;
    width: 100%;
    font-size: 60px;
    padding: 63px 20px 62px 20px;
    font-weight: 700;
    color: #FFFFFF;
	text-transform:uppercase;
    margin-bottom: 0px;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.50)
}
section.subpage-container#subpage p{
	 width: 100%;
    font-size: 20px;
    padding-bottom: 0px;
    font-weight: 400;
    color: #FFFFFF;
}
.sidebar .widget-even{
	background:#3399cc;
	border-radius: 6px;
	padding: 8px 10px 10px 10px;
}
.sidebar ul li {
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    line-height: 24px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0px;
}
.sidebar .widget-even ul li:hover{background:#137eb4; color:#FFFFFF;}
.sidebar .widget-even ul li a{color:#fff; text-decoration:none;}
.sidebar .widget-even ul li a:hover{color:#fff; text-decoration:none;}
.sidebar .widget-even ul li:before{content: "\00BB"; padding-right: 5px;   color: #fff; font-size:22px;}
.sidebar .widget-even .current-cat{background:#137eb4; color:#FFFFFF;}


.sidebar .widget-odd{
    background: #64bc4e;
    border-radius: 6px;
    padding: 10px 10px 10px 10px;
}
#archives-4 .screen-reader-text{ display:none;}
#archives-4 #archives-dropdown-4{
    margin: 0px 12px;
    width: 91%;
}
.sidebar .widget-odd h4,
.sidebar .widget-even h4{
    border-bottom: 1px solid #fff;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.sidebar .widget-odd ul li:hover{background:#47a230; color:#FFFFFF;}
.sidebar .widget-odd ul li a{color:#fff; text-decoration:none;}
.sidebar .widget-odd ul li a:hover{color:#fff; text-decoration:none;}
.sidebar .widget-odd ul li:before{content: "\00BB"; padding-right: 5px;   color: #fff; font-size:22px;}
.sidebar .widget-odd .current-cat{background:#47a230; color:#FFFFFF;}

#black-studio-tinymce-4 {
	background:#64bc4e;
	border-radius: 6px;
	padding: 8px 0 5px 0;
}
.sidebar-started h3{
	font-size:20px;
	color:#fff;
	text-transform:uppercase;
}
.sidebar .widget-title{
 color:#fff;
 font-size:28px;
 text-transform:uppercase;
 font-weight:700;
 text-align:center;
}
.sidebar-started1{
	color: #fff;
    background: url(images/sidebar-get-icon1.png) no-repeat;
    padding-left: 75px;
    padding-top: 16px;
    background-position: 15px 10px;
	height: 65px;
}
.sidebar-started1:hover{background: url(images/sidebar-get-icon1.png) #47a230 no-repeat; background-position: 15px 10px;}
.sidebar-started1 h3{
	color:#fff; font-size:20px; text-transform:uppercase; font-weight:400; margin-bottom: -5px; margin-top: 5px;
}
.sidebar-started1 h3 a{color:#fff; }
.sidebar-started1 h3 a:hover{color:#fff; text-decoration:none;}
	
.sidebar-started2{
	color: #fff;
    background: url(images/sidebar-get-icon2.png) no-repeat;
    padding-left: 75px;
    padding-top: 15px;
    background-position: 15px 10px;
	height: 60px;
}
.sidebar-started2:hover{background: url(images/sidebar-get-icon2.png) #47a230 no-repeat; background-position: 15px 10px;}
.sidebar-started2 h3{color:#fff; font-size:20px; text-transform:uppercase; font-weight:400; margin-bottom: 0px;}

.sidebar-started2 h3 a{color:#fff; }
.sidebar-started2 h3 a:hover{color:#fff; text-decoration:none;}

.sidebar-started3{
	color: #fff;
    background: url(images/sidebar-get-icon3.png) no-repeat;
    padding-left: 75px;
    padding-top: 16px;
    background-position: 15px 10px;
	height: 60px;
}
.sidebar-started3:hover{background: url(images/sidebar-get-icon3.png) #47a230 no-repeat; background-position: 15px 10px;}
.sidebar-started3 h3{color:#fff; font-size:20px; text-transform:uppercase; font-weight:400; margin-bottom: 0px;}

.sidebar-started3 h3 a{color:#fff; }
.sidebar-started3 h3 a:hover{color:#fff; text-decoration:none;}

.download-icon{ background:url(images/download-icon.png) no-repeat; font-size: 14px; color: #fff !important; background-position: left center; padding-left:15px;}
.download-icon:hover{ background:url(images/download-icon.png) no-repeat; background-position: left center; text-decoration:underline;}

#simple-section-nav-2 ul li{padding-left:20px; cursor:pointer; line-height:24px; padding-top:7px; padding-bottom:7px; margin-bottom: 0px;}


#simple-section-nav-2 ul li a{color:#fff; text-decoration:none;}

#simple-section-nav-2 ul li a:hover{color:#fff; text-decoration:none;}

#simple-section-nav-2 ul li:before{content: "\00BB"; padding-right: 5px;   color: #fff; font-size:22px;}
#simple-section-nav-2 .current_page_item{background:#100f0f; color:#FFFFFF;}

#simple-section-nav-2 .page_item_has_children{ padding-bottom:0px;}
#simple-section-nav-2 .children li{
	padding-left: 0px;
    margin-left: 15px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

/* Blog */

.entry-footer .entry-meta {
    margin-bottom: 30px;
	color:#787878;
}
.post {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 25px;
}
.single .entry-footer .entry-meta {
    margin-bottom: 10px;
	color:#4683b9;
}
.single .content .entry-title{display:none;}

/* Comments */

/* Comments */

.entry-comments .comment {
	border-bottom: 1px solid #d5d5d5;
	background: #eee;
	padding: 15px;
	margin-bottom: 10px !important
}
.comment-reply {
	margin-bottom: 0 !important
}
#reply-title {
	margin-bottom: 10px;
	color: #79c842;
}
.comment-form-comment {
	margin: 0 0 15px
}
.logged-in-as {
	margin-bottom: 10px
}
#comment {
	width: 550px;
	height: 200px;
	color: #484142;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	font-weight: 500;
	border: 4px solid #eee !important
}
.comment-respond label {
	display: block;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 10px
}
.comment-form-author, .comment-form-email, .comment-form-url {
	margin-bottom: 10px
}
.comment-form-author #author {
	width: 400px;
	height: 40px;
	color: #484142;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	font-weight: 500;
	padding-left: 7px;
	border: 4px solid #eee !important
}
.comment-form-email #email {
	width: 400px;
	height: 40px;
	color: #484142;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	font-weight: 500;
	padding-left: 7px;
	border: 4px solid #eee !important
}
.comment-form-url #url {
	width: 400px;
	height: 40px;
	color: #484142;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	font-weight: 500;
	padding-left: 7px;
	border: 4px solid #eee !important
}
.form-submit input[type='submit']{
	display: inline-block;
	font-size: 22px;
    font-weight: bold;
    padding: 6px 32px;
	width: auto;
    border: none;
}

/* Form Styling */
.gform_wrapper {
	overflow: inherit;
	margin: 1em 0;
	max-width: 98%;
	background: #f3f2f2;
	border: 8px solid #e2e2e2;
	padding: .5em .5em .5em 1em;
	margin-top: 0px !important;
}
.gform_wrapper form {
	text-align: left
}
.gform_wrapper input[type=email], .gform_wrapper input[type=text], .gform_wrapper select, .gform_wrapper textarea {
	-webkit-box-shadow: rgba(0,0,0,.15) 0 0 4px
}
.gform_wrapper select {
	padding: 5px 2px!important
}
.gform_footer {
	display: inline-block;
	margin-top: 0!important;
	padding: 0!important
}
.gform_footer input[type=submit] {
	padding: 8px 50px
}
.gfield_creditcard_warning .ginput_complex {
	padding: 15px
}
.sumome-share-client-wrapper{margin-bottom: 20px !important;}
#slidepage{background:url(images/slide-arrow.png) no-repeat; background-color:transparent; border:none; width:41px; height:41px; outline:none; position: relative; top: 365px;}
.sumome-control{display:none !important;}
.svg{vertical-align:sub; margin-left: 2px;}

#signin_menu {
	display: none;
	background-color: #006ea0;
    position: absolute;
    width: 236px;
    z-index: 100;
    border:none;
    text-align: left;
    padding: 12px;
    top: 47px;
    right: auto;
    margin-top: 5px;
    margin-right: 0px;
    color: #789;
    font-size: 14px;
    border-radius: 10px;
    left: -35px;
    *margin-right: -1px;
}
#signin_menu:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #006ea0;
	border-width: 10px;
	margin-left: -10px;
}
#signin_menu input[type=text], #signin_menu input[type=password] {
	display: block;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border: 1px solid #999999;
    font-size: 13px;
    margin: 0px 0px 15px 0px;
    padding: 13px 0px;
    width: 100%;
	color:#666666;
	font-size:16px;
	padding-left: 7px;
}
#signin_menu input[type=password]{
	margin: 0px 0px 10px 0px !important;
}
#signin_menu input[type=submit]{
	border: none;
	padding: 6px 30px;
	font-weight: 700;
}

#signin_menu .button{
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin-bottom: 7px;
    padding: 7px 0px;
	text-transform:none;
}
#signin_menu .button:last-child{ margin-bottom:0px; text-transform:none;}

/* Search Field */
#signin_menu-search {
	display: none;
	background-color: #006ea0;
    position: absolute;
    width:300px;
    z-index: 100;
    border:none;
    text-align: left;
    padding: 5px;
    top: 47px;
    right: auto;
    margin-top: 5px;
    margin-right: 0px;
    color: #789;
    font-size: 14px;
    border-radius: 10px;
    left: 0px;
    *margin-right: -1px;
}
#signin_menu-search:after {
	bottom: 100%;
	right: 17%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #006ea0;
	border-width: 10px;
	margin-left: -10px;
}
#signin_menu-search input[type=text], #signin_menu-search input[type=password] {
	display: block;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border: none;
    font-size: 13px;
    margin: 0px 0px 0px 0px;
    padding: 8px 0px;
    width: 100%;
    color: #666666;
    font-size: 16px;
    padding-left: 7px;
}
#signin_menu-search input[type=submit]{
	border: none;
    padding: 4px 18px;
    font-weight: 700;
    width: auto;
    border-radius: 16px;
    position: absolute;
    top: 10px;
    right: 8px;
    font-size: 16px;
}
.search-form input[type="search"]{
	    margin-bottom: 10px;
		padding: 12px !important;
}
.srr-style-none .srr-item {
    width: 350px;
    display: inline-block;
    margin-right: 40px;
    vertical-align: top;
    text-align: center;
	    margin-bottom: 0px;
    padding-bottom: 0px !important;
}
.srr-wrap .srr-item > * {
    margin-bottom: 10px !important;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 18px;
}
.srr-style-none .srr-item:nth-child(3n+3) {  
  margin-right:0px;
}
.srr-title a{
	font-size: 26px;
    color: #fff;
    margin-bottom: 5px;
    font-weight: 300;
    margin-top: 18px;
    display: block;
}
.srr-wrap .srr-item:nth-child(4){
	margin-bottom:0px;
}
.srr-wrap .srr-item:nth-child(5){
	margin-bottom:0px;
}
.srr-wrap .srr-item:last-child{
	margin-bottom:0px;
}
.search .archive-description{ display:none;}
#dp_swf_engine{
    width: 0px !important;
    height: 0px !important;
}
.fg-link{
	color: #3399cc !important;
    text-decoration: none;
    margin-bottom: 9px;
    display: block;
    font-size: 15px;
}
.fg-link:hover{
	color:#64bc4e !important;
	text-decoration:underline;
}
.search-results .content .entry-content img{display:none;}

.search-results .sidebar #facetious_widget-2 {
    background: #eee;
    border-radius: 6px;
    padding: 0px 15px 10px;
}
.search-results .sidebar #facetious_widget-2 input, select, textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #444;
    font-size: 18px;
    font-weight: 400;
    padding: 8px;
    width: 100%;
}
.searchandfilter ul {
    display: block;
}
.searchandfilter h4 {
    margin: 15px 0 10px;
    font-size: 18px;
}
.search-results .sidebar #facetious_widget-2 input[type="submit"] {margin-top:8px; background: #64bc4e;}
.search-results .sidebar #facetious_widget-2 input[type="submit"]:hover {background: #4683b9;}
.social-youtube a {padding-left:10px !important; padding-right:7px !important;}
.sidebar .industry-widget{
    background: #eee;
    padding: 15px;
    border-radius: 6px;
    display: inline-block;
}
.facetious_form label{color:#4683b9 !important; font-weight:700 !important; font-size: 18px;}
.facetious_form p{margin-bottom:10px; margin-top:15px;}
.facetious_attachment_category label { font-size: 0; }
label[for="facetious_filter_attachment_category"]:before{content:'Filer by document type'; font-size: 18px;}
.entry-content .attachment{ margin-bottom:20px;}
.entry-content .attachment a{
	background: #64bc4e;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
}
.entry-content .attachment a:before {
    content: "\00BB";
    padding-right: 5px;
    color: #fff;
    font-size: 22px;
}
.tax-attachment_category .sidebar .widget-first{
    background: #64bc4e;
}

/* Social Media */
.social-media {
    margin: 7px auto 20px auto;
    text-align: center;
}

.social-media li {
	display:inline;
}

.social-media li span {
	display:none;
}

.social-media li a i {
    background-color: #fff;
    border-radius: 100%;
    color: #006ba6;
    display: inline-block;
    font-size: 20px;
    height: 40px;
    margin-right: 5px;
    padding-top: 8px;
    text-align: center;
    width: 40px;
    border: 2px solid #fff;
}

.social-media li a i:hover { 
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
}

#black-studio-tinymce-4 .widget-title{
    border-bottom: 1px solid #9def88;
    padding-bottom: 12px;
    margin-bottom: 7px;
}
.widget_super_rss_reader .super-rss-reader-widget .srr-tab-wrap {
    margin-bottom: 22px !important;
}
/*.widget_super_rss_reader .super-rss-reader-widget .srr-tab-wrap li {
    background: #64bc4e !important;
    clear: both;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: 400;
    padding: 4px 0px !important;
    text-transform: uppercase;
    border-radius: 6px !important;
    color: white !important;
    border: none !important;
    display: inline-block;
    float: none;
    width: 190px;
}
.widget_super_rss_reader .super-rss-reader-widget .srr-tab-wrap .srr-active-tab {
    background: #64bc4e !important;
    clear: both;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: 400;
    padding: 4px 0px !important;
    text-transform: uppercase;
    border-radius: 6px !important;
    color: white !important;
    border: none !important;
    width: 190px;
}
*/

.widget_super_rss_reader .super-rss-reader-widget .srr-tab-wrap li {
	background: #64bc4e;
    clear: both;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: 400;
    padding: 8px 30px;
    text-transform: uppercase;
    border-radius: 32px;
	border:2px solid #fff;
    color: #fff !important;
    display: inline-block;
    float: none;
    width: 210px;
	

}
.widget_super_rss_reader .super-rss-reader-widget .srr-tab-wrap .srr-active-tab {
	background: #64bc4e;
    clear: both;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: 400;
    padding: 8px 30px;
    text-transform: uppercase;
    border-radius: 32px;
	border:2px solid #fff;
    color: #fff !important;
    width: 210px;
}

/* Event Styling */
.tribe-events-adv-list-widget .type-tribe_events {
    width: 48%;
    float: none;
    display: inline-block;
    margin-right: 2%;
    background: #fff;
    border-radius: 6px;
    padding: 15px 10px 0px 10px !important;
    margin-bottom: 12px;
    border-bottom: none;
    vertical-align: top;
    min-height: 185px;
    text-indent: 0px !important;
}
.tribe-events-adv-list-widget .type-tribe_events:last-child {
    margin-right: 0%;
}
.tribe-events-widget-link{ display:none;}

.tribe-events-adv-list-widget .tribe-mini-calendar-event .list-info {
	 width: 100%;
	 margin:0px;
}

.tribe-events-adv-list-widget .tribe-mini-calendar-event .list-info h2 {
	font-size: 36px;
	color: #64bc4e;
    font-weight: 700;
	padding-bottom: 0px;
    border-bottom: none;
    margin-bottom: 7px;
    line-height: 20px;	
}

.tribe-events-adv-list-widget .tribe-mini-calendar-event .list-info h2 a {
	font-size: 23px;
    color: #64bc4e;
    font-weight: 300;
    text-transform:uppercase;
}

.tribe-events-adv-list-widget .tribe-mini-calendar-event .list-info .tribe-events-duration {
	 margin: 12px 0px 8px;
}

.tribe-events-adv-list-widget .tribe-mini-calendar-event .list-info .tribe-events-duration span {
    color: #666666;
    margin-bottom: 2px;
	font-size: 16px;
	margin: 0 0 30px;
    padding: 0;
}
.tribe-events-adv-list-widget .type-tribe_events .entry-content {
    color: #999999;
    font-size: 16px;
    margin-bottom: 15px;
	margin: 0px;
    padding: 0px 3px;
}
.tribe-events-adv-list-widget .type-tribe_events .tribe-mini-calendar-event {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}
.tribe-events-adv-list-widget .type-tribe_events .tribe-mini-calendar-event .list-date {
   display:none;
}
.single-tribe_events .tribe_events .tribe-events-single-event-description h4{ font-size: 24px !important;}
.events-list .tribe-events-list .tribe-events-loop { 
	max-width:100% !important; 
}
.events-archive .tribe-events-ical {
	display: block;
    clear: both;
    margin-bottom: 20px;
}
.single-tribe_events .tribe-events-single-event-title{
	display:none;
}
.tribe-events-schedule {
    margin: 1em 0 0.5em;
}
.tribe-events-schedule h2 {
    font-size: 38px;
}

/* Page with Sidebar */
.subpage-global-template .subpage-container .three-fourths article {
    text-align: left;
}
.subpage-global-template .subpage-container .sidebar {
    width: 260px;
}
.subpage-global-template h1,
.subpage-global-template h2,
.subpage-global-template h3,
.subpage-global-template h4,
.subpage-global-template h5,
.subpage-global-template h6 {
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1.2;
	margin: 0 0 20px;
}

.subpage-global-template h1 {
	font-size: 42px;
	color:#006ba6;
	font-weight:700;
}

.subpage-global-template h2 {
	font-size: 35px;
	color:#6cc069;
	font-weight:700;
}

.subpage-global-template h3 {
	font-size: 25px;
	color:#666666;
	font-weight:300;
}

.subpage-global-template h4 {
	font-size: 18px;
	color:#3db4e5;
	font-weight:700;
}

.subpage-global-template h5 {
	font-size: 15px;
	color:#6cc069;
	font-weight:300;
}
.subpage-global-template h6 {
	font-size: 12px;
	color:#e29238;
	font-weight:700;
}
.subpage-global-template .text-box .odd{
	background-repeat: repeat;
	background:url(images/brilliant.png) #78c575;
	border-radius:0px;
	padding: 0px;
	padding-bottom: 10px;
	margin-bottom:20px;
}
.subpage-global-template .text-box .even{
	background-repeat: repeat;
    background:url(images/brilliant.png) #e59d4c;
	border-radius:0px;
    padding: 0px;
	padding-bottom: 10px;
	margin-bottom:20px;
}
.subpage-global-template .text-box ul li {
    padding-left: 35px;
    padding-right: 15px;
    cursor: pointer;
    line-height: 22px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 0px;
    list-style-type: none;
}
.subpage-global-template .text-box .odd ul li:hover{background:#559753; color:#FFFFFF;}
.subpage-global-template .text-box .odd ul li a{color:#fff; text-decoration:none;font-size:18px;}
.subpage-global-template .text-box .odd ul li a:hover{color:#fff; text-decoration:none;}
.subpage-global-template .text-box .odd ul li:before{content: '\2022'; padding-right: 10px;   color: #fff; font-size:22px;}
.subpage-global-template .text-box .odd .current-cat{background:#559753; color:#FFFFFF;}

.subpage-global-template .text-box .even ul li:hover{background:#b36811; color:#FFFFFF;}
.subpage-global-template .text-box .even ul li a{color:#fff; text-decoration:none;font-size:18px;}
.subpage-global-template .text-box .even ul li a:hover{color:#fff; text-decoration:none;}
.subpage-global-template .text-box .even ul li:before{content: '\2022'; padding-right: 10px;   color: #fff; font-size:22px;}
.subpage-global-template .text-box .even .current-cat{background:#b36811; color:#FFFFFF;}

.subpage-global-template .text-box .even h4,
.subpage-global-template .text-box .odd h4{
    margin-bottom: 0;
    padding-bottom: 4px;
    padding: 19px 10px 3px 18px;
}

.entry-content .subpage-global-template .text-box ul{
    margin-bottom: 0;
    margin-left: 0;
}


.subpage-global-template .text-box h4{
 color:#fff;
 font-size:26px!important;
 text-transform:uppercase;
 border-bottom:none;
 font-weight:700;
 text-align:left ;
}
.sp-3box .fl-row-content-wrap{
	padding-left:0px;
	padding-right:0px;
}
.sp-3box .box1{
	background-repeat: repeat;
	background:url(images/brilliant.png) #1477ad;
}
.sp-3box .box2{
	background-repeat: repeat;
	background:url(images/brilliant.png) #73c66f;
	padding-right: 16px;
}
.sp-3box .box3{
	background-repeat: repeat;
	background:url(images/brilliant.png) #e3953d;
	padding-right: 44px;
}
.sp-3box h3{
	font-size: 24px;
	color:#fff;
	font-weight:700;
	text-transform:uppercase;
	margin-top: 15px;
    margin-bottom: 10px;
}
.sp-3box p{
	font-size: 16px;
	color:#fff;
}
.sp-about h2 {
    color: #4a4a4a;
    font-size: 44px;
    border-bottom: 1px solid #b8b8b8;
    font-weight: 700;
	text-transform:uppercase;
    position: relative;
}
.sp-about .fl-module-heading h2 {
    padding-bottom: 25px!important;
}
.sp-about h2:after {
    background: url(images/blue-line-hd.jpg) no-repeat;
    height: 3px;
    background-position: center center;
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0px;
    right: 0px;
}
.sp-about p{
	font-size: 20px;
	color:#787878;
}
.sp-2box .box-1{
	background-repeat: repeat;
	background:url(images/brilliant.png) #77c374;
    padding-bottom: 25px;
    padding-left: 85px;
    padding-right: 35px;
}
.sp-2box .box-2{
	background-repeat: repeat;
	background:url(images/brilliant.png) #575757;
    padding-bottom: 25px;
    padding-right: 85px;
	padding-left: 20px;
}
.sp-2box h2 {
    color: #fff;
    font-size: 44px;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 25px;
    text-transform: uppercase;
    text-align: left;
    position: relative;
}
.sp-2box .fl-module-heading h2 {
    padding-bottom: 12px!important;
    margin-bottom: 5px!important;
    margin-top: 40px!important;
}
.sp-2box h2 :after {
    background: url(images/white-line-hd.jpg) no-repeat;
    height: 3px;
    background-position: left;
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0px;
    right: 0px;
}
.sp-2box p{
	font-size: 16px;
	color:#fff;
}





















