/*
	Theme Name: clinton-theme
	Description: Clinton Theme
	Version: 1.0
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags:
	Text Domain: clinton-theme

*/

html {
	width: 100%;
	font-size: 14px;
}
body {
	min-height: 100%;
	width: 100%;
	margin: 0;
	font-family: 'Ubuntu', Helvetica, sans serif;
	overflow-x: hidden;
	/*background-image: repeating-linear-gradient(#CBB79F, #FDEFE4);*/
	background: url("/wp-content/themes/clinton-theme/img/background.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Patrick Hand", cursive, sans serif;
	color: #A34748;
	font-weight: bolder;
}
p {
	font-size: 18px;
}
img {
	max-width: 100%;
}
a {
	color: #A34748;
}
a:visited {
	color: #22A7F0;
}
a:hover {
	text-decoration: none;
	color: #22A7F0;
}
.container {
	padding: 0px;
	width: 100%;
}

.card{
	border: 1px solid #000000;
	padding: 5px;
	min-height: 150px;
	margin-bottom: 5px;
}

.card-title{
	background-color: #ededed;
	font-weight: bold;
	font-size: 18pt;
	text-align: center;
}

.card-text,
.card-text p{
	font-size: 12pt;
}

#main_content {
	box-shadow: 3px 5px 7px rgba(200,200,200,0.5);
	padding: 20px 40px;
	margin-bottom: 60px;
	margin-right: -20px;
	background-color: #ffffff;
	border-radius: 25px;
}
#social_header {
	display: inline-block;
	float: right;
	margin-top: -20px;
	margin-right: 20px;
	padding: 0px 10px;
}
#social_header > img {
	margin-left: -15px;
}
#mcdavitt-menu {
	margin-bottom: 0px;
	border: none;
	border-radius: 0px;
	background: transparent;
	background-image: none;
	box-shadow: none;
}
#menu-mcdavitt-menu > li > a {
	color: #666;
	text-transform: uppercase;
	font-weight: bolder;
	font-family: 'Arima Madurai', Helvetica, sans serif;
	font-size: 16px;
}
#menu-mcdavitt-menu > li > a:hover,
#menu-mcdavitt-menu > li > a:focus,
#menu-mcdavitt-menu > .active > a {
	background-image: none;
	background: rgba(255,255,255,1);
	box-shadow: none;
	color: #444;
}
.dropdown-menu {
	background: rgba(255,255,255,1);
	padding: 0px !important;
}
.dropdown-menu > li > a {
	color: #666;
	height: 50px;
	padding-top: 15px;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
	background: #eee;
	color: #777;
}
.dropdown-menu > .active > a,
.dropdown-menu > li:focus > a,
.dropdown-menu > li:hover > a {
	background-image: none;
	color: #777;
}
#content {
	height: auto;
	max-width: 1170px;
	text-align: justify;
	padding: 40px 40px 0px 40px;
	margin: 0px auto;
	opacity: 0.9;
}
#left_content {
	text-align: justify;
	padding-left: 0px;
	padding-bottom: 40px;
}
#right_content {
	text-align: right;
	padding: 40px 30px 40px;
	background: rgba(252,252,252,1);
	border-radius: 8px;
	box-shadow: 3px 5px 8px #eee;
	
}
#blog_sidebar_div {
	margin-bottom: 40px;
}
.calendar_list {
	list-style-type: none;
	padding-left: 0px;
}
.calendar_item {
	color: #22A7F0;
	font-size: 16px;
}
.widgettitle {
	width:100%;
	font-size: 18px;
	color: #22A7F0;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom:5px;
}
.widget > ul {
	padding-left: 15px;
}
.widget > ul > li > a {
	color: #444;
}
.btn-primary {
	background: #22A7F0;
	color: #FFF;
	border: none;
	border-radius: 0px;
	width: 80px;
	height: 40px;
}
.btn-primary:hover {
	background: #22A7F0;
	color: rgba(255,255,255,0.8);
}
.primary-red:hover {
	color: rgba(255,255,255,0.8);
}
.form-control:focus {
	border-color: #22A7F0;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #22A7F0;
	outline: 0 none;
}
.preheader {
	margin: 20px auto;
}
.preheader img {
	margin: 0px auto;
	border-radius: 8px;
}
.footer {
	clear: both;
	position: relative;
	display: inline-block;
	bottom: 0;
	min-height: 80px;
	width: 100%;
	background: #666;
	color: #FFF;
	text-align: center;
	padding: 10px 20px;
	z-index: 999;
}
.footer > a {
	color: fff;
	font-weight: bolder;
}
.footer_link {
	color: #fff;
	font-weight: bolder;
}
.footer_link:hover, .footer_link:active, .footer_link:focus {
	color: #fff;
	font-weight: bolder;
}
#footer_center {
	text-align: center;
}
#footer_center > img {
	margin: 0px auto;
}
#menu-mcdavitt-menu-footer {
	float: none;
	width: 100%;
	margin: 0px auto;
	padding-left: 0px;
	text-align: center;
}
#menu-mcdavitt-menu-footer > li {
	display: inline-block;
	list-style-type: none;
	padding: 0px 5px 0px 5px;
}
#menu-mcdavitt-menu-footer > li > a {
	font-size: 16px;
	color: #FFF;
}

