/*
 Theme Name:   awake 2
 Description:  for awake
 Template:     onepress
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  onepress-child
*/

/* Add your custom css below
-------------------------------------------------------------- */

#primary {
    padding-bottom: 40px;
    padding-top: 40px;
}

.page-header {
	padding: 10px 0px;
}
.page-header .entry-title, .page-header .page-title {
    font-size: 18px;
	font-weight:bold;
}
.site-footer .btt a i {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    margin-left: 0px;
}
/* Hero Text Style1. */
.hero-content-style1 {
  text-align: center;
}
.hero-content-style1 h2 {
  color: #FFFFFF;
  font-size: 35px;
  letter-spacing: 2px;
  line-height: 1.0;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  font-weight: 800;
  text-transform: uppercase;
}
@media screen and (min-width: 720px) {
  .hero-content-style1 h2 {
    font-size: 35px;
    letter-spacing: 3px;
  }
}
@media screen and (min-width: 940px) {
  .hero-content-style1 h2 {
    font-size: 50px;
    letter-spacing: 4px;
  }
}
.hero-slideshow-wrapper .hero__content .hero-large-text, .hero-slideshow-wrapper .hero__content .hero-small-text, .hero-slideshow-wrapper .hero__content .btn {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
      transform: translateY(100px);
  -webkit-transition: all 1.5s linear;
  transition: all 1.5s linear;
}
.onepress-menu.onepress-menu-mobile li {
    line-height: 20px;
    background: #eee;
    border-top: 1px solid #aaa;
	width: 100% !important;}
.site-footer .footer-connect {
    padding: 90px 0px;
    padding: 80px 0px;
    padding: 1.5rem 0px;
    text-align: center;
}
.footer-widgets.section-padding {
    padding: 70px 0px 35px;
    padding: 2.1875rem 0px 2.1875rem;
}

.hero-slideshow-fullscreen .container {
    z-index: 80;
    position: relative;
	top: 58%;}

.clm_home_r img {margin-bottom: 10px;}

.clm_a_l {
	width: 580px;
	float: left;
	padding-right: 20px;
	margin-top: 20px;
}

.clm_a_r {
	width: 280px;
	float: right;
	padding-right: 20px;
	margin-top: 20px;
}

.clm_b_l {
	width: 435px;
	float: left;
	margin-top: 0px;
}

.clm_b_r {
	width: 435px;
	float: right;
	padding-left: 20px;
	margin-top: 0px;
}

.panel-grid-cell .widget-title {
position: relative;
margin-bottom: 0.5em;
}

.panel-grid-cell .widget-title:after {
content: "";
display: block;
height: 2px;
background: -moz-linear-gradient(to right, rgb(200, 200, 200), transparent);
background: -webkit-linear-gradient(to right, rgb(200, 200, 200), transparent);
background: linear-gradient(to right, rgb(200, 200, 200), transparent);
}
.sub-title
{
	color: #2cbcdc;
font-weight:bold;
}
.breadcrumbs {
    font-size: 10px;
    padding: 15px 0px;
    border-bottom: 0px solid #e9e9e9;
    color: #858585;
}
.feature-media {
filter: drop-shadow(0px 5px 3px rgba(0,0,0,0.3));}

.section-services .service-item {
    background: #FFFFFF;
	padding: 30px 30px 0;
}