
/* style.css */

/* 1    */ /*  -----------------------------------------------
/* 2    *| Theme Name: Mother Mag
/* 3    *| Author: Brandi Bernoskie
/* 4    *| URL: coding.brandibernoskie.com
/* 5    *| Description: A custom Wordpress theme designed by Jane Reaction and developed by Brandi Bernoskie.
/* 6    *| ----------------------------------------------- */
/* 7    */ 
/* 8    */ html {
/* 9    */ height:100%;
/* 10   */ }
/* 11   */ 
/* 12   */ body {
/* 13   */ background: #ffffff;
/* 14   */ color:#000;
/* 15   */ margin:0;
/* 16   */ padding:0;
/* 17   */ width:100%;
/* 18   */ font: normal 300 12px 'Gotham A', 'Gotham B', Roboto, Helvetica, Arial, sans-serif;
/* 19   */ text-align: center;
/* 20   */ overflow-x:hidden;
/* 21   */ }
/* 22   */ a:link {
/* 23   */   color: #000000;
/* 24   */   text-decoration:none;
/* 25   */ }
/* 26   */ a:visited {
/* 27   */ color: #000000;
/* 28   */ }
/* 29   */ .rsidebar a:link {
/* 30   */   color: #000000;
/* 31   */   text-decoration:none;
/* 32   */ }
/* 33   */ .rsidebar a:visited {
/* 34   */   color: #000000;
/* 35   */   text-decoration:none;
/* 36   */ }
/* 37   */ a:hover {
/* 38   */ color:#ccc;
/* 39   */ }
/* 40   */ a img {
/* 41   */ border-width:0;
/* 42   */ }
/* 43   */ 
/* 44   */ /*-------------------- Header --------------------*/
/* 45   */ #header-wrapper {
/* 46   */ width: 100%;
/* 47   */ text-align: center;
/* 48   */ background:#000;
/* 49   */ margin:0;
/* 50   */ padding:0;

/* style.css */

/* 51   */ min-width:1105px;
/* 52   */ }
/* 53   */ 
/* 54   */ #header h1 {
/* 55   */ margin:0 auto;
/* 56   */ padding:0;
/* 57   */ text-align:center;
/* 58   */ display:block;
/* 59   */ }
/* 60   */ 
/* 61   */ #header h1 a {
/* 62   */ color: #fff;
/* 63   */ font: normal bold 130px Didot, Times, serif;
/* 64   */ text-decoration:none;
/* 65   */ text-transform: uppercase;
/* 66   */ margin:0 auto;
/* 67   */ display:block;
/* 68   */ padding: 27px 0 10px;
/* 69   */ letter-spacing: 25px;
/* 70   */ }
/* 71   */ #header a:hover {
/* 72   */ color:#fff;
/* 73   */ }
/* 74   */ 
/* 75   */ /*-------------------- Navigation Bar --------------------*/
/* 76   */ 
/* 77   */ #linkbar-wrapper {
/* 78   */ margin: 0px;
/* 79   */ padding: 0 0 9px;
/* 80   */ width: 100%;
/* 81   */ text-align: center;
/* 82   */ background:#000;
/* 83   */ position:relative;
/* 84   */ z-index:11;
/* 85   */ min-width:1105px;
/* 86   */ }
/* 87   */ 
/* 88   */ #linkbar ul {
/* 89   */ margin: 0px;
/* 90   */ padding: 0px;
/* 91   */ list-style-type:none;
/* 92   */ background:#000000;
/* 93   */ }
/* 94   */ 
/* 95   */ #linkbar li {
/* 96   */ display: inline;
/* 97   */ margin: 0px;
/* 98   */ padding: 0px 10px 9px;
/* 99   */ font: normal 400 13px 'Gotham A', 'Gotham B', Roboto, Helvetica, FreeSans, sans-serif;
/* 100  */ color: #fff;

/* style.css */

/* 101  */ position:relative;
/* 102  */ }
/* 103  */ 
/* 104  */ #linkbar ul li ul {
/* 105  */ display:none;
/* 106  */ list-style-type:none;
/* 107  */ position:absolute;
/* 108  */ top:100%;
/* 109  */ left:0;
/* 110  */ z-index:40;
/* 111  */ opacity:1;
/* 112  */ text-align:center;
/* 113  */ padding-top:0px;
/* 114  */ padding-bottom:5px;
/* 115  */ }
/* 116  */ 
/* 117  */ #linkbar ul li#menu-item-10 ul {
/* 118  */ margin-left: -34px;
/* 119  */ }
/* 120  */ 
/* 121  */ #linkbar ul li:hover ul {
/* 122  */ display:block;
/* 123  */ }
/* 124  */ 
/* 125  */ #linkbar ul li ul li {
/* 126  */ padding:0px 0px 5px;
/* 127  */ display:block;
/* 128  */ white-space:nowrap;
/* 129  */ text-align:center;
/* 130  */ background:#000;
/* 131  */ }
/* 132  */ 
/* 133  */ #linkbar ul li ul li a {
/* 134  */ position: relative;
/* 135  */ display:block;
/* 136  */ text-align: center;
/* 137  */ padding: 6px 9px;
/* 138  */ }
/* 139  */ 
/* 140  */ #linkbar li.current-menu-item, #linkbar li:hover, #linkbar li.current-post-ancestor {
/* 141  */ background:url(/wp-content/themes/mother/images/currenthover.png) bottom center no-repeat;
/* 142  */ }
/* 143  */ 
/* 144  */ #linkbar ul li ul li.current-menu-item, #linkbar ul li ul li:hover, #linkbar li:hover#menu-item-8, #linkbar li:hover#menu-item-10 {
/* 145  */ background:#000;
/* 146  */ }
/* 147  */ 
/* 148  */ #linkbar h2 {
/* 149  */ display: none;
/* 150  */ visibility: hidden;

/* style.css */

/* 151  */ }
/* 152  */ 
/* 153  */ #linkbar a {
/* 154  */ clear: both;
/* 155  */ margin: 0px;
/* 156  */ padding: 6px 0px 14px;
/* 157  */ text-decoration:none;
/* 158  */ font: normal 400 12px 'Gotham A', 'Gotham B', Roboto, Helvetica, FreeSans, sans-serif;
/* 159  */ color: #fff;
/* 160  */ text-transform: uppercase;
/* 161  */ letter-spacing: 3px;
/* 162  */ }
/* 163  */ 
/* 164  */ #linkbar a:hover {
/* 165  */ color: #ef4922;
/* 166  */ }
/* 167  */ 
/* 168  */ #linkbar-wrapper-home {
/* 169  */ margin: -1px 0 0 0;
/* 170  */ padding: 0 0 9px;
/* 171  */ width: 100%;
/* 172  */ text-align: center;
/* 173  */ background:url(/wp-content/themes/mother/images/linkbarback.png) 50% 7px repeat;
/* 174  */ background-size:auto 7px;
/* 175  */ position:relative;
/* 176  */ z-index:11;
/* 177  */ min-width:1105px;
/* 178  */ }
/* 179  */ 
/* 180  */ #linkbar-home ul {
/* 181  */ margin: 0px;
/* 182  */ padding: 0px;
/* 183  */ list-style-type:none;
/* 184  */ background:#000000;
/* 185  */ }
/* 186  */ 
/* 187  */ #linkbar-home li {
/* 188  */ display: inline;
/* 189  */ margin: 0px;
/* 190  */ padding: 0px 10px 2px;
/* 191  */ font: normal 400 13px 'Gotham A', 'Gotham B', Roboto, Helvetica, FreeSans, sans-serif;
/* 192  */ color: #fff;
/* 193  */ position:relative;
/* 194  */ border-bottom:7px solid #000;
/* 195  */ background:#000;
/* 196  */ }
/* 197  */ 
/* 198  */ #linkbar-home ul li ul {
/* 199  */ display:none;
/* 200  */ list-style-type:none;

/* style.css */

/* 201  */ position:absolute;
/* 202  */ top:100%;
/* 203  */ left:0;
/* 204  */ z-index:40;
/* 205  */ opacity:1;
/* 206  */ text-align:left;
/* 207  */ padding-top:0px;
/* 208  */ padding-bottom:5px;
/* 209  */ }
/* 210  */ 
/* 211  */ #linkbar-home ul li#menu-item-10 ul {
/* 212  */ margin-left: -34px;
/* 213  */ }
/* 214  */ 
/* 215  */ #linkbar-home ul li:hover ul {
/* 216  */ display:block;
/* 217  */ }
/* 218  */ 
/* 219  */ #linkbar-home ul li ul li {
/* 220  */ padding:0px 0px 5px !important;
/* 221  */ display:block;
/* 222  */ white-space:nowrap;
/* 223  */ text-align:center;
/* 224  */ background:#000;
/* 225  */ border-bottom:0;
/* 226  */ }
/* 227  */ 
/* 228  */ #linkbar-home ul li ul li a {
/* 229  */ position: relative;
/* 230  */ display:block;
/* 231  */ text-align: center;
/* 232  */ padding: 6px 9px;
/* 233  */ }
/* 234  */ 
/* 235  */ 
/* 236  */ #linkbar-home li:hover {
/* 237  */ background:url(/wp-content/themes/mother/images/current.png) bottom center no-repeat;
/* 238  */ border-bottom:0px;
/* 239  */ padding-bottom:9px;
/* 240  */ }
/* 241  */ 
/* 242  */ #linkbar-home ul li ul li:hover, #linkbar-home li:hover#menu-item-8, #linkbar-home li:hover#menu-item-10 {
/* 243  */ background:#000;
/* 244  */ }
/* 245  */ 
/* 246  */ #linkbar-home h2 {
/* 247  */ display: none;
/* 248  */ visibility: hidden;
/* 249  */ }
/* 250  */ 

/* style.css */

/* 251  */ #linkbar-home a {
/* 252  */ clear: both;
/* 253  */ margin: 0px;
/* 254  */ padding: 6px 0px 14px;
/* 255  */ text-decoration:none;
/* 256  */ font: normal 400 12px 'Gotham A', 'Gotham B', Roboto, Helvetica, FreeSans, sans-serif;
/* 257  */ color: #fff;
/* 258  */ text-transform: uppercase;
/* 259  */ letter-spacing: 3px;
/* 260  */ }
/* 261  */ 
/* 262  */ #linkbar-home a:hover {
/* 263  */ color: #ef4922;
/* 264  */ }
/* 265  */ 
/* 266  */ #topbar {
/* 267  */ background:#fff;
/* 268  */ width:100%;
/* 269  */ max-width:1105px;
/* 270  */ min-width:1105px;
/* 271  */ margin:0 auto;
/* 272  */ height:27px;
/* 273  */ }
/* 274  */ 
/* 275  */ #linkbar2 {
/* 276  */ display:block;
/* 277  */ float:right;
/* 278  */ margin:0;
/* 279  */ padding:5px 0 0;
/* 280  */ }
/* 281  */ 
/* 282  */ #linkbar2 ul {
/* 283  */ margin: 0px;
/* 284  */ padding: 0px;
/* 285  */ list-style-type:none;
/* 286  */ }
/* 287  */ 
/* 288  */ #linkbar2 li {
/* 289  */ display: inline;
/* 290  */ margin: 0px;
/* 291  */ padding: 0px;
/* 292  */ }
/* 293  */ 
/* 294  */ #linkbar2 h2 {
/* 295  */ display: none;
/* 296  */ visibility: hidden;
/* 297  */ }
/* 298  */ 
/* 299  */ #linkbar2 li a {
/* 300  */ text-align:right;

/* style.css */

/* 301  */ text-indent:9999em;
/* 302  */ height:14px;
/* 303  */ width:14px;
/* 304  */ margin:0 4px;
/* 305  */ overflow:hidden;
/* 306  */ display:inline-block;
/* 307  */ }
/* 308  */ 
/* 309  */ #linkbar2 li.facebook a {
/* 310  */ background:url(/wp-content/themes/mother/images/facebook.png) no-repeat;
/* 311  */ background-size:7px 14px;
/* 312  */ width:7px;
/* 313  */ }
/* 314  */ 
/* 315  */ #linkbar2 li.twitter a {
/* 316  */ background:url(/wp-content/themes/mother/images/twitter.png) no-repeat;
/* 317  */ background-size:15px 14px;
/* 318  */ width:15px;
/* 319  */ }
/* 320  */ 
/* 321  */ #linkbar2 li.googleplus a {
/* 322  */ background:url(/wp-content/themes/mother/images/googleplus.png) no-repeat;
/* 323  */ background-size:17px 14px;
/* 324  */ width:17px;
/* 325  */ }
/* 326  */ 
/* 327  */ #linkbar2 li.pinterest a {
/* 328  */ background:url(/wp-content/themes/mother/images/pinterest.png) no-repeat;
/* 329  */ background-size:11px 14px;
/* 330  */ width:11px;
/* 331  */ }
/* 332  */ 
/* 333  */ #linkbar2 li.instagram a {
/* 334  */ background:url(/wp-content/themes/mother/images/instagram.png) no-repeat;
/* 335  */ background-size:13px 14px;
/* 336  */ width:13px;
/* 337  */ }
/* 338  */ 
/* 339  */ #linkbar2 li.rss a {
/* 340  */ background:url(/wp-content/themes/mother/images/rss.png) no-repeat;
/* 341  */ background-size:12px 14px;
/* 342  */ width:12px;
/* 343  */ }
/* 344  */ 
/* 345  */ #linkbar2 li.bloglovin a {
/* 346  */ background:url(/wp-content/themes/mother/images/bloglovin.png) no-repeat;
/* 347  */ background-size:16px 14px;
/* 348  */ width:16px;
/* 349  */ }
/* 350  */ 

/* style.css */

/* 351  */ /*-------------------- Newsletter Signup --------------------*/
/* 352  */ 
/* 353  */ #mc_embed_signup input {
/* 354  */ border:0;
/* 355  */ background:#000;
/* 356  */ color:#fff;
/* 357  */ text-align:center;
/* 358  */ width:165px;
/* 359  */ height:17px;
/* 360  */ font: normal 300 8px 'Gotham A', 'Gotham B', Roboto, Helvetica, sans-serif;
/* 361  */ letter-spacing:1.5px;
/* 362  */ box-shadow:none;
/* 363  */ }
/* 364  */ input:focus { outline: none; }
/* 365  */ 
/* 366  */ #mc_embed_signup label {
/* 367  */ color:#000;
/* 368  */ font: normal 300 10px 'Gotham A', 'Gotham B', Roboto, Helvetica, sans-serif;
/* 369  */ letter-spacing:2px;
/* 370  */ margin-left: 20px;
/* 371  */ text-transform: uppercase;
/* 372  */ }
/* 373  */ 
/* 374  */ #topbar #mc_embed_signup {
/* 375  */ display:inline-block;
/* 376  */ float:left;
/* 377  */ padding-top:3.5px;
/* 378  */ }
/* 379  */ 
/* 380  */ #mc_embed_signup input::-webkit-input-placeholder {
/* 381  */ color:#fff;text-align:center;
/* 382  */ }
/* 383  */ #mc_embed_signup input:-moz-placeholder {
/* 384  */ color:#fff;text-align:center;
/* 385  */ }
/* 386  */ #mc_embed_signup input::-moz-placeholder { 
/* 387  */ color:#fff;text-align:center;
/* 388  */ }
/* 389  */ #mc_embed_signup input:-ms-input-placeholder { 
/* 390  */ color:#fff;text-align:center;
/* 391  */ }
/* 392  */ 
/* 393  */ #mc_embed_signup2 input {
/* 394  */ border:0;
/* 395  */ background:#fff;
/* 396  */ color:#000;
/* 397  */ text-align:center;
/* 398  */ width:165px;
/* 399  */ height:17px;
/* 400  */ font: normal 300 8px 'Gotham A', 'Gotham B', Roboto, Helvetica, sans-serif;

/* style.css */

/* 401  */ letter-spacing:1.5px;
/* 402  */ box-shadow:none;
/* 403  */ }
/* 404  */ 
/* 405  */ #mc_embed_signup2 label {
/* 406  */ color:#fff;
/* 407  */ font: normal 300 11.5px 'Gotham A', 'Gotham B', Roboto, Helvetica, sans-serif;
/* 408  */ letter-spacing:2px;
/* 409  */ margin-right: 20px;
/* 410  */ text-transform: uppercase;
/* 411  */ }
/* 412  */ 
/* 413  */ #credits #mc_embed_signup2 {
/* 414  */ display:inline-block;
/* 415  */ float:right;
/* 416  */ }
/* 417  */ 
/* 418  */ #mc_embed_signup2 input::-webkit-input-placeholder {
/* 419  */ color:#000;text-align:center;
/* 420  */ }
/* 421  */ #mc_embed_signup2 input:-moz-placeholder {
/* 422  */ color:#000;text-align:center;
/* 423  */ }
/* 424  */ #mc_embed_signup2 input::-moz-placeholder { 
/* 425  */ color:#000;text-align:center;
/* 426  */ }
/* 427  */ #mc_embed_signup2 input:-ms-input-placeholder { 
/* 428  */ color:#000;text-align:center;
/* 429  */ }
/* 430  */ 
/* 431  */ #search_form input {
/* 432  */ color:#000;
/* 433  */ text-align:left;
/* 434  */ width:103px;
/* 435  */ height:17px;
/* 436  */ font: normal 300 8px 'Gotham A', 'Gotham B', Roboto, Helvetica, sans-serif;
/* 437  */ letter-spacing:1.5px;
/* 438  */ box-shadow:none;
/* 439  */ border:1px solid #000;
/* 440  */ padding-left: 3px;
/* 441  */ padding-right: 17px;
/* 442  */ background:transparent;
/* 443  */ }
/* 444  */ 
/* 445  */ #topbar #search_form {
/* 446  */ display:inline-block;
/* 447  */ float:right;
/* 448  */ margin-left:10px;
/* 449  */ background: url(/wp-content/themes/mother/images/search.jpg) 109px 4px no-repeat;
/* 450  */ background-size: 11px;

