/*
	Theme Name: txfam2019
	Theme URI: http://aarontgrogg.com/txfam2019/
	Description: A merger created by Aaron T. Grogg (<a href="http://aarontgrogg.com/">http://aarontgrogg.com/</a>) of the HTML5 txfam2019 (<a href="http://html5txfam2019.com/">http://html5txfam2019.com/</a>) and the Starkers theme (<a href="http://starkerstheme.com/">http://starkerstheme.com/</a>), txfam2019: Starkers provides developers with an ideal, bleeding-edge, clean-start theme. Mark-up is minimal (thanks Elliott) and the most edge-case web technology is baked right in (thanks Paul, Divya and a large cast of supporting characters)!  txfam2019 themes are designed to serve as a Parent theme to whatever Child (<a href="http://codex.wordpress.org/Child_Themes">http://codex.wordpress.org/Child_Themes</a>) you care to add, but you could just as easily use this as a starting point and alter the PHP as your design needs. More about this theme can be found at <a href="http://aarontgrogg.com/txfam2019/">http://aarontgrogg.com/txfam2019/</a>.
	Author: Aaron T. Grogg, based on the work of Paul Irish, Divya Manian, and Elliot Jay Stocks
	Author URI: http://aarontgrogg.com/
	Version: 4.4.2
	Tags: custom-menu, editor-style, theme-options, threaded-comments, sticky-post, microformats, rtl-language-support, translation-ready

	License: GNU General Public License v2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	This CSS file is a concatenation of style.css from HTML5 txfam2019 and style.css from Starkers.
	Comment blocks indicate where each begins and ends, like this, for example...
*/

/** START HTML5 txfam2019 CSS **/

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

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

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

/**
 * Pr 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. Pr 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: 'Nunito Sans', 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;
}

/**
 * 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: 2.5em;
    margin: 0em 0;
	font-weight: 400;
	line-height: 1 !important;
	/*color: #c21d07;*/
	margin-bottom: .5em;
	text-align: center;
	/*font-family: "Cantata One", Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";*/
}

h1 a{
	color: #c21d07;
}

h1.entry-title{
	color: #000;
	font-size: 2em;
	text-align: left;
}

h2, h3.widget-title {
    font-size: 1.4em;
    margin: 0 0 0.3em 0;
	font-weight: 400;
	line-height: 1.2;
	text-align: left;
	color: #000;
	font-family: "Cantata One", Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

h2 a{
	color: #000;
	text-decoration: none;
}

/*h1:not(.site-title):before, */
h2:after {
    background: #471718;
    content: "\020";
    display: block;
    height: 2px;
    /*margin: 1rem 0;*/
    width: 2em;
}
.text-center h2:after{
	margin: 0 auto;
}

h3 {
    font-size: 1.15em;
	color: #000;
	font-weight: 800;
	margin: .2em 0;

}

.center h3{
	text-align: center;
}


h4 {
    font-size: 1.3em;
    margin: .2em 0;
	line-height: 1;
	color: #481617;
	font-weight: 500;
}

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

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;
}
code{
 padding: 2em;
	color: blue;
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin: 1em 0;
	display: inline-block;
	background: rgba(0,0,0,0.05);
}

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

/**
 * Pr `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 */
}

/**
 * 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: .25em;
	border: 1px solid #D6D6D6;
	border: 1px solid rgba(0,0,0,0.3);
	background: rgba(255,255,255,0.1);
	outline: none;
}

button:hover,
input:hover,
select:hover,
textarea:hover {
	border: 1px solid #000;
	border: 1px solid rgba(0,0,0,0.7);
	transition: border .5s ease-in-out;
  -moz-transition: border .5s ease-in-out;
  -webkit-transition: border .5s ease-in-out;
		background: rgba(255,255,255,0.9);
}

button:active,
input:active,
select:active,
textarea:active {
	border: 1px solid #731471;
	background: rgba(255,255,255,0.9);
}

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

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

body {
    font-size: 1.2em;
    line-height: 1.4;
	letter-spacing: .02em;
	overflow-x: hidden;
}

/*
 * 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: #000;
	color: #FFF;
    text-shadow: none;
}

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


::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
	background: #FFF;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}


/*
 * A better looking default horizontal rule
 */

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

/*
 * 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-bottom: 20px;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 20px;
}
    /* 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:47.5% !important;}

    .one_third{width:28% !important;}

    .two_third{width:63.332% !important;}

    .one_fourth{width:21.25% !important;}

    .two_fourth{width:44% !important;}

    .three_fourth{width:70% !important;}

    .last, #txfam2019_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,  #txfam2019_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;
}
a.button, .button, .tnp-widget-submit, .form-submit .submit, .jobs-applynow a, .accua-form-view-standard .pfbc-buttons button, #home-testimonial .testimonial-content > p a, ._ps2id,  .button-red a, .button-maroon a, a.add_to_wishlist{
	border: 1px solid #808080;
	color: #808080;
	padding: 10px 35px;
	text-decoration: none;
	background: transparent;
	margin-bottom: 15px;
	border-radius: .2em ;
	background-color: transparent;
	font-weight: 300;
	display: inline-block;
}

a.button:hover, a:hover.button, .tnp-widget-submit:hover, .form-submit .submit:hover, .jobs-applynow a:hover, .accua-form-view-standard .pfbc-buttons button:hover, ._ps2id:hover, .button-red a:hover, a.add_to_wishlist:hover{
	border: 1px solid #000;
	color: #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-honey{
	border: 1px solid #feb54e;
	color: #000;
	background: #feb54e;
}

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

a.button-red, .button-red a{
	border: 1px solid #c21d07;
	color: #FFF;
	background: #c21d07;
}
.button-red 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, .button-white{
	border: 1px solid rgba(0,0,0,0.5);
	color: #000;
	background: #FFF;
}

a.button-white-outline{
	border: 1px solid #FFF;
	color: #FFF;
	background: transparent;
}


.button-rainbow a{
	border: 1px solid #808080;
	color: #FFF;
	padding: 10px 15px;
	text-decoration: none;
	margin-bottom: 15px;
	border-radius: .2em ;
	font-weight: 300;
	display: inline-block;
}
#wrap-black-nav ul li.button{ 
	padding: 5px;
	margin-bottom: 0;
}
#wrap-black-nav ul li.button a{
	padding: 0px 20px;
}

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




.bg-black{
	background: #000;
}
.bg-red{
	background: #c21d07;
}
.bg-honey{
	background: #feb54e;
}
.bg-orange{
	background: #f26317;
}

.bg-brown{
	background: #301616;
}

.bg-white{
	background: #FFF;
}
.bg-white-transparent{
	background: #FFF;
	background: rgba(255,255,255,0.8);
}

.bg-grey, .bg-gray{
	background: #333333;
}
.bg-gray-transparent, .bg-grey-transparent{
	background: #333333;
	background: rgba(51,51,51,0.9);
}

.bg-grey-light, .bg-gray-light{
	background: #CDCDCD;
}

.text-white, .text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white a, .text-white p a{
	color: #FFF;
}

.text-black{
	color: #000;
}

.text-red{
	color: #c21d07;
}

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

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

.list-block ul, .list-block ol{
	padding: 0;
}
.list-block li{
	list-style-type: none;
	border-bottom: 1px solid rgba(0,0,0,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 rgba(0,0,0,0.3);
}
.border-none, .border-none a{
	border: none;
}
.wrapper{
 	max-width: 1600px;
	margin: 0 auto;
	padding: 2em 0;
}
#header .wrapper{
	padding: 0;
}
#header, #content, #footer{
	padding: 0px;
}

#header{
	/*background: #FFF;*/
	background: rgba(40,11,11,0.1);
	position: fixed;
	top:0;
	width: 100%;
	z-index: 1000;
	/*padding:20px 10px;*/
	
}
#header header{
	padding: .25em .5em;
}

