/*
Theme Name: 2016 Child Simple Clean Design
Template: twentysixteen
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css?family=Oswald:700|Source+Sans+Pro');


body:not(.custom-background-image)::before,
body:not(.custom-background-image)::after {
  display: none !important;
}

body {
  padding: 0;
  font-size: 17px;
  line-height: 23px;
}


body {
  background: #F41647;
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
}


.site {
  background: none;
}

#page .site-content {
  padding: 0 !important;
}

.no-sidebar .entry-content {
  margin: 0;
}


body .site-main > article {
    margin-bottom: 0px;
}


#primary {
  max-width: 520px;
  margin: 0 auto;
  background-image: url("/wp-content/themes/twentysixteen-child/images/stu-image-desktop-conspiracy.jpg");
  background-repeat: no-repeat;
  background-position: -90px bottom;
  background-size: 520px 450px;
  min-height: 500px;
}


#main {
  max-width: 450px;
  margin: 0 auto;
  padding: 0 25px 0;
}


#masthead,
#colophon,
h1.entry-title { display: none;}


#main h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 64px;
  margin-bottom: 20px;
}


#main p {
  margin-bottom: 0;
}


#main .totalpoll-poll-container h4 { display: none; }


#e1-footer {
  max-width: 450px;
  padding: 30px 25px;
  margin: 0 auto;
}


#e1-footer p {
  margin-bottom: 10px;
}


#e1-footer__left { float: left; }

#e1-footer__right{ float: right; }






/*-------------------------------------------------------------------------------------------*\
    #POLL
\*-------------------------------------------------------------------------------------------*/

body #main .totalpoll-poll-container {
  max-width: 220px;
  line-height: 1.2;
}

body #main .totalpoll-poll-container .totalpoll-choices .totalpoll-choice {
  float: left !important;
  width: 48%;
  margin: 0 2% 0 0;
}


body #main .totalpoll-poll-container .totalpoll-choices .totalpoll-choice .totalpoll-choice-container {
  width: 97%;
  min-height: auto;
}


body #main .totalpoll-poll-container .totalpoll-choices .totalpoll-choice .totalpoll-choice-content {
  padding: 1em 0.9em;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  font-size: 1.2em;
}


body #main .totalpoll-poll-container .totalpoll-view-results .totalpoll-choice-label-text {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;

}


body #main .totalpoll-poll-container .totalpoll-choices { margin-top: 10px; }


body #main .totalpoll-poll-container .totalpoll-choices .totalpoll-choice .totalpoll-choice-percentage {
  font-size: 0.9em;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
}

body #main .totalpoll-poll-container .totalpoll-choices .totalpoll-choice-texttotalpoll-choice-first .totalpoll-choice-content {
  background-color: #0d99db;
  color: #fff;
  -webkit-transition: all 0.4s ease-out;
  	      transition: all 0.4s ease-out;
}


body #main .totalpoll-poll-container .totalpoll-choices .totalpoll-choice-texttotalpoll-choice-first .totalpoll-choice-content:hover {
  background-color: #1db1f6;
  color: #fff;
  -webkit-transition: all 0.4s ease-out;
  	      transition: all 0.4s ease-out;
}


body #main .totalpoll-poll-container .totalpoll-choices .totalpoll-choice-first.checked .totalpoll-choice-content {
  background-color: #1db1f6;
}


body #main .totalpoll-poll-container .totalpoll-choices .totalpoll-choice-texttotalpoll-choice-second .totalpoll-choice-content {
  background-color: #2bbb18;
  color: #fff;
  -webkit-transition: all 0.4s ease-out;
  	      transition: all 0.4s ease-out;
}


body #main .totalpoll-poll-container .totalpoll-choices .totalpoll-choice-texttotalpoll-choice-second .totalpoll-choice-content:hover {
  background-color: #33cc1f;
  color: #fff;
}


body #main .totalpoll-poll-container .totalpoll-choices .totalpoll-choice-second.checked .totalpoll-choice-content {
  background-color: #2bbb18;
}





