/*
	Theme Name: conceptincarnate2022
	Theme URI: http://conceptincarnate.com
	Description: This based off a boilerplate theme from Ellice Sanchez of Concept Incarnate. Each client gets their own custom theme. More about this theme can be found at <a href="http://conceptincarnate.com">http://conceptincarnate.com</a>.
	Author: Ellice Sanchez, based off of Aaron T. Grogg, based on the work of Paul Irish, Divya Manian, and Elliot Jay Stocks
	Author URI: http://ellicesanchez.com/
	Version: 2022.07.18
	Tags: custom-menu, editor-style, theme-options, threaded-comments, sticky-post, microformats, rtl-language-support, translation-ready
	Requires PHP: 7.0
	License: Copyrighted, limited usage, per client contract. Not for re-sell. Not for usage other than the direct client purchased scope.
	License URI: See your designer / contract.
	Text Domain: conceptincarnate2022
	Tested up to: 6.2
	Tags: custom-menu, editor-style, theme-options, threaded-comments, sticky-post, microformats, rtl-language-support, translation-ready
	This CSS file is a concatenation of style.css from HTML5 conceptincarnate2022 and style.css from Starkers.
	Comment blocks indicate where each begins and ends, like this, for example...
*/

/** START HTML5 conceptincarnate2022 CSS **/

/*! normalize.css v1.1.2 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */


:root {
  color-scheme: light dark;
}

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
	font-family: 'Raleway', sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
	outline: 2px dotted #1cb4d1;
	  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
	
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0em 0;
	font-weight: 300;
	line-height: 1.1;
	color: light-dark(#000, #FFF);
}

h2 {
    font-size: 2em;
    margin: 0.83em 0;
	font-weight: 600;
	line-height: 1.1;
}

h3 {
    font-size: 1.5em;
    margin: 1em 0;
}

h4 {
    font-size: 1.3em;
    margin: 1.33em 0;
}

h5 {
    font-size: 1.2em;
    margin: 1.67em 0;
}

h6 {
    font-size: 1em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: 700;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

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

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: .5em 0em 1.8em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
	max-width: 100%;
	height: auto;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
	padding: .5em 3%;
	border: 1px solid #D6D6D6;
	outline: none;
}

button:hover,
input:hover,
select:hover,
textarea:hover {
	border: 1px solid light-dark(#000, #FFF);
	transition: border .5s ease-in-out;
  -moz-transition: border .5s ease-in-out;
  -webkit-transition: border .5s ease-in-out;
}

button:active,
input:active,
select:active,
textarea:active {
	border: 1px solid light-dark(#731471, #ec96eb);
}

input,
select,
textarea {
	width: 96%;
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
	width: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

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

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

table td{
	vertical-align: top;
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th{
	text-align: left;
}

/*! main.css  */
/*
 * HTML5 conceptincarnate2022
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: light-dark(#222, #CCC);
}

body {
    font-size: 1.2em;
    line-height: 1.6;
	letter-spacing: .02em;
	background: #000;
}

body.single-project{
	background: light-dark(#FFF, #000);
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
	background: #1cb4d1;
	color: #FFF;
    text-shadow: none;
}

::selection {
    background: #1cb4d1;
	color: #FFF;
    text-shadow: none;
}


::-webkit-scrollbar {
    width: 12px;

}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.3); 
    border-radius: 10px;
	background: black;
	background: rgba(0,0,0,0.1);
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: 0 0 6px rgba(255,255,255,0.3); 
	background: #731471;
}


/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
	clear: both;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

a{
	text-decoration: none;
	color: #000;
}
a:hover{
	text-decoration: underline;
}
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

.team-member{
	padding: 3em;
	border-bottom: 1px dotted #CCC;
	margin: 2em 0;
	background: #FFF;
}
    /* Grid */
.clear{ clear: both; width: 100%;}
    .row { clear: both; overflow: hidden; }


    .one_half, .one_third, .two_third, .three_fourth,  .one_fourth{height:auto !important; min-height:1px; margin-right:5%; float:left; position:relative;}

    .one_half {width:44.5% !important;}

    .one_third{width:29.666% !important;}

    .two_third{width:63.332% !important;}

    .one_fourth{width:21.25% !important;}

    .two_fourth{width:44% !important;}

    .three_fourth{width:73% !important;}

    .last, #conceptincarnate2022_services_widget-6{margin-right:0px; clear:right;}
	
	

    .one-half, .one-third, .two-third, .three-fourth,  .one-fourth, .one-fifth, .two-fifth, .three-fifth, .four-fifth, .one-sixth, .five-sixth {height:auto !important; min-height:1px; margin-right:0; float:left; position:relative;}

    .one-half {width:50%;}

    .one-third {width:33.333%;}

     .two-third{width:61.332%;}

    .one-fourth {width:25%;}

    .two-fourth {width:50%;}

    .three-fourth {width:75%;}
	
	/*.one_fifth{ width: 17%;}
	
	.two_fifth{ width: 34%;}
	
	.three_fifth{ width: 51%;}
	
	.four_fifth{ width: 68%;}
	
	.one_sixth{ width: 14.5%;}

	.five_sixth{ width: 72.5%;}*/

    .last, .last_column,  #conceptincarnate2022_services_widget-6{margin-right:0px; clear:right;}

    .two-third.last {width:61.334%;}   

.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	clear: both;
}
.flex-img{
	width: 100%;
	height: auto;
}
.button, .newsletter-submit, .form-submit .submit, .jobs-applynow a, .nf-modal-link{
	border: 1px solid light-dark(#000, #FFF);
	color: light-dark(#000, #FFF);
	padding: 10px 15px;
	text-decoration: none;
	background: transparent;
	border-radius: .15em;
}

.button:hover, .newsletter-submit:hover, .form-submit .submit:hover, .jobs-applynow a:hover, .nf-modal-link:hover,
.button:focus, .newsletter-submit:focus, .form-submit .submit:focus, .jobs-applynow a:focus, .nf-modal-link:focus
{
	border: 1px solid #FDB813;
	background: light-dark(#000, #FFF);
	color: light-dark(#FFF, #000);
	  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
}

a.button-pink{
	border: 1px solid #E20076;
	color: #FFF;
	background: #E20076;
}

a.button-purple, .button-purple a{
	border: 1px solid #731471;
	color: #FFF;
	background: #731471;
}
.button-purple a{padding-left: 10px; padding-right: 10px; color: #FFF !important; margin-right: 15px;}

a.button-black{
	border: 1px solid #FFF;
	color: #FFF;
	background: #000;
	
}

a.button-white{
	border: 1px solid rgba(0,0,0,0.5);
	color: light-dark(#000, #FFF);
	background: light-dark(#FFF, #000);
}

a.button-white-outline{
	border: 1px solid light-dark(#FFF, #000);
	color: light-dark(#FFF, #000);
	background: transparent;
}


a.button-green{
	border: 1px solid #429f49;
	color: #000;
	background: #429f49;
}

#footer a.button:hover{
	border: 1px solid #FFF !important;
	color: #FFF !important;
}

a.btn-purple{
	background: #731471;
	color: #FFF;
}

.bg-clear, #content > article.bg-clear{
	background: transparent;
}


.bg-black{
	background: #000;
}
.bg-black-transparent{
	background: #000;
	background: rgba(0,0,0,0.75);
}
.bg-purple{
	background: #731471;
}
.bg-green{
	background: #429f49;
}
.bg-white{
	background: #FFF;
}
.bg-white-transparent{
	background: #FFF;
	background: rgba(255,255,255,0.87);
}

.bg-white-90{
	background: rgba(255,255,255,0.90);
}

.bg-rainbow{
	background: url("images/rainbow-web.jpg")no-repeat center center;
	background-size: 100% auto;
}

.text-white, .text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6{
	color: #FFF;
}
.text-white, .text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white .button{
	color: #FFF !important;
}

.text-black{
	color: #000;
}

.text-purple{
	color: #731471;
}

.text-grey{
	color: rgba(0,0,0,0.7);
}

.text-yellow{
	color: #FDB813;
}

.text-center, .text-center h1, .text-center h2, .text-center h3{
	text-align: center;
}

.no-border{
	border: none;
}
.large{
	font-size: 3.5em;
}

.medium{
	font-size: 1.8em;
	font-weight: 100;
	line-height: 1;
}

.list-block ul, .list-block ol{
	padding: 0;
}
.list-block li{
	list-style-type: none;
	border-bottom: 1px solid light-dark(rgba(0,0,0,0.2), rgba(255,255,255,0.2));
	margin: 0;
	padding: .2em
}

.list-block li .fa{
	min-width: 1.5em;
	text-align: center;
	opacity: 0.8;
}


.list-block li del{
	opacity: 0.3;
}


.padding{
	padding: 3em;
}

.padding-small{
	padding: 1em;
}

.border-black-transparent{
	border: 1px solid light-dark(rgba(0,0,0,0.3), rgba(255,255,255,0.3));
}

.wrapper{
 	max-width: 1200px;
	margin: 0 auto;
	padding: 1em;
}




.fade-in{
	-webkit-animation: fadein 3s;
  -moz-animation: fadein 3s;
  -ms-animation: fadein 3s;
  -o-animation: fadein 3s;
  animation: fadein 3s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}



#footer-contact a.button:hover{
	border: 1px solid #FFF;
}

blockquote{
	background: light-dark(#FFF, #000);
	color: light-dark(#000, #FFF);
	border: 1px solid light-dark(rgba(0,0,0,0.3), rgba(255,255,255,0.3));
	padding: 1em;
}


/******************start Header*/


#header, #content, #footer{
	padding: 0px;
}

#header{
	background: #000;
	background: rgba(0,0,0,0.7);
	position: fixed;
	top:0;
	width: 100%;
	z-index: 100;
}



#header.down{
	background: #000;
	background: rgba(0,0,0,0.8);
}

.home #header{
	background: #000;
	background: rgba(0,0,0,0.2);
	
}
.home #header.down{
	background: #000;
	background: rgba(0,0,0,0.8);
}

#header:hover, .home #header:hover{
	background: #000;
}


#wrap-logo{
	float: left;
	max-width: 160px;
	margin: 10px 0px 0px 10px;
}
#wrap-logo h1, #wrap-logo h2{
	margin: 0;
	border: none;
}

/******************start main nav*/
#primary-navigation{ 
	float: right;
	/*margin-top: 21px;*/
	font-size: .96em;
}
#primary-navigation ul li{

}

#primary-navigation ul {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
#primary-navigation ul li {
  display: block;
  float: left;
  position: relative;
  /*background: #FFF;*/
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 1.15em;
	font-weight: 400;
	margin: 0px 7px;
}
/*#primary-navigation ul li:after {
	content: " / ";
	display: inline-block;
	margin-top: -45px;
	float: left;
	color: #CCC;
}
#primary-navigation ul li li:after {
	content: " ";
}*/

