/*
    Theme Name: greenwitch
    Theme URL: http://mhrahman.com/
    Description: Theme is develoved by using Genesis Framework. It's a child theme developed for Green Witch.
    Author: Md. Hafijur Rahman
    Author URI: http://mhrahman.com/
    Version: 1.0.0
    Template: genesis
*/

/* Base css 
----------------------------------*/


/* Menu Section 
---------------------------------*/

@media (min-width: 1440px){
    .site_logo {
      max-width: 160px;
    }
}


/* Page section
---------------------------------------*/
.news-letter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-content: center space-between;
  margin-top: 8px;
}
.news-letter > input[type="submit"] {
  background: #f3b85a none repeat scroll 0 0;
  color: white;
}
.news-letter > input[type="submit"]:hover {
  background: #fdc005 none repeat scroll 0 0;
  color: white;
}
.news-letter > input {
  font-size: 12px;
  height: 30px;
  margin: 10px 2px 5px;
  padding:0px 6px;
}
@media (min-width: 1200px){
.news-letter > input {
  margin: 0 2px;
  padding:0px 6px;
}
}
.home-top-widget .preheaderrightcontainer {
  display: block;
}
/* Slider widget Section 
---------------------------------*/



.slider-widget li.widget.widget_text{
	padding: 0;
    margin-bottom: 0;
}





/* Secondary sidebar sections (left sidebar)
----------------------------------------------------*/


/* Footer section 
-------------------------------------------------------*/






body{
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
    color: #7e8186;
    overflow-x: hidden;
}


li{
    list-style: none;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    line-height: 1.15;
}
@media (max-width: 767px){
.preheaderleftcontainer .textwidget > p {
  margin: 0;
}
.preheadermidtcontainer {
  margin-top: 5px!important;
}
}



/* ## Top area
--------------------------------------------- */

.home-top-widget{
    background: #3781C4;
    color: white;
    padding: 5px 0px;
}

/* ## Nav
--------------------------------------------- */




/* ## Screen Reader Text
--------------------------------------------- */
.screen-reader-text,
.skip-to-main-content,
.genesis-skip-link,
.screen-reader-text span,
.screen-reader-shortcut {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
    clip: auto !important;
    height: auto;
    width: auto;
    display: block;
    font-size: 1em;
    font-weight: bold;
    padding: 15px 23px 14px;
    color: #333;
    background: #fff;
    z-index: 100000; /* Above WP toolbar. */
    text-decoration: none;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}
.more-link {
    position: relative;
}