/*!
Theme Name: LovelyPixels by.. LP
Theme URI: http://lovelypixels.com/
Author: LovelyPixels
Author URI: http://www.lovelypixels.com/
Description: Created November 2019 by Micah Coffey for LovelyPixels
Version: 1.0.1.6

*/
 
html body {
    font-family: 'Raleway', sans-serif;
    color: #5b5b5a;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    overflow-x: hidden;
}
body p strong {
    color: #28262b;
}

body h1 strong, body h2 strong, body h3 strong, h4 strong, h5 strong, h6 strong {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-style: normal;
}
body h1, body h2, body h3, h4, h5, h6,
body h1 a, body h2 a, body h3 a, h4 a, h5 a, h6 a,
.link-big {
    font-family: 'Georgia';
    font-size: 28px;
    font-weight: 500;
    font-style: italic;
}
a {
    color: #9a387b;
}


.header-menu ul {
    padding-left: 0;
    margin: 0;
}
.header-menu ul.menu > li {
    display: inline-block;
    list-style-type: none;
}
.header-menu ul.sub-menu {
    position: absolute;
    overflow: hidden;
    display: none;
    text-align: left;
    list-style-type: none;
    line-height: 27px;
    padding-top: 15px;
    padding-bottom: 10px;
    background: rgba(255,255,255,0.9);
    z-index: 1;
    transition: all 0s ease-in;
}

.header-menu li {
    position: relative;
    list-style-type: none;
    display: inline-block;
    z-index: 11;
}

ul.sub-menu li {
    display: block;
    padding: 7px;
    transition: all 3s ease;
    margin-top: 0;
    white-space: nowrap;
}

header ul.menu > li:hover > a {
    background: rgba(255,255,255,0.2);
}
header ul.menu > li:hover ul.sub-menu {
    display: block;
}

#menu-left {
    display: inline-block;
    width: 415px;
    text-align: right;
}
#branding {
    display: inline-block;
}
#branding img {
    width: 350px;
}
#menu-right {
    float: right;
}

header nav li {
    display: inline-block;
    padding: 35px 4px;
}
header nav a {
    position: relative;
    font-size: 14px;
    padding: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 0.1s ease;
    color: #5b5b5a;
}
header nav > div > ul > li > a:hover {
    text-decoration: none;
    box-shadow: -5px 0 5px -5px rgba(0,0,0,0.2) inset, 5px 0 5px -5px rgba(0,0,0,0.2) inset;
    transition: all 0.5s ease;
}
header nav a::before {
    position: absolute;
    left: 0;
    top: 10px;
    content: "";
    height: 0;
    border-left: 1px solid #9fcb3a;
    transition: height 0.15s ease-out;
}
header nav .sub-menu a:hover::before {
    height: 30px;
}
header .cta {
    position: absolute;
    top: -35px;
    right: 165px;
    color: #393939;
    background: white;
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    padding: 15px;
}
header .cta2 {
    right: 0;
}

#mobile-menu {
    display: none;
    padding: 0;
    background: transparent;
    border: 0;
}
#mobile-menu a {
    padding-left: 0 !important;
}
#mobile-menu::after {
    content: "\e6c3";
    font-family: 'themify';
}

/* Hide Animated FS Menu */
.animatefsmenu{
    display:none!important;
}

body .animatedfsmenu .navbar-toggler {
    width: 53px !important;
    height: 44px !important;
    padding: 4px !important;
    border-radius: 2px !important;
    top: 10px;
    right: 10px;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}
body .animatedfsmenu.navbar-expand-md .navbar-toggler {
    max-height: 100px;
    opacity: 1;
}
/* internal page header */
.menu-header-float {
    position: fixed;
    padding: 30px 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    transition: all 0.1s ease;
    z-index: 100;
}
.logged-in .menu-header-float {
    top: 32px;
}
.is-scrolled .menu-header-float {
    padding: 0;
}
body #home-header .menu-header-float .container,
body .menu-header-float .container {
    max-width: 1110px;
}
@media screen and ( max-width: 783px ) {
    .logged-in .menu-header-float {
        top: 47px;
    }
    .is-scrolled .menu-header-float {
        top: 0;
    }
}