#header.header-effect{
	background: rgba(40,11,11,0.8);
	  -webkit-transition: all 0.2s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

#header.header-effect:hover, #header:hover{
	background: rgba(40,11,11,0.95);
	  -webkit-transition: all 0.2s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

#wrap-logo{
	float: left;
	max-width: 480px;
	margin: 20px 10px 20px 20px;

}
#wrap-logo h1, #wrap-logo h2{
	margin: 0;
}

#header-phone{
	float: left;
	margin: 20px 15px 0px 15px;
}

#header-phone p{
	/*font-size: .8em;*/
	margin: 0;
}

#header-phone p a, #header-phone p a:hover{
/*border-bottom: none;*/
	text-decoration: none;
	margin-bottom: 0;
	color: #fcfbdf;
}

#header header #searchform{
	/*margin-top: 10px;*/
}
#header header #searchform, #header header #searchform #s{
	border: none;
	background: transparent;
}
#header header #searchform #s{
	width: 0px;
	color: #FFF;
}
#header header #searchform #s:hover{
	color: #000;
}
#header header #searchform #searchsubmit{

	background: transparent url(images/btn-search-white.png) no-repeat center;
	margin-top: 6px;
}

#menu-item-5079 a{
	margin-bottom: 0px;
}
#menu-item-5079{
	background: #471718;
}

/******************start black common nav*/


#wrap-black-nav{ 
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
}
#wrap-black-nav ul li{

}

#wrap-black-nav 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);*/
}
#wrap-black-nav 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;
border-radius: .2em ;
}
#wrap-black-nav ul li:after {
	/*content: " / ";
	display: inline-block;
	margin-top: -45px;
	float: left;
	color: #CCC;*/
}
#wrap-black-nav ul li li:after {
	content: " ";
}
#wrap-black-nav ul li a{
	padding: 7px 15px 7px 15px;
	color: #fcfbdf;
	/*color: rgba(255,255,255,0.8);*/
	display: block;
	text-decoration: none;
	line-height: 1.6;
}

#wrap-black-nav ul li li a{
	padding: 10px;
	color: #FFF;
}
#wrap-black-nav ul li.button-white a{ background: #FFF; color: #000; border-radius: .2em;}
#wrap-black-nav ul li.button-white a:hover{ background: #c21d07; color: #FFF;}

#wrap-black-nav ul li a:hover{
	color: #FEB54E;

}

#wrap-black-nav ul li:hover {
  color: #c21d07;
}
#wrap-black-nav ul li ul {
  padding: 0;
  position: absolute;
  /*top: 110px;*/
  left: 0;
  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;
}
#wrap-black-nav ul li ul li { 
  background: #DC0F80; 
  display: block; 
  color: #fff;
  width: 100%;
  font-size: .9em;
}
#wrap-black-nav ul li ul li:hover { background: #000; color: #FFF; }
#wrap-black-nav ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

#wrap-black-nav ul li:last-child:hover ul{
	left: -140px;
}
/*******************end black common nav*/

/******************start main nav*/
#primary-navigation{ 
	float: right;
	
}
#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;
}
/*#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 a{
	padding: 50px 25px 40px 25px;
	color: #fcfbdf;
	display: block;
	text-decoration: none;
}
	#header.header-effect #primary-navigation ul li a{
		padding: 25px 25px 25px 25px;
		  -webkit-transition: all 0.2s;
		  -moz-transition: all 0.2s;
		  -ms-transition: all 0.2s;
		  -o-transition: all 0.2s;
		  transition: all 0.2s;
	}
	#header.header-effect #wrap-logo{
		max-width: 280px;
		margin: 5px 10px 0px 20px;
		  -webkit-transition: all 0.2s;
		  -moz-transition: all 0.2s;
		  -ms-transition: all 0.2s;
		  -o-transition: all 0.2s;
		  transition: all 0.2s;
	}

#primary-navigation ul li li a{
	padding: 10px;
	color: #000;
}

#header.header-effect #primary-navigation ul li li a{
	padding: 10px;
}

#primary-navigation ul li a:hover{
	color: #FFF;

}

#primary-navigation ul li:hover {
  color: #FFF;
	background: #471718;
}
#primary-navigation ul li ul {
  padding: 0;
  position: absolute;
  /*top: 110px;*/
  left: 0;
  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: #feb54e; 
  display: block; 
  color: #fff;
  width: 100%;
  font-size: .9em;
}
#primary-navigation ul li ul li:hover { background: #b84609; color: #FFF; }
#primary-navigation ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

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


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





#mission, #services{
	padding: 75px 5%;
	background: #FFF;
}
#mission{
	background: #c21d07;
}
#content{
	margin-top: 180px;
	/*background: #FFF;
	background: rgba(205,131,39,0.85);*/
}

.home #content, .page-template-onecolumn-page #content{
	background: transparent;
	padding-top: 2em;
}

.search #content{
	padding-top: 250px;
}

.blog #content, .woocommerce #content{
	background: rgba(255,255,255,0.95);
	background: #fcfbdf;
}
.slider-wrapper {
	
}