#primary-navigation ul li:has(ul):after {
    content: "\f103";
    display: inline-block;
    margin-top: -35px;
	margin-right: 8px;
    float: right;
    color: rgba(255, 255, 255, 0.9);
    font: normal normal normal 1em / 1 FontAwesome;
	font-size: .6em;
}

#primary-navigation ul li.current-menu-item, #primary-navigation ul li.current-menu-parent{
	border-bottom: 1px solid #FFF;
}

#primary-navigation ul li a{
	padding: 40px 20px 10px 20px;
    border-bottom: 3px solid transparent;
    color: #FFF;
    display: block;
    text-decoration: none;
}
#primary-navigation ul li a:hover, #primary-navigation ul li a:focus, #primary-navigation ul li a:focus-within{
	/*color: #000;*/
}

#primary-navigation ul li a:hover, #primary-navigation ul li:focus-within{
	border-bottom: 3px solid #FDB813;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

#primary-navigation ul li:hover,
#primary-navigation ul li:focus-within a:focus
{
	color: #000;
	background: #1A1A1A;
	box-shadow: 0 0 7px #FFF;
	outline: 2px solid #8FD9EF;
	
}

#primary-navigation ul li:has(ul):hover > a:after,
#primary-navigation ul li:has(ul):focus-within > a:after{
	color: #FDB813;
	content: "\f0d7";
    display: inline-block;
    margin-top: 37px;
	margin-left: -60px;
    font: normal normal normal 1em/1 FontAwesome;
	font-size: 1.65em;
	z-index: 100;
	position: fixed;
}

#primary-navigation ul li:hover li:hover a:before,
#primary-navigation ul li li a:focus:before
{
	transform: rotate(-90deg);
	color: #000;
	content: "\f0d7";
    display: inline-block;
    margin-top: 6px;
	margin-left: -14px;
    font: normal normal normal 1em/1 FontAwesome;
	font-size: .88em;
	z-index: 100;
	position: fixed;
}
#primary-navigation ul li:hover li:hover a:after,
#primary-navigation ul li:focus-within  li a:after{
	content: none;
}

#primary-navigation ul li a i{
	display: block;
	margin-bottom: 4px;
	text-align: center;
}

#primary-navigation ul li li a{
	padding: 10px;
	color: #FFF;
	background: #731471;
}
#primary-navigation ul li li a:hover, #primary-navigation ul li li a:focus, #primary-navigation ul li li a:focus-within{
	background: #FDB813;
	color: #000;
}


#primary-navigation ul li ul {
  padding: 0;
  position: absolute;
  /*top: 110px;*/
  left: -999em;
  width: 250px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  /*display: none;*/
  opacity: 0;
  /*visibility: hidden;*/
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
#primary-navigation ul li ul li { 
  background: #c3e8f4; 
  display: block; 
  color: #000;
  width: 100%;
  font-size: .9em;
}
#primary-navigation ul li ul li:hover, 
#primary-navigation ul li:focus-within ul li:hover{ 
	background: #FDB813; color: #000; 
}


#primary-navigation ul li:hover ul,
#primary-navigation ul li:focus ul,
#primary-navigation ul li:focus-within ul {
  display: block;
  opacity: 1;
  visibility: visible;
	left: 0;
-webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: opacity 2s ease;
}

#primary-navigation ul li:last-child:hover ul{
	left: -140px;
}


/************* end main nav*/



/************* Front page stuff start*/


#latest-projects{
	background: #000;
	padding: 8em 2em;
}
#latest-projects h1, #services > h1{
	text-align: center;
	color: #CCC;
	font-size: 6em;
	font-weight: 100;
	border: none;
}
#services > h1{
	margin-bottom: 1em;
}
#home-portfolio-list{
	list-style-type: none;
	padding: 0;
}
.home-portfolio{
	display: inline-block;
	width: 31%;
	margin: .58%;
	/*float: left;*/
	overflow-y: hidden;
	height: 407px;
	vertical-align: top;
}

.home-show-on-hover h3{
	margin: 0;
}
.home-show-on-hover h3 a{
	text-decoration: none;
	color: light-dark(#000, #FFF);
		
}
.home-show-on-hover h3 a:hover{
	text-decoration: none;
	color: light-dark(#731471, #ec96eb);
	-moz-transition:color .2s ease-in;
    -o-transition:color .2s ease-in;
    -webkit-transition:color .2s ease-in;

}
.home-thumb{
	/*border: 1px solid #d6d6d6;*/
	
}

.home-thumb a{
	border: none;

}
.home-thumb img{
	width: 100%;
	height: auto;
}

.home-portfolio:hover .home-thumb img,
.home-portfolio:focus-within .home-thumb img{
	opacity: 0.1;
	    -webkit-transition: top 0.5s ease-in-out;
    -moz-transition: top 0.5s ease-in-out;
    -o-transition: top 0.5s ease-in-out;
     transition: top 0.5s ease-in-out;
}
.home-show-on-hover{
	position: relative;
	top: 0px;
	z-index: 10;
	margin: 0 5%;
	background: light-dark(rgba(255,255,255,0.97), rgba(0,0,0,0.97));

	padding: 5%;
	overflow-y: hidden;
    -webkit-transition: top 0.5s ease-in-out;
    -moz-transition: top 0.5s ease-in-out;
    -o-transition: top 0.5s ease-in-out;
     transition: top 0.5s ease-in-out;
	 opacity: 1;
}
.home-portfolio:hover .home-show-on-hover,
.home-portfolio:focus-within .home-show-on-hover
{
	top: -280px;
	background: light-dark(rgba(255,255,255,0.9), rgba(0,0,0,0.9));
	box-shadow: 0 0 4px 4px light-dark(rgba(0,0,0,0.2), rgba(255,255,255,0.2));

}
.home-excerpt .button{
	margin-top: 10px;
	display: inline-block;
	vertical-align: top;
	border-color: #CCC;
	color: #6D6D6D;
}
.home-excerpt .button:hover{
	border-color: #000;
	color: #000;
}
.home-links{
}
#footer-news, #footer-blog, #footer-contact{
	width: 33.333%;
	float: left;
	padding: 62px 3%;
	min-height: 504px;
}
#footer-blog{
	/*padding-bottom: 2%;*/
}
#footer-news h1, #footer-blog h1, #footer-contact h1{
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #FFF;
	padding: .3em 0;
}
#footer-news h1, #footer-blog h1, #footer-blog h2 a{
	color: #FFF;
}

#footer-news a, #footer-blog a{
	color: #000;
}
#footer-news h1, #footer-blog h1, #footer-contact h1{
	font-size: 1.8em;
}
 #footer-news a, #footer-blog a{
	text-decoration: none;
 }
#footer-contact h1{
	border-color: #000;
}
#footer-blog h2{
	font-weight: 700;
	font-size: 1.6em;
}

