/*
Theme Name: Worthy - Free Powerful Theme by HtmlCoder
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Version:1.0.0
Created:November 2014
License: Creative Commons Attribution 3.0 License (https://creativecommons.org/licenses/by/3.0/)
File Description: Place here your custom CSS styles
*/

#suitsnties:hover {
	content: url("../images/suitsnties2.jpg");
}

#daguerro:hover {
	content: url("../images/fixedwomanedit.jpg");
}

#make {

}

#logo {
	width: auto;
	height: 50px;
}

.site-name {
	font-size: 3em;
}

#clockbody{
  text-align: center;
  background: #0096ff;
  font-family: sans-serif;
  font-weight: 100;
  min-height: 250px;
  padding-top: 5px;
  padding-bottom: 100px;
}

#clockh1{
  color: black;
  font-weight: 100;
  font-size: 40px;
  margin: 40px 0px 20px;
}

#clockdiv{
    font-family: sans-serif;
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 30px;
}

#clockdiv > div{
    padding: 10px;
    width: 20%
    border-radius: 3px;
    background: gray;
    display: inline-block;
}

#clockdiv div > span{
    padding: 15px;
    width: 100%;
    /*border-radius: 50%;*/
    background: black;
    display: inline-block;
}

.smalltext{
    padding-top: 5px;
    font-size: 16px;
}

#sandrow {
	padding:10px;
	min-width: 30px;
	margin: auto;
	text-align: center;
}

#sandresults {
	min-height: 100px;
	width: 100%;
	margin: auto;
}

.centerimagesand {
	width: 60%;
	margin: auto;
}

#thankyou {
	width: 75%;
	min-height: 100px;
	padding: 15px;

}

.phototable {
  width: 50%;
  margin: auto;
}

.phototablecell {
  max-width: 300px;
  margin: auto;
  padding: 5px;
}

figcaption { 
  position: absolute; 
  background: rgba(0,0,0,0.75); 
  color: white; 
  padding: 10px 20px; 

  opacity: 0;
  bottom: 0; 
  left: -30%;
  -webkit-transition: all 0.6s ease;
  -moz-transition:    all 0.6s ease;
  -o-transition:      all 0.6s ease;
}

figure:hover figcaption {
  opacity: 1;
  left: 0;
  font-size: 2em;
}

.chatFrame {
  width: 100%;
  height: 650px;
  margin: 0 auto;
  overflow: hidden;
}

.logowrap {
    overflow: hidden;
    margin: 10px;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
.logobox {
    float: left;
    position: relative;
    width: 20%;
    padding-bottom: 20%;
}

.logoboxInner {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    overflow: hidden;
}
 .logoboxInner img { width: 100% }


@media only screen and (max-width:480px) { 
    /* Smartphone view: 1 tile */
    .logobox {
        width: 100%;
        padding-bottom: 100%;
    }
}
@media only screen and (max-width:650px) and (min-width:481px) { 
    /* Tablet view: 2 tiles */
    .logobox {
        width: 50%;
        padding-bottom: 50%;
    }
}
@media only screen and (max-width:1050px) and (min-width:651px) { 
    /* Small desktop / ipad view: 3 tiles */
    .logobox {
        width: 33.3%;
        padding-bottom: 33.3%;
    }
}
@media only screen and (max-width:1290px) and (min-width:1051px) { 
    /* Medium desktop: 4 tiles */
    .logobox {
        width: 25%;
        padding-bottom: 25%;
    }
}