/*
Theme Name: Diccon Bewes
*/
@import 'https://fonts.googleapis.com/css?family=Roboto:300,400,700';
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
@import url('https://fonts.googleapis.com/css?family=PT+Sans');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
strong, b {
  font-weight: bold;
}
h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 20px;
  color: #bd1616;
  font-weight: 300;
}
h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  color: #bd1616;
  font-weight: 300;
}
h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 20px;
  color: #bd1616;
  font-weight: 300;
}
h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 20px;
  color: #bd1616;
  font-weight: 300;
}
h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 20px;
  color: #bd1616;
  font-weight: 300;
}

body {
  font-weight: 400;
  font-size: 15px;
  line-height: 22.5px;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  background: #ffffff;
  color: #666666;
}
a {
  color: inherit;
  text-decoration: none;
  color: #bd1616;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
p {
  margin-bottom: 10px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  margin: 10px 0px;
  display: block;
  border: none;
  box-shadow: none;
  height: 1px;
  background-color: #e0e0e0;
}
b, strong {
  font-weight: bold;
}

.content ul, .content ol {
    margin: 0 0 25px 30px;
}
.content ul li, .content ol li {
    list-style: inside disc;
    margin-bottom: 5px;
}
img.alignleft {
    display: inline-block;
    float: left;
    margin: 5px 15px 15px 0px;
}
img.aligncenter {
  margin:0px 0px 15px 0px;
}
img.alignright {
  display: inline-block;
  float: right;
  margin:5px 0px 15px 15px;
}

.top-header {
  background: #bd1616;
  height: 5px;
}
.wrapper {
  width:940px;
  max-width: 100%;
  margin: 0 auto;
}
.logo {
  float: left;
  padding: 30px 0px;
}
.desktop-menu {
  float: left;
  margin-top: 40px;
}
ul#menu-main-menu li {
    float: left;
    margin-left: 35px;
}
ul.sub-menu {
    position: absolute;
    display: none;
}
ul#menu-main-menu a {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color: #333333;
}
ul#menu-main-menu a:hover {
  border-bottom: 3px solid #e03333;
}
.current-menu-item a {
  border-bottom: 3px solid #e03333;
}
.src_box {
  display: none;
  background: #eeeeee;
  padding: 11px 0px;
  clear: both; 
}
.header {
    border-bottom: 1px solid #eeeeee;
    position: fixed;
    width: 100%;
    z-index: 99;
    background: white;
    height: 106px;
    top: 0px;
}
.admin-bar .header {
	top: 32px;
}
.front-page {
    margin-top: 106px;
}
.head-search {
  float: right;
}
.head-search {
    float: right;
    width: 40px;
    height: 40px;
    background: #bd1616;
    text-align: center;
    margin-top: 30px;
    cursor: pointer;
}
.head-search .fa-search {
    color: white;
    font-size: 20px;
    margin-top: 9px;
}
input#s {
    width: 830px;
    height: 32px;
    border: 1px solid #ececec;
    font-family: inherit;
    text-indent: 10px;
    color: #666666;
    font-style: italic;
    box-shadow: none;
    padding: 0px;
    max-width: 100%;
}
input#s:focus {
    border: 1px solid #bf2929;
    outline: 0;
}
.bottom-header input.button {
    background: #444444;
    color: white;
    height: 32px;
    border: 1px solid #444444;
    padding: 0px;
    width: 94px;
    margin-left: 10px;
    position: relative;
    top: -1px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    cursor: pointer;
}
.left-double-borders {
    border-top: 6px double #e0e0e0;
    float: left;
    width: 394px;
    margin-top: 28px;
    margin-right: 20px;
}
.right-double-borders {
  border-top: 6px double #e0e0e0;
  float: right;
  width: 394px;
  margin-top: 28px;
}
.book-slid-title h2 {
  float:left;
}
.book-slider {
    padding: 50px 0px;
    overflow: hidden;
}
.book-slid-title {
    overflow: hidden;
    padding-bottom: 50px;
}

