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

 Theme Name:   Seamless Creative Theme
 Theme URI:    
 Description:  Custom theme based on Divi
 Author:       Brandon Reader
 Author URI:   https://staging1.seamlesscreative.design
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/


/* ====== Seamless Creative custom CSS ======*/



.et_pb_fullwidth_header_0 .header-content-container .header-content .et_pb_button_one.et_pb_button {
    display: block;
    max-width: 262px;
    margin: auto;
}

.et-fixed-header {
	backdrop-filter: blur(3px);
}

/*---------Fix Jumping Header----------*/

/*Home Page*/
.page-id-52126 .et_pb_section_0 {
    padding-top: 88px !important;
}

/*All other pages with fullwidth header*/
.et_pb_fullwidth_header_0 {
    padding-top: 228px !important;
}

/*-----Fixing bottom blog white space issue-----*/
.et_pb_post {
    margin-bottom: 0px !important;
}

.single .post {
    padding-bottom: 0px;
}

/*---------Prevent text from breaking on mobile--------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: normal !important;
}

::selection {
    background: rgba(0, 162, 191, 0.38);
}

::-moz-selection {
    background: rgba(0, 162, 191, 0.38);
}

/*-----Fixes bottom border under menu on Chrome-----*/


#main-header {
    -moz-box-shadow: 0 0px 0 rgba(0, 0, 0, .1) !important;
    box-shadow: 0 0px 0 rgba(0, 0, 0, .1);
}

#logo {
	margin-top: -120px;
}


/*----- logo animations -----*/

.sc-main-logo {
	min-height: 150px;
	margin-top: 0;
	margin-bottom: -190px !important;
}

.sc-alternate-logo {
	min-height: 60px;
	margin-left: -20px;
	margin-bottom: -120px !important;
}

/* Animate alternate logo */
@-webkit-keyframes alternate-logo-animate-in {		
	0% {
		opacity: 0;
		margin-left: -800px;
		min-height: 60px;
	}
	100% {
		opacity: 1;
	}
}

.sc-alternate-logo {
	-webkit-animation: alternate-logo-animate-in 750ms 1 ease-out; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
  	animation: alternate-logo-animate-in 750ms 1 ease-out; /* IE 10+, Fx 29+ */
}

/* Animate main logo */
@-webkit-keyframes main-logo-animate-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.sc-main-logo {
	-webkit-animation: main-logo-animate-in 750ms 1 ease-out; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
  	animation: main-logo-animate-in 750ms 1 ease-out; /* IE 10+, Fx 29+ */
}


/*-----Logo Mobile-----*/


@media only screen and (max-width : 980px) {
    
	
	.sc-main-logo {
		-webkit-animation: none !important;
    	-moz-animation: none !important;
    	-o-animation: none !important;
    	-ms-animation: none !important;
    	animation: none !important;
		margin-top: 6px;
        min-height: 130%;
        margin-left: -20px;
    }
	
	.sc-alternate-logo {
		visibility: collapse;
	}
}
	

@media only screen and (min-width : 981px) and (max-width : 1200px) {
    #logo {
        margin-top: 6px;
        max-height: 60px;
        margin-left: -20px;
    }

    #top-menu {
        padding-left: 70px !important;
        text-align: right !important;
    }

}



/*----------Sub Menu----------*/

#top-menu li li a {
    line-height: 3px;
    margin: 0px 0px;
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 5px 0px 14px 0px;
    text-align: left;
    color: #ffffff !important;
}

#top-menu li li a:hover {
    /*color: #ffffff;*/
    opacity: 1 !important;
    /*border-left: 1px solid #00a2bf;*/
    background: rgba(47, 44, 48, 0) !important;
}


#top-menu li.current-menu-item>a {
    color: #00a2bf !important;
}

.nav li ul {
    border-top: 0px solid #3e007f;
    margin-top: -20px;
    margin-left: -20px;
    width: 200px;
    background: rgba(47, 44, 48, 0.2) !important;
    border-radius: 0px 0px 6px 6px;
    -moz-box-shadow: 0 0px 0 rgba(0, 0, 0, .1) !important;
    box-shadow: 0 0px 0 rgba(0, 0, 0, .1);
}

.et-fixed-header .nav li ul {
    background: rgba(47, 44, 48, 0.90) !important;
    margin-top: 0px;
}



/*----------Mobile Menu---------*/



.et_mobile_menu .menu-item-has-children>a {
    display: none;
}

#mobile_menu {
    display: block !important;
    min-height: 100vh;
    top: 0;
    border-top: none;
    padding-top: 80px;
    z-index: 9998;
}

.mobile_nav.closed #mobile_menu {
    transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    transform-origin: right;
    -webkit-transform-origin: right;
    background: #00a2bf;
    transition: .4s cubic-bezier(0.215, 0.610, 0.355, 1.000) !important;
    text-align: right;
}

