/*
	Theme Name: OutMarket Theme
	Theme URI: http://www.outmarket.pro
	Description: Custom theme for OutMarket (uses base code from Genesis Sample theme by Studiopress).
	Author: James Fulkerson
	Author URI: http://www.outmarket.pro

	Version: 1.3.0

	Tags: black, red, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.3.0

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

	Text Domain: outmarket-theme
*/



/* Theme color key:

Grey: #F9F9EF
Lighter grey: #FCFCF9
Black: #0A1612
Yellow: #F7CE3E
Blue: #1A2930
Light borders: #CECECE

*/


/* # 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;
	scroll-behavior: smooth !important;
}


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


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

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

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

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

body {
	background-color: #F4F4F4;
    background-image: url(images/subtle-grey.png);
    color: #0A1612;
	font-family: 'Archivo', sans-serif;
	font-size: 20px;
	font-size: 2rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	text-decoration: underline;
    color: #0A1612;
}

a:focus,
a:hover {
	text-decoration: none;
}

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

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

li {
	list-style-type: none;
    font-size: 16px;
    font-size: 1.6rem;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	margin: 40px;
}

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


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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Work Sans', sans-serif;
    font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px;
    text-transform: uppercase;
    letter-spacing: -1px;
}

h1 {
	font-size: 32px;
	font-size: 3.2rem;
	text-transform: capitalize !important;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

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

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
    text-decoration: underline;
    font-weight: 700;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
    text-decoration: none;
}

/* ## 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 #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

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

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
    position: relative;
    background-color: #f7ce3e;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-decoration: none;
    padding: 7px 15px;
    border-radius: 3px;
    text-decoration: none;
    transition: .5s;
    display: inline-block;
    overflow: hidden;
    text-shadow: 0px 0px 45px rgba(26,41,48,.7);
}

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: #1A2930;
}
a.button-head {
    margin: 0;
    background-color: #1A2930;
}
a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 4px 12px;
}

.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: #777;
	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: 700;
	padding: 6px;
    background-color: rgba(255,255,255,.4);
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

td: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: #333;
	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-inner {
    clear: both;
    word-wrap: break-word;
    padding: 0;
    margin: 0 0 0 auto !important;
    max-width: 1600px;
}

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

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

/* ### Content */

.main-content-wrapper {
    /* float: right; */
    max-width: 1700px;
    width: 100%;
    margin: 0 0 0 auto;
    padding: 10px 15px 0 15px;
    box-sizing: border-box;
	background:white;
}

/* Home content */

body.home .main-content-wrapper {
    padding: 0px 15px 0px 15px;
}

/* All other page content */

.content {
    width: 100%;
    margin: 0 auto;
    display: block;
    /* height: 100%; */
    overflow: visible;
	background: white;
}

/* Entry header on pages */

.content > .entry-header {
    height: 75px;
    position: relative;
    width: 100%;
}

.content > .entry-header::before,
.content > .entry-header::after {
    content: " ";
    display: block;
    position: absolute;
    background-color: #1a2930;
}