.slider-wrapper .nivo-caption{ 
	/*background: transparent !important;
	bottom: 30% !important;
	font-size: 3em;
	line-height: 1;
	text-align: center;
	font-family: 'Lato', sans-serif !important;
	font-weight: 100;
	color: #000 !important;
	padding: 5%;
	*/
}
.slider-wrapper .nivoSlider img{
	/*opacity: 0.15;*/
}
.theme-default .nivoSlider{
	background-image: none !important;
}

#home-circle{
	max-width: 550px;
	height: 550px;
	margin: 13% 5%;
	border-radius: 100%;
	padding: 2em;
	color: #FFF;
}
#home-circle h1{
	color: #FFF;
	margin-bottom: .2em;
}

#home-circle{
	line-height: 1.3;
}
#home-circle p{
	margin-bottom: .5em;
}
#home-white-bar-container{
	padding: 6em 5%;

}
#home-white-bar-container > ul{
	list-style-type:  none;
	padding: 0;
	margin: 0;
}
.home-white-bar{
	text-align: center;
	width: 46%;
	margin: .5em 2%;
	display: inline-block;
	vertical-align:  middle;
}
#mission p{
	text-align: center;
	font-size: 2.3em;
	line-height: 1.2;
	color: #FFF;
	font-weight: 100;
	margin: 0;
}

#unique-prop{
	background: #FFF;
}
.col1{
	width: 26.4%;
	float: left;
}
.col2{
	width: 47.3%;
	float: left;
	margin-top: 2px;
}
.col3{
	width: 26.3%;
	float: left;
}


#home-proposition{
	clear: both;
	padding: 5.8%;
	padding-bottom: 3.7%;
	background: #FFF;
	text-align: center;
}
#home-proposition h1{
	font-size: 2.7em;
	font-weight: 100;
}

#home-proposition h1 strong{
	font-weight: 100;
	color: #c21d07;
}
.theme-default .nivoSlider{
	margin-bottom: 0 !important;
}




#services, #audiences{
	padding: 75px 5%;
	padding-right: 0%;
	text-align: center;
}

#audiences{
	padding: 6em 0;
	text-align: center;
}


#services > h1, #audiences h1{
	font-size: 2.5em;
	color: #FFF;
	margin: 0 0 80px 0;
	/*font-weight: 100;*/
	margin-bottom: .25em;
}
#services section h1{
	font-weight: 300;
	color: #000;
	margin-top: .8em;
}
#services a.button{
	/*border-color: #CCC;
	color: #6D6D6D;*/
}

#services a.button:hover{
	/*border-color: #000;
	color: #000;*/
}

#services > ul{
	padding: 0;
	margin: 0;

}

#services > ul > li{
	text-align: left;
	list-style: none;
	display: inline-block;
	width: 28%;
	margin-right: 5%;
	vertical-align: top;
	padding: 2em;
}

.service-container i{
	color: #C2C2C2;
	font-size: 5em;
	margin-bottom: 20px;
}

#services > ul > li li, #services > ul > li p, #services > ul > li h1, #services > ul > li h2{
	color: #FFF;
}

#services > ul > li h1{
	margin-bottom: .25em;
	font-size: 1.8em;
}
#services > ul > li h2{
	font-size: 1.3em;
	text-align: left;
}
#services > ul > li ul, .arrow-list ul{
	margin: 1em 0;
	padding: 0;
}
#services > ul > li li, .arrow-list ul > li{
	background: rgba(255,255,255,0.05);
	border-bottom: 1px solid rgba(0,0,0,0.05);
	list-style: none;
	display: block;
	
}
#services > ul > li li a:before, .arrow-list ul li a:before{
	content: "\f00c ";
	font: normal normal normal 1em/1 FontAwesome;
	display: inline-block;
	margin-right: .25em;
}

#services > ul > li li a:after, .arrow-list ul li a:after{
	content: " \f105";
	font: normal normal normal 1em/1 FontAwesome;
	display: inline-block;
	margin-right: .25em;
	float: right;
}

#services > ul > li li a, .arrow-list ul li a{
	padding: .15em .5em;
	color: #FFF;
	display: block;
	text-decoration: none;
}

#services > ul > li li a:hover, .arrow-list ul li a:hover{
	color: #000;
	background: rgba(255,255,255,0.1); 	
	-moz-transition: all .25s ease-in-out;
 	-webkit-transition: all .25s ease-in-out;
}

#audiences ul{
	margin: 0 0 0 5%;
	padding: 0;
}
#audiences ul > li{
	width: 20%;
	width: 350px;
	height: 350px;
	margin-right: 5%;
	padding: 3em;
	border: 1px solid rgba(0,0,0,0.3);
	list-style: none;
	display: inline-block;
	text-align: center;
	/*color: #FFF;*/
	/*opacity: 0.6;*/
	vertical-align: top;
	border-radius: 100%;
	font-size: .85em;
	line-height: 1.3;
	background: #FFF;
}

#audiences ul > li:hover{
	border: 1px solid #FFF;
	transition: all .25s ease-in-out;
 	-moz-transition: all .25s ease-in-out;
 	-webkit-transition: all .25s ease-in-out;
	/*opacity: 1;*/
}
#audiences ul > li h2{
 	color: #af2f24;
	font-size: 1.8em;
}
#audiences ul > li p{
	margin-bottom:  .5em;
	
}
#audiences ul > li p a{
	margin-bottom: 0em;
}
#home-testimonial{
	background: #E6E7E8;
	padding: 50px 5%;
	text-align: center;
	font-size: 1.3em;
	
}
.ivycat-testimonial p{
	text-align: center;
}
#home-testimonial p, .ivycat-testimonial p{
	margin-bottom: .3em;
}

#home-testimonial img, .testimonial-content img{
	height: 275px;
	width: 275px;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 5px solid #FFF;
	-webkit-box-shadow: 0px 0px 2px 2px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    0px 0px 2px 2px #ccc;  /* Firefox 3.5 - 3.6 */
  box-shadow:         0px 0px 2px 2px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */

}
#blog-left .testimonial-content img, #blog-right .testimonial-content img {
	height: auto;
	width: 100%;
	max-width: 100%;
}

#home-support{
	background: #FFF;
	background: #000;
}

#home-support h1, #home-support p, #home-support .simple-image{
	position: relative;
	
}

#home-support h1{
	top: 60px;
	z-index: 2;
	font-weight: bold;
	color: #FFF;
	margin-bottom:  0;
	height: 0;
}

#home-support p.simple-image{
	top: 0; 
	/*top: -50px*/
	z-index: 1;
	padding: 0;
	width: 100%;
	height: auto;
	opacity: 0.5;
}

