/*
	Theme Name: Live Career UK
	Description: Custom theme built on the Genesis Framework
	Author: Iversen Design
	Author URI: http://www.iversendesign.com/
	Version: 2.0.1

	Tags: black, orange, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.0.1

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


/* wp-head style*/

.image-container {
    position: relative;
    overflow: hidden;
    display: table
}

.image-container img {
    max-width: 100%;
    height: auto;
    display: block;
    /* added this */
}

.image-container a {
    position: absolute;
    color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0;
    z-index: 2;
}

.image-container .image-overlay {
    opacity: 0;
    position: absolute;
    color: #fff;
    background: rgba(141, 178, 215, 0.77);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 40px;
    line-height: 200px;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    z-index: 1;
}

.image-container:hover .image-overlay {
    opacity: 1;
}


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


/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

audio,
canvas,
video {
    display: inline-block
}

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

[hidden] {
    display: none
}

a:focus {
    outline: thin dotted
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

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

dfn {
    font-style: italic
}

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

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

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

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

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

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

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

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

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

textarea {
    overflow: auto;
    vertical-align: top
}

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


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

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


/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-header:before,
.site-inner:before,
.wrap:before {
    content: " ";
    display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-header:after,
.site-inner:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table;
}


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


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

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

body {
    font-family: 'Open Sans', sans-serif;
    line-height: 20px;
    word-break: break-word;
    word-wrap: break-word;
}

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

.sidebar .menu {
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}

a {
    color: #666;
}

a:hover {
    color: #333;
}

a img {
    margin-bottom: -4px;
    margin-bottom: -0.4rem;
}

.sidebar .menu .sub-menu a:hover {
    text-decoration: underline
}

p {
    margin: 0 0 24px;
    margin: 0 0 2.4rem;
    padding: 0;
}

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

blockquote,
blockquote::before {
    color: #999;
}

blockquote {
    margin: 40px 40px 24px;
    margin: 4rem 4rem 2.4rem;
}

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

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

cite {
    font-style: normal;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 16px;
    margin: 0 0 1.6rem;
}

h1 {
    font-size: 36px;
    font-size: 3.6rem;
}

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

h3 {
    font-size: 24px;
    font-size: 2.4rem;
}

h4 {
    font-size: 20px;
    font-size: 2rem;
}

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

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


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

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

img {
    height: auto;
    width: auto;
    /* IE8 */
}


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

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: 1px 1px 3px #eee inset;
    color: #999;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 16px;
    padding: 1.6rem;
    width: 100%;
}

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
    background-color: #333;
    border: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    padding: 16px 24px;
    padding: 1.6rem 2.4rem;
    text-transform: uppercase;
    width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
    background-color: #f15123;
}

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

.button {
    border-radius: 3px;
    display: inline-block;
    padding: 10px 18px;
    border-radius: 20px;
    text-decoration: none !important;
    box-shadow: 0px 1px 2px #868686;
    line-height: 18px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
}

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


/* Tables
--------------------------------------------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    width: 100%;
    border: 0;
}

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

th,
td {
    text-align: left;
}

th {
    font-weight: bold;
    text-transform: uppercase;
}

td {
    border: 0;
    padding: 6px 0;
    padding: 0.6rem 0;
}


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


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

.wrap {
    margin: 0 auto;
    max-width: 1170px;
}

.content-sidebar-wrap {
    margin: 0 auto;
    max-width: 1170px;
}

.site-inner {
    clear: both;
    padding-top: 0px;
    padding-top: 0rem;
}

#home-middle {
    padding-bottom: 20px;
}


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


/* Wrapping div for .content and .sidebar-primary */


/* Content */

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
    float: left;
}

.full-width-content .content {
    width: 100%;
}


/***button code***/

.btn {
    border-radius: 3px;
    transition: background .5s ease-in-out;
    max-width: 100%;
    font-family: "Montserrat", 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    vertical-align: middle;
    margin-bottom: 0;
    cursor: pointer;
    user-select: none;
    background-image: none;
    text-decoration: none;
    display: inline-block;
    line-height: 1.3;
    text-transform: uppercase;
    color: #fff;
    outline: none;
    white-space: normal;
}

.btn-default {
    font-weight: 600;
    font-size: 16px;
    border: 1px solid #535057;
    background-color: transparent;
    color: #f2582f;
    padding: 10px 15px;
}

.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.btn-default:visited {
    color: #f2582f;
    border: 1px solid #535057;
    outline: 0
}

a.btn.btn-primary.btn-lg {
    font-size: 14px;
    padding: 12px 22px;
}

/* .home a.btn.btn-primary.btn-lg,
.page-template-full-width a.btn.btn-primary.btn-lg {
    font-weight: 600;
    font-size: 16px;
    padding: 14px 22px;
    overflow: hidden;
    white-space: normal;
} */

a.btn-primary {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    background-color: #f15f4c;
    border: 1px solid #f15f4c;
}

.cvr-ltr .entry-content a.btn-primary {
    margin-bottom: 15px;
    font-size: 13px;
    padding: 10px 15px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #f15f4c;
    border-color: transparent;
    color: #fff
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #f3372b !important;
    border-color: transparent !important;
}

a.btn-defaultzy {
    background: #3591cf none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: table;
    font-size: 12px;
    font-weight: 600;
    margin: 0 23px 30px;
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 7px 14px;
}

a.btn-defaultzy:hover {
    background: #0F5E94 none repeat scroll 0 0;
    color: #fff;
}

.first {
    clear: both;
    margin-left: 0;
}

.search-form input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 24px;
    margin: 0 auto 2.4rem;
}