#footer-news{
	background: #E20076;
	color: #FFF;
}
#footer-news ul{
	padding: 0;
}
#footer-news li{
	display: block;
	list-style: none;
	width: 50%;
	float: left;
	background: rgba(255,255,255,0.4);
	font-size: 1.1em;
}
#footer-news li a{
	padding: 10%;
	display: block;
	border: none;
}
#footer-news li:first-child{
	background: rgba(255,255,255,0.2);
}
#footer-news li:last-child{
	background: rgba(255,255,255,0.6);
}
#footer-news li:hover, #footer-news li:focus, #footer-news li:focus-within{
	background: rgba(0,0,0,0.6);
	transition: background .25s ease-in-out;
  -moz-transition: background .25s ease-in-out;
  -webkit-transition: background .25s ease-in-out;
}
#footer-news li a:hover, #footer-news li a:focus {
	color: #FFF;
}

#footer-blog{
	background: #731471;
	color: #FFF;
}
#footer-blog ul{
	padding: 0;
}
#footer-contact{
	background: #FDB813;
}
#footer-blog .button, #footer-news .button{
	color: #FFF;
	border-color: rgba(255,255,255,0.6);
	clear: both;
	float: left;
	display: block;
}
#footer-blog p{
	margin-bottom: 0;
}
#footer-blog p .button{
	display: none;
}
#footer-blog p.more .button{
	display: inline-block;
}
#footer-blog .date{
	clear: both;
	margin-bottom: 0;
}
#footer-blog ul{
	margin: 0;
}
#footer-blog .button:hover, #footer-news .button:hover{
	border-color: rgba(255,255,255,1);
}

#copyright{
	clear: both;
	width: 100%;
	padding: 8px 2%;
	background: #000;
}
#copyright, #copyright a, #copyright p, #copyright p a, #copyright ul, #copyright li,  #copyright h4, #copyright div{
	text-align: center;
	color: #FFF;
	margin: 0;
	text-decoration: none;
	 display: inline-block;
	 list-style: none;

 }
 #copyright ul{
	 padding: 0;
 }
 #copyright li{
	 margin: 0px 5px;
	
 }
 #copyright li:after{
	 content: "|";
 }
#copyright li:last-child:after{
	 content: "";
	
}
#copyright h4{
	font-weight: 400;
}
/*
#content > article{
	float: left;
	width: 74.8%;
	width: 70%;
	width: 49%;
	padding: 2.5%;
	padding: 5% 13%;
	background: #FFF;
	background: rgba(255,255,255,0.97);
	margin-top: 700px;
	margin-top: 474px;
	margin-bottom: 200px;
	margin-left: 3%;
}*/

#content > article{
	width: 73%;
	padding: 5% 10%;
	background: #FFF;
	background: light-dark(rgba(255,255,255,0.97), rgba(0,0,0,0.97));
	margin: 0em auto;
	margin-bottom: 200px;
}

#content > article.big-head, 
#content > article.content-left{
	margin-top: 471px;

}
/***START - Page with Left Sidebar **/
/*for pages with sidebar*/
#content > article.content-left{
	float: left;
	width: 73%;
	padding: 5% 13%;
	margin-left: 3%;
	
}

/***END - Page with Left Sidebar **/

/***START - Page Simple (wide) **/
#content > article.simple-wide{
	width: 94%;
	margin-left: 3%;
	padding: 5% 13%;
}

/***END - Page Simple (wide) **/

#content > article{
	
}


/*reduce pretensiouc padding on news/blog/postfolio listing*/
.category #content > article, #content > article.post-13{
	padding: 2.5%;
}


/***START - Project Custom Post Type Layout **/
#content > article.project{
	margin-top: 1000px;
	margin-bottom: 0;
}

.tagportifolio-website-design .flex-container{
	border: 25px solid black;
	border-radius: 15px;
	background: black;
	margin-bottom: 100px;
}

.tagportifolio-website-design .flex-container:after{
    content: "CI ";
    width: 855px;
    width: 64%;
    height: 200px;
    margin: 24px auto 20px auto;
    background: black;
    background: url(../conceptincarnate2022/images/computer-bottom.png) top center no-repeat;
    display: block;
    clear: both;
    position: absolute;
    /* position: relative; */
    /* left: 27%; */
    color: #FFF;
}

.tagportifolio-website-design .flex-control-paging li a{
	background: light-dark(rgba(255,255,255,0.1), rgba(0,0,0,0.1));
}

.tagportifolio-website-design .flex-control-paging li a.flex-active {
    background: light-dark(#FFF, #000);
    background: light-dark(rgba(255,255,255,0.7), rgba(0,0,0,0.7));
}

.max-1260{
	max-width: 1260px;
	margin: 2px auto;
}

#content > article > article h1{
	clear: both;
	
}
#sidebar-right{
	float: right;
	width: 22%;
	/*border-left: 1px dotted #CCC;*/
	padding: 2.5%;
	margin-top: 40px;
	margin-top: 700px;
	margin-top: 520px;
	margin-right: 2%;
	background: #FFF;
	background: light-dark(rgba(255,255,255,0.7), rgba(0,0,0,0.7));
}

#sidebar-right > section{
	border-bottom: 1px dotted light-dark(rgba(0,0,0,0.2), rgba(255,255,255,0.2));
	padding: 20px 0px;
}
#sidebar-right > section h1, #content article #secondary-widget-area section > h1{
	color: light-dark(#731471, #ec96eb);
	border-bottom: 1px solid #FDB813;
	margin-bottom: .3em;
	font-size: 2em;
}

#content article #secondary-widget-area section > h1{
	 font-size: 2em;
	 font-weight:  300;
 }
#secondary-widget-area{
	 padding: 25px;
	 border: 1px double light-dark(rgba(0,0,0,0.1), rgba(255,255,255,0.1));
}
 
#sidebar-right > section{
}

#sidebar-right section p{
	/*margin-bottom: .4em;*/
	font-size: .9em;
}

#sidebar-right section .newsletter p{
	margin-bottom: .2em;
}



.search-form label, .woocommerce #s, #yith-ajaxsearchform #yith-s, .woocommerce-product-search .search-field, .room-search__input{
	width: 75%;
	border: none;
	display: inline-block;
}

.search-form, #yith-ajaxsearchform, #yith-ajaxsearchform, .woocommerce-product-search, .form--room-search{
	border: 1px solid #333;
	padding: 1px;
	border-radius: .25em;
	background: light-dark(rgba(255,255,255,0.8), rgba(0,0,0,0.8));
}

.text-white .search-form, .text-white #yith-ajaxsearchform, .text-white #yith-ajaxsearchform, .text-white .woocommerce-product-search, .text-white .form--room-search{
	border: 1px solid light-dark(rgba(255,255,255,0.5), rgba(0,0,0,0.5));
	background: light-dark(rgba(0,0,0,0.6), rgba(255,255,255,0.6));
}

.search-form:hover, #yith-ajaxsearchform:hover, .woocommerce-product-search:hover, .form--room-search:hover,
.search-form:focus-within, #yith-ajaxsearchform:focus-within, .woocommerce-product-search:focus-within, .form--room-search:focus-within{
	border: 1px solid light-dark(#000, #FFF);
	transition: border .25s ease-in-out;
  -moz-transition: border .25s ease-in-out;
  -webkit-transition: border .25s ease-in-out;
	background: light-dark(#FFF, #000);
}

.text-white .search-form:hover, .text-white #yith-ajaxsearchform:hover, .text-white .woocommerce-product-search:hover, .text-white .form--room-search:hover,
.text-white .search-form:focus-within, .text-white #yith-ajaxsearchform:focus-within, .text-white .woocommerce-product-search:focus-within, .text-white .form--room-search:focus-within{
	border: 1px solid #FFF;
	background: #000;
}

.search-form input[type="search"]{
	border: none;
	background: light-dark(#FFF, #000);
}

.search-form .search-submit, #yith-searchsubmit, .woocommerce-product-search button, .button.button--room-search{
	text-indent: -9999em;
	background: transparent url("../conceptincarnate2022/images/btn-search.png") no-repeat center; 
	width: 25px;
	min-width: 26px;
	width: 15%;
	float: right;
	border: none;
	opacity: 0.5;
}
/* 2. Dark Mode Styles */
@media (prefers-color-scheme: dark) {
	.search-form .search-submit, #yith-searchsubmit, .woocommerce-product-search button, .button.button--room-search{
		background-image: url(../conceptincarnate2022/images/btn-search-white.png); 
	  }
}

.text-white .search-form .search-submit, .text-white #yith-searchsubmit, .text-white .woocommerce-product-search button, .text-white .button.button--room-search{
	text-indent: -9999em;
	background: transparent url("../conceptincarnate2022/images/btn-search-white.png") no-repeat center; 
}
	
.search-form .search-submit:hover, #yith-searchsubmit:hover{
	opacity: 1;
}
.search-form label, 
.search-form label:hover, .search-form label:active, 
.search-form .search-submit:hover, .search-form .search-submit:active,
#yith-searchsubmit:hover, #yith-searchsubmit:active,
.woocommerce-product-search:hover, .woocommerce-product-search:active{
	border: none;
}

