/*
Theme Name: Catholicsingles
Theme URI: #
Author: the Catholicsingles team
Author URI: #
Description: Our 2017 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*====================================== reset.css is here ========================================*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: bold;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
}
.clear_0 {
  clear: both;
  font-size: 0px;
  line-height: 0px;
  display: block;
}
.last {
  margin: 0 !important;
}
.pad_last {
  padding: 0 !important;
}
.no_bg {
  background: none !important;
}
/**************************************************************************************/
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: #4a4a4a;
  text-decoration: none;
  outline: 0 none;
}
a:hover,
a:focus {
  color: #4a4a4a;
  text-decoration: none;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 32px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 22px;
}
h6 {
  font-size: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
/*----------------------------------------------------------------------------------*/
html {
}
body {
  color: #4a4a4a;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  background: transparent;
}
body .category_wrap p {
    color: #fff !important;
	text-shadow: 2px 2px #000;
}
.flt_Lt {
  float: left;
  display: inline;
}
.flt_Rt {
  float: right;
  display: inline;
}
input,
textarea {
  -webkit-appearance: none;
  border-radius: 0px;
  outline: none;
  border: 0px;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
input:focus,
textarea:focus {
  outline: none;
}
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
.button {
  width: 132px;
  display: inline-block;
  background-color: #ed1651;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  height: 45px;
  line-height: 43px;
  -webkit-border-radius: 40px;
  -o-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.button:hover {
  background-color: #ffffff;
  color: #ed1651;
}
.button:hover,
.button:focus {
  color: #ffffff;
}
p {
  color: #4a4a4a;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  padding: 0 0 30px;
}
p strong {
  font-weight: 500;
}
p em {
}
/* -------------- layout -------------- */
.wrapper {
  margin: 0 auto;
  overflow: hidden;
}
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

/* -------------- HEADER HERE -------------- */
.header {
  border-bottom: 1px solid #a9cae1;
}
.header .container {
  display: table;
  height: 120px;
 
}
.header .container > * {
  display: table-cell;
  vertical-align: middle;
}
.logo {
  width: 158px;
}
.right_header {
  text-align: right;
}
.right_header .acc_check {
  color: #4a4a4a;
  font-weight: 400;
  font-size: 16px;
}
.right_header .button {
  border: 1px solid #ed1651;
  background-color: transparent;
  color: #ed1651;
  margin-left: 15px;
}
.right_header .button:hover {
  background-color: #ed1651;
  color: #ffffff;
}

/* -------------- NAVIGATION HERE -------------- */
.nav {
}
.nav ul {
}
.nav ul li {
}
.nav ul li a {
}
.nav ul li a span {
}
.nav ul li a:hover {
}

/* ------------------- HUMBERGER ICON ------------------- */
#nav-toggle {
  display: none;
  width: 32px;
  height: 22px;
  position: absolute;
  right: 15px;
  top: 42px;
}
#nav-toggle span {
  cursor: pointer;
  height: 4px;
  width: 32px;
  right: 0;
  background-color: #004b79;
  position: absolute;
  z-index: 1;
  display: block;
  content: '';
}
#nav-toggle span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#nav-toggle span:first-child {
  top: 0;
}
#nav-toggle span:last-child {
  bottom: 0;
}
#nav-toggle span,
#nav-toggle span:first-child,
#nav-toggle last-child:after {
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
#nav-toggle.current_page_item span:nth-child(2) {
  background-color: transparent;
}
#nav-toggle.current_page_item span:first-child,
#nav-toggle.current_page_item span:last-child {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#nav-toggle.current_page_item span:first-child {
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-toggle.current_page_item span:last-child {
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* -------------- FOOTER HERE -------------- */
.footer {
  padding: 56px 0 42px;
  background-color: #01385a;
  color: #ffffff;
  text-align: center;
}
.footer a,
.footer p {
  color: #ffffff;
}
.footer .container {
}
.copy {
  font-size: 15px;
  margin: 0 0 0 0;
  padding: 0;
}
.footer_nav {
  padding: 0 0 30px;
  max-width: 630px;
  margin: 0 auto 30px;
  border-bottom: 1px solid #5582a1;
}
.footer_nav li {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.footer_nav li:after {
  content: '|';
  display: inline-block;
  vertical-align: middle;
  margin: 0 7px 0 10px;
}
.footer_nav li:last-child:after {
  display: none;
}
.footer_nav li a {
  position: relative;
  font-weight: 400;
  font-size: 15px;
}
.footer_nav li a:after {
  content: '';
  position: absolute;
  width: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-bottom: 1px solid #ffffff;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.footer_nav li a:hover:after {
  width: 100%;
}
.bottom_footer {
}
.bottom_footer * {
  display: inline-block;
}
.footer_nav1 li {
  margin: 0 10px;
}
.footer_social {
  display: block;
  margin: 27px 0 0;
}
.footer_social li {
  margin: 0 22px;
}
.footer_social li a {
  font-size: 26px;
}
/* -------------- MAIN CONTENT HERE -------------- */
.main_content {
}
.main_content .container {
}

.home_banner_section {
  height: 680px;
  position: relative;
  margin: -1px 0 0;
}
.home_banner_section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home_banner_section .container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 300px;
}
.home_banner_section h1 {
  color: #ffffff;
  text-align: right;
}
.create_accout_section {
  background-color: #ffffff;
  margin-top: -216px;
  z-index: 1;
  position: relative;
  padding: 30px 0 10px;
  -webkit-box-shadow: 0 10px 37px -2px #efefef;
  -o-box-shadow: 0 10px 37px -2px #efefef;
  -moz-box-shadow: 0 10px 37px -2px #efefef;
  -ms-box-shadow: 0 10px 37px -2px #efefef;
  box-shadow: 0 10px 37px -2px #efefef;
}
.create_accout_content {
  max-width: 930px;
  margin: 0 auto;
  width: 100%;
}
.creat_acc_comman {
  display: none;
}
.section_1 {
  display: block;
}
.creat_acc_comman h5 {
  color: #004b79;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  padding: 0 0 15px;
}
.button_section {
  max-width: 520px;
  width: 100%;
  margin: 15px auto 26px;
}
.button_section .button {
  display: inline-block;
  width: 45%;
  font-size: 14px;
  font-weight: 400;
  background-color: #3b5999;
  border: 1px solid #3b5999;
  margin: 0 8px;
}
.button_section .button:before {
  content: '';
  margin: -2px 20px 0 0;
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
}
.button_section .button.button_fb:before {
  content: '\f09a';
  color: #ffffff;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.button_section .button.button_fb:hover {
  color: #3b5999;
  background-color: #ffffff;
}
.button_section .button.button_fb:hover:before {
  color: #3b5999;
}
.button_section .button.button_google:before {
  width: 20px;
  height: 21px;
  background: url('images/icon1.png') no-repeat;
}
.button_section .button.button_google {
  color: #666666;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
}
.button_section .button.button_google:hover {
  background-color: #666666;
  color: #ffffff;
}
.creat_acc_comman h6 {
  text-align: center;
  position: relative;
  font-size: 16px;
  color: #004b79;
  margin: 0 0 25px;
}
.creat_acc_comman h6:after {
  content: '';
  opacity: 0.41;
  position: absolute;
  border-bottom: 2px solid #2b7db6;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.creat_acc_comman h6 em {
  letter-spacing: 0.4px;
  font-weight: 500;
  display: inline-block;
  padding: 0 16px;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}
.creat_acc_comman .progress {
  max-width: 330px;
  width: 100%;
  margin: 0 auto 28px;
  height: 4px;
  background-color: #a9c5db;
}
.creat_acc_comman .progress-bar {
  background-color: #ff6f17;
}
.form_sec input:not([type='checkbox']) {
  position: relative;
  z-index: 1;
  color: #2b7db6;
  font-size: 18px;
  line-height: 24px;
  background-color: transparent;
  width: 100%;
  border: 0;
  border-bottom: 2px solid #004b79;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.form_sec .button {
  border: 1px solid #ed1651;
  height: 45px;
  line-height: 43px;
  width: 100%;
  max-width: 188px;
  font-size: 16px;
}
.form_sec .button:hover {
  color: #ed1651;
}
.form_sec select {
  text-transform: uppercase;
  width: 100%;
  height: 30px;
  border: 0;
  border-bottom: 2px solid #004b79;
  font-size: 16px;
  line-height: 24px;
  color: #2b7db6;
}
.form_sec select:focus {
  outline: none;
}
.form_sec label {
  font-size: 18px;
  font-weight: 400;
  color: #004b79;
  margin: 0 14px 0 0;
}
.form_sec {
  margin: 0 -20px;
}
.form_sec > li {
  padding: 0 20px;
  margin: 0 0 40px;
}
.form_sec1 > li {
  width: 33%;
  display: table;
  float: left;
  vertical-align: bottom;
}
.form_sec1 > li > * {
  position: relative;
  display: table-cell;
  vertical-align: bottom;
}
.form_sec1 > li:last-child {
  text-align: center;
}
.form_sec1 select {
  width: 58px;
  margin: 0 2px;
}

.form_sec input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #2b7db6;
  opacity: 1;
}
.form_sec input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #2b7db6;
  opacity: 1;
}
.form_sec input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #2b7db6;
  opacity: 1;
}
.form_sec input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #2b7db6;
  opacity: 1;
}
.form_sec2 {
  text-align: center;
}
.form_sec2 > li {
  width: 50%;
  float: left;
  display: table;
  position: relative;
}
.form_sec2 > li > * {
  display: table-cell;
  vertical-align: bottom;
}
.form_sec2 label {
  width: 40%;
  text-align: left;
  padding: 0 10px 0 0;
  text-transform: capitalize;
}
.form_sec2 > li > span {
  width: 60%;
}
.form_sec2 select {
  width: 100%;
}
.form_sec2 > li:first-child > *,
.form_sec2 li.width1 > * {
  display: inline-block;
}
.form_sec2 > li.width1 {
  display: inline-block;
  width: auto;
  float: none;
}
.form_sec2 > li:first-child {
  float: none;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}