.alignleft {
    float: left;
    text-align: left;
}

img.alignleft,
.wp-caption.alignleft {
    margin: 0 24px 24px 0;
    margin: 0 2.4rem 2.4rem 0;
}

.widget_calendar table {
    width: 100%;
}

.widget_calendar td,
.widget_calendar th {
    text-align: center;
}


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

.breadcrumb {
    margin-top: 20px;
    margin-top: 2rem;
}


/* Titles
--------------------------------------------- */

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

.entry-title a,
.sidebar .widget-title a {
    color: #333;
}

.entry-title a:hover {
    color: #666;
}


/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
    background-color: #fff;
}


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

.entry {
    background-color: transparent;
    border-radius: 3px;
    margin-bottom: 40px;
    margin-bottom: 4rem;
    padding: 20px 40px 24px;
    padding: 2rem 4rem 2.4rem;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
    margin-bottom: 26px;
    margin-bottom: 2.6rem;
}

.entry-content ol,
.entry-content ul {
    margin-left: 40px;
    margin-left: 4rem;
}

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

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

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


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

.sidebar {
    color: #333;
}

.sidebar p:last-child {
    margin-bottom: 0;
}

.sidebar li {
    list-style-type: none;
    margin-bottom: 6px;
    margin-bottom: 0.6rem;
    word-wrap: break-word;
}

.sidebar ul>li:last-child {
    margin-bottom: 0;
}

.sidebar .widget {
    background-color: #fff;
    border-radius: 0px;
    margin-bottom: 40px;
    margin-bottom: .25rem;
    padding: 20px 10px;
}

#nav_menu-2 {
    border-top: 2px solid #000;
    clear: both;
    padding: 0;
}

.sidebar .menu .menu-item a {
    border: none;
    padding: 3px 0px;
}

.sidebar .menu .menu-item-has-children>a:hover,
.sidebar .menu>.menu-item>a:hover {
    background: #f2f2f2;
}

.sidebar .menu .sub-menu {
    margin-top: 10px;
    border-bottom: 1px solid #555;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 5px;
    padding-bottom: 15px;
}

.sidebar li {
    margin-bottom: 0;
}

.sidebar .menu .menu-item-has-children>a,
.sidebar .menu>.menu-item>a {
    font-size: 14px;
    border-bottom: 1px solid #555;
    padding: 10px 10px;
    display: block;
}

.sidebar .menu .current-menu-item>a {
    background: #f2f2f2;
}

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


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

.footer-widgets {
    background-color: #343737;
    color: #fff;
    clear: both;
    padding: 0px 0 16px;
    padding: 0rem 0 1.6rem;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
    width: 23.076923076923077%;
    float: left;
}

.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
    margin-left: 2.564102564102564%;
}

.footer-widgets a {
    border-bottom: 1px solid #666;
    color: #fff;
}

.footer-widgets a:hover {
    color: #ddd;
}

.footer-widgets .widget {
    margin-bottom: 24px;
    margin-bottom: 2.4rem;
}

.footer-widgets .widget-title {
    color: #fff;
}

.footer-widgets li {
    list-style-type: none;
    margin-bottom: 6px;
    margin-bottom: 0.6rem;
    word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
    border: 1px solid #ddd;
}

.footer-widgets-5 {
    clear: both;
    text-align: center;
}

.footer-orange-hr {
    border: none;
    border-bottom: 1px solid #f38e34;
    padding-top: 17px;
}


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

.copyright {
    float: left;
    font-size: 11px;
    color: #FFF;
    padding: 5px 0 0 0;
}

#home-featured {
    background: #f2f2f2 url(/wp-content/themes/genesis-sample/images/bg-banner.png) no-repeat bottom center;
}

.heroBanner {
    min-height: 320px;
    position: relative;
}

.heroBannerContent {
    padding: 34px 10px 0 10px;
    overflow: hidden;
}

.heroBanner h1 {
    font-size: 34px;
    font-weight: bold;
    color: #000;
    margin: 0 0 20px 0;
}

.heroBannerContent ul {
    margin: 0 0 0 28px;
    list-style-position: outside;
    list-style-type: disc;
    float: left;
}

.heroBannerContent ul li {
    font-size: 14px;
    padding: 0 0 10px 0;
    color: #000;
}

.heroBanner .span8 {
    width: 65%;
    float: left;
}

.btnWrapBanner {
    margin: 20px 0 0 0;
    padding: 0 0 20px 0;
}

.bnrImgRtBtm {
    bottom: 0;
    position: absolute;
    right: 250px;
}


/*
Buttons
---------------------------------------------------------------------------------------------------- */

.btnWrapBanner a {
    font-size: 21px;
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #fff;
}

.btnMedium {
    font-size: 1.65em;
    padding: 0.5em 1.8em 0.55em;
    border-bottom: 0 !important;
}

.btn-primary {
    background-color: #f15f4c;
    border: 1px solid #f15f4c;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:visited {
    background-color: #f3372b !important;
    border: 1px solid #f3372b !important;
    border-color: #f3372b !important;
}

.button-orange {
    text-decoration: none;
    background: #f07531;
    border-radius: 3px;
    padding: 7px 14px;
    text-transform: none;
    font-weight: 400;
    float: right;
    clear: both;
}

.btn-orange {
    background-color: #f2582f;
    border: 1px solid #f2582f;
}

.btn.btn-orange:hover,
.btn.btn-orange:active,
.btn.btn-orange:focus,
.btn.btn-orange:visited {
    background: #EF6000;
    border: 1px solid #EF6000;
}

.btn-default {
    font-weight: 600;
    font-size: 16px;
    border: 1px solid #535057;
    background-color: transparent;
    color: #f2582f;
    padding: 10px 15px;
}

