/*************************
Theme Name: Lauren Manganiello
Create Date: 16th Nov 2016

***********************/
/*-------------------------------import css-------------------------------*/
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    margin: 0;
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
    text-decoration: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 700;
}

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;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

code,
kbd,
pre,
samp {
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

select {
    text-transform: none;
}

button {
    overflow: visible;
}

button,
input,
select,
textarea {
    max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
    opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0.4375em;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #d1d1d1;
    margin: 0 0 1.75em;
    min-width: inherit;
    padding: 0.875em;
}

fieldset > :last-child {
    margin-bottom: 0;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

optgroup {
    font-weight: bold;
}

/** * 2.0 - Genericons */
.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: "Genericons";
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    vertical-align: top;
}

/** * 3.0 - Typography */
body,
button,
input,
select,
textarea {
    color: #1a1a1a;
    font-family: Merriweather, Georgia, serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: 700;
    margin: 0;
    text-rendering: optimizeLegibility;
}

p {
    margin: 0 0 1.75em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    border: 0 solid #1a1a1a;
    border-left-width: 4px;
    color: #686868;
    font-size: 19px;
    font-size: 1.1875rem;
    font-style: italic;
    line-height: 1.4736842105;
    margin: 0 0 1.4736842105em;
    padding: 0 0 0 1.263157895em;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote p {
    margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
    color: #1a1a1a;
    display: block;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
    content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
}

blockquote strong,
blockquote b {
    font-weight: 400;
}

blockquote > :last-child {
    margin-bottom: 0;
}

address {
    font-style: italic;
    margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
    font-family: Inconsolata, monospace;
}

pre {
    border: 1px solid #d1d1d1;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3125;
    margin: 0 0 1.75em;
    max-width: 100%;
    overflow: auto;
    padding: 1.75em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

code {
    background-color: #d1d1d1;
    padding: 0.125em 0.25em;
}

abbr,
acronym {
    border-bottom: 1px dotted #d1d1d1;
    cursor: help;
}

mark,
ins {
    background: #007acc;
    color: #fff;
    padding: 0.125em 0.25em;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/** * 4.0 - Elements */
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

hr {
    background-color: #d1d1d1;
    border: 0;
    height: 1px;
    margin: 30px 0;
}

ul,
ol {
    margin: 0 0 1.75em 1.25em;
    padding: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
    margin-left: 1.5em;
}

li > ul,
li > ol {
    margin-bottom: 0;
}

dl {
    margin: 0 0 1.75em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 0 1.75em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
    vertical-align: middle;
}

del {
    opacity: 0.8;
}

table,
th,
td {
    border: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 0;
    margin: 0 0 1.75em;
    table-layout: fixed;
    /* Prevents HTML tables from becoming too wide */
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}

td {
    border-width: 0 1px 1px 0;
}

th,
td {
    padding: 0.4375em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
    color: #999999;
}

:-moz-placeholder {
    color: #999999;
}

::-moz-placeholder {
    color: #999999;
    opacity: 1;
    /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
    color: #999999;
}

/** * 5.0 - Forms */
input {
    line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
    background: #000;
    border: 0;
    border-radius: 2px;
    color: #fff;
    font-family: inherit;
    font-weight: 700;
    letter-spacing: 0.046875em;
    line-height: 1;
    padding: 0.84375em 0.875em 0.78125em;
    text-transform: uppercase;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    background: inherit;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: none;
    outline-offset: -4px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
select {
    background: #f7f7f7;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    color: #686868;
    padding: 0.625em 0.4375em;
    width: 100%;
    font-family: inherit;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
    -webkit-appearance: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
    background-color: #fff;
    border-color: #000;
    color: #1a1a1a;
    outline: 0;
}

a:focus {
    outline: none;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

/*-------------------------------Theme colors-------------------------------*/
/*-------------------------------Theme Typography-------------------------------*/
html,
body {
    font-family: "Noto Serif", serif;
    color: #666666;
    -webkit-text-size-adjust: 100%;
    /* Prevent font scaling in landscape while allowing user zoom */
}

input {
    font-family: "Roboto Condensed", sans-serif !important;
}

a {
    cursor: pointer;
    color: #114165;
}

a:hover {
    color: #666666;
}

.alignleft {
    float: left;
    margin: 0 40px 40px 0;
}

.alignright {
    float: right;
    margin: 0 0 40px 40px;
}

/*-------------------------------Common Css-----------------------------*/
.input-style {
    border: 1px solid #c7c7c7;
    padding: 20px 0 25px 10px !important;
    background: none;
    font-size: 18px;
    font-family: "Roboto Condensed", sans-serif;
}

.input-style:focus {
    border-color: #114165;
    padding-left: 20px;
    background: #faecec;
}

.input-style-two,
input[type="text"],
input[type="textarea"],
input[type="email"],
textarea,
input[type="tel"],
select {
    border: 1px solid #c7c7c7;
    padding: 15px 0 15px 15px !important;
    background: transparent;
    font-family: "Roboto Condensed", sans-serif;
}

.input-style-two:focus,
input[type="text"]:focus,
input[type="textarea"]:focus,
input[type="email"]:focus,
textarea:focus,
input[type="tel"]:focus,
select:focus {
    border-color: #114165;
    padding-left: 20px;
    background: #faecec;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.ginput_container_select {
    position: relative;
}

.ginput_container_select:before {
    content: "";
    background: url("assets/images/down-arrow.png");
    width: 20px;
    height: 12px;
    right: 20px;
    top: 23px;
    display: block;
    position: absolute;
}

.vertical-middle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

p {
    font-size: 16px;
    line-height: 36px;
    margin: 0;
    padding: 0 0 20px 0;
    font-family: "Roboto Condensed", sans-serif;
    color: #373738;
    letter-spacing: 0.6px;
}

p strong,
p b {
    font-family: "Roboto Condensed", sans-serif;
}

.inner-pages h2 {
    font-size: 36px;
    margin-bottom: 15px;
    color: #72B1C8;
    font-family: "Noto Serif", serif;
    line-height: 50px;
    font-weight: 500;
    text-transform: capitalize;
}

.inner-pages h3 {
    font-size: 32px;
    line-height: 43px;
    color: #114165;
    margin-bottom: 15px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    text-transform: capitalize;
}

.inner-pages h4 {
    font-size: 26px;
    line-height: 36px;
    color: #72B1C8;
    margin-bottom: 15px;
    font-family: "Noto Serif", serif;
    text-transform: capitalize;
}

.inner-pages h5 {
    font-size: 24px;
    line-height: 30px;
    color: #114165 !important;
    margin-bottom: 15px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 500;
    text-transform: capitalize;
}

.inner-pages h6 {
    font-size: 20px;
    line-height: 26px;
    color: #114165;
    margin-bottom: 15px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 500;
    text-transform: capitalize;
}

.inner-pages ul li {
    color: #373738;
    font-family: "Noto Serif", serif;
    font-size: 16px;
    line-height: 26px;
    position: relative;
    margin-bottom: 15px;
    padding-left: 20px;
}

.inner-pages ul li:before {
    content: "\f111";
    position: absolute;
    left: 0;
    top: 0px;
    color: #72B1C8;
    font-family: fontawesome;
    font-size: 8px;
}

.inner-pages .page-content-wrap .page-wrap {
    padding: 97px 0;
}

.inner-pages .page-content-wrap .page-wrap p {
    font-family: "Noto Serif", serif;
}

strong,
b {
    font-family: "Roboto Condensed", sans-serif;
}

/*------------------------------Headings-----------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Noto Serif", serif;
}

.about-lauren .about-lauren-wrap .left-content h1,
.service-section .left-content h1,
.media-work h1 {
    font-size: 50px;
    color: #72B1C8;
    text-transform: capitalize;
    font-weight: normal;
    padding: 0 0 20px 0;
    position: relative;
    line-height: 54px;
}

/*-------------------------------All transition------------------------------*/
.input-style,
.input-style-two,
input[type="text"],
input[type="textarea"],
input[type="email"],
textarea,
input[type="tel"],
select,
a,
i,
.primary-button,
.secondary-button,
.site-header .main-nav-area .right-wrap .main-navigation ul li .sub-menu,
.site-header .main-nav-area .right-wrap .main-navigation ul li .sub-menu li,
.email-challege-wrap .gform_footer input,
.contact-footer-section .left-content .contact-footer-form .gform_footer input,
.footer .right-content ul li,
.main-sidebar .widget-area .button,
.main-sidebar .widget-area .widget_recent_entries ul li,
.main-sidebar .widget-area .widget_execphp ul li,
.main-sidebar .widget-area .widget_categories ul li,
.main-sidebar .widget-area .widget_recent_entries ul li.cat-item,
.main-sidebar .widget-area .widget_execphp ul li.cat-item,
.main-sidebar .widget-area .widget_categories ul li.cat-item,
.main-sidebar .widget-area .widget_recent_entries ul li.cat-item a,
.main-sidebar .widget-area .widget_execphp ul li.cat-item a,
.main-sidebar .widget-area .widget_categories ul li.cat-item a,
.main-sidebar .widget-area .social-conact ul li,
.main-sidebar .widget-area .social-conact ul li a,
.main-sidebar .widget-area .social-conact ul li a i,
.contact-left-wrap .contact-footer-section .left-content-contact .contact-footer-form .gform_footer input,
.page-template-landing-page .landing-bottom-wrap .right-content ul li,
.page-template-consult-call-action .landing-bottom-wrap .right-content ul li,
.blog-yumprint-recipe .blog-yumprint-action {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

/*-------------------------------Site Button-----------------------------*/
.primary-button {
    border: 3px solid #72B1C8;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    padding: 10px 15px;
    height: 50px;
    letter-spacing: 1px;
    background: #72B1C8;
}

.primary-button:hover {
    background: #327a9c;
    color: #fff;
    border: 3px solid #327a9c;
}

.secondary-button {
    border: 3px solid #72B1C8;
    color: #72B1C8;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    padding: 10px 15px;
    height: 50px;
    letter-spacing: 1px;
}

.secondary-button:hover {
    background: #72B1C8;
    color: #fff;
}

.clear,
.row:before,
.row:after,
.wrapper:before,
.wrapper:after,
.large-wrapper:before,
.large-wrapper:after,
.small-wrapper:before,
.small-wrapper:after {
    clear: both;
    content: "";
    display: block;
}

.number-style {
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: li-counter;
}

.number-style li {
    padding: 0 0 30px 45px;
    position: relative;
}

.number-style li:before {
    content: counter(li-counter);
    counter-increment: li-counter;
    position: absolute;
    left: 0;
    top: 5px;
    width: 30px;
    height: 30px;
    background: #114165;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    line-height: 28px;
}

.number-style li h3 {
    font-size: 22px;
}

.number-style.three-column li {
    width: 33.333%;
    display: inline-block;
    margin: 0 -3px;
    vertical-align: top;
}

.bullet-style {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bullet-style li {
    position: relative;
    font-size: 18px;
    padding: 0 0 15px 20px;
}

.bullet-style li:before {
    content: "\f105";
    font-family: 'fontawesome';
    position: absolute;
    left: 0;
    top: 0;
    color: #72B1C8;
}

blockquote {
    padding: 24px 32px;
    line-height: 1.5em;
    font-style: italic;
    color: #fff;
    border-left: 4px solid #114165;
    margin: 0 0 25px 0;
    color: #fff;
}

blockquote p {
    color: #fff;
    margin-bottom: 10px;
}

blockquote cite {
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    color: #faecec;
}

blockquote cite:before {
    content: "\2013";
    margin-right: 8px;
    font-family: 'FontAwesome';
}

ul {
    list-style: none;
}

/*-------------------------------site wrapper-------------------------------*/
.wrapper {
    width: 1170px;
    margin: 0 auto;
}

.large-wrapper {
    width: 1752px;
    margin: 0 auto;
}

.small-wrapper {
    width: 970px;
    margin: 0 auto;
}

/* Header Start */
.site-header {
    position: relative;
}

.site-header .main-nav-area .nav-main {
    background: #fff;
}

.site-header .main-nav-area .main-logo {
    max-width: 375px;
    height: 201px;
    width: 100%;
    display: inline-block;
    float: left;
    position: absolute;
    top: 20px;
    border-bottom: 10px solid #114165;
    z-index: 9;
}

.site-header .main-nav-area .main-logo a {
    display: inline-block;
    position: relative;
}

.site-header .main-nav-area .main-logo a:before {
    position: absolute;
    content: "";
    background: #114165;
    left: 0;
    bottom: 0;
    width: 10px;
    height: 63px;
}

.site-header .main-nav-area .main-logo a:after {
    position: absolute;
    content: "";
    background: #114165;
    right: 0;
    bottom: 0;
    width: 10px;
    height: 63px;
}

.site-header .main-nav-area .right-wrap {
    display: inline-block;
    float: right;
}

.site-header .main-nav-area .right-wrap .main-navigation ul {
    margin: 60px 0px;
}

.site-header .main-nav-area .right-wrap .main-navigation ul li {
    display: inline-block;
    padding: 0px 17px;
    position: relative;
}

.site-header .main-nav-area .right-wrap .main-navigation ul li a {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    line-height: 26px;
    color: #114165;
}

.site-header .main-nav-area .right-wrap .main-navigation ul li a:hover,
.site-header .main-nav-area .right-wrap .main-navigation ul li a:active,
.site-header .main-nav-area .right-wrap .main-navigation ul li a:focus {
    color: #72B1C8;
}

.site-header .main-nav-area .right-wrap .main-navigation ul li .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 250px;
    padding-top: 40px;
    text-align: left;
    margin-top: 40px;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    margin-left: 0;
}

.site-header .main-nav-area .right-wrap .main-navigation ul li .sub-menu li {
    padding: 0;
    margin: 0;
    background-color: #72B1C8;
    width: 100%;
    display: block;
    color: #fff;
    overflow: hidden;
    margin-top: -10px;
    box-shadow: 0 1px 4px #114165;
}

.site-header .main-nav-area .right-wrap .main-navigation ul li .sub-menu li:first-child {
    border-top: 3px solid #114165;
}

.site-header .main-nav-area .right-wrap .main-navigation ul li .sub-menu li:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.site-header .main-nav-area .right-wrap .main-navigation ul li .sub-menu li:hover,
.site-header .main-nav-area .right-wrap .main-navigation ul li .sub-menu li.current-menu-item {
    color: #fff;
}

.site-header .main-nav-area .right-wrap .main-navigation ul li .sub-menu li:hover a,
.site-header .main-nav-area .right-wrap .main-navigation ul li .sub-menu li.current-menu-item a {
    border-left-color: #114165;
    border-right-color: #114165;
}

.site-header .main-nav-area .right-wrap .main-navigation ul li .sub-menu li:hover {
    background-color: #114165;
}

.site-header .main-nav-area .right-wrap .main-navigation ul li .sub-menu li:hover a {
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
}

.site-header .main-nav-area .right-wrap .main-navigation ul li .sub-menu li.current-menu-item {
    background-color: #114165;
}

.site-header .main-nav-area .right-wrap .main-navigation ul li .sub-menu li:before {
    display: none;
}

.site-header .main-nav-area .right-wrap .main-navigation ul li .sub-menu li a {
    display: block;
    padding: 10px 20px;
    white-space: pre;
    color: #fff;
    background-color: inherit;
    border-left: 2px solid #114165;
    border-right: 2px solid #114165;
    margin: 0px;
}

.site-header .main-nav-area .right-wrap .main-navigation ul li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.site-header .main-nav-area .right-wrap .main-navigation ul li:hover .sub-menu li {
    margin-top: 0;
}

.site-header .main-nav-area .right-wrap .main-navigation ul li.current-menu-item a {
    color: #72B1C8;
    font-weight: 700;
}

/* Home page design */
.home-slider {
    height: 825px;
    background-size: cover;
    border-top: 10px solid #114165;
    border-bottom: 10px solid #114165;
    position: relative;
}

.home-slider .home-banner-wrap {
    width: 100%;
    height: 825px;
    position: relative;
}

.home-slider .home-banner-wrap h3 {
    font-size: 50px;
    line-height: 59px;
    color: #fff;
    font-family: "Noto Serif", serif;
    font-weight: 100;
    letter-spacing: 1px;
    margin-bottom: 40px;
    font-weight: 700;
}

.home-slider .home-banner-wrap h4 {
    color: #D4E7EE;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 42px;
    line-height: 55px;
    font-weight: 500;
}

.home-slider .home-banner-wrap .home-slider-text-wrapper {
    position: absolute;
    top: 50%;
    -webkit-transfor: -50%, 0;
    -moz-transfor: -50%, 0;
    transfor: -50%, 0;
    margin-top: -150px;
}

.home-slider:before {
    border-color: transparent transparent rgba(150, 220, 245, 0.5);
    border-style: solid;
    border-width: 0 0 375px 375px;
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    width: 0;
    z-index: 1;
}

.email-challege-wrap {
    background: #114165;
    padding: 33px 40px;
    min-height: 250px;
}

.email-challege-wrap .gform_heading {
    margin-bottom: 30px;
}

.email-challege-wrap .gform_heading span {
    color: #72B1C8;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 43px;
}

.email-challege-wrap .gform_body {
    display: inline-block;
    width: 80%;
}

.email-challege-wrap .gform_body ul {
    margin-left: 0px;
}

.email-challege-wrap .gform_body ul li {
    width: 40%;
    display: inline-block;
    padding: 0 8px;
    border: 0px none;
    vertical-align: top;
}

.email-challege-wrap .gform_body ul li input {
    height: 50px;
    line-height: 50px;
    border-radius: 0px;
    background: #0e3758;
    border: 0px none;
    font-size: 16px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    color: #72B1C8;
}

.email-challege-wrap .gform_body ul li input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #72B1C8;
    opacity: 1;
}

.email-challege-wrap .gform_body ul li input::-moz-placeholder {
    /* Firefox 19+ */
    color: #72B1C8;
    opacity: 1;
}

.email-challege-wrap .gform_body ul li input:-ms-input-placeholder {
    /* IE 10+ */
    color: #72B1C8;
    opacity: 1;
}

.email-challege-wrap .gform_body ul li input:-moz-placeholder {
    /* Firefox 18- */
    color: #72B1C8;
    opacity: 1;
}

.email-challege-wrap .gform_body ul li input:placeholder {
    color: #72B1C8 !important;
}

.email-challege-wrap .gform_body ul li label {
    display: none;
}

.email-challege-wrap .gform_body ul li:first-child {
    width: 60%;
}

.email-challege-wrap .gform_body ul li:first-child div span {
    width: 50%;
    display: inline-block;
    margin: 0 -3px;
}

.email-challege-wrap .gform_body ul li:first-child div span:first-child {
    padding-right: 10px;
}

.email-challege-wrap .gform_body ul li:first-child div span:last-child {
    padding-left: 10px;
}

.email-challege-wrap .gform_body ul li:last-child {
    padding-right: 20px;
}

.email-challege-wrap .gform_footer {
    display: inline-block;
    margin: 0 -3px;
    width: 20%;
    vertical-align: top;
}

.email-challege-wrap .gform_footer input {
    height: 50px;
    background: #72B1C8;
    width: 100%;
    border-radius: 0px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 18px;
    font-size: 16px;
}

.email-challege-wrap .gform_footer input:hover {
    background: #327a9c;
}

.slide-form-wrap {
    position: relative;
}

.slide-form-wrap .email-challenge-main {
    position: absolute;
    bottom: -125px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    z-index: 9;
}

.about-lauren {
    padding: 185px 0px 80px 0px;
    /* background: url("assets/images/Meet lauren bg.png") no-repeat right center; */
    background-size: cover;
    position: relative;
}

.about-lauren .about-lauren-wrap {
    padding: 0 100px;
    position: relative;
}

.about-lauren .about-lauren-wrap .left-content {
    display: inline-block;
    width: 65%;
    margin: 0 -3px;
    vertical-align: top;
    padding-right: 10%;
    padding-top: 30px;
}

.about-lauren .about-lauren-wrap .left-content h1 {
    font-family: "Noto Serif", serif;
    letter-spacing: 1px;
    font-weight: 700;
}

.about-lauren .about-lauren-wrap .left-content h3 {
    font-size: 32px;
    line-height: 43px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    color: #114165;
    margin-bottom: 30px;
}

.about-lauren .about-lauren-wrap .left-content p {
    font-size: 16px;
    line-height: 28px;
    color: #373738;
    font-weight: 300;
    letter-spacing: 1px;
    padding-right: 14%;
    margin-bottom: 20px;
    font-family: "Noto Serif", serif;
}

.about-lauren .about-lauren-wrap .right-content {
    display: inline-block;
    width: 35%;
    margin: 0 -3px;
    vertical-align: top;
    position: relative;
    z-index: 9;
}

.about-lauren:after {
    background: url("assets/images/right-triangle.png") no-repeat right center;
    position: absolute;
    content: "";
    right: 0;
    top: -380px;
    width: 905px;
    height: 1170px;
    z-index: -1;
}

.about-lauren:before {
    /*  background: url("assets/images/left-triangle.png") no-repeat left center;
      position: absolute;
      content: "";
      left: 0;
      top: 0px;
      width: 375px;
      height: 348px; */
    border-color: rgba(114, 177, 200, 0.3) transparent transparent;
    border-style: solid;
    border-width: 480px 540px 0 0;
    top: 0;
    content: "";
    height: 0;
    position: absolute;
    left: 0;
    width: 0;
    z-index: 1;
}

.service-section {
    position: relative;
}

.service-section:before {
    position: absolute;
    left: 0;
    width: 45%;
    background-size: cover;
    height: 740px;
    background: #114165;
    top: 0;
    content: "";
    z-index: -1;
}

.service-section:after {
    position: absolute;
    right: 0;
    width: 55%;
    height: 740px;
    background: url("assets/images/services bg.png") no-repeat right center;
    background-size: cover;
    top: 0;
    content: "";
    z-index: -1;
}

.service-section .left-content {
    width: 30%;
    display: inline-block;
    padding: 113px 0px;
    vertical-align: top;
    margin-right: 3%;
}

.service-section .left-content h1 {
    color: #fff;
    font-weight: 700;
}

.service-section .left-content h3 {
    font-size: 32px;
    line-height: 43px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    color: #72B1C8;
    margin-bottom: 30px;
}

.service-section .left-content p {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-family: "Noto Serif", serif;
}

.service-section .left-content a {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    height: auto;
    line-height: 18px;
}

.service-section .right-wrap {
    width: 66%;
    display: inline-block;
    margin: 85px 0px;
    background: #fff;
    padding: 40px;
    vertical-align: top;
}

.service-section .right-wrap .help_section_step_note {
    display: inline-block;
    margin: 0 -3px;
    width: 42%;
    vertical-align: top;
}

.service-section .right-wrap .help_section_step_note h4 {
    font-size: 26px;
    color: #72B1C8;
    font-family: "Noto Serif", serif;
    font-weight: 700;
    letter-spacing: 1;
    margin-bottom: 15px;
    margin-top: 10px;
}

.service-section .right-wrap .help_section_step_note p {
    font-size: 16px;
    line-height: 28px;
    color: #373738;
    font-weight: 300;
    letter-spacing: 1px;
    font-family: "Noto Serif", serif;
}

.service-section .right-wrap .help_section_step_note:nth-child(even) {
    float: right;
}

.media-work {
    padding: 68px 0px;
    text-align: center;
}

.media-work h1 {
    text-align: center;
    font-weight: 700;
}

.media-work h2 {
    color: #72B1C8;
    font-size: 36px;
    font-family: "Noto Serif", serif;
    font-weight: 700;
    line-height: 50px;
}

.media-work .post-column {
    width: 16.66%;
    display: inline-block;
    margin: 0 -3px;
    text-align: center;
}

.media-work .post-column .image-outer {
    display: inline-block;
}

.media-work .secondary-button {
    text-align: center;
    margin-top: 40px;
    display: inline-block;
}

.contact-footer-section {
    position: relative;
}

.contact-footer-section .wrapper {
    position: relative;
}

.contact-footer-section:before {
    position: absolute;
    left: 0;
    width: 55%;
    height: 740px;
    background: url("assets/images/contact bg.png") no-repeat left center;
    background-size: cover;
    top: 0;
    content: "";
    z-index: -1;
}

.contact-footer-section:after {
    position: absolute;
    right: 0;
    width: 45%;
    background-size: cover;
    height: 740px;
    background: #114165;
    top: 0;
    content: "";
    z-index: -1;
}

.contact-footer-section .left-content {
    width: 66%;
    display: inline-block;
    margin: 85px 0px;
    background: #fff;
    padding: 40px 30px;
    vertical-align: top;
    min-height: 575px;
}

.contact-footer-section .left-content .contact-footer-form .gform_body ul {
    margin: 0px;
}

.contact-footer-section .left-content .contact-footer-form .gform_body ul li {
    width: 50%;
    display: inline-block;
    margin: 0 -3px 20px 0px;
    padding: 0 10px;
}

.contact-footer-section .left-content .contact-footer-form .gform_body ul li label {
    display: none;
}

.contact-footer-section .left-content .contact-footer-form .gform_body ul li:first-child {
    width: 100%;
}

.contact-footer-section .left-content .contact-footer-form .gform_body ul li:first-child span {
    width: 50%;
    display: inline-block;
}

.contact-footer-section .left-content .contact-footer-form .gform_body ul li:first-child span:first-child {
    padding-right: 10px;
    margin: 0 -3px 0 0px;
}

.contact-footer-section .left-content .contact-footer-form .gform_body ul li:first-child span:last-child {
    padding-left: 10px;
    margin: 0 0px 0 -3px;
}

.contact-footer-section .left-content .contact-footer-form .gform_body ul li:last-child,
.contact-footer-section .left-content .contact-footer-form .gform_body ul li.subject {
    width: 100%;
}

.contact-footer-section .left-content .contact-footer-form .gform_body ul li:last-child textarea {
    height: 150px;
}

.contact-footer-section .left-content .contact-footer-form .gform_body ul li input,
.contact-footer-section .left-content .contact-footer-form .gform_body ul li textarea {
    border: 0px none;
    border-bottom: 2px solid #D4E7EE;
    background: #F6FAFC;
    color: #72B1C8;
}

.contact-footer-section .left-content .contact-footer-form .gform_body ul li input::-webkit-input-placeholder,
.contact-footer-section .left-content .contact-footer-form .gform_body ul li textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #72B1C8;
    opacity: 1;
}

.contact-footer-section .left-content .contact-footer-form .gform_body ul li input::-moz-placeholder,
.contact-footer-section .left-content .contact-footer-form .gform_body ul li textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #72B1C8;
    opacity: 1;
}

.contact-footer-section .left-content .contact-footer-form .gform_body ul li input:-ms-input-placeholder,
.contact-footer-section .left-content .contact-footer-form .gform_body ul li textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #72B1C8;
    opacity: 1;
}

.contact-footer-section .left-content .contact-footer-form .gform_body ul li input:-moz-placeholder,
.contact-footer-section .left-content .contact-footer-form .gform_body ul li textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #72B1C8;
    opacity: 1;
}

.contact-footer-section .left-content .contact-footer-form .gform_body ul li input:placeholder,
.contact-footer-section .left-content .contact-footer-form .gform_body ul li textarea:placeholder {
    color: #72B1C8 !important;
}

.contact-footer-section .left-content .contact-footer-form .gform_body ul li input:focus,
.contact-footer-section .left-content .contact-footer-form .gform_body ul li textarea:focus {
    border-bottom: 2px solid #72B1C8;
    background: #e9f3f6;
}

.contact-footer-section .left-content .contact-footer-form .gform_body ul li:before {
    display: none;
}

.contact-footer-section .left-content .contact-footer-form .gform_footer {
    text-align: center;
}

.contact-footer-section .left-content .contact-footer-form .gform_footer input {
    height: 50px;
    background: #72B1C8;
    width: 98%;
    border-radius: 0px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 18px;
    font-size: 16px;
}

.contact-footer-section .left-content .contact-footer-form .gform_footer input:hover {
    background: #327a9c;
}

.contact-footer-section .left-content .contact-footer-form h2 {
    font-family: "Noto Serif", serif;
    color: #72B1C8;
    font-size: 26px;
    font-weight: bold;
    line-height: 36px;
    padding-left: 10px;
    margin-bottom: 20px;
}

.contact-footer-section .right-wrap {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    margin-left: 3%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
}

.contact-footer-section .right-wrap h2 {
    color: #fff;
    font-size: 36px;
    font-family: "Noto Serif", serif;
    font-weight: 700;
    line-height: 50px;
}

.contact-footer-section .right-wrap h3 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 43px;
    color: #72B1C8;
    margin: 20px 0px;
}

.contact-footer-section .right-wrap p {
    color: #fff;
    font-family: "Noto Serif", serif !important;
    line-height: 28px;
}

.contact-footer-section .right-wrap p a {
    color: #72B1C8;
}

.contact-footer-section .right-wrap p a:hover {
    color: #3f85a5;
}

.insta-feed {
    padding: 68px 0px;
}

.insta-feed h2 {
    font-size: 36px;
    text-align: center;
    color: #72B1C8;
    font-weight: normal;
    line-height: 50px;
}

.insta-feed h3 {
    color: #114165;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 43px;
    text-align: center;
    margin: 10px 0px 70px 0px;
}

#sbi_load {
    padding-top: 35px !important;
}