.rotating h2 {
  color: #333333;
}
.rotating a {
  color: #ffffff;
  background-color: #bd1616;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}
p.learn-more a {
    padding: 12px 30px;
}
.rotating-text {
    max-width: 270px;
}
.rotating-text h2 {
    height: 24px;
    overflow: hidden;
}
p.learn-more {
    padding-top: 20px;
}
.slick-prev, .slick-next {
  top: 30% !important;
}
.front-title {
  overflow: hidden;
}
.front-title h2 {
  float: left;
}
.front-img-thumb {
  width: 140px;
  height: 140px;
  overflow: hidden;
  position: relative;
  float: left;
  margin-right: 20px;
}
.front-excerpt {
  float: left;
  max-width: 450px;
}
.recent-blogs {
  float: left;
  overflow: hidden;
  max-width: 620px;
}
.recent-blogs h2 {
    margin-bottom: 30px;
}
.front-excerpt h2 {
    margin-top: 0px;
}
.date a, .date {
  color: #999999;
  font-family: 'PTSans', sans-serif;
}
.recent-blogs .post {
    clear: both;
    margin-bottom: 37px;
    overflow: hidden;
}
.recent-blogs .post h2 {
  color: #333333;
  margin-bottom: 20px;
}
.front-title .right-double-borders {
    max-width: 374px;
}
.upcoming-events {
    float: right;
    max-width: 300px;
    overflow: hidden;
    margin-bottom: 20px;
}
.upcoming-top {
  background: #f9f9f9;
  box-sizing: border-box;
  padding: 20px 15px 10px 15px;
  margin-bottom: 20px;
}
.events-title {
    overflow: hidden;
}
.events-title h2 {
    float: left;
    margin-top: 0px;
    margin-bottom: 13px;
}
.events-title .right-double-borders {
    width: 53px;
    margin-top: 8px;
}
.upcoming-events h3 {
    margin-bottom: 0px;
    color: #333333;
    margin-top: 10px;
}
.upcoming-events h3 a {
  color: #333333;
}
p.view-events a {
    text-decoration: underline;
    font-family: 'Montserrat', sans-serif;
}
p.view-events {
    margin-top: 24px;
}
.videos-title {
  overflow: hidden;
  margin-bottom: 30px;
}
.videos {
    clear: both;
    padding-bottom: 80px;
}
.videos-title h2 {
    float: left;
}
.videos .left-double-borders, .videos .right-double-borders {
  width: 408px;
}
.front-videos iframe {
    display: inline-block;
    margin-left: 8px;
}
.top-footer {
  background: #f3f3f3;
  padding: 45px 0px 60px 0px;
  overflow: hidden;
}
.about-diccon {
  float: left;
  overflow: hidden;
  font-size: 17px;
  font-weight: 300;
  max-width: 640px;
  line-height: 25px;
}
.about-diccon img {
  float: left;
  margin-right: 20px;
}
.second-about {
  margin-top: 29px;
}
.top-footer h2 {
  color:#333333;
  margin-bottom: 10px;
}
.top-footer hr {
    background: #bd1616;
    width: 60px;
    margin-top: 0px;
    margin-bottom: 15px;
    height: 2px;
}
.footer-connect {
    float: right;
    max-width: 242px;
}
.footer-connect img {
    vertical-align: middle;
    margin-right: 10px;
}
.footer-connect a {
    color: #666666;
}
.footer-connect p {
    margin-bottom: 15px;
}
.footer-connect input#searchsubmit {
    background: #444444;
    color: white;
    height: 32px;
    border: 1px solid #444444;
    padding: 0px;
    width: 94px;
    margin-left: 10px;
    position: relative;
    top: 0px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    cursor: pointer;
    margin: 0px;
}
.footer-connect input#s {
    width: 830px;
    height: 32px;
    border: 1px solid #ececec;
    font-family: inherit;
    text-indent: 10px;
    color: #666666;
    font-style: italic;
    box-shadow: none;
    padding: 0px;
    max-width: 100%;
    display: inline-block;
}
label.screen-reader-text {
    display: none;
}
.tcp {
  margin: 0px;
}
.bottom-footer {
  text-align: center;
  padding: 20px 0px;
  background: #bd1616; 
}
.bottom-footer a {
  color: white;
}
h2.posttitle {
    color: #333333;
}
.single .content, .archive .content, .search .content, .blog .content {
    font-weight: 300;
    float: left;
    padding: 40px 0px;
    max-width: 620px;
}
.footer {
  clear: both;
}
.sidebar {
    float: right;
    width: 300px;
    padding: 40px 0px 60px 0px;
    margin-top: 106px;
}
.blog .sidebar {
	margin-top: 88px;
}
.content img {
    max-width: 100%;
    height: auto;
}
.navigation {
    margin-top: 30px;
    overflow: hidden;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.search .post, .archive .post, .blog .post {
    clear: both;
    border-bottom: 1px solid #dddddd;
    overflow: hidden;
    margin-bottom: 30px;
}
/* TABS -------------- */

.tz_tab_widget .tabs{
  float:left;
  padding:10px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
}

.tz_tab_widget .tab_wrap{
  background:#fff;
  border:1px solid #d2d2d2;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  float:left;
}

.tz_tab_widget .tabs ul.nav{
  /* float:left; */
  /*IE 6 fix 
  width:278px;
  */
  width:280px;
  height:43px;
  -moz-border-radius-topleft:3px;
  -webkit-border-top-left-radius:3px;
  -moz-border-radius-topright:3px;
  -webkit-border-top-right-radius:3px;
}

.tz_tab_widget .tabs ul.nav li a {
  display:block;
  padding:12px 0 11px 0;
  text-align:center;
  border-left: 1px solid #eeeeee;
}

.tz_tab_widget .tabs ul.nav li a:hover{
  background: #fff;
}

.tz_tab_widget .tabs ul.nav li{
  float:left;
  width:25%;
  border-bottom:1px solid #d9d9d9;
}

.tz_tab_widget .tabs ul.nav li.tab_nav_1{
  width:25%;
}

.tz_tab_widget .tabs ul.nav li.tab_nav_2{
  width:25%;
}

.tz_tab_widget .tabs ul.nav li.tab_nav_3{
  width:30%;
}

.tz_tab_widget .tabs ul.nav li.tab_nav_4{
  width:20%;
}

.tz_tab_widget .tabs ul.nav li.ui-tabs-selected{
  border-bottom:none;
}

.tz_tab_widget .tabs ul.nav li.ui-tabs-selected a {
    background: #bd1616;
    color: white;
    border-bottom: 1px solid #bd1616;
    border-left: 0px solid #eeeeee;
}

.tz_tab_widget .tabs ul.nav li.first a{
  background-image:none;
  -moz-border-radius-topleft:3px;
  -webkit-border-top-left-radius:3px;
}

.tz_tab_widget .tabs ul.nav li.first a:hover{
  background-image:none;
}

.tz_tab_widget .tabs ul.nav li.last a{
  -moz-border-radius-topright:3px;
  -webkit-border-top-right-radius:3px;
}

.tz_tab_widget .tabs .tab{
  float:left;
  padding:0;
  margin:0;
}
.ui-tabs .ui-tabs-hide {
    position: absolute;
    left: -10000px;
}
.ui-tabs .ui-tabs-hide {
    display: none;
}
.details h5 a {
    color: #333333;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}
.tz_tab_widget .tab li{
  float:left;
  padding:12px 18px;
  width: 244px;
}

.tz_tab_widget .tab li {
    padding: 20px 18px 12px 18px;
    border-bottom: 1px solid #eeeeee;
}

.tz_tab_widget .tabs .tab_tags { padding: 15px;
}

.tz_tab_widget .tab_tags a{
  float:left;
  display:block;
  padding:3px 8px;
  background:#efefef;
  color:#444;
  margin: 0 4px 4px 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.tz_tab_widget .tab_tags a:hover{
  background:#cc6633;
  color:#fff;
}

.tz_tab_widget .tab li .image{
  float:left;
}

.tz_tab_widget .tab li .details {
    float: left;
    margin: 0 0 0 14px;
    max-width: 170px;
    font-size: 11px;
    font-style: italic;
}
.tz_tab_widget .tab li .details h5 {
    float: left;
    cursor: pointer;
    font-style: initial;
    line-height: 18px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.tz_tab_widget .tab li .details h5, .tab li .details .date{
  float:left;
  width:175px;
}

.tz_tab_widget .tab li .details h5 a {
  float:left;
  cursor:pointer;
}
/*END*/

.sidebar img {
    border: 1px solid #dddddd;
    padding: 4px;
    max-width: 100%;
    height: auto;
}
.advert li {
    float: left;
    margin-left: 11px;
}
a.learn-more {
    background: #bd1616;
    display: block;
    width: 120px;
    text-align: center;
    margin-top: 10px;
    padding: 0px;
    color: white;
    font-size: 13px;
    margin-bottom: 10px;
}
input#gidjht-gidjht {
    border: 1px solid #ececec;
    font-family: inherit;
    text-indent: 10px;
    color: #666666;
    font-style: italic;
    box-shadow: none;
    padding: 0px;
    max-width: 100%;
    width: 288px;
    height: 28px;
}
li#text-6 input[type="submit"] {
    background: #444444;
    color: white;
    height: 32px;
    border: 1px solid #444444;
    padding: 0px;
    width: 94px;
    margin-left: 10px;
    position: relative;
    top: 0px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    cursor: pointer;
    margin: 0px;
}
.content {
    padding: 40px 0px 80px 0px;
    overflow: hidden;
    margin-top: 106px;
}
/*BLOG STYLE IMAGES ETC*/
.blog-thumb img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.blog-thumb:hover img {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
}
.blog-thumb {
    overflow: hidden;
    height: 210px;
    position: relative;
}
.childpost {
    vertical-align: top;
    margin: 10px;
    display: inline-block;
    width: 30%;
}
/*END*/
.home .shareaholic-share-buttons-wrapper.shareaholic-ui, .blog .shareaholic-share-buttons-wrapper.shareaholic-ui, .archive .shareaholic-share-buttons-wrapper.shareaholic-ui, .page .shareaholic-share-buttons-wrapper.shareaholic-ui {
    display: none;
}
.slick-slider1.slick-initialized.slick-slider {
    text-align: center;
}
.post-6786 .slick-prev {
     left: 0px; 
}
.post-6786 .slick-next {
    right: 48px;
}
.post-6786 .slick-prev, .post-6786 .slick-next {
    top: 41% !important;
    z-index: 99;
}
.post-6786 .slick-prev:before, .post-6786 .slick-next:before { 
  font-size: 70px;
}
.related-posts {
    padding: 0px 0px;
    border-top: 1px solid #dddddd;
    margin-top: 20px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 20px;
}
.related-posts img {
  min-height: 120px;
}
.related-posts .front-post-text {
    display: inline-block;
    vertical-align: top;
    width: 24%;
}
.related-posts .front-img-thumb {
  height: 120px;
}
.related-posts h5 {
  color: #666666;
}
div#comments li {
    list-style: none;
}

/* Comments -------------- */

#comments{
  margin:0 0 40px 0 ;
}

