/* 
Theme Name:		Strong Productions Hello
Theme URI:		https://www.strongproductions.dk/
Description:	Strong Productions Hello is a child theme of Hello Elementor, created by Elementor team
Author:			Cosmosites
Author URI:		https://Cosmosites.com/
Template:		hello-elementor
Version:		1.0.0
Text Domain:	strong-productions-hello
Tags:           flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Global Custom styles
*/

body {
	color: #000000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: antialiased;
	font-smoothing: antialiased;
	}

::selection {
    background: #dd9432;
    color: #222220;
    text-shadow: none;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: #dd9432; }
  a:hover, a:active {
    color: #dd9432; }

button,
[type="submit"],
[type="button"] {
  display: inline-block;
  font-weight: 400;
  color: #dd9432;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid #dd9432;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  
  button:focus,
  [type="submit"]:focus,
  [type="button"]:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color; }
  button:hover, button:focus,
  [type="submit"]:hover,
  [type="submit"]:focus,
  [type="button"]:hover,
  [type="button"]:focus {
    color: #ffffff;
    background-color: #dd9432;
    text-decoration: none; }
  button:not(:disabled),
  [type="submit"]:not(:disabled),
  [type="button"]:not(:disabled) {
    cursor: pointer; }


/*
    Footer Custom styles
*/


.global-generic-imprint-footer, .global-generic-imprint-footer h2 {font-family: "Arimo", Sans-serif; font-size: 14px; line-height:1.8; font-weight: 400;}

.global-generic-imprint-footer ul {list-style:none;margin:0px 0px 0px -38px;}

.global-generic-imprint-footer-copyright {font-size:0.8em; line-height:1.6;color:#999999;}

.global-generic-imprint-footer-copyright a {color:#999999;}

.global-generic-imprint-footer-copyright a:hover {color:#dd9432;}