/*----------------------------------------------------------------------------------

    Theme Name:		Humanoid
    Theme URI:		http://www.yellowmarshmallow.co.uk
    Description:	Humanoid Productions Theme
    Author:			Yellow Marshmallow
    Author URI:		http://www.yellowmarshmallow.co.uk

------------------------------------------------------------------------------------

    0.     CSS Reset
    1.     Document Body
    2.     Main
    3.     Typography
    4.     Header
    5.     Portfolio
    6.     Footer
    7.     Sidebar
    8.     Blog
    9.     404
    10.    Contact
    11.    Base Styling
    ##     Media Queries

-----------------------------------------------------------------------------------*/


/*---------------------------------------------------------------------------------*/
/*	0. 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}img {vertical-align: middle;}textarea {resize: vertical;}

@font-face {
    font-family: 'GoodTimesRg-Regular';
    font-style: normal;
    font-weight: normal;
    src: local('GoodTimesRg-Regular'), url('fonts/good times rg.woff') format('woff');
}

/*---------------------------------------------------------------------------------*/
/*	1. Document Body
/*---------------------------------------------------------------------------------*/

body {
    font-family: 'Sintony', helvetica, arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    background-color: #133939;
    color: #ffffff;
    direction: ltr;
    font-size: 100%;

    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
a {
    text-decoration: none;
    color: #ffffff;

    -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out;
    -ms-transition: background-color 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out;
    transition: background-color 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out;
}
a:hover {
    color: #00b688;
    text-decoration: none;
}
* {
    outline-color: #00b688;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Sintony', helvetica, arial, sans-serif;
}
h1 {
    font-size: 1.75em;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.375em;
}
h4 {
    font-size: 1.25em;
}
h5 {
    font-size: 1.125em;
}
h6 {
    font-size: 1em;
}
input, textarea {
    font-family: 'Sintony', helvetica, arial, sans-serif;
}
iframe {
    max-width: 100%;
}


/*---------------------------------------------------------------------------------*/
/*	2. Main
/*---------------------------------------------------------------------------------*/

#wrapper {
    position: relative;
    z-index: 5;
}
img {
    max-width: 100%;
    height: auto;
}
.blog-single figure img {
    margin-bottom: 10px;
}
.blog-single figure.main-image img {
    margin-bottom: 50px;
}
.blog-single figure.portfolio-item-image img {
    margin-bottom: 0;
}
.blog-single .ss-typography h3,
.page-template-template-video-page .ss-typography h3 {
    font-size: 20px;
    font-weight: bold;
}
.single-testimonials .blog-item-content h3 {
    display: none;
}
.single-testimonials .blog-normal .blog-item-content {
  padding-bottom: 70px !important;
}
.blog-single .ss-typography h3 a {
    width: auto;
    height: auto;
    display: inline-block;
}
.blog-single .ss-typography h3 a span,
.page-template-template-video-page .ss-typography h3 a span {
    display: inline-block;
    line-height: 1;
    margin: 0;
    margin-right: 10px;
    background: none;
    color: #A54780 !important;
    padding: 0;
    vertical-align: baseline;
    font-size: 18px;
}
.valign {
    display: table;
    width: 100%;
}
.valign > div,
.valign > article,
.valign > section,
.valign > figure,
.valign > span {
    display: table-cell; vertical-align: middle;
}
a:focus {
    outline: none;
}
.section-content-container, .page-content-container {
    width: 100%;
    background-color: #fff;
    padding: 110px 0 90px;
    margin-top: 114px;
    color: #1f2626 !important;
}
.section-header {
    width: 100%;
    padding-bottom: 90px;
}
.landing-page .section-header {
    padding-bottom: 20px;
}
.landing-page .section-content {
    padding-top: 90px;
}
.service-page .section-content {
    padding-top: 0;
}
.landing-page .ss-sec-separator {
    margin-top: 80px;
    margin-bottom: 50px;
}
.section-content-container.landing-page {
    padding-bottom: 90px;
}
.section-content-container.service-page {
    margin-top: 0;
}
.service-banner {
    padding: 180px 0 115px;
    color: #fff;
    text-align: center;
}
.service-banner.no-padding {
    padding: 0;
}
.service-banner h1 {
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.service-banner h2 {
    text-align: center;
}
.service-page.what-is {
    width: 100%;
    background-color: #A54780;
    padding: 110px 0;
    color: #fff !important;
}
.page-template-template-our-solutions .section-content h2 {
    margin-bottom: 20px;
}
.page-template-template-our-solutions .section-content h2 strong {
    color: #A54780;
}
.what-is h4 {
    color: #fff !important;
}
.service-page.have-you,
.service-page.the-process,
.service-page.key-stats {
    width: 100%;
    background-color: #fff;
    padding: 110px 0 40px;
}
.page-template-template-our-solutions .service-page.have-you.bespoke {
    padding: 110px 0;
}
.page-template-template-our-solutions .solutions-page .section-content .ss-typography,
.page-template-template-our-solutions .service-page.have-you.bespoke .section-content .ss-typography {
    margin: 0 auto;
    max-width: 768px;
}
.service-page.key-stats {
    color: #fff;
    background-color: #1F2626;
}
.service-page.the-process {
    padding: 110px 0 70px;
}
.service-page.have-you.grey {
    background: #eee;
    padding: 110px 0;
}
.service-page.something-else {
    width: 100%;
    padding: 120px 0;
    color: #fff;
    background-color: #1F2626;
}
.service-page.full-width-image {
    width: 100%;
    padding: 170px 0;
}
.service-page.port-intro {
    background: #eee;
}
.parallax {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.service-page.something-else .nivan-button {
    border: 2px solid #fff;
    color: #fff;
    margin-top: 15px;
    margin-bottom: -15px;
}
.service-page.something-else .nivan-button:hover {
    background: #fff;
    color: #1F2626;
}
.page-template-template-service-page-new .section-content-container {
    padding: 110px 0 90px;
}
.page-template-template-service-page-new .service-page.what-is,
.page-template-template-service-page-new .service-page.service-testimonial {
    padding: 110px 0;
}
.page-template-template-service-page-new .service-page.have-you {
    padding: 110px 0 40px;
}
.page-template-template-service-page-new .service-page.the-process,
.page-template-template-service-page-new #services-call-to-action.landing-page-cta {
    padding: 110px 0 70px !important;
}
.have-you .ss-typography h3,
.how-it-works .ss-typography h3,
.port-intro .ss-typography h3,
.key-stats .ss-typography h3,
.something-else .ss-typography h3,
.the-process .ss-typography h3 {
    font-size: 36px;
    margin-bottom: 15px;
}
.have-you .ss-typography h3 strong,
.key-stats .ss-typography h3 strong,
.how-it-works .ss-typography h3 strong,
.port-intro .ss-typography h3 strong,
.something-else .ss-typography h3 strong,
.the-process .ss-typography h3 strong {
    color: #A54780;
    font-weight: 700;
}
.have-you .ss-typography h5,
.key-stats .ss-typography h5,
.something-else .ss-typography h5,
.the-process .ss-typography h5 {
    font-size: 16px;
    padding: 0 10%;
}
.service-page.service-clients {
    width: 100%;
    padding: 110px 0;
    background: #eee;
}
.service-page.service-testimonial {
    width: 100%;
    padding: 110px 0;
    color: #fff;
}
.service-page.service-testimonial .ss-testimonial-frame {
    margin-bottom: 0 !important;
    max-height: none;
}
.service-page.service-testimonial .ss-testimonial-item {
    padding: 0 70px !important;
}
.service-page.service-testimonial .ss-testimonial-item figure {
    margin-bottom: 0 !important;
}
.service-page.service-testimonial .ss-testimonial-item p {
    font-style: italic;
    margin-bottom: 0.75em !important;
    margin-top: 0.25em !important;
    line-height: 1.4em !important;
}
.service-page .use-it-for ul {
    margin: 20px 0 0;
}
.service-page .use-it-for ul li {
    list-style: none;
    font-size: 18px;
    margin-bottom: 20px;
}
.service-page .use-it-for ul li span {
    font-size: 24px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px;
}

.page-template-template-our-solutions .pricing-tables .ss-fourcol {
    background: #fff;
    color: #1f2626;
    padding: 30px 30px 50px;
    text-align: center;
    min-height: 900px;
}

.page-template-template-our-solutions .pricing-tables .ss-fourcol img {
    width: 160px;
    margin: 0 auto;
    display: block;
    margin-top: -35px;
}

.page-template-template-our-solutions .pricing-tables .ss-fourcol p {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.45em;
}

.page-template-template-our-solutions .pricing-tables .ss-fourcol p em {
    margin-bottom: 72px;
    display: block;
    color: #fff;
}

.page-template-template-our-solutions .pricing-tables .ss-fourcol h3 {
    font-size: 1.5rem;
    line-height: 1.5em;
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: none;
    color: #A54780;
}

.page-template-template-our-solutions .pricing-tables .ss-fourcol h4 {
    font-size: 1.125rem;
    margin-bottom: 1.5em;
    line-height: 1.2em;
    font-weight: bold;
    color: #A54780 !important;
    text-transform: uppercase;
    margin: 50px 0 10px;
}

.page-template-template-our-solutions .pricing-tables .ss-fourcol ul {
    margin-bottom: 30px;
}

.page-template-template-our-solutions .pricing-tables .ss-fourcol ul li {
    list-style: none;
    font-weight: bold;
    margin: 0 20px;
    padding: 15px 0;
    border-bottom: 1px solid #c4cdcd;
    position: relative;
}

.page-template-template-our-solutions .pricing-tables .ss-fourcol ul li:before {
    content: '\e380';
    font-family: 'icomoon';
    position: absolute;
    font-weight: normal;
    left: 50%;
    width: 30px;
    background: #fff;
    display: block;
    margin-left: -15px;
    bottom: -11px;
    font-size: 12px;
}

.page-template-template-our-solutions .pricing-tables .ss-fourcol ul li:last-child {
    border: none;
}

.page-template-template-our-solutions .pricing-tables .ss-fourcol ul li:last-child:before {
    content: '';
}

.page-template-template-our-solutions .pricing-tables .ss-fourcol h5 {
    font-size: 16px;
    font-weight: bold;
    padding: 0;
}

.page-template-template-our-solutions .pricing-tables .ss-fourcol h5 strong {
    color: #A54780;
}

.page-template-template-our-solutions .pricing-tables .ss-fourcol h5 em {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
}

.page-template-template-our-solutions .pricing-tables .ss-fourcol .nivan-button.large {
    font-size: 0.875rem !important;
    padding: 10px 50px !important;
    line-height: 1.6em !important;
}

.icon-new {
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-new:before {
    content: '' !important;
}

.icon-new.icon-e-brochures {
    background-image: url(images/icons/e-brochures.png);
}

.icon-new.icon-advertising {
    background-image: url(images/icons/advertising.png);
}

.icon-new.icon-change-management {
    background-image: url(images/icons/change_management.png);
}

.icon-new.icon-client-pitches {
    background-image: url(images/icons/client_pitches.png);
}

.icon-new.icon-digital-screens {
    background-image: url(images/icons/digital_screens.png);
}

.icon-new.icon-events-exhibitions {
    background-image: url(images/icons/events_exhibitions.png);
}

.icon-new.icon-fundraising {
    background-image: url(images/icons/fundraising.png);
}

.icon-new.icon-internal-ceremonies {
    background-image: url(images/icons/internal_ceremonies.png);
}

.icon-new.icon-internal-conferences {
    background-image: url(images/icons/internal_conferences.png);
}

.icon-new.icon-social-media {
    background-image: url(images/icons/social_media.png);
}

.icon-new.icon-sponsorship {
    background-image: url(images/icons/sponsorship.png);
}

.icon-new.icon-staff-recruitment {
    background-image: url(images/icons/staff_recruitment.png);
}

.icon-new.icon-staff-training {
    background-image: url(images/icons/staff_training.png);
}

.icon-new.icon-websites {
    background-image: url(images/icons/websites.png);
}

.landing-subtitle {
    text-align: center;
    color: #A54780;
    font-weight: bold;
    font-size: 30px;
}
.landing-page-image {
    padding: 0 25%;
    text-align: center;
}
.section-header-inner {
    width: 100%;
    margin: 0 auto;
    /*overflow: hidden;*/
    text-align: center;
    position: relative;
}
.section-heading {
    font-size: 3em;
    font-weight: normal;
    margin: 0 auto;
    text-transform: uppercase;
}
.single-post h2 {
    color: #A54780;
}
.single-post .ss-fourcol {
    width: 100% !important;
    float: none;
}
.single-post .ss-fourcol h3 {
    text-align: left !important;
}
.single-post .author-info {
    float: left;
    max-width: 140px;
    margin: 0 30px 15px 0;
    padding: 15px;
    background: #eee;
}
.single-post .author-info img {
    height: 110px;
    width: auto;
    border-radius: 50%;
    display: block;
    margin-bottom: 10px;
}
.single-post .author-info span {
    display: block;
    text-align: center;
    font-size: 12px;
}
.single-post .author-info .author-name {
    color: #A54780;
    font-weight: 700;
}
.single-post .meta-soc-container {
    position: absolute;
    left: 50%;
    margin-left: -65px;
}
.single-post .meta-soc-container .social-sharing ul li {
    display: inline-block;
    margin: 0 2.5px;
}
.single-post .meta-soc-container .social-sharing ul li a {
    color: #A54780;
    font-size: 18px;
}
.single-post .meta-soc-container .social-sharing ul li a:hover {
    color: #eee;
}
.section-heading-important {
    font-size: 3em !important;
    font-weight: bold !important;
}
.section-heading-left-line {
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    background-color: #ddd;
}
.section-heading-right-line {
    height: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1px;
    background-color: #ddd;
}
.section-header-2 {
    text-align: center;
}
.section-header-2-inner {
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    margin-bottom: 20px;
}
.section-header-2 h4 {
    font-weight: bold;
    font-size: 1.75rem;
}
body.ss-home .theme-breadcrumbs-container {
    display: none;
}
.theme-breadcrumbs-container {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.theme-breadcrumbs {
    display: inline-block;
    margin: auto;
    color: #133939;
    text-align: center;
    font-size: 13px;
    margin-top: 0;
}
.theme-breadcrumbs li {
    display: inline;
    margin-right: 3px;
}
.theme-breadcrumbs li:last-child {
    margin-right: 0;
    color: #A54780 !important;
}
.theme-breadcrumbs li:after {
    content:'\00BB';
}
.theme-breadcrumbs li:last-child:after {
    content: '';
}
.theme-breadcrumbs li a {
    color: #1f2626 !important;
    margin-right: 3px;
}
.theme-breadcrumbs li a:hover {
    color: #A54780 !important;
}
.section-content {
    display: inline-block;
    width: 100%;
}
.section-entry-content, .page-entry-content {
    width: 100%;
    display: block;
}
/*.section-entry-content h2,*/
.page-entry-content h2 {
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    line-height: 36px;
}
.ss-icon-header {
    text-align: center;
    font-size: 44px;
    display: block;
    margin-bottom: 40px;
}
.ss-iconbox-icon {
    border: 7px solid #A54780 !important;
    background: none !important;
    color: #A54780 !important;
    width: 110px !important;
    height: 110px !important;
    border-radius: 50%;
    padding: 0 !important;
    line-height: 110px;
}
.ss-iconbox-inner .button {
    display: inline-block;
    margin-bottom: 1.6em !important;
}
.ss-iconbox-inner .button:hover {
    background: #1F2626 !important;
    color: white !important;
}
#services-call-to-action .nivan-button,
#about-call-to-action .nivan-button,
#birmingham-call-to-action .nivan-button,
#manchester-call-action .nivan-button,
#home-call-action .nivan-button,
#stafford-call-action .nivan-button,
.pum-content .nivan-button {
    border: 2px solid white;
    color: white;
    margin-top: 15px;
    margin-bottom: -15px;
}
#services-call-to-action .nivan-button + .nivan-button {
    margin-left: 50px;
}
.history .ss-typography .big-year {
    margin-bottom: 1.6em;
    font-family: 'GoodTimesRg-Regular';
    font-size: 90px;
    margin: 0;
    color: #A54780;
    margin-bottom: 20px;
}
.history .ss-typography .big-year:before {
    content: '';
    height: 30px;
    width: 30px;
    display: inline-block;
    background: #A54780;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 40px;
}
.history .ss-typography .big-year.right-side:before {
    display: none;
}
.history .ss-typography .big-year.right-side:after {
    content: '';
    height: 30px;
    width: 30px;
    display: inline-block;
    background: #A54780;
    border-radius: 50%;
    vertical-align: middle;
    margin-left: 40px;
}
#services-call-to-action .nivan-button:hover,
#about-call-to-action .nivan-button:hover,
#birmingham-call-to-action .nivan-button:hover,
#manchester-call-action .nivan-button:hover,
#home-call-action .nivan-button:hover,
#stafford-call-action .nivan-button:hover,
.pum-content .nivan-button:hover {
    background: white;
    color: #1F2626;
}
#services-call-to-action.landing-page-cta,
#about-call-to-action.landing-page-cta,
#birmingham-call-to-action.landing-page-cta {
    color: #ffffff;
    background-color: #A54780;
    padding-top: 110px;
    padding-bottom: 110px;
    margin-top: 0px;
    margin-bottom: 0px;
}
#services-call-to-action.landing-page-cta h3 {
    font-size: 36px;
    margin-bottom: 15px;
}
#services-call-to-action.landing-page-cta h3 strong {
    font-weight: 700;
}
#services-call-to-action.service-page.landing-page-cta {
    padding-bottom: 110px;
}
#services-call-to-action.service-page.landing-page-cta .ss-iconbox-icon span {
    color: #fff !important;
    line-height: 110px;
    font-size: 90px !important;
    opacity: 0.5;
}
#services-call-to-action.service-page.landing-page-cta .ss-iconbox-inner h2 a {
    color: #fff !important;
}
#services-call-to-action.service-page.landing-page-cta .button {
    border: 2px solid white !important;
    font-size: 18px !important;
    padding: 12px 20px !important;
    text-transform: uppercase !important;
    margin-bottom: 0 !important;
}
#services-call-to-action.service-page.landing-page-cta .button:hover {
    background: white !important;
    color: #1F2626 !important;
}
#agencies-latest-work.agency-portfolio {
    background-color: #eee;
    padding-top: 70px;
    padding-bottom: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
}
#home-blurb p {
    margin: 0;
    font-size: 18px;
}
#home-about img,
#post-8133 img {
    padding: 25px 125px;
    width: 41.66666666666667%;
    margin: 0;
}
#home-about h2,
#post-8133 h2 {
    font-size: 24px;
    line-height: 42px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #A54780;
    margin-top: -10px;
}
#home-about h2:last-child {
    margin-bottom: 0;
    margin-top: 0;
}
#home-about h5 {
    padding: 0 17%;
}