/* style.css */

/* 451  */ background-color: #fff;
/* 452  */ }
/* 453  */ 
/* 454  */ #search_form input::-webkit-input-placeholder {
/* 455  */ color:#000;text-align:center;
/* 456  */ }
/* 457  */ #search_form input:-moz-placeholder {
/* 458  */ color:#000;text-align:center;
/* 459  */ }
/* 460  */ #search_form input::-moz-placeholder { 
/* 461  */ color:#000;text-align:center;
/* 462  */ }
/* 463  */ #search_form input:-ms-input-placeholder { 
/* 464  */ color:#000;text-align:center;
/* 465  */ }
/* 466  */ 
/* 467  */ #popup_content {
/* 468  */ padding:37px 30px 25px;
/* 469  */ width:640px !important;
/* 470  */ }
/* 471  */ 
/* 472  */ #mc_embed_signup3 {
/* 473  */ clear:both;
/* 474  */ display:block;
/* 475  */ margin: 15px 0;
/* 476  */ height: 30px;
/* 477  */ }
/* 478  */ 
/* 479  */ #mc_embed_signup3 input[type="email"] {
/* 480  */ border:1px solid #000;
/* 481  */ background:#fff;
/* 482  */ color:#ef4922;
/* 483  */ text-align:left;
/* 484  */ width:455px;
/* 485  */ font: normal 500 12px 'Gotham A', 'Gotham B', Roboto, Helvetica, sans-serif;
/* 486  */ letter-spacing:2px;
/* 487  */ padding:4px 7px;
/* 488  */ height:18px;
/* 489  */ box-shadow:none;
/* 490  */ }
/* 491  */ 
/* 492  */ #mc_embed_signup3 .mc-field-group {
/* 493  */ display:inline-block;
/* 494  */ float:left;
/* 495  */ }
/* 496  */ #mc_embed_signup3 .mc-field-button {
/* 497  */ display:inline-block;
/* 498  */ float:right;
/* 499  */ }
/* 500  */ 

/* style.css */

/* 501  */ #mc_embed_signup3 .button {
/* 502  */ border:0;
/* 503  */ width:160px;
/* 504  */ color:#fff;
/* 505  */ background:#000;
/* 506  */ text-align:center;
/* 507  */ text-transform:uppercase;
/* 508  */ font:normal 300 10px 'Gotham A', 'Gotham B', Roboto, Helvetica, sans-serif;
/* 509  */ letter-spacing:2px;
/* 510  */ padding:8px 0 7px;
/* 511  */ }
/* 512  */ 
/* 513  */ #mc_embed_signup3 input[type="email"]::-webkit-input-placeholder {
/* 514  */ color:#ef4922;
/* 515  */ }
/* 516  */ #mc_embed_signup3 input[type="email"]:-moz-placeholder {
/* 517  */ color:#ef4922;
/* 518  */ }
/* 519  */ #mc_embed_signup3 input[type="email"]::-moz-placeholder { 
/* 520  */ color:#ef4922;
/* 521  */ }
/* 522  */ #mc_embed_signup3 input[type="email"]:-ms-input-placeholder { 
/* 523  */ color:#ef4922;
/* 524  */ }
/* 525  */ 
/* 526  */ #itro_popup {
/* 527  */ border-radius:0 !important;
/* 528  */ }
/* 529  */ 
/* 530  */ #itro_popup #close_cross {
/* 531  */ top:5px;
/* 532  */ right:5px;
/* 533  */ }
/* 534  */ 
/* 535  */ 
/* 536  */ /*-------------------- Outer-Wrapper --------------------*/
/* 537  */ #outer-wrapper {
/* 538  */ width: 1105px;
/* 539  */ margin:50px auto 20px;
/* 540  */ text-align:left;
/* 541  */ font: normal 300 15px Garamond, Times, serif;
/* 542  */ line-height:20px;
/* 543  */ color: #000;
/* 544  */ display:block;
/* 545  */ clear:both;
/* 546  */ }
/* 547  */ 
/* 548  */ #outer-wrapper-home {
/* 549  */ width: 1105px;
/* 550  */ margin:0px auto 20px;

/* style.css */

/* 551  */ text-align:left;
/* 552  */ font: normal 300 15px Garamond, Times, serif;
/* 553  */ line-height:20px;
/* 554  */ color: #000;
/* 555  */ display:block;
/* 556  */ clear:both;
/* 557  */ }
/* 558  */ 
/* 559  */ #full-wrapper {
/* 560  */ margin:0;
/* 561  */ width: 1105px;
/* 562  */ display:block;
/* 563  */ word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
/* 564  */ overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
/* 565  */ }
/* 566  */ 
/* 567  */ #home-wrapper {
/* 568  */ margin:0 55px;
/* 569  */ padding:0 55px;
/* 570  */ border-left:1px solid #dddddd;
/* 571  */ border-right:1px solid #dddddd;
/* 572  */ width: 640px;
/* 573  */ float: left;
/* 574  */ word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
/* 575  */ overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
/* 576  */ }
/* 577  */ #main-wrapper {
/* 578  */ margin:0 60px;
/* 579  */ width: 740px;
/* 580  */ float: left;
/* 581  */ word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
/* 582  */ overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
/* 583  */ }
/* 584  */ 
/* 585  */ 
/* 586  */ /*-------------------- Headings --------------------*/
/* 587  */ h2.posttitle {
/* 588  */ text-align:center;
/* 589  */ font:normal normal 28px Didot, Times, serif;
/* 590  */ color:#000;
/* 591  */ letter-spacing:3px;
/* 592  */ background:url(/wp-content/themes/mother/images/smallborder.png) bottom center no-repeat;
/* 593  */ text-transform:uppercase;
/* 594  */ padding-bottom:10px;
/* 595  */ }
/* 596  */ 
/* 597  */ 
/* 598  */ /*-------------------- Posts General --------------------*/
/* 599  */ 
/* 600  */ .post, .page {

/* style.css */

/* 601  */ margin:.5em 0 1.5em;
/* 602  */ padding: 0;
/* 603  */ text-align: left;
/* 604  */ }
/* 605  */ 
/* 606  */ .post-body {
/* 607  */ margin:0 0 .75em;
/* 608  */ color:#000;
/* 609  */ font:normal normal 15px Garamond, Times, serif;
/* 610  */ line-height:1.7em;
/* 611  */ }
/* 612  */ 
/* 613  */ .post-body a {
/* 614  */ text-decoration:underline;
/* 615  */ }
/* 616  */ 
/* 617  */ .post-top {
/* 618  */ font: normal 300 10px 'Gotham A', 'Gotham B', Roboto, Helvetica, sans-serif;
/* 619  */ text-transform: uppercase;
/* 620  */ padding: 0 0 16px;
/* 621  */ letter-spacing: 1px;
/* 622  */ clear:both;
/* 623  */ display: block;
/* 624  */ text-align: left;
/* 625  */ color: #9a9999;
/* 626  */ width: 100%;
/* 627  */ }
/* 628  */ .post-top a, .post-top a:hover {
/* 629  */ color:#9a9999;
/* 630  */ }
/* 631  */ 
/* 632  */ .post-footer {
/* 633  */ font: normal 300 10px 'Gotham A', 'Gotham B', Roboto, Helvetica, sans-serif;
/* 634  */ text-transform: uppercase;
/* 635  */ margin: 30px 0 50px;
/* 636  */ letter-spacing: 1px;
/* 637  */ clear:both;
/* 638  */ display: block;
/* 639  */ text-align: left;
/* 640  */ color: #9a9999;
/* 641  */ width: 100%;
/* 642  */ }
/* 643  */ .post-footer a, .post-footer a:hover {
/* 644  */ color:#9a9999;
/* 645  */ }
/* 646  */ 
/* 647  */ .author {
/* 648  */ display:block;
/* 649  */ float:left;
/* 650  */ }

/* style.css */

/* 651  */ 
/* 652  */ .photocredit {
/* 653  */ display:block;
/* 654  */ margin-top:3px;
/* 655  */ font: normal 300 10px 'Gotham A', 'Gotham B', Roboto, Helvetica, sans-serif;
/* 656  */ text-transform: uppercase;
/* 657  */ letter-spacing: 1px;
/* 658  */ color: #9a9999;
/* 659  */ }
/* 660  */ 
/* 661  */ .author p {
/* 662  */ display:inline;
/* 663  */ margin-left:5px;
/* 664  */ }
/* 665  */ 
/* 666  */ .photocredit p {
/* 667  */ display:inline;
/* 668  */ }
/* 669  */ 
/* 670  */ .photocredit a {
/* 671  */ text-decoration:none;
/* 672  */ color: #9a9999;
/* 673  */ }
/* 674  */ 
/* 675  */ .timeinfo, .dateinfo {
/* 676  */ display:block;
/* 677  */ float:right;
/* 678  */ margin-left:20px;
/* 679  */ }
/* 680  */ 
/* 681  */ .socialshare {
/* 682  */ display:block;
/* 683  */ float:right;
/* 684  */ }
/* 685  */ 
/* 686  */ .socialshare div {
/* 687  */ display:inline-block;
/* 688  */ float:left;
/* 689  */ margin-left:10px;
/* 690  */ }
/* 691  */ 
/* 692  */ .post .socialshare a img, .attachment .socialshare a img {
/* 693  */ height:14px;
/* 694  */ width:auto;
/* 695  */ margin:0;
/* 696  */ }
/* 697  */ 
/* 698  */ .post .socialshare a:hover img, .attachment .socialshare a:hover img {
/* 699  */ opacity:0.7;
/* 700  */ }

/* style.css */

/* 701  */ 
/* 702  */ 
/* 703  */ .post img, .page img {
/* 704  */ margin-bottom:6px;
/* 705  */ max-width:100%;
/* 706  */ height:auto;
/* 707  */ }
/* 708  */ 
/* 709  */ img.aligncenter {
/* 710  */ display:block;
/* 711  */ margin:0 auto 6px;
/* 712  */ max-width:100%;
/* 713  */ height:auto;
/* 714  */ }
/* 715  */ 
/* 716  */ img.alignright {
/* 717  */ display:inline-block;
/* 718  */ padding-left:10px;
/* 719  */ float:right;
/* 720  */ max-width:100%;
/* 721  */ height:auto;
/* 722  */ }
/* 723  */ 
/* 724  */ img.alignleft {
/* 725  */ display:inline-block;
/* 726  */ padding-right:10px;
/* 727  */ float:left;
/* 728  */ max-width:100%;
/* 729  */ height:auto;
/* 730  */ }
/* 731  */ 
/* 732  */ .tr-caption-container img {
/* 733  */ border: none;
/* 734  */ padding: 0;
/* 735  */ }
/* 736  */ .post blockquote {
/* 737  */ line-height: 1.8em;
/* 738  */ margin-left: 10px;
/* 739  */ color: #aeaeab;
/* 740  */ font: normal normal 11.5px Didot, Tahoma, Helvetica, FreeSans, sans-serif;
/* 741  */ border-left: 1px dotted #aeaeab;
/* 742  */ padding-left: 5px;
/* 743  */ }
/* 744  */ .post blockquote p {
/* 745  */ line-height: 1.8em;
/* 746  */ }
/* 747  */ 
/* 748  */ .relatedposts {
/* 749  */ display:block;
/* 750  */ clear:both;

/* style.css */

/* 751  */ width:1105px;
/* 752  */ margin:0px auto 70px;
/* 753  */ }
/* 754  */ 
/* 755  */ .relatedposts h3.entry-title {
/* 756  */ font-size:12px;
/* 757  */ letter-spacing:1px;
/* 758  */ }
/* 759  */ 
/* 760  */ .relatedposts .cats {
/* 761  */ font-size:9px;
/* 762  */ }
/* 763  */ 
/* 764  */ .relatedposts .rp5 {
/* 765  */ color:#000 !important;
/* 766  */ font: normal normal 12px 'Gotham A', 'Gotham B', Roboto, Helvetica, sans-serif;
/* 767  */ letter-spacing: 1px;
/* 768  */ text-align: left;
/* 769  */ text-transform: uppercase;
/* 770  */ padding: 5px 0;
/* 771  */ display: block;
/* 772  */ }
/* 773  */ 
/* 774  */ .relatedposts .rp6 {
/* 775  */ font: normal normal 10px 'Gotham A', 'Gotham B', Roboto, Helvetica, sans-serif;
/* 776  */ color: #ef4922;
/* 777  */ letter-spacing: 1px;
/* 778  */ text-align: left;
/* 779  */ text-transform: uppercase;
/* 780  */ margin-bottom: 5px;
/* 781  */ }
/* 782  */ 
/* 783  */ /*-------------------- Posts Specific --------------------*/
/* 784  */ 
/* 785  */ .verticalimage {
/* 786  */ display:block;
/* 787  */ float:left;
/* 788  */ width:395px;
/* 789  */ margin-right:25px;
/* 790  */ margin-bottom:15px;
/* 791  */ }
/* 792  */ 
/* 793  */ .verticalimage img {
/* 794  */ max-width:100%;
/* 795  */ height:auto;
/* 796  */ margin-bottom:0;
/* 797  */ }
/* 798  */ 
/* 799  */ .horizontalimage {
/* 800  */ display:block;

/* style.css */

/* 801  */ clear:both;
/* 802  */ width:740px;
/* 803  */ margin-bottom:15px;
/* 804  */ }
/* 805  */ 
/* 806  */ .horizontalimage img {
/* 807  */ max-width:100%;
/* 808  */ width:100%;
/* 809  */ height:auto;
/* 810  */ margin-bottom:0;
/* 811  */ }
/* 812  */ 
/* 813  */ #thegallery {
/* 814  */ display:block;
/* 815  */ clear:both;
/* 816  */ }
/* 817  */ 
/* 818  */ #thegallery .gallerytext {
/* 819  */ text-align:center;
/* 820  */ font:normal 700 10px 'Gotham A', 'Gotham B', Roboto, Helvetica, sans-serif;
/* 821  */ color:#000;
/* 822  */ letter-spacing:3px;
/* 823  */ text-transform:uppercase;
/* 824  */ padding: 80px 0 20px;
/* 825  */ display:block;
/* 826  */ }
/* 827  */ 
/* 828  */ .photopress-gallery-masonry .gallery-item .gallery-caption {
/* 829  */ display:none;
/* 830  */ height:46px;
/* 831  */ text-transform:uppercase;
/* 832  */ font-size:10px;
/* 833  */ letter-spacing: 1.5px;
/* 834  */ line-height: 1.6em;
/* 835  */ font-weight:500;
/* 836  */ background: url(/wp-content/themes/mother/images/transparent.png) repeat;
/* 837  */ color: #000;
/* 838  */ margin: 0;
/* 839  */ overflow:hidden;
/* 840  */ width:100%;
/* 841  */ margin-top:-51px;
/* 842  */ }
/* 843  */ 
/* 844  */ .photopress-gallery-masonry .gallery-item:hover .gallery-caption {
/* 845  */ display:inline-block;
/* 846  */ }
/* 847  */ 
/* 848  */ .iphone .photopress-gallery-masonry .gallery-item:hover .gallery-caption, .mobile .photopress-gallery-masonry .gallery-item:hover .gallery-caption {
/* 849  */ display:none;
/* 850  */ }

/* style.css */

