/*
Theme Name: Panelpolls theme
Theme URI: http://panelpolls.com
Description: Panelpolls wordpress theme. Child of salient theme
Author: Touchstone Research
Author URI: http://touchstoneresearch.com
Template: salient
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: child theme
Text Domain: panelpolls-child-theme
*/

/* Header/nav custom styles */

#header-outer {
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #ffffff 75%,
    #fbfbfb 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #ffffff 75%,
    #fbfbfb 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #ffffff 75%,
    #fbfbfb 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fbfbfb',GradientType=0 ); /* IE6-9 */
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15) !important;
}
header#top #logo {
  margin: 15px 0;
}
header nav ul li a {
  color: #4160ab !important;
}
/* signup button */
#menu-item-148 a,
.menu-item-148 a {
  border: 5px solid #39b6ff;
  background: #39b6ff;
  border-radius: 8px;
  padding: 4px 20px !important;
  transition: all 0.25s ease !important;
  margin-right: 10px;
}
.mobile-only .menu-item-148 a {
  background: transparent;
  color: #fff;
  margin-bottom: 10px !important;
}
.mobile-only .menu-item-29 {
  margin-top: 25px;
}
.mobile-only .menu-item-29 a {
  margin-left: 25px;
}

#menu-item-148 a:hover {
  background: #fff;
  color: #224081 !important;
}
.mobile-only .menu-item-148 a:hover {
  background: #fdd900;
  color: #224081 !important;
}
.mobile-only .menu-item-29 a:hover {
  color: #fdd900 !important;
}
.mobile-only .menu-item-148 a:hover:after,
.mobile-only .menu-item-29 a:hover:after {
  display: none !important;
  border-color: red;
}

/* Body custom styles */
#call-to-action {
  display: none;
}

.container-wrap {
  margin-bottom: 40px;
}

/* footer custom styles */

#footer-outer #footer-widgets {
  font-size: 13px;
  line-height: 20px;
}
#media_image-2 {
  max-width: 135px !important;
  margin-bottom: 15px !important;
}
#media_image-2 img {
  margin-bottom: 0 !important;
}

#footer-gradient {
  height: 6px;
  background: #243d88; /* Old browsers */
  background: -moz-linear-gradient(
    45deg,
    #243d88 0%,
    #10b0ff 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    45deg,
    #243d88 0%,
    #10b0ff 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    45deg,
    #243d88 0%,
    #10b0ff 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#243d88', endColorstr='#10b0ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#footer-outer .row {
  padding: 40px 0px !important;
  margin-bottom: 0px;
}
@media only screen and (min-width: 1000px) {
  #footer-outer .row {
    padding: 40px 0 !important;
  }
}

/* footer type styles */
body #footer-outer .widget h4 {
  color: #224081 !important;
}

#footer-outer .widget.widget_nav_menu li a {
  color: #224081 !important;
}
#footer-outer .widget.widget_nav_menu li a:hover {
  color: #4160ab !important;
  text-decoration: underline;
}
/* Privacy Policy */
#menu-item-1083 a {
  color: #224081 !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
}

#footer-outer i {
  font-size: 30px !important;
  margin-bottom: 10px;
  margin-right: 12px;
}

/* TSR NOTICE */
#tsr-notice {
  background: #224081;
  padding: 30px 15px 15px 15px;
  font-size: 11px;
  color: #869fbc;
  line-height: 16px;
  text-align: center;
}
#footer-outer #tsr-notice p {
  max-width: 700px;
  margin: 0 auto;
  padding: 10px 0 0 0;
}
.tsr-logo {
  max-height: 50px;
}
#footer-outer #tsr-notice p a {
  color: #869fbc !important;
}
#footer-outer #tsr-notice p a:hover {
  color: #f9f9f9 !important;
}

/* COPYRIGHT AREA */
#footer-outer #copyright {
  font-size: 12px !important;
  padding: 15px 0 !important;
  font-weight: 700;
}
#footer-outer #copyright a {
  color: #869fbc !important;
  font-weight: 700 !important;
}
#footer-outer #copyright a:hover {
  color: #f9f9f9 !important;
  font-weight: 700 !important;
}
#footer-outer #copyright .col {
  width: 80% !important;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1000px) and (min-width: 690px) {
  #footer-outer #copyright .col {
    width: 80% !important;
    margin-bottom: 0 !important;
  }
}

/* GENERAL PAGE STYLES */

/* GRADIENT BACKGROUNDS */

.grad-blue {
  background: #243d88; /* Old browsers */
  background: -moz-linear-gradient(
    45deg,
    #243d88 0%,
    #10b0ff 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    45deg,
    #243d88 0%,
    #10b0ff 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    45deg,
    #243d88 0%,
    #10b0ff 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#243d88', endColorstr='#10b0ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.grad-yellow {
  background: #ff5700; /* Old browsers */
  background: -moz-linear-gradient(
    45deg,
    #ff5700 0%,
    #ffcc00 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    45deg,
    #ff5700 0%,
    #ffcc00 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    45deg,
    #ff5700 0%,
    #ffcc00 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5700', endColorstr='#ffcc00',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.grad-pink {
  background: #4c1c51; /* Old browsers */
  background: -moz-linear-gradient(
    45deg,
    #4c1c51 0%,
    #ff517e 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    45deg,
    #4c1c51 0%,
    #ff517e 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    45deg,
    #4c1c51 0%,
    #ff517e 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c1c51', endColorstr='#ff517e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.grad-green {
  background: #0e4c72; /* Old browsers */
  background: -moz-linear-gradient(
    45deg,
    #0e4c72 0%,
    #169b55 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    45deg,
    #0e4c72 0%,
    #169b55 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    45deg,
    #0e4c72 0%,
    #169b55 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e4c72', endColorstr='#169b55',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.grad-purple {
  background: #292162; /* Old browsers */
  background: -moz-linear-gradient(
    45deg,
    #292162 0%,
    #f465bc 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    45deg,
    #292162 0%,
    #f465bc 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    45deg,
    #292162 0%,
    #f465bc 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292162', endColorstr='#f465bc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.grad-lime {
  background: #006100; /* Old browsers */
  background: -moz-linear-gradient(
    45deg,
    #006100 0%,
    #e0ea00 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    45deg,
    #006100 0%,
    #e0ea00 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    45deg,
    #006100 0%,
    #e0ea00 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006100', endColorstr='#e0ea00',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/* SHAPE DIVIDER */
.divider-wrap div {
  border-radius: 5px;
}
.rounded {
  border-radius: 10px !important;
}

/* NECTAR BUTTON */
.nectar-button {
  border-radius: 8px;
  color: #fff;
  font-family: "Nunito" !important;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0px;
  padding: 13px 18px;
  text-transform: none;
  top: -3px;
}

/*  END OF DOC */
