/* 
 Theme Name:   Divi Child
 Theme URI:    
 Description:  The child theme of Divi.
 Author:       Matt Latham
 Author URI:   
 Template:     Divi
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line11 ==
--------------------------------------------*/
/* BLOG THEME STYLING */

.hero-section {
    padding-top: 170px;
    padding-bottom: 170px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
    position:relative;
    max-height: 450px;
    background-color: #333;
}

.et_social_slideright.et_social_animated {
    top: 30% !important;
}

.single.et_pb_pagebuilder_layout.et_full_width_page .et_post_meta_wrapper {
    padding-top:0% !important;
}
 
.single-post #main-content #left-area {padding-top: 0px;}
 
/* ---- Sidebar Settings ---- */
.single #sidebar {background: #efefef; padding-top: 20px; padding-right: 20px; padding-left: 50px; padding-bottom: 20px;}
 
/* ---- Standard Post Title & Post Meta ---- */
.single h1.entry-title,.attachment h1.entry-title, .single p.post-meta {
width: 80%;
text-align: center;
padding-left: 8px;
padding-right: 8px;
font-weight: 700;
text-transform: uppercase;
color: #fff;
margin:auto;
}
 
 @media only screen and (min-width: 980px) {
/*** Set title font size for desktop ***/
.single h1.entry-title {
font-size: 50px !important;
letter-spacing: 0.0588235em;
}
 }


/* ---- Format the Position of the Video Wrapper ---- */
  
@media only screen and (min-width: 980px) {
 /*** elevate the video to overlap the hero section ***/
.single-post.single-format-video .et_main_video_container {margin-top: -120px; background: #fff; outline: 10px solid #ffffff !important; z-index: 100; margin-bottom: -100px;}
}


/* ----- Add Background Image to the Audio Player &amp; Change size of the player ----- */
body.single .et_audio_content, .blog .et_audio_content {
margin-bottom: 0px !important;
height: 300px !important;
background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url('ENTER IMAGE URL HERE');
background-repeat: no-repeat;
background-size: cover;
 }
 
/* ---- Hide the Duplicate Audio Player  ------ */
div#mep_1 {display: none;}

/* ---- Add Background Image to the Quote Box ---- */
  
.et_quote_content {
  
background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url('ENTER IMAGE URL HERE')!important;
background-repeat: no-repeat;
background-size: cover;
  
}
 
/* ---- Add the Quotation Symbol to the Quote Box ---- */
  
.et_quote_content blockquote p::before {
font-family: Cardo;
position: absolute;
top: 16px;
left: 5%;
margin-left: -16px;
border-radius: 31px;
background: rgba(255, 255, 255, .0);
font-size: 70px;
font-color: #fff;
content: "\201C" !important;
}
 
/* ---- Text Format Inside of quote ---- */
@media only screen and (min-width: 980px) {
.single-post.single-format-quote blockquote p {
font-size: 30px !important;
font-weight: 600 !important;
}
}



body {
	color: #333;
    font-weight: 300 !important;
	background-color: #fff;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 17px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.7em;
}

ol {
    list-style-position: outside !important;
    margin-left: 20px !important;
}

/* CODE BOX */

.code-box {
    width: 100%;
    background: #333;
    border: 1px solid #efefef;
    padding: 20px;
    margin-bottom: 20px;
}

.code-box > p {
    font-family: monospace;
    font-size: 90%;
    line-height: 130%;
    color: #fff;
}

/* BLOG DESIGN */

#main-content {
    background: #f5f5f5;
}

.et_pb_post {
    margin-bottom: 60px;
    background: #fff;
    padding: 6% 6%;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.et_pb_blog_grid > .et_pb_post {
    border: 1px solid #fafafa !important;
}

.et_right_sidebar #sidebar {
    padding-top: 50px;
    background: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

#main-content .container:before {
    background-color: #f5f5f5;
}

.flex-container-logos {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

.flex-item-logos {
    margin: 10px;
}

body.archive #left-area .et_pb_post h2 {
    padding-top:20px;
}

/* IMAGES */

.wp-caption {
    max-width: 100%;
    background-color: transparent !important;
    border: none;
}

/* PRIMARY MENU */