/* 851  */ 
/* 852  */ .gallery-thumbnails .gallery-item .gallery-caption {
/* 853  */ display:none;
/* 854  */ height:15px;
/* 855  */ text-transform:uppercase;
/* 856  */ font-size:10px;
/* 857  */ letter-spacing: 1.5px;
/* 858  */ line-height: 1.6em;
/* 859  */ font-weight:500;
/* 860  */ background: url(/wp-content/themes/mother/images/transparent.png) repeat;
/* 861  */ color: #000;
/* 862  */ margin: 0;
/* 863  */ text-align:center;
/* 864  */ overflow:hidden;
/* 865  */ width:100%
/* 866  */ }
/* 867  */ .gallery-thumbnails .gallery-item:hover .gallery-caption {
/* 868  */ margin-top:-15px;
/* 869  */ }
/* 870  */ 
/* 871  */ .photopress-gallery-masonry .gallery-item .gallery-caption p, .gallery-thumbnails .gallery-item .gallery-caption p {
/* 872  */ padding-left:5px;
/* 873  */ margin-top:0;
/* 874  */ }
/* 875  */ 
/* 876  */ .photopress-gallery-masonry .gallery-item img {
/* 877  */ border:0;
/* 878  */ margin-bottom:0;
/* 879  */ }
/* 880  */ .photopress-gallery-masonry .gallery-item {
/* 881  */ margin-bottom:0;
/* 882  */ width:240px;
/* 883  */ }
/* 884  */ 
/* 885  */ .photopress-gallery-masonry .gallery-item:nth-child(3n) {
/* 886  */ margin-right:0;
/* 887  */ }
/* 888  */ 
/* 889  */ .gallery-size-medium br {
/* 890  */ display:none;
/* 891  */ }
/* 892  */ 
/* 893  */ .photopress-gallery-masonry .gallery-item {
/* 894  */   position: relative;
/* 895  */   padding: 0px;
/* 896  */ }
/* 897  */ 
/* 898  */ .photopress-gallery-masonry .gallery-item dd {
/* 899  */   display: none;
/* 900  */   position: absolute;

/* style.css */

/* 901  */   left:0; right:0; bottom:0;
/* 902  */   background: rgba(0,0,0,.7);
/* 903  */   min-height: 30px;
/* 904  */   border:0px;
/* 905  */   color: #ffffff;
/* 906  */   
/* 907  */ }
/* 908  */ 
/* 909  */ .gallery-thumbnails .gallery-item {
/* 910  */ width:140px;
/* 911  */ margin-right:2px;
/* 912  */ margin-left:2px;
/* 913  */ display:inline-block;
/* 914  */ }
/* 915  */ 
/* 916  */ .gallery-thumbnails .gallery-item a img {
/* 917  */ width:140px;
/* 918  */ height:140px;
/* 919  */ margin-bottom:0;
/* 920  */ }
/* 921  */ 
/* 922  */ .gallery-thumbnails .gallery-item a {
/* 923  */ display:block;
/* 924  */ overflow:hidden;
/* 925  */ height:140px;
/* 926  */ width:140px;
/* 927  */ }
/* 928  */ 
/* 929  */ .photopress-gallery-masonry dt.post-advert, .gallery-thumbnails dl.post-advert {
/* 930  */ display:none;
/* 931  */ }
/* 932  */ 
/* 933  */ 
/* 934  */ /*-------------------- Home Page --------------------*/
/* 935  */ 
/* 936  */ 
/* 937  */ #homepageborder {
/* 938  */ border-top:1px solid #ddd;
/* 939  */ clear:both;
/* 940  */ width:100%;
/* 941  */ height:1px;
/* 942  */ }
/* 943  */ .featuredpost {
/* 944  */ display:block;
/* 945  */ margin-bottom:125px;
/* 946  */ }
/* 947  */ 
/* 948  */ .featuredpost img {
/* 949  */ max-width:100%;
/* 950  */ height:auto;

/* style.css */

/* 951  */ width:100%;
/* 952  */ }
/* 953  */ 
/* 954  */ h3.entry-title {
/* 955  */ font:normal normal 14px 'Gotham A', 'Gotham B', Roboto, Helvetica, sans-serif;
/* 956  */ color:#000;
/* 957  */ letter-spacing:2px;
/* 958  */ text-align:left;
/* 959  */ text-transform:uppercase;
/* 960  */ margin:5px 0;
/* 961  */ }
/* 962  */ 
/* 963  */ .cats, .cats a {
/* 964  */ font:normal normal 10px 'Gotham A', 'Gotham B', Roboto, Helvetica, sans-serif;
/* 965  */ color:#ef4922;
/* 966  */ letter-spacing:3px;
/* 967  */ text-align:left;
/* 968  */ text-transform:uppercase;
/* 969  */ }
/* 970  */ 
/* 971  */ a.readmore {
/* 972  */ font:normal normal 10px 'Gotham A', 'Gotham B', Roboto, Helvetica, sans-serif;
/* 973  */ color:#ef4922;
/* 974  */ letter-spacing:3px;
/* 975  */ text-align:left;
/* 976  */ text-transform:uppercase;
/* 977  */ display:block;
/* 978  */ margin-top:10px;
/* 979  */ }
/* 980  */ 
/* 981  */ .featuredpost .entry-summary {
/* 982  */ margin:17px 0 30px;
/* 983  */ }
/* 984  */ 
/* 985  */ .featuredpost a.read-more {
/* 986  */ background:url(/wp-content/themes/mother/images/smallborder.png) top center no-repeat;
/* 987  */ padding-top:19px;
/* 988  */ font:normal normal 10px 'Gotham A', 'Gotham B', Roboto, Helvetica, sans-serif;
/* 989  */ color:#ef4922;
/* 990  */ letter-spacing:3px;
/* 991  */ text-align:center;
/* 992  */ text-transform:uppercase;
/* 993  */ display:block;
/* 994  */ }
/* 995  */ 
/* 996  */ .moreposts {
/* 997  */ display:block;
/* 998  */ margin-bottom:175px;
/* 999  */ width:100%;
/* 1000 */ clear:both;

/* style.css */

/* 1001 */ }
/* 1002 */ 
/* 1003 */ .moreposts .homeposts {
/* 1004 */ width: 655px;
/* 1005 */ overflow-x: visible;
/* 1006 */ }
/* 1007 */ 
/* 1008 */ .moreposts .homeposts div.post {
/* 1009 */ margin:0 7px 13px;
/* 1010 */ display:block;
/* 1011 */ float:left;
/* 1012 */ width:305px;
/* 1013 */ min-height:380px;
/* 1014 */ }
/* 1015 */ 
/* 1016 */ .moreposts .homeposts div.post img {
/* 1017 */ width:313px;
/* 1018 */ height:210px;
/* 1019 */ }
/* 1020 */ 
/* 1021 */ .moreposts .entry-summary {
/* 1022 */ margin:0;
/* 1023 */ }
/* 1024 */ 
/* 1025 */ .load-more a {
/* 1026 */ background:url(/wp-content/themes/mother/images/smallborder.png) top center no-repeat;
/* 1027 */ padding-top:19px;
/* 1028 */ font:normal normal 10px 'Gotham A', 'Gotham B', Roboto, Helvetica, sans-serif;
/* 1029 */ color:#ef4922;
/* 1030 */ letter-spacing:3px;
/* 1031 */ text-align:center;
/* 1032 */ text-transform:uppercase;
/* 1033 */ display:block;
/* 1034 */ }ƒ
/* 1035 */ 
/* 1036 */ .pickshome {
/* 1037 */ display:block;
/* 1038 */ margin-bottom:175px;
/* 1039 */ width:100%;
/* 1040 */ clear:both;
/* 1041 */ }
/* 1042 */ 
/* 1043 */ .pickshome .katie {
/* 1044 */ margin:0 15px 70px 0;
/* 1045 */ display:block;
/* 1046 */ float:left;
/* 1047 */ width:312px;
/* 1048 */ }
/* 1049 */ 
/* 1050 */ .pickshome .james {

/* style.css */

/* 1051 */ margin:0 0 70px 0;
/* 1052 */ display:block;
/* 1053 */ float:right;
/* 1054 */ width:312px;
/* 1055 */ }
/* 1056 */ 
/* 1057 */ .pickshome div img {
/* 1058 */ max-width:100%;
/* 1059 */ height:auto;
/* 1060 */ }
/* 1061 */ 
/* 1062 */ .pickshome h4 {
/* 1063 */ font:normal normal 10px 'Gotham A', 'Gotham B', Roboto, Helvetica, sans-serif;
/* 1064 */ color:#ef4922;
/* 1065 */ letter-spacing:3px;
/* 1066 */ text-align:center;
/* 1067 */ text-transform:uppercase;
/* 1068 */ }
/* 1069 */ 
/* 1070 */ #new-royalslider-1 {
/* 1071 */ margin-top: -8px;
/* 1072 */ position: relative;
/* 1073 */ z-index: 10;
/* 1074 */ }
/* 1075 */ 
/* 1076 */ .rsContent {
/* 1077 */ height:350px;
/* 1078 */ display:inline-block;
/* 1079 */ float:left;
/* 1080 */ text-align:left;
/* 1081 */ }
/* 1082 */ 
/* 1083 */ .rsUni, .rsUni .rsOverflow, .rsUni .rsSlide, .rsUni .rsVideoFrameHolder, .rsUni .rsThumbs {
/* 1084 */ background:none !important;
/* 1085 */ }
/* 1086 */ 
/* 1087 */ .rsContent img {
/* 1088 */ height:350px;
/* 1089 */ width:auto;
/* 1090 */ }
/* 1091 */ 
/* 1092 */ .rsContent .rsTmb {
/* 1093 */ display:none;
/* 1094 */ }
/* 1095 */ 
/* 1096 */ .rsContent .rsLink {
/* 1097 */ }
/* 1098 */ 
/* 1099 */ .rsContent .overlay {
/* 1100 */ background:url(/wp-content/themes/mother/images/transparent.png) repeat;

/* style.css */

/* 1101 */ margin-top: -42px;
/* 1102 */ display: block;
/* 1103 */ height: 42px;
/* 1104 */ position: absolute;
/* 1105 */ width: 100%;
/* 1106 */ font:normal 700 10px 'Gotham A', 'Gotham B', Roboto, Helvetica, sans-serif;
/* 1107 */ color:#000;
/* 1108 */ text-transform:uppercase;
/* 1109 */ padding:4px 0 0 6px;
/* 1110 */ letter-spacing:1px;
/* 1111 */ }
/* 1112 */ 
/* 1113 */ 
/* 1114 */ .rsContent a h3 {
/* 1115 */ font:normal 400 13px 'Gotham A', 'Gotham B', Roboto, Helvetica, sans-serif;
/* 1116 */ color:#000;
/* 1117 */ text-transform:uppercase;
/* 1118 */ letter-spacing:1px;
/* 1119 */ margin:1px 0 3px;
/* 1120 */ padding:0;
/* 1121 */ }
/* 1122 */ 
/* 1123 */ #motherhoodposts {
/* 1124 */ display:block;
/* 1125 */ clear:both;
/* 1126 */ width:1105px;
/* 1127 */ margin:70px auto;
/* 1128 */ }
/* 1129 */ 
/* 1130 */ .crpw-tag-item {
/* 1131 */ float:left;
/* 1132 */ width:200px;
/* 1133 */ text-align:left;
/* 1134 */ margin-right:10px;
/* 1135 */ }
/* 1136 */ 
/* 1137 */ .crpw-tag-item img {
/* 1138 */ width:200px;
/* 1139 */ height:auto;
/* 1140 */ }
/* 1141 */ 
/* 1142 */ 
/* 1143 */ .crpw-tag-item a img.alignleft {
/* 1144 */ padding-right: 0px;
/* 1145 */ margin-bottom: 5px;
/* 1146 */ }
/* 1147 */ 
/* 1148 */ .crpw-tag-item a.crpw-tag-title {
/* 1149 */ font:normal normal 12px 'Gotham A', 'Gotham B', Roboto, Helvetica, sans-serif;
/* 1150 */ color:#000;

/* style.css */

/* 1151 */ letter-spacing:1px;
/* 1152 */ text-align:left;
/* 1153 */ text-transform:uppercase;
/* 1154 */ padding: 5px 0;
/* 1155 */ display: block;
/* 1156 */ }
/* 1157 */ 
/* 1158 */ .location, .rp_cat a {
/* 1159 */ font:normal normal 10px 'Gotham A', 'Gotham B', Roboto, Helvetica, sans-serif;
/* 1160 */ color:#ef4922;
/* 1161 */ letter-spacing:1px;
/* 1162 */ text-align:left;
/* 1163 */ text-transform:uppercase;
/* 1164 */ margin-bottom:5px;
/* 1165 */ }
/* 1166 */ 
/* 1167 */ /*-------------------- About Page --------------------*/
/* 1168 */ 
/* 1169 */ #post-12 {
/* 1170 */ margin-bottom:200px;
/* 1171 */ }
/* 1172 */ 
/* 1173 */ .aboutleft {
/* 1174 */ display:block;
/* 1175 */ width:540px;
/* 1176 */ float:left;
/* 1177 */ }
/* 1178 */ 
/* 1179 */ .aboutright {
/* 1180 */ display:block;
/* 1181 */ width:540px;
/* 1182 */ float:right;
/* 1183 */ }
/* 1184 */ 
/* 1185 */ .aboutpage {
/* 1186 */ font:normal 300 12px 'Gotham A', 'Gotham B', Roboto, Helvetica, sans-serif;
/* 1187 */ color:#000;
/* 1188 */ line-height:24px;
/* 1189 */ }
/* 1190 */ 
/* 1191 */ .aboutpage h3 {
/* 1192 */ font:normal bold 21px Didot, Times, serif;
/* 1193 */ color:#000;
/* 1194 */ text-transform:none;
/* 1195 */ letter-spacing:3px;
/* 1196 */ margin:5px 0 0;
/* 1197 */ }
/* 1198 */ 
/* 1199 */ .aboutpage h4 {
/* 1200 */ font:normal 700 10px 'Gotham A', 'Gotham B', Roboto, Helvetica, sans-serif;

/* style.css */

/* 1201 */ color:#ef4922;
/* 1202 */ text-transform:uppercase;
/* 1203 */ letter-spacing:1.5px;
/* 1204 */ margin:10px 0;
/* 1205 */ }
/* 1206 */ 
/* 1207 */ /*-------------------- Contact Page --------------------*/
/* 1208 */ 
/* 1209 */ #post-15 {
/* 1210 */ margin-bottom:200px;
/* 1211 */ }
/* 1212 */ 
/* 1213 */ #post-15 .post-body {
/* 1214 */ text-align:center;
/* 1215 */ }
/* 1216 */ 
/* 1217 */ #post-15 h4 {
/* 1218 */ font:normal 700 10px 'Gotham A', 'Gotham B', Roboto, Helvetica, sans-serif;
/* 1219 */ color:#ef4922;
/* 1220 */ text-transform:uppercase;
/* 1221 */ letter-spacing:1.5px;
/* 1222 */ text-align:center;
/* 1223 */ }
/* 1224 */ 
/* 1225 */ #post-15 p {
/* 1226 */ margin: 5px 0;
/* 1227 */ }
/* 1228 */ 
/* 1229 */ /*-------------------- Archives --------------------*/
/* 1230 */ 
/* 1231 */ .archiveposts {
/* 1232 */ width:1120px;
/* 1233 */ }
/* 1234 */ 
/* 1235 */ .archiveposts li.post {
/* 1236 */ width:205px;
/* 1237 */ display:block;
/* 1238 */ float:left;
/* 1239 */ margin-right:15px;
/* 1240 */ margin-bottom:35px;
/* 1241 */ min-height:280px;
/* 1242 */ list-style-type:none;
/* 1243 */ }
/* 1244 */ 
/* 1245 */ .archiveposts .post img {
/* 1246 */ width:205px;
/* 1247 */ height:140px;
/* 1248 */ }
/* 1249 */ 
/* 1250 */ .archiveposts .post .entry-summary {

/* style.css */

/* 1251 */ margin:0px;
/* 1252 */ }
/* 1253 */ 
/* 1254 */ .archiveposts h3.entry-title {
/* 1255 */ font:normal 700 12px 'Gotham A', 'Gotham B', Roboto, Helvetica, sans-serif;
/* 1256 */ color:#000;
/* 1257 */ letter-spacing:3px;
/* 1258 */ text-align:left;
/* 1259 */ text-transform:uppercase;
/* 1260 */ margin:5px 0 3px;
/* 1261 */ max-height:32px;
/* 1262 */ display:block;
/* 1263 */ overflow-y:hidden;
/* 1264 */ }
/* 1265 */ 
/* 1266 */ .archiveposts .cats, .archiveposts .cats a {
/* 1267 */ font:normal normal 10px 'Gotham A', 'Gotham B', Roboto, Helvetica, sans-serif;
/* 1268 */ color:#ef4922;
/* 1269 */ letter-spacing:3px;
/* 1270 */ text-align:left;
/* 1271 */ text-transform:uppercase;
/* 1272 */ }
/* 1273 */ 
/* 1274 */ .archivetext {
/* 1275 */ min-height:90px;
/* 1276 */ }
/* 1277 */ 
/* 1278 */ /*-------------------- Editor's Picks --------------------*/
/* 1279 */ 
/* 1280 */ .picklinks {
/* 1281 */ font:normal normal 10px 'Gotham A', 'Gotham B', Roboto, Helvetica, sans-serif;
/* 1282 */ color:#000;
/* 1283 */ letter-spacing:3px;
/* 1284 */ text-align:center;
/* 1285 */ text-transform:uppercase;
/* 1286 */ margin-bottom:25px;
/* 1287 */ }
/* 1288 */ 
/* 1289 */ .picklinks a {
/* 1290 */ color:#ef4922;
/* 1291 */ }
/* 1292 */ 
/* 1293 */ .picklinks a:active {
/* 1294 */ text-decoration:underline;
/* 1295 */ }
/* 1296 */ 
/* 1297 */ .editorspicks .pick {
/* 1298 */ width:205px;
/* 1299 */ display:block;
/* 1300 */ float:left;

/* style.css */

/* 1301 */ margin-right:15px;
/* 1302 */ margin-bottom:80px;
/* 1303 */ min-height:185px;
/* 1304 */ }
/* 1305 */ 
/* 1306 */ .editorspicks .pick:nth-child(5n) {
/* 1307 */ margin-right:0;
/* 1308 */ }
/* 1309 */ 
/* 1310 */ .editorspicks .pick img {
/* 1311 */ width:205px;
/* 1312 */ height:140px;
/* 1313 */ margin-bottom:0 !important;
/* 1314 */ }
/* 1315 */ 
/* 1316 */ .editorspicks h3.entry-title {
/* 1317 */ font:normal normal 10px 'Gotham A', 'Gotham B', Roboto, Helvetica, sans-serif;
/* 1318 */ color:#000;
/* 1319 */ letter-spacing:3px;
/* 1320 */ text-align:left;
/* 1321 */ text-transform:uppercase;
/* 1322 */ margin:5px 0 3px;
/* 1323 */ }
/* 1324 */ 
/* 1325 */ .editorspicks .brand {
/* 1326 */ font:normal normal 8px 'Gotham A', 'Gotham B', Roboto, Helvetica, sans-serif;
/* 1327 */ color:#ef4922;
/* 1328 */ letter-spacing:3px;
/* 1329 */ text-align:left;
/* 1330 */ text-transform:uppercase;
/* 1331 */ }
/* 1332 */ 
/* 1333 */ /*-------------------- Comments --------------------*/
/* 1334 */ #comments { 
/* 1335 */ width: 100%; 
/* 1336 */ clear: both;
/* 1337 */ display:block;
/* 1338 */ padding:0 0 40px; 
/* 1339 */ }
/* 1340 */ 
/* 1341 */ #comments h4 {
/* 1342 */ font:normal normal 15px 'Gotham A', 'Gotham B', Roboto, Helvetica, sans-serif;
/* 1343 */ color:#ef4922;
/* 1344 */ text-transform:uppercase;
/* 1345 */ letter-spacing:2px;
/* 1346 */ text-align:center;
/* 1347 */ background:url(/wp-content/themes/mother/images/smallborder.png) top center no-repeat;
/* 1348 */ padding-top:19px;
/* 1349 */ margin-top:0;
/* 1350 */ }

