/*
Theme Name: Blue Legal
Theme URI: https://www.bluelegal.com/
Author: Wizbit
Author URI: https://www.wizbit.net/
Version: 1.2
Requires at least: 5.0
Tested up to: 5.6
Requires PHP: 7.2
*/

.gform_legacy_markup_wrapper .field_description_below .gfield_description {
  padding-top: 0px !important;
}
#gform_5 li {
	margin-bottom: 15px !important;
}

body {
    background: #fff;
    color: #1c1c1b;
    margin: 0;
    padding: 0;
	font-family: 'Varela Round', sans-serif; /* 400 */
    font-weight: 400;
}

/* Images & Other Objects */

img, object, embed { max-width: 100%; }
img { height: auto; }
img { vertical-align: middle; }

a { 
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
	font-family: 'Varela Round', sans-serif; /* 400 */
    font-weight: 400;
}

/* cookie policy */

#catapult-cookie-bar .cookie {
	font-family: 'Varela Round', sans-serif!important;
    font-weight: 400!important;
	font-size: 13px!important;
}

#catapult-cookie-bar #catapultCookie {
	font-family: 'Varela Round', sans-serif!important;
    font-weight: 400!important;
	font-size: 13px!important;
}

/*pagination*/

.pagination a,
.pagination span.current {
    
    margin-right: 10px;
    
}

/* popup maker */

#popmake-81 {
	border-radius: 5px;
}

#popmake-81 a {
	text-decoration: none;
	color: #1C1C1B;
}

#popmake-81 a:hover {
	text-decoration: none;
	color: #FFB801;
}

#popmake-81 .popmake-title {
	margin-bottom: 15px;
	font-size: 24px;
}

#popmake-81 h3 {
	margin-bottom: 15px;
}

#popmake-81 p {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 10px;
}

#popmake-81 .fa {
	margin-right: 10px;
	color: #FFB801;
}

#popmake-81 a.btn {
	font-family: 'Varela Round', sans-serif;
    font-weight: 400;
    font-size: 0.9em;
    color: #fff;
    text-decoration: none;
    padding:  6px 20px;
    display: inline-block;
	border: 2px solid #FFB801;
	background: #FFB801;
	border-radius: 5px;
	margin: 0 5px 5px 0;
}

#popmake-81 a.btn .fa {
	color: #fff;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

#popmake-81 a.btn:hover {
	border: 2px solid #FFB801;
    background: none;
	color: #1C1C1B;
}

#popmake-81 a.btn:hover .fa {
	color: #1C1C1B;
}

/* wp google maps */

.wpgmza_map {
	margin-bottom: 35px;
}

/* FONTS ---------------------*/
/* FONTS ---------------------*/
/* FONTS ---------------------*/
/* FONTS ---------------------*/

h1 {
    font-family: 'Varela Round', sans-serif; /* 400 */
    font-weight: 400;
    font-size: 1.4em;
    color: #1C1C1B;
    margin: 0 0 0 0;
}

h2 {
    font-family: 'Varela Round', sans-serif; /* 400 */
    font-weight: 400;
    font-size: 1.3em;
    color: #1C1C1B;
    margin: 0 0 0 0;
}

h3 {
    font-family: 'Varela Round', sans-serif; /* 400 */
    font-weight: 400;
    font-size: 1.1em;
    color: #1C1C1B;
    margin: 0 0 0 0;
}

h4 {
    font-family: 'Varela Round', sans-serif; /* 400 */
    font-weight: 400;
    font-size: 1.2em;
    color: #1C1C1B;
    margin: 0 0 0 0;
}

p {
    font-family: 'Varela Round', sans-serif; /* 400 */
    font-weight: 400;
    font-size: 0.9em;
    color: #1C1C1B;
    margin: 0 0 0 0;
}

/* HEADER --------------------*/
/* HEADER --------------------*/
/* HEADER --------------------*/
/* HEADER --------------------*/

#header {
    padding: 20px 0;
	position: absolute;
	z-index: 10000;
	left: 0;
	right: 0;
    transition: background 0.2s linear;
	/*background: pink;*/
}

#header .logo {
	width: 175px;
	transition: all 0.5s;
	/*margin: 20px 0;*/
}

