/*
Theme Name: Open Resource
Theme URI: http://openresource.co
Description: Responsive template for Open Resource
Version: 14092015
Author: Web Revolution
Author URI: http://www.webrevolution.co.nz
*/

/* =CSS Reset
   ========================================================================== */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/* =Global Styles
   ========================================================================== */
*:focus {
    outline: 0;
}

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

body {
    color: #000;
    background: #fff;
    font: 15px/1.4 'Quicksand', sans-serif;
}

a {
    color: #ed1c24;
    text-decoration: none;
}

a:hover {
    color: #000;
}

em {
    font-style: italic;
}

strong {
    font-weight: 600;
}

sup, sub {
    font-size: 14px;
    position: relative;
    top: -0.9em;
    vertical-align: baseline;
}

sub {
    top: 0.9em;
}

hr,
hr.dotted-content-separator {
    border: 0;
    clear: both;
    height: 1px;
    display: block;
    color: #f2f2f2;
    margin: 30px 0;
}

hr {
    background-color: #f2f2f2;
}

hr.dotted-content-separator {
    background-color: transparent;
    border-top: 1px dotted #f2f2f2;
}

.wow {
    visibility: hidden;
}

/* =Colours
   ========================================================================== */
.blue,
.red {
    color: #ed1c24;
}

.green {
    color: #696969;
}

.orange {
    color: #696969;
}

/* =Float - Display
   ========================================================================== */
.clearfix { *zoom: 1; }

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}

.clearfix:after {clear: both;}

.clear-both {clear: both;}

.clear-left {clear: left;}

.clear-right {clear: right;}

.float-left {float: left;}

.float-right {float: right;}

.display-block {display: block;}

.display-none {display: none;}

.display-inline-block {display: inline-block;}

/* =Container Width
   ========================================================================== */
.full-width {
    float: left;
    width: 100%;
    position: relative;
    min-width: 320px;
}

.wrapper {
    margin: 0 auto;
    position: relative;
    min-width: 300px;
    max-width: 1180px;
    padding: 20px 10px;
}

.wrapper.wider-width-wrap {
    max-width: 1680px;
}

.inner-width {
    width: 100%;
    position: relative;
}

/* =Transition Effects
   ========================================================================== */
.owl-next,
.owl-prev,
#navbar a,
#text-7 li,
.social-icons a,
.gform_next_button,
.gform_previous_button,
input[type=submit],
.home-top-advert a,
.transition-effect,
.subscribe-now-btn {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

/* =Wrapping Images
   ========================================================================== */
img.alignright { 
    float: right;
    margin: 0.1em 0 1em 1em;
}

img.alignleft {
    float: left;
    margin: 0.1em 1em 1em 0;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignright { float:right; }

.alignleft { float:left; }

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Image Caption */
p.wp-caption-text {
    font-size: 0.9em;
    margin-bottom: 0;
}

/* Responsive Image */
img,
.widget img,
.wp-caption {
    max-width: 100%;
}

img,
img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
    height: auto;
    max-width: 100%;
}

/* =Font
   ========================================================================== */
.font-weight-400 {
    font-weight: 400;
}

.font-weight-600 {
    font-weight: 600;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-17 {
    font-size: 17px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-19 {
    font-size: 19px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-22 {
    font-size: 22px;
}

.font-size-24 {
    font-size: 24px;
}

.font-size-26 {
    font-size: 26px;
}

.font-size-28 {
    font-size: 28px;
}

.font-size-30 {
    font-size: 30px;
}

.font-size-32 {
    font-size: 32px;
}

.font-size-34 {
    font-size: 34px;
}

.font-size-36 {
    font-size: 36px;
}

.font-size-38 {
    font-size: 38px;
}

.font-size-40 {
    font-size: 40px;
}

.line-height-1 {
    line-height: 1;
}

.line-height-2 {
    line-height: 1.1;
}

.line-height-3 {
    line-height: 1.2;
}

.line-height-4 {
    line-height: 1.3;
}

.line-height-5 {
    line-height: 1.4;
}

.line-height-6 {
    line-height: 1.5;
}

.text-align-center {
    text-align: center;
}

/* =Margins & Paddings
   ========================================================================== */
.margin-top-zero {
    margin-top: 0 !important;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-35 {
    margin-top: 35px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-45 {
    margin-top: 45px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-bottom-zero {
    margin-bottom: 0 !important;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-35 {
    margin-bottom: 35px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-45 {
    margin-bottom: 45px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-25 {
    padding-top: 25px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-35 {
    padding-top: 35px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-45 {
    padding-top: 45px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-bottom-5 {
    padding-bottom: 5px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-25 {
    padding-bottom: 25px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-bottom-35 {
    padding-bottom: 35px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-45 {
    padding-bottom: 45px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

/* =Headings
   ========================================================================== */
h1,h2,h3,h4,h5,h6 {
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 0.8em;
}

h1 {
    font-size: 25px;
}

h2 {
    font-size: 23px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 19px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 17px;
}

/* =Tables
   ========================================================================== */
table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
}

td {
    padding: 10px;
    border: 1px solid #e8e8e8;
}

.five-col-table td {
    width: 20%;
}

/* =Header
   ========================================================================== */
#header {
    background: #ee2128;
}

#header:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(images/header-bg.jpg) no-repeat;
    background-size: contain;
}

#header-logo {
    width: 140px;
    margin: 20px auto 0;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

#header-logo:hover {
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

#header-wrap {
    padding: 0;
    max-width: 100%;
}

#text-6 {
    float: right;
    /*display: none;*/
}

#text-6 a {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    text-align: center;
    background: #12d3b2;
    padding: 30px 30px 30px 90px;
}

#text-6 a small {
    color: #000;
    display: block;
    font-size: 13px;
    font-weight: 400;
    text-shadow: none;
    font-style: italic;
}

#text-6 a:hover {
    background: #2591d0;
}

/* =Main Navigation
   ========================================================================== */
#menu-toggle {
    color: #fff;
    float: right;
    display: none;
    cursor: pointer;
    font-size: 12px;
    margin-top: 45px;
    margin-right: 15px;
}

#menu-bar span {
    width: 100%;
    height: 6px;
    display: block;
    background: #fff;
    margin-bottom: 1px;
}

#menu-bar span:last-child {
    margin-bottom: 0;
}

#navbar .first-list-wrap {
    text-align: center;
}

#navbar .first-list-wrap > li {
    position: relative;
    display: inline-block;
}

#navbar a {
    color: #fff;
    display: block;
}

#navbar .first-list-wrap > li > a {
    font-size: 16px;
    padding: 20px 20px 30px;
}

#navbar .first-list-wrap > li:hover > a,
#navbar .first-list-wrap > li.current-menu-item > a,
#navbar .first-list-wrap > li.current-menu-ancestor > a,
body.post-type-archive-testimonials #navbar .first-list-wrap > li#menu-item-25 > a {
    color: #000;
}

#navbar .first-list-wrap > li.highlighted-menu-item {
    display: none;
}

