/*
Theme Name: EDC
Theme URI: http://revolveis.net/
Description: EDC
Tags: EDC
Author: REVOLVE
Author URI: http://www.revolveis.net.
Version: 1.0
License: GNU General Public License
License URI: licence/GPL.txt

*/


a.btn-custom {
  background: #1cc05e;
  color: #ffffff;
  font-family: Questrial, sans-serif;
  font-weight: normal;
  border: none;
  text-shadow: none;
  border-radius: 3px;
  height: 45px;
  box-shadow: none;
  -webkit-box-shadow: none;
  line-height: 45px;
}

a.btn-custom:hover {
  background: #3DC976;
}

a.btn-custom:first-of-type {
  margin-right: 30px;
}

.two_columns_66_33>.column1>.column_inner {
  padding-right: 40px !important;
}

.two_columns_66_33>.column2>.column_inner {
  margin-top: 30px;
  margin-left: 20px; 
}

.container .three_columns {
  margin-bottom: 60px;
}

.container p a,
.container li a {
  color: #1cc05e;
}

.container p a:hover {
  color: #3DC976; 
}

/****************************
** BEGIN KEOKEE CUSTOM CSS **
****************************/

/***************************
** HOME PHOTO CONTEST ROW **
***************************/

/* .home-contest-row {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
} */

.home-contest-row .text-col, 
.home-contest-row a.btn-text {
  font-family: 'Questrial', sans-serif;
  color: #ffffff;
}

.home-contest-row .main-heading {
  font-size: 22px;
  color: #FFF;
  margin-top: 30px;
}

.home-contest-row .sub-heading {
  font-size: 16px;
  color: #FFF;
}

.home-contest-row .btn {
  background: #1cc05e;
  border-radius: 3px;
  padding: 10px 25px;
  color: #FFF;
  display: inline-block;
  margin: 20px 0;
}

.home-contest-row img {
  margin: 0 auto;
}

.home-column {
  text-align: center;
}

/* .home-column.middle {
  width: 38%;
  margin-left: 4%;
  text-align: left;
} */

/* .home-column.right {
  width: 25%;
} */

/******************
** PHOTO CONTEST **
******************/

.page-id-637 .title_holder h1 {
  visibility: hidden;
}

.page-id-637 .title_holder h1:after {
  visibility: visible;
  display: block;
  content: " ";
  background-image: url('http://pocedc.org/wp-content/uploads/2016/07/pipo-badge.png');
  background-size: contain;
  height: 173px;
  width: 250px;
  margin: 0 auto;
  position:relative;
  bottom: 25px;
}

.photo-column {
    padding: 20px 0;
    margin: 20px 0;
}

.photo-column1,
.photo-column2 {
    width: 49%;
    float: left;
    background: #eee;
}

.photo-column1 {
    margin-right: 2%;
}

.photo-contest h2 {
    text-align: center;
}

.photo-contest .wp-pagenavi {
    text-align: center;
}

.photo-contest .wp-pagenavi .pages, 
.photo-contest .wp-pagenavi .current{
    background: #eee;
    border: 1px solid #ccc;
}

.photo-card {
    width: 48%;
    height: 250px;
    float: left;
    background: #eee;
    margin: 1%;
    text-align: center;
}

.photo-card:hover {
    background: #f7f7f7;
}

.photo-card .card-title {
    font-size: 18px;
    line-height: 18px;
    min-height: 40px;
    margin: 5px 0;
}

/* single photo page */

.single-photo .blog_holder.blog_single article {
    padding: 0 0 5px;
    margin-bottom: 0;
}

.single-photo .blog_holder.v2 article .post_content_holder {
    width: 100%;
    float: none;
}

.single-photo .blog_holder.v2 article .post_image {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e1e4e6;
}

.single-photo .blog_holder.v2 article .post_image .inner img {
    width: auto;
    margin: 0 auto;
    display: block;
}

.single-photo .blog_holder.v2 article .post_text {
    margin-bottom: 30px;
}

.single-photo .next-previous {
    text-align: center;
    padding: 30px 0;
    margin: 0;
    background-color: #EEE;
    font-size: 22px;
}

.single-photo .action-like a:before {
    content: "Vote Here!";
    float: left;
    margin-right: 10px;
    font-size: 16px;
    line-height: 18px;
}

/* photo submission form */

#gform_wrapper_1 input,
#gform_wrapper_1 textarea,
#gform_wrapper_1 select {
    padding: 10px 5px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

#gform_wrapper_1 input[type="submit"] {
    padding: 0px 36px;
    border: none;
}

/* MOBILE & RESPONSIVE */

@media only screen and (max-width : 1000px) {

    .photo-card {
        width: 92%;
        margin: 4% 1%;
    }
    
    .photo-contest h2 {
        font-size: 28px;
    }
    
    .home-column {
      width: 100% !important;
      max-height: none;
      margin: 15px auto;
      text-align: center !important;
    }

    .home-contest-row .main-heading {
    	margin-top: auto;
    }

    .home-column img {
    	bottom: auto !important;
    }

    .home-contest-row .btn {
    	margin: 15px auto;
    }

}

@media only screen and (max-width : 600px) {

    .photo-column1,
    .photo-column2 {
        width: 100%;
        margin-right: 0;
    }
    
}


@media only screen and (max-width : 600px) {

    .sponsors {
        width: 100%;
        margin-left: 0;
        padding: 0;
    }
    
}
