@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap');
/*
Theme Name: Van Berkel
Author: Van Berkel
Tags: responsive, fixed width
*/

/*
font-family: 'Marcellus', serif;
font-family: 'Open Sans', sans-serif;
*/

* { margin: 0px; padding: 0px; -webkit-font-smoothing:antialiased; -webkit-text-size-adjust:none; box-sizing: border-box; -webkit-box-sizing: border-box; }
html, body { width: 100%; font-size: 19px; line-height: 1.4; color: #191919; font-family: 'Open Sans', sans-serif; font-weight: 400; background: #f3f3f3; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video { margin: 0; padding: 0; border: 0; vertical-align: baseline; }

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { display: block; }
.container { padding: 0 15px; margin: 0 auto; max-width: 1140px; position: relative; }

input[type=checkbox]{ -webkit-appearance: checkbox; margin: 0px 0 0 0px; display: inline-block; vertical-align: top;}
button, input, textarea, select { -webkit-appearance: none; -webkit-border-radius: 0px; }


[href^="tel"] { cursor: text; }
[href^="tel"]:hover { text-decoration:none !important; }

textarea::input-placeholder,input::input-placeholder { opacity: 1; } 
textarea::-moz-placeholder,input::-moz-placeholder{ opacity: 1; } 
textarea:-ms-input-placeholder,input:-ms-input-placeholder{ opacity: 1; }
textarea::-webkit-input-placeholder,input::-webkit-input-placeholder { opacity:100; }  

.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }

input, textarea { font-weight: 400; transition: all 0.3s; -webkit-transition: all 0.3s; }
input[type="text"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
 textarea:focus { outline: none; }
input.wpcf7-validates-as-required {  }
input.wpcf7-validates-as-required:focus { }

/* common */
a { color: #c02323; outline: none; transition: all 0.3s; -webkit-transition: all 0.3s; text-decoration: none; }
a:hover { }
img { border: 0px; outline: none; display: block; max-width: 100%; height:auto;  transition: all 0.3s; -webkit-transition: all 0.3s; text-decoration: none; }
ul,ol { margin-bottom: 20px; padding: 0 0 0 20px;}
.clear { clear: both; overflow: hidden; }
h1, .h1 ,h2, .h2 ,h3, .h3 ,h4, .h4 ,h5, .h5 ,h6, .h6 { padding-bottom: 7px; line-height:1.2; font-weight:400; font-family: 'Marcellus', serif; } 

h1.head { font-size: 45px; }
h1, .h1 { font-size: 92px; }
h2, .h2 { font-size: 36px; font-family:Georgia, "Times New Roman", Times, serif; color:#191919; }
h3, .h3 { font-size: 30px; color:#c02323; }
h4, .h4 { font-size: 25px; color:#c02323; }
h5, .h5 { font-size: 20px; color:#c02323; }
h6, .h6 { font-size: 16px; color:#c02323; }

p { padding-bottom: 15px; line-height:1.69; color: #595959; }
p a { color:#c02323; }
p a:hover { text-decoration:underline; }

ul.listing { list-style:none; padding:0; margin:0; }
ul.listing li { padding: 0 0 0px 22px; position: relative; line-height: 1.6; background:url(images/check.png) left 12px no-repeat; }


input[type="text"],
input[type="url"],
input[type="email"],
input[type="tel"],
input[type="password"],
.field, .wpcf7-text, textarea { display: block; border-radius:10px !important; -webkit-border-radius:10px !important; -ms-border-radius:10px !important; width: 100%; height: 53px; font-size: 19px !important; padding: 15px 15px 15px 15px !important; background:#f1f1f1; border:0; color:#595959; }
textarea { padding: 13px 15px; height: 110px; resize: none; }

a.close, a.mobilemenu { display: none; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
textarea:focus { border:0; color: #000; outline:none; }

.wp-block-button__link,
.button { letter-spacing: 0.10em ; font-family: 'Marcellus', serif; font-size: 19px; line-height: 24px; padding: 10px 20px; text-align:center; background:#a81607; display:inline-block; vertical-align: top; text-transform: uppercase;  color:#fff; border:0; cursor: pointer; border-radius:5px; }
.wp-block-button__link:hover,
.button:hover { background: #7d1106; text-decoration:none; }

/* wrapper */
#wrapper { padding-top: 139px; width: 100%; overflow: hidden; min-height: 100%; position: relative; }
.wrapper,
.centering { width: 100%; max-width: 1200px; padding: 0 15px; margin:auto; position: relative;}  

.text_center { text-align:center; }
.flex-wrap { display: flex; flex-wrap:wrap; }
.v-center { align-items:center; }
.h-center { justify-content:center; }
.h-right { justify-content:flex-end; }
.space-between { justify-content:space-between; }

/* header-part */
#header-part { width: 100%; z-index:99; position: absolute; left:0; top:0; background: #fff; }

	/*top_sec*/
	.top_sec { padding: 7px 0; color:#fff; width: 100%; background:#a81607; }
	.top_sec a { color:#fff; font-size: 16px; line-height:1.3; }
	.top_sec [href^="tel"] { margin-left:15px; letter-spacing:0.10em; background: url(images/phone.png) left center no-repeat; padding:0 0 0 22px; }
	.top_sec [href^="mailto"] { background: url(images/envelpe.png) left center no-repeat; padding:0 0 0 25px; }

	/*menu_sec*/
	.menu_sec { padding-bottom: 21px; width: 100%; background: #fff; position: relative; }
	.menu_sec:before { width: 100%; height: 61px; content: ''; position: absolute; left: 0; top: 100%; background: url(images/paper-graphic.png) center bottom repeat-x; }
	.menu_sec .logo { max-width: 280px; margin:-30px 0 0 0; }
	.menu_sec #menu { max-width: calc(100% - 280px); }
	.menu_sec #menu ul { padding: 30px 0 0 0; list-style: none; margin: 0; }
	.menu_sec #menu ul li { margin-left: 17px; font-size: 19px; text-transform: uppercase; font-family: 'Marcellus', serif; line-height: 1.4; display: inline-block; vertical-align: top; } 
	.menu_sec #menu ul li a { padding: 5px 15px; border-radius: 5px; color: #191919; display: block; } 
	.menu_sec #menu ul li.current-menu-item > a,
	.menu_sec #menu ul li a:hover { color:#a81607; }
	.menu_sec #menu ul li.contact a { color: #fff;; background: #a81607; } 
	.menu_sec #menu ul li.contact a:hover { background: #7d1106; } 
	.menu_sec #menu ul li.home a { width: 24px; min-height: 36px; font-size: 0; background: url(images/home.png) center center no-repeat; }
	

#header-part.show { position: fixed; -webkit-animation:stickyhead ease-in-out 0.4s 0.1s both;-moz-animation:stickyhead ease-in-out 0.4s 0.1s both;animation:stickyhead ease-in-out 0.4s 0.1s both; box-shadow:0px 4px 4px rgba(0,0,0,0.2); }
#header-part.show .top_sec { display: none; }
#header-part.show .menu_sec .logo { transform: translate(0,10px); margin-top: 0; max-width: 180px; }
#header-part.show .menu_sec { padding-bottom: 15px; }

.head { margin-bottom: 50px; text-align: center; background: url(images/head-icon.png) center bottom no-repeat; padding-bottom: 50px; font-family: 'Marcellus', serif; }

/* banner-bar */
.banner-bar { padding: 70px 0 110px; text-align: center; width: 100%; position: relative; min-height: 705px; background-position:  center center; background-size: cover; }
.banner-bar h1 {color: #fff; padding-bottom: 30px; text-shadow: 2px 3px 19px #322929; }
.banner-bar .wp-block-buttons { justify-content: center; text-align: center; }
.banner-bar .wp-block-button {display: inline-block; vertical-align: top; }

.banner-bar.inner { min-height: 385px; }
.banner-bar:before { width: 100%; height: 78px; content: ''; position: absolute; left: 0; bottom: 0px; background: url(images/top-graphic-grey.png) center top repeat-x;  } 


.breadcrumbs span { font-size: 15px; color:#595959; }
.breadcrumbs span a span,.breadcrumbs span a { color: #c12a2a; text-decoration:underline; }

/* content-part */
#content-part { width: 100%; position: relative; }

/* welcome_sec */
.welcome_sec { padding: 15px 0 105px; width: 100%; background: #f3f3f3; position: relative; }
/*.welcome_sec:before { width: 100%; height: 78px; content: ''; position: absolute; left: 0; top: -78px; background: url(images/top-graphic-grey.png) center top repeat-x;  } 
.welcome_sec:after { width: 100%; height: 80px; content: ''; position: absolute; left: 0; bottom: 0px; background: #fff url(images/bottom-graphic-grey.png) center bottom repeat-x;  }*/ 
.welcome_sec .grapes_graphic { width: 410px; height: 559px; content: ''; position: absolute; left: 50%; top: -45px; z-index: 1; margin-left: -810px; background: url(images/grapes.png) center center no-repeat; background-size: 100%; font-size: 0; }
.welcome_sec .image { width: 45%; } 
.welcome_sec .image figure { width: 100%; height: 0; padding-bottom: 75%; position: relative; }
.welcome_sec .image img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; }
.welcome_sec .text { padding: 30px 70px 45px 60px; width: 55%; background-color: #fff; box-shadow: 0px 0px 25px rgba(0,0,0,0.05);} 
.welcome_sec h2 em { padding-bottom: 10px; font-family: 'Marcellus', serif; font-style: normal; color: #c02323; font-size: 30px; display: block; }
.welcome_sec h2 { padding-bottom: 7px; }
.welcome_sec .button { margin-top:15px; }
.welcome_sec.inner { padding-bottom: 55px; }
.welcome_sec.inner:after,
.welcome_sec.inner:before { display: none; }
.welcome_sec.inner .the_row + .the_row { margin-top:50px; }  
.welcome_sec.inner .the_row:nth-of-type(even) .image { order:1; }


/*product_sec*/
.product_sec { text-align: center; padding: 20px 0; width: 100%; position: relative; background:#fff; }
.product_sec .products { width: 33.33%; padding: 0 15px 55px; text-align: center; }
.product_sec .products .inner { display: inline-block; vertical-align: top; }
.product_sec .products .pic { display: inline-block; vertical-align: top; } 
.product_sec .product_list { margin: 0 -15px; }
.product_sec .wrapper { max-width: 1280px; }
.product_sec h5 a { color: #191919; }
.product_sec h5 { padding: 30px 0 5px; } 
.product_sec .price span { font-family: 'Marcellus', serif; color: #c02323; font-size: 21px; }
.product_sec .price span.previous { color: #222; text-decoration: line-through; }
.product_sec .inner:hover .pic { transform: translate(0,-10px); }
.product_sec .inner:hover h5 a { color: #c02323; }
.product_sec.inner { padding-top: 100px; margin-top:95px; margin-bottom:95px; background:#fff;  }
.product_sec:before { width: 100%; height: 80px; content: ''; position: absolute; left: 0; top: -80px; background: url(images/top-paper.png) center top repeat-x; }
.product_sec:after { width: 100%; height: 80px; content: ''; position: absolute; left: 0; bottom: -80px; background: url(images/bottom-paper.png) center top repeat-x; }

.product_sec.inner.remove_paper,
.product_sec.remove_paper { margin:0; } 
.product_sec.remove_paper:after,
.product_sec.remove_paper:before { display: none; }
.product_sec.inner.remove_paper,
.product_sec.grey_bg { background: none; }
.product_sec.inner.remove_paper,
.product_sec.grey_bg { padding:30px 0 0 0; }

.breadcrumbs + .product_sec { padding-top:0 !important; }

.product_sec .products.inactive { display: none; }
.product_sec .products.active { display: block; }




/* news_sec */
.news_sec { margin: 90px 0 0 0; padding: 15px 0 35px; width: 100%; background: #f3f3f3; position: relative; }
.news_sec .grapes_graphic { width: 355px; height: 485px; content: ''; position: absolute; right: 50%; top: -45px; z-index: 1; margin-right: -1005px; background: url(images/grapes.png) center center no-repeat; background-size: 100%; font-size: 0; }
.news_sec .news_list { margin: 0 -13px; }
.news_sec .news { width: calc(33.33% - 26px); margin: 0 13px; background: #fff; border-radius: 15px; padding: 30px 40px; box-shadow: 0px 0px 20px rgba(0,0,0,0.05); }
.news_sec .head { margin-bottom: 25px; }
.news_sec h4 { font-size: 24px; line-height: 1.55; padding-bottom: 15px; }
.news_sec h4 a { color: #191919; }
.news_sec h4 a:hover { color: #c02323; }
.news_sec .time { padding-bottom: 20px; font-size: 14px; line-height: 1.4; color: #a6a6a6; font-family: 'Marcellus', serif; display: block; }
.news_sec .more { color: #c02323; font-size: 14px; font-family: 'Marcellus', serif; text-transform: uppercase; letter-spacing: 0.10em; }
.news_sec .more:hover { text-decoration: underline; }
.news_sec .button { display: table; margin: 40px auto 0; }

	/*inner_pages*/
	#inner_pages { background: #f3f3f3; width: 100%; }
	
		/*breadcrumbs*/
		.breadcrumbs { width: 100%; padding: 5px 0 40px; }
		
		/*text_sec*/
		.text_sec { padding: 30px 30px 25px; background:#fff; box-shadow: 0px 0px 20px rgba(0,0,0,0.05); width: 100%; }
		.text_sec .button { margin-top:20px; }
		.text_sec.full { margin-bottom: 60px; }
		.text_sec ul { list-style:none; margin:0; padding:0; }
		.text_sec ul li { color: #595959; padding: 0 0 0px 22px; position: relative; line-height: 1.6; background:url(images/check.png) left 12px no-repeat; }
		.text_sec .gfield input { width: 100% !important; } 

		/*text_sec_with_sidebar*/
		.text_sec_with_sidebar { width: 100%; }
		.page-id-178 .text_sec_with_sidebar { padding-bottom: 30px; }
		.text_sec_with_sidebar .left_side { width: calc(100% - 380px); padding-right:60px; }
		.text_sec_with_sidebar .right_side { width: 380px; }
		.text_sec_with_sidebar .block_list .column { box-shadow: 0px 0px 20px rgba(0,0,0,0.05); margin-bottom: 40px; width: #100%; background: #fff; padding: 0 30px 30px; }
		.text_sec_with_sidebar .block_list .column .image { margin: 0 -30px 20px; } 
		.text_sec_with_sidebar .block_list .column .image figure { width: 100%; height:0; padding-bottom: 75%; position: relative; display: block; } 
		.text_sec_with_sidebar .block_list .column .image figure img { width: 100%; height: 100%; object-fit:cover; position:absolute; left:0; top:0; } 
		.text_sec_with_sidebar .block_list .column h2 { padding: 18px 0 18px; }
		.text_sec_with_sidebar .block_list .column .button { margin-top:5px; }  

		
		/*featured_product*/
		.featured_product { padding: 50px 0; width: 100%; background:url(images/grapes.png) calc(100% + 60px) 37% no-repeat; background-size: 360px auto; }
		.featured_product .back { color: #595959; font-size: 16px; text-decoration:underline; }
		.featured_product .back:hover { text-decoration:none; }  
		.featured_product .pic { width: calc(100% - 470px); text-align: center; padding-right:45px; }
		.featured_product .pic img { display: inline-block; vertical-align: top; min-height:445px; }
		.featured_product .text { width: 470px; padding: 30px 35px 25px; min-height:445px; background:#fff; box-shadow: 0px 0px 20px rgba(0,0,0,0.05); }
		.featured_product .product_box { padding:45px 0 0 0; }
		.featured_product h3 { font-family: Georgia, "Times New Roman", Times, serif; padding-bottom: 15px; }
		.featured_product h3 a { color: #c12a2a; } 
		.featured_product h3 a:hover { color: #222; }  
		.featured_product .price { padding: 20px 0 0 0; }
		.featured_product .price span { font-family: Georgia, "Times New Roman", Times, serif; color: #c02323; font-size: 30px; }
		.featured_product .price span.previous { margin-right:10px; font-size: 21px; color: #222; text-decoration: line-through; }
		
		/*all_product_list*/
		.all_product_list { padding-bottom: 70px; z-index:1; position: relative; padding-top: 100px; margin-top:95px; margin-bottom:95px; background:#fff;  }
		.all_product_list:before { width: 100%; height: 80px; content: ''; position: absolute; left: 0; top: -80px; background: url(images/top-paper.png) center top repeat-x; }
		.all_product_list:after { width: 100%; height: 80px; content: ''; position: absolute; left: 0; bottom: -80px; background: url(images/bottom-paper.png) center top repeat-x; }
		.all_product_list .left_side { width: 31.2%; padding-right:50px; }
		.all_product_list .right_side { width: 68.8%; }
		.all_product_list .right_side .product_sec:after, 
		.all_product_list .right_side .product_sec:before { display:none; }
		.all_product_list .head { margin-left:45px; text-align: left; background-position: left bottom; }
		.all_product_list .left_side h2 { padding-bottom: 20px; font-family: 'Marcellus', serif; }
		.all_product_list .cat_list { list-style:none; margin:0; padding:0; }
		.all_product_list .cat_list li { cursor: pointer; color:#595959; padding: 0 0px 12px 25px; position: relative; }
		.all_product_list .cat_list li:before { width: 11px; height: 11px; content:''; position:absolute; left:0; top:6px; border:1px solid #767676; border-radius: 2px; }  
		.all_product_list .cat_list li.active:before { background:#a81607; border-color:#a81607; }
		.all_product_list .cat_list li a { color:#595959; } 
		
		.all_product_list.remove_paper { margin:0; } 
		.all_product_list.remove_paper:after,
		.all_product_list.remove_paper:before { display: none; }
		.all_product_list.grey_bg .product_sec,
		.all_product_list.grey_bg { background: none; }
		.all_product_list.grey_bg .product_sec { padding:0; }
		
		
		
		/*contact_sec*/		
		.contact_sec { padding: 30px 0 100px; width: 100%; }
		.contact_sec .form { padding: 50px 30px 50px; background:#fff; box-shadow: 0px 0px 20px rgba(0,0,0,0.05); width: 100%; }
		.contact_sec form { max-width: 760px; margin:0 auto; }
		.contact_sec .gform_wrapper.gravity-theme .gfield_label,
		.contact_sec label { font-size: 19px; display: block; font-weight:400; }
		.contact_sec .gfield { width: 50%; padding: 0 9px 12px; box-sizing: border-box; }
		.contact_sec .gform_fields { margin: 0 -9px; width:auto !important; display: flex !important; -webkit-display: flex !important; flex-wrap:wrap; grid-column-gap: unset !important; grid-row-gap: unset !important; }
		.contact_sec .gfield input { width: 100% !important; } 
		.contact_sec #field_1_6 { width: 100%; }
		.contact_sec textarea { height: 185px !important; }  
		.contact_sec .button { float: right; border-radius:5px !important; margin-top:10px; margin-bottom:0; }
		.contact_sec .gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer { margin:0; padding:0; overflow: hidden; }
		.gform_wrapper.gravity-theme .description, .gform_wrapper.gravity-theme .gfield_description, .gform_wrapper.gravity-theme .gsection_description, .gform_wrapper.gravity-theme .instruction,
		.gform_wrapper .gform_validation_errors { display: none; }

/* footer-part */
#footer-part { width: 100%; position: relative; }

	/*footer_bar*/
	.footer_bar { margin-top:80px; font-family: 'Marcellus', serif; border-bottom:10px solid #a81607; font-size: 14px; line-height:1.3; padding: 10px 0; width: 100%; background:#fff; }
	.footer_bar:before { width: 100%; height: 80px; content: ''; position: absolute; left: 0; top: -80px; background: url(images/top-paper.png) center top repeat-x; }

	.footer_bar h5 { color: #191919; padding-bottom: 15px; }
	.footer_bar .col1 { width: 30%; }
	.footer_bar .col1 .logo { display: inline-block; vertical-align: top; margin: -10px 0 0 0; }
	.footer_bar .col2 { padding: 0 15px; width: 21%; }
	.footer_bar .col3 { width: 29%; padding-right:65px; }
	.footer_bar .col4 { width: 20%; padding-left:10px; }
	.footer_bar address p { padding-bottom: 15px; font-family: 'Marcellus', serif; font-size: 14px; line-height:1.3; }
	.footer_bar ul li,
	.footer_bar .contact_info,
	.footer_bar address p,
	.footer_bar address { display: block; color: #191919; font-style:normal; }
	.footer_bar .contact_info a { color: #191919; }
	.footer_bar .col3 iframe { width: 100%; height: 180px; }
	.footer_bar .col4 ul { list-style:none; margin:0; padding:0; }
	.footer_bar .col4 ul li { padding: 0 0 3px 0; } 
	.footer_bar .copyright { padding:20px 0; color:#a6a6a6; text-align: center; font-size:16px; }
	.footer_bar .copyright p { padding:0; display: inline; color:#a6a6a6; } 
	.footer_bar .col3 p { padding:0; }
	.footer_bar a[href^="mailto"]:hover { text-decoration:underline; }

#back-to-top { position: absolute; top: -60px; font-weight:700; right: -80px; transition: opacity 0.2s ease-out; -webkit-transition: opacity 0.2s ease-out; font-size: 18px; line-height: 22px; color: #0f86ff; text-transform: uppercase; font-family: 'PT Sans', sans-serif; letter-spacing: 0.15em; min-width:40px; text-align:center; background:url(images/btt.png) center top no-repeat; background-size:36px auto; padding: 24px 0 0 0; }
#back-to-top:hover { opacity: 0.80; }

.wpcf7-not-valid-tip { display: none !important; }
.wpcf7-not-valid { box-shadow: 0px 0px 0px 1px #f00 inset; -webkit-box-shadow: 0px 0px 0px 1px #f00 inset; -ms-box-shadow: 0px 0px 0px 1px #f00 inset; }
div.wpcf7-response-output { margin:10px 0; padding:0; font-size: 14px; line-height: 14px; color: #f00; border:0; }
div.wpcf7-mail-sent-ok { color: #398f14; }

/* content-bar-bar */
.content-bar { padding: 60px 0 60px; width: 100%; }
.error404 .content-bar { padding: 170px 0 50px; text-align:center; min-height:500px; }

/* blog-bar */
.blog-bar { padding: 60px 0; width:100%; overflow: hidden; position: relative; }
.blog-bar .left_sidebar { width: 70%; float: left; padding: 0 30px 0 0; }
.blog-bar .right_sidebar { width: 30%; float: right; }

.slick-dots { padding: 5px !important; text-align:center; width: 100%; font-size:0; line-height:0;  }
.slick-dots li { cursor: pointer; position: relative; display:inline-block; vertical-align: top; margin: 0 8px; }
.slick-dots li button { width: 10px; height: 10px; border:0; font-size:0; line-height:0; max-width: 100%; display:block; background:#cccccc; padding:0; border: 2px solid #fff; border-radius: 50%; -webkit-border-radius: 50%; -ms-border-radius: 50%; } 
.slick-dots li:after { border-radius: 50%; -webkit-border-radius: 50%; -ms-border-radius: 50%; width: 100%; height: 100%; content:''; position:absolute; left:-1px; top:-1px; border: 1px solid #fff;  } 
.slick-dots li.slick-active button,.slick-dots li:hover button { background:#ac9455; }  
.slick-dots li:hover:after,.slick-dots li.slick-active:after{ border-color: #ac9455; }


/* Alignment */ 
.alignleft { display: inline; float: left; margin-right: 1em !important; }
.alignright { display: inline; float: right; margin-left: 1em !important; }
.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }
img.alignleft, img.alignright, img.aligncenter { margin-bottom: 1.625em; }
table, th, td { border: none }
table { border-collapse: separate; border-spacing: 0; border-width: 1px 0 0 1px; margin: 0 0 1.6em; table-layout: fixed; /* Prevents HTML tables from becoming too wide */ width: 100%; }
caption, th, td { font-weight: normal; text-align: left; }
th { border-width: 0 1px 1px 0; }
td { border-width: 0 1px 1px 0; vertical-align: top; }
td img { width: 100%; max-width: 100%; vertical-align: top; margin: 0px; height: auto; }
th, td { padding: 0.4em; }
th { font-size: 24px; letter-spacing: 1px; line-height: 28px; }
td img.alignnone { margin: 0px }
blockquote { /*font-style: italic;*/  font-weight: normal; margin: 0 2%; }
blockquote em, blockquote i, blockquote cite { font-style: normal; }
blockquote cite { color: #666; letter-spacing: 0.05em; text-transform: uppercase; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

#blogWrapper { width:auto; overflow:hidden; }
/* blog container */  .patners_box { float: left; width: 100%; text-align: center; padding: 20px }
#BlogCntr { margin-top: 12px; margin-bottom: 25px; width: 100%; position: relative; float: left; position: relative; z-index: 9; }

/* left blog box */
.leftBlogBox {	padding: 0;	width: 100%;	/*float: left;*/	position: relative;	}
.leftBlogBox .news { margin-bottom:30px !important; }
.leftBlogBox .news .image { margin-bottom: 20px; }
.single .leftBlogBox h1 { text-transform: capitalize}
.single .leftBlogBox p {	display: block}
.leftBlogBox ul.dateBar {	list-style: none;	margin: 0 0 5px 0;	padding: 0px}
.single .leftBlogBox ul.dateBar {	margin: 0 0 15px 0;	padding-left: 0px}
.leftBlogBox ul.dateBar li { font-size: 14px; line-height: 18px; }
.leftBlogBox ul.dateBar li strong {	color: #000;}
.leftBlogBox .postLoop {	width: 100%;	overflow: hidden;	padding: 30px 0;	margin: 0px;	border-bottom: 1px solid #bebebe; }
.leftBlogBox .postLoop h2 { font-weight:700; padding-bottom: 5px; }
.leftBlogBox .postLoop p { padding: 0;}
.leftBlogBox .postLoop:last-child, .leftBlogBox .postLoop:last-of-type { border-bottom: none; }
.leftBlogBox .postLoop .image { float: left; margin: 5px 15px 5px 0; }
.leftBlogBox .postLoop h2 { text-transform: capitalize; margin: 0px; }
.leftBlogBox .postLoop h2 a { color: #000; text-decoration: none }
.leftBlogBox .postLoop h2 a:hover { color: #c02323; }
.leftBlogBox .postLoop a.read-more { display: inline-block; text-decoration: none; text-transform: capitalize; font-weight: 600 }
.leftBlogBox .postLoop a.read-more:hover { text-decoration:underline; }
.leftBlogBox h4.title { font-size: 16px; font-weight: normal; padding-top: 15px; color: #000; text-transform: capitalize; }

/* comment form */
.leftBlogBox #commentform { width: 100%; }
.leftBlogBox #commentform input[type="text"], .leftBlogBox #commentform input[type="email"], .leftBlogBox #commentform textarea, .leftBlogBox #commentform input[type="url"] { border: 1px solid #000 !important; background: none; padding: 7px 10px; box-sizing: border-box; color: #000; font-size: 15px; border-radius: 0px; -webkit-appearance: none; -webkit-border-radius: 0px; resize: none; margin: 0; width: 535px; }
.leftBlogBox #commentform input[type="submit"] { width: auto; padding: 5px; border: none; background: #dfb643; color: #fff; cursor: pointer; border-radius: 0; font-size: 16px; }
.leftBlogBox #commentform input[type="submit"]:hover, .leftBlogBox #commentform p.form-submit input[type="submit"]:hover { background: #097536; }
.leftBlogBox #commentform p.form-submit input[type="submit"] { width: auto; padding: 8px 15px; border: none; background: #c02323; color: #fff; cursor: pointer; margin-left: 100px; }
.leftBlogBox #respond h3 { padding-bottom: 20px; }
.leftBlogBox #commentform input[type="url"].error,.leftBlogBox #commentform input[type="text"].error, .leftBlogBox #commentform input[type="email"].error, .leftBlogBox #commentform textarea.error { border: 1px solid #f00!important }
.leftBlogBox div.error { display: none !important }
.leftBlogBox h3#comments, .leftBlogBox #respond h3, h2.comments-title, h3#reply-title { border-bottom: 1px solid #000; font-size: 24px; font-weight: normal; line-height: 29px; margin-bottom: 10px; padding-bottom: 10px; color: #000; }
.leftBlogBox #comments { clear: both; margin-bottom: 10px }
.leftBlogBox #comments footer { border: none }
.leftBlogBox .commentlist, .leftBlogBox .comment-list { list-style: outside none none; margin-top: 10px !important; margin-bottom: 10px; }
.leftBlogBox .commentlist li { color: #34343f; font-size: 20px; line-height: 30px; list-style: outside none none; overflow: hidden; }
.leftBlogBox .comment-list li { color: #34343f; font-size: 20px; line-height: 20px; list-style: outside none none; overflow: hidden; }
.leftBlogBox img.avatar { float: left; margin: 3px 10px 10px 0; width: 50px; border: 1px solid #cccccc; max-width: 100%; height: auto; display: block }
.leftBlogBox .commentlist cite.fn, .leftBlogBox cite.fn { color: #dfb643; font-size: 16px; }
.leftBlogBox span.says { font-size: 16px; }
.leftBlogBox .commentlist a.url, .leftBlogBox .commentlist cite.fn, .leftBlogBox a.url, .leftBlogBox cite.fn { font-style: normal; text-decoration: none; font-size: 20px; }
.leftBlogBox .comment-awaiting-moderation { font-size: 16px; line-height: 21px; color: #000; font-style: normal }
.leftBlogBox .commentmetadata a { color: #000; cursor: default !important; font-size: 13px; line-height: 16px; }
.leftBlogBox .commentlist p, .leftBlogBox .comment-list p { clear: both; font-size: 15px; line-height: 19px; }
.comment-content p { padding-bottom: 5px; } #commentform p { padding-bottom: 15px !important; font-size: 16px; margin-bottom: 0; } #commentform .comment-form-cookies-consent { display: none; }
.leftBlogBox .comment-list .comment-metadata { font-size: 16px; color: #000; }
.leftBlogBox .comment-reply-link { font-size: 16px; text-decoration: none }
.leftBlogBox .comment-reply-link:hover { text-decoration: none; color: #dfb643; } #cancel-comment-reply-link { color: #000; text-decoration: none; font-size: 20px; line-height: 25px } #cancel-comment-reply-link:hover { text-decoration: underline }
.leftBlogBox .reply { padding: 0px 0 15px; }
.leftBlogBox .reply a { color: #000 }
.leftBlogBox #respond { margin-top: 10px;/*overflow: hidden;*/width: auto; padding: 0px }
.leftBlogBox #cancel-comment-reply-link:hover { color: #dfb643; text-decoration: none }
.leftBlogBox .commentlist ul.children, .leftBlogBox .comment-list ol.children { /*margin-left: 25px;*//*float:left*/}
.leftBlogBox label.screen-reader-text { display: none }
.leftBlogBox #searchform { width: 100%; margin: 0 auto; }
.leftBlogBox .page-header { padding: 6px 0; padding-top: 20px; } 
#commentform label { float: left; width: 100px; font-size: 16px; line-height: 21px; padding: 6px 0; }
#commentform label.error { display: none!important }

/* pagination */
.leftBlogBox .wp-pagenavi { margin: 25px 0 50px 0; }
.leftBlogBox .wp-pagenavi a, .wp-pagenavi span { font-size: 14px; color: #000; border: 1px solid #7b7b7b; display:inline-block; vertical-align: top; }
.wp-pagenavi a, .wp-pagenavi span { border-color: #c02323; padding: 5px 7px }
.wp-pagenavi span.current { border-color: #c02323; font-weight: normal; color: #fff; background: #c02323}
.leftBlogBox .wp-pagenavi a:hover, .wp-pagenavi a:hover { background: #c02323; color: #fff; border-color: #c02323; }
.wp-pagenavi span.pages:hover, .wp-pagenavi span.pages { border-color: #7b7b7b; }

/* right blog box */
.rightBlogBox { display:none; padding: 0 0 0 40px; width: 27%;	float: right;	position: relative;	 }
.rightBlogBox ul { margin-bottom: 0;  }
.rightBlogBox .widget {	text-align: left;	margin-bottom: 25px;	overflow: hidden}
.rightBlogBox .widget h3 { font-size: 25px; line-height: 30px; font-weight:700; padding-bottom: 10px; }
.rightBlogBox h3.widgettitle {	margin-bottom: 10px;	text-align: center;	color: #f1c855;	font-size: 34px;	text-align: left;	text-transform: capitalize;	line-height: 40px;	padding-bottom: 0px}
.rightBlogBox label.screen-reader-text { display: none; }
.rightBlogBox #searchform { width: 100%; margin: 0 auto; }
.rightBlogBox #searchform input#s { width: 65%; border: 1px solid #7b7b7b; height: 30px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; padding: 5px; float: left; margin-right: 5px; color: #7b7b7b; height: 33px; }
.rightBlogBox #searchform input#searchsubmit { width: 27%; background: #dfb643; color: #fff; border: none; height: 30px; text-transform: capitalize; font-weight: bold; cursor: pointer; float: left; }
.rightBlogBox #searchform input#searchsubmit:hover { background: #5a3b00; }
.rightBlogBox ul li { padding-bottom:5px; font-size: 16px; line-height:22px; width: 100%; }
.rightBlogBox ul li a { color: #000; text-decoration: none; text-transform: capitalize; outline: none }
.rightBlogBox ul li.current-cat a { color: #c02323; font-weight:700; }
.rightBlogBox ul li a:hover { text-decoration: none; color: #c02323; }
.mobilesidebar { display: none; }
.desktopsidebar { display: block }

/* single page */
.search-form .screen-reader-text { display: none }
.search-form input[type='Search'] { border-radius: 0px; padding: 5px; font-size: 14px; line-height: 19px; float: left; border: solid 1px #c02323  ; color: #000; width: calc(100% - 85px); width: -ms-calc(100% - 85px); width: -webkit-calc(100% - 85px); width: -moz-calc(100% - 85px); -webkit-appearance: none; -webkit-border-radius: 0px; height: 33px; }
.search-form input[type='submit'] { width: 80px; text-align:center; float: left; background: #c02323  ; border-radius: 0px; font-size: 15px; line-height: 20px; border: none; color: #fff; cursor: pointer; -webkit-appearance: none; -webkit-border-radius: 0px; padding: 4px 10px; margin-right: 0px; height: 33px; border: solid 1px #c02323  ; }
.search-form input[type='submit']:hover { background: #c02323; border: solid 1px #c02323; }
/*.search-form input[type='Search']:focus { border: solid 1px #000!important }*/
.leftBlogBox .singleimage { width: 100%; margin-bottom: 15px; }
.leftBlogBox .singleimage img { max-width: 100%; height: auto; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration { display: none; }	 	

.wp-block-latest-posts.wp-block-latest-posts__list { list-style:disc; padding:0 0 0 20px; }
/*keyframes*/
@-webkit-keyframes stickyhead{
	0%{opacity:0;-webkit-transform:translateY(-100%)}
	100%{opacity:1;-webkit-transform:translateY(0)}
}

@-moz-keyframes stickyhead{
	0%{opacity:0;-moz-transform:translateY(-100%)}
	100%{opacity:1;-moz-transform:translateY(0)}
}
@keyframes stickyhead{
	0%{opacity:0;-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}
	100%{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}
}