#navbar .first-list-wrap > li.highlighted-menu-item > a {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    text-align: center;
    background: #12d3b2;
    padding: 31px 15px 31px 85px;
}

#navbar .first-list-wrap > li.highlighted-menu-item > a span {
    color: #000;
    display: block;
    font-size: 13px;
    font-weight: 400;
    text-shadow: none;
    font-style: italic;
}

#navbar .first-list-wrap > li.highlighted-menu-item:hover > a {
    background: #2591d0;
}

#navbar .first-list-wrap > li > ul {
    display: none;
    position: absolute;
    z-index: 999999999;
    background: #333;
}

#navbar .first-list-wrap > li:hover > ul {
    display: block;
}

#navbar .first-list-wrap > li > ul > li {
    white-space: nowrap;
}

#navbar .first-list-wrap > li > ul > li > a {
    color: #fff;
    display: block;
    padding: 10px 15px;
    text-align: left;
    border-top: 1px solid #000;
}

#navbar .first-list-wrap > li > ul > li:hover > a,
#navbar .first-list-wrap > li > ul > li.current-menu-item > a {
    color: #ee2128;
}

/* =Hero
   ========================================================================== */
#hero-wrap {
    max-width: 100%;
    padding: 0;
}

.metaslider .caption-wrap {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    text-align: center;
    opacity: 1 !important;
    background: none !important;
}

.metaslider .caption {
    width: 95%;
    top: 50%;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    transform: translate(0, -50%);
    font-size: 38px;
    line-height: 1.1;
    font-weight: 600;
    text-shadow: 0 1px 6px rgba(0,0,0,1);
}

/* =Main Content Container
   ========================================================================== */
.max-width-643 {
    max-width: 643px;
    margin-left: auto;
    margin-right: auto;
}

.wider-width-wrap .max-width-643 {
    max-width: 100%;
}

#content-wrap {
    padding-top: 30px;
    padding-bottom: 40px;
}

#content-wrap-2 {
    padding-bottom: 40px;
}

/* Two Columns Layout */
.columns-wrap .two-column {
    width: 48%;
}

.columns-wrap .two-column:nth-child(2n+1) {
    float: left;
    clear: left;
}

.columns-wrap .two-column:nth-child(2n) {
    float: right;
}

/* =Main Content Column
   -------------------------------------------------------------------------- */
.main-content-with-sidebar {
    width: 880px;
    float: left;
}

.site-content {
    font-size: 18px;
    font-weight: 400;
}

.site-content p {
    margin-bottom: 1.6em;
}

.site-content ul,
.site-content ol {
    margin-left: 15px;
    margin-bottom: 1.5em;
}

.site-content li {
    margin-bottom: 0.5em;
}

.site-content ul > li {
    list-style: disc;
}

.site-content ol > li {
    list-style: decimal;
}

.site-content ul > li > ul,
.site-content ol > li > ol {
    margin: 0.5em 0 0.5em 2.2em;
}

.site-content ul > li > ul > li {
    list-style: circle;
}

.site-content ol > li > ol > li {
    list-style: lower-roman;
}

.site-content ul.payment_methods li {
    list-style: none;
}

/* Homepage */
.home-top-advert {
    float: left;
    padding-top: 80px;
    text-align: center;
    position: relative;
    width: 30.50847457627119%;
}

.home-top-advert:before {
    content: '';
    position: absolute;
    display: inline-block;
    margin: auto;
    width: 60px;
    height: 60px;
    background: #f2f2f2;
    top: 0;
    left: 0;
    right: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.home-top-advert h2 {
    font-size: 20px;
    margin-bottom: 22px;
}

.home-top-advert a {
    color: #333;
}

.home-top-advert a:hover {
    color: #ff7900;
}

.home-top-advert-2,
.home-top-advert-3 {
    margin-left: 4.23728813559322%;
}

.home-signup-btn {
    color: #fff;
    width: 100%;
    font-size: 33px;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    text-align: center;
    background: #2591d0;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
}

.home-signup-btn:hover {
    color: #fcfcfc;
    text-shadow: none;
}

.home-signup-btn span {
    padding: 20px;
    display: inline-block;
}

.home-signup-btn .read-more-title {
    float: left;
}

.home-signup-btn .read-more-sub-title {
    z-index: 2;
    float: right;
    padding-left: 15px;
    position: relative;
    background: #12d3b2;
}

.home-signup-btn:hover .read-more-sub-title {
    color: #000;
}

#tabs-accordion-cnt {
    width: 65%;
    float: left;
}