.nivan-button.large.pink {
    background: #A54780;
    color: #fff;
    margin-top: 5px;
}

.nivan-button.large.pink:hover {
    background: #1f2626;
}

#recent-works > .container {
    width: 100%;
    padding: 0;
}
#recent-works > .container > .row {
    margin: 0;
}
#recent-works > .container > .row > .col-sm-12 {
    margin: 0;
    padding: 0;
}
#recent-works > .container > .row > .col-sm-12 .portfolio-3col-gutter {
    margin-left: 0;
    margin-right: 0;
}
.ss-iconbox-icon.image-box {
    border: none !important;
    width: 160px !important;
    height: 140px !important;
    line-height: 140px;
    margin-bottom: 5px;
}
.the-process .ss-iconbox-item {
    position: relative;
    vertical-align: top;
}
.the-process .ss-iconbox-item:before,
.the-process .ss-iconbox-item:after {
    content: '';
    position: absolute;
    top: 140px;
    left: -30px;
    width: 30px;
    height: 5px;
    background: #A54780;
    z-index: 0;
}
.the-process .ss-iconbox-item:after {
    content: '\e3b5';
    font-family: 'icomoon';
    left: auto;
    right: -30px;
    font-size: 48px;
    line-height: 0.125;
    color: #A54780;
    text-align: center;
}
.the-process .ss-iconbox-item:nth-child(4):before,
.the-process .ss-iconbox-item:nth-child(12):after{
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #fff;
    border: 5px solid #A54780;
    margin-top: -12.5px;
}
.the-process .ss-iconbox-item:nth-child(6):after,
.the-process .ss-iconbox-item:nth-child(7):before {
    height: 102%;
    border-radius: 0 30px 0 0;
    background: none;
    border-right: 5px solid #A54780;
    border-top: 5px solid #A54780;
}
.the-process.three-icons .ss-iconbox-item:nth-child(6):after {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #fff;
    border: 5px solid #A54780;
    margin-top: -12.5px;
}
.the-process .ss-iconbox-item:nth-child(7):before {
    border-radius: 30px 0 0 0;
    border-right: none;
    border-left: 5px solid #A54780;
}
.the-process .ss-iconbox-item:nth-child(9):after,
.the-process .ss-iconbox-item:nth-child(10):before {
    height: 30px;
    border-radius: 0 0 30px 0;
    background: none;
    border-right: 5px solid #A54780;
    border-bottom: 5px solid #A54780;
    margin-top: -25px;
}
.the-process .ss-iconbox-item:nth-child(10):before {
    border-radius: 0 0 0 30px;
    border-right: none;
    border-left: 5px solid #A54780;
}
.the-process .ss-iconbox-item:nth-child(6):after,
.the-process .ss-iconbox-item:nth-child(9):after,
.the-process .ss-iconbox-item:nth-child(12):after {
    content: '';
}
.the-process .ss-iconbox-item:nth-child(7):after,
.the-process .ss-iconbox-item:nth-child(8):after {
    content: '\e3b7';
}
.the-process .ss-iconbox-inner {
    position: relative;
}
.the-process .ss-iconbox-inner:before {
    content: '';
    position: absolute;
    top: 140px;
    left: 0;
    width: 100%;
    height: 5px;
    background: #A54780;
    z-index: 0;
}
.the-process .ss-iconbox-icon.image-box {
    position: relative;
    margin-bottom: 25px;
}
.the-process .ss-iconbox-icon.image-box:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 5px;
    height: 20px;
    background: #A54780;
    margin-left: -2.5px;
    z-index: 0;
}
.ss-iconbox-icon.image-box img {
      margin-top: -10px;
        z-index: 1;
        position: relative;
}
.ss-iconbox-icon span {
    color: #A54780 !important;
    line-height: 98px;
    font-size: 55px !important;
}
.ss-iconbox-inner:hover a.ss-iconbox-icon {
    background: #A54780 !important;
}
.ss-iconbox-inner:hover a.ss-iconbox-icon.image-box {
    background: none !important;
}
.ss-iconbox-inner:hover a.ss-iconbox-icon span {
    color: white !important;
}
.ss-iconbox-inner h2 a {
    color: #1F2626 !important;
}
.ss-iconbox-inner:hover h2 a {
    color: #A54780 !important;
}
.blog-normal .blog-item-content figure, .ss-testimonial-item figure {
  float: left;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  border: 7px solid #A54780;
  margin: 0 30px 30px 0 !important;
}
.ss-testimonial-item {
    padding: 0 !important;
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
}
.ss-testimonial-item p {
    font-size: 0.875rem !important;
    line-height: 1.6em !important;
    margin-bottom: 1.6em !important;
    text-align: left;
}
.home .ss-testimonial-item p {
    font-size: 1.8rem !important;
    font-style: italic;
    margin-bottom: 0.75em !important;
    margin-top: 0.25em !important;
    line-height: 1.4em !important;
}
.home .ss-testimonial-item {
    padding: 0 70px !important;
}
.home .ss-testimonial-frame {
    margin-bottom: 0 !important;
}
.home .ss-testimonial-item figure {
    margin-bottom: 0 !important;
}
.service-page .ss-testimonial-item p {
    font-size: 1.8rem !important;
}
.ss-testimonial-item h4 {
    font-size: 16px !important;
    text-align: left;
}
.ss-testimonial-header {
    display: none;
}
.blog-normal .blog-item-content h3 {
    color: #A54780;
    margin-bottom: 30px;
    font-weight: bold;
}
.blog-normal .blog-item-content p {
    margin-bottom: 15px;
}
.blog-normal .blog-item-content .blog-item-desc {
    margin-bottom: 0 !important;
}
.blog-normal .blog-item-content {
    padding-bottom: 40px !important;
}
.ss-icon-header-head {
    font-size: 1.5rem !important;
    line-height: 1.5em !important;
    text-align: center;
    font-weight: bold;
}
.ss-iconbox-arrows, .ss-clients-arrows {
    display: block;
}
.ss-iconbox-arrows, .ss-clients-arrows {
    position: absolute !important;
    height: 100% !important;
    top: 0;
    width: 100%;
}

a.ss-next-clients, a.ss-prev-clients,
a.ss-next-iconbox, a.ss-prev-iconbox {
    top: 50%;
    left: auto;
    right: -90px;
    margin: 0 !important;
    margin-top: -20px !important;
}

.ss-prev-clients, .ss-prev-iconbox {
    right: auto !important;
    left: -90px !important;
}

.right-sidebar .section-entry-content h2, .left-sidebar .section-entry-content h2, .right-sidebar .page-entry-content h2, .left-sidebar .page-entry-content h2 {
    text-align: left;
}
.right-sidebar .sidebar {
    padding-left: 66px;
}
.left-sidebar .sidebar {
    padding-right: 66px;
}
.section-entry-content p, .page-entry-content p {
    font-size: 0.875em;
    line-height: 24px;
}

/* LightBox Animation */
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;

    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
    -webkit-transform: scale(0.6, 0.6);
    -moz-transform: scale(0.6, 0.6);
    -ms-transform: scale(0.6, 0.6);
    -o-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
}

/*Roya Slider*/
.royalSlider {
  width: 100%;
  height: auto;
}
.royalSlider > .rsImg, .royalSlider > .rsContent {
    visibility: hidden;
}

.tp-leftarrow {
    width: 8px !important;
    height: 14px !important;
    background: url(images/revslider-arrows.png) no-repeat left bottom !important;
}
.tp-rightarrow {
    width: 8px !important;
    height: 14px !important;
    background: url(images/revslider-arrows.png) no-repeat left top !important;
}
.tp-dottedoverlay.twoxtwo {
 background: none !important;
}

#client-banner {
    height: 500px;
    overflow: hidden;
    position: relative;
}

.banner-title {
    position: absolute;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    top: 55%;
    width: 1170px;
    max-width: 100%;
}

.banner-title h2 {
    text-align: center;
    color:white;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: bold;
}

#client-banner img {
    width: 100%;
}

.tp-video-play-button {
  display: none !important;
}

/*---------------------------------------------------------------------------------*/
/*  3. Typography
/*---------------------------------------------------------------------------------*/

.ss-typography {
    font-size: 0.875rem;
    line-height: 1.6em;
    position: relative;
}
.ss-typography h1 {
    font-size: 1.75rem;
    line-height: 1.5em;
    margin-bottom: 10px;
    font-weight: bold;
}
.ss-typography h2 {
    font-size: 1.5rem;
    line-height: 1.5em;
    margin-bottom: 10px;
    font-weight: bold;
}
.ss-typography h3 {
    font-size: 30px;
    line-height: 1.5em;
    margin-bottom: 10px;
    font-weight: normal;
    text-transform: uppercase;
}
.ss-typography h4 {
    font-size: 18px;
    line-height: 1.2em;
    color: #A54780;
    margin-bottom: 15px;
    font-weight: bold;
}
.ss-typography h5 {
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 15px;
    font-weight: normal;
    padding: 0 18%;
}
.ss-typography h6 {
    font-size: 1rem;
    line-height: 1.2em;
    margin-bottom: 15px;
    font-weight: bold;
}
.ss-typography p {
    font-size: 0.875rem;
    line-height: 1.6em;
    margin-bottom: 1.6em;
}
.ss-typography p:last-of-type {

}
.ss-typography p a {
    color: #00b688;
}
.ss-typography p a:hover {
    color: #133939;
}
.ss-typography a:hover {
    /*text-decoration: underline;*/
}
.ss-typography ul, .ss-typography ol, .ss-typography dl {
    line-height: 1.6em;
    font-size: 0.875rem;
}
.ss-typography ol {
    list-style: decimal inside;
}
.ss-typography ul {
    list-style: square inside;
}
.ss-typography ul, .ss-typography ol  {
    margin-bottom: 15px;
}
.ss-typography ul ul, .ss-typography ol ol, .ss-typography ul ol, .ss-typography ol ul {
    margin-top: 15px;
    margin-left: 15px;
    margin-bottom: 0;
}
.ss-typography li {
    margin-bottom: 1em;
}
.ss-typography li:last-child {
    margin-bottom: 0;
}
.ss-typography table {
    margin-bottom: 15px;
}
.ss-typography address {
    line-height: 1.5em;
}
.ss-typography blockquote {
    line-height: 1.5em;
}
.comment-body.ss-typography li {
    margin-left: 0;
}
.comment-body.ss-typography ol li {
    list-style: decimal inside;
}
.comment-body.ss-typography ul li {
    list-style: square inside;
}