#home-support p{
	/*padding: 1em 3em;*/
	/*top: -200px; */
	/*top: 90px;*/
	bottom: 75px;
	height: 0;
	overflow: visible;
	/*bottom: 100px;*/
	/*background: #FFF;*/
	color: #FFF;
	text-align: center;
	width: 90%;
	margin: 0 auto;
	z-index: 2;
	/*font-weight: bold;*/
}

#home-improvements{
	padding: 14em 5%;
	background: #429f49 url(../txfam2019%20copy/images/office.png) no-repeat bottom center;
	background-size: 100% auto;
}
#home-improvements section{
	max-width: 30%;
	display: inline-block;
}

#home-testimonial  .good_old_share {
	display: none;
}
#home-badges{
	padding: 1em 5%;
	border-top: 1px dotted #CCC;
	background: #FFF;
}
#home-badges ul{
	text-align: center;
	margin: 0;
	padding: 0;
}
#home-badges ul li{
	list-style-type: none;
	display: inline-block;
	margin: 10px 2.5%;
	max-width: 200px;
}

#home-cta{
	background: rgba(158,199,21,0.8) ;
}
#home-cta div{
	padding: 6em 5%;
}

#footer{
	background: #280b0b;
	padding: 4em 5%;
	color: #FFF;
	clear: both;
	line-height: 1.3;
	font-size: .8em;
}


#footer h1, #footer h1 a{
	color: #fcfbdf;
	font-size: 1.6em;
	line-height: inherit !important;
	text-align: left;
	font-family: "Cantata One", Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}

#footer h2{
	margin: .2em 0;
}

#footer h2, #footer h2 a{
	color: #FFF;
	font-weight: 700;
	font-size: 1em;
	text-align: left;
	
}
 #footer h2 a:hover{
	 text-decoration: none;
	 opacity: 0.5;
 }
 
 #footer a.button{
	  border: 1px solid #8F8F8F;
	  color: #8F8F8F;
	  background-color: transparent;
 }
 #footer #wp_editor_widget-3 a.button{
/*	  display: inline-block;*/
  }
 
#footer a.button:hover{
	  border-color: #FFF;
	  color: #fff;
	  background-color: transparent;
  }

#footer .tnp-widget p{
	margin: 8px 0;
}
#footer .tnp-widget input[type="text"], #footer .tnp-widget input[type="email"] {
	background: #1A1A1A !important;
	color: #FFF !important;
	border: none !important;
}

#footer .tnp-widget label{
	font-size: inherit !important;
	font-weight:  bold;
}

#footer .tnp-widget{
	margin: .5em 0;	

}
#footer ul{
	margin: 0;
	padding: 0;
}
#footer a{
	border: none;
	color: #FFF;
}

#copyright{
	clear: both;
	width: 100%;
	padding: 12px 4% 80px 4%;
	background: #000;
}
#copyright p, #copyright p a{
	text-align: center;
	color: #FFF;
	margin: 0;
	text-decoration: none;
}

#copyright p, #copyright a{
	color:  #FFF;
}

#copyright p, #footer-nav li, ul#footer-nav {
	display: inline-block;

}
#footer-nav li:after{
	content: " | ";
	color: rgba(255,255,255,0.5);
}
#footer-nav li:last-child:after{
	content: " "
}
ul#footer-nav {
	padding: 0;
	margin: 0;

}


#content > article{
	/*float: left;*/
	/*width: 74.8%;
	width: 70%;
	padding: 2.5%;*/
	background: rgba(255,255,255,0.9);
	background: #fcfbdf;
	margin-top: 185px;
	padding: 3em 1em;
	/*margin-bottom: 200px;*/
}

#content > article.news, #content > article.blog, #content > article.project, #content > article.post-13{
	/*margin-top: 40px;*/
	/*width: 74.8%;*/
	/*margin-bottom: 0;*/

}
#post-5955{
	padding: 2em;
}

.ninja-forms-cont{
	width: 100%;
	padding: 100px 25%;
}

.entry-content .ninja-forms-cont{
	padding: 0;
}






#sidebar-right{
	float: right;
	width: 15%;
	border-left: 1px dotted #CCC;
	padding: 2.5%;
	margin-top: 40px;
	background: #FFF;
}

#sidebar-right > section{
	border-bottom: 1px dotted #D6D6D6;
	padding: 20px 0px;
}
#sidebar-right > section h1, #blog-right h1, #blog-left h1{
	color: #c21d07;
	border-bottom: 1px solid #CCC;
	font-size: 1.6em;
	margin-bottom: 15px;
}
#sidebar-right > section{
}

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

#searchform #s{
	width: 75%;
}

#searchform{
	border: 1px solid #D6D6D6;
	padding: 1px;
}

#searchform:hover{
	border: 1px solid #000;
	transition: border .25s ease-in-out;
  -moz-transition: border .25s ease-in-out;
  -webkit-transition: border .25s ease-in-out;
}

#searchform #searchsubmit{
	text-indent: -9999em;
	background: #FFF url(images/btn-search.png) no-repeat center; 
	width: 25px;
	min-width: 26px;
	width: 15%;
	float: right;
	border: none;
	opacity: 0.5;
}
#searchform #searchsubmit:hover{
	opacity: 1;
}
#searchform #s, #searchform #s:hover, #searchform #s:active, #searchform #searchsubmit:hover, #searchform #searchsubmit:active{
	border: none;
}

.tnp-widget-submit{
	background: transparent;
	border: 1px solid #D6D6D6;
	width: 100%;
}
.tnp-widget-submit:hover{
	border: 1px solid #FFF !important;
	color: #FFF !important;
	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: #731471;
}
.faqcloud a:hover{
	color: #000;
	transition: color .5s ease-in-out;
  -moz-transition: color .5s ease-in-out;
  -webkit-transition: color .5s ease-in-out;
}


p a{
	text-decoration: none;
	color: #000;
	border-bottom: 1px dotted #D6D6D6;
	margin-bottom: .25em;
}

p a:hover{
	text-decoration: none;
	color: #CCC;
	border-bottom: 1px dotted #CCC;
}

.body-bg{
background: rgba(205,131,39,1)
}
.body-bg img{
	z-index: -1;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0.6;
	filter: blur(8px);
  	-webkit-filter: blur(8px);
}
.page-template-default .body-bg img, .blog .body-bg img, .page-simple .body-bg img, .page-template-onecolumn-page .body-bg img, .archive .body-bg img{
	opacity: 0;
	/*hide the background image on the basic pages where it would get too busy.*/
}

