/*
Theme Name:     Cheat River Outfitters
Theme URI:      https://www.cheatriveroutfitters.com/
Description:    A Divi Child Theme Template from Madison Media
Author:         Madison Media Services
Author URI:     https://www.madisonmediaservices.com
Template: 		Divi
Version:        1.0.0
*/
/*======================= TABLE OF CONTENTS(MAIN LINKS) ================================
    PUT THE PAGES HERE THAT ARE IN YOUR THEME

	1.  HOME
	2.  ABOUT
	3.  SEE
	4.  LEARN
    5.  SUPPORT
    6.  MEDIA
    7.  CONTACT



-----------------[COLORS USED IN THIS THEME - SEARCH AND REPLACE TO CHANGE COLOUR SCHEME]-------------------




============================================================================*/
/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/
/*body {
	font-size: 16px;
}
p {
	font-size: 16px;
	line-height: 1.45;
}
.et_pb_slide_title { font-size: 3em; }
.et_pb_column_1_4 h2 { font-size: 2em; }
h1,h2,h3,h4{color:#8B0000;}
h1 { font-size: 3em; }
h2 { font-size: 2em; }
h3 { font-size: 2em; }
h4 { font-size: 2em; }
h5 { font-size: 1em; }
h6 { font-size: 2em; }
*/
/*------------------------------------------------*/
/*---------------[MAIN LAYOUT INFO]---------------*/
/*------------------------------------------------*/
/***** Highlighted Reviews Overlap *****/
.review-overlap {
z-index:20;
}
/******** Additional Columns ********/
.ten-columns .et_pb_module { width: 10%; float: left; }
.nine-columns .et_pb_module { width: 11.11%; float: left; }
.eight-columns .et_pb_module { width: 12.5%; float: left; }
.seven-columns .et_pb_module { width: 14.28%; float: left; }
.six-columns .et_pb_module { width: 16.66%; float: left; }
.five-columns .et_pb_module { width: 20%; float: left; }
.three-columns .et_pb_module { width: 33%; float: left; }
.two-columns .et_pb_module { width: 50%; float: left; }
/*------------------------------------------------*/
/*---------------------[HEADER]-------------------*/
/*------------------------------------------------*/
.kb-zoomout .et_pb_slide .et_parallax_bg {
   animation: zoomout 7s forwards;
  -ms-animation: zoomout 7s forwards;
  -webkit-animation: zoomout 7s forwards;
  -o-animation: zoomout 7s forwards;
  -moz-animation: zoomout 7s forwards;
 
}
 
.kb-zoomin .et_pb_slide .et_parallax_bg {
   animation: zoomin 7s forwards;
  -ms-animation: zoomin 7s forwards;
  -webkit-animation: zoomin 7s forwards;
  -o-animation: zoomin 7s forwards;
  -moz-animation: zoomin 7s forwards;
 
}
 
.kb-zoomin-right .et_pb_slide .et_parallax_bg {
   animation: zoomin-right 7s forwards;
  -ms-animation: zoomin-right 7s forwards;
  -webkit-animation: zoomin-right 7s forwards;
  -o-animation: zoomin-right 7s forwards;
  -moz-animation: zoomin-right 7s forwards;
 
}
 
.kb-zoomout-right .et_pb_slide .et_parallax_bg {
   animation: zoomout-right 7s forwards;
  -ms-animation: zoomout-right 7s forwards;
  -webkit-animation: zoomout-right 7s forwards;
  -o-animation: zoomout-right 7s forwards;
  -moz-animation: zoomout-right 7s forwards;
 
}
 
.kb-zoomout .et_parallax_bg {
   animation: zoomout 17s forwards;
  -ms-animation: zoomout 17s forwards;
  -webkit-animation: zoomout 17s forwards;
  -o-animation: zoomout 17s forwards;
  -moz-animation: zoomout 17s forwards;
 
}
 
.kb-zoomin .et_parallax_bg {
   animation: zoomin 17s forwards;
  -ms-animation: zoomin 17s forwards;
  -webkit-animation: zoomin 17s forwards;
  -o-animation: zoomin 17s forwards;
  -moz-animation: zoomin 17s forwards;
 
}
 