.content > .entry-header::before {
    height: 75%;
    width: 1px;
    bottom: 0px;
    left: 0px;
    background: -moz-linear-gradient(top, rgba(26,41,48,0) 0%, rgba(26,41,48,1) 100%);
    background: -webkit-linear-gradient(top, rgba(26,41,48,0) 0%,rgba(26,41,48,1) 100%);
    background: linear-gradient(to bottom, rgba(26,41,48,0) 0%,rgba(26,41,48,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001a2930', endColorstr='#1a2930',GradientType=0 );
}

.content > .entry-header::after {
    height: 1px;
    width: 75%;
    bottom: 0px;
    left: 0px;
    background: -moz-linear-gradient(left, rgba(26,41,48,1) 0%, rgba(26,41,48,0) 100%);
    background: -webkit-linear-gradient(left, rgba(26,41,48,1) 0%,rgba(26,41,48,0) 100%);
    background: linear-gradient(to right, rgba(26,41,48,1) 0%,rgba(26,41,48,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a2930', endColorstr='#001a2930',GradientType=1 );
}

.content > .entry-header h1 {
    color: #1A2930;
    text-align: center;
    position: absolute;
    bottom: 8px;
    left: 10px;
    font-size: 30px;
    font-size: 3rem;
    margin: 0;
    line-height: 1;
    
}

.logo-mark {
	display:none;
    height: 100%;
    width: 70px;
    background-color: #1A2930;
    background-image: url(images/stripes.png);
    background-size: 10px;
    position: absolute;
    right: 0px;
    top: 0px;
    border-radius: 7px;
}

.logo-mark div {
    width: 100%;
    height: 100%;
    background-image: url(https://beta7.technodreamcenter.com/outsourceresource.pro/wp-content/uploads/2024/02/Untitled-21.fw_.png);
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: center;
}

/* Entry areas on all pages but Homepage */

.content > .entry {
    padding: 50px;
    width: 100%;
    margin: 0 auto;
    max-width: 1500px;
    float: left;
    overflow: visible;
    opacity: 1;
    -webkit-animation: fadeIn .5s ease-out 0s 1 normal forwards running;
    -moz-animation: fadeIn .5s ease-out 0s 1 normal forwards running;
    -ms-animation: fadeIn .5s ease-out 0s 1 normal forwards running;
    -o-animation: fadeIn .5s ease-out 0s 1 normal forwards running;
    animation: fadeIn .5s ease-out 0s 1 normal forwards running;
}

/* Blog entry area only */

body.blog .content > .entry {
    padding: 20px;
    background-color: rgba(255,255,255,.7);
    width: calc(50% - 10px);
    margin: 0 0 20px 0;
    transition: .5s;
    box-shadow: 0px 0px 12px rgba(0,0,0,0);
}

body.blog .content > .entry:hover { 
    background-color: rgba(255,255,255,1);
    box-shadow: 0px 0px 12px rgba(0,0,0,.1);
}

body.blog .content > .entry:nth-of-type(odd) {
    margin: 0 20px 20px 0;
    clear: both;
}

body.blog h2.entry-title {
    line-height: .75;
}

body.blog h2.entry-title a {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 0;
    text-decoration: none;
} 

body.blog .entry-content p {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0;
}

.more-link {
    background-color: #f7ce3e;
    text-shadow: 0px 0px 35px rgba(26,41,48,.7);
	color: #FFFFFF;
	cursor: pointer;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-decoration: none;
    padding: 4px 12px;
    display: table;
    border-radius: 3px;
    text-decoration: none;
    transition: .5s;
    margin-top: 10px;
}

.more-link:hover {
    background-color: #1A2930;
}

/* Homepage entry area only */

body.home .content > .entry {
    padding: 0;
	float: none;
    width: 100%;
}

.outmarket-home .textwidget {
    width: 100%;
}

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

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

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

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

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


/* ### Primary Sidebar - Desktop */

.sidebar-primary {
    width: 200px;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    overflow-y: auto;
    overflow-x: visible;
    background-color: rgba(255,255,255,.7);
}

.sidebar-primary-inner {
    width: 180px;
    position: fixed;
    top: 10px;
    left: 10px;
    height: auto;
    padding-bottom: 20px;
}

.sidebar-primary-inner {}

/* OutMarket logo area top of primary sidebar */

.sidebar-primary a.outmarket-logo {
    display: block;
	box-sizing: border-box;
    width: 100%;
    padding: 20px;
}

.sidebar-primary a.outmarket-logo img {
	display: block;
	width: 100%;
}

.sidebar-primary .outmarket-logo-container {
    width: 100%;
    background-color: #1A2930;
    background-image: url(images/stripes.png);
    background-size: 10px;
    border-radius: 7px;
}

/* Desktop sidebar main menu */

.nav-site-menu-sidebar {
    position: relative;
    margin-top: 10px;
    padding: 10px 0;
    background-image: url(images/black-twill.png);
    background-size: 10px;
    background-repeat: repeat;
}

.nav-site-menu-sidebar::before,
.nav-site-menu-sidebar::after {
    content: " ";
    display: block;
    position: absolute;
}

.nav-site-menu-sidebar::before {
    height: 75%;
    width: 1px;
    bottom: 0px;
    left: 0px;
    background: -moz-linear-gradient(top, rgba(26,41,48,0) 0%, rgba(26,41,48,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(26,41,48,0) 0%,rgba(26,41,48,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(26,41,48,0) 0%,rgba(26,41,48,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001a2930', endColorstr='#1a2930',GradientType=0 ); /* IE6-9 */
}

.nav-site-menu-sidebar::after {
    height: 1px;
    width: 75%;
    bottom: 0px;
    left: 0px;
    background: -moz-linear-gradient(left, rgba(26,41,48,1) 0%, rgba(26,41,48,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(26,41,48,1) 0%,rgba(26,41,48,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(26,41,48,1) 0%,rgba(26,41,48,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a2930', endColorstr='#001a2930',GradientType=1 ); /* IE6-9 */
}

.main-menu-desktop li a {
    text-decoration: none;
    color: #0A1612;
    font-weight: 700;
    display: block;
    width: 100%;
    padding: 3% 20px;
    font-size: 14px;
    font-size: 1.4rem;
    transition: .15s;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}

.main-menu-desktop li a:hover {
    -webkit-transform: translate(3px,0);
    -ms-transform: translate(3px,0);
    transform: translate(3px,0);
}

.main-menu-desktop li.current-menu-item a,
.main-menu-desktop li.current-page-ancestor a {
    position: relative;
    width: calc(100% - 2px);
    font-weight: 700;
    margin-left: 5px;
    background: #f7ce3e; /* Old browsers */
    background: -moz-linear-gradient(left, #f7ce3e 0%, #e1bb38 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f7ce3e 0%,#e1bb38 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f7ce3e 0%,#e1bb38 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7ce3e', endColorstr='#e1bb38',GradientType=1 ); /* IE6-9 */
}

.main-menu-desktop li.current-menu-item a:hover,
.main-menu-desktop li.current-page-ancestor a:hover {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}

#menu-triangle {
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0px;
    bottom: -10px;
}

/* Contact - social sidebar area desktop */

.social-desktop {
    margin: 0px auto 20px auto;
    width: 60px;
}

.social-desktop::after {
    clear: both;
	content: " ";
	display: table;
}

#phone-desktop,.social-desktop a{display: none;}

.social-desktop a {
    float: left;
    width: 20px;
    height: 25px;
    background-size: auto 15px;
    background-position: center center;
    background-repeat: no-repeat;
    transition: .15s ease-in-out;
    border-top: 2px solid transparent;
}

/* (These also apply to mobile header icons) */

a#twitter {
    background-image: url(images/social-twitter.png);
}

a#facebook {
    background-image: url(images/social-facebook.png);
}

a#linkedin {
    background-image: url(images/social-linkedin.png);
}

.social-desktop a:hover,
.social-desktop a:focus {
    border-top: 2px solid #1A2930;
}

#phone-desktop {
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    margin: 20px 0;
}

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

/* # Main image widget areas */
.main-page-image {
    margin-top: 20px;
    padding: 10px;
    width: 100%;
    background-image: url(images/black-twill.png);
    background-size: 10px;
    background-repeat: repeat;
    background-color: #FFFFFF;
    position: relative;
    box-shadow: 0px 0px 80px rgba(0,0,0,.15);
    border-radius: 3px 3px 0px 3px;
    
}

.main-page-image::before,
.main-page-image::after {
    content: " ";
    display: block;
    position: absolute;
}

.main-page-image::before {
    height: 1px;
    width: 100%;
    bottom: 0px;
    right: 0px;
    background: -moz-linear-gradient(left, rgba(26,41,48,0) 0%, rgba(26,41,48,1) 100%);
    background: -webkit-linear-gradient(left, rgba(26,41,48,0) 0%,rgba(26,41,48,1) 100%);
    background: linear-gradient(to right, rgba(26,41,48,0) 0%,rgba(26,41,48,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001a2930', endColorstr='#1a2930',GradientType=1 );
}

.main-page-image::after {
    height: 50%;
    width: 1px;
    bottom: 0px;
    right: 0px;
    background: -moz-linear-gradient(top, rgba(26,41,48,0) 0%, rgba(26,41,48,1) 100%);
    background: -webkit-linear-gradient(top, rgba(26,41,48,0) 0%,rgba(26,41,48,1) 100%);
    background: linear-gradient(to bottom, rgba(26,41,48,0) 0%,rgba(26,41,48,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001a2930', endColorstr='#1a2930',GradientType=0 );
}

.main-page-image img {
    display: block;
    border-radius: 3px;
}

.main-page-image figcaption {
    display: none;
}

.main-page-image figure {
    margin-bottom: 0 !important;
}

/* Homepage specific main page image */

#homepage-main-image {
    margin-top: 0;
    position: relative;
}

#homepage-main-image .widget-wrap > img {
    width: 100%;
}

.homepage-lead-in {
    border-radius: 3px 0px 0px 3px;
    width: 350px;
    height: calc(100% - 20px);
    position: absolute;
    top: 10px;
    left: 10px;
    overflow: hidden;
}

.homepage-lead-in .lead-in-content {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    padding: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 150;
    text-align: right;
    box-sizing: border-box;
}

.homepage-lead-in .lead-in-content img {
    width: 60px;
    display: inline;
}

.homepage-lead-in .lead-in-content h1 {
    font-size: 30px;
    font-size: 3rem;
    text-shadow: 0px 0px 10px rgba(255,255,255,1);
}

.homepage-lead-in .lead-in-content a {
    margin: 0;
    background-color: #1A2930;
}

.homepage-lead-in .lead-in-content a:hover {
    background-color: #F7CE3E;
}

.homepage-lead-in .lead-in-content span {
    color: #F7CE3E;
    text-shadow: 0px 0px 10px rgba(0,0,0,.7);
}

.frosty-image {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
    overflow: hidden;
    height: 100%;
}

.frosty-image > img {
    display: block;
    height: 100%;
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

.frosted {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 125;
    background-color: rgba(255,255,255,.45);
    width: 100%;
    height: 100%;
}

/* ### Right Sidebar - Desktop - Secondary pages */

.outmarket-secondary {
   display:none;
}

.outmarket-secondary p {
    font-size: 15px;
    font-size: 1.5rem;
}

.outmarket-secondary .featuredpost .widgettitle {
    padding-top: 40px;
    background-image: url(images/blog-icon.png);
    background-size: auto 40px;
    background-position: top center;
    background-repeat: no-repeat;
    text-align: center;
}

.outmarket-secondary .featuredpost .entry-title {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    margin-top: 5px;
}

.outmarket-secondary .featuredpost a {
    margin: 0;
}

.outmarket-secondary .featuredpost img {
    width: 65px;
    height: 65px;
}

.outmarket-secondary .featuredpost .entry {
    width: 100%;
    height: auto; 
}



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

/* ## Column Classes - columns are flexbox
--------------------------------------------- */

.column-wrapper {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 50px 0 50px 0;
}

.column-wrapper.cards {
    align-items: stretch !important; 
}

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	margin: 0px;
    padding: 10px;
}

.column-wrapper.cards .five-sixths,
.column-wrapper.cards .four-sixths,
.column-wrapper.cards .one-fourth,
.column-wrapper.cards .one-half,
.column-wrapper.cards .one-sixth,
.column-wrapper.cards .one-third,
.column-wrapper.cards .three-fourths,
.column-wrapper.cards .three-sixths,
.column-wrapper.cards .two-fourths,
.column-wrapper.cards .two-sixths,
.column-wrapper.cards .two-thirds {
	margin: 5px;
    padding: 40px 20px;
    background-color: rgba(255,255,255,.7);
    box-shadow: 0px 0px 12px rgba(0,0,0,.0);
    transition: .5s ease;
    border-radius: 3px;
}

.column-wrapper.cards .five-sixths:hover,
.column-wrapper.cards .four-sixths:hover,
.column-wrapper.cards .one-fourth:hover,
.column-wrapper.cards .one-half:hover,
.column-wrapper.cards .one-sixth:hover,
.column-wrapper.cards .one-third:hover,
.column-wrapper.cards .three-fourths:hover,
.column-wrapper.cards .three-sixths:hover,
.column-wrapper.cards .two-fourths:hover,
.column-wrapper.cards .two-sixths:hover,
.column-wrapper.cards .two-thirds:hover {
    background-color: rgba(255,255,255,1);
    box-shadow: 0px 0px 12px rgba(0,0,0,.1);
}

.one-half,
.three-sixths,
.two-fourths {
	width: 50%;
}

.one-third,
.two-sixths {
	width: 33.3%;
}

.four-sixths,
.two-thirds {
	width: 66.6%;
}

.one-fourth {
	width: 25%;
}

.three-fourths {
	width: 75%;
}

.one-sixth {
	width: 16.6%;
}

.five-sixths {
	width: 83.3%;
}

.column-wrapper.cards .one-half,
.column-wrapper.cards .three-sixths,
.column-wrapper.cards .two-fourths {
	width: calc(50% - 10px);
}

.column-wrapper.cards .one-third,
.column-wrapper.cards .two-sixths {
	width: calc(33.3% - 10px);
}

.column-wrapper.cards .four-sixths,
.column-wrapper.cards .two-thirds {
	width: calc(66.6% - 10px);
}

.column-wrapper.cards .one-fourth {
	width: calc(25% - 10px);
}

.column-wrapper.cards .three-fourths {
	width: calc(75% - 10px);
}

.column-wrapper.cards .one-sixth {
	width: calc(16.6% - 10px);
}

.column-wrapper.cards .five-sixths {
	width: calc(83.3% - 10px);
}

/* Divider between rows */

.divider {
    width: 100%;
    height: 1px;
    background: -moz-linear-gradient(left, rgba(26,41,48,0) 0%, rgba(26,41,48,.3) 50%, rgba(26,41,48,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(26,41,48,0) 0%,rgba(26,41,48,.3) 50%,rgba(26,41,48,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(26,41,48,0) 0%,rgba(26,41,48,.3) 50%,rgba(26,41,48,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001a2930', endColorstr='#001a2930',GradientType=1 ); /* IE6-9 */;
}

/* White areas in content */

.white-area {
    background-color: rgba(255,255,255,.7);
    padding: 20px;
    border-radius: 3px;
    margin-bottom: 20px;
}


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

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


.archive-description {
	background-color: #1A2930;
    background-image: url(images/outmarket-blog.png);
    background-repeat: no-repeat;
    background-size: auto 75%;
    background-position: center center;
    border-radius: 3px;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
	padding: 60px;
}

h1.archive-title {
    height: 0px;
    overflow: hidden;
}

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

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

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

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-size: 2rem;
}

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

.entry-title a,
.sidebar .widget-title a {
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	
}

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


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

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

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

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

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

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


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

.site-header {
    /* Hide header on desktop */
    display: none;
    position: relative;
}

.nav-site-menu-header {
    display: none;
}


/* # Default Site Navigation (specific menu CSS in respective areas)
---------------------------------------------------------------------------------------------------- */

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

.genesis-nav-menu .menu-item {
	
}

.genesis-nav-menu a {
    text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover  {
    
}

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

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

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

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

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

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

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

.genesis-nav-menu > .right {
	float: right;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}

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

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

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

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

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


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


/* ## 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: #F7CE3E;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 8px 12px;
	text-decoration: none;
    transition: .5s;
}

.archive-pagination a:focus,
.archive-pagination a:hover,
.archive-pagination .active a {
	background-color: #1A2930;
	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;
}


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

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


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

.footer-widgets {
	clear: both;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 60px 0;
    width: 86%;
    margin-left: auto;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 33.3%;
}

.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: #1A2930;
    background-image: url(images/stripes.png);
    background-size: 10px;
	line-height: 1;
	padding: 120px 0 50px;
    float: right; 
    width: calc(100% - 200px);
}

.site-footer .wrap {
    padding-top: 60px;
    background-image: url(https://beta7.technodreamcenter.com/outsourceresource.pro/wp-content/uploads/2024/02/Untitled-21.fw_.png);
    background-repeat: no-repeat;
    background-position: top center;
}

.site-footer p {
	margin-bottom: 0;
    text-align: center;
    color: #FFFFFF;
	font-size:18px;
}

.site-footer p a {
    font-weight: 700;
    color: #FFFFFF;
    font-size: 18px;
}


/* # Auto center position items (must have positioned parent)
---------------------------------------------------------------------------------------------------- */

.absolute-center {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}




/* # Additional Specific Page Content Custom CSS (NOT theme CSS)
---------------------------------------------------------------------------------------------------- */


/* # Specific markup inside main content text widget */

/* Homepage */

#home-marketing-services,
#home-creative-services,
#home-business-services {
    align-items: stretch;
}

#home-marketing-services div:first-child,
#home-creative-services div:first-child,
#home-business-services div:first-child {
    background-size: auto 120px;
    background-repeat: no-repeat;
    background-position: center;
}

#home-marketing-services {
    position: relative;
}

#home-marketing-services div:first-child {
    background-image: url(images/home-lightbulbs.png);
}

#home-creative-services div:first-child {
    background-image: url(images/home-devices.png);
}

#home-business-services div:first-child {
    background-image: url(images/home-gears.png);
}

#homepage-cards > div {
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
}

.top-paragraph {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4;
}

/* All pages */

.statement {
    margin-bottom: 50px;
    padding-left: 15px;
    border-left: 5px solid #F7CE3E;
}

.service {
    width: 100%;
    padding: 30px 20px 30px 20px;
    margin-bottom: 10px;
    display: block;
    background-color: rgba(255,255,255,.7);
    box-shadow: 0px 0px 10px rgba(0,0,0,0);
    transition: .5s ease;
    border-radius: 3px;
}

.service:hover {
    background-color: rgba(255,255,255,1);
    box-shadow: 0px 0px 12px rgba(0,0,0,.1);
}

.service:hover h3:nth-of-type(1)::after,
.service:hover h4:nth-of-type(1)::after {
    -webkit-transform: scale(1.3) translateY(-50%);
    -ms-transform: scale(1.3) translateY(-50%);
    transform: scale(1.3) translateY(-50%);
    box-shadow: 0px 0px 15px rgba(0,0,0,.2);
    border: 1px solid #FFFFFF;
}

.service h4,
.service h3 {
    display: inline-block;
    position: relative;
}

.service h3:nth-of-type(1)::after,
.service h4:nth-of-type(1)::after {
    content: " ";
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    right: -40px;
    top: 45%;
    background-repeat: no-repeat;
    background-size: 100%;
    -webkit-transform: scale(1) translateY(-50%);
    -ms-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    transition: .4s ease-out;
    box-shadow: 0px 0px 10px rgba(0,0,0,0);
    border-radius: 50%;
    border: 1px solid #FFFFFF;
}

#marketing-needs h3:nth-of-type(1)::after,
#marketing-needs h4:nth-of-type(1)::after {
	display:none;
}

/* About */

#core-values > div {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 30px;
}

#core-values img {
    display: block;
    margin: 0 auto;
    width: 100px;
}

#who-we-are {
    align-items: flex-start;
}

#who-we-are > div {
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
}

#who-we-are img {
    width: 100px;
    box-shadow: 0px 0px 80px rgba(0,0,0,.25);
    border-radius: 12px;
}

/* Marketing services */

#crm-management h4::after {
    background-image: url(images/icon-crm-management.png);
}

#social-media-marketing h4::after {
    background-image: url(images/icon-social-media.png);
}

