/*limited reset*/
html, body, div, hgroup, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li{
   margin: 0px;
   padding: 0px;
   border: 0px;
}

header, section, footer, aside, nav, main, article, figure, canvas, video  {
   display: block;
   margin: 0px;
   padding: 0px;
   border: 0px;
}

/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
   margin: 5px 20px 20px 0px;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin: 5px auto 5px auto;
}

.alignright {
   float:right;
   margin: 5px 0px 20px 20px;
}

.alignleft {
   float: left;
   margin: 5px 20px 20px 0px;
}

a img.alignright {
   float: right;
   margin: 5px 0px 20px 20px;
}

a img.alignnone {
   margin: 5px 20px 20px 0px;
}

a img.alignleft {
   float: left;
   margin: 5px 20px 20px 0px;
}

a img.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.wp-caption {
   background: #fff;
   border: 1px solid #f0f0f0;
   max-width: 96%; /* Image does not overflow the content area */
   /* width: auto !important; */
   padding: 10px 5px 3px 5px;
   text-align: center;
}

.wp-caption.alignnone {
   margin: 5px 20px 20px 0px;
}

.wp-caption.alignleft {
   margin: 5px 20px 20px 0px;
}

.wp-caption.alignright {
   margin: 5px 0px 20px 20px;
}

.wp-caption img {
   border: none;
   height: auto;
   margin: 0px 0px 0px 0px;
   max-width: 98.5%;
   padding: 0px 0px 0px 0px;
   width: auto;
}

.wp-caption p.wp-caption-text,
.gallery .gallery-caption,
.image-page-caption p {
   font-size: 11px;
   line-height: 17px;
   margin: 0px 0px 0px 0px;
   padding: 4px 5px 4px 5px;
   color: #767676;
}

.sticky {} /* sticky post style */

/* Text meant only for screen readers. */

.screen-reader-text {
   clip: rect(1px, 1px, 1px, 1px);
   position: absolute !important;
   white-space: nowrap;
   height: 1px;
   width: 1px;
   overflow: hidden;
}

.screen-reader-text:focus {
   background-color: #f1f1f1;
   border-radius: 3px;
   box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
   clip: auto !important;
   color: #21759b;
   display: block;
   font-size: 14px;
   font-size: 0.875rem;
   font-weight: bold;
   height: auto;
   left: 5px;
   line-height: normal;
   padding: 15px 23px 14px;
   text-decoration: none;
   top: 5px;
   width: auto;
   z-index: 100000; /* Above WP toolbar. */
}

@media only screen and (max-width: 700px) {

   .alignright,
   .alignleft,
   a img.alignright,
   a img.alignleft {
      float: none;
      margin: 10px auto 10px;
      display: block;
   }
   
   .wp-caption.alignnone,
   .wp-caption.alignleft, 
   .wp-caption.alignright {
      margin: 10px auto 10px;
   }

}

/* Theme Reset ------------------------------- */

h1, h2, h3, h4, h5, h6, p, span, object, blockquote, pre, address, cite, code, del,
ul, small, strong, sub, sup, b, i, fieldset, label, legend, table {
   color: #3f3f3f;
}

a,
a:visited,
a:active,
a:focus,
a:hover {
   color: #0000ee;
   text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
   display: block;
   padding: 4px 0px 4px 0px;
   font-weight: bold;
   font-family: Tahoma, Geneva, Verdana, sans-serif;
   line-height: 1.1;
   /* clear: both; */
}


h1 {
   font-size: 46px;
}

h2 {
   font-size: 40px;
}

h3 {
   font-size: 25px;
}

h4 {
   font-size: 23px;
}

h5 {
   font-size: 21px;
}

h6 {
   font-size: 19px;
}

button,
input,
select,
textarea {
   max-width: 100%;
}

ol, ul {
   font-size: 15px;
   font-weight: normal;
   display: block;
   padding: 0px 0px 0px 20px;
   margin: 10px 0px 10px 0px;
}

ol li,
ul li {
   padding: 5px 0px 5px 0px;
}

p {
   font-size: 15px;
   line-height: 23px;
   font-weight: normal;
   padding: 6px 0px 6px 0px;
}

img {
   max-width: 100%;
   height: auto;
}

iframe,
embed {
   max-width: 100%;
}

pre {
   white-space: pre-wrap;
}

fieldset {
   border: 1px solid #cccccc;
   color: #606060;
}

.clear {
   clear: both;
}

/*================================
=============== Mobile
==================================*/

@media only screen and (max-width: 600px) {
   
   h1 {
      font-size: 35px;
      line-height: 1.2;
   }
   
   h2 {
      font-size: 32px;
      line-height: 1.2;
   }
   
   h3 {
      font-size: 29px;
      line-height: 1.2;
   }
   
   h4 {
      font-size: 26px;
      line-height: 1.2;
   }
   
   h5 {
      font-size: 23px;
      line-height: 1.2;
   }
   
   h6 {
      font-size: 20px;
      line-height: 1.2;
   }

}
