/* !Typographies */
/* ----------------------------- */

@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,600'); /* font-family: 'Josefin Sans', sans-serif; */
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700'); /* font-family: 'Playfair Display', serif; */

body{
	color: rgb(60, 60, 60);
	font-size:18px;
	font-family: 'Josefin Sans', sans-serif;
	line-height: 1.2;
	background:url(../img/bkg.jpg) center repeat-y
}

h1,h2,h3,h4,h5,h6{
	color: rgb(60, 60, 60);
	font-weight: bold;
}

h1{
	font-size:1.8em;
	margin:10px 0px 20px 0px;
}
h2{
	font-size:1.5em;
	margin:5px 0px 10px 0px;
}

h2.title_section{
	font-family: 'Playfair Display', serif;
	margin:20px 0px;	
}

h3{
	text-transform: uppercase;
	font-size:1.3em;
	margin:5px 0px 20px 0px;
}



h4{
	text-transform: uppercase;
	font-size:1.1em;
	margin:5px 0px 10px 0px;
}


p{
	margin:4px 0px 15px 0px;
}

strong,b{
	font-weight: bold;
}

em,i{
	font-style: italic;
}

ul,ol{
	padding-left:30px;
}

ul li, ol li{
	margin:2px 0px 8px 0px;
	list-style: circle;
}

ol li{
	list-style: decimal;
}

blockquote{
	padding:5px 0px 5px 0px;
	border-left:none;
	display: block;
	font-size: 1.4em;
	line-height: 1.2em;
	color: rgb(60, 60, 60);
	margin:5px 0px 20px 0px;	
	font-weight: bold;

}

a,a:link {color: #c21924;text-decoration: none} 
a:visited {color: #b61c26;}
a:active,a:hover,a:focus {color: #b61c26;text-decoration: none;}

/* End > Typographies */

.btn-style-1{
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	padding:10px 35px 6px;
	border: 2px solid #f79c31;
	color:#f79c31 !important;
	margin:30px auto;
}

.btn-style-2{
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	padding:10px 35px 6px;
	border: 2px solid #f79c31;
	background: #f79c31;
	color:#fff !important;
	margin:30px auto;
	box-sizing: border-box;
}
.btn-style-2.big-large{
	width:100%;
}

.btn-style-3{
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	padding:8px 25px 2px;
	border: 2px solid #f79c31;
	color:#f79c31 !important;
	margin:7px;
	cursor: pointer;
	
}
.btn-style-3:hover,
.btn-style-3:focus,
.btn-style-3.active{
	background: #f79c31;
	color:#fff !important;	
}

/* !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. */
}

/* End > WordPress Core */