/*
Theme Name:		 Doculink Theme 2021. Child for mesmerize.
Theme URI:		 http://www.gilmoredoculink.com/
Description:	 Theme by Gilmore Doculink. Child theme for the mesmerize theme.
Author:			 GilmoreDoculink
Textdomain:  gilmoredoculink
Author URI:		 http://gilmoredoculink.com/
Template:		 mesmerize
Version:		 1.0.0
License:  GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html 
-------------------------------------------------------------- */

/*
Color Used:
Purple: #5b2b82
Orange: #ff4a1d
Blue: #03a9f4
Kight green: #99c24c
*/
/* =Theme customization starts here
------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
  color: #1a1a1a;
}

body,
h1.title, h1, h2, h3, h4, h5, .comment-author .fn, h6, .button,
.contact-form-wrapper label {
  font-family: 'Heebo', sans-serif;
}

.button{
  font-size: 1rem;
  border-radius: 56px;
}
.button.upper{
  font-size: 0.9rem;
}

.button,
.button.btn-dark{
  background-color: #222222;
  border-color: #222222;
  color: #f2f1f3;
}
.button:hover,
.button.btn-dark:hover{
  background-color: #5b2b82;
  border-color: #5b2b82;
  color: #f2f1f3;
}

.button.btn-white{
  background-color: #ffffff;
  border-color: #ffffff;
  color: #989898;
}
.button.btn-white:hover{
  background-color: #5b2b82;
  border-color: #5b2b82;
  color: #f2f1f3;
}

/* General */
sub, sup{
	margin-left: 0;
}

a {
  color: inherit;
}

a:hover {
  color: #5b2b82;
}

.color1 {
  color: #5b2b82;
}

input:focus:not(.button):not([type=submit]),
textarea:focus:not(.button):not([type=submit]),
select:focus:not(.button):not([type=submit]) {
  border-color: #5b2b82;
  box-shadow: 0 0 0 1px #5b2b82 inset;
}

iframe{
  width:100%;
  border: 1px solid #5b2b82;
}

h1.hero-title{
  font-weight: bold;
  text-shadow: 2px 2px #4a4a4a;
}

/* Home Header */
.header-top.homepage .custom-logo-link{
  display: none;
}
.header-top.homepage .logo-link.dark{
  display: block;
  opacity: 100%;
}

/* .header-top .navigation-bar.fixto-fixed .navigation-wrapper{ */
.header-top .navigation-bar > .navigation-wrapper{
  display: block;
  margin: 0 auto;
  max-width: 1232px;
  padding: 0px 15px;
}

/* Navigation */
ul.dropdown-menu > li{
  padding: 0.85rem 0.52rem;
}
ul.dropdown-menu > li > a {
  color: #000000;
  font-weight: normal;
}

.coloured-nav ul.dropdown-menu.active-line-bottom > li:not(.current-menu-item):not(.current_page_item):hover > a, 
.coloured-nav ul.dropdown-menu.active-line-bottom > li:not(.current-menu-item):not(.current_page_item).hover > a, 
.coloured-nav ul.dropdown-menu.default > li:not(.current-menu-item):not(.current_page_item):hover > a, 
.coloured-nav ul.dropdown-menu.default > li:not(.current-menu-item):not(.current_page_item).hover > a, 
.fixto-fixed ul.dropdown-menu.active-line-bottom > li:not(.current-menu-item):not(.current_page_item):hover > a, 
.fixto-fixed ul.dropdown-menu.active-line-bottom > li:not(.current-menu-item):not(.current_page_item).hover > a, 
.fixto-fixed ul.dropdown-menu.default > li:not(.current-menu-item):not(.current_page_item):hover > a, 
.fixto-fixed ul.dropdown-menu.default > li:not(.current-menu-item):not(.current_page_item).hover > a,
ul.dropdown-menu.simple-menu-items>.current-menu-item>a, 
ul.dropdown-menu.simple-menu-items>.current_page_item>a,
ul.dropdown-menu > li:hover > a, 
ul.dropdown-menu > li.hover > a {
  color: #5b2b82;
}

.coloured-nav ul.dropdown-menu.active-line-bottom > .current_page_item > a, .coloured-nav ul.dropdown-menu.active-line-bottom > .current-menu-item > a{
  border-color: #5b2b82;
}



/* Sidebar */
.sidebar-menu {
  padding: 20px 0;
}
.sidebar-menu ul {
	width: 20em;
}

.sidebar-menu ul li {
  list-style: none;
  border-top: solid 1px #5b2b82;
  text-align: left;
	padding: 10px;
  margin: 0;
}
.sidebar-menu ul li:last-child {
	border-bottom: solid 1px #5b2b82;
}
.sidebar-menu ul li a{
	text-decoration:none;
}
.sidebar-menu ul li:hover a{
	text-decoration:none;
	color: #5b2b82;
}

.sidebar-menu ul li.current-menu-item a {
	color: #5b2b82;
}

.links-table tr td:first-of-type {
	background-color: #fff;
}

.links-table tr td:first-of-type img {
	margin-left: 33%;
	margin-top: 17%;
}

/* START | #features */
#features > .gridContainer > .row > div > div.feature-item-container{
  background-color: #f2f1f3;
  padding: 40px 15px;
}

#features > .gridContainer > .row > div > div.feature-item-container i.icon{
  color: #989898;
}

/* #about-us */
#about-us h2{
  margin-bottom: 45px;
}
#about-us p{
  margin-bottom: 45px;
}

.circle-counter .circle-content{
  left: 30px;
  right: 30px;
  width: auto;
}

/* #contact-us */
#contact-us .contact-form-wrapper >.card {
  background-color: rgba(255,255,255,0.8);
}

#contact-us .contact-form-wrapper >.card div.wpforms-container-full .wpforms-form button[type=submit]{
  width: 100%;
  background-color: #222222;
  border-color: #222222;
  color: #f2f1f3;
}

#contact-us .contact-form-wrapper >.card div.wpforms-container-full .wpforms-form button[type=submit]:hover{
  background-color: #5b2b82;
  border-color: #5b2b82;
  color: #f2f1f3;
}

/* Footer */
.footer .widget.widget_text + .footer-social-icons{
  margin-top: 20px;
}

.footer-content-lists .widget li a:hover, .footer-content-lists a:hover {
	color: #FFF;
}
.footer-content form {
	margin-top: 20px;
}

.footer-content form {
	margin-left: 12px;
}


/* Go to Top Button */
.topbutton {
  height:53px;
  width:53px;
  position:fixed !important;
  right:15px;
  bottom:50px;
  z-index:1;
	background-color: rgbs(255,255,255,0.75);
  background-repeat:no-repeat;
	background-position: center;
  display: none;
	border: 2px solid #fff;
	border-radius: 6px;
}

.topbutton:hover {
	background-image: url("http://stagedoculink.regilmore.com/wp-content/uploads/2018/03/gg-back-to-top-hover-btn.png");
  background-repeat:no-repeat;
}

/* Mobile Nav */
#offcanvas-wrapper .offcanvas-top .logo-holder a.logo-link.dark{ display: none; }

.offcanvas_menu li.open > a, .offcanvas_menu li.open > a:hover{
  color: #5b2b82;
  border-color: #5b2b82;
}

/* .offcanvas_menu li.current-menu-item a{
  color: #5b2b82;
} */


.iframe-placeholder
{
   background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 100% 100%"><text fill="%23000000" x="50%" y="50%" font-size="24" text-anchor="middle">Loading...</text></svg>') 0px 0px no-repeat;
}

/* Design - 404 Page not found */
.page-id-1393.error404 .color-overlay:after, .page-id-1393.error404 .color-overlay:before{
display: none;
}

.page-id-1393.error404 h1.hero-title{
  color: #313131;
  text-shadow: none;
}

/* Media | Not Mobile */
@media (min-width: 768px) {
  .header-top .navigation-bar > .navigation-wrapper .logo_col{
    max-width: 25%;
  }

  /* START | #features */
  #features > .gridContainer{
    margin-top: -120px;
  }
  
  #features > .gridContainer > .row > div > div.feature-item-container > div > p{
    min-height: 120px;
    margin-bottom: 30px;
  }
}