.btn,
.elementor-button {
    position: relative;
    color: white !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    padding: 15px 30px !important;
    background: transparent;
    border-radius: 2px !important;
    margin: 4px 0;
    border: 1px solid rgba(255,255,255,1) !important;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0) !important;
    transition: all 0.3s ease-out;
    opacity: 1;
    padding-left: 50px !important;
	font-family: 'montserrat'!important;
}
.btn-active {
    background: #feb92e;
    text-shadow: 1px 2px 0px rgba(0,0,0,0.2);
}
.blog-page .btn,
.btn-banner,
.btn-reverse,
.elementor-reverse .elementor-button {
    border: 1px solid #28262b !important;
    color: #fff;
	background-color:#9a387b;
}
.elementor-larger-than-life .elementor-button {
    font-size: 40px !important;
    padding: 30px 50px !important;
    border: 5px solid white !important;
    box-shadow: 0 4px 14px 0 rgba(0,0,0,0.2) !important;
    background-image: linear-gradient(200deg, #9A387B 51%, #782B60 100%) !important;
}

#gform_submit_button_9;hover {
	background: #9A3899 !important;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.15) !important;
    color: white !important;
    transform: translateY(-8px);
}

.btn::before,
.elementor-button::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f35a";
    top: 14px;
    left: 20px;
    font-size: 16px;
}
.btn.pre-font-accent-color::before {
    color: #fff;
}
.btn:hover,
.btn:focus,
.elementor-button:hover {
    background: rgba(0,0,0,0.031) !important;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.15) !important;
    color: white !important;
    transform: translateY(-8px);
}
.blog-page .btn:hover,
.btn-banner:hover,
.btn-reverse:hover,
.elementor-reverse .elementor-button:hover {
    background: rgba(0,0,0,0.05) !important;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.15) !important;
    border: 1px solid rgba(40, 38, 43, 0.3) !important;
    color: black !important;
}
.elementor-larger-than-life .elementor-button:hover {
}
.btn-reverse-hover:hover {
    background: rgba(255,255,255,0.4);
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.15);
    border: 2px solid rgba(255,255,255,0.1);
    color: rgba(0,0,0,0.8);
}
@media screen and ( max-width: 1199px ) {
    #branding img {
        width: 265px;
        margin-top: 13px;
    }
}

@media screen and ( max-width: 1024px ) {
    .menu-header-float {
        padding: 0;
    }
	.elementor-top-section:first-of-type {
		/* padding-top: 160px !important; */
	}
}

@media screen and ( max-width: 993px ) {
    header .menu {
        display: none;
    }
    #mobile-menu {
        display: block;
        position: absolute;
        top: 23px;
        right: 15px;
        font-size: 21px;
    }
    header .cta {
        top: -69px;
        left: 2%;
        right: 2%;
    }
    header .cta2 {
        top: -13px;
    }
    #menu-left,
    #menu-right {
        display: none;
    }
    #branding {
        width: 100%;
        text-align: center;
    }
    #branding img {
        margin-top: 0;
    }
    body #home-header .container {
        margin: 0 5%;
    }
}
@media screen and ( max-width: 767px ) {
	.elementor-top-section {
		/* padding-top: 90px !important; */
	}
}

.section-heading {
    margin: 80px auto;
    padding: 0 25px;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style-type: none;
    margin: 0;
}
.margin-bottom-none {
    margin-bottom: 0;
}

.background-accent-color {
    background: #9b367c;
}

.font-accent-color {
    color: #9b367c;
}
.font-italic {
    font-style: italic;
}

/* pages that pull wordpress content() */
.page-banner {
    margin-bottom: 60px;
    height: 310px;
    padding-top: 170px;
    text-align: center;
    background-position: center;
    background-size: cover;
}
.content-area {
    margin-bottom: 40px; /*was 80*/
}
.elementor-column:first-of-type {
    padding-right: 0px;
}