#et-top-navigation .et_pb_button_top_nav {
    margin-top: 0px;
    font-size: inherit;
    font-weight: inherit;
    border-radius: 2px;
    padding: 10px 24px;
    color: #ffffff !important;
    background: #448aff;
}

#et-top-navigation .et_pb_button_top_nav:hover {
    margin-top: 0px;
    font-size: inherit;
    font-weight: inherit;
    color: #fff !important;
    background: #2979ff!important;
    box-shadow:0 3px 12px 0 rgba(0,0,0,0.4);
}

#top-menu-nav>ul>li>a:hover {
    opacity: 1;
    color:#2ea3f2;
}


#top-menu li {
    padding-right: 32px;
    font-size:15px;
}


#et-top-navigation {
    font-weight: 500;
}

/* Logos */
.lshowcase-grayscale {
    margin: 0px !important;
}

/*

#et-top-navigation nav > ul > li > a {
    padding-bottom: 15px !important;
}

#et-top-navigation .et_pb_button:after {
    font-size: 23px;
}

#main-header.et-fixed-header {
    padding: 0px;
    position: fixed;
}

*/

/* Style Menu Ancestors of Secondary Nav 

#top-menu li.current-page-ancestor a {
    color: #2ea3f2 !important;
}

/*.fullwidth-menu-nav li.current-page-ancestor a {
    border-bottom: 2px solid #e67e22 !important;
}

et_pb_menu_page_id-75 menu-item menu-item-type-post_type menu-item-object-page current-page-ancestor menu-item-27898 {
    color: #2ea3f2 !important;
}

*/


/* SECONDARY MENU */
.et_pb_fullwidth_menu .fullwidth-menu-nav > ul {
    padding: 10px 0 0 !important;
}

.et_pb_fullwidth_menu .fullwidth-menu-nav > ul > li > a {
    padding-bottom: 15px;
    font-weight: 500;
    color: #777;
}

/* SECONDARY MENU */
.lshowcase-wrap-responsive {
    margin-bottom: 0! important;
}

/*#stickyit {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
}*/


/*HEADING STYLES FOR SEO*/

h1.featuretitle {
    font-family: Roboto;
    font-weight: 500;
    font-size: 50px;
    line-height: 1.2em;
    padding-bottom: 10px !important;
}

h1.featureheading {
    font-family: Roboto;
    font-weight: 300;
    font-size: 46px;
    line-height: 1.2em;
    padding-bottom: 10px !important;
}

h2.featureheading {
    font-family: Roboto;
    font-weight: 300;
    font-size: 46px !important;
    line-height: 1.2em;
    padding-bottom: 10px !important;
}

h1.whitetext {
    color: #fff;
}

h2.featuresubheading {
    font-family: Roboto;
    font-weight: 300;
    font-size: 22px;
    line-height: 1.4em;
}

p.featuresubheading {
    font-family: Roboto;
    font-weight: 300;
    font-size: 22px !important;
    line-height: 1.4em;
}

p.greytext {
    color: #ddd;
}

p {
    font-weight: 300;
}

p.featurelink {
    font-size: 18px !important;
}

p.featurelink:hover {
    text-decoration: underline;
}

h2.greytext {
    color: #dddddd;
}

.tophat-hero {
    font-size: 20px;
    color: #999;
    font-weight: 300;
    line-height: 1.4em;
}

/* Home Page Headings */

#homehero .header-content {
    background-color:rgba(0, 0, 0, 0.45);
}

h1.heroMainHeading {
    font-size: 34px !important;
    font-weight: 500 !important;
    color: #fff !important;
}

h2.heroSubHeading {
    font-size: 20px !important;
    font-weight: 400 !important;
    color: #f1c40f !important;
}

div.subHeadContainer {
    width: 80%;
    margin: 0 auto;
}

h1.sellPoint {
    font-size: 50px;
    font-weight: 300;
    color: #333;
    line-height: 1.3em;
    padding-top: 15px;
}

h2.sellPoint {
    font-size: 50px;
    font-weight: 300;
    color: #333;
    line-height: 1.3em;
    padding-top: 15px;
}

h2.sellTopHat {
    font-size: 20px !important;
    font-weight: 300;
    color: #e67e22;
    padding-bottom: 10px !important;
}

