/*
	Theme Name: Envision - Child
	Description: Child Theme
	Author: Orkun Gursel
	Template: envision
	Version: 1.1
*/
@import url("../envision/lib/css/style.css");

/** Add your custom css */

#top-bar {
    background: #caecf8;
    border-bottom: 1px solid #9ed9e2;
}
#top-bar .ui--widget > ul > li, #top-bar ul.ui--widget > li {
    border-color: #9ed9e2 !important;
    background: #caecf8;
    border-bottom: none!important;
}
.ui--content-box-link img, a img {
  -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.ui--content-box-link:hover img,  a:hover img {
  opacity: 0.7;
  -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  transform: scale(1.1);

}
#header-container  a:hover img {
  transform: scale(1);
  opacity: 1;
}
#breadcrumb, #breadcrumb a {
    color: #336666;
}
#breadcrumb {
  background-color: #cbf7fb;
  border: none;
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}
.arr-plain {
    border: 1px solid #656d6d !important;
}
.ui-dark .btn-secondary {
    color: #f89603 !important;
}
#header-navigation > li.top-level-item > a {
    font-size: 20px;
}
.widget-footer .ui--blog-thumbnail {
   display: none;
}
.arr {
    border: 1px solid #caecf8;
    border-bottom: 1px solid #caecf8;
}
.arr i {
        color: #f89705;
}
.ui--gallery .ui--carousel-navigation {
    margin-top: -22px;
}
.sidebar-widget-title {
    font-size: 24px !important;
    color: #336666;
}
.gform_wrapper .gform_footer {
    padding: 0px!important;
    margin: 0!important;
    
}
.btn-secondary {
    color: #f89909;
}
.sidebar-widget-title > span {
    border-bottom: 2px solid #f79503;    
}
#titlebar {   
    background: #58c8d1!important;
}
#titlebar-text h2 {
  color: white!important;
}
.gform_wrapper label.gfield_label {
    display: none!important;
}
.ui--toggle-title-text {
   font-size: 22px;
}
a {
    color: #5ac9d2;
}
footer {
    background-color: #4a5050;
}
#footer-widgets .footer-widget-title {
    font-size: 22px;
    font-weight: 400;
    color: #5ac9d2;
}
#footer-widgets {
    color: #afb3b5;
}
strong {
    font-weight: 600;
}
h1, h2, h3, h5, h6 {
    font-weight: 400;
    color: #505656;
}
h4 {
    line-height: 1.3em;
    font-weight: 400;
    color: #58c8d1;
}
#header-navigation > li.top-level-item > a {
    color: #64646f!important;;
}
#header-navigation.active > li.top-level-item.hover > a, #header-navigation > li.top-level-item:hover > a {
    color: #eb5e03;
    border-color: #eb5e03!important;;
}
#header-navigation > li.current-menu-item > a {
    border-color: #f89500!important;
}

#header-navigation li > ul.sub-menu:after {
    display: none!important;
}
.btn-primary, button.btn-primary, input[type="submit"].btn-primary, .btn-blue {
  background: rgba(254,182,69,1);
	background: -moz-linear-gradient(left, rgba(254,182,69,1) 0%, rgba(247,148,0,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(254,182,69,1)), color-stop(100%, rgba(247,148,0,1)));
	background: -webkit-linear-gradient(left, rgba(254,182,69,1) 0%, rgba(247,148,0,1) 100%);
	background: -o-linear-gradient(left, rgba(254,182,69,1) 0%, rgba(247,148,0,1) 100%);
	background: -ms-linear-gradient(left, rgba(254,182,69,1) 0%, rgba(247,148,0,1) 100%);
	background: linear-gradient(to right, rgba(254,182,69,1) 0%, rgba(247,148,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb645', endColorstr='#f79400', GradientType=1 );
}
.btn {
  font-size: 15px;
}
.btn-large {
    font-size: 20px;
}
#header-navigation li > ul.sub-menu li:hover > a {
    color: #ffffff;
}
.modern-browser #header-navigation > li.top-level-item > a {
  background: #ffffff!important;
  text-shadow: none;
}
.modern-browser #header-navigation > li.top-level-item > a:hover {
  background: #58c8d1!important;
  text-shadow: none!important;
  color: white;
}
#header-navigation li.fallout > ul.sub-menu li > a:hover {
  background: #58c8d1!important;
}
.home #page-content {
  padding-top: 0;
}
.ui--content-box {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #5ac9d2;
}
.ui--content-box-title {
    border-bottom: none;
    background: #5ac9d2;
}
.ui--content-box-title-text {
  color: white;
  font-size: 28px;
  text-shadow: none;
}
.ui--gradient-grey.on--hover:hover {
    background-color: #4bb3bb !important;
}
.home .gform_wrapper .top_label .gfield_label {
    display: none!important;
}
html #page-content .section-gog8w {
    background-color: #caecf8!important;
    border-bottom: 1px solid #9ed9e2;
    border-top: 1px solid #9ed9e2;
}
html #page-content .section-n8x577it61 {
    background-color: #58c8d1!important;
}
input[type="submit"], input[type="button"], button {
    color: #ffffff !important;
    border: 1px solid #cccccc;
    background: rgba(254,182,69,1);
    background: -moz-linear-gradient(left, rgba(254,182,69,1) 0%, rgba(247,148,0,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(254,182,69,1)), color-stop(100%, rgba(247,148,0,1)));
    background: -webkit-linear-gradient(left, rgba(254,182,69,1) 0%, rgba(247,148,0,1) 100%);
    background: -o-linear-gradient(left, rgba(254,182,69,1) 0%, rgba(247,148,0,1) 100%);
    background: -ms-linear-gradient(left, rgba(254,182,69,1) 0%, rgba(247,148,0,1) 100%);
    background: linear-gradient(to right, rgba(254,182,69,1) 0%, rgba(247,148,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb645', endColorstr='#f79400', GradientType=1 );
    padding: 8px 25px;
    text-shadow: none;
}
#reviewstream-footer {
   display: none!important;
}
#index-testimonials {
    background: #ffffff;
    padding-top: 30px!important;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border-color: #58c8d1;
    min-height: 35px;
}
.textwidget [class^="fontawesome-"], .textwidget [class*=" fontawesome-"] {
   color: #58c8d1;
}
@media (min-width: 1200px) {
  #index-testimonials {
    background: #ffffff url(/wp-content/uploads/2019/02/testimonials-bg.jpg) no-repeat top right;    
}
  #new-hero-columns .container {
  	width: 90%!important;
  }
   #new-hero-columns .container .span3 {
    	width: 23%;
        margin-left: 1.9%;
	}
}
@media (max-width: 1199px) {
  #index-testimonials .span4 {
    width: 100%;
  }
}
@media (min-width: 979px) {
	.header-style-2.no-stuck nav#navigation, .header-style-2.no-stuck #header-navigation > li.top-level-item:first-child, .header-style-2.no-stuck #header-navigation > li.top-level-item {
    border-color: #a6cfde;
	}
}
@media (max-width: 767px) {
  	#index-descr, #widget_cloudfw_blog_list-3, #text-16, .footer-widgets-row-separator {
      display: none;
  }
  #widget_cloudfw_socialbar-2, .footer-widget-title {
    text-align: center;
  }
  #text-10 {
    margin-top: -30px;
  }
  
}

html #header-navigation li.menu-item.level-0 > a {
    color: #000000!important;
    font-family: 'Source Sans Pro';
    font-size: 15px;
    font-weight: 400;
}