.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.btn-default:visited {
    color: #f2582f;
    border: 1px solid #535057;
    outline: 0
}


/************************************* end of buttons ****************************************/

.tou {
    font-size: 11px;
    color: #666;
    margin: 10px 0;
    line-height: normal;
}

.tou a {
    text-decoration: underline;
    font-size: 11px;
    color: #666;
}

.overlay {
    height: 316px;
    width: 246px;
    position: absolute;
    clear: none;
    background-color: rgba(85, 85, 85, 0.75);
    overflow: visible;
    margin-left: 68px;
    margin-top: 10px;
    background: url(/wp-content/uploads/2014/05/Magnifying-glass.png) rgba(85, 85, 85, 0.75);
    background-position: center center !important;
    background-repeat: no-repeat !important;
    border-bottom: none;
    display: none;
    margin: auto !Important;
}

.rsContent:hover .overlay {
    display: block;
}


/*************Royal Slider**************/

img.rsImg {
    margin-top: 10px !important;
    height: 316px;
    width: 246px;
    margin: auto !important;
    display: block;
}

.img {
    height: 316px;
    width: 246px;
    margin: auto;
}

.slide-caption {
    text-align: center;
    font-weight: 800;
}

.rsDefaultInv.rsHor .rsArrowRight {
    right: 0;
    top: 37% !important;
    background-image: url(/wp-content/uploads/2014/05/next-horizontal-btn.png);
    background-repeat: no-repeat;
    background-position-x: right;
}

.rsDefaultInv.rsHor .rsArrowLeft {
    right: 0;
    top: 37% !important;
    background-image: url(/wp-content/uploads/2014/05/prev-horizontal-btn.png);
    background-repeat: no-repeat;
}

.rsDefaultInv .rsArrowIcn {
    display: none;
}

.rsImg {
    border: 2px solid #000;
    border-radius: 2px;
}

.rsDefaultInv,
.rsDefaultInv .rsOverflow,
.rsDefaultInv .rsSlide,
.rsDefaultInv .rsVideoFrameHolder,
.rsDefaultInv .rsThumbs {
    background: transparent !important;
    overflow: hidden;
}

.rsVisibleNearbyWrap .rsOverflow,
.rsVisibleNearbyWrap,
.royalSlider {
    min-height: 375px;
}


/***********Modal**************/

.modal {
    border: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
}

.modal .orange {
    font-size: 30px;
    border-top: 2px solid rgba(255, 255, 255, 0.75);
    box-shadow: none;
}

.modal .close-modal {
    top: 4.5em !important;
    right: 15.6875em !important;
    background: #fff;
    padding: 0 4px;
    border-radius: 50%;
    color: #000 !important;
}


/**************Article Pages*****************/

.top-banner {
    display: none;
    margin-top: 10px;
}

.top-banner img {
    margin-bottom: 2px;
}

.page-template-article-page-php .top-banner {
    display: block;
}

.page-template-article-page-php .site-inner {
    background-color: #fff;
}

.bottom-banner {
    margin-bottom: 25px;
    display: block;
    clear: both;
}


/*************** Header right ******************/

.member {
    background: url(/wp-content/uploads/2014/05/icon-member.png) no-repeat 6px 6px;
    padding: 0 15px 0 40px;
    font-size: 13px;
}

.liveHelp {
    background: url(/wp-content/uploads/2014/05/icon-livechat.png) no-repeat 6px 0;
    padding: 4px 25px 2px 38px;
    color: #000;
    float: left;
    color: #666;
    margin: 0 6px 0 0;
    font-size: 13px;
}

.liveHelp a {
    color: #D6623F;
}

.liveHelp a:hover {
    text-decoration: underline;
}

.userBox {
    float: left;
    color: #FFF;
}

.socialLinks span {
    display: inline-block;
    padding: 0 5px 0 0;
    font-size: 11px;
    font-weight: bold;
    color: #CCC;
    line-height: 1.1;
    text-align: right;
}

.pull-left {
    float: left;
}

.hdrFeatureWrap {
    background: url(/wp-content/uploads/2014/10/top-right-tabs.png) no-repeat 0 -2px;
    height: 50px;
    padding: 2px 45px 0 18px;
    font-size: 12px;
    font-weight: bold;
    line-height: normal;
    float: right;
    text-align: left;
}

.socialLinks {
    float: right;
    padding-top: 16px;
    width: 400px;
}

.member a {
    color: #fff;
    text-decoration: underline;
}


/***********Hamburger Menu ***********/

.headerWrapper .span7 .btn-navbar {
    background-color: #333;
    background-image: linear-gradient(to bottom, #333, #333);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 10px;
    border: none;
    margin: 5px;
    display: none;
    float: right;
    border-radius: 4px;
}

.headerWrapper .span7 .btn-navbar .icon-bar {
    background-color: #F5F5F5;
    border-radius: 1px 1px 1px 1px !important;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    display: block;
    height: 2px;
    width: 18px;
}

.btn-navbar .icon-bar+.icon-bar {
    margin-top: 3px;
}


/* Changes for Livecareer.de by Joey on 10-8-14 */

.partner-products .container {
    border-top: 1px solid #dedede;
    padding: 50px 15px 0px;
}

.nav-primary .menu-item-has-children {
    background: url(/wp-content/uploads/2014/10/sub-menu-arrows.png);
    background-repeat: no-repeat;
    background-position-x: 93%;
    padding-right: 16px;
    background-position-y: 55%;
}

.footer-widgets-6 {
    padding: 7px 5% 0;
    max-width: 1140px;
    margin: auto;
}

.footer-widgets .wrap {
    max-width: 100%;
}

.left-text {
    display: block !important;
    float: left;
    margin-top: 50px;
    margin-bottom: 0;
    margin-left: 44px;
}

.right-text {
    float: right;
    margin-bottom: 0;
}

.button-orange:hover {
    background-color: #fff;
    color: #222;
}

.trustpilot-widget {
    padding: 50px 0;
    max-height: 250px;
}

.cvr-ltr .entry-content a {
    color: #4a90e2;
}
.cvr-ltr .entry-content a.btn{
    color: #fff;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1139px) {
    .site-inner,
    .wrap {
        max-width: 960px;
    }
    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
        width: 740px;
    }
    .content,
    .site-header .widget-area {
        width: 620px;
    }
    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content,
    .content-sidebar-sidebar .content {
        width: 400px;
    }
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .sidebar-primary,
    .title-area {
        width: 300px;
    }
}