.mobile_nav.opened #mobile_menu {
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform-origin: right;
    -webkit-transform-origin: right;
    background: rgba(47, 44, 48, 0.90);
    transition: .4s ease-in-out;
    text-align: right;
}

.mobile_nav.closed .mobile_menu_bar:before {
    color: #333333 !important;
}

.mobile_nav.opened .mobile_menu_bar:before {
    content: "\4d";
    color: #00a2bf;
}

.et_mobile_menu li a {
    color: #303030;
    border-right: 1px solid #00a2bf;
    line-height: .6em;
    margin: 20px 0px;
    font-size: 20px;
}


@media(max-width: 980px) {

    .et_header_style_split .mobile_menu_bar,
    .et_header_style_left .mobile_menu_bar {
        z-index: 9999;
    }

    #main-header .container.clearfix.et_menu_container {
        width: 100%;
    }

    .logo_container {
        padding-left: 30px;
    }

    #et-top-navigation {
        padding-right: 30px;
    }

}

/*------- Top Menu Underlining -------*/
#top-menu .current-menu-item a::before,
#top-menu .current_page_item a::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    margin-bottom: 5px;
}

#top-menu li a:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: 50%;
    background: #00a2bf;
    /*** COLOR OF THE LINE ***/
    height: 1px;
    /*** THICKNESS OF THE LINE ***/
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin-bottom: 5px;
}

#top-menu .menu-item-has-children>a:before {
    background: none;
}

#top-menu .menu-item-has-children>a:hover {
    cursor: pointer;
}

#top-menu li a:hover {
    opacity: 1 !important;
}

#top-menu li a:hover:before {
    right: 0;
}

#top-menu li li a:before {
    bottom: 10%;
}

/* controls length of underline on dropdown */
#top-menu li li a {
    width: 100%;
}




/*----------Custom cross-bullet+ classes----------*/
.bulletlist ul li:before {
    list-style-type: none;
    content: "+";
    padding-right: 10px;
    color: #00a2bf !important;
}

.bulletlist ul {
    list-style-type: none;
}


/*================ CONTACT FORM 7===================*/

