/**
 * @tableofcontents
 *
 * 1. Banner
 * 2. Result Wrap
 * 3. Signup Fold
 * 4. About Theme Detector
 * 
 */

/* @Section 1. Header */
.cw_wpThmChk_bnr_sec
{
    position: relative;
    padding: 200px 0 120px;
    background: #1c2bf7;
    background: -moz-linear-gradient(45deg,#1c2bf7 0,#061c59 100%);
    background: -webkit-gradient(left bottom,right top,color-stop(0%,#1c2bf7),color-stop(100%,#061c59));
    background: -webkit-linear-gradient(45deg,#1c2bf7 0,#061c59 100%);
    background: -o-linear-gradient(45deg,#1c2bf7 0,#061c59 100%);
    background: -ms-linear-gradient(45deg,#1c2bf7 0,#061c59 100%);
    background: linear-gradient(45deg,#1c2bf7 0,#061c59 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c2bf7',endColorstr='#061c59',GradientType=1);
}

.cw_wpThmChk_bnr_ttlBox
{
    text-align: center;
}

.cw_wpThmChk_bnr_ttlBox h1
{
    color: #fff;
    font-size: 54px;
    font-weight: 700;
}

.cw_wpThmChk_bnr_ttlBox p
{
    color: #fff;
    font-size: 20px;
}

.cw_wpThmChk_bnr_frmBox
{
    text-align: center;
    margin: 40px 0 20px;
}

.cw_wpThmChk_bnr_frmBox .cw_wpThmChk_url
{
    background: #FFFFFF;
    border-radius: 6px 0px 0px 6px !important;
    height: 55px;
    width: 350px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    border: 0 !important;
    box-shadow: none !important;
}

.cw_wpThmChk_bnr_frmBox .cw_wpThmChk_btn
{
    padding: 17px 25px;
    border: 0 !important;
    border-radius: 0px 6px 6px 0px !important;
    position: relative;
    left: -5px;
    vertical-align: middle;
    cursor: pointer;
}

.cw_wpThmChk_bnr_errBox
{
    color: #fff;
    font-size: 14px;
    display: none;
}

.cw_wpThmChk_bnr_ltstThmBox
{
    text-align: center;
}

.cw_wpThmChk_bnr_ltstThmBox p,
.cw_wpThmChk_bnr_ltstThmBox p a
{
    color: #fff !important;
    font-size: 16px;
}

.cw_wpThmChk_bnr_ltstThmBox p a
{
    text-decoration: underline;
}

.searchLoaderBox {
    position: absolute;
    left: -20px;
    top: 55%;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 1s;
    /* Safari */
    /* Safari */
    transition: opacity 1s;
  }
  
  .searchLoader:before {
    content: "";
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    top: 50%;
    margin-top: -18px;
    left: 50%;
    margin-left: -18px;
    border-radius: 50%;
    border-width: 2px 1px;
    border-style: solid;
    border-color: #2f39bf #39dcb1;
    -webkit-animation: spin 3s infinite;
    animation: spin 3s infinite;
  }
  
  .searchLoader:after {
    content: "";
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    top: 50%;
    margin-top: -8px;
    left: 50%;
    margin-left: -8px;
    border-radius: 50%;
    background-color: #2f39bf;
    -webkit-animation: pulse 3s infinite;
            animation: pulse 3s infinite;
  }
  
  .search-wait .searchLoaderBox {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
  }
  
  @-webkit-keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    50% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
    100% {
      -webkit-transform: rotate(1080deg);
      transform: rotate(1080deg);
    }
  }
  
  @keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    50% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
    100% {
      -webkit-transform: rotate(1080deg);
      transform: rotate(1080deg);
    }
  }

  .cw_wpThmChk_loader
  {
    position: relative;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: 55px auto 60px;
    border-top: 0.3em solid rgba(195,195,195,0.2);
    border-right: 0.3em solid rgba(195,195,195,0.2);
    border-bottom: 0.3em solid rgba(195,195,195,0.2);
    border-left: 0.3em solid #c3c3c3;
    animation: rotateSpin 1.1s infinite linear;
    display: none;
  }

  @keyframes rotateSpin{
    0%{
        transform:rotate(0)
      }
    100%{
      transform:rotate(360deg)
    }
  }

/* @Section 2. Result Wrap */
.cw_wpThmChk_rslt_wrap
{
    padding: 70px 0;
    display: none;
}

.cw_wpThmChk_rslt_mainBox
{
    padding: 40px;
    background: #FFFFFF;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}

.cw_wpThmChk_rslt_mainBox > p,
.cw_wpThmChk_rslt_mainBox > p b,
.cw_wpThmChk_rslt_mainBox > p span
{
    color: #0A1E43;
    font-size: 28px;
}

.cw_wpThmChk_rslt_mainBox > p b
{
    font-weight: 700;
}

.cw_wpThmChk_rslt_imgBox
{
  text-align: center;
  margin-top: 20px;
}

.cw_wpThmChk_rslt_imgBox img
{
  display: inline-block;
}

.cw_wpThmChk_rslt_txtBox > h3,
.cw_wpThmChk_rslt_txtBox > h3 span
{
    color: #0A1E43;
    font-size: 20px;
    font-weight: 700;
}

.cw_wpThmChk_rslt_txtBox > h3 span
{
    font-weight: 400;
}

/* @Section 3. Signup Fold */
.cw_wpThmChk_signUp_sec
{
  position: relative;
  padding: 40px 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0a1f76+0,1728d0+100 */
  background: #0a1f76; /* Old browsers */
  background: -moz-linear-gradient(top,  #0a1f76 0%, #1728d0 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #0a1f76 0%,#1728d0 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #0a1f76 0%,#1728d0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a1f76', endColorstr='#1728d0',GradientType=0 ); /* IE6-9 */
}

.cw_wpThmChk_signUp_sec::before
{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('../../img/home/bottom-cta-right.png') no-repeat top right, url('../../img/home/bottom-cta-left.png') no-repeat top left;
}

.cw_wpThmChk_signUp_box
{
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9;
}

.cw_wpThmChk_signUp_txtBox
{
  flex: 2;
}

.cw_wpThmChk_signUp_ctaBox
{
  flex: 1;
  text-align: center;
}

.cw_wpThmChk_signUp_txtBox h2 {
  color: #fff;
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
}

.cw_wpThmChk_signUp_ctaBox a
{
  min-width: 190px;
  text-align: center;
  text-decoration: none !important;
}

/* @Section 4. About Theme Detector */
.cw_wpThmChk_abt_sec
{
  padding: 90px 0;
}

.cw_wpThmChk_abt_imgBox
{
  text-align: center;
}

.cw_wpThmChk_abt_imgBox img
{
  display: inline-block;
}

.cw_wpThmChk_abt_txtBox h3
{
  color: #0A1E43;
  font-size: 36px;
  font-weight: 700;
}

.cw_wpThmChk_abt_txtBox p
{
  color: #42526E;
  font-size: 20px;
}


@media(max-width:992px)
{
  .cw_wpThmChk_bnr_sec
  {
    padding: 100px 0 80px;
  }

  .cw_wpThmChk_bnr_ttlBox h1
  {
    font-size: 40px;
  }

  .cw_wpThmChk_bnr_ttlBox p,
  .cw_wpThmChk_abt_txtBox p
  {
    font-size: 18px;
  }

  .cw_wpThmChk_signUp_txtBox h2,
  .cw_wpThmChk_abt_txtBox h3
  {
    font-size: 26px;
    line-height: 34px;
  }

  .cw_wpThmChk_rslt_wrap
  {
    padding: 50px 0;
  }

  .cw_wpThmChk_rslt_mainBox
  {
    padding: 25px;
  }

  .cw_wpThmChk_rslt_mainBox > p, 
  .cw_wpThmChk_rslt_mainBox > p b, 
  .cw_wpThmChk_rslt_mainBox > p span 
  {
    font-size: 22px;
  }

  .cw_wpThmChk_rslt_txtBox > h3, 
  .cw_wpThmChk_rslt_txtBox > h3 span {
    font-size: 16px;
  }

}

@media(max-width:767px)
{
  .cw_wpThmChk_bnr_ttlBox h1 
  {
      font-size: 32px;
  }

  .cw_wpThmChk_bnr_frmBox .cw_wpThmChk_url
  {
    width: 50%;
  }

  .cw_wpThmChk_signUp_box
  {
    display: block;
    text-align: center;
  }

  .cw_wpThmChk_abt_sec
  {
    padding: 50px 0;
    text-align: center;
  }
  
  .cw_wpThmChk_rslt_mainBox > p
  {
    text-align: center;
  }

}

@media(max-width:500px)
{
  .cw_wpThmChk_bnr_frmBox .cw_wpThmChk_url, 
  .cw_wpThmChk_bnr_frmBox .cw_wpThmChk_btn {
      width: 100%;
      border-radius: 6px !important;
  }

  .cw_wpThmChk_bnr_frmBox .cw_wpThmChk_btn {
    margin-top: 10px;
    left: 0 !important;
  }
  
  .searchLoaderBox
  {
    top: -33px !important;
    right: 25px !important;
    left: auto !important;
  }
}