/*
	Theme Name: Speed Pro Theme
	Theme URI: http://tinyfrog.com/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Tinyfrog
	Author URI: http://tinyfrog.com/

	Version: 3.0.1

	Tags: black, white, one-column, two-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/


/* Table of Contents

	- Imports
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Page Title
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Featured Post Grid
		- 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
		- Entries
		- Pagination
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/

/*
Imports
---------------------------------------------------------------------------------------------------- */

@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@font-face {
	font-family: 'Icon';
	src:url('fonts/Icon.eot');
	src:url('fonts/Icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/Icon.woff') format('woff'),
		url('fonts/Icon.ttf') format('truetype'),
		url('fonts/Icon.svg#Icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

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

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

.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 {
	clear: both;
	content: " ";
	display: table;
}


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

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

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	color: #333;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.625;
}

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

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

a {
	color: #A8AD00;
	font-weight: 400;
	text-decoration: none;
}

a:hover {
	color: #6c6f70;
	transition: all 1s ease;
}

p {
	font-size:16px;
	font-weight:400;
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
	padding: 0;
}


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

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

blockquote {
	margin: 40px;
	margin: 4rem;
}

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

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

cite {
	font-style: normal;
}

.home_tagline {
    font-size: 20px;
    color: #707372;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}

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

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

h1 {
	font-size: 35px;
	font-size: 3.5rem;
}
.page-title h1 {
	color: #6c6f70;
	text-transform: uppercase;
	margin: 0 0 25px;
	font-weight: 300;
	letter-spacing: 4px;
}
.page-template-page_portfolio .page-title, .tax-portfolio_category .page-title,
.tax-portfolio_category .page-title, .single-portfolio .page-title, .tax-portfolio-category .page-title {
	display: inline-block;
	float: left;
}
.page-template-page_portfolio .page-title h1, .tax-portfolio_category .page-title h1,
.tax-portfolio_category .page-title h1, .single-portfolio .page-title h1 {
	margin-bottom:0;
}

h2 {
	font-size: 28px;
	font-size: 2.8rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

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

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

img {
    height: auto;
}

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

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

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

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

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: transparent;
	border: 2px solid #A8AD00;
	box-shadow: none;
	border-radius: 0;
	color: #4f412b;
	cursor: pointer;
	font-weight: 400;
	padding: 11px 25px;
	text-transform: uppercase;
	width: auto;
	transition: all 1s ease;
}

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

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

.button {
	border-radius: 3px;
	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;
	margin-bottom: 4rem;
	width: 100%;
}

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

th,
td {
	text-align: left;
}

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

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

.page-id-166 td{
	border-top: 0;
}

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

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

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

.site-inner {
	background-color: #fff;
	clear: both;
	padding-top: 40px;
	padding-top: 4rem;
	margin-top: 100px;
}
.home .site-inner {
	margin-top: 0;
}
.minimum-landing .site-inner {
	margin: 40px auto;
	margin: 4rem auto;
	padding: 60px 60px 20px;
	padding: 6rem 6rem 2rem;
	width: 800px;
}

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

a.cta-button {
	background-color: #333;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1;
	padding: 15px 20px;
	padding: 1.5rem 2rem;
}

a.cta-button:hover {
	background-color: #0ebfe9;
}

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

/* Content */

.content {
	float: left;
	width: 750px;
	padding-top: 5px;
}

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

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


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

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

.avatar {
	float: left;
}

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

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

.author-box .avatar {
	height: 72px;
	margin-right: 24px;
	margin-right: 2.4rem;
	width: 72px;
}

.entry-comments .avatar {
	height: 48px;
	width: 48px;
}

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

.search-form {
	overflow: hidden;
	padding: 3px;
	padding: 0.3rem;
	width: 100%;
}

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

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

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

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

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

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

a.alignleft,
a.alignright {
	border: none;
}

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

.gallery-caption {
}

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

.widget_calendar table {
	width: 100%;
}

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

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

.breadcrumb {
	margin-bottom: 70px;
	margin-bottom: 7rem;
}

.archive-description,
.author-box {
	background-color: #f5f5f5;
}

.archive-description {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px 40px 16px;
	padding: 4rem 4rem 1.6rem;
}

.author-box {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px;
	padding: 4rem;
}

.single .author-box {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.author-box-title {
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

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

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

/* Featured Post Grid
------------------------------------------------------------ */
/*
.genesis-grid-even,
.genesis-grid-odd {
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	padding: 0;
	width: 47%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}
*/

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

.entry-title {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1;
}

.genesis-grid .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0 0 10px;
	margin: 0 0 1rem;
}

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

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

.widget-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	text-transform: uppercase;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}


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

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

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

.featured-content .entry-title {
	border: none;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}


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

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

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

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

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 16px;
	font-size: 1.6rem;
}


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

.site-header {
	background-color: #fff;
	z-index: 999;
	width: 100%;
	position: fixed;
	-webkit-box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.05);
}

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