.kb-zoomin-right .et_parallax_bg {
   animation: zoomin-right 7s forwards;
  -ms-animation: zoomin-right 17s forwards;
  -webkit-animation: zoomin-right 17s forwards;
  -o-animation: zoomin-right 17s forwards;
  -moz-animation: zoomin-right 17s forwards;
 
}
 
.kb-zoomout-right .et_parallax_bg {
   animation: zoomout-right 7s forwards;
  -ms-animation: zoomout-right 17s forwards;
  -webkit-animation: zoomout-right 17s forwards;
  -o-animation: zoomout-right 17s forwards;
  -moz-animation: zoomout-right 17s forwards;
 
}
 
 
 
@keyframes zoomout{
0% {
    -ms-transform: scale3d(1.5, 1.5, 1.5) translate3d(-0px, 0px, 0px);
    -webkit-transform: scale3d(1.5, 1.5, 1.5) translate3d(0px, 0px, 0px);
    -o-transform: scale3d(1.5, 1.5, 1.5) translate3d(0px, 0px, 0px);
    -moz-transform: scale3d(1.5, 1.5, 1.5) translate3d(0px, 0px, 0px);
    transform: scale3d(1.5, 1.5, 1.5) translate3d(0px, 0px, 0px);
    animation-timing-function: linear;
}
 
 
100% {
    -ms-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
    -webkit-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
    -o-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
    -moz-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
    transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
 
}
}
 
@keyframes zoomin{
0%{
    -ms-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
    -webkit-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
    -o-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
    -moz-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
    transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
    animation-timing-function: linear;
 
 
}
 
 
100%{
    -ms-transform: scale3d(1.5, 1.5, 1.5) translate3d(-0px, 0px, 0px);
    -webkit-transform: scale3d(3.5, 3.5, 3.5) translate3d(0px, 0px, 0px);
    -o-transform: scale3d(1.5, 1.5, 1.5) translate3d(0px, 0px, 0px);
    -moz-transform: scale3d(1.5, 1.5, 1.5) translate3d(0px, 0px, 0px);
    transform: scale3d(1.5, 1.5, 1.5) translate3d(0px, 0px, 0px);
 
}
}
 
@keyframes zoomout-right{
0%{
    -ms-transform: scale3d(1.5, 1.5, 1.5) translate3d(-150px, -20px, 0px);
    -webkit-transform: scale3d(1.5, 1.5, 1.5) translate3d(-150px, -20px, 0px);
    -o-transform: scale3d(1.5, 1.5, 1.5) translate3d(-150px, -20px, 0px);
    -moz-transform: scale3d(1.5, 1.5, 1.5) translate3d(-150px, -20px, 0px);
    transform: scale3d(1.5, 1.5, 1.5) translate3d(-150px, -20px, 0px);
    animation-timing-function: linear;
}
 
 
100%{
    -ms-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
    -webkit-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
    -o-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
    -moz-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
    transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
 
}
}
 
@keyframes zoomin-right{
0%{
    -ms-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
    -webkit-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
    -o-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
    -moz-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
    transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
    animation-timing-function: linear;
}
     
 
100%{
    -ms-transform: scale3d(1.5, 1.5, 1.5) translate3d(-150px, -20px, 0px);
    -webkit-transform: scale3d(1.5, 1.5, 1.5) translate3d(-150px, -20px, 0px);
    -o-transform: scale3d(1.5, 1.5, 1.5) translate3d(-150px, -20px, 0px);
    -moz-transform: scale3d(1.5, 1.5, 1.5) translate3d(-150px, -20px, 0px);
    transform: scale3d(1.5, 1.5, 1.5) translate3d(-150px, -20px, 0px);
 
}
}

.no-parallax .et_pb_parallax_css {
    background-attachment: inherit;
    background-position: center center;
}
 
.no-parallax .et_pb_slides .et_parallax_bg.et_pb_parallax_css {
    background-attachment: inherit;
    background-position: center center;
}


/*------------------------------------------------*/
/*---------------------[BODY]---------------------*/
/*------------------------------------------------*/

