/*
	Theme Name: Dr Matthew Holman
	Theme URI: http://my.studiopress.com/themes/agency/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	Version: 3.0.1
 
	Tags: black, orange, white, one-column, two-columns, three-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page
 
	Template: genesis
	Template Version: 2.0.0
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Home Page
		- Portfolio
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Agency Pro Blue
		- Agency Pro Green
		- Agency Pro Orange
		- Agency Pro Red
	- Media Queries
		- max-width: 1180px
		- max-width: 1040px
		- max-width: 800px
		- max-width: 680px
		- max-width: 480px

*/

@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Raleway:100,200,300,500,600,400,700,800,900);

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* 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;
}

.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;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #666;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.agency-pro-home .featured-content img,
.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;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #4b5c6e;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
}

a:hover {
	color: #4b5c6e;
}

p {
	margin: 0 0 10px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px 40px 24px;
}

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;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 16px;
	color: #4b5c6e;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;

}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Custom CSS
--------------------------------------------- */

#text-7 {
    float: left;
    margin-top: -5px;
    margin-left: 66px;
}

.cta {
	border-radius: 3px;
	color: #fff;
background: rgba(160,13,163,1);
background: -moz-linear-gradient(top, rgba(160,13,163,1) 0%, rgba(130,6,132,1) 50%, rgba(42,10,89,1) 51%, rgba(67,33,122,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(160,13,163,1)), color-stop(50%, rgba(130,6,132,1)), color-stop(51%, rgba(42,10,89,1)), color-stop(100%, rgba(67,33,122,1)));
background: -webkit-linear-gradient(top, rgba(160,13,163,1) 0%, rgba(130,6,132,1) 50%, rgba(42,10,89,1) 51%, rgba(67,33,122,1) 100%);
background: -o-linear-gradient(top, rgba(160,13,163,1) 0%, rgba(130,6,132,1) 50%, rgba(42,10,89,1) 51%, rgba(67,33,122,1) 100%);
background: -ms-linear-gradient(top, rgba(160,13,163,1) 0%, rgba(130,6,132,1) 50%, rgba(42,10,89,1) 51%, rgba(67,33,122,1) 100%);
background: linear-gradient(to bottom, rgba(160,13,163,1) 0%, rgba(130,6,132,1) 50%, rgba(42,10,89,1) 51%, rgba(67,33,122,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a00da3', endColorstr='#43217a', GradientType=0 );
padding: 15px 20px;
margin: 0 auto;
text-align: center;
border: 3px solid #dedede;
float: left;
}

a.cta {
    font-size: 18px;
    border-radius: 3px;
    color: #fff;
    background: #2FBA53;
    padding: 4px 53px;
    margin: 0 auto;
    text-align: center;
    border: 3px solid #dedede;
    float: left;
}

a.cta:hover {
background: #388E8E;
color: #fff !important;
}

#text-2 {
    margin-top: -10px;
    margin-right: 4px;
}



#text-6 {
    padding: 0 0 40px;

}

button, input[type="button"], input[type="reset"], input[type="submit"], .button, .entry-content .button {
margin-top: 10px;
}

.dr-img {

    width: 230px;
    float: left;
    padding-right: 26px;
    padding-bottom: 31px;
}

#menu-item-19 a {
    background-image: none !important;
}
		

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #eee inset;
	color: #999;
	padding: 16px;
	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;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #222;
	border-radius: 3px;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 10px 24px;
	text-transform: uppercase;
	width: auto;
}

.button,
.entry-content .button {
	display: inline-block;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #d7c603;
	color: #fff;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 0px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 0px solid #ddd;
	padding: 6px 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.header-full-width .site-container,
.site-container {

}

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.page .site-inner {
	clear: both;
	margin-top: 35px;
}

.agency-pro-home .site-inner {
	padding: 0;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: right;
	width: 800px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
    float: right;
    width: 330px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* 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;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.header-widget-area {
	overflow: hidden;
}
.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

a.alignnone img,
.alignnone img {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignright {
    max-width: 100%;
}

a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright img,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.entry-content .wp-caption-text {
	text-align: center;
}

.entry-content .alignleft {
	text-align: left;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	color: #fff;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.breadcrumb a {
	color: #fff;
}

.archive-description,
.author-box {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
}

.archive-description {
padding: 40px 40px;
}



.author-box {
	padding: 40px;
}

.author-box-title {
	color: #333;
	margin-bottom: 4px;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
}

/* Titles
--------------------------------------------- */

.entry-title {
	color: #333;
	font-size: 32px;
	line-height: 1;
	font-family: 'Raleway', sans-serif;
}

.entry-title a {
    color: #4b5c6e;
    font-size: 25px;
    display: block;
}

.widget-title {
	color: #fff;
	font-size: 22px;
	margin-bottom: 16px;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
}

.footer-widgets .widget-title{
	font-size: 20px;
	color: #388E8E;
	text-transform: none;
}

.archive-title {
	font-size: 30px;
	margin-bottom: 24px;
	color: #6F9C59;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget li {
    list-style-type: none;
    margin-bottom: 6px;
}

.widget li li {
    margin: 0;
    padding: 0 0 0 20px;
}

twitter-widget-0{
	width: 100%;
}

#home-middle .widget{

float: left;
margin-left: 2.564102564102564%;
width: 31.623931623931625%;
}

#home-middle .widget:nth-of-type(3n+1) {
clear: both;
margin-left: 0;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 20px;
	padding: 30px;
}

.featured-content .entry-title {
	font-size: 22px;
	line-height: 1.1;
}

a.more-link {
    text-transform: uppercase;
    display: block;
    text-align: center;
    padding: 8px 0 10px;
    background-color: #EFEFEF;
    margin-top: 20px;
    color: #313131;
    border-top: 3px solid #4b5c6e;
}

a.more-link:hover {
	background-color: #4b5c6e;
color: #fff !important;
    border-top: 3px solid #4b5c6e;

}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #999;
}