body #header .grid-container {
    transition: all 0.5s linear;
}

#header a.btn {
	font-size: 16px;
    color: #fff;
    text-decoration: none;
    padding:  1px 5px;
    display: inline-block;
	border: 2px solid #FFB801;
	border-radius: 5px;
	margin-top: 13px;
}

#header a.btn:hover {
	border: 2px solid #FFB801;
    background: #FFB801;
	color: #fff;
}

/* NAV -----------------------*/
/* NAV -----------------------*/

#nav {
    /*background: #BFB800;*/
}

#menu {
    list-style: none;
    margin: 14px 0 0 0; /*14px 0 0 0 0*/
    padding: 0;
    text-align: right;
	font-family: 'Varela Round', sans-serif; /* 400 */
    font-weight: 400;
    font-size: 0.85em;
	transition: all 0.5s;
}

#menu li {
    position: relative;
    display: inline;
}

#menu a {
    display: inline-block;
    margin: 0 0px;
    padding: 5px 15px;
    color: #fff;
    text-decoration: none;
    margin-right: -4px;
}

#menu ul {
    position: absolute;
    left: -9999px;
    margin: 0;
    padding: 0;
    text-align: left;
}

#menu ul li {
    display: block;
}

#menu li:hover ul {
    left: 0;
    z-index: 999;
}

#menu li:hover a {
    color: #FFB801;
}

/**/

#menu li:hover ul a {
    text-decoration :none;
    background: #071847;
    color: #FFF;
    border: none;
    border-bottom: 1px solid;
    border-color: rgb(255, 255, 255);
    border-color: rgba(255, 255, 255, 0.2);
}

#menu li:hover ul a:hover {
    text-decoration: none;
    /*background: #DF0416;*/
	color: #FFB801;
}

#menu ul a {
    white-space: nowrap;
    display: block;
    border-bottom: 2px solid #fff;
    padding: 8px 15px;
}

/**/

#menu .sub-menu .sub-menu,
#menu .sub-menu li:hover .sub-menu li .sub-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    /*margin-left: 3px;*/
}

#menu .sub-menu li:hover .sub-menu, 
#menu .sub-menu li .sub-menu li:hover .sub-menu {
    display: block;
}

/**/

#menu .tel a {
    padding-right: 9px;
    padding-left: 9px;
    color: #fff;
    /*border: 2px solid #FFB801;*/
    border-radius: 5px;
}

/*#menu .tel a:hover {
    background: #FFB801;
    border: 2px solid #FFB801;
	color: #fff;
}*/

#menu .fa {
    margin-top: 3px;
	border: 2px solid #FFB801;
}

/**/

/*#menu .current-menu-item > a,
#menu .current-menu-ancestor > a,
#menu .current_page_item > a,
#menu .current_page_ancestor > a {
    color: #FFB801;
}*/

/* SLICKNAV */

.slicknav_menu {
    display: none;
}


/* SLIDER --------------------*/
/* SLIDER --------------------*/
/* SLIDER --------------------*/
/* SLIDER --------------------*/

#slider {
    position: relative;
	z-index: -1;
}

/* SLIDER SEARCH -------------*/
/* SLIDER SEARCH -------------*/
/* SLIDER SEARCH -------------*/
/* SLIDER SEARCH -------------*/

#slider-search {
    padding: 0 0 100px 0;
	margin-top: -245px; 
	/*background-color: rgb(255, 0, 27);
    background-color: rgba(255, 0, 27, 0.2);*/
	z-index: 999;
}

#slider-search h2 {
	font-size: 2em;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
	color: #fff;
    position: relative;
	text-align: center;
}

#slider-search .form {
	background: #071847;
	padding: 20px 10px 15px 10px;
	border-radius: 8px;
}

#slider-search .form select {
	font-family: 'Varela Round', sans-serif; /* 400 */
    font-weight: 400;
    font-size: 0.9em;
    color: #1C1C1B;
	background: #fff;
	width: 100%;
	border: 2px solid #fff;
	/*padding: 10px;*/
	border-radius: 5px;
	margin-bottom: 5px;
	text-align: center;
	height: 40px;
}