.footer {
    background: #0c3252;
    padding: 56px 0px;
    border-top: 10px solid #082642;
    position: relative;
}

.footer:before {
    background-color: rgba(17, 65, 101, 0.3);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.footer .top-wrap ul {
    margin: 0px;
}

.footer .top-wrap ul li {
    display: inline-block;
    padding: 0 15px;
    color: #fff;
    position: relative;
}

.footer .top-wrap ul li a {
    color: #72B1C8;
}

.footer .top-wrap ul li a:hover {
    color: #3f85a5;
}

.footer .top-wrap ul li:first-child:before {
    display: none;
}

.footer .top-wrap ul li:first-child a {
    color: #fff;
}

.footer .top-wrap ul li:before {
    content: "\f111";
    position: absolute;
    left: 0;
    top: 8px;
    color: #fff;
    font-family: fontawesome;
    font-size: 6px;
}

.footer .bottom-wrap {
    position: relative;
    z-index: 9;
}

.footer .bottom-wrap ul {
    margin: 0px;
}

.footer .bottom-wrap ul li {
    display: inline-block;
    padding: 0 15px;
    color: #fff;
    position: relative;
}

.footer .bottom-wrap ul li a {
    color: #72B1C8;
}

.footer .bottom-wrap ul li a:hover {
    color: #3f85a5;
}

.footer .bottom-wrap ul li:first-child:before {
    display: none;
}

.footer .bottom-wrap ul li:before {
    content: "\f111";
    position: absolute;
    left: 0;
    top: 8px;
    color: #fff;
    font-family: fontawesome;
    font-size: 6px;
}

.footer .left-content {
    display: inline-block;
    margin: 0 -3px;
    float: left;
}

.footer .right-content {
    display: inline-block;
    margin: 0 -3px;
    float: right;
}

.footer .right-content ul li {
    display: inline-block;
    margin: 0 5px;
    border: 2px solid #72B1C8;
    text-align: center;
}

.footer .right-content ul li a {
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
}

.footer .right-content ul li a i {
    color: #72B1C8;
    font-size: 25px;
    width: 42px;
    height: 42px;
    line-height: 42px;
}

.footer .right-content ul li:hover {
    border: 2px solid #3f85a5;
}

.footer .right-content ul li:hover a i {
    color: #3f85a5;
}

.footer-copyright {
    background: #0c3252;
    border-top: 2px solid #082642;
    text-align: center;
    padding: 56px 0px;
}

.footer-copyright p {
    color: #fff;
    padding-bottom: 0px;
    font-size: 16px;
    line-height: 22px;
    font-family: "Noto Serif", serif;
}

.footer-copyright p a {
    color: #72B1C8;
}

/* Inner slider */
.inner-slider {
    height: 345px;
    background: url("assets/images/inner-slider.jpg") no-repeat center center;
    background-size: cover;
}

.inner-slider .wrapper {
    position: relative;
    height: 345px;
}

.inner-slider h1 {
    font-size: 50px;
    font-family: "Noto Serif", serif;
    color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: 0, -50%;
    -moz-transform: 0, -50%;
    transform: 0, -50%;
    margin-top: -50px;
    font-weight: 500;
    z-index: 9;
}

.inner-slider.home-slider:before {
    display: none;
}

.main-sidebar {
    border-left: 2px solid #72B1C8;
    padding: 97px 0px;
    position: absolute;
    right: 0;
}

.main-sidebar h2 {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 500;
    letter-spacing: 0.4px;
}

.main-sidebar .widget-area .widget-first {
    padding-bottom: 60px;
    border-bottom: 2px solid #72B1C8;
}

.main-sidebar .widget-area .widget-first form.mc4wp-form {
    max-width: 350px;
    margin: 0 auto;
}

.main-sidebar .widget-area .widget-first.news-sign {
    padding-top: 60px;
}

.main-sidebar .widget-area .mc-field-group {
    padding-bottom: 5% !important;
}

.main-sidebar .widget-area .mc-field-group label {
    display: none !important;
}

.main-sidebar .widget-area .mc-field-group input,
.main-sidebar .widget-area .mc-field-group textarea {
    border: 0px none !important;
    border-bottom: 2px solid #D4E7EE !important;
    background: #F6FAFC !important;
    color: #72B1C8;
}

.main-sidebar .widget-area .mc-field-group input::-webkit-input-placeholder,
.main-sidebar .widget-area .mc-field-group textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #72B1C8;
    opacity: 1;
}

