/* CSS Document */
/********************************************************************************
Description: Bengough. - Master Stylesheet
*********************************************************************************
Designed and Built by Bengough.
CSS, HTML and Design Files are all Copyright 2019-2020 Bengough.
And God said "Let there be code..."

font-family: 'Roboto', sans-serif;
font-family: 'Eczar', serif;
font-family: 'Satisfy', cursive;
********************************************************************************/ 
@import url("../css/bootstrap.min.css");
@import url("../fonts/font-awesome/css/font-awesome.min.css");
@import url("../css/slimmenu.min.css");
@import url("../css/owl.carousel.css");

@import url('https://fonts.googleapis.com/css?family=Eczar:600,700|Roboto:100,300,400,500,700,900|Satisfy&display=swap');

body {
	margin:0px;
	padding:0px;
	background: #fff;
	overflow-x: hidden;
	-ms-overflow-style: scrollbar;
	font-family: 'Roboto', sans-serif;
	color: #615a52;
    font-size: 18px;
    line-height: 30px; 
    font-weight: 400;
	}
@media (max-width: 991px) {
    body {
	    font-size: 17px;
        line-height: 29px;
    }
}
@media (max-width: 767px) {
    body {
	    font-size: 16px;
        line-height: 28px;
    }
}
img {
	max-width: 100%;
	height: auto;
	} 
/* Selection */
::-moz-selection {
	background: #e06b2f;
	color: #fff;
	}
::-webkit-selection {
	background: #e06b2f;
	color: #fff;
	}
/* Transition elsements */
a{
	-webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	   -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	     -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	        transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	}

/* Typography */
a {color:#e06b2f;}
a:hover, a:focus {
	text-decoration: none;
	color:#000;
	outline:0;
	}
p{
	font-size: 18px;
    line-height: 30px; 
    font-weight: 400; 
	}
p.lg{
	font-size: 21px;
    line-height: 36px; 
    font-weight: 500; 
	} 
@media (max-width: 991px) {
    p{
		font-size: 17px;
        line-height: 29px;
	}
    p.lg{
        font-size: 19px;
        line-height: 34px;
	}
}
@media (max-width: 767px) {
    p{
		font-size: 16px;
        line-height: 28px;
	}
    p.lg{
        font-size: 18px;
        line-height: 30px;
	}
}
.upcase{text-transform: uppercase}
h1{
    font-size: 60px;
	line-height: 60px;
    font-weight: 700;
    color: #232323;
    }
@media (max-width: 991px) {
    h1{
        font-size: 50px;
        line-height: 50px;
	}
}
@media (max-width: 767px) {
    h1{
        font-size: 38px;
        line-height: 42px;
        }
}

h2{
	font-size: 56px;
	line-height: 58px;
    font-weight: 700;
    color: #232323;
	}
@media (max-width: 991px) {
    h2{
	    font-size: 46px;
	   line-height: 46px;
	}
}
@media (max-width: 767px) {
    h2{
	   font-size: 36px;
	   line-height: 36px;
	}
}

h3{
	font-size: 36px;
	line-height: 42px;
	font-weight: 700;
    color: #232323;
    }
@media (max-width: 991px) {
    h3{
        font-size: 30px;
	    line-height: 38px;
    }
}
@media (max-width: 767px) {
    h3{
        font-size: 26px;
        line-height: 36px;
    }
}
h4{
	font-size: 26px;
	line-height: 30px;
	font-weight: 700;
    color: #232323;
    }
@media (max-width: 991px) {
	h4{
        font-size: 24px;
        line-height: 28px;
    }
}
@media (max-width: 767px) {
	h4{
        font-size: 21px;
        line-height: 26px;
    }
}

h5{
	font-weight:300;
	color:#fff;	
	text-transform:lowercase;
	margin:0px;
	padding:0px;
	}
.h1, .h2, .h3, .h4, h1, h2, h3, h4 {
    margin: 0;
    margin-bottom: 20px;
    font-family: 'Eczar', serif;
    }
p, ol, ul, blockquote {margin: 0 0 20px;}
blockquote {border-color: #f7f7f7;}
blockquote.serif-quote {
	border: 0;
	padding-left: 0;
	padding-right: 0;
	}
.font-alt {font-family: 'Open Sans', sans-serif;}
.font-serif {font-family: 'Open Sans', sans-serif;}

/* Forms */
input[type="email"],
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="file"],
textarea,
select {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0;
    padding: 8px 20px;
    height: inherit;
    z-index: 1;
    direction: ltr;
    position: relative;
    box-shadow: none;
    background-color:white;
    border: solid 1px #eaeaea; 
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    } 
input[type='submit'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    border-radius: 0;
    font-weight: 700;
    font-size: 18px; 
    }
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
    color: rgba(51,51,51,0.5);
    font-weight: 400;
    font-size: 16px;
    opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
    color: rgba(51,51,51,0.5);
    font-weight: 400;
    font-size: 16px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    color: rgba(51,51,51,0.5);
    font-weight: 400;
    font-size: 16px;
}
input:focus,
textarea:focus {
    background-color:white;
    border: solid 1px #e06b2f;
    outline: 0;
    color: #000;
    }
