/* Minify_CSS_UriRewriter::$debugText

*/

/* build.css */

/* 1   */ /**
/* 2   *|  * Styling for Gutenberg post layout blocks
/* 3   *|  */
/* 4   */
/* 5   */ * {
/* 6   */   -webkit-box-sizing: border-box;
/* 7   */   -moz-box-sizing: border-box;
/* 8   */   box-sizing: border-box;
/* 9   */ }
/* 10  */
/* 11  */ .cv-clearfix{
/* 12  */   display: block;
/* 13  */ }
/* 14  */
/* 15  */ .cv-clearfix:after{
/* 16  */   content: "";
/* 17  */   display: block;
/* 18  */   clear: both;
/* 19  */ }
/* 20  */
/* 21  */ /* Block Title two */
/* 22  */
/* 23  */ .cv-block-title{
/* 24  */   font-size: 32px;
/* 25  */   position: relative;
/* 26  */ }
/* 27  */
/* 28  */  .cv-block-title span{
/* 29  */    position: relative;
/* 30  */    display: inline-block;
/* 31  */  }
/* 32  */
/* 33  */  .cv-block-title.align--left {
/* 34  */  text-align: left;
/* 35  */ }
/* 36  */
/* 37  */ .cv-block-title.align--center {
/* 38  */  text-align: center;
/* 39  */ }
/* 40  */
/* 41  */ .cv-block-title.align--right {
/* 42  */  text-align: right;
/* 43  */ }
/* 44  */
/* 45  */ .cv-block-title.layout--two{
/* 46  */  margin-bottom: 40px;
/* 47  */ }
/* 48  */
/* 49  */ .cv-block-title.layout--two span::before,
/* 50  */ .cv-block-title.layout--two span::after {

/* build.css */

/* 51  */  content: "";
/* 52  */  position: absolute;
/* 53  */  left: 50%;
/* 54  */  bottom: 0;
/* 55  */  width: 50px;
/* 56  */  height: 2px;
/* 57  */  background: #333;
/* 58  */  margin-left: -25px;
/* 59  */ }
/* 60  */
/* 61  */ .cv-block-title.layout--two span::after {
/* 62  */  left: 50%;
/* 63  */  width: 30px;
/* 64  */  margin-left: -15px;
/* 65  */  bottom: -8px;
/* 66  */ }
/* 67  */
/* 68  */ .cv-block-title.layout--two.align--left span::before,
/* 69  */ .cv-block-title.layout--two.align--left span::after {
/* 70  */  left: 0;
/* 71  */  margin: 0;
/* 72  */ }
/* 73  */
/* 74  */ .cv-block-title.layout--two.align--right span::before,
/* 75  */ .cv-block-title.layout--two.align--right span::after {
/* 76  */  left: auto;
/* 77  */  right: 0;
/* 78  */  margin: 0;
/* 79  */ }
/* 80  */
/* 81  */ .cv-block-title.layout--three span::before,
/* 82  */ .cv-block-title.layout--three span::after {
/* 83  */  content: "";
/* 84  */  position: absolute;
/* 85  */  left: -100px;
/* 86  */  top: 50%;
/* 87  */  width: 80px;
/* 88  */  height: 2px;
/* 89  */  background: #333;
/* 90  */  margin-top: -1px;
/* 91  */ }
/* 92  */
/* 93  */ .cv-block-title.layout--three span::after {
/* 94  */  right: -100px;
/* 95  */  left: auto;
/* 96  */ }
/* 97  */
/* 98  */ .cv-block-title.layout--three.align--left span::before{
/* 99  */  display: none;
/* 100 */ }

/* build.css */