#comments h3, #respond h3 {
  font-weight:normal;
  font-size:16px;
  display:block;
  float:left;
  width:610px;
  padding:0 0 20px 0;
  margin:0 0 0px 0;
}

#comments .image{
  float:left;
}

#comments ol{
  margin:10px 0 0 0;
}


#comments ol.pinglist li{
  padding:0;
  margin:0;
  border:none;
  width:100%;
}

#comments ol.pinglist li a {
    font-weight: lighter;
    font-size: 14px;
}

#comments h3.pingheader{
  margin:30px 0 0 0;
}

#comments ol, #comments ul{
  width:610px;
  float:left;
}

#comments ol ul{
  width:510px;
  float:left;
  border-left:1px solid #e2e2e2;
  margin:15px 0 0 30px;
  padding:15px 0 0 50px
}


#comments ol ul ul{
  width:470px;
  margin:8px 0 0 30px;
}

#comments ol ul ul ul{
  width:451px;
}

#comments ol ul ul ul ul{
  width:397px;
}

#comments ol ul ul ul ul ul{
  width:344px;
}

#comments ol ul .line{
  width:30px;
  height:50px;
  position:absolute;
  border-bottom:1px solid #e2e2e2;
  margin:-10px 0 0 -50px;
}

#comments ol ul li{
  padding:17px 0px 17px 0px;
  border:none;
}