/* style.css */

/* 1351 */ 
/* 1352 */ .comments-block {
/* 1353 */ margin:10px 0;
/* 1354 */ line-height:1.6em;
/* 1355 */ }
/* 1356 */ 
/* 1357 */ .comments-block .comment-author {
/* 1358 */ margin:0 15px 0 0;
/* 1359 */ text-transform:uppercase;
/* 1360 */ letter-spacing:1px;
/* 1361 */ font:normal normal 14px 'Gotham A', 'Gotham B', Roboto, Helvetica, sans-serif;
/* 1362 */ color:#ef4922;
/* 1363 */ }
/* 1364 */ 
/* 1365 */ .comments .reply {
/* 1366 */ text-transform:uppercase;
/* 1367 */ font:normal normal 13px 'Gotham A', 'Gotham B', Roboto, Helvetica, sans-serif;
/* 1368 */ color:#000;
/* 1369 */ letter-spacing:1px;
/* 1370 */ text-align:right;
/* 1371 */ }
/* 1372 */ 
/* 1373 */ .comments .comment-body p {
/* 1374 */ margin:.7em 0 0;
/* 1375 */ }
/* 1376 */ .comments-block .comment-footer {
/* 1377 */ margin:-.25em 0 2em;
/* 1378 */ line-height: 1.4em;
/* 1379 */ text-transform:uppercase;
/* 1380 */ letter-spacing:.1em;
/* 1381 */ font-size: 10px;
/* 1382 */ border-bottom: 1px #ccc solid;
/* 1383 */ }
/* 1384 */ .comments-block .comment-body p {
/* 1385 */ margin:0 0 .75em;
/* 1386 */ }
/* 1387 */ div.comment-block {
/* 1388 */ }
/* 1389 */ div.comment-block div.comment {
/* 1390 */ padding: 1.2em 0;
/* 1391 */ list-style: none;
/* 1392 */ overflow: hidden;
/* 1393 */ border-bottom: 1px solid #ccc; 
/* 1394 */ }
/* 1395 */ div.comment-block div.comment ul.children { margin: 0 0 0 1.2em; }
/* 1396 */ div.comment-block div.comment ul.children li.comment { border-top: 1px solid #ccc; border-bottom: none; padding-bottom: 0; margin-top: 1.2em; }
/* 1397 */ 
/* 1398 */ 
/* 1399 */ .comments-block .comment-time, .comments-block .comment-time a { 
/* 1400 */ font: normal 300 10px 'Gotham A', 'Gotham B', Roboto, Helvetica, sans-serif;

/* style.css */

/* 1401 */ text-transform: uppercase;
/* 1402 */ letter-spacing: 1px;
/* 1403 */ color: #9a9999;
/* 1404 */ }
/* 1405 */ 
/* 1406 */ .comment_num { padding: 0 15px 0 20px; font-weight: bold; font-size: 1.4em; float: right; }		
/* 1407 */ .trackback .comment_num { padding: 0 0 0 20px; }
/* 1408 */ .comment_num a, .comment_num a:visited { color: #888; text-decoration: none; }
/* 1409 */ .comment_num a:hover { color: #df0000; text-decoration: none; }
/* 1410 */ 				
/* 1411 */ .comments-block strong { 
/* 1412 */ font-size: 1.0em; 
/* 1413 */ padding-right:1em; 
/* 1414 */ }
/* 1415 */ 
/* 1416 */ .blog-pager-newer-link, .blog-pager-newer-link a {
/* 1417 */ float: left;
/* 1418 */ font-size: 13px;
/* 1419 */ font: normal normal 13px Didot, Times, FreeSerif, serif;
/* 1420 */ color: #2c2a2a;
/* 1421 */ text-transform: none;
/* 1422 */ }
/* 1423 */ 
/* 1424 */ .blog-pager-older-link, .blog-pager-older-link a {
/* 1425 */ float: right;
/* 1426 */ font-size: 13px;
/* 1427 */ font: normal normal 13px Didot, Times, FreeSerif, serif;
/* 1428 */ color: #2c2a2a;
/* 1429 */ text-transform: none;
/* 1430 */ }
/* 1431 */ 
/* 1432 */ .navigation {
/* 1433 */ text-align: center;
/* 1434 */ margin-bottom:30px;
/* 1435 */ padding-bottom:50px;
/* 1436 */ display:block;
/* 1437 */ clear:both;
/* 1438 */ }
/* 1439 */ 
/* 1440 */ .moreposts .navigation {
/* 1441 */ margin-bottom:0px;
/* 1442 */ padding-bottom:0px;
/* 1443 */ }
/* 1444 */ 
/* 1445 */ #infscr-loading {
/* 1446 */ clear:both;
/* 1447 */ margin:0 auto 10px;
/* 1448 */ text-align:center;
/* 1449 */ font:normal normal 11px 'Gotham A', 'Gotham B', Roboto, Helvetica, sans-serif;
/* 1450 */ color:#ef4922;

/* style.css */

/* 1451 */ letter-spacing:3px;
/* 1452 */ text-transform:uppercase;
/* 1453 */ }
/* 1454 */ #infscr-loading img {
/* 1455 */ display:none;
/* 1456 */ }
/* 1457 */ 
/* 1458 */ 
/* 1459 */ #respond { padding: 2.4em 0 0; clear: both; overflow: hidden; }
/* 1460 */ #comment_form {
/* 1461 */ width: 734px;
/* 1462 */ max-width:98%;
/* 1463 */ padding: 0;
/* 1464 */ display:block;
/* 1465 */ }
/* 1466 */ #comment_form p { padding: 0.2em 0; }
/* 1467 */ #comment_form label {
/* 1468 */ font:normal normal 15px 'Gotham A', 'Gotham B', Roboto, Helvetica, sans-serif;
/* 1469 */ color:#000;
/* 1470 */ text-transform:uppercase;
/* 1471 */ letter-spacing:2px;
/* 1472 */ margin-left:15px;
/* 1473 */ }
/* 1474 */ #comment_form input { 
/* 1475 */ width: 270px; 
/* 1476 */ padding: 6px; 
/* 1477 */ line-height: 1.4em;
/* 1478 */ text-transform:none;
/* 1479 */ color: #000;
/* 1480 */ border: 1px solid #000;
/* 1481 */ font: normal normal 13px 'Gotham A', 'Gotham B', Roboto, Helvetica, sans-serif;
/* 1482 */ box-shadow:none;
/* 1483 */ }
/* 1484 */ #comment_form input:focus { outline: none; }
/* 1485 */ #comment_form textarea { 
/* 1486 */ width:600px;
/* 1487 */ max-width:100%;
/* 1488 */ border: 1px solid #000;
/* 1489 */ font: normal normal 13px 'Gotham A', 'Gotham B', Roboto, Helvetica, sans-serif;
/* 1490 */ color:#000; 
/* 1491 */ box-shadow:none;
/* 1492 */ }
/* 1493 */ #comment_form textarea:focus { outline: none; }
/* 1494 */ 
/* 1495 */ #comment_form .form_submit {
/* 1496 */ padding: 12px 10px; 
/* 1497 */ border:0; 
/* 1498 */ background:#000; 
/* 1499 */ font: normal normal 15px 'Gotham A', 'Gotham B', Roboto, Helvetica, sans-serif; 
/* 1500 */ cursor: pointer;

/* style.css */

/* 1501 */ color:#fff;
/* 1502 */ text-transform:uppercase;
/* 1503 */ letter-spacing:2px; 
/* 1504 */ display:block;
/* 1505 */ width:130px;
/* 1506 */ }
/* 1507 */ #comment_form p.subscribe-to-comments { font-size: 1.4em; }
/* 1508 */ #comment_form p.subscribe-to-comments label { font-size: 1.0em; }
/* 1509 */ 
/* 1510 */ /*-------------------- Advertising --------------------*/
/* 1511 */ 
/* 1512 */ #side-advertisting-left {
/* 1513 */ display:block;
/* 1514 */ width:120px;
/* 1515 */ float:left;
/* 1516 */ margin-top:92px;
/* 1517 */ }
/* 1518 */ 
/* 1519 */ #side-advertisting-right {
/* 1520 */ display:block;
/* 1521 */ width:120px;
/* 1522 */ float:right;
/* 1523 */ margin-top:92px;
/* 1524 */ }
/* 1525 */ 
/* 1526 */ .thehomepage #side-advertisting-left, .thehomepage #side-advertisting-right {
/* 1527 */ margin-top:72px;
/* 1528 */ }
/* 1529 */ 
/* 1530 */ img.advertleft, img.advertright {
/* 1531 */ width:100%;
/* 1532 */ display:block;
/* 1533 */ height:auto;
/* 1534 */ }
/* 1535 */ 
/* 1536 */ #bottom-advertising {
/* 1537 */ display:block;
/* 1538 */ margin:0 auto 30px;
/* 1539 */ width:728px;
/* 1540 */ }
/* 1541 */ 
/* 1542 */ #bottom-advertising img {
/* 1543 */ width:728px;
/* 1544 */ height:auto;
/* 1545 */ display:block;
/* 1546 */ }
/* 1547 */  
/* 1548 */ /*-------------------- Footer and Misc --------------------*/
/* 1549 */ #credits {
/* 1550 */ padding: 20px 0px;

/* style.css */

/* 1551 */ margin:0;
/* 1552 */ background:#000000;
/* 1553 */ width: 100%;
/* 1554 */ text-align: center;
/* 1555 */ display: block;
/* 1556 */ clear:both;
/* 1557 */ text-transform: uppercase;
/* 1558 */ letter-spacing: 1px;
/* 1559 */ font:  normal 500 7.5px 'Gotham A', 'Gotham B', Roboto, Helvetica, sans-serif;
/* 1560 */ color:#ffffff;
/* 1561 */ min-width:1105px;
/* 1562 */ }
/* 1563 */ 
/* 1564 */ #credits .inner {
/* 1565 */ width:1105px;
/* 1566 */ display:block;
/* 1567 */ margin:0 auto;
/* 1568 */ }
/* 1569 */ 
/* 1570 */ #credits a {
/* 1571 */ color:#fff;
/* 1572 */ }
/* 1573 */ 
/* 1574 */ #credits p {
/* 1575 */ display:block;
/* 1576 */ margin:0 auto;
/* 1577 */ clear:both;
/* 1578 */ padding-top:25px;
/* 1579 */ }
/* 1580 */ 
/* 1581 */ #credits #footertitle {
/* 1582 */ display:block;
/* 1583 */ float:left;
/* 1584 */ font:normal normal 20px Didot, Times, serif;
/* 1585 */ color:#ffffff;
/* 1586 */ }
/* 1587 */ 
/* 1588 */ #credits #footertitle a {
/* 1589 */ color:#ffffff;
/* 1590 */ }
/* 1591 */ 
/* 1592 */ #credits #linkbar3 {
/* 1593 */ display:block;
/* 1594 */ float:left;
/* 1595 */ margin:0 0 0 10px;
/* 1596 */ padding-top:4px;
/* 1597 */ }
/* 1598 */ 
/* 1599 */ #credits #linkbar3 ul {
/* 1600 */ list-style-type:none;

/* style.css */

/* 1601 */ margin:0;
/* 1602 */ padding:0;
/* 1603 */ }
/* 1604 */ 
/* 1605 */ #credits #linkbar3 li {
/* 1606 */ margin:0;
/* 1607 */ padding:0;
/* 1608 */ display:inline;
/* 1609 */ }
/* 1610 */ 
/* 1611 */ #credits #linkbar3 a {
/* 1612 */ padding: 3px 10px;
/* 1613 */ margin:0;
/* 1614 */ font:normal normal 12px 'Gotham A', 'Gotham B', Roboto, Helvetica, sans-serif;
/* 1615 */ color:#fff;
/* 1616 */ text-transform:uppercase;
/* 1617 */ letter-spacing:1px;
/* 1618 */ }
/* 1619 */ 
/* 1620 */ #credits #linkbar3 a:hover {
/* 1621 */ color:#ef4922;
/* 1622 */ }
/* 1623 */ 
/* 1624 */ img#wpstats, #wpadminbar {
/* 1625 */      display: none;
/* 1626 */ }
/* 1627 */ 
/* 1628 */ .email-top-submit{
/* 1629 */     width: 90px !important;
/* 1630 */     height: 19px !important;
/* 1631 */     background-color: #FFF !important;
/* 1632 */     text-transform: uppercase !important;
/* 1633 */     color: #000 !important;
/* 1634 */     border: 1px solid #000 !important;
/* 1635 */     cursor: pointer !important;
/* 1636 */     vertical-align:top;
/* 1637 */ }
/* 1638 */ 
/* 1639 */ .email-bottom-submit{
/* 1640 */     border: 1px solid #fff !important;
/* 1641 */     background-color: #000 !important;
/* 1642 */     color: #fff !important;
/* 1643 */     height: 19px !important;
/* 1644 */     text-transform: uppercase !important;
/* 1645 */     width: 90px !important;
/* 1646 */     cursor: pointer !important;
/* 1647 */     vertical-align:top;
/* 1648 */ }
/* 1649 */ 
/* 1650 */ @media only screen and (min-width : 900px) and (max-width : 1024px) {

/* style.css */

/* 1651 */ 
/* 1652 */ 
/* 1653 */ }

/* touchcarousel.css */

/* 1   */ /******************************************************\
/* 2   *| *
/* 3   *| *  Base TouchCarousel stylesheet
/* 4   *| *   
/* 5   *| *  Contents:
/* 6   *| *
/* 7   *| *   1. Main containers
/* 8   *| *   2. Carousel items
/* 9   *| *   3. Arrows(direction) navigation
/* 10  *| *   4. Paging navigation
/* 11  *| *   5. Scrollbar
/* 12  *| *   6. Cursors
/* 13  *| *
/* 14  *| \******************************************************/
/* 15  */ 
/* 16  */ 
/* 17  */ 
/* 18  */ 
/* 19  */ 
/* 20  */ /******************************************************\
/* 21  *| *
/* 22  *| *  1. Main containers (carousel size, background)
/* 23  *| *
/* 24  *| \******************************************************/
/* 25  */ 
/* 26  */ .touchcarousel {
/* 27  */ 	position: relative;
/* 28  */ 	width: 400px;
/* 29  */ 	height: 300px;		
/* 30  */ 	
/* 31  */ 	/* style is removed after carousel is inited, use !important if you want to keep it*/
/* 32  */ 	overflow: hidden; 
/* 33  */ }
/* 34  */ .touchcarousel ul.touchcarousel-container {
/* 35  */ 	position: relative;    
/* 36  */     margin: 0 !important;
/* 37  */     padding: 0 !important;
/* 38  */     list-style: none !important;
/* 39  */     width: 3000px;
/* 40  */ 	left: 0;
/* 41  */ }
/* 42  */ .touchcarousel .touchcarousel-wrapper {
/* 43  */ 	position: relative;
/* 44  */ 	overflow:hidden;
/* 45  */ 	width: 100%;
/* 46  */ 	height: 100%;
/* 47  */ }
/* 48  */ 
/* 49  */ 
/* 50  */ 

/* touchcarousel.css */

