/*!
Theme Name: Signal Restaurant 2 Theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: signal-restaurant-2-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Signal Restaurant 2 Theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* 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;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}















/*------------------------*/
/*------------------------*/
/*Theme Specific Styles*/
/*------------------------*/
/*------------------------*/


.logged-in #navbar_top {
	top: 32px !important;
}








/*



Pinecone MVB Regular

font-family: pinecone-mvb, sans-serif;
font-weight: 400;
font-style: normal;





Baskerville URW Regular

font-family: baskerville-urw, serif;
font-weight: 400;
font-style: normal;

Baskerville URW Medium

font-family: baskerville-urw, serif;
font-weight: 500;
font-style: normal;

Baskerville URW Bold

font-family: baskerville-urw, serif;
font-weight: 700;
font-style: normal;

*/


.font-b{
  font-family: pinecone-mvb, sans-serif;
}



body{
  /*font-family: balboa,sans-serif;*/
  font-family: raleway, sans-serif;
  font-size: 18px;
}

a{
	text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6, p{
  margin:0;
  padding:0;
  line-height: auto;
}
h1, h2, h3, h4, h5, h6{
	font-family: pinecone-mvb, sans-serif;
	font-weight: 400;
	font-style: normal;
}



body{
	font-family: raleway, sans-serif;
	font-weight: 300;
	font-style: normal;	
	font-size: 18px;
}

.headingLg{
	font-size: 56px;
font-family: pinecone-mvb, sans-serif;
font-weight: 400;
font-style: normal;
  text-transform: uppercase;
}

.headingMd{
	font-size: 48px;
font-family: pinecone-mvb, sans-serif;
font-weight: 400;
font-style: normal;
  text-transform: uppercase;
}

.headingSm{
	font-size: 24px;
font-family: pinecone-mvb, sans-serif;
font-weight: 400;
font-style: normal;
  text-transform: uppercase;
}


.hero .headingLg{
	font-size: 66px;
	font-family: pinecone-mvb, sans-serif;
	font-weight: 400;
	font-style: normal;
  text-transform: uppercase;
}

.hero .headingMd{
	font-size: 56px;
	font-family: pinecone-mvb, sans-serif;
	font-weight: 400;
	font-style: normal;
  text-transform: uppercase;
}

.hero .headingSm{
	font-size: 30px;
	font-family: pinecone-mvb, sans-serif;
	font-weight: 400;
	font-style: normal;
  text-transform: uppercase;
}
.headingThin{
	font-weight: 300;
}

.script{
	font-family: pinecone-mvb, sans-serif;
	font-weight: 400;
	font-style: normal;
  letter-spacing: 2px;
  font-weight: 100;
}

.hero .script{
	font-size: 35px;
  font-weight: 100;
  letter-spacing: 4px;
}















.wysiwyg h6, .wysiwyg .h6, .wysiwyg h5, .wysiwyg .h5, .wysiwyg h4, ..wysiwyg h4, .wysiwyg h3, .wysiwyg .h3, .wysiwyg h2, .wysiwyg .h2, .wysiwyg h1, .wysiwyg .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.wysiwyg h1, .wysiwyg .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .wysiwyg h1, .wysiwyg .h1 {
    font-size: 2.5rem;
  }
}

.wysiwyg h2, .wysiwyg .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .wysiwyg h2, .wysiwyg .h2 {
    font-size: 2rem;
  }
}

.wysiwyg h3, .wysiwyg .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .wysiwyg h3, .wysiwyg .h3 {
    font-size: 1.75rem;
  }
}

.wysiwyg h4, .wysiwyg .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .wysiwyg h4, .wysiwyg .h4 {
    font-size: 1.5rem;
  }
}

.wysiwyg h5, .wysiwyg .h5 {
  font-size: 1.25rem;
}

.wysiwyg h6, .wysiwyg .h6 {
  font-size: 1rem;
}

.wysiwyg p {
  margin-top: 0;
  margin-bottom: 1rem;
}