#social-media-marketing2 h4::after {
    background-image: url(images/icon-social-media.png) !important;
}

#email-marketing h4::after {
    background-image: url(images/icon-email-marketing.png);
}

#marketing-automation h4::after {
    background-image: url(images/icon-marketing-automation.png);
}

#geotargeting h4::after {
    background-image: url(images/icon-geotargeting.png);
}

#ppc-marketing h4::after {
    background-image: url(images/icon-ppc-marketing.png);
}

#market-research h4::after {
    background-image: url(images/icon-market-research.png);
}

#social-media-advertising h4::after {
    background-image: url(images/icon-social-media-advertising.png);
}

/* Creative services */

#blogging h4::after {
    background-image: url(images/icon-blogging.png);
}

#web-design h4::after {
    background-image: url(images/icon-web-design.png);
}

#mobile-app-development h4::after {
    background-image: url(images/icon-mobile-development.png);
}

#video-production h4::after {
    background-image: url(images/icon-video-production.png);
}

#print-media h4::after {
    background-image: url(images/icon-print-media.png);
}

#podcasts h4::after {
    background-image: url(images/icon-podcasts.png);
}

/* Programs */

#virtual-personal-assistant h4::after {
    background-image: url(images/icon-virtual-assistant.png);
}

#lead-generation h4::after {
    background-image: url(images/icon-lead-generation.png);
}