.text-white .search-form input[type="search"]{
	background: none;
	color: #FFF;
}

.newsletter-submit{
	background: transparent;
	border: 1px solid light-dark(rgba(255,255,255,0.97), rgba(0,0,0,0.97));
	width: 100%;
}
.newsletter-submit:hover{
	border: 1px solid light-dark(#731471, #ec96eb);
	color: light-dark(#731471, #ec96eb);
	transition: border .5s ease-in-out;
  -moz-transition: border .5s ease-in-out;
  -webkit-transition: border .5s ease-in-out;
}

.faqcloud a{
	text-decoration: none;
	color: light-dark(#731471, #ec96eb);
}
.faqcloud a:hover{
	color: light-dark(#000, #FFF);
	transition: color .5s ease-in-out;
  -moz-transition: color .5s ease-in-out;
  -webkit-transition: color .5s ease-in-out;
}

h1{
	border-bottom: 1px solid #CCC;
	border-bottom: 1px solid #FDB813;
	font-size: 3.5em;
	font-size: 3.2em;
	font-weight: 100;
}
h2{
	color: light-dark(#731471, #ec96eb);
	border-left: 3px solid #FDB813;
	margin-left: -8px;
	padding-left: 8px;
	/*border-bottom: 1px solid #CCC;
	padding-bottom: 10px;*/
	margin-bottom: 0;
}
.news h2, #portfolio-list h2, .blog h2, .post h2{
	font-size: 1.4em;
}

h2 a{
	color: light-dark(#731471, #ec96eb);
	text-decoration: none;
}
h3{
	color: light-dark(#333, #CCC);
	font-weight: 400;
	margin: .5em 0;
	line-height: 1.3;
}

article.project  h3{
	font-size: 1.7em;	
	color: light-dark(#731471, #ec96eb);
	border-left: 3px solid #FDB813;
	margin-left: -8px;
	padding-left: 8px;
	margin-bottom: 0;
}
h4{
	color: light-dark(#731471, #ec96eb);
	font-weight: 500;
	margin: 0 .1em;
}
h5{
	color: light-dark(#333, #CCC);
}

p a, li a{
	text-decoration: none;
	color: light-dark(#000, #FFF);
	border-bottom: 2px dotted light-dark(rgba(255,255,255,0.7), rgba(0,0,0,0.7));
}
p a:hover, li a:hover,
p a:focus, li a:focus{
	border-color: #1cb4d1;
	text-decoration: none;
}



.body-bg img {
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0.5; 
}

/* 2. Dark Mode Styles */
@media (prefers-color-scheme: dark) {
	.body-bg img {
		opacity: 0.15; 
	}
}
.background-image{
	z-index: -1;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.page-template-pagebuilder-feat-page .background-image{
	position: relative;
    width: 100%;
    max-height: 900px;
    overflow-y: hidden;
    display: block;
}
.background-image img{
	width: 100%;
	height: auto;
	opacity: 0;
}



.page-template-pagebuilder-feat-page .background-image img{
	width: 100%;
	height: auto;
	opacity: 0;
    overflow-y: hidden;
    display: block;
}

.single-project .background-image img{
	opacity: 1;
}

.background-image .text{
	z-index: 1;
	position: absolute;
	top: 300px;
	width: 94%;
	margin: 0 2%;
	/*text-align: center;*/
	font-size: 8em;
	font-weight: 100;
	line-height: 1;
	opacity: 0.1;
}
.page-template-pagebuilder-feat-page .background-image .text{
	top: 100px;
	font-size: 3em;
	opacity: 1;
	text-align: center;
    max-height: 900px;
    overflow-y: hidden;
    display: block;
}
.background-image .text h1{
	color: #FFF;
	font-size: 1.5em;
	font-weight: 100;
	border: none;
}

.background-image .text h1, .page-template-simple-page #content >article h1{
	/*color: #FFF;
	font-size: 1.5em;*/
}
.background-image .text p{
	color: #FFF;
	font-size: .8em;
	line-height: 1.1;
	font-family: 'Roboto Slab', sans-serif;
	font-weight: 700;
	-webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 3s; /* Firefox < 16 */
        -ms-animation: fadein 3s; /* Internet Explorer */
         -o-animation: fadein 3s; /* Opera < 12.1 */
            animation: fadein 3s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.background-image p .button{
	display: none;
}
.background-image .printfriendly, .background-image .good_old_share, div.block-list > article .good_old_share, #footer-blog .good_old_share{
	display: none !important;
	
}

.background-image .meta-prep, .background-image .entry-date a, .background-image .meta-sep, .background-image .author a{
	color: #FFF;
	font-size: .6em;
}


.thumb{
	/*border: 1px solid #D6D6D6;*/
}

div.block-list > article, #portfolio-list > li{
	/*width: 16.7%;*/
	width: 31%;
	margin: 20px 2% 20px 0px;
	float: left;
	padding: 3%;
	padding-bottom: 0;
	border: 1px solid light-dark(rgba(0,0,0,0.2), rgba(255,255,255,0.2));
	background: light-dark(rgba(0,0,0,0.05), rgba(255,255,255,0.05));
	min-height: 800px;

}
#portfolio-list > li{
	min-height: 490px;
}
.excerpt{
	font-size: 1.5em;
	font-weight: 300;
}

.block-list p{
	margin-bottom: .5em;
}
.portfolio-item{
	list-style: none;
}
#portfolio-filter, #portfolio-list{
	margin: 0;
	padding: 0;

}



article .news img, article .blog img, article .portfolio-item img, article .question img, .attachment-portfolio-big, article .post img{

	max-width: 100%;
	height: auto;
}

#portfolio-filter li{
	list-style: none;
	display: inline-block;
	margin: 0px 10px 5px 0px;
	float: left;
}
#portfolio-filter li a{
	text-decoration: none;
	padding: 5px;
	border: 1px solid light-dark(rgba(0,0,0,0.5), rgba(255,255,255,0.5));
	color: light-dark(#731471, #ec96eb);

}
#portfolio-filter li a:hover{
	border: 1px solid #FDB813;
	color: light-dark(#000, #FFF);
}

#portfolio-wrapper{
	clear: both;
}

 .excerpt, .links, .rmb, .entry-summary p{
	margin: 0;
 }
 .portfolio-item:hover h2, .portfolio-item:hover .thumb, .portfolio-item:hover h3, .portfolio-item:hover p, .portfolio-item:hover .project-tags li, 
 div.block-list article:hover header, div.block-list article:hover .entry-meta, div.block-list article:hover .entry-summary, div.block-list article:hover .entry-utility
 {
	 opacity: 0.1;
	 	    transition: opacity .5s ease-in-out;
   -moz-transition: opacity .5s ease-in-out;
   -webkit-transition: opacity .5s ease-in-out;
   
 }
 
 .portfolio-item .links, div.block-list article a.button, div.block-list article:hover .entry-summary a.button{
	  opacity: 0;
	    transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   
   position: relative;
   top: -200px;
   text-align: center;
   z-index: 1000;
   
 }
 
  .portfolio-item:hover .links, div.block-list article:hover a.button{
	  opacity: 1;

 }
 .entry-summary .button{
	 clear: both;
	 display: inline-block;
 }
 div.block-list article entry-summary p:last-child, .rmb{
	 text-align: center;
 }
.project .one_third a.button, .portfolio-item .ex .button, .block-list article .entry-summary p a{
	display: none;
}

.project-tags{
	padding: 0;
}
.project-tags li{
	display: inline-block;
	list-style: none;
	margin-right: 3px;
	
}

.portfolio-cta-wrap{
	text-align: center;
	padding: 3em 2em;
	width: auto;
	border: 1px solid #CCC;
	background: light-dark(#FFF, #000);
	max-width: 1260px;
	margin: 2em auto;

}

.tagportifolio-website-design .portfolio-cta-wrap{
	margin-top: 12em;
	
}

.portfolio-cta-wrap h3{
	border: none;
}


.good_old_share{
	padding: 15px 0px;
}

#nav-above a, #nav-below a, .author-bio a{
	border: 1px solid light-dark(rgba(0,0,0,0.2), rgba(255,255,255,0.2));
	padding: 10px 15px;
	color: light-dark(#000, #FFF);
	text-decoration: none;
}
#nav-above a:last-child, #nav-below .nav-next{
	/*float: right;*/
}

#nav-above a:hover, #nav-below a:hover, .author-bio a:hover{
	border: 1px solid light-dark(#000, #FFF);
	  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

#nav-below .nav-previous{
	float: left;
}
#nav-below, #nav-above{
	margin: 15px 0;
	clear: both;
}
#entry-author-info{
	padding: 2%;
	border:  1px solid light-dark(rgba(0,0,0,0.2), rgba(255,255,255,0.2));
}

.author-icon img{
	width: 95%;
	height: auto;
}
.author-icon{
	width: 15%;
}
.author-bio{
	width: 80%;
	margin-left: 5%;
}
#respond{
	clear: both;
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px dotted light-dark(rgba(0,0,0,0.2), rgba(255,255,255,0.2));
}
.form-submit .submit{
	width: auto;
}



/********Team Plugin**********/
.team-member figure{
	display: inline-block;
	float: left;
	width: 20%;
	margin-right: 2%;
}

.team-member figure img{
	max-width: 100%;
	height: auto;
}
.team-member h3, .team-member p{
	/*width: 70%;
	margin-left: 5%;*/
}


article .news .good_old_share_specificfeeds_follow img, 
article .blog .good_old_share_specificfeeds_follow img, 
article .portfolio-item .good_old_share_specificfeeds_follow img, 
article .question .good_old_share_specificfeeds_follow img, 
article .post .good_old_share_specificfeeds_follow img
{ 
	width: auto;
	max-width: 100%;
	height: auto;
}
.type-news div.two_third{
	margin-left: 20px;
}


.good_old_share{
	margin: 15px 0;
}


/**********Social Media**********/

#social-media{
	position: fixed;
	left: 0;
	top: 35%;
	background: #000;
	background: rgba(0,0,0,0.1);
	/*padding: 15px 5px 15px 15px;*/
	z-index: 9;
	/*width: 30px;*/
	-moz-box-shadow: 1px 0px 5px 3px rgba(0,0,0,0.2);
-webkit-box-shadow: 1px 0px 5px 3px rgba(0,0,0,0.2);
box-shadow: 1px 0px 5px 3px rgba(0,0,0,0.2);
}

.ui-tabs .ui-tabs-nav li a, .ui-tabs .ui-tabs-nav li a { 
	padding: 10px !important;
}
.ui-state-hover a, .ui-state-hover a:hover{
	color: #731471;
}
.ui-state-hover a:hover{
	color: #FFF !important;
}
#social-media ul{
	text-align: center;
}
#social-media li{
	display: block;
	float: left;
	clear: both;
	width: 100%;
}
#social-media li a{
	color: #FFF;
	color: rgba(255,255,255,0.6);
	display: block;
	padding: 10px;
	border: none;
}
#social-media li a:hover{
	color: #731471;
	background: #FFF;
}
#social-media li a:visited{
	/*color: #CCC;*/
}