h2.resp-tab-active {
    color: #333;
}

#testimonials-feed-cnt-outer {
    width: 30%;
    float: right;
    position: relative;
}

#testimonials-feed-cnt-inner  {
    z-index: 1;
    font-size: 16px;
    font-style: italic;
    position: relative;
    padding: 20px 20px 0;
    border: 1px solid #e8e8e8;
}

/* Template Samples Carousel */

#carousel-section-title {
    color: #ff7900;
    font-size: 42px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
}

#carousel-section-title span {
    padding: 0 15px 35px;
    border-bottom: 1px dashed #e8e8e8;
}

#sample-carousel-wrap {
    padding: 0;
    max-width: 100%;
}

.carousel-slide h2 {
    font-weight: 400;
}

.carousel-slide h2 span {
    color: #2591d0;
    padding: 10px;
    text-align: center;
}

.carousel-slide:hover h2 span {
    color: #000;
}

.owl-next,
.owl-prev {
    top: 38%;
    opacity: 0;
    width: 35px;
    height: 35px;
    margin: auto;
    overflow: hidden;
    text-indent: 100%;
    position: absolute;
    white-space: nowrap;
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.carousel-wrapper:hover .owl-prev,
.carousel-wrapper:hover .owl-next {
    opacity: 0.4;
}

.carousel-wrapper:hover .owl-prev:hover,
.carousel-wrapper:hover .owl-next:hover {
    opacity: 0.8;
}

/* Tabs & Accordion */
.site-content .resp-tabs-list,
.site-content .resp-tabs-list li {
    margin: 0;
}

.site-content .resp-tabs-list {
    background: #fcfcfc;
    border-bottom: 3px solid #ff7900;
}

.site-content .resp-tabs-list li {
    font-size: 20px;
    font-weight: 400;
}

.resp-tab-active {
    color: #fff;
    background: #ff7900;
    border-color: #ff7900;
}

.resp-tab-content {
    border-top: none;
    padding: 22px 22px 0;
    border-color: #e8e8e8;
}

/* Free Consultation */
.free-consultation-adv {
    float: left;
    position: relative;
    width: 31.33333333333333%;
    -webkit-box-shadow: 0 0 1px 1px #e8e8e8;
    box-shadow: 0 0 1px 1px #e8e8e8;
}

.free-consultation-adv .double-div-inner {
    text-align: center;
    padding: 60px 20px 30px;
}

.free-consultation-adv .double-div-inner p {
    margin-bottom: 0;
}

.free-consultation-adverts .free-consultation-adv {
    margin-left: 3%;
}

.free-consultation-adverts .free-consultation-adv:first-child {
    margin-left: 0;
}

/* Pricing */
.newsletter-package {
    float: left;
    width: 23.5%;
    text-align: center;
    -webkit-box-shadow: 0 0 1px 1px #e8e8e8;
    box-shadow: 0 0 1px 1px #e8e8e8;
}

.np-top-of-mind-professional,
.np-top-of-mind-superior,
.np-booster-email,
.np-top-of-mind-silver {
    margin-left: 2%;
}

.newsletter-package h2,
.newsletter-package h3,
.newsletter-package ul,
.newsletter-package ul li {
    margin: 0;
}

.newsletter-package h2,
.newsletter-package h3 {
    padding: 15px 10px;
}

.newsletter-package h2 {
    color: #fff;
    font-size: 23px;
}

.np-top-of-mind h2,
.np-booster-email h2 {
/*    padding-top: 29px;
    padding-bottom: 29px;*/
}

.np-top-of-mind h2 {
    background: #8d8d8d;
}

.np-top-of-mind-silver h2 {
    background: #8d8d8d;
}

.np-top-of-mind-professional h2 {
    background: #ee2128;
}

.np-top-of-mind-superior h2 {
    background: #00a91f;
}

.np-booster-email h2 {
    background: #8d8d8d;
}

.np-dark-grey h2 {
    background: #8d8d8d !important;
}

.np-top-of-mind.bronze-package h2 {
    background: #bc7e41;
}

.np-top-of-mind-professional.gold-package h2 {
    background: #e0b45d;
}

.newsletter-package h3 {
    color: #000;
    font-size: 26px;
    padding: 20px 10px;
    background: #fcfcfc;
}

.newsletter-package ul li {
    font-weight: 400;
    font-size: 14px;
    list-style: none;
    padding: 20px 10px;
    border-bottom: 1px solid #e8e8e8;
}

.newsletter-package ul li:last-child {
    border-bottom: none;
}

.subscribe-now-btn {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    padding: 15px 2px;
    display: block !important;
    background: #00C036;
}

.subscribe-now-btn:hover {
    color: #fff;
    background: #00a91f;
}

/* Testimonials */
body.post-type-archive-testimonials #archive-intro table tr td {
    padding: 30px 20px; 
    vertical-align: middle;
}

/* Blog Layout */
.post-summary-wrap {
    margin-bottom: 30px; max-width:640px;
    border-bottom: 1px dotted #e8e8e8;
}

.post-testimonial-wrap {
    text-align: center;
}