#slider-search .form input {
	font-family: 'Varela Round', sans-serif; /* 400 */
    font-weight: 400;
    font-size: 0.9em;
    color: #fff;
	background: #FFB801;
	width: 100%;
	border: 2px solid #FFB801;
	/*padding: 10px;*/
	border-radius: 5px;
	height: 40px;
}

#slider-search .form input:hover {
	background: none;
	border: 2px solid #FFB801;
	color: #fff;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;

}

/* BANNER --------------------*/
/* BANNER --------------------*/
/* BANNER --------------------*/
/* BANNER --------------------*/

#banner {
    position: relative;
    height: 0;
    padding-bottom: 30%;
	background-color:  #000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	/*opacity: 0.6;*/
}

#banner:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
 	/* black overlay with 50% transparency */
    /*background: rgba(44, 49, 58, 0.4);*/
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0));
}

/* LATEST JOBS ---------------*/
/* LATEST JOBS ---------------*/
/* LATEST JOBS ---------------*/
/* LATEST JOBS ---------------*/

#latest-jobs {
    padding: 80px 0 80px 0;
    background-color: #f7f7f7;
	
	/*margin-top: -100px; 
	background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.5);
	z-index: 999;*/
}

#latest-jobs h2 {
    margin: 0 0 50px 0;
    padding: 0 0 0 0;
    position: relative;
	text-align: center;
}

#latest-jobs h2:after {
    border-bottom: 2px solid #FFB801;
    content: " ";
    position: absolute;
    bottom: -20px;
	left: 50%;
    margin-left: -30px;
    width: 60px;
}

#latest-jobs h3 {
    margin: 0 0 7px 0;
	line-height: 1.2em;
}

#latest-jobs p {
	font-size: 0.875em;
    /*line-height: 2em;*/
    margin-bottom: 10px;
}

#latest-jobs p .date {
    color: #666;
	font-size: 0.85em;
}


.job-carousel-item {
	background: #fff;
	padding: 20px 20px;
	height: 220px;
	border-radius: 10px;
}

.job-carousel-item a {
	font-size: 0.85em;
	text-decoration: none;
	color: #071847;
}

.job-carousel-item a:hover {
	text-decoration: none;
	color: #FFB801;
}

.job-carousel-item a:after {
    content: "\f061"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 10px;
	width: 10px;
    color: #FFB801;
}

/* FEATURE -------------------*/
/* FEATURE -------------------*/
/* FEATURE -------------------*/
/* FEATURE -------------------*/

#feature {
    padding: 80px 0 50px 0;
    background-color: #fff;
}

#feature a {
    color: #071847;
}

#feature .box {
    margin-bottom: 30px;
}

#feature h2 {
    margin: 0 0 35px 0;
    padding: 0 0 0 0;
    position: relative;
}

#feature h2:after {
    border-bottom: 2px solid #FFB801;
    content: " ";
    position: absolute;
    bottom: -15px;
	left: 0;
    width: 60px;
}

#feature h3 {
    margin: 0 0 5px 0;
}

#feature p {
	font-size: 0.85em;
    line-height: 2em;
    margin-bottom: 10px;
}

#feature .twitter-date {
	font-size: 0.9em!important;
}

/* CRUMBTRAIL ----------------*/
/* CRUMBTRAIL ----------------*/
/* CRUMBTRAIL ----------------*/
/* CRUMBTRAIL ----------------*/

#crumbtrail {
    padding: 18px 0;
    background: #f7f7f7;
}

#crumbtrail p {
    font-weight: 400; /* 400 500 600 */
    font-size: 0.85em;
    color: #1A1A19;
}

#crumbtrail a {
    text-decoration: none;
    color: #1A1A19;
}

#crumbtrail a:hover {
    color: #FFB801;
}

p#breadcrumbs span.divider:before {
    content: '\f105';
    font-family: 'FontAwesome';
	font-size: 1.2em;
    padding-left: 15px;
    padding-right: 15px;
    color: #FFB801;
}

/* CONTENT -------------------*/
/* CONTENT -------------------*/
/* CONTENT -------------------*/
/* CONTENT -------------------*/

#content-wrapper {
    padding: 40px 0 40px 0;
}