.main-sidebar .widget-area .mc-field-group input::-moz-placeholder,
.main-sidebar .widget-area .mc-field-group textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #72B1C8;
    opacity: 1;
}

.main-sidebar .widget-area .mc-field-group input:-ms-input-placeholder,
.main-sidebar .widget-area .mc-field-group textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #72B1C8;
    opacity: 1;
}

.main-sidebar .widget-area .mc-field-group input:-moz-placeholder,
.main-sidebar .widget-area .mc-field-group textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #72B1C8;
    opacity: 1;
}

.main-sidebar .widget-area .mc-field-group input:placeholder,
.main-sidebar .widget-area .mc-field-group textarea:placeholder {
    color: #72B1C8 !important;
}

.main-sidebar .widget-area .mc-field-group input:focus,
.main-sidebar .widget-area .mc-field-group textarea:focus {
    border-bottom: 2px solid #72B1C8 !important;
    background: #e9f3f6 !important;
}

.main-sidebar .widget-area .indicates-required {
    display: none !important;
}

.main-sidebar .widget-area .button {
    width: 96% !important;
    border-radius: 0px !important;
    height: 50px !important;
    line-height: 50px !important;
    background: #72B1C8 !important;
}

.main-sidebar .widget-area .button:hover {
    background: #327a9c !important;
}

.main-sidebar .widget-area .widget_recent_entries,
.main-sidebar .widget-area .widget_execphp,
.main-sidebar .widget-area .widget_categories {
    padding-top: 55px;
    padding-bottom: 60px;
    border-bottom: 2px solid #72B1C8;
}

.main-sidebar .widget-area .widget_recent_entries ul,
.main-sidebar .widget-area .widget_execphp ul,
.main-sidebar .widget-area .widget_categories ul {
    max-width: 350px;
    margin: 0 auto;
}

.main-sidebar .widget-area .widget_recent_entries h2,
.main-sidebar .widget-area .widget_execphp h2,
.main-sidebar .widget-area .widget_categories h2 {
    padding-bottom: 20px;
}

.main-sidebar .widget-area .widget_recent_entries ul li,
.main-sidebar .widget-area .widget_execphp ul li,
.main-sidebar .widget-area .widget_categories ul li {
    margin-bottom: 30px;
}

.main-sidebar .widget-area .widget_recent_entries ul li a,
.main-sidebar .widget-area .widget_execphp ul li a,
.main-sidebar .widget-area .widget_categories ul li a {
    color: #114165;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    line-height: 26px;
}

.main-sidebar .widget-area .widget_recent_entries ul li:before,
.main-sidebar .widget-area .widget_execphp ul li:before,
.main-sidebar .widget-area .widget_categories ul li:before {
    display: none;
}

.main-sidebar .widget-area .widget_recent_entries ul li:hover a,
.main-sidebar .widget-area .widget_execphp ul li:hover a,
.main-sidebar .widget-area .widget_categories ul li:hover a {
    color: #72B1C8;
}

.main-sidebar .widget-area .widget_recent_entries .execphpwidget,
.main-sidebar .widget-area .widget_execphp .execphpwidget,
.main-sidebar .widget-area .widget_categories .execphpwidget {
    max-width: 350px;
    margin: 0 auto;
}

.main-sidebar .widget-area .widget_recent_entries .execphpwidget img,
.main-sidebar .widget-area .widget_execphp .execphpwidget img,
.main-sidebar .widget-area .widget_categories .execphpwidget img {
    margin-bottom: 20px;
}

.main-sidebar .widget-area .widget_recent_entries .execphpwidget p,
.main-sidebar .widget-area .widget_execphp .execphpwidget p,
.main-sidebar .widget-area .widget_categories .execphpwidget p {
    font-family: "Noto Serif", serif;
    font-size: 16px;
    line-height: 28px;
}

.main-sidebar .widget-area .widget_recent_entries .execphpwidget .secondary-button,
.main-sidebar .widget-area .widget_execphp .execphpwidget .secondary-button,
.main-sidebar .widget-area .widget_categories .execphpwidget .secondary-button {
    width: 100%;
    margin-top: 20px;
    display: inline-block;
    text-align: center;
    font-family: "Open Sans", sans-serif !important;
    letter-spacing: 0.1px;
    font-weight: 700;
    line-height: 44px;
    padding: 0px;
}

.main-sidebar .widget-area .widget_recent_entries ul li.cat-item,
.main-sidebar .widget-area .widget_execphp ul li.cat-item,
.main-sidebar .widget-area .widget_categories ul li.cat-item {
    border: 3px solid #D4E7EE;
    text-align: center;
    width: 100%;
    padding-left: 0px;
}

.main-sidebar .widget-area .widget_recent_entries ul li.cat-item a,
.main-sidebar .widget-area .widget_execphp ul li.cat-item a,
.main-sidebar .widget-area .widget_categories ul li.cat-item a {
    color: #72B1C8;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
    width: 100%;
    display: inline-block;
}

.main-sidebar .widget-area .widget_recent_entries ul li.cat-item:hover,
.main-sidebar .widget-area .widget_execphp ul li.cat-item:hover,
.main-sidebar .widget-area .widget_categories ul li.cat-item:hover {
    border: 3px solid #72B1C8;
}

.main-sidebar .widget-area .widget_recent_entries ul li.cat-item:hover a,
.main-sidebar .widget-area .widget_execphp ul li.cat-item:hover a,
.main-sidebar .widget-area .widget_categories ul li.cat-item:hover a {
    color: #72B1C8;
}

.main-sidebar .widget-area .widget_recent_entries.padd-0,
.main-sidebar .widget-area .widget_execphp.padd-0,
.main-sidebar .widget-area .widget_categories.padd-0 {
    padding-top: 0px;
}

.main-sidebar .widget-area .social-conact ul li {
    border: 3px solid #72B1C8;
    height: 50px;
    line-height: 46px;
    text-align: center;
    padding-left: 0px;
}

.main-sidebar .widget-area .social-conact ul li a {
    text-align: center;
    width: 100%;
    color: #72B1C8;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    line-height: 44px;
}

