/*

Theme Name: Mediweb
Theme URI: http://mediweb.co
Description: Mediweb Theme
Version: 1.0
Author: Mediweb
Author URI: http://mediweb.co
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

.alignright{
	float:right;
	clear:right;
	margin-left:20px;
}

.alignleft{
	float:left;
	clear:left;
	margin-right:20px;
}

.aligncenter{
	margin-left:auto;
	margin-right:auto;
}

.cont_wrapper {
	position: relative;
	top: 0;
	height: 100%;
	width: 600px;
	margin: 0 auto;
}
/* to go on top of wp admin bar */
.peFlareLightbox {
	z-index: 99999 !important;
}
.container .container {
	width: auto;
}
.gallery_wrapper {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: center;
}
.gallery_wrapper img:hover {
	transform: scale(1.2);
	transition: all .5s ease-in-out;
}
.gallery_wrapper img {
	transition: all .5s ease-in-out;
}
.gallery_image {
	overflow: hidden;
}
#contact_title {
	padding-top: 50px;
	text-transform: uppercase;
} 

#popup.open {
	visibility: visible;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: -webkit-transform .5s;
	transition: transform .5s;
}
#popup {
	visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform .5s, visibility 0s .5s;
	transition: transform .5s, visibility 0s .5s;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(43, 43, 43, 0.9);
	z-index: 999999;
}
#popup .popup-close {
	position: absolute;
	right: 20px;
	top: 150px;
	overflow: hidden;
	border: 0;
	outline: 0;
	z-index: 9999999;
	font-size: 30px;
	background: transparent;
	cursor: pointer;
	font-weight: 100;
	color: #fff;
}
.contact-link, .wpcf7-submit {
	font-weight: 400;
	background-color: #b82b2f;
	font-family: "Montserrat" !important;
	padding: 10px 20px;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	text-align: center;
	margin: 0 auto;
	display: block;
	width: 250px;
	transition: all .5s ease-in-out;
	border: none;
}
.contact-link:hover, .wpcf7-submit:hover {
	background: #303236;
	color: #fff;
}
.wpcf7-form {
	max-width: 500px;
	height: 517px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.wpcf7-form p span {
	display: block;
	color: white;
	border-bottom: 0;
	text-align: center;
	font-weight: 100;
}
.wpcf7-form .wpcf7-form-control-wrap input {
	background: 0;
	border: 0;
	border-bottom: 2px solid white;
	padding: 0;
	box-shadow: none;
	border-radius: 0;
	font-size: 1.2em;
	color: white;
	width: 100%;
	box-sizing: border-box;
}
.wpcf7-form .wpcf7-form-control-wrap textarea{
	background: 0;
	border: 0;
	border-bottom: 2px solid white;
	padding: 1.5em 1em;
	box-shadow: none;
	border-radius: 0;
	font-size: 1.2em;
	color: white;
	width: 100%;
	height: 120px;
	resize: none;
}
.wpcf7-form input::placeholder,.wpcf7-form textarea::placeholder {
	text-transform: uppercase;
	color: #fff;
}
.captcha {
	width: 302px;
	margin: 10px auto;
}
.footer_wrapper {
	text-align: center;
	display: block;
	margin: 0 auto;
}
.footer_wrapper img {
	text-align: center;
	display: block;
	margin: 0 auto;
}
	/*added gmap infos style*/
.wrapper-gmap {
	max-width: none;
	width: 100%;
	position: relative;
}
.overlay-gmap{
	width: 100%;
	position: absolute;
	z-index: 1;
	opacity: 1;
	bottom: 0;
	left: 0;
	height: 100%;
}
#gmap_canvas {
	height:600px;
	width:100%;
}
section.pe-main-section > .pe-block{
	position:relative;
}
section.pe-main-section {
	position: relative;
}
#overlay-disable-scroll{
	background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
	height:600px;
	width:100%;
	-webkit-transition: all 1000ms ease-in-out;
	-moz-transition: all 1000ms ease-in-out;
	-ms-transition: all 1000ms ease-in-out;
	-o-transition: all 1000ms ease-in-out;
	transition: all 1000ms ease-in-out;
}
#content-contact {
	display: block;
	width: auto;
	z-index: 1;
	opacity:1;
	position: absolute;
	font-family: sans-serif;
	box-sizing: border-box;
	top:60px;
	left:0;
	padding:30px;
	min-width:400px;
	max-width:500px;
	background-color: rgba(234, 234, 234, 0.8);
}
.map_title {
	text-align: center;
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 30px;
}
.map_description {
	text-align: center;
	font-size: 1em;
	margin: 0;
}
#content-contact h6{
	font-size: 1em !important;
	margin: 0;
	line-height: 3em;
	text-transform: uppercase;
}
#content-contact p{
	font-size:.9em;
	text-align: left;
	margin:0;
	padding:0;
}
#content-contact .day {
	width: 45%;
	display: inline-block;
}
#content-contact .hour{
	width: 45%;
	display: inline-block;
}
#content-contact .custom-bold {
	font-weight: 600;
}
#show-map {
	cursor:pointer;
	position:absolute;
	top:10px;
	right:10px;
	background:url(../../uploads/arrow.png) center right no-repeat;
	border:none;
	text-indent:-9999px;
	width: 41px;
	height: 41px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