h3.sellTopHat {
    font-size: 20px !important;
    font-weight: 300;
    color: #e67e22;
    padding-bottom: 10px !important;
}

p.sellPoint {
    font-size: 20px;
    color: #333;
}

p.quoteSource {
    font-size: 14px;
    color: #777;
    padding-top: 10px;
}

p.readMoreLinks {
    padding-top: 25px;
    font-size: 15px;
}

p.vismonman {
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

span.orange {
    color: #E67E22;
}


/* Company Page Heading Styles */
#companyhome .header-content {
    background-color:rgba(0, 0, 0, 0.3);
}

h1.companyname {
    font-size: 26px !important;
}

h2.companytitle {
    font-size: 19px !important;
    color: #d35400;
    font-weight: 400;
}

p.companytext {
    font-size: 15px;
}

h2.smallmainheading {
    font-size: 44px;
    font-weight: 300;
    line-height: 1.4;
}

p.smallsubheading {
    font-size: 20px;
    color: #afafaf;
}

p.smallfeaturedescription {
    font-size: 15px;
    color: #5b666d;
}

/* Integrations Page */
h2.integrationblurb {
    font-size: 30px !important;
    font-weight: 400 !important;
}

p.integrationdesc {
    width: 80%;
    margin: auto;
    color: #777;
}

.hoverpanellift:hover {
    box-shadow: 0 4px 16px #e0e0e0;
    -webkit-transition: box-shadow 200ms;
    -moz-transition: box-shadow 200ms;
    -o-transition: box-shadow 200ms;
    transition: box-shadow 500ms;
}

/* Features Page */
p.description {
	font-size: 15px;
	line-height: 1.7em;
}

.learnmorefeature {
	margin-left: 37px;
	padding-top: 10px;
	font-size: 14px !important;
}

.learnmorefeature:hover {
	margin-left: 37px;
	padding-top: 10px !important;
	font-size: 14px !important;
}

/*GUTTERS*/
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_module, .et_section_specialty .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_module {
    margin-bottom: 0px !important;
}

/*CONTACT FORM*/
.et_pb_contact p input, .et_pb_contact p textarea {
    color: #333;
}

/*DIVI CARDS*/
.divi-100-article-card .et_pb_blog_grid .article-card.et_pb_no_thumb.format-standard {
    min-height: 425px;
}

body .et_pb_bg_layout_light .et_pb_post p {
    font-size: 14px !important;
    line-height: 1.5em !important;
}

/*SOCIAL MEDIA FOLLOW*/
ul.et_pb_social_media_follow { 
    width:100%; 
    text-align:center; 
    margin: 0 0 0 0 ;
} 

/*SOCIAL MEDIA SHARE*/
.et_monarch .et_social_networks .et_social_icons_container {
    padding: 0px !important;
}


.et_pb_social_media_follow li { 
    float:none; 
    display:inline-block; 
}

.et_monarch .et_pb_section .et_social_inline_top, .et_monarch .et_pb_section .et_social_inline_bottom {
    margin-bottom: 0px;
}

/*BLOG*/
.et_pb_section.blog { 
    padding: 0px !important;
}

h1.entry-title { 
    font-size: 33px;
    font-weight: 600;
    line-height: 1.3em !important;
}

body.single #left-area .et_pb_post .post-meta {
    font-size: 14px !important;
}

h4.widgettitle {
    font-size: 19px;
}

.et_pb_post .entry-content {
    padding-top: 0px;
}


.et_monarch .et_social_inline_top {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.et_pb_widget ul li {
    font-size: 15px;
    list-style-type: none !important;
    margin-left: 0px !important;
}

.et_pb_widget li a:hover {
    color:#2d9ff3;
}

.divi-100-article-card .et_pb_blog_grid .article-card__title {
    font-size: 19px;
    line-height: 1.4em;
}

span.author.vcard > a {
    color: #7BDBFF !important;
}


/* SIDEBAR */
.et_pb_widget ul li {
    font-size: 15px;
    margin-bottom: 0.2em;
    list-style-type: disc;
    margin-left: 15px;
}

.et_pb_bg_layout_light .et_pb_widget li a {
    color: #666;
}

/*CATEGORY PAGES */
.et_pb_post h2 a, .et_pb_portfolio_item h3 a { 
    font-weight: 600;
    line-height: 1.1em !important;
}

body.archive #left-area .et_pb_post h2 {
    line-height: 1.3em !important;
    font-size: 33px;
}