#content {
	margin-bottom: 2em;
}

#content a {
	text-decoration: underline;
	color: #1C1C1B;
}

#content a:hover {
    color: #FFB801;
}

#content h1 {
    margin: 0 0 50px 0;
    padding: 0 0 0 0;
    position: relative;
}

#content h1:after {
    border-bottom: 2px solid #FFB801;
    content: " ";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 60px;
}

#content h2 {
    /*font-size: 1.3em;*/
    margin: 0em 0 1.5em 0;
    line-height: 1.3em;
}

#content h3 {
    /*font-size: 1.3em;*/
    margin: 0 0 1em 0;
    line-height: 1.3em;
}

#content p {
    line-height: 2em;
    margin-bottom: 1.5em;
}

#content ul {
    list-style-type: none;
    margin: 0 0 1.2em 0;
    padding: 0 0 0 0;
}

#content li {   
    font-family: 'Varela Round', sans-serif; /* 400 */ 
    font-weight: 400;
    font-size: 0.9em;
    color: #333;
    padding: 0;
    margin: 0 0 5px 25px;
    line-height: 2em;
}

#content li:before {
    content: "\f0da"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -25px; /* same as padding-left set on li */
    width: 25px; /* same as padding-left set on li */
    color: #FFB801;
}

#content a.btn {
	font-family: 'Varela Round', sans-serif;
    font-weight: 400;
    font-size: 0.8em;
    color: #1C1C1B;
    text-decoration: none;
    padding:  10px 20px;
    display: inline-block;
	border: 2px solid #FFB801;
	border-radius: 5px;
	margin-top: 0px;
}

#content a.btn:hover {
	border: 2px solid #FFB801;
    background: #FFB801;
	color: #fff;
}

/*#content span {
	display: inline-block;
	width: 110px;
	font-weight: bold;
}*/

/* JOB LISTING ---------------*/

#content .job-listing .right {
	text-align: right;
}

#content .job-listing span {
	margin: 0 10px;
}

#content .job-listing hr {
	padding: 25px 0 0 0;
	margin: 0 0 30px 0;
	/*height: 1px;*/
	border: none;
	border-bottom: 1px solid #ccc;
}

#content .job-listing h2 {
	margin-bottom: 0px;
}

#content .job-listing p {
	margin-bottom: 0px;
}

#content .job-listing p.date {
	font-size: 0.8em;
	color: #666;
}

#content .job-listing a.btn {
	margin-top: 35px;
}

/* JOB SINGLE ---------------*/

#content .job-single span {
	display: inline-block;
	width: 110px;
	font-weight: bold;
}

/* BLOG ---------------------*/

#content .blog .article {
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

#content .blog p.date {
	font-size: 0.8em;
	color: #666;
	margin-bottom: 10px;
}

#content .blog h2 {
	margin-bottom: 15px;
}

#content .blog .article a.cat {
	color: #666;
	text-decoration: none;
}

#content .blog .article a:hover.cat {
	color: #333;
}

/* SIDEBAR -------------------*/
/* SIDEBAR -------------------*/
/* SIDEBAR -------------------*/
/* SIDEBAR -------------------*/

#sidebar .register a.btn {
	font-family: 'Varela Round', sans-serif;
    font-weight: 400;
    font-size: 0.9em;
    color: #fff;
	background: #FFB801;
    text-decoration: none;
    padding:  9px 20px;
    display: inline-block;
	border: 2px solid #FFB801;
	border-radius: 5px;
	margin-top: 0px;
}

#sidebar .register a.btn:hover {
	border: 2px solid #FFB801;
    background: none;
	color: #fff;
}

/* SIDEBAR SEARCH */

#sidebar .search {
	background: #F7F7F7;
	border: 1px solid #eee;
	padding: 20px;
	margin-bottom: 15px;
	border-radius: 5px;
}

#sidebar .search h2 {
	margin-bottom: 10px;
}

#sidebar .search select {
	font-family: 'Varela Round', sans-serif; /* 400 */
    font-weight: 400;
    font-size: 0.85em;
    color: #1C1C1B;
	background: #fff;
	width: 100%;
	border: 1px solid #eee;
	padding-left: 5px;
	border-radius: 5px;
	margin-bottom: 5px;
	height: 40px;
}