#show-info {
	cursor:pointer;
	position:absolute;
	top: 100px;
	left: -100%;
	padding:10px 40px;
	border-radius:0 3px 3px 0;
	border:none;
	font-size: 1em;
	opacity:0;
	background-image: url(../../uploads/arrow.png);
	background-repeat: no-repeat;
	background-position: right 0;
	background-color: #000;
	color: #fff;
	line-height: normal;
}
@media (max-width:480px)  {
	#content-contact {
		width: 300px;
		min-width:0;
		top:40px;
		padding:20px;
	}
	#content-contact h6{
		font-size: .9em;
		margin: 0;
		line-height: 1.5em;
		text-transform: uppercase;
	}
	#content-contact p{
		font-size:.8em;
		text-align: left;
		margin:0;
		padding:0;
	}
}
@media (min-width: 481px) and (max-width: 767px) {
	#content-contact {
		width: 500px;
		min-width:0;
		top:40px;
		padding:20px;
	}
}
/*end gmap infos style*/

@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px) {
	.menu {
		z-index: 999;
		background: #a6a8aa;
	}
	.gallery_wrapper {
		flex-direction: column;
	}
	.toggle-menu .fa.fa-bars {
		cursor: pointer;
		z-index: 99999999;
	}
	.titre_supp {
		text-align: center;
		color: #667;
		font-size: 20px;
	}
	#section-91, #section-85 {
		padding-top: 20px !important;
		margin-top: 0 !important;
	}
	.section-page {
		padding: 15px 0;
	}
	.section {
		padding: 15px 0;
	}
	.team-section .portfolio-text-content {
		padding:0;
	}
	#section-109 + .pe-text-block {
		padding: 15px 15px 0 15px !important;
		margin: 0;
	}
	#section-91 span.entrees, #section-119 span.entrees, #section-131 span.entrees {
		width: auto;
		display: inline;
	}
	.container .container {
		width: auto;
	}
	#section-83 .col-md-6.columns, #section-117 .col-md-6.columns {
		padding: 0;
	}
	.footer_copy {
		padding:0 50px;
	}
	#section-109 {
		padding: 15px 0 0 0;
	}
	.wpcf7-form p span {
		font-size: 1.5em;
		line-height: 1em;
	}
	.wpcf7-form {
		padding:0 15px;
	}
	.wpcf7-form .wpcf7-form-control-wrap input,.wpcf7-form .wpcf7-form-control-wrap textarea {
		padding:0.5em;
	}
	.captcha {
		width: auto;
	}

}
@media only screen
and (min-device-width: 481px)
and (max-device-width: 767px) {
	.menu {
		z-index: 999;
		background: #a6a8aa;
	}
	#section-83 .row {
		display: flex;
		justify-content: space-between;
	}
	#section-83 .row .col-md-6.columns {
		width:50%;
	}
	#section-83 .row .col-md-6.columns section {
		padding: 20px 0;
		margin-top: 0;
	}
	#section-91 span.entrees, #section-119 span.entrees, #section-131 span.entrees {
		width: auto;
		display: inline;
	}
	#section-101 .team-section, #section-109 .team-section{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#section-101 .col-sm-6.col-md-4, #section-109 .col-sm-6.col-md-4{
		width: 33%;
	}
	#section-101 .col-sm-6.col-md-4 .pull-left, #section-109 .col-sm-6.col-md-4 .pull-left {
		float:none !important;
	}
	#section-101 .team-section .portfolio-text-content, #section-109 .team-section .portfolio-text-content{
		padding: 0;
		text-align: center;
	}
	#section-109 .team-section {
		padding:20px 0;
	}
	#section-109 {
		padding: 30px 0 0 0;
	}
	#section-109 + .pe-text-block {
		padding: 30px 0 0 0 !important;
		margin: 0;
	}
	#section-119, #section-131 {
		padding:0;
	}
	#section-117 .row {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#section-117 .row > div {
		padding: 0;
		width: 50%;
	}
	.wpcf7-form p span {
		font-size: 1.5em;
		line-height: 1em;
	}
	.wpcf7-form {
		height: auto;
	}
	.wpcf7-form .wpcf7-form-control-wrap input,.wpcf7-form .wpcf7-form-control-wrap textarea {
		padding:0.5em;
	}
	.captcha {
		width: 300px;
		overflow: hidden;
	}
	.wpcf7-form div:nth-of-type(2), .wpcf7-form div:nth-of-type(4) {
		width: 49%;
		float: left;
	}
	.wpcf7-form div:nth-of-type(3), .wpcf7-form div:nth-of-type(5) {
		width: 49%;
		float: right;
	}
	.wpcf7-form .wpcf7-form-control-wrap textarea {
		height:46px;
	}
	#section-splash .tp-caption.modern_big_redbg, #section-splash .modern_big_redbg {
		font-size: 18px !important;
	}
}
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: portrait) {
	.menu,.header-wrapper.header-transparency-10 .main-header {
		background: #fff !important;
	}
	.menu {
		z-index: 9999;
		text-align: center;
	}
	.menu li {
		float: none;
	}
	body #wrapper > div.h-wrapper > header {
		height: auto !important;
	}
	#section-83 .row {
		display: flex;
		justify-content: space-between;
	}
	#section-83 .row .col-md-6.columns {
		width:50%;
	}
	#section-83 .row .col-md-6.columns section {
		padding: 20px 0;
		margin-top: 0;
	}
	#section-91 span.entrees, #section-119 span.entrees, #section-131 span.entrees {
		width: auto;
		display: inline;
	}
	#section-101 .team-section, #section-109 .team-section{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#section-101 .col-sm-6.col-md-4, #section-109 .col-sm-6.col-md-4{
		width: 33%;
	}
	#section-101 .col-sm-6.col-md-4 .pull-left, #section-109 .col-sm-6.col-md-4 .pull-left {
		float:none !important;
	}
	#section-101 .team-section .portfolio-text-content, #section-109 .team-section .portfolio-text-content{
		padding: 0;
		text-align: center;
	}
	#section-109 .team-section {
		padding:20px 0;
	}
	#section-109 {
		padding: 30px 0 0 0;
	}
	#section-109 + .pe-text-block {
		padding: 30px 0 0 0 !important;
		margin: 0;
	}
	#section-119, #section-131 {
		padding:0;
	}
	#section-117 .row {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#section-117 .row > div {
		padding: 0;
		width: 50%;
	}
}
@media only screen
and (min-device-width: 1440px)
and (max-device-width: 2560px) {
	#section-83, #section-109{
		background-position: center top;
		background-repeat: no-repeat;
		background-size: cover;
	}
}