/* 101 */
/* 102 */ .cv-block-title.layout--three.align--right span::after{
/* 103 */  display: none;
/* 104 */ }
/* 105 */
/* 106 */
/* 107 */ /* Block Basic CSS */
/* 108 */
/* 109 */ .cv-block .cv-post-wrapper {
/* 110 */  display: flex;
/* 111 */  flex-wrap: wrap;
/* 112 */  margin: 0 0 -3% -3%;
/* 113 */  height: auto;
/* 114 */  align-items: start;
/* 115 */ }
/* 116 */
/* 117 */ .cv-block .cv-post-wrapper article {
/* 118 */  margin: 0 0 3% 3%;
/* 119 */ }
/* 120 */
/* 121 */ .cv-block .cv-post-wrapper.cv-post-no--imagemargin article,
/* 122 */ .cv-block .cv-post-wrapper.cv-post-no--imagemargin {
/* 123 */  margin-left: 0;
/* 124 */ }
/* 125 */
/* 126 */ .cv-block .column--one article {
/* 127 */  width: 97%;
/* 128 */ }
/* 129 */
/* 130 */ .cv-block .column--two article {
/* 131 */  width: 47%;
/* 132 */ }
/* 133 */
/* 134 */ .cv-block .column--three article {
/* 135 */  width: 30.33%;
/* 136 */ }
/* 137 */
/* 138 */ .cv-block .column--four article {
/* 139 */  width: 22%;
/* 140 */ }
/* 141 */
/* 142 */ .cv-block .column--five article {
/* 143 */  width: 17%;
/* 144 */ }
/* 145 */
/* 146 */ .cv-block .cv-post-no--imagemargin.column--one article {
/* 147 */  width: 100%;
/* 148 */ }
/* 149 */
/* 150 */ .cv-block .cv-post-no--imagemargin.column--two article {

/* build.css */

/* 151 */  width: 50%;
/* 152 */ }
/* 153 */
/* 154 */ .cv-block .cv-post-no--imagemargin.column--three article {
/* 155 */  width: 33.33%;
/* 156 */ }
/* 157 */
/* 158 */ .cv-block .cv-post-no--imagemargin.column--four article {
/* 159 */  width: 25%;
/* 160 */ }
/* 161 */
/* 162 */ .cv-block .cv-post-no--imagemargin.column--five article {
/* 163 */  width: 20%;
/* 164 */ }
/* 165 */
/* 166 */ .cv-post-thumb{
/* 167 */  position: relative;
/* 168 */ }
/* 169 */
/* 170 */ .cv-post-title {
/* 171 */  margin: 15px 0 0px;
/* 172 */ }
/* 173 */
/* 174 */ .cv-post-title a {
/* 175 */  font-size: 26px;
/* 176 */  line-height: 1.5;
/* 177 */  text-decoration: none;
/* 178 */  font-family: 'Yanone Kaffeesatz', sans-serif;
/* 179 */  color: #212121;
/* 180 */  margin: 0;
/* 181 */  padding: 0;
/* 182 */  display: block;
/* 183 */ }
/* 184 */
/* 185 */ .cv-post-meta .cv-post-meta-item {
/* 186 */  margin-right: 10px;
/* 187 */  font-size: 14px;
/* 188 */  display: inline-block;
/* 189 */  text-transform: ;
/* 190 */ }
/* 191 */
/* 192 */ .cv-post-meta .cv-post-meta-item:first-child {
/* 193 */  margin-left: 0;
/* 194 */ }
/* 195 */
/* 196 */ .cv-post-tag,
/* 197 */ .cv-post-cat {
/* 198 */  margin-right: 12px;
/* 199 */ }
/* 200 */

/* build.css */

/* 201 */ .cv-post-tags-wrap.cv-post-meta-item span:last-child {
/* 202 */  display: none;
/* 203 */ }
/* 204 */
/* 205 */ .cv-post-tags-wrap.cv-post-meta-item span {
/* 206 */  display: inline-block;
/* 207 */  margin: 0 4px;
/* 208 */ }
/* 209 */
/* 210 */ .cv-post-cat:last-child {
/* 211 */  margin: 0;
/* 212 */ }
/* 213 */
/* 214 */ .cv-post-meta {
/* 215 */  margin-bottom: 12px;
/* 216 */ }
/* 217 */
/* 218 */ .cv-post-meta .cv-post-meta-item a {
/* 219 */  color: #333;
/* 220 */ }
/* 221 */
/* 222 */ .cv-comment-txt {
/* 223 */  margin-left: 5px;
/* 224 */ }
/* 225 */
/* 226 */ .cv-post-content {
/* 227 */  font-family: 'Roboto', sans-serif;
/* 228 */  font-size: 15px;
/* 229 */  margin: 10px 0;
/* 230 */  line-height: 1.8;
/* 231 */ }
/* 232 */
/* 233 */ .cv-read-more a {
/* 234 */  color: #333;
/* 235 */  display: inline-block;
/* 236 */ }
/* 237 */
/* 238 */ .cv-read-more a i {
/* 239 */  margin-left: 8px;
/* 240 */  display: inline-block;
/* 241 */  -webkit-transition: 0.3s ease;
/* 242 */  -o-transition: 0.3s ease;
/* 243 */  transition: 0.3s ease;
/* 244 */ }
/* 245 */
/* 246 */ .cv-read-more:hover i {
/* 247 */  margin-left: 12px;
/* 248 */ }
/* 249 */
/* 250 */ /* Post Format & Post Meta CSS */