.post-number {
    color: #fff;
    padding: 5px;
    min-width: 30px;
    text-align: center;
    margin-right: 5px;
    background: #2591d0;
    display: inline-block;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.article-preview h2 {
    font-size: 21px;
}

.article-preview h3 {
    font-size: 18px;
}

.article-preview p {
    font-size: 16px;
}

.preview-article-button {
    color: #fff;
    padding: 2px;
    font-size: 14px;
    font-weight: 400;
    background: #ee2128;
    margin-bottom: 30px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.preview-article-button span {
    display: block;
    padding: 4px 15px;
    border: 1px solid #fff;
}

.preview-article-button:hover {
    color: #fff;
    background: #333;
}
#preview-sign-up-btn {
    text-align: center;
}

#preview-sign-up-btn a {
    color: #fff;
    padding: 2px;
    font-weight: 600;
    background: #08c9a8;
    position: relative;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

#preview-sign-up-btn a:hover {
    background: #00bf9e;
}

#preview-sign-up-btn a span {
    padding: 15px 40px 15px 90px;
    border: 1px solid #fff;
}

/* Post Single page */
body.single-post #header,
body.single-post #bottom-adverts,
body.single-post #footer,
body.single-post #copyright {
    display: none !important;
    visibility: hidden !important;
}

#post-header-banner {
    text-align: center;
    margin-bottom: 30px;
}

#post-footer-banner {
    text-align: center;
}

/* Post Password Form */
.post-password-form {
    display: block;
    padding: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #e8e8e8;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.post-password-form input {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.post-password-form input[type="password"] {
    height: 40px;
    width: 200px;
    padding: 5px 10px;
    border: 1px solid #ccc;
}

.post-password-form input[type="password"]:focus {
    border-color: #51a7e8
}

.post-password-form input[type="submit"] {
    color: #fff;
    border: none;
    height: 50px;
    padding: 0 15px;
    cursor: pointer;
    font-weight: 600;
    background: #323232;
    letter-spacing: 1px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.post-password-form input[type="submit"]:hover {
    background: #000;
}

/* Pagination */
.wp-pagenavi {
    clear: both;
    text-align: center;
    margin-bottom: 10px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    padding: 5px 10px !important;
    font-size: 16px !important;
    font-weight: normal !important;
    border: none !important;
    display: inline-block;
}

.wp-pagenavi a {
    color: #fff;
    background-color: #555;
}

.wp-pagenavi a:hover {
    background-color: #2591d0;
}

.wp-pagenavi span {
    color: #fff;
    background-color: #12d3b2;
}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
    color: #fff;
    background-color: #ccc;
}

.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:hover {
    color: #fff;
    background-color: #333;
}

/* =Sidebar
   -------------------------------------------------------------------------- */
#tertiary {
    width: 280px;
    float: right;
}

#tertiary .widget {
    margin-top: 30px;
}

#tertiary .widget:first-child {
    margin-top: 0;
}

#tertiary .widget-title {
    color: #fff;
    padding: 15px;
    font-size: 25px;
    background: #333;
    position: relative;
}

#text-4 {
    margin-top: 80px !important;
}

#text-4 .widget-title {
    background: #333;
}

#text-4 ul {
    margin-left: 15px;
}

#text-4 ul li {
    margin-bottom: 5px;
    list-style: square;
}

#text-4 ul li a {
    color: #333;
}

#text-4 ul li a:hover {
    color: #00bf9e;
}

#text-5 .widget-title {
    background: #333;
}

#text-5 address {
    line-height: 1.8;
}

#classictextwidget-2 .widget-title {
    background: #333;
}

#classictextwidget-2 ul {
    margin-left: 15px;
}

#classictextwidget-2 ul li {
    list-style: square;
}

#classictextwidget-2 ul li a {
    display: block;
    margin-bottom: 5px;
}

#classictextwidget-2 ul li ul li {
    list-style: disc;
}

#gform_widget-2 .widget-title {
    font-size: 22px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #333;
}

/* =Footer
   ========================================================================== */
#bottom-adverts-wrap {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

#text-7 li {
    width: 25%;
    float: left;
    overflow: hidden;
}

#text-7 li:first-child {
    margin-left: 0;
}

#text-7 li a {
    height: 100%;
    color: #fff;
    display: block;
    font-size: 20px;
    position: relative;
    text-align: center;
    padding: 100px 20px 20px;
}

#text-7 li.advert-1,
#text-7 li.advert-3 {
    background: #2591d0;
}

#text-7 li.advert-1:hover,
#text-7 li.advert-3:hover {
    background: #1b87c6;
}

#text-7 li.advert-2,
#text-7 li.advert-4 {
    background: #08c9a8;
}

#text-7 li.advert-2:hover,
#text-7 li.advert-4:hover {
    background: #00bf9e;
}

#footer {
    line-height: 1.8;
    font-size: 13px;
    background: #f2f2f2;
}

#footer,
#footer a {
    color: #333;
}

#footer a:hover {
    text-decoration: underline;
}

#footer-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-column {
    float: left;
    padding-right: 10px;
    box-sizing: border-box;
    width: 33.33333333%;
}

#nav_menu-2 ul li {
    width: 47%;
    float: left;
}

#nav_menu-2 ul li:nth-child(2n+1) {
    clear: left;
}

#nav_menu-2 ul li:nth-child(2n) {
    float: right;
}

#nav_menu-2 ul li > a:hover {
    color: #000;
}

#text-2 {
    margin-left: 100px;
}

#text-3 {
    float: right;
}

#copyright {
    font-size: 10px;
    text-align: center;
    background: #323232;
}

#copyright,
#copyright a {
    color: #fff;
}

#copyright a:hover {
    color: #ff7900;
}

#copyright-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
}

#nav_menu-3 {
    margin-bottom: 10px;
}

/* Mobile Menu */
.close-mobileMenuModal {
    padding: 25px 15px;
    text-align: center;
}

.close-mobileMenuModal a {
    color: #2591d0;
    cursor: pointer;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
}

#mobile-menu {
    padding-left: 40px;
    padding-right: 40px;
}