/*---------------------------------------------------------------------------------*/
/*	4. Header
/*---------------------------------------------------------------------------------*/

.top-header {
    color: white;
    font-size: 13px;
    height:45px;
    line-height: 45px;
}

.top-header a {
    color: white;
    display: inline-block;
}

.top-header i, .top-header a:hover {
    color: #A54780;
}

.top-header span {
    margin-right: 15px;
}

.top-header i{
    margin-right: 7px;
}

.top-header .social-icon {
    text-align: right;
    height:45px;
}

.top-header .social-icon i {
    margin: 0;
}

.top-header .social-icon a {
    color: #A54780;
}
.top-header .social-icon span, .social-icon-item span {
    margin: 0;
    margin-left: 5px;
    font-size: 14px;
    line-height: 45px;
    background: #A54780;
    color: #1f2626 !important;
    border-radius: 50%;
    padding: 6px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.social-icon-item.sii-box {
    border: none !important;
    background-color: transparent !important;
    width: auto !important;
    height: auto !important;
}

.social-icon-item.sii-box span {
    display: inline !important;
    margin: 0 5px 0 0 !important;
}

.top-header .social-icon a:hover span, .social-icon-item span:hover {
    background: white;
}

.ss-lightbox-single {
    text-align: center !important;
    padding: 50px 0;
}

.ss-lightbox-single a.mfp-iframe {
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    font-size: 36px !important;
    text-transform: uppercase;
    color: #A54780;
}

.ss-lightbox-single a.mfp-iframe span {
    display: inline-block !important;
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
    color: #A54780 !important;
    line-height: 1 !important;
    font-size: 48px !important;
}

body.admin-bar .main-header {
    margin-top: 32px;
}
body.admin-bar .main-header.ss-no-sticky {
    margin-top: 0;
}
.main-header {
    color: #ffffff;
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 45px;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.main-header .header {
    padding: 40px 0;
    font-weight: bold;
    font-size: 0.875em;
    /*border-bottom: 1px solid transparent;*/

    -webkit-transition: padding 0.3s ease;
    -moz-transition: padding 0.3s ease;
    -ms-transition: padding 0.3s ease;
    -o-transition: padding 0.3s ease;
    transition: padding 0.3s ease;
}
body.ss-home .main-header .header, body.single-clients .main-header .header{
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}
.main-header .logo {
    float: left;
    margin-top: -10px;
    margin-bottom: -10px;
    -webkit-transition: margin 0.5s ease;
    -moz-transition: margin 0.5s ease;
    -ms-transition: margin 0.5s ease;
    -o-transition: margin 0.5s ease;
    transition: margin 0.5s ease;
}
.main-header .logo img {
	width: 152px;
}
.main-header .header nav {
    float: right;
    padding-top: 10px;
    padding-bottom: 0px;
}
.main-header .header ul li {
    float: left;
    margin: 0 15px;
    position: relative;
    font-weight: normal;
    text-transform: uppercase;
}
.main-header .header ul li.current_page_item a {
    color: #00b688;
}
.main-header .header ul li:first-child{
    margin: 0 15px 0 0;
}
.main-header .header ul li:last-child{
    margin: 0 0 0 15px ;
}
.main-header .header ul li .sub-menu {
    position: absolute;
    top: 51px;
    left: 0;
    width: 230px;
    padding: 10px 20px;
    background-color: rgba(19, 57, 57, 0.9);
    text-align: center;
    opacity: 0;
    z-index: 50;
    visibility: hidden;

    -webkit-transform: translateY(20px) perspective( 0 ) rotateX( 0deg );
    -moz-transform: translateY(20px) perspective( 0 ) rotateX( 0deg );
    -ms-transform: translateY(20px) perspective( 0 ) rotateX( 0deg );
    -o-transform: translateY(20px) perspective( 0 ) rotateX( 0deg );
    transform: translateY(20px) perspective( 0 ) rotateX( 0deg );

    -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s ease, -webkit-transform 0.3s ease;
    -moz-transition:  visibility 0s linear 0.3s, opacity 0.3s ease, -moz-transform 0.3s ease;
    -ms-transition: visibility 0s linear 0.3s, opacity 0.3s ease, -ms-transform 0.3s ease;
    -o-transition:  visibility 0s linear 0.3s, opacity 0.3s ease, -o-transform 0.3s ease;
    transition:  visibility 0s linear 0.3s, opacity 0.3s ease, transform 0.3s ease;
}
.main-header .header ul li:hover > .sub-menu {
    visibility: visible;
    -webkit-transform: translateY(0) perspective( 0 ) rotateX( 0 );
    -moz-transform: translateY(0) perspective( 0 ) rotateX( 0 );
    -ms-transform: translateY(0) perspective( 0 ) rotateX( 0 );
    -o-transform: translateY(0) perspective( 0 ) rotateX( 0 );
    transform: translateY(0) perspective( 0 ) rotateX( 0 );
    opacity: 1;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.main-navigation > li > .sub-menu:before {
    position: absolute;
    top: -35px;
    left: 0;
    content:"";
    width: 100%;
    height: 35px;
}
.main-navigation > li > .sub-menu:after {
    position: absolute;
    top: -7px;
    left: 105px;
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 10px 8px 10px;
    border-color: transparent transparent #133939 transparent;
    -webkit-transform:rotate(360deg);
}
.main-header .header ul li .sub-menu li {
    width: 100%;
    padding:12px 0px;
    margin:0px;
    border-bottom:1px solid rgba(255, 255, 255, .2);
    line-height: 1.6em;
}
.main-header .header ul li .sub-menu li:last-child {
    margin-bottom: 0;
    padding:10px 0px;
    border:0px;
}
.main-header .header ul li .sub-menu li a {
    display: inline-block;
    width: 100%;
}
.main-header .header ul li .sub-menu .sub-menu {
    left: 210px;
    top: 0;
}
.main-header .header ul li .sub-menu .sub-menu:before {
    position: absolute;
    top: 0;
    left: -35px;
    content:"";
    width: 35px;
    height: 100%;
}
.main-header .header ul li .sub-menu .sub-menu.sub-menu-left:before {
    position: absolute;
    top: 0;
    right: -35px;
    left: auto;
    content:"";
    width: 35px;
    height: 100%;
}
body.ss-home.ss-no-sticky-main-nav .main-header.ss-no-sticky {
    position: absolute;
    left: 0;
    top: 0;
}
body.ss-no-sticky-main-nav .main-header.ss-no-sticky {
    position: static;
}
body.ss-no-sticky-main-nav .section-content-container {
    margin-top: 0;
}
.main-header.ss-sticky.ss-on-scroll .header {
    padding: 25px 0;
}
/* Set the differance Header size on default and on oscroll */
/* Allows you to easily change the Header size on scroll without using hard-coded JS */
.ss-header-diff {
    height: 12px;
}
.main-header.ss-sticky.ss-on-scroll .logo {
    margin-top: 0;
}
.main-header.ss-sticky.ss-on-scroll {
    background-color: rgba(31,38,38,1) !important;
    top: 0;
}
.main-header.ss-sticky.ss-on-scroll .header {
    border: none;
}
.main-header.ss-sticky.ss-on-scroll .header ul li .sub-menu {
    background-color: rgba(19, 57, 57, 0.8);
}
.main-header.ss-sticky.ss-on-scroll .header ul li .sub-menu {
    top: 45px;
}
.main-header.ss-sticky.ss-on-scroll .main-navigation > li > .sub-menu:after {
    display: none;
}
.main-header.ss-sticky.ss-on-scroll ul li .sub-menu .sub-menu {
    left: 210px;
    top: 0;
}


.ss-mobile-menu-button {
    display: none;
    float: right;
    padding: 7px 15px;
    background-color: transparent;
    color: white;
    font-weight: 400;
}
.ss-mobile-menu-button span {
      font-size: 18px;
  padding-right: 2px;
  display: inline-block;
  vertical-align: bottom;
}
.ss-mobile-menu {
    display: none;
    width: 75%;
    max-width: 320px;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #222222;
    z-index: 99999;
    overflow: auto;
}
.ss-mobile-menu > ul {
    display: inline-block;
    width: 100%;
    margin-top: 35px;
}
.ss-mobile-menu > ul > li a {
    display: inline-block;
    width: 100%;
    padding: 15px 20px;
    color: #fff !important;
    border-bottom: 1px solid #181818;
}
.ss-mobile-menu > ul > li a:hover {
    background-color: #A54780 !important;
    color: white;
}
.ss-mobile-menu > ul > li ul.sub-menu {

}
.ss-mobile-menu .bop-nav-search {
    padding: 5px;
}
.ss-mobile-menu .bop-nav-search input[type="text"] {
    background: white;
    color: #222;
}
.ss-mobile-menu > ul > li ul.sub-menu a {
    padding-left: 35px;
}
.ss-mobile-menu > ul > li ul.sub-menu  ul.sub-menu a {
    padding-left: 50px;
}
.ss-mobile-menu-active {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
}

.revslider-initialised .tp-caption,
.revslider-initialised .rs-layer {
    text-align: center !important;
}

.revslider-initialised .banner-image {
    width: 1024px !important;
    height: auto !important;
    margin-bottom: 10px;
}

.revslider-initialised h1, .revslider-initialised h1 b, .revslider-initialised h1 span {
    font-size: 60px;
    color: white;
    text-transform: uppercase;
    text-align: center !important;
    line-height: 1 !important;
    white-space: inherit;
}

.home .revslider-initialised .roboto-style h1,
.home .revslider-initialised .roboto-style h1 b,
.home .revslider-initialised .roboto-style h1 span,
.home .revslider-initialised .roboto-style h1 i {
    font-size: 60px;
    color: white;
    text-transform: uppercase !important;
    font-weight: 900;
    font-family: 'Roboto';
    margin-bottom: 35px;
    font-weight: bold;
    max-width: 100% !important;
    text-align: left !important;
    line-height: 1.2 !important;
    white-space: inherit;
}

.revslider-initialised .roboto-style h1, .revslider-initialised .roboto-style h1 b, .revslider-initialised .roboto-style h1 i, .revslider-initialised .roboto-style h2 {
    font-size: 70px;
    color: white;
    text-transform: none;
    font-weight: 900;
    font-family: 'Roboto';
    max-width: 991px;
    margin: 0 auto;
    margin-bottom: 20px;
    line-height: 1 !important;
    white-space: inherit;
}

.revslider-initialised rs-progress {
    display: none !important;
}

.revslider-initialised .roboto-style h1 b {
    color: #fff;
    margin-bottom: 0;
}

.revslider-initialised .roboto-style h1 i {
    font-style: italic;
    margin-bottom: 0;
    color: inherit;
}

.revslider-initialised .slider-call {
    font-family: 'Roboto';
    width: 100%;
    bottom: 0;
    color: #fff !important;
    background: #A54780;
    font-size: 30px;
    line-height: 1.4 !important;
    top: auto !important;
    font-weight: 700;
    padding: 20px;
    text-align: center !important;
}

.revslider-initialised h2 {
    font-size: 24px;
    color: white;
    text-transform: none;
    margin-bottom: 0;
    text-align: center !important;
    line-height: 1 !important;
}

.revslider-initialised .roboto-style h2 {
    font-size: 48px;
    margin-bottom: 50px;
    font-weight: 300;
}

.home .revslider-initialised .roboto-style h2 {
    font-size: 24px;
    margin-bottom: 50px;
    font-weight: 300;
    text-align: left !important;
    max-width: 1140px;
}

.revslider-initialised h3 {
    font-size: 20px;
    color: white;
    font-weight: bold;
    margin-bottom: 40px;
    line-height: 1.5em !important;
    text-align: center !important;
}

.revslider-initialised .roboto-style h3 {
    font-size: 28px;
    font-weight: 400;
    text-transform: none;
    max-width: 1080px;
    margin: 0 auto 60px;
}

.revslider-initialised .fullcoveredvideo video, .revslider-initialised .fullscreenvideo video {
    background: none !important;
}

.header-btn {
    display: inline-block;
    border: 2px solid white;
    color: white !important;
    font-size: 18px;
    padding: 0;
    font-weight: bold;
    line-height: 40px !important;
    text-transform: uppercase;
    width: 225px;
    text-align: center !important;
}

.roboto-style {
    text-align: center !important;
}

.home .roboto-style {
    text-align: left !important;
    width: 1140px;
}

.roboto-style .header-btn {
    font-family: 'Roboto';
    display: inline-block;
    border: 3px solid white;
    color: white !important;
    font-size: 20px;
    padding: 0;
    font-weight: bold;
    line-height: 50px !important;
    text-transform: none;
    width: 260px;
}

.home .roboto-style .header-btn {
    text-transform: uppercase;
    background-color: #A54780;
    border-color: #A54780;
}

.revslider-initialised .defaultimg, .revslider-initialised .slotholder {
    display: none !important;
}

.header-btn:hover {
    color: #A54780 !important;
    background: white;
}

.home .roboto-style .header-btn:hover {
    background-color: #fff;
    border-color: #fff !important;
    color: #A54780;
}

.service-banner .header-btn {
    width: auto;
    padding: 0 20px;
    margin-top: 30px;
}

.header-btn span {
    margin-left: 10px;
    font-size: 20px;
    vertical-align: text-bottom;
    line-height: 25px;
}

.revslider-initialised .header-btn+.header-btn {
    margin-left: 40px;
}

.revslider-initialised h1 span, .revslider-initialised h2 span {
    color: #A54780;
}

.revslider-initialised h1 span.kerning {
    color: white;
    letter-spacing: 5px;
    margin-left: 2px !important;
}

.revslider-initialised .down-arrow {
    font-size: 14px !important;
    color: white;
    text-align: center !important;
}

.revslider-initialised .down-arrow span {
    font-size: 30px !important;
    display: block;
    margin-top: 10px !important;
    text-align: center !important;
}

.revslider-initialised .about-arrow {
    font-size: 42px !important;
    width: 100px !important;
    height: 100px !important;
    line-height: 90px !important;
    border: 10px solid white;
    border-radius: 50%;
    display: block;
    text-align: center !important;
}

.revslider-initialised .about-arrow span {
    font-size: 42px !important;
    display: inline-block;
    margin-top: 0 !important;
    text-align: center !important;
}

button.mfp-arrow {
    display: none;
}

.revslider-initialised .about-arrow:hover {
    border-color: #A54780;
}

.revslider-initialised .header-video:hover, .revslider-initialised .down-arrow:hover {
    color: #A54780;
}

.bop-nav-search {
    top: 0;
}

.bop-nav-search label {
    display: none;
}

.bop-nav-search input[type="text"] {
    width: 160px;
    opacity: 1;
    font-size: 13px;
    padding: 2px 5px;
    border: none;
    background: #fff;
    color: #1f2626;
    outline: 0;
    border-radius: 2px;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.bop-nav-search:focus input[type="text"], .bop-nav-search:hover input[type="text"], .bop-nav-search input[type="text"]:focus {

}

.bop-nav-search input[type="submit"] {
    background: url('images/search.png') no-repeat;
    background-color: transparent !important;
    color: #fff;
    margin: 0;
    font-size: 13px;
    text-indent: -9999px;
    padding: 0;
    border: none;
    width: 18px;
    height: 18px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.bop-nav-search input[type="submit"]:hover {
    background-color: transparent !important;
}

/*---------------------------------------------------------------------------------*/
/*	5. Portfolio
/*---------------------------------------------------------------------------------*/

.page-template-template-portfolio-4col .section-content-container>.container {
    width: 100%;
}

.page-template-template-portfolio-4col .section-content-container .container .section-header,
.page-template-template-portfolio-4col .section-content-container .container .section-content .ss-pagination {
    width: 1170px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    text-align: center !important;
}

.page-template-template-portfolio-4col .section-content-container .container .section-content>.row>.col-sm-12 {
    padding: 0;
    margin: 0;
}

/*Base Portfolio*/
.portfolio-button-group {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    font-size: 0; /* To delete the inline-block space between childrens */
    text-align: center;
}
.center-align {
    text-align: center;
}
.right-align {
    text-align: right;
}
.left-align {
    text-align: left;
}
.portfolio-button-group input[type=radio], .portfolio-button-group input[type=checkbox] {
    display: none;
}
.portfolio-button-group label {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    background-color: transparent;
    color: inherit;
    font-weight: bold;
    font-size: 0.75rem;
    line-height: 1.5em;
    border: solid 1px #c4cdcd;
    cursor: pointer;
    padding: 6px  7px;
    text-transform: uppercase;

    -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out;
    -ms-transition: background-color 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out;
    transition: background-color 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out;
}
.portfolio-button-group label:last-child {
    margin-right: 0;
}
.lightcolor label {
    color: #fff;
    border: solid 1px rgba(255, 255, 255, 0.25);
}
.portfolio-button-group .radio-input-disabled {
    cursor: default !important;
}
.portfolio-button-group label:hover {
    border: solid 1px #A54780 !important;
    background-color: #A54780 !important;
    color: #fff;
}
.portfolio-button-group .radio-input-checked {
    border: solid 1px #133939;
    background-color: #133939;
    color: #fff;
}
.blog-paginator {
    display: inline-block;
    margin-top: 70px;
    text-align: center;
    width: 100%;
}
.portfolio-paginator {
    display: block;
    text-align: left;
    margin-top: 70px;
}
.portfolio-paginator.center-align {
    text-align: center;
}
.portfolio-paginator ul, .blog-paginator ul {
    display: inline-block;
}
.portfolio-paginator ul li {
    float: left;
    margin-right: 5px;
    list-style: none;
}
.portfolio-items-container, .portfolio-items-container.portfolio-4col-gutter {
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 1 !important;
    transform: none !important;
}
.portfolio-items-container.portfolio-loader {
    opacity: 0;
}
.spinner {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -25px;
    margin-top: 50px;
}
.spinner:before {
    content: '\e1a9';
    font-family: 'icomoon';
    position: absolute;
    left: 50%;
    top: 50px;
    z-index: 1;
    font-size: 90px;
    margin-left: -45px;
    color: #A54780;
    animation: spinner 1.2s linear infinite;
    -webkit-animation: spinner 1.2s linear infinite;
    -moz-webkit-animation: spinner 1.2s linear infinite;
    -o-webkit-animation: spinner 1.2s linear infinite;
}
@keyframes spinner {
    to {transform: rotate(360deg);}
}

@-webkit-keyframes spinner {
    to {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes spinner {
    to {transform: rotate(360deg);}
}

@-o-webkit-keyframes spinner {
    to {-webkit-transform: rotate(360deg);}
}
.portfolio-3col-gutter, .portfolio-2col-gutter {
    text-align: center;
    margin-left: -5px;
    margin-right: -5px;
}
.portfolio-item {
    float: left;
    margin: 0;
    padding: 0;
    overflow: hidden;
    box-sizing: border-box;
}
.page-template-template-video-page .portfolio-item.large-portfolio {
    padding: 0;
    margin: 0 0 70px;
}
.portfolio-item .inner-container {
    position: relative;
    width: 100%;
}

.portfolio-4col-gutter .portfolio-item {
    width: 25%;
}
.portfolio-3col-gutter .portfolio-item {
    width: 33.3333%;
}
.portfolio-2col-gutter .portfolio-item {
    width: 50%;
}
.portfolio-5col-nogutter .portfolio-item, .portfolio-4col-nogutter .portfolio-item, .portfolio-3col-nogutter .portfolio-item, .portfolio-2col-nogutter .portfolio-item {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    margin: 0 0 0 0;
}
.portfolio-5col-nogutter .portfolio-item {
    width: 20%;
}
.portfolio-4col-nogutter .portfolio-item {
    width: 25%;
}
.portfolio-3col-nogutter .portfolio-item {
    width: 33.3333%;
}
.portfolio-2col-nogutter .portfolio-item {
    width: 50%;
}
.portfolio-item-overlay {
    background-color: rgba(165, 71, 128, 0.9) !important;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 8% 0;
    overflow: hidden;
    opacity: 0;
    text-align: center;
    display: table;
       -webkit-backface-visibility: hidden;

    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.item-overlay-center .port-excerpt p {
    margin-bottom: 0px !important;
    color: white;
}
.portfolio-4col-gutter .item-overlay-center .port-excerpt {
    -webkit-transform: translate(0, 30px);
    -moz-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    transform: translate(0, 30px);

    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    -moz-transition: opacity 0.3s ease, -moz-transform 0.3s ease;
    -ms-transition: opacity 0.3s ease, -ms-transform 0.3s ease;
    -o-transition: opacity 0.3s ease, -o-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;

}
.portfolio-4col-gutter .item-overlay-center .port-excerpt p {
    font-size: 12px !important;
}
.item-overlay-center h3 {
    margin: 10px 0 5px;
    text-transform: none;
}
.item-overlay-center h3 a {
    color: white !important;
}

.item-view, .item-link {
    font-size: 1.5em;
    padding: 5px 12.65822784810127%;
    display: table-cell;
    margin: auto;

    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    -moz-transition: opacity 0.3s ease, -moz-transform 0.3s ease;
    -ms-transition: opacity 0.3s ease, -ms-transform 0.3s ease;
    -o-transition: opacity 0.3s ease, -o-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.page-template-template-video-page .portfolio-item .item-view {
    font-size: 150px;
    text-shadow: 0 0 20px rgba(0,0,0,0.75);
}
.page-template-template-video-page .portfolio-item-overlay {
    opacity: 1;
    background: none !important;

}
.item-view {
    -webkit-transform: translate(-30px, 0);
    -moz-transform: translate(-30px, 0);
    -ms-transform: translate(-30px, 0);
    -o-transform: translate(-30px, 0);
    transform: translate(-30px, 0);
}
.item-link {
    -webkit-transform: translate(30px, 0);
    -moz-transform: translate(30px, 0);
    -ms-transform: translate(30px, 0);
    -o-transform: translate(30px, 0);
    transform: translate(30px, 0);
}
.page-template-template-video-page .item-view {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.portfolio-item h3 {
    margin-top: 15px;
    line-height: 1.1em;

    -webkit-transform: translate(0, 30px);
    -moz-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    transform: translate(0, 30px);

    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    -moz-transition: opacity 0.3s ease, -moz-transform 0.3s ease;
    -ms-transition: opacity 0.3s ease, -ms-transform 0.3s ease;
    -o-transition: opacity 0.3s ease, -o-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.portfolio-item h3 a {
    padding: 0;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
}
.portfolio-item a {
    color: #ffffff !important
}
.portfolio-item a:hover {
    color: #ffffff;
}
.portfolio-item .portfolio-item-image {
    overflow: hidden;
}
.portfolio-item .portfolio-item-image img {
    width: 100%;

    -webkit-transition: -webkit-transform 0.8s ease-out;
    -moz-transition: -moz-transform 0.8s ease-out;
    -ms-transition: -ms-transform 0.8s ease-out;
    -o-transition: -o-transform 0.8s ease-out;
    transition: transform 0.8s ease-out;
}
.page-template-template-clients-4col .portfolio-item .portfolio-item-image img {
    padding:30px;
    width: auto;
}
.portfolio-item:hover .portfolio-item-image img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}
.portfolio-item-image a img {
    position: relative;
    width: 100%;
    -webkit-backface-visibility: hidden;
}
.portfolio-item:hover .portfolio-item-overlay {
    opacity: 1;
}
.portfolio-item:hover .item-view,
.portfolio-item:hover .item-link {
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.portfolio-item:hover h3, .portfolio-item:hover .port-excerpt {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.item-buttons {
    display: table;
    border-collapse: collapse;
    width: 100%;
}
.portfolio-item-overlay .item-buttons > div:not(:first-child) {
    border-left: solid 1px white;
}

/*Portfolio Single*/
.portfolio-single-1-header h2 {
    font-weight: bold;
    margin-bottom: 0.75em;
    font-size: 1.5rem;
    line-height: 1.5em;
}
.portfolio-single-1 a {
    color: #133939;
}
.portfolio-single-1 a:hover {
    color: #00b688;
}
.portfolio-single-1 .portfolio-info-container {
    padding-left: 66px;
}
.portfolio-single-1 .portfolio-info-container img {
    margin-bottom: 20px;
}
.portfolio-single-1-title {
    font-size: 1.375rem;
    line-height: 1.5em;
    font-weight: bold;
    margin-bottom: 10px;
}
.portfolio-single-two-third .portfolio-single-1-title {
    font-size: 1.125rem;
    margin-top: 8px;
}
.portfolio-single-two-third .portfolio-more-info h3 {
    font-size: 1.125rem;
    font-weight: bold;
}
.portfolio-single-1-desc p:last-child {
    margin-bottom: 0;
}
.portfolio-single-1 .entry-meta {
    font-size: 0.875em;
    line-height: 1.5em;
    margin-top: 30px;
}
.entry-meta .icon {
    padding-right: 5px;
}
.portfolio-single-1 .entry-meta .sep {
    padding: 0 5px;
}
.portfolio-single-1 .meta p {
    margin-bottom: 10px;
}
.portfolio-single-1 .meta p:last-child {
    margin-bottom: 0;
}
.portfolio-single-1 .meta a {
    color: #34c099;
}
.portfolio-single-1 .meta a:hover {
    color: rgba(52, 192, 153, 0.5);
}
.portfolio-single-1 .social-sharing {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}
.portfolio-single-1 .social-sharing ul li {
    float: left;
    margin-right: 15px;
    list-style: none;
}
.portfolio-single-1 .social-sharing ul li a {
    font-size: 1rem;
}
.portfolio-meta-separator {
    width: 100%;
}
.meta-separator-inner {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.portfolio-meta-separator {
    margin-top: 30px;
    margin-bottom: 70px;
}
.portfolio-meta-separator .icon {
    color: #ddd;
    padding: 0 12px;
}
.meta-separator-left-line, .meta-separator-right-line {
    height: 1px;
    position: absolute;
    width: 43%;
    top: 50%;
    margin-top: -1px;
    background-color: #ddd;
}
.meta-separator-left-line {
    left: 0;
}
.meta-separator-right-line {
    right: 0;
}
.portfolio-single-1 figure {
    margin-bottom: 70px;
}
.portfolio-single-1 figure iframe {
    width: 100%;
}
.portfolio-single-two-third .portfolio-single-1-header figure {
    margin-bottom: 0;
}
.portfolio-single-1-full .portfolio-info-container {
    padding-left: 0;
    display: inline-block;
}
.portfolio-single-1-full .portfolio-more-info {
    padding-left: 66px;
}
.portfolio-single-1-full .portfolio-more-info h3 {
    font-weight: bold;
    font-size: 1.125rem;
}
.section-header-2 .portfolio-meta-separator {
    margin-bottom: 20px;
}

.portfolio-featured {
    margin: 0 -47px;
    display: inline-block;
}
.portfolio-featured-item {
    width: 50%;
    float: left;
    padding: 0 47px;
    margin-bottom: 30px;
}
.portfolio-featured-item p {
    font-size: 0.875em;
    line-height: 1.5em;
    margin-bottom: 70px;
}
.portfolio-featured-item-image {
    position: relative;
    width: 100%;
    display: inline-block;
}
.portfolio-featured-overlay {
    background-color: rgba(0, 182, 136, 0.75);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    text-align: center;
    display: table;
     -webkit-backface-visibility: hidden;

    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
.portfolio-featured-item-image:hover .portfolio-featured-overlay {
    opacity: 1;
}
.portfolio-featured-item-image a {
    width: 90px;
    height: 90px;
    border: solid 2px rgba(255, 255, 255, 0.75);
    font-size: 32px;
    display: inline-block;
    padding: 27px 0;
}
.portfolio-featured-item-image a:hover {
    color: #fff;
}

/*---------------------------------------------------------------------------------*/
/*	6. Footer
/*---------------------------------------------------------------------------------*/

.upw-posts .entry-image {
    float: left;
    width: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 1em;
}

.upw-posts .entry-title a:hover {
    text-decoration: none !important;
}

.upw-posts .entry-summary {
line-height: 1.4em;
}

.upw-posts .entry-summary p {
font-style: italic;
}

.upw-posts article {
margin-bottom: 0 !important;
border-bottom: 0px solid #ddd !important;
}

.footer-sidebar .testimonials.hide_on_testimonials {
    display: none;
}

.main-footer {
    padding-top: 90px;
    background-color: #1f2626;
    font-size: 0.875rem;
    color: #fff;
}
.main-footer .section-content {
    margin-bottom: 70px;
}
.main-footer .copyright, .main-footer .social-icon {
    font-weight: bold;
    text-align: center;
    line-height: 1.5em;
}
.main-footer .copyright {
    margin-bottom: 30px;
}
.main-footer .social-icon {
    margin-bottom: 0;
}
.main-footer .footer .social-icon ul {
    width: auto;
    display: inline-block;
}
.main-footer .footer .social-icon ul li {
    float: left;
    margin-right: 10px;
    margin-left: 10px;
}
.main-footer .footer .social-icon ul a {
    color: #6c7171;
    font-size: 16px;
}
.main-footer .footer .social-icon ul a:hover {
    color: #00b688 ;
}
.main-footer .widget {
    margin-bottom: 0;
    color: #999;
}
.main-footer .widget a {
    color: #A54780;
}
.main-footer .widget span {
    color: #999;
}
.main-footer .widget > h5 {
    font-size: 1.125rem;
    margin-bottom: 1.5em;
    line-height: 1.2em;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
}
.main-footer .widget_recent_entries ul li {
    border-bottom: solid 1px #6c7171;
}

.tp_recent_tweets li {
    background-image: none !important;
    padding-left: 0 !important;
}

.tparrows {
    /*display: none;*/
}

.mailchimp {
    margin-bottom: 40px !important;
    padding-bottom: 20px !important;
    border-bottom: 1px solid #444 !important;
    width: 100%;
}

.mailchimp h5, .mailchimp .textwidget {
    display: inline-block;
    margin-right: 30px;
}

.mailchimp #mc_embed_signup {
    background: none !important;
    clear: none !important;
}

.mailchimp #mc_embed_signup form {
    display: inline-block !important;
    padding: 0 !important;
}

.mailchimp #mc_embed_signup input.email {
    display: inline-block !important;
    margin: 0 30px 0 0 !important;
    font-size: 1rem !important;
    padding: 7px 20px !important;
    color: #1f2626 !important;
    max-width: 100% !important;
    line-height: 1.6em !important;
    border: solid #c4cdcd 0px !important;
    text-indent: 0 !important;
    width: 370px;
    min-width: 0;
    max-width: 100% !important;
    margin-bottom: 15px !important;
}

.hatchbuck-newsletter input[type="email"] {
    border: none;
    margin-bottom: 15px;
    margin-right: 30px;
    width: 370px;
}

.mailchimp #mc_embed_signup .clear {
    display: inline-block !important;
    vertical-align: middle;
}

.mailchimp #mc_embed_signup .button, .button,
.hatchbuck-newsletter button {
    background-color: #A54780 !important;
    margin: 0 !important;
    font-size: 0.875rem !important;
    padding: 10px 15px !important;
    font-weight: bold;
    border: none !important;
    clear: none !important;
    border-radius: 0 !important;
    height: auto !important;
    line-height: 1.6em !important;
    width: auto !important;
    margin-bottom: 5px !important;
    color: white !important;
    -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mailchimp #mc_embed_signup .button:hover, .button:hover,
.hatchbuck-newsletter button:hover {
    background-color: white !important;
    color: #A54780 !important;
}

.hatchbuck-newsletter .agree-text,
.hatchbuck-newsletter .agree-text a {
    font-size: 0.675rem;
    line-height: 1.4;
}

.hatchbuck-newsletter .agree-text div span {
    font-size: 0.875rem;
    line-height: 2;
}

.widget .upw-after {
    margin-top: 40px;
}

.menu-copyright-menu-container {
    display: inline-block;
}

.menu-copyright-menu-container ul li {
    display: inline;
    border-right: 2px solid #444;
    padding-right: 3px;
    margin-right: 6px;
}
.menu-copyright-menu-container ul li:last-child {
    border: none;
}
/*---------------------------------------------------------------------------------*/
/*  7. Sidebar
/*---------------------------------------------------------------------------------*/

.widget {
    display: inline-block;
    margin-bottom: 70px;
}
.sidebar .widget {
    width: 100%;
}
.widget ul {
    line-height: 1;
}
.widget a, .sidebar span {
    color: #133939;
    font-size: 0.875rem;
    line-height: 1.125em;
}
.widget a:hover {
    color: #00b688;
}
.widget h3 {
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 1.125rem;
    line-height: 1.2em;
}
.search-box {
    display: inline-block;
    width: 100%;
    position: relative;
    border: 2px solid #c4cdcd;
    height: 46px;
}
.search-box .search-box-text {
    width: 100%;
    height: 100%;
    padding: 5px 10px;
    border: none;
    font-size: 0.875em;
    line-height: 1.5em;
    background-color: #fff;
    color: #133939;
}
.search-box .search-box-submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
    height: 100%;
    border: none;
    display: table-cell;
    text-align: center;
    font-size: 18px;
    padding: 11px 0;
    color: #c4cdcd;
    background-color: transparent;

    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}
.search-box .search-box-submit:hover {
    color: #133939;
    cursor: pointer;
}
.widget_recent_entries ul li {
    border-bottom: solid 1px #c4cdcd;
    margin-bottom: 20px;
    list-style: none;
}
.widget_recent_entries ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.widget_recent_entries a {
    font-size: 0.875rem;
    line-height: 1.5em;
    display: block;
    margin-bottom: 10px;
}
.widget_recent_entries span {
    font-size: 0.75rem;
    line-height: 1.125em;
    color: #c4cdcd;
    margin-bottom: 7px;
    display: inline-block;
}
.widget_categories ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_rss ul li,
.widget_nav_menu ul li,
.widget_meta ul li {
    margin-bottom: 15px;
    list-style: none;
}
.widget_categories ul li:last-child,
.widget_meta ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_rss ul li:last-child,
.widget_nav_menu ul li:last-child,
.widget_pages ul li:last-child {
    margin-bottom: 0;
}
.widget_nav_menu ul li {
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.widget_nav_menu ul li:last-child {
    border-bottom: none;
}
.widget_recent_comments ul li {
    line-height: 1.25em;
}
.widget_rss li {
    line-height: 1.4em;
}
.widget_rss cite {
    font-size: 12px;
}
.rss-date {
    font-size: 12px;
    color: #999;
}
.rssSummary {
    margin-top: 5px;
    font-size: 13px;
}
.widget_latest_portfolio ul {
    margin-left: -5px;
    margin-right: -5px;
}
.widget_latest_portfolio ul li {
    width: 33.3333%;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
    margin-bottom: 10px;
    position: relative;
    list-style: none;
}
.widget_latest_portfolio ul li:hover .portfolio-item-overlay {
    opacity: 1;
}
.widget_latest_portfolio .inner-container {
    position: relative;
    width: 100%;
}
.widget_latest_portfolio .item-buttons a, .widget_latest_portfolio .item-buttons span {
    color: #fff;
}
.widget_latest_portfolio .item-buttons a:hover, .widget_latest_portfolio .item-buttons a:hover span {
    color: #fff;
}
.widget_latest_portfolio .item-buttons .item-view, .widget_latest_portfolio .item-buttons  .item-link {
    padding: 0;
}
.tagcloud a {
    float: left;
    margin: 0 5px 5px 0;
    padding: 10px;
    background-color: #fff;
    color: #133939 !important;
    border: solid 1px #c4cdcd;
    font-size: 0.875em !important;
}
.tagcloud a:hover {
    background-color: #133939;
    color: #fff !important;
    border: solid 1px #133939;
}
.widget select {
    width: 100%;
    font-size: 0.875rem;
    padding-left: 10px;
}
.widget_archive ul {
    line-height: 1;
}
.widget_archive ul li {
    list-style: none;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}
.widget_archive li:last-child {
    margin-bottom: 0;
}
.widget_archive a {
    float: left;
    width: 100%;
    padding: 10px;
    background-color: #fff;
    color: #133939 !important;
    border: solid 1px #c4cdcd;
    font-size: 0.875rem !important;
    line-height: 1.125em;
}
.widget_archive a:hover {
    background-color: #133939;
    color: #fff !important;
    border: solid 1px #133939;
}
.widget .item-link {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.widget.widget-menu {

}
.widget.widget-menu ul li {
    border-top: solid 1px #c4cdcd;
    margin-bottom: 0;
    padding: 15px 0;
}
.widget.widget-menu ul li:last-child {
    border-bottom: solid 1px #c4cdcd;
}
.widget.widget-menu ul li a{
    font-size: 0.875rem;
    line-height: 1.2em;
    width: 100%;
    display: inline-block;
}
.widget.widget-menu ul li a span {
    padding-right: 5px;
    font-size: 0.75rem;

    -webkit-transition: color 0.3s ease, padding 0.1s ease;
    -moz-transition: color 0.3s ease, padding 0.1s ease;
    -ms-transition: color 0.3s ease, padding 0.1s ease;
    -o-transition: color 0.3s ease, padding 0.1s ease;
    transition: color 0.3s ease, padding 0.1s ease;
}
.widget.widget-menu ul li a:hover span {
    padding-left: 5px;
    color: #00b688;
}
.widget_text {
    font-size: 0.875rem;
    line-height: 1.6em;
}
.widget_calendar caption {
    margin-bottom: 10px;
}
.footer-sidebar {
    margin-bottom: 70px;
}
.bottom-footer {
    background: #181c1c;
    padding: 40px 0;
    color: #6c7171;
}
.bottom-footer a {
    color: white;
}

.bottom-footer a:hover {
    color: #A54780;
}

.developer {
    text-align: right;
}

/*---------------------------------------------------------------------------------*/
/*	8. Blog
/*---------------------------------------------------------------------------------*/

.blog-container {
    margin-left: -7px;
    margin-right: -7px;
    display: inline-block;
}
.blog-container.masonry, .blog-container.grid {
    display: block;
}
.blog-container .blog-item {
    float: left;
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 14px;
}
.blog-container .blog-item:last-child {
    margin-bottom: 0;
}
.blog-two-col .blog-item {
    width: 50%;
}
.blog-three-col .blog-item {
    width: 33.3333%;
}
.blog-four-col .blog-item {
    width: 25%;
}
.blog-item a {
    color: #133939;
}
.blog-item a:hover {
    color: #00b688;
}
.blog-container.grid .blog-item-content > h3,
.blog-container.masonry .blog-item-content > h3 {
    font-size: 1.125rem;
    line-height: 1.5em;
    font-weight: bold;
    margin-bottom: 10px;
}
.blog-container .blog-item > figure {
    text-align: center;
}
.blog-container .blog-item > figure img.wp-post-image {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
.blog-container .blog-item .blog-item-content {
    padding: 25px 10px
}
.blog-item .blog-item-content .blog-item-desc {
    font-size: 0.75rem;
    line-height: 1.6em;
    margin-bottom: 25px;
    height: 54px;
    overflow: hidden;
}
.masonry .blog-item .blog-item-content .blog-item-desc {
    height: auto;
    overflow: visible;
}
.blog-item .blog-item-content .blog-item-meta {
    padding-top: 25px;
    border-top: solid 1px #c4cdcd;
    font-size: 0.75rem;
}
.blog-item-meta .sep {
    padding: 0 5px;
}
.blog-item-meta .meta-date {
    font-weight: bold;
}
.blog-container.mixed-mode .blog-item.one-four {
    width: 25%;
}
.blog-container.mixed-mode .blog-item.two-four, .blog-container.mixed-mode .blog-item.one-half {
    width: 50%;
}
.blog-container.mixed-mode .blog-item.three-four {
    width: 75%;
}
.blog-container.mixed-mode .blog-item.one-three {
    width: 33.3333%;
}
.blog-container.mixed-mode .blog-item.two-three {
    width: 66.666666%;
}
.blog-container.blog-normal {
    width: 100%;
}
.blog-container.blog-normal .blog-item {
    width: 100%;
    border-bottom: solid #c4cdcd 1px;
    margin-bottom: 70px;
}
.blog-container.blog-normal .blog-item:last-child {
    margin-bottom: 0;
}
.blog-container.blog-normal .blog-item > h2 {
    margin-bottom: 5px;
    font-size: 1.5rem;
    line-height: 1.458em;
    font-weight: bold;
}
.blog-container.blog-normal .blog-item .blog-item-meta {
    font-size: 0.875em;
    line-height: 1.5em;
    margin-bottom: 20px;
}
.blog-container.blog-normal .blog-item .blog-item-meta a {
    display: inline-block;
}
.blog-container .blog-item figure iframe {
    width: 100%;
}
.blog-container .blog-item.format-audio figure iframe {
    height: auto;
}
.blog-container.blog-normal .blog-item figure {
    margin-bottom: 20px;
}
.blog-container.blog-normal .blog-item .blog-item-content {
    padding: 0 0 70px;
}
.blog-container.blog-normal .blog-item .blog-item-content .blog-item-desc {
    height: auto;
    font-size: 0.875rem;
    line-height: 1.6em;
}
.blog-container.blog-normal, .blog-container.blog-small, .blog-container.blog-single {
    margin-left: 0;
    margin-right: 0;
}
.blog-container.blog-normal .blog-item, .blog-container.blog-small .blog-item, .blog-container.blog-single .blog-item {
    padding-left: 0;
    padding-right: 0;
}
.blog-paginator {
    text-align: center;
}
.blog-paginator ul li {
    float: left;
    margin-right: 5px;
    list-style: none;
}
.blog-paginator span {
    height: 40px;
    vertical-align: middle;
    font-size: 0.875em;
    display: inline-block;
    margin-right: 10px;
}
.blog-container.blog-small .blog-item figure {
    width: 37%;
    float: left;
}
.blog-container.blog-small .blog-item {
    border-bottom: solid #c4cdcd 1px;
    padding-bottom: 70px;
    margin-bottom: 70px;
}
.blog-container.blog-small .blog-item:last-child {
    margin-bottom: 0;
}
.blog-container.blog-small .blog-item .blog-item-content {
    width: 63%;
    padding-left: 30px;
    padding-top: 0;
    padding: 0 0 0 30px;
    float: left;
}
.blog-container.blog-small .blog-item .blog-item-content h2 {
    margin-bottom: 10px;
    font-size: 1.5rem;
    line-height: 1.5em;
    font-weight: bold;
}
.blog-container.blog-small .blog-item .blog-item-content .blog-item-meta {
    border-top: none;
    padding-top: 0;
    padding-bottom: 15px;
}
.blog-container.blog-small .blog-item .blog-item-content .blog-item-desc {
    overflow: visible;
    height: auto;
}
.blog-container .blog-item .blog-item-content .more-link {
    font-size: 0.875em;
    font-weight: bold;
}
.blog-container.blog-single .blog-item {
    margin-bottom: 70px;
}
.blog-container.blog-single .blog-item > h2 {
    margin-bottom: 5px;
    font-size: 1.5rem;
    line-height: 1.458em;
    font-weight: bold;
}
.blog-container.blog-single .blog-item > figure {
    margin-bottom: 20px;
}
.blog-container.blog-single .blog-item .blog-item-content {
    padding: 0 0;
}
.blog-container.blog-single .blog-item .blog-item-meta {
    font-size: 0.875em;
    line-height: 1.5em;
    margin-bottom: 20px;
}
.blog-container.blog-single .blog-item .entry-meta.tags {
    float: left;
    font-size: 0.875em;
}
.blog-container.blog-single .blog-item .social-sharing {
    float: right;
}
.blog-container.blog-single .blog-item .social-sharing ul li {
    float: left;
    margin-right: 20px;
    list-style: none;
}
.blog-container.blog-single .blog-item .social-sharing ul li a {
    font-size: 1rem;
}
.blog-container.blog-single .blog-item .social-sharing ul li:last-child {
    margin-right: 0;
}
.blog-container.blog-single .blog-item .meta-soc-container {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}
.blog-container.blog-single .blog-item .blog-item-content .entry-item-desc p {
    line-height: 1.6em;
    margin-bottom: 1.6em;
}
.blog-container.blog-single .blog-item .blog-item-content .entry-item-desc p:last-child {
    margin-bottom: 0;
}
.blog-container.blog-single .blog-item .blog-item-content .entry-meta.tags .sep {
    padding: 0 5px;
}
.entry-nav {
    font-size: 1.125rem;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    /*padding-top: 70px;*/
    padding-bottom: 70px;
}
.entry-nav a {
    color: #133939;
}
.entry-nav a:hover {
    color: #00b688;
}
.entry-nav .nav-left {
    float: left;
    width: 50%;
    text-align: left;
    padding: 0 15px 0 0;
}
.entry-nav .nav-right {
    float: right;
    width: 50%;
    text-align: right;
    padding: 0 0 0 15px;
}
.entry-nav .nav-right span {
    padding-left: 5px;
}
.entry-nav .nav-left span {
    padding-right: 5px;
}
.post-arrow-left, .post-arrow-right {
    position: relative;
    top: 2px;
}
.entry-nav a:hover .post-arrow-left, .entry-nav a:hover .post-arrow-right {
    background-position-y: -16px;
}
.pings-title {
    padding: 0 0 30px;
    font-size: 1.125em;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 70px;
}
.pinglist li {
    margin-bottom: 15px;
}
.pinglist li a {
    color: #133939;
    font-size: 0.875rem;
    line-height: 1.6em;
}
.comments {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: solid 1px #c4cdcd;
}
body.single-portfolio .comments-title {
    margin-top: 70px;
}
.comments-title {
    padding: 0 0 30px;
    font-size: 1.125em;
    font-weight: bold;
    text-transform: uppercase;
}
.comments-list {
    /*margin-bottom: 70px;*/
}
.comments-list li {
    margin: 0 0 30px 100px;
    list-style: none;
}
.comments-list li > div {
    position: relative;
    padding: 0 0 47px 0;
    border-bottom: solid 1px #c4cdcd;
}
.avatar-border {
    position: absolute;
    left: -100px;
    top: 0;
}
.comment a {
    color: #133939;
}
.comment a:hover {
    color: #00b688;
}
.comment-meta {
    display: inline-block;
    width: 100%;
    padding-bottom: 15px;
    line-height: 1em;
}
.comment-author {
    font-size: 0.875rem;
    font-weight: bold;
}
.comment-author cite {
    font-style: normal;
}
.comment-time {
    font-size: 0.875rem;
}
.comment-reply-link {
    opacity: 0;
    font-size: 0.875rem;
    float: right;
    margin-left: 20px;

    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.comments-list li > div:hover .comment-reply-link {
    opacity: 1;
}
.comment-body p {
    font-size: 0.75rem;
    line-height: 1.6em;
}
.comment .comment-respond {
    margin-top: 30px;
}
.comment:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.comment .children {
    padding-top: 47px;
    margin-left: 0;
}
.comment.depth-3 .children li {
    margin: 0 0 30px 0;
}
.comment-form {
    width: 100%
}
.comment-reply-title {
    margin: 60px 0 30px 0 !important;
    font-size: 1.125rem !important;
    font-weight: bold;
    text-transform: uppercase;
}
.comment-form #respond-inputs {
    margin-left: -7px;
    margin-right: -7px;
}
.comment-form #respond-inputs p {
    float: left;
    width: 33.3333%;
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 0;
}
.comment-form #respond-inputs input {
    width: 100%;
    display: inline-block;
    font-size: 1em;
    font-weight: bold;
    padding: 7px 20px;
    border: solid #c4cdcd 1px;
    background-color: #fff;
    color: #133939;
}
.comment-form #comment-text {
    width: 100%;
}
.comment-form #comment-text textarea {
    display: inline-block;
    font-weight: bold;
    font-size: 0.875em;
    width: 100%;
    padding: 15px 20px;
    background-color: #fff;
    border: solid #c4cdcd 1px;
    color: #133939;
    margin: 30px 0;
}
.moderation {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 0.75rem;
    padding: 5px;
    background-color: #00b688;
    color: #ffffff;
}
.form-submit {
    display: inline-block;
    width: 100%;
}
.form-submit #submit {
    float: right;
    background-color: #133939;
    color: #fff;
    margin: 0;
    font-size: 0.875em;
    font-weight: bold;
    padding: 10px 15px;
    border: none;
    text-transform: uppercase;

    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    -moz-transition: background-color 0.3s ease, color 0.3s ease;
    -ms-transition: background-color 0.3s ease, color 0.3s ease;
    -o-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.form-submit #submit:hover {
    background-color: #00b688;
    color: #fff;
}
.logged-in-as {
    font-size: 0.875rem;
}
.logged-in-as a {
    color: #00b688;
}
.logged-in-as a:hover {
    text-decoration: underline;
}
.ss-pagination {
    display: inline-block;
    width: 100%;
    margin-top: 70px;
    text-align: center;
}
.ss-pagination a, .ss-pagination span {
    display: inline-block;
    background-color: transparent;
    color: #133939;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1em;
    border: solid 1px #c4cdcd;
    cursor: pointer;
    min-width: 40px;
    height: 40px;
    padding-top: 12px;
    margin-right: 5px;
    text-align: center;

    -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out;
    -ms-transition: background-color 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out;
    transition: background-color 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out;
}
.ss-pagination a:last-child, .ss-pagination span:last-child {
    margin-right: 0;
}
.ss-pagination a:hover {
    border: solid 1px #00b688;
    background-color: #00b688;
    color: #fff;
}
.ss-pagination span {
    border: solid 1px #133939 !important;
    background-color: #133939 !important;
    color: #fff !important;
    cursor: default !important;
}


/*---------------------------------------------------------------------------------*/
/*	9. 404
/*---------------------------------------------------------------------------------*/

.not-found {
    width: 490px;
    margin: 90px auto;
    color: #133939;
    text-align: center;
}
.not-found-404 {
    width: 100%;
    border: 4px solid #133939;
    padding: 25px 0px 5px 0px;
    margin-bottom: 30px;
}
.not-found-404 h2 {
    font-size: 11em;
    font-weight: bold;
    line-height: 1.25em;
}
.not-found h3 {
    font-size: 3.625rem;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 70px;
}


/*---------------------------------------------------------------------------------*/
/*	10. Contact
/*---------------------------------------------------------------------------------*/

#contact-map {
    height: 400px;
}

.wpgmp_map_container {
    box-shadow: none !important;
}

.wpcf7 div.wpcf7-validation-errors {
    color: #DBCD0B;
    border: none;
    margin-top: 10px;
    padding: 0;
}
.wpcf7 div.wpcf7-mail-sent-ok {
    color: #398f14;
    border: none;
    margin-top: 10px;
    padding: 0;
}
.wpcf7 div.wpcf7-mail-sent-ng {
    color: #ff0000;
    border: none;
    margin-top: 10px;
    padding: 0;
}
.wpcf7 div.wpcf7-mail-sent-ng {
    color: #ffa500;
    border: none;
    margin-top: 10px;
    padding: 0;
}
.wpcf7 p {
    margin-bottom: 30px;
}
.wpcf7-submit {
    float: right;
    font-weight: bold;

    -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out;
    -ms-transition: background-color 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out;
    transition: background-color 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out;
}
.wpcf7 .nivan-form-style-1 p label {
    display: inline-block;
    font-weight: bold;
    width: 100px;
}
.wpcf7 .nivan-form-style-1 .ajax-loader {
    margin: 14px 10px 0 0;
    float: right;
}
.wpcf7 .nivan-form-style-1 .wpcf7-not-valid-tip {
    display: none;
}
.wpcf7 .nivan-form-style-1 .wpcf7-not-valid {
    border: 1px solid #f00;
}
.wpcf7 .nivan-form-style-2 .nivan-form-info-container {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}
.wpcf7 .nivan-form-style-2 .nivan-form-info-container p {
    float: left;
    width: 33.3%;
    padding-right: 15px;
    margin-bottom: 0;
}
.hatchbuck-form input[type="text"], .hatchbuck-form input[type="email"] {
    float: left;
    width: 48.9%;
    margin-right: 15px;
    margin-bottom: 15px;
}
.hatchbuck-form input:nth-child(odd) {
    margin-right: 0;
}
.wpcf7 .nivan-form-style-2 .nivan-form-info-container p:last-child {
    padding-right: 0;
}
.wpcf7 .nivan-form-style-2 textarea, .hatchbuck-form textarea {
    width: 100%;
}

.hatchbuck-form button {
    background-color: #1f2626 !important;
    color: #fff;
    margin: 0;
    font-size: 0.875rem;
    padding: 10px 15px;
    border: none;
    float: right;
    font-weight: bold;
    -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out;
    -ms-transition: background-color 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out;
    transition: background-color 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out;
    margin-top: 30px;
}

.hatchbuck-form button:hover {
    background: #A54780 !important;
}


/*---------------------------------------------------------------------------------*/
/*	11. Base Styling
/*---------------------------------------------------------------------------------*/

.ss-sep {
    padding: 0 3px;
}
.ss-bold {
    font-weight: bold;
}
.wp-caption {
    text-align: center;
    margin: 0 20px 20px 20px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    max-width: 100%;
}
.wp-caption .wp-caption-text {
    margin: 0;
    padding: 5px;
}
.sticky {

}
.gallery-caption {

}
.bypostauthor {

}
.hidden {
    display: none;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
}
blockquote {
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 5px 0 5px 10px;
    border-left: 5px solid #eaeaea;
    font-style: italic;
}
img.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}
img.alignright {
    display: block;
    margin: 0 0 20px 20px;
}
img.aligncenter {
    display: block;
    clear: both;
    margin: 0 auto;
}
img.alignnone {
    display: block;
    margin: 0 0;
}
caption {
    text-align: left;
}
em, dfn, cite, samp, var, address {
    font-style: italic;
}
abbr[title], acronym[title], dfn[title] {
    cursor: help;
    border-bottom: 1px dotted #666;
}
strong, dfn, kbd, b {
    font-weight: bold;
}
sup {
    font-size: 11px;
    vertical-align: top;
}
sub {
    font-size: 11px;
    vertical-align: bottom;
}
small {
    font-size: 12px;
}
del {
    text-decoration: line-through;
}
ins {
    text-decoration: underline;
}
code, pre {
    line-height: 18px;
}
var, kbd, samp, code, pre {
    font: 14px/19px Courier, "Courier New", monospace;
    background: #f5f5f5;
    color: #333;
    margin-left: 5px;
    margin-right: 5px;
}
code {
    padding: 0px 3px;
}
pre {
    background: #f5f5f5;
    color: #666;
    font-family: monospace;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
table {
    border: 1px solid #999;
    line-height: 18px;
    text-align: left;
    width: 100%;
}
table .even {

}
tr {
    border-bottom: 1px solid #999;
}
th, td {
    padding: 10px;
    vertical-align: middle;
    text-align: center;
}
dt {
    font-weight: bold;
}
dd {
    margin-bottom: 20px;
}
input, textarea, select {
    display: inline-block;
    font-size: 1rem;
    padding: 7px 20px;
    border: none;
    background-color: #fff;
    color: #133939;
    max-width: 100%;
    line-height: 1.6em;
    border: solid #c4cdcd 1px;
}
input[type="submit"], input[type="button"], input[type="reset"] {
    background-color: #1f2626 !important;
    color: #fff;
    margin: 0;
    font-size: 0.875rem;
    padding: 10px 15px;
    border: none;
}
input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover {
    background-color: #A54780 !important;
    color: #fff;
    cursor: pointer;
}
input::-webkit-input-placeholder {
   font-size: 14px;
   font-weight: bold;
   color: rgba(19, 57, 57, 0.50);
}
input:-moz-placeholder {
   font-size: 14px;
   font-weight: bold;
   color: rgba(19, 57, 57, 0.50);
}
input::-moz-placeholder {
   font-size: 14px;
   font-weight: bold;
   color: rgba(19, 57, 57, 0.50);
}
input:-ms-input-placeholder {
   font-size: 14px;
   font-weight: bold;
   color: rgba(19, 57, 57, 0.50);
}
textarea::-webkit-input-placeholder {
   font-size: 14px;
   font-weight: bold;
   color: rgba(19, 57, 57, 0.50);
}
textarea:-moz-placeholder {
   font-size: 14px;
   font-weight: bold;
   color: rgba(19, 57, 57, 0.50);
}
textarea::-moz-placeholder {
   font-size: 14px;
   font-weight: bold;
   color: rgba(19, 57, 57, 0.50);
}
textarea:-ms-input-placeholder {
   font-size: 14px;
   font-weight: bold;
   color: rgba(19, 57, 57, 0.50);
}

.fluid-width-video-wrapper {
    padding-top: 57% !important;
}

.ss-iconbox-item {
    margin-bottom: 30px;
}

.offers-page {
    padding: 90px 0;
}

.offers-page h1 {
    font-size: 55px;
    line-height: 1.1;
    text-transform: uppercase;
    text-align: justify;
    margin-bottom: 50px;
}

.offers-page h1 strong {
    color: #A54780;
    font-size: 140px;
    float: left;
    line-height: 120px;
    margin-right: 15px;
}

.offers-page .col-sm-6 img {
    margin-bottom: 50px;
}

.special-offer-form .wpcf7-form {
    background: #1F2626;
    padding: 30px 30px 20px;
    color: white;
    text-align: center;
    float: left;
    width: 100%;
}

.special-offer-form .terms-and-conditions {
    background: #eee;
    padding: 25px 30px;
    color: #1f2626;
    text-align: center;
    font-size: 12px;
    float: left;
    width: 100%;
    line-height: 18px;
}

.special-offer-form .wpcf7-form p {
    font-size: 22px;
    margin-bottom: 15px;
    text-align: center;
    position: relative;
}

.special-offer-form .wpcf7-form textarea {
    height: 150px;
}

.special-offer-form .wpcf7-form input[type="submit"] {
    background-color: #A54780 !important;
    float: none;
    margin: 0 !important;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 30px;
}

.special-offer-form .wpcf7-form .ajax-loader {
    position: absolute;
    right: 0;
    top: 15px;
}

.ss-testimonial-frame {
    max-height: 190px;
}

.ss-testimonial-arrows {
    position: absolute !important;
    height: 100% !important;
    top: 0;
    width: 100%;
}

.service-page .ss-testimonial-arrows {
    display: none;
}

a.ss-next-testimonial, a.ss-prev-testimonial {
    top: 50%;
    left: auto;
    right: -90px;
    margin: 0 !important;
    margin-top: -20px !important;
}

.ss-prev-testimonial {
    right: auto !important;
    left: -90px !important;
}

.pum-theme-content-only .pum-container {
    position: relative;
}

.pum-theme-content-only .pum-container:before {
    content: '';
    background-image: url('/wp-content/uploads/2014/12/clapper_noborder-150x150.png');
    width: 120px;
    height: 120px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -60px;
    left: 50%;
    margin-left: -60px;
}

.pum-theme-content-only .pum-title {
    margin: 35px 0;
    margin-bottom: 30px !important;
}

.pum-content img {
    position: absolute;
    top: -280px;
    left: 50%;
    margin-left: -60px;
    width: 120px;
}

.pum-content .nivan-button {
    margin: 40px 0 0;
}

/*---------------------------------------------------------------------------------*/
/*  ## Media Queries
/*---------------------------------------------------------------------------------*/

rs-fullwidth-wrap,
rs-module-wrap,
rs-module-wrap > rs-module {
    min-height: 475px !important;
}

rs-module-wrap .rs-layer-video {
    height: 100% !important;
}

.page-template-template-service-page .rs-layer h1 {
    margin-top: 35px;
}

@media screen and (min-width: 768px) {

    .portfolio-5col-nogutter .item-view, .item-link {
        font-size: 1.25em;
    }
    .portfolio-5col-nogutter .portfolio-item h3 a {
        font-size: 16px;
    }
    .fluid-width-video-wrapper {
        padding-top: 56% !important;
    }

}


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

    /* Section Header */
    .section-header-inner {
        width: 70%;
    }

    .ss-iconbox-item {
        width: 27% !important;
    }

    .owl-item .ss-iconbox-item {
        width: 82% !important;
    }

    .fluid-width-video-wrapper {
        padding-top: 57% !important;
    }

    /*Potfolio*/
    .portfolio-5col-nogutter .portfolio-item {
        width: 25%;
    }
    .portfolio-single-1 .portfolio-info-container {
        padding-left: 33px;
    }

    /*Sidebar*/
    .widget_latest_portfolio ul li {
        width: 50%;
    }

    /* Comments */
    .comment-reply-link {
        opacity: 1;
    }

    .ss-iconbox-arrows, .ss-clients-arrows {
        display: block;
        margin-top: 30px;
    }

    .revslider-initialised .banner-image {
        width: 768px !important;
        height: auto !important;
        margin-bottom: 10px;
    }

    .home .roboto-style {
        width: 940px;
    }

    .home .revslider-initialised h1, .home .revslider-initialised h1 b, .home .revslider-initialised h1 span {

    }

    .revslider-initialised h2 {
        font-size: 20px;
    }

    .revslider-initialised .roboto-style h2 {
        font-size: 55px;
    }

    .revslider-initialised h3 {
        font-size: 18px;
    }

    .home .ss-testimonial-item p {
        font-size: 1.6rem !important;
        margin-top: 0 !important;
    }
    .home .ss-testimonial-item {
        padding: 0 !important;
    }

    .ss-mobile-menu-button {
        display: block;
    }
    .main-navigation-container {
        display: none;
    }

    #home-about img {
        padding: 50px 80px;
    }

    #home-about h2 {
        margin-top: -30px;
    }

    #home-about h2:last-child {
        margin-bottom: 0;
        margin-top: 0;
    }

}

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

    .revslider-initialised .roboto-style {
        white-space: normal;
    }

    .revslider-initialised rs-layer-wrap,
    .revslider-initialised rs-loop-wrap,
    .revslider-initialised rs-mask-wrap {
        width: 100% !important;
    }

    .revslider-initialised h1,
    .revslider-initialised h1 b,
    .revslider-initialised h1 i {
        max-width: 600px!important;
        margin: 0 auto 20px;
        white-space: normal;
    }

    .revslider-initialised .roboto-style h1,
    .revslider-initialised .roboto-style h1 b,
    .revslider-initialised .roboto-style h1 i {
        font-size: 80px!important;
        line-height: 1!important;
        max-width: 600px!important;
        margin: 0 auto!important;
        margin-bottom: 20px!important;
    }

    .revslider-initialised .roboto-style h2 {
        font-size: 48px !important;
        white-space: normal !important;
        line-height: 1.4 !important;
        margin-bottom: 30px !important;
    }

    .revslider-initialised .roboto-style .header-btn {
        width: 275px;
        padding: 0 15px!important;
        font-size: 20px!important;
        line-height: 50px!important;
        margin: 0 10px 20px !important;
    }

    .home .roboto-style {
        width: 720px;
        margin: 0 auto;
    }

    .home .revslider-initialised .roboto-style h1, .home .revslider-initialised .roboto-style h1 b, .home .revslider-initialised .roboto-style h1 span, .home .revslider-initialised .roboto-style h1 i {
        font-size: 60px!important;
        color: #fff;
        text-transform: uppercase!important;
        font-weight: 900;
        font-family: 'Roboto';
        margin-bottom: 35px!important;
        font-weight: 700;
        max-width: 100%!important;
        text-align: left!important;
        line-height: 1.2!important;
        white-space: inherit;
    }

    .home .revslider-initialised .roboto-style h2 {
        font-size: 24px!important;
        margin-bottom: 50px!important;
        font-weight: 300!important;
        text-align: left!important;
        max-width: 1140px;
    }

    .home .roboto-style .header-btn {
        text-transform: uppercase;
        background-color: #A54780;
        border-color: #A54780;
        padding: 0 !important;
        margin: 0 !important;
    }

    .main-header.ss-on-scroll .logo {
        margin-top: 0;
    }

    .ss-iconbox-item {
        width: 25% !important;
    }

    .owl-item .ss-iconbox-item {
        width: 80% !important;
    }

    #services-slider, #about-slider {
        display: none;
    }

    #services, #about-us {
        margin-top: 114px !important;
    }

    .home #services {
        margin-top: 0 !important;
    }

    .tp-caption.fullscreenvideo,
    .revslider-initialised .rs-layer-video {
        display: none;
    }

    /* Section Header */
    .section-heading {
        font-size: 2.75em;
    }
    .section-header-inner {
        width: 90%;
    }

    /*Potfolio*/
    .portfolio-5col-nogutter .portfolio-item, .portfolio-4col-nogutter .portfolio-item {
        width: 33.3333%;
    }
    .portfolio-4col-gutter .portfolio-item {
        width: 33.3333%;
    }
    .portfolio-single-1 .portfolio-info-container {
        padding-left: 10px;
    }

    /*sidebar*/
    .widget_latest_portfolio ul li {
        width: 100%;
    }

    .cleint-slide {
        width: 200px !important;
    }

    /*blog*/
    .blog-four-col .blog-item, .blog-three-col .blog-item, .blog-container.mixed-mode .blog-item.one-four, .blog-container.mixed-mode .blog-item.one-three, .blog-container.mixed-mode .blog-item.two-three {
        width: 50%;
    }
    .comments-list li {
        margin-left: 0;
    }
    .comments-list > li {
        margin-left: 100px;
    }

    .ss-testimonial-arrows, .ss-iconbox-arrows, .ss-clients-arrows {
        position: relative !important;
        height: 40px !important;
        top: auto;
        width: auto;
        margin-top: 40px;
    }

    .ss-iconbox-arrows {
        margin-top: -20px;
        margin-bottom: 60px;
    }

    a.ss-next-testimonial, a.ss-next-clients, a.ss-next-iconbox {
        right: 50% !important;
        left: auto !important;
        margin-right: -45px !important;
    }

    a.ss-prev-testimonial, a.ss-prev-clients, a.ss-prev-iconbox {
        right: auto !important;
        left: 50% !important;
        margin-left: -45px !important;
    }

    #home-about img {
        margin-bottom: 30%;
        padding-top: 0;
        padding-bottom: 50px;
    }
		.service-page.service-testimonial .ss-testimonial-item p{
            margin-bottom: 0em!important;
		
	}

}