#social-media del, #social-media .fontawesome-text{
	text-indent: -9999em;
	font-size: 6px;
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
#social-media ul{
	margin: 0;
	padding: 0;
}
#social-media [class^="icon-"]{
	font-size: 1.4em !important;
}



/**********Ninja Forms**********/

.textarea-wrap textarea {
    height: 285px !important;
}
.ninja-forms-form-wrap input, .ninja-forms-form-wrap select, .ninja-forms-form-wrap textarea{
	width: 96% !important;
}

.ninja-forms-form-wrap input[type="checkbox"], .ninja-forms-form-wrap input[type="radio"]{
	width: auto !important;
}

.contact-btn{
	margin-top: 25px;
}


/**********Kittens for Comments**********/

.kittenpanel{
	width: 40em !important;
	background: #FDB813 !important;
	font-size: 1em !important;
	box-shadow: -3px 1px 6px rgba(0,0,0,0.3) !important;
}



.gallery-columns-3 .gallery-item{
	width: 33.3%;
	float: left;
	
}

/**********[divup]**********/
.divup{
	background: rgba(255,255,255,0.97);
	
}

/*for paper*/
#content > article.bg-clear .divup{
	background: rgba(255,255,255,0.97);
	padding: 4em;
	margin: 6em 0;
	
}

/*for colour*/
.page-template-divup-colour-page #content > article{
	width: 100%;
	padding: 0;
		
	
}
.page-template-divup-colour-page #content > article.bg-clear .divup{
	background: rgba(255,255,255,0.97);
	padding: 5em 26em;
	margin: 0;
	
}
.page-template-divup-colour-page #content > article.bg-clear .divup.mul-3{
	background: #E20076;

}
.page-template-divup-colour-page #content > article.bg-clear .divup.mul-4{
	background: #731471;
}

.page-template-divup-colour-page #content > article.bg-clear .divup.mul-3,
.page-template-divup-colour-page #content > article.bg-clear .divup.mul-3 p,
.page-template-divup-colour-page #content > article.bg-clear .divup.mul-3 h1,
.page-template-divup-colour-page #content > article.bg-clear .divup.mul-3 h2,
.page-template-divup-colour-page #content > article.bg-clear .divup.mul-3 h3,
.page-template-divup-colour-page #content > article.bg-clear .divup.mul-3 h4,
.page-template-divup-colour-page #content > article.bg-clear .divup.mul-4,
.page-template-divup-colour-page #content > article.bg-clear .divup.mul-4 p,
.page-template-divup-colour-page #content > article.bg-clear .divup.mul-4 h1,
.page-template-divup-colour-page #content > article.bg-clear .divup.mul-4 h2,
.page-template-divup-colour-page #content > article.bg-clear .divup.mul-4 h3,
.page-template-divup-colour-page #content > article.bg-clear .divup.mul-4 h4
{
		color: #FFFFFF;
}


/***********************Woo Comm**********************************/
#woo{

}
#woo .entry-summary p{
	margin: .25em 0 .5em 0;
	
}

.woocommerce div.product form.cart table{
}

.woocommerce div.product form.cart .group_table td{
	border: 1px dotted #CCC !important;
	border-bottom: 1px solid #CCC !important;
	border-top: 1px solid #CCC !important;
	padding: .5em;
}

.woocommerce div.product form.cart .button{
	/*margin-top: 15px;*/
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	width: 22.05% !important;
}
.woocommerce article.product{
		/*margin-left: 5%;*/
		width: 80%;
		/*margin-top: 50px;*/
		float: left;
		padding: 2em 3em;
		margin: 0 auto;
}

.woocommerce div.product .out-of-stock{
	/*display: none;*/
}
/*
.yith-wcwl-share li a.email:after{
	content: "<-- Click here to email us or your friends your Wishlist";
	display: inline-block;
	margin-left: 26px;
}
.yith-wcwl-share li a{
	min-width: 21px;
	width: auto !important;
	background-repeat: no-repeat;
}
*/
.woocommerce-MyAccount-navigation ul{
	padding: 0;
	margin: 0;
	
}
.woocommerce-MyAccount-navigation ul li a{
	padding: .25em;
	margin: .1em 0;
	border-bottom: 1px dotted rgba(0,0,0,0.3);
	display: block;
	background: rgba(0,0,0,0.04);
}

.woocommerce-MyAccount-navigation ul li.is-active a{
	background: rgba(0,0,0,0.1);
	border-left: 3px solid #af2f24;
}

#woo-footer, #woo-header{
	clear: both;
	padding: 1em 5%;
}
#woo-header h1{
	font-size: 1.5em;
	font-weight: 400;
}
#woo-footer{
	clear: both;
	padding: 2em 19%;
	background: rgba(0,0,0,0.7)
}
#woo-footer section{
	width: 45%;
    display: inline-block;
    padding: 3%;
    background: #FFF;
    vertical-align: top;
    margin: 2.5%;
	border: 1px solid #CCC;
}


.woocommerce .variations td{
	border-bottom: 1px dotted #CCC;
	padding-bottom: .6em;
}

.woocommerce .product-type-variable:before{
	content: "Options Available";
    top: 0;
    position: absolute;
    background: rgba(255,255,255,0.8);
    padding: .2em;
    border-bottom-right-radius: .3em;
    font-size: .8em;
}

/*
.woocommerce .product_tag-nsfw:after{
	content: "NSFW - Hover to reveal";
    top: 30%;
	left: 0;
    position: absolute;
    background: rgba(255,255,255,0.8);
    padding: .2em;
    border-bottom-right-radius: .3em;
    font-size: .8em;
}
.woocommerce .product_tag-nsfw:hover:after{
	content: none;
	transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
}

.woocommerce .product_tag-nsfw img{
	filter: blur(20px);
}
.woocommerce .product_tag-nsfw img:hover, .single-product.woocommerce .product_tag-nsfw img{
	filter: blur(0px);
	transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
}*/

/****Woo filters accordion****/

.woocommerce .accordion{
	float: left;
    padding: .5em;
	margin: .5em 1%;
	border-radius: .2em;
}


/****Woo filters accordion, also for the blog left sidebar****/

.woocommerce .accordion, .accordion{
	float: left;
    padding: .5em;
	margin: .5em 1%;
	border-radius: .2em;
	display: none;
}

.text-white .accordion{
	color: #FFF;
	border: 1px solid #FFF;
}
.text-white.accordion{
	color: #FFF;
	border: 1px solid #FFF;
	background: #000;
}

.text-white button.accordion:hover,
.text-white button.accordion:focus{
	color: #FFF;
	
}

