/** common **/
.post-template-default h1.entry-title,
.widget h3 {
    color: #0f6a72;
    text-transform: uppercase;
    font-size: 15pt;
    padding: 0;
    margin: 0;
}

a {
    color: #c46715;
    text-decoration: underline;
}

a:hover {
    color: #1fbeca;
}

.entry-content,
.entry-summary,
.page-content{
    color: #333;
}

/** FOOTER **/

#footer .footText {
  font-family: 'Arsenal', sans-serif;
  text-align: center;
  line-height: 1.2;
  padding: 4px;
  margin: 0;
  color: #000;
  font-size: 10pt;
  text-indent: 0;
  text-decoration: none;
  font-weight: 700;
}

#footer #center {
  text-decoration: none;
  padding: 12px 0;
  font-weight: 400;
}

.lowNav,
#lowCenter {
  display: inline-block;
  vertical-align: top;
  padding: 0;
}

.lowNav a li {
  color: gray;
}

.lowNav li {
  font-size: 10pt;
  font-family: 'Ubuntu', sans-serif;
  list-style-type: none;
  padding: 0;
  margin: 0 10px 0 0;
  text-align: left;
}

.lowNav li:hover {
  color: #c46715;
}

.lowNav ul {
  padding: 0 0 0 25px;
  margin: 0;
}

#footer {
  position: relative;
  clear: both;
  width: 100%;
  /* padding: 20px 0 130px 0; */
  padding: 0;
  background-color: #f2f2f2;
  height: 200px;
}

#innerFooter {
  width: 1200px;
  /*height: 100px;*/
  height: 0;
  margin: 0 auto;
}

.push {
  clear: both;
  height: 0px;
}

#socialIcons {
  margin: 0 auto;
  display: block;
  width: 200px;
  padding: 0;
}

#socialIcons img:hover {
  opacity: 0.7;
}

#socialIcons img {
  width: 30px;
  height: 30px;
  opacity: 1.0;
  margin: 0 auto;
  padding: 2px 2px;
}

/** END FOOTER **/

#whitePaper.panel-cell-style.panel-cell-style-for-78-5-1 {
  padding-left: 30px;
  border-width: 0px;
}

.textwidget>:last-child {
  padding-top: 0px;
}

.conferences {
  opacity: 0.8;
}

.conferences:hover {
  opacity: 1.0;
}

#wolfSSLVersion h2 {
  margin-top: 4px;
}

.textwidget>:first-child {
  margin-bottom: 5px;
}

/** FOOTER BOXES SECTION **/

#footerProducts {
  padding: 10px 0 0 0;
  margin: 0 auto;
  max-width: 1600px;
}

.footerBox {
  width: 23.5%;
  background-color: #fff;
  float: left;
  border: solid 1px #cfcfcf;
  margin-right: 2%;
  padding: 0 1px 2px 1px;
}

.footerBox:hover {
  border-width: 2px;
  padding: 0;
}

.footerBox p {
  padding: 0 15px 5px 15px;
  font-family: Droid Sans,sans-serif !important;
  color: gray;
}

.footerBox h2 {
  padding: 10px !important;
  text-align: center;
  font-family: Montserrat,sans-serif !important;
  font-size: 14pt;
  line-height: normal !important;
}

#rightFooterBox {
  margin-right: 0;
}

#colophon .site-info {
  background-color: #f2f2f2;
  border: 0;
}

/* HOME PAGE WOLF IMAGE STRETCH */

.so-widget-sow-image-default-eef982a7180b .sow-image-container {
  height: 192px;
}

@media screen and (max-width: 1023px) {
  .so-widget-sow-image-default-eef982a7180b .sow-image-container {
    height: auto;
  }

  .lowNav,
  #lowCenter {
    display: inline-block;
    vertical-align: top;
    padding: 0;
  }

  #footer #center {
    font-size: 12pt;
  }

  #socialIcons {
    width: 100%;
  }

  #socialIcons img {
    height: 40px;
    width: 40px;
  }

  #innerFooter {
    width: 100%;
    margin: 0 auto;
  }
}

#TLS13 h1 {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 0 2px 0 !important;
  margin: 0;
  height: 100%;
  text-align: center;
  font-family: Montserrat,sans-serif !important;
  line-height: normal !important;
  font-size: 19pt !important;
}

#TLS13 h2 {
  color: #000 !important;
  padding: 3px 0 5px 0 !important;
  margin: -7px 0 0 0 !important;
  text-align: center;
  font-family: Montserrat,sans-serif !important;
  font-size: 14pt !important;
  line-height: normal !important;
}

#TLS13 {
  border: solid 1px #000;
  width: 350px;
  margin: 10px auto !important;
  padding: 1px 0 6px 0 !important;
}

#TLS13:hover {
  border: double 3px #0f0f0f;
  padding: 0 0 3px 0 !important;
  margin: 10px auto !important;
}

@media screen and (max-width: 400px) {
  .site-branding {
    position: absolute;
    top: 20px;
    left: 20px;
  }

  #TLS13 h1 {
    font-size: 5vw;
  }

  #TLS13 h2 {
    font-size: 4vw;
  }

  #TLS13 {
    width: 100%;
  }
}



#blogArchives {
  text-align: right;
}

#blogArchives li {
  list-style-type: none;
}

#blogArchives a {
  color: gray;
}

#blogArchives a:hover {
  color: #1fbeca;
}

@media screen and (max-width: 780px) {
  #blogArchives {
    text-align: center;
  }
}

@media screen and (max-width: 900px) {
  .footerBox {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {

  #extraHeaderInfo li {
    display: list-item;
  }
}
@media screen and (max-width: 700px) {

  #whitePaper.panel-cell-style.panel-cell-style-for-78-5-1 {
    padding-left: 0;
  }

  #twitterFeed {
    display: none;
  }

  .separate {
    display: none;
  }

  .site-branding {
    width: 45%;
    margin: 0 auto;
  }

  .conf {
    height: auto !important;
    width: 90%;
  }

  #extraHeaderInfo {
    margin: 0 0 -50px 0;
  }


}

#site-navigation.main-navigation {
  display: block;
}

#masthead.site-header.layout-defaultsticky-menu {
  border-bottom-width: 0px;
}




#dlRight {
  text-align: right;
  float: right;
}

#panel-21-0-0-1.so-panel.widget.widget_siteorigin-panels-postloop.panel-last-child {
  margin: -20px 0;
  padding: 0px;
}
article.type-page,
article.type-post {
  margin-bottom: 10px;
		    padding-bottom: 30px;
}

.entry-title {
  text-align: left;
  margin: 10px 0;
  color: #c46715;
  font-weight: bold;
}

.entry-title a {
  color: #c46715;
}

.entry-title a:hover,
.entry-content li a:hover,
.post-pagination a:hover,
.north-icon-double-next:hover {
  color: #1fbeca;
}

.post-pagination{
		font-family: sans-serif;
}

.entry-meta .meta-icon {
  display: none;
}

.entry-meta li.posted-on .published {
  text-decoration: none;
  font-family: Tahoma, sans-serif;
  font-size: 11pt;
  transition: 0.5s 0s;
		margin-top: 10px;
}

.entry-meta li.posted-on .published:hover {
  color: #1fbeca;
}



#whitePaper img {
  border: solid 1px #c6c6c6;
  max-height: 200px;
  padding: 0;
  margin: 0;
}

.so-widget-sow-image-default-eef982a7180b .sow-image-container .so-widget-image {
  border-width: 0px;
}

.entry-content img {
    margin: 0 auto !important;
}