/*-------------------------------------------------------------------------------------------*\
    #SOCIAL ICONS
\*-------------------------------------------------------------------------------------------*/

.social {
	width: 115px;
	height: 25px;
	display: block;
  margin: 0;
}


.social li {
	float: left;
  list-style-type: none;
}


.social li a {
	float: left;
	height: 25px;
	display: block;
	background:url('/wp-content/themes/twentysixteen-child/images/benson-auctions-social.png') no-repeat;
	background-size: 115px 25px;
	opacity: 0.9;
  filter: alpha(opacity=90); /* For IE8 and earlier*/
  -webkit-transition: all 0.4s ease-out;
  	      transition: all 0.4s ease-out;
}


.social li a:hover {
	opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier*/
}

.social li.facebook a {
	background-position: top left;
	width: 38px;
}

.social li.twitter a {
	background-position: -38px 0;
	width: 39px;
}

.social li.instagram a {
	background-position: top right;
	width: 38px;
}


.social li a span {
	left:-1000em;
	position:absolute;
}


/*-------------------------------------------------------------------------------------------*\
    #SOCIAL DESKTOP
\*-------------------------------------------------------------------------------------------*/

#e1-social-desktop { display: none; }
#e1-social-desktop p {
  float: left;
  font-size: 24px;
}


#e1-social-desktop ul {
  float: left;
  margin-left: 30px;
}


#e1-social-desktop .social {
	width: 185px;
	height: 35px;
}

#e1-social-desktop .social li {
	margin-right: 10px;
}


#e1-social-desktop .social li a {
	height: 35px;
	background:url('/wp-content/themes/twentysixteen-child/images/benson-auctions-social.png') no-repeat;
	background-size: 155px 34px;
}


#e1-social-desktop .social li.facebook a {
  background-position: top left;
	width: 42px;
}

#e1-social-desktop .social li.twitter a {
  background-position: -59px 0;
	width: 42px;
}

#e1-social-desktop .social li.instagram a {
  	background-position: top right;
	width: 42px;
}












#e1-footer-desktop {
  width: 190px;
  position: absolute;
  right: 80px;
  bottom: 80px;
}


#e1-footer-desktop ul {
  margin: 0;
}


#e1-footer-desktop li {
  float: left;
  list-style-type: none;
}

.desktop-logo {
  clear: both;
  display: block;
}






@media only screen and (max-width: 649px) {
  #e1-footer-desktop {
    display: none;
  }


  #primary {
    min-height: 570px;
  }


  body #main .totalpoll-poll-container {
    margin: 10px auto 0;
  }


  #main p {
    margin-top: -10px;
  }
}



@media only screen and (max-width: 395px) {
  #primary {
    min-height: 550px;
  }


  body #main .totalpoll-poll-container {
    margin: 30px auto 0;
  }


  #main h2 {
    font-size: 53px;
  }
}



@media only screen and (max-width: 380px) {
  #primary {
    background-position: -170px bottom;
  }
}









@media only screen and (min-width: 650px) {
  body {
    background-image:url('/wp-content/themes/twentysixteen-child/images/stu-image-desktop-conspiracy.jpg');
    background-repeat: no-repeat;
  	background-size: cover;
    background-attachment:fixed;
    background-position: center bottom;
  }

  #e1-social-desktop {
    display: inherit;
    width: 390px;
    margin-left: 20.7%;
  }


  #primary {
    max-width: 1200px;
    background: none;
    min-height: 710px;
  }

  #main {
    max-width: 1200px;
  }

  .stu-image { margin-top: -50px; }

  body #main .totalpoll-poll-container {
    max-width: 380px;
    margin-left: 20%;
  }

  body #main .totalpoll-poll-container .totalpoll-choices .totalpoll-choice .totalpoll-choice-content {
    font-size: 1.5em;
  }
}




@media only screen and (min-width: 650px) {
  #e1-footer {
    display: none;
  }
}