.title-area {
	float: left;
	padding: 20px 0 0;
	width: 320px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

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

.site-description {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 300;
	line-height: 1.2;
	margin: 0;
}

/* Full width header, no widgets */

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

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

/* Custom header */

.header-image .title-area {
	padding: 0;
}

.header-image .site-title a {
	height: 60px;
	display: block;
	text-indent: -9999px;
	max-width: 320px;
}

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

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 780px;
	margin: 25px 0 0;
}

.site-header .search-form {
	float: right;
	margin-top: 10px;
	margin-top: 1rem;
}


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

.genesis-nav-menu {
	clear: both;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.5;
	width: 100%;
}

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

.genesis-nav-menu a {
	border: none;
	color: #6c6f70;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px 34px 24px;
	padding: 2rem 3.4rem 2.4rem;
	position: relative;
	letter-spacing: 0.50px;
}
.genesis-nav-menu .menu-item:last-child a {
	padding-right: 0;
}
.genesis-nav-menu a:hover {
	color: #b7b0ad;
	transition: all 1s ease;
}
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	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 {
	border: 1px solid #eee;
	border: none;
	color: #fff;
	padding: 10px 30px 0;
	padding: 1rem 3rem 0;
	position: relative;
	width:220px;
	font-size: 13px;
}
.genesis-nav-menu .sub-menu a:hover{
	  color: #A8AD00;
}
.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 159px;
}

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

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

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

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

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 20px 0;
	padding: 2rem 0;
	text-transform: uppercase;
}

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

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

.genesis-nav-menu > .search {
	padding: 6px 0 0;
	padding: 0.6rem 0 0;
}

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

.site-header .sub-menu {
	background: rgba(112, 115, 114, 0.88);
	padding-bottom: 30px;
	width: 220px;
	transition: all 1s ease;
}

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

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

.nav-primary {
	background-color: #333;
}

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

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
}

.nav-primary .sub-menu a:hover {
	color: #0ebfe9;
}

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

.nav-secondary {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.site-footer .nav-secondary a {
	color: #fff;
	margin: 0 30px;
	margin: 0 3rem;
	padding: 0;
}

.site-footer .nav-secondary a:hover {
	color: #999;
}

.site-footer .nav-secondary .genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
	padding: 16px;
	padding: 1.6rem;
}

.site-footer .nav-secondary .sub-menu a:hover {
	color: #0ebfe9;
}

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

#responsive-menu-icon {
	cursor: pointer;
	display: none;
	color: #808382;
	font-weight: 700;
	font-size: 18px
}

#responsive-menu-icon::before {
	-webkit-font-smoothing: antialiased;
	color: #808382;
	content: "\e00e";
	font-family: 'Icon';
	font-size: 16px;
	font-size: 1.6rem;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	margin: 0 auto;
	speak: none;
	text-transform: none;
	padding-right: 5px;
}


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

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

.entry {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

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

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

.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 .search-form {
	width: 50%;
}

.entry-meta {
	font-size: 14px;
	font-size: 1.4rem;
}

.entry-meta a {
	border: none;
	font-weight: 300;
}

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

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

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

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

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

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #333;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #0ebfe9;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.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;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

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

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

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

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

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

.bypostauthor {
}

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


/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	margin: 10px 0 50px;
	margin: 1rem 0 5rem;
	width: 300px;
	padding: 0 0 0 25px;
}

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