#sidebar .search input {
	font-family: 'Varela Round', sans-serif; /* 400 */
    font-weight: 400;
    font-size: 0.9em;
    color: #fff;
	background: #FFB801;
	/*width: 100%;*/
	border: 1px solid #FFB801;
	/*padding: 10px;*/
	border-radius: 5px;
	height: 40px;
	width: 132px;
	margin-top: 5px;
}

#sidebar .search input:hover {
	background: #071847;
	border: 1px solid #071847;
	color: #fff;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

/* SIDEBAR REGISTER */

#sidebar .register {
	background: #071847;
	padding: 20px;
	margin-bottom: 15px;
	border-radius: 5px;
}

#sidebar .register h2 {
	color: #fff;
	margin-bottom: 10px;
}

#sidebar .register p {
	color: #fff;
	margin-bottom: 10px;
}

/* SIDEBAR LATEST POST */

#sidebar .latest-post {
	background: #F7F7F7;
	border: 1px solid #eee;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 5px;
}

#sidebar .latest-post h2 {
	margin-bottom: 10px;

}

#sidebar .latest-post h3 {
	margin-bottom: 10px;

}

#sidebar .latest-post p {
	font-size: 0.85em;
	line-height: 1.5em;
	margin-bottom: 10px;

}

#sidebar .latest-post a, #feature a.btn {
	font-size: 0.85em;
	text-decoration: none;
	color: #071847;
}

#sidebar .latest-post a:hover, #feature a.btn:hover {
	text-decoration: none;
	color: #FFB801;
}

#sidebar .latest-post a:after, #feature a.btn:after {
    content: "\f061"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 10px;
	width: 10px;
    color: #FFB801;
}

/* SIDEBAR CATEGORIES */

#sidebar .categories {
	/*background: #F7F7F7;*/
	border: 1px solid #eee;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 5px;
}

#sidebar .categories h2 {
	margin-bottom: 15px;
}

#sidebar .categories a {
	text-decoration: none;
	color: #1C1C1B;
}

#sidebar .categories a:hover {
	color: #FFB801;
}

#sidebar .categories ul {
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#sidebar .categories li {   
    font-family: 'Varela Round', sans-serif; /* 400 */ 
    font-weight: 400;
    font-size: 0.9em;
    color: #333;
    padding: 0;
    margin: 0 0 5px 25px;
    line-height: 1.5em;
}

#sidebar .categories li:before {
    content: "\f0da"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -25px; /* same as padding-left set on li */
    width: 25px; /* same as padding-left set on li */
    color: #FFB801;
}

/* FOOTER --------------------*/
/* FOOTER --------------------*/
/* FOOTER --------------------*/
/* FOOTER --------------------*/

#footer {
    padding: 80px 0em 20px 0em;
    background-color: #071847;
}

#footer .fa {
    margin-right: 8px;
}

#footer a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    color: rgba(255, 255, 255, 1);
}

#footer a:hover {
    color: #ffb801;
}

#footer .box {
    margin-bottom: 80px;
}

#footer img {
    margin-bottom: 15px;
}

#footer h2 {
    color: #fff;
    font-size: 1em;
    margin-bottom: 1em;
}

#footer p {
    color: rgb(255, 255, 255);
    color: rgba(255, 255, 255, 1);
    font-size: 0.750em;
    line-height: 1.8em;
    margin: 0 0 1em 0;
}

/* SOCIAL */

#footer .social {
    list-style-type: none;
    margin: 0.75em 0 0 0;
    padding: 0;
}

#footer .social .fa {
	font-size: 16px;
}

#footer .social a {
    color: #fff;
}

#footer .social a:hover {
    color: #ffb801;
}

#footer .social li {   
    font-size: 0.75em;
    color: #fff;
    display: inline-block;
    margin: 0 0.75em 0 0;
    padding: 0 0 0 0;
}

/* QUICK LINKS */

#footer .quick-links {
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    /*-webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;*/
}