.background-image{
	/*z-index: -1;
	position: fixed;
	top: 0;
	left: 0;*/
	width: 100%;
	max-height: 900px;
	overflow-y: hidden;
	display: block;
}
.background-image img{
	width: 100%;
	height: auto;
	z-index: -1;
	position: relative;
	opacity: 0;
}
.background-image .text{
	z-index: 1;
	position: absolute;
	top:  400px;
	width: 60%;
	margin: 0 20%;
	text-align: center;
	font-size: 1.4em;
	font-weight: 100;
	line-height: 1.1;
}
.background-image .text  p{
	margin: 0;
	color: #FFF;
}
.background-image .text h1, .page-template-simple-page #content >article h1.entry-title{
	/*font-weight: 200;
	color: #AAAAAA;
	font-family: 'Pacifico', cursive;*/
	font-size: 1.5em;
	text-align: center;
	font-family: "Cantata One", Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	color: #FFF;
}

.page-template-simple-page #content >article h1.entry-title{
	color: #333;
	text-align: left;
}

.page-template-pagebuilder-feat-page .background-image .text h1{
	/*font-weight: 600;*/
	/*color: #000;*/
}
.background-image p .button{
	display: none;
}
.background-image .printfriendly, .background-image .good_old_share{
	display: none !important;
	
}

.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 #CCC;
	background: #FFF;
	min-height: 845px;

}
#portfolio-list > li{
	min-height: 490px;
}
.excerpt{
	font-size: 1.5em;
	font-weight: 300;
}
.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 #CCC;
	color: #731471;

}
#portfolio-filter li a:hover{
	border: 1px solid #FDB813;
	color: #000;
}

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

#content > article.project{
	max-width: 1400px;
	margin: 0 auto;
	padding: 4em;
}
.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: #FFF;
	max-width: 1260px;
	margin: 2em auto;

}

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

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

#project-details ul{
	padding: 0;
}


 .excerpt, .links, .rmb, .entry-summary p{
	margin: 0;
 }
.good_old_share{
	padding: 15px 0px;
}
.nav-previous, .nav-next, #nav-above a, #nav-below a{
	display: block;
	width: 48%;
	float: left;
	margin: 1%;

}

#nav-above  .nav-previous a, #nav-below .nav-previous a, #nav-below .nav-next a, #nav-above .nav-next a{
	width: 98%;
}
#nav-above a, #nav-below a, .author-bio a{
	border: 1px solid #D6D6D6;
	padding: 10px 15px;
	color: #000;
	text-decoration: none;
	display: block;
}
#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 #000;
	  -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{
	margin: 15px 0;
}
#entry-author-info{
	padding: 2%;
	border:  1px solid #D6D6D6;
}
#entry-author-info{
	padding: 2%;
	border:  1px solid #D6D6D6;
}

.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 #D6D6D6;
}
.form-submit .submit{
	width: auto;
}


/*************Blog page***************/

#blog-latest-posts{
	margin-left: 5%;
	margin-top: 20px;
	float: right;
	width: 75%;

}/*
#blog-latest-posts{
	width: 70%;
}
*/
#blog-latest-posts h2{
	font-size: 1.2em;
}

#latest-posts h1, #home-team h1{
	text-align: center;
	color: #CCC;
	font-size: 5em;
	font-weight: 100;
	margin-bottom: 50px;
	/*text-shadow: 0px 0px 1px #000;*/
}
#latest-posts ul, #blog-latest-posts ul{
	list-style-type: none;
	padding: 0;
}
#latest-posts li, #blog-latest-posts li{
	display: inline-block;
	width: 30%;
	margin-right: 4.7%;
	margin-bottom: 1em;
	/*float: left;*/
	overflow-y: hidden;
	vertical-align: top;
}
#blog-latest-posts li{
	width: 28.1%;
	min-height: 750px;
}
#blog-latest-posts img, .wrap-blog img{
	margin-bottom: 1em;
}
#latest-posts ul li:last-child{
	margin-right: 0;
}

#latest-posts li h1, #content article #blog-latest-posts li h1{
	text-align: left;
	border-bottom: 1px solid #CCC;
	line-height: 1;
	/*font-weight:300;*/
	margin: 25px 0;
	font-size: 1.5em;
	padding-bottom: 10px;
}

#latest-posts li h1:hover, #blog-latest-posts li h1:hover{
	border-bottom-color: #000;
}
#latest-posts li h1 a, #blog-latest-posts li h1 a{
	text-decoration: none;
	display: block;
}
#latest-posts .button, #blog-latest-posts .button{
	/*float: left;*/
}

 .excerpt, .links, .rmb, .entry-summary p{
	margin: 0;
 }

 div.block-list article entry-summary p:last-child, .rmb{
	 text-align: center;
	 height: 15px;
 }

.entry-utility{
	font-size: .8em;
}

.widget_pippin_recent_posts li{
	padding: 15px 0;
	border-top: 1px dotted rgba(0,0,0,0.2);
}
.widget_pippin_recent_posts li a{
	font-weight: 800;
}
ul.no-bullets, .no-bullets{
	padding: 0;
	margin: 0;
}
ul.no-bullets li a, .no-bullets li a{
	margin-right: 1em !important;
}
ul.no-bullets li, .no-bullets li{
	list-style: none;
	clear: both;
}
#blog-right ul.no-bullets li{
	font-size: .8em;
	line-height:  1;
	min-height: 125px !important;
		
}


/*************Simple Page***************/
.page-template-simple-page #content >article{ 
	padding: 50px 18%;
	/*width: 50%;*/
}



/********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: 0px 0;
	text-align: center;
}

.good_old_share div{
	display: inline-block;
	float: none !important;
}

/*****************good old share**********************/
 
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 {
	padding: 25px 0 !important;
	text-align: center;
	background: #FFF;
}

.good_old_share  div{
	display: inline-block;
	float: none !important;
}
.fb_iframe_widget > span{
	vertical-align: top !important;
}
/***********job plugin*/
#jobman_login .submit, .jobs-applynow a{
	width: auto;
	background: #FFF;
}

#jobman_login input{
	padding: 6px;
}
.job-table{
	border-bottom: 1px solid #000000;
	padding-bottom: 40px;
	display: block;
}
.job-table tr{
	display: block;
}
.job-table th{
	padding: 15px 15px 15px 0px;
}
.job-table td{
	padding: 15px 0px 15px 15px;
}
.job-table th{
	width: 100px;
	margin-right: 15px;
	vertical-align: top;
	border-right: 1px dotted #D6D6D6;
	color: #000000;
}
.job-table{
	vertical-align: top;
}
.job-table tr{
	border-bottom: 1px solid #CCC;
}