@media only screen and (max-width: 1023px) {
    .resnav {
        display: block;
    }
    .content,
    .content-sidebar-sidebar .content,
    .content-sidebar-sidebar .content-sidebar-wrap,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .sidebar-content-sidebar .content,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-primary,
    .sidebar-secondary,
    .sidebar-sidebar-content .content,
    .sidebar-sidebar-content .content-sidebar-wrap,
    .site-header .widget-area,
    .site-inner,
    .title-area,
    .wrap {
        width: 100%;
    }
    .site-header .wrap {
        padding: 20px 0;
        padding: 2rem 0;
    }
    .site-header .wrap {
        background-position: center top;
    }
    .site-inner {
        padding-left: 5%;
        padding-right: 5%;
    }
    .sidebar .widget.enews-widget {
        padding: 40px;
        padding: 4rem;
    }
    .footer-widgets {
        padding: 40px 5% 16px;
    }
    .footer-widgets-1 {
        margin: 0;
    }
    .genesis-nav-menu a,
    .genesis-nav-menu>.first>a,
    .genesis-nav-menu>.last>a {
        padding: 20px 16px;
        padding: 8px 1.6rem;
    }
    .footer-widgets {
        padding: 40px 0% 16px;
    }
    .footer-widgets .wrap {
        margin: 0;
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .socialLinks {
        display: none;
    }
    .liveHelp {
        float: none;
        margin: 0 0 5px 0;
        padding: 0 0 8px 38px;
        border-bottom: 1px solid #8F8F8F;
    }
    .hdrFeatureWrap {
        background-image: none;
        float: none;
        height: auto;
        padding: 5px 0px;
        background-color: #EFEFEF;
        border: 1px solid #8F8F8F;
        border-right: none;
        border-left: 0;
        margin: 0 0 15px 0;
        overflow: hidden;
    }
    .userBox {
        color: #000;
    }
    .headerWrapper .span7 .btn-navbar {
        display: block;
    }
    .member a {
        color: #D6623F
    }
    .nav-primary {
        background: #999;
    }
    .hdrFeatureWrap {
        display: none;
    }
}


/* 404 */

.error404 p.msg-sorry,
.error404 p.msg-tryOne {
    font-size: 14px;
    line-height: 18px;
    color: #101010;
    margin-bottom: 20px;
}

.error404 p.msg-tryOne {
    font-weight: bold;
}

.error404 .ftrListWrap ul li a {
    text-decoration: none;
    color: #bdbdbd;
    font-size: 12px;
    color: #CCC;
    font-family: Arial, Helvetica, sans-serif;
}

.error404 .ftrListWrap h3 {
    color: #f5f5f5;
    padding: 0 0 5px 0;
    font-weight: bold;
    font-size: 14px;
    margin: 0;
    line-height: normal;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
}

.error404 .ftrListWrap {
    color: #CCC;
    line-height: normal;
    float: left;
    margin: 0 100px 15px 0;
    display: inline-block;
}

.error404 .ftrListWrap h3 {
    color: #010101;
}

.error404 .ftrListWrap ul {
    padding: 0 0 15px 0;
    margin: 0;
}

.error404 .ftrListWrap ul li {
    margin: 0 0 2px 0;
    list-style: none;
    line-height: normal;
}

.error404 .ftrListWrap ul li a {
    color: #e7552c;
}

.error404 .marginftrList {
    margin: 0 92px 15px 0;
}

.error-container {
    overflow: hidden;
    max-width: 1100px;
    margin: 50px auto;
}

@media only screen and (max-width: 767px) {
    #document {
        border: none !important;
    }
}

.lightBlueHeader {
    color: #0059a4;
    font-size: 27px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 40px;
}

div[id*="div-gpt-ad"]:hover {
    opacity: .5;
    filter: alpha(opacity=50);
}


/*LiveCareer Footer*/

.footer-container a:hover {
    text-decoration: underline;
    color: #999;
}

.page-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 50px;
}

.page-footer .title {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 15px;
}

.page-footer ul,
.page-footer ul li,
.page-footer-bottom ul {
    line-height: 25px;
}

.page-footer ul {
    list-style: none;
    padding: 0;
    margin-bottom: 10px;
}

.languages .one-fourth {
    padding-right: 15px;
    padding-left: 15px;
}

.social-links li a:hover {
    color: #adb7c4;
}

.footer-container .copyright {
    font-size: 16px;
    border-top: 5px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0 10px;
    float: none;
    color: #999;
    overflow: hidden;
}

.display-none {
    display: none;
}

.expand-toggle {
    cursor: pointer;
}

.expand-toggle:after {
    content: "\f0dd";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    padding-left: 10px;
    position: relative;
    top: -2px;
}

