/*
	Theme Name: Epic Blank
 	Theme URI: http://epicup.eu
	Description: Epic Blank WordPress Theme
	Version: 1.0.0
	Author: EpicUp
	Author URI: http://coulomb.pl
*/

/* Fonts */

@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css');

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* FIX DISPLAY OF Y and N IN INDUCTION FORM */

.jv-day-one_wrapper .jv-day-one ul.gform_fields li.gfield ul.gfield_radio li label {
    display: inline !important;
}

@media only screen and (min-width: 641px) {
    .jv-day-one_wrapper .jv-day-one ul.gform_fields li.gfield.gf_list_2col .gfield_label {
        width: 75% !important;
    }

    .jv-day-one_wrapper .jv-day-one ul.gform_fields li.gfield.gf_list_2col .ginput_container {
        width: 25% !important;
    }
}

/* REMOVE BLUE ARROWS FROM LIST ITEM ON FORMS */

.gform_wrapper ul li:before {
    display: none !important;
}

/* FIX FONT SIZES AND CHECKBOX MARGINS ON OHS QUIZ PAGE */

.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
    font-size: 14px !important;
    font-family: tacoma;
    font-weight: 100;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: -10px !important;
    margin-right: 10px !important;
}

// .gform_wrapper label.gfield_label {
//     font-size: 20px !important;
// }

.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
    padding-bottom: 10px !important;
}

label.gfield_label {
    font-family: tacoma !important;
    font-weight: 100 !important;
    font-size: 20px !important;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio] {
    margin-top: 0px !important
}

.jv-day-one label.gfield_label {
    font-size: 14px !important;
}