/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {

	.headingLg{
		font-size: 52px;
	}

	.headingMd{
		font-size: 44px;
	}

	.headingSm{
		font-size: 24px;
	}


	.hero .headingLg{
		font-size: 60px;
	}

	.hero .headingMd{
		font-size: 52px;
	}

	.hero .headingSm{
		font-size: 30px;
	}

}

/*// Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
	.headingLg{
		font-size: 48px;
	}

	.headingMd{
		font-size: 40px;
	}

	.headingSm{
		font-size: 22px;
	}


	.hero .headingLg{
		font-size: 54px;
	}

	.hero .headingMd{
		font-size: 48px;
	}

	.hero .headingSm{
		font-size: 28px;
	}
}

/*// Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {

	.headingLg{
		font-size: 44px;
	}

	.headingMd{
		font-size: 36px;
	}

	.headingSm{
		font-size: 22px;
	}


	.hero .headingLg{
		font-size: 48px;
	}

	.hero .headingMd{
		font-size: 42px;
	}

	.hero .headingSm{
		font-size: 26px;
	}
}
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

	.headingLg{
		font-size: 40px;
	}

	.headingMd{
		font-size: 32px;
	}

	.headingSm{
		font-size: 20px;
	}


	.hero .headingLg{
		font-size: 40px;
	}

	.hero .headingMd{
		font-size: 36px;
	}

	.hero .headingSm{
		font-size: 22px;
	}

}




/*colors*/

.white{
	color: #fff !important;
}

.theme{
	color:#C33E36;
}

.theme:hover{
	color:#9a5752;
}
.bg-theme{
	background:#C33E36;
}


.bg-theme-dark{
    background: linear-gradient(180deg, rgba(0,0,0,.9) 0%, rgba(0,0,0,.8) 86%, rgba(0,0,0,.9) 100%), url('assets/img/product-1.jpg'); 
    background-size: cover; 
    background-position: center center;
    background-repeat:no-repeat;
}



.bg-theme-light{
	background: linear-gradient(180deg, rgba(0,0,0,.2) 0%, rgba(0,0,0,.3) 86%, rgba(0,0,0,.2) 100%), url('assets/img/background.jpg'); 
	background-size: cover; 
	background-position: center center;
	background-repeat:no-repeat;
}

.btn-theme{
	background-color:#770002;
	color: #fff;
}

.btn-theme:hover{
	background-color:#650708;
	color: #fff;
}
.btn-warning{
	background-color: #fcf2d2;
	border-color: #ffebb0;
}
.btn-warning:hover{
	background-color: #ffebb0;;
	border-color: #ffebb0;;
}
.btn-light {
	color: #000;
	background-color: #d4d4d4;
	border-color: #f8f9fa;
}
.btn-light:hover {
	color: #ccc;
	background-color: #000;
	border-color: #ccc;
}
.btn-light-outline{
	color: #fff;
	background-color: rgba(255, 255, 255, .2);
	border-color: #fff;
}

.bg-black{
	background-color:#300303 !important;
	color: #fff;
}
.margin-1{
	margin-top: 100px;
	margin-bottom: 100px;
}

.padding-1{
	padding-top: 100px;
	padding-bottom: 100px;
}

.padding-2{
	padding-top: 200px;
	padding-bottom: 200px;
}
.br-0{
	border-radius: 0 !important;
}

.uc{
	text-transform: uppercase;
}

.theme_icon{
  width: 80px;
  margin-bottom: 10px;
}

.iconLarge{
	font-size: 60px;
}





/* =====  Nav section   ========  */

#navbar_top{
	background-color: rgba(0, 0, 0, 0);
}

.fixed-top{
	background-color: #000 !important;
}

.fixed-top {
    top: -40px;
    transform: translateY(40px);
    transition: transform .3s;
}

.navbar-brand{
/*	display: none;*/

}
.fixed-top .navbar-brand{
	display: block;
}

.nav-phone{
	display: block;
	text-decoration: none;
}
.nav-phone:hover{
	color: #ccc;
}