#mobile-menu .first-list-wrap > li {
    text-align: center;
    margin-bottom: 30px;
}

#mobile-menu .first-list-wrap li:last-child {
    margin-bottom: 0;
}

#mobile-menu .first-list-wrap li a {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 300;
}

#mobile-menu .first-list-wrap > li > ul {
    margin-top: 15px;
}

#mobile-menu .first-list-wrap > li > ul > li {
    margin-bottom: 5px;
}

#mobile-menu .first-list-wrap li.highlighted-menu-item a span {
    padding-left: 5px;
}

#mobile-menu .first-list-wrap li.highlighted-menu-item a:before {
    display: none;
}

#mobile-menu .first-list-wrap li > a:hover,
#mobile-menu .first-list-wrap li.current-menu-item > a,
#mobile-menu .first-list-wrap li.current-menu-ancestor > a,
body.post-type-archive-testimonials #mobile-menu .first-list-wrap > li.menu-item-25 > a  {
    color: #12d3b2;
}

#toTop {
    bottom: 0;
    z-index: 99;
    right: 20px;
    width: 35px;
    height: 35px;
    display: block;
    position: fixed;
    cursor: pointer;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

/* =Social Links
   ========================================================================== */
ul .social-icons {
    margin-left: 5px;
    display: inline-block;
}

ul .social-icons:first-child {
    margin-left: 0;
}

ul .social-icons a {
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    text-indent: 100%;
    position: relative;
    white-space: nowrap;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

ul .social-icons:hover a {
    background: #12d3b2;
}

/* =Forms (Enquiry & Search)
   ========================================================================== */
input,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
 
input[type=checkbox] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}
 
input[type=radio] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}
 
body .gform_wrapper {
    margin: 0;
    max-width: 100%;
    margin-bottom: 20px;
}

.ui-datepicker {
    position: absolute;
}

.sub-label-highlight {
    font-weight: bold;
}

body .gform_wrapper .gform_body .gform_fields .gfield,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    position: relative;
    margin: 0 0 10px 0 !important;
    padding-left: 0 !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 9px;
    margin-left: 0;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container {
    padding: 0 !important;
    margin: 0 !important;
}

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
body .gform_wrapper li.gfield_html {
    max-width: 100%;
}
 
body .gform_wrapper .ginput_complex .ginput_right input[type="text"],
body .gform_wrapper .ginput_complex .ginput_right input[type="url"],
body .gform_wrapper .ginput_complex .ginput_right input[type="email"],
body .gform_wrapper .ginput_complex .ginput_right input[type="tel"],
body .gform_wrapper .ginput_complex .ginput_right input[type="number"],
body .gform_wrapper .ginput_complex .ginput_right input[type="password"],
body .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span.name_last input[type="text"] {
    width: 99% !important;
}
 
body .gform_wrapper .gform_body .gform_fields .gfield input,
body .gform_wrapper .gform_body .gform_fields .gfield textarea,
body .gform_wrapper .gform_body .gform_fields .gfield select {
    width: 99%;
    border: none;
    padding: 8px 0.5%;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 0 1px #e0e0e0;
    box-shadow: inset 0 0 0 1px #e0e0e0;
}

body .gform_wrapper .gform_body .gform_fields .gfield select {
    max-width: 300px;
}
 
body .gform_wrapper .gform_body .gform_fields .gfield input:focus,
body .gform_wrapper .gform_body .gform_fields .gfield textarea:focus,
body .gform_wrapper .gform_body .gform_fields .gfield select:focus {
    -webkit-box-shadow: inset 0 0 0 1px #84e6ff;
    box-shadow: inset 0 0 0 1px #84e6ff;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li input[type=radio] {
    -webkit-box-shadow: none;
    box-shadow: none;
}

body .gform_wrapper .gform_footer { *zoom: 1; }

body .gform_wrapper .gform_footer:before,
body .gform_wrapper .gform_footer:after {
    content: "";
    display: table;
    line-height: 0;
}

body .gform_wrapper .gform_footer:after {clear: both;}
 
body .gform_wrapper .gform_footer input[type=submit] {
    color: #fff;
    width: 100%;
    border: none;
    cursor: pointer;
    font-size: 18px;
    padding: 12px 8px;
    background: #00C036;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
 
body .gform_wrapper .gform_footer input[type=submit]:hover {
    background: #00a91f;
}
 
/* Error Message */
body .gform_wrapper .validation_error {
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    width: 98% !important;
    color: #fff !important;
    border: none !important;
    font-size: 14px !important;
    position: fixed !important;
    padding: 10px 1% !important;
    z-index: 999999999 !important;
    text-align: center !important;
    font-weight: normal !important;
    background: rgba(255,0,0,0.9) !important;
}
 
body .gform_wrapper .top_label .gfield_error,
body .gform_wrapper .top_label .gfield_error .ginput_container {
    width: 100%;
    max-width: 100%;
}
 
body .gform_wrapper .gform_body .gform_fields .gfield_error .gfield_label {
    color: #000;
}
 
body .gform_wrapper .gform_body .gform_fields .gfield_error input,
body .gform_wrapper .gform_body .gform_fields .gfield_error textarea {
    -webkit-box-shadow:inset 0 0 0 1px #f00;
    box-shadow:inset 0 0 0 1px #f00;
}
 
body .gform_wrapper .gform_body .gform_fields .gfield_error .gfield_checkbox li label {
    color: #f00;
}
 
body .gform_wrapper li.gfield.gfield_error,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    padding: 0 !important;
    margin: 0 !important;
    border: none;
    background: none;
}
 
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    padding: 0 !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield.gfield_error .gfield_time_hour,
body .gform_wrapper .gform_body .gform_fields .gfield.gfield_error .gfield_time_minute,
body .gform_wrapper .gform_body .gform_fields .gfield.gfield_error .gfield_time_ampm {
    width: 60px;
}
 