/* build.css */

/* 251 */ .cv-post.cv-icon .cv-post-thumb::after{
/* 252 */  content: "\f15c";
/* 253 */  font-family: "Font Awesome 5 Free";
/* 254 */  position: absolute;
/* 255 */  right: 0;
/* 256 */  top: 0;
/* 257 */  background: #535353;
/* 258 */  color: #fff;
/* 259 */  font-size: 18px;
/* 260 */  padding: 0 10px;
/* 261 */ }
/* 262 */
/* 263 */ .cv-post.post-format--quote.cv-icon .cv-post-thumb::after{
/* 264 */  content: "\f10e";
/* 265 */  font-family: FontAwesome;
/* 266 */ }
/* 267 */
/* 268 */ .cv-post.post-format--gallery.cv-icon .cv-post-thumb::after{
/* 269 */  content: "\f302";
/* 270 */ }
/* 271 */
/* 272 */ .cv-post.post-format--audio.cv-icon .cv-post-thumb::after{
/* 273 */  content: "\f1c7";
/* 274 */ }
/* 275 */
/* 276 */ .cv-post.post-format--video.cv-icon .cv-post-thumb::after{
/* 277 */  content: "\f1c8";
/* 278 */ }
/* 279 */
/* 280 */ .cv-post.post-format--image.cv-icon .cv-post-thumb::after{
/* 281 */  content: "\f03e";
/* 282 */ }
/* 283 */
/* 284 */ .cv-post-meta > span::before {
/* 285 */  content: "\f017";
/* 286 */  font-family: "Font Awesome 5 Free";
/* 287 */  margin-right: 5px;
/* 288 */  -webkit-transition: 0.3s ease;
/* 289 */  -o-transition: 0.3s ease;
/* 290 */  transition: 0.3s ease;
/* 291 */ }
/* 292 */
/* 293 */ .cv-post-meta > span.cv-post-author-name::before{
/* 294 */  content: "\f007";
/* 295 */ }
/* 296 */
/* 297 */ .cv-post-meta > span.cv-post-tags-wrap::before{
/* 298 */  content: "\f02e";
/* 299 */ }
/* 300 */

/* build.css */

