/*
	Theme Name: Cicero Group
	Theme URI: https://www.cicerogroup.com/
	Description: Theme to Cicero Group.
	Version: 1.0.0
	Author: Ryan J. Hunter
	Author URI: http://cicero.ryanjhunter.com/
	Tags: HTML5, CSS3, SASS, JavaScript, Jquery, Gulp, PHP

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

.text-white h1 {
    font-weight: 600;
    font-size: 55px !important;
    letter-spacing: 12px;
    line-height: 65px;
}
.title-with-line h2, h2 {
    font-size: 35px !important;
}
@media screen and (max-width: 767px) {
.text-white h1 {
    font-size: 30px !important;
	line-height: 40px !important;
	}}
#hero-img-height{height:79vh !important;}


@keyframes bounce {
	0%, 100%, 20%, 50%, 80% {
		-webkit-transform: translateY(0);
		-ms-transform:     translateY(0);
		transform:         translateY(0)
	}
	40% {
		-webkit-transform: translateY(-30px);
		-ms-transform:     translateY(-30px);
		transform:         translateY(-30px)
	}
	60% {
		-webkit-transform: translateY(-15px);
		-ms-transform:     translateY(-15px);
		transform:         translateY(-15px)
	}
}
.to-bottom {  
  
  color:white !important;
  display:inline-block;/* or block */
	position:relative;
	border-color:white;
	text-decoration:none;
	top:4.0em;
	font-size:1.4em;
  	-webkit-animation-duration: 1s;
 	animation-duration: 1s;
  	-webkit-animation-fill-mode: both;
  	animation-fill-mode: both;
 	-webkit-animation-timing-function: ease-in-out;
 	animation-timing-function: ease-in-out;
  	animation-iteration-count: infinite;
  	-webkit-animation-iteration-count: infinite;
}

.to-bottom:before{
  	content:'❮';
    transform: rotate(-90deg);
	font-size:1em;
	position:absolute;
	border:solid .05em;
	border-radius:10em;
	width:1.5em;
	height:1.5em;
	line-height:1.35em;
	border-color:inherit;
	transition:transform .5s ease-in;
}

.to-bottom:hover {
  cursor: pointer;
  animation-name: bounce;
  -moz-animation-name: bounce;
}

/*Galaxy S5 */
@media only screen and (width: 360px)
{
	.to-bottom{top:7.1em;font-size:0.8em !important;}
}

/*IPhone 5/5SE*/
@media only screen and (width: 320px)
{
	.to-bottom{top:5.7em;font-size:0.8em;}	
}


/*Pixel2 */
@media only screen and (width: 411px)
{
	.to-bottom{top:6.38em; font-size:1em !important;}
}

/* Pixel 2  */
@media only screen and (width: 414px)
{
	.to-bottom{top:6.38em; font-size:1em !important;} 
}


/*IPhone X, 6/7/8 */
@media only screen and (width: 375px)
{
	.to-bottom{top:6.25em; font-size:1em !important;}
}

/*IPad mini, Ipad */
@media only screen and (width: 768px)
{
	.to-bottom{top:5.2em;font-size:1.1em !important;}
}

/* Ipad Pro */
@media only screen and (width: 1024px)
{
	.to-bottom{top:7.7em;font-size:1.4em !important;}
}

.cicero-contact-form-w input[type=email], .cicero-contact-form-w input[type=text], .cicero-contact-form-w textarea {
    width: 100%;
    padding-top: 5px;
	padding-left: 5px;
    padding-bottom: 15px;
    font-weight: 600;
    border: 0;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 15px;
    outline: 0;
    letter-spacing: 2px;
	background-color:transparent;
    color: #ffffff !important;
    border-radius: 0;
    font-size: 16px;
    border-radius: 0;
    padding-left: 0;
}
rs-layer input[type="text"] {
	color: #fff !important;
}



.cicero-contact-form-w ::-webkit-input-placeholder { color: #fff; }
.cicero-contact-form-w :-moz-placeholder { color: #fff; }
.cicero-contact-form-w ::-moz-placeholder { color: #fff; }
.cicero-contact-form-w :-ms-input-placeholder {  color: #fff; }


.grecaptcha-badge {
opacity:0 !important;
}





