/*------ Style CF7 like Divi ------*/
.wpcf7-text,
.wpcf7-textarea,
.wpcf7-captchar {
    background-color: #eee !important;
    border: none !important;
    width: 100% !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    font-size: 16px;
    color: #444 !important;
    padding: 16px !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Style button like Divi w animation */
.wpcf7-submit {
    color: #474448 !important;
    margin: 0px 0px 20px 0px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    font-family: inherit;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 8px 20px;
    line-height: 1.7em !important;
    background-color: transparent !important;
    border: #474448 2px solid;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
	margin-top: -20px;
}

.wpcf7-submit:hover {
    background: rgba(47, 44, 48, 0.2) !important;
    padding: 8px 39px 8px 14px !important;
    border: 2px solid transparent;
}

.wpcf7-submit:after {
    font-family: 'ETmodules';
    font-size: 20px;
    opacity: 0;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\4c";
    position: absolute;
    top: 5px;
    margin-left: -1em;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.wpcf7-submit:hover:after {
    opacity: 1;
    display: block !important;
    font-family: 'ETmodules';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    right: 12px;
    top: 5px;
    margin-left: 0;
}

/* End Style button like Divi w animation */


.wpcf7 input[type="text"] {
    margin-bottom: 10px;
}

.wpcf7 input[type="email"] {
    margin-bottom: 10px;
}

.wpcf7 input[type="checkbox"] {
    margin-bottom: 30px;
}

.wpcf7-form-control-wrap {
    padding-top: 20px
}

/* Make checkboxes and radio boxes align vertically instead of horizontally */

span.wpcf7-list-item {
    display: block;
}

.grecaptcha-badge {
    visibility: collapse !important;
}

/*----- Testimonial Slider ------*/
.et_pb_slider.et_pb_module .et_pb_slide_0.et_pb_slide .et_pb_slide_description .et_pb_slide_content {
    background-color: rgba(255, 255, 255, 0);
}

.et_pb_slider.et_pb_module .et_pb_slide_1.et_pb_slide .et_pb_slide_description .et_pb_slide_content {
    background-color: rgba(255, 255, 255, 0);
}

.et_pb_slider.et_pb_module .et_pb_slide_2.et_pb_slide .et_pb_slide_description .et_pb_slide_content {
    background-color: rgba(255, 255, 255, 0);
}

.et_pb_slider.et_pb_module .et_pb_slide_3.et_pb_slide .et_pb_slide_description .et_pb_slide_content {
    background-color: rgba(255, 255, 255, 0);
}

.testimonial-profile-pic {
	margin-bottom: -15px;
} 

/*------- Accordion Icon change -------*/
.custom-accordion .et_pb_toggle_title:before {
    content: "\33";
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.custom-accordion .et_pb_toggle_open .et_pb_toggle_title:before {
    display: block !important;
    color: #00a2bf !important;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*------- About Page Social Links -------*/
.et_pb_member_social_links a {
    font-size: 20px;
    padding-right: 10px;
}

@media only screen and (max-width: 679px) {
    .four-column-client-logo .et_pb_column {
        width: 47% !important;
    }
}

@media screen and (max-width: 980px) and (min-width: 680px) {
    .four-column-client-logo .et_pb_column {
        width: 22% !important;
    }
}

/*----------Custom Back To Top Button----------*/

.et_pb_scroll_top.et-visible {
    opacity: 1;
    -webkit-animation: fadeInBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
    -moz-animation: fadeInBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
    -o-animation: fadeInBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
    animation: fadeInBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
}

.et_pb_scroll_top.et-pb-icon {
    right: 16px;
    bottom: 125px;
    border-radius: 50px;
    background: rgba(10, 10, 10, 0.5);
    padding: 20px 2px 20px 2px;
}


.et_pb_scroll_top.et-pb-icon:hover {
    background: rgba(71, 68, 72, 0.99);
}

.et_pb_scroll_top:before {
    content: "\36";
    color: rgba(255, 255, 255, 0.8);
}

@media only screen and (max-width : 980px) {
    .et_pb_scroll_top.et-pb-icon {
        right: 7px;
        bottom: 100px;
        background: rgba(10, 10, 10, 0.3);
        padding: 15px 0px 15px 0px;
    }
}

/*----------Hide default Monarch Inline----------*/

.et_monarch .et_pb_section .et_social_inline_top,
.et_monarch .et_pb_section .et_social_inline_bottom {
    margin-top: 0;
    margin-bottom: 30px;
    display: none !important;
}

/*----------Global Footer----------*/

#sc-global-footer .et_pb_text_inner a {
    color: #898989 !important;
    -webkit-transition: color 2s;
    /* Safari prior 6.1 */
    transition: color 0.4s;
}

#sc-global-footer .et_pb_text_inner a:hover {
    color: #00a2bf !important;
}

/*----------The Grid Theme One----------*/


.tg-seamlesscreative-skin .tg-element-1 {
    cursor: default;
}

/*----------Monarch Share----------*/
@media screen and (min-width : 768px) and (max-width : 950px) {
    .et_social_networkname {
        white-space: nowrap;
        font-size: .8em !important;
    }
}

/*========== SEAMLESS CREATIVE BLOG ==========*/

.et_pb_post_content_0_tb_body h1 {
	margin: 20px 0;
}

.et_pb_post_content_0_tb_body h2 {
	margin: 50px 0 20px 0;
}

.et_pb_post_content_0_tb_body h3 {
	margin: 25px 0 15px 0;
}

.et_pb_post_content_0_tb_body p, img {
	margin: 20px 0 30px 0;
}

.et_pb_post_content_0_tb_body li {
	margin: 0px 0 30px 0;
}

.et_pb_post_content_0_tb_body .image-credit {
	margin: -45px 0 10px 0;
	text-align: center;
	font-family: sans-serif;
	font-size: 14px;
}

code, pre {
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-left: 3px solid #00a2bf;
	border-radius: 0px 5px 5px 0px;
    color: #666;
    page-break-inside: avoid;
    font-family: monospace;
    font-size: 16px;
    line-height: 1.6;
    margin: 2.1em 0 2.1em 0;
    max-width: 100%;
    overflow: auto;
    padding: 1em 1.5em;
    display: block;
    word-wrap: break-word;
}

@media only screen and (max-width: 679px) {
	code, pre {
		font-size: 14px;
		tab-size: 3;
	}
}

.tg-layout-masonry .tg-item-media-holder .tg-item-media-inner, .tg-layout-masonry .tg-item-audio-poster {
    max-height: 228px; /*max height for featured image thumbnails*/
}

.tg-item .tg-item-title, .tg-item .tg-item-title a, .tg-item .tg-item-excerpt, .tg-item .tg-cats-holder * {
    hyphens: none !important;
}

@media (max-width : 1024px) {
	.tg-layout-masonry .tg-item-media-holder, .tg-layout-masonry .tg-item-audio-poster {
		max-height: 190px; /*max height for featured image thumbnails*/
	}
	
	.tg-maren-custom .tg-element-2 {
		font-size: 14px !important;
		line-height: 1.7em !important;
	}
	
	.tg-maren-custom .tg-element-7 {
		margin-top: 25px !important;
}
}

/*============ Hero Particle Effects ==========*/

.home-projector {
    position: absolute;
    top: -695px;
    left: 0px;
    width: 100%;
    height: 872px;
}

.sub-projector {
	position: absolute;
    top: -695px;
    left: 0px;
    width: 100%;
    height: 942px;
}
  
  @media only screen and ( max-width: 479px ) {
	.home-projector {
    	height: 765px;
	}
	  
	.sub-projector {
    	height: 462px;
    	top: -463px;
	}
}