/*------------------------------------------------*/
/*---------------------[Blog]---------------------*/
/*------------------------------------------------*/
.hero-section {
    padding-top: 220px;
    padding-bottom: 220px;
    background-repeat: no-repeat;
    background-size: cover;
    position:relative;
    max-height: 450px;
	background-color: #333;
}
.single-post #main-content #left-area {padding-top: 0px;}
/* ---- Sidebar Settings ---- */
.single #sidebar {background: #efefef; padding-top: 20px; padding-right: 20px; padding-left: 20px; padding-bottom: 20px;}
/* ---- Standard Post Title & Post Meta ---- */
.single h1.entry-title,.attachment h1.entry-title, .single p.post-meta {
width: 100%;
text-align: center;
padding-left: 8px;
padding-right: 8px;
font-weight: 800;
text-transform: uppercase;
color: #fff;
}
 @media only screen and (min-width: 980px) {
/*** Set title font size for desktop ***/
.single h1.entry-title {
font-size: 65px !important;
}
 }
.elegantdesign a.more-link {
    font-size: 14px;
    color: #71818c !important;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
    float: none;
    display: inline-block;
    padding: 8px 16px;
    border-radius: 60px;
    background-color: #f7f9fb;
    border: 2px solid #e9eff5;
}
.elegantdesign a.more-link:hover {
	color: #20292f;
}
#skew:before {
    content: '';
    -webkit-transform: skew(0, -7deg);
    transform: skew(0, -7deg);
    position: absolute;
    left: 0;
    right: 0;
    top: -120px;
    height: 340px;
    background: #ffffff;
}
.elegantdesign .entry-title {
	margin-top: 0px;
	padding-bottom: 20px;
}
.elegantdesign .et_pb_image_container {
	margin: -20px -40px  40px;
}
.elegantdesign .et_pb_post {
    margin-bottom: 80px;
    width: 100%;
		padding: 40px;
    background-color: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-shadow: 0px 2px 18px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 18px 0 rgba(0, 0, 0, 0.3);
		border: none;
		text-align:center;
}
.elegantdesign .et_pb_post .post-meta {
	margin-bottom: 40px;
}
/******* Two Column Blog *******/
.ds-grid-blog .et_pb_ajax_pagination_container {
    display: grid;
    grid-template-columns: repeat(2, 48.75%);
    grid-column-gap: 2.5%;
}
/*------------------------------------------------*/
/*---------------[DROPDOWN MENU]------------------*/
/*------------------------------------------------*/

/*------------------------------------------------*/
/*-------------------[COMMENTS]-------------------*/
/*------------------------------------------------*/

/*------------------------------------------------*/
/*---------------------[FOOTER]-------------------*/
/*------------------------------------------------*/
#footer-bottom { background-color: #262629 !important; } 
#footer-bottom .container{
margin-right: 2.773%; 
margin-left: 2.773%; 
width:94.454%!important;
max-width: 94.454%;
}

/*------------------------------------------------*/
/*--------------------[SIDEBAR]-------------------*/
/*------------------------------------------------*/

/*------------------------------------------------*/
/*------------[CAPTIONS AND ALIGNMENTS]-----------*/
/*------------------------------------------------*/

/*------------------------------------------------*/
/*-----------------[WP CALENDAR]------------------*/
/*------------------------------------------------*/

/*------------------------------------------------*/
/*-------------------[PAGE NAVI]------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------[TRANSITIONS]-----------------*/
/*------------------------------------------------*/