.error-404_wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.error-404_wrapper>div {
	width: 50%;
}
.error-404_container h1 {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 40px;
	font-size: 46px;
	color:#b82b2f;
	line-height: 50px;
}
.error-404_right a {
	border: 2px solid #b82b2f;
	padding: 10px 30px;
	text-decoration: none;
	color: #000;
	margin-top: 10px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.error-404_right a:hover {
	border-color: transparent;
	color: #b82b2f;
}
.error-404_container {
	padding:100px 0;
}
.error-404_container {
	width: 1400px;
	margin: 0 auto;
}
.error-404_left p {
	font-size: 150px;
	letter-spacing: 10px;
}
.error-404_left p i {
	color: #b82b2f;
}
@media (max-width: 767px) {
	.error-404_container {
		width: auto;
		margin: 0 auto;
	}
	.error-404_wrapper {
		flex-direction: column;
		padding: 0 20px;
	}
	.error-404_wrapper>div {
		width: auto;
	}
	.error-404_right a {
		width: 100%;
		box-sizing: border-box;
		text-align: center;
	}
}
@media (max-width: 1024px) and (min-width: 768px ){
	.error-404_container {
		width: auto;
		padding: 50px;
	}
}
/*cookies*/
#cn-notice-text .cookie_title{
	display: block;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 5px;
	font-size: 16px;
}
#cookie-notice {
	border-top: 1px solid;
}
#cn-notice-text {
	display: block;
}
#cookie-notice #cn-accept-cookie{
	display: inline-block;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	background-color: #b82b2f;
	text-align: center;
	border: 1px solid #fff;
	color: #fff;
	padding: 5px 30px;
	margin: 5px 0 0 20px;
}
#cn-accept-cookie:hover {
	background-color: #fff !important;
	color: #b82b2f !important;
}
#cookie-notice.cn-bottom {
	display: none;
}
.cookie_info {
	border-bottom: 1px dotted;
	color:#000000;
}
.cookie-notice-container {
	display: flex;
	align-items: center;
	justify-content: center;
}
#cn-notice-text span:last-of-type {
	display: block;
	text-align: left;
}
/*end cookies*/
.page-faq .panel-title > a {
	display: flex;
	justify-content: space-between;
}
.page-faq  .panel-collapse .panel-body {
	text-align: center;
	padding: 0;
}
.btn-slider {
	transition: all 0.2s ease-out 0s;
	min-height: 0px;
	min-width: 0px;
	line-height: 26px;
	border-width: 2px;
	margin: 0px;
	padding: 15px;
	letter-spacing: 1px;
	font-size: 15px;
	border-radius: 0;
}