.expand-toggle.toggleactive:after {
    content: "\f0de";
    top: 3px;
}

.expand-toggle:hover {
    color: #0088b6;
}

@media only screen and (max-width: 480px) {
    .image-container #document {
        min-width: 100% !important;
        padding: 27px 20px 27px 20px;
    }
    .prflSection {
        margin-left: 0 !important;
    }
    div[id*="FRFM"] {
        margin-left: 20px !important;
    }
}

.image-container #document {
    border-width: 2px !important;
}

.image-container {
    box-shadow: 0px 2px 5px #868686;
}


/****Animation******/

@-webkit-keyframes bounceInLeft {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes bounceInRight {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}


/****Animation****/


/****css for full width page*****************/

.full-width-page .content-sidebar-wrap {
    max-width: 100%;
}

.full-width-page .entry {
    padding: 0;
    margin: 0;
}

.full-width-page .site-inner {
    max-width: 100%;
}

.full-width-page h1 {
    font-size: 50px;
    font-weight: 400;
}


/* .home  h1{color: #6f6f6f} */

.full-width-page .entry-content section {
    padding: 40px 0;
}

.full-width-page h2 {
    font-weight: 400;
}

.full-width-page h3 {
    font-weight: 300;
}


/**************/


/***front****page****/

.template-features li {
    font-size: 16px;
    margin-bottom: 10px;
}

.de .page-banner {
    background: url(/wp-content/themes/genesis-sample/images/hero-banners/home-page-banner-de.jpg) no-repeat center center/cover;
    padding: 70px 0;
    min-height: 481px;
}

.bn-h1 {
    margin-top: 100px;
}

.de .bn-h1 {
    color: #6f6f6f;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 35px;
    margin-top: 0;
}

.btm-line {
    border-bottom: 10px solid #c8e9fa;
}

.grey-bg {
    background-color: #f1f6fb;
}


/* .entry-content .composite-list {
    margin: 30px 12px 25px 0px;
} */


/* .entry-content .composite-list li {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    list-style-type: none;
    color: #333;
    margin-left: 15px;
    position: relative;
} */


/* .entry-content .composite-list li::before {
    content: "\200B";
    height: 5px;
    width: 5px;
    position: absolute;
    left: -15px;
    border: 1px solid #ff0000;
    border-radius: 50%;
    background-color: #ff0000;
    top: 10px;
} */


/* .how-it-works h2 {
    margin-top: 50px;
} */


/* .jcarousel {
    overflow: hidden;
    width: 100%;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa
} */


/* .jcarousel .pad-carousel {
    border-right: 1px solid #aaa;
} */


/* .jcarousel-control-next,
.jcarousel-control-prev {
    color: #000;
    font: 50px/52px Arial, sans-serif;
    position: absolute;
    top: 32%;
    text-decoration: none;
    width: 40px;
    outline: 0
} */


/* .jcarousel-control-next:focus,
.jcarousel-control-next:hover,
.jcarousel-control-prev:focus,
.jcarousel-control-prev:hover {
    text-decoration: none
}

.jcarousel-control-prev {
    left: -25px;
    text-align: left
}

.jcarousel-control-next {
    right: -25px;
    text-align: right
} */

a.slick-arrow:focus {
    outline: none;
}

.uk-sprite {
    background-repeat: no-repeat;
    display: inline-block
}

.pad-carousel {
    padding: 0 15px;
}

.carousel-module {
    padding-bottom: 0
}

.section-module h2 {
    margin-bottom: 40px
}

.section-module.composite-module h2 {
    margin-bottom: 30px
}

.carousel-inner {
    padding: 0;
    margin-left: 30px;
    border-right: 1px solid #aaa
}

.slide-img {
    height: 60px;
    width: 60px;
    float: left
}


/* .cv-builder-img,
.cv-check-img {
    background-position: 0 0
} */


/* .cover-letter-img {
    background-position: -71px -64px
}

.tips-advise-img {
    background-position: -136px 1px;
    width: 60px
}

.job-board-img {
    background-position: -131px -62px;
    width: 100px;
    height: 65px
}

.interview-tips-img {
    background-position: -238px -65px;
    width: 75px
} */

.slide-head h3 {
    min-height: 84px;
    float: left;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin: 5px 0 0 12px;
    width: 65%
}

.career-user .slide-head h3 {
    font-weight: 600
}

.slide-txt {
    display: inline-block;
    margin: 30px 0 0 !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    min-height: 100px;
    color: #6f6f6f;
    width: 100%
}

.carousel-inner .item {
    clear: none;
    background: #fff;
    height: 265px
}

.review-txt {
    line-height: 25px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 25px
}

.review-txt~.text-center {
    font-size: 20px;
    font-weight: 600;
    line-height: 34px
}


/* .customer-review .container {
    border: 1px solid #dedede;
    border-left: none;
    border-right: none;
    padding: 50px 15px 65px
} */

.review-txt .writer-name {
    font-weight: 600;
    display: block
}

.img-responsive,
.list-inline li .img-responsive {
    display: inline-block
}

.list-inline>li {
    padding-right: 30px
}

.right-career-img {
    background-position: -1px -65px
}

.confident-img {
    background-position: -228px 0
}

.help-img {
    background-position: -67px 0;
    width: 64px
}

.item-inner .item .pad-carousel {
    border: 0
}

.item-inner .item:nth-child(2n) .pad-carousel {
    border: 0;
    border-right: 1px solid #aaa;
    border-left: 1px solid #aaa
}

.support h3 {
    margin-bottom: 0;
}

.lc-footer .title,
.lc-footer a {
    color: #fff;
}

@media only screen and (min-width: 768px) {
    .bounceInLeft {
        -webkit-animation-name: bounceInLeft;
        animation-name: bounceInLeft
    }
    .bounceInRight {
        -webkit-animation-name: bounceInRight;
        animation-name: bounceInRight
    }
    .animated {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    /* .jcarousel,
    .jcarousel .pad-carousel {
        border: none
    }
    .jcarousel {
        border-right: none;
    }
    .jcarousel-control-prev {
        left: -5px
    }
    .jcarousel-control-next {
        right: -5px
    } */
}

@media only screen and (max-width: 1023px) {
    .site-inner {
        padding: 0
    }
    .item-inner .item:nth-child(2n) .pad-carousel {
        border: 0;
    }
}

@media only screen and (max-width: 992px) {
    /* .home .bn-h1 {
        font-size: 38px;
    } */
    .de .page-banner {
        min-height: 392px;
    }
    .de .bn-h1 {
        font-size: 44px;
    }
}

@media only screen and (max-width: 767px) {
    .bn-h1 {
        margin-top: 20px;
    }
    .full-width-page h1 {
        font-size: 40px;
    }
    .full-width-page h1 br {
        display: none;
    }
    .contact-box-wrap {
        display: none;
    }
    .trustpilot-widget {
        max-height: unset;
    }
    .slide-head h3 {
        width: 56%;
    }
    .career-user.grey-bg .slide-txt {
        margin: 15px 0 30px!important;
    }
    .career-user.grey-bg .slide-head h3,
    .career-user.grey-bg .slide-txt {
        min-height: unset;
    }
    .de .page-banner {
        background: url(/wp-content/themes/genesis-sample/images/hero-banners/home-page-banner-de-mobile.jpg) no-repeat center center/cover;
        padding: 0px;
        min-height: 396px;
        text-align: center;
    }
    .de .bn-h1 {
        font-size: 24px;
        margin: 15px auto;
    }
}


/***/


/***cv builder****/

.page-banner h1 {
    color: #6f6f6f;
    font-weight: 600;
}


/* .cv-builder h1{color: #fff;} */

.format-img,
.text-tuner-img,
.one-touch-img {
    float: left;
    display: inline-block;
    background: url('/wp-content/themes/genesis-sample/images/cv-builder-sprite.png') no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
}

.format-img {
    background-position: -0px -0px;
    width: 58px;
    height: 55px;
}

.text-tuner-img {
    background-position: -0px -55px;
    width: 58px;
    height: 57px;
}

.one-touch-img {
    background-position: -0px -112px;
    width: 53px;
    height: 60px;
}


/********************/


/****************cover letter builder**********/

.uk .cvr-builder,
.pt .cvr-builder,
.pl .cvr-builder,
.nl .cvr-builder,
.de .cvr-builder {
    background: url('/wp-content/themes/genesis-sample/images/cvr-img.jpg') no-repeat center center;
}

.build-letter .content {
    line-height: 30px;
    text-align: left;
    display: table;
    margin: 10px 0;
}

.build-letter .content .numbers {
    color: #f7855c;
    font-size: 72px;
    font-weight: 400;
    vertical-align: -webkit-baseline-middle;
    display: inline-block;
    margin-top: 15px;
    margin-right: 5px;
}

.build-letter .content .text {
    font-size: 18px;
    font-weight: 400;
    display: table-cell;
}

.build-letter h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
}

h3.appraise-text {
    color: #6f6f6f;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    margin: 55px 0;
}

.br-bottom {
    border-bottom: 1px solid #ccc;
    padding-bottom: 35px;
}

@media screen and (min-width: 1024px) {
    .build-letter .content {
        min-height: 85px
    }
}

.resnav {
    display: none;
}

@media all and (max-width: 767px) {
    .full-width-page h1 {
        font-size: 30px;
    }
    /* .jcarousel-control-next {
        right: 0
    }
    .jcarousel-control-prev {
        left: 0
    }
    .jcarousel .pad-carousel {
        border: none
    }
    .jcarousel {
        border: none;
    } */
    .customer-review .container {
        padding: 50px 15px 65px 15px;
    }
    .btn-orange {
        white-space: normal;
    }
}


/********************/

#AWIN_CDT {
    height: 0px !important;
    width: 0px !important;
    visibility: hidden !important;
    display: inherit !important;
    margin: 0px !important;
    border: 0px !important;
    padding: 0px !important;
}