.form-group {
	padding-top: 10px;
    margin-bottom: 10px;
    }
label {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 21px;
    color: #333;
    }
.form-group label{
    font-size: 16px;
    color: white;
    font-weight: 300;
    margin-bottom: 10px;
    }
.formbtn {
	margin-top:25px;
	margin-bottom:15px;
	}

/* GENERAL BUTTON STYLING */
.tob_btn {
    position: relative; 
	font-size: 18px;
    line-height: 28px;
	padding: 12px 35px;
    font-weight: 700;
    text-align: center; 
    color: white;
    background-color: #e06b2f;
    min-width: 200px;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	     -o-border-radius: 4px;
	        border-radius: 4px; 
	} 
.tob_btn:hover,
.tob_btn:focus {
    background-color: #ff8d00;
    color: white;
    }
.tob_btn.sm{
    font-size: 16px;
    line-height: 24px;
	padding: 8px 20px;
    min-width: inherit;
    font-weight: 500;
	}
.tob_btn.xs{
    font-size: 14px;
    line-height: 20px;
	padding: 8px 20px;
    min-width: inherit;
    font-weight: 500;
    text-transform: capitalize;
	} 

.tob_btn.black{background-color: #232323;} 
.tob_btn.black:hover,
.tob_btn.black:focus {background-color: #e06b2f;}

.btn_holder{
    padding-top: 25px;
    text-align: center;
    position: relative;
    }
@media (max-width: 991px) {
    .tob_btn {
        font-size: 17px;
        line-height: 26px;
	    padding: 11px 30px;
        min-width: inherit;
    }
    .tob_btn.sm{
        font-size: 15px;
        line-height: 24px;
        padding: 7px 18px;
    }
    .tob_btn.xs{
        font-size: 13px;
        line-height: 20px;
        padding: 7px 18px;
    } 
}
@media (max-width: 767px) { 
	.btn_holder{padding-top: 10px;}
    .tob_btn {
        font-size: 16px;
        line-height: 24px;
	    padding: 10px 25px;
    }
    .tob_btn.sm{
        font-size: 14px;
        line-height: 22px;
        padding: 6px 16px;
    }
    .tob_btn.xs{
        font-size: 12px;
        line-height: 18px;
        padding: 6px 16px;
    }
}

/* Header & Navigation */ 
.header .container {position: relative;}
.header {
    position: absolute;
    left: 0;
    top: 0;
    right: 0; 
    width: 100%;
    z-index: 99;
    display: block;  
    background-color: #232323;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    }
.header.sticky {position: fixed; }
.logo {
    float: left;
    position: relative;
    } 
.logo a {display: block;}
.logo img {
    width: 100%;
    max-width: 163px;
    /*margin-bottom: -10px;*/
    height: auto;
    }
.sticky .logo img {max-width: 112px;}
.header_right{
    float: right;
    padding: 40px 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    }
.sticky .header_right{padding:20px 0;}

@media (max-width: 1199px){}
@media (max-width: 991px){
    .logo img {max-width: 120px;}
    .sticky .logo img {max-width: 120px;}
 	.header {position: relative;}
    .header.sticky {position: relative !important;}
    .header_right{padding: 0px 0;}
    .sticky .header_right{padding: 0px 0;}
}
@media (max-width: 575px) {}
@media (max-width: 420px) {}
@media (max-width: 380px) {}
        
/* All Sections */
.sections {
	padding: 70px 0px;
	position:relative;
	background-color:#fff;
	background-repeat:no-repeat;
	background-position: center center;
	-webkit-background-size:cover;
	   -moz-background-size:cover;
		 -o-background-size:cover;
			background-size:cover;
	}
.sections.last{padding-bottom: 120px;}
.graybg{background-color: #f4f5f8;}
.sections_title{
	position: relative;
	text-align: center;
    padding-bottom: 10px;
	}
.sections_title.center{text-align: center;}
.sections_title.left{text-align: left;} 
.white{color:#FFF;}

.sections_title.white p,
.sections_title.white h2{color: white;}

.sections_title.orange p,
.sections_title.orange h2{color: #e06b2f;}

.homeslider{
    position: relative;
    background-color: #232323;
    }
.homeslider .item {
	width: 100%;   
    height: 100vh;
    min-height: 700px;
    padding-top: 60px;
    display: flex;
    align-items: center;
    justify-content:center;
    text-align: center;
    max-width: none;
    background-color: #232323; 
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    }
.homeslider .item .introtext{
    background-color: rgba(20,20,20,0.5);
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    padding: 35px 10px;
    border-radius: 6px;
    }
.homeslider h1{
    color:#fff;
    margin-bottom: 10px;
    }
.homeslider p{color:#fff;}
.homeslider .container{
    position: relative;
    z-index: 2;
    }
#home_slider.owl-carousel .owl-dots {bottom: 65px;}
.section_shape{
    position: absolute;
    width: 102%; 
    height: auto;
    z-index: 2;
    bottom: -1px;
    left: -1%;
    right: -1%;
    margin: 0 auto;
    }
.section_shape img{
    display: block;
    width: 100%;
    height: auto;
    }

@media (max-width:1199px) {
    .sections_title br,
    .homeslider .item h1 br,
    .homeslider .item p br {display:none;}
}
@media (max-width:991px) {
	.sections {padding: 60px 0px;}
    .homeslider .item .introtext{
        padding-left: 15px;
        padding-right: 15px;
    }
    .homeslider .item{
		width: 100%;
        min-height: 600px;
		display: block;
		height:inherit;
        margin-top: 0;
        min-height: inherit;
        padding-top: 100px;
        padding-bottom: 150px;
		}  
    .homeslider{margin-top: 0px;}   
    .sections_title h2{margin-bottom: 15px;}
}
@media (max-width:767px) { 
	.sections {padding: 50px 0px;} 
    .homeslider .item{
		padding-top: 80px;
        padding-bottom: 110px;
    }
    .homeslider .item .introtext{
        padding-left: 10px;
        padding-right: 10px;
    }
    .sections_title h2{margin-bottom: 12px;}
}
@media (max-width:575px) {
    .sections {padding: 40px 0px;}
    .homeslider .item{
		padding-top: 70px;
        padding-bottom: 80px;
        } 
    #home_slider.owl-carousel .owl-dots {bottom: 35px;}
}

.sub_head{
    position: relative;
    color: white;
    font-size: 21px;
    line-height: 46px;
    font-weight: normal;
    font-family: 'Satisfy', cursive;
    background-color: #e06b2f;
    display: inline-block;
    padding: 0 20px;
    margin-bottom: 18px;
    }
.sub_head:before,
.sub_head:after{
    content: '';
    position: absolute;
    top: 0;
    width: 52px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    }
.sub_head:before{
    left: -52px;
    background-image: url(../images/sub_head_left.svg);
    background-position: right center;
    }
.sub_head:after{
    right: -52px;
    background-image: url(../images/sub_head_right.svg);
    background-position: left center;
    }
@media (max-width:991px) {
    .sub_head{
        font-size: 20px;
        line-height: 44px;
        padding: 0 15px;
        margin-bottom: 15px;
    }
}
@media (max-width:767px) {
    .sub_head{
        font-size: 18px;
        line-height: 40px;
        padding: 0 12px;
        margin-bottom: 12px;
    }
}

/* Welcome */
.welcome{background-position: bottom center;}
.welcome:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 190px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
    }
.welcome .container{
    position: relative;
    z-index: 1;
    }
@media (max-width:991px) {}
@media (max-width:767px) {}
@media (max-width:575px) {}

/* Upcoming Events */
.upcoming_events:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(35,35,35,0.95);
    }
.event_col{
    padding-bottom: 15px;
    padding-top: 15px;
    }
.event_col .event_box{
    position: relative;
    padding: 30px 15px;
    text-align: center;
    height: 100%;
    background-color: #232323;
    border: solid 1px rgba(255,255,255,0.2);
    border-radius: 4px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    }
.event_col:hover .event_box{
    background-color: #1a1a1a;
    border: solid 1px rgba(255,255,255,0.4);
    }
.event_col .event_box a{ 
    font-size: 21px;
    line-height: 30px;
    font-weight: 500;
    color: white;
    }
.event_col .event_box a:hover{text-decoration: underline;}
.event_col .event_box p{
    color: #e06b2f;
    font-style: italic;
    margin-bottom: 0;
    }
@media (max-width:991px) {
    .event_col .event_box{padding: 20px 10px;}
    .event_col .event_box a{ 
        font-size: 20px;
        line-height: 28px;
    }
}
@media (max-width:767px) {
    .event_col .event_box{padding: 15px 10px;}
    .event_col .event_box a{ 
        font-size: 18px;
        line-height: 26px;
    }
    .event_col{
        padding-bottom: 7px;
        padding-top: 7px;
    }
}

/* Bengough Services */
.bengough_services:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 300px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e4e0d5+0,e4e0d5+100&0+0,1+100 */
    background: -moz-linear-gradient(top,  rgba(228,224,213,0) 0%, rgba(228,224,213,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(228,224,213,0) 0%,rgba(228,224,213,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(228,224,213,0) 0%,rgba(228,224,213,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e4e0d5', endColorstr='#e4e0d5',GradientType=0 ); /* IE6-9 */
    }

.srvs_col{
    padding-bottom: 15px;
    padding-top: 15px;
    }
.srvs_box{
    position: relative; 
    padding: 35px 15px;
    text-align: center;
    width: 100%;
    height: 100%;
    min-height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; 
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    }
.srvs_box:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(247,107,47,0.95);
    content:'';
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    }
.srvs_box:hover:before{background-color: #232323;}
.srvs_box h3{
    position: relative;
    color: white;
    }
.srvs_box:hover .tob_btn,
.srvs_box:hover .tob_btn{background-color: #e06b2f;}
.srvs_box .tob_btn:focus,
.srvs_box .tob_btn:hover{background-color: #ff8d00;}

.post_sidebar .srvs_box{
    padding: 20px;
    text-align: left;
    height: inherit;
    min-height: inherit;
    display: block;
    margin-bottom: 20px;
    }
.post_sidebar .srvs_box h3 br{display: none;}
.post_sidebar .srvs_box h3 {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 15px;
    }


@media (max-width: 991px) {
    .srvs_box{
        padding: 25px 10px;
        min-height: 250px;
    }
    .post_sidebar{padding-top: 20px;}
}
@media (max-width: 767px) {
    .srvs_box{ min-height: inherit;}
    .srvs_box h3 {
        line-height: 30px;
        margin-bottom: 10px;
    }
}
@media (max-width: 575px) {
    .srvs_col{
        padding-bottom: 7px;
        padding-top: 7px;
    }
}

/*Business Directory*/
.business_directory{background-color: #e4e0d5;}
.bd_img{
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 250px;
    border-radius: 5px;
    background-color: #e06b2f;
    margin-bottom: 20px;
    }
.bd_img img{
    height: 100%;
    min-width: 100%;
    max-width: 100%;
    object-fit: cover;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    }
.bd_img:hover img{transform: scale(1.15);}
.bd_col h4{margin-bottom: 10px;}
.bd_col .readmore{
    font-size: 14px;
    line-height: 20px;
    color: #e06b2f;
    font-weight: 700;
    }
.bd_col .readmore:hover{color: black;}

.bd_listing .bd_col{padding-bottom: 30px;}
.bd_links ul{
    margin: 0;
    padding: 0;
}
.bd_links ul li{
    margin: 0;
    padding: 0;
    list-style: none;
    }
.bd_links ul li a{
    position: relative;
    display: block;
    padding: 8px 5px 8px 30px;
    color: #fff;
    background-color: #232323;
    border: solid 1px rgba(255,255,255,0.2);
    border-radius: 4px;
    margin-bottom: 5px;
    }
.bd_links ul li a:hover,
.bd_links ul li a:focus,
.bd_links ul li.current a{
    background-color: #e06b2f;
    }
.bd_links ul li a:before{
    content: '';
    position: absolute;
    left: 15px;
    top: 8px;
    content:'\f105';
    font-family:'FontAwesome';
    color: #e06b2f;
    }
.bd_links ul li a:hover:before,
.bd_links ul li.current a:before{color: #fff;}

.bd_post{
    padding: 15px;
    border: solid 1px #e2e2e2;
    background-color: #f4f4f4;
    margin-bottom: 20px;
    }
.bd_post h4{
    padding: 8px 12px;
    margin-bottom: 15px;
    background-color: #dd6e26;
    color: white;
    } 
.bd_post strong{color: #232323;}
.bd_post p:last-child{margin-bottom: 0;}

.recent_blogs{padding-bottom: 120px;}
.hpost_col{
    padding-bottom: 15px;
    padding-top: 15px;
    }
.post_holder{
    padding: 25px;
    background-color: #232323; 
    height: 100%;
    border-radius: 4px;
    } 
.post_holder .date{
    color: #e06b2f;
    font-size: 16px;
    border: solid 1px #e06b2f;
    padding: 2px 10px;
    display: inline-block;
    margin-bottom: 20px;
    }
.post_holder h4 { 
    font-size: 24px;
    line-height: 30px;
    color: white;
    }
.post_holder h4 a{color: #fff;}
.post_holder:hover h4 a{text-decoration: underline;}

@media (max-width: 991px) {
    .post_holder{padding: 20px;}
    .post_holder h4 {
        font-size: 21px;
        line-height: 28px;
    }
    .post_holder .date{margin-bottom: 15px;}
    .recent_blogs{padding-bottom: 90px;}
}
@media (max-width: 767px) {
    .bd_col{
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .bd_img{
        height: 200px;
        margin-bottom: 15px;
    }
    .bd_col h4{margin-bottom: 5px;}
    .bd_listing .bd_col{padding-bottom: 15px;}
    .recent_blogs{padding-bottom: 50px;}
}
@media (max-width: 575px) {
    .post_img{height: 200px;}
    .hpost_col{
        padding-bottom: 7px;
        padding-top: 7px;
    }
    .recent_blogs{padding-bottom: 40px;}
}

/*Internal pages*/
.default_section{
    position:relative;
	background-color:#fff;
    padding-bottom: 120px;
    padding-top: 60px;
    }    
.owfv{overflow: hidden;}
/*Default Typography*/
.default_typo h2{
    padding-top: 20px;
    margin-bottom: 15px;
    } 
.default_typo h3{
    padding-top: 10px;
    margin-bottom: 12px;
    }
.default_typo h4{
    padding-top: 10px; 
    margin-bottom: 10px;
    }
.default_typo h2:first-child,
.default_typo h3:first-child{padding-top: 0;}
.default_typo img + h2 {padding-top: 0;}
.default_typo ul{
    margin-bottom: 10px;
    padding-left: 0px;
    }
.default_typo ul li{
    position: relative;
    display: block;
    list-style: none;
    padding-left: 20px;
    padding-bottom: 8px; 
    }
.default_typo ul li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    content:'\f105';
    font-family:'FontAwesome';
    color: #e06b2f;
    }

/*default wordpress editor images*/
.alignleft {
	max-width: 500px;
	object-fit: cover;
	margin: 20px 30px 20px 0px;
	float: left;
}    
.aligncenter {
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
    }
.alignright {
	max-width: 500px;
	object-fit: cover;
	margin: 20px 0 20px 30px;
	float: right;
    }

.internal_billboard .container{
    position: relative;
    z-index: 1;
    }
.internal_billboard{
    padding-top: 230px;
    padding-bottom: 150px;
    position: relative;  
    background-color: #000; 
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
	}
.internal_billboard .introtext{
    text-align: center;
    background-color: rgba(20,20,20,0.8);
    display: inline-block;
    padding: 15px 25px;
    border-radius: 6px;
    }
.internal_billboard h1{
    margin-bottom: 0;
    color: white;
    font-size: 50px;
    line-height: 50px;
    }
.internal_billboard h1+p{
    color: white;
    padding-top: 20px;
    margin-bottom: 0;
    }

.post_single h1{
    font-size: 46px;
	line-height: 56px;
    }
.post_single h2{
    font-size: 40px;
	line-height: 50px;
    }
.feature_img{
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 400px;
    margin-bottom: 15px;
    }
.feature_img img {
    height: 100%;
    min-width: 100%;
    max-width: 100%;
    object-fit: cover;
    position: relative;
    }
.single_date{
    display: inline-block;
    color: #e06b2f; 
    border: solid 1px #e06b2f;
    padding: 5px 15px;
    text-align: center;
    margin-bottom: 15px;
    }
.single_date span{
    padding-right: 0px;
    color: #e06b2f;
    }
.sidebar {margin-left:20px;}
.sidebar_block{
    position: relative;
    padding: 15px 20px; 
    height: 100%;
    box-shadow: 0px 30px 40px 0px rgba(180, 180, 180, 0.2);
    border: solid 1px rgba(180, 180, 180, 0.2);
    margin-bottom: 30px;
    background-color: white;
    }
.sidebar_block:last-child{margin-bottom: 0;}
.sidebar ul{
    display: block;
    padding: 0;
    margin: 0px;
    }
.sidebar h3.widget-title{ 
    padding-bottom: 10px; 
    margin-bottom: 5px;
    border-bottom: solid 1px rgba(222,222,222,0.5);
    }
.sidebar ul li{
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: solid 1px rgba(222,222,222,0.5);
    list-style: none;
    position: relative;
	padding: 13px 0px;
    overflow: hidden;
    font-family: 'Oswald', sans-serif;
    }
.sidebar ul li .post_img {
    float:left;
    margin-right: 15px;
    overflow: hidden;
    width: 80px;
    height: 60px;
    overflow: hidden;
    background-color: #e06b2f;
    }
.post_body{
    overflow: hidden;
    display: block;
    }
.sidebar .post_img img {
    height: 100%;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    }
.sidebar ul li:hover .post_img img{
    opacity: 0.4;
    }
.sidebar ul li a{
	color: #060625;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	display: block;
    }
.sidebar ul li span {
	display: block;
	font-size: 14px;
	line-height: 20px; 
	padding-top: 5px;
    }
.sidebar ul li span i{margin-right:5px;}
.sidebar ul li a:hover{color: #e06b2f;}
.sidebar ul li:last-child{border-bottom: none;}
@media (max-width:1199px) {
    .sidebar {margin-left:0px;}
}
@media (max-width:991px) {
    .internal_billboard{
        padding-top: 120px;
        padding-bottom: 170px;
        }
    .internal_billboard .introtext{padding: 12px 20px;}
    .internal_billboard h1{
        font-size: 40px;
        line-height: 42px;
        }
    .default_section{
        padding-bottom: 90px;
        padding-top: 50px;
        }
    .alignright,.alignleft,.aligncenter {
		margin: 0 0 30px 0;
		float: none;
		max-width: 100%;
	    }
    .post_single h1{
        font-size: 40px;
        line-height: 50px;
        }
    .post_single h2{
        font-size: 36px;
        line-height: 46px;
        }
    .feature_img{height: 300px;}
    .sidebar_sections{padding-top: 20px;}
}
@media (max-width:767px) {
    .internal_billboard{
        padding-top: 90px;
        padding-bottom: 130px;
        }
    .internal_billboard .introtext{padding: 10px 16px;}
    .internal_billboard h1{
        font-size: 36px;
        line-height: 36px;
        }
    .default_section{
        padding-bottom: 70px;
        padding-top: 40px;
        }
    .alignright,.alignleft,.aligncenter {margin: 0 0 25px 0;}
    .post_single h1{
        font-size: 30px;
        line-height: 40px;
        }
    .post_single h2{
        font-size: 28px;
        line-height: 36px;
        }
    .feature_img{height: 250px;}
}
@media (max-width:575px) {
    .internal_billboard{
        padding-top: 70px;
        padding-bottom: 90px;
        }
    .internal_billboard .introtext{padding: 10px;}
    .internal_billboard h1{
        font-size: 30px;
        line-height: 32px;
        }
    .default_section{
        padding-bottom: 40px;
        padding-top: 30px; 
        }
    .alignright,.alignleft,.aligncenter {margin: 0 0 20px 0;}
}


/*contact us page*/
.bd_post .txt_span{color: #dd6e26; font-weight: 700;}
.con_info{
    margin-bottom: 0px;
    
    width: 100%; 
    height: 100%;
}
.map_sections{background-color:#e2e2e2;}
.tob_location_map{
    padding: 15px;
    background-color: #fff;
    }
.tob_location_map iframe{
    width: 100%;
    height: 460px;
    display: block;
    }
@media(max-width:1199px) {
    .tob_location_map iframe{height: 400px;}
}
@media(max-width:991px)  {
    .tob_location_map iframe{height: 350px;}
    .col_info{
        padding-bottom: 15px;
        padding-top: 15px;
    }
}
@media(max-width: 767px) {
     .tob_location_map iframe{height: 300px;}
     .tob_location_map{padding: 10px;}
}
@media(max-width: 575px) {
    .tob_location_map iframe{height: 250px;}
    .col_info{padding-bottom: 7px; padding-top: 7px;}    
}

/* End Internal pages*/
/* Join the Regina Fish And Game League CTA */
.bottom_cta{
    background-color: #e06b2f;
    padding: 45px 0;
	display:none;
    }
.bottom_cta h2{
    font-size: 36px;
    line-height: 36px;
    color: white;
    margin-bottom: 15px;
    }
.bottom_cta p{
    color: white;
    margin: 0;
    }
.bottom_cta .tob_btn:hover,
.bottom_cta .tob_btn:focus{
    background-color: black;
    }
.bottom_cta .btn_area{text-align: right;}

/* Footer */
.footer{
	background-color:#232323;
    padding-top: 50px;
    position: relative;
    background-position: center top; 
    background-repeat: no-repeat;
    background-size: cover;
	} 
.footer .address_box{
    width: 100%;
    max-width: 50%;
    float: left;
    overflow: hidden;
    }
.footer .address_box p{
    font-size: 14px;
    line-height: 21px;
    color: rgba(255,255,255,0.8);
    }
.footer p strong{
    font-weight: 500;
    color: #e06b2f;
    }
.footer .address_box p a{color: rgba(255,255,255,0.8);}
.footer .address_box p a:hover{
    color: white;
    text-decoration: underline;
    }
.contact_info p:last-child{margin-bottom: 0px;}

.footer .copyright{
    position: relative;
    font-size: 14px;
    line-height: 21px;
    color: rgba(255,255,255,0.8);
    padding: 20px 0;
    text-align: center;
    margin-top: 30px;
	}
.footer .copyright:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 1140px;
    height: 1px;
    margin: 0 auto;
    background-color: rgba(255,255,255,0.2);
    }
.footer .copyright a{
	color: #e06b2f;
    padding: 0 5px;
    text-decoration: underline;
	}
.footer .copyright a:hover{
    color: white;
    text-decoration: underline;
    }
.footer .copyright .container{position: relative;}

.footer h4{
    color: white;
    position: relative;
    } 
.footer ul{
    margin: 0;
    padding: 0;
    overflow: hidden;
    }
.footer ul li{ 
    font-size: 14px;
    line-height: 21px;
    color: rgba(255,255,255,0.8);
    margin: 0;
    padding-bottom: 6px; 
    list-style: none; 
    position: relative;
    }
.footer ul li a{color: rgba(255,255,255,0.8);}
.footer ul li a:hover{
    text-decoration: underline;
    color:white;
    }
.footer .quicklinks ul li{
    float: left;
    width: 100%;
    max-width: 50%;
    } 
.footer .social_icons ul li{
    padding-top: 5px;
    padding-bottom: 5px;
    }
.footer .social_icons ul li i{width: 30px;}

.go-up {
    position: absolute;
    right: 15px;
    top: 0px;
    color: #e06b2f;
    cursor: pointer;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    z-index: 1;
    }
.go-up a{color: #e06b2f;}
.go-up a:hover{color: #000;}

@media (max-width:1199px) {  
    .bottom_cta h2 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 10px;
    }
}
@media (max-width:991px) {  
    .footer {padding-top: 40px;}
    .contact_info{padding-bottom: 35px;}
    .bottom_cta{padding: 35px 0;}
    .bottom_cta h2 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .bottom_cta {text-align: center;}
    .bottom_cta .btn_area{
        text-align: center;
        margin-top: 20px;
    }
}
@media (max-width:767px) {
    .footer {padding-top: 35px;}
    .footer .copyright{
	    padding: 15px 0;
        margin-top: 20px;
	}
    .footer h4{margin-bottom: 10px;}
    .footer .social_icons{padding-top: 30px;}
    .footer .social_icons ul li{
        display: inline-block;
        margin-right: 20px;
    }
    .footer .social_icons ul li:last-child{margin-right: 0px;}
    .footer .social_icons ul li i{width: 20px;}
    .go-up {right:-5px;}
    
    .bottom_cta{padding: 30px 0;}
}
@media (max-width:460px) {
    .footer .address_box{max-width: 100%;}
}
@media (max-width:575px) { 
    .footer .contact_info{padding-bottom: 25px;}
    .footer .social_icons{padding-top: 25px;}
}

.grid_1200{overflow: hidden;}

/* PRE LOADER */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999;
  height: 100%;
  width: 100%;
  overflow: hidden !important;
}
.status {
  width: 70px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -35px;
}
.spinner {
  margin: 0px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2s infinite linear;
  animation: sk-rotate 2s infinite linear;
}
.dot1,
.dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #e06b2f;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/* Transition 0.4s */
.header,.logo img,.logo a,.go-up,.textarea,input{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    }
/*jarallax*/
.jarallax {
    position: relative;
    z-index: 0;
}
.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.jarallax-keep-img {
    position: relative;
    z-index: 0;
}
.jarallax-keep-img > .jarallax-img {
    position: relative;
    display: block;
    max-width: 100%;
    height: auto;
    z-index: -100;
}
span[data-jarallax-element] {display: inline-block;}
/*jarallax*/

/* gravity form */
.gform_wrapper .top_label li.gfield.gf_left_half,
.gform_wrapper .top_label li.gfield.gf_right_half{
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-right: 30px !important;
    float: none;
    }
.gform_wrapper .top_label li.gfield.gf_right_half{padding-right: 0px !important; }

.gform_wrapper form li, .gform_wrapper li {
    /*margin-left: 0 !important;*/
    list-style: none !important;
    overflow: visible;
    }
.gform_wrapper .top_label{padding: 10px 0 0 0;}
/*  .gform_wrapper .top_label .gfield_label {display: none !important;}*/
.gform_wrapper ul.gform_fields li.gfield{
    margin-top: 0;
    margin-bottom: 30px;
    padding-right: 0px !important;
    /*padding-left: 0px;
    padding-right: 0px !important;*/
    }
.gform_wrapper ul.gform_fields li.gfield:last-child{margin-bottom: 0;}
.ginput_container {margin: 0 !important;}
.ginput_container input,
.ginput_container textarea,
.ginput_container select{
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0;
    padding: 10px 15px !important;
    height: inherit;
    z-index: 1;
    direction: ltr;
    position: relative;
    box-shadow: none;
    background-color: transparent;
    border: 1px solid #eaeaea !important;;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #333;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    }
.ginput_container input:focus,
.ginput_container textarea:focus,
.ginput_container select:focus{
    border: 1px solid #e06b2f !important;
    outline: 0;
    box-shadow: none;
}
.gform_wrapper .gform_footer{
    padding: 0 !important;
    margin-top: 25px !important;
}
.gform_button{
    width: auto !important;
    display: inline-block;
    text-align: center;   
    padding: 10px 30px;
    min-width: 160px;
    font-weight: 700;
    font-size: 18px !important;
    line-height: 28px;
    box-shadow: none; 
    color: #fff !important;
    text-transform: uppercase;
    border: 1px solid #e90016;
    border-radius: 0px;
    background-color: #e90016;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    }
.gform_button:hover, .gform_button:focus {
    background-color: #075895 !important;;
    box-shadow: none;
    outline: none;
    border: 1px solid #075895 !important;
    }
@media(max-width:767px){
    .gform_button {
        padding: 8px 10px;
        min-width: 125px;
        font-size: 14px !important;
    }
    .gform_wrapper .top_label li.gfield.gf_left_half{padding-right: 0px !important;}
}

/* Error */
.gform_wrapper div.validation_error {
    color: red;
    font-weight: 400;
    margin-bottom: 0;
    padding: 10px 0;
    text-align: left;
    border: none;
}
.gform_wrapper .validation_message {
    color: red;
    padding-top: 0;
    font-weight: 400;
}
.gform_wrapper li.gfield.gfield_error {
    background: none;
    border: none;
}
.gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.gform_wrapper li.gfield_error textarea {
    border: 1px solid red;
}
.gform_wrapper ul.gform_fields li.gfield.gfield_error + li.gfield.gfield_error {
    margin-top: 0;
}
.gform_wrapper .gform_body input[type=radio] + label {
 display: inline-block;
 cursor: pointer;
 }
.gform_wrapper .gform_body input[type=radio] {
 display: none !important;
}
.gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li{
    margin: 0 0 15px 0 !important;
}
.gform_wrapper .gform_body input[type="radio"] + label::before {
    content: "\2714";
    border: 1px solid #e8ecf8 !important;
    border-radius: 0.2em;
    display: inline-block;
    width: 22px;
    height: 22px;
    padding-left: 3px;
    margin-right: 10px;
    vertical-align: bottom;
    color: transparent;
    transition: .2s;
    }
.gform_wrapper .gform_body input[type=radio] + label:active:before {
    transform: scale(0);
    }
.gform_wrapper .gform_body input[type=radio]:checked + label:before {
    background-color: #1a3e90;
    border-color: #1a3e90;
    color: #fff;
    }
.gform_wrapper .gform_body input[type=radio]:disabled + label:before {
    transform: scale(1);
    border-color: #aaa;
    }
.gform_wrapper .gform_body input[type=radio]:checked:disabled + label:before {
    transform: scale(1);
    background-color: #bfb;
    border-color: #bfb;
    }
@media (max-width:991px) {
    .gform_wrapper .top_label{padding: 0px 0 0 0;}
}
@media (max-width:767px) {
    .gform_wrapper .top_label li.gfield.gf_left_half,
    .gform_wrapper .top_label li.gfield.gf_right_half {
        width: 100%;
        padding-right: 0;
    }
    .gform_wrapper ul.gform_fields li.gfield {padding-right: 0;}
    .gform_wrapper ul.gform_fields li.gfield {margin-bottom: 20px;}
}

/* pagination */
.pagination {
    justify-content: center;
}
.navigation.pagination {
    margin-top: 40px;
    display: block;
    text-align: center;
}
.navigation.pagination .screen-reader-text{display: none;}
.pagination .nav-links{
    display: block;
    margin-left: 0px;
}
.nav-links .page-numbers{
	display:inline-block;
	width:40px;
	height:40px;
    font-size: 16px;
	line-height:38px;
    color: #252525;
    text-transform: uppercase;
	text-align:center;
    border: solid 1px #ff8d00;
    margin-right: 7px;
    padding: 0px;
}
.nav-links .page-numbers:hover,
.nav-links .page-numbers.current{
    border: solid 1px #ff8d00;
    color: #fff;
	background-color: #ff8d00;
}

.tribe-bar-disabled {z-index: 1 !important;}

.tribe-events-notices {
    background: #e06b2f; 
    border: 1px solid #e06b2f;
    color: #fff;
    text-shadow: none;
    display: inline-block;
    margin: 0;
    padding: 8px 14px;
    }
#tribe-events .tribe-events-button,
#tribe-events .tribe-events-button:hover,
#tribe_events_filters_wrapper input[type="submit"],
.tribe-events-button,
.tribe-events-button.tribe-active:hover,
.tribe-events-button.tribe-inactive,
.tribe-events-button:hover,
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"],
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a{
    background-color: #e06b2f !important;}

.recurring-info-tooltip,
.tribe-events-calendar .tribe-events-tooltip,
.tribe-events-shortcode.view-week .tribe-events-tooltip,
.tribe-events-week .tribe-events-tooltip {
    color: #737373;
    padding: 15px 20px;
    }
#tribe-events-content .tribe-events-tooltip h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 5px;
    }
.tribe-events-tooltip .tribe-events-event-body p{
    font-size: 13px;
    line-height: 21px;
    color: #737373;
    margin-bottom: 10px;
    }
.tribe-events-tooltip .tribe-events-event-body {
    color: #e06b2f;
    line-height: 30px; 
    font-weight: 500;
    }
.tribe-events-tooltip .tribe-events-event-body a{font-weight: 500;}
.recurring-info-tooltip,
.tribe-events-calendar .tribe-events-tooltip,
.tribe-events-shortcode.view-week .tribe-events-tooltip,
.tribe-events-week .tribe-events-tooltip {
    background-color: #fff; 
    }
.tribe-events-tooltip h3{
    margin-bottom: 5px;
    color: #333;
    font-size: 20px;
    line-height: 26px;
    }
#tribe-events-content a{
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    }
.events-list .tribe-events-loop,
.single-tribe_organizer .tribe-events-loop,
.single-tribe_venue .tribe-events-loop,
.tribe-events-day .tribe-events-loop {max-width: 100%;}

.tribe-events-list-separator-month span {padding: 0%;}
.tribe-events-list-separator-month::after {display: none;}

.tribe-events-list-separator-month {
    font-size: 26px;
    line-height: 30px;
    margin: 1.25em 0 0 0;
    text-align: left;
    padding: 0;
    } 
.tribe-events-list .type-tribe_events {
    padding: 15px;
    background-color: #fafafa;
    margin-bottom: 1rem;
    border: 1px solid #eee;
    }
.tribe-events-list-separator-month + .type-tribe_events.tribe-events-first {
    padding-top: 15px;
    margin-top: 10px;
    }
#tribe-events-content .tribe-event-url {
    font-weight: 600;
    font-size: 21px;
    color: #232323;
    }
.tribe-events-read-more{
    background-color: #e06b2f;
    padding: 9px 15px;
    border-radius: 7px;
    color: #fff;
    }
.tribe-events-read-more:hover,
.tribe-events-read-more:focus{
    background-color: #ff8d00;
    color: white;
    }
.bd_col h4 {margin-bottom: 10px;word-wrap: break-word;}