body .gform_wrapper .gform_body .gform_fields .gfield_error .validation_message {
    display: none !important;
}

/* Multipart Form */
body .gform_wrapper .gform_page_footer .button.gform_button,
body .gform_wrapper .gform_page_footer .button.gform_next_button {
    width: 49%;
    color: #fff;
    border: none;
    font-size: 16px;
    padding: 10px 0;
    cursor: pointer;
    background: #12d3b2;
    -webkit-border-radius: 0;
    border-radius: 0;
}

body .gform_wrapper .gform_page_footer .button.gform_button:hover,
body .gform_wrapper .gform_page_footer .button.gform_next_button:hover {
    background: #00bf9e;
}

body .gform_wrapper .gform_page_footer .button.gform_previous_button {
    width: 49%;
    color: #fff;
    border: none;
    font-size: 16px;
    padding: 10px 0;
    cursor: pointer;
    background: #2591d0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

body .gform_wrapper .gform_page_footer .button.gform_previous_button:hover {
    background: #1b87c6;
}
 
/* Success Message */
body .gform_confirmation_wrapper {
    top: 0 !important;
    left: 0 !important;
    width: 98% !important;
    color: #fff !important;
    font-size: 14px !important;
    position: fixed !important;
    padding: 10px 1% !important;
    text-align: center !important;
    z-index: 999999999 !important;
    background: rgba(41,154,77,0.9) !important;
}
 
@media screen and (max-width: 767px) {
    body .gform_wrapper .ginput_complex .ginput_right input[type="text"],
    body .gform_wrapper .ginput_complex .ginput_right input[type="url"],
    body .gform_wrapper .ginput_complex .ginput_right input[type="email"],
    body .gform_wrapper .ginput_complex .ginput_right input[type="tel"],
    body .gform_wrapper .ginput_complex .ginput_right input[type="number"],
    body .gform_wrapper .ginput_complex .ginput_right input[type="password"],
    body .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span.name_last input[type="text"] {
        width: 98% !important;
    }
     
    body .gform_wrapper .gform_body .gform_fields .gfield input,
    body .gform_wrapper .gform_body .gform_fields .gfield textarea {
        width: 98%;
        padding: 8px 1%;
    }
}

/* =Sprite
   ========================================================================== */
#toTop,
.owl-next,
.owl-prev,
#text-7 li a:before,
.home-top-advert:after,
.home-signup-btn:before,
ul .social-icons a:before,
.free-consultation-adv:after,
#text-4 .widget-title:before,
#text-5 .widget-title:before,
#preview-sign-up-btn a:before,
#testimonials-feed-cnt-outer:before,
#gform_widget-2 .widget-title:before,
#text-6 a:before,
li.highlighted-menu-item > a:before {
    background: url(images/sprite@1x.png) no-repeat;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
    #toTop,
    .owl-next,
    .owl-prev,
    #text-7 li a:before,
    .home-top-advert:after,
    .home-signup-btn:before,
    ul .social-icons a:before,
    .free-consultation-adv:after,
    #text-4 .widget-title:before,
    #text-5 .widget-title:before,
    #preview-sign-up-btn a:before,
    #gform_widget-2 .widget-title:before,
    #testimonials-feed-cnt-outer:before,
    #text-6 a:before,
    li.highlighted-menu-item > a:before {
        background: url(images/sprite@2x.png) no-repeat;
        background-size: 400px 400px;
    }
}

#text-7 li a:before,
.home-top-advert:after,
.home-signup-btn:before,
.free-consultation-adv:before,
.free-consultation-adv:after,
ul .social-icons a:before,
#text-4 .widget-title:before,
#text-5 .widget-title:before,
#preview-sign-up-btn a:before,
#testimonials-feed-cnt-outer:before,
#gform_widget-2 .widget-title:before,
#text-6 a:before,
li.highlighted-menu-item > a:before {
    content: '';
    position: absolute;
    display: inline-block;
}

#text-7 li a:before,
.home-top-advert:after,
.home-signup-btn:before,
.free-consultation-adv:before,
.free-consultation-adv:after,
ul .social-icons a:before,
#text-4 .widget-title:before,
#text-5 .widget-title:before,
#testimonials-feed-cnt-outer:before,
#text-6 a:before,
#gform_widget-2 .widget-title:before,
#preview-sign-up-btn a:before,
li.highlighted-menu-item > a:before {
    margin: auto;
}

#text-6 a:before,
#preview-sign-up-btn a:before,
li.highlighted-menu-item > a:before {
    top: 0;
    bottom: 0;
    left: 20px;
    width: 48px;
    height: 40px;
    background-position: -280px -192px;
}

#preview-sign-up-btn a:before {
    left: 30px;
}

#text-6 a:hover:before,
li.highlighted-menu-item > a:hover:before {
    background-position: -333px -192px;
}

.home-top-advert:after {
    left: 0;
    right: 0;
}

.home-top-advert-1:after {
    top: 21px;
    width: 40px;
    height: 18px;
    background-position: -254px -87px;
}

.home-top-advert-2:after {
    top: 17px;
    width: 27px;
    height: 25px;
    background-position: -299px -87px;
}

.home-top-advert-3:after {
    top: 17px;
    width: 27px;
    height: 25px;
    background-position: -331px -87px;
}

.home-signup-btn:before {
    top: -1px;
    right: 195px;
    width: 103px;
    height: 89px;
    background-position: 0 -47px;
}