.enews-widget input {
	margin-bottom: 16px;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #222;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #d7c603;
	color: #fff;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	padding: 16px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {

}

/* Jetpack
---------------------------------------------- */

img#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    left: 0;
    min-height: 120px;
    /* padding: 2px 0; */
    width: 100%;
    z-index: 999;
    margin-top: 5px;
	
}

.admin-bar .site-header {
	top: 32px;
}

/* Title Area
--------------------------------------------- */

.title-area {
    float: left;
    width: 487px;
    height: 150px;
}

.header-image .title-area {
	
}

.site-title {
    font-size: 28px;
    line-height: 1;
    text-transform: uppercase;
}

.site-title a {
	color: #fff;
}

.site-title a:hover {
	color: #d7c603;
}

.site-description {
	color: #999;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
	text-align: center;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

.header-full-width.header-image .site-title a {
	background-position: center !important;
	margin: 0;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	/*padding: 5px;*/
}

.header-image .site-title a {
    float: left;
    min-height: 110px;
    width: 400px;
    margin-top: 22px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: auto;
	padding-top: 15px;
}

.site-header .widget-area li {
	margin: 0;
	padding: 0;   
}

.site-header .header-widget-area {
	float: right;
	padding-bottom: 5px;
	margin-top: 2px;
}

.tel a{
    color: #3D3D3D !important;
    float: right;
    font-size: 26.5px;
    font-weight: bold;
    margin-top: -2px;
}

.tel a:hover{
	color: #222222 !important;
	text-decoration: none;
	background: none;
}

.tel span {
    font-size: 18px;
    font-weight: 400;
    color: #4b5c6e;
    margin-top: 3px;
    font-family: 'Raleway', sans-serif;
    padding: 0 5px;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {

}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu .menu-item-14 a {
    background-image: none;
}

.genesis-nav-menu .menu-item-13 a {
    background: none;
}

.genesis-nav-menu a {

color: #4A4A4A !important;
   display: block;
   letter-spacing: 1px;
   padding: 7px 34px 8px;
   position: relative;
   margin-right: -4px;
   background: url(/wp-content/uploads/sites/48/2015/12/menu_shadow.png) no-repeat left bottom;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .v .current-menu-item > a:hover {
	background: #4b5c6e;

	color: #fff !important;
}

#nav_menu-2 {
padding: 20px;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #999;
}

.genesis-nav-menu .sub-menu {
	padding-top: 6px;
	left: -9999px;
	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: 196px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
    background-color: #4b5c6e;
    padding: 8px 20px;
    position: relative;
    font-size: 14px;
    min-width: 226px;
    color: #FFFFFF !important;
    /* text-transform: uppercase; */
    margin-top: -1px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.genesis-nav-menu .sub-menu a:hover {
	background-color: #3D3D3D !important;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -41px 0 0 225px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
}

.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: 0;
}

.genesis-nav-menu > .right > a,
.genesis-nav-menu > .date {
	display: inline-block;
	padding: 18px 16px 20px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

.genesis-nav-menu .search input {
	font-size: 12px;
	padding: 12px;
}

.genesis-nav-menu .menu-item-11 a {
   background-image: none;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu {
    /* float: left; */
    text-align: center;
    width: auto;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
    clear: both;

    border-bottom: 5px solid #4b5c6e;
    border-top: 1px solid #dedede;
    margin: 0 auto;
    z-index: 999;
    text-align: center;
}

.admin-bar .nav-primary {
	top: 155px;
background-color: rgba(245, 245, 245, 0.85);
	
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #444;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.agency-pro-home .content .widget {
	background: #fff;
	margin-bottom: 45px;
	padding: 20px;
    box-shadow: 0px 0px 23px 0px rgba(50, 50, 50, 0.32);
}

.agency-pro-home .content .featured-content,
.agency-pro-home .content .widget_text {
	padding: 0;
}

.agency-pro-home .content .textwidget {
	padding: 40px;
    background-color: #fff;
}

.agency-pro-home .content .featured-content .widget-title,
.agency-pro-home .content .widget_text .widget-title {
	color: #fff;
	font-size: 22px;
	text-align: center;
	margin: -40px 0 0;
	padding-bottom: 11px;
}

.agency-pro-home .content .featured-content .widget-title::after,
.agency-pro-home .content .featured-content .widget-title::before,
.agency-pro-home .content .widget_text .widget-title:after,
.agency-pro-home .content .widget_text .widget-title:before {
	content: " ";
	display: inline-block;
	border-top: 2px solid #fff;
	padding-bottom: 4px;
	width: 15%;
}

.agency-pro-home .content .featured-content .widget-title::before,
.agency-pro-home .content .widget_text .widget-title:before {
	margin-right: 12px;
}

.agency-pro-home .content .featured-content .widget-title::after,
.agency-pro-home .content .widget_text .widget-title:after {
	margin-left: 12px;
}

.agency-pro-home .content .featured-content article ~ .widget-title {
	clear: both;
	color: #333333;
	margin: 0;
	padding: 20px 0;
}

.agency-pro-home .content .featured-content article ~ .widget-title:before,
.agency-pro-home .content .featured-content article ~ .widget-title:after {
	border-color: #333333;
}

.agency-pro-home .content .home-middle .featured-content article ~ .widget-title,
.agency-pro-home .content .home-middle .featured-content article ~ .widget-title:before,
.agency-pro-home .content .home-middle .featured-content article ~ .widget-title:after {
	border-color: #fff;
	color: #fff;
}

.agency-pro-home .content .featured-content article ~ ul,
.agency-pro-home .content .featured-content .more-from-category {
	margin-bottom: 40px;
	text-align: center;
}

.agency-pro-home .content .featured-content .entry {
	border-radius: 0;
	margin: 0;
	padding: 0;
	position: relative;
}

.agency-pro-home .content .featured-content .entry-image {
	display: block;
	margin-bottom: 0;
	border-bottom: 5px solid #4b5c6e;
}

.agency-pro-home .content .featured-content .entry-header {
	padding: 28px 20px 0;
}

.agency-pro-home .content .featured-content .entry-content {
	padding: 0 20px;
}

.agency-pro-home .content .featured-content .entry-content p {
	margin-bottom: 40px;
}

.agency-pro-home .featured-content a:hover {
	color: #000;
}

.agency-pro-home .featuredpost .entry {
	background: none;
	float: left;
	width: 33.33334%;
}

.agency-pro-home .featuredpost img.entry-image {
	margin: 0;
}

.home-top, .site-inner {
	margin-top: 45px;
}

.home-top .wrap {
	color: #fff;
	text-align: center;
}

.home-top .widget-title {
	color: #fff;
	font-size: 60px;
	line-height: 1;
}

.home-top .button {
	background-color: #fff;
	border-radius: 50px;
	color: #333;
	text-transform: uppercase;
}

.home-top .widget .button:hover {
	background-color: #333;
	color: #fff;
}

.home-top-left{
	width: 722px;
}

.home-top-right{
	width: 408px;
	margin-left: 10px;
}

.home-middle {
	padding: 10px 0 0;
}

.home-middle .featuredpost img.entry-image {
	left: 0;
	position: absolute;
}

.home-middle .featuredpost img:hover {
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	  filter: alpha(opacity=10);
	  -moz-opacity: 0.1;
	  -khtml-opacity: 0.1;
	  opacity: 0.1;
}

.home-middle .featured-content.featuredpost {
	background: #333;
}

.home-middle .featuredpost .entry {
	background-color: #333;
	color: #fff;
}

.home-middle .featuredpost .entry {
	min-height: 380px;
}

.home-middle .featuredpost .entry-title a {
	color: #fff;
}

.home-bottom {
	padding: 0 0 0;
	margin-top: -20px;
}

.home-bottom .featuredpost .entry {
	min-height: 320px;
}

.home-bottom .featuredpost .post:nth-of-type(3n+1),
.home-middle .featuredpost .post:nth-of-type(3n+1) {
	clear: left;
}

.home-bottom .featuredpost .entry:hover {
	background-color: #333;
	color: #fff;
}

.home-bottom .featuredpost .entry:hover .entry-title a {
	color: #fff;
}

/* Landing Page
--------------------------------------------- */
.agency-pro-landing .site-header{
	background: transparent;
}

.agency-pro-landing .site-header .wrap{
	background-color: rgba(255, 255, 255, 0.82);
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.32);
	-moz-box-shadow:    0px 2px 2px 0px rgba(0, 0, 0, 0.32);
	box-shadow:         0px 2px 2px 0px rgba(0, 0, 0, 0.32);
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px;
}

.agency-pro-landing .entry{
	margin-top: 0;
}

.agency-pro-landing .site-inner{
	padding: 60px 0;
	margin-top: 15px;
}

.landing-bottom-sidebar{
	width: 100%;
}

.landing-bottom{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 40px;
}

body .custom-background{
		background-size: cover;
	}

body .agency-pro-blue .custom-background{
		background-size: cover;
	}


/* Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 40px 40px 24px;
	box-shadow: 0px 0px 23px 0px rgba(50, 50, 50, 0.32);
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: square;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
	margin-bottom: 0;
}

.entry-content .header-widget-area {
	width: 50%;
}

.entry-meta {
	color: #999;
	font-size: 14px;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	margin: 0 -40px;
	padding: 32px 40px 8px;
}

.entry-comments-link::before {
	content: "\2B";
	font-weight: 700;
	margin: 0 4px 0 6px;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
	padding: 40px;
	text-align: center;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry .widget:last-child,
.after-entry p:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.archive-pagination {
	clear: both;
	font-size: 14px;
	margin: 40px 0;
	text-transform: uppercase;
}

.archive-pagination a {
	color: #fff;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #fff;
	border-radius: 3px;
	color: #333;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #388E8E;
	color: #fff;
}

/* Comments
--------------------------------------------- */

.entry-pings,
.comment-respond,
.entry-comments {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
	padding: 40px;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 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;
}

.comment-list li {
	margin-top: 40px;
	padding: 0 40px;
}

.comment-list li li {
	margin-right: -32px;
}

li.comment {
	border-left: 2px solid #f5f5f5;
}

.comment-header {
	color: #333;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

.comment-header  .comment-meta,
.comment-header  .comment-meta a {
	color: #999;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.comment-reply-link {
	text-transform: uppercase;
}

.entry-pings .reply {
	display: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	padding: 24px;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #dedede;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}


.sidebar .widget {
	background-color: #333;
	border-radius: 3px;
	margin-bottom: 40px;
	opacity: 0.95;
       box-shadow: 0px 0px 23px 0px rgba(50, 50, 50, 0.32);
}

 

.sidebar-blog{
	float: right;
	width: 100%;
}

.sidebar .enews-widget {
	background-color: #333;
	padding: 40px;
}

.sidebar .enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget_recent_entries{
	padding: 40px;
}
.sidebar .widget_text{
	padding: 10px 9px;
}
#text-8 {
    padding: 20px;
    background: #fff;
    /* box-shadow: none; */
    text-align: center;
}

.sidebar .user-profile{
	padding: 40px;
}

#text-7 .widget-title{
	border-bottom: 3px solid;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets .wrap {
    background: #3D3D3D;
    border-top: 5px solid #4b5c6e;
    color: #fff;
    margin: 0 auto;
    clear: both;
    padding: 65px 30px 20px;
}

.footer-widgets a {
	color: #FB17FF;
}

.footer-widgets a:hover {
	color: #9A009C;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	width: 230px;
}

.footer-widgets-1,
.footer-widgets-2 {
	margin-right: 24px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	float: left;
}

.footer-widgets-4 {
	float: right;
}

.footer-widgets .widget {
	margin-bottom: 24px;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer .wrap{
    background: #2F2F2F;
    color: #ccc !important;
    font-size: 12px;
    margin: 0 auto;
    padding: 14px 23px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    text-align: center;
}

.site-footer a {
	color: #ccc;
}

.site-footer span a:hover {
	color: #fff;
}

.site-footer p {
	margin-bottom: 0;
}

/*
Theme Colors
---------------------------------------------------------------------------------------------------- */

/* Agency Pro Blue
--------------------------------------------- */

.agency-pro-blue .genesis-nav-menu .current-menu-item > a,
.agency-pro-blue .genesis-nav-menu .v .current-menu-item > a:hover,
.agency-pro-blue .genesis-nav-menu a:hover,
.agency-pro-blue .site-title a:hover,
.agency-pro-blue a,
.agency-pro-blue.agency-pro-home .featured-content a:hover {
	color: #BCC2A0;
}

.agency-pro-blue .archive-pagination li a:hover,
.agency-pro-blue .archive-pagination li.active a,
.agency-pro-blue .breadcrumb a,
.agency-pro-blue .genesis-nav-menu a,
.agency-pro-blue .home-top a:hover,
.agency-pro-blue .site-title a,
.agency-pro-blue a:hover.button,
.agency-pro-blue a.button {
	color: #fff;
}

.agency-pro-blue .genesis-nav-menu .sub-menu .current-menu-item > a,
.agency-pro-blue .site-footer a {
	color: #999;
}

.agency-pro-blue .archive-pagination a,
.agency-pro-blue .entry-title a,
.agency-pro-blue .entry-title,
.agency-pro-blue .home-top a,
.agency-pro-blue .site-footer a:hover,
.agency-pro-blue a:hover {
	color: #6F9C59;
}

.agency-pro-blue .genesis-nav-menu a:hover,
.agency-pro-blue .genesis-nav-menu .current-menu-item > a,
.agency-pro-blue .genesis-nav-menu .v .current-menu-item > a:hover {
	border-color: #fff;
}

.agency-pro-blue .archive-pagination li a:hover,
.agency-pro-blue .archive-pagination li.active a,
.agency-pro-blue a:hover.button,
.agency-pro-blue button:hover,
.agency-pro-blue input:hover[type="button"],
.agency-pro-blue input:hover[type="reset"],
.agency-pro-blue input:hover[type="submit"],
body.agency-pro-blue {
	background-color: #BCC2A0;
}

/* Agency Pro Green
--------------------------------------------- */

.agency-pro-green .genesis-nav-menu .current-menu-item > a,
.agency-pro-green .genesis-nav-menu .v .current-menu-item > a:hover,
.agency-pro-green .genesis-nav-menu a:hover,
.agency-pro-green .site-title a:hover,
.agency-pro-green a,
.agency-pro-green.agency-pro-home .featured-content a:hover {
	color: #36c38c;
}

.agency-pro-green .archive-pagination li a:hover,
.agency-pro-green .archive-pagination li.active a,
.agency-pro-green .breadcrumb a,
.agency-pro-green .genesis-nav-menu a,
.agency-pro-green .home-top a:hover,
.agency-pro-green .site-title a,
.agency-pro-green a:hover.button,
.agency-pro-green a.button {
	color: #fff;
}

.agency-pro-green .genesis-nav-menu .sub-menu .current-menu-item > a,
.agency-pro-green .site-footer a {
	color: #999;
}

.agency-pro-green .archive-pagination a,
.agency-pro-green .entry-title a,
.agency-pro-green .entry-title,
.agency-pro-green .home-top a,
.agency-pro-green .site-footer a:hover,
.agency-pro-green a:hover {
	color: #333;
}

.agency-pro-green .genesis-nav-menu a:hover,
.agency-pro-green .genesis-nav-menu .current-menu-item > a,
.agency-pro-green .genesis-nav-menu .v .current-menu-item > a:hover {
	border-color: #36c38c;
}

.agency-pro-green .archive-pagination li a:hover,
.agency-pro-green .archive-pagination li.active a,
.agency-pro-green a:hover.button,
.agency-pro-green button:hover,
.agency-pro-green input:hover[type="button"],
.agency-pro-green input:hover[type="reset"],
.agency-pro-green input:hover[type="submit"],
body.agency-pro-green {
	background-color: #36c38c;
}

/* Agency Pro Orange
--------------------------------------------- */

.agency-pro-orange .genesis-nav-menu .current-menu-item > a,
.agency-pro-orange .genesis-nav-menu .v .current-menu-item > a:hover,
.agency-pro-orange .genesis-nav-menu a:hover,
.agency-pro-orange .site-title a:hover,
.agency-pro-orange a,
.agency-pro-orange.agency-pro-home .featured-content a:hover  {
	color: #f07802;
}

.agency-pro-orange .archive-pagination li a:hover,
.agency-pro-orange .archive-pagination li.active a,
.agency-pro-orange .breadcrumb a,
.agency-pro-orange .genesis-nav-menu a,
.agency-pro-orange .home-top a:hover,
.agency-pro-orange .site-title a,
.agency-pro-orange a:hover.button,
.agency-pro-orange a.button {
	color: #fff;
}

.agency-pro-orange .genesis-nav-menu .sub-menu .current-menu-item > a,
.agency-pro-orange .site-footer a {
	color: #999;
}

.agency-pro-orange .archive-pagination a,
.agency-pro-orange .entry-title a,
.agency-pro-orange .entry-title,
.agency-pro-orange .home-top a,
.agency-pro-orange .site-footer a:hover,
.agency-pro-orange a:hover {
	color: #333;
}

.agency-pro-orange .genesis-nav-menu a:hover,
.agency-pro-orange .genesis-nav-menu .current-menu-item > a,
.agency-pro-orange .genesis-nav-menu .v .current-menu-item > a:hover {
	border-color: #f07802;
}

.agency-pro-orange .archive-pagination li a:hover,
.agency-pro-orange .archive-pagination li.active a,
.agency-pro-orange a:hover.button,
.agency-pro-orange button:hover,
.agency-pro-orange input:hover[type="button"],
.agency-pro-orange input:hover[type="reset"],
.agency-pro-orange input:hover[type="submit"],
body.agency-pro-orange {
	background-color: #f07802;
}

/* Agency Pro Red
--------------------------------------------- */

.agency-pro-red .genesis-nav-menu .current-menu-item > a,
.agency-pro-red .genesis-nav-menu .v .current-menu-item > a:hover,
.agency-pro-red .genesis-nav-menu a:hover,
.agency-pro-red .site-title a:hover,
.agency-pro-red a,
.agency-pro-red.agency-pro-home .featured-content a:hover {
	color: #de3233;
}

.agency-pro-red .archive-pagination li a:hover,
.agency-pro-red .archive-pagination li.active a,
.agency-pro-red .breadcrumb a,
.agency-pro-red .genesis-nav-menu a,
.agency-pro-red .home-top a:hover,
.agency-pro-red .site-title a,
.agency-pro-red a:hover.button,
.agency-pro-red a.button {
	color: #fff;
}

.agency-pro-red .genesis-nav-menu .sub-menu .current-menu-item > a,
.agency-pro-red .site-footer a {
	color: #999;
}

.agency-pro-red .archive-pagination a,
.agency-pro-red .entry-title a,
.agency-pro-red .entry-title,
.agency-pro-red .home-top a,
.agency-pro-red .site-footer a:hover,
.agency-pro-red a:hover {
	color: #333;
}

.agency-pro-red .genesis-nav-menu a:hover,
.agency-pro-red .genesis-nav-menu .current-menu-item > a,
.agency-pro-red .genesis-nav-menu .v .current-menu-item > a:hover {
	border-color: #de3233;
}

.agency-pro-red .archive-pagination li a:hover,
.agency-pro-red .archive-pagination li.active a,
.agency-pro-red a:hover.button,
.agency-pro-red button:hover,
.agency-pro-red input:hover[type="button"],
.agency-pro-red input:hover[type="reset"],
.agency-pro-red input:hover[type="submit"],
body.agency-pro-red {
	background-color: #de3233;
}

.video-container {
width: 685px;
height:385px;
}


/* Accordion Content
--------------------------------------------- */
.inner-panel{
	display: none;
}

.inner-panel ul li{
	list-style-type: none !important;
}




/* Tightrope Form
--------------------------------------------- */
.form-wrap{
 text-align: center;
 width: 100%;
 display: inline-block; 
padding: 0 10px 10px 10px;
}

.heading{
    margin-bottom: -16px;
}

h2, h4{
    text-shadow: none;
}

.subheading h4 {
    text-align: center;
    width: auto;
    font-size: 16px;
    color: #595959;
    font-family: Roboto;
    margin-top: 9px;
    margin-bottom: 9px;
}


.form-container-Vertical {
 	width: 100%;
    	background-color: #3D3D3D;
-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.32);
-moz-box-shadow:    0px 0px 3px 0px rgba(0, 0, 0, 0.32);
box-shadow:         0px 0px 3px 0px rgba(0, 0, 0, 0.32);
}

.form-container-Vertical .heading h2{
    width: auto;
    font-size: 28px;
font-family: 'Raleway', sans-serif;
    color: #fff;
    padding: 17px 0 15px;
    text-shadow: 1px 1px 1px #444;
    text-align: center;
}

.form-container-Vertical .field{
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
 height: 49px;
 width: 100%;
 font-size: 16px;
 color: #161616;
background-color: #F0F0F0;
 padding-left: 5px;
 text-align: center;
 display: block;
 float: left;
 clear: left;
 margin: 5px 0;
 border: 2px solid #232323;
}

.form-container-Vertical #formSubmit {
 cursor: pointer;
 -webkit-border-radius: 0px;
 -moz-border-radius: 0px;
 border-radius: 0px;
 font-size: 22px;
    text-shadow: 1px 1px 1px #333;
    padding: 20px 0;
    color: #fff;
 text-transform: none;
 width: 100%;
font-family: 'Raleway', sans-serif;
 border: 1px solid #fff;
 float: left;
 clear: left;
 margin-top: 5px;
background: #388E8E; 
 -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.32);
 -moz-box-shadow:    0px 1px 5px 0px rgba(50, 50, 50, 0.32);
 box-shadow:         0px 1px 5px 0px rgba(50, 50, 50, 0.32);

}

.form-container-Vertical #formSubmit:hover{
background-color: #388E8E;
-webkit-box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 0.75);
-moz-box-shadow:    inset 0px 0px 10px 0px rgba(255, 255, 255, 0.75);
box-shadow:         inset 0px 0px 10px 0px rgba(255, 255, 255, 0.75);
}