#clinton-menu{
	z-index: 900;
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
  opacity: 0.9;
}

.navbar .navbar-collapse {
  text-align: center;
}
@media screen and (max-width:1200px) {
	#left_content {
		padding-bottom: 40px;
		border-bottom: 1px solid rgba(100,100,100,0.3);
	}
}
@media screen and (max-width:992px) {
	#content {
		padding: 20px;
	}
	#main_content {
		margin-bottom: 0px;
	}
	#left_content {
		padding-bottom: 40px;
		border-bottom: 1px solid rgba(100,100,100,0.3);
	}
	#right_content {
		padding-left: 20px;
		margin-top: 20px;
		margin-bottom: 60px;
		text-align: left;
	}
	#menu-mcdavitt-menu > li > a {
		font-size: 14px;
	}
}
@media screen and (max-width:768px) {
	#navbar {
		padding: 0px;
	}
	#menu-mcdavitt-menu {
		margin: 0px;
		padding-top: 10px;
		overflow-x: hidden;
		width: 100%;
	}
	#rams-logo {
		margin-bottom: 100px;
		height: 50px !important;
	}
	#social_header {
		float: none;
		position: absolute;
		left: 10px;
		top: 100px;
	}
}
@media screen and (max-width:767px) {
	h1 {
		text-align: left;
	}
	#main_content {
		float: left;
		margin-bottom: 20px;
	}
	.preheader {
		margin-top: 0px;
	}
	.preheader img {
		border-radius: 0px;
	}
	#menu-mcdavitt-menu > li {
		padding-top: 5px;
	}
	#mcdavitt-menu.navbar-default .navbar-toggle {
		border: none;
	}
	#mcdavitt-menu.navbar-default .navbar-toggle:hover,
	#mcdavitt-menu.navbar-default .navbar-toggle:focus {
		background-image: none;
		background-color: transparent;
	}
	#menu-mcdavitt-menu > .active > a,
	.navbar .navbar-nav .open .dropdown-menu > .active > a, .navbar .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar .navbar-nav .open .dropdown-menu > .active > a:hover {
		background: #eee;
		color: #444;
	}
	#mcdavitt-menu.navbar-default .navbar-toggle .icon-bar {
		background-color: #FFF;
		box-shadow:inset 2px 3px 3px rgba(80,80,80,0.3);
		width: 35px;
		height: 5px;
	}
	.main_hr {
		display: none;
	}
	#menu-mcdavitt-menu > li > a {
		font-size: 20px;
	}
}
@media screen and (max-width:540px) {
	#social_header {
		top: 90px;
	}
	#rams-logo {
		margin-bottom: 90px;
	}
	.header_image {
		height:150px;
		width: 100%;
	}
}
@media screen and (max-width:414px) {
	#content {
		padding: 10px;
	}
	#social_header {
		top: 80px;
	}
	#rams-logo {
		margin-bottom: 70px;
	}
	.header_image {
		height:120px;
		width: 100%;
	}
}
@media screen and (max-width:360px) {
	#social_header {
		top: 70px;
	}
	#rams-logo {
		margin-bottom: 50px;
	}
	#left_content {
		padding-bottom: 20px;
	}
	#right_content {
		margin-top: 0px;
	}
}