.grid-hover .elementor-image,
.elementor-post__thumbnail {
    overflow: hidden;
}
.grid-hover .elementor-image img,
.elementor-post__thumbnail img {
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
}
.elementor-widget-wrap.hovered .elementor-image img,
.elementor-widget-wrap.hovered .elementor-post__thumbnail img {
    transition: transform 0.8s ease, filter 0.5s ease;
    transform: scale(1.1);
    filter: brightness(0.4) saturate(0.6);
}
.elementor-post__thumbnail::before {
    position: absolute;
    
    font-size: 110px;
    color: white;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    z-index: 1;
    pointer-events: none;
}
.grid-hover .elementor-image:hover::before {
    
}

.elementor-default .grid-hover .elementor-widget-wrap .grid-overlay {
    overflow: hidden;
    max-height: 0;
    height: 300px;
    color: white;
    padding: 0 15px;
    transition: all 0.3s ease-in;
    opacity: 0;
    pointer-events: none;
}
.elementor-default .grid-hover .elementor-widget-wrap.hovered .grid-overlay {
    max-height: 260px;
    margin-top: -260px;
    opacity: 0.8;
    transition: opacity 0.4s ease-out;
}
.elementor-default .grid-hover .elementor-widget-wrap .grid-icons {
    overflow: hidden;
    max-height: 0;
    height: 60px;
    color: white;
    transition: all 0.3s ease-in;
    opacity: 0;
}
.elementor-default .grid-hover .elementor-widget-wrap.hovered .grid-icons {
    max-height: 130px;
    margin-top: -130px;
    opacity: 0.8;
    transition: all 0.3s ease-in;
}
.elementor-default .grid-hover .elementor-widget-wrap .grid-icons i {
    font-size: 18px;
}
.elementor-default .grid-hover .elementor-widget-wrap .grid-overlay h1 {
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 0;
}
.elementor-default .grid-hover .elementor-widget-wrap .grid-overlay h2 {
    font-family: 'Droid Serif', Georgia, serif;
    font-style: italic;
    font-size: 15px;
    margin-top: 10px;
}
.elementor-default .grid-hover .elementor-widget-wrap .grid-overlay p {
    font-size: 14px;
    line-height: 25px;
}

@media screen and ( max-width: 1024px ) {
    .elementor-default .grid-hover .elementor-widget-wrap .grid-icons {
        max-height: 130px;
        opacity: 1;
    }
    .elementor-default .grid-hover .elementor-widget-wrap .grid-overlay {
        max-height: 230px;
        opacity: 1;
    }
    .elementor-default .grid-hover .elementor-widget-wrap * {
        color: black;
    }
}

.elementor-post__thumbnail__link {
    margin-bottom: 0 !important;
}
body.single-post main.site-main {
    padding-right: 25px;
}
body.single-post main.site-main,
.blog-page main.site-main {
    display: inline-block;
    width: 70%;
    vertical-align: top;
}
.blog-page h2 a {
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    color: #28262b;
    font-size: 18px;
    line-height: 24px;
    font-style: normal;
}

.blog-page article.post {
    display: inline-block;
    width: 48%;
    margin-right: 1%;
    vertical-align: top;
}
.blog-page .entry-meta {
    font-size: 13px;
}
.blog-page .entry-date {
    pointer-events: none;
}
.blog-page .entry-content {
    margin: 0;
    margin-top: 10px;
}
.blog-page .entry-content,
.blog-page .entry-content * {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    font-style: unset !important;
    font-family: 'Raleway', sans-serif !important;
    line-height: 22px;
}
.blog-page .entry-content iframe,
.blog-page .entry-content img {
    display: none;
}


.blog-page .blog-image {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    background-position: center;
    background-size: cover;
    height: 250px;
    transition: all 0.3s ease;
    cursor: pointer;
}
.blog-page .blog-image:hover {
    transition: filter 0.5s ease;
    filter: brightness(0.4) saturate(0.6);
}

.blog-page .blog-image::before {
    position: absolute;
    content: "+";
    font-size: 60px;
    color: white;
    top: calc(50% - 20px);
    left: calc(50% - 10px);
    z-index: 1;
    opacity: 0;
    transition: all 0.3s ease-in;
    pointer-events: none;
}
.blog-page .blog-image:hover::before {
    opacity: 1;
}