#page-builder-wrap > div:nth-child(3) {
	background-color: black;
	width: 100%;
	margin: 0;
	padding: 50px 0;
}

.mask > .portfolio-middle > h3 > a {
	text-transform: uppercase;
}

h3.title-small.color-on-dark {
	text-transform: uppercase;
}

#page-builder-wrap > div:nth-child(9) {
	width: 100%;
	background-color: #EAEAEA;
	padding: 0;
	margin: 0;
}

#page-builder-wrap > div:nth-child(10) {
	width: 100%;
	background-color: #EAEAEA;
	margin: 0;
	padding-bottom: 20px;
}

#page-builder-wrap > div:nth-child(9) > h3 {
	margin-bottom: 30px;
}

.marque_montre {
	display: inline-block;
	padding: 4px 14px;
	border: 1px solid #ddd;
	font-size: 14px;
	text-transform: uppercase;
	margin-right: 3px;
	margin-bottom: 3px;
	transition: all 0.2s ease-out 0s;
	line-height: 26px;
	letter-spacing: 1px;
	margin: 5px;
}

#section-horlogiste {
	padding: 0 !important;
	margin-top: 0 !important;
}

body {
	font-size: 15px;
}

h3.title-medium.color-on-dark {
	text-transform: uppercase;
}

.marque_montre:hover {
	border-color: #d8dade;
	color: #d8dade;
}

#undefined-sticky-wrapper > div > div > div > div.col-sm-12.col-md-2 {
	width: 25%;
}

#undefined-sticky-wrapper > div > div > div > div.col-sm-12.col-md-10 {
	width: 75%;
}

.menu>li>a {
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 1px;
}

.header-wrapper.header-transparency-10 .main-header {
	background-color: rgba(250,250,250,0.6);
}