/*********cv-template-all page***********/

body.view-all {
    background: #f7f7f7;
}

.view-all .site-inner {
    clear: both;
}

.view-all .entry {
    background: transparent;
    margin-bottom: 40px;
    padding: 35px 0;
}

.view-all h1 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 40px;
    padding-left: 15px;
}

.view-all .resExampleBox {
    padding: 0 15px;
}

.view-all .resExampleBox h3 {
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 25px;
}

.view-all p {
    padding: 0;
}

.view-all .resExampleBox h3 a {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
}

.view-all .resExampleBox ul {
    overflow: auto;
    margin-top: 20px;
    margin-left: 0;
}

.all-links {
    padding: 0 15px;
}

.view-all .resExampleBox ul li {
    width: 30%;
    float: left;
    list-style-type: none;
    margin: 5px 10px;
    min-height: 60px;
}

.view-all .resExampleBox ul li a {
    text-decoration: none;
    color: #1695ba;
    font-size: 14px;
    font-weight: 400;
}

.view-all .resExampleBox ul li a:hover {
    text-decoration: underline;
}

.breadcrumb {
    font-size: 14px;
    margin-bottom: 1px;
    padding: 12px 30px;
}

@media all and (max-width: 767px) {
    .view-all .site-inner {
        padding-top: 0;
    }
    .view-all .bat-banner .col-xs-12 {
        padding: 0;
    }
    .view-all .entry {
        padding: 30px;
        margin-bottom: 5%;
    }
    .view-all .bat-banner {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .view-all .resExampleBox ul li {
        width: auto;
        float: none;
    }
    .view-all h1 {
        padding-left: 10px;
        font-size: 25px;
    }
    .view-all .resExampleBox {
        padding: 0;
    }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
    .view-all p {
        padding: 0 15px;
    }
}


/*********end of cv-template-all page***********/


/*********cv-samples page***********/

.flash-h2,
#footer_links h3,
.all-links h3 {
    color: #4a4a4a;
    font-size: 25px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 0;
}

.blue-box-amo {
    width: 80px;
    height: 5px;
    background: #3591CF;
    margin-bottom: 30px;
}

.xind-rig {
    border-right: 2px solid #eee;
    border-bottom: none;
}

.unpocode {
    margin-bottom: 30px;
    margin-left: 0 !important;
}

.xindustry ul li,
#footer_links a,
ul.ls_page_list li {
    margin-bottom: 10px;
    font-size: 13px;
    color: #000;
    line-height: 17px;
    list-style-type: none;
}

ul.ls_page_list li {
    width: 49%;
    float: left;
    margin-right: 1%;
}

#footer_links a {
    display: inline-block;
}