.main-sidebar .widget-area .social-conact ul li a i {
    color: #72B1C8;
    font-size: 28px;
    padding: 0px 15px;
    border-right: 2px solid #72B1C8;
    height: 46px;
    line-height: 44px;
    display: inline-block;
    max-width: 55px;
    min-width: 55px;
    text-align: left;
    float: left;
}

.main-sidebar .widget-area .social-conact ul li:hover {
    border: 3px solid #3f85a5;
}

.main-sidebar .widget-area .social-conact ul li:hover a {
    color: #3f85a5;
}

.main-sidebar .widget-area .social-conact ul li:hover a i {
    color: #3f85a5;
}

/* Contact US */
.contact-left-wrap {
    padding: 97px 40px;
}

.contact-left-wrap .contact-footer-section:before,
.contact-left-wrap .contact-footer-section:after {
    display: none;
}

.contact-left-wrap .contact-footer-section .left-content,
.contact-left-wrap .contact-footer-section .right-wrap {
    width: 100%;
}

.contact-left-wrap .contact-footer-section .right-wrap {
    position: relative;
    top: inherit;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    margin-left: 0px;
    padding-right: 220px;
}

.contact-left-wrap .contact-footer-section .left-content-contact {
    border: 2px solid #72B1C8;
    margin: 50px 0px;
    height: auto !important;
    background: #fff;
    padding: 40px 30px;
    vertical-align: top;
}

.contact-left-wrap .contact-footer-section .left-content-contact .contact-footer-form .gform_body ul {
    margin: 0px;
}

.contact-left-wrap .contact-footer-section .left-content-contact .contact-footer-form .gform_body ul li {
    width: 50%;
    display: inline-block;
    margin: 0 -3px 20px 0px;
    padding: 0 10px;
    vertical-align: top;
}

.contact-left-wrap .contact-footer-section .left-content-contact .contact-footer-form .gform_body ul li label {
    display: none;
}

.contact-left-wrap .contact-footer-section .left-content-contact .contact-footer-form .gform_body ul li:first-child {
    width: 100%;
}

.contact-left-wrap .contact-footer-section .left-content-contact .contact-footer-form .gform_body ul li:first-child span {
    width: 50%;
    display: inline-block;
}

.contact-left-wrap .contact-footer-section .left-content-contact .contact-footer-form .gform_body ul li:first-child span:first-child {
    padding-right: 10px;
    margin: 0 -3px 0 0px;
}

.contact-left-wrap .contact-footer-section .left-content-contact .contact-footer-form .gform_body ul li:first-child span:last-child {
    padding-left: 10px;
    margin: 0 0px 0 -3px;
}

.contact-left-wrap .contact-footer-section .left-content-contact .contact-footer-form .gform_body ul li:last-child,
.contact-left-wrap .contact-footer-section .left-content-contact .contact-footer-form .gform_body ul li.subject {
    width: 100%;
}

.contact-left-wrap .contact-footer-section .left-content-contact .contact-footer-form .gform_body ul li:last-child textarea {
    height: 150px;
}

.contact-left-wrap .contact-footer-section .left-content-contact .contact-footer-form .gform_body ul li input,
.contact-left-wrap .contact-footer-section .left-content-contact .contact-footer-form .gform_body ul li textarea {
    border: 0px none;
    border-bottom: 2px solid #D4E7EE;
    background: #F6FAFC;
    color: #72B1C8;
}

.contact-left-wrap .contact-footer-section .left-content-contact .contact-footer-form .gform_body ul li input::-webkit-input-placeholder,
.contact-left-wrap .contact-footer-section .left-content-contact .contact-footer-form .gform_body ul li textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #72B1C8;
    opacity: 1;
}

.contact-left-wrap .contact-footer-section .left-content-contact .contact-footer-form .gform_body ul li input::-moz-placeholder,
.contact-left-wrap .contact-footer-section .left-content-contact .contact-footer-form .gform_body ul li textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #72B1C8;
    opacity: 1;
}

.contact-left-wrap .contact-footer-section .left-content-contact .contact-footer-form .gform_body ul li input:-ms-input-placeholder,
.contact-left-wrap .contact-footer-section .left-content-contact .contact-footer-form .gform_body ul li textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #72B1C8;
    opacity: 1;
}

.contact-left-wrap .contact-footer-section .left-content-contact .contact-footer-form .gform_body ul li input:-moz-placeholder,
.contact-left-wrap .contact-footer-section .left-content-contact .contact-footer-form .gform_body ul li textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #72B1C8;
    opacity: 1;
}

.contact-left-wrap .contact-footer-section .left-content-contact .contact-footer-form .gform_body ul li input:placeholder,
.contact-left-wrap .contact-footer-section .left-content-contact .contact-footer-form .gform_body ul li textarea:placeholder {
    color: #72B1C8 !important;
}

.contact-left-wrap .contact-footer-section .left-content-contact .contact-footer-form .gform_body ul li input:focus,
.contact-left-wrap .contact-footer-section .left-content-contact .contact-footer-form .gform_body ul li textarea:focus {
    border-bottom: 2px solid #72B1C8;
    background: #e9f3f6;
}

.contact-left-wrap .contact-footer-section .left-content-contact .contact-footer-form .gform_body ul li:before {
    display: none;
}

.contact-left-wrap .contact-footer-section .left-content-contact .contact-footer-form .gform_footer {
    text-align: center;
}

.contact-left-wrap .contact-footer-section .left-content-contact .contact-footer-form .gform_footer input {
    height: 50px;
    background: #72B1C8;
    width: 98%;
    border-radius: 0px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 18px;
    font-size: 16px;
}

.contact-left-wrap .contact-footer-section .left-content-contact .contact-footer-form .gform_footer input:hover {
    background: #327a9c;
}

.contact-left-wrap .contact-footer-section .left-content-contact .contact-footer-form h2 {
    font-family: "Noto Serif", serif;
    color: #72B1C8;
    font-size: 26px;
    font-weight: bold;
    line-height: 36px;
    padding-left: 10px;
    margin-bottom: 20px;
}

.contact-left-wrap .contact-footer-section ul li:before {
    display: none;
}

.contact-left-wrap h2 {
    color: #72B1C8 !important;
}

.contact-left-wrap h3 {
    color: #114165 !important;
}

.contact-left-wrap p {
    color: #373738 !important;
    font-family: "Roboto Condensed", sans-serif !important;
    letter-spacing: 1px;
}

/* Blog page */
.blog .inner-pages .left-content .page-wrap {
    padding: 97px 0px;
}

.blog .inner-pages .left-content .entry-header h3 {
    color: #114165;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 43px;
}

.blog .inner-pages .left-content .blog-image {
    margin-bottom: 20px;
}

.blog .inner-pages .left-content p {
    color: #373738;
    font-family: "Noto Serif", serif;
    font-size: 16px;
    line-height: 28px;
}

.blog .inner-pages .left-content .entry-date {
    color: #114165;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
    display: inline-block;
}

.blog .inner-pages .left-content article {
    border-bottom: 2px solid #D4E7EE;
    margin-bottom: 50px;
    clear: both;
    display: inline-block;
}

.blog .inner-pages .left-content article:first-child .blog-content-wrap,
.blog .inner-pages .left-content article:first-child .blog-image {
    width: 100%;
}

.blog .inner-pages .left-content article:first-child .blog-image img {
    width: 100%;
    height: auto;
}

.blog .inner-pages .button-wrap {
    display: inline-block;
    padding: 30px 0px 50px 0px;
}

.blog .inner-pages .button-wrap .secondary-button {
    display: inline-block;
    height: 50px;
    line-height: 44px;
    text-align: center;
    width: 220px;
    padding: 0px !important;
    font-family: "Open Sans", sans-serif !important;
    letter-spacing: 0.1px;
    font-weight: 700;
}

.blog .inner-pages .blog-image {
    display: inline-block;
    float: left;
    margin: 0 -3px;
    width: 38%;
}

.blog .inner-pages .blog-content-wrap {
    display: inline-block;
    float: right;
    margin: 0 -3px;
    vertical-align: top;
    width: 56%;
}

.blog .inner-pages .blog-image {
    position: relative;
}

.blog .inner-pages .blog-image .cat-name {
    position: absolute;
    background: #114165;
    bottom: 0;
    width: 200px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

.blog .inner-pages .blog-image .cat-name a {
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
}

.blog .inner-pages .blog-image.mobile-blog-image {
    display: none;
}

.single .inner-pages .left-content {
    padding: 97px 0px;
}

.single .inner-pages .left-content p {
    font-family: "Noto Serif", serif;
}

.single .inner-pages .left-content p a {
    color: #72B1C8;
}

/* In the media */
.media-work-page {
    padding-top: 68px;
}

.media-work-page .post-column {
    margin: 0 -3px 30px -3px;
    text-align: center;
}

.media-work-page .contact-footer-section .left-content {
    padding: 35px 30px;
    min-height: 570px;
}

.media-work-page .contact-footer-section .right-wrap h2 {
    font-size: 36px;
}

.media-work-page .secondary-button {
    display: inline-block;
    margin-bottom: 50px;
    max-width: 200px;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.media-work-page .photo-section-wrapper .secondary-button {
    display: block;
    clear: both;
}

.media-section .post-column {
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    margin-bottom: 30px;
    display: none;
}

.media-section .post-column .image-outer {
    height: 230px;
    max-width: 370px;
    border: 2px solid #72B1C8;
    line-height: 230px;
    display: inline-block;
    width: 100%;
}

.media-section .post-column .image-outer a {
    display: inline-block;
}

.media-section .post-column .image-outer img {
    width: 65%;
    height: auto;
}

.media-section .post-column .media-name {
    padding: 30px 0px;
    min-height: 200px;
}

.media-section .post-column .media-name a {
    color: #114165;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 43px;
    text-align: center;
}

.year-post-wrap {
    border-top: 2px solid #D4E7EE;
    text-align: left;
    padding-bottom: 20px;
}

.year-post-wrap .year-wrapper {
    width: 100%;
    display: inline-block;
    margin: 0 -3px;
    padding-top: 40px;
    vertical-align: top;
    text-align: left;
    padding-right: 40px;
}

.year-post-wrap .year-wrapper .post-column {
    width: 100%;
    margin-bottom: 31px;
    display: none;
}

.year-post-wrap .year-wrapper .post-column .one-voice-content {
    text-align: left;
}

.year-post-wrap .year-wrapper .post-column .one-voice-content a {
    color: #114165;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    line-height: 22px;
    font-weight: 300;
}

.year-post-wrap .year-wrapper .year-sec {
    text-align: left;
    font-family: "Noto Serif", serif;
    font-size: 26px;
    line-height: 30px;
    color: #72B1C8;
    margin-bottom: 28px;
}

ul.two-col {
    -webkit-columns: auto 2;
    -moz-columns: auto 2;
    columns: auto 2;
}

.inner-pages.media-work-page ul li:before {
    display: none !important;
}

.year-post-wrap .year-wrapper .post-column {
    padding-left: 0px;
}

.schedule-session {
    background: #114165;
    padding: 20px;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

.schedule-session span {
    display: inline-block;
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    float: left;
    padding-top: 5px;
}

.schedule-session a {
    display: inline-block;
    float: right;
}

.two-col-sec .left-content {
    margin: 80px 0;
    height: auto !important;
}

.two-col-sec ul li:before {
    display: none;
}

.publication-logo {
    margin-left: 0px;
    margin-top: 30px;
}

.publication-logo li {
    display: inline-block;
    width: 23.5%;
    margin: 0 5px;
    min-height: 230px;
    vertical-align: top;
    line-height: 230px;
    border: 2px solid #72B1C8;
    position: relative;
}

.publication-logo li img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    padding: 20px;
    max-width: 200px;
    width: 100%;
}

.publication-logo li:before {
    display: none;
}

.lauren-sign {
    display: inline-block;
    max-width: 250px;
    margin: 30px 0px;
}

/* Archive */
.archive .page-content-wrap article {
    border-bottom: 2px solid #d4e7ee;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.archive h2 a {
    color: #72B1C8;
}

/* 404 Page */
.error-404 {
    text-align: center;
    padding: 45px 0px;
}

.error-404 h1 {
    margin: 30px 0 20px;
    line-height: 36px;
}

.error-404 .back-home {
    margin-top: 30px;
    color: #fff;
}

/***************custom css**********/
.homeslider h2 {
    font-size: 36px;
    margin-bottom: 15px;
    color: #72B1C8;
    font-family: "Noto Serif", serif;
    line-height: 50px;
    font-weight: 500;
    text-transform: capitalize;
}

/**************custom css end*************/
/******************comments-area************************/
.comments-area {
    padding: 0px 0 0 0;
}

.comments-area textarea {
    height: 150px;
    resize: none;
}

.comments-area .comment-form p {
    margin: 0 0 20px;
    padding-bottom: 0;
}

.comments-area .comment-form p.comment-notes {
    margin: 0 0 15px;
    font-size: 18px;
    color: #72B1C8;
}

.comments-area .comment-form input {
    height: 50px;
    color: #000000;
    padding: 15px;
}

.comments-area .comment-form input:focus {
    border-color: #114165;
}

.comments-area .comment-form textarea {
    color: #000000;
    padding: 15px;
}

.comments-area .comment-form textarea:focus {
    border-color: #114165;
}

.comments-area .comment-form .form-submit {
    padding: 0;
    margin: 0;
}

.comments-area .comment-form input[type="submit"] {
    padding: 18px;
    border: 1px solid transparent;
    text-transform: uppercase;
    cursor: pointer;
    height: auto;
    background: #72B1C8;
    color: #fff;
}

.comments-area .comment-form-author {
    width: 33.333%;
    padding: 0 15px;
    float: left;
    padding-left: 0;
}

.comments-area .comment-form-email {
    width: 33.333%;
    padding: 0 15px;
    float: left;
}

.comments-area .comment-form-url {
    width: 33.333%;
    padding: 0 15px;
    float: left;
    padding-right: 0;
}

.comments-area .form-submit {
    clear: both;
    padding: 30px 0;
}

.comments-area .form-submit input {
    width: 100%;
    padding: 20px 25px;
    font-family: "Roboto Condensed", sans-serif;
}

.comments-area #ajaxed-comments {
    margin: 0 0 30px 0;
}

.comments-area #ajaxed-comments p {
    margin: 0;
    font-size: 14px;
    line-height: 1;
    padding: 0;
}

