/*
 Theme Name:   Hemlock Child
 Theme URI:    http://solopine.com
 Description:  Hemlock Child Theme
 Author:       Mimi
 Author URI:   http://solopine.com
 Template:     hemlock
 Text Domain:  hemlock-child
*/

@import url("../hemlock/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
.mailpoet_text
{
  margin: auto;
  margin-top: 20px;
}

.reply a
{
  text-transform: uppercase;
}

.partagelink
{
  font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 42px;
    font-weight: 700;
    border-bottom: 2px solid #444;
    padding-bottom: 3px;
    font-family: "Open Sans", sans-serif;
    width: fit-content;
    width: -moz-fit-content;
    margin: auto;
}



#button {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button:hover {
  cursor: pointer;
}
#button i
{
    font-weight: 600;
    font-size: 33px;
    color: #e6c55c;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

.crunchify-social a
{
  padding: 2px 8px 4px 8px !important;
  color: white;
  font-size: 12px;
  margin-right: 10px;
  cursor: pointer;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  margin-top: 2px;
  display: inline-block;
  text-decoration: none;
  width: 40px;
  background: black;
  text-align: center;
  padding: 10px !important;
  border-radius: 50%;
}

.mailpoet_submit
{
  margin: auto;
  margin-top: 10px;
  margin-bottom: 15px;
}

.mailpoet_divider
{
  height: 1px;

  background: #e5e5e5;
  
  border: 0px;
}

.mailpoet_paragraph
{
  text-align: center;
  margin-top: 20px;
}

.button-yellow
{
  background-color: #cea525;
  color: white;
  margin-right: 10px;
  margin-left: 30px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.button-yellow a
{
  color: white;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 11px;
font-weight: 400;
letter-spacing: 2px;
color: #fff;
}

#wp_rp_first
{
  display: none !important;
}

.crunchify-link {
  padding: 2px 8px 4px 8px !important;
  color: white;
  font-size: 12px;
  margin-right: 10px;
  cursor: pointer;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  margin-top: 2px;
  display: inline-block;
  text-decoration: none;
  width: 40px;
  background: black;
  text-align: center;
  padding: 10px !important;
  border-radius: 50%;
}

.crunchify-social h5
{
text-align: center;
}

crunchify-link:hover,.crunchify-link:active {
  color: black;
}


.crunchify-social {
  margin: 20px 0px 25px 0px;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  text-align: center;
}

.crunchify-link i
{
  color: white !important;
  font-size: 18px;
}

#owl-demo .item img {
  max-width: 100% !important;
  height: fit-content !important;
  object-fit: cover !important;
}

@media screen and (max-width: 768px)
{
  #footer-logo .row
  {
    display: block !important;
  }

  #footer-logo .row .col-sm-4
  {
    margin-top: 25px !important;
  }
}

#navigation-wrapper
{
    display: flex;
    width: calc(98% - 150px);
    justify-content: space-around;
    align-items: center;
}

#navigation
{
    background: white;
  padding-top: 10px !important;
  padding-bottom: 10px;
  height: auto !important;
  position: fixed !important;
  top: 0px;
  z-index: 9999;
  width: 100%;
}

body #header
{
  padding-top: 0px !important;
  border-bottom: 0px solid #eee;
  margin-bottom: 0px !important;

}

.featured-area
{
  margin-top : 60px !important;
}

#navigation .menu li a
{
    color: black !important;
}

#top-search a
{
    color: black !important;
    background: white !important;
}

#top-search
{
  right: 20px !important;
}

.slicknav_menu
{
    background-color: white !important;
}

.slicknav_menu .slicknav_icon-bar
{
    background-color: black !important;
}

.slicknav_nav a
{
    color: black !important;
}

#header .adsbygoogle
{
  margin-top: 100px !important;
}

#logo
{
    padding: 10px !important;
    margin-right: 2% !important;
    margin-top: -10px;
}

#logo img
{
    width: 170px;
}


#navigation > .container
{
    width: 90% !important;
}

@media only screen and (max-width: 1060px) and (min-width: 768px){
    #navigation-wrapper {
        display: none;
    }
}

@media only screen and (max-width: 1060px) and (min-width: 768px){ 
.slicknav_menu {
    display: block;
}
}

.sub-menu li a, .sub-menu li a:hover
{
  background-color: white;
  border: white !important;
}

body #navigation ul.menu ul a:hover,body #navigation .menu ul ul a:hover
{
  background-color: white !important;
  color: black !important;
}

#top-social a i
{
  color: black !important;
}

#top-social a:hover i, #navigation .menu li a:hover
{
  color: #e6c55d !important;
}

body #navigation ul.menu ul a:hover, body #navigation .menu ul ul a:hover
{
  color: #e6c55d !important;
}

@media screen and (min-width: 1060px)
{
  .sub-menu
  {
    border: 1px solid #ebeaea  !important;
    background: white !important;
  }

  #top-social, #top-search
{
  top: 21px !important;
}
}

.adsbygoogle
{
  margin-bottom:25px !important;
}


.show-search
{
  top: 60px !important;
}

#navigation .menu li a
{
  font-size: 12px !important;
}

@media screen and (max-width: 1160px)
{
  #navigation .menu li a
{
  font-size: 10px !important;
}

}

.archive-box
{
  margin-top: 0px !important;
}


.menu-mobile #logo
{
  display: none;
}

@media screen and (max-width: 1060px)
{
  .menu-mobile #logo
  {
    display: block;
    margin: auto !important;
  }

  .menu-mobile #logo img {
    width: 150px !important;
  }

  #top-social
  {
    right: 40px;
  }
  #top-search
  {
    right: 0px !important;
  }
  #header .adsbygoogle {
    margin-top: 150px !important;
}
}