.fixed-top .nav-phone{
	display: none !important;
}
.navbar-brand{
	padding-top: 0px;
	padding-bottom: 0px;
}
.navbar-brand img{
    max-height: 100px;
    width:auto;
}


.nav-item{
	margin-right: 10px;
	margin-left: 10px;
	text-transform: uppercase;
}
.navbar-nav .nav-item, .navbar-nav .nav-item a, .nav-phone{
	color: rgba(255,255,255,.9);
	font-size: 16px;
	letter-spacing: 2px;
	font-weight: 600;
  font-style: normal;
  line-height: 1em;
}
.social-nav-link i{
	font-size: 30px !important;
}

.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: rgba(237, 237, 237, 0.24);
	border: 1px solid rgb(252, 252, 252);
	border-radius: .25rem;
	transition: box-shadow .15s ease-in-out;
	color: #000;
}

@media (max-width: 1399px) {

}
/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {

}

/*// Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
	
	.navbar-nav .nav-item, .navbar-nav .nav-item a{
		color: #000;
	}

	.fixed-top .navbar-nav .nav-item, .fixed-top .navbar-nav .nav-item a{
		color: #fff !important;
	}
	.hide-mobile{
		display: none;
	}
}

@media screen and (max-width: 981px) {
  #navbar_top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 20px;
  }
  #navbar_top .navbar-collapse.show {
    padding: 20px 10px;
    background: rgba(255, 255, 255, 0.8);
  }

  #navbar_top.fixed-top {
    position: fixed;
    top: -40px;
  }
  #navbar_top.fixed-top .navbar-collapse.show {
    padding: 0;
    background: transparent;
  }
}

/*// Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {


}
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {


}


/* =====================================*/
/* =============  Hero  ===============*/
/* =====================================*/

.mobile-tool-bar{
	display: none;
  font-size: 36px;
  height:100px;
}

@media (max-width: 1399px) {

}
/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {

}

/*// Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
	.mobile-tool-bar{
		display: block;
	}
}

/*// Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {


}
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {


}

/*======================*/
/* left_right_boxes */
/*======================*/

.left_right_boxes .bgImage{
  padding:200px 0px;
  background: rgb(105,196,214);
  background: url('');
  background-repeat:no-repeat;
  background-position: center center;
  background-size: cover;
}

.left_right_boxes .bgImage img{
  object-fit: cover;
  width: 100%;
  height: 600px;
  object-position: 50% 50%;
}

.left_right_boxes .content_box{
  padding:80px 0px;
}


.left_right_boxes .content_box h4, .left_right_boxes .content_box h5{
  font-weight: 300;
  margin-bottom: 12px;
} 
.left_right_boxes .content-padding{
  padding: 10%;
  padding-top:200px;
  padding-bottom:200px;
}

.left_right_boxes.sliderImages .content_box{
  padding: 0 60px!important;
}

/*// Large devices (desktops, less than 1200px)*/
@media (min-width: 992px) {
  .left_right_boxes.img-right .bgImage{
    order: 2;
  }
  .left_right_boxes.img-right .content_box{
    order: 1;
  }
}


/*// Large devices (desktops, less than 1200px)*/
@media (max-width: 1499px) {
  .left_right_boxes .content-padding{
    /*padding: 6%;*/
  }
}

/*// Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
  .left_right_boxes .content-padding{
   /* padding: 4%;*/
  }
}

/*// Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
  .left_right_boxes .bgImage{
    
    background: none !important;
    padding:0px;
  }
  .left_right_boxes .content-padding{
    padding: 3%;
  }

}

/*// Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
  .left_right_boxes .content-padding{
    padding: 2%;
  }

}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

  .left_right_boxes .content-padding{
    padding: 10%;
  }
  .left_right_boxes .content_box{
    padding: 10%;
  }
}

@media (min-width: 992px){
  .left_right_boxes.image-right .bgImage{
    -ms-flex-order: 2 !important;
    order: 2!important;
  }
  .left_right_boxes.image-right .content_box{
    -ms-flex-order: 1!important;
    order: 1 !important;
  }

}

/* =====           section   ========  */