.form-container-Horizontal{
	border: 3px solid #7AB509;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #222;
	background-size: cover;
-webkit-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.75);
-moz-box-shadow:    0px 5px 12px 0px rgba(0, 0, 0, 0.75);
box-shadow:         0px 5px 12px 0px rgba(0, 0, 0, 0.75);
}

.form-container-Horizontal .heading h2{
	font-family: 'Marcellus', serif;
	text-align: center;
	padding: 15px 0 15px 0;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.72);
}

.form-container-Horizontal .subheading h4{
	text-align: center;
padding: 15px 0 15px 0;
	color: #fff;
	margin-bottom: -20px;
}

.form-container-Horizontal .field{
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	width: 19%;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.form-container-Horizontal .form-wrap{
	background: #222 !important;
}
.form-container-Horizontal #formSubmit {
	font-family: 'Fjalla One', sans-serif;
	position: relative;
	top: 2px;
	font-size: 22px;
	text-transform: none;
	padding-top: 0px;
	line-height: 50px;
	margin-left: 8px;
	padding-bottom: 0;
	text-shadow: 2px 2px 0px rgba(150, 150, 150, 0.52);
	width: 10%;
	background-repeat:no-repeat;
	background-image:-webkit-linear-gradient(
        top left,
        rgba(255, 255, 255, 0.0) 0%,
        rgba(255, 255, 255, 0.2) 37%,
        rgba(255, 255, 255, 0.8) 45%,
        rgba(255, 255, 255, 0.0) 50%
    ),
    -webkit-linear-gradient(
        #f4ecbd, #eddf95
    );
    background-image:-moz-linear-gradient(
        0 0,
        rgba(255, 255, 255, 0.0) 0%,
        rgba(255, 255, 255, 0.2) 37%,
        rgba(255, 255, 255, 0.8) 45%,
        rgba(255, 255, 255, 0.0) 50%
    ),
    -moz-linear-gradient(
        #f4ecbd, #eddf95
    );    
    background-image:-o-linear-gradient(
        0 0,
        rgba(255, 255, 255, 0.0) 0%,
        rgba(255, 255, 255, 0.2) 37%,
        rgba(255, 255, 255, 0.8) 45%,
        rgba(255, 255, 255, 0.0) 50%
    ),
    -o-linear-gradient(
        #f4ecbd, #eddf95
    );
    background-image:linear-gradient(
        0 0,
        rgba(255, 255, 255, 0.0) 0%,
        rgba(255, 255, 255, 0.2) 37%,
        rgba(255, 255, 255, 0.8) 45%,
        rgba(255, 255, 255, 0.0) 50%
    ),
    -linear-gradient(
        #f4ecbd, #eddf95
    );
    background-position: -400px 0px, 0 0;
    -moz-background-size:150% 350%, 100% 100%;
         background-size:150% 350%, 100% 100%;
    -webkit-transition:background-position 0s ease;
       -moz-transition:background-position 0s ease;
         -o-transition:background-position 0s ease;
            transition:background-position 0s ease;
color: #222;
}