.owl-next {
    background-position: -171px 0;
}

.owl-prev {
    background-position: -131px 0;
}

#testimonials-feed-cnt-outer:before {
    left: 0;
    bottom: 0;
    width: 141px;
    height: 130px;
    background-position: -108px -46px;
}

.free-consultation-adv:before,
.free-consultation-adv:after {
    left: 0;
    right: 0;
}

.free-consultation-adv:before {
    width: 80px;
    height: 80px;
    top: -41px;
    background: #fff;
    border: 1px solid #e8e8e8;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.free-consultation-adv-1:after {
    top: -21px;
    width: 40px;
    height: 40px;
    background-position: -210px 0;
}

.free-consultation-adv-2:after {
    top: -21px;
    width: 40px;
    height: 40px;
    background-position: -256px 0;
}

.free-consultation-adv-3:after {
    top: -21px;
    width: 39px;
    height: 40px;
    background-position: -301px 0;
}

.thumbs-up-icon:after {
    top: -15px;
    width: 27px;
    height: 25px;
    background-position: -331px -87px;
}

.star-icon:after {
    top: -13px;
    width: 27px;
    height: 25px;
    background-position: -299px -87px;
}

.letter-icon:after {
    top: -9px;
    width: 40px;
    height: 18px;
    background-position: -254px -87px;
}

#text-4 .widget-title:before,
#text-5 .widget-title:before {
    top: 0;
    bottom: 0;
    right: 15px;
}

#text-4 .widget-title:before {
    width: 45px;
    height: 34px;
    background-position: -254px -46px;
}

#text-5 .widget-title:before {
    width: 22px;
    height: 36px;
    background-position: -304px -46px;
}

#text-7 li a:before {
    left: 0;
    right: 0;
    top: 20px;
}

#text-7 li.advert-1 a:before {
    width: 70px;
    height: 70px;
    background-position: 0 -140px;
}

#text-7 li.advert-2 a:before {
    width: 109px;
    height: 70px;
    background-position: -162px -181px;
}

#text-7 li.advert-3 a:before {
    width: 77px;
    height: 70px;
    background-position: -279px -117px;
}

#text-7 li.advert-4 a:before {
    width: 78px;
    height: 70px;
    background-position: -80px -181px;
}

ul .social-icons a:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

ul .social-icons.icon-facebook a:before {
    width: 7px;
    height: 14px;
    background-position: -345px 0;
}

ul .social-icons.icon-google-plus a:before {
    width: 14px;
    height: 14px;
    background-position: -356px 0;
}

#gform_widget-2 .widget-title:before {
    width: 38px;
    height: 31px;
    top: 0;
    bottom: 0;
    right: 15px;
    background-position: 0 -256px;
}

#toTop {
    background-position: 0 -216px;
}

/* **************************************************************************
   **************************************************************************
   =Responsive Style
   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   ========================================================================== */

/* =Header
========================================================================== */
@media screen and (max-width: 499px) {
    #text-6 a:before {
        left: 20% !important;
    }
}

@media screen and (max-width: 599px) {
    #header:before {
        background-size: cover;
    }
}

@media screen and (max-width: 767px) {
    #header-logo {
        width: 70px;
        float: left;
        margin-left: 15px;
        margin-bottom: 16px;
    }
    
    #menu-toggle {
        display: block;
    }
    
    #navbar {
        display: none;
    }
    
    #text-6 {
        clear: both;
        float: none;
    }
    
    #text-6 a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    #text-6 a:before {
        left: 30%;
    }
}

@media screen and (min-width: 768px) and (max-width: 879px) {
    #navbar .first-list-wrap > li > a {
        font-size: 12px !important;
        padding-left: 6px !important;
        padding-right: 6px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1339px) {   
    #navbar {
        float: none;
        clear: both;
    }
    
    #navbar .first-list-wrap {
        text-align: center;
    }
    
    #navbar .first-list-wrap > li {
        float: none;
        display: inline-block;
    }
    
    #navbar .first-list-wrap > li > a {
        font-size: 14px;
        padding: 20px 10px;
    }
}

@media screen and (max-width: 1339px) {
    #text-6 {
        display: block;
    }
    
    #navbar .first-list-wrap > li.highlighted-menu-item {
        display: none;
    }
}

@media screen and (min-width: 1340px) and (max-width: 1439px) {
    #navbar .first-list-wrap > li > a {
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (min-width: 1440px) and (max-width: 1599px) {
    #navbar .first-list-wrap > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }
}
   
/* =Main Content Area
========================================================================== */
@media screen and (max-width: 599px) {
    .home-top-advert {
        width: 100%;
        float: none;
        clear: both;
    }
    
    .home-top-advert-2,
    .home-top-advert-3 {
        margin-left: 0;
    }
    
    .newsletter-package {
        float: none !important;
        clear: both !important;
        width: 280px !important;
        margin: 0 auto 20px !important;
    }
}

@media screen and (max-width: 699px) {
    #post-5 h1 span {
        font-size: 20px;
    }
    
    .free-consultation-adv {
        width: 100%;
        float: none;
        clear: both;
        margin: 0 auto 60px !important;
    }
    
    .free-consultation-adv-3 {
        margin-bottom: 20px !important;
    }
}

@media screen and (max-width: 767px) {
    .columns-wrap .two-column,
    .columns-wrap .two-column:nth-child(2n),
    .columns-wrap .two-column:nth-child(2n+1) {
        width: 100%;
        float: none;
        clear: both;
    }
    
    .five-col-table td {
        font-size: 12px;
    }
    
    body.post-type-archive-testimonials #archive-intro table tr td:nth-child(1) {
        width: 30%;
        vertical-align: top;
    }
    
    body.post-type-archive-testimonials #archive-intro table tr td:nth-child(1) img {
        width: 100% !important;
    }
    
    body.post-type-archive-testimonials #archive-intro table tr td:nth-child(2) {
        width: 70%;
    }
}