/* 51  */ 
/* 52  */ 
/* 53  */ /******************************************************\
/* 54  *| *
/* 55  *| *  2. Carousel items (item styling, spacing between items)
/* 56  *| *
/* 57  *| \******************************************************/
/* 58  */ 
/* 59  */ .touchcarousel li.touchcarousel-item {
/* 60  */ 	/* use margin-right for spacing between items */
/* 61  */ 	margin: 0 0 0 0;
/* 62  */ 	padding: 0;	
/* 63  */ 	float: left;		
/* 64  */ }
/* 65  */ 
/* 66  */ /* Last carousel item  */
/* 67  */ .touchcarousel .touchcarousel-item.last {
/* 68  */ 	margin-right: 0 !important;		
/* 69  */ }
/* 70  */ 
/* 71  */ 
/* 72  */ 
/* 73  */ 
/* 74  */ 
/* 75  */ /******************************************************\
/* 76  *| *
/* 77  *| *  3. Arrows(direction) navigation
/* 78  *| *
/* 79  *| \******************************************************/
/* 80  */ 
/* 81  */ /* arrow hitstate and icon holder */
/* 82  */ .touchcarousel .arrow-holder {
/* 83  */ 	height: 100%;
/* 84  */ 	width: 45px;
/* 85  */ 	position: absolute;
/* 86  */ 	top: 0;
/* 87  */ 	display: block;
/* 88  */ 	cursor: pointer;	
/* 89  */ 	z-index: 25;	
/* 90  */ }
/* 91  */ .touchcarousel .arrow-holder.left {	
/* 92  */ 	left: 0;	
/* 93  */ }
/* 94  */ .touchcarousel .arrow-holder.right {	
/* 95  */ 	right: 0;
/* 96  */ }
/* 97  */ 
/* 98  */ /* arrow icons */
/* 99  */ .touchcarousel .arrow-icon{		
/* 100 */ 	width: 45px;

/* touchcarousel.css */

/* 101 */ 	height: 90px;
/* 102 */ 	top:50%;
/* 103 */ 	margin-top:-45px;	
/* 104 */ 	position: absolute;	
/* 105 */ 	cursor: pointer;	
/* 106 */ }
/* 107 */ .touchcarousel .arrow-icon.left { }
/* 108 */ .touchcarousel .arrow-icon.right { }
/* 109 */ .touchcarousel .arrow-holder:hover .arrow-icon { }
/* 110 */ .touchcarousel .arrow-holder.disabled { cursor: default; }
/* 111 */ .touchcarousel .arrow-holder.disabled .arrow-icon { cursor: default; }
/* 112 */ 
/* 113 */ 
/* 114 */ 
/* 115 */ 
/* 116 */ 
/* 117 */ /******************************************************\
/* 118 *| *
/* 119 *| *  4. Paging navigation
/* 120 *| *
/* 121 *| \******************************************************/
/* 122 */ 
/* 123 */ .touchcarousel .tc-paging-container {
/* 124 */ 	width:100%;
/* 125 */ 	overflow:hidden;
/* 126 */ 	position:absolute;
/* 127 */ 	margin-top:-20px;
/* 128 */ 	z-index:25;
/* 129 */ }
/* 130 */ .touchcarousel .tc-paging-centerer {	
/* 131 */ 	float: left;
/* 132 */ 	position: relative;
/* 133 */ 	left: 50%;		
/* 134 */ }
/* 135 */ .touchcarousel .tc-paging-centerer-inside {
/* 136 */ 	float: left;
/* 137 */ 	position: relative;
/* 138 */ 	left: -50%;
/* 139 */ }
/* 140 */ 
/* 141 */ /* Paging items */
/* 142 */ .touchcarousel .tc-paging-item {			
/* 143 */ 	float:left;	
/* 144 */ 	cursor:pointer;		
/* 145 */ 	position:relative;
/* 146 */ 	display:block;	
/* 147 */ 	text-indent: -9999px;	
/* 148 */ }
/* 149 */ .touchcarousel .tc-paging-item.current { }
/* 150 */ .touchcarousel .tc-paging-item:hover { }

/* touchcarousel.css */

/* 151 */ 
/* 152 */ 
/* 153 */ 
/* 154 */ 
/* 155 */ 
/* 156 */ /******************************************************\
/* 157 *| *
/* 158 *| *  5. Scrollbar
/* 159 *| *
/* 160 *| \******************************************************/
/* 161 */ .touchcarousel .scrollbar-holder {
/* 162 */ 	position: absolute;
/* 163 */ 	z-index: 30;
/* 164 */ 	left: 6px;
/* 165 */ 	right: 6px;	
/* 166 */ 	bottom: 5px;
/* 167 */ 	height:4px;
/* 168 */ 	overflow: hidden;
/* 169 */ }
/* 170 */ .touchcarousel .scrollbar {
/* 171 */ 	position: absolute;
/* 172 */ 	left:0;	
/* 173 */ 	height:4px;
/* 174 */ 	bottom: 0px;
/* 175 */ }
/* 176 */ .touchcarousel .scrollbar.dark {
/* 177 */ 	background-color: rgb(130, 130, 130);	
/* 178 */ 	background-color: rgba(0, 0, 0, 0.5);
/* 179 */ }
/* 180 */ .touchcarousel .scrollbar.light {
/* 181 */ 	background-color: rgb(210, 210, 210);	
/* 182 */ 	background-color: rgba(255, 255, 255, 0.5);	
/* 183 */ }
/* 184 */ 
/* 185 */ 
/* 186 */ 
/* 187 */ 
/* 188 */ 
/* 189 */ /******************************************************\
/* 190 *| *
/* 191 *| *  6. Cursors
/* 192 *| *
/* 193 *| \******************************************************/
/* 194 */ 
/* 195 */ /* IE and Opera use "move", FF uses -moz-grab */
/* 196 */ .touchcarousel .grab-cursor{ cursor:url(/wp-content/plugins/touchcarousel/touchcarousel/grab.png) 8 8, move; }
/* 197 */ .touchcarousel .grabbing-cursor{ cursor:url(/wp-content/plugins/touchcarousel/touchcarousel/grabbing.png) 8 8, move; }
/* 198 */ 
/* 199 */ /* Cursor that used when mouse drag is disabled */
/* 200 */ .touchcarousel .auto-cursor{ cursor:auto; }

/* touchcarousel.css */

/* 201 */ 
/* 202 */ 
/* 203 */ 
/* 204 */ 
/* 205 */ /* Copyright 2011, Dmitry Semenov, http://dimsemenov.com */

/* minimal-light-skin.css */

/* 1  */ /******************************************************\
/* 2  *| *
/* 3  *| *  Minimal Light Skin
/* 4  *| *
/* 5  *| *    1. Arrows(direction) navigation
/* 6  *| *    2. Paging navigation
/* 7  *| *
/* 8  *| \******************************************************/
/* 9  */ 
/* 10 */ 
/* 11 */ 
/* 12 */ /******************************************************\
/* 13 *| *
/* 14 *| *  1. Arrows (direction) navigation
/* 15 *| *
/* 16 *| \******************************************************/
/* 17 */ .touchcarousel.minimal-light .arrow-icon {
/* 18 */ 	width: 23px;
/* 19 */ 	height: 28px;	
/* 20 */ 	margin-top: -14px;
/* 21 */ }
/* 22 */ .touchcarousel.minimal-light .arrow-icon.left{
/* 23 */ 	left: 5px;
/* 24 */ 	background: url('/wp-content/plugins/touchcarousel/touchcarousel/minimal-light-skin/sprite.png') no-repeat -6px -7px;
/* 25 */ }
/* 26 */ .touchcarousel.minimal-light .arrow-icon.right{
/* 27 */ 	right: 5px;
/* 28 */ 	background: url('/wp-content/plugins/touchcarousel/touchcarousel/minimal-light-skin/sprite.png') no-repeat -173px -7px;
/* 29 */ }
/* 30 */ .touchcarousel.minimal-light .arrow-holder.disabled {
/* 31 */ 	-moz-opacity: 1;	
/* 32 */ 	-webkit-opacity: 1;	
/* 33 */ 	opacity: 1;
/* 34 */ }
/* 35 */ .touchcarousel.minimal-light .arrow-holder.disabled .arrow-icon.left{
/* 36 */ 	background: url('/wp-content/plugins/touchcarousel/touchcarousel/minimal-light-skin/sprite.png') no-repeat -40px -7px;
/* 37 */ }
/* 38 */ .touchcarousel.minimal-light .arrow-holder.disabled .arrow-icon.right{
/* 39 */ 	background: url('/wp-content/plugins/touchcarousel/touchcarousel/minimal-light-skin/sprite.png') no-repeat -139px -7px;
/* 40 */ }
/* 41 */ .touchcarousel.minimal-light .arrow-holder {
/* 42 */ 	width: 35px;
/* 43 */ 	-moz-opacity: 0.8;	
/* 44 */ 	-webkit-opacity: 0.8;	
/* 45 */ 	opacity: 0.8;	
/* 46 */ }
/* 47 */ .touchcarousel.minimal-light .arrow-holder:hover {
/* 48 */ 	-moz-opacity: 1;	
/* 49 */ 	-webkit-opacity: 1;	
/* 50 */ 	opacity: 1;	

/* minimal-light-skin.css */

/* 51 */ }
/* 52 */ 
/* 53 */ /******************************************************\
/* 54 *| *
/* 55 *| *  2. Paging navigation
/* 56 *| *
/* 57 *| \******************************************************/
/* 58 */ .touchcarousel.minimal-light .tc-paging-container {	
/* 59 */ 	margin-top: -22px;
/* 60 */ }
/* 61 */ .touchcarousel.minimal-light .tc-paging-item {
/* 62 */ 	background: url('/wp-content/plugins/touchcarousel/touchcarousel/minimal-light-skin/sprite.png') no-repeat -95px -4px;
/* 63 */ 	
/* 64 */ 	width: 16px;
/* 65 */ 	height: 16px;	
/* 66 */ 	
/* 67 */ 	-moz-opacity: 0.8;	
/* 68 */ 	-webkit-opacity: 0.8;	
/* 69 */ 	opacity: 0.8;	
/* 70 */ }
/* 71 */ .touchcarousel.minimal-light .tc-paging-item.current {	
/* 72 */ 	background: url('/wp-content/plugins/touchcarousel/touchcarousel/minimal-light-skin/sprite.png') no-repeat -95px -22px;
/* 73 */ }
/* 74 */ .touchcarousel.minimal-light .tc-paging-item:hover {		
/* 75 */ 	-moz-opacity: 1;	
/* 76 */ 	-webkit-opacity: 1;	
/* 77 */ 	opacity: 1;		
/* 78 */ }
/* 79 */ 
/* 80 */ 
/* 81 */ 
/* 82 */ 
/* 83 */ 
/* 84 */ 

/* photopress-masonry-gallery.css */

/* 1  */ /* MASONRY GALLERY STYLES */
/* 2  */ 
/* 3  */ .photopress-gallery-masonry {
/* 4  */ 	
/* 5  */ 
/* 6  */ }
/* 7  */ 
/* 8  */ .photopress-gallery-masonry .gallery-item {
/* 9  */   position: relative;
/* 10 */   padding: 0px;
/* 11 */ }
/* 12 */ 
/* 13 */ .photopress-gallery-masonry .gallery-item dd {
/* 14 */   display: none;
/* 15 */   position: absolute;
/* 16 */   left:0; right:0; bottom:0;
/* 17 */   background: rgba(0,0,0,.7);
/* 18 */   min-height: 30px;
/* 19 */   border:0px;
/* 20 */   color: #ffffff;
/* 21 */   
/* 22 */ }
/* 23 */ 
/* 24 */ .photopress-gallery-masonry .gallery-item:hover dd {
/* 25 */ 
/* 26 */   display: block;
/* 27 */ }
/* 28 */ 
/* 29 */ .photopress-gallery-masonry .gallery-item {
/* 30 */ 	
/* 31 */   margin: 0 0 10px 0;
/* 32 */ }
/* 33 */ 
/* 34 */ .photopress-gallery-masonry .gallery-item img { display: block }
/* 35 */ 
/* 36 */ 

/* magnific-popup-gallery.css */