.sidebar img {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.sidebar p:last-child,
.sidebar .featured-content img {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

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

.sidebar .widget {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}


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

.footer-widgets {
	background:url(images/before-footer-bg.JPG) repeat-y scroll center center;
	color: #999;
	clear: both;
	margin-top:80px;
}

.footer-widgets .wrap {
	padding: 40px 0 0px;
	padding: 4rem 0 0;
}

.footer-widgets-1 {
	width: 50%;
	padding: 44px 110px 0 66px;
}
.footer-widgets-2{
	width: 50%;
	padding: 44px 35px 0 70px;
}
.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets a {
	color: #A8AD00;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 12px;
}

.footer-widgets a:hover {
	text-decoration:underline;
}

.footer-widgets .widget {
	margin-bottom: 35px;
	margin-bottom: 3.5rem;
}

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

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

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


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

.site-footer {
	background:url(images/footer-bg_02.jpg);
	padding: 45px 0 50px;
	padding: 4.5rem 0 5rem;
}

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

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

.site-footer a {
	border: none;
	font-weight: 300;
}

.site-footer p, .contact-us a {
	font-weight: 400;
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom: 0;
	color: #afb1b4;
	line-height: 25px;
}
.site-footer li {
	list-style-type: none;
	margin-bottom: 0;
	word-wrap: break-word;
	line-height: 23px
}
.site-footer .widget_nav_menu {
	width: 15.1%;
	float: left;
}
.site-footer li a {
	color: #afb1b4;
	font-size: 14px;
	font-weight: 400;
}
.site-footer .main-page {
	margin-bottom: 10px;
}
.site-footer .main-page a, 
.site-footer h6,
.site-footer .widget-title {
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}
.site-footer .widget_black_studio_tinymce {
	width: 14.45%;
	float: left;
}
.site-footer .widget_siteorigin-panels-builder {
	width: 100%;
	clear: both;
}
.social-icons {
	float: left;
	display: block;
	margin-top: 10px;
}
.social-icons a:hover {
	transition: none;
}
.social-icons a {
	text-indent: -99999px;	
	width: 29px;
	height: 29px;
	margin-right: 12px;
	float: left;
}
.social-icons a:hover {
	background-position: 0px -29px;
}
.l-in {
	background: url(images/l-in.png) no-repeat;
}
.fb {
	background: url(images/fb.png) no-repeat;
}
.social-icons .insta {
	background: url(images/insta-icon.png) no-repeat;
	margin-right: 0px;
}

.copyrights-section {
	padding-top: 25px;
}
.copyrights-widget {
	padding-top: 25px;
	text-align: right;
}
.copyrights-widget p,
.copyrights-widget a {
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	color:#6d6f71;
	line-height: 19px;
}
.copyrights-widget a{
	text-decoration:underline;
}
#black-studio-tinymce-6 {
	margin: 0 15px 0 40px;
	width: 20%;
}
.site-footer .more a {
	margin-top: 8px;
	padding: 10px 20px;
	color: #A8AD00;
	font-weight: 400;
}
.site-footer .widget-title.widgettitle {
	display: block;
	line-height: 23px;
	margin-bottom: 0;
}
.site-footer .menu .main-page {
	margin-bottom: 0;
}

#newsletter-form-widget .widget-title {
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 0;
}
#newsletter-form-widget .gform_body {
	max-width: 250px;
	margin-right: 25px;
	float: left;
}
#newsletter-form-widget li.gfield {
	padding-right: 0;
	margin: 0;
}
#newsletter-form-widget .ginput_container {
	margin: 0;
}
#newsletter-form-widget li.gfield label {
	display: none;
}
#newsletter-form-widget li.gfield input {
	background: transparent;
	border: 2px solid #a8ad00;
	border-radius: 0;
	color: #dcdcdc;
	padding: 13px 15px;
	font-size: 12px;
	font-weight: 600;
	min-height: auto;
	line-height: normal;
}
#newsletter-form-widget .gform_footer {
	padding: 0;
	margin: 0;
	float: left;
	clear: none;
	width: auto;
}
#newsletter-form-widget .gform_footer input {
	color: #a8ad00;
	margin-right: 0;
	min-height: auto;
	line-height: normal;
	padding: 11px 25px;
}
#newsletter-form-widget .gform_footer input:hover {
	color: #fff;
}

/*
Home page slider
---------------------------------------------------------------------------------------------------- */

#slider {
	margin-top: 100px;
}
body .metaslider {
	max-width: 100% !important;
}
body .flex-direction-nav a{
	background:url(images/arrows.png) no-repeat;
	width:48px;
	height:86px;
	margin-top: -14px;
	right: 31px;
}
body .flex-direction-nav .flex-prev {
	left: 5px;
}
body .flex-direction-nav .flex-next{
	right: 5px;
}
body .flexslider:hover .flex-next {
	right: 31px;
}
body .flexslider:hover .flex-prev {
	left: 31px;
}
body .metaslider .caption-wrap {
	width: 85%;
	top: 22.99%;
	left: 8.4% !important;
	background: transparent;
	opacity: 1;
}
body .metaslider .caption h1 {
	color: #fff;
	font-size: 35px;
	font-weight: 300;
	padding: 5px 0 0 15px;
	text-transform: uppercase;
	margin: 0;
	letter-spacing:0;
}
.caption-wrap h3 {
	font-weight: bold;
	font-size: 40px;
	color: #fff;
	padding: 0px 0 0 15px;
	text-transform:uppercase;
	margin: 0 0 7px;
}
body .metaslider .caption .slider-caption{
	width: 564px !important;
	padding:0;
	background: rgba(0, 0, 0, 0.40);
	padding: 5px 10px 20px;
}
.caption-wrap a {
	border: 2px solid #A8AD00;
	color: #A8AD00;
	padding: 7px 31px;
	font-size: 12px;
	margin-left: 7px;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
}
.caption-wrap a:hover {
	color: #fff;
	background: #A8AD00;
	transition: all 1s ease;
}
body .metaslider .caption{
	padding:0;
}
.project-name {
	bottom: 0;
	position: absolute;
	font-size: 12px;
	width: 100%;
	text-align: right;
	padding: 5px;
	text-transform:uppercase;
	font-weight:400;
}