#content article#post-11{
	float: none;
	width: 500px;
	margin: 20px auto
}


/*************Contact Forms***************/

.accua-form-view-standard .pfbc-element{
	width: 45%;
	margin-right: 5%;
	/*float: left;*/
	display: inline-block;
}

.accua-form-view-standard .pfbc-buttons{
	text-align: center !important;
	width: 100%;
}

/*************Ivy Cat***************/

.ivycat-testimonial{
	padding: 30px 25%;
	border-bottom: 1px dotted #CCC;
}
.testimonial-source{
	text-align: center;
}


/**********WP avatar fir blog about author**********/
.wp-user-avatar{
	float: left;
	margin: 0 15px 15px 0;
}
.entry-author-info h2{
	margin-top: 0;
}

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

#social-media{
	/*position: fixed;
	left: 0;
	top: 40%;
	background: #FFF;*/
	/*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);*/
	float: left;
}

.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: #FFF;
}
.ui-state-hover a:hover{
	color: #D80F80 !important;
}
#social-media ul{
	text-align: center;
}
#social-media li{
	display: inline-block;
	float: left;
	font-size: 1.1em;
	margin-right: 5px;
	/*clear: both;
	width: 100%;*/
}
#social-media li a{
	color: #333;
	display: block;
	padding: 5px;
}
#social-media li a:hover{
	color: #FFF;
	background: #000;
}
#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;
}



#blog{
	margin: 20px 5%;
}

.wrap-blog{
	float: left;
	width: 60%;
	padding-top: 90px;
}
.wrap-blog article{
	padding: 2em;
	background: #FFF;
	margin: 2em 0;
}
#blog-left, #blog-right{
	float: left;
	width: 20%;
	margin: 90px 0;
	padding: 2em;
}
#nav-above, #nav-below{
	margin: 25px 0;
	min-height: 50px;
}


.nav-previous{
	float: left;
}

#content article #blog-left h1, #content article #blog-right h1{
	font-size: 1.5em;
	font-weight: 600;
	color: #000;
	text-align: left;
}

#blog-left section, #blog-right section{
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: 1px double #CCC;
}
.widget_categories ul, #blog-left ul.menu, #blog-left ul.menu ul{
	margin: 0;
	padding: 0;
}
.widget_categories li, #blog-left .widget_nav_menu li{
	display: block;
	list-style-type: none;
	font-size: 1.3em;	
}
.widget_categories ul > li, #blog-left .widget_nav_menu ul > li{
	
}
.widget_categories li li, #blog-left .widget_nav_menu li li {
	font-size: .9em;
}
.widget_categories li li a, #blog-left .widget_nav_menu li li a{
	border-bottom: none;
}
.widget_categories li:hover, #blog-left .widget_nav_menu li:hover{

	color: #D80F80;
}
.widget_categories li a, #blog-left .widget_nav_menu li a{
	padding: 0px 3px;
	border-bottom: 1px dotted #CCC;
	border-left: 3px solid #FFF;
	display: block;
}
.widget_categories li:hover a:hover, #blog-left .widget_nav_menu li:hover a:hover{
	text-decoration: none;
	color: #000;
	border-left: 3px solid #c21d07;
}

.widget_categories ul ul, #blog-left .widget_nav_menu ul ul{
	margin-left: 1em;

}


.widget_ivycattestimonialswidget blockquote{
	padding: 0;
	margin: 0;
}



img{
	/*width: 100%;*/
	max-width: 100%;
	height: auto;
}

.category .wrap-blog article{
	margin-bottom: 	3em;
	padding-bottom: 3em;
	border-bottom: 1px dotted #CCC;
}
.category .wrap-blog article h1{
	margin-top: .5em;
}
.category .wrap-blog article footer{
	padding: .5em;
	 background: #CCC;
	 background: rgba(0,0,0,0.05);
}

.category .rmb{
	display: none;
	
}

/***********************Sticky Bottom**********************************/

#sticky-bot{
	position: fixed;
	bottom: 0;
	z-index: 100;
	background: #1e1212;
	background: rgba(30,18,18,0.9);
	padding: .5em;
	width: 100%;
	-webkit-box-shadow: 0px 0px 2px 3px rgba(0,0,0,0.3);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow:    0px 0px 2px 3px rgba(0,0,0,0.3);  /* Firefox 3.5 - 3.6 */
	box-shadow:         0px 0px 2px 3px rgba(0,0,0,0.3);  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */ 
}

#sticky-bot:hover{
	background: rgba(30,18,18,0.9);
	-webkit-box-shadow: 0px 0px 2px 3px rgba(0,0,0,0.5);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow:    0px 0px 2px 3px rgba(0,0,0,0.5);  /* Firefox 3.5 - 3.6 */
	box-shadow:         0px 0px 2px 3px rgba(0,0,0,0.5);  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}

#sticky-bot > div{
	display: inline-block;
	vertical-align: top;
	margin: 0px 15px 0px 0px;
}

#sticky-bot > div.widget_search{
	float: right;
	background: #DFD4B0;
}
#sticky-bot > div.widget_search #searchform #s{
	background: transparent;
}

#sticky-bot > div.show-for-small{
	display: none;
}

#sticky-bot h1{
	border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/*
 #sticky-bot a.button{
	border: 1px solid rgba(255,255,255,0.2) !important;
	background: rgba(255,255,255,0.05)  !important;
	color: #FFF !important;
	margin-bottom: 0;
	padding: 2px 5px !important;
	font-size: .8em;
}*/
#sticky-bot p, #sticky-bot a.button{
	margin: 0;
}



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

}

.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;
}
article.product{
		margin-left: 5%;
		width: 70%;
		margin-top: 50px;
		float: left;
		padding: 3em;
}

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


/****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;
	
}
/*******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);
}
/*******Home Meta Slider********/

.metaslider .flexslider{
	margin-bottom: 0 !important;
}

.flex-control-nav {
	bottom: 30px !important;
}

.metaslider .caption-wrap{
	background: #EFB117;
	background: rgba(239,177,23,0.8) !important;
	width: 33% !important;
	height: 100%;
	padding: 20% 0em 20% 2em;
	opacity: 1 !important;
}

.metaslider .caption-wrap:after{
	content: ' ';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 900px 100px 0 0;
	border-color: rgba(239,177,23,0.8) transparent transparent transparent;
	margin-left: 100%;
    position: absolute;
    top: 0;
	left: 0;
	
}