.xindustry ul li a,
#footer_links a,
ul.ls_page_list li a {
    text-decoration: none;
    color: #3591CF;
    font-weight: 400;
}

.xindustry ul li a:hover,
#footer_links a:hover,
.ls_page_list a:hover {
    text-decoration: underline;
}

.xindustry .columns {
    -moz-column-width: 11.5em;
    /* Firefox */
    -webkit-column-width: 11.5em;
    /* webkit, Safari, Chrome */
    column-width: 11.5em;
}

blockquote {
    border-left: 0;
}

.page-template .entry-content {
    margin: 0 !important;
}

@media all and (max-width: 767px) {
    .flash-h2,
    #footer_links h3,
    .all-links h3 {
        font-size: 20px;
    }
    .xind-rig {
        border-right: 0;
    }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
    .flash-h2,
    #footer_links h3,
    .all-links h3 {
        font-size: 20px
    }
    .xind-rig {
        border-right: 0;
    }
}


/*********end of cv-samples page***********/


/*********end of Main Top Menu***********/

@media all and (max-width: 767px) {
    .page-template .entry-title {
        font-size: 30px !important;
        margin: 10px 30px !important;
    }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
    .page-template .entry-title {
        font-size: 30px !important;
        margin: 10px 30px !important;
    }
}