/****Woo Wish List****/

.yith-wcwl-add-button{
	margin-bottom: 2em;
}

/****Page Builder****/
.siteorigin-panels{
}

.panel-grid{
	max-width: 1200px;
	/*max-width: 900px;*/
    margin-left: auto !important;
    margin-right: auto !important;
}

.panel-grid #content > article{
	float: none;
	
}

.lsow-dark-bg{
	color: #FFF !important;
}

.so-widget-sow-headline-default-e4cf95643c10 .sow-headline-container h1.sow-headline{
	line-height:  1.1 !important;
}
/*******Site Origins Panels********/


/******Ninja********/
.text-wrap.label-above label, .textarea-wrap.label-above label{
	color: #000;

}
.ninja-forms-cont{
 	background: #FFF;
}

.total-div-5 .ninja-forms-cont{
 	background: transparent;
}
.so-panel .ninja-forms-cont{
	background: transparent;
	padding: 0;
	
}

.text-white .nf-error-msg, .text-white .ninja-forms-req-symbol{
	color: #f7b9b9;
	
}
.text-white .nf-error.listimage-wrap .nf-field-element ul, .text-white .nf-error .ninja-forms-field{
	border-color: #f7b9b9;
}

.field-wrap input[type=submit]{
	background: light-dark(#f4a03b, #543009);
	font-weight: 600;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
}

.text-white .field-wrap input[type=submit]{
	background: #FFF;
	color: #000;
}

.field-wrap input[type=submit]:hover, .field-wrap input[type=submit]:focus{
	background: light-dark(#f4a03b, #543009);
	color: light-dark(#000, #FFF);
	font-weight: 600;
	box-shadow: 0px 0px 5px light-dark(rgba(0,0,0,0.9), rgba(255,255,255,0.9));
	border: 1px solid light-dark(rgba(0,0,0,0.8), rgba(255,255,255,0.8));
	cursor: pointer;
}
/*******Full Screen Search********/
#full-screen-search{
display: none;
}

#full-screen-search.open{
display: block;
}

.so-widget-sow-price-table-atom-cec11fcae126 .ow-pt-columns-atom .ow-pt-column .ow-pt-title{
	font-weight:  bold;
}

.so-widget-sow-price-table-atom-cec11fcae126 .ow-pt-columns-atom .ow-pt-column .ow-pt-title .ow-pt-subtitle{
	font-weight: normal;
}

.so-widget-sow-price-table-atom-3a72e5ed7778 .ow-pt-columns-atom .ow-pt-column .ow-pt-title{
	font-weight:  bold;
}

.so-widget-sow-price-table-atom-3a72e5ed7778 .ow-pt-columns-atom .ow-pt-column .ow-pt-title .ow-pt-subtitle{
	font-weight:  normal;
}

.so-widget-sow-price-table-atom-3a72e5ed7778 .ow-pt-columns-atom .ow-pt-column .ow-pt-features .ow-pt-feature p {

    display: block;
    text-align: center;
}
.so-widget-sow-price-table-atom-cec11fcae126 .ow-pt-columns-atom .ow-pt-column .ow-pt-features .ow-pt-feature p {
    display: block;
    text-align: center;
}

.so-widget-sow-price-table-atom-3a72e5ed7778 .ow-pt-columns-atom .ow-pt-column.ow-pt-featured .ow-pt-details{
	background: rgb(221, 15, 128);
}



/*******Tribe Events Calendar********/
.tribe_events-template-default #content,
.tribe-events-page-template #content,
.tribe-events-calendar-latest-past{
	background: rgba(0,0,0,0.9);
	color: #FFF;
	padding: 8em 0;
}
.tribe-events-calendar-latest-past{
	border: 1px solid #333 !important;
}
.tribe_events-template-default #content h1,
.tribe_events-template-default #content h2,
.tribe_events-template-default #content h3,
.tribe_events-template-default #content h4,
.tribe_events-template-default #content p,
.tribe_events-template-default #content li,
.tribe_events-template-default #content a,
.tribe_events-template-default #content td,
.tribe-events .tribe-events-calendar-list__month-separator{
	color: #FFF;
}

.tribe-common button{
	background: light-dark(#FFF, #000);
	border-color: #CCC;
	padding: .25em .5em;
}
.tribe-common button:hover{
	background: #f4a03b;
}
.tribe-common button:before{
	content: "\f271";
    font: normal normal normal 1em/1 FontAwesome;
    display: inline-block;
}
#tribe-events-content, .events-archive .entry-content, .events-archive .entry-header{
	max-width: 900px;
	margin: 50px auto;
}
.tribe-events-schedule h2{
	text-align:  center;
}

a.tribe-events-calendar-latest-past__event-title-link{
	color: #FFF;
}

.tribe-events-calendar-latest-past__event-title{
	color: #FFF;
}

#tribe-events{
	margin-top: 1em;	
}

/*short code listing*/
.ecs-event-list{
	padding: 0;
	margin: 0;
}
.ecs-event{
	padding: 1em 0;
	
	border-top:  1px solid rgba(0,0,0,0.1);
	list-style: none;
	clear: both;
	float:  left;
	width:  100%;
}

.ecs-event a{
	float: left;
	width: 30%;
}

.ecs-event a{
	float: left;
	width: 30%;
}

.ecs-event h4, .ecs-event .duration{ 
	float: right;
	width: 65%;
	
}
.ecs-event .entry-title.summary a{
	width: 100%;
	float:  none;

}

.ecs-event img{
 	/*border-radius: 100%;*/
	/*border-left: 40px solid white;*/
	/*border-right: 40px solid white;*/
}

.tribe-events-calendar-list__event-row{
	background: #1a1a1a;
	padding: 1em !important;
}

.tribe-events .tribe-events-calendar-list__event-title-link{
	color: #FFF !important;
}
.tribe-events .tribe-events-calendar-list__event-date-tag-weekday{
	background: #000;
	color: #FFF;
}

.tribe-events-calendar-list__event-date-tag-daynum{
	background: #CCC;
	color: #000;
}

.tribe-common button{
	padding: .3em 1em !important;
}

/*******G Translate********/

.bg-black .widget_gtranslate select{
	color: rgba(255,255,255,0.9);
	background: rgba(255,255,255,0.1);
}

.bg-black .widget_gtranslate option{
	color: #FFF;
	background: #000;
}

.bg-black .widget_gtranslate option:hover, .bg-black .widget_gtranslate option:active{
	color: #FFF;
	background: #af2f24;
}




/****************FAQ Manager**********************/
.single-faq.expand-faq{
	
	border: 1px solid rgba(0,0,0,0.1);
	padding: .5em 1em;
	margin:  .2em 0;
}
.single-faq.expand-faq:hover{
	
	border: 1px solid rgba(0,0,0,0.1);
	cursor: pointer;
	background: url(../northernhills2024/images/plus-black-trans.png) no-repeat 98% center;
}

.single-faq.expand-faq h3{
	text-align: left;
	margin-top:  .2em;
}

/****************Accordion*********************/
.accordion-title{
	border: 1px solid rgba(0,0,0,0.1);
	cursor: pointer;
	padding: .2em;
	margin-bottom:  0;
}
.accordion-title:hover{
	background: url(../northernhills2024/images/plus-black-trans.png) no-repeat 98% center;	
	
}
.accordion-title.open{
	background:  none;

}

.accordion-content{
	border: 1px solid rgba(0,0,0,0.1);
	padding: .5em 1em;
	margin:  .2em 0;
	background: rgba(0,0,0,0.02);
	
}



.wrap-blog article .paypal-donations img, .paypal-donations img{
	border: none;
	-webkit-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0);
    -moz-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0);
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0);
	width: 0;
	height: 0;
	display: none;
}


/****************Start SIM Comm Issues*********************/

.emd_issue-template-default #content{
	background: #FFF;
}
/****************EMD SIM Comm Issues*********************/

/****************Start The Newsletter PLugin*********************/
.tnp-widget input[type=submit]{
	width: inherit !important;
	font-weight: 600;
	font-size: 1em !important;
}

.tnp-subscription div.tnp-field, .tnp-profile div.tnp-field{
	margin-bottom: 1.5em !important;
}
/****************EndThe Newsletter PLugin*********************/

/****************Start Recent post with thumbnail PLugin*********************/
.rpwwt-post-title{
	font-weight: 600;
}
/****************End Recent post with thumbnail  PLugin*********************/


/****************AccessibleWP Accessibility Toolbar*********************/
body #acwp-toolbar-btn-wrap {
    bottom: 10px !important;
    left: 10px !important;
	top: auto !important;
}
.acwp-footer{
	display: none;
}



/****************Start - Sliced Invoices PLugin*********************/

/*change login*/
.login-error{
	background: #ffdfe5;
	color: #000;
    padding: .5em;
    border: 1px solid #950f0f;
}



