/**
* Theme Name: Lore Child
* Theme URI: http://preview.lsvr.sk/lore
* Description: Lore Child Theme
* Author: LSVRthemes
* Author URI: http://themeforest.net/user/LSVRthemes/portfolio
* Template: lore
* Version: 2.0.1
*/

/* Add your CSS here */

.c-notes-message {
    color: #265e88;
    background-color: #e1edf9;
}
.c-notes-message {
    position: relative;
    margin: 0 0 30px 0;
    padding: 20px 30px 20px 50px;
    line-height: 1.6875em;
    font-size: 0.875em;
    border: 0;
    border-radius: 3px;
}
.c-notes-message ul, .c-alert-message ul{margin-top:10px; margin-bottom:10px;}

h2{font-style:normal;}

.mesg-guide-icon {
background-image: url(/docs/sf-quickstart/wp-content/uploads/sites/4/2020/05/messaging-guide-icon.svg);
   background-repeat: no-repeat, repeat;
   height: 55px;
   margin:5px auto 10px;
   width:60px;
}

.web-portal-icon {
background-image: url(/docs/portal/wp-content/uploads/sites/6/2020/08/web-portal-icon.svg);
   background-repeat: no-repeat, repeat;
   height: 55px;
   margin:5px auto 10px;
   width:60px;
}
.integration-icon{
	background-image: url(https://www.sms-magic.com/docs/wp-content/uploads/2020/05/Msg-Guides.png);
	background-repeat: no-repeat, repeat;
	height: 55px;
	margin:5px auto 10px;
	width:60px;
}

h3, h4{margin-bottom:15px;}
ol{list-style: decimal !important;}
.sf-icon {
background-image: url(/docs/wp-content/uploads/2019/10/salesforce.png);
   background-repeat: no-repeat, repeat;
   height: 50px;
   margin:5px auto 10px;
   width:70px;
}

.zoho-icon{
background-image: url("/docs/wp-content/uploads/2019/10/zoho-1.png");
background-repeat: no-repeat, repeat;
   height: 50px;
   margin:5px auto 10px;
   width:105px;
}

.faq-icon{
background-image: url("/docs/wp-content/uploads/2019/10/faq.png");
background-repeat: no-repeat, repeat;	
   height: 50px;
   margin:5px auto 10px;
   width:40px;
}

.dev-icon{
background-image: url("/docs/wp-content/uploads/2019/11/dev-icon.png");
background-repeat: no-repeat, repeat;	
   height: 50px;
   margin:5px auto 10px;
   width:60px;
}
.videos-icon{
background-image: url("/docs/wp-content/uploads/2021/12/videos.png");
background-repeat: no-repeat, repeat;	
   height: 50px;
   margin:5px auto 10px;
   width:60px;
}

li.footer-social__item.footer-social__item--facebook {
margin: 0;
}
.footer-widgets__column-inner .widget__inner .textwidget p span {
color: #fff;
}

.page-id-509 .main__header{ margin: 0 0 30px 0;}
.page-id-509 .main__inner{padding: 60px; padding-bottom: 100px; padding-top:100px;}

#tpbr_topbar{padding:0px !important;}
#tpbr_box{font-weight:600 !important;}
#tpbr_box a{text-decoration:none !important; color:#ffffff !important;}
#core{margin-top:20px !important;}
.header-navbar{margin-top:30px !important;}
#tpbr_calltoaction{background:#ab5c06 !important;}
li.header-menu__item.header-menu__item--level-0.menu-item.menu-item-type-custom.menu-item-object-custom.header-menu__item--dropdown:last-child a {
    background: #f48614;
    color: white;
}
li.header-menu__item.header-menu__item--level-0.menu-item.menu-item-type-custom.menu-item-object-custom.header-menu__item--dropdown:last-child a:hover{
    background:transparent;
}
.lsvr-lore-sitemap__item--level-0>.lsvr-lore-sitemap__item-inner{padding: 20px 5px !important; min-height: 250px !important;}
.second-row{padding-top:15px; margin:0px auto;}
.custom-separator{margin:0px 0px !important;}
.wp-block-image img{border: 1px solid #dddddd;}

table td{vertical-align: top !important; padding:10px !important; line-height:1.5;}
table th{padding:10px !important;line-height:1.5;}
table{border: 1px solid #dddddd;}

.faqList td {padding: 7px 0px 7px 0px !important;}
.faqList{border: none; margin-top:10px;}
.lsvr_faq-post-page .breadcrumbs{display:none;}


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

    RESPONSIVE DEFINITIONS

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

    /* -------------------------------------------------------------------------
        LARGE DEVICES
		devices with width between 992px and 1199px
    ------------------------------------------------------------------------- */

    @media ( max-width: 1199px ) {

		/* your CSS here */

	}

    /* -------------------------------------------------------------------------
        MEDIUM DEVICES
		devices with width between 768px and 991px
    ------------------------------------------------------------------------- */

    @media ( max-width: 991px ) {

		/* your CSS here */

	}

	/* -------------------------------------------------------------------------
        SMALL DEVICES
		devices with width between 481px and 767px
    ------------------------------------------------------------------------- */

    @media ( max-width: 767px ) {

		.lsvr-lore-sitemap__item--level-0>.lsvr-lore-sitemap__item-inner{height: auto !important;}

	}

	/* -------------------------------------------------------------------------
        EXTRA SMALL DEVICES
		devices with width up to 480px
    ------------------------------------------------------------------------- */

	@media ( max-width: 480px ) {

		/* your CSS here */
		.header-branding--has-logo{margin-top:90px;}
		.header-navbar__toggle{margin-top:75px;}
		.second-row{padding-top:20px; margin:0px auto; width:100%;}

	}
div#intercom-container{
display:none;
}
.intercom-lightweight-app {
    display: none;
}
.unrecognized-usr {
    display: none;
}
.unrecognized-usr.show{
    position: fixed;
    top: 35%;
    background: white;
    padding: 65px;
    z-index: 999;
    left: 35%;
    box-shadow: 2px 5px 10px grey;
    border-radius: 5px;
    font-weight: 700;
	display:block;
}
span.close-btn {
    position: absolute;
    top: -10%;
    right: -2%;
    padding: 2px;
    background: #eaedf3;
    border-radius: 50%;
    width: 31px;
    font-size: 25px;
    text-align: center;
    font-weight: 700;
    height: 31px;
    line-height: 28px;
    color: #111;
    vertical-align: super;
    cursor: pointer;
    box-shadow: 2px 1px 5px;
}
span.subtext {
    font-weight: 500;
    line-height: 35px;
	font-size:12px;
}
iframe#insent-iframe {
    display: none;
}