/*
	Theme Name: Straydog
	Version: 1.0.0

	Template: genesis
	Template Version: 2.5.2

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


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- 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
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 1200px
- Print Styles
*/

/* fonts */

/*@font-face {
    font-family: 'proxima_nova_bold';
    src: url('fonts/ProximaNova-Bold.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_semibold';
    src: url('fonts/ProximaNova-Semibold.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_regular';
    src: url('fonts/ProximaNova-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_light';
    src: url('fonts/ProximaNova-Light.otf');
    font-weight: normal;
    font-style: normal;
}*/

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

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

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,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

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

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

*,
*::before,
*::after {
	box-sizing: inherit;
}


/* ## 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,
.widget::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,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


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

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

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

/* Chrome fix */
body > div {
	font-size: 15px;
	font-size: 1.5rem;
} 

body {
	color: #000;
	font-family: "urw-din", sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.5;
	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;
}

a {
	color: #58595b;
	text-decoration: underline;
}

a:focus,
a:hover {
	color: #000;
}

a, 
a:active, 
a:focus {
	border: none;
	outline: none;
}

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

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

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 2px solid #00bbb4;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

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

mark {
	background: #ddd;
	color: #000;
}

blockquote {
	margin: 40px;
}

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

fieldset {
	border: none;
	padding: 0;
	margin: 0;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	line-height: 1.5;
	margin: 0 0 10px;
}

h1 {
	font-family: "urw-din", sans-serif;
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: 700;
	text-transform: uppercase;
}

h2 {
	font-family: "urw-din", sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	text-transform: uppercase;
}

h3 {
	font-family: "urw-din", sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
}

h4 {
	color: #00bbb4;
    font-family: "urw-din", sans-serif;
	font-size: 18px;
	font-size: 1.6rem;
    text-transform: capitalize;
    font-weight: 700;
}

h5 {
	font-size: 15px;
	font-size: 1.5rem;
}

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

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

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

img {
	height: auto;
}

figure {
	margin: 0;
}

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

.gallery {
	overflow: hidden;
}

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

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.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-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

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

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

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #000;
	color: #000;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus,
button:focus {
	border: none;
	outline: none;
}

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

::-webkit-input-placeholder { /* Chrome */
  color: #000!important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000!important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000!important;
  opacity: 1 !important;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #000!important;
  opacity: 1 !important;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: transparent;
    border: 1px solid #F26367;
    color: #F26367;
    cursor: pointer;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    padding: 5px 40px;
    text-decoration: none;
    white-space: normal;
    width: auto;
}

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

.white-button {
	background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 400;
    padding: 5px 20px;
    text-decoration: none;
    white-space: normal;
    width: auto;
}

.white-button:focus,
.white-button:hover {
	background-color: #fff;
	color: #00bbb4;
}

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

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #000;
	cursor: not-allowed;
}

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%;
	word-break: break-all;
}

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

td,
th {
	text-align: left;
}

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

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #3F3F42;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}


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

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

.site-header .wrap {
	margin: 0 auto;
	max-width: 100%;
}

.site-inner {
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}

.page-template-default .site-inner,
.page-template-page_archive .site-inner {
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
}

.site-inner {
	clear: both;
	word-wrap: break-word;
}

.landing-page .site-inner {
	max-width: 800px;
}

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

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

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

.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 {
	border-radius: 50%;
	float: left;
}

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

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

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

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

.breadcrumb {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 1px;
	padding: 12px 30px;
}

.after-entry,
.archive-description,
.author-box {
	background-color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
	padding: 60px;
}

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

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

.search-form {
	overflow: hidden;
}

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

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

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.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-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 18px;
	font-size: 1.8rem;
}

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

.entry-title a,
.sidebar .widget-title a {
	color: #3F3F42;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #c3251d;
}

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

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

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

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

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

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


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

.widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

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

.widget li li {
	border: 0;
	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 {
	background: none;
	padding: 0;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

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


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

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

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

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

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

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

.sidebar .enews-widget input[type="submit"]:focus,
.sidebar .enews-widget input[type="submit"]:hover  {
	background-color: #fff;
	color: #3F3F42;
}

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

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

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

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

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #3F3F42;
	outline: #ccc solid 1px;
}


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

.site-header {
	background-color: #000;
    float: left;
    position: fixed;
    height: 51px;
    width: 100%;
    z-index: 99;
}

.site-header > .wrap {
	position: relative;
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
	height: 51px;
	display: flex;
	align-items: center;
}

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

.header-image .title-area {
	float: left;
	width: 176px;
	z-index: 100;
    position: relative;
	padding: 0;
    margin-left: 20px;
}

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

.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #3F3F42;
	text-decoration: none;
}