/*change colour of button on Edit Profile*/
.client input[type="submit"]{
	background: light-dark(#f4a03b, #543009);
	color: light-dark(#000, #CCC);
}

.client input[type="submit"]:hover, .client input[type="submit"]:focus{
	background: light-dark(#000, #f4a03b);
	color: light-dark(#FFF, #000);
}

/*adjust inputs on Edit Profile*/
.sliced.client .form-group{
	padding: .8em 0;
}
.sliced.client .form-group .col-sm-6 {
    padding-right: 30px !important;
}
.sliced .form-group label{
	display: inline-block;
	margin-top: 1em;
}

/*adjust links bar on Client Area*/
.sliced-nav-links{
    background: light-dark(rgba(0, 0, 0, 0.05), rgba(255, 255, 255, 0.05));
    padding: .5em;
    border: 1px solid light-dark(rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0.15));
}


/*adjust account snapshot on Client Area*/
.sliced-client-snapshot{
    padding: .5em;
    border: 1px solid light-dark(rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0.15));
}
/*adjust statuses on Client Area*/

.sliced.client .statuses{
	margin: 17px 0 0 !important;
	padding: .5em;
}


.sliced.client span.paid, .sliced.client span.sent, .sliced.client span.accepted {
    background: #4a6c0e !important;
}

	.sliced.client span.paid:before, .sliced.client span.sent:before, .sliced.client span.accepted:before {
		content: "\f058";
		font-family: 'FontAwesome';
		margin-right: .2em;
	}

.sliced.client span.unpaid, .sliced.client span.expired {
    background: #B85E0A !important;
}
	.sliced.client span.unpaid:before, .sliced.client span.expired:before{
		content: "\f08d";
		font-family: 'FontAwesome';
		margin-right: .2em;
	}

.sliced.client span.overdue, .sliced.client span.declined {
    background: #af220b !important;
}
	.sliced.client span.overdue:before, .sliced.client span.declined:before {
		content: "\f071";
		font-family: 'FontAwesome';
		margin-right: .2em;
	}

.sliced.client span.cancelled {
    background: #6e6e6e !important;
}
	.sliced.client span.cancelled:before {
		content: "\f05e";
		font-family: 'FontAwesome';
		margin-right: .2em;
	}

.sliced.client .statuses span{
	font-size: inherit !important;
	padding: .2em .5em !important;
	border-radius: 0 !important;
	margin-bottom: 2px !important;
}

.sliced.client .owing .amount{
	background-color: #0347ac !important;
	letter-spacing: 0 !important;
}

.sliced.client .sliced-items h3{
	font-size: 1.27em !important;
	border-radius: 0 !important;
	color: #000 !important;
}

.sliced.client .none:before{
	content: "\f6e2";
	font-family: 'FontAwesome';
	margin-right: .2em;
}
.sliced.client .none{
    background: light-dark(rgba(0, 0, 0, 0.05), rgba(255, 255, 255, 0.05));
    padding: .5em;
    border: 1px solid light-dark(rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0.15));
}


.sliced-item.odd{
  background-color: light-dark(#f9f9f9, #333) !important;
}





iframe.wp-embedded-content {
    max-width: 100%;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden, .screen-reader-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

@media only screen and (max-width: 1730px) {
#unique-prop{
	background-size: auto 100%;
}
#footer-news li{
	width: 100%;
}
#footer-news li a{
	padding: 2% 5%;
}
#footer-news, #footer-blog, #footer-contact{
	min-height: 420px;
}
#footer-blog h2{
	font-size: 1.5em;
}
	
/**********[divup]**********/

/*for paper*/
#content > article.bg-clear .divup{
	padding: 3em;
	margin: 5em 0;
}

.page-template-divup-colour-page #content > article.bg-clear .divup{
	padding: 3em 20em;	
}
}
@media only screen and (max-width: 1705px) {
.home-portfolio{
	height: 350px;
	width: 31%;
}
div.block-list article{
	min-height: 770px;
}
	
	#content > article.project{
		margin-top: 850px;
	}
#social-media{
	background: rgba(0,0,0,0.5);
}
}
@media only screen and (max-width: 1550px) {
.home-portfolio{
	height: 300px;
}
	
#content > article.project{
		margin-top: 800px;
	}
.button, .newsletter-submit, .form-submit .submit, .jobs-applynow a{
	display: inline-block;
}
	
	/**********[divup]**********/

.page-template-divup-colour-page #content > article.bg-clear .divup{
	padding: 3em 13em;	
}
}
@media only screen and (max-width: 1450px) {
	
	.background-image{
	width: 120%;
	left: -10%;
	}
	
	.page-template-pagebuilder-feat-page .background-image{
	width: 100%;
	left: 0;
		font-size: .5em;
	}

	.single-project .background-image{
		width: 100%;
		left: 0;
	}
	.tagportifolio-website-design .flex-container:after{
		width: 80%;
	}
	
.home-portfolio{
	height: 250px;
}

#content > article{
	width: 80%;
	padding: 5%;
}
	#content > article.simple-wide{
		padding: 5%;
	}

#content > article.content-left{
	width: 69%;	
	padding: 5%;
	}
#sidebar-right{
	width: 25%;
	margin-right: 3%
}

#content > article.news, #content > article.blog, #content > article.project, #content > article.post-13, #content > article.post{
	/*width: 60%;
	margin-left: 3%;*/
}

#content > article.project{
	/*width: 85%;*/
}

#content > article.project{
		margin-top: 700px;
	}

.home-show-on-hover h3{
	line-height: 1;
	font-size: 1.2em;
}
.home-portfolio:hover .home-show-on-hover{
	top: -200px;
}
.home-excerpt{
	font-size: .8em;
	line-height: 1.1em;
}
}
@media only screen and (max-width: 1400px) {
	#services{
		padding: 150px 40px;
	}
	.background-image .text {
	  /*font-size: 2em;
	  top: 150px;
	*/

	}
	.large{
	font-size: 5em;
	}

	.medium{
		font-size: 3em;
	}

}
@media only screen and (max-width: 1315px) {
.home-portfolio{
	height: 250px;
}
div.block-list article, #portfolio-list li{
	width: 48%;
}
	
 #portfolio-list li .project-tags li{
	width: auto;
}
	
#portfolio-list li.portfolio-item{
	min-height: 490px;
}
	#content > article.project{
		margin-top: 600px;
	}
	/**********[divup]**********/

.page-template-divup-colour-page #content > article.bg-clear .divup{
	padding: 3em 8em;	
}
}
@media only screen and (max-width: 1200px) {
	#footer-news, #footer-blog, #footer-contact{
		min-height: 450px;
	}

	.tagportifolio-website-design .flex-container:after{
		content: " ";
		width: 0px;
		height: 0px;
		margin: 0 auto 20px auto;
		background: transparent;
		display: none;
	}
	.one_half, .two_fourth {width: 100%; margin: 10px 10%;}
	.one_fourth, .three_fourth {width: 44.5%;}
	}
	.large{
	font-size: 4.5em;
	}

	.medium{
		font-size: 2.4em;
	}
@media only screen and (max-width: 1120px) {
.home-portfolio{
	height: 230px;
}
}
@media only screen and (max-width: 1100px) {
.home-portfolio{
	height: 220px;
}
#unique-prop{
	padding: 100px 0;
}
#unique-prop-inner{
	min-width: 0;
	width: 90%;
	padding: 5%;
	margin: 0 5%;
}
#home-proposition-big, #home-proposition-medium{
	width: 100%;
}
#home-proposition-big{
	border: none;
}
#home-proposition-big h1{
	text-align: left;
}

#home-proposition-big h6{
	text-align: left;
}
#services{
	padding: 100px 0px 150px 5%;
}
#services section.one_fourth{
	width: 45% !important;
	margin-top: 80px;
	height: 450px !important;
}
#footer-news, #footer-blog, #footer-contact{
	min-height: 500px;
}
	
	#content > article.project{
		margin-top: 500px;
	}
	/**********[divup]**********/

	/*for paper*/
	#content > article.bg-clear .divup{
		padding: 1.5em;
		margin: 3em 0;
	}

	.page-template-divup-colour-page #content > article.bg-clear .divup{
		padding: 2em 3em;	
	}
}

@media only screen and (max-width: 1050px) {
	#primary-navigation ul li{
		margin: 0;
	}
}
@media only screen and (max-width: 1000px) {
.home-portfolio{
	height: auto;
}
.home-portfolio:hover .home-show-on-hover{
	top: 0;
}
.home-show-on-hover h3{
	line-height: 1.2;
	font-size: 1.5em;
}

.home-excerpt{
	font-size: 1em;
	line-height: 1.6em;
}
	#content > article.project{
		margin-top: 400px;
	}
	.one_third{
		width: 44.666% !important;
		margin-bottom: 1em;
	}
}
@media only screen and (max-width: 930px) {

#primary-navigation {
	font-size: .8em;
	}
	
	#primary-navigation ul li:has(ul):hover > a:after, #primary-navigation ul li:has(ul):focus-within > a:after{
		margin-top: 32px;
	}
	