/* 1   */ /* Magnific Popup CSS */
/* 2   */ .mfp-bg {
/* 3   */   top: 0;
/* 4   */   left: 0;
/* 5   */   width: 100%;
/* 6   */   height: 100%;
/* 7   */   z-index: 1042;
/* 8   */   overflow: hidden;
/* 9   */   position: fixed;
/* 10  */   background: #0b0b0b;
/* 11  */   opacity: 0.8;
/* 12  */   filter: alpha(opacity=80); }
/* 13  */ 
/* 14  */ .mfp-wrap {
/* 15  */   top: 0;
/* 16  */   left: 0;
/* 17  */   width: 100%;
/* 18  */   height: 100%;
/* 19  */   z-index: 1043;
/* 20  */   position: fixed;
/* 21  */   outline: none !important;
/* 22  */   -webkit-backface-visibility: hidden; }
/* 23  */ 
/* 24  */ .mfp-container {
/* 25  */   text-align: center;
/* 26  */   position: absolute;
/* 27  */   width: 100%;
/* 28  */   height: 100%;
/* 29  */   left: 0;
/* 30  */   top: 0;
/* 31  */   padding: 0 8px;
/* 32  */   -webkit-box-sizing: border-box;
/* 33  */   -moz-box-sizing: border-box;
/* 34  */   box-sizing: border-box; }
/* 35  */ 
/* 36  */ .mfp-container:before {
/* 37  */   content: '';
/* 38  */   display: inline-block;
/* 39  */   height: 100%;
/* 40  */   vertical-align: middle; }
/* 41  */ 
/* 42  */ .mfp-align-top .mfp-container:before {
/* 43  */   display: none; }
/* 44  */ 
/* 45  */ .mfp-content {
/* 46  */   position: relative;
/* 47  */   display: inline-block;
/* 48  */   vertical-align: middle;
/* 49  */   margin: 0 auto;
/* 50  */   text-align: left;

/* magnific-popup-gallery.css */

/* 51  */   z-index: 1045; }
/* 52  */ 
/* 53  */ .mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
/* 54  */   width: 100%;
/* 55  */   cursor: auto; }
/* 56  */ 
/* 57  */ .mfp-ajax-cur {
/* 58  */   cursor: progress; }
/* 59  */ 
/* 60  */ .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
/* 61  */   cursor: -moz-zoom-out;
/* 62  */   cursor: -webkit-zoom-out;
/* 63  */   cursor: zoom-out; }
/* 64  */ 
/* 65  */ .mfp-zoom {
/* 66  */   cursor: pointer;
/* 67  */   cursor: -webkit-zoom-in;
/* 68  */   cursor: -moz-zoom-in;
/* 69  */   cursor: zoom-in; }
/* 70  */ 
/* 71  */ .mfp-auto-cursor .mfp-content {
/* 72  */   cursor: auto; }
/* 73  */ 
/* 74  */ .mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
/* 75  */   -webkit-user-select: none;
/* 76  */   -moz-user-select: none;
/* 77  */   user-select: none; }
/* 78  */ 
/* 79  */ .mfp-loading.mfp-figure {
/* 80  */   display: none; }
/* 81  */ 
/* 82  */ .mfp-hide {
/* 83  */   display: none !important; }
/* 84  */ 
/* 85  */ .mfp-preloader {
/* 86  */   color: #cccccc;
/* 87  */   position: absolute;
/* 88  */   top: 50%;
/* 89  */   width: auto;
/* 90  */   text-align: center;
/* 91  */   margin-top: -0.8em;
/* 92  */   left: 8px;
/* 93  */   right: 8px;
/* 94  */   z-index: 1044; }
/* 95  */   .mfp-preloader a {
/* 96  */     color: #cccccc; }
/* 97  */     .mfp-preloader a:hover {
/* 98  */       color: white; }
/* 99  */ 
/* 100 */ .mfp-s-ready .mfp-preloader {

/* magnific-popup-gallery.css */

/* 101 */   display: none; }
/* 102 */ 
/* 103 */ .mfp-s-error .mfp-content {
/* 104 */   display: none; }
/* 105 */ 
/* 106 */ button.mfp-close, button.mfp-arrow {
/* 107 */   overflow: visible;
/* 108 */   cursor: pointer;
/* 109 */   background: transparent;
/* 110 */   border: 0;
/* 111 */   -webkit-appearance: none;
/* 112 */   display: block;
/* 113 */   outline: none;
/* 114 */   padding: 0;
/* 115 */   z-index: 1046;
/* 116 */   -webkit-box-shadow: none;
/* 117 */   box-shadow: none; }
/* 118 */ button::-moz-focus-inner {
/* 119 */   padding: 0;
/* 120 */   border: 0; }
/* 121 */ 
/* 122 */ .mfp-close {
/* 123 */   width: 44px;
/* 124 */   height: 44px;
/* 125 */   line-height: 44px;
/* 126 */   position: absolute;
/* 127 */   right: 0;
/* 128 */   top: 0;
/* 129 */   text-decoration: none;
/* 130 */   text-align: center;
/* 131 */   opacity: 0.65;
/* 132 */   filter: alpha(opacity=65);
/* 133 */   padding: 0 0 18px 10px;
/* 134 */   color: white;
/* 135 */   font-style: normal;
/* 136 */   font-size: 28px;
/* 137 */   font-family: Arial, Baskerville, monospace; }
/* 138 */   .mfp-close:hover, .mfp-close:focus {
/* 139 */     opacity: 1;
/* 140 */     filter: alpha(opacity=100); }
/* 141 */   .mfp-close:active {
/* 142 */     top: 1px; }
/* 143 */ 
/* 144 */ .mfp-close-btn-in .mfp-close {
/* 145 */   color: #333333; }
/* 146 */ 
/* 147 */ .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
/* 148 */   color: white;
/* 149 */   right: -6px;
/* 150 */   text-align: right;

/* magnific-popup-gallery.css */

/* 151 */   padding-right: 6px;
/* 152 */   width: 100%; }
/* 153 */ 
/* 154 */ .mfp-counter {
/* 155 */   position: absolute;
/* 156 */   top: 0;
/* 157 */   right: 0;
/* 158 */   color: #cccccc;
/* 159 */   font-size: 12px;
/* 160 */   line-height: 18px; }
/* 161 */ 
/* 162 */ .mfp-arrow {
/* 163 */   position: absolute;
/* 164 */   opacity: 0.65;
/* 165 */   filter: alpha(opacity=65);
/* 166 */   margin: 0;
/* 167 */   top: 50%;
/* 168 */   margin-top: -55px;
/* 169 */   padding: 0;
/* 170 */   width: 90px;
/* 171 */   height: 110px;
/* 172 */   -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
/* 173 */   .mfp-arrow:active {
/* 174 */     margin-top: -54px; }
/* 175 */   .mfp-arrow:hover, .mfp-arrow:focus {
/* 176 */     opacity: 1;
/* 177 */     filter: alpha(opacity=100); }
/* 178 */   .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
/* 179 */     content: '';
/* 180 */     display: block;
/* 181 */     width: 0;
/* 182 */     height: 0;
/* 183 */     position: absolute;
/* 184 */     left: 0;
/* 185 */     top: 0;
/* 186 */     margin-top: 35px;
/* 187 */     margin-left: 35px;
/* 188 */     border: medium inset transparent; }
/* 189 */   .mfp-arrow:after, .mfp-arrow .mfp-a {
/* 190 */     border-top-width: 13px;
/* 191 */     border-bottom-width: 13px;
/* 192 */     top: 8px; }
/* 193 */   .mfp-arrow:before, .mfp-arrow .mfp-b {
/* 194 */     border-top-width: 21px;
/* 195 */     border-bottom-width: 21px;
/* 196 */     opacity: 0.7; }
/* 197 */ 
/* 198 */ .mfp-arrow-left {
/* 199 */   left: 0; }
/* 200 */   .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {

/* magnific-popup-gallery.css */

/* 201 */     border-right: 17px solid white;
/* 202 */     margin-left: 31px; }
/* 203 */   .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
/* 204 */     margin-left: 25px;
/* 205 */     border-right: 27px solid #3f3f3f; }
/* 206 */ 
/* 207 */ .mfp-arrow-right {
/* 208 */   right: 0; }
/* 209 */   .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
/* 210 */     border-left: 17px solid white;
/* 211 */     margin-left: 39px; }
/* 212 */   .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
/* 213 */     border-left: 27px solid #3f3f3f; }
/* 214 */ 
/* 215 */ .mfp-iframe-holder {
/* 216 */   padding-top: 40px;
/* 217 */   padding-bottom: 40px; }
/* 218 */   .mfp-iframe-holder .mfp-content {
/* 219 */     line-height: 0;
/* 220 */     width: 100%;
/* 221 */     max-width: 900px; }
/* 222 */   .mfp-iframe-holder .mfp-close {
/* 223 */     top: -40px; }
/* 224 */ 
/* 225 */ .mfp-iframe-scaler {
/* 226 */   width: 100%;
/* 227 */   height: 0;
/* 228 */   overflow: hidden;
/* 229 */   padding-top: 56.25%; }
/* 230 */   .mfp-iframe-scaler iframe {
/* 231 */     position: absolute;
/* 232 */     display: block;
/* 233 */     top: 0;
/* 234 */     left: 0;
/* 235 */     width: 100%;
/* 236 */     height: 100%;
/* 237 */     box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
/* 238 */     background: black; }
/* 239 */ 
/* 240 */ /* Main image in popup */
/* 241 */ img.mfp-img {
/* 242 */   width: auto;
/* 243 */   max-width: 100%;
/* 244 */   height: auto;
/* 245 */   display: block;
/* 246 */   line-height: 0;
/* 247 */   -webkit-box-sizing: border-box;
/* 248 */   -moz-box-sizing: border-box;
/* 249 */   box-sizing: border-box;
/* 250 */   padding: 40px 0 40px;

/* magnific-popup-gallery.css */

/* 251 */   margin: 0 auto; }
/* 252 */ 
/* 253 */ /* The shadow behind the image */
/* 254 */ .mfp-figure {
/* 255 */   line-height: 0; }
/* 256 */   .mfp-figure:after {
/* 257 */     content: '';
/* 258 */     position: absolute;
/* 259 */     left: 0;
/* 260 */     top: 40px;
/* 261 */     bottom: 40px;
/* 262 */     display: block;
/* 263 */     right: 0;
/* 264 */     width: auto;
/* 265 */     height: auto;
/* 266 */     z-index: -1;
/* 267 */     box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
/* 268 */     background: #444444; }
/* 269 */   .mfp-figure small {
/* 270 */     color: #bdbdbd;
/* 271 */     display: block;
/* 272 */     font-size: 12px;
/* 273 */     line-height: 14px; }
/* 274 */   .mfp-figure figure {
/* 275 */     margin: 0; }
/* 276 */ 
/* 277 */ .mfp-bottom-bar {
/* 278 */   margin-top: -36px;
/* 279 */   position: absolute;
/* 280 */   top: 100%;
/* 281 */   left: 0;
/* 282 */   width: 100%;
/* 283 */   cursor: auto; }
/* 284 */ 
/* 285 */ .mfp-title {
/* 286 */   text-align: left;
/* 287 */   line-height: 18px;
/* 288 */   color: #f3f3f3;
/* 289 */   word-wrap: break-word;
/* 290 */   padding-right: 36px; }
/* 291 */ 
/* 292 */ .mfp-image-holder .mfp-content {
/* 293 */   max-width: 100%; }
/* 294 */ 
/* 295 */ .mfp-gallery .mfp-image-holder .mfp-figure {
/* 296 */   cursor: pointer; }
/* 297 */ 
/* 298 */ @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
/* 299 */   /**
/* 300 *|        * Remove all paddings around the image on small screen

/* magnific-popup-gallery.css */

/* 301 *|        */
/* 302 */   .mfp-img-mobile .mfp-image-holder {
/* 303 */     padding-left: 0;
/* 304 */     padding-right: 0; }
/* 305 */   .mfp-img-mobile img.mfp-img {
/* 306 */     padding: 0; }
/* 307 */   .mfp-img-mobile .mfp-figure:after {
/* 308 */     top: 0;
/* 309 */     bottom: 0; }
/* 310 */   .mfp-img-mobile .mfp-figure small {
/* 311 */     display: inline;
/* 312 */     margin-left: 5px; }
/* 313 */   .mfp-img-mobile .mfp-bottom-bar {
/* 314 */     background: rgba(0, 0, 0, 0.6);
/* 315 */     bottom: 0;
/* 316 */     margin: 0;
/* 317 */     top: auto;
/* 318 */     padding: 3px 5px;
/* 319 */     position: fixed;
/* 320 */     -webkit-box-sizing: border-box;
/* 321 */     -moz-box-sizing: border-box;
/* 322 */     box-sizing: border-box; }
/* 323 */     .mfp-img-mobile .mfp-bottom-bar:empty {
/* 324 */       padding: 0; }
/* 325 */   .mfp-img-mobile .mfp-counter {
/* 326 */     right: 5px;
/* 327 */     top: 3px; }
/* 328 */   .mfp-img-mobile .mfp-close {
/* 329 */     top: 0;
/* 330 */     right: 0;
/* 331 */     width: 35px;
/* 332 */     height: 35px;
/* 333 */     line-height: 35px;
/* 334 */     background: rgba(0, 0, 0, 0.6);
/* 335 */     position: fixed;
/* 336 */     text-align: center;
/* 337 */     padding: 0; } }
/* 338 */ 
/* 339 */ @media all and (max-width: 900px) {
/* 340 */   .mfp-arrow {
/* 341 */     -webkit-transform: scale(0.75);
/* 342 */     transform: scale(0.75); }
/* 343 */   .mfp-arrow-left {
/* 344 */     -webkit-transform-origin: 0;
/* 345 */     transform-origin: 0; }
/* 346 */   .mfp-arrow-right {
/* 347 */     -webkit-transform-origin: 100%;
/* 348 */     transform-origin: 100%; }
/* 349 */   .mfp-container {
/* 350 */     padding-left: 6px;

/* magnific-popup-gallery.css */

/* 351 */     padding-right: 6px; } }
/* 352 */ 
/* 353 */ .mfp-ie7 .mfp-img {
/* 354 */   padding: 0; }
/* 355 */ .mfp-ie7 .mfp-bottom-bar {
/* 356 */   width: 600px;
/* 357 */   left: 50%;
/* 358 */   margin-left: -300px;
/* 359 */   margin-top: 5px;
/* 360 */   padding-bottom: 5px; }
/* 361 */ .mfp-ie7 .mfp-container {
/* 362 */   padding: 0; }
/* 363 */ .mfp-ie7 .mfp-content {
/* 364 */   padding-top: 44px; }
/* 365 */ .mfp-ie7 .mfp-close {
/* 366 */   top: 0;
/* 367 */   right: 0;
/* 368 */   padding-top: 0; }

/* additional.css */

/* 1   */ .mfp-container {
/* 2   */ width:1195px;
/* 3   */ min-height:634px;
/* 4   */ height:auto;
/* 5   */ position:relative;
/* 6   */ margin:40px auto;
/* 7   */ background:#fff;
/* 8   */ padding:36px 0 40px;
/* 9   */ }
/* 10  */ .mfp-image-holder .mfp-content {
/* 11  */ width: 99%;
/* 12  */ height: 90%;
/* 13  */ }
/* 14  */ .mfp-content h2.posttitle {
/* 15  */ margin: -10px 0 5px;
/* 16  */ background-color:#fff;
/* 17  */ }
/* 18  */ .mfp-gallery .mfp-image-holder .mfp-figure {
/* 19  */ margin: 0;
/* 20  */ padding: 0;
/* 21  */ background:#fff;
/* 22  */ min-height:555px;
/* 23  */ height:100%;
/* 24  */ }
/* 25  */ 
/* 26  */ .mfp-figure figure {
/* 27  */ margin: 0 20px 0 0;
/* 28  */ padding: 0 15px 0 0;
/* 29  */ border-right:1px solid #454545;
/* 30  */ width:775px;
/* 31  */ display:block;
/* 32  */ float:left;
/* 33  */ height:100%;
/* 34  */ overflow:auto;
/* 35  */ }
/* 36  */ img.mfp-img {
/* 37  */ padding: 0;
/* 38  */ margin: 0 auto;
/* 39  */ background: #fff;
/* 40  */ max-width:780px !important;
/* 41  */ width:auto!important;
/* 42  */ max-height:100% !important;
/* 43  */ }
/* 44  */ .mfp-bottom-bar {
/* 45  */ margin-top: 0;
/* 46  */ position: relative;
/* 47  */ top: 100%;
/* 48  */ left: 0;
/* 49  */ width: 100%;
/* 50  */ cursor: auto;

/* additional.css */

/* 51  */ }
/* 52  */ figcaption {
/* 53  */ width: 338px;
/* 54  */ display: block;
/* 55  */ float: right;
/* 56  */ font: normal normal 15px Garamond, Times, serif;
/* 57  */ max-height: 100%;
/* 58  */ }
/* 59  */ .mfp-title {
/* 60  */ color: #000;
/* 61  */ line-height:1.4em;
/* 62  */ }
/* 63  */ figcaption h3 {
/* 64  */ font:normal 700 12px/19px Didot, Times, serif;
/* 65  */ text-transform:uppercase;
/* 66  */ margin-bottom:10px !important;
/* 67  */ padding: 0;
/* 68  */ letter-spacing: 2px;
/* 69  */ }
/* 70  */ .mfp-title p {
/* 71  */ line-height:1.4em;
/* 72  */ margin-top:0;
/* 73  */ }
/* 74  */ 
/* 75  */ .mfp-title a {
/* 76  */ text-decoration:underline;
/* 77  */ }
/* 78  */ 
/* 79  */ .mfp-arrow {
/* 80  */ top:100%!important;
/* 81  */ bottom:0;
/* 82  */ }
/* 83  */ .mfp-figure:after {
/* 84  */ box-shadow:none;
/* 85  */ background:#fff;
/* 86  */ }
/* 87  */ .mfp-counter {
/* 88  */ position: absolute;
/* 89  */ top:101.5% !important;
/* 90  */ right: 50% !important;
/* 91  */ font:normal 300 10px 'Gotham A', 'Gotham B', Helvetica, sans-serif;
/* 92  */ color:#ef4922;
/* 93  */ }
/* 94  */ button.mfp-arrow-left {
/* 95  */ border:none;
/* 96  */ background:url(http://www.mothermag.com/wp-content/uploads/2014/05/prevarr.png) bottom left no-repeat;
/* 97  */ background-size:39px 10px;
/* 98  */ height:10px;
/* 99  */ display:block;
/* 100 */ margin-left:20px;

/* additional.css */

/* 101 */ padding-top:40px;
/* 102 */ padding-right:30px;
/* 103 */ }
/* 104 */ .mfp-arrow-left:before, .mfp-arrow-left:after {
/* 105 */ display:none;
/* 106 */ }
/* 107 */ 
/* 108 */ button.mfp-arrow-right {
/* 109 */ border:none;
/* 110 */ background:url(http://www.mothermag.com/wp-content/uploads/2014/05/nextarr.png) bottom right no-repeat;
/* 111 */ background-size:47px 10px;
/* 112 */ height:10px;
/* 113 */ display:block;
/* 114 */ margin-right:20px;
/* 115 */ padding-top:40px;
/* 116 */ padding-left:30px;
/* 117 */ }
/* 118 */ .mfp-arrow-right:before, .mfp-arrow-right:after {
/* 119 */ display:none;
/* 120 */ }
/* 121 */ .mfp-close {visibility:hidden;}
/* 122 */ .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
/* 123 */ visibility:visible;
/* 124 */ background:url(http://www.mothermag.com/wp-content/uploads/2014/05/close.png) no-repeat;
/* 125 */ height:31px;
/* 126 */ width:30px;
/* 127 */ display:block;
/* 128 */ top: -27px;
/* 129 */ right: 1px;
/* 130 */ position: absolute;
/* 131 */ padding: 0;
/* 132 */ }
/* 133 */ 
/* 134 */ div#popup-gallery, div.popup-gallery {
/* 135 */     text-align: center;
/* 136 */     margin-bottom: 40px;}
/* 137 */ 
/* 138 */ div.popup-gallery a {
/* 139 */ width:32%;
/* 140 */ margin-right:5px;
/* 141 */ }
/* 142 */ 
/* 143 */ div.image-wrap {
/* 144 */     width: 100% /* Change this value to have your thumbnails laid out differently */
/* 145 */     margin-bottom: 4px;
/* 146 */     display: inline-block;
/* 147 */ }
/* 148 */ 
/* 149 */ div.image-wrap img {
/* 150 */     width: 100%;

/* additional.css */

/* 151 */ }
/* 152 */ 
/* 153 */ .a.lightbox-link {
/* 154 */     -webkit-transition: all 0.25s ease-in-out 0s;
/* 155 */     -moz-transition: all 0.25s ease-in-out 0s;
/* 156 */     -ms-transition: all 0.25s ease-in-out 0s;
/* 157 */     -o-transition: all 0.25s ease-in-out 0s;
/* 158 */     transition: all 0.25s ease-in-out 0s;
/* 159 */ }
/* 160 */ 
/* 161 */ .a.lightbox-link:hover {
/* 162 */     -webkit-opacity: 0.8;
/* 163 */     -khtml-opacity: 0.8;
/* 164 */     -moz-opacity: 0.8;
/* 165 */     -ms-opacity: 0.8;
/* 166 */     -o-opacity: 0.8;
/* 167 */     opacity: 0.8;
/* 168 */     filter: alpha(opacity=80);
/* 169 */ }
/* 170 */ 
/* 171 */ .image-wrap figcaption {
/* 172 */     display: none;
/* 173 */ }
/* 174 */ 
/* 175 */ .mfp-bg figcaption {
/* 176 */     display: block;
/* 177 */     position: absolute;
/* 178 */ }
/* 179 */ 
/* 180 */ .lb-title {
/* 181 */     margin: 0.5em 0 0 0;
/* 182 */ }
/* 183 */ 
/* 184 */ .lb-description {
/* 185 */     margin-left: 0;
/* 186 */     width: 100%;
/* 187 */ }
/* 188 */ 
/* 189 */ .touchcarousel.minimal-light .arrow-icon {
/* 190 */ width: 25px !important;
/* 191 */ }
/* 192 */ div.mfp-wrap.mfp-gallery.mfp-auto-cursor.mfp-with-zoom.mfp-img-mobile.mfp-ready {
/* 193 */ overflow-x:auto !important;
/* 194 */ }
/* 195 */ #touchcarousel-1 .tc-meta a {
/* 196 */ display:inline-block !important;
/* 197 */ }

/* responsive.css */