.mc-main, .mc-list {
    background: #fff none repeat scroll 0 0;
    color: #333;
    padding: 5px;
}
.mc-main caption, .mc-main .my-calendar-date-switcher, .mc-main .category-key, .mc-main .calendar-event .details, .mc-main .calendar-events {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
}
.mc-main .category-key .no-icon {
    border: 1px solid #555;
}
.mc-main .my-calendar-date-switcher {
    margin: 0 0 10px;
    padding: 4px;
}
.mc-main .my-calendar-date-switcher input, .mc-main .my-calendar-date-switcher label, .mc-main .my-calendar-date-switcher select {
    margin: 0;
    padding: 0;
}
.mc-main .my-calendar-date-switcher .button {
    font-size: 0.9em;
	background: #22a7f0 none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	color: #fff;
	height: 40px;
	width: 80px;
	margin-top: 20px;
}
.mc-main caption, .mc-main .my-calendar-date-switcher, .mc-main .my-calendar-nav li a:hover, .mc-main .category-key {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0;
    border-radius: 5px;
    text-decoration: none;
}
.mc-main .list-event .details, .mc-main td {
    border: 1px solid #eee;
}
.mc-main .calendar-event .details, .mc-main .calendar-events {
    color: #000;
}
.mc-main .my-calendar-nav li a, .mc-main .calendar-event .details, .mc-main .calendar-events {
    border: 1px solid #eee;
}
.my-calendar-nav {
    text-align: center;
}
.my-calendar-nav ul {
    display: inline-block;
}
.my-calendar-nav li a {
    min-width: 8em;
}
.mc-main .list-event .details {
    background: #fafafa none repeat scroll 0 0;
}
.mc-main .nextmonth, .mc-main .nextmonth .weekend {
    color: #777;
}
.mc-main .mc-list .odd {
    background: #d3e3e3 none repeat scroll 0 0;
}
.mc-main .odd .list-event .details {
    background: #e3f3f3 none repeat scroll 0 0;
    border: 1px solid #c3d3d3;
}
.mc-main .current-day {
    background: #ffb none repeat scroll 0 0;
}
.mc-main .current-day .mc-date {
    background: #eee none repeat scroll 0 0;
    color: #000;
}
.mc-main .weekend .mc-date {
    background: #eee none repeat scroll 0 0;
    color: #000;
    opacity: 0.9;
}
.mc-main .mc-date {
    background: #f6f6f6 none repeat scroll 0 0;
}
.mc-main .my-calendar-nav li a {
    background: #fff none repeat scroll 0 0;
    color: #243f82;
}
.mc-main .my-calendar-nav li a:hover {
    border: 1px solid #243f82;
    color: #000;
}
#upcoming-events .past-event {
    color: #333;
}
#upcoming-events .today {
    color: #111;
}
#upcoming-events .future-event {
    color: #333;
}
.mc-main caption {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    font-size: 24px;
    font-weight: 700;
    margin: 2px 0 10px;
    padding: 0 15px 15px;
    text-align: center;
    text-transform: uppercase;
}
.mc-main table, .mc-main.calendar {
    border-collapse: collapse;
    line-height: 1.2;
    width: 100% !important;
}
.mc-main td {
    height: 70px;
    padding: 2px !important;
    text-align: left;
    vertical-align: top;
    width: 13%;
}
.mini td {
    height: auto !important;
}
.mc-main th {
    letter-spacing: 1px;
    padding: 5px 0 !important;
    text-align: center;
}
.mc-main th abbr {
    border-bottom: medium none;
}
.mc-main h3, .mc-main h3 a {
    border-radius: 3px;
    clear: none;
    display: block;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 10px !important;
    font-weight: 700;
    line-height: 1;
    margin: 2px 0 !important;
    padding: 1px;
    text-transform: none;
    width: 100%;
}
.mc-main h3 img {
    margin: 0 3px 0 0 !important;
    vertical-align: middle;
}
.mc-main .mc-list h3 img {
    vertical-align: middle;
}
.mc-main .list-event h3 {
    font-size: 1.2em;
    margin: 0;
}
.mc-main .calendar-event .details, .mc-main .calendar-events {
    border-radius: 10px;
    box-shadow: 3px 3px 6px #777;
    left: 15%;
    padding: 20px;
    position: absolute;
    width: 70%;
    z-index: 3;
}
.mc-main .details .close {
    float: right;
    padding: 0 2px 7px 7px;
    width: 16px !important;
}
.mc-main.mini .details .close {
    position: absolute;
    right: 8px;
    top: 8px;
}
.mc-main .calendar-events {
    left: 0;
    width: 200px !important;
}
.mc-main .list-event .details {
    border-radius: 5px;
    margin: 5px 0;
    padding: 5px 5px 0;
}
.mc-main .mc-list {
    margin: 0;
    padding: 0;
}
.mc-main .mc-list li {
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding: 5px;
}
.mc-main .mc-date {
    display: block;
    margin: -2px -2px 2px;
    padding: 2px 4px;
}
.mc-main th {
    font-size: 0.8em;
    padding: 2px 4px 2px 0;
    text-transform: uppercase;
}
.mc-main .category-key {
    margin: 5px 0;
    padding: 5px;
}
.mc-main .category-key ul {
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.mc-main .category-key li {
    margin: 2px 10px;
}
.mc-main .category-key span {
    margin-right: 5px;
    vertical-align: middle;
}
.mc-main .category-key .no-icon {
    border-radius: 2px;
    display: inline-block;
    height: 10px;
    width: 10px;
}
.mc-list li {
    margin: 0;
    padding: 0;
    text-indent: 0;
}
.mc-main .calendar-event .event-time, .mc-main .list-event .event-time {
    display: block;
    float: left;
    font-size: 0.9em;
    font-weight: 700;
    height: 100%;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 6em;
}
.mc-main p {
    line-height: 1.5;
    margin: 0 0 1em;
    padding: 0;
}
.mc-main .sub-details {
    margin-left: 7em;
}
.mc-main {
    position: relative;
}
.mc-main img {
    border: medium none;
}
.category-color-sample img {
    margin-right: 5px;
    vertical-align: top;
}
.mc-main .my-calendar-nav ul {
    height: 2.95em;
    margin: 0;
    padding: 0;
}
.mini .my-calendar-nav ul {
    height: 2em !important;
}
.mc-main .my-calendar-nav li {
    float: left;
    list-style-image: none;
    list-style-type: none !important;
}
.mc-main .my-calendar-nav li::before {
    content: "";
}
.mc-main .my-calendar-nav li a {
    display: block;
    padding: 1px 20px;
    text-align: center;
}
.mini .my-calendar-nav li a {
    font-size: 0.7em;
    padding: 1px 3px !important;
}
.mc-main .my-calendar-next {
    margin-left: 4px;
    text-align: right;
}
.mc-main .my-calendar-next a {
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
}
.mc-main .my-calendar-prev a {
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}
.mc-main.mini .my-calendar-date-switcher label {
    display: block;
    float: left;
    width: 6em;
}
.mc-main.mini .my-calendar-date-switcher {
    padding: 4px;
}
.mc-main.mini td .category-icon {
    display: none;
}
.mc-main.mini h3 {
    font-size: 1.1em;
}
.mc-main.mini .day-with-date span, .mc-main.mini .day-with-date a {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 0.9em;
    padding: 1px;
    text-align: center;
}
.mc-main .mini-event .details span, .mc-main .mini-event .details a {
    text-align: left;
}
.mc-main .mini-event .sub-details {
    border-bottom: 1px solid #ccc;
    margin: 0 0 5px;
    padding: 2px 0 0;
}
.mc-main .mini-event .details img {
    width: 100%;
}
.mc-main.mini .day-with-date a {
    display: block;
    font-weight: 700;
    margin: -2px;
    text-decoration: underline;
}
.mc-main .nextmonth {
    background: #f6f6f6 none repeat scroll 0 0;
    color: #888;
}
.mc-main .nextmonth .event-title {
    opacity: 0.7;
}
.mc-main .nextmonth .mc-date {
    background: #eee none repeat scroll 0 0;
}
.mc-main .nextmonth .weekend {
    color: #888;
}
.mc-main .vcard, #mc_event .vcard {
    background: #f9fbff none repeat scroll 0 0;
    float: right;
    font-size: 0.9em;
    padding: 0.5em;
}
.button {
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.1);
    float: right;
    height: 25px;
    margin-right: -30px;
    width: 100px;
}
.button:hover {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0;
}
select {
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.1);
}
.mc-list {
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.1);
}
.mc-main .my-calendar-nav li a {
    background: transparent none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.8);
}
#jd-calendar {
    background: transparent none repeat scroll 0 0;
    margin-left: 30px;
    padding: 0 30px 30px;
}
.widget widget_my_calendar_upcoming_widget h4 {
    color: rgba(0, 0, 0, 0.8);
    font-weight: bolder;
    margin-left: 50px;
    margin-top: 20px;
    text-align: left;
}
@media screen and (max-width: 960px) {
#jd-calendar {
    margin-left: 20px;
}
}
@media screen and (max-width: 767px) {
#jd-calendar {
    margin-left: -70px;
}
}
@media screen and (max-width: 384px) {
#jd-calendar {
    margin: 0 0 0 -70px;
    width: 364px;
}
#jd-calendar ul {
    margin: 10px 0 20px;
    width: 364px;
}
.my-calendar-nav {
    margin-left: 45px;
}
#jd-calendar .single-event {
    margin-left: 90px;
}
#jd-calendar .single-event p {
    width: 260px;
}
}
@media screen and (max-width: 360px) {
#jd-calendar {
    margin: 0 0 0 -65px;
    width: 340px;
}
#jd-calendar ul {
    margin: 10px 0 20px -10px;
    width: 340px;
}
.my-calendar-nav {
    margin-left: 25px;
}
#jd-calendar .single-event {
    margin-left: 20px;
}
#jd-calendar .single-event p {
    width: 200px;
}
}
@media screen and (max-width: 320px) {
#jd-calendar {
    margin: 0 0 0 -80px;
    width: 310px;
}
#jd-calendar ul {
    margin: 10px 0 20px;
    padding-left: 0;
    width: 310px;
}
.my-calendar-nav {
    margin-left: 25px;
}
#jd-calendar .single-event {
}
}
code {
	background-color: transparent;
	color: #444;
}
code, kbd, pre, samp {
	font-family: 'Open Sans', Arial, sans-serif;
}
.screen-reader-text {
	display: none;
}
.mc_bottomnav {
	margin-top: 20px;
}