@media screen and (max-width: 768px) {
	/*.ss-testimonial-frame{
		overflow: visible !important;
	}*/
    .home .roboto-style {
        width: 100%;
        padding: 0 15px;
    }

    .page-template-template-service-page .revslider-initialised rs-layer-wrap {
        top: 0 !important;
        padding: 180px 0 115px !important;
    }

    .page-template-template-service-page .rs-layer h1 {
        margin-top: 0;
    }

    .revslider-initialised .defaultimg, .revslider-initialised .slotholder {
        display: block !important;
    }

    /* Main */
    .section-title {
        width: 80%;
    }

    .ss-iconbox-item {
        width: 23% !important;
    }

    .owl-item .ss-iconbox-item {
        width: 78% !important;
    }

    .social-icon {
        display:none;
    }

    /* Section Header */
    .section-heading {
        font-size: 2.5em;
    }

    .bottom-footer .company {
        margin-bottom: 20px;
    }

    .bottom-footer .developer {
        text-align: left;
    }

    /*Potfolio*/
    .portfolio-5col-nogutter .portfolio-item, .portfolio-4col-nogutter .portfolio-item, .portfolio-3col-nogutter .portfolio-item {
        width: 50%;
    }
    .portfolio-4col-gutter .portfolio-item, .portfolio-3col-gutter .portfolio-item  {
        width: 50%;
    }
    /*Potfolio-Single-1*/
    .portfolio-single-1-header {
        margin-bottom: 30px;
    }
    .portfolio-single-1 .portfolio-info-container {
        padding-left: 0;
    }
    .portfolio-single-1-full .portfolio-more-info {
        padding-left: 0;
        margin-top: 30px;
    }

    /*sidebar*/
    .sidebar {
        margin-top: 70px;
    }
    .right-sidebar .sidebar, .left-sidebar .sidebar {
        padding-left: 0;
        padding-right: 0;
    }
    .widget_latest_portfolio ul li {
        width: 20%;
    }

    /*blog*/
    .blog-four-col .blog-item, .blog-three-col .blog-item, .blog-two-col .blog-item, .blog-container.mixed-mode .blog-item.one-four, .blog-container.mixed-mode .blog-item.two-four, .blog-container.mixed-mode .blog-item.one-half, .blog-container.mixed-mode .blog-item.three-four, .blog-container.mixed-mode .blog-item.one-three, .blog-container.mixed-mode .blog-item.two-three {
        width: 100%;
    }
    .blog-container.blog-small .blog-item figure {
        width: 100%;
    }
    .blog-container.blog-small .blog-item .blog-item-content {
        width: 100%;
        padding: 30px 0 0 0;
    }
    .comment-form #respond-inputs p {
        width: 100%;
        margin-bottom: 30px;
    }
    .comment-form #respond-inputs p:last-child {
        margin-bottom: 0;
    }

    /* Footer */
    .footer-sidebar > div {
        width: 100%;
        margin-bottom: 70px !important;
    }
    .footer-sidebar > div:last-child {
        margin-bottom: 0 !important;
    }

    .revslider-initialised .banner-image {
        width: 480px !important;
        height: auto !important;
        margin-bottom: 10px;
    }

    .home .revslider-initialised h1, .home .revslider-initialised h1 b, .home .revslider-initialised h1 span {
        font-size: 24px;
    }

    .revslider-initialised h1 {
       font-size: 48px;
        margin-bottom: 25px;
    }

    .revslider-initialised h2 {
        font-size: 18px;
    }

    .revslider-initialised h3 {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .revslider-initialised .header-btn+.header-btn {
        margin-left: 20px;
    }

    .home .revslider-initialised .header-btn+.header-btn {
        margin-left: 0;
    }

    .revslider-initialised .roboto-style h1,
    .revslider-initialised .roboto-style h1 b,
    .revslider-initialised .roboto-style h1 i {
        font-size: 80px!important;
        line-height: 1!important;
        max-width: 600px!important;
        margin: 0 auto!important;
        margin-bottom: 20px!important;
    }

    .home .revslider-initialised .roboto-style h1 br {
        display: none;
    }

    .revslider-initialised .roboto-style h2 {
        font-size: 48px !important;
        white-space: normal !important;
        line-height: 1.4 !important;
        margin-bottom: 30px !important;
    }

    .revslider-initialised .roboto-style .header-btn {
        width: 275px;
        padding: 0 15px!important;
        font-size: 20px!important;
        line-height: 50px!important;
        margin: 0 10px 20px !important;
    }

    .home .roboto-style .header-btn {
        text-transform: uppercase;
        background-color: #A54780;
        border-color: #A54780;
        padding: 0!important;
        margin: 0!important;
    }

    .home .ss-testimonial-item p {
        font-size: 1.5rem !important;
    }
    .home .ss-testimonial-item figure {
        width: 120px;
        height: 120px;
    }
    .service-page.service-testimonial .ss-testimonial-item {
        padding: 0 !important;
    }

    #home-about img {
        padding: 0 25%;
        width: 100%;
        float: none;
        margin-bottom: 50px;
    }

    #home-about h5 {
        padding: 0;
    }

}