/*SCROLL ICON */
.et_pb_scroll_top.et-pb-icon {
    bottom: 5%;
}

/*EVENTS */

.tribe-events-schedule h2 {
    font-size: 20px;
    font-weight:  400;
    color: #777;
}

.tribe-events-list-widget .tribe-events-list-widget-events {
    padding: 0px !important;
    margin-bottom: 0px;
}

.tribe-events-list-widget .tribe-event-title a {
    font-size: 15px;
    color:#2d9ff3 !important;
}

.tribe-events-list-widget .tribe-event-title {
  margin-bottom: 0rem;
    line-height: 1em;
}

#tribe-events-content.tribe-events-list {
    padding: 50px;
}

.tribe-list-widget span.tribe-event-date-start {
    font-size: 11px;
}

.tribe-list-widget span.tribe-event-time {
    font-size: 11px;
}

.tribe-events-list-widget .tribe-list-widget {
    margin-left: 0px !important;
}

span.tribe-event-date-start {
    font-size: 20px;
}

span.tribe-event-time {
    font-size: 20px;
}

#tribe-events-list-widget-3 > p {
    font-size: 13px;
    line-height: 1.4em;
}

.entry-content ol {
    padding: 0px;
}

#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title {
    background: rgba(255, 165, 0, 0.37);
}

.tribe-events-list-separator-month {
    background-color: rgba(230, 126, 34, 0.15);
    margin: 2.5em 0 2em;
}

p.tribe-events-widget-link a {
    font-size: 13px;
}

.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
    background-color: #e67e22;
}

#tribe-bar-form .tribe-bar-submit input[type=submit] {
    background: #e67e22;
}

.tribe-events-list .type-tribe_events {
    padding: 50px;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.tribe-bar-collapse #tribe-bar-collapse-toggle {
    background: #fff;
}

.tribe-events-list h2.tribe-events-page-title {
    font-size: 40px;
}

.tribe-events-list .time-details, .tribe-events-list .tribe-events-venue-details {
    line-height: 1.4em;
    padding: 10px 0px;
}

#tribe-events-content {
    padding: 50px;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    margin-top: -30px;
}

.tribe-events-event-meta .column, .tribe-events-event-meta .tribe-events-meta-group {
    width: 100%;
    float: none;
}

.tribe-events-list-widget .tribe-event-title {
    padding-bottom: 0px;
}

.tribe-event-duration {
    padding-bottom: 10px;
}

#tribe-events-list-widget-3 > p {
    font-weight: 500;
}

.tribe-events-event-url {
    overflow-wrap: break-word;
    word-wrap: break-word;
}


/* FOOTER */
#footer-widgets {
    padding: 2% 0 0;
}

.et_pb_gutters3 .footer-widget {
    margin: 0px;
    margin-top: 20px;
}

/* FORMS */

/*** REMOVE LABEL ON FIELDS USING PLACEHOLDER ***/
.gform_wrapper .top_label .gfield_label,
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
 display: none;
}
/*** FIELD STYLING ***/
input[type=text],
textarea {
 background: #eee;
 border: none;
 border-radius: 0;
 color: #999 !important;
 padding: 15px !important;
}

input[type=password] {
    background: #eee;
}

/*** BUTTON STYLING ***/
.gform_wrapper .gform_footer input.button {
 background: #f57622;
 border: 2px solid #f57622;
 font-size: 22px;
 font-family: Roboto;
 color: #fff;
 text-transform: uppercase;
 padding: 12px 23px;
 border-radius: 2px;
 letter-spacing: 2px;
 cursor: pointer;
}
/*** BUTTON HOVER STYLING ***/
.gform_wrapper .gform_footer input.button:hover {
 background: #ea621e;
}

/*
/* HIDE THE REQUIRE STAR */
span.gfield_required {
    display: none;
}

/* HIDE THE LABEL FIELD */
.gform_wrapper .top_label .gfield_label {
    display: none !important;
}

/* FOOTER */