.header-transparent .menu>li>a {
	font-family: "Montserrat";
	font-weight: 600;
	color: black;
}

.header-wrapper .menu .current-menu-item>a, .header-wrapper .menu .current-menu-ancestor>a, .vertical-menu .current-menu-ancestor>a, .vertical-menu-list .current-menu-item>a {
	font-family: "Montserrat";
	font-weight: 600;
	color: black;
}

#section-black_angus {
	margin-top: 0;
	margin-bottom: 0;
}

.owl-portfolio .owl-el, .owl-carousel .owl-el {
	cursor: pointer;
}

.box-services-d.box-services-e .bg-overlay {
	opacity: .7;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

.box-services-d.box-services-e:hover .bg-overlay {
	opacity: 0;
}

.box-services-d.box-services-e:hover .row.col-p0 {
	display: none;
}

.titre_supp {
	text-align: center;
}

#page-builder-wrap > div:nth-child(8) {
	margin: 0;
	padding: 50px;
	background-color: #eaeaea;
	width: 100%;
}

.titre_supp:after {
	content: "";
	display: block;
	height: 1px;
	width: 35px;
	border-top: 2px solid #ff0000;
	text-align: center;
	margin: 20px auto 0;
}

#sb_instagram .sbi_follow_btn a {
	transition: all 0.2s ease-out 0s;
	min-height: 0px;
	min-width: 0px;
	line-height: 26px;
	border-width: 2px;
	margin: 0px;
	padding: 15px;
	letter-spacing: 1px;
	font-size: 15px;
	border-radius: 0;
	border: 2px solid #303236;
	color: #303236;
	background-color: transparent;
	font-family: "Raleway",sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: all .3s ease-out;
	margin-top: 40px;
}

.tp-caption.modern_big_redbg, .modern_big_redbg {
	font-weight: 400 !important;
	background-color: #b82b2f !important;
	font-family: "Montserrat" !important;
	padding: 10px !important;
	letter-spacing: 1px !important;
	font-size: 28px !important;
}

.bouton_slider {
	line-height: 26px;
	margin: 0px;
	padding: 15px;
	letter-spacing: 1px;
	font-size: 15px;
	border-radius: 0;
	border: none;
	color: #000 !important;
	background-color: rgb(255, 255, 255);
	font-family: "Raleway",sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

a.bouton_slider:hover {
	color: #b82b2f !important;
}

.top-menu>li>a {
	font-size: 16px;
	padding-left: 10px;
}

#undefined-sticky-wrapper, #undefined-sticky-wrapper > div,#wrapper > div.h-wrapper > header {
	height: 80px !important;
}

span.burger {
	width: 400px;
	display: inline-block;
	text-align: center;
}
.panel-title a i {
	margin: 0 !important;
}

span.nom_burger {
	color: #b82b2f;
}

#section-85 > div > div > div > div > div > p:nth-child(1) {
	display: none;
}

#section-85 > div > div > div > div > div > p:nth-child(2) {
	margin-bottom: 0;
}

#section-85 > div > div > div > div > div > p:nth-child(3) {
	font-style: italic;
	margin-bottom: 5px;
}

#section-85 > div > div > div > div > div > p:nth-child(4) {
	display: none;
}

#section-91 > div > div > div > div > div > p:nth-child(1) {
	margin-bottom: 0;
	font-style: italic;
}

#section-119 > div > div > div > div > div > p:nth-child(1) {
	margin-bottom: 0;
	font-style: italic;
}

#section-131 > div > div > div > div > div > p:nth-child(1) {
	margin-bottom: 0;
	font-style: italic;
}

span.entrees {
	width: 400px;
	display: inline-block;
	text-align: center;
}

#section-91 > div {
	width: inherit;
}

#section-91 > div > div > div > div > h4 > a > i {
	vertical-align: top;
	margin-top: 5px;
}

section > div > div.row.mb20 > div > h2 {
	text-transform: uppercase;
}