.metaslider .caption-wrap p{
	color: #000;
	text-align: left;
	margin: .1em 0 .75em 0 !important;
}
.metaslider .caption-wrap p a.button{
	border-color: #000 !important;
	color: #000 !important;
}
.metaslider .caption-wrap h1{
	color: #FFF;
	font-weight: 600;
	text-align: left;
	font-size: 3.5em;
}

.metaslider .caption-wrap h1 a{
	color: #FFF;
}
.metaslider .caption-wrap h1 a:hover{
	text-decoration:  none;
}

/*******Tribe Events Calendar********/
#tribe-events-content{
	max-width: 900px;
	margin: 50px auto;
}
.tribe-events-schedule h2{
	text-align:  center;
}


/*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;
}
/*******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(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(../txfam2019%20copy/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;
}


/****************pagelist_ext*********************/
.page-list-ext .page-list-ext-item{
	background: #FFF;
	padding: 2em;
	border-bottom: 1px solid rgba(0,0,0,0.3);
	
	width: 45%;
	float: left !important;
	clear: none !important;
	margin-right: 5% !important;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: .9em;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/* ==========================================================================
   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, #home-testimonial > h1 {
    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: 1900px) {

	
}

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

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

}

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

	#wrap-logo{
		max-width: 350px;
		margin: 30px 10px 20px 20px;
	}
div.block-list article, #portfolio-list li{
	width: 25.1%;
}

}
@media only screen and (max-width: 1550px) {
.body-bg img{
	width: 125%;
	max-width: none;
	left: -5%;
}
	#home-improvements section{
		max-width: 50%;
	}
}

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

#sidebar-right{
	width: 20%;
}
		.single-project .background-image{
		width: 100%;
		left: 0;
	}
	.tagportifolio-website-design .flex-container:after{
		width: 80%;
	}
}



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

#home-circle {
    max-width: 500px;
    height: 500px;
}

#home-proposition{
	padding: 2%;
}
#home-proposition p:last-child{
	margin: 0;
}
#home-proposition h1{
	font-size: 2em;
	font-weight: 300;
}
#home-proposition h1 strong{
	font-weight: 300;
}
.div-odd, .ninja-forms-cont {
  padding: 50px 15%;
}

#content{
	/*margin-top: 100px;*/
}

.background-image .text{
	font-size: 2em;
	top: 150px;
}

	#wrap-logo{
		max-width: 250px;
		margin: 20px 10px 20px 20px;
	}
#primary-navigation{
	margin-right: 15px;
}
#primary-navigation ul li a{
	padding: 39px 14px 38px 14px;
}
#primary-navigation ul li.button-red a{
	padding: 1px 5px;
	}
}

@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: 1300px) {

	.background-image {
		max-height: 600px;
	}


}
@media only screen and (max-width: 1200px) {
#home-circle {
    max-width: 420px;
    height: 420px;
}
	
#primary-navigation ul li{
	font-size: 1em;
}
#primary-navigation ul li:after{
	margin-top: -40px;
}
#primary-navigation{
	margin-right: 0;
}
#wrap-logo{
	max-width: 190px;
}
#header-phone{
	margin: 9px 15px 0px 15px;	
}
#header-phone p{
	font-size: 1.1em;
}

.page-template-simple-page #content >article{ 
	padding: 10px 10%;
}
	.tagportifolio-website-design .flex-container:after{
	content: " ";
    width: 0px;
    height: 0px;
    margin: 0 auto 20px auto;
    background: transparent;
    display: none;
}

.one_half, .two_fourth, .three_fourth {width: 100% !important; margin: 10px 0% !important;}
.one_fourth {width: 44.5% !important;}

#latest-posts li, #blog-latest-posts li{
	width: 45%;
	margin-right: 4%;
	padding-bottom: 25px;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 25px;
}

body{
	font-size: 1em;
}
#mission p, #services > h1, #audiences h1, .metaslider .caption-wrap h1 {
	font-size: 2em;
}
#audiences ul > li{
	/*width: 44%;*/
	margin-bottom: 1em;
}
	
	.home-white-bar{
		width: 100%;
	}

}

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

}

@media only screen and (max-width: 1120px) {
.home-portfolio{
	height: 230px;
}
	
}

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

#services{
	padding: 100px 0px 150px 5%;
}


.div-odd, .ninja-forms-cont {
  padding: 50px 10%;
}

.ivycat-testimonial {
  width: 80%;
  padding: 30px 10%;

}


}

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


}

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


.home-excerpt{
	font-size: 1em;
	line-height: 1.6em;
}
#blog-left, #blog-right{
	width: 100%;
	margin: 1em 0;
	padding: 1em;
}
#blog-latest-posts{
	width: 95%;
}
.wrap-blog{
	width: 90%;
	margin: 15px 5%;
	padding-top:  0;
}

article.product{
		margin: 20px 5%;
		width: 90%;
	
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	width: 44% !important;
}

#services > h1{
	font-size: 3em;
}

#services > ul> li{
	width: 60%;
	margin-right: 5%;
	margin-bottom: 2em;
}
}

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

#sidebar-right{
	width: 25%;
}
.body-bg img{
	width: 145%;
	max-width: none;
	left: -5%;
}
	
.home .body-bg img{
	width: 150%;
	max-width: none;
	left: -50%;
}

}
.hide-for-small{
	
	
}
.show-for-small{
	display: none;
	
}

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

	.hide-for-small{
	display: none;
	
	}
	.show-for-small{
		display: inline-block;

	}
	
.toggleMenu{
	text-indent: -9999em;
	background: url(images/nav.png) no-repeat center right;
	height: 40px;
	/*width: 40px;*/
	padding: 5px;
	padding-right: 45px;
	color: #2C2C2C;
	text-decoration: none;
	z-index: 1000;
	top: 70px;
	right: 10px;
	position: absolute;
}
#primary-navigation{
	float: none;
}
#primary-navigation ul li{
	float: none;
	clear: both;
	margin: 4px 1%;
	font-size: 1em;
	background: #280b0b;
}
#primary-navigation ul li a{
	padding: 4px;
	color: #FFF;
}
	#header.header-effect #primary-navigation ul li a{
	padding: 4px;
}

#primary-navigation ul li a:hover{
	color: #FFF;
}
#primary-navigation ul li ul{
	width: 101%;
	/*margin: 0 5%;*/
	position: relative;
	display: block;
	opacity: 1;
	visibility: visible;
	top: 0;
	
}
#primary-navigation ul li ul li{
	width: 49%;
	margin-right: 1%;
	float: left;
	clear: none;
	background: #FFF;
	color: #000;
}

