/*
Theme Name:  QCircle
Author:      Jofil Inoc Baring
Author URI:  https://www.inoc.me/
Theme URI:   https://wordpress.org/themes/siteorigin-corp/
Description: SiteOrigin Corp Child Theme
Version:     1.0.0
template:    siteorigin-corp
Text Domain: siteorigin-corp
Domain Path: /languages/
*/
/* =Theme customization starts here
Primary: #e36159
-------------------------------------------------------------- */
/* Global styles */
@import url('https://fonts.googleapis.com/css?family=Shadows+Into+Light');

.alt-text {
  color: #e36159;
  font-family: 'Shadows Into Light', cursive;
  font-size: 1.6em;
}

.sow-features-list .sow-icon-container.sow-container-round:before {
  font-size: 85px;
}

#ebiz-icons .so-widget-sow-features .sow-features-list .sow-features-feature{
  background: #fff;
  border-radius: 20px;
  padding: 20px;
}

.alt-text-background {
  background: #e36159;
  color: #fff;
  display: inline-block;
  padding: 4px 12px;
}

.wp-block-separator {
  background: linear-gradient(to right, transparent, rgba(0, 0, 0, .2), transparent);
  border: 0;
  height: 1px;
  display: block;
  margin: 60px 0;
}

.label.label-info {
  background: #5bc0de;
  padding: 4px 8px;
  border-radius: 2px;
  font-size: 75%;
  color: #fff;
}