/*
Home page menu
---------------------------------------------------------------------------------------------------- */

#menu-home-page-menu {
	margin: 5px auto 0;
	display: table;
}
#menu-home-page-menu li {
	list-style: none;
	display: inline;
}
#menu-home-page-menu li a {
	color: #6c6f70;
	background:url(images/border_03.png) no-repeat right 5px;
	padding: 0 17px 0 13px;
	font-size: 21px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#menu-home-page-menu #menu-item-46 a {
	background: none;
}
#menu-home-page-menu li a:hover {
	text-decoration: underline;
}

/*
Featured Work Section
---------------------------------------------------------------------------------------------------- */

#featured-work {
	margin-top: 80px;
}
.featured-work-header {
	display: inline-block;
	margin-bottom: 30px;
	width: 100%;
}
#featured-work h2 {
	font-size: 50px;
	font-weight: 300;
	color: #6c6f70;
	display: inline-block;
	float:left;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.more a {
	float: right;
	color: #4f412b;
	margin-top: 25px;
	border: 2px solid #A8AD00;
	padding: 10px 25px;
	font-size: 12px;
	margin-left: 7px;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
}
.more a:hover {
	color: #fff;
	background: #A8AD00;
	transition: all 1s ease;
}
.widget_sp_image {
	float: left;
	position: relative;
}
#widget_sp_image-2 img, #widget_sp_image-3 img {
	width: 372px;
	height: 235px;
	display: block;
}
.widget_sp_image img {
	margin: 0 12px 12px 0;
}
#widget_sp_image-4 img{
	width: 372px;
	height: 507px;
}
#widget_sp_image-5 img{
	width: 756px;
	height: 260px;
}

.widget-title.widgettitle {
	display: none;
}
.widget_sp_image-description {
	position: absolute;
	top: 0;
	text-align: center;
	display: block;
	width: 372px;
	min-height: 235px;
	background: rgba(168, 173, 0, 0.88);
	opacity:0;
	padding: 0 20px;
	transition: all 1s ease;
}
#widget_sp_image-5 img, #widget_sp_image-5 .widget_sp_image-description{
	width:756px;
	height:260px;
}
#featured-work #widget_sp_image-5 .widget_sp_image-description a{
	background: url(images/learn-more_03.png) no-repeat 59% 16px;
}
#widget_sp_image-4 .widget_sp_image-description h4 {
	margin-top: 48%;
}
#widget_sp_image-4, #widget_sp_image-4 .widget_sp_image-description{
	height:507px;
}
.widget_sp_image-description:hover{
	opacity:1;
}
#widget_sp_image-4 {
	float: right;
}
.widget_sp_image-description h4 {
	color: #4f412b;
	font-weight: 900;
	font-size: 15px;
	margin: 30% 0 0 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#widget_sp_image-5 .widget_sp_image-description h4{
	margin-top: 15%;
}
.widget_sp_image-description p{
	font-size:15px;
	color: #4f412b;
	font-weight:400;
}
#featured-work .widget_sp_image-description a {
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	border: none;
	border-top: 1px solid #fff;
	float: none;
	display: block;
	background:url(images/learn-more_03.png) no-repeat 68% 16px;
	margin-top: 15%;
	text-transform: uppercase;
	padding-top: 10px;
	letter-spacing: 2px;
}
#featured-work #widget_sp_image-5 .widget_sp_image-description a{
	margin-top: 7%;
}
#widget_sp_image-4 img {
	margin: 0;
}


/*
about and blog section at home page
---------------------------------------------------------------------------------------------------- */