#footer .quick-links li {   
    font-family: 'Varela Round', sans-serif; /* 400 */
    font-weight: 400;
    font-size: 0.750em;
    color: rgb(255, 255, 255);
    color: rgba(255, 255, 255, 1); 
    padding: 0;
    margin: 0 0 0 25px;
    line-height: 2em;
}

#footer .quick-links li:before {
    content: "\f061"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -25px; /* same as padding-left set on li */
    width: 25px; /* same as padding-left set on li */
    color: #fff;
}

/* LIST */

#footer ul {
    list-style-type: none;
    margin: 0 0 0.8em 0;
    padding: 0 0 0 0;
}

#footer ul li {
    font-family: 'Varela Round', sans-serif; /* 400 */
    font-weight: 400;
    font-size: 0.750em;
    color: rgb(255, 255, 255);
    color: rgba(255, 255, 255, 1); 
    padding: 0;
    margin: 0 0 0.5em 0;
    line-height: 1.5em;
}

/* COPYRIGHT */

#footer .copyright hr {
    border: none;
    height: 1px;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.15); 
    margin: 0 0 1.3em 0;
}

#footer .copyright ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#footer .copyright li {
    display: inline;
    font-family: 'Varela Round', sans-serif; /* 400 */
	font-size: 400;
    font-size: 0.7em;
    color: rgb(255, 255, 255);
    color: rgba(255, 255, 255, 0.5);
}

#footer .copyright span {
    margin: 0 15px 0 15px;
}

#footer .copyright a {
    color: rgb(255, 255, 255);
    color: rgba(255, 255, 255, 0.5);
}

#footer .copyright a:hover {
    color: #ffb801;
}

/* FORM ----------------------*/
/* FORM ----------------------*/
/* FORM ----------------------*/
/* FORM ----------------------*/

/* gravity form */

body .gform_wrapper {
    margin: 0 0 3em 0;
    padding: 0 0 0 0;
}

body .gform_body .gform_fields .gfield .ginput_container {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

body .gform_wrapper ul li {
    margin-bottom: 0!important;
    margin-top: 0!important;
    /*margin-right: 0!important;*/
    margin-left: 0!important;
    padding-right: 16px!important;
    margin-right: -4px!important;
}

body .gform_wrapper ul li:before {
    content: none!important;
}

body .gform_wrapper .gform_body .gform_fields .gfield input[type=text] {
    font-family: 'Varela Round', sans-serif!important; /* 400 500 700 */
    font-weight: 400!important;
    font-size: 0.8em!important;
    color: #1C1C1B;
    background: #f7f7f7;
    border: none!important;
    padding: 0.9em!important;
    margin: 0 0 12px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body .gform_wrapper .gform_body .gform_fields .gfield select {
    font-family: 'Varela Round', sans-serif!important; /* 400 500 700 */
    font-weight: 400!important;
    font-size: 0.8em!important;
    color: #1C1C1B;
    background: #f7f7f7;
    border: none!important;
    padding: 0.65em!important;
    margin: 0 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

body .gform_wrapper .gform_body .gform_fields .gfield textarea {
    font-family: 'Varela Round', sans-serif!important; /* 400 500 700 */
    font-weight: 400;
    font-size: 0.8em;
    color: #1C1C1B!important;
    background: #f7f7f7;
    border: none!important;
    padding: 0.9em;
    margin: 0 0 15px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	height: 200px!important;
}

body .gform_wrapper .gform_footer {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

body .gform_wrapper .gform_footer input[type=submit] {
    font-family: 'Varela Round', sans-serif!important; /* 400 500 700 */
    font-weight: 400;
    font-size: 0.8em;
    background: #fff;

    color: #1C1C1B;
    text-decoration: none;
    padding:  10px 20px;
    display: block;
    margin: 30px 0 0 0;
    border: 2px solid #FFB801;
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.gform_wrapper .gform_footer input.button:hover {
    border: 2px solid #FFB801;
    background: #FFB801;
    color: #fff;
}

.upload {height: 85px;}


body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {color: #1C1C1B; font-weight: 400; margin-bottom: 10px;}


body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_fileupload {/*border: 1px solid red;*/}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_fileupload input {font-family: 'Varela Round', sans-serif!important; font-weight: 400;}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_fileupload .gform_button_select_files {color: red;}


input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #888;
}


input:-moz-placeholder, textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #888;
    opacity:  1;
}
input::-moz-placeholder, textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #888;
    opacity:  1;
}
input::-moz-placeholder, select::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #888;
    opacity:  1;
}


input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #888;
}
input::-mss-input-placeholder, textarea::-ms-input-placeholder { /* Microsoft Edge */
    color:    #888;
}

#gform_confirmation_message_1 {
    font-family: 'Varela Round', sans-serif!important; /* 400 500 700 */
    font-weight: 400!important;
    font-size: 0.95em!important;
    color: green;
	margin-bottom: 50px;
}