.comments-area .comment-list {
    list-style: none;
    margin: 0;
}

.comments-area .comment-list .says {
    display: none;
}

.comments-area .comment-list .comment-meta {
    padding-left: 70px;
    position: relative;
}

.comments-area .comment-list .comment-meta .comment-author {
    padding: 0 8px 0 0;
    float: left;
    text-transform: uppercase;
}

.comments-area .comment-list .comment-meta .comment-author .avatar {
    width: 60px !important;
    height: 60px !important;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.comments-area .comment-list .comment-meta .comment-author a {
    color: #000;
}

.comments-area .comment-list .comment-body {
    background: #fff;
}

.comments-area .comment-list .comment-metadata {
    float: left;
    font-size: 16px;
    font-style: italic;
}

.comments-area .comment-list .comment-metadata a {
    color: #114165;
}

.comments-area .comment-list .comment-metadata a time:before {
    content: "\f017";
    font-family: 'fontawesome';
    display: inline-block;
    color: #114165;
    font-style: normal;
}

.comments-area .comment-list .comment-metadata .edit-link {
    display: inline-block;
    margin: 0 0 0 10px;
}

.comments-area .comment-list .reply {
    padding-left: 70px;
}

.comments-area .comment-list .reply a {
    color: #72B1C8;
    font-weight: bold;
    text-transform: uppercase;
}

.comments-area .comment-list .reply a:before {
    content: "\f0e5";
    font-family: 'fontawesome';
    display: inline-block;
    color: #114165;
    margin: 0 5px 0 0;
}

.comments-area .comment-list .reply a:before:hover {
    color: #000;
}

.comments-area .comment-list .reply a:before:hover:before {
    color: #000;
}

.comments-area .comment-list .reply a svg {
    display: none;
}

.comments-area .comment-list .comment-awaiting-moderation {
    clear: both;
    padding: 10px 0;
}

.comments-area .comment-list p {
    font-size: 15px;
    line-height: 26px;
    padding-bottom: 10px;
    margin: 0;
}

.comments-area .comment-list li {
    border-bottom: 1px solid #f2e7e0;
    padding: 0 0 40px 0;
    margin: 0 0 40px 0;
}

.comments-area .comment-list li article {
    padding: 0;
}

.comments-area .comment-list li .comment-respond {
    margin: 30px 0 0;
}

.comments-area .comment-list li ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comments-area .comment-list li ol li article {
    padding-left: 70px;
}

.comments-area .comment-content {
    padding-left: 70px;
    clear: both;
}

.comments-area .comment-content a {
    color: #114165;
}

.comments-area .comment-content a:hover {
    color: #000;
}

.comments-area .comments-title {
    text-align: center;
    padding: 0 0 40px 0;
    font-size: 24px;
    color: #000000;
}

.comments-area .comment-respond {
    background: #fff !important;
}

.comments-area .comment-reply-title {
    display: table;
    width: 100%;
    font-size: 24px;
}

.comments-area .comment-reply-title small {
    float: right;
}

.comments-area .comment-reply-title small a {
    color: #114165;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
}

.comments-area .comment-reply-title small a:hover {
    color: #000;
}

.comments-area .comment-reply-title small a:before {
    content: "\f00d";
    display: inline-block;
    margin: -3px 10px 0 0;
    font-family: FontAwesome;
    vertical-align: middle;
}

.validation_error {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0;
    color: #ff0000;
}

.gform_confirmation_message {
    text-align: center;
    padding: 8px 0px;
    color: #72B1C8;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 32px;
    line-height: 43px;
    font-weight: 300;
}

/* Landing page */
.page-template-landing-page .site-header,
.page-template-consult-call-action .site-header {
    display: none;
}

.page-template-landing-page .home-slider,
.page-template-consult-call-action .home-slider {
    border-top: 0px none;
    height: 605px;
}

.page-template-landing-page .home-slider .home-slider-text-wrapper,
.page-template-consult-call-action .home-slider .home-slider-text-wrapper {
    left: 0px;
    right: 0px;
    z-index: 9;
}

.page-template-landing-page .home-slider .home-slider-text-wrapper h3,
.page-template-consult-call-action .home-slider .home-slider-text-wrapper h3 {
    font-size: 52px;
    line-height: 71px;
    text-align: center;
    font-family: "Noto Serif", serif;
}

.page-template-landing-page .home-slider .home-slider-text-wrapper h4,
.page-template-consult-call-action .home-slider .home-slider-text-wrapper h4 {
    color: #D4E7EE;
    font-family: "Open Sans", sans-serif;
    font-size: 46px;
    font-weight: 300;
    line-height: 62px;
    text-align: center;
}

.page-template-landing-page .home-slider .home-banner-wrap,
.page-template-consult-call-action .home-slider .home-banner-wrap {
    height: 605px;
}

.page-template-landing-page .footer,
.page-template-consult-call-action .footer {
    display: none;
}

.page-template-landing-page .footer-copyright,
.page-template-consult-call-action .footer-copyright {
    border-top: 10px solid #082642;
}

.page-template-landing-page #mc_embed_signup_scroll > p,
.page-template-consult-call-action #mc_embed_signup_scroll > p {
    display: none !important;
}

.page-template-landing-page .main-sidebar,
.page-template-consult-call-action .main-sidebar {
    border-left: 0px none;
}

.page-template-landing-page .main-sidebar h2,
.page-template-consult-call-action .main-sidebar h2 {
    color: #114165;
    margin-bottom: 30px;
}

.page-template-landing-page .main-sidebar .widget-area .widget-first form.mc4wp-form,
.page-template-consult-call-action .main-sidebar .widget-area .widget-first form.mc4wp-form {
    max-width: 370px;
}

.page-template-landing-page .main-sidebar .widget-area .widget-first,
.page-template-consult-call-action .main-sidebar .widget-area .widget-first {
    border-bottom: 0px none;
}

.page-template-landing-page .landing-bottom-wrap,
.page-template-consult-call-action .landing-bottom-wrap {
    padding: 64px 0px;
    border-top: 2px solid #72B1C8;
}

.page-template-landing-page .landing-bottom-wrap .left-content,
.page-template-consult-call-action .landing-bottom-wrap .left-content {
    display: inline-block;
}

.page-template-landing-page .landing-bottom-wrap .right-content,
.page-template-consult-call-action .landing-bottom-wrap .right-content {
    display: inline-block;
    margin: 0 -3px;
    float: right;
}

.page-template-landing-page .landing-bottom-wrap .right-content ul,
.page-template-consult-call-action .landing-bottom-wrap .right-content ul {
    margin-bottom: 0px;
}

.page-template-landing-page .landing-bottom-wrap .right-content ul li,
.page-template-consult-call-action .landing-bottom-wrap .right-content ul li {
    display: inline-block;
    margin: 0 5px;
    border: 2px solid #72B1C8;
    text-align: center;
    padding-left: 0px;
}

.page-template-landing-page .landing-bottom-wrap .right-content ul li a,
.page-template-consult-call-action .landing-bottom-wrap .right-content ul li a {
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
}

.page-template-landing-page .landing-bottom-wrap .right-content ul li a i,
.page-template-consult-call-action .landing-bottom-wrap .right-content ul li a i {
    color: #72B1C8;
    font-size: 25px;
    width: 42px;
    height: 42px;
    line-height: 42px;
}

.page-template-landing-page .landing-bottom-wrap .right-content ul li:hover,
.page-template-consult-call-action .landing-bottom-wrap .right-content ul li:hover {
    border: 2px solid #3f85a5;
}

.page-template-landing-page .landing-bottom-wrap .right-content ul li:hover a i,
.page-template-consult-call-action .landing-bottom-wrap .right-content ul li:hover a i {
    color: #3f85a5;
}

.page-template-landing-page .landing-bottom-wrap .right-content ul li:before,
.page-template-consult-call-action .landing-bottom-wrap .right-content ul li:before {
    display: none;
}

.page-template-landing-page .home-slider,
.page-template-consult-call-action .home-slider {
    position: relative;
}

.page-template-landing-page .home-slider:before,
.page-template-consult-call-action .home-slider:before {
    display: none;
}

.page-template-landing-page .home-slider:after,
.page-template-consult-call-action .home-slider:after {
    background: rgba(17, 65, 101, 0.7);
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    height: 100%;
    content: "";
}

.blank-space {
    border-bottom: 2px solid #72B1C8;
    margin-bottom: 40px;
}

.inner-slider {
    position: relative;
}

.inner-slider:before {
    border-color: transparent transparent rgba(150, 220, 245, 0.5);
    border-style: solid;
    border-width: 0 0 325px 325px;
    bottom: 0;
    content: "";
    display: block !important;
    height: 0;
    position: absolute;
    right: 0;
    width: 40%;
    z-index: 1;
}

.inner-slider:after {
    background: rgba(17, 65, 101, 0.7);
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    height: 325px;
    content: "";
}

.home-link {
    display: inline-block;
    margin: 0 auto 60px;
    text-align: center;
    width: 100%;
}

.blog-yumprint-recipe .blog-yumprint-recipe-summary,
.blog-yumprint-recipe .blog-yumprint-ingredients,
.blog-yumprint-recipe .blog-yumprint-methods,
.blog-yumprint-recipe .blog-yumprint-notes,
.blog-yumprint-write-review,
.blog-yumprint-nutrition-box {
    font-family: "Noto Serif", serif !important;
    font-size: 16px !important;
    color: #373738 !important;
}

.blog-yumprint-recipe .blog-yumprint-subheader {
    font-family: "Noto Serif", serif !important;
    font-size: 20px !important;
    color: #373738 !important;
}

.blog-yumprint-recipe .blog-yumprint-recipe-title {
    font-family: "Noto Serif", serif !important;
    font-size: 26px !important;
    color: #373738 !important;
}

.blog-yumprint-recipe .blog-yumprint-action {
    height: 50px !important;
    background: #72B1C8 !important;
    width: 100% !important;
    border-radius: 0px !important;
    font-weight: 500 !important;
    text-transform: capitalize !important;
    line-height: 50px !important;
    font-size: 16px !important;
    max-width: 150px;
}

.blog-yumprint-recipe .blog-yumprint-action:hover {
    background: #327a9c !important;
}

.blog-yumprint-recipe .blog-yumprint-action a {
    background: transparent !important;
    height: 50px;
    line-height: 48px;
    width: 100%;
}

.media-section .date,
.year-wrapper .one-voice-content .date {
    color: #72B1C8;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
}

.media-section .author-name,
.year-wrapper .one-voice-content .author {
    font-family: "Roboto Condensed", sans-serif;
    color: #114165;
    font-size: 20px;
    font-weight: bold;
}

.nc_floater.scale-center,
.nc_floater.scale-right,
.scale-fullWidth,
.scale-left {
    max-width: 300px !important;
    margin-top: 0px !important;
}

.share-work {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px !important;
}

.nc_socialPanel {
    display: inline-block;
    vertical-align: top;
}

div.nc_socialPanel .nc_tweetContainer {
    min-width: 85px !important;
}

/* @media screen and (-webkit-min-device-pixel-ratio:0) {
  .site-header .main-nav-area .main-logo a:before,.site-header .main-nav-area .main-logo a:after{bottom:-1px;}
} */
@media screen and (-webkit-min-device-pixel-ratio: 0) {

    /* Safari and Chrome */
    .site-header .main-nav-area .main-logo a:before,
    .site-header .main-nav-area .main-logo a:after {
        bottom: 0px;
    }

    /* Safari only override */
    ::i-block-chrome,
    .site-header .main-nav-area .main-logo a:before,
    .site-header .main-nav-area .main-logo a:after {
        bottom: -1px;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .inner-slider {
        background-attachment: inherit !important;
    }
}

@media (min-width: 768px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }
}

@media (min-width: 992px) {
    .col-md-1 {
        float: left;
        width: 8.333333%;
    }

    .col-md-2 {
        float: left;
        width: 16.666667%;
    }

    .col-md-3 {
        float: left;
        width: 25%;
    }

    .col-md-4 {
        float: left;
        width: 33.333333%;
    }

    .col-md-5 {
        float: left;
        width: 41.666667%;
    }

    .col-md-6 {
        float: left;
        width: 50%;
    }

    .col-md-7 {
        float: left;
        width: 58.333333%;
    }

    .col-md-8 {
        float: left;
        width: 66.666667%;
    }

    .col-md-9 {
        float: left;
        width: 75%;
    }

    .col-md-10 {
        float: left;
        width: 83.333333%;
    }

    .col-md-11 {
        float: left;
        width: 91.666667%;
    }

    .col-md-12 {
        float: left;
        width: 100%;
    }
}