.bordered {
  border-top: 4px solid #e36159 !important;
  border-radius: 10px;
  background: linear-gradient(#fff, #f9f9f9);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}

body, button, input, optgroup, select, textarea {
  font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
  color: #e36159;
}

.woocommerce .masthead-sentinel {
  margin-bottom: 0;
}

.corp-container.slider-heading {
  margin-bottom: 60px;
  max-width: 100%;
  padding: 0;
}

.headline {
  background: #2d2d2d;
  height: 300px;
  max-width: none;
  padding: 0;
  margin-bottom: 60px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.headline > .corp-container {
  z-index: 1;
}

.headline-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  opacity: .9;
  position: absolute;
  top: 0;
  width: 100%;
}

.headline h2 {
  color: #fff;
  font-size: 48px;
  text-shadow: 2px 2px #626262;
}

.main-navigation ul li {
  font-size: 11px;
  font-weight: bold !important;
  margin-right: 0;
}

.main-navigation ul li:hover {
  background: #e36159;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #fff;
}

.main-navigation ul li a {
  border: 0 !important;
  padding: 10px;
}

.main-navigation ul li:hover a {
  color: #fff;
  transition: none;
}

.main-navigation ul .children,
.main-navigation ul .sub-menu {
  top: 35px;
  transition: none;
}

.main-navigation ul .children ul,
.main-navigation ul .sub-menu ul {
  top: 0;
}

.main-navigation ul .sub-menu li:first-of-type,
.main-navigation ul .children li:first-of-type {
  border: 0 !important;
}

.main-navigation ul.sub-menu li {
  text-transform: none;
}

.parent-sidebar-menu a {
  color: #e36159 !important;
  font-size: 20px;
}

.parent-sidebar-menu a > span {
  display: none;
}

.child-sidebar-menu a {
  border-bottom: 1px solid #ededde;
  color: #626262 !important;
  display: block;
  font-size: 12px;
  padding: 8px 20px;
}

.child-sidebar-menu a:hover {
  background: #eee;
}

.child-sidebar-menu .current_page_item > a {
  color: #e36159 !important;
}

.child-sidebar-menu a > span {
  display: inline;
  margin-right: 4px;
}

.child-sidebar-menu .grandchild-sidebar-menu {
  margin-left: 20px !important;
}

.content-headline p {
  font-size: 22px;
}

.starter-plans .sow-image-grid-image img {
  border: 1px solid #ddd;
  border-radius: 4px;
}

.progression-item .panel-first-child {
  height: 115px;
}

.progression-item .panel-first-child .panel-widget-style {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.progression-item .panel-first-child .so-widget-sow-headline {
  width: 100%;
}

.boxed .lsow-grid-item {
  border: 1px solid #ddd;
  margin-bottom: 30px;
}

.boxed .lsow-image-wrapper img {
  margin-bottom: 0 !important;
  width: 100% !important;
}

.boxed .lsow-services .lsow-service {
  position: relative;
  margin-bottom: 0;
}

.boxed .lsow-service-text {
  background: rgba(0,0,0,.9);
  bottom: 20px;
  padding: 10px;
  position: absolute;
  width: 96%;
  max-width: 100% !important;
}

.boxed .lsow-title {
  color: #fff !important;
  display: block !important;
  line-height: 1 !important;
  margin-bottom: 0 !important;
}

.boxed .lsow-service-details {
  background: #e36159;
  border-radius: 4px;
  bottom: -20px;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  padding: 10px;
  position: relative;
}

.tabbed {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
}

.tabbed .sow-tabs-title {
  font-size: 14px;
}

.main-services .lsow-tab.lsow-active:nth-child(1):before {
  background: #e36159 !important;
}

.main-services .lsow-tab.lsow-active:nth-child(2):before {
  background: #0088cc !important;
}

.main-services .lsow-tab.lsow-active:nth-child(3):before {
  background: #00b050 !important;
}

.main-services .lsow-tab.lsow-active:nth-child(4):before {
  background: #2baab1 !important;
}

.main-services .lsow-tab.lsow-active:nth-child(5):before {
  background: #734ba9 !important;
}

.main-services .lsow-tab.lsow-active:nth-child(6):before {
  background: #c00000 !important;
}

.primary a,
.primary a:visited {
  color: #e36159;
}

.secondary a,
.secondary a:visited {
  color: #0088cc;
}

.error a,
.error a:visited {
  color: #00b050;
}

.success a,
.success a:visited {
  color: #2baab1;
}

.warning a,
.warning a:visited {
  color: #734ba9;
}

.alert a,
.alert a:visited {
  color: #c00000;
}

.tabbed .sow-tabs-tab-container {
  margin: 0 !important;
  padding: 0 !important;
}

.tabbed.quarter .sow-tabs-tab-container {
  text-align: center;
}

.tabbed .sow-tabs-tab {
  border-top: 2px solid #ccc;
  margin: 0 !important;
  text-align: center;
  /*width: 49% !important;*/
}

.job-tab {
  list-style: none;
  margin: 0;
}

.job-tab li {
  display: inline-block;
  width: 33%;
  text-align: center;
  margin-bottom: 10px;
}

.job-tab li a {
  width: 100%;
  display: block;
}

.tabbed.quarter .sow-tabs-tab {
  width: 19% !important;
}

.tabbed .sow-tabs-tab:first-child {
  border-top-left-radius: 10px;
}

.tabbed .sow-tabs-tab:last-child {
  border-top-right-radius: 10px;
}

.tabbed .sow-tabs-tab.sow-tabs-tab-selected {
  border-color: #e36159 !important;
}

.tabbed .sow-tabs-panel-container {
  border: 1px solid #eee;
}

.featured-box {
  list-style-type: none;
  margin: 0;
}

.featured-box a,
.featured-box small {
  display: block;
}

.featured-box li {
  position: relative;
  padding-left: 48px;
  margin-bottom: 30px;
}

.featured-box li > span {
  text-align: center;
  color: #fff;
  background: #e36159;
  width: 36px;
  height: 36px;
  line-height: 2.25;
  left: 0;
  top: 6px;
  position: absolute;
  border-radius: 50%;
}

.home-features .sow-features-feature {
  background: #fff;
  border-radius: 6px;
  border-top: 4px solid #e36159;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
  margin: 0 10px;
  padding: 30px 0 10px !important;
  width: 16% !important;
  color: #e36159;
}

.home-features .sow-features-feature h5 {
  color: #e36159;
  font-size: 14px;
}

.home-features .sow-features-feature:nth-of-type(2) {
  border-color: #0088cc;
  color: #0088cc;
}

.home-features .sow-features-feature:nth-of-type(2) h5 {
  color: #0088cc;
}

.home-features .sow-features-feature:nth-of-type(3) {
  border-color: #2baab1;
  color: #2baab1;
}

.home-features .sow-features-feature:nth-of-type(3) h5 {
  color: #2baab1;
}

.home-features .sow-features-feature:nth-of-type(4) {
  border-color: #734ba9;
  color: #734ba9;
}

.home-features .sow-features-feature:nth-of-type(4) h5 {
  color: #734ba9;
}

.map-top,
.map-bottom {
  background-repeat: no-repeat !important;
  background-position: top center !important;
}

.map-testimonial .lsow-testimonial {
  background: rgba(227, 97, 89, .8);;
  border-radius: 19px;
  color: #fff;
  padding: 20px;
}

.map-testimonial .lsow-testimonial .lsow-testimonial-text {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  margin: 0;
}

.map-testimonial .lsow-testimonial .lsow-author-credentials {
  color: #fff;
}

.list-item {
  list-style: none;
  margin: 0;
}

.list-item li {
  padding: 25px 0;
  border-top: 1px solid #dddddd;
  text-align: center;
}

.footer-logo-container .so-panel {
  width: 100% !important;
}

.bottom-bar .site-info {
  text-align: left !important;
}

.privacy-policy-link {
  float: right;
}

.woocommerce-privacy-policy-text {
  margin-bottom: 4px;
}

.woocommerce-MyAccount-navigation {
  border: none !important;
}

.woocommerce-MyAccount-navigation ul {
  padding: 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  border-bottom: 1px solid #ededde;
  color: #626262 !important;
  display: block;
  font-size: 12px;
  padding: 8px 20px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #e36159 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a > span {
  margin-right: 4px;
}

.woocommerce-address-fields .button {
  margin-top: 10px;
}

.woocommerce-form-login {
  padding: 20px;
  -webkit-box-shadow: 10px 10px 19px 0px rgba(189,183,186,0.3);
  -moz-box-shadow: 10px 10px 19px 0px rgba(189,183,186,0.3);
  box-shadow: 10px 10px 19px 0px rgba(189,183,186,0.3);
  border: 1px solid #e36159;
}

.woocommerce-form-login button {
  float: right;
}

.woocommerce-form-login input[type=text], 
input[type=password] {
  width: 360px;
}

.lsow-tabs.style4 {
  background: #fff !important;
}

.lsow-tabs.style4 .lsow-tab-nav .lsow-tab a {
  padding: 30px 18px !important;
}

.knowledge-buttons {
  list-style: none;
  margin: 0;
}

.knowledge-buttons li {
  display: inline-block;
  padding: 20px;
  margin-right: 30px;
}

.knowledge-buttons .lsow-icon-wrapper {
  display: block;
  text-align: center;
  font-size: 32px;
}

.knowledge-buttons li:last-of-type {
  margin-right: 0;
}

.main-services .lsow-tabs .lsow-tab-nav .lsow-tab span.lsow-tab-title {
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin-top: 10px;
  text-transform: none;
}

@media only screen and (max-width: 780px) {
  .home-slide .sow-headline {
    font-size: 44px !important;
  }

  .home-slide .sow-sub-headline {
    font-size: 20px !important;
  }

  .home-goal .sow-headline {
    font-size: 24px !important;
  }

  .home-goal .sow-sub-headline {
    font-size: 18px !important;
  }

  .home-goal .ow-button-base {
    text-align: left !important;
  }

  .starter-plans .sow-image-grid-image {
    padding: 0 !important;
    width: 48% !important;
  }

  h3 {
    font-size: 20px;
  }

  .home-features .sow-features-feature {
    margin: 0;
  }

  .content-headline p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 520px) {

}