.footer-widgets h4 {
	font-size: 50px;
	font-weight: 300;
	color: #049cb0;
	margin-bottom: 50px;
	text-transform: uppercase;
}
.about-section{
	color: #003548;
}
.about-section p {
	color: #1b1b1b;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 30px;
	line-height:30px;
}
.about-section .more a {
	color: #FFFFFF;
	margin-top: 25px;
	border: 2px solid #FFFEFD;
	float: none;
	margin: 60px auto 0;
	display: table;
	padding: 10px 35px;
}
.about-section .more a:hover {
	color: #6c6f70;
	background: #FFFFFF;
	text-decoration: none;
}
.date-format {
	background: #e8e8e6;
	display: inline-block;
	padding: 10px 13px;
	float: left;
	margin: 5px 20px 25px 0;
}
.date-format span {
	font-weight: 400;
	color: #3c3c3c;
	font-size: 20px;
	line-height: 25px;
	text-transform: uppercase;
	display: block;
	text-align: center;
}
.post-cont p {
	color: #6ba7b5;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 10px;
	line-height: 20px;
}
.blog-post {
	margin-bottom: 48px;
}
.blog-post:last-child{
	margin-bottom: 34px;
}
.widget_execphp .more a {
	margin-top: 25px;
	float: none;
	margin: 0 auto;
	display: table;
	color: #A8AD00;
	padding: 10px 35px;
}
.widget_execphp .more a:hover {
	text-decoration: none;
	color: #003548;
}

.about-section h4 {
	margin-bottom: 48px;
	color: #003548;
}
.sidebar .portfolio-sidebar a {
	display: block;
	border-bottom: 1px solid #b4b4b4;
	margin-bottom: 10px;
	font-size:13px;
}
.sidebar h4 {
	font-size: 15px;
	font-weight: bold;
	color: #003a48;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.sidebar .widget-title.widgettitle {
	display: block;
}
.feature-work img {
	width: 118px;
	height: 74px;
	float: left;
	margin-right: 10px;
}
.feature-work {
	border: 1px solid #cdcdcd;
	padding: 20px 12px 5px;
	overflow: hidden;
}
.contact.more a {
	width: 100%;
	text-align: center;
	border: 2px solid #A8AD00;
	margin: 25px 0;
}
.sidebar .portfolio {
	margin-bottom: 80px;
}
.feature-work a:nth-child(even) img {
	margin-right: 0;
}
.portfolios {
	width: 100%;
	margin: 170px 0 0;
	overflow: hidden;
}
.inside-portfolio {
	position:relative;
	overflow:hidden;
	height: 235px;
}

.portfolio-img {
	position:relative;
	width:100%;
}
.portfolio-img img {
	height: 235px;
	display: block;
	object-fit: cover;
}

.main-port .inside-portfolio h1 {
	color: #4f412b;
	font-weight: 900;
	font-size: 15px;
	margin: 0;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.portfolio-hover p{
	font-size: 15px;
	color: #4f412b;
	font-weight: 400;
	text-transform: inherit;
	margin: 0;
}
.portfolio-hover a{
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	border: none;
	border-top: 1px solid #fff;
	float: none;
	display: block;
	padding: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.portfolio-hover {
	background: rgba(168, 173, 0, 0.88);
	cursor:text;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.inside-portfolio:hover .portfolio-hover{
	opacity: 1;
	transition: all 1s ease;
}
.portfolio-hover .portfolio-short-content {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%,-50%);
	width: 100%;
	padding: 40px 20px;
}
.portfolio-hover .read-arti {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.main-port h6 {
	font-size: 13px;
	color: #4f412b;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	clear: both;
	padding: 16px 15px 0;
	min-height: 50px;
}
.main-port {
	width: 32.5%;
	float: left;
	overflow: hidden;
	display: inline-block;
	padding: 0 7px 20px 0;
	position: initial !important;
}

.main-port:nth-child(3n+3) {
	margin-right: 0;
}
.breadcrumb, .breadcrumb a {
	font-size: 14px;
	color: #003548;
	font-weight: bold;
	text-transform:uppercase;
	clear:both;
}
.breadcrumb span {
	padding: 0 5px;
}
#portfolio-category {
	background: #003548 url("images/drp-arrow.png") no-repeat 85% 15px;
	width: 253px;
	float: right;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	margin-top: 8px;
	padding: 11px 20px 9px;
	border-radius: 0;
}
#portfolio-category {
	background: #003548 url("images/drp-arrows.png") no-repeat 85% 15px;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
	-o-appearance:none;
	appearance:none; 
}
body .right-content {
	width: 68%;
	float: left;
}
.single-portfolio .entry-content {
	float: left;
	width: 24.5%;
	margin-right: 7%;
}
.portfolio-detail h4 {
	color: #4f4f51;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	margin: 0 0 2px;
	letter-spacing: 1px;
}
.more.single-view a {
	float: left;
	margin: 20px 0 100px;
	border: 2px solid #A8AD00;
	padding: 10px 20px;
}
.portfolio-detail p{
	margin-bottom: 53px;
}
.page-template-page_portfolio .content {
	padding-bottom: 100px;
}
.featured-work-header .more a {
	padding: 9px 20px;
	margin-top: 13px;
}
.portfolio-categories {
	width: 280px;
	float: right;
	color: #000;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	margin-top: 9px;
}


/*#menu-portfolio-categories {
	display: none;
}*/
.portfolio-categories ul {
	list-style: none;
}
#menu-portfolio-categories{
	background-color: rgba(0,53,72, 0.95);
	padding: 17px 24px 25px;
	position: absolute;
	width: 253px;
	z-index: 99;
}
.portfolio-categories li a {
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}
#portfolio-menu-icon {
	background: #003548 url("images/drp-arrow.png") no-repeat 85% 15px;
	padding: 9px 24px 7px;
}
#menu-portfolio-categories .sub-menu a {
	text-transform: capitalize;
	color: #b6b8ba;
}
#menu-portfolio-categories li {
	line-height: 16px;
}
#menu-portfolio-categories .sub-menu a {
	text-transform: capitalize;
	color: #b6b8ba;
}
#menu-portfolio-categories li {
	line-height: 16px;
	padding-bottom: 3px;
}
.portfolio-categories li a:hover, #menu-portfolio-categories .sub-menu a:hover {
	color: #A8AD00;
}
.main-port h6 a {
	pointer-events: none;
	cursor: default;
}
#portfolio-categories-btn a {
	color: green;
}