/* 301 */ .cv-post-meta > span.cv-post-comments-wrap::before{
/* 302 */  content: "\f075";
/* 303 */ }
/* 304 */
/* 305 */ .cv-post-meta.cv-meta-icon-hide span::before{
/* 306 */  display: none;
/* 307 */ }
/* 308 */
/* 309 */ /* Grid layout two */
/* 310 */
/* 311 */ .cv-block-grid--layout-two article {
/* 312 */  text-align: center;
/* 313 */ }
/* 314 */
/* 315 */ .cv-block.cv-block-grid--layout-two .cv-post-wrapper article {
/* 316 */  background: #fafafa;
/* 317 */  padding: 0 20px 30px 20px;
/* 318 */ }
/* 319 */
/* 320 */ .cv-block-grid--layout-two .cv-post-thumb{
/* 321 */  position: relative;
/* 322 */  margin: 0 -20px;
/* 323 */ }
/* 324 */
/* 325 */ .cv-block-grid--layout-two .cv-post-cats-wrap,
/* 326 */ .cv-block-list--layout-three .cv-post-cats-wrap{
/* 327 */  position: absolute;
/* 328 */  bottom: 0;
/* 329 */  left: 0;
/* 330 */  padding: 15px;
/* 331 */ }
/* 332 */
/* 333 */ .cv-block-grid--layout-two .cv-post-cat,
/* 334 */ .cv-block-list--layout-three .cv-post-cat{
/* 335 */  display: inline-block;
/* 336 */  margin-right: 3px;
/* 337 */ }
/* 338 */
/* 339 */ .cv-block-grid--layout-two .cv-post-cat a,
/* 340 */ .cv-block-list--layout-three .cv-post-cat a{
/* 341 */  background: #333;
/* 342 */  color: #fff !important;
/* 343 */  display: block;
/* 344 */  padding: 0px 10px;
/* 345 */  font-size: 12px;
/* 346 */ }
/* 347 */
/* 348 */ .cv-block-grid--layout-two .cv-post-cat a:hover,
/* 349 */ .cv-block-list--layout-three .cv-post-cat a:hover {
/* 350 */  background: #565656;

/* build.css */

/* 351 */ }
/* 352 */
/* 353 */ .cv-block-grid--layout-two .cv-post-meta {
/* 354 */  margin: 20px 0 0;
/* 355 */ }
/* 356 */
/* 357 */ .cv-block-grid--layout-two .cv-post-title {
/* 358 */  margin: 10px 0 20px;
/* 359 */  position: relative;
/* 360 */ }
/* 361 */
/* 362 */ .cv-block-grid--layout-two .cv-post-title::after {
/* 363 */  content: "";
/* 364 */  width: 40px;
/* 365 */  height: 2px;
/* 366 */  background: #333;
/* 367 */  position: absolute;
/* 368 */  bottom: 0;
/* 369 */  left: 50%;
/* 370 */  margin-left: -20px;
/* 371 */ }
/* 372 */
/* 373 */ .cv-block-grid--layout-two .cv-read-more a {
/* 374 */  border: 1px solid #9D9D9D;
/* 375 */  display: inline-block;
/* 376 */  padding: 3px 20px;
/* 377 */  margin-top: 15px;
/* 378 */ }
/* 379 */
/* 380 */ /* Grid layout three */
/* 381 */
/* 382 */ .cv-block-grid--layout-three .cv-post-thumb {
/* 383 */  position: relative;
/* 384 */  margin-top: 20px;
/* 385 */ }
/* 386 */
/* 387 */ .cv-block-grid--layout-three .cv-post-date {
/* 388 */  position: absolute;
/* 389 */  top: -20px;
/* 390 */  right: 20px;
/* 391 */ }
/* 392 */
/* 393 */ .cv-block-grid--layout-three .cv-post-date a {
/* 394 */  color: #fff !important;
/* 395 */  background: #333;
/* 396 */  display: block;
/* 397 */  width: 70px;
/* 398 */  font-size: 18px;
/* 399 */  text-align: center;
/* 400 */  line-height: 1.2;

/* build.css */

/* 401 */  font-weight: 700;
/* 402 */  padding: 15px 10px;
/* 403 */ }
/* 404 */
/* 405 */ .cv-block-grid--layout-three .cv-post-cat-tag-wrap {
/* 406 */  margin-top: 20px;
/* 407 */ }
/* 408 */
/* 409 */ .cv-block-grid--layout-three .cv-post-cats-wrap {
/* 410 */  float: left;
/* 411 */ }
/* 412 */
/* 413 */ .cv-block-grid--layout-three .cv-post-tags-wrap {
/* 414 */  float: right;
/* 415 */ }
/* 416 */
/* 417 */ .cv-block-grid--layout-three .cv-post-title {
/* 418 */  margin-top: 0;
/* 419 */ }
/* 420 */
/* 421 */ .cv-block-grid--layout-three .cv-author-thumb,
/* 422 */ .cv-block-list--layout-three .cv-author-thumb{
/* 423 */  width: 50px;
/* 424 */  display: inline-block;
/* 425 */  height: 50px;
/* 426 */  border-radius: 100%;
/* 427 */  overflow: hidden;
/* 428 */  border: 1px solid #e1e1e1;
/* 429 */  vertical-align: middle;
/* 430 */  margin-right: 7px;
/* 431 */ }
/* 432 */
/* 433 */ .cv-block-grid--layout-three .cv-post-meta .cv-post-comments-wrap.cv-post-meta-item,
/* 434 */ .cv-block-list--layout-three .cv-post-meta .cv-post-comments-wrap.cv-post-meta-item {
/* 435 */  float: right;
/* 436 */  margin: 10px 0;
/* 437 */ }
/* 438 */
/* 439 */ .cv-block-grid--layout-three  .cv-post-meta {
/* 440 */  margin: 20px 0;
/* 441 */ }
/* 442 */
/* 443 */ .cv-block-grid--layout-three .cv-post-tags-wrap a {
/* 444 */  color: #333;
/* 445 */  font-size: 14px;
/* 446 */ }
/* 447 */
/* 448 */ .cv-block-grid--layout-three .cv-post.cv-icon .cv-post-thumb::after{
/* 449 */  right: auto;
/* 450 */  left: 0;

/* build.css */

/* 451 */ }
/* 452 */
/* 453 */ .cv-block-grid--layout-three .cv-post-meta > span.cv-author-meta::before {
/* 454 */  display: none;
/* 455 */ }
/* 456 */
/* 457 */ .cv-block-grid--layout-three .cv-post-cats-wrap a {
/* 458 */  color: #636363;
/* 459 */ }
/* 460 */
/* 461 */
/* 462 */ /**
/* 463 *| * Styling for gutenberg list post layout blocks
/* 464 *| */
/* 465 */
/* 466 */ .cv-post-left-wrap {
/* 467 */  display: inline-block;
/* 468 */  vertical-align: middle;
/* 469 */  width: 40%;
/* 470 */ }
/* 471 */
/* 472 */ .cv-post-right-wrap {
/* 473 */  display: inline-block;
/* 474 */  width: 55%;
/* 475 */  margin-left: 3%;
/* 476 */  margin-right: -4px;
/* 477 */  vertical-align: middle;
/* 478 */ }
/* 479 */
/* 480 */ .cv-block-list--layout-two .cv-post-right-wrap {
/* 481 */  width: 60%;
/* 482 */  margin-left: -100px;
/* 483 */  background: #fff;
/* 484 */  padding: 30px;
/* 485 */  box-shadow: 0 0 10px rgba(0,0,0,0.1);
/* 486 */  position: relative;
/* 487 */  z-index: 99;
/* 488 */ }
/* 489 */
/* 490 */ .cv-block-list--layout-two .cv-post-cat a {
/* 491 */  border: 1px solid;
/* 492 */  padding: 0px 10px;
/* 493 */  display: inline-block;
/* 494 */  font-size: 13px;
/* 495 */ }
/* 496 */
/* 497 */ /* Grid layout three  */
/* 498 */
/* 499 */ .cv-block-list--layout-three article {
/* 500 */  background: #f9f9f9;

/* build.css */

/* 501 */ }
/* 502 */
/* 503 */ .cv-block-list--layout-three .cv-post-thumb{
/* 504 */  position: relative;
/* 505 */ }
/* 506 */
/* 507 */ .cv-block-list--layout-three .cv-post-meta {
/* 508 */  margin-top: 20px;
/* 509 */  padding-top: 20px;
/* 510 */  border-top: 1px solid #e1e1e1;
/* 511 */  margin-bottom: 0;
/* 512 */ }
/* 513 */
/* 514 */ .cv-block-list--layout-three .cv-post-date {
/* 515 */  position: absolute;
/* 516 */  top: 20px;
/* 517 */  left: 20px;
/* 518 */ }
/* 519 */
/* 520 */ .cv-block-list--layout-three .cv-post-right-wrap {
/* 521 */  width: 54%;
/* 522 */ }
/* 523 */
/* 524 */ .cv-block-list--layout-three .cv-author-meta:before{
/* 525 */  display: none;
/* 526 */ }
/* 527 */
/* 528 */ /* Responsive CSS  */
/* 529 */ @media (max-width:768px) {
/* 530 */ .cv-block article {
/* 531 */  width: 47% !important;
/* 532 */ }
/* 533 */
/* 534 */ .cv-block .column--one article {
/* 535 */  width: 497% !important;
/* 536 */ }
/* 537 */ .cv-block .cv-post-wrapper article {
/* 538 */  margin-bottom: 8%;
/* 539 */ }
/* 540 */ .cv-post-right-wrap,
/* 541 */ .cv-post-left-wrap {
/* 542 */  width: 100%;
/* 543 */  margin-left: 0;
/* 544 */  display: block;
/* 545 */ }
/* 546 */
/* 547 */ .cv-block-list--layout-two .cv-post-right-wrap,
/* 548 */ .cv-block-list--layout-three .cv-post-right-wrap {
/* 549 */  width: 100%;
/* 550 */  margin-left: 0;

/* build.css */

/* 551 */ }
/* 552 */
/* 553 */ .cv-block-list--layout-three .cv-post-right-wrap {
/* 554 */  padding: 10px 30px 30px;
/* 555 */ }
/* 556 */ .cv-block-list--layout-five .cv-post-title-meta-wrap {
/* 557 */  position: static;
/* 558 */  width: 100%;
/* 559 */ }
/* 560 */ }
/* 561 */
/* 562 */ @media (max-width:600px) {
/* 563 */ .cv-block article {
/* 564 */  width: 97% !important;
/* 565 */ }
/* 566 */ .cv-block .cv-post-wrapper article {
/* 567 */  margin-bottom: 8%;
/* 568 */ }
/* 569 */
/* 570 */ }
/* Minify_CSS_UriRewriter::$debugText

*/