.l-gradient {
    background: -moz-linear-gradient(45deg, rgba(187, 203, 192, 1) 0%, rgba(187, 203, 192, 1) 38%, rgba(254, 232, 224, 1) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(187, 203, 192, 1)), color-stop(38%, rgba(187, 203, 192, 1)), color-stop(100%, rgba(254, 232, 224, 1)));
    background: -webkit-linear-gradient(45deg, rgba(187, 203, 192, 1) 0%, rgba(187, 203, 192, 1) 38%, rgba(254, 232, 224, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(187, 203, 192, 1) 0%, rgba(187, 203, 192, 1) 38%, rgba(254, 232, 224, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(187, 203, 192, 1) 0%, rgba(187, 203, 192, 1) 38%, rgba(254, 232, 224, 1) 100%);
    background: linear-gradient(45deg, rgba(187, 203, 192, 1) 0%, rgba(187, 203, 192, 1) 38%, rgba(254, 232, 224, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fee8e0', endColorstr='#bbcbc0', GradientType=1)
}


/******************************** Footer menu for mobile ********************************************************/

@media all and (max-width: 767px) {
    .example-banner,
    .cvr-ltr-banner {
        min-height: auto !important;
    }
}


/**css addition for responsive code unification***/

@media only screen and (max-width:767px) {
    .home a.btn.btn-primary.btn-lg,
    .page-template-full-width a.btn.btn-primary.btn-lg,
    .btn-default {
        font-size: 13px;
        white-space: normal
    }
    .jcarousel li {
        border-right: none;
    }
}


/********************************end of Footer menu for mobile ********************************************************/

.flash-h3 {
    font-size: 18px;
    color: #4A4A4A;
    line-height: 28px;
    margin-bottom: 20px;
}

.cv-promises-content h2 {
    font-size: 20px !important;
    margin-top: 20px;
}

.cv-promises-content h3 {
    font-size: 14px !important;
}

.cv-numbers-table h3 {
    padding-left: 10px;
}

button.close:hover {
    background: transparent;
}

.example-banner {
    padding: 0 !important;
    /* background: url('/wp-content/themes/genesis-sample/images/example-banner.jpg'); */
    min-height: 262px;
}

.cvr-ltr-banner {
    padding: 0 !important;
    background: url('/wp-content/themes/genesis-sample/images/cvr-ltr-banner.jpg');
    min-height: 230px;
}

.page-template-letter-samples-home-template-2018 .mobile-fixed p {
    color: #fff !important;
}

.career-user .btn {
    margin-top: 40px;
}

@media (max-width: 767px) {
    .prflPic {
        float: none !important;
    }
    .field img {
        width: auto !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .prflPic {
        float: none !important;
    }
    .field img {
        width: auto !important;
    }
}


/***unification fixes***/

.tips-section .h2,
.cv-example-new-2017 .entry-content h3,
.page-template-cv-tips-home-template-2018 .entry-content h3,
.cv-tip h3,
.page-template-cv-tips-industry-template-2018 .entry-content h2,
.page-template-cv-tips-child-template-2018 .entry-content h2 {
    font-family: "Montserrat", 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #000;
    margin: 15px 0;
    font-weight: 600;
    padding-top: 20px;
}


/**blog css for es**/

.blog img {
    margin: 0 20px 20px 0;
}

.blog .blog_inner_img {
    width: 100%;
}

.link-breads-sec .site-inner {
    margin: 0 auto;
    max-width: 1170px;
}

.cv-example-new-2017 .entry-content p {
    font-size: 14px;
}

.entry-content h3.h3-modal-reddz {
    color: #fff;
    font-weight: 400;
    margin-bottom: 40px;
}

@media all and (max-width: 767px) {
    .disclaimer {
        width: 100%
    }
}

.cv-builder-head h3 {
    min-height: 84px;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin: 5px 0 0 12px;
    width: 65%;
}


/***css for sticky ad***/


.sitemap .site-inner {
    min-height: calc(100vh - 715px);
}

.br .sitemap .site-inner {
    min-height: calc(100vh - 520px);
}




/**css for homepage banner with svg images**/

.hero-wrapper {
    background-color: #c8e9fa;
    min-height: 330px;
    overflow: hidden;
    padding-top: 30px;
}

.hero-image-1,
.hero-image-2,
.hero-image-3 {
    background-color: #fff;
    width: 44%;
    position: absolute;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .5);
}

.hero-image-1 {
    z-index: 999;
    right: 0;
}

.fr .hero-image-1,
.it .hero-image-1,
.es .hero-image-1 {
    padding: 20px 20px 20px 0px;
}

.hero-image-2 {
    z-index: 99;
    right: 28%;
    top: 25px;
}

.hero-image-3 {
    top: 50px;
}

.full-width-page .full_width_hero_title {
    font-size: 42px;
    font-weight: 600;
    line-height: 56px;
    letter-spacing: 1px;
}

/* .nl.home .home_hero_title,
.pl.home .home_hero_title {
    font-size: 38px;
    line-height: 45px;
} */

/* .pl .home-hero-banner {
    display: none;
} */


/* .home a.btn.btn-primary.btn-lg {
    letter-spacing: 1px;
} */

.hero-text {
    padding-top: 20px;
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
    .hero-wrapper .col-md-4,
    .hero-wrapper .col-md-5,
    .hero-wrapper .col-md-7,
    .hero-wrapper .col-md-8 {
        width: 100%;
    }
}

@media only screen and (max-width: 1200px) {
    .hero-wrapper {
        min-height: 620px;
        padding: 30px;
    }
}

@media only screen and (max-width: 991px) {
    /* .home .home_hero_title,
    .full-width-page .full_width_hero_title {
        font-size: 36px;
        line-height: 46px;
    } */
    /* .hero-text {
        padding-top: 0
    } */
    /* .hero-image-3 {
        left: 0px;
    } */
    /* .hero-wrapper .container {
        position: relative;
        transform: translateX(-50%);
        left: 50%;
        width: 100%
    } */
    .sitemap .site-inner {
        min-height: calc(100vh - 780px);
    }
}

@media only screen and (max-width: 767px) {
    /* .hero-wrapper {
        min-height: 427px;
    }
    .hero-wrapper .col-md-7,
    .hero-wrapper .col-md-8 {
        min-height: 130px;
    } */
    /* .home a.btn.btn-primary.btn-lg {
        font-size: 16px;
    } */
    /* .fr .hero-image-1,
    .it .hero-image-1,
    .es .hero-image-1 {
        padding: 10px 10px 10px 0;
    } */
    /* .nl.home .home_hero_title {
        font-size: 30px;
        line-height: 32px;
    }
    .pt.home .home_hero_title {
        font-size: 30px;
        line-height: 38px;
    } */
    .sidebar div[id^=div-gpt-ad],
    .sidebar div[id^=div-gpt-ad]+p {
        display: none;
    }
    .page-banner+.section-module .item:not(:last-of-type) .slide-txt+a {
        margin-bottom: 40px;
    }
    .page-banner+.content-section .item:not(:last-of-type) .slide-txt+a {
        margin-bottom: 40px;
    }
    .full-width-page .hero-text a.btn.btn-primary.btn-lg {
        font-size: 16px;
        letter-spacing: 1px;
    }
    .uk.full-width-page .cvr-builder .full_width_hero_title {
        font-size: 32px;
        line-height: 36px;
    }
}


/**css for sitemap***/

.map-list li {
    width: 31%;
    float: left;
    min-height: 60px;
    margin-right: 2%;
    list-style-type: none;
}

.map-list a {
    text-decoration: none;
    color: #337ab7;
}

.map-links h4 {
    margin-top: 35px;
}

.map-links h4 a {
    text-decoration: none;
    color: #434343;
}

.map-links .col-xs-12 {
    border-bottom: 1px solid #dcdc;
}

.sitemap-pagination {
    text-align: center;
    margin-bottom: 20px;
}

.map-links .col-xs-12:only-of-type {
    border-bottom: none;
}

.sitemap-pagination a,
.sitemap-pagination a:hover {
    color: #337ab7;
}


@media only screen and (max-width:767px) {
    .map-list li {
        width: 100%;
        float: none;
    }
    .sitemap .site-inner {
        margin-top: 60px;
    }
    .sitemap .site-inner {
        min-height: calc(100vh - 460px);
    }
    .es .sitemap .site-inner,
    .uk .sitemap .site-inner {
        min-height: calc(100vh - 520px);
    }
}