#bookkeeping h4::after {
    background-image: url(images/icon-bookkeeping.png);
}

#remote-it h4::after {
    background-image: url(images/icon-bookkeeping.png);
}

/* Web Design */

.portfolio {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
}

.portfolio .screen {
    position: relative;
    margin-bottom: 20px;
}

.portfolio .screen::after {
    content: " ";
    display: block;
    position: absolute;
    height: 20px;
    width: 50%;
    box-shadow: 0px 0px 50px rgba(0,0,0,.7);
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

.portfolio .screen img {
    position: relative;
    display: block;
    border-radius: 3px;
    z-index: 100;
    transition: .5s;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.portfolio .screen img:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

/* Contact */

.recaptcha {
	margin-bottom: 30px;
}

.wpcf7-submit {
	display: inline-block !important;
	width: auto;
	border: 0;
}



/* Sidebar right */

.sidebar-social-media {
    width: 100%;
    padding: 20px;
    background-color: #1A2930;
}

.sidebar-social-media p {
    color: #FFFFFF;
}


/* # Animations
---------------------------------------------------------------------------------------------------- */




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

@media only screen and (max-width: 1670px) {
    
    .content {
		width: 100%;
		max-width: 1400px;
		margin: 0 0 0 auto;
	}
	.flex.content img {
    width: 100%;
    max-width: 500px;
}
	.flex.content {
    max-width: 1300px;
}
	.content {
    	width: 80%;
		
	}
	.flex.content {
    width: 100%;
}
	.content > .entry{
		    max-width: 100% !important;
	}
    
}

@media only screen and (max-width: 1570px) {
	
    
	.content > .entry{
		    max-width: 100% !important;
	}
    body {
        font-size: 18px;
        font-size: 1.8rem;
    }
    
    body > div {
        font-size: 16px;
        font-size: 1.6rem;
    }
 
     
    .outmarket-secondary {
        width: 250px;
    }
    
}

@media only screen and (max-width: 1340px) {
    
    .flex.content img {
		width: 100%;
		max-width: 380px;
	}
	
	.content {
		width: 75%;
	}
    
    .outmarket-secondary {
        padding: 80px 0px 0px 0px;
    }

    .outmarket-secondary p {
        font-size: 14px;
        font-size: 1.4rem;
    }
   
    
    .entry {
        padding: 80px 7% 80px 7%;
    }
    
}

@media only screen and (max-width: 1300px) {
    
    #phone-outer {
        width: 35%;
    }
    
    .entry {
        padding: 80px 3% 80px 3%;
    }
    
}

@media only screen and (max-width: 1200px) {
    .flex.content {
		display: block;
	}
	.flex.content img {
    width: 100%;
    max-width: 100%;
    MARGIN: 0 AUTO;
}
    body,
    body > div {
        font-size: 16px;
        font-size: 1.6rem;
    }
    
    h1 {
        font-size: 34px;
        font-size: 3.4rem;
    }

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

    h3 {
        font-size: 22px;
        font-size: 2.2rem;
    }

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

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

    h6 {
        font-size: 14px;
        font-size: 1.4rem;
    }
    
    
    
}

@media only screen and (max-width: 1023px) {
    
    /* Hide desktop sidebar */
    
    body,
    body > div {
        font-size: 16px;
        font-size: 1.6rem;
    }
    
    h1 {
        font-size: 34px;
        font-size: 3.4rem;
    }

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

    h3 {
        font-size: 22px;
        font-size: 2.2rem;
    }

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

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

    h6 {
        font-size: 14px;
        font-size: 1.4rem;
    }
    
    .sidebar-primary {
        display: none;
    }
    
    .site-header {
        display: block;
        background-color: #FFFFFF;
        background-size: 4px;
        background-repeat: repeat;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 55px;
        z-index: 5000;
    }
    
    .site-header > .wrap {
        width: 100%;
        height: 100%;
    }
    
    .site-header a.outmarket-logo {
        display: block;
		box-sizing: border-box;
        width: 100%;
        padding: 15px 20px;
    }
	
	.site-header a.outmarket-logo img {
		width: 100%;
		display: block;
	}

    .site-header .outmarket-logo-container {
        max-width: 220px;
		width:100%;
        background-color: #1A2930;
        background-image: url(images/stripes.png);
        position: absolute;
        top: 0px;
        left: 0px;
        overflow: hidden;
        border-radius: 0px 0px 5px 0px;
    }
    
    .site-header a#phone-link {
        display: block;
        position: absolute;
        top: 0px;
        right: 65px;
        width: 55px;
        height: 100%;
        background-image: url(images/phone-link.png);
        background-repeat: no-repeat;
        background-size: 20px;
        background-position: center center;
    }
    
    .site-header #social-mobile {
        position: absolute;
        left: 25%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    /* Background image URL CSS found in desktop breakpoint */
    .site-header #social-mobile a {
        display: block;
        width: 20px;
        height: 20px;
        background-size: auto 15px;
        background-position: center center;
        background-repeat: no-repeat;
        float: left;
    }
    
    /* Mobile menu */
    
    .mobile-button,
    .mobile-button::before,
    .mobile-button::after {
        background-color: #1A2930;
        position: absolute;
        height: 5px;
        border-radius: 5px;
        transition: .5s;
    }
    
    .mobile-button {
        top: 50%;
        right: 20px;
        width: 30px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 200;
        cursor: pointer;
    }
    
    .mobile-button::before,
    .mobile-button::after {
        content: " ";
        display: block;
        right: 0px;
        width: 60%;
    }
    
    .mobile-button::before {
        top: -10px;
    }
    
    .mobile-button::after {
        bottom: -10px;
    }
    
    .mobile-button.activated::before,
    .mobile-button.activated::after {
        width: 100%;
    }
    
    .nav-site-menu-header {
        display: block;
        position: fixed;
        right: 0px;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        width: 300px;
        overflow-y: scroll;
        background-color: #FFFFFF;
        z-index: 175;
        height: 100vh;
        padding: 60px 10px 0 10px;
        transition: .5s ease-in;
        margin: 0;
    }
    
    .nav-site-menu-header.menu-visible {
        -webkit-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
        transform: translateX(0) !important;
    }
    
    .nav-site-menu-header .menu-wrap {
        background-image: url(images/black-twill.png);
        background-size: 10px;
        background-repeat: repeat;
        padding: 10px;
    }
    
    .nav-site-menu-header a {
        text-decoration: none;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 700;
        display: block;
        padding: 5px 0;
    }
    
    .nav-site-menu-header li.current-page-ancestor a,
    .nav-site-menu-header li.current-menu-item a {
        background: #f7ce3e;
        background: -moz-linear-gradient(left, #f7ce3e 0%, #e1bb38 100%);
        background: -webkit-linear-gradient(left, #f7ce3e 0%,#e1bb38 100%);
        background: linear-gradient(to right, #f7ce3e 0%,#e1bb38 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7ce3e', endColorstr='#e1bb38',GradientType=1 );
        padding-left: 10px;
    }
    
    /* Footer */
    
    body.home .content,
    .site-footer {
        float: none;
        width: 100%;
    }
    
    /* Main content area */
    
    .main-content-wrapper {
        float: none;
        width: 100%;
        padding: 25px 15px 0 15px;
        margin-top: 55px;
    }
    
    body.home .main-content-wrapper {
        padding: 50px 15px 0px 15px;
    }

    .entry {
        padding: 80px 7% 80px 7%;
        width: 75%;
        float: left;
    }
    
    /* ### Right Sidebar - Desktop - Secondary pages */

    .outmarket-secondary {
        float: right;
        width: 25%;
        padding: 80px 7% 80px 0;
    }

    .outmarket-secondary p {
        font-size: 12px;
        font-size: 1.2rem;
    }
    
	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

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

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


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

	.footer-widgets-1,
	.footer-widgets-2 {
		margin: 0 auto 40px;
	}

}

@media(max-width: 1000px){
	h1.fl-heading br {
    display: none;
}

h1.fl-heading {
    text-align: center;
}
}

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

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		padding: 30px;
		margin-bottom: 5%;
	}

	.sidebar {
		margin-bottom: 5%;
	}

	.pagination {
		margin: 5% auto;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}
    
    .column-wrapper {
        flex-direction: column;
    }
    
    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds,
    .column-wrapper.cards .five-sixths,
    .column-wrapper.cards .four-sixths,
    .column-wrapper.cards .one-fourth,
    .column-wrapper.cards .one-half,
    .column-wrapper.cards .one-sixth,
    .column-wrapper.cards .one-third,
    .column-wrapper.cards .three-fourths,
    .column-wrapper.cards .three-sixths,
    .column-wrapper.cards .two-fourths,
    .column-wrapper.cards .two-sixths,
    .column-wrapper.cards .two-thirds {
        width: 100%;
    }
    
    .column-wrapper.cards .five-sixths,
    .column-wrapper.cards .four-sixths,
    .column-wrapper.cards .one-fourth,
    .column-wrapper.cards .one-half,
    .column-wrapper.cards .one-sixth,
    .column-wrapper.cards .one-third,
    .column-wrapper.cards .three-fourths,
    .column-wrapper.cards .three-sixths,
    .column-wrapper.cards .two-fourths,
    .column-wrapper.cards .two-sixths,
    .column-wrapper.cards .two-thirds {
        margin: 5px 0;
    }
    
    #home-marketing-services div:first-child,
    #home-creative-services div:first-child,
    #home-business-services div:first-child {
        height: 160px;
    }
    
}

