/*!
Theme Name: Blocksy
Theme URI: https://creativethemes.com/blocksy/
Author: CreativeThemes
Author URI: https://creativethemes.com
Description: Blocksy is a fast, modern WordPress theme with advanced WooCommerce support and full compatibility with the block editor.
Version: 2.1.2
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Copyright: (c) 2019 CreativeThemes.
Requires at least: 6.5
Requires PHP: 7.0
Tested up to: 6.8
Text Domain: blocksy
Blocksy Minimum Companion Version: 2.0.74-beta1
Tags: accessibility-ready, blog, block-patterns, e-commerce, wide-blocks, block-styles, grid-layout, one-column, two-columns, three-columns, four-columns, right-sidebar, left-sidebar, translation-ready, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, theme-options, threaded-comments
*/


.copyr {
background-color: #33a1db;
text-align: center;
color: #ffffff;
padding: 5px 0;
}
.copyr a {
color: #ffffff;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 0;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #fff;
    width: 100%;
    box-shadow: 0 -1px 3px rgba(0,0,0,.15);
    transition: .3s;
    padding: 10px 0;
}
#myBtn > div {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 430px auto;
  grid-column-gap: 20px;
  align-items: center;
  place-items: center; 
}
#myBtn p {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #eb6e9a;
  padding-top: 10px;
  margin-bottom: 0;
}
#myBtn a.btn {
  display: grid;
  grid-template-columns: 1em 9em;
  align-items: center;
  justify-items: center;
  justify-content: center;
  background-color: #eb6e9a;
  color: #FFFFFF;
  max-width: 430px;
  height: 65px;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
  border-radius: 40px;
  transition: .3s;
  padding: 0 25px;
}
#myBtn a.btn::before {
  content: '';
  width: .5em;
  height: .5em;
  border-top: 4px solid #FFFFFF;
  border-right: 4px solid #FFFFFF;
  transform: rotate(45deg);
  margin-top: 8px;
   border-top: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
}
#myBtn a.btn:hover {
    background-color: #ea5405;
}
@media only screen and (max-width : 768px ) {
#myBtn > div {
  display: block;
  max-width: 350px;
  margin: 0 auto;
  text-align: center;
}
#myBtn a.btn {
  font-size: 1.6rem;
  max-width: 100%;
}
#myBtn p {
  font-size: 1rem;
  padding-top: 5px;
  padding-bottom: 5px;
}
}