/*

	Theme Name: Simply Referrals
	Theme URI:
	Author: Z World Webs
	Author URI: https://www.zworldwebs.com/
	Description: 
	Version: 1.0
	Tags:
	Text Domain:

*/

/* WordPress Core */

::selection {
	background-color: #1840C0;
	color:#FFFFFF;
	text-shadow: 1px 2px 3px rgba(0,0,0,0.4);
}

.dev {
  font-weight:bold;
  color:#FFFFFF!important;
}

.col-head {
	font-size: 30px!important;
}

.hide {
	display:none!important;
}

.vcn {
	width: 25px!important;
	margin-left: 0.25em!important;
}

/*a:hover, a:focus{
	color: rgba(0, 44, 186, 0.77);
}*/


a {
	color: rgba(0, 44, 186, 1);
	font-weight: bold;
	text-decoration: none;
	transition:0.347s;
}

.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;
}

.feat-vid {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.feat-vid iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.sideblock h2 {
	font-size:27px!important;
	text-align:center;
}

.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;
}

.paginate-links a{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-color: rgba(0, 44, 186, 1);
	padding: 1em;
	margin: 0em 0.25em 0em 0em;
	transition:0.347s;
}

.page-numbers.current {padding:0.5em;}

.paginate-links a:hover, .paginate-links a:hover {
	background-color: rgba(0, 44, 186, .9);
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.span.wpcf7-list-item, div.wpcf7-response-output {margin:0em!important;}

select#chapters > option:nth-child(1){display:none!important;}