.sfs-footer-content a {
    color: #ccc;
    font-weight: 400;
}

.sfs-footer-content a:hover {
    color: #fff;
    font-weight: 400;
}

.sfs-footer-content h3 a {
    color: #fff;
}

.sfs-footer-content h3 a:hover {
    color: #ccc;
}

.sfs-footer-content h3 {
    font-weight: 400;
}

/* Secondary Menu
#top-header .container {
    padding-top: 1.3em;
    font-weight: 600;
    padding-bottom: 0.75em;
}
 
#et-info {
    width: 33.3%;
    float: right;
    text-align: right;
}
 
.net-webinar {
width: 33.3%;
text-align:center;
float: right;
margin-top: -3px;
}
 
.net-webinar a {
    color: #fff !important;
    padding: 5px 10px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 700 !important;
    transition: all 0.5s;
    border: 1px solid #fff;
    font-weight: 600;
}
 
.net-webinar a:hover {
background: #eb593c;
color: #fff !important;
}
 
#et-secondary-menu {
width: 33.3%;
float: left;
text-align: left;
}
 
@media (max-width: 980px){
#et-info {
    width: 50%;
    float: right;
    text-align: right;
}
 
.net-webinar {
width: 50%;
text-align:center;
float: left;
margin-top: -3px;
}
 
#et-info {
padding-top:0px;
padding-bottom: 0.75em;
}
}
 
@media (max-width: 740px){
.net-webinar {display:none;}
#et-info {width: 100%;}
}
*/

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
    display: none !important;
}

.gform_wrapper.gf_browser_chrome span.address_country {
margin-top: 16px !important;
}

.gform_wrapper .ginput_complex .ginput_full, .gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right { min-height: 0px;
}

/* Setting the breakpoint of the mobile menu

@media only screen and ( max-width: 1180px ) {
#top-menu-nav, #top-menu {display: none;}
#et_mobile_nav_menu {display: block;}
}
 */


.has-cookie-bar #catapult-cookie-bar {
opacity: 0.9 !important;
}

#catapult-cookie-bar a {
font-weight: bold;
text-decoration: underline;
}

span.ctcc-left-side {
font-size: 15px;
}

.meshim_widget_components_chatWindow_NewChatForm .branding_container {
display: none !important;
}

.meshim_widget_components_chatWindow_NewChatForm .branding_container .branding {
display: none;
}

.meshim_widget_widgets_IconFont {
display: none;
}

#wpstats {
display: none;
}

p.reference {
    font-size: 13px;
    line-height: 1.4em;
}

.resources-blurb a {
color: #333333;
font-size: 15px;
line-height: 1.9;
font-weight: 500;
}

/* MONARCH BLOG FLY IN */
.et_monarch .et_social_flyin_bottom_right {
    right: 10px;
    bottom: 95px;
    border-radius: 5px;
}

.et_monarch .et_social_flyin {
    -moz-box-shadow: 0 3px 32px 0 rgba(0,0,0,.14);
    -webkit-box-shadow: 0 3px 32px 0 rgba(0,0,0,.14);
    box-shadow: 0 3px 32px 0 rgba(0,0,0,.14);
}

.et_monarch .et_social_flyin h3 {
    font-family: 'Roboto', Arial, sans-serif;
}

.et_monarch .et_social_flyin p {
    font-family: 'Roboto', Arial, sans-serif;
}

.et_social_flyin a.et_social_icon_cancel {
    color: #aaa;
}

.et_monarch .et_social_networks div {
    font-family: 'Roboto', Arial, sans-serif;
}

/* VIDEO POPUP DIVI OVERLAYS */

.et-gallery-section--main .et-gallery-video { 
background: #414b56; 
box-shadow: 0 10px 10px rgba(0,0,0,0.1); 
} 

.et-gallery-video--block { 
display: block;
 }
 
.et-gallery-video__button, .et-gallery-video__button:before {
 -webkit-transition: all .4s ease;
 transition: all .4s ease;
} 