.form-container-Horizontal #formSubmit:hover{
 text-shadow: 2px 2px 0px rgba(150, 150, 150, 0.52);
 background-position:600px 0px, 0 0;
    -webkit-transition-duration:2s;
       -moz-transition-duration:2s;
            transition-duration:2s;
-webkit-box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 0.75);
-moz-box-shadow:    inset 0px 0px 10px 0px rgba(255, 255, 255, 0.75);
box-shadow:         inset 0px 0px 10px 0px rgba(255, 255, 255, 0.75);
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

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

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.genesis-nav-menu a{
		padding: 7px 23px 10px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content {
		width: 100%;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		width: 210px;
	}

	.sidebar-primary{
		width: 100%;
		float: left;
	}
	
	.home-top-left{
		width: 650px;
	}

	.home-top-right{
		width: 300px;
	}
	
	.home-middle .featuredpost .entry {
		min-height: 320px;
	}
	
	.home-bottom .featuredpost .entry {
		min-height: 360px;
	}

	.home .form-container-Vertical .field{
		height: 42px;
	}

	.home .form-container-Vertical #formSubmit{
		height: 67px;
	}

	.home-middle .widget:nth-of-type(3n+2) a.more-link,
	.home-middle .widget:nth-of-type(3n+3) a.more-link {
		margin-top: 47px;
	}

}

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

	.video-container {width:538px; height:302px;}

}

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

	.site-inner,
	.wrap {
		max-width: 760px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap
	{
		width: 100%;
	}
	
	.title-area {
    		width: 357px;
    		height: auto;
	}
	
	
	.header-image .site-title a {
		background-size: contain !important;
		width: 100%;
	}

	.agency-pro-landing .header-image .site-title a{
		margin-top: -8px;
	}

	.home-top-left{
		width: 550px;
	}

	.home-top-right{
		width: 200px;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu{
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .header-widget-area,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu {
		margin-top: -42px;
	}

	.site-header .header-widget-area {
		margin: -2px auto;
		width: 50%;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}

	.site-footer {
		padding: 24px 0;
	}
	
	.home-bottom .featured-content .post:nth-of-type(3n+1),
	.home-middle .featured-content .post:nth-of-type(3n+1) {
	  clear: none;
	}
	
	.home-bottom .featured-content .post:nth-of-type(2n+1),
	.home-middle .featured-content .post:nth-of-type(2n+1) {
	  clear: left;
	}
	
	.agency-pro-home .featuredpost .entry {
		min-height: 380px;
		width: 50%;
	}
	
	.genesis-nav-menu a {
		padding: 10px 12px 12px;
	}
	
	.genesis-nav-menu .sub-menu a {
		padding: 12px;
	}

	.home .form-container-Vertical .heading h2 {
    		font-size: 20px;
    		padding: 10px 0;
	}

	.home .form-container-Vertical .field{
		height: 40px;
		font-size: 14px;
	}

	.home .form-container-Vertical #formSubmit{
		height: 42px;
    		padding: 0;
		font-size: 17px;
	}

	.home-middle .widget:nth-of-type(3n+3) a.more-link{
		margin-top: 20px;
	}

	.footer-widgets .simple-social-icons .alignleft,
	.footer-widgets .simple-social-icons .alignright,
	.footer-widgets .simple-social-icons .aligncenter,
	.footer-widgets .simple-social-icons ul li {
		display: inline-block;
		float: none;
		text-align: center;
	}
	
}

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

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		margin: 0;
		width: 100%;
	}

	.header-full-width .site-container,
	.site-container {
		padding: 0;
	}

	.header-image .site-title a {
		background-position: center !important;
		margin: 0 0 6px;
	}

	.site-header .header-widget-area{
		margin: 10px auto;
	}

	.site-header .simple-social-icons .alignleft,
	.site-header .simple-social-icons .alignright,
	.site-header .simple-social-icons ul li {
		display: inline-block;
		float: none;
		text-align: center;
	}

	.tel a{
		margin: 0 auto;
		width: 100%;
	}	

	.site-header .widget-area,
	.title-area{
		width: 100%;
	}

	.search-form input {
		float: none;
	}

	.wrap {
		width: 90%;
	}

	.page .site-inner {
    		padding: 0 5%;
	}

	#home-middle .widget {
		width: 100%;
	}

	.agency-pro-home .content .wrap {
		max-width: 380px;
	}

	
	.agency-pro-home .wrap {
		max-width: 640px;
	}

	.home-top-left{
		margin-bottom: 45px;
	}
	
	.home-middle .featuredpost .entry {
		min-height: 320px;
	}
	
	.entry-title {
		font-size: 30px;
	}

	.archive-description{
		margin-bottom: 20px;
	}