.header-image .site-title > a {
	background-size: contain !important;
	float: left;
	min-height: 40px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	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 {
    width: 100%;
    text-align: right;
	height: 40px;
}


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

.straydog-menu-title {
	font-weight: 800;
}

.straydog-menu-title.menu-item.current-menu-item a {
    color: #58585b!important;
}

.genesis-responsive-menu .wrap {
	padding: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item {
	display: inline-block;
	position: relative;
	line-height: 1;
	margin: 0;
    padding: 0;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item a {
	color: #fff;
	font-size: 16px!important;
	font-size: 1.6rem!important;
	text-decoration: none;
	border: none;
	padding: 10px 20px;
	width: 100%;
	float: left;
}

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

.genesis-responsive-menu .genesis-nav-menu > .menu-item .sub-menu a {
	text-transform: capitalize;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item a:hover {
	color: #BCBEC0;
	text-decoration: none;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item a:focus,
.genesis-responsive-menu .genesis-nav-menu .menu-item.current-menu-item a {
	color: #F26367;
	text-decoration: none;
}


.sub-menu-toggle { 
	display: none;
}

button.menu-toggle {
	display: none;
}

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

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	opacity: 1;
	z-index: 999999;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	background-color: #000;
    opacity: 0;
    padding-left: 0;
    position: absolute;
    top: 38px;
    transition: opacity .4s ease-in-out;
    width: 250px;
    text-align: left;
}

.genesis-nav-menu .sub-menu a {
	font-size: 14px;
	font-size: 1.4rem;
	position: relative;
}

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

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

/* ## After Header Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #fff;
	border-top: 1px solid #eee;
}

/* ## Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
	padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
	padding: 0 20px 10px;
}


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

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

.entry {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 50px 20px;
}

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

.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: #3F3F42;
	color: #eee;
}

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

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

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

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	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 a {
	background-color: #fff;
	color: #3F3F42;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination a:focus,
.archive-pagination a:hover,
.archive-pagination .active a {
	background-color: #c3251d;
	color: #fff;
}

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

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

.comment-respond,
.entry-pings {
	padding: 60px 60px 32px;
}

.entry-comments {
	padding: 60px;
}

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

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

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

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

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


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

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

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

/* Single Page design */

.full-section-container {
	position: relative;
	float: left;
	width: 100%;
}

.wide-fixed-section-wrap {
	max-width: 1180px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.fixed-section-wrap {
	max-width: 860px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.narrow-fixed-section-wrap {
	max-width: 585px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.space-block {
    width: 100%;
    float: left;
}

.cols-1 {
	width: 100%;
}

.cols-2 {
	width: 50%;
	float: left;
}

.cols-3 {
	width: 33.3%;
	float: left;
}

.cols-4 {
	width: 25%;
	float: left;
}

.no-padding {
	padding: 0;
}

.has-object-fit img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

/* ie and edge fallback for object-fit*/
.compat-object-fit {
   background-size: cover;
   background-position: center center;
}

.compat-object-fit img {
    opacity: 0;
}

.black-background {
	background-color: #000;
	color: #fff;
}

.black-background h1,
.black-background h2,
.black-background h3,
.black-background h5,
.black-background h6,
.black-background p {
	color: #fff;
}

.white-background {
	background-color: #fff;
}

.grey-background {
	background-color: #e6e7e8;
}

.blue-background {
	background-color: #00bbb4;
}

.tagline {
	color: #00bbb4;
	font-family: 'Lobster', cursive;
	text-transform: lowercase;
    font-weight: 400;
	margin-bottom: 20px;
}

.tagline.heading {
	font-size: 36px;
    font-size: 3.6rem;
	text-transform: inherit;
}

.tagline.subheading {
	font-size: 20px;
    font-size: 2rem;
	text-transform: inherit;
}

.banner-heading .tagline {
	font-size: 40px;
    font-size: 4.0rem;
	text-transform: lowercase;
}

.header-cta-wrap {
	position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
}

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

/* header banner */

.header-banner-container {
	background-color: #000;
	height: 500px;
	margin-bottom: 106px;
}

.heading-banner-content {
	position: absolute;
    bottom: -178px;
    left: 0;
    right: 0;
}

.banner-heading {
	color: #fff;
    text-align: center;
}

.heading-banner-content .heading-image {
	display: block;
    margin: 0 auto;
}

/* Regular header */

.reg-header-banner-container {
	background-color: #000;
	height: 300px;
	display: flex;
    align-items: center;
    justify-content: center;
}

/* Content Block */

.content-block-container {
	padding: 0 0 60px;
}

.content-block-container .heading,
.content-block-container .subheading,
.content-block-container .standard-heading,
.content-block-container .standard-button-container {
	text-align: center;
	margin-bottom: 20px;
}

/* WYSIWYG */

.wysiwyg-blocks-container {
	padding: 60px 0;
}

.wysiwyg-block-container {
	display: flex;
	flex-direction: row;
}

.wysiwyg-block-container ul {
	margin-left: 20px;
}

.wysiwyg-block-container li {
	list-style-type: disc;
}

.wysiwyg-block-container .gform_body li {
    list-style-type: none;
}

.wysiwyg-block-wrap {
	flex-basis: 100%;
	padding: 20px;
}

.wysiwyg-block-wrap .award-items-wrap{
	column-count:3;
}

.wysiwyg-block-wrap .award-items-wrap figure{
	min-height:200px;
}

/* Content Block */

.content-block-content ol,
.content-block-content ul {
	margin-bottom: 20px;
	margin-left: 20px;
}

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

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

/* Social Block */

.footer-social-container {
	background-color: #00bbb4;
	padding: 20px 0;
}

.footer-social-container .fixed-section-wrap {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.footer-social-wrapper {
	margin: 10px;
}

.footer-social-item img {
	display: block;
}

/* Contact Form */

.contact-block-container {
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.form-content-container {
	max-width: 1180px;
	width: 100%;
	margin: 0 auto;
	padding: 60px 0;
	overflow: hidden;
}

.form-content-container h1 {
	text-align: center;
}

.contact-block-container .contact-email a,
.contact-block-container .contact-phone a {
	color: #58585b;
    font-family: 'proxima_nova_regular', sans-serif;
	font-weight: 400;
    font-size: 18px;
    font-size: 1.8rem;
}

.contact-block-container .contact-email a:hover,
.contact-block-container .contact-phone a:hover {
	color: #ff6b00;
}

.left-content-wrapper {
	width: 50%;
	float: left;
}

.left-content-wrapper .standard-heading {
	text-align: left;
}

.contact-block-container .left-content-wrapper {
	padding-right: 60px;
}

.left-content-wrapper .contact-email {
	margin-top: 16px;
}

.right-content-wrapper {
	width: 50%;
	float: left;
}

/* Form Styling */

.gform_wrapper label.gfield_label {
	display: none;
}

.gfield ::-webkit-input-placeholder { /* Chrome */
  color: #000!important;
}
.gfield :-ms-input-placeholder { /* IE 10+ */
  color: #000!important;
}
.gfield ::-moz-placeholder { /* Firefox 19+ */
  color: #000!important;
  opacity: 1 !important;
}
.gfield :-moz-placeholder { /* Firefox 4 - 18 */
  color: #000!important;
  opacity: 1 !important;
}  

.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
}

.gform_wrapper ul li.gfield {
    margin-top: 15px;
    padding-top: 0;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.ginput_container_select select {
    padding: 5px 10px;
}


.gform_wrapper .gform_footer input[type=submit] {
	background-color: transparent;
    border: 2px solid #F26367;
    color: #F26367;
    cursor: pointer;
    font-size: 16px!important;
    font-size: 1.6rem!important;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    padding: 5px 40px;
    text-decoration: none;
    white-space: normal;
    width: auto;
}

.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_footer input[type=submit]:focus {
	background-color: #F26367;
	color: #fff;
}

.gform_wrapper .gform_footer {
    padding: 0; 
    margin: 30px 0 0;
	text-align: center;
}

.form-content-container .gform_wrapper .gform_footer {
	text-align: left;
}

/* Content with Image Block */

.content-with-image-container {
	float: left;
    width: 100%;
	text-align: center;
}

.content-with-image-container .fixed-section-wrap {
    padding: 60px 0;
}

.content-with-image-container h2 {
	text-align: center;
	padding: 0 20px;
}

.content-with-image-blocks {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.content-with-image-container .button-container {
	margin-bottom: 40px;
    padding-top: 20px;
}

.content-with-image-blocks .content-with-image-block {
	width: 33.33%;
	float: left;
	padding: 20px;
	text-align: center;
}

.content-with-image-wrap {
	height: 100px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.content-with-image-container .content-with-image-blocks {
	margin-top: 60px;
}

.content-with-image-block img {
	height: 45px;
	margin-bottom: 40px;
}

.image-content-wrapper > a {
	text-decoration: none;
}

.image-content-wrapper > a:hover h3 {
	color: #58595b;
}

.image-content-wrapper h3.active-link {
	color: #58595b;
}

.content-with-image-text {
	min-height: 90px;
}

.text-link-container {
	margin-top: 20px;
}

.text-link-container a.link {
	color: #F26367;
	font-family: "urw-din", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}

.quote-block-container {
	position: relative;
	padding: 60px 0;
}

.quote-block-container:before {
	content: '';
    background-image: url(/wp-content/themes/straydog/images/testimonial.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 42px;
    height: 42px;
    margin: 0 auto;
	left: 0;
    right: 0;
    top: -21px;
}

.quote-text {
	color: #fff;
	font-family: 'proxima_nova_regular', sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 400;
	font-style: italic;
	text-align: left;
	margin-bottom: 40px;
}

.quote-author,
.quote-company {
	color: #fff;
	font-family: "urw-din", sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
}

/* image text block */

.image-text-wrapper {
	position: relative;
    display: flex;
}

.image-text-text {
	position: relative;
	height: 100%;
	max-width: 640px;
	width: 100%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-text-title-container {
    text-align: left;
    padding: 80px 50px;
}

.image-text-text.text-left {
	float: right;
}

.image-text-text.text-right {

}

.image-text-title-container {
    text-align: left;
	float: left;
}

.image-text-text.text-right .image-text-title-container {
    padding: 50px 20px 40px 50px;
}

.image-text-text.text-left .image-text-title-container {
    padding: 50px 50px 40px 20px;
}

.image-container {
	width: 100%;
}

.image-container.image-left {
	
}

.image-container.image-right {
	order: 1;
}

.text-container {
    width: 100%;
}

.standard-heading {
    text-align: center;
}

.large-standard-heading {
	color: #58585b;
    font-family: "urw-din", sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    font-size: 3.0rem;
	font-weight: 700;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 20px;
}

.text-block {
	color: #58585b ;
	line-height: 1.6;
}

.image-text-image {
    position: relative;
    height: 100%;
    width: 100%;
}

.image-text-block {
	text-align: justify;
    text-justify: inter-word;
}

.text-button-button {
    display: inline-block;
    margin-bottom: 20px;
}

.image-text-title-container ul {
	display: inline-block;
	text-indent: -25px;
    margin-left: 25px;
}

.image-text-title-container li {
	margin-bottom: 10px;
}

.image-text-title-container li:before {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    content: "";
    background: url(/wp-content/themes/mintstone/images/mint-bullet.png) no-repeat 0 0;
    background-size: 100%;
}

/* Client Block */

.client-block-container {
	padding: 60px 0;
}

.client-block-container .fixed-section-wrap {
	max-width: 980px;
	text-align: center;
	padding: 0 100px;
}

.client-block-container .flex-control-paging {
	display: none;
}

#carousel-1 {
	position: relative;
	height: 100px;
}

.client-logo-wrap {
	padding-right: 10px;
	border-right: 1px solid #58595b;
}

.client-logo-item:last-of-type .client-logo-wrap {
	border-right: none;
}

.client-logo-wrap > img {
	display: block;
}

.client-block-container .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 19px;
    height: 52px;
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
}

.client-block-container .flex-direction-nav a.flex-prev {
	left: -60px;
}

.client-block-container .flex-direction-nav a.flex-next {
	right: -60px;
}

.client-block-container .flex-direction-nav a.flex-prev:before {
    display: inline-block;
    width: 19px;
    height: 52px;
    content: "";
    background: url(/wp-content/themes/straydog/images/client-carousel-back.png) no-repeat 0 0;
    background-size: contain;
}

.client-block-container .flex-direction-nav a.flex-next:before {
    display: inline-block;
    width: 19px;
    height: 52px;
    content: "";
    background: url(/wp-content/themes/straydog/images/client-carousel-forward.png) no-repeat 0 0;
    background-size: contain;
}

/* process block */

.process-blocks-container {
	padding: 0 0 60px;
}

.process-blocks-wrap {
	display: flex;
    flex-direction: column;
}

.process-block-container {
	width: 100%;
	padding: 30px 20px;
}

.process-block-icon-wrap {
	float: left;
    width: 105px;
	padding: 10px;
}

.process-block-content-wrap {
	float: left;
    width: calc(100% - 105px);
	padding-left: 20px;
}

.process-title-block {
	display: flex;
    align-items: center;
	margin-bottom: 10px;
}

.process-block-number {
	font-family: "urw-din";    
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
}

.process-title-block h4 {
	font-size: 20px;
	font-size: 2rem;
	margin: 0;
}

.process-block-content ul {
    margin-left: 20px;
}

.process-block-content li {
	list-style-type: disc;
}

/* CTA Block */

.cta-block-container {
	padding: 60px 0;
	text-align: center;
}

.cta-heading-1 {
	color: #fff;
	line-height: 1.2;
	margin: 0;
}

.cta-heading-2 {
	line-height: 1.2;
}

.cta-text {
	color: #fff;
}

.cta-image-wrap {
	margin-top: 30px;
}

/* Home Blog Block */

.home-blog-container {
	padding: 60px 0;
}

.home-blog-container h2 {
	text-align: center;
}

.add-post-content-container {
	display: flex;
    padding-top: 60px;
}

.home-blog-container .post-item-date-container {
	margin-top: 0;
}

.home-blog-container .post-item-date-container:before {
    width: 80%;
}

.home-blog-container .blog-excerpt a.read-more {
	color: #00bbb4;
	text-transform: uppercase;
	text-decoration: none;
}

.home-blog-container .blog-excerpt a.read-more:hover {
	text-decoration: underline;
}


/* contact form */

#gform_confirmation_message_1 {
	/*color: #fff!important;*/
	text-align: center!important;
}

.gform_wrapper div.validation_error {
    /*color: #fff!important;*/
    border-top: 2px solid #fff!important;
    border-bottom: 2px solid #fff!important;
}

.gform_wrapper .validation_message {
    /*color: #fff!important;*/
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent!important;
    border-top: none!important;
    border-bottom: none!important;
}

/* team Block */

.team-blocks-container {
	padding: 60px 0;
}

.team-block-container {
	float: left;
	width: 100%;
	padding-top: 20px;
}

.team-block-wrap {
	display: flex;
	flex-wrap: wrap;
    padding: 20px 0;
}

.team-block-image-wrap {
	width: 25%;
	padding-right: 20px;
}

.team-block-content-wrap {
	width: 75%;
	padding-left: 20px;
}

.team-block-title {
	font-style: italic;
}

.team-block-position {
	font-style: italic;
}

.team-block-bio {
	margin-top: 10px;
}
	

/* PORTFOLIO PAGES */

/* Archive portfolio page */

.heading-paragraph-container {
	text-align: center;
}

.heading-paragraph {
	text-align: left;
	padding: 10px 0;
}

.heading-paragraph-container .button-container {
	margin: 20px 0;
}

.cd-filter {
	background-color: #00bbb4;
	float: left;
	width: 100%;
	padding: 40px 0;
}

.cd-filter button.white-button {
	text-transform: capitalize;
}

.cd-filter .filter-container {
	margin-top: 25px;
}

.cd-filter .filter-container {
	color: #fff;
}

.cd-filter .filter-container .checkbox-group {

}

.cd-filter .filter-container .filter-wrapper {
    float: left;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.page-template-page_blog .controls .filter-container {
	width: 70%;
	float: left;
}

.search-results .controls .filter-container {
	width: 70%;
	float: left;
}

.post-type-archive-portfolio .cd-filter .filter-container .filter-wrapper {
	width: 33.33%;
}

.page-template-page_blog .cd-filter .filter-container .filter-wrapper {
	width: 50%;
}

.search-results .cd-filter .filter-container .filter-wrapper {
	width: 50%;
}

.page-template-page_blog .blog-search-wrap {
	width: 30%;
	float: left;
	margin-top: 25px;
}

.search-results .blog-search-wrap {
	width: 30%;
	float: left;
	margin-top: 25px;
}

.page-template-page_blog .blog-search-wrap input {
    background-color: #fff;
    border: none;
    color: #58595b;
    font-size: 15px!important;
    font-size: 1.5rem!important;
    font-weight: 400;
    padding: 5px 10px;
    width: 100%;
}

.search-results .blog-search-wrap input {
    background-color: #fff;
    border: none;
    color: #58595b;
    font-size: 15px!important;
    font-size: 1.5rem!important;
    font-weight: 400;
    padding: 5px 10px;
    width: 100%;
}

.page-template-page_blog .blog-search-wrap input[type="submit"] {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    font-size: 16px!important;
    font-size: 1.6rem!important;
    line-height: 1;
    text-transform: capitalize;
    font-weight: 400;
    padding: 5px 20px;
    text-decoration: none;
    white-space: normal;
    width: auto;
	margin-top: 10px;
}

.search-results .blog-search-wrap input[type="submit"] {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    font-size: 16px!important;
    font-size: 1.6rem!important;
    line-height: 1;
    text-transform: capitalize;
    font-weight: 400;
    padding: 5px 20px;
    text-decoration: none;
    white-space: normal;
    width: auto;
	margin-top: 10px;
}

.page-template-page_blog .blog-search-wrap input[type="submit"]:focus,
.page-template-page_blog .blog-search-wrap input[type="submit"]:hover {
	background-color: #fff;
	color: #00bbb4;
}

.search-results .blog-search-wrap input[type="submit"]:focus,
.search-results .blog-search-wrap input[type="submit"]:hover {
	background-color: #fff;
	color: #00bbb4;
}

.cd-filter .filter-container .filter-wrapper .checkbox-label {
	margin-left: 20px;
}

.cd-filter .filter-container .filter-wrapper input[type="checkbox"] {
	-webkit-appearance: none;
	background-color: #00bbb4;
	border: 1px solid #fff;
	width: 20px;
    height: 20px;
	display: inline-block;
	position: relative;
}

.cd-filter .filter-container .filter-wrapper input[type="checkbox"]:checked:after {
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 3px;
	color: #fff;
}

.portfolio-container {
	float: left;
    width: 100%;
}

.portfolio-link-wrap {
    position: relative;
	width: 25%;
	height: 0;
	float: left;
    padding-bottom: 25%;
	z-index: 1;
}

.portfolio-link-content {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
}

.portfolio-link-title-1,
.portfolio-link-title-3 {
	color: #fff;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1;
    font-weight: 900;
	margin-bottom: 5px;
}

.portfolio-link-title-2 {
	color: #fff;
	font-size: 30px;
	font-size: 3rem;
	line-height: 1;
    font-weight: 400;
	margin-bottom: 10px;
}

.portfolio-link-title-1,
.portfolio-link-title-3 {
	text-transform: uppercase;
}

.button-wrapper {
	margin-top: 20px;
}

.portfolio-item-wrap {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
	width: 25%;
	height: 0;
	float: left;
    padding-bottom: 25%;
	z-index: 1;
}

.portfolio-item-wrap:before {
	content: '';
	background-color: rgba(88, 88, 91, .9);
    position: absolute;
    width: 100%;
    height: 100%;
	-webkit-transition: opacity .15s ease-in-out;
	-moz-transition: opacity .15s ease-in-out;
	-ms-transition: opacity .15s ease-in-out;
	-o-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out;
	opacity: 0;
}

.portfolio-item-wrap:hover:before,
.portfolio-item-wrap:hover .portfolio-item-hover,
.portfolio-item-wrap:hover  .portfolio-bc-banner {
	opacity: 1;
}

.portfolio-item-hover {
	opacity: 0;
    float: left;
    z-index: 10;
    position: absolute;
    width: calc(100% - 40px);
    bottom: 40px;
    left: 40px;
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -ms-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
}

.portfolio-archive-title {
	color: #fff;
	font-family: "urw-din", sans-serif;
	text-transform: uppercase;
	font-weight: 700;
}


.portfolio-archive-company {
	color: #fff;
	font-family: "urw-din", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}

.portfolio-archive-button a {
	color: #00bbb4;
	text-transform: uppercase;
	text-decoration: none;
}

/* Portfolio single page */

.portfolio-banner-img {
	display: block;
}

.portfolio-image-grid-wrapper {
	display: flex;
}

.portfolio-image-grid-wrapper .image-grid-item {
	flex: 1;
}

.portfolio-image-grid-wrapper .image-grid-item img {
	display: block;
	object-fit: cover;
	width: 100%;
    height: 100%;
}

.portfolio-details-container {
	padding: 60px 0;
}

.portfolio-details-container .left-content-wrapper {
	width: 60%;
	padding-right: 40px;
}

.portfolio-details-container .right-content-wrapper {
	width: 40%;
}

.portfolio-details-container ul {
	margin-left: 18px;
}

.portfolio-details-container li {
	list-style-type: disc;
}

.portfolio-navigation-container {
	background-color: #fff;
	padding: 60px 0 80px;
}

.portfolio-navigation-container .wide-fixed-section-wrap {
	display: flex;
    flex-direction: row;
    align-items: center;
}

.project-navigation-item {

}

.project-navigation-item a {
	color: #58595b;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: none;
}

.project-navigation-item a:hover,
.project-navigation-item a:focus {
	color: #58595b;
}

.prev-project-navigation {
	width: 35%;
	text-align: left;
	margin-left: -20px;
}

.next-project-navigation {
	width: 35%;
	text-align: right;
	margin-right: -20px;
}

.portfolio-button-container {
	width: 30%;
	text-align: center;
}

.prev-project-navigation a:before {
	content: '';
    background: url(/wp-content/themes/straydog/images/portfolio-previous.png) no-repeat 0 0;
    background-size: contain;
    display: inline-block;
    height: 12px;
    width: 18px;
    margin-right: 10px;
	margin-bottom: 3px;
    vertical-align: middle;
}

.next-project-navigation a:after {
	content: '';
    background: url(/wp-content/themes/straydog/images/portfolio-next.png) no-repeat 0 0;
    background-size: contain;
    display: inline-block;
    height: 12px;
    width: 18px;
    margin-left: 10px;
	margin-bottom: 3px;
    vertical-align: middle;
}

/* Portfolio Banner */

.portfolio-banner-wrap {
	float: left;
    width: 100%;
}

.portfolio-heading-banner-wrap {
	background-color: #000;
    padding: 60px 0;
    text-align: center;
}

.portfolio-heading-banner-wrap h2 {
	color: #fff;
}

.portfolio-banner-content-wrap {
	float: left;
    width: 100%;
}

.standard-button-container {
	text-align: center;
	margin-top: 20px;
}

/* Blogs */

/* Single Post */

.single-post .banner-heading {
	color: #fff;
	font-family: "urw-din", sans-serif;
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.single-post .blog-wrapper {
	max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 20px;
}

.post-content-container {
	display: flex;
	padding: 60px 0;
}

.post-item-date-container {
	width: 20%;
	margin-top: 10px;
}

.post-item-date-container:before {
    content: '';
    display: block;
    margin: 0 0 20px;
    height: 2px;
    width: 60%;
    background: #00bbb4;
}

.post-item-content-container ul,
.post-item-content-container ol {
	margin-left: 20px;
	margin-bottom: 20px;
}

.post-item-content-container ul li {
	list-style-type: disc;
}

.post-item-content-container ol li {
	list-style-type: decimal;
}

.blog-date {
	color: #00bbb4;
    font-family: 'Lobster', cursive;
	font-size: 30px;
    font-size: 3.0rem;
	line-height: 1.2;
    text-transform: capitalize;
    font-weight: 400;
}

.post-item-content-container {
	width: 80%;
}

.blog-post-meta {
	float: left;
	margin-top: 40px;
}

.blog-author-avatar {
	float: left;
    width: 60px;
    margin-right: 20px;
}

.blog-author-details {
	float: left;
}

.blog-author-bio {
	font-style: italic;
}

.related-posts-wrap {
	float: left;
	border-top: 1px solid #00bbb4;
	padding: 40px 0;
}

.related-posts-wrap h4 {
	font-size: 30px;
	font-size: 3rem;
	margin-bottom: 20px;
}

.related-posts-wrap ul li {
	margin-bottom: 10px;
}


.related-posts-wrap ul li a {
	color: #000;
	font-weight: 700;
    text-decoration: none;
}

.related-post-items {
	display: flex;
    align-items: flex-end;
}

.related-post-items ul {
	width: calc(100% - 150px);
}

.related-post-items .related-post-button-container {
	width: 155px;
	text-align: center;
}

/* Blog Archive */

.blog-archive-wrap {
	padding: 60px 10px;
}

.blog-archive-wrap .mintrest-container {
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
	padding: 0 10px;
}

.blog-archive-wrap .mintrest-container .mix {
	min-width: 350px;
	width: 33.33%;
	padding: 0 10px;
	margin-bottom: 20px;
}

.blog-item-container .blog-image {
	height: 300px;
	overflow: hidden;
}

.blog-item-container .blog-details {
	padding: 30px;
}

.blog-title-wrap {
	min-height: 100px;
}

.blog-image-title {
	text-decoration: none;
}

.blog-image-title h3 {
	line-height: 1.2;
	margin-bottom: 0;
}

.blog-image-excerpt {
	color: #58595b;
}

.blog-item-container .read-more-link {
	color: #F26367;
	text-decoration: none;
}

.blog-item-container .read-more-link:hover {
	text-decoration: underline;
}

.controls-pagination {
	text-align: center;
}

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

.footer-widgets {
	background-color: #3F3F42;
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 40px 0;
}

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

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

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

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


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

.site-footer {
	background-color: #000;
	clear: both;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 15px 0;
	line-height: 1;
	text-align: center;
}

.site-footer .wrap {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
}

.site-footer p {
	color: #fff;
	line-height: 1.2;
	margin-bottom: 0;
}

.site-footer a {
	color: #fff;
	text-decoration: underline;
	margin-bottom: 0;
}

.site-footer a:hover {
	text-decoration: none;
}


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

@media only screen and (min-width: 959px) {
	
	#menu-main-menu {
		width: 100%;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		flex-direction: row;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	
	.genesis-responsive-menu .genesis-nav-menu li.menu-item-has-children > a > span:after {
		content: '+';
		color: #00bbb4;
		display: inline-block;
		margin-left: 5px;
	}
	
}

@media only screen and (max-width: 1340px) {
	
	.site-header .widget-area {
		padding-right: 104px;
	}

	.home-slider-container ul {
		background-position: 30% 0;
	}
	
	.portfolio-bc-banner-wrapper {
		margin-left: 0;
	}
	
	.portfolio-bc-banner-wrapper img {
		padding-right: 0;
	}

}


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

	.portfolio-item-wrap,
	.portfolio-link-wrap {
		width: 33.33%;
		padding-bottom: 33.33%;
	}
	
	.portfolio-bc-banner {
		font-size: 12px;
		font-size: 1.2rem;
	}

}

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

	.home-slider-container ul {
		background-position: 40% 0;
	}

}

@media only screen and (max-width: 960px) {
	
	button.menu-toggle {
		display: block
	}
	
	.site-header .widget-area {
		height: auto;
	}
	
	.menu-toggle,
	.sub-menu-toggle {
		background-color: transparent;
		border-width: 0;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}
	
	.menu-toggle:hover,
	.menu-toggle.activated,
	.sub-menu-toggle:hover,
	.sub-menu-toggle.activated,
	button:focus {
		background-color: transparent;
	}

	.menu-toggle {
		float: right;
		line-height: 20px;
		position: relative;
		padding: 0;
		z-index: 1000;
	}
	
	.menu-toggle::before {
		content: ""!important;
		background-image: url(/wp-content/themes/straydog/images/responsive-nav.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		display: inline-block;
		width: 27px;
		height: 21px;
	}

	.menu-toggle.activated::before {
		content: "";
		background-image: url(/wp-content/themes/straydog/images/nav-close.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		display: inline-block;
		width: 27px;
		height: 21px;
	}
	
	.nav-header.genesis-responsive-menu {
		display: none;
		position: absolute;
		top: 56px;
		left: 0;
		width: 100%;
	}
	
	ul.menu {
		background-color: #000;
		width: 100%;
		padding: 40px 20px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	
	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		padding: 10px 0!important;
	}
	
	ul.menu > li.menu-item-has-children > a {
		float: none!important;
		overflow: hidden;
		position: relative;
		width: auto!important;
		display: inline-block;
	}
	
	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		width: auto;
		position: relative;
	}
	
	.genesis-nav-menu .sub-menu {
		display: none;
		width: 100%;
		opacity: 1;
		text-align: center;
		position: relative;
		top: 0;
	}

	.sub-menu-toggle {
		position: relative;
		display: inline-block;
		color: #00bbb4;
		height: 36px;
		padding: 0;
		z-index: 100;
		vertical-align: top;
	}
	
	.sub-menu-toggle {
		
	}

	.sub-menu-toggle::before {
		content: '+';
		display: block;
		text-rendering: auto;
		-webkit-transform: rotate( 0 );
		-ms-transform:     rotate( 0 );
		transform:         rotate( 0 );
		transition: transform .25s ease-in-out;
	}

	.sub-menu-toggle.activated::before {
		-webkit-transform: rotate( 180deg );
		-ms-transform:     rotate( 180deg );
		transform:         rotate( 180deg );
	}

	
	.site-header > .wrap {
		padding: 0;
	}
	
	.header-image .title-area {
		padding: 10px;
		min-width: 180px;
	}

	.portfolio-item-wrap,
	.portfolio-link-wrap {
		width: 50%;
		padding-bottom: 50%;
	}

}

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

	.content-with-image-blocks .content-with-image-block {
		min-height: 400px;
	}
	
	.full-client-list .entry-content {
		-webkit-columns: 2; /* Chrome, Safari, Opera */
		-moz-columns: 2; /* Firefox */
		columns: 2;
	}
	
	.client-list-item {
		flex: 0 0 33.33%;
	}
	
	.post-type-archive-portfolio .cd-filter .filter-container .filter-wrapper {
		width: 50%;
	}

}

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

	.admin-bar .header-cta-wrap {
		top: 46px;
	}
	
}

@media only screen and (max-width: 767px) {
	
	
	.cols-3 {
		width: 100%;
	}

	.cols-4 {
		width: 50%;
	}
	
	.home-slider-container ul {
		min-height: 600px;
	}
	
	.flexslider .slides > li {
		min-height: 600px;
	}
	
	.image-text-wrapper {
		display: block;
	}
	
	.image-text-text {
		max-width: 100%;
	}
	
	.bc-logo-container {
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
	}
	
	.bc-content-container {
		width: 100%;
		padding: 40px 0;
	}
	
	.image-text-text.text-right .image-text-title-container,
	.image-text-text.text-left .image-text-title-container	{
		padding: 30px 20px;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
		margin: 0 auto 40px;
	}
	
	.content-with-image-blocks .content-with-image-block {
		width: 50%;
	}
	
	.contact-block-container .left-content-wrapper {
		padding: 20px;
	}
	
	.right-content-wrapper,
	.left-content-wrapper	{
		width: 100%;
	}
	
	.page-template-page_blog .controls .filter-container,
	.page-template-page_blog .blog-search-wrap {
		width: 50%;
	}
	
	.page-template-page_blog .cd-filter .filter-container .filter-wrapper {
		width: 100%;
	}

}

@media only screen and (max-width: 667px) {
	
	.one-third,
	.two-thirds,
	.one-half {
		width: 100%;
	}
	
	.process-block-container {
		width: 100%;
	}
	
	.add-post-content-container,
	.post-content-container {
		display: block;
		float: left;
		padding-top: 40px;
	}
	
	.post-item-date-container {
		width: 150px;
		float: left;
		padding-bottom: 20px;
	}
	
	.post-item-content-container {
		width: 100%;
		float: left;
	}
	
	.related-post-items {
		display: block;
	}
	
	.related-post-items ul {
		width: 100%;
	}
	
	.related-post-items .related-post-button-container {
		float: left;
		margin-top: 20px;
	}
		
}

@media only screen and (max-width: 600px) {
	
	.site-header {
		position: relative;
	}
	
	.video-heading-wrap h1 {
		font-size: 30px;
		font-size: 3.0rem;
	}

	.home-slider-container ul {
		background-position: 50% 0;
	}
	
	.full-client-list .entry-content {
		-webkit-columns: 1; /* Chrome, Safari, Opera */
		-moz-columns: 1; /* Firefox */
		columns: 1;
	}
	
	.client-list-item {
		flex: 0 0 50%;
	}
	
	.portfolio-item-wrap,
	.portfolio-link-wrap {
		width: 100%;
		padding-bottom: 100%;
	}
	
	.portfolio-details-container .left-content-wrapper {
		width: 100%;
		padding-right: 0;
	}
	
	.portfolio-details-container .right-content-wrapper {
		width: 100%;
		margin-top: 40px
	}
	
	.wysiwyg-block-container {
		display: block;
	}

	
}

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

	.content-with-image-blocks .content-with-image-block {
		width: 100%;
	}
	
	.content-with-image-blocks .content-with-image-block {
		min-height: auto;
	}
	
	.cols-2,
	.cols-3,
	.cols-4 {
		width: 100%;
	}
	
	.post-type-archive-portfolio .cd-filter .filter-container .filter-wrapper {
		width: 100%;
	}
	
	.page-template-page_blog .controls .filter-container,
	.page-template-page_blog .blog-search-wrap {
		width: 100%;
	}

}

@media only screen and (max-width: 360px) {
	
	.client-list-item {
		flex: 0 0 100%;
	}
	
	.bc-logo-container img {
		max-width: 180px;
	}
	
}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

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

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
