/*
Theme Name: Tcal
Theme URI: http://underscores.me/
Author: Cristian mendoza
Author URI: http://ajayudesign.com
Description: Theme created for TCAL
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tcalsite
Tags:

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.

tcal is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

/* Small menu. */
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700);
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*-------------- TCAL specifics Styles ---------------------*/



body {background-color: #f0f4f5; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 16px; line-height: 1.5; color: #2a3a49;}
.wrap {display: block; width: 100%;}
@media (min-width: 1260px) {
    .container{
        width: 1260px;
    }
}

h1, h2, h3, h4, h5, h6 {color: #2a3a49;}
h1 {font-size: 3em; font-weight: bold; margin-top: 10px;}
h3, h4, h5, h6 {font-weight: 700;}

.book-h3 h3 {margin-top: 0px;}

a {color: #3498db;}
a:hover {color: #3498db;}
.inline-link a {display: inline;}
.block-link a {display: block;}
.more p a:after {content: url('https://tcal.org.au/wp-content/themes/tcalsite/assets/img/ic_chevron_right_black_24px.svg');}
.clear-after p a:after{content: none;}


/*----.more p > a > img:after {content: none;} -----*/

.more a {padding-bottom: 10px;}


.divider hr {margin-top: 10px; margin-bottom: 10px;}

.no-bullets ul {padding-left: 20px;}
.no-bullets li {list-style-type:none;}


.fa-file-pdf-o {color: #e11e00;}


.img-border img {border: 1px solid #ecf0f1;}

.bg-double {background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #2a3a49 50%, #2a3a49 100%); height: auto; width: 100%; font-weight: 100;}
.bg-dark {background-color: #2a3a4a;}

.img-responsive img {display: block; max-width: 100%; height: auto;}
.img-pad-r-20 img {padding-right: 20px;}

.heading-text h1 {font-size: 3em; font-weight: bold; margin-top: 10px; text-align: center;}
.heading-text h2 {font-size: 1.875em; font-weight: bold; margin-top: 0px; padding-top: 10px; text-align: center;}

.h1-blue h1 {color: #0083c7;}
.h1-orange h1 {color: #ff7a5f;}
.h1-green h1 {color: #32b6c3;}
.h2-green h2 {color: #3bb18f; font-size: 48px; line-height: 72px; padding-left: 20px; padding-right: 20px;}
.h3-orange h3 {color: #ff7a5f; font-family: "Roboto", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-weight: 700; margin-top: 0px; padding-top: 20px;}

.h3-center h3 {text-align: center;}

.h1-hero h1 {font-size: 80px; line-height: 120px; color: #fff; margin-bottom: 20px;}
.hero-bg {background-color: rgba(41, 128, 185, 0.9)}
.hero-txt h3 {line-height: 36px; font-weight: 200; padding: 0 10px 0 10px;}
.text h4, .text p {padding: 0 15px 0 15px;}

.text-padding p {padding-left: 20px; padding-right: 20px; padding-top: 20px;}
.text-no-padding p {padding: 0px;}

.text-p-lr-20 p {padding-left: 20px; padding-right: 20px;}
.p-18 {font-family: "Roboto", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-size: 18px; line-height: 27px; color: #666666; font-weight: 300;}
.text-14, .text-14 p {font-size: 14px; line-height: 21px;}

.img-left img {float: left; margin-right: 20px;}
.img-center img {display: block; margin: 0 auto;}
.img-right img {display: block; float: right;}


.padding-10 a {padding-left: 15px; padding-right: 15px;}
.padding-10 > p:nth-child(2) > a:nth-child(1) {padding-left: 0px; padding-right: 0px;}
.padding-10 > p:nth-child(2) > a:nth-child(1) {padding-left: 0px; padding-right: 0px;}

.padding-10 > p:nth-child(2) > a:after {content: none;}

.navbar {min-height:109px;}

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 0px;
}

.navbar-brand {
    float: left;
    height: 100%;
    width: auto; 
    padding: 0px 0px;
    font-size: 18px;
    line-height: 20px;
    background-color: #fff;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; // remove the gap so it doesn't close
    border: 0px solid #ccc;
    border: 0px solid rgba(0,0,0,.15);
    padding: 0px; 0px;
 }

.navbar-default { background-color: #2a3a49;}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {color: #dbe4ec; background-color: #fff;}
.navbar-default .navbar-text {color: #dbe4ec;}
.navbar-default .navbar-nav > li > a {color: #dbe4ec; text-transform: uppercase; line-height: 79px;}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {color: #fff; background-color: #3e546a;}
.navbar-default .navbar-nav > li > .dropdown-menu {background-color: #2a3a49; font-size: inherit;}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a {color: #dbe4ec; line-height: inherit;}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {color: #fff; background-color: #3e546a;}
.navbar-default .navbar-nav > li > .dropdown-menu > li > .divider {background-color: #3e546a;}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {color: #dbe4ec; background-color: #3e546a;}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {color: #dbe4ec; background-color: #3e546a;}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {color: #dbe4ec; background-color: #3e546a;}
.navbar-default .navbar-toggle {
  border-color: #3e546a;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {background-color: #3e546a;}
.navbar-default .navbar-toggle .icon-bar {background-color: #dbe4ec;}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {border-color: #dbe4ec;}
.navbar-default .navbar-link {color: #dbe4ec;}
.navbar-default .navbar-link:hover {color: #dbe4ec;}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {color: #dbe4ec;}
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {color: #dbe4ec;}
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {color: #dbe4ec; background-color: #3e546a;}
}


.btn-default {color: #ecf0f1; background-color: #3498db; border-color: #2980b9;}
.btn-default:hover {color: #fff; background-color: #3498db; border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.btn {padding: 8px 7px 2px 9px; border: 1px solid transparent; border-radius: 2px;}


.form-control {
    display: block;
    width: 100%;
    height: 41px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #ecf0f1;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.valing {vertical-align: center;}
.min-height {min-height: 360px;}
.min-height-380 {min-height: 380px;}
.min-height-bot {min-height: 260px;}
.min-heght-420 {min-height: 420px;}
.min-height-400 {min-height: 400px;}
.min-height-600 {min-height: 600px;}
.min-height-525 {min-height: 525px;}

.logo img {display: block; height: 50px;}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {width: 100%;}

.carousel-caption {position: absolute; right: 0%; bottom: 0px; left: 0%; z-index: 10; padding-top: 0px; padding-bottom: 0px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0,0,0,.6);}

.carousel-indicators { bottom: 0px; margin-bottom: 0px;}



.carousel-caption-1 {
    position: absolute;
    right: 0%;
    top: 10%;
    bottom: 10px;
    left: 0%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0);
}

.carousel-control.left {background-image: none;}

.carousel-control.right {right: 0; left: auto; background-image: none;}

@media (min-width: 768px) {
  .navbar {
      border-radius: 0px;
  }
}

@media (min-width: 600px) and (max-width: 767px){
  .col-tablet-4 {
    float: left;
      width: 33.33333333%;
      padding-left: 15px;
    padding-right: 15px;
  }
  .col-tablet-6 {
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .h1-hero h1 {font-size: 34px; line-height: 51px; color: #fff; margin-bottom: 20px;}
  .navbar {min-height:50px!important;}
  .navbar-brand {max-height: 50px; width: auto;}
  .logo-responsive img {display: block; height: 50px; width: auto;}
  .navbar-default .navbar-nav > li > a {color: #dbe4ec; font-size: 14px; line-height: 24px; text-transform: none;}
  .navbar-collapse {border-top: 0px solid transparent;}
  .navbar-form {border: 0px solid transparent; padding-top: 13px !important;}
  .dropdown-menu>li>a {font-size: 14px; line-height: 2em !important;}
  .search-form {margin-top: 0px; margin-bottom: 0px; padding-left: 20px !important; padding-right: 20px !important;}
  .bg-double {background: #2a3a4a;}
}

@media (min-width: 340px) and (max-width: 600px){
 	
}

@media screen and (min-width: 768px) {
  .carousel-caption {
    right: 0%;
    left: 0%;
    bottom: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .carousel-indicators {
    bottom: 0px;
    margin-bottom: 0px;
  }
  .carousel-caption-1 {
    right: 0%;
    left: 0%;
    top: 10%;
    bottom: 10%;
    padding-bottom: 30px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .
  .hero-txt h3 {font-size: 22px; line-height: 33px;}
  .h1-hero h1 {font-size: 60px; line-height: 90px; color: #fff; margin-bottom: 20px;}
  .navbar-default .navbar-nav > li > a {color: #dbe4ec; text-transform: uppercase; line-height: 79px; font-size: 14px;}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .min-height {min-height: 335px;}
  .more a {font-size: 15px;}
  .hero-txt h3 {font-size: 22px; line-height: 33px;}
  .custom-height {min-height: 335px;}
  .h1-hero h1 {font-size: 40px; line-height: 60px; color: #fff; margin-bottom: 20px;}
  .navbar-default .navbar-nav > li > a {color: #dbe4ec; font-size: 14px; text-transform: none; line-height: 79px;}
  .dropdown-menu>li>a {font-size: 14px; line-height: 2em !important;}

}

@media only screen and (min-width: 768px) {
  .logo img {height: 100px;}
}

@media only screen and (max-width: 600px) {
  .menu li {font-size: 12px;}
  .menu li a {padding: 10px 10px;}
  .h1-hero h1 {font-size: 20px; line-height: 30px; color: #fff; margin-bottom: 20px;}
  .navbar {min-height:50px!important;}
  .navbar-brand {max-height: 50px; width: auto;}
  .logo-responsive img {display: block; height: 50px; width: auto;}
  .navbar-default .navbar-nav > li > a {color: #dbe4ec; font-size: 14px; line-height: 24px; text-transform: none;}
  .navbar-collapse {border-top: 0px solid transparent;}
  .navbar-form {border: 0px solid transparent; padding-top: 13px !important;}
  .dropdown-menu>li>a {font-size: 14px; line-height: 2em !important;}
  .search-form {margin-top: 0px; margin-bottom: 0px; padding-left: 20px !important; padding-right: 20px !important;}
  .bg-double {background: #2a3a4a;}
}


.footer p {color: #8aa8c6;}
.footer h4 {color: #ecf0f1;}

.border-t {border-top: 1px solid #000;}
.border-b {border-bottom: 1px solid #000;}
.navbar {border: 0px; margin-bottom: 0px; border-radius: 0px;}


.bg-black {background-color: #000;}
.bg-white {background-color: #fff;}
.bg-clear {background-color: #ecf0f1;}
.bg-grey {background-color: #b7b7b7;}
.bg-blue {background-color: #0083c7;}
.bg-orange {background-color: #ff7a5f;}
.bg-green {background-color: #32b6c3;}
.bg-call {background: url(../img/arrow.png) #2c3e50 no-repeat top center;}

.align-bot {position: absolute; bottom: 0;}

.bor-blue-t {border-top: 1px solid #0083c7;}
.bor-orange-t {border-top: 1px solid #ff7a5f;}
.bor-green-t {border-top: 1px solid #32b6c3;}

.pad-l-0 {padding-left: 0px;}
.pad-r-0 {padding-right: 0px;}
.pad-l-5 {padding-left: 5px;}
.pad-l-10 {padding-left: 10px;}
.pad-l-20 {padding-left: 20px;}
.pad-t-5 {padding-top: 5px;}
.pad-t-10 {padding-top: 10px;}
.pad-b-10 {padding-bottom: 10px;}
.pad-t-20 {padding-top: 20px;}
.pad-b-20 {padding-bottom: 20px;}
.pad-t-25 {padding-top: 25px;}
.pad-t-30 {padding-top: 30px;}
.pad-b-30 {padding-bottom: 30px;}
.pad-t-40 {padding-top: 40px;}

.mar-l-20 {margin-left: 20px;}
.mar-l-30 {margin-left: 30px;}

.text-pad-t-20 p {padding-top: 20px;}


.main a {margin-top: 40px; margin-bottom: 40px;}

.box-shadow {background-color: #transparent; display: block; border-radius: 0px; -webkit-border-radius: 0px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);}

.thumb-text p {font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 1.143em; font-weight: 200; line-height: 1.42857143; color: #b6b6b6; padding-bottom: 0 10px;}

.click-btn {
  display: inline-block;
  padding: 0.8em 0.8em;
  margin-top: .8em;
  background-color: transparent;
  background-color: rgba(31, 163, 255, 0);
  font-size: 1.125em;
  font-weight: 500;
  letter-spacing: 1px;

  padding-left: 10% !important;
  padding-right: 10% !important;
  
  text-transform: uppercase;

  border-radius: 2px;
  -webkit-border-radius:2px;
  border: 1px solid #ffffff;
  border-color: rgba(255, 255, 255, 1);
  

  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);

  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.click-btn.blue {
  color: rgba(31, 163, 255, 1);
  background-color: rgba(31, 163, 255, 0);
  border: 1px solid #1fa3ff;
  border-color: rgba(31, 163, 255, 1);
}

.click-btn.blue:hover {
  background-color: #3795e2;
  border: 1px solid #1fa3ff;
  color: #ffffff;

}

.click-btn.orange {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(231, 76, 60, 1);
  border: 1px solid #fb6b54;
  border-color: rgba(231, 76, 60, 1);
}

.click-btn.orange:hover {
  background-color: #ef4135;
  border: 1px solid #fb6b54;
  color: #ffffff;
}

.click-btn.orange-no-bg {
  color: rgba(231, 76, 60, 1);
  background-color: rgba(231, 76, 60, 0);
  border: 1px solid #fb6b54;
  border-color: rgba(231, 76, 60, 1);
}

.click-btn.orange-no-bg:hover {
  background-color: #ef4135;
  border: 1px solid #fb6b54;
  color: #ffffff;
}