/*------------------------------------------------*/
/*---------------[RESPONSIVE LAYOUTS]-------------*/
/*------------------------------------------------*/
@media only screen and ( min-width: 981px ) {
body {
 font-size: 1vw;
}
p {
	font-size: 1vw;
}
p {
 line-height: 1.45;
}
.et_pb_slide_title { font-size: 3vw;}
.percent-value{ font-size: 4vw;}
h1 { font-size: 2em; }
h2 { font-size: 2em; }
h3 { font-size: 2em; }
h4 { font-size: 2vw; }
h5 { font-size: 1vw; }
h6 { font-size: 2em; }
}
.cr-text-align-center {text-align: center;}
.cr-increase-font-c4 {font-size: large; color: #c4c4c4;}
.cr-increase-font-white {font-size: large; color: #ffffff;}
.white-font {color: #ffffff;}
.cr-oceanblue-font-trebuchet-xl {color: #0c71c3;font-family: Trebuchet; font-weight: normal; font-size: x-large;}
.cr-lightpink-font {color: #ffeaea;}
.cr-lightpink-font-uline {color: #ffeaea;text-decoration: underline;}
.cr-skyblue-font-trebuchet-xl {color: rgba(0, 113, 193, 0.84); font-size: x-large; font-family: Trebuchet; font-weight: normal;}
.padding-20px {padding: 20px;}

/*-------------------[960px]------------------*/
@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) {
body {
 font-size: 2vmin;
}
p {
	font-size: 2vmin;
	line-height: 1.45;
}
.et_pb_slide_title { font-size: 3vw;}
.percent-value{ font-size: 4vw;}
h1 { font-size: 2em; }
h2 { font-size: 2em; }
h3 { font-size: 2em; }
h4 { font-size: 3vw; }
h5 { font-size: 2vw; }
h6 { font-size: 2em; }
/*-------------------[Sliders]------------------*/

/*-------------------[Portfolio]------------------*/

/*-------------------[Sidebar]------------------*/

/*-------------------[Menu]------------------*/

}

/*-------------------[768px]------------------*/
@media only screen and ( max-width: 980px ) {
body {
 font-size: 2vmin;
}
p {
	font-size: 2vmin;
	line-height: 1.45;
}
.et_pb_slide_title { font-size: 3vw;}
.percent-value{ font-size: 4vw;}
h1 { font-size: 2em; }
h2 { font-size: 2em; }
h3 { font-size: 2em; }
h4 { font-size: 3vmin; }
h5 { font-size: 2vw; }
h6 { font-size: 2em; }
	/*-------------------[Portfolio]------------------*/

	/*-------------------[Sliders]------------------*/

	/*-------------------[Menu]------------------*/

}
@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {
		body {
 font-size: 3vmin;
}
p {
	font-size: 3vmin;
	line-height: 1.45;
}
.et_pb_slide_title { font-size: 4vw;}
.percent-value{ font-size: 6vw;}
h1 { font-size: 2em; }
h2 { font-size: 2em; }
h3 { font-size: 3vmin; }
h4 { font-size: 3vw; }
h5 { font-size: 2vw; }
h6 { font-size: 2em; }
}
@media screen and ( max-width: 782px ) {
			body {
 font-size: 3vmin;
}
p {
	font-size: 3vmin;
	line-height: 1.45;
}
.et_pb_slide_title { font-size: 4vw;}
.percent-value{ font-size: 6vw;}
h1 { font-size: 2em; }
h2 { font-size: 2em; }
h3 { font-size: 2em; }
h4 { font-size: 4vw; }
h5 { font-size: 2vw; }
h6 { font-size: 2em; }
}
/*-------------------[480px]------------------*/
@media only screen and ( max-width: 767px ) {
		body {
 font-size: 3vmin;
}
p {
	font-size: 3vmin;
	line-height: 1.45;
}
.et_pb_slide_title { font-size: 5vw;}
.percent-value{ font-size: 6vw;}
h1 { font-size: 8vmin; }
h2 { font-size: 6vmin; }
h3 { font-size: 3vmin; }
h4 { font-size: 4vw; }
h5 { font-size: 3vw; }
h6 { font-size: 2em; }
	/*-------------------[Menu]------------------*/
}
/*-------------------[320px]------------------*/
@media only screen and ( max-width: 479px ) {
	body {
 font-size: 3vmin;
}
p {
	font-size: 3vmin;
	line-height: 1.45;
}
.et_pb_slide_title { font-size: 6vw;}
.percent-value{ font-size: 6vw;}
h1 { font-size: 8vmin; }
h2 { font-size: 6vmin; }
h3 { font-size: 2em; }
h4 { font-size: 5vw; }
h5 { font-size: 3vw; }
h6 { font-size: 2em; }
}
/*-----------------------------------------*/
/*---Change opening hours color and font---*/
/*-----------------------------------------*/
.op-list-overview .highlighted, span.op-period-time.highlighted, tr.op-row-day.highlighted td, tr.op-row-day.highlighted th {
	color: White;
	font-weight: 900;
}span.op-closed{color: white;}
.g-recaptcha {
	margin-left:0px!important;
	margin-right:0px!important;
    transform:scale(0.70);
    transform-origin:0 0;
}