@media screen and (max-width: 2400px) and (min-width: 2201px) {
    .about-lauren::before {
        border-width: 630px 820px 0 0;
    }

    .wrapper {
        width: 1520px;
    }
}

@media screen and (max-width: 2201px) and (min-width: 2100px) {
    .about-lauren::before {
        border-width: 630px 760px 0 0;
    }

    .wrapper {
        width: 1520px;
    }
}

@media screen and (max-width: 2099px) and (min-width: 1921px) {
    .about-lauren::before {
        border-width: 560px 680px 0 0;
    }

    .wrapper {
        width: 1520px;
    }
}

@media screen and (max-width: 2400px) and (min-width: 1841px) {

    .mac-os.safari .site-header .main-nav-area .main-logo a:before,
    .mac-os.safari .site-header .main-nav-area .main-logo a:after {
        bottom: -1px;
    }

    .mac-os.chrome .site-header .main-nav-area .main-logo a:before,
    .mac-os.chrome .site-header .main-nav-area .main-logo a:after {
        bottom: 0px;
    }

    .media-section .post-column .image-outer img {
        width: 59%;
    }
}

@media only screen and (max-width: 1840px) {

    .large-wrapper,
    .xl-wrapper {
        width: 1600px;
    }

    .home-slider,
    .home-slider .home-banner-wrap {
        height: 685px;
    }

    .inner-slider,
    .inner-slider .banner-wrap {
        height: 345px;
    }

    .about-lauren::before {
        border-width: 440px 520px 0 0;
    }

    .mac-os.safari .site-header .main-nav-area .main-logo a:before,
    .mac-os.safari .site-header .main-nav-area .main-logo a:after {
        bottom: -1px;
    }

    .mac-os.chrome .site-header .main-nav-area .main-logo a:before,
    .mac-os.chrome .site-header .main-nav-area .main-logo a:after {
        bottom: -3px;
    }
}

@media only screen and (max-width: 1600px) {

    .large-wrapper,
    .xl-wrapper {
        width: 1400px;
    }

    .inner-pages .left-content h2,
    .page-template-full-page-no-sidebar .inner-pages h2 {
        font-size: 42px;
        line-height: 56px;
    }

    .inner-slider h1 {
        font-size: 45px;
    }

    .site-header .main-nav-area .main-logo {
        height: 200px;
        max-width: 370px;
    }

    .service-section .left-content h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .about-lauren::before {
        border-width: 380px 460px 0 0;
    }

    .site-header .main-nav-area .main-logo a::after,
    .site-header .main-nav-area .main-logo a::before {
        bottom: -3px;
    }

    .site-header .main-nav-area .main-logo {
        height: 198px;
    }
}

@media only screen and (max-width: 1400px) {

    .large-wrapper,
    .xl-wrapper,
    .inner-wrapper,
    .wrapper,
    .content-wrapper,
    .middle-wrapper {
        width: 1170px;
    }

    .home-slider,
    .home-slider .home-banner-wrap {
        height: 545px;
    }

    .inner-slider,
    .inner-slider .banner-wrap {
        height: 325px;
    }

    .home-slider .home-banner-wrap h3 {
        font-size: 45px;
        line-height: 48px;
        margin-bottom: 20px;
    }

    .home-slider .home-banner-wrap h4 {
        font-size: 36px;
    }

    .email-challege-wrap .gform_heading span {
        font-size: 28px;
    }

    .about-lauren .about-lauren-wrap .left-content h1,
    .service-section .left-content h1,
    .media-work h1 {
        font-size: 46px;
        line-height: 50px;
    }

    .about-lauren .about-lauren-wrap .left-content h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .service-section .left-content,
    .contact-footer-section .right-wrap {
        width: 32%;
    }

    .service-section .right-wrap,
    .contact-footer-section .left-content {
        width: 64%;
    }

    .media-section .post-column .media-name a {
        font-size: 28px;
        line-height: 36px;
    }

    .media-section .post-column {
        margin-bottom: 10px;
    }

    .media-work-page .secondary-button {
        margin-left: 15px;
    }

    .year-post-wrap .photo-section-wrapper {
        margin-left: 15px;
    }

    .site-header .main-nav-area .main-logo {
        height: 200px;
        max-width: 370px;
    }

    .service-section .right-wrap .help_section_step_note h4 {
        font-size: 24px;
    }

    .service-section .left-content h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .service-section .right-wrap .help_section_step_note {
        width: 47%;
    }

    .page-template-landing-page .home-slider .home-slider-text-wrapper h3 {
        font-size: 46px;
        line-height: 58px;
    }

    .page-template-landing-page .home-slider .home-slider-text-wrapper h4 {
        font-size: 41px;
        line-height: 54px;
    }

    .page-template-landing-page .home-slider,
    .page-template-landing-page .home-slider .home-banner-wrap {
        height: 545px;
    }

    .about-lauren::after,
    /* .home-slider::before */
        {
        right: -100px;
    }

    .about-lauren::before {
        border-width: 310px 360px 0 0;
    }

    .inner-slider.home-slider::before {
        right: 0;
        border-width: 0 0 305px 305px;
    }

    .inner-slider::after {
        height: 305px;
    }

    .site-header .main-nav-area .main-logo a::after,
    .site-header .main-nav-area .main-logo a::before {
        bottom: -3px;
    }

    .site-header .main-nav-area .main-logo {
        height: 198px;
    }

    .media-section .post-column .media-name {
        min-height: 170px;
    }
}

@media only screen and (max-width: 1199px) {
    .sub-menu {
        display: none;
    }

    li:hover .sub-menu {
        display: block;
    }

    .wrapper,
    .large-wrapper,
    .xl-wrapper,
    .inner-wrapper,
    .sm-wrapper,
    .content-wrapper,
    .middle-wrapper {
        width: 950px;
        margin: 0 auto;
    }

    .site-header .main-nav-area .main-logo {
        max-width: 334px;
        height: 178px;
    }

    .site-header .main-nav-area .right-wrap .main-navigation ul li {
        padding: 0 13px;
    }

    .home-slider,
    .home-slider .home-banner-wrap {
        height: 465px;
    }

    .home-slider .home-banner-wrap h3 {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 20px;
    }

    .home-slider .home-banner-wrap h4 {
        font-size: 32px;
        line-height: 40px;
    }

    .email-challege-wrap {
        padding: 25px 35px;
    }

    .about-lauren .about-lauren-wrap .left-content {
        padding-top: 0px;
    }

    .about-lauren .about-lauren-wrap .left-content h1,
    .service-section .left-content h1,
    .media-work h1 {
        font-size: 43px;
        line-height: 46px;
    }

    .about-lauren .about-lauren-wrap .left-content h3 {
        font-size: 27px;
        line-height: 37px;
    }

    .about-lauren .about-lauren-wrap .left-content p {
        padding-right: 10%;
    }

    .service-section .right-wrap .help_section_step_note {
        width: 47%;
    }

    .service-section .left-content h3 {
        font-size: 28px;
        line-height: 38px;
    }

    .footer-copyright p {
        font-size: 15px;
    }

    .inner-slider,
    .inner-slider .banner-wrap {
        height: 300px;
    }

    .inner-slider h1 {
        font-size: 45px;
    }

    .inner-pages .left-content h2,
    .page-template-full-page-no-sidebar .inner-pages h2 {
        font-size: 36px;
        line-height: 48px;
    }

    .publication-logo li {
        min-height: 200px;
        line-height: 200px;
    }

    .main-sidebar .widget-area .widget-first form.mc4wp-form {
        margin: 0 auto;
        max-width: 290px;
    }

    .inner-pages .left-content h3 {
        font-size: 29px;
        line-height: 40px;
    }

    .schedule-session span {
        display: block;
        float: none;
        text-align: center;
    }

    .schedule-session a {
        display: block;
        float: none;
        margin: 20px auto 0;
        max-width: 250px;
        text-align: center;
    }

    .inner-pages h4 {
        font-size: 24px;
        line-height: 32px;
    }

    .blog .inner-pages .blog-image .cat-name {
        width: 180px;
    }

    .main-sidebar .widget-area .widget_recent_entries .execphpwidget,
    .main-sidebar .widget-area .widget_execphp .execphpwidget,
    .main-sidebar .widget-area .widget_categories .execphpwidget,
    .main-sidebar .widget-area .widget_recent_entries ul,
    .main-sidebar .widget-area .widget_execphp ul,
    .main-sidebar .widget-area .widget_categories ul {
        max-width: 290px;
    }

    .main-sidebar .widget-area .social-conact ul li a {
        font-size: 15px;
    }

    .main-sidebar .widget-area .social-conact ul li:last-child {
        line-height: 10px;
    }

    .main-sidebar .widget-area .social-conact ul li:last-child a {
        line-height: 20px;
    }

    .blog .inner-pages .left-content .entry-header h3 {
        font-size: 29px;
        line-height: 38px;
    }

    .contact-left-wrap .contact-footer-section .left-content {
        padding: 40px 15px;
        margin: 30px 0;
    }

    .contact-left-wrap .contact-footer-section .right-wrap {
        padding-right: 0px;
    }

    .contact-left-wrap {
        padding: 50px 40px;
    }

    .small-wrapper {
        margin: 0 auto;
        width: 960px;
    }

    .page-template-landing-page .home-slider,
    .page-template-landing-page .home-slider .home-banner-wrap {
        height: 465px;
    }

    .page-template-landing-page .home-slider .home-slider-text-wrapper h3 {
        font-size: 40px;
        line-height: 50px;
    }

    .page-template-landing-page .home-slider .home-slider-text-wrapper h4 {
        font-size: 35px;
        line-height: 46px;
    }

    .about-lauren::after,
    /* .home-slider::before */
        {
        right: -200px;
    }

    .about-lauren::before {
        border-width: 280px 330px 0 0;
    }

    .media-work-page .contact-footer-section .right-wrap h2 {
        font-size: 36px;
    }

    .inner-slider.home-slider::before {
        right: 0;
        border-width: 0 0 280px 280px;
    }

    .inner-slider::after {
        height: 286px;
    }

    .site-header {
        height: 130px;
    }
}

@media only screen and (max-width: 991px) {
    .media-section .post-column .media-name {
        min-height: 130px;
    }

    .same-height {
        height: auto !important
    }

    .wrapper,
    .large-wrapper,
    .xl-wrapper,
    .inner-wrapper,
    .sm-wrapper,
    .content-wrapper,
    .middle-wrapper {
        width: 750px;
        padding: 0 15px;
    }

    .site-header .main-nav-area .main-logo {
        position: relative;
    }

    .site-header .main-nav-area .main-logo {
        height: 160px;
        max-width: 295px;
    }

    .site-header {
        height: 140px;
    }

    .home-slider,
    .home-slider .home-banner-wrap {
        height: 385px;
    }

    .home-slider .home-banner-wrap h3 {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .home-slider .home-banner-wrap h4 {
        font-size: 27px;
        line-height: 35px;
    }

    .email-challege-wrap .gform_heading span {
        font-size: 24px;
        line-height: 34px;
    }

    .email-challege-wrap .gform_footer {
        width: 30%;
        display: block;
        margin: 0 auto;
    }

    .email-challege-wrap .gform_body {
        width: 100%;
    }

    .email-challege-wrap .gform_body ul li:last-child {
        padding-right: 0px;
    }

    .about-lauren .about-lauren-wrap {
        padding: 0 20px;
    }

    .about-lauren .about-lauren-wrap .left-content h1,
    .service-section .left-content h1,
    .media-work h1 {
        font-size: 39px;
        line-height: 42px;
    }

    .about-lauren .about-lauren-wrap .left-content h3 {
        font-size: 25px;
        line-height: 35px;
    }

    .service-section .right-wrap {
        padding: 40px 30px;
    }

    .about-lauren .about-lauren-wrap .left-content p {
        padding-right: 0px;
        margin-bottom: 10px;
    }

    .service-section .left-content,
    .contact-footer-section .left-content {
        padding: 60px 0;
    }

    .service-section .right-wrap {
        margin: 60px 0;
    }

    .service-section .left-content h3 {
        font-size: 25px;
        line-height: 36px;
        margin-bottom: 15px;
    }

    .service-section .right-wrap .help_section_step_note h4 {
        font-size: 19px;
    }

    .contact-footer-section .left-content {
        padding: 40px 10px;
    }

    .contact-footer-section .right-wrap h3 {
        font-size: 29px;
        line-height: 38px;
    }

    .contact-footer-section .right-wrap {
        margin-left: 2%;
        width: 33%;
    }

    .contact-footer-section .right-wrap p {
        font-size: 15px;
    }

    .contact-footer-section .right-wrap h2,
    .insta-feed h2 {
        font-size: 40px;
        line-height: 56px;
    }

    .main-sidebar {
        position: relative !important;
        padding: 0px !important;
        height: auto !important;
        border-left: 0px !important;
    }

    .inner-slider,
    .inner-slider .banner-wrap {
        height: 280px;
    }

    .inner-slider h1 {
        padding-left: 20px;
        font-size: 40px;
    }

    .inner-pages .page-content-wrap .page-wrap {
        padding: 67px 0 30px 0px;
    }

    .inner-pages .left-content h2,
    .page-template-full-page-no-sidebar .inner-pages h2 {
        font-size: 33px;
        line-height: 44px;
    }

    .main-sidebar .widget-area .widget-first form.mc4wp-form {
        margin: 0 auto;
        max-width: 350px;
    }

    .media-section .post-column .media-name a {
        font-size: 22px;
        line-height: 30px;
    }

    .media-section .post-column .media-name {
        padding: 20px 0;
    }

    .media-section .post-column {
        padding: 0 10px;
    }

    .year-post-wrap .year-wrapper .post-column .one-voice-content a {
        font-size: 22px;
        line-height: 27px;
    }

    .media-work-page .contact-footer-section .left-content {
        padding: 35px 10px;
        /* margin: 65px 0; */
    }

    .small-wrapper {
        margin: 0 auto;
        width: 750px;
    }

    .single .inner-pages .left-content {
        height: auto !important;
    }

    .page-template-landing-page .home-slider,
    .page-template-landing-page .home-slider .home-banner-wrap {
        height: 385px;
    }

    .page-template-landing-page .home-slider .home-slider-text-wrapper h3 {
        font-size: 34px;
        line-height: 44px;
    }

    .page-template-landing-page .home-slider .home-slider-text-wrapper h4 {
        font-size: 30px;
        line-height: 40px;
    }

    .page-template-landing-page .responsive-menu-button {
        display: none;
    }

    .about-lauren::after,
    /* .home-slider::before */
        {
        right: -300px;
    }

    .email-challege-wrap {
        padding: 15px;
    }

    .about-lauren::before {
        border-width: 220px 240px 0 0;
    }

    .media-work-page .contact-footer-section .right-wrap h2 {
        font-size: 29px;
    }

    .publication-logo li {
        width: 23%;
    }

    .inner-slider.home-slider::before {
        right: 0;
        border-width: 0 0 260px 260px;
    }

    .inner-slider::after {
        height: 266px;
    }

    .home-slider .home-banner-wrap .home-slider-text-wrapper {
        margin-top: -120px;
    }

    .site-header {
        height: 110px;
    }

    #responsive-menu-additional-content {
        border-top: 1px solid #fff;
        margin-top: 15px !important;
    }

    #responsive-menu-additional-content ul li h2 {
        margin-bottom: 15px;
    }

    #responsive-menu-additional-content ul li.social-media ul li {
        display: inline-block;
        margin: 0 5px;
        border: 2px solid #114165;
        text-align: center;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

    #responsive-menu-additional-content ul li {
        margin-bottom: 10px !important;
    }

    #responsive-menu-additional-content ul li.social-media {
        margin-top: 30px !important;
    }

    #responsive-menu-additional-content ul li.social-media ul li a {
        display: inline-block;
        width: 42px;
        height: 42px;
        line-height: 42px;
    }

    #responsive-menu-additional-content ul li.social-media ul li a i {
        color: #114165;
        font-size: 25px;
        width: 42px;
        height: 42px;
        line-height: 42px;
    }

    #responsive-menu-additional-content ul li.social-media ul li:hover {
        border: 2px solid #3f85a5;
    }

    #responsive-menu-additional-content ul li.social-media ul li:hover a i {
        color: #3f85a5;
    }
}