#primary-navigation ul li ul li ul li{
	width: 98%;
	margin: .2em 1%;
}
#primary-navigation ul li ul li a{
	padding: 7px 5px;
	color: #000;
	background: rgba(0,0,0,0.05);
}
#primary-navigation ul li ul li ul li a{
	background: rgba(0,0,0,0.2);
}
#primary-navigation ul li:last-child:hover ul{
	left: 0;
}	
	
	
    .one_half, .one_third, .two_third, .three_fourth,  .one_fourth, .last{width: 100% !important;
  margin: 10px 0% !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%;}

#content article h1{
	font-size: 2em;
}
#content article h2{
	font-size: 1.5em;
}

#wrap-logo{
	max-width: 250px;
	margin: 11px;
}

#header-phone p{
	font-size: 1em;
}


.div-odd, .ninja-forms-cont {
  padding: 20px 5%;

}
#social-media li a{
	padding: 7px;
	color: #CCC;
}
#header{
	position: relative;
}
#content{
	margin-top: 0px;
}
	
	#home-improvements{
		padding: 3em 5% 9em 5%;
	}
	
	#footer{
		padding: 3em 5%;
	}
	a.button, .button, .tnp-widget-submit, .form-submit .submit, .jobs-applynow a, .accua-form-view-standard .pfbc-buttons button, #home-testimonial .testimonial-content > p a, ._ps2id, .button-red a, .button-maroon a, a.add_to_wishlist{
	padding: 10px 15px;
	}
	#wrap-black-nav ul li.button a{
		padding: 0 10px;
	}
}

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

.background-image .text{
	font-size: 1.5em;
	font-weight: 300;
}
.background-image .text h1{
	font-size: 1.5em;
}
	
}

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

.page-template-simple-page #content >article{ 
	padding: 10px 5%;
}

.ivycat-testimonial {
  width: 90%;
  padding: 20px 5%;

}
.toggleMenu{
	/*top: 45px;*/
}
	
#social-media{
	width: 100%;
	position: fixed;
	bottom: 0;
	background: #000;
}
#social-media ul{	
	text-align: left;
}
	
#social-media li{
	float: none;
	text-align: left;
}
	
#wrap-black-nav ul li#menu-item-5079{
	position: fixed;
	bottom: 2px;
	right: 2px;
	
	z-index: 9;
}	
#wrap-black-nav{
	/*float: none;*/
}
#wrap-black-nav ul{
	text-align: center;
	display: inline-block;
	width: 100%;
	padding-bottom: .3em;
}

#wrap-black-nav ul li{
	display: inline-block;
	float: none;
	text-align: center;
}
/*#header header #searchform {
    position: absolute;
	top: 87px;
	right: 65px;
}
#header header #searchform #searchsubmit {
    background: #FFF url(../txfam2019/images/btn-search.png) no-repeat center;
}*/
	#copyright{
		margin-bottom: 2em;
	}
}

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

#services {
    padding: 100px 3em;
}
#services ul li{
	width: 100%;
	margin-right: 0%;
}

.metaslider .caption-wrap{
	width: 100% !important;
	height: auto !important;
	padding: 1em !important;
	position: relative !important;
	opacity: 1;
	background: #EFB117 !important;
}
.metaslider .caption-wrap:after{
	display: none;
}

#audiences ul > li{
	/*width: 95%;*/
}
	
	#home-improvements section{
		max-width: 100%;
	}
	#home-improvements {
    padding: 3em 5% 14em 5%;
	}
}

@media only screen and (max-width: 675px) {
#sidebar-right{
	width: 90%;
	float: none;
	margin: 40px auto;
	clear: both;
}


.slider-wrapper .nivo-caption{ 
	bottom: 0% !important;
	font-size: 1.5em;
	font-weight: 300;
}

#latest-posts li, #blog-latest-posts li{
	width: 95%;
}

.background-image .text{
	top: 200px;
	font-size: 1.1em;
}

.toggleMenu{
	/*top: 55px;*/
}
#wrap-black-nav{
	margin-top: 0;
}
#wrap-black-nav ul li a{
	padding: 3px 7px 3px 7px;
}
	
	header #searchform{
		position: absolute;
		top: 70px;
		right: 75px;
	}	
	#header header #searchform #searchsubmit {
    background: transparent url(images/btn-search.png) no-repeat center;
}
}

@media only screen and (max-width: 625px) {
.home .body-bg img{
	width: 214%;
	max-width: none;
	left: -113%;
}
#home-circle{
		height: auto;
	}
#services{
	padding: 50px 5%;
}
#services section.one_fourth{
	width: 80%;
	margin-right: 10%;
	margin-top: 80px;
	margin-left: 10%;
}

	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) {
.team-member figure{
	width: 100%;
}
#home-badges ul li{
	width: 20%;
	margin: 2.5%;
}
#home-badges{
	padding: 30px 4%;
}
.background-image .text{
	/*top: 160px;*/
}
#content article h1{
	font-size: 1.5em;
}
#content article h2{
	font-size: 1.2em;
}
	#home-support h1{
		
		font-size: 1.5em;
	}
	#home-support p{
		bottom: auto;
		height: auto;
	}
}

@media only screen and (max-width: 524px) {
.toggleMenu{
	/*top: 75px;*/
}

}

@media only screen and (max-width: 500px) {
.background-image .text{
	font-size: .9em;
	width: 95%;
	margin: 0 2.5%;
}
 .slider-wrapper .nivo-caption{
	 font-size: 1.2em;
 }
#content article#post-11{
	width: 90%;
}
}

@media only screen and (max-width: 450px) {
.slider-wrapper .nivo-caption{
	 font-size: 1.1em;
 }	
	.bg-black .widget_gtranslate select{
		max-width: 100px;
	}
	#home-circle h1{
	 font-size: 1.5em;
	}
	
}

@media only screen and (max-width: 400px) {
#header-phone{
	/*position: fixed;
	bottom: 5px;
	left: 0px;
	background: rgba(255,255,255,0.8);
	padding: .2em;*/
	margin-right: 0;
}
#wrap-black-nav ul li a {
    padding: 1px 5px 1px 5px;
}
}

@media only screen and (max-width: 375px) {
	#header.header-effect #wrap-logo, #wrap-logo{
		max-width: 200px;
		margin: 11px;
	}
	#sticky-bot p, #sticky-bot a.button, #header header {
		font-size: .85em;
	}
	
}
@media only screen and (max-width: 350px) {
	#header-phone{
		display: none;
	}
		
}
/* ==========================================================================
   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 txfam2019 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; text-align:center; background:#ccc; padding:10px; margin:10px }

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