body.single-post aside.sidebar,
.blog-page aside.sidebar {
    display: inline-block;
    position: relative;
    width: 28%;
    vertical-align: top;
    padding-left: 25px;
    z-index: 1;
}
body.single-post aside.sidebar::before,
.blog-page aside.sidebar::before {
    content: "";
    width: 2000px;
    background: #f7f7f7;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    min-height: 500px;
    z-index: -1;
}
body.single-post aside.sidebar h2.widget-title,
.blog-page aside h2.widget-title {
    font-size: 11px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 2px;
    font-style: normal;
    text-transform: uppercase;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    text-rendering: optimizeLegibility;
    margin-bottom: 30px;
}
body.single-post aside.sidebar li,
.blog-page aside.sidebar li {
    font-size: 14px;
    border-bottom: 1px solid #e8e8e8;
    line-height: 40px;
}
body.single-post aside.sidebar a,
.blog-page aside.sidebar a {
    text-decoration: none;
    padding: 11px 0;
    color: #848484;
}
body.single-post aside.sidebar a:hover,
.blog-page aside.sidebar a:hover {
    color: #9c347b;
}
.blog-content .btn{display:none;}

body.single-post h4 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
    font-style: normal;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
}
.blog-tags {
    display: inline-block;
    margin-right: -4px;
}
.blog-tags a {
    color: black;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid darkgray;
    padding: 4px 10px;
    margin-right: 10px;
}
.post-categories {
    float: right;
    margin-top: 0px;
}
.post-categories li {
    display: inline-block;
}
.post-categories a {
    font-size: 12px !important;
    text-transform: uppercase;
    text-decoration: none;
    color: lightgray;
    border: 1px solid lightgray;
    padding: 9px 15px;
    border-radius: 20px;
    transition: all 0.3s ease-in;
}
.post-categories a:hover {
    background: black;
}
.blog-page h2.entry-title {
    display: inline;
}
.blog-page h2.entry-title a {
    font-weight: 400;
    color: #28262b;
    transition: all 0.3s ease-in;
}
.blog-page h2.entry-title a:hover {
    text-decoration: none;
    opacity: 0.6;
}
.pagenavi {
    margin-top: 50px;
}
.wp-pagenavi a, .wp-pagenavi span {
    background: #9b367c;
    color: white;
    width: 30px;
    display: inline-block;
    border-radius: 4px;
    border: 0;
}
    .trusted-by {
        margin: 5px 0;
        margin-bottom: 60px;
    }
    .trusted-band {
        margin-top: 50px;
    }
.trusted-band .slick-track {
    height: 300px;
    margin-bottom: 30px;
}
.trusted-band .images {
    max-height: 200px;
    overflow: hidden;
    pointer-events: none;
}
.trusted-band .images img {
    max-height: 190px;
    width: auto !important;
}


    .reviews {

        background-size: cover;
        color: white;
        padding: 100px 0;
    }
    .reviews p {
        font-size: 16px;
        font-style: italic;
        color: white;
        font-weight: 100;
        max-width: 667px;
        margin: auto;
        margin-bottom: 20px;
    }
    .reviews a {
        display: inline-block;
        margin: 0 15px;
    }
    .review-name {
        font-size: 26px;
        font-style: italic;
        font-family: 'Georgia';
        margin-bottom: 70px;
    }
    
    .we-collaborate {
        color: white;
        padding: 10px;
        padding-top: 70px;
        padding-bottom: 80px;
    }

.instagram-feed {
    padding-top: 50px;
    padding-bottom: 50px;
}

.simplefavorite-button {
    font-size: 13px;
    padding: 7px 12px;
    color: white;
    background: transparent;
	border:0px none;
	vertical-align:middle;
}

.simplefavorite-button-count{
	color: #aaa;
	font-weight:normal;
	font-size:13px;
	vertical-align: top;
    line-height: 1.4;
	padding-left:5px;
}

.ti-heart{
	border-radius: 100%;
    background-color: #9b367c;
    padding: 8px;
    font-size: 16px;
}

.sf-icon-love{
	border-radius: 100%;
    background-color: #9b367c;
    padding: 8px;
    font-size: 16px;
}