.form_sec2 > li:first-child label {
  width: auto;
}
.form_sec2 > li:first-child span {
  width: auto;
  display: inline-block;
  padding: 0 10px;
}
.form_sec2 > li:first-child select {
  width: 60px;
}
.form_sec2 > li:first-child .nice-select {
  font-size: 16px;
}
.form_sec2 .button {
  width: 184px;
}
.form_sec input[type='checkbox'] {
  cursor: pointer;
  position: absolute;
  left: 0;
  width: 43px;
  z-index: 1;
  height: 100%;
  opacity: 0;
}
.form_sec input[type='checkbox']:focus {
  outline: none;
}
.form_sec input[type='checkbox'] + * {
  font-size: 16px;
  position: relative;
  padding-left: 28px;
  text-align: left;
  color: #004b79;
  max-width: 302px;
  width: 100%;
}
.form_sec input[type='checkbox'] + *:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: url('images/icon2.png') no-repeat;
  background-size: contain;
}
.form_sec input[type='checkbox']:checked + *:after,
.form_sec .error_check input[type='checkbox']:checked + *:after {
  background: url('images/icon3.png') no-repeat;
}
.form_sec .error_check input[type='checkbox'] + *:after {
  background: url('images/icon4.png') no-repeat;
}
.form_sec input[type='checkbox'] + * a {
  text-decoration: underline;
  color: #004b79;
  display: inline-block;
  white-space: pre;
}
.connect_app_sec {
  margin: 0 0 85px;
  color: #ffffff;
  margin-top: 180px;
  margin-top: 0;
  background: #569fd2;
  background: -webkit-linear-gradient(left, #569fd2, #053f64);
  background: -o-linear-gradient(right, #569fd2, #053f64);
  background: -moz-linear-gradient(right, #569fd2, #053f64);
  background: linear-gradient(to right, #569fd2, #053f64);
}
.nice-select .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.nice-select .mCSB_scrollTools {
  width: 2px;
}
.error_msg {
  text-align: center;
  color: #ff0000;
}
.success_msg {
  text-align: center;
  color: #00b500;
}
.connect_app_sec h3 {
  color: #ffffff;
  padding: 0 0 16px;
}
.connect_app_sec p {
  color: #ffffff;
}
.connect_app_sec .button {
  background-color: #56a0d3;
  border: 1px solid #56a0d3;
}
.connect_app_sec .button:hover {
  color: #56a0d3;
  background-color: #ffffff;
}
.connect_app_1 {
  position: relative;
  padding-top: 58px;
  padding-bottom: 100px;
  padding-left: 30px;
}
.connect_app_1 img {
  position: absolute;
  bottom: 0;
  right: 100%;
  max-width: 250px;
  max-width: 363px;
}
.img_frame {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  overflow: hidden;
}
.img_frame img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.success_stories_sec {
  margin: 0 auto 45px;
}
.success_stories_sec h4 {
  color: #004b79;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  padding: 0 0 48px;
  text-transform: capitalize;
}
.success_stories_item {
  margin-bottom: 40px;
}
.success_stories_link {
  display: block;
  -webkit-box-shadow: 0 0 13px 5px #f4f4f4;
  -o-box-shadow: 0 0 13px 5px #f4f4f4;
  -moz-box-shadow: 0 0 13px 5px #f4f4f4;
  -ms-box-shadow: 0 0 13px 5px #f4f4f4;
  box-shadow: 0 0 13px 5px #f4f4f4;
}
.success_stories_desc {
  padding: 18px 30px;
  display: block;
}
.success_stories_desc > * {
  display: block;
}
.success_stories_desc h2 {
  text-align: center;
  font-size: 20px;
  color: #2b7db6;
  font-weight: 500;
  padding: 0 0 18px;
}
.success_stories_desc h2 a {
  color: #2b7db6;
}
.success_stories_desc p {
  line-height: 24px;
  font-size: 15px;
}
.success_stories_desc .button {
  margin: 16px auto 0;
  font-weight: 400;
  background-color: #56a0d3;
  border: 1px solid #56a0d3;
}
.success_stories_desc .button:hover {
  color: #56a0d3;
  background-color: #ffffff;
}
.success_stories_list1 .img_frame {
  padding-bottom: 46%;
}
.free_account_section {
  height: 430px;
  position: relative;
  margin: 0 0 85px;
}
.free_account_section > img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.free_account_section .container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35px;
  text-align: center;
}
.free_account_section h2 {
  color: #ffffff;
  font-size: 40px;
  padding: 0 0 18px;
  font-weight: 700;
}
.free_account_section h2 em {
  display: block;
}
.free_account_section .button {
  width: auto;
  padding: 0 20px;
}
.free_account_section .button:hover {
  color: #ed1651;
}

.blog_home_list .success_stories_link {
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.blog_home_list .success_stories_desc {
  padding: 18px 0;
}
.blog_home_list .success_stories_desc h2 {
  padding-left: 10px;
  padding-right: 10px;
}
.blog_home_list .img_frame {
  padding-bottom: 68%;
}

/*BLOG LIST*/
.blog_list_page {
}
.blog_list_page h1 {
  text-align: center;
  margin:45px 0px;
}
.blog_list_cate {
  text-align: center;
  margin: 0 0 24px;
}
.blog_list_cate li {
  display: inline-block;
  margin: 0 12px;
}
.blog_list_cate li a {
  color: #2b7db6;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}

.blog_list_section {
  margin-left: -12px;
  margin-right: -12px;
}
.blog_list_section > li:first-child {
  width: 100%;
}
.blog_list_section > li:first-child .img_frame {
  height: 464px;
  padding: 0;
}
.blog_list_section > li:first-child .success_stories_desc {
  text-align: left;
  padding: 35px 40px;
  max-width: 430px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.blog_list_section > li:first-child .success_stories_desc .title {
  font-size: 32px;
  line-height: 40px;
  color: #ffffff;
  font-weight: 700;
}
.blog_list_section > li:first-child .success_stories_desc .title a {
  color: #ffffff;
}
.blog_list_section > li:first-child .blog_small_info {
  color: #ffffff;
  font-size: 18px;
}
.blog_list_section > li:first-child .blog_small_info .author {
}
.blog_list_section > li:first-child .success_stories_desc .desc {
  color: #ffffff;
}
.blog_list_section > li {
  width: 33.33%;
  float: left;
  padding-left: 12px;
  padding-right: 12px;
  margin: 0 0 48px;
}
.blog_list_link {
  display: block;
  position: relative;
}
.blog_list_link .success_stories_desc {
  padding: 18px 0;
}
.blog_list_link .success_stories_desc .title {
  text-align: left;
  font-size: 24px;
}
.blog_small_info {
  font-size: 16px;
  font-weight: 500;
  padding: 0 0 13px;
}
.blog_small_info .author {
  font-weight: 400;
  margin: 0 0 0 15px;
}
.pegination {
  text-align: center;
  margin: 0 0 95px;
}
.pegination .wp-paginate {
}
.pegination .wp-paginate li {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  padding: 0 7px 10px;
}
.pegination .wp-paginate li > * {
  height: 58px;
  line-height: 56px;
  display: inline-block;
}
.pegination .wp-paginate li .page {
  color: #0a557c;
}
.pegination .wp-paginate li .current {
  padding: 0 30px;
  border: 1px solid #267ebd;
  -webkit-border-radius: 28px;
  -o-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  border-radius: 28px;
}
.pegination .wp-paginate li .next,
.pegination .wp-paginate li .prev {
  width: 150px;
  color: #ffffff;
  background-color: #ed1651;
  border: 1px solid #ed1651;
  -webkit-border-radius: 28px;
  -o-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  border-radius: 28px;
}
.pegination .wp-paginate li .next:hover,
.pegination .wp-paginate li .prev:hover {
  color: #ed1651;
  background-color: #ffffff;
}
.blog_single_page {
  max-width: 792px;
  position: relative;
}
.blog_single_page h1 {
  text-align: left;
  font-weight: 700;
}
.breadcrumbs {
  margin: 0 0 40px;
}
.breadcrumbs span {
  display: inline-block;
  position: relative;
  margin: 0 0 0 3px;
}
.breadcrumbs span a {
  color: #2b7db6;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 14px;
}
.breadcrumbs span:first-child {
  margin: 0;
}
/*.breadcrumbs span:after { content: '/'; font-weight: 500;    margin: 0 1px 0 4px;}*/
/*.breadcrumbs span:last-child:after { display: none;}*/
.post-categories {
  padding: 0 0 18px;
}
.post-categories li {
  display: inline-block;
  padding: 0 10px 0 0;
}
.post-categories li a {
  font-size: 14px;
  display: block;
  font-weight: 600;
  text-transform: capitalize;
}
.after_blog_content {
  margin: 22px 0 40px;
}
.after_blog_content .post-categories {
  padding: 0;
}
.after_blog_content .post-categories li {
  padding: 0 16px 0 0;
}
.after_blog_content .post-categories li a {
  padding: 10px 15px;
  background-color: #f8f8f8;
  font-weight: 300;
}
.blog_small_info1 {
  margin: 0 0 40px;
  font-size: 16px;
}
.blog_small_info1 .date {
  font-weight: 400;
  margin: 0 16px 0 0;
  display: inline-block;
  vertical-align: middle;
}
.author_sec {
  display: inline-block;
  vertical-align: middle;
}
.author_img {
  margin: 0 5px 0 0;
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.author_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*BLOG Page*/
.blog_content img {
  margin: 22px 0;
}
.blog_content img.aligncenter { 
	display:block;
	margin: auto;
}
.blog_content img.alignright {
	margin-left: 22px;
}
.blog_content h2 {
  margin: 40px 0 15px;
  font-size: 32px;
  font-weight: bold;
	font-family: Roboto Slab;

}
.blog_content h3 {
  font-size: 28px;
  margin: 40px 0 8px;
}
.blog_content h4 {
  font-size: 24px;
  margin: 0 0 8px;
}
.blog_content h5 {
  font-size: 20px;
  margin: 0 0 8px;
}
.blog_content h6 {
  font-size: 16px;
  margin: 0 0 8px;
}
.blog_content iframe {
  margin: 22px auto;
  display: block;
  max-width: 560px;
  width: 100%;
}
.blog_content p a {
  text-decoration: underline;
	color: blue;
}
.blog_content p strong {
  font-weight: 500;
}
.blog_content p em {
  font-style: italic;
}
.blog_content ul, .how_it_works_desc ul {
  list-style-type: disc;
  margin: 0 40px 20px;
  list-style-position: inherit;
  text-indent: 0px;
  line-height: 2.4rem;
}
.blog_content ol, .how_it_works_desc ol {
  list-style-type: decimal;
  margin: 0 40px 20px;
  list-style-position: inherit;
  text-indent: 0px;
  line-height: 2.4rem;
}
.blog_content ul li,
.blog_content ol li,
.how_it_works_desc ul li,
.how_it_works_desc ol li {
  margin: 0 0 5px;
	font-size: 18px;
	font-weight: 300;
}
.blog_content ul ul,
.blog_content ol ol,
.blog_content ul ol,
.blog_content ul ol {
  padding: 0 0 0 10px;
  margin: 0 0 10px;
}
.blog_content li strong,
.how_it_works_desc li strong {
  font-weight: 500;
}
.blog_content li b,
.how_it_works_desc li b {
  font-weight: 500;
}
.blog_content li em,
.how_it_works_desc li em {
  font-style: italic;
}
.blog_content li a {
  text-decoration: underline;
  color: #2b7db6;
}
.blog_content blockquote {
  
  padding: 15px;
  margin: 0 0 18px 15px;
	border-left: 3px solid #a9cae1;
}
.blog_content blockquote p:last-child {
  padding: 0;
}
/*Testimonials Page*/
.testimonials_list_section {
  margin-bottom: 40px;
}
.testimonials_list_section > div:nth-child(odd) {
  background: #569fd2;
  background: -webkit-linear-gradient(left, #569fd2, #053f64);
  background: -o-linear-gradient(right, #569fd2, #053f64);
  background: -moz-linear-gradient(right, #569fd2, #053f64);
  background: linear-gradient(to right, #569fd2, #053f64);
}
.testimonials_item {
  padding: 20px 0;
}
.testimonials_img {
  width: 30%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.testimonials_img > img {
    border: 5px white solid;
    box-shadow: 1px 1px 15px 0px #333;
}
.testimonials_description {
  float: left;
  width: 70%;
  padding-left: 15px;
  padding-right: 15px;
}
.testimonials_description h3 {
  padding: 0 0 10px;
}
.testimonials_description p {
  font-size: 18px;
  line-height: 28px;
}
.testimonials_description p a {
  text-decoration: underline;
}

.testimonials_list_section > div:nth-child(odd) .testimonials_description h3 {
  color: #ffffff;
}
.testimonials_list_section > div:nth-child(odd) .testimonials_description p {
  color: #ffffff;
}
.testimonials_list_section > div:nth-child(even) .testimonials_img {
  float: right;
}

.testimonial_last_grid_sec {
  padding: 40px 0;
}
.testimonial_last_grid {
}
.testimonial_last_grid li {
  margin: 0 0 20px;
}
.testi_item img {
  float: left;
  width: 100px;
  height: 76px;
  object-fit: cover;
  margin: 0 12px 10px 0px;
}
.read_more,
.read_more:hover,
.read_more:focus {
  color: #267ebd;
}

/* Directory Page */
.directory_page {
  padding-top: 40px;
}

.search-form {
  max-width: 500px;
  width: 100%;
  position: relative;
  padding-right: 150px;
}
.search-form label {
  display: block;
  width: 100%;
}
.search-field {
  width: 100%;
  border: 1px solid #4a4a4a;
  height: 45px;
  line-height: 45px;
  padding: 0 5px;
}
input[type='submit'].search-submit {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 140px;
  width: 100%;
  display: inline-block;
  background-color: #ed1651;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  height: 45px;
  line-height: 43px;
  -webkit-border-radius: 40px;
  -o-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.social_share_section {
  left: 50%;
  margin-left: -496px;
  position: fixed;
  width: 65px;
  border: 1px solid #cfcfcf;
  text-align: center;
  padding: 35px 0 12px 0;
  background: #ffffff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.social_share_section:before {
  content: 'share';
  color: #4d4d4d;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  position: absolute;
  top: 12px;
  width: 100%;
  left: 0;
  right: 0;
}
.social_share_section li {
  font-size: 28px;
  padding: 0px 0 10px;
}
.social_share_section li:last-child {
  padding: 0;
}
.social_share_section li a {
  color: #297eb7;
}

.nice-select {
  font-size: 18px;
  white-space: normal;
  text-transform: capitalize;
  width: auto;
  padding-left: 4px;
  padding-right: 10px;
  height: 30px;
  line-height: 30px;
  font-family: 'Rubik', sans-serif;
  color: #2b7db6;
  float: none;
  border: 0;
  border-bottom: 2px solid #004b79;
  margin: 0 0 0 7px;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.nice-select:hover,
.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #004b79;
}
.nice-select:after {
  right: 0px;
  border: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #2b7db6;
  -webkit-transform-origin: none;
  -ms-transform-origin: none;
  transform-origin: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.nice-select .list {
  width: 100%;
  height: 200px;
}
.nice-select .option {
  padding: 8px 5px;
  line-height: normal;
  min-height: auto;
}
.nice-select.open:after {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.nice-select .current {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 30px;
}
.form_sec1 .nice-select {
  width: 60px;
}

.input_field label {
  color: #2b7db6;
  position: absolute;
  left: 0;
  bottom: 2px;
}

.bio {
  padding: 16px 0;
  margin: 0 0 20px;
  border-bottom: 2px solid #eaeaea;
  border-top: 2px solid #eaeaea;
}
.pro_img {
  float: left;
  width: 67px;
  height: 67px;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.pro_img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bio_details {
  padding: 0 0 0 20px;
  float: left;
  width: calc(100% - 67px);
}
.bio_details p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  padding: 0;
}

/*6-1-2018 CSS*/

/*------------- HOW IT WORKS-----------------*/
.page_title {
  text-align: center;
  padding: 62px 0 100px;
}
.how_it_works_section {
  padding: 0 0 35px;
}
.how_it_works_section > div {
}
.how_it_works_item {
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 120px;
}
.how_it_works_img {
  float: left;
  width: 50%;
  padding-left: 30px;
  padding-right: 30px;
  text-align: left;
}
.how_it_works_desc {
  float: left;
  width: 50%;
  padding-left: 30px;
  padding-right: 30px;
}
.how_it_works_desc h3 {
  padding: 0 0 23px;
}
.how_it_works_desc h4 {
  font-size: 24px;
  color: #9b9b9b;
  font-weight: 400;
  padding: 0 0 20px;
}
.how_it_works_section > div:nth-child(odd) .how_it_works_img {
  float: right;
  text-align: right;
}
.how_it_works_section.how_it_works_section1
  > div:nth-child(odd)
  .how_it_works_img {
  float: left;
  text-align: left;
}
.how_it_works_section.how_it_works_section1
  > div:nth-child(odd)
  .how_it_works_desc {
  text-align: right;
}
.how_it_works_section.how_it_works_section1
  > div:nth-child(even)
  .how_it_works_img {
  float: right;
  text-align: right;
}

.how_it_works_section .button {
  text-transform: uppercase;
  max-width: 384px;
  width: 100%;
  display: block;
  height: 72px;
  line-height: 70px;
  margin: 0 auto 35px;
  border: 1px solid #ed1651;
}
.how_it_works_section .button:hover {
  color: #ed1651;
}
.how_it_works_img a {
  display: inline-block;
  width: 90%;
}
.how_it_works_img img {
  -webkit-box-shadow: 0 20px 38px 10px #eeeeee;
  -o-box-shadow: 0 20px 38px 10px #eeeeee;
  -moz-box-shadow: 0 20px 38px 10px #eeeeee;
  -ms-box-shadow: 0 20px 38px 10px #eeeeee;
  box-shadow: 0 20px 38px 10px #eeeeee;
}

.slick-slider *:focus {
  outline: none;
}
.success_story_slider {
  background-color: #56a0d3;
  padding: 50px 0 60px;
}
.success_story_slider h2 {
  font-size: 36px;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
}
.story_img {
  display: block;
  height: 0;
}
.story_slider2 {
  padding: 0 134px;
}
.story_slider_item {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.07),
    0 7px 12px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.07),
    0 7px 12px 0 rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.07),
    0 7px 12px 0 rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.07),
    0 7px 12px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.07), 0 7px 12px 0 rgba(0, 0, 0, 0.08);
}
.story_slider2 .slick-slide {
  padding-left: 43px;
  padding-right: 43px;
  padding-top: 35px;
  padding-bottom: 35px;
}
.story_slider2 .slick-arrow {
  width: 72px;
  height: 180px;
  position: absolute;
  z-index: 1;
  background-color: transparent;
  font-size: 0;
  line-height: 0;
  border: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.story_slider2 .slick-arrow.slick-prev {
  background: url('http://wp2.upupload.com/blog64218/qghc6gdrt64218/wp-content/themes/Catholicsingles/images/arrow_left.png')
    no-repeat;
  background-size: contain;
  left: 0;
}
.story_slider2 .slick-arrow.slick-next {
  background: url('http://wp2.upupload.com/blog64218/qghc6gdrt64218/wp-content/themes/Catholicsingles/images/arrow_right.png')
    no-repeat;
  background-size: contain;
  right: 0;
}
.story_slider2 .slick-arrow.slick-disabled {
  display: none !important;
}

.story_desc {
  padding: 18px 34px;
}
.story_desc .title {
  text-align: center;
  padding: 0 0 16px;
}
.story_desc .title a {
  color: #2b7db6;
}

.community_sec {
  text-align: center;
  padding: 60px 15px 60px;
  min-height: 654px;
}
.community_sec h2 {
  font-size: 36px;
  font-weight: 600;
  padding: 0 0 35px;
}
.community_sec .button {
  border: 1px solid #ed1651;
  width: 320px;
  height: 102px;
  line-height: 100px;
  text-transform: uppercase;
}
.community_sec .button:hover {
  color: #ed1651;
}

.community_sec.community_sec1 {
  min-height: auto;
}

.join_today_section {
  background-color: #d01246;
  text-align: center;
  padding: 64px 0;
  margin-bottom: 90px;
}
.join_today_section h2 {
  font-size: 36px;
  color: #ffffff;
}
.join_today_section .button {
  width: 240px;
  background-color: #ffffff;
  color: #ed1651;
  font-size: 14px;
  vertical-align: middle;
  margin: 10px 0 10px 35px;
}

.how_it_works_section_wrap {
  padding-top: 85px;
}

/*


-webkit-text-shadow: 3px 3px 4px #bd9223; -o-text-shadow: 3px 3px 4px #bd9223; -moz-text-shadow: 3px 3px 4px #bd9223; -ms-text-shadow: 3px 3px 4px #bd9223; text-shadow: 3px 3px 4px #bd9223;
-webkit-box-shadow: none; -o-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; box-shadow: none;
-webkit-border-radius: 100%; -o-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; border-radius: 100%;
-webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%);
-webkit-transition: all 500ms ease-in-out; -moz-transition: all 500ms ease-in-out; -ms-transition: all 500ms ease-in-out; -o-transition: all 500ms ease-in-out; transition: all 500ms ease-in-out;

input::-webkit-input-placeholder { color: #191919;  opacity:  1;}
input:-moz-placeholder {color: #191919;  opacity:  1;}
input::-moz-placeholder { color: #191919;  opacity:  1;}
input:-ms-input-placeholder {color: #191919;  opacity:  1;}
*/

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #191919;
  opacity: 1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #191919;
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #191919;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-textarea-placeholder {
  /* Internet Explorer 10+ */
  color: #191919;
  opacity: 1;
}

input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #191919;
  opacity: 1;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #191919;
  opacity: 1;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #191919;
  opacity: 1;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #191919;
  opacity: 1;
}

.connect_app_sec {
  margin-top: 0;
}

@media (min-width: 220px) and (max-width: 767px) {
  .logo {
    margin: 0 auto;
    max-width: 158px;
    text-align: center !important;
    width: 100%;
  }
  .right_header {
    padding: 20px 0 0;
    text-align: center !important;
  }
}

/* Not entirely sure what this is all supposed to be doing, but I think it can all be removed now. */
/*
  .page-id-3755 .start__signup__boxes {
    display: inline-block !important;
    margin: 30px auto;
    width: 100%;
  }
  .page-id-3755 .myrescl .start__signup__box {
    width: 100% !important;
  }

  input.start__signup__submit[type='submit'] {
    padding: 28px 30px;
  }

  .page-id-3755 .start__signup__box {
    margin: 15px auto;
  }

  .page-id-3664 .social__button__wrapper {
    display: inline-flex;
    justify-content: center;
  }
}

@media only screen and (max-width: 768px) {
  .page-id-3664 .social__button__wrapper {
    display: inline-flex;
    justify-content: center;
  }

  .start__signup__box {
    margin: 0 10px 0 auto;
    padding: 60px 15px;
  }
}

@media (min-width: 220px) and (max-width: 990px) {
  .page-id-3664 .row-wrapper {
    display: inline-block;
    width: 100%;
  }

  .page-id-3664 .signup__form .left-col {
    margin-left: 0px;
  }

  .page-id-3664 .signup__form .right-col {
    margin-left: 0px;
  }

  .page-id-3664 .signup__form .birthday-wrapper {
    margin-left: 0px;
    margin-right: 0px;
  }

  .page-id-3664 .left-col {
    width: 100%;
  }
  .page-id-3664 .right-col {
    width: 100%;
  }

  .page-id-3664 .signup__form {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 414px) {
  .hide-on-mobile {
    display: block;
  }

  .show-on-mobile-only {
    display: none;
  }
}*/

/* ---- spinner search page ---- */
.spinner-container {
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
  margin-bottom: 40px;
}

.spinner-container p {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
}

.spinner {
  max-height: 150px;
  max-width: 150px;
}
.hidefooter {
  display: none;
}

.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap select,
.wpcf7-form-control-wrap textarea
{
	border: 1px solid #4A4A4A;
	font-size: 18px;
	padding: 5px;
}

input[type="submit"].wpcf7-form-control {
	background: #ed1651;
  border: 1px solid #ed1651;
  border-radius: 100px;
  font-family: Rubik,sans-serif;
  font-size: 14px;
  color: #fff;
  line-height: 14px;
  padding: 15px;
  cursor: pointer;
  width: 245px;
  margin: 20px auto 30px;
  font-weight: 400;
}



/* new css 21NOv 2018 */

.home_banner_section.banner_bg
{
	background-color:#ed1651;

}
.home_banner_section.white.banner_bg 
{
  background-color:#FFFFFF;
}

.banner_text h1
{
	text-align: left;
    font-family: 'Rubik', sans-serif;
    font-size: 7rem;
    width: 69%;
}

.home_banner_section .red {
position: absolute;
    left: 0;
    right: 0;
    top: 150px;
  background-image: url("/wp-content/themes/Catholicsingles/images/bg_high.png");
  background-repeat: no-repeat;
  background-position: right top;
  height:395px;
}

.home_banner_section .white {
  position: absolute;
    left: 0;
    right: 0;
    top: 150px;
    background-image: url("/wp-content/themes/Catholicsingles/images/start_today_white.png");
  background-repeat: no-repeat;
  background-position: right top;
  height:395px;
    
}
.home_banner_section .white h1 {
  color: #4A4A4A;
}

a.join
{
    font-family: 'Rubik', sans-serif;
    background: #ffff;
    color: #ed1651;
    
    border-radius: 20px;
    width: 300px;
    float: left;
    text-align: center;
    text-transform: capitalize;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}

a.join_white
{
    font-family: 'Rubik', sans-serif;
    background: #ed1651;
    color: #ffffff;
    
    border-radius: 20px;
    width: 300px;
    float: left;
    text-align: center;
    text-transform: capitalize;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}
span.or {
    float: left;
    clear: both;
    text-align: center;
    width: 230px;
    margin-top: 18px;
    margin-bottom: 25px;
    color: #fff;
    font-size: 18px;
}

a.join_fb
{
    font-family: 'Rubik', sans-serif;
    background: #3b5999;
    color: #fff;
    
    border-radius: 20px;
    width: 230px;
    float: left;
    text-align: center;
    text-transform: capitalize;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}
.home_banner_section .container_new_bottom {
 
    bottom: 120px;
}
.footer
{
	float:left;
	width:100%;
}
.img-center
{
	margin: 0 auto;
}
h2.new_heading
{
	font-size:18px;
}
.topmargin15
{
	margin-top:15px;
}
a.link
{
	color:#2b7db6;
}

a.share_button
{
    font-family: 'Rubik', sans-serif;
    background: #56a0d3;
    color: #fff;
    
    border-radius: 20px;
    width: 230px;
    display:inline-block;
    text-align: center;
    text-transform: capitalize;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}
p.view_other
{
	padding:5px;
}

@media only screen and (min-width: 320px) and (max-width: 480px){
	.banner_text h1
	
	{
		width:100%;
		text-align:left !important;
		font-size:50px !important;
	}
	.home_banner_section .container_new
	{
		top:45px;
		background-image:none !important;

	}
	a.join,span.or,a.join_fb,a.join_white
	{
		width: 100%;
height: 60px;
line-height: 60px;
font-size: 20px;
border-radius:80px;

	}
/*	.home_banner_section
	{
	height:510px !important;
	margin-bottom:60px !important;
	}
*/


	.home_banner_section .container
	{
		bottom:80px !important;
		
	}
	.right_header
	{
		display:none !important;
	}
	
	.sign_in_text
	{
		color: #fff;
		margin-top: 20px;
		float: left;
		width: 100%;
		text-decoration: underline;
	}
  .sign_in_text_white{
    color: #ed1651;
    margin-top: 20px;
    float: left;
    width: 100%;
    text-decoration: underline;
  }
	p.desc
	{
		text-align:center !important;
	}
	
}




@media only screen and (min-width: 480px) and (max-width: 767px){
	
	.banner_text h1
	
	{
		width:100%;
		text-align:left !important;
		font-size:50px !important;
	}
	.home_banner_section .container_new
	{
		top:25px;
		background-image:none !important;
	}
	a.join,span.or,a.join_fb, a.join_white
	{
	width: 100%;
height: 60px;
line-height: 60px;
font-size: 20px;
border-radius:80px;
	}
/*	.home_banner_section
	{
	height:510px !important;
	margin-bottom:60px !important;
	}*/
	.home_banner_section .container
	{
		bottom:80px !important;
		
	}
	.right_header
	{
		display:none !important;
	}
	
	.sign_in_text
	{
		color: #fff;
		margin-top: 20px;
		float: left;
		width: 100%;
		text-decoration: underline;
	}
	p.desc
	{
		text-align:center !important;
	}
	
}


@media only screen and (device-width: 768px) {
  /* For general iPad layouts */
 
	.home_banner_section .container_new
	{
		top:25px;
		background-image:none !important;
	}
	.banner_text h1
	
	{
		width:100%;
		text-align:center;
	}
	.home_banner_section h1 {
   
    text-align: left !important;
	font-size:45px !important;
    
	}
	.home_banner_section
	{
	
	margin-bottom:60px !important;
	}
	a.join,a.join_white
	{
		width:100% !important;
	}
	p.desc
	{
		text-align:center !important;
	}
}

/* 05-07-2019 */

.d-flex{
    display: flex;
}
/*.flex-wrap{
    flex-wrap: wrap;
}*/
.align-items-center{
    align-items: center;
}

.page-template-start .home_banner_section .container,
.page-template-home .home_banner_section .container {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0px;
}
.page-template-start .home_banner_section,
.page-template-home .home_banner_section{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 50px 0px;
    height: 100%;

}
.page-template-start .home_banner_section h1,
.page-template-home .home_banner_section h1 {
    text-align: left;
    margin-bottom: 10px;
}
.page-template-start .home_banner_section p,
.page-template-home .home_banner_section p {
    color: #ffffff;
    text-align: left;
    margin-bottom: 20px;
    padding:0px;
    font-size: 26px;
    line-height: 30px;
}
.page-template-start .home_banner_section .ico-text ul li img,
.page-template-home .home_banner_section .ico-text ul li img{
    width: 50px;
}
.page-template-start .home_banner_section .ico-text ul li p,
.page-template-home .home_banner_section .ico-text ul li p{
    margin-bottom: 0px;
}
/*.banner-right div.start__signup__box:nth-child(2) {
    display: none;
}
.banner-right div.start__signup__box:nth-child(3) {
    display: none;
}
.banner-right div.start__signup__box:nth-child(1) .start__signup__submit {
    display: none;
}
.banner-right div.start__signup__box:nth-child(2) .start__signup__submit {
    display: none;
}*/

/*08-07-2019*/
 .m-auto{
     margin: 0 auto;
    float: none;
 }
.wizard {
       background-color: #fff;
    padding: 3.5em;
    margin-top: 5rem;
    border: 1px solid #aaa;
    border-radius: 8px;
    min-height: 22em;
    vertical-align: middle;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.wizard .row{
  width: 100%;
}
.wizard h3{
     text-align: center;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 25px;
    color: #000;
}

.wizard .radio {
  
    text-align: center;
    padding: 0rem;
    border-radius: 8px;
}
.wizard .radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.wizard .radio .radio-label{
  padding: 0px;
  min-height: 100%;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 2rem;
  transition: all 250ms ease;
  border-radius: 8px; 
      border: 1px solid #aaaaaa;
}
.wizard .radio .radio-label .gender{
  font-size: 2.5rem;
  font-weight: 400;
}
.wizard .radio input[type="radio"] + .radio-label:before {
  content: '';
  background: transparent;
  display: block;
  width: 100%;
  height: 7.5em;
  position: relative;
  top: 0px;
  margin: 10px auto;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.wizard .radio #man + .radio-label:before{
  background-image: url('images/CS_man_icon.png');
}
.wizard .radio #women + .radio-label:before{
  background-image: url('images/CS_woman_icon.png');
}
.wizard .radio input[type="radio"]:checked + .radio-label:before{
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
 .wizard .radio #man:checked + .radio-label:before,
 .wizard .radio #man + .radio-label:hover:before {
  background-image: url('images/CS_man_icon_white.png');
  
}
.wizard .radio #women:checked + .radio-label:before,
.wizard .radio #women + .radio-label:hover:before {
  background-image: url('images/CS_woman_icon_white.png');
}
  
.wizard .radio input:checked + .radio-label,
.wizard .radio input + .radio-label:hover  {
  background: #f91f3b;
      border-color: #f91f3b;

}
.wizard .radio input:checked + .radio-label .gender,
.wizard .radio input + .radio-label:hover .gender {
  color: #ffffff;
  
}

.wizard .selectize-input{
  padding-right: 30px;
}
.wizard  .selectize-input::after {
    content: ' ';
    display: block;
    clear: left;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 8px solid #f00;
    position: absolute;
    top: 13px;
    right: 6px;
}

.wizard input#zip {
        border: 2px solid #aaa;
    border-radius: 8px;
    padding-top: 0px;
    height: 50px;
    text-align: center;
    font-size: 25px;
    width: 100%;
    box-sizing: inherit;
}
.wizard .btn-default {
    color: #333;
    background-color: #EA273E;
    border-color: #EA273E;
    color: #fff;
    width: 100%;
    padding: 11px 5px;
    font-size: 20px;
}
.wizard .btn-default:hover {
  background-color: #F05366;
    border-color: #F05366;
}
.wizard .selectize-control.single .selectize-input:after{
  border-color: #F05366 transparent transparent transparent;
}
.wizard .selectize-control.single .selectize-input, .selectize-dropdown.single {
    border-color: #aaaaaa;
    background-color: #ffffff;

    background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
    background-image: -o-linear-gradient(top, #ffffff, #ffffff);
    background-image: linear-gradient(to bottom, #ffffff, #ffffff);
    background-repeat: repeat-x;
}
.age-text h5{line-height:35px;}