/* 1   */ @media only screen and (min-width : 1800px) {
/* 2   */ #header-wrapper {min-width:1525px;}
/* 3   */ #header h1 a {font-size:179px;padding:37px 0 14px;letter-spacing:34px;}
/* 4   */ #linkbar-wrapper {min-width:1525px;padding:0 0 12px;}
/* 5   */ #linkbar li {padding:0 14px 12px;font-size:18px;}
/* 6   */ #linkbar ul li ul {padding-bottom:7px;}
/* 7   */ #linkbar ul li ul li {padding:0px 0px 7px;}
/* 8   */ #linkbar ul li ul li a {padding:8px 12px;}
/* 9   */ #linkbar li.current-menu-item, #linkbar li:hover, #linkbar li.current-post-ancestor {background:url(/wp-content/themes/mother/images/currenthover.png) bottom center no-repeat;background-size:23px 12px;}
/* 10  */ #linkbar a, #linkbar-home a {padding:8px 0 19px;font-size:16px;letter-spacing:4px;}
/* 11  */ #linkbar-wrapper-home {padding: 0 0 12px;background:url(/wp-content/themes/mother/images/linkbarback.png) bottom center repeat;background-size:auto 10px;min-width:1525px;}
/* 12  */ #linkbar-home li {padding:0 14px;font-size:18px;border-bottom:12px solid #000;}
/* 13  */ #linkbar-home ul li ul {padding-bottom:7px;}
/* 14  */ #linkbar-home ul li ul li a {padding:8px 12px;}
/* 15  */ #linkbar-home li:hover {background:url(/wp-content/themes/mother/images/current.png) bottom center no-repeat;background-size:1333px 12px;padding-bottom:12px;}
/* 16  */ #topbar {max-width:1525px;min-width:1525px;height:37px;}
/* 17  */ #linkbar2 {padding-top:7px;}
/* 18  */ #linkbar2 li a {height:19px;width:19px;margin:0 5px;}
/* 19  */ #linkbar2 li.facebook a {background-size:10px 19px;width:10px;}
/* 20  */ #linkbar2 li.twitter a {background-size:21px 19px;width:21px;}
/* 21  */ #linkbar2 li.googleplus a {background-size:23px 19px;width:23px;}
/* 22  */ #linkbar2 li.pinterest a {background-size:15px 19px;width:15px;}
/* 23  */ #linkbar2 li.instagram a {background-size:18px 19px;width:18px;}
/* 24  */ #linkbar2 li.rss a {background-size:17px 19px;width:17px;}
/* 25  */ #linkbar2 li.bloglovin a {background-size:22px 19px;width:22px;}
/* 26  */ #mc_embed_signup input {width:228px;height:23px;font-size:11px;letter-spacing:2px;}
/* 27  */ #mc_embed_signup label {font-size: 14px;letter-spacing:3px;}
/* 28  */ #topbar #mc_embed_signup {padding-top:5px;}
/* 29  */ #mc_embed_signup2 input {width:228px;height:23px;font-size:11px;letter-spacing:2px;}
/* 30  */ #mc_embed_signup2 label {font-size: 16px;letter-spacing:3px;}
/* 31  */ #search_form input {width:142px;height:23px;font-size:11px;letter-spacing:2px;padding-left:4px;padding-right: 23px;}
/* 32  */ #topbar #search_form {margin-left:14px;background: url(/wp-content/themes/mother/images/search.jpg) 150px 5px no-repeat;background-size: 15px;}
/* 33  */ #outer-wrapper {width: 1525px;}
/* 34  */ #outer-wrapper-home {width: 1525px;font-size:21px;line-height:28px;}
/* 35  */ #full-wrapper {width: 1525px;}
/* 36  */ #home-wrapper {width: 883px;margin: 0 75px;padding: 0 75px;}
/* 37  */ #main-wrapper {width: 1021px;margin:0 82px;}
/* 38  */ h2.posttitle {font-size:39px;letter-spacing:4px;}
/* 39  */ .post-body {font-size:21px;}
/* 40  */ .post-top {font-size:14px;padding: 0 0 22px;letter-spacing: 1.5px;}
/* 41  */ .post-footer {font-size:14px;margin: 42px 0 69px;letter-spacing: 1.5px;}
/* 42  */ .post .socialshare a img, .attachment .socialshare a img {height:19px;width:auto;}
/* 43  */ .relatedposts {width:1525px;}
/* 44  */ .relatedposts h3.entry-title {font-size:17px;letter-spacing:1.5px;}
/* 45  */ .relatedposts .cats {font-size:12px;}
/* 46  */ .relatedposts .rp5 {font-size:17px;letter-spacing: 1.5px;}
/* 47  */ .relatedposts .rp6 {font-size:14px;letter-spacing: 1.5px;}
/* 48  */ .verticalimage {width:545px;}
/* 49  */ .horizontalimage {width:1021px;}
/* 50  */ #thegallery .gallerytext {font-size:14px;letter-spacing:4px;padding: 110px 0 28px;}

/* responsive.css */

/* 51  */ .photopress-gallery-masonry .gallery-item .gallery-caption {height:64px;font-size:14px;letter-spacing: 2px;}
/* 52  */ .photopress-gallery-masonry .gallery-item:hover .gallery-caption {margin-top:-70px;}
/* 53  */ .gallery-thumbnails .gallery-item .gallery-caption {height:21px;font-size:14px;letter-spacing:2px;}
/* 54  */ .gallery-thumbnails .gallery-item:hover .gallery-caption {margin-top:-21px;}
/* 55  */ .photopress-gallery-masonry .gallery-item .gallery-caption p, .gallery-thumbnails .gallery-item .gallery-caption p {padding-left:7px;}
/* 56  */ .photopress-gallery-masonry .gallery-item {width:331px;}
/* 57  */ .photopress-gallery-masonry .gallery-item dd {min-height: 41px;}
/* 58  */ .gallery-thumbnails .gallery-item {width:193px;margin-right:3px;margin-left:3px;}
/* 59  */ .gallery-thumbnails .gallery-item a img {width:193px;height:193px;}
/* 60  */ .gallery-thumbnails .gallery-item a {height:193px;width:193px;}
/* 61  */ h3.entry-title {font-size: 19px;letter-spacing:3px;}
/* 62  */ .cats, .cats a {font-size: 14px;letter-spacing:4px;}
/* 63  */ a.readmore {font-size: 14px;letter-spacing:4px;}
/* 64  */ .featuredpost .entry-summary {margin:23px 0 41px;}
/* 65  */ .featuredpost a.read-more {font-size:14px;letter-spacing:4px;}
/* 66  */ .moreposts .homeposts {width: 904px;}
/* 67  */ .moreposts .homeposts div.post {margin:0 10px 10px;width:421px;min-height:530px;}
/* 68  */ .moreposts .homeposts div.post img {width:432px;height:290px;}
/* 69  */ .load-more a {font-size: 14px;letter-spacing:4px;}
/* 70  */ .pickshome .katie {width:431px;}
/* 71  */ .pickshome .james {width:431px;}
/* 72  */ .pickshome h4 {font-size: 14px;letter-spacing:4px;}
/* 73  */ .pickshome div img {width:432px;height:290px;}
/* 74  */ .rsContent {height:483px;}
/* 75  */ .rsContent img {height:483px;}
/* 76  */ .rsContent .overlay {margin-top: -58px;height: 58px;font-size:14px;padding:5px 0 0 8px;letter-spacing:1.5px;}
/* 77  */ .rsContent a h3 {font-size:18px;letter-spacing:1.5px;}
/* 78  */ #motherhoodposts {width:1525px;}
/* 79  */ .crpw-tag-item {width:276px;}
/* 80  */ .crpw-tag-item img {width:276px;}
/* 81  */ .crpw-tag-item a.crpw-tag-title {font-size:17px;letter-spacing:1.5px;}
/* 82  */ .location, .rp_cat a {font-size: 14px;letter-spacing:1.5px;}
/* 83  */ .aboutleft {width:745px;}
/* 84  */ .aboutright {width:745px;}
/* 85  */ .aboutpage {font-size: 16px;line-height:33px;}
/* 86  */ .aboutpage h3 {font-size: 29px;letter-spacing:4px;}
/* 87  */ .aboutpage h4 {font-size: 14px;letter-spacing:2px;margin:14px 0;}
/* 88  */ #post-15 h4 {font-size:14px;letter-spacing:2px;}
/* 89  */ .archiveposts {width:1520px;}
/* 90  */ .archiveposts li.post {width:283px;margin-right:20px;margin-bottom:48px;min-height:387px;}
/* 91  */ .archiveposts li.post img {width:283px;height:193px;}
/* 92  */ .archiveposts h3.entry-title {font-size:17px;letter-spacing:4px;margin:7px 0 4px;max-height:44px;}
/* 93  */ .archiveposts .cats, .archiveposts .cats a {font-size:14px;letter-spacing:4px;}
/* 94  */ .archivetext {min-height:124px;}
/* 95  */ .picklinks {font-size: 14px;letter-spacing:4px;}
/* 96  */ .editorpicks {width:1520px;}
/* 97  */ .editorspicks .pick {width:283px;margin-right:20px;min-height:255px;}
/* 98  */ .editorspicks .pick img {width:283px;height:193px;}
/* 99  */ .editorspicks h3.entry-title {font-size:14px;letter-spacing:4px;margin:7px 0 4px;}
/* 100 */ .editorspicks .brand {font-size: 11px;letter-spacing:4px;}

/* responsive.css */

/* 101 */ #comments h4 {font-size:21px;letter-spacing:3px;}
/* 102 */ .blog-pager-newer-link, .blog-pager-newer-link a {font-size: 18px;}
/* 103 */ .blog-pager-older-link, .blog-pager-older-link a {font-size: 18px;}
/* 104 */ #infscr-loading {font-size:15px;letter-spacing:4px;}
/* 105 */ #side-advertisting-left {width:166px;}
/* 106 */ #side-advertisting-right {width:166px;}
/* 107 */ #bottom-advertising {width:1005px;}
/* 108 */ #bottom-advertising img {width:1005px;}
/* 109 */ #credits {letter-spacing: 1.5px;font-size:10px;min-width:1525px;}
/* 110 */ #credits .inner {width:1525px;}
/* 111 */ #credits #footertitle {font-size:28px;}
/* 112 */ #credits #linkbar3 a {padding: 4px 14px;font-size:17px;letter-spacing:1.5px;}
/* 113 */ .mfp-container {width:1600px;min-height:809px;height:auto;margin:54px auto;}
/* 114 */ img.mfp-img {min-height:695px !important;height:auto !important;max-width:1045px !important;max-height:100% !important;}
/* 115 */ .mfp-content h2.posttitle {margin: -13px 0 7px;}
/* 116 */ .mfp-gallery .mfp-image-holder .mfp-figure {min-height:704px;height:auto;}
/* 117 */ .mfp-figure figure {margin: 0 27px 0 0;padding: 0 20px 0 0;width:1045px;}
/* 118 */ figcaption {width: 453px;font-size: 20px;}
/* 119 */ figcaption h3 {font-size: 16px;line-height:25px;margin-bottom:13px !important;letter-spacing: 3px;}
/* 120 */ .mfp-image-holder .mfp-content {width: 99%;height: 90%;}
/* 121 */ .mfp-counter {top:101.5% !important;right: 50% !important;font-size:13px;}
/* 122 */ button.mfp-arrow-left {background:url(http://www.mothermag.com/wp-content/uploads/2014/05/prevarr.png) bottom left no-repeat;background-size:52px 13px;height:13px;margin-left:27px;padding-top:41px;padding-right:40px;}
/* 123 */ button.mfp-arrow-right {background:url(http://www.mothermag.com/wp-content/uploads/2014/05/nextarr.png) bottom right no-repeat;background-size:63px 13px;height:13px;margin-right:27px;padding-top:41px;padding-left:40px;}
/* 124 */ .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {background:url(http://www.mothermag.com/wp-content/uploads/2014/05/close.png) no-repeat;background-size:40px 41px; height:41px; width:40px;top: -27px;right: 1px;}
/* 125 */ div#popup-gallery, div.popup-gallery {margin-bottom: 54px;}
/* 126 */ div.popup-gallery a {margin-right:7px;}
/* 127 */ div.image-wrap {margin-bottom: 5px;}
/* 128 */ 
/* 129 */ }
/* 130 */ 
/* 131 */ 
/* 132 */ {
/* 133 */ #header-wrapper {min-width:2204px;}
/* 134 */ #header h1 a {font-size:240px;padding:50px 0 19px;letter-spacing:46px;}
/* 135 */ #linkbar-wrapper {min-width:2044px;padding:0 0 17px;}
/* 136 */ #linkbar li {padding:0 19px 17px;font-size:24px;}
/* 137 */ #linkbar ul li ul {padding-bottom:5px;}
/* 138 */ #linkbar ul li ul li {padding:0px 0px 5px;}
/* 139 */ #linkbar ul li ul li a {padding:6px 9px;}
/* 140 */ #linkbar li.current-menu-item, #linkbar li:hover, #linkbar li.current-post-ancestor {background:url(/wp-content/themes/mother/images/currenthover.png) bottom center no-repeat;background-size:17px 9px;}
/* 141 */ #linkbar a, #linkbar-home a {padding:6px 0 14px;font-size:12px;letter-spacing:3px;}
/* 142 */ #linkbar-wrapper-home {padding: 0 0 9px;background:url(/wp-content/themes/mother/images/linkbarback.png) bottom center repeat;background-size:auto 7px;min-width:1105px;}
/* 143 */ #linkbar-home li {padding:0 10px;font-size:13px;border-bottom:9px solid #000;}
/* 144 */ #linkbar-home ul li ul {padding-bottom:5px;}
/* 145 */ #linkbar-home ul li ul li a {padding:6px 9px;}
/* 146 */ #linkbar-home li:hover {background:url(/wp-content/themes/mother/images/current.png) bottom center no-repeat;background-size:1000px 9px;padding-bottom:9px;}
/* 147 */ #topbar {max-width:1105px;min-width:1105px;height:27px;}
/* 148 */ #linkbar2 {padding-top:5px;}
/* 149 */ #linkbar2 li a {height:14px;width:14px;margin:0 4px;}
/* 150 */ #linkbar2 li.facebook a {background-size:7px 14px;width:7px;}

/* responsive.css */

/* 151 */ #linkbar2 li.twitter a {background-size:15px 14px;width:15px;}
/* 152 */ #linkbar2 li.googleplus a {background-size:17px 14px;width:17px;}
/* 153 */ #linkbar2 li.pinterest a {background-size:11px 14px;width:11px;}
/* 154 */ #linkbar2 li.instagram a {background-size:13px 14px;width:13px;}
/* 155 */ #linkbar2 li.rss a {background-size:12px 14px;width:12px;}
/* 156 */ #linkbar2 li.bloglovin a {background-size:16px 14px;width:16px;}
/* 157 */ #mc_embed_signup input {width:165px;height:17px;font-size:8px;letter-spacing:1.5px;}
/* 158 */ #mc_embed_signup label {font-size: 10px;letter-spacing:2px;}
/* 159 */ #topbar #mc_embed_signup {padding-top:3.5px;}
/* 160 */ #mc_embed_signup2 input {width:165px;height:17px;font-size: 8px;letter-spacing:1.5px;}
/* 161 */ #mc_embed_signup2 label {font-size: 11.5px;letter-spacing:2px;}
/* 162 */ #search_form input {width:103px;height:17px;font-size: 8px;letter-spacing:1.5px;padding-left: 3px;padding-right: 17px;}
/* 163 */ #topbar #search_form {margin-left:10px;background: url(/wp-content/themes/mother/images/search.jpg) 109px 4px no-repeat;background-size: 11px;}
/* 164 */ #outer-wrapper {width: 1105px;}
/* 165 */ #outer-wrapper-home {width: 1105px;}
/* 166 */ #full-wrapper {width: 1105px;}
/* 167 */ #home-wrapper {width: 640px;}
/* 168 */ #main-wrapper {width: 740px;}
/* 169 */ h2.posttitle {font-size:28px;letter-spacing:3px;}
/* 170 */ .post .socialshare a img, .attachment .socialshare a img {height:14px;width:auto;}
/* 171 */ .relatedposts {width:1105px;}
/* 172 */ .relatedposts h3.entry-title {font-size:12px;letter-spacing:1px;}
/* 173 */ .relatedposts .cats {font-size:9px;}
/* 174 */ .relatedposts .rp5 {font-size:12px;letter-spacing: 1px;}
/* 175 */ .relatedposts .rp6 {font-size:10px;letter-spacing: 1px;}
/* 176 */ .verticalimage {width:395px;}
/* 177 */ .horizontalimage {width:740px;}
/* 178 */ #thegallery .gallerytext {font-size:10px;letter-spacing:3px;padding: 80px 0 20px;}
/* 179 */ .photopress-gallery-masonry .gallery-item .gallery-caption {height:46px;font-size:10px;letter-spacing: 1.5px;}
/* 180 */ .photopress-gallery-masonry .gallery-item:hover .gallery-caption {margin-top:-51px;}
/* 181 */ .gallery-thumbnails .gallery-item .gallery-caption {height:15px;font-size:10px;letter-spacing: 1.5px;
/* 182 */ line-height: 1.6em;}
/* 183 */ .gallery-thumbnails .gallery-item:hover .gallery-caption {margin-top:-15px;}
/* 184 */ .photopress-gallery-masonry .gallery-item .gallery-caption p, .gallery-thumbnails .gallery-item .gallery-caption p {padding-left:5px;}
/* 185 */ .photopress-gallery-masonry .gallery-item {width:240px;}
/* 186 */ .photopress-gallery-masonry .gallery-item dd {min-height: 30px;}
/* 187 */ .gallery-thumbnails .gallery-item {width:140px;margin-right:2px;margin-left:2px;}
/* 188 */ .gallery-thumbnails .gallery-item a img {width:140px;height:140px;}
/* 189 */ .gallery-thumbnails .gallery-item a {height:140px;width:140px;}
/* 190 */ h3.entry-title {font-size: 14px;letter-spacing:2px;}
/* 191 */ .cats, .cats a {font-size: 10px;letter-spacing:3px;}
/* 192 */ a.readmore {font-size: 10px;letter-spacing:3px;}
/* 193 */ .featuredpost .entry-summary {margin:17px 0 30px;}
/* 194 */ .featuredpost a.read-more {font-size:10px;letter-spacing:3px;}
/* 195 */ .moreposts .homeposts {width: 655px;}
/* 196 */ .moreposts .homeposts div.post {margin:0 7px 17px;width:305px;min-height:345px;}
/* 197 */ .load-more a {font-size: 10px;letter-spacing:3px;}
/* 198 */ .pickshome .katie {width:312px;}
/* 199 */ .pickshome .james {width:312px;}
/* 200 */ .pickshome h4 {font-size: 10px;letter-spacing:3px;}

/* responsive.css */

/* 201 */ .rsContent {height:350px;}
/* 202 */ .rsContent img {height:350px;}
/* 203 */ .rsContent .overlay {margin-top: -42px;height: 42px;font-size:10px;padding:4px 0 0 6px;letter-spacing:1px;}
/* 204 */ .rsContent a h3 {font-size:13px;letter-spacing:1px;}
/* 205 */ #motherhoodposts {width:1105px;}
/* 206 */ .crpw-tag-item {width:200px;}
/* 207 */ .crpw-tag-item img {width:200px;}
/* 208 */ .crpw-tag-item a.crpw-tag-title {font-size:12px;letter-spacing:1px;}
/* 209 */ .location, .rp_cat a {font-size: 10px;letter-spacing:1px;}
/* 210 */ .aboutleft {width:540px;}
/* 211 */ .aboutright {width:540px;}
/* 212 */ .aboutpage {font-size: 12px;line-height:24px;}
/* 213 */ .aboutpage h3 {font-size: 21px;letter-spacing:3px;}
/* 214 */ .aboutpage h4 {font-size: 10px;letter-spacing:1.5px;margin:10px 0;}
/* 215 */ #post-15 h4 {font-size:10px;letter-spacing:1.5px;}
/* 216 */ .archiveposts .post {width:205px;margin-right:15px;margin-bottom:35px;min-height:280px;}
/* 217 */ .archiveposts .post img {width:205px;height:140px;}
/* 218 */ .archiveposts h3.entry-title {font-size:12px;letter-spacing:3px;margin:5px 0 3px;max-height:32px;}
/* 219 */ .archiveposts .cats, .archiveposts .cats a {font-size:10px;letter-spacing:3px;}
/* 220 */ .archivetext {min-height:90px;}
/* 221 */ .picklinks {font-size: 10px;letter-spacing:3px;}
/* 222 */ .editorspicks .pick {width:205px;margin-right:15px;}
/* 223 */ .editorspicks .pick {width:205px;height:140px;}
/* 224 */ .editorspicks h3.entry-title {font-size:10px;letter-spacing:3px;margin:5px 0 3px;}
/* 225 */ .editorspicks .brand {font-size: 8px;letter-spacing:3px;}
/* 226 */ #comments h4 {font-size:15px;letter-spacing:2px;}
/* 227 */ .blog-pager-newer-link, .blog-pager-newer-link a {font-size: 13px;}
/* 228 */ .blog-pager-older-link, .blog-pager-older-link a {font-size: 13px;}
/* 229 */ #infscr-loading {font-size:11px;letter-spacing:3px;}
/* 230 */ #side-advertisting-left {width:120px;}
/* 231 */ #side-advertisting-right {width:120px;}
/* 232 */ #bottom-advertising {width:728px;}
/* 233 */ #bottom-advertising img {width:728px;}
/* 234 */ #credits {letter-spacing: 1px;font-size:7.5px;min-width:1105px;}
/* 235 */ #credits .inner {width:1105px;}
/* 236 */ #credits #footertitle {font-size:20px;}
/* 237 */ #credits #linkbar3 a {padding: 3px 10px;font-size:12px;letter-spacing:1px;}
/* 238 */ .mfp-container {width:1195px;min-height:604px;height:96%;margin:40px auto;}
/* 239 */ img.mfp-img {min-height:520px !important;height:auto !important;max-width:780px !important;max-height:100% !important;}
/* 240 */ .mfp-content h2.posttitle {margin: -10px 0 5px;}
/* 241 */ .mfp-gallery .mfp-image-holder .mfp-figure {min-height:525px;height:100%;}
/* 242 */ .mfp-figure figure {margin: 0 20px 0 0;padding: 0 15px 0 0;width:780px;}
/* 243 */ figcaption {width: 338px;font-size: 15px;}
/* 244 */ figcaption h3 {font-size: 12px;line-height:19px;margin-bottom:10px !important;letter-spacing: 2px;}
/* 245 */ .mfp-image-holder .mfp-content {width: 99%;height: 90%;}
/* 246 */ .mfp-counter {top:101.5% !important;right: 50% !important;font-size:10px;}
/* 247 */ button.mfp-arrow-left {background:url(http://www.mothermag.com/wp-content/uploads/2014/05/prevarr.png) bottom left no-repeat;background-size:39px 10px;height:10px;margin-left:20px;padding-top:40px;padding-right:30px;}
/* 248 */ button.mfp-arrow-right {background:url(http://www.mothermag.com/wp-content/uploads/2014/05/nextarr.png) bottom right no-repeat;background-size:47px 10px;height:10px;margin-right:20px;padding-top:40px;padding-left:30px;}
/* 249 */ .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {background:url(http://www.mothermag.com/wp-content/uploads/2014/05/close.png) no-repeat;background-size:auto;height:31px;width:30px;top: -27px;right: 1px;}
/* 250 */ div#popup-gallery, div.popup-gallery {margin-bottom: 40px;}

/* responsive.css */

/* 251 */ div.popup-gallery a {margin-right:5px;}
/* 252 */ div.image-wrap {margin-bottom: 4px;}
/* 253 */ 
/* 254 */ }
/* 255 */ 
/* 256 */ @media only screen and (min-width : 1000px) and (max-width : 1050px) {
/* 257 */ #header-wrapper {min-width:920px;}
/* 258 */ #header h1 a {font-size:108px;padding:22px 0 8px;letter-spacing:21px;}
/* 259 */ #linkbar-wrapper {min-width:920px;padding:0 0 8px;}
/* 260 */ #linkbar li {padding:0 8px 8px;}
/* 261 */ #linkbar ul li ul {padding-bottom:5px;}
/* 262 */ #linkbar ul li ul li {padding:0px 0px 5px;}
/* 263 */ #linkbar ul li ul li a {padding:6px 9px;}
/* 264 */ #linkbar li.current-menu-item, #linkbar li:hover, #linkbar li.current-post-ancestor {background:url(/wp-content/themes/mother/images/currenthover.png) bottom center no-repeat;background-size:15px 8px;}
/* 265 */ #linkbar a, #linkbar-home a {padding:6px 0 14px;font-size:12px;letter-spacing:3px;}
/* 266 */ #linkbar-wrapper-home {padding: 0 0 8px;background: url(/wp-content/themes/mother/images/linkbarback.png) bottom center repeat;background-size: auto 7px;min-width:920px;}
/* 267 */ #linkbar-home li {padding:0 10px;font-size:13px;border-bottom:8px solid #000;}
/* 268 */ #linkbar-home ul li ul {padding-bottom:5px;}
/* 269 */ #linkbar-home ul li ul li a {padding:6px 9px;}
/* 270 */ #linkbar-home li:hover {background:url(/wp-content/themes/mother/images/current.png) bottom center no-repeat;background-size:auto 8px;padding-bottom:8px;}
/* 271 */ #topbar {max-width:920px;min-width:920px;height:27px;}
/* 272 */ #linkbar2 {padding-top:5px;}
/* 273 */ #linkbar2 li a {height:14px;width:14px;margin:0 4px;}
/* 274 */ #linkbar2 li.facebook a {background-size:7px 14px;width:7px;}
/* 275 */ #linkbar2 li.twitter a {background-size:15px 14px;width:15px;}
/* 276 */ #linkbar2 li.googleplus a {background-size:17px 14px;width:17px;}
/* 277 */ #linkbar2 li.pinterest a {background-size:11px 14px;width:11px;}
/* 278 */ #linkbar2 li.instagram a {background-size:13px 14px;width:13px;}
/* 279 */ #linkbar2 li.rss a {background-size:12px 14px;width:12px;}
/* 280 */ #linkbar2 li.bloglovin a {background-size:16px 14px;width:16px;}
/* 281 */ #mc_embed_signup input {width:165px;height:17px;font-size:8px;letter-spacing:1.5px;}
/* 282 */ #mc_embed_signup label {font-size: 10px;letter-spacing:2px;}
/* 283 */ #topbar #mc_embed_signup {padding-top:3.5px;}
/* 284 */ #mc_embed_signup2 input {width:165px;height:17px;font-size: 8px;letter-spacing:1.5px;}
/* 285 */ #mc_embed_signup2 label {font-size: 11.5px;letter-spacing:2px;}
/* 286 */ #search_form input {width:103px;height:17px;font-size: 8px;letter-spacing:1.5px;padding-left: 3px;padding-right: 17px;}
/* 287 */ #topbar #search_form {margin-left:10px;background: url(/wp-content/themes/mother/images/search.jpg) 109px 4px no-repeat;background-size: 11px;}
/* 288 */ #outer-wrapper {width: 920px;}
/* 289 */ #outer-wrapper-home {width: 920px;}
/* 290 */ #full-wrapper {width: 920px;}
/* 291 */ #home-wrapper {width: 533px;margin:0 45px;padding:0 46px;}
/* 292 */ #main-wrapper {width: 616px;margin:0 50px;}
/* 293 */ h2.posttitle {font-size:28px;letter-spacing:3px;}
/* 294 */ .post .socialshare a img, .attachment .socialshare a img {height:14px;width:auto;}
/* 295 */ .relatedposts {width:920px;}
/* 296 */ .relatedposts h3.entry-title {font-size:12px;letter-spacing:1px;}
/* 297 */ .relatedposts .cats {font-size:9px;}
/* 298 */ .relatedposts .rp5 {font-size:12px;letter-spacing: 1px;}
/* 299 */ .relatedposts .rp6 {font-size:10px;letter-spacing: 1px;}
/* 300 */ .verticalimage {width:329px;}

/* responsive.css */

/* 301 */ .horizontalimage {width:616px;}
/* 302 */ #thegallery .gallerytext {font-size:8px;letter-spacing:2px;padding: 67px 0 17px;}
/* 303 */ .photopress-gallery-masonry .gallery-item .gallery-caption {height:29px;font-size:8px;letter-spacing: 1px;line-height:10px;}
/* 304 */ .photopress-gallery-masonry .gallery-item:hover .gallery-caption {margin-top:-42px;}
/* 305 */ .gallery-thumbnails .gallery-item .gallery-caption {height:13px;font-size:8px;letter-spacing: 1px;
/* 306 */ line-height: 1.6em;}
/* 307 */ .gallery-thumbnails .gallery-item:hover .gallery-caption {margin-top:-12px;}
/* 308 */ .photopress-gallery-masonry .gallery-item .gallery-caption p, .gallery-thumbnails .gallery-item .gallery-caption p {padding-left:5px;}
/* 309 */ .photopress-gallery-masonry .gallery-item {width:197px;}
/* 310 */ .photopress-gallery-masonry .gallery-item dd {min-height: 25px;}
/* 311 */ .gallery-thumbnails .gallery-item {width:115px;margin-right:2px;margin-left:2px;}
/* 312 */ .gallery-thumbnails .gallery-item a img {width:115px;height:115px;}
/* 313 */ .gallery-thumbnails .gallery-item a {height:115px;width:115px;}
/* 314 */ h3.entry-title {font-size: 14px;letter-spacing:2px;}
/* 315 */ .cats, .cats a {font-size: 10px;letter-spacing:3px;}
/* 316 */ a.readmore {font-size: 10px;letter-spacing:3px;}
/* 317 */ .featuredpost .entry-summary {margin:17px 0 30px;}
/* 318 */ .featuredpost a.read-more {font-size:10px;letter-spacing:3px;}
/* 319 */ .moreposts .homeposts {width: 545px;}
/* 320 */ .moreposts .homeposts div.post {margin:0 7px 10px;width:254px;min-height:360px;}
/* 321 */ .moreposts .homeposts div.post img {width:254px;height:auto;}
/* 322 */ .load-more a {font-size: 10px;letter-spacing:3px;}
/* 323 */ .pickshome .katie {width:260px;margin-right:12px;}
/* 324 */ .pickshome .james {width:260px;}
/* 325 */ .pickshome h4 {font-size: 10px;letter-spacing:3px;}
/* 326 */ .rsContent {height:291px;}
/* 327 */ .rsContent img {height:291px;}
/* 328 */ .rsContent .overlay {margin-top: -35px;height: 35px;font-size:8px;padding:4px 0 0 6px;letter-spacing:1px;}
/* 329 */ .rsContent a h3 {font-size:13px;letter-spacing:1px;}
/* 330 */ #motherhoodposts {width:920px;}
/* 331 */ .crpw-tag-item {width:166px;}
/* 332 */ .crpw-tag-item img {width:166px;}
/* 333 */ .crpw-tag-item a.crpw-tag-title {font-size:12px;letter-spacing:1px;}
/* 334 */ .location, .rp_cat a {font-size: 10px;letter-spacing:1px;}
/* 335 */ .aboutleft {width:450px;}
/* 336 */ .aboutright {width:450px;}
/* 337 */ .aboutpage {font-size: 12px;line-height:24px;}
/* 338 */ .aboutpage h3 {font-size: 21px;letter-spacing:3px;}
/* 339 */ .aboutpage h4 {font-size: 10px;letter-spacing:1.5px;margin:10px 0;}
/* 340 */ #post-15 h4 {font-size:10px;letter-spacing:1.5px;}
/* 341 */ .archiveposts {width:920px;}
/* 342 */ .archiveposts li.post {width:170px;margin-right:12px;margin-bottom:29px;min-height:260px;}
/* 343 */ .archiveposts li.post img {width:170px;height:116px;}
/* 344 */ .archiveposts h3.entry-title {font-size:12px;letter-spacing:3px;margin:5px 0 3px;max-height:32px;}
/* 345 */ .archiveposts .cats, .archiveposts .cats a {font-size:10px;letter-spacing:3px;}
/* 346 */ .archivetext {min-height:108px;}
/* 347 */ .picklinks {font-size: 10px;letter-spacing:3px;}
/* 348 */ .editorspicks .pick {width:170px;margin-right:12px;min-height:170px;}
/* 349 */ .editorspicks .pick img {width:170px;height:116px;}
/* 350 */ .editorspicks h3.entry-title {font-size:10px;letter-spacing:3px;margin:5px 0 3px;}

/* responsive.css */

/* 351 */ .editorspicks .brand {font-size: 8px;letter-spacing:3px;}
/* 352 */ #comments h4 {font-size:15px;letter-spacing:2px;}
/* 353 */ .blog-pager-newer-link, .blog-pager-newer-link a {font-size: 13px;}
/* 354 */ .blog-pager-older-link, .blog-pager-older-link a {font-size: 13px;}
/* 355 */ #infscr-loading {font-size:11px;letter-spacing:3px;}
/* 356 */ #side-advertisting-left {width:99px;}
/* 357 */ #side-advertisting-right {width:99px;}
/* 358 */ #bottom-advertising {width:606px;}
/* 359 */ #bottom-advertising img {width:606px;}
/* 360 */ #credits {letter-spacing: 1px;font-size:7px;min-width:920px;}
/* 361 */ #credits .inner {width:920px;}
/* 362 */ #credits #footertitle {font-size:20px;}
/* 363 */ #credits #linkbar3 a {padding: 3px 9px;font-size:11px;letter-spacing:1px;}
/* 364 */ .mfp-container {width:995px;min-height:503px;margin:33px auto;height:auto;}
/* 365 */ img.mfp-img {height:auto !important;max-width:780px !important;max-height:100% !important;}
/* 366 */ .mfp-content h2.posttitle {margin: -10px 0 5px;}
/* 367 */ .mfp-gallery .mfp-image-holder .mfp-figure {min-height:437px;height:auto;max-height:100%;}
/* 368 */ .mfp-figure figure {margin: 0 16px 0 0;padding: 0 12px 0 0;width:650px;}
/* 369 */ figcaption {width: 281px;font-size: 13px;}
/* 370 */ figcaption h3 {font-size: 11px;line-height:16px;margin-bottom:9px !important;letter-spacing: 1.5px;}
/* 371 */ .mfp-image-holder .mfp-content {width: 99%;height: 90%;}
/* 372 */ .mfp-counter {top:100.5% !important;right: 50% !important;font-size:10px;}
/* 373 */ button.mfp-arrow-left {background:url(http://www.mothermag.com/wp-content/uploads/2014/05/prevarr.png) bottom left no-repeat;background-size:32px 8px;height:8px;margin-left:20px;padding-top:40px;padding-right:30px;}
/* 374 */ button.mfp-arrow-right {background:url(http://www.mothermag.com/wp-content/uploads/2014/05/nextarr.png) bottom right no-repeat;background-size:32px 8px;height:8px;margin-right:20px;padding-top:40px;padding-left:30px;}
/* 375 */ .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {background:url(http://www.mothermag.com/wp-content/uploads/2014/05/close.png) no-repeat;background-size:25px 26px;height:26px; width:25px;top: -21px;right: 1px;}
/* 376 */ div#popup-gallery, div.popup-gallery {margin-bottom: 33px;}
/* 377 */ div.popup-gallery a {margin-right:5px;}
/* 378 */ div.image-wrap {margin-bottom: 4px;}
/* 379 */ }
/* 380 */ 
/* 381 */ @media only screen and (max-width :500px) {
/* 382 */ .mobile .mfp-container {width:100%;height:auto;margin:25px auto;}
/* 383 */ .mobile img.mfp-img {max-height:433px !important;max-width:100% !important;width:auto!important;height:auto!important;}
/* 384 */ .mobile .mfp-gallery .mfp-image-holder .mfp-figure {height:auto;}
/* 385 */ .mobile .mfp-figure figure {margin: 0;padding: 30px 0 0;border-right: 0;width: 100%;}
/* 386 */ .mobile figcaption {width: 93%;}
/* 387 */ .mobile .mfp-image-holder .mfp-content {width: 100%;height: 100%;margin-bottom:32px;}
/* 388 */ .mobile .mfp-counter {top:100% !important;right: 48% !important;}
/* 389 */ .mobile .mfp-image-holder .mfp-close, .mobile .mfp-iframe-holder .mfp-close {background:url(http://www.mothermag.com/wp-content/uploads/2014/05/close.png) no-repeat;background-size:25px 26px;height:26px; width:25px;top:4px;right: 1px;}
/* 390 */ }