@media only screen and (max-width: 767px) {

    .wrapper,
    .large-wrapper,
    .xl-wrapper,
    .inner-wrapper,
    .sm-wrapper,
    .content-wrapper,
    .middle-wrapper,
    .small-wrapper {
        width: 100%;
        padding: 0 15px;
    }

    .site-header .main-nav-area .main-logo {
        height: 155px;
        max-width: 290px;
    }

    .slide-form-wrap .email-challenge-main {
        bottom: inherit;
        position: relative;
        top: 20px;
    }

    .home-slider,
    .home-slider .home-banner-wrap {
        height: 315px;
    }

    .home-slider .home-banner-wrap .home-slider-text-wrapper {
        margin-top: -80px;
    }

    .email-challege-wrap .gform_heading span {
        font-size: 23px;
        line-height: 34px;
    }

    .email-challege-wrap {
        padding: 20px;
    }

    .email-challege-wrap .gform_body ul li:first-child div span:first-child {
        padding-right: 5px;
    }

    .email-challege-wrap .gform_body ul li:last-child {
        padding-left: 0px;
    }

    .about-lauren {
        padding: 55px 0 60px;
    }

    .service-section .right-wrap,
    .contact-footer-section .left-content,
    .service-section .left-content,
    .contact-footer-section .right-wrap {
        width: 100%;
    }

    .service-section::after {
        top: 460px;
        width: 100%;
        height: 690px;
    }

    .service-section::before {
        width: 100%;
    }

    .about-lauren .about-lauren-wrap .left-content h1,
    .service-section .left-content h1,
    .media-work h1,
    .media-work h2 {
        font-size: 33px;
        line-height: 34px;
    }

    .media-work .post-column {
        width: 33.33%;
    }

    .contact-footer-section::after {
        width: 100%;
        top: 720px;
        height: 300px;
    }

    .contact-footer-section::before {
        width: 100%;
    }

    .contact-footer-section .right-wrap {
        position: inherit;
        top: inherit;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
        margin-left: 0px;
    }

    .footer .bottom-wrap ul li,
    .footer .top-wrap ul li {
        padding: 0 9px;
    }

    .service-section .left-content {
        margin-right: 0px;
    }

    .inner-slider,
    .inner-slider .banner-wrap {
        height: 260px;
    }

    .inner-slider h1 {
        font-size: 36px;
        padding-left: 20px;
    }

    .inner-pages .left-content h2,
    .page-template-full-page-no-sidebar .inner-pages h2 {
        font-size: 28px;
        line-height: 40px;
    }

    .inner-pages .page-content-wrap .page-wrap {
        padding: 50px 0 30px;
    }

    .media-section .post-column .image-outer {
        height: 200px;
        line-height: 200px;
    }

    .media-section .post-column .image-outer img {
        padding: 10px;
        max-height: 200px;
    }

    .media-section .post-column .media-name a {
        font-size: 20px;
        line-height: 26px;
    }

    .year-post-wrap .year-wrapper .year-sec {
        font-size: 23px;
    }

    .year-post-wrap .year-wrapper .post-column .one-voice-content a {
        font-size: 21px;
        line-height: 26px;
    }

    .inner-pages h3 {
        font-size: 28px;
        line-height: 38px;
    }

    .service-section .right-wrap .help_section_step_note {
        width: 50%;
    }

    .service-section .right-wrap .help_section_step_note:nth-child(odd),
    .service-section .right-wrap .help_section_step_note:nth-child(even) {
        float: none;
    }

    .single .inner-pages .left-content {
        padding: 60px 10px !important;
    }

    .page-template-landing-page .home-slider,
    .page-template-landing-page .home-slider .home-banner-wrap {
        height: 315px;
    }

    .page-template-landing-page .home-slider .home-slider-text-wrapper h3 {
        font-size: 28px;
        line-height: 36px;
    }

    .page-template-landing-page .home-slider .home-slider-text-wrapper h4 {
        font-size: 26px;
        line-height: 36px;
    }

    .about-lauren::before,
    .about-lauren::after,
    .home-slider::before {
        display: none;
    }

    .publication-logo li {
        width: 30%;
    }

    .inner-slider.home-slider::before {
        border-width: 0 0 246px 200px;
        right: 0;
    }

    .inner-slider::after {
        height: 250px;
    }

    .site-header {
        height: 107px;
    }

    .site-header .main-nav-area .main-logo a::after,
    .site-header .main-nav-area .main-logo a::before {
        bottom: -2px;
    }

    .mac-os.chrome .site-header .main-nav-area .main-logo a:before,
    .mac-os.chrome .site-header .main-nav-area .main-logo a:after {
        bottom: -2px !important;
    }

    .home-slider {
        border-bottom: 7px solid #114165;
        border-top: 7px solid #114165;
    }

    .site-header .main-nav-area .main-logo a::before,
    .site-header .main-nav-area .main-logo a::after {
        width: 7px;
    }

    .site-header .main-nav-area .main-logo {
        border-bottom: 7px solid #114165;
    }

    #loadMore2 {
        display: block !important;
        margin: 0 auto 40px !important;
        max-width: 210px !important;
        text-align: center !important;
        width: auto !important;
    }

    .blog .inner-pages .left-content article {
        display: none;
    }

    .blog .left-content {
        height: auto !important;
    }

    .contact-footer-section .right-wrap h2,
    .insta-feed h2 {
        font-size: 38px;
        line-height: 47px;
    }

    .contact-footer-section .right-wrap p {
        line-height: 26px;
    }

    .blog-image {
        display: none !important;
    }

    .blog-image.mobile-blog-image {
        display: block !important;
    }

    /*.blog-image.mobile-blog-image img{
    width:100%;
    height: auto;
  }*/
    .blog .inner-pages .blog-image {
        display: block;
        float: none;
        margin: 0 auto;
        max-width: 300px;
        text-align: center;
        width: 100%;
    }

    .blog .inner-pages .blog-image {
        width: 100%;
        height: auto;
    }

    .blog .inner-pages .blog-content-wrap {
        display: block;
        float: none;
        margin: 30px auto 0;
        max-width: 400px;
        text-align: center;
        width: 100%;
    }

    .blog .inner-pages .left-content article {
        display: block;
        width: 100%;
    }

    .blog .inner-pages .left-content .page-wrap {
        padding: 60px 0 0;
    }

    .blog .inner-pages .left-content article {
        display: none;
    }

    /* margin changes */
    .slide-form-wrap .email-challenge-main {
        top: 30px;
    }

    .about-lauren {
        padding: 60px 0 40px;
    }

    .service-section .left-content,
    .contact-footer-section .left-content {
        padding: 30px 0;
    }

    .service-section::before {
        height: 410px;
    }

    .service-section::after {
        top: 410px;
        height: 685px;
    }

    .service-section .right-wrap {
        margin: 45px 0;
    }

    .media-work {
        padding: 30px 0 35px 0;
    }

    .contact-footer-section .left-content {
        margin: 40px 0;
    }

    .contact-footer-section::before {
        height: 650px;
    }

    .contact-footer-section::after {
        top: 650px;
    }

    .contact-footer-section .right-wrap {
        padding-top: 20px;
    }

    .contact-footer-section::after {
        min-height: 280px;
        height: 280px;
    }

    .insta-feed {
        padding: 40px 0;
    }

    .footer {
        padding: 30px 0 10px;
    }

    .footer-copyright {
        padding: 30px 0;
    }

    .help-details {
        min-height: 130px;
        max-width: 85%;
    }

    .email-challege-wrap .gform_heading {
        margin-bottom: 20px;
    }

    .email-challege-wrap .gform_footer input {
        margin-bottom: 5px;
    }

    .contact-footer-added .execphpwidget {
        min-height: 220px;
        max-width: 90%;
    }

    .contact-footer-section .right-wrap h3 {
        font-size: 26px;
        line-height: 38px;
    }

    .inner-pages .page-content-wrap .page-wrap {
        padding: 30px 0;
    }

    .main-sidebar .widget-area .widget-first.news-sign {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .main-sidebar .widget-area .widget_recent_entries,
    .main-sidebar .widget-area .widget_execphp,
    .main-sidebar .widget-area .widget_categories {
        padding-bottom: 40px;
        padding-top: 35px;
    }

    .schedule-session {
        margin-top: 10px;
    }

    .main-sidebar .widget-area .widget:last-child {
        border-bottom: 0px none;
    }

    .contact-footer-section .right-wrap h3 {
        text-transform: none;
    }

    .page-template-two-column-right .contact-footer-added .execphpwidget {
        padding-bottom: 10px;
    }

    .main-sidebar .widget-area .widget-first {
        padding-bottom: 40px;
    }

    .main-sidebar .widget-area .social-conact ul li:last-child,
    .main-sidebar .widget-area .widget_categories ul li.cat-item:last-child {
        margin-bottom: 0px;
    }

    .blog .inner-pages .left-content .page-wrap {
        padding: 40px 0 0;
    }

    .blog .inner-pages .button-wrap {
        padding: 20px 0 40px;
    }

    .page-template-contact-us .contact-left-wrap {
        padding: 20px 40px;
    }

    .page-template-contact-us .left-content {
        height: auto !important;
    }

    .page-template-contact-us .contact-left-wrap .contact-footer-section .left-content-contact {
        margin: 20px 0;
    }

    .media-work-page {
        padding-top: 50px;
    }

    .page-template-in-media .contact-footer-section .right-wrap {
        padding-bottom: 15px;
        padding-top: 30px;
    }

    .schedule-session a {
        margin: 20px auto 10px;
    }

    .schedule-session {
        margin-bottom: 20px;
    }

    .blank-space {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 639px) {
    .media-section .post-column .media-name {
        min-height: auto;
    }

    .inner-pages .alignleft,
    .inner-pages .alignright {
        float: none;
        margin: 25px auto 25px auto;
        display: block;
    }

    .site-header .main-nav-area .main-logo {
        height: 132px;
        max-width: 245px;
    }

    .site-header {
        height: 84px;
    }

    button#responsive-menu-button {
        top: 35px !important;
    }

    .home-slider,
    .home-slider .home-banner-wrap {
        height: 245px;
    }

    .home-slider .home-banner-wrap h3 {
        font-size: 28px;
        line-height: 34px;
    }

    .home-slider .home-banner-wrap h4 {
        font-size: 22px;
        line-height: 28px;
    }

    .email-challege-wrap {
        padding: 15px;
    }

    .email-challege-wrap .gform_heading span {
        font-size: 18px;
        line-height: 28px;
    }

    .email-challege-wrap .gform_body ul li:first-child {
        width: 100%;
    }

    .email-challege-wrap .gform_body ul li {
        width: 100%;
        padding: 0 0 0 3px;
    }

    .email-challege-wrap .gform_body ul li:first-child div span {
        margin: 0 -2px 20px;
    }

    .about-lauren .about-lauren-wrap .left-content {
        padding-right: 0px;
        width: 100%;
        text-align: center;
    }

    .about-lauren .about-lauren-wrap .right-content {
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }

    .service-section .left-content,
    .contact-footer-section .left-content {
        padding: 25px 10px;
    }

    .service-section .right-wrap {
        padding: 30px 20px;
    }

    .contact-footer-section .left-content {
        margin: 50px 0;
    }

    .contact-footer-section::before {
        height: 650px;
    }

    .contact-footer-section::after {
        height: 350px;
        top: 650px;
        width: 100%;
    }

    .contact-footer-section .right-wrap {
        padding: 20px 10px;
    }

    .contact-footer-section .right-wrap h2,
    .insta-feed h2 {
        font-size: 34px;
        line-height: 42px;
    }

    .footer .right-content {
        text-align: center;
        display: block;
        margin: 0 auto;
        float: none;
    }

    .footer .left-content {
        display: block;
        margin: 0 auto 30px auto;
        float: none;
    }

    .footer {
        padding: 25px 0 20px 0;
    }

    .footer-copyright {
        padding: 25px 0 20px 0;
    }

    .service-section .wrapper {
        max-width: 470px;
        margin: 0 auto;
    }

    .service-section::after {
        height: 690px;
        top: 480px;
        width: 100%;
    }

    .inner-slider,
    .inner-slider .banner-wrap {
        height: 220px;
    }

    .inner-slider h1 {
        font-size: 30px;
        padding-left: 20px;
    }

    .inner-pages .left-content h2,
    .page-template-full-page-no-sidebar .inner-pages h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .inner-pages .page-content-wrap .page-wrap {
        padding: 50px 0 30px;
    }

    .inner-pages .left-content h3 {
        font-size: 21px;
        line-height: 30px;
    }

    .publication-logo {
        max-width: 470px;
        margin: 0 auto;
    }

    .publication-logo li {
        width: 47%;
    }

    .inner-pages h4 {
        font-size: 19px;
        line-height: 28px;
    }

    .media-section .post-column {
        width: 50%;
    }

    .contact-left-wrap {
        padding: 50px 0;
    }

    .contact-left-wrap .contact-footer-section .left-content {
        padding: 20px 15px;
        margin-bottom: 0;
    }

    .inner-pages h3 {
        font-size: 25px;
    }

    .service-section .left-content p {
        margin-bottom: 10px;
    }

    .page-template-landing-page .home-slider,
    .page-template-landing-page .home-slider .home-banner-wrap {
        height: 245px;
    }

    .page-template-landing-page .home-slider .home-slider-text-wrapper h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .page-template-landing-page .home-slider .home-slider-text-wrapper h4 {
        font-size: 20px;
        line-height: 30px;
    }

    .contact-left-wrap .contact-footer-section .left-content-contact {
        padding: 20px 10px;
        margin: 20px 0;
    }

    /* .contact-footer-form .gform_body ul li:first-child span{
     width: 100%!important;
     padding: 0px!important;
   } */
    .contact-footer-form .gform_body ul li:first-child span:first-child {
        margin: 0 -3px 20px 0 !important;
    }

    .contact-left-wrap .contact-footer-section .left-content-contact .contact-footer-form .gform_body ul li {
        width: 100% !important;
    }

    .inner-slider.home-slider::before {
        border-width: 0 0 206px 200px;
        right: 0;
    }

    .inner-slider::after {
        height: 206px;
    }

    .home-slider .home-banner-wrap .home-slider-text-wrapper {
        margin-top: -60px;
    }

    .blog .left-content {
        height: auto !important;
    }

    /* margin changes */
    .home-slider .home-banner-wrap h3 {
        font-size: 25px;
        line-height: 30px;
    }

    .about-lauren .about-lauren-wrap .left-content h3 {
        margin-bottom: 20px;
    }

    .about-lauren .secondary-button {
        display: inline-block;
    }

    .service-section::before {
        height: 520px;
    }

    .service-section::after {
        top: 520px;
        height: 790px;
    }

    .service-section .help-image {
        min-height: 80px;
    }

    .contact-footer-section .left-content {
        margin: 40px 0;
    }

    .contact-footer-added .execphpwidget {
        max-width: 84%;
    }

    .contact-footer-section::after {
        height: 340px;
    }

    .insta-feed {
        padding: 20px 0;
    }

    .social-media-wrp ul {
        margin-bottom: 15px;
        margin-left: 0;
    }

    button#responsive-menu-button {
        top: 15px !important;
    }

    .page-template-contact-us .contact-left-wrap {
        padding: 20px 0;
    }

    .page-template-contact-us .contact-left-wrap .contact-footer-section .right-wrap {
        padding: 20px 0px 0px 0px;
    }

    .year-post-wrap .year-wrapper {
        width: 100%;
        padding-right: 0px;
        padding-top: 0px;
    }

    .year-post-wrap .year-wrapper:first-child {
        padding-top: 40px;
    }

    .inner-pages .page-content-wrap .page-wrap {
        padding: 30px 0;
    }

    .inner-pages .contact-footer-section .right-wrap {
        padding: 20px 10px 0;
    }
}