/* wpbaw-public.css */

/* 1  */ .blog-clearfix:before, .blog-clearfix:after{content: "";display: table;}
/* 2  */ .blog-clearfix::after, .blog-clearfix{clear: both;}
/* 3  */ .blogfree-plugin{margin:15px -15px;}
/* 4  */ .blog-col-1, .blog-col-0 { width: 100%; float: left; padding-left: 15px;  padding-right: 15px;}
/* 5  */ .blog-col-3, .blog-col-4, .blog-col-2, .blog-col-1, .blog-col-0 {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
/* 6  */ .blog-col-3, .blog-col-4, .blog-col-2{margin-bottom:35px;}
/* 7  */ .blog-col-1 .blog-inner-wrap-view, .blog-col-0 .blog-inner-wrap-view { border-bottom: 1px solid #d1d1d1; padding-bottom: 20px; margin-bottom: 20px;}
/* 8  */ .blog .blog-title{margin-top:5px !important; margin-bottom:10px !important;}
/* 9  */ .blog .blog-title a{font-size:22px; line-height:26px; color: #555; text-decoration:none;}
/* 10 */ .blog-cat{margin-bottom:10px ;}
/* 11 */ .blog-content{float:left; width:100%; clear:both;}
/* 12 */ .date-post{width: 11%;float: left;text-align: center;}
/* 13 */ .date-post span{display: block;color: #222;font-size: 30px;margin: 0px 0px 2px;padding-bottom: 2px;border-bottom: 1px dotted #C0C0C0;}
/* 14 */ .date-post h2{margin-bottom:5px !important; padding-bottom:0 !important; margin-top:0px !important; text-align:center;}
/* 15 */ .date-post p{margin: 0px;text-transform: uppercase;color: #333; text-align:center !important}
/* 16 */ .post-content-text{width:87%; margin-left:2%; float:left;}
/* 17 */ .blog-thumb{float:left; width:100%; }
/* 18 */ .grid-category-post{margin-bottom:10px;}
/* 19 */ .blog-author, .blog-author a{font-size: 13px;margin-bottom: 5px;}
/* 20 */ .grid-category-post a{ color: #555; text-decoration:none;}
/* 21 */
/* 22 */ .blog-author a, .blog-cat a { text-decoration: none; color: #000; }
/* 23 */ .blog-author a:hover, .blog-cat a:hover { text-decoration: none; color: #3F3F3F; }
/* 24 */
/* 25 */ /* Pagination CSS Start */
/* 26 */ .blog_pagination {width:100%; text-align:center; color:#666; clear:both;}
/* 27 */ .blog_pagination a {color: #fff !important; background: #666; padding: 7px 10px; margin:0 1px 6px 2px; display: inline-block; text-align: center; line-height: normal; box-shadow: none; text-shadow: none; font-size: 14px; border: 1px solid #666; text-decoration: none !important; -webkit-transition: all .3s ease; transition: all .3s ease; outline:0;}
/* 28 */ .blog_pagination .page-numbers.current {color: #666; background: transparent; padding: 7px 10px; margin:0 1px 6px 2px; display: inline-block; text-align: center; line-height: normal; box-shadow: none; text-shadow: none; font-size: 14px; text-transform: uppercase; border: 1px solid #666; text-decoration: none !important;}
/* 29 */ .blog_pagination a:hover, .blog_pagination a:focus, .blog_pagination a:visited:hover {color: #666 !important; background: #fff; outline:0;}
/* 30 */ .blog_pagination a.prev, .blog_pagination a.next {min-width:90px;}
/* 31 */ .wpbaw-next-prev .next{float:right;}
/* 32 */ .wpbaw-next-prev .prev{float:left;}
/* 33 */ .blog_pagination .wpbaw-pagi-btn a {min-width:90px;}
/* 34 */
/* 35 */ .blog-col-4{width:25%; float:left; clear:none !important; padding:0 15px;}
/* 36 */ .blog-col-3{width:33%; float:left; clear:none !important; padding:0 15px;}
/* 37 */ .blog-col-2{width:50%; float:left; clear:none !important; padding:0 15px;}
/* 38 */ .blog-col-1{width:100%; float:left;}
/* 39 */
/* 40 */ .blog-author{ clear:both;}
/* 41 */ .blog-author span, .grid-1-author{font-style:italic;}
/* 42 */
/* 43 */ .grid-blog-thumb{float: left; height: 200px;line-height: 0;  overflow: hidden;  position: relative;  width: 100%;background: #f1f1f1;  }
/* 44 */ .grid-blog-thumb img{height: 100% !important;width: 100% !important;object-fit: cover;object-position: top center; }
/* 45 */
/* 46 */ .blog-col-1 .grid-blog-thumb{height:400px;}
/* 47 */ .blog-col-2 .grid-blog-thumb{height: 250px;}
/* 48 */
/* 49 */ .blog-col-1 .blog-thumb, .blog-col-3 .blog-thumb, .blog-col-2 .blog-thumb, .blog-col-4 .blog-thumb{margin-bottom:15px;}
/* 50 */ .blog-col-3 .post-content-text, .blog-col-2 .post-content-text, .blog-col-4 .post-content-text{width:100%; margin:0px;}

/* wpbaw-public.css */

/* 51 */ p.blog-short-content{margin-bottom:10px !important}
/* 52 */ .blog-col-0{width:100%; float:left;}
/* 53 */ .blog-col-0 .blog-thumb{float:left; width:33%; margin-bottom:0px}
/* 54 */ .blog-col-0 .blog-content{float:left;  margin-left:2% ; width:65%; clear:none; }.no-thumb.blog-col-0 .blog-content{ margin-left:0 ; width:100%; }
/* 55 */ .blog-col-0 .blog-content .post-content-text{margin-left:0px;}
/* 56 */
/* 57 */ .blog.wpbaw-first{clear: both !important;}
/* 58 */ .blog-col-1.has-no-date .post-content-text{margin-left:0px; width:100%;}
/* 59 */ .grid-1-date{display:none;}
/* 60 */ .widget-date-cat, .widget-date-cat a{font-size:13px;}
/* 61 */
/* 62 */ a.blog-more-link{background: #555; color:#fff; clear: both;  display: inline-block; padding: 5px 15px;font-size:14px;    text-decoration: none !important}
/* 63 */ a.blog-more-link:hover, a.blog-more-link:focus, a.blog-more-link:active{background: #000; color:#fff; }
/* 64 */
/* 65 */ /***** blog widget css *****/
/* 66 */ .recent-blog-items ul{padding:0; margin:0; list-style:none;}
/* 67 */ .recent-blog-items ul li.blog_li{padding:10px 0; border-bottom:1px solid #ddd; clear:both;}
/* 68 */ .blog_thumb_left{display:table-cell; vertical-align:top; width:100px;  }
/* 69 */ .blog_thumb_left a{display:block; margin-right:10px;}
/* 70 */ .blog_thumb_left img{height: 100% !important;width: 100% !important;object-fit: cover;object-position: top center; }
/* 71 */ .blog_thumb_right{display:table-cell; vertical-align:top; }
/* 72 */ .blog_li a.blogpost-title, .widget .blog_li a.blogpost-title, #secondary .widget .blog_li a.blogpost-title {  color: #555;}
/* 73 */ .blog_li a.li-link-custom, .widget .blog_li a.li-link-custom, #secondary .widget .blog_li a.li-link-custom {color: #555;}
/* 74 */
/* 75 */ @media all and (max-width: 768px) {
/* 76 */ 	.blog-col-3.wpbaw-first{clear:none !important}
/* 77 */ 	.blog-col-3, .blog-col-4{width:50%;}
/* 78 */ }
/* 79 */
/* 80 */ @media all and (max-width: 640px) {
/* 81 */ 	.blog-col-2, .blog-col-3, .blog-col-4{width:100%;}
/* 82 */ 	.blog-col-list .blog-thumb{margin-bottom:15px;}
/* 83 */ }
/* 84 */
/* 85 */ @media all and (max-width: 500px) {
/* 86 */ 	.grid-1-date{display:block;}
/* 87 */ 	.blog-col-0 .blog-thumb{float:left; width:100%;}
/* 88 */ 	.blog-col-0 .blog-content{float:left;  margin-left:0% ; width:100%; clear:both; }
/* 89 */ 	.blog-col-1 .date-post{display:none;}
/* 90 */ 	.blog-col-1 .grid-blog-thumb{height:250px}
/* 91 */ }
