/*
 Theme Name:  Paint The Town Child
 Description: Child theme for WordPress Twenty Twenty-Five 
 Author:      Serxhio Vrapi
 Author URI:  https://serxhio.dev
 Template:    hello-elementor
 Version:     1.0.0
 Text Domain: paint-the-town-child
*/

/* font family Montserrat  */
body, button, input, select, textarea, a {
    font-family: 'Montserrat', sans-serif !important;
}

a {
text-decoration:none !important;
}

html {
  scroll-behavior: smooth;
}




a {
      cursor:pointer !important;
}

main#site-content {
    margin-top: 115px;
}

main#content, footer#site-footer {
            max-width: 1140px !important;
            padding: 0px;
            background: #f1f1f1;
            margin-top: 20px;
}

@media(max-width:1100px) {
    main#content, footer#site-footer {
        padding: 0px ;
    }
}

body {
    background: #f1f1f1 !important;
    overflow-x: hidden;
}