.video-container {width:500px; height:281px;}


	.home .form-container-Vertical .heading h2 {
    		font-size: 26px;
    		padding: 10px 0;
	}

	.home .form-container-Vertical .field{
		height: 49px;
		font-size: 14px;
	}

	.home .form-container-Vertical #formSubmit{
		height: 49px;
    		padding: 0;
		font-size: 22px;
	}

	.home-middle .widget:nth-of-type(3n+2) a.more-link{
		margin-top: 10px;
	}
	
}


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

	body .custom-background{
		background-image: none;
	}

	.agency-pro-home .featuredpost .entry {
		min-height: 380px;
		width: 100%;
	}
	
	.agency-pro-home .content .featured-content .entry-header {
		clear: both;
	}
	
	.home-top .widget-title {
		font-size: 48px;
	}


}

@media only screen and (max-width:641px) {
.video-container {width:450px; height:253px;}
}


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

	.home-top-right{
		margin-bottom: 15px;
	}
	
 .video-container{
		width: 350px;
		height: 196px;
	}
}

@media only screen and (max-width:568px) {
.video-container {width:380px; height:214px;}
}

@media only screen and (max-width:500px) {
.video-container {width:320px; height:180px;}
}

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

	
	
	.home-middle .featuredpost img.entry-image {
		position: relative;
	}
	
	.home-middle .featuredpost .entry img:hover {
		  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
		  filter: alpha(opacity=90);
		  -moz-opacity: 0.9;
		  -khtml-opacity: 0.9;
		  opacity: 0.9;
	}
	
	.header-image .site-title a {
		background-size: contain !important;
	}

	

}

