/*
 Theme Name:   Thriving Workplace Solutions
 Theme URI:    http://www.thrivingworkplacesolutions.com/
 Description:  Thriving Workplace Solutions Theme
 Author:       Stirling Tschan
 Author URI:   http://www.glunz.ch/
 Template:     big-impresa
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  Thriving Workplace Solutions
*/

/*
For older themes, and themes that do not use wp_enqueue_style() to enqueue their stylesheet, use the following line where big-impresa is the name of the directory where the theme resides:
*/
@import url("../big-impresa/style.css");
@import url("css/normalize.css");
@import url("css/MyFontsWebfontsKit.css");
@import url("css/navigation.css");
@import url("css/forms.css");
@import url("css/sidebar.css");
@import url("css/blog.css");
@import url("css/footer.css");
@import url("css/tabby.css");
@import url("slick/slick.css");
/*@import url("css/solutions.css");*/
@import url("css/accordion/jquery-ui.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
.site-header{
	background:#00ACBC;
}


/* =Home Page Title Adjustments
-------------------------------------------------------------- */
#post-2 .entry-title, #post-190 .entry-title {
  display:none;
}

#post-2 h1, #post-190 h1 {
  /*margin-top:-30px;*/
}

/* END
-------------------------------------------------------------- */

body {
  font-family:'georgia','times','times new roman','serif';
  color:#505050;
  font-size:18px;
  word-wrap: normal;
  -webkit-hyphens: none;
    -moz-hyphens: none;
     hyphens: none;
}


h1 {
  font-family:'Museo-300';
  font-size: 32px;
  color:#00ACBC;
  line-height: 32px;
  margin-top:-5px;

}


h2 {
  font-family:'Museo-300';
  font-size: 32px;
  color:#00ACBC;
  line-height: 32px;
  padding-top: 32px;
  border-top: dotted 2px #e6e6e6;
  margin-bottom: 25px;
}

h3 {
  font-family:'georgia','times','times new roman','serif';
  font-size: 24px;
  line-height: 36px;
  margin-bottom:14px;
  color:inherit;
}

h5 {
  font-family: 'Museo-300';
  display:inline-block;
  margin-top:5px;
  padding-bottom:10px;
}

h6 {
  font-family:'georgia','times','times new roman','serif';
  font-size: 14px;
  font-style:italic;
}

p {
  margin-bottom:18px;
}

blockquote {
  margin-top:0px;
  font-style:italic;
  font-size: 24px;
  line-height: 30px;
}

blockquote, q {
  border-left: 3px dotted #00ACBC;
}

blockquote a, .entry-content li a {
  border-bottom: 2px solid #00ACBC;
  padding-bottom:2px;
  color: inherit;
}

blockquote a:hover, .entry-content li a:hover {
  border-bottom: 2px solid black;
  /*padding-bottom:2px;*/
  color: inherit;
}

hr {
  background-color: #bcbcbc;
  border-radius: 2px;
  height: 5px;
  width:50px;
  display:inline-block;
}

.entry-content ul {
  list-style: square url("images/star.png");
  margin-left:25px;
}

.entry-content li {
  line-height: 24px;
  padding: 10px;
  border-bottom: 2px dotted #E6E6E6;
}

address {
  font-style: italic;
}

p a, .entry-content li a {
  border-bottom: 2px solid #00ACBC;
  padding-bottom:2px;
  color: inherit;
}

p a:hover, .entry-content li a:hover {
  border-bottom: 2px solid black;
  /*padding-bottom:2px;*/
  color: inherit;
}

p a:visited, .entry-content li a:visited {
  color: inherit;
}

.site-title, .site-description {
	display: none;
}

.entry-title a {
  color:#00ACBC;
}

.wide.contenitor {
  background-image: none;
  background-color: white;
}

.wp-caption {
  border:0px;
  max-width:100%;
  margin:0px;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: inherit;
  max-width: 100%;
}

.wp-caption-text {
  text-align:left;
  font-size: 14px;
  color: #9fa7a7;
}

.anne-i {
  border: 0;
  float: left;
  margin-right: 20px;
  margin-top: 4px;
  margin-bottom: 9px;
  border-radius:75px;
}

.perma {
  margin-top: -27px;
}

table {
  border:0px;
  font-family: 'Museo-300';
}

table td {
  vertical-align:middle;
}

/* Solutions
-------------------------------------------------------------- */

.solution-1 {
    border-bottom: 2px dotted #E6E6E6;
    padding-bottom: 18px;
    margin-bottom: 45px;
}

.solution-2 {
    border-bottom: 2px dotted #E6E6E6;
    padding-bottom: 45px;
    margin-bottom: 45px;
}

.solution-3 {
    border-bottom: 2px dotted #E6E6E6;
    padding-bottom: 72px;
    margin-bottom: 45px;
}

@media all and (max-width:767px) {
.solution-3 {
    padding-bottom: 45px;
  }
}

/* Solution Images
-------------------------------------------------------------- */

.solution-image {
  width:200px;
  height:200px;
  margin-bottom:0px;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .solution-image {
  width:200px;
  height:200px;
  margin-bottom:50px;
  }
}

@media all and (max-width:767px) {
  .solution-image {
  width:200px;
  height:200px;
  margin-bottom:230px;
  }
}

@media all and (max-width:479px) {
  .solution-image {
  width:300px;
  height:300px;
  margin-bottom:18px;
  }
}

/* End
-------------------------------------------------------------- */