#comments ol ul .details {
  margin: 0 0 0 20px;
  float:left;
  width:415px;
}

#comments ol ul ul .details {
  width:325px;
}

#comments ol ul ul ul .details {
  width:270px;
}

#comments ol ul ul ul ul .details {
  width:240px;
}

#comments ol ul ul ul ul .details {
  width:180px;
}

#comments ol li{
  padding:27px 10px 27px 10px;
  border-bottom:1px solid #e2e2e2;
  float:left;
}

#comments ul li{
  padding:27px 0 27px 0;
}

#comments .details {
  margin: 0 0 0 20px;
  float:left;
  width:500px;
  font-size: 14px;
}

#comments .details .name span.date{
  font-size:13px;
  color:#999;
  font-style:italic;
  padding-left: 5px;
}

#comments .details .name span.date a{
  color:#999;
}

#comments .details .name a{
  font-size:12px;
}

#comments .details .name{
  margin:0 0 15px 0;
}

#comments .details .name span.author a:hover, #comments .details .name span.date a:hover, #respond a:hover, ol.pinglist li a:hover{
  color:#cc6633;
}

#comments .details .name span.author a, #respond a, ol.pinglist li a{
  font-weight:bold;
  color:#444444;
}
div#respond {
    clear: both;
    padding-top: 20px;
}
#respond textarea, .wpcf7 textarea {
    border: 1px solid #ececec;
    font-family: inherit;
    text-indent: 0px;
    color: #666666;
    box-shadow: none;
    width: 93%;
    padding: 10px;
    font-weight: lighter;
}
input:focus, textarea:focus {
  border: 1px solid #bf2929 !important;
  outline: 0;
}
#respond input.btn, .wpcf7 input.wpcf7-form-control.wpcf7-submit {
    background: #444444;
    color: white;
    height: 32px;
    border: 1px solid #444444;
    padding: 0px;
    width: 200px;
    margin-left: 10px;
    position: relative;
    top: 0px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    cursor: pointer;
    margin: 0px;
    font-style: normal;
}
div#respond input, .wpcf7 input {
    border: 1px solid #ececec;
    font-family: inherit;
    text-indent: 10px;
    color: #666666;
    font-style: italic;
    box-shadow: none;
    padding: 0px;
    max-width: 100%;
    width: 288px;
    height: 28px;
    font-style: normal;
    font-weight: lighter;
}
.wpcf7 input[type="checkbox"] {
    width: 15px;
    height: 15px;
    vertical-align: middle;
}
div.wpcf7 {
    margin: 0;
    padding: 0;
    max-width: 425px;
}
#open-mob-menu, .mobile-menu {
  display: none;
}
.front-img-thumb img {
    width: 140px;
    height: 140px;
}

