/*
 Theme Name:   Ellsworth Marketing
 Description:  Customization of fireweed theme for Ellsworth Marketing.
 Author:       Maggie Wettergreen
 Author URI:   https://maggiewettergreen.com
 Template:     fireweed
 Version:      2.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  fireweed-child
*/

header .custom-logo-link img{
    transform: rotate(-16deg);
}
header .wp-block-social-links{
    flex-wrap: nowrap;
}

/*small laptops and large tablets and below*/
@media only screen and (max-width:1200px) {
  
}

/*small tablets and mobile*/
@media only screen and (max-width:999px) {
    header>div{
        padding-left: 10px!important;
        padding-right: 10px!important;
    }

    header .is-layout-flex{
        gap: 10px;
    }
    header h1.has-x-large-font-size{
        font-size: 1.25rem!important;
    }
    #header-btns{
        flex-direction: row-reverse;
    }

}

/*large tablets and desktop*/
@media only screen and (min-width:1000px) {

}

/*small mobile*/
@media only screen and (max-width:500px) {
  
}