@media screen and (max-width: 640px) {
/* .ss-testimonial-frame{
		overflow: visible !important;
	} */
    .revslider-initialised .roboto-style h1,
    .revslider-initialised .roboto-style h1 b,
    .revslider-initialised .roboto-style h1 i {
        font-size: 65px!important;
        line-height: 1!important;
        max-width: 465px!important;
        margin: 0 auto!important;
        margin-bottom: 20px!important;
    }

    .revslider-initialised .roboto-style h2 {
        font-size: 36px !important;
        white-space: normal !important;
        line-height: 1.4 !important;
        margin-bottom: 30px !important;
    }

    .revslider-initialised .roboto-style .header-btn {
        display: block;
        width: 300px;
        padding: 0 15px!important;
        font-size: 24px!important;
        line-height: 60px!important;
        margin: 0 auto 20px!important;
    }

    .home .revslider-initialised .roboto-style h1, .home .revslider-initialised .roboto-style h1 b, .home .revslider-initialised .roboto-style h1 span, .home .revslider-initialised .roboto-style h1 i {
        font-size: 48px!important;
        color: #fff;
        text-transform: uppercase!important;
        font-weight: 900;
        font-family: 'Roboto';
        margin-bottom: 25px!important;
        font-weight: 700;
        max-width: 100%!important;
        text-align: left!important;
        line-height: 1.2!important;
        white-space: inherit;
    }

    .home .revslider-initialised .roboto-style h2 {
        font-size: 24px!important;
        margin-bottom: 40px!important;
        font-weight: 300!important;
        text-align: left!important;
        max-width: 1140px;
    }

    .home .roboto-style .header-btn {
        text-transform: uppercase;
        background-color: #A54780;
        border-color: #A54780;
        padding: 0!important;
        margin: 0!important;
        font-size: 20px!important;
        line-height: 50px!important;
        width: 260px;
    }


    .ss-iconbox-item {
        width: 36% !important;
    }

    .owl-item .ss-iconbox-item {
        width: 80% !important;
    }

    .home .ss-testimonial-item p {
        font-size: 1.2rem !important;
        line-height: 1.6em !important;
        margin-bottom: 1em !important;
    }

    .hatchbuck-form input[type="text"], .hatchbuck-form input[type="email"] {
        width: 48.25%;
    }

    .the-process .ss-iconbox-item:before,
    .the-process .ss-iconbox-item:after {
        content: '';
        position: absolute;
        top: 140px;
        left: -30px;
        width: 30px;
        height: 5px;
        background: #A54780;
        z-index: 0;
    }

    .the-process .ss-iconbox-item:after {
        content: '\e3b5' !important;
        font-family: 'icomoon';
        left: auto;
        right: -30px;
        font-size: 48px;
        line-height: 0.125;
        color: #A54780;
        text-align: center;
        text-indent: 10px;
        height: 5px !important;
        border-radius: 0 !important;
        margin: 0 !important;
    }

    .the-process .ss-iconbox-item:nth-child(6):after {
        line-height: 0;
    }

    .the-process .ss-iconbox-item:nth-child(7):before,
    .the-process .ss-iconbox-item:nth-child(10):before {
        border-radius: 0;
        border-right: none;
        border-left: none;
    }

    .the-process .ss-iconbox-item:nth-child(12):after {
        height: 30px !important;
        width: 30px;
        border-radius: 50%;
        background: #fff;
        border: 5px solid #A54780;
        margin-top: -12.5px;
        content: '' !important;
        border-radius: 50% !important;
        margin-top: -12.5px !important;
    }

}