@media only screen and (max-width: 450px) {
	.video-container{
		width: 275px;
		height: 154px;
	}

	.tel span {
		display: block;
	}

	.site-header .header-widget-area {
    		margin: -10px auto 10px;
	}

}

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


.video-container {width:225px; height:127px;}

	.site-header .header-widget-area {
    		margin: -20px auto 10px;
	}

}




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

.video-container {width:200px; height:112px;}

	
	.tel a{
	font-size: 21px;

	}
	.tel span {
	font-size: 17px;
	}
	.widget-title {
	font-size: 14px;
	}

	.site-header .header-widget-area {
    		margin: -30px auto 10px;
	}


}

@media only screen and (max-width: 240px) {
	
		.tel a{
	font-size: 13px;

	}
	.tel span {
	font-size: 13px;
	}

	.widget-title {
	padding-top: 30px;
	font-size: 13px;
	}

.video-container{
		width: 134px;
		height: 75px;
	}
}


/* Responsive Navigation
---------------------------------------------------------------------------------------------------- */



 
/* Standard Navigation
--------------------------------------------- */
 
nav {
	clear: both;
}
 
/* Navigation toggles
--------------------------------------------- */
 
.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}
 
/* Navigation toggles - Ensure Menu Displays when Scaled Up
--------------------------------------------- */
 