@media only screen and (max-width: 479px) {
    .site-header .main-nav-area .main-logo {
        height: 102px;
        max-width: 180px;
    }

    .site-header .main-nav-area .main-logo a:before,
    .site-header .main-nav-area .main-logo a:after {
        bottom: -1px;
    }

    .site-header {
        height: 100px;
    }

    button#responsive-menu-button {
        top: 25px !important;
    }

    .home-slider,
    .home-slider .home-banner-wrap {
        height: 175px;
    }

    .home-slider .home-banner-wrap h3 {
        font-size: 20px;
        line-height: 25px;
    }

    .home-slider .home-banner-wrap h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .home-slider .home-banner-wrap .home-slider-text-wrapper {
        margin-top: -60px;
    }

    .email-challege-wrap .gform_heading span {
        font-size: 15px;
        line-height: 20px;
    }

    .email-challege-wrap .gform_heading {
        margin-bottom: 15px;
    }

    .email-challege-wrap .gform_body ul li:first-child div span {
        margin: 0 -2px 15px;
    }

    .email-challege-wrap .gform_footer {
        width: 100%;
    }

    .about-lauren .about-lauren-wrap {
        padding: 0;
    }

    .about-lauren .about-lauren-wrap .left-content h1,
    .service-section .left-content h1,
    .media-work h1,
    .media-work h2 {
        font-size: 26px;
        line-height: 30px;
    }

    .about-lauren .about-lauren-wrap .left-content h3 {
        font-size: 19px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .about-lauren .about-lauren-wrap .left-content h1,
    .service-section .left-content h1,
    .media-work h1,
    .media-work h2 {
        padding: 0 0 10px;
    }

    .service-section .left-content p {
        margin-bottom: 0px;
        font-size: 14px;
    }

    .service-section .left-content {
        padding: 25px 0px;
    }

    .service-section .right-wrap {
        padding: 10px 20px;
        margin: 20px 0;
    }

    .service-section .right-wrap .help_section_step_note {
        text-align: center;
        width: 100%;
    }

    .service-section .right-wrap .help_section_step_note h4 {
        font-size: 19px;
        margin: 10px 0;
    }

    .service-section::after {
        height: 1060px;
        top: 500px;
        width: 100%;
    }

    .service-section .left-content h3 {
        font-size: 21px;
        line-height: 31px;
        margin-bottom: 15px;
    }

    .media-work .post-column {
        padding: 0 10px;
        width: 50%;
    }

    .contact-footer-section .left-content .contact-footer-form .gform_body ul li:first-child span {
        width: 100%;
        padding: 0px !important;
        margin: 0px !important;
        vertical-align: top;
    }

    .contact-footer-section .left-content .contact-footer-form .gform_body ul li:first-child span:first-child {
        margin-bottom: 20px !important;
    }

    .contact-footer-section .left-content .contact-footer-form .gform_body ul li {
        width: 100%;
    }

    .contact-footer-section::before {
        height: 790px;
    }

    .contact-footer-section::after {
        height: 370px;
        top: 790px;
        width: 100%;
    }

    .insta-feed {
        padding: 30px 0;
    }

    .contact-footer-section .right-wrap h2,
    .insta-feed h2 {
        font-size: 28px;
        line-height: 34px;
    }

    .contact-footer-section .right-wrap h3 {
        font-size: 23px;
        line-height: 38px;
    }

    .insta-feed h3 {
        font-size: 25px;
        line-height: 34px;
    }

    .footer-copyright p {
        font-size: 14px;
        line-height: 26px;
    }

    .footer {
        text-align: center;
    }

    .footer ul li::before {
        display: none;
    }

    .service-section .wrapper {
        max-width: 310px;
        margin: 0 auto;
    }

    .publication-logo li {
        width: 80%;
        margin: 0 auto;
    }

    .publication-logo {
        margin: 0 auto;
        max-width: 310px;
        text-align: center;
    }

    .media-section .post-column {
        width: 100%;
        max-width: 310px;
        margin: 0 auto 20px auto;
    }

    .year-post-wrap .year-wrapper {
        width: 100%;
    }

    .media-work-page .contact-footer-section .left-content {
        padding: 15px 10px;
    }

    .media-content {
        text-align: center;
    }

    .blog .inner-pages .left-content .entry-header h3 {
        font-size: 23px;
        line-height: 30px;
    }

    .blog .inner-pages .blog-image .cat-name {
        height: 46px;
        line-height: 46px;
    }

    .contact-left-wrap .contact-footer-section .left-content {
        padding: 20px 0;
    }

    .contact-footer-section .left-content .contact-footer-form .gform_footer {
        padding: 0 10px;
    }

    .contact-left-wrap .contact-footer-section .right-wrap {
        padding-left: 0px;
    }

    .contact-footer-section .left-content .contact-footer-form .gform_footer input {
        font-size: 14px;
    }

    .inner-pages h3 {
        font-size: 22px;
        line-height: 32px;
    }

    .inner-slider h1 {
        font-size: 21px;
    }

    .page-template-landing-page .home-slider,
    .page-template-landing-page .home-slider .home-banner-wrap {
        height: 175px;
    }

    .page-template-landing-page .home-slider .home-slider-text-wrapper h3 {
        font-size: 15px;
        line-height: 24px;
    }

    .page-template-landing-page .home-slider .home-slider-text-wrapper h4 {
        font-size: 15px;
        line-height: 24px;
    }

    .publication-logo li {
        min-height: 130px;
        width: 45%;
    }

    .inner-slider.home-slider::before {
        border-width: 0 0 161px 155px;
        right: 0;
    }

    .inner-slider::after {
        height: 161px;
    }

    .about-lauren .secondary-button {
        width: 100%;
        padding: 10px;
    }

    .service-section .right-wrap .help_section_step_note p {
        line-height: 26px;
    }

    .site-header .main-nav-area .main-logo {
        top: 8px;
        border-bottom: 0px;
    }

    .site-header .main-nav-area .main-logo a::after,
    .site-header .main-nav-area .main-logo a::before {
        display: none;
    }

    #responsive-menu-additional-content .additional-content h2 {
        font-size: 20px;
    }

    #responsive-menu-additional-content .additional-content li a {
        font-size: 14px !important;
    }

    /* margin changes */
    button#responsive-menu-button {
        top: 25px !important;
    }

    .home-slider .home-banner-wrap h3 {
        font-size: 18px;
        line-height: 23px;
    }

    .home-slider .home-banner-wrap h4 {
        font-size: 16px;
        line-height: 21px;
    }

    .email-challege-wrap .gform_body ul {
        margin-bottom: 20px;
    }

    .service-section .left-content a {
        font-size: 14px;
    }

    .help-details {
        max-width: 100%;
    }

    .service-section .right-wrap {
        margin: 40px 0;
    }

    .service-section::after {
        height: 1140px;
    }

    .service-section .right-wrap .help_section_step_note:last-child p {
        padding-bottom: 0px;
    }

    .contact-footer-section::before {
        height: 770px;
    }

    .contact-footer-section::after {
        top: 770px;
    }

    .contact-footer-added .execphpwidget {
        max-width: 94%;
    }

    .contact-footer-section .right-wrap h3 {
        font-size: 21px;
        line-height: 33px;
    }

    .contact-footer-section::after {
        height: 350px;
    }

    .media-work-page .secondary-button {
        margin-bottom: 30px;
    }

    .media-work-page .contact-footer-section::before {
        height: 760px;
    }

    .media-work-page .contact-footer-section::after {
        top: 760px;
    }

    .media-work-page .contact-footer-section .execphpwidget {
        padding-top: 20px;
    }

    .contact-footer-section .left-content .contact-footer-form h2 {
        font-size: 16px;
    }
}

@media screen and (max-width: 479px) and (min-width: 408px) {
    .contact-footer-section::after {
        height: 320px;
    }

    .insta-feed {
        padding: 20px 0;
    }
}


/*# sourceMappingURL=style.css.map */