@media screen and (max-width: 799px) {	
    .main-content-with-sidebar,
    #tertiary {
        float: none;
        clear: both;
        width: 100%;
    }
    
    #tertiary.sidebar-blog {
        margin-bottom: 30px;
    }
    
    .main-content-with-sidebar {
        margin-bottom: 20px;
    }
    
    #tabs-accordion-cnt,
    #testimonials-feed-cnt-outer {
        width: 100%;
        float: none;
    }
    
    #tabs-accordion-cnt {
        margin-bottom: 30px;
    }
    
    #text-4 {
        margin-top: 0 !important;
    }
    
    #classictextwidget-2 ul li {
        font-size: 13px;
    }
    
    #classictextwidget-2 > ul > li {
        width: 48%;
    }
        
    #classictextwidget-2 > ul > li:nth-child(2n+1) {
        float: left;
        clear: left;
    }
    
    #classictextwidget-2 > ul > li:nth-child(2n) {
        float: right;
    }
}

@media screen and (min-width: 800px) and (max-width: 999px) {
    .main-content-with-sidebar {
        width: 707px;
    }
    
    #tertiary {
        width: 235px;
    }
}

@media screen and (min-width: 800px) {
    .main-content-with-sidebar {
        width: 66.57929226736566%;
    }
}

@media screen and (min-width: 825px) {
    .main-content-with-sidebar {
        width: 67.63959390862944%;
    }
}

@media screen and (min-width: 850px) {
    .main-content-with-sidebar {
        width: 68.63468634686347%;
    }
}

@media screen and (min-width: 875px) {
    .main-content-with-sidebar {
        width: 69.57040572792363%;
    }
}

@media screen and (min-width: 600px) and (max-width: 899px) {
    .newsletter-package {
        width: 48%;
    }
    
    .newsletter-package:nth-child(2n+1) {
        float: left;
        clear: left;
    }
    
    .newsletter-package:nth-child(2n) {
        float: right;
    }
    
    .np-top-of-mind-professional,
    .np-top-of-mind-superior,
    .np-booster-email {
        margin-left: 0;
    }
    
    .np-top-of-mind,
    .np-top-of-mind-professional {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 900px) {
    .main-content-with-sidebar {
        width: 70.45191193511008%;
    }
}

@media screen and (min-width: 925px) {
    .main-content-with-sidebar {
        width: 71.28378378378378%;
    }
}

@media screen and (min-width: 950px) {
    .main-content-with-sidebar {
        width: 72.07009857612267%;
    }
}

@media screen and (min-width: 975px) {
    .main-content-with-sidebar {
        width: 72.81449893390192%;
    }
}

@media screen and (min-width: 976px) and (max-width: 999px) {
    .main-content-with-sidebar {
        width: 72.84345047923323%;
    }
}

@media screen and (max-width: 999px) {
    .metaslider .caption {
        font-size: 3vw;
    }
}

@media screen and (min-width: 1000px) {
    .main-content-with-sidebar {
        width: 68.84735202492212%;
    }
}

@media screen and (min-width: 1025px) {
    .main-content-with-sidebar {
        width: 69.63562753036437%;
    }
}

@media screen and (min-width: 1050px) {
    .main-content-with-sidebar {
        width: 70.38499506416584%;
    }
}

@media screen and (min-width: 1075px) {
    .main-content-with-sidebar {
        width: 71.09826589595376%;
    }
}

@media screen and (min-width: 1100px) {
    .main-content-with-sidebar {
        width: 71.77798682972719%;
    }
}

@media screen and (min-width: 1125px) {
    .main-content-with-sidebar {
        width: 72.42647058823529%;
    }
}

@media screen and (min-width: 1150px) {
    .main-content-with-sidebar {
        width: 73.04582210242588%;
    }
}

@media screen and (min-width: 1175px) {
    .main-content-with-sidebar {
        width: 73.63796133567663%;
    }
}

@media screen and (max-width: 1199px) {
    .home-top-advert h2 {
        font-size: 16px;
    }
    
    .home-top-advert p {
        font-size: 14px;
    }
}

@media screen and (min-width: 1200px) {
    .main-content-with-sidebar {
        width: 74.20464316423044%;
    }
}

@media screen and (min-width: 1217px) {
    .main-content-with-sidebar {
        width: 74.57627118644068%;
    }
}

@media screen and (max-width: 1229px) {
    .home-signup-btn span {
        z-index: 1;
        position: relative;
        float: none !important;
        clear: both !important;
        display: block !important;
    }
    
    .home-signup-btn:before {
        display: none;
    }
}

/* =Footer
========================================================================== */
@media screen and (max-width: 767px) {
    #text-7 li {
        clear: both;
        float: none;
        width: 100%;
    }
    
    #text-7 li a {
        font-size: 14px;
    }
    
    .footer-column {
        float: none;
        width: 100%;
        padding-right: 0;
        text-align: center;
    }
    
    #footer-column-1,
    #footer-column-2 {
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px dotted #dbdbdb;
    }
    
    #text-2 {
        margin-left: 0;
    }
    
    #text-3 {
        float: none;
    }
    
    #nav_menu-2 ul {
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
    }
    
    #nav_menu-2 ul li {
        text-align: left;
    }
}

@media screen and (min-width: 768px) and (max-width: 899px) {
    #text-7 li a {
        font-size: 15px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1029px) {
    #footer .widget-title {
        font-size: 13px;
    }
}