#content > article{
	margin-bottom: 2em;
}
	
#content > article.content-left{
	width: 94%;	
	padding: 5%;
	float: none;
	}
#sidebar-right{
	width: 94%;
	max-width: 500px;
	margin: 0 auto 2em auto;
	clear: both;
	float: none;
	padding: 3em;
}

#content > article.news, #content > article.blog, #content > article.project, #content > article.post-13, #content > article.post{
	/*width: 56%;*/
}

.background-image{
	/*width: 75%;*/
}
}
@media only screen and (max-width: 900px) {
#footer-news, #footer-blog, #footer-contact{
	width: 100%;
	padding: 40px 10%;
	min-height: 0;
}
#mission p{
	font-size: 1.4em;	
}
#mission{
	padding: 50px 5%;
}
	.large{
		font-size: 4em;
	}
	.medium{
		font-size: 2em;
	}



}
@media only screen and (max-width: 850px) {
.background-image .text {
  /*font-size: 1.5em;
  font-weight: 300;*/
}
}
@media only screen and (max-width: 800px) {
	#header{
		padding: 1%;
		width: 100%;
	}
	#wrap-logo h1{
		font-size: 2em;
	}
	#wrap-logo{
		max-width: 149px;
		margin: .3em;
	}
	.toggleMenu{
	/*text-indent: -9999em;*/
	background: url(images/nav.png) no-repeat center right;
	height: 40px;
	/*width: 40px;*/
	padding: 5px;
	padding-right: 45px;
	color: #CCC;
	text-decoration: none;
	z-index: 1000;
	top: 10px;
	right: 10px;
	position: absolute;
}
#primary-navigation{
	float: none;
	background: #000;
}
#primary-navigation ul li{
	float: none;
	clear: both;
}
	
	#primary-navigation ul li:has(ul):after{
		content: none;
	}
#primary-navigation ul li a{
	padding: 7px 5px;
}
#primary-navigation ul li ul{
	width: 90%;
	margin: 0 5%;
	position: relative;
	display: block;
	opacity: 1;
	visibility: visible;
	top: 0;
	left: 0;
	
}
#primary-navigation ul li ul li{
	width: 45%;
	margin-right: 5%;
	float: left;
	clear: none;
	background: #333333;
}
#primary-navigation ul li ul li a{
	padding: 7px 5px;

}

.nivo-caption{
	font-size: 1.8em;
	line-height: 1;
}
.home-portfolio{
	width: 80%;
	margin: 30px 10%;
}
.home-show-on-hover{
	margin: .2em 0;
	padding: 0;
	color: #FFF;
}
	.home-portfolio:hover .home-show-on-hover{
		background: #000;
	}
	.home-show-on-hover h3 a{
		color: #FFF;
	}
.background-image{
	top: 65px;
}

.background-image .text {
	top: 200px;
}
	
	#content > article.big-head, 
	#content > article.content-left {
    margin-top: 395px;
}

    .one_half, .one_third, .two_third, .three_fourth,  .one_fourth, .last{margin: 10px 0%;width: 100% !important;}
	
    .one-half, .one-third, .two-third, .three-fourth,  .one-fourth, .one-fifth, .two-fifth, .three-fifth, .four-fifth, .one-sixth, .five-sixth {width: 100%;}

.one-half, .one-third, .two-third, .one-fourth, .two-fourth, .three-fourth,  .two-third.last {width:100%;}

	h1{
		font-size: 4em;
	}
}

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

#content > article{
	width: 85%;
}
#content > article{
	margin-top: 300px;
}


#content > article.news, #content > article.blog, #content > article.project, #content > article.post-13, #content > article.post{
	/*width: 85%;*/
}


.background-image{
	width: 150%;
}
	
.portfolio .background-image{
	width: 100%;
}

.background-image .text {
  top: 125px;
  font-size: 5em;
}
	
	#content > article.big-head, 
	#content > article.content-left {
    margin-top: 255px;
}
#social-media{
	top: inherit;
	bottom: 0;
	width: 100%;
	display: inline-block;
	clear: none;
	background: rgba(0,0,0,0.5)
}
#social-media li{
	width: auto;
	clear: none;
}
#social-media li a{
	padding: 5px;
}
}
@media only screen and (max-width: 625px) {
#services{
	padding: 50px 5%;
}
#services section.one_fourth{
	width: 100% !important;
	margin-right: 0%;
	margin-top: 80px;
	margin-left: 0%;
}
div.block-list article, #portfolio-list li {
  width: 100%;
	margin: 1em auto;
	float: none;
	min-height: 100px;
	padding: 2em;
  
}
	
#portfolio-list li .project-tags li {
  width: auto;
	margin: 1em auto;
	float: left;
	min-height: 0;
	padding: 0;
  
}
	#content > article.project{
		margin-top: 300px;
	}
}

@media only screen and (max-width: 600px) {
body{
	font-size: .9em;
}

#home-proposition-big h1{
	font-size: 3.4em;
}
	
	.team-member{
		padding: 1em;
	}
.team-member figure{
	width: 100%;
}
.background-image .text {
  /* top: 80px; */
}
	
	blockquote{
		padding: .5em;
		margin: .5em;
	}

}

@media only screen and (max-width: 400px) {
	#primary-navigation ul li ul li{
		width: 100%;
		margin-bottom: .25em;
		
	}
	div.block-list article, #portfolio-list li {
	padding: 1em;
  
}
	#content > article.project{
		margin-top: 240px;
	}
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

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

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

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

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

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

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

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

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

    @page {
        margin: 0.5cm;
    }

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

    h2,
    h3 {
        page-break-after: avoid;
    }
}


/** END HTML5 conceptincarnate2022 CSS **/






/** START Starkers CSS **/

/* LAYOUT */
/* ----------------------------------------- */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; 
border-color: rgba(0,0,0,0.4);;
text-align:center; 
background:#ccc; 
background: rgba(0,0,0,0.01);
padding:8px; 
margin:8px }

/* You might find the following useful */
/* div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
li#theme-switcher { background:#fff; border:10px solid red; padding:20px; position:fixed; top:0; right:0 } /* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */

/* TYPOGRAPHY */
/* ----------------------------------------- */

h1, h2, h3, h4, h5, h6 { font-weight:bold } /* This helps to identify headings at the initial build stage, so I thought it'd be useful to have it */
.alert { background:red; color:white } /* 'alert' has a basic style, since it's useful to have it standing out for testing purposes.



/* Font stack options

	The following represents a list of font stacks, as recommended by Nathan Ford in
	http://unitinteractive.com/blog/2008/06/26/better-css-font-stacks/

	I've added inverted commas around the relevant family names to ensure compatibility.
	p = balanced for paragraphs or body copy
	t = balanced for headlines or titles

	- - - -

Arial, "Helvetica Neue", Helvetica, sans-serif - p, t

Baskerville, "Times New Roman", Times, serif - p
Baskerville, "Times, Times New Roman", serif - t

Cambria, Georgia, Times, "Times New Roman", serif - p, t
"Century Gothic", "Apple Gothic", sans-serif - p, t

Consolas, "Lucida Console", Monaco, monospace - p, t

"Copperplate Light", "Copperplate Gothic Light", serif - p, t

"Courier New", Courier, monospace - p, t

"Franklin Gothic Medium", "Arial Narrow Bold", Arial, sans-serif - p, t

Futura, "Century Gothic", "Apple Gothic", sans-serif - p, t

Garamond, "Hoefler Text", "Times New Roman", Times, serif - p
Garamond, "Hoefler Text", Palatino, "Palatino Linotype", serif - t

Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif - p
Geneva, Verdana, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif - t

Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif - p
Georgia, Times, "Times New Roman", serif - t

GillSans, Calibri, Trebuchet, sans-serif - p
GillSans, Trebuchet, Calibri, sans-serif - t

"Helvetica Neue", Arial, Helvetica, sans-serif - p
Helvetica, "Helvetica Neue", Arial, sans-serif - t

Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif - p, t

"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif - p, t

Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif - p
Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif - t

Tahoma, Geneva, Verdana - p
Tahoma, Verdana, Geneva - t

Times, "Times New Roman", Georgia, serif - p, t

Trebuchet, "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif - p
Trebuchet, Tahoma, Arial, sans-serif - t

Verdana, Geneva, Tahoma, sans-serif - p
Verdana, Tahoma, Geneva, sans-serif - t

*/

/** END Starkers CSS **/

/** START WordPress-Defined CSS Classes **/
.wp-caption-text{}
.gallery-caption{}
.bypostauthor{}
.sticky{}
/** Keep drop-downs working **/
#access li {
	float: left;
	position: relative;
}
#access ul ul {
	display: none;
	float: left;
	position: absolute;
	top: 3.333em;
	left: 0;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul li:hover > ul {
	display: block;
}
/** END WordPress-Defined CSS Classes **/