#section-83 {
	background-image: linear-gradient(to bottom, rgba(48, 50, 54, 0.6), rgba(48, 50, 54, 0.6)), url('http://resto.mediweb.co/wp-content/uploads/2015/07/carte_1.jpg') !important;
	background-image: -moz-linear-gradient(top, rgba(48, 50, 54, 0.6), rgba(48, 50, 54, 0.6)), url('http://resto.mediweb.co/wp-content/uploads/2015/07/carte_1.jpg') !important;
	background-image: -o-linear-gradient(top, rgba(48, 50, 54, 0.6), rgba(48, 50, 54, 0.6)), url('http://resto.mediweb.co/wp-content/uploads/2015/07/carte_1.jpg') !important;
	background-image: -ms-linear-gradient(top, rgba(48, 50, 54, 0.6), rgba(48, 50, 54, 0.6)), url('http://resto.mediweb.co/wp-content/uploads/2015/07/carte_1.jpg') !important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(48, 50, 54, 0.6)), to(rgba(48, 50, 54, 0.6))), url('http://resto.mediweb.co/wp-content/uploads/2015/07/carte_1.jpg') !important;
	background-image: -webkit-linear-gradient(top, rgba(48, 50, 54, 0.6), rgba(48, 50, 54, 0.6)), url('http://resto.mediweb.co/wp-content/uploads/2015/07/carte_1.jpg') !important;
}

#section-83 > div:nth-child(1) > div > div:nth-child(1) > div > h3 {
	color: white;
}

#section-83 > div:nth-child(1) > div > div:nth-child(2) > div > h3 {
	color: white;
}

#section-83 > div:nth-child(1) > div > div:nth-child(1) > div {
	padding-bottom: 0;
}

#section-83 > div:nth-child(1) > div > div:nth-child(2) > div {
	padding-bottom: 0;
}

#section-91 {
	padding-top: 35px;
	margin-top: 40px;

}

#section-85 {
	padding-top: 35px;
	margin-top: 40px;

}

#section-91 .panel-title {
	color: black;
}

#section-85 .panel-title {
	color: black;
}

#section-85 .panel-title:hover a, .panel-title:focus a {
	color: black;
}

#section-91 .panel-title:hover a, .panel-title:focus a {
	color: black;
}

#section-91 > div > div > div > div > div > p {
	color: black;
}

#section-85 > div > div > div > div > div > p {
	color: black;
}

#page-builder-wrap > div:nth-child(6) {
	margin-top: 50px;
	margin-bottom: 0;
}

body {
	background-color: #eaeaea;
}

#page-builder-wrap > div:nth-child(6) > h3 {
	margin-bottom : 0;
}
.insta__wrapper {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.insta__row {
	display: flex;
	justify-content: space-between;
}
.insta__single img {
	width: 100%;
	object-fit: contain;
}
.insta__single {
	width: 20%;
}
.main-header .navbar-right {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.header__helper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.header__helper > div:nth-of-type(2) {
	width: 75%;
	display: flex;
	justify-content: space-between;
}
.menu__socials {
	display: flex;
	align-items: center;
}
.socials__wrapper {
	display: flex;
	align-items: center;
}
.socials__wrapper a {
	line-height: 0;
	margin: 0 30px 0 0;
	display: flex;
	align-items: center;
}
.socials__wrapper a span {
	font-weight: 600;
	font-size: 16px;
	line-height: 26px;
	color: #666677;
	margin: 0 0 0 15px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
 }
.socials__rdv span {
	background: #B82B2F;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 10px 50px;
	cursor: pointer;
}
.socials__wrapper a svg path {
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.socials__wrapper a:hover svg path {
	fill: #B82B2F;
}
.socials__wrapper a:hover span {
	color: #B82B2F;
}
.wpcf7-form label {
	width: 100%;
	color: #fff;
	font-weight: 400;
}
.footer_copy {
	font-size: 15px;
	line-height: 150%;
}
.footer_copy a:hover {
	color: #d8dade;
}
#section-black_angus h1,
#section-83 h2 {
	color: #fff;
}
#access {
	margin-top: 40px;
}
@media (min-width: 1200px) {
	.container {
		width: 1440px;
	}
}