.et-gallery-video__button {
 z-index: 2; 
position: absolute;
 top: 50%; 
left: 50%;
background: rgba(255,255,255,0.8);
width: 60px; 
height: 60px; 
border-radius: 100%;
-webkit-transform: translate(-50%, -50%); 
transform: translate(-50%, -50%); 
box-shadow: 0 10px 30px rgba(0,0,0,0.3); 
}

 .et-gallery-video__button:before {
content: ''; 
position: absolute; 
top: 50%; 
left: 50%; 
display: block; 
width: 0; 
height: 0;
 border-top: 10px solid transparent; 
border-right: 10px solid transparent; 
border-bottom: 10px solid transparent;
border-left: 10px solid #4C5867; 
-webkit-transform: translate(-15%, -50%); 
transform: translate(-15%, -50%); 
}

 .et-gallery-video:hover .et-gallery-video__button { 
background: #964DF1; 
width: 80px; 
height: 80px; 
box-shadow: 0 15px 40px rgba(0,0,0,.5); 
}

 .et-gallery-video:hover .et-gallery-video__button:before { 
border-left: 10px solid #fff; 
}

 #overlay-26826 .overlay-close {
background-color: black; 
z-index: 100; 
border: 8px solid black; border-radius: 30px; 
}

 #overlay26826 .et_pb_code { 
max-width: 900px; 
margin-left: auto; 
margin-right: auto; 
margin-top: 5%; 
}
 
.divi-join-button { 
padding: 0 10%; 
z-index: 9999999; 
bottom: 5%;
left: 0; 
right: 0; 
position: fixed; 
text-align: center; 
}

.divi-join-button a { 
display: inline-block; 
background: #7e3bd0; 
text-decoration: none!important; 
color: #fff; 
font-size: 1.5rem; 
padding: 20px 40px;
box-shadow: 0 10px 30px rgba(0,0,0,.1); 
border-radius: 60px; 
}

.et-gallery-button--animated {
-webkit-animation: divi-button 6s ease infinite;
animation: divi-button 6s ease infinite;
}

.divi-join-button a:hover {
background: #964df1;
}

@-webkit-keyframes divi-button{ 
0% { 
background: #3498db;
-webkit-transform: scale(1);
transform: scale(1);
}
33% { 
background: #3498db; 
-webkit-transform: scale(1); 
transform: scale(1); 
}
 40% { 
-webkit-transform: scale(1.1); 
transform: scale(1.1); 
}
47% { 
-webkit-transform: scale(1); 
transform: scale(1); 
}
 66% {
 background: #3498db; 
-webkit-transform: scale(1); 
transform: scale(1); 
}
100% { 
background: #3498db; 
}
}

/*------------------------------------------------*/
/*--------------[GQ CATEGORY TITLES]--------------*/
/*------------------------------------------------*/
 
.blog-title {
    margin-bottom: 60px;}
hr.archive-line {
    width: 25%;
    float: left;
    border: 0;
    height: 4px;
    background-color: #2ea3f2;
}


/* ---------- FROM DIVI THEME --------------*/
h2.livedemo {
	color:#e7e7e7 !important;
	font-size: 17px !important;
	font-weight: 500 !important;
	padding: 20px 0px 1px 0px !important;
}

p.livedemo {
	color:#aaa !important;
	font-weight: 400 !important;
	font-size: 15px !important;
}

p.livedemodesc {
	color:#ddd !important;
	font-weight: 400 !important;
	font-size: 17px !important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	border-radius: 3px;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
	font-weight: 500;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	border-radius: 2px;
	padding: 15px;
}

body #page-container .et_pb_button_0:focus {
	outline: none;
}


.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	font-size: 15px;
}

input[type=text] {
	color: #333 !important;
}

.gform_wrapper .gform_footer input.button {
	letter-spacing: 1px;
}

.livedemo1 {
	font-weight: 400;
}


/* Search box styling */
.screen-reader-text {
display: none;
}
 
input#s {
border-radius: 2px;
}
 
input#searchsubmit {
border: 1px solid #000000;
color: #FFFFFF;
background-color: #000000;
border-radius: 2px;
}
 
form#searchform {
float: right;
}

 
#et-secondary-menu .et-social-icons {
margin-top: 6px;
}}

#et-secondary-menu input[type=text] {
	padding: 5px !important;
}

#et-secondary-menu input#searchsubmit {
	border: 1px solid #448aff;
	background-color: #448aff;
	font-weight: 500;
	padding: 4px;
}