.hoverBox {
  background-color: rgba(0, 0, 0, 1.0);
  padding: 0;
  overflow: hidden;
/*  max-width: 350px;*/
  margin: 5px;
  margin-bottom: 2px;

  position: relative;
}

.hoverBox article {
  padding: 10%;
  position: absolute;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.hoverBox h2 {
  color: #fff;
  font-weight: 800;
  font-size: 25px;
  border-bottom: #fff solid 1px;
}

.hoverBox h4 {
  font-weight: 300;
  color: #fff;
  font-size: 16px;
}

.hoverBox img {
  width: 100%; 
  height: 300px;
  object-fit: cover;
  
  top: 0;
  left: 0;
  opacity: 0.6;
  -webkit-transition: all 4s ease;
  -moz-transition: all 4s ease;
  -o-transition: all 4s ease;
  -ms-transition: all 4s ease;
  transition: all 4s ease;
}

.hoverBox img.dark {
  opacity: 0.5;
}

.hover-cta {
  background-color: #C33E36 !important;
  position: absolute;
  width: 100%;
  height: 70px;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  transform: translate(0px, 70px);
  -webkit-transform: translate(0px, 70px);
  -moz-transform: translate(0px, 70px);
  -o-transform: translate(0px, 70px);
  -ms-transform: translate(0px, 70px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;

  display:none;
}

.hover-cta span {
  font-size: 20px;
  color: #fff;
  position: relative;
  margin: 0 auto;
  width: 100%;
  top: 20px;
}

/*hovers*/
.hoverBox:hover {
  cursor: pointer;
}

.hoverBox:hover img {
  opacity: 0.5;
  transform: scale(1.5);
}

.hoverBox:hover article {
  transform: translate(2px, -69px);
  -webkit-transform: translate(2px, -69px);
  -moz-transform: translate(2px, -69px);
  -o-transform: translate(2px, -69px);
  -ms-transform: translate(2px, -69px);
}

.hoverBox:hover .hover-cta {
  display:block;
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  opacity: 1;
}
@media (max-width: 1399px) {

}
/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {

}

/*// Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {

}

/*// Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {


}
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {


}






/* =====      locations section   ========  */


  .locations .map{
      height: 400px;
      width: 100%;
  }
  .locations .card{
    height: 100%;
    margin-bottom: 40px;
  }

  .locations .phone a{
    font-size: 30px !important;
    font-weight: 800 !important;

  }
  .locations .phone a{
    text-decoration: none;
    
  }
  .locations .list-group-flush>.list-group-item{
    border: none;
    padding-left: 0px;
    margin: 0px;
  }

  .locations .order-buttons img{
    width: 200px;
  }
@media (max-width: 1399px) {

}
/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {

}

/*// Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {

}

/*// Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {


}
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {


}






/* =====           section   ========  */

@media (max-width: 1399px) {

}
/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {

}

/*// Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {

}

/*// Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {


}
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {


}





/* =====           section   ========  */

@media (max-width: 1399px) {

}
/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {

}

/*// Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {

}

/*// Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {


}
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {


}





/* =====           section   ========  */

@media (max-width: 1399px) {

}
/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {

}

/*// Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {

}

/*// Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {


}
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {


}




/* =====           section   ========  */

@media (max-width: 1399px) {

}
/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {

}

/*// Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {

}

/*// Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {


}
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {


}




/* =====           section   ========  */

@media (max-width: 1399px) {

}
/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {

}

/*// Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {

}

/*// Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {


}
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {


}




/* =====           section   ========  */

@media (max-width: 1399px) {

}
/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {

}

/*// Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {

}

/*// Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {


}
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {


}





/* =====           section   ========  */

@media (max-width: 1399px) {

}
/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {

}

/*// Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {

}

/*// Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {


}
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {


}



.blog-section .nav{

  margin-bottom: 60px;
}

.archive .blog-section{
	margin-top:60px;
}
.blog-section{
  margin-top:10px;
  margin-bottom: 100px;
}
.blog-section.single{
 
}
.blog-section article{
  margin-bottom:60px;
}
.post-thumbnail{
  margin-top:10px;
}
.news .post-thumbnail, .post-thumbnail img{
  width:100%;
  height:auto;
  margin-top: 2px;
  margin-bottom: 10px;
}

.news .entry-title{
  margin-bottom: 0px;
}
.news .entry-title, .news .entry-title a, article .entry-title a{
  font-size: 26px;
  color:#362920;
  text-decoration: none;
}
.news a:hover{
  color: #d0aa59 !important;
  text-decoration: none;
}
.news a, .entry-meta a, .entry-footer a{
  color: #d0aa59 !important;
}

.news .nav-links a, .entry-content a{
  color: #d0aa59 !important;

}

.entry-footer{
  background: #fff !important;
}
.entry-footer span{
  margin-right:20px;
}
.entry-footer .comments-link{
  display:block;
}
.entry-footer .comments-link a{
  color: #d0aa59 !important;
}

/*blog sidebar*/
.widget-title{
  font-size: 24px;
}

.blog-sidebar .widget {
  margin-bottom: 30px;

}
.blog-sidebar .widget ul{
  padding: 0;
  padding-left:10px;
    list-style-type: none;

}
.blog-sidebar .widget li{
  font-size: 18px;
  margin-bottom: 10px;
}
.blog-sidebar .widget li a{
  color: #d0aa59 !important;
}
.blog-sidebar .widget li a{
  color: #d0aa59 !important;
}
.blog-section .blog-sidebar{
  padding-left:50px;
}

#secondary{
  margin-top:80px;
}

#popup{
  overflow: hidden;
}
#popup h2{
  padding-top:20%;
}


