/*

Theme Name: Pro &ndash; Child Theme
Theme URI: http://theme.co/pro/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/

/***********Calendar Syle***********/
/*The Week Style*/
#custom-events .datepicker table thead tr th {
   background-color: #09C577;
   color: #FFFFFF;
    font-family: "Barlow Condensed";
    font-weight: bold;
	text-align: center;
	height: auto !important;	
	width: 592px;
	font-size: 20px;
}
#custom-events .datepicker table thead {
    border-top: none !important;
    border-bottom: none !important;
}
/*Days*/
#custom-events .datepicker table tbody tr td a {
    color: rgba(120,120,120,0.6);
    font-weight: bold;
    font-size: 18px;
}
/*Selected days*/
.textred {
    color: #FF8135 !important;
    text-decoration: underline;
}
/***********Calendar Syle***********/


.table {
    display: table;
    width: 100%;
}

.cell {
    display: table-cell;
    width: 50%;
    height: 100px;
    vertical-align: middle !important;
    text-align: center !important;
}

.tab {
    display: table;
}

.tab>div {
    display: table-cell;
    vertical-align: middle;
}

.button1 {
	width: 98%;
    margin-right: 3%;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 2em;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    background-color: #09C577;
    /* Green background */
    border: 3px solid #09C577;
    /* Green border */
    color: rgb(255, 255, 255) !important;
    /* White text */
    padding: 35px 70px;
    /* Some padding */
    cursor: pointer;
    /* Pointer/hand icon */
	  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 10px;
}


/* Add a background color on hover */

.button1:hover {
    background-color: white;
    /* White background */
    border: 3px solid #09C577;
    /* Green border */
    color: #09C577 !important;
    /* Greem text */
    padding: 35px 70px;
    /* Some padding */
    cursor: pointer;
    /* Pointer/hand icon */
}

.button2 {
	width: 98%;
    margin-left: 3%;
	font-family: "Barlow Condensed", sans-serif;
    font-size: 2em;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    background-color: rgb(255, 255, 255);
    /* Green background */
    border: 3px solid #09C577;
    /* Green border */
    color: #09C577 !important;
    /* White text */
    padding: 35px 70px;
    /* Some padding */
    cursor: pointer;
    /* Pointer/hand icon */
	  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 10px;
}


/* Add a background color on hover */

.button2:hover {
    background-color: #09C577;
    /* White background */
    border: 3px solid #09C577;
    /* Green border */
    color: rgb(255, 255, 255) !important;
    /* Greem text */
    padding: 35px 70px;
    /* Some padding */
    cursor: pointer;
}

#custom-events div.events #events_container {
    max-height: 475px !important;
}


.table.tblButton {
    width: 97% !important;
}
div#events_container {
    margin-left: 1em;
}
/*Mobile*/
@media only screen and (max-width: 767px) {
    .cell {
        display: table-row !important;
        width: 50% !important;
        height: 75px !important;
        vertical-align: middle !important;
        text-align: center !important;
    }
    #custom-events div.events #events_container {
        max-height: 400px !important;
    }
	.table {
		display: inline-table !important;
		width: 100%;
	}
	.button1 {
		width: 98%;
		margin-right: 0%;
	}
	.button2 {
		width: 98%;
		margin-left: 0%;
	}
	div#events_container {
		margin-left: 0em !important;
		margin-top: 1em !important;
	}
	.calArea {
		/*margin-top: 1em !important;*/
	}
}



/**************** Style for Top Requests ****************/
li.topreq {
    color: white;
}
/**************** Style for Top Requests ****************/