@media screen and (max-width: 480px) {
	/*.ss-testimonial-frame{
		overflow: visible !important;
	}*/
    .main-header .header {
        padding: 25px 0;
    }

    /* Section Header */
    .section-heading {
        font-size: 2.25em;
    }
    .section-header-inner {
        width: 100%;
    }
    .section-heading span {
        /*padding: 0 10px;*/
    }
    .section-heading-important {
        font-size: 2.25rem;
    }

    .ss-iconbox-item {
        width: 34% !important;
    }

    .owl-item .ss-iconbox-item {
        width: 78% !important;
    }

    .mailchimp .textwidget {
      margin-right: 0;
    }

    .revslider-initialised .banner-image {
        width: 320px !important;
        height: auto !important;
        margin-bottom: 10px;
    }

    .single-post .meta-soc-container {
        margin-top: 45px;
    }

    .home .revslider-initialised h1, .home .revslider-initialised h1 b, .home .revslider-initialised h1 span {
        font-size: 24px;
        white-space: normal;
        line-height: 30px;
        padding: 0;
        margin-bottom: 15px;
    }

    .home .revslider-initialised h1 b, .home .revslider-initialised h1 span {
        padding: 0;
    }

    .revslider-initialised h1 {
        font-size: 36px;
        margin-bottom: 25px;
    }

    .revslider-initialised h2 {
        font-size: 14px;
        white-space: normal;
        line-height: 24px;
        padding: 0 15px;
        margin-bottom: 15px;
    }

    .revslider-initialised h3 {
        font-size: 14px;
        margin-bottom: 30px;
        padding: 0 15px;
        margin-bottom: 20px;
    }

    .revslider-initialised .header-btn {
        width: auto;
        padding: 0 15px;
        font-size: 16px;
        line-height: 35px;
    }

    .revslider-initialised .header-btn+.header-btn {
        margin-left: 20px;
    }

    .revslider-initialised .down-arrow-wrapper {
        margin-bottom: 10px !important;
    }

    .revslider-initialised .roboto-style h1,
    .revslider-initialised .roboto-style h1 b,
    .revslider-initialised .roboto-style h1 i {
        font-size: 52px !important;
        line-height: 1 !important;
        max-width: 360px !important;
        margin: 0 auto !important;
        margin-bottom: 20px !important;
    }

    .revslider-initialised .roboto-style h2 {
        font-size: 30px !important;
        white-space: normal !important;
        line-height: 1.4 !important;
        margin-bottom: 30px !important;
    }

    .revslider-initialised .roboto-style .header-btn {
        width: 300px;
        padding: 0 15px !important;
        font-size: 20px !important;
        line-height: 45px !important;
        margin: 0 auto 15px !important;
    }

    .mailchimp #mc_embed_signup input.email {
        width: 100%;
        margin-right: 0 !important;
    }

    .hatchbuck-newsletter input[type="email"] {
        width: 100%;
        margin-right: 0;
    }

    /* Blog */
    .blog-container.blog-single .blog-item .social-sharing {
        width: 100%;
        margin-top: 30px;
    }
    .entry-nav {
        font-size: 1rem;
    }
    .comment-reply-link {
        display: none;
    }

    .main-header .logo img {
        max-width: 200px;
        margin-top: 5px;
    }

    /*Potfolio*/
    .portfolio-5col-nogutter .portfolio-item, .portfolio-4col-nogutter .portfolio-item, .portfolio-3col-nogutter .portfolio-item, .portfolio-2col-nogutter .portfolio-item {
        width: 100%;
    }
    .portfolio-4col-gutter .portfolio-item, .portfolio-3col-gutter .portfolio-item , .portfolio-2col-gutter .portfolio-item  {
        width: 50%;
    }

    .page-template-template-clients-4col .portfolio-item .portfolio-item-image img {
        padding: 15px;
    }

    /*sidebar*/
    .widget_latest_portfolio ul li {
        width: 33.3333%;
    }

    /* Contact Forms */
    .wpcf7 .nivan-form-style-1 p label,
    .wpcf7 .nivan-form-style-1 p textarea,
    .wpcf7 .nivan-form-style-1 p input {
        width: 100%;
    }
    .wpcf7 .nivan-form-style-1 p label {
        padding-bottom: 5px;
    }
    .wpcf7 .nivan-form-style-2 .nivan-form-info-container p,
    .hatchbuck-form input[type="text"], .hatchbuck-form input[type="email"] {
        width: 100%;
        margin-bottom: 15px;
        padding-right: 0;
    }
    .wpcf7 .nivan-form-style-2 .nivan-form-info-container p:last-child {
        margin-bottom: 0;
    }
        .ss-iconbox-inner h2 {
      font-size: 1.2rem !important;
    }
    .ss-iconbox-inner p {
      font-size: 0.825rem !important;
    }

    .home .ss-testimonial-item p {
        font-size: 1rem !important;
    }
    .home .ss-testimonial-item figure {
        width: 100px;
        height: 100px;
    }

    .home .ss-testimonial-item h4 {
        font-size: 14px !important;
    }

    .pum-theme-8502 .pum-container, .pum-theme-content-only .pum-container {
        padding: 35px !important;
    }

    .pum-theme-8502 .pum-title, .pum-theme-content-only .pum-title {
        font-size: 30px !important;
        line-height: 40px !important;
        margin: 45px 0 25px;
    }

    .pum-content .nivan-button {
        margin: 35px 0 0;
    }

    .home .revslider-initialised .roboto-style h1, .home .revslider-initialised .roboto-style h1 b, .home .revslider-initialised .roboto-style h1 span, .home .revslider-initialised .roboto-style h1 i {
        color: #fff;
        text-transform: uppercase!important;
        font-weight: 900;
        font-family: 'Roboto';
        margin-bottom: 25px!important;
        font-weight: 700;
        max-width: 100%!important;
        text-align: left!important;
        line-height: 1.2!important;
        white-space: inherit;
    }

    .home .revslider-initialised .roboto-style h2 {
        font-size: 24px!important;
        margin-bottom: 40px!important;
        font-weight: 300!important;
        text-align: left!important;
        max-width: 1140px;
        padding: 0;
    }

    .home .roboto-style .header-btn {
        text-transform: uppercase;
        background-color: #A54780;
        border-color: #A54780;
        padding: 0!important;
        margin: 0!important;
        font-size: 20px!important;
        line-height: 50px!important;
        width: 260px;
    }

    .service-page.service-testimonial .ss-testimonial-item figure {
       float: none;
    }

}