@media only screen and (min-width: 1024px) {
 
	nav {
		display: block !important;
	}
}
 
/* Navigation toggles - Mobile (Change max width as you see fit)
--------------------------------------------- */
 
@media only screen and (max-width: 1023px) {
 
	.menu-toggle,
	.sub-menu-toggle {
		display: block;
		font-size: 20px;
		font-size: 2rem;
		font-weight: 700;
		margin: 0 auto;
		overflow: hidden;
		padding: 10px;
		padding: 1rem;
		text-align: center;
		visibility: visible;
		color: #222;
   border-bottom: 5px solid #388E8E;
    border-top: 1px solid #dedede;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(50, 50, 50, 0.13);
    -moz-box-shadow: 0px 3px 7px 0px rgba(50, 50, 50, 0.13);
    box-shadow: 0px 3px 7px 0px rgba(50, 50, 50, 0.13);
	}
 
	button.menu-toggle
	 {
		background-color: rgba(245, 245, 245, 0.85);
		width: 100%;
	}


	button.menu-toggle:hover
	 {
		background: #388E8E;
		color: #fff;
	}


	button.sub-menu-toggle {
		background-color: #388E8E;
		color: #fff;
	}

	button.sub-menu-toggle:hover{
		background: rgba(245, 245, 245, 0.85);
	}
 
	.sub-menu-toggle {
		padding: 0 8px;
		position: absolute;
		right: 0;
		top: 2px;
	}
 
	.menu-toggle:before {
		content: "\MENU";
	}
 
	.menu-toggle.activated:before {
		content: "\MENU";
	}
 
	.sub-menu-toggle:before {
		content: "+";
	}
 
	.sub-menu-toggle.activated:before {
		content: "-";
	}

 
	nav {
		display: none;
		position: relative;
	}

	.nav-primary {
		position: static;
		margin: auto;
	}
 
	.genesis-nav-menu .menu-item {
		background-color: inherit;
		display: block;
		position: relative;
		text-align: left;
	}
 
	.genesis-nav-menu .menu-item:hover {
		position: relative;
		background: inherit;
	}
 
	.genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		position: static;
		width: 100%;
	}
 
	.genesis-nav-menu .sub-menu a {
		border-left: 0;
		position: relative;
		width: auto;
	}
 
	.genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}
 
	.genesis-nav-menu .sub-menu .sub-menu a {
		background-color: #f5f5f5;
		padding-left: 30px;
		color: #222 !important;
		text-shadow: none;
	}

	.genesis-nav-menu .sub-menu .sub-menu a:hover {
		color: #fff !important;
	}
 
	.genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
		background-color: #fff;
		padding-left: 40px;
	}
}