@media only screen and (max-width: 768px) {
	.flex.content p {
    font-size: 18px;
}
    
    .site-header {
        height: 45px;
    }
    
    .menu-toggle {
        background-size: 20px;
        width: 45px;
    }
    
    .site-header a#phone-link {
        right: 55px;
        background-size: 15px;
    }
    
    .genesis-responsive-menu {
        margin: 45px 0 0 auto;
        height: calc(100vh - 45px);
    }
    
    .content > .entry {
        padding: 60px 0;
        width: 100%;
        float: none;
    }
    
    .outmarket-secondary {
        padding: 60px 7% 60px 7%;
        width: 100%;
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }
    
    .outmarket-secondary > section {
        width: 50%;
        padding: 10px;
    }

    #phone-outer {
        width: 50%;
    }
    
    body.blog .content > .entry {
        width: 100%;
        float: none;
        margin: 0 0 20px 0;
    }

    body.blog .content > .entry:nth-of-type(odd) {
        margin: 0 0 20px 0;
    }
    
    .homepage-lead-in .lead-in-content h1 {
        font-size: 16px;
        font-size: 1.6rem;
    }
    
}

@media only screen and (max-width: 600px) {
    
    .site-header #social-mobile {
        left: 130px;
    }
    
    .site-header #social-mobile a {
        width: 25px;
        height: 15px;
        background-size: auto 10px;
    }
    
    .site-header a#phone-link {
        width: 30px;
    }
    
    .menu-toggle {
        width: 30px;
    }
    
    .content > .entry-header {
        height: 50px;
    }
    
    .content > .entry-header h1 {
        
    }
    
    .logo-mark {
        width: 50px;
    }

    /* Homepage changes */
    
    .outmarket-home .textwidget {
        height: auto;
    }
    
    #phone-outer {
        width: 40%;
    }
    
    #service-map {
        height: auto;
        padding-bottom: 60%;
        background-size: 50%;
    }
    
    .homepage-lead-in {
        width: 200px;
    }
    
    .homepage-lead-in .lead-in-content a {
        display: none;
    }

}

@media (max-width: 500px){
	.flex.content h2 {
		font-size: 25px !important;
		text-transform: none;
	}
}
@media only screen and (max-width: 400px) {
    
    .five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		width: 100%;
	}
    
    .content > .entry-header h1 {
        font-size: 24px;
        font-size: 2.4rem;
    }
    
    .outmarket-secondary > section {
        width: 100%;
        padding: 10px;
    }
    
}


/* # Keyframe animations
---------------------------------------------------------------------------------------------------- */

@-webkit-keyframes fadeIn {
    
    0% {opacity:0;}
    100% {opacity:1;}
    
}

@-moz-keyframes fadeIn {
    
    0% {opacity:0;}
    100% {opacity:1;}
    
}

@-ms-keyframes fadeIn {
    
    0% {opacity:0;}
    100% {opacity:1;}
    
}

@-o-keyframes fadeIn {
    
    0% {opacity:0;}
    100% {opacity:1;}
    
}

@keyframes fadeIn {
    
    0% {opacity:0;}
    100% {opacity:1;}
    
}

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

}