#feature p.twitter-header {
    margin-bottom: 0.5em;
}

#feature p.twitter-header a {
    color: inherit;
    outline: none;
    text-decoration: none;
}

#feature span.twitter-date {
    display: inline-block;
    border-left: 1px solid #c0c0c0;
    padding-left: 1em;
    margin-left: 1em;
    font-size: 14px;
    line-height: 16px;
}

div.email-to-friend {
    display: none;
    padding-top: 2em;
}

/* MEDIA QUERIES --------------------*/
/* MEDIA QUERIES --------------------*/
/* MEDIA QUERIES --------------------*/
/* MEDIA QUERIES --------------------*/


/* MOBILE VERTICAL */
@media (max-width: 400px) {}

/* MOBILE HORIZONTAL */
@media (max-width: 767px) {

    /* HEADER */

    #header .left {
        text-align: center;
    }

    /* NAV */

    .js #nav {
        display:none;
    }

    .js .slicknav_menu {
        display:block;
    }
	
	/* SLIDER SEARCH */
	
	#slider-search {
    	padding: 30px 0 30px 0;
		margin-top: 0px; 
		background-color: #071847;
		z-index: 999;
	}
	
	#slider-search .form {
		background: #071847;
		padding: 0;
		border-radius: 8px;
	}

	#slider-search h2 {
		font-size: 1.3em;
    	margin: 0 0 20px 0;
    	padding: 0 0 0 0;
		color: #fff;
    	position: relative;
		text-align: center;
	}
	
	/* JOB LISTING */

	#content .job-listing .right {
		text-align: left;
	}
	
	#content .job-listing a.btn {
		margin-top: 15px;
	}

    /* FOOTER */
	
	#footer .box {
		margin-bottom: 25px;
	}
	
	#footer .copyright li {
    	display: block;
	}
	
	#footer .copyright span {
    	display: none;
	}

}

/* DESKTOP > TABLET */
@media (min-width: 768px) and (max-width: 1024px) {

    /* NAV */

    .js #nav {
        display:none;
    }

    .js .slicknav_menu {
        display:block;
    }
	
	/* HEADER */
	
	
	
	/* SLIDER SEARCH */

	#slider-search {
    	padding: 0 0 30px 0;
		margin-top: -175px; 
		/*background-color: rgb(255, 0, 27);
    	background-color: rgba(255, 0, 27, 0.2);*/
	}
	
	#slider-search h2 {
		font-size: 1.6em;
    	margin: 0 0 20px 0;
    	padding: 0 0 0 0;
		color: #fff;
    	position: relative;
		text-align: center;
	}
	
	/* JOB LISTING */

	#content .job-listing .right {
		text-align: left;
	}
	
	#content .job-listing a.btn {
		margin-top: 15px;
	}

    /* FOOTER */

    #footer .right {
        text-align: left;
    }

}

/* DESKTOP */
@media (min-width: 1025px) {
    #header {
        position: fixed;
    }
    body.scrolled #header {
        background: #071847;
        /*border-bottom: 1px solid rgba(221,221,221,1);
        box-shadow: 0px 1px 1px rgba(200,200,200,0.5);*/
    }

    body.scrolled #header .logo {
        width: 140px;
        transition: all 0.5s;
    }

    body.scrolled #header .grid-container {
        /*width: 98%;
        max-width: none;*/
    }
    body.scrolled #menu {
        margin: 7px 0 0 0; /*5px 0 0 0*/
        transition: all 0.5s;
    }	
	body.scrolled #header a.btn {
		margin-top: 7px;
	}
}