.blog-sidebar .search-form {
  margin-bottom: 20px;

}

.blog-sidebar .search-form label{
  display: inline-block;
  width:60%;

}
.blog-sidebar .search-form .search-field{
  display: inline-block;
  width:100%;
  border-radius: 0px;
}

.blog-sidebar .search-form .search-submit{
  display: inline-block;
  width:38%;

}

.blog-sidebar .sb_instagram_header{
  display:none !important;
}



.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #d0aa59;
  border-color: #d0aa59;
}


  .page-link, .page-numbers {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
  }
  .page-numbers.current{
     color: #666 !important;
     font-weight: 600;
  }
  .page-numbers.dots{
    color: #666 !important;
  }




/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px){

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px){
  .blog-section.single {
  margin-top: 40px;
  }
  .blog-section .blog-sidebar{
    padding-left:30px;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px){
  .blog-section .blog-sidebar{
    padding-left:10px;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 576px){

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px){

}


  .newsFeedFooter{
    padding: 80px 0;
    background-color: rgba(152, 131, 92, 1);
  }



/* =====           section   ========  */

@media (max-width: 1399px) {

}
/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {

}

/*// Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {

}

/*// Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {


}
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {


}






/* =====           section   ========  */

@media (max-width: 1399px) {

}
/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {

}

/*// Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {

}

/*// Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {


}
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {


}





/* =====           section   ========  */
  footer{
    
    background: linear-gradient(rgba(119, 2, 2, 1)86%, rgba(119, 2, 2, 1)), url('assets/img/background.jpg'); 

    background-size: cover; 
    background-position: center center;
    background-repeat:no-repeat;
    background-size: 200%;
    color: #fff;
    letter-spacing: 1px;
    letter-spacing: 1px;
  }

  footer .widget-title{
    color:#333;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
  }

  footer .widgets li{
    margin-bottom: 12px;
    font-size: 16px;
  }
  footer .widgets li a{
    color:#fff;
    text-decoration: none;
  }

  footer .widgets li a:hover{
    color:#ccc;
    text-decoration: none;
  }
  footer .social .list-inline-item{
    margin-right:16px;
    font-size: 30px;
  }
  footer .widgets i{
    color:#fff;
 
    margin-right: 10px;
  }

  footer .copyInfo p{
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    color:#fff;
    line-height: 15px;
  }


@media (max-width: 1399px) {

}
/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {

}

/*// Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {

}

/*// Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {


}
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {


}