/*MOBILE RESPONSIVE*/

@media screen and ( max-width: 939px ) {
  body  {
    width: 100%;
    overflow-x: hidden;
  }
  .wrapper {
    max-width: 100%;
  }
  .desktop-menu {
    display: none;
  }
  #open-mob-menu {
      display: block;
      text-align: center;
      padding: 10px 0px;
      background: #dddddd;
      border-bottom: 1px solid #bd1616;
  }
  iframe {
    max-width: 100% !important;
    height: auto !important;
    min-height: 220px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .logo {
      float: none;
      text-align: center;
      padding: 20px 0px;
  }
  .header {
      position: relative;
      height: auto;
  }
  .front-page {
      margin-top: 0px;
  }
  .head-search {
      float: none;
      margin: 0 auto;
      width: 100%;
  }
  input#s {
      max-width: 99%;
      display: block;
  }
  .bottom-header input.button {
      margin-left: 0px;
      display: block;
  }
  .mobile-menu li {
      border-bottom: 1px solid #bd1616;
  }
  .mobile-menu {
      background: #dddddd;
  } 
  .current-menu-item a {
      border-bottom: 0px;
  }
  .mobile-menu a {
      display: block;
      padding: 10px 0px;
      text-indent: 20px;
      color: #666666;
  }
  .book-slider {
      width: 96%;
      margin: 0 auto;
      padding-top: 0px;
  }
  .left-double-borders {
      max-width: 100%;
      float: none;
      margin: 5px 0px;
      width: 100%;
  } 
  .book-slid-title h2 {
      float: none;
      text-align: center;
      margin-bottom: 0px;
  }
  .right-double-borders {
      float: none;
      max-width: 100%;
      margin-top: 20px;
      width: 100%;
  }
  .slick-next {
      right: 20px;
  }
  .slick-prev {
      left: 3px;
      z-index: 9;
  }
  .front-blog {
      width: 96%;
      margin: 0 auto;
  }
  .recent-blogs {
      float: none;
  }
  .front-title {
      overflow: visible;
  }
  .front-title .right-double-borders {
      max-width: 100%;
      width: 100%;
  }
  .recent-blogs h2 {
      margin-bottom: 20px;
      float: none;
  }
  .recent-blogs .post {
      clear: both;
      margin-bottom: 37px;
      overflow: hidden;
      margin-top: 26px;
  }
  .front-img-thumb img {
      width: 100%;
      height: 100%;
  }
  .front-img-thumb {
      margin-bottom: 20px;
  }
  .upcoming-events {
      float: none;
      max-width: 100%;
  }
  .videos .left-double-borders, .videos .right-double-borders {
      width: 100%;
  }
  .videos-title h2 {
      float: none;
      text-align: center;
  }
  div#text-9 iframe {
      height: 220px !important;
  }
  .top-footer {
      padding: 10px 2%;
      width: 100%;
      box-sizing: border-box;
  }
  .footer-connect {
      float: left;
      max-width: 242px;
  }
  .events-title .right-double-borders {
      display: none;
  }
  .content {
      padding: 20px 2% 20px 2%;
      margin-top: 0px;
      width: 96%;
  }
  .childpost {
      display: block;
      width: 100%;
      margin: 10px 0px;
  }
  .post-6786 .slick-prev:before, .post-6786 .slick-next:before {
      font-size: 34px;

  }
  .post-6786 .slick-next {
      right: 15px;
  }
  .sidebar {
      float: none;
      width: 96%;
      margin: 0 auto;
      padding: 0px 0px 10px 0px;
  }
  .single .content, .archive .content, .search .content, .blog .content {
      font-weight: 300;
      float: none;
      padding: 40px 2%;
      max-width: 620px;
  }
  .related-posts .front-post-text {
      display: inline-block;
      vertical-align: top;
      width: 40%;
      margin: 0px 3%;
  }
  .related-posts .front-img-thumb {
      width: 100%;
      height: auto;
  }
  #comments h3, #respond h3 {
      max-width: 100%;
  }
  #comments ol, #comments ul {
      max-width: 100%;
  }
  #comments ol li {
      padding: 10px 0px;
      max-width: 100%;
  }
  #comments .details {
      max-width: 72%;
      width: 100%;
  }
  .tz_tab_widget .tabs ul.nav {
      width: 100%;
  }
  .tz_tab_widget .tab li {
      width: 100%;
      max-width: 93%;
  }
  .tz_tab_widget .tabs {
      float: left;
      padding: 0;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
  }
  .tz_tab_widget .tab_wrap {
      overflow: hidden;
  }

  .advert {
      overflow: hidden;
      padding-bottom: 20px;
  }
  li#text-3 {
      clear: both;
      padding: 10px 0px;
  }
  .content ul, .content ol {
      margin: 0 0 15px 10px;
  }
  #comments ol ul {
      max-width: 100%;
      width: 100%;
      border-left: 0px;
      margin: 0px;
      padding: 0px;
  }
  #comments ol ul ul {
      width: 100%;
      margin: 0px;
  }
  #comments ol ul ul ul .details {
      width: 100%;
  }
  #comments ol ul ul ul {
      width: 100%;
  }
  #comments ol ul ul .details {
      width: 100%;
  }
  #comments ol ul .details {
      width: 100%;
  }
}

@media screen and ( min-width: 568px ) and ( max-width: 939px ){
  .front-excerpt {
      width: 69%;
  }
  .childpost {
      display: inline-block;
      width: 49%;
  } 
  .blog-thumb img {
      height: 210px;
  }
  .page-id-3991 h2 {
      font-size: 15px;
  }
  .advert li {
      display: inline-block;
      vertical-align: top;
      width: 22%;
  }
  .advert img {
      height: 119px;
  }
  #comments .details {
      max-width: 82%;
      width: 100%;
  }
}