/*fix for padding*/
.wp-image-1592{
	padding-top: 0;
}

/*
mixitup
---------------------------------------------------------------------------------------------------- */

/* Start: Recommended Isotope styles */

select#filters-countries {
	background: #003548 url("images/drp-arrow.png") no-repeat 93% 15px;
	padding: 9px 40px 9px 14px;
	border: none;
	border-radius: 0;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
}
.dropdown-options select{
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
}
#filters-countries option{
	color: #A8AD00;
}

/**** Isotope Filtering ****/

.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
/**** Isotope CSS3 transitions ****/

.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
 .isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	transition-duration: 0s;
}

/*
Random styling
---------------------------------------------------------------------------------------------------- */

.entry-content p img {
	padding-top: 7px;
}

.disable-link .dv-member-zoom {
	display: none;
}
.disable-link a {
	pointer-events: none;
	cursor: pointer;
}

.dv-member-name span{
	font-size: 90% !important;
}

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

@media only screen and (min-width: 4500px){
	.footer-widgets{
		background-size:cover;
	}
	.footer-widgets .wrap {
		background: url("images/before-footer-bg.JPG") repeat-y scroll center center rgba(0, 0, 0, 0);
	}
}

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

	.wrap {
		max-width: 960px;
	}

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

	.content {
		width: 580px;
	}
	#widget_sp_image-2 img, #widget_sp_image-3 img, .widget_sp_image-description {
		width: 315px;
	}
	body .widget_sp_image img {
		margin: 0 7px 12px 0;
		background-size: contain;
  		height: auto;
	}
	#widget_sp_image-4 img {
		width: 315px;
	}
	#widget_sp_image-5 img, #widget_sp_image-5 .widget_sp_image-description{
		width: 638px;
		margin: 0 0px 12px 0;
	}
	.blog-post:last-child {
		margin-bottom: 64px;
	}
	.site-footer .widget_black_studio_tinymce {
		width: 17.15%;
	}
	.site-footer #black-studio-tinymce-8 {
		width: 26.15%;
	}
	.inside-portfolio,
	.portfolio-img img {
		height: 199px;
		background-size: contain;
	}
	#featured-work .widget_sp_image-description a{
		background: url(images/learn-more_03.png) no-repeat 72% 16px;
	}
	#featured-work #widget_sp_image-5 .widget_sp_image-description a{
		background: url(images/learn-more_03.png) no-repeat 60% 16px;
	}
	.project-name{
		padding: 0;
	}
	.main-port h6 a {
		pointer-events: none;
		cursor: default;
	}
	.main-port h6 a {
		pointer-events: all;
		cursor: pointer;
	}
	.genesis-nav-menu a {
		padding: 20px 20px 24px;
	}

}

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

	.wrap {
		max-width: 768px;
	}

	.site-header {
		position: relative;
	}

	.site-inner {
		padding: 40px 5%;
		padding: 4rem 5%;
	}

	.post-type-archive-portfolio .entry,
	.site-header .title-area,
	.site-header .search-form,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right {
		float: none;
		margin: 0 auto;
	}

	.header-image .site-title a {
		margin: 0 auto 10px;
		margin: 0 auto 1rem;
	}

	.site-header .search-form {
		float: none;
		margin: 0 auto;
		width: 50%;
	}

	.site-description {
		font-size: 30px;
		font-size: 3rem;
	}

	.site-tagline {
		margin-top: 0;
		padding: 20px 0;
		padding: 2rem 0;
	}

	.minimum .site-tagline {
		margin-top: 400px;
		margin-top: 40rem;
	}

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

	.site-tagline-left p {
		margin-bottom: 20px;
		margin-bottom: 2rem;
	}

	.minimum-landing .site-inner {
		margin: 0;
		padding: 40px 40px 0;
		padding: 4rem 4rem 0;
	}
	
	.minimum-landing .site-container {
		padding: 5%;
	}

	.footer-widgets .widget,
	.nav-primary .wrap,
	.site-footer .wrap,
	.site-tagline {
		padding-left: 5%;
		padding-right: 5%;
	}

	.site-footer {
		padding: 40px 0;
		padding: 4rem 0;
	}
	body .metaslider .caption .slider-caption {
		width: 560px !important;
	}
	body .metaslider .caption-wrap {
		top: 8%;
		left: 11% !important;
	}
	.genesis-nav-menu #menu-item-13 a {
		padding: 20px 37px 24px;
	}
	.site-header .widget-area {
		width: 560px;
	}
	#slider {
		margin-top: 2px;
	}
	.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
		padding: 44px 30px 0 30px;
	}
	.date-format {
		margin: 5px 20px 75px 0;
	}
	#black-studio-tinymce-6 {
		margin: 0 20px 0 20px;
	}
	.site-inner {
		margin-top: 0;
	}
	.content {
		width: 470px;
	}
	.sidebar {
		width: 170px;
	}
	.featured-work-header .more a {
		margin-top: 10px;
	}
	.title-area {
		width: 255px;
	}
	#widget_sp_image-4 {
		float: none;
		margin: 0 auto;
		width: 315px;
	}
	#widget_sp_image-5 {
		width: 638px;
		float: none;
		margin: 13px auto 0;
	}
	#widget_sp_image-5 img{
		margin: 8px 0px 12px 0;
	}
	#widget_sp_image-4 {
		display: flex;
		margin: 0 auto;
		width: 315px;
		float: none;
	}
	.footer-widgets{
		margin-top: 0;
	}
	.project-name {
		padding: 8px;
		line-height: 0;
	}
	#newsletter-form-widget .gform_body {
		max-width: 240px;
		margin-right: 15px;
	}

}

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

	.portfolios {
		max-width: 650px;
		margin: 70px auto 0;
	}
	.main-port {
		width: 49.5%;
	}
	.main-port h6 {
		min-height: 70px;
		margin-bottom: 0;
	}

}

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

	.copyrights-widget {
		padding-top: 25px;
		text-align: left;
	}
	.copyrights-widget {
		padding-top: 0;
	}
	
}