#et-secondary-menu form#searchform {
	padding-bottom: 2px;
}

#enafeatures ul.et_pb_tabs_controls {
	width: 30%;
	float: left;
	display:flex;
	flex-direction: column;
}

.et_pb_tabs_controls li {
		border-bottom:#dddddd;
}

#enafeatures .et_pb_tabs_controls li {
	border-right: none;
	line-height:2em;
	background: #f5f5f5;
}

#enafeatures .et_pb_all_tabs {
	width:70%;
	float:right;
	display:flex;
	flex-direction: column;
	border-left: 5px solid #00AEEF;
}

#enafeatures .et_pb_tabs_controls li.et_pb_tab_active {
	background: #00AEEF;
}

#enafeatures .et_pb_tabs_controls li.et_pb_tab_active a {
	color: #ffffff !important;
}


#full-width-row {
	width:100% !important;
	max-width:100% !important;
}

@media (min-width: 981px), all {
   .et_pb_row.et_pb_row_fullwidth #full-width-row {
	width:100% !important;
	max-width:100% !important;
} 
    
}

/*Top Menu Design */
.nav li ul {
	width:300px;
}

#top-menu li li a {
	padding: 6px 10px;
	width:90%;
}

#top-menu li li {
	display: block;
}

/* forgot password */
.et_pb_forgot_password a {
	color: #2979ff !important;
	font-size: 15px;
	text-decoration: none;
	font-weight:400;
}

.privacy-policy-page-link a {
	color: #ffffff;
	font-size: 15px;
}

/*support page css */
#supportblock:hover {
	transform:scale(1.075) rotate(0.0001deg);
	box-shadow:0px 5px 20px 0px rgba(0, 0, 0, 0.15);
	-webkit-transition: width 1s, height 1s, -webkit-transform 1s; /* Safari */
    transition: width 1s, height 1s, transform 1s;
}

/* Video wrapper */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.gdpr {
	color: #ffffff;
}


.et_mobile_menu {   
    overflow-y:scroll!important;
    max-height:80vh!important;
    -overflow-scrolling:touch!important;
    -webkit-overflow-scrolling:touch!important;
}

#login form p + p:not(.forgetmenot) {
	margin-top: 15px;	
}


/* -----------MEDIA QUERIES ------------ */

/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {
  
}
 
/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1100px) and (max-width: 1405px) {
 
}
 
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
 
}
 
/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {
 
}
 
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
 
}
 
/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
 
}

@media only screen and (max-width: 980px) {
.entry-content .et_pb_row {
    padding: 0px !important;
}
}

@media (max-width: 980px) {
    .et_right_sidebar #sidebar {
        margin-left: 0px;
        padding: 30px;
        border-left: none;
    }
}

@media (min-width: 981px) {
    .et_right_sidebar #sidebar {
        padding-left: 4%;
    } 
}


/* Tablets in landscape mode (981-1100px) 
@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) { 
#top-menu-nav, #top-menu {display: none !important;}
#et_mobile_nav_menu {display: block !important;}
} */

@media (max-width: 1200px) {
 #et_mobile_nav_menu {
 display: block;
 }
 
#top-menu {
 display: none;
 }
 }



@media only screen and (min-width: 1350px) {
.et_pb_row.blog {
    padding: 0px !important;
}   
.et_monarch .et_pb_section .et_social_inline_top, .et_monarch .et_pb_section .et_social_inline_bottom {
    margin-top: -27px;
    }
}

@media only screen and (max-width: 680px) {
h1.entry-title {
    font-size: 23px;
    font-weight: 600;
    line-height: 1.3em !important;
}
    
}
@media only screen and (max-width: 989px) { #productfeatureshero { background-image: none!important; } }
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
display: none;
}

@media screen and (min-width: 480px) {
#top-header .container {
padding-bottom: 5px;
}
    
    @media only screen and (max-width: 980px) {
	#main-header #logo {
		max-width:80%;
	}
}

@media only screen and (max-width: 580px) {
	#main-header #logo {
		max-width:65%;
	}
}

@media only screen and (max-width: 980px) {
	#main-header .container {
		padding-left:10px;
		padding-right:10px;
	}
}