/*==========  Non-Mobile First Method  ==========*/
@media only screen and (min-width : 1600px) {


}

/* extra Large Devices, Wide Screens */
@media only screen and (max-width : 1600px) {

}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.slider-info ul li{
		font-size: 1.2em;
	}


}

@media only screen and (max-width :781px) {
	.rodeoimages .img2{
		border-right: 20px solid #fff;
	}

	.rodeoimages .img3{
		border-left: 20px solid #fff;
	}
		.rodeoimages .img5{
		border-right: 20px solid #fff;
	}

	.rodeoimages .img6{
		border-right: 20px solid #fff;
        border-left: 20px solid #fff;
	}

	.rodeoimages .img8{
		border-left: 20px solid #fff;
		border-right: 20px solid #fff;
	}
	.rodeoimages .img9{
		border-left: 20px solid #fff;
		border-right: 20px solid #fff;
	}

	.rodeoimages .img10{
		border-left: 20px solid #fff;
	}
	

	.slider-info ul{
		display:block;
		padding-left:30px;
	}


	.slider-info img{
		width: 60vw;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.slider-info{
		margin-top:-12px;
		background-color:rgba(255,255,255,0.6);
	}

	.cb-slideshow li span {
	height: 59vw;
	}


	.headlogo img {
	    width: 183px;
	    display: block;
	    margin-top: -31px;
	    margin-left: -99px;
	}

	.contact .wp-block-column:nth-child(2){
		border-left:none;
		border-right: none;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 575px) {
	.rodeoimages .img1{
		display: none;
		border-right: 20px solid #fff;
	}
	.rodeoimages .img2{
		display: none;
		border-right: 20px solid #fff;
		border-left: 20px solid #fff;
	}

	.rodeoimages .img3{
		border-left: 20px solid #fff;
	}

	.rodeoimages .text_1{
		border-right: 5px solid #fff;
	}

	.rodeoimages .img4{
		height: 653px;
		border-right: 20px solid #fff;
		border-bottom: 0px;
	}
		.rodeoimages .img5{
			display: none;
		border-right: 20px solid #fff;
		border-left: 20px solid #fff;
	}

	.rodeoimages .img6{
		display: none;
		border-right: 20px solid #fff;
        border-left: 20px solid #fff;
	}

	.rodeoimages .img8{
		border-left: 20px solid #fff;
	}
	.rodeoimages .img9{
		border-left: 20px solid #fff;
	}

	.rodeoimages .img10{
		border-left: 20px solid #fff;
	}
	.page-home .container-fluid .page-boxes strong{
	   font-size: 25px;
	}
	.slider-info img{
		width: 80vw;
	}
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 480px) {


}