/*
Theme Name: American Writers Museum
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.pressthumb {float: left; width: 30%; margin-right: 10px;}
.presscite {float: left; width: 68%;}

/*Get Your Guide Language Drop Down*/
          

        /* Button Styles */

        .tck-btn {

            background-color: #41b6e6;

            border: 0px solid #ffffff;

            font-size: 16px;

            font-family: Arial, sans-serif;

            font-weight: bolder;

			letter-spacing: .03em;

            color: #ffffff;

            padding: 15px 20px;

            cursor: pointer;

			text-transform: uppercase;

			box-shadow: 0 3px 6px -4px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);

			display: inline-block;

        }

			

        /* The container <div> - needed to position the dropdown content */

        .tck-dropdown {

            position: absolute;

            display: inline-block;

        }

			

		/* Dropdown Button globe image */

		#tck-btn-globe {

			max-width: 20px; 

			max-height: 20px;	

		}



        /* Dropdown Content (Hidden by Default) */

        .tck-dropdown-content {

            display: none;

            position: absolute;

            right: 0px;

            background-color: #f1f1f1;

            min-width: 160px;

            z-index: 1;

        }



        /* Links inside the dropdown */

        .tck-dropdown-content a {

            color: black;

            padding: 12px 16px;

            text-decoration: none;

            display: block;

        }



        /* Change color of dropdown links on hover */

        .tck-dropdown-content a:hover {

            background-color: #ccc;

        }



        /* Show the dropdown menu on hover */

        .tck-dropdown:hover .tck-dropdown-content {

            display: block;

        }



        /* Change the background color of the dropdown button when the dropdown content is shown */

        .tck-btn:hover, .tck-dropdown:hover .tck-btn:active  {

            filter: brightness(0.85);

			background-color: #41b6e6;

        }

			

		.tck-btn:focus, .tck-btn:active, .tck-dropdown:active .tck-btn:active, .tck-btn:visited, .tck-dropdown:visited .tck-btn:visited, .tck-main-button:visited, .tck-main-button:active {

    		background-color: #41b6e6;

    		filter: brightness(1); /* To reset the brightness filter on active */

		}
/*End Get Your Guide button style*/

@media only screen and (max-width: 48em) {}

.frame-area {
  display: block;
  width: 100%;  /* RESPONSIVE WIDTH */
  max-width: 600px;
  height: 350px;
  overflow: hidden;  /* EDIT TO hidden FOR NO SCROLLBAR */
  border: #999999 1px solid;
  margin: 0px;
  padding: 0px;
  }

/*************** ADD MOBILE ONLY CSS HERE  ***************/


}