@media screen and (max-width: 399px) {
	/* .ss-testimonial-frame{
		overflow: visible !important;
	} */
    .revslider-initialised .roboto-style h1,
    .revslider-initialised .roboto-style h1 b,
    .revslider-initialised .roboto-style h1 i {
        font-size: 40px !important;
        line-height: 1 !important;
        max-width: 300px !important;
        margin: 0 auto !important;
        margin-bottom: 15px !important;
    }

    .revslider-initialised .roboto-style h2 {
        font-size: 22px !important;
        white-space: normal !important;
        line-height: 1.4 !important;
        margin-bottom: 20px !important;
    }

    .revslider-initialised .roboto-style .header-btn {
        width: 240px;
        padding: 0 15px !important;
        font-size: 18px !important;
        line-height: 40px !important;
        margin: 0 auto 10px !important;
    }

    .home .revslider-initialised .roboto-style h1, .home .revslider-initialised .roboto-style h1 b, .home .revslider-initialised .roboto-style h1 span, .home .revslider-initialised .roboto-style h1 i {
        font-size: 36px!important;
        color: #fff;
        text-transform: uppercase!important;
        font-weight: 900;
        font-family: 'Roboto';
        margin-bottom: 25px!important;
        font-weight: 700;
        max-width: 100%!important;
        text-align: left!important;
        line-height: 1.2!important;
        white-space: inherit;
    }

    .home .revslider-initialised .roboto-style h2 {
        font-size: 20px!important;
        margin-bottom: 40px!important;
        font-weight: 300!important;
        text-align: left!important;
        max-width: 1140px;
        padding: 0;
    }

    .home .roboto-style .header-btn {
        text-transform: uppercase;
        background-color: #A54780;
        border-color: #A54780;
        padding: 0!important;
        margin: 0!important;
        font-size: 20px!important;
        line-height: 50px!important;
        width: 260px;
    }


    .the-process .ss-iconbox-item {
        width: 99% !important;
        margin: 0 !important;
    }

    .the-process .ss-iconbox-item:before,
    .the-process .ss-iconbox-item:after,
    .the-process .ss-iconbox-inner:before,
    .the-process .ss-iconbox-icon.image-box:before {
        display: none;
    }

    .the-process .ss-iconbox-item p {
        margin-bottom: 50px;
        position: relative;
    }

    .the-process .ss-iconbox-icon.image-box {
        position: relative;
        margin-bottom: 0;
    }

    .the-process .ss-iconbox-item p:after {
        content: '\e3b6' !important;
        font-family: 'icomoon';
        position: absolute;
        left: 50%;
        bottom: -40px;
        font-size: 48px;
        line-height: 0.125;
        color: #A54780;
        text-align: center;
        margin-left: -24px;
    }

    .ss-iconbox-item {
        width: 48% !important;
    }

}

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

    .ss-iconbox-item {
        width: 99% !important;
    }

    .owl-item .ss-iconbox-item {
        width: 99% !important;
    }
    .portfolio-4col-gutter .portfolio-item, .portfolio-3col-gutter .portfolio-item , .portfolio-2col-gutter .portfolio-item  {
        width: 100%;
    }

    .page-template-template-clients-4col .portfolio-item .portfolio-item-image img {
        padding: 15px;
    }
}

@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }
