/*
Theme Name: Candid Research
Theme URI: http://candidresearch.com
Author: Castle-tech Labs
Author URI: http://castletechlabs.com
Description: The 2020 WordPress theme for candid research
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, blue, orange, tan, black, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: candidResearch

*/

@font-face {
  font-family: "Century Schoolbook";
  src: url('fonts/CENSCBK.TTF');
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
}
html {
    font-size: 14px;
  }
  @media (min-width: 768px) {
    html {
      font-size: 16px;
    }
  }

  @media (max-width: 576px) {
	  #w-xs-50 {
		  width: 50%!important;
		  margin: 0 25%;
	  }
	  #w-xs-40 {
		  width: 40%!important;
		  margin: 0 33%;
	  }
	  #w-xs-30 {
		  width: 30% !important;
		  margin: 0 35%;
	  }
    footer {
      text-align: center;
    }
	  li.navbar-nav {
		  margin: 0;
	  }
	  .btn-fixed {
		  position: static !important;
		  margin-bottom: 15px;
	  }
	  #myAlert {
		 margin-left: 10%;
	  }
  }

  .compImg{
	max-height: 255px;	
  }
  .big-quote {
	font-family: "Century Schoolbook";
	font-size: 72px;
	float: left;
	margin-top: -12px
  }
  .bg-custom {
    background: url('/images/Blue-line-background-3.png');
    background-attachment: fixed;
  }
  
  .bg-copyright {
    background-image: none;
    background-position: center;
    background-size: contain;
    background-attachment: fixed;
    background-repeat: no-repeat;
  }
  
  .logo {
    max-width: 250px;
  }

  .error {
	color: #dc3545;
  }

  .wpcf7-mail-sent-ok {
	 margin: 0 auto;
  }

  a.btn-primary {
	color: #fff!important;
  }	
  .btn-primary:hover {
	background: #fff !important;
	color: #007bff !important;
  }
  
  .btn-fixed {
    position: fixed;
    z-index: 9999;
    bottom: 5%;
    right: 3%;
  }
  
  .no-pb p {
    margin-bottom: 0;
  }
  
  .btm-10 {
    bottom: 10%;
  }
  
  .ats-img {
    width: 70%;
  }
  
  #myAlert {
    position: absolute;
    z-index: 9999;
	width: 75%;
  }
  
  .carousel-slide-img img {
    height: 150px;
    width: auto !important;
    margin: 0 auto;
  }
  
  .container {
    max-width: 1120px;
  }
  
  .container-full {
    max-width: 1320px;
  }
  
  .pricing-header {
    max-width: 960px;
  }
  
  .card-deck .card {
    min-width: 220px;
  }
  
  .card-body-top {
    min-height: 270px;
  }
  
  .mn-custom {
    margin-top: -2.3rem;
  }
  
  ul.ticked {
    list-style: none;
  }
  
  .ticked li::before {
    content: "\e5ca"; /* FontAwesome Unicode */
    font-family: "Material Icons";
    display: inline-block;
    margin-left: -1.3em; /* same as padding-left set on li */
    width: 1.3em; /* same as padding-left set on li */
  }
  
  .hidden {
    display: none;
  }
  
  .material-icons.md-18 { font-size: 18px; }
  .material-icons.md-24 { font-size: 24px; }
  .material-icons.md-36, .ft-36 { font-size: 36px; }
  .material-icons.md-48, .ft-48 { font-size: 48px; }
  .material-icons.md-60 { font-size: 60px; }
  .ft-120 { font-size: 120px; }
  
  footer {
    background: #3F3F3F;
    border-top: 10px solid #2F5496;
  }
  .dropdown:hover .dropdown-menu, .btn-group:hover .dropdown-menu{
    display: block;
  }
  
  .hp-130 {
    height: 130px;
  }
  
  .hp-50 {
    height: 50px;
  }
  
  .carousel-indicators li, .skyblue {
    background-color: #22c8ff;
  }
  
  .carousel-indicators {
    bottom: 0;
  }
  .carousel-control.right,
  .carousel-control.left {
    background-image: none;
  }
  .carousel-item {
    min-height: 420px; 
    height: 100%;
    width:100%; 
  }
  .carousel-caption h3,
  .carousel .icon-container,
  .carousel-caption button {
      background-color: #09c;
  }
  .carousel .icon-container {
    display: inline-block;
    font-size: 25px;
    line-height: 25px;
    padding: 1em;
    text-align: center;
    border-radius: 50%;
  }
  .carousel-caption button {
    border-color: #00bfff;
    margin-top: 1em; 
  }
  .carousel-caption h3:first-child {
    animation-delay: 1s;
  }
  