.single-portfolio .trusted-by{
	margin-top:50px;
}

.dialog-lightbox-message{
	overflow:visible !important;
} 

#elementor-popup-modal-6378 .dialog-lightbox-widget-content{
	bottom:1%;
	left:1%;
}

.author_bio_section{
background-color: #F5F5F5;
padding: 15px;
border: 1px solid #ccc;
	margin-bottom:30px;
}
  
.author_name{
font-size:16px;
font-weight: bold;
}
  
.author_details img {
border: 1px solid #D8D8D8;
border-radius: 50%;
float: left;
margin: 0 10px 10px 0;
}

/*** Deepwater Pixel Styling Modifications ***/

/** Home Page Styling **/

/* Remove margin from Testimonials Template section */
.elementor-686.hentry {
    margin-bottom: 0px!important;
}
.gform_legacy_markup_wrapper .gfield_checkbox li label, .gform_legacy_markup_wrapper .gfield_radio li label {
	font-size: 1.0em!important;
}

.btn, .elementor-button {
    position: relative;
    font-size: 22px !important;
    text-transform: uppercase !important;
    padding: 15px 30px !important;
    background: 0 0;
    border-radius: 5px !important;
    margin: 4px 0;
    border: 1px solid rgba(255,255,255,1) !important;
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 0%) !important;
    transition: all .3s ease-out;
    opacity: 1;
    padding-left: 50px !important;
    letter-spacing: .1em;
	    background-color: #9a387b !important;
}

.btn:before, .elementor-button:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    top: 18px;
    left: 20px;
    font-size: 16px;
}

.gform_legacy_markup_wrapper .gfield_checkbox li input, .gform_legacy_markup_wrapper .gfield_checkbox li input[type=checkbox], .gform_legacy_markup_wrapper .gfield_radio li input[type=radio] {
    vertical-align: top !important;
    margin-right: 10px !important;
}

.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_blue {
    background-color: #9a387b !important;
}

.gform_legacy_markup_wrapper .description, .gform_legacy_markup_wrapper .gfield_description, .gform_legacy_markup_wrapper .gsection_description, .gform_legacy_markup_wrapper .instruction {
    font-size: 1.0em;
}

.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li label, .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li label, .gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li label, .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li label, .gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li label, .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li label {
    font-size: 1.5em !important;
}


/*** Password Protected Page Styling ***/
/*** Only for use with PPP password protect plugin ***/
form.post-password-form {
  background: #efefef;
  vertical-align: middle;
  display: flex;
  flex-direction: column;
  padding: 20px;
  min-height: 50vh;
  width: 100%;
  align-items: center;
}
form.post-password-form div {
  background: #fff;
  justify-self: center;
  padding: 30px 30px 60px;
  border-radius: 5px;
  box-shadow: 0px 3px 5px 3px rgba( 0, 0, 0, 0.05 );
  margin-top: 30px;
}
form.post-password-form div p {
  flex-direction: column;
  display: flex;
}
form.post-password-form div p input[type="password"] {
  margin-bottom: 10px;
  width: 100%;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #d8d8d8;
  font-size: 2rem;
  font-weight: 500;
  font-family: 'Montserrat';
  text-transform: uppercase;
  text-align: center;
}
form.post-password-form div p input[type="submit"] {
  background: #8f306f;
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 30px;
  border: none;
  font-weight: 400;
  font-family: "Montserrat";
  transition: 0.6s all;
}
form.post-password-form div p input[type="submit"]:hover {
  background: #cd3399;
}
form.post-password-form p {
  align-items: center;
  align-self: center;
  align-content: center;
  height: 100px;
  margin-bottom: 0px;
  padding: 10px;
  text-align: center;
}
form.post-password-form p:first-of-type {
  font-size: 1.3rem;
  font-family: 'Montserrat';
  font-weight: 700;
  color: #8f306f;
}
form.post-password-form .ppw-ppf-desc,
.ppw-ppf-desc-below,
.ppw-ppf-desc-below + div {
  display: none;
}
.post-password-required .elementor-widget-wrap {
  padding: 0px !important;
}