@media only screen and (max-width: 730px) {
	
	.title-area,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.minimum-landing .site-inner,
	.sidebar,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right{
		width:100%;
		float:none;
	}
	.title-area {
		text-align: center;
	}
	.nav-header {
		text-align: center;
	}
	.content {
		width: 100%;
	}
	.site-header .widget-area {
		padding: 16px 0 12px;
	}
	.genesis-nav-menu a, .genesis-nav-menu #menu-item-13 a{
		padding: 5px 10px;
		padding: 0.5rem 1rem;
	}
	.site-header .sub-menu {
		padding-bottom: 10px;
	}
	.responsive-menu {
		display: none;
	}

	#responsive-menu-icon {
		display: block;
	}
	
	.genesis-nav-menu .menu-item {
		display: block;
		text-align: left;
		padding-left: 10px;
	}
	
	.genesis-nav-menu .sub-menu {
		left: 0px;
		width: 100%;
		opacity: 1;
		position: relative;
	}
	
	.genesis-nav-menu .sub-menu a {
		background-color: transparent;
		border: 0;
		padding: 0.6rem 2rem;
		width: 100%;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu, .site-header .sub-menu .sub-menu {
		margin: 0px;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu a {
		padding-left: 4rem;
	}
	
	h1,h2,h3,h4,h5,h6{
		font-size:150%;
	}
	.sidebar {
		width: 275px;
		float: none;
		margin: 0 auto;
		padding: 0;
	}
	.flex-direction-nav {
		display: none;
	}
	.site-header .widget-area, #menu-home-page-menu {
		width: 100%;
	}
	#menu-home-page-menu li a {
		background: none;
		padding: 0;
		display: block;
	}
	#featured-work h2 {
		font-size: 29px;
		margin: 0 0 30px;
		display: block;
		text-align: center;
		float: none;
	}
	.featured-work-header .more a {
		float: none;
		margin: 0 auto;
		display: table;
	}
	.widget widget_sp_image, .widget widget_sp_image .widget_sp_image-description {
		width: 273px;
	}
	body .metaslider .caption .slider-caption, .project-name {
		width: 110% !important;
	}
	body .metaslider .caption-wrap h3 {
		padding: 0;
		font-size: 30px;
	}
	.caption-wrap a {
		padding: 4px 15px;
	}
	body .metaslider .caption-wrap {
		top: 5%;
		left: 3% !important;
	}
	body .metaslider .caption .slider-caption {
		padding: 12px 10px;
	}
	body .metaslider .caption h1 {
		padding: 0 0 5px;
		line-height: 1;
		font-size: 22px;
	}
	#widget_sp_image-5 img, #widget_sp_image-5 .widget_sp_image-description {
		width: 100%;
	}
	#widget_sp_image-2,  #widget_sp_image-3,  #widget_sp_image-5,  #widget_sp_image-4 {
		float: none;
		width: 280px;
		margin: 0 auto;
	}
	.footer-widgets {
		background: none;
		margin-top: 0px;
	}
	.site-inner {
		padding: 30px 5% 0;
	}
	.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
		width: 100%;
		padding: 20px 15px;
	}
	.footer-widgets-1 {
		background: #6c6f70;
	}
	.footer-widgets-2 {
		background: #003449;
	}
	.footer-widgets h4 {
		font-size: 45px;
	}
	.date-format {
		margin: 5px 20px 5px 0;
	}
	.blog-post {
		margin-bottom: 30px;
	}
	.site-footer .widget_nav_menu {
		width: 50%;
		margin-bottom: 25px;
	}
	#black-studio-tinymce-6 {
		width: 50%;
		margin: 0px 3px 0 0px;
	}
	.site-footer #black-studio-tinymce-8 {
		width: 100%;
	}
	.site-footer .more a {
		float: none;
		margin: 0px auto;
		display: table;
	}
	.site-footer .widget_black_studio_tinymce {
		width: 45%;
	}
	.site-footer h6 {
		padding-top: 5px;
	}
	.widget_black_studio_tinymce .more {
		margin-top: 35px;
		clear: both;
	}
	.inside-portfolio,  .portfolio-hover {
		width: 100%;
	}
	#portfolio-category {
		float: none;
		margin: 0 auto 25px;
		display: block;
	}
	#widget_sp_image-2 img,  #widget_sp_image-3 img,  #widget_sp_image-5 img{
		width: 278px !important;
		height: 176px;
	}
	#widget_sp_image-4 img, #widget_sp_image-4 .widget_sp_image-description {
		width: 278px !important;
	}
	#widget_sp_image-2 .widget_sp_image-description,  #widget_sp_image-3 .widget_sp_image-description,  #widget_sp_image-5 .widget_sp_image-description{
		width: 278px !important;
		height: 176px  !important;
		min-height: 176px;
	}
	.portfolios {
		margin: 0px auto 32px;
		float: none;
		display: block;
	}
	.page-template-page_portfolio .page-title, .tax-portfolio_category .page-title,
	.tax-portfolio_category .page-title, .single-portfolio .page-title {
		margin-bottom: 20px;
		float: none;
	}
	.inside-portfolio,
	.portfolio-img img {
		height: 172px;
	}
	.page-template-page_portfolio .content {
		padding-bottom: 0px;
	}
	.single-portfolio .entry-content, body .right-content {
		width: 100%;
		margin-right: 0;
	}
	.portfolio-categories {
		clear: both;
		float: none;
		margin: 0 auto 35px;
	}
	.portfolio-hover .portfolio-short-content {
		padding-top: 0;
	}
	.caption-wrap a {
		margin-top: 10px;
		margin-left: 0;
	}
	body .metaslider .caption .slider-caption br {
		display: none;
	}
	#featured-work {
		margin-top: 30px;
	}
	.home_tagline {
		font-size: 18px;
	}

}

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

	.portfolios {
		max-width: 300px;
	}
	.main-port {
		width: 100%;
	}
	.entry-content p img {
		float: none;
		display: block;
		margin: 0 auto 15px;
	}

}

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

	.header-image .site-header .title-area .site-title a {
		background-size: contain !important;
	}
	body .metaslider .caption-wrap h3 {
		display: none;
	}
	.project-name {
		background: rgba(0, 0, 0, 0.4);
	}

}