/*
Theme Name: Matt Morris 
Template: genesis  
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready   
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
*/


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

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}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}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


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

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

body {
	background-color: #f5f5f5;
	color: #333;
	font-family: Lato, sans-serif !important;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-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: #d86d1b;
	text-decoration: none;
}

a:hover {
	color: #333;
}

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

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: Lato, sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

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

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover {
	border: 1px solid #999;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 300;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #d86d1b;
	color: #fff;
}

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

.entry-content .button:hover {
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
	background-color: #fff;
	color: #333;
}

.button {
	display: inline-block;
}

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: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

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

th {
	font-weight: 400;
}


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

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

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

.site-inner {
	clear: both;
	padding-top: 40px;
}

/* ## 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: 980px;
}

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

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

/* ### Primary Sidebar */

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

.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
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

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

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

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

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

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

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

.archive-title {
	font-size: 20px;
}

.entry-title {
	font-size: 36px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover {
	color: #d86d1b;
}

.widget-title {
	font-size: 18px;
	margin-bottom: 20px;
}

.footer-widgets .widget-title {
	color: #fff;
}

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

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

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

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

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

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

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

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

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

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}


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

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

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

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

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

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
	font-size: 20px;
}


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

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

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

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

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

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

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

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

.enews form + p {
	margin-top: 24px;
}

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

#wpstats {
	display: none;
}


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

.site-header {
	background-color: #fff;
	min-height: 160px;
}

.site-header .wrap {
	padding: 40px 0;
}

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

.title-area {
	float: left;
	padding: 10px 0;
	width: 360px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
}

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

.header-image .site-title > a {
	background: url(images/logo.png) no-repeat left;
	float: left;
	min-height: 60px;
	width: 100%;
	margin-top: 10px !important;
	margin-bottom: 6px !important;
}


/*  Added by raheel */

#menu-main-navigation { margin-top: 10px!important;
    margin-bottom: 0px !important;}

/*  */


.site-description {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

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

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

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}


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

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	line-height: 1;
	width: 100%;
}

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

.genesis-nav-menu a {
	color: #333;
	display: block;
	padding: 30px 24px;
}

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

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	padding: 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

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

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

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

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

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

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

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

.nav-primary {
	background-color: transparent;
}

.nav-primary .genesis-nav-menu a {
	color: #fff;
	
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #333;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #d86d1b;
        text-decoration: none !important;
}

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

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

/* ## Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: 10px;	
}

.responsive-menu-icon::before {
	color: #fff;
	content: " ";
	font: normal 24px/1 'dashicons';
	margin: 0 auto;
}


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

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

.entry {
	margin-bottom: 40px;
	padding: 50px 60px;
}

.content .entry {
	background-color: #fff;
}

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

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

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

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

.entry-content code {
	background-color: #333;
	color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

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

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}

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

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

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

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}

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

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

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

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.entry-comments {
	padding: 40px;
}

.comment-header {
	font-size: 16px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment-content {
	clear: both;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

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

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

.entry-comments .comment-author {
	margin-bottom: 0;
}

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

.bypostauthor {
}

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


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

.sidebar {
	font-size: 16px;
}

.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

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

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 40px;
}


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

.footer-widgets {
	background-color: #4c4c4c;
	clear: both;
	padding-top: 40px;
}

.footer-widgets,
.footer-widgets a {
	color: #999;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover {
	color: #fff;
}

.footer-widgets li {
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

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

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

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

.footer-widgets-1 {
	margin-right: 60px;
}

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

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


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

.site-footer {
	background-color: #fff;
	font-size: 16px;
	line-height: 1;
	padding: 40px 0;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}
.responsive-menu-icon::before {
  color: #fff;
  content: " ";
  font: normal 24px/1 'dashicons';
  margin: 0 auto;
}





/*  CUSTOM ENTRIES BY NEW ---------------------------------------------------------------------------------------------------- */
/* by web developers */


/* contact page */

.page-id-4121 .site-container {background-color: #aa7b2c !important;}

.page-id-4121 .content .entry  {background-color: #aa7b2c !important;}

/* page title removal*/ 
.page-id-4121 .entry-title {display: none !important;}

.lf-form-container {display: none !important;}



/* SPEAKING PAGE */

/*  BUTTON */

.page-id-4123 .golden-button {
	font-family: 'AlternateGotNo3D' !important; 
	font-size: 38px !important;
	text-transform: uppercase !important;
	font-weight: normal !important;
	background: #aa7b2c !important; 
    border: 0 !important;
    color: #fff !important;
    width: 100%!important;
	border-radius: 12px !important;}


.spk-frm label { font-size: 14px !important;
    color: #fff !important;
    font-weight: bold;
    width: 100%;
    margin-top: 10px;
	margin-bottom: 4px;
	padding: 0 !important;
}


.page-id-4123 .panel-title a {
	font-family: 'AlternateGotNo3D' !important; 
    font-size: 34px !important;
	text-transform: uppercase !important;
	font-weight: normal !important;
	margin: 64px auto !important;	
	} 

.vc_btn3.vc_btn3-size-lg {
font-family: 'AlternateGotNo3D'!important;
    text-transform: uppercase !important;
    font-weight: normal !important;
    font-size: 34px !important;
    border-radius: 14px !important;
    padding: 12px 22px 12px 22px !important;
    background-image: none !important;
}
.vc_btn3.vc_btn3-size-lg:hover {
color:#000 !important;
}


/* PRODUCTS */


.mmh4 h1 {	font-family: 'AlternateGotNo3D'!important; 
			font-size: 80px !important;
    		line-height: normal !important;}

.mmh4 h2 { font-family: 'AlternateGotNo3D'!important;
			font-size: 78px !important;
            line-height: 70px !important;    
		}


.mmh4 h3 {  font-family: 'DIN Condensed Light' !important;
            text-transform: none !important;
            color:#fff !important;
            font-weight: normal !important;
            font-size: 38px !important;
            line-height: 40px !important;
    margin-bottom: 30px !important;
		}

.mmh4 p {font-family: 'DIN Condensed Light'!important;
        color:#fff !important;
        font-weight: normal !important;
        font-size: 24px !important;
    line-height: 26px !important; }    


/* BIO PAGE */


.bio-section-1 h1 {
    font-size: 80px;
    color: #b0770a;
	font-family: 'AlternateGotNo3D' !important;
	text-transform: uppercase;
	font-weight: normal;  
 }
.bio-section-2 h1, .speaking-section h1 {
    font-size: 80px;
    color: #fff;
    line-height: 70px !important;
	font-family: 'AlternateGotNo3D' !important;
	text-transform: uppercase;
}
.bio-section-3 h1 {
    font-size: 80px;
    color: #b0770a;
    line-height: 70px !important;
	font-family: 'AlternateGotNo3D' !important;
	text-transform: uppercase;
}
/*.bio-section-1 .wpb_content_element {
    margin: 0 !important;
}*/
.bio-section-1 p, .bio-section-2 p, .bio-section-3 p, .speaking-section p {
    font-size: 24px;
    color: #fff;
    font-family: 'DIN Condensed Light';
    line-height: normal;
}

.speaking-section { background-size: cover !important;}


.bio-section-3 p {
    color: #000;
}
.bio-section-1 .vc_col-sm-8, .bio-section-3 .vc_col-sm-6 {
    z-index: 1;
}

.heading-testi  h3 { font-family: 'AlternateGotNo3D' !important;
	font-size: 80px !important;
	text-transform: uppercase;
	color: #aa7b2c;
		font-weight: normal !important;
	text-align: center !important;
	line-height: 70px !important;
	
}


/* ARROWS */

.arrow h3 {
    background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='22px' height='27px'><path fill-rule='evenodd' fill='rgb(57, 57, 57)' d='M13.778,12.789 L0.018,26.994 L8.672,26.994 L22.000,12.789 L8.672,0.004 L0.018,0.004 L13.778,12.789 Z'/></svg>") no-repeat right center;   
    padding-right: 56px;
    display: inline-block;
	font-size: 38px !important;
	margin-top: 10px;
}



/* Section 5 things */

.section5 {
	background:url(https://www.mattmorris.com/wp-content/uploads/2020/05/mm_fliped.png) 18% 70px no-repeat, url(https://www.mattmorris.com/wp-content/uploads/2020/05/dotted-line-2.jpg) top left repeat !important;
	background-size: contain, auto !important;
}


/*   Privacy Policy Page */

.pp h1 { font-family: 'AlternateGotNo3D' !important;
			text-transform: uppercase;
			font-size: 70px !important;
			font-weight: normal !important;}

.pp h2  { font-family: 'AlternateGotNo3D' !important;
			text-transform: uppercase;
			font-size: 30px !important;
			font-weight: normal !important;}


.pp h3  { font-family: 'AlternateGotNo3D' !important;
			text-transform: uppercase;
			font-size: 24x !important;
			font-weight: normal !important;}

/*    terms & conditions */

.tc h1		 { font-family: 'AlternateGotNo3D' !important;
			text-transform: uppercase;
			font-size: 70px !important;
			font-weight: normal !important;}

.tc h2  { font-family: 'AlternateGotNo3D' !important;
			text-transform: uppercase;
			font-size: 30px !important;
			font-weight: normal !important;}


.tc h3  { font-family: 'AlternateGotNo3D' !important;
			text-transform: uppercase;
			font-size: 24x !important;
			font-weight: normal !important;}


/*    terms & conditions */

.ed h1		 { font-family: 'AlternateGotNo3D' !important;
			text-transform: uppercase;
			font-size: 70px !important;
			font-weight: normal !important;}

.ed h2  { font-family: 'AlternateGotNo3D' !important;
			text-transform: uppercase;
			font-size: 30px !important;
			font-weight: normal !important;}


.ed h3  { font-family: 'AlternateGotNo3D' !important;
			text-transform: uppercase;
			font-size: 24x !important;
			font-weight: normal !important;}



/*  end new site css*/


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

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

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

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

	.content,
	.site-header .widget-area {
		width: 620px;
	}

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

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.title-area {
		width: 300px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}

}

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

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

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header .wrap {
		padding: 20px 5%;
	}

	.header-image .title-area {
		background-position: center top;
	}

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

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

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

	.site-header .search-form {
		margin: 16px auto;
	}

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

	.footer-widgets-1 {
		margin-right: 0;
	}

}

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

	body {
		background-color: #fff;
		font-size: 16px;
	}

	.site-inner,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

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

	.sidebar .widget.enews-widget {
		padding: 40px;
	}
		.site-inner,
	.wrap {
		max-width: none;
		width: 100%;
	}

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

	.parallax-home .site-inner {
		padding: 0;
	}

	.genesis-nav-menu.responsive-menu {
		display: none;
	}

	.nav-primary .responsive-menu-icon {
		margin-top: 20px;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}

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

	.genesis-nav-menu.responsive-menu li.current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		border: none;
		display: block;
		padding: 20px;
		text-transform: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 20px/1 'dashicons';
		height: 20px;
		padding: 15px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}

	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(0, 0, 0, 0.05);
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		padding: 20px;
		position: relative;
		text-transform: none;
		width: 100%;
	}

	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu > li.menu-item-has-children:hover > a,
	.genesis-nav-menu.responsive-menu a:hover {
		background: none;
	}

	.site-header .genesis-nav-menu.responsive-menu .current-menu-item > a,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a:hover,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu,
	.site-header .genesis-nav-menu.responsive-menu > .menu-item-has-children:before,
	.site-header .genesis-nav-menu.responsive-menu > li:hover > a,
	.site-header .genesis-nav-menu.responsive-menu a:hover {
		color: #fff;
	}

	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(255, 255, 255, 0.05);
	}

	.home-even,
	.home-odd {
		padding: 90px 0 100px;
	}

	.parallax-home .simple-social-icons ul li {
		margin: 0 20px 20px !important;
	}

}


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

	.footer-widgets .widget-title,
	.home-even .widget-title,
	.home-odd .widget-title {
		font-size: 36px;
	}

	.home-even,
	.home-odd {
		font-size: 22px;
	}

}
.core li{float:left !important; width: 33% !important}




/*New added css*/
.site-inner, .wrap {
	max-width: 1170px;
}
.newHomePg .container.vc_row-fluid, .newHomePg .vc_column_container>.vc_column-inner, .biopage .container.vc_row-fluid, .biopage .vc_column_container>.vc_column-inner, .products .container.vc_row-fluid, .products .vc_column_container>.vc_column-inner {
	padding: 0 !important;
}
.newHomePg h1, .newHomePg h2 {
	font-family: 'AlternateGotNo3D' !important;
	text-transform: uppercase;
	font-weight: normal;
	color: #000000;
}
.newHomePg h3 {
    font-family: 'AlternateGotNo3D' !important;
    text-transform: uppercase !important;
    font-weight: normal !important;
    color: #fff !important;
    font-size: 50px !important;
}
.newHomePg .mmh1 h1 {
	font-size: 84px !important;
	line-height: 70px !important;
}
.newHomePg h4 {
	font-family: 'DIN Condensed Light' !important;
	font-size: 36px !important;
	line-height: 38px !important;
	font-weight: normal !important;
	margin: 50px 0 0 0 !important;
	Color: #000000 !important;
}
.section1.newHomePg {
    background-position: 90% 50px !important;
}
.newHomePg .arrow h3 {
	background: url(data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='22px' height='27px'><path fill-rule='evenodd' fill='rgb(57, 57, 57)' d='M13.778,12.789 L0.018,26.994 L8.672,26.994 L22.000,12.789 L8.672,0.004 L0.018,0.004 L13.778,12.789 Z'/></svg>) no-repeat right center;
	padding-right: 56px;
	display: inline-block;
	font-size: 38px !important;
	margin-top: 10px;
}
.section2 p, .section2 li {
	font-family: 'DIN Condensed Light' !important;
	color: #fff !important;
	font-weight: normal !important;
	font-size: 28px !important;
	line-height: 30px !important;
}
.newHomePg.section2 ul, .newHomePg.section2 ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	line-height: normal;
}
.newHomePg.section2 ul li {
	padding-left: 44px;
	margin-top: 12px;
	background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='30px' height='31px'><path fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M22.871,11.242 C19.894,15.102 17.622,18.708 16.055,22.060 L14.793,22.923 C13.748,23.661 13.039,24.209 12.664,24.566 C12.516,24.023 12.192,23.137 11.692,21.904 L11.215,20.781 C10.534,19.168 9.900,17.977 9.315,17.204 C8.730,16.433 8.073,15.919 7.347,15.667 C8.573,14.353 9.699,13.696 10.721,13.696 C11.596,13.696 12.567,14.900 13.635,17.308 L14.163,18.517 C16.083,15.235 18.548,12.044 21.559,8.946 C24.569,5.846 27.512,3.466 30.386,1.808 L30.982,2.672 C28.551,4.527 25.848,7.385 22.871,11.242 ZM15.257,2.688 C8.333,2.688 2.700,8.402 2.700,15.422 C2.700,22.445 8.333,28.158 15.257,28.158 C22.180,28.158 27.813,22.445 27.813,15.422 C27.813,13.204 27.249,11.119 26.262,9.301 C26.670,8.822 27.072,8.368 27.468,7.932 C28.779,10.121 29.548,12.679 29.548,15.422 C29.548,23.415 23.137,29.918 15.257,29.918 C7.376,29.918 0.965,23.415 0.965,15.422 C0.965,7.431 7.376,0.929 15.257,0.929 C18.747,0.929 21.946,2.208 24.431,4.323 C23.986,4.699 23.542,5.086 23.096,5.491 C20.945,3.740 18.221,2.688 15.257,2.688 Z'/></svg>") no-repeat left 0;
}
.newHomePg.section2 {
    background-position: 86% 0 !important;
}
.newHomePg.section3 ul, .newHomePg.section3 ul li { 
    padding: 0;
    margin: 0;
    list-style-type: none;
    line-height: normal;
}
.newHomePg.section3 ul li {
	padding-left: 49px;
	margin-top: 15px;
	background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='31px' height='30px'><path fill-rule='evenodd' fill='rgb(170, 123, 44)' d='M22.871,11.242 C19.894,15.102 17.622,18.708 16.055,22.060 L14.793,22.923 C13.748,23.661 13.039,24.209 12.664,24.566 C12.516,24.023 12.192,23.137 11.692,21.904 L11.215,20.781 C10.534,19.168 9.900,17.977 9.315,17.204 C8.730,16.433 8.073,15.919 7.347,15.667 C8.573,14.353 9.699,13.696 10.721,13.696 C11.596,13.696 12.567,14.900 13.635,17.308 L14.163,18.517 C16.083,15.235 18.548,12.044 21.559,8.946 C24.569,5.846 27.512,3.466 30.386,1.808 L30.982,2.672 C28.551,4.527 25.848,7.385 22.871,11.242 ZM15.257,2.688 C8.333,2.688 2.700,8.402 2.700,15.422 C2.700,22.445 8.333,28.158 15.257,28.158 C22.180,28.158 27.813,22.445 27.813,15.422 C27.813,13.204 27.249,11.119 26.262,9.301 C26.670,8.822 27.072,8.368 27.468,7.932 C28.779,10.121 29.548,12.679 29.548,15.422 C29.548,23.415 23.137,29.918 15.257,29.918 C7.376,29.918 0.965,23.415 0.965,15.422 C0.965,7.431 7.376,0.929 15.257,0.929 C18.747,0.929 21.946,2.208 24.431,4.323 C23.986,4.699 23.542,5.086 23.096,5.491 C20.945,3.740 18.221,2.688 15.257,2.688 Z'/></svg>") no-repeat left 0;   
}
.section3-img img, .bio-section-1 img, .bio-section-2 img, .bio-section-3 img {
	position: absolute;
	bottom: -40px;
	max-width: 600px !important;
	left: calc(62%);
}
.section3 p, .section3 li {
    font-family: 'DIN Condensed Light' !important;
    color: #fff !important;
    font-weight: normal !important;
    font-size: 28px !important;
}
.section3-rightcol, .bio-img-1-col, .bio-img-2-col, .bio-img-3-col {
    position: unset !important;
}
.mmh3 h3 {
	font-size: 36px!important;
	color: #000000 !important;
	line-height: 36px !important;
}
.mmh3 h1 {
    font-size: 60px!important;
	color: #aa7b2c !important;
}

.wpcf7-form .fusion-columns {
	margin: 0 !important;
}
.input-field {
	width: 45% !important;
	float: left;
	margin: 0 0 20px;
}
.full-row {
	float: left;
	width: 100%;
}
.input-field input {
	background: #fff !important;
	border: 2px solid #aa7b2c !important;
	color: #000 !important;
	text-transform: uppercase !important;
	padding: 12px 22px 12px 22px !important;
	font-family: 'AlternateGotNo3D';
	font-size: 20px;
	height: 60px;
	font-weight: normal !important;
    border-radius: 12px !important;

}
.btn-col {
	float: left;
	margin: 0 0 0 20px;

}

.btn-col1  {
	margin: 0 0 0 0px !important;
	width: 150% !important;
    font-size: 30px !important;

}	


	
.btn-col input {
	background: #aa7b2d !important;
	border: 2px solid #aa7b2c !important;
	color: #fff !important;
	text-transform: uppercase !important;
	padding: 0 25px;
	border-radius: 12px !important;
	font-family: 'AlternateGotNo3D';
	font-size: 38px;
	height: 60px;
	line-height: 48px;
}

.btn-col input[type="submit"]:hover { background-color: #aa7b2d !important; color: black!important; }

.mmh4 h1 {font-size: 80px;
    line-height: normal !important;}

.mmh4 h2 {font-size: 78px;
            line-height: 70px !important;
	color: #fff !important;
        
		}


.mmh4 h3 {  font-family: 'DIN Condensed Light' !important; 
            text-transform: none !important;
            color:#fff !important;
            font-weight: normal !important;
            font-size: 38px !important; 
            line-height: 40px !important;
    margin-bottom: 30px !important;
		}

.mmh4 p {font-family: 'DIN Condensed Light' !important; 
        color:#fff !important;
        font-weight: normal !important;
        font-size: 24px !important; 
    line-height: 26px!important; }  

.newHomePg .mmh5 h1 {font-size: 100px !important;
		line-height: 90px !important; 
		padding-top: 40px !important;
		padding-bottom: 30px !important;}


.apsc-each-profile {
    background:#aa7b2c;
    padding: 6px 6px 6px 25px;
    margin: 20px 0 0 !important;
    display: block !important;
    border-radius: 5px;
    -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  -o-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
} 
.apsc-each-profile:hover {
    transform: scale(1.1);
}
.apsc-theme-3 .social-icon {
    background: none !important;
}
.apsc-count-wrapper {
    float: right !important;
    position: relative;
}
.apsc-theme-3 .social-icon:after {
    display: none;
}
.apsc-count-wrapper::before {    
    border-bottom: 15px solid transparent;
    border-right: 15px solid #fff;
    border-top: 15px solid transparent;
    content: "";
    left: -8px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
}
.apsc-social-name {
    font-size: 30px;
    font-family: 'AlternateGotNo3D'!important;
    text-transform: uppercase !important;
}
.apsc-theme-3 .social-icon .fa {
    font-size: 34px !important;
    vertical-align: top;
    padding: 0 20px 0 0 !important;
}
.apsc-theme-3 .apsc-fa-icon {
    vertical-align: middle;
}
.apsc-theme-3 .apsc-count {
    background-color: #fff !important;
    font-size: 30px !important;
    width: 140px !important;
    font-family: 'AlternateGotNo3D'!important;
    border-radius: 5px;
}
.apsp_count_inline_main_demo_wrapper {
    width: 61%;
}


.testimonials.newHomePg .mmh1 h1 {
	color: #fff !important;
}

.testimonials.newHomePg .item .test-list {
	background: #464542 !important;
	padding: 230px 70px 50px !important;
	margin: 105px 0 0 !important;	
	display: inline-block;
}
.testimonials.newHomePg .testi-info {
	position: absolute;
	width: 210px;
	height: 295px;	
	top: 0;
	left: calc(50% - 105px);
	padding-bottom: 85px;
	background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='50px' height='50px'><path fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M49.432,49.959 L49.432,28.384 L40.424,28.384 L49.432,0.476 L41.612,0.476 L29.832,28.384 L29.832,49.959 L49.432,49.959 ZM19.735,49.959 L19.735,28.384 L10.728,28.384 L19.735,0.476 L11.915,0.476 L0.136,28.384 L0.136,49.959 L19.735,49.959 Z'/></svg>") no-repeat center bottom;	
}
.testimonials.newHomePg .testi-thumb {
	border: 0 !important;	
	padding: 0;
	width: 100%;
}
.testimonials.newHomePg .testi-thumb img { 
	width: 210px;
	height: 210px;
}
.testimonials.newHomePg .test-list:before {
	display: none;
}
.testimonials.newHomePg .testi-msg {
	width: 100%;
	text-align: center;
	font-family: 'DIN Condensed Light' !important;
	text-transform: none !important;
	font-size: 24px !important;
	text-align: center;
	padding-top: 0;
	padding-left: 20px;
	padding-right: 20px;	
	color: white !important;
	font-style: normal;
	line-height: normal;	
	margin-bottom: 120px;
	padding-bottom: 0;	
	max-height: 120px;
	min-height: 120px;
	overflow: auto;
}
.testimonials.newHomePg .testi-author {
	position: absolute;
	left: 0;
	bottom: 50px;
	width: 100%;
}
.testimonials.newHomePg .testi-author::before {
	content: "";
	width: 40%;
	height: 2px;
	background: #dadad9;
	position: absolute;
	left: 30%;
	top: -30px;
}
.testimonials.newHomePg .testi-author h4 {
	color: #fff !important;
	font-family: 'AlternateGotNo3D' !important;
	font-size: 44px !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.testimonials.newHomePg .testi-author h4 .sep {
	display: none !important;
}
.testimonials.newHomePg .testi-author h4 .desc {
	width: 100%;
	display: block;
	line-height: normal;
	float: left;
}
.testimonials.newHomePg .testi-author h4 .desc em {
	float: left;  
	width: 100%;
	margin-top: 8px;
}
.testimonials.newHomePg .carousel-control {
	top: 48% !important;
}

/* custom scroll bar testing */

::-webkit-scrollbar {
    -webkit-appearance: none;
}
::-webkit-scrollbar {
  width: 4px;
}
 
::-webkit-scrollbar-track {
  background:#454542; 
/*     border:1px solid #ccc; */
}
 
::-webkit-scrollbar-thumb {
  background:  #AA7B2c; 
/*     border:1px solid #eee; */
    height:10px;
    border-radius:5px;
}
 
::-webkit-scrollbar-thumb:hover {
  background: #7e7e7e; 
}

.entry-footer, .post-edit-link, #footer-logo {
	display: none !important;
}

.featured-blog-list h4 {
	margin-top: 0 !important;
}
.site-footer {
	background: #101010 !important;
}
.site-footer .nav-secondary {
	text-align: left;
}
.nav-secondary li a {
	font-family: 'AlternateGotNo3D' !important;
  font-size: 20px !important;
	color: #979797 !important;
	padding: 0 10px 0 0 !important;
}
.nav-secondary li a::after {
	content: "•";
  color: rgb(67, 67, 67);
}
.nav-secondary li:last-child a::after {
	display: none;
}
.nav-secondary li a span {
	margin-right: 10px;
}
.genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #aa7b2d !important;
}
.social-icons {
	text-align: right;
	margin-top: -11px;	
}
.social-icons li a {
	opacity: 1;
}
.social-icons li a:hover {
	opacity: 1;
}

.featured-blog h4 a, .recent-blog h4 a {
	color: #aa7b2c !important;
}
.bottom-footer li a {
	font-family: 'AlternateGotNo3D'!important;
	font-size: 18px !important;
	font-weight: normal;
	color: #434343 !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
}
.bottom-footer li a:hover {
	color: #aa7b2c !important;
}

.newsletter-bottom h4 strong {
    font-weight: normal !important;
    font-family: 'AlternateGotNo3D'!important;
}
.footer-widgets button, .footer-widgets input[type="button"], .footer-widgets input[type="reset"], .footer-widgets input[type="submit"], .footer-widgets .button {
    background-color: #aa7b2c !important;
    color: #fff;
	font-family: 'AlternateGotNo3D'!important;
}
.newsletter-bottom h4 {
    font-weight: normal!important;
    font-family: 'AlternateGotNo3D'!important;
    text-transform: uppercase;
    font-size: 24px;
    float: left;
    line-height: 1.4;
    margin-top: 15px;
}

.site-header {
	background: #fff !important;
	position: relative;
	padding-top: 40px;
}
.nav-primary .genesis-nav-menu a {
	font-family: 'AlternateGotNo3D'!important;
	color: #000 !important;
	font-size: 26px !important;
}
.nav-primary .genesis-nav-menu a:hover {
	color: #aa7b2c !important;
}
.header-image .site-title > a {
	background: url(https://www.mattmorris.com/wp-content/uploads/2020/05/logo.svg) no-repeat center left !important;
	width: 210px !important;
}
.site-header .social-icons {
	position: absolute;
	top: -40px;
	left: 0;
	width: 100%;
	padding: 10px 0;
	background: #000;
}
.site-header .social-icons::before {
	content: "";
	position: absolute;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
}
.site-header .social-icons::after {
	content: "";
	position: absolute;
	right: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
}
.site-header .nav-primary {
	margin-top: 0px;
}
.site-header .wrap {
	position: relative;
}

/* subscribe hidden on home page  */ 
.page-id-4179 .footer-widgets, .footer-widgets a { display: none !important;}


.bio-section-1 img {
	bottom: -100px;
	max-width: 750px !important;
	left: 52%;
}
.bio-section-2 img {
	bottom: -100px;
	left: 10%;
}
.bio-section-3 img {
	bottom: -100px;
    width: 1300px;
    max-width: 1500px !important;
    left: 38%;
}


/*  blog bottom button */
.ajax-load-more-wrap.blue .alm-load-more-btn {     display: inline-block !important;
/*     padding: 10px 48px !important;  */
    font-size:32px !important;
    text-align: center !important;
	height: 52px !important; 
 vertical-align: middle !important; 
    background-image: none !important;
    border: 2px solid #aa7b2c !important;
    text-transform: uppercase !important;
    color: #aa7b2c !important;
    text-decoration: none !important;
    border-radius: 10px !important;
	font-family: 'AlternateGotNo3D' !important;
	font-weight: normal !important;
	background-color: #fff !important;}

.alm-btn-wrap .alm-load-more-btn.loading, .alm-btn-wrap .alm-load-more-btn:hover  {background-color:#aa7b2c !important; color: white !important; }

.genesis-nav-menu {
	margin: 6px 0 0;
}
.nav-primary .genesis-nav-menu a {
	position: relative;
}
.genesis-nav-menu .current-menu-item > a {
	color: #aa7b2c !important;
}
.site-header .genesis-nav-menu .current-menu-item > a::after {
	content: "";
	position: absolute;
	left: 18px;
	bottom: -3px;
	width: calc(100% - 36px);
	height: 3px;
	background: #aa7b2c;
}

.fa {
	font: normal normal normal 14px/1 FontAwesome !important;
}

.social-icons li a.loginBtn {
	font-size: 22px;
	color: #fff;
	font-family: 'AlternateGotNo3D' !important;
	line-height: 22px;
	position: relative;
	top: 18px;
	text-transform: uppercase;
	text-decoration: none !important;
}
.social-icons li a.loginBtn:hover {
	color: #aa7b2c !important;
}
.social-icons li a.loginBtn::after, .social-icons li.map-link, .social-icons li.snap-link {
	display: none !important;
}

.site-container {
	overflow-x: hidden;
}

.carousel-indicators {
	bottom: -28px !important;	
}
.carousel-indicators li {
	margin: 0 4px !important;
}
.newHomePg.section4 p {
	max-width: 650px;
}
.section5.newHomePg .mmh3 h3 {
	max-width: 550px;
}
.newHomePg.section6 p, .newHomePg.section6 .mmh4 h3 {
	max-width: 590px;
}
.form-toggle-wrapper .panel-title {
	max-width: 100% !important;
	background: #aa7b2c !important;
	font-weight: normal !important;
	text-transform: uppercase !important;
	border-radius: 5px !important;
}
.form-toggle-wrapper .panel-title:hover {
  background: #aa7b2c !important;
	color: #000 !important;
}

.section1.newHomePg .section1subheading h4 {
	max-width: 550px;
	display: inline-block;
}

@media screen and (max-width: 1550px) {
	.input-field {
		width: 70% !important;
	}
	.btn-col {
		margin: 0;
	}
	
	.section5 {
		background:url(https://www.mattmorris.com/wp-content/uploads/2020/05/mm_fliped.png) 5% 70px no-repeat, url(https://www.mattmorris.com/wp-content/uploads/2020/05/dotted-line-2.jpg) top left repeat !important;
		background-size: contain, auto !important;
	}
	.bio-section-2 img {	
		left: 0%;
	}
}

@media screen and (max-width: 1210px) {
	.container {
		max-width: 95% !important;
		width: 95% !important;
	}
	.newHomePg .mmh1 h1 {
		font-size: 72px !important;
    line-height: 65px !important;
		margin: 0 !important;
	}
	.section1.newHomePg {
    background-position: 95% 50px !important;
	}
	.newHomePg.section2 {
    background-position: 110% 0 !important;
	}
	.newHomePg .mmh5 h1 {
    font-size: 80px !important;
    line-height: 80px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin: 0;
	}
	.section6.newHomePg .wpb_content_element.mmh5 {
		padding-top: 60px !important;
	}
}
@media screen and (max-width: 1100px) {
	.section1.newHomePg {
    background-position: 110% 50px !important;
	}
	.newHomePg .mmh1 h1, .mmh4 h2 {
    font-size: 60px !important;
    line-height: 55px !important;
		margin: 0 !important;
	}
	.newHomePg h4 {  
    font-size: 26px !important;
    line-height: 32px !important;    
    margin: 0 !important;    
	}
	.testimonials.newHomePg .testi-msg {
		width: 100% !important;
	}
}
@media screen and (max-width: 990px) {
	.site-header .social-icons {
		display: block;
	}
	.section5 {
		background:url(https://www.mattmorris.com/wp-content/uploads/2020/05/mm_fliped.png) -40% 70px no-repeat, url(https://www.mattmorris.com/wp-content/uploads/2020/05/dotted-line-2.jpg) top left repeat !important;
		background-size: contain, auto !important;	
	}
	.input-field {
		width: 90% !important;
	}
	.btn-col {  
    margin: 0;
	}
	.site-header ul.genesis-nav-menu {
		display: none;
		background: #aa7b2c;
	}
	.genesis-nav-menu .current-menu-item > a::after {
		display: none !important;
	}
	.responsive-menu-icon {
		display: block;
		float: right;
		margin:0;
	}
	.genesis-nav-menu .menu-item {
		display: block;
		text-align: center;
	}
	.nav-primary .genesis-nav-menu a, .nav-primary .genesis-nav-menu a:hover {
		color: #fff !important;
		text-transform: uppercase !important;
	}
	.responsive-menu-icon::before {
		color: #fff;
    content: " ";
    display: block;
    float: right;
    font: 24px/1 "dashicons";
		margin: 20px 0 0 !important;		
    height: 24px !important;
    background-color: #aa7b2c;
		background-image: url(/wp-content/uploads/2016/05/nav-menu.png);
    background-repeat: no-repeat;
    background-position: center top;
    width: 27px;
	}
	.site-footer .genesis-nav-menu .menu-item {
		margin-bottom: 10px;
	}
	.nav-secondary li a span {
		padding-right: 0;
	}
	.site-footer .nav-secondary li a::after, .footer-copyright {
		display: none;
	}
	.bottom-footer {
		margin-top: 25px;
	}
	.site-header .genesis-nav-menu {
		float: left !important;
		margin: 20px 0 0 !important;
	}
	.heading-testi h3 {
		font-size: 50px !important;
		line-height: 50px !important;
		margin: 0 !important;
	}
}
@media screen and (max-width: 900px) {
	.section1.newHomePg  {
		background-position: center 200% !important;
    background-size: 500px !important;
    padding-bottom: 480px !important;
    text-align: center;
	}
	
	
.newHomePg.section2 {
		background-position: center 200% !important;
    background-size: 578px !important;
/*     padding-bottom: 480px !important; */
    text-align: center;
	}
	
	.newHomePg.section2 {
		padding-bottom: 390px !important;
	}
	.newHomePg .vc_col-sm-8, .newHomePg .vc_col-sm-4, .newHomePg .vc_col-sm-10, .newHomePg .vc_col-sm-2, .newHomePg .vc_col-sm-6 {
		width: 100% !important;
	}
	.newHomePg .mmh1 h1, .mmh4 h2 {
		text-align: center;
		font-size: 50px !important;
    line-height: 50px !important;
	}
	.newHomePg h4 {
		text-align: center;
	}
	.section3-img img, .bio-section-1 img, .bio-section-2 img, .bio-section-3 img {
		position: relative;
    bottom: -75px;
    max-width: 100% !important;
    left: 0;
	}
	.bio-section-1 img, .section3-img img {
		bottom: 0;
	}
	.section3.newHomePg {
		padding-bottom: 0 !important;
	}
	.section3.newHomePg .wpb_single_image.vc_align_right {
		margin: 0 !important;
	}
	.bio-section-2 img {
		bottom: 0;
    margin: 40px 0 0;
    max-width: 350px !important;
	}
	.bio-section-2.biopage .wpb_single_image.vc_align_left {
		text-align: center !important;
	}
	.bio-section-3 img {
		bottom: 0;
		left: 40px;
		margin-top: 30px;
	}
	.bio-section-3.biopage {
		padding-bottom: 0 !important;
	}
	.bio-section-1.biopage {
		padding-bottom: 0 !important;
	}
	.newHomePg.section4, .newHomePg.section6 {
		padding-bottom: 30px !important;
	}
	.newHomePg.section2 ul li {
		text-align: left;
	}
	.section5 {
		background:url(https://www.mattmorris.com/wp-content/uploads/2020/05/dotted-line-2.jpg) top left repeat !important;
		background-size: contain, auto !important;	
		text-align: center;
	}
	.btn-col {  
    float: none;
	}
	.section5 .vc_col-sm-6 {
		padding: 0 30px;
	}
	.section5 .vc_row.wpb_row.vc_inner.vc_row-fluid {
		padding: 0 0 50px !important;
	}
	.newHomePg.section6 .wpb_single_image {
		padding-top: 50px !important;
	}
	.input-field {
    width: 100% !important;
	}
}
@media screen and (max-width: 767px) {
	.header-widget-area .social-icons {
    display: block !important;
	}
	.responsive-menu-icon::before {
		margin-top: 18px !important;
	}
	.mmh4 h1 {
		font-size: 50px !important;
	}
	.mmh4 h3 {
		font-size: 24px !important;
    line-height: 30px !important;
	}
	.apsp_count_inline_main_demo_wrapper {
		width: 100%;
	}
	.apsc-each-profile {
		padding-left: 0;
	}
	.carousel-indicators {
		bottom: -70px !important;
	}
	.carousel-indicators li {
		margin: 6px 4px !important;
	}
	.newHomePg.homepageBlogs {
		padding-top: 30px !important;
	}
	.apsc-theme-3 .social-icon .fa {
		padding-right: 5px !important;
	}
	.testimonials.newHomePg .item .test-list {
		padding: 230px 10px 50px !important;
	}
	.testimonials.newHomePg .testi-author h4 {
		font-size: 24px !important;
	}
	.bio-section-1.biopage {
		padding-top: 30px !important;
		padding-bottom: 0 !important;
	}
	.bio-section-2.biopage {
		padding-top: 0 !important;
	}
	.bio-section-3.biopage {
		padding-top: 30px !important;
		padding-bottom: 0 !important;
	}
	.bio-section-1 h1, .bio-section-2 h1, .speaking-section h1, .bio-section-3 h1, .newHomePg .mmh1 h1, .mmh4 h2 {
		font-size: 40px !important;
		line-height: 40px !important;
	}
	.section2 p, .section2 li, .section3 p, .section3 li {
		font-size: 20px !important;
		line-height: 30px !important;
	}
	.mmh3 h3 {
		font-size: 30px!important;    
    line-height: 30px !important;
	}
	.newHomePg .mmh5 h1 {
		font-size: 50px !important;
    line-height: 50px !important;
	}
	.apsc-social-name {
		font-size: 24px;
	}
	.mmh3 h1 {
		font-size: 45px !important;
	}
	.newHomePg .arrow h3 {
		font-size: 28px !important;		
		background: none;
    padding-right: 0;
    margin-bottom: 20px;
	}
	.newHomePg.icoons {
		text-align: center;		
	}
	.speaking-wrapper.products {
		text-align: center;
	}
	.speaking-wrapper.products .wpb_single_image.vc_align_center {
		padding-top: 30px !important;
	}
	.header-image .site-title > a {
		width: 170px !important;
	}
	.homepageBlogs img {
		width: 100%;
	}
	.newHomePg.section2 ul li, .newHomePg.section3 ul li {
		background-size: 20px 21px;
    background-position: left 5px;
    padding-left: 35px;
	}
	.btn-col input {
		font-size: 25px;
		width: 100%;
	}
	.heading-testi h3 {
		font-size: 34px !important;
		line-height: 34px !important;
		margin: 0 !important;
	}
}
@media screen and (max-width: 400px) {
	.section1.newHomePg {
		padding-bottom: 445px !important;
	}	
	.newHomePg.section2 {
    padding-bottom: 400px !important;
		background-position: center 124% !important;
		background-size: 430px !important;
	}
	.newHomePg.section4, .newHomePg.section6 {
    padding-bottom: 30px !important;
	}
}



.pum-theme-1272, .pum-theme-default-theme {
	background: rgba(0,0,0,0.75) !important;
}
.pum-container.pum-responsive.pum-responsive-medium {
	width: 90% !important;
	max-width: 550px !important;
	padding: 60px 60px 55px !important;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,b7b7b7+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #b7b7b7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#b7b7b7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#b7b7b7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b7b7b7',GradientType=0 ); /* IE6-9 */
    top: 20% !important;
		left: calc(50% - 275px);
    margin: 0 !important;
}
.pum-container.pum-responsive.pum-responsive-medium .input-field {
	width: 100% !important;	
}
.pum-container.pum-responsive.pum-responsive-medium .btn-col {
	width: 100% !important;
	margin: 0 !important;
}
.pum-theme-1272 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
	width: 40px !important;
	height: 40px !important;
	border-radius: 50% !important;
	text-indent: -9999px !important;
	background: #aa7b2c !important;
	min-width: 30px !important;
	padding: 0 !important;
	top: -20px !important;
	right: -20px !important;
	position: relative;
}
.pum-container.pum-responsive.pum-responsive-medium div.wpcf7-response-output {
	margin: 20px 0 0 !important;
	float: left;
	width: 100%;
	background: #fff;
  padding: 15px;
}

span.wpcf7-not-valid-tip {
	margin-top: 10px;
}

/*  pupop header for popup-1 */


.pum-theme-1272 .pum-title, .pum-theme-default-theme .pum-title {
    font-family: 'AlternateGotNo3D'!important;
   font-size: 28px;
	align-content: center !important;
	color: #000000;
    text-align: center !important;
    text-transform: none !important;
    font-weight: normal !important;
 
}





.popmake-close:before, .popmake-close:after {
	position: absolute;
	left: 20px;
  content: ' ';
  height: 20px;
  width: 2px;
  background-color: #fff;
  top: 9px;
}
.popmake-close:before {
  transform: rotate(45deg);
}
.popmake-close:after {
  transform: rotate(-45deg);
}
.pum-container.pum-responsive.pum-responsive-medium .wpcf7-submit {
    width: 100%;
	min-width:355px;
    font-size: 30px;
float: right;
}



@media screen and (max-width: 767px) {
	.pum-container.pum-responsive.pum-responsive-medium .wpcf7-submit {
		width: 100%;
	}
	.pum-container.pum-responsive.pum-responsive-medium {
		left: 0;
		padding: 20px !important;
	}
}

.section3.newHomePg .vc_col-sm-8 {
	z-index: 1;
}

div.wpcf7-response-output {
	background: #fff;
    border: 0 !important;
    font-weight: bold;
    margin: 0 !important;
    float: left;
    padding: 10px !important;
}