/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/coldfixusa/public_html/beta
currentDir : /home/coldfixusa/public_html/beta/wp-content/plugins/bbpress/templates/default/css

*/

/* bbpress.css */

/* 1    */ /**
/* 2    *|  * bbPress specific CSS
/* 3    *|  *
/* 4    *|  * @package bbPress
/* 5    *|  * @subpackage Theme
/* 6    *|  */
/* 7    */ 
/* 8    */ /* =bbPress Style
/* 9    *| -------------------------------------------------------------- */
/* 10   */ 
/* 11   */ #bbpress-forums hr {
/* 12   */ 	margin: 0 0 24px 0;
/* 13   */ }
/* 14   */ 
/* 15   */ #bbpress-forums {
/* 16   */ 	background: transparent;
/* 17   */ 	clear: both;
/* 18   */ 	margin-bottom: 20px;
/* 19   */ 	overflow: hidden;
/* 20   */ 	font-size: 12px;
/* 21   */ }
/* 22   */ 
/* 23   */ #bbpress-forums div.even,
/* 24   */ #bbpress-forums ul.even {
/* 25   */ 	background-color: #fff;
/* 26   */ }
/* 27   */ 
/* 28   */ #bbpress-forums div.odd,
/* 29   */ #bbpress-forums ul.odd {
/* 30   */ 	background-color: #fbfbfb;
/* 31   */ }
/* 32   */ 
/* 33   */ body.reply-edit .reply {
/* 34   */ 	float: none;
/* 35   */ }
/* 36   */ 
/* 37   */ #bbpress-forums div.reply {
/* 38   */ 	height: auto;
/* 39   */ 	width: 100%;
/* 40   */ }
/* 41   */ 
/* 42   */ #bbpress-forums div.bbp-forum-header,
/* 43   */ #bbpress-forums div.bbp-topic-header,
/* 44   */ #bbpress-forums div.bbp-reply-header {
/* 45   */ 	background-color: #f4f4f4;
/* 46   */ }
/* 47   */ 
/* 48   */ #bbpress-forums .status-trash.even,
/* 49   */ #bbpress-forums .status-spam.even {
/* 50   */ 	background-color: #fee;

/* bbpress.css */

/* 51   */ }
/* 52   */ #bbpress-forums .status-trash.odd,
/* 53   */ #bbpress-forums .status-spam.odd {
/* 54   */ 	background-color: #fdd;
/* 55   */ }
/* 56   */ 
/* 57   */ #bbpress-forums .status-closed,
/* 58   */ #bbpress-forums .status-closed a {
/* 59   */ 	color: #ccc;
/* 60   */ }
/* 61   */ 
/* 62   */ #bbpress-forums ul {
/* 63   */ 	background:  none;
/* 64   */ 	list-style: none;
/* 65   */ 	margin: 0;
/* 66   */ 	padding: 0;
/* 67   */ }
/* 68   */ 
/* 69   */ #bbpress-forums ul.bbp-threaded-replies {
/* 70   */ 	margin-left: 50px;
/* 71   */ }
/* 72   */ 
/* 73   */ #bbpress-forums li {
/* 74   */ 	background: none;
/* 75   */ 	margin: 0;
/* 76   */ 	list-style: none;
/* 77   */ }
/* 78   */ 
/* 79   */ #bbpress-forums ul.bbp-lead-topic,
/* 80   */ #bbpress-forums ul.bbp-topics,
/* 81   */ #bbpress-forums ul.bbp-forums,
/* 82   */ #bbpress-forums ul.bbp-replies,
/* 83   */ #bbpress-forums ul.bbp-search-results {
/* 84   */ 	font-size: 12px;
/* 85   */ 	overflow: hidden;
/* 86   */ 	border: 1px solid #eee;
/* 87   */ 	margin-bottom: 20px;
/* 88   */ 	clear: both;
/* 89   */ }
/* 90   */ 
/* 91   */ #bbpress-forums li.bbp-header,
/* 92   */ #bbpress-forums li.bbp-body,
/* 93   */ #bbpress-forums li.bbp-footer {
/* 94   */ 	clear: both;
/* 95   */ }
/* 96   */ 
/* 97   */ #bbpress-forums li.bbp-header,
/* 98   */ #bbpress-forums li.bbp-footer {
/* 99   */ 	background: #f3f3f3;
/* 100  */ 	border-top: 1px solid #eee;

/* bbpress.css */

/* 101  */ 	font-weight: bold;
/* 102  */ 	padding: 8px;
/* 103  */ 	text-align: center;
/* 104  */ }
/* 105  */ 
/* 106  */ #bbpress-forums li.bbp-header {
/* 107  */ 	background: #eaeaea;
/* 108  */ }
/* 109  */ 
/* 110  */ #bbpress-forums li.bbp-header ul {
/* 111  */ 	overflow: hidden;
/* 112  */ }
/* 113  */ 
/* 114  */ #bbpress-forums .bbp-forums-list {
/* 115  */ 	margin: 0 0 0 5px;
/* 116  */ 	padding-left: 15px;
/* 117  */ 	border-left: 1px solid #ddd;
/* 118  */ }
/* 119  */ 
/* 120  */ #bbpress-forums .bbp-forums-list li {
/* 121  */ 	display: inline;
/* 122  */ 	font-size: 11px;
/* 123  */ }
/* 124  */ 
/* 125  */ #bbpress-forums li.bbp-footer p {
/* 126  */ 	margin: 0;
/* 127  */ 	line-height: 1em;
/* 128  */ }
/* 129  */ 
/* 130  */ li.bbp-forum-info,
/* 131  */ li.bbp-topic-title {
/* 132  */ 	float: left;
/* 133  */ 	text-align: left;
/* 134  */ 	width: 55%;
/* 135  */ }
/* 136  */ li.bbp-forum-topic-count,
/* 137  */ li.bbp-topic-voice-count,
/* 138  */ li.bbp-forum-reply-count,
/* 139  */ li.bbp-topic-reply-count {
/* 140  */ 	float: left;
/* 141  */ 	text-align: center;
/* 142  */ 	width: 10%;
/* 143  */ }
/* 144  */ 
/* 145  */ li.bbp-forum-freshness,
/* 146  */ li.bbp-topic-freshness {
/* 147  */ 	text-align: center;
/* 148  */ 	float: left;
/* 149  */ 	width: 22%;
/* 150  */ }

/* bbpress.css */

/* 151  */ 
/* 152  */ #bbpress-forums li.bbp-body ul.forum,
/* 153  */ #bbpress-forums li.bbp-body ul.topic {
/* 154  */ 	border-top: 1px solid #eee;
/* 155  */ 	overflow: hidden;
/* 156  */ 	padding: 8px;
/* 157  */ }
/* 158  */ 
/* 159  */ li.bbp-header div.bbp-topic-content span#subscription-toggle,
/* 160  */ li.bbp-header div.bbp-topic-content span#favorite-toggle,
/* 161  */ li.bbp-header div.bbp-reply-content span#subscription-toggle,
/* 162  */ li.bbp-header div.bbp-reply-content span#favorite-toggle {
/* 163  */ 	float: right;
/* 164  */ }
/* 165  */ 
/* 166  */ #bbpress-forums div.bbp-forum-title h3,
/* 167  */ #bbpress-forums div.bbp-topic-title h3,
/* 168  */ #bbpress-forums div.bbp-reply-title h3 {
/* 169  */ 	background: none;
/* 170  */ 	border: none;
/* 171  */ 	font-size: 16px;
/* 172  */  	line-height: 1em;
/* 173  */  	margin: 8px 0;
/* 174  */ 	padding: 0;
/* 175  */ 	text-transform: none;
/* 176  */ }
/* 177  */ 
/* 178  */ #bbpress-forums div.bbp-forum-author,
/* 179  */ #bbpress-forums div.bbp-topic-author,
/* 180  */ #bbpress-forums div.bbp-reply-author {
/* 181  */ 	float: left;
/* 182  */ 	text-align: center;
/* 183  */ 	width: 115px;
/* 184  */ }
/* 185  */ 
/* 186  */ #bbpress-forums div.bbp-forum-author img.avatar,
/* 187  */ #bbpress-forums div.bbp-topic-author img.avatar,
/* 188  */ #bbpress-forums div.bbp-reply-author img.avatar {
/* 189  */ 	border: none;
/* 190  */ 	max-width: 80px;
/* 191  */ 	padding: 0;
/* 192  */ 	margin: 12px auto 0 auto;
/* 193  */ 	float: none;
/* 194  */ }
/* 195  */ 
/* 196  */ #bbpress-forums div.bbp-forum-author a.bbp-author-name,
/* 197  */ #bbpress-forums div.bbp-topic-author a.bbp-author-name,
/* 198  */ #bbpress-forums div.bbp-reply-author a.bbp-author-name {
/* 199  */ 	margin: 0 12px;
/* 200  */ 	word-break: break-word;

/* bbpress.css */

/* 201  */ 	display: inline-block;
/* 202  */ }
/* 203  */ 
/* 204  */ #bbpress-forums div.bbp-topic-author a.bbp-author-name,
/* 205  */ #bbpress-forums div.bbp-reply-author a.bbp-author-name {
/* 206  */ 	clear: left;
/* 207  */ 	display: block;
/* 208  */ }
/* 209  */ 
/* 210  */ #bbpress-forums div.bbp-forum-author .bbp-author-role,
/* 211  */ #bbpress-forums div.bbp-topic-author .bbp-author-role,
/* 212  */ #bbpress-forums div.bbp-reply-author .bbp-author-role {
/* 213  */ 	font-size: 11px;
/* 214  */ 	font-style: italic;
/* 215  */ }
/* 216  */ 
/* 217  */ #bbpress-forums li.bbp-header .bbp-search-author,
/* 218  */ #bbpress-forums li.bbp-footer .bbp-search-author,
/* 219  */ #bbpress-forums li.bbp-header .bbp-forum-author,
/* 220  */ #bbpress-forums li.bbp-footer .bbp-forum-author,
/* 221  */ #bbpress-forums li.bbp-header .bbp-topic-author,
/* 222  */ #bbpress-forums li.bbp-footer .bbp-topic-author,
/* 223  */ #bbpress-forums li.bbp-header .bbp-reply-author,
/* 224  */ #bbpress-forums li.bbp-footer .bbp-reply-author {
/* 225  */ 	float: left;
/* 226  */ 	margin: 0;
/* 227  */ 	padding: 0;
/* 228  */ 	width: 120px;
/* 229  */ }
/* 230  */ 
/* 231  */ #bbpress-forums li.bbp-header .bbp-search-content,
/* 232  */ #bbpress-forums li.bbp-footer .bbp-search-content,
/* 233  */ #bbpress-forums li.bbp-header .bbp-forum-content,
/* 234  */ #bbpress-forums li.bbp-footer .bbp-forum-content,
/* 235  */ #bbpress-forums li.bbp-header .bbp-topic-content,
/* 236  */ #bbpress-forums li.bbp-footer .bbp-topic-content,
/* 237  */ #bbpress-forums li.bbp-header .bbp-reply-content,
/* 238  */ #bbpress-forums li.bbp-footer .bbp-reply-content {
/* 239  */ 	margin-left: 140px;
/* 240  */ 	padding: 0;
/* 241  */ 	text-align: left;
/* 242  */ }
/* 243  */ 
/* 244  */ div.bbp-forum-header,
/* 245  */ div.bbp-topic-header,
/* 246  */ div.bbp-reply-header,
/* 247  */ li.bbp-body div.hentry {
/* 248  */ 	margin-bottom: 0;
/* 249  */ 	overflow: hidden;
/* 250  */ 	padding: 8px;

/* bbpress.css */

/* 251  */ }
/* 252  */ 
/* 253  */ div.bbp-forum-header,
/* 254  */ div.bbp-topic-header,
/* 255  */ div.bbp-reply-header {
/* 256  */ 	border-top: 1px solid #ddd;
/* 257  */ 	clear: both;
/* 258  */ }
/* 259  */ 
/* 260  */ span.bbp-author-ip {
/* 261  */ 	font-family: 'Helvetica Neue', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
/* 262  */ 	font-size: 11px;
/* 263  */ 	font-weight: bold;
/* 264  */ 	color: #aaa;
/* 265  */ }
/* 266  */ 
/* 267  */ /* =Topic and reply content
/* 268  *| -------------------------------------------------------------- */
/* 269  */ 
/* 270  */ #bbpress-forums div.bbp-forum-content,
/* 271  */ #bbpress-forums div.bbp-topic-content,
/* 272  */ #bbpress-forums div.bbp-reply-content {
/* 273  */ 	margin-left: 130px;
/* 274  */ 	padding: 12px 12px 12px 0;
/* 275  */ 	text-align: left;
/* 276  */ }
/* 277  */ 
/* 278  */ /* Clearing hack */
/* 279  */ #bbpress-forums div.bbp-forum-content:after,
/* 280  */ #bbpress-forums div.bbp-topic-content:after,
/* 281  */ #bbpress-forums div.bbp-reply-content:after {
/* 282  */ 	clear: both;
/* 283  */ 	content: ".";
/* 284  */ 	display: block;
/* 285  */ 	float: none;
/* 286  */ 	height: 0;
/* 287  */ 	font-size: 0;
/* 288  */ 	visibility: hidden;
/* 289  */ }
/* 290  */ 
/* 291  */ #bbpress-forums div.bbp-topic-content a,
/* 292  */ #bbpress-forums div.bbp-reply-content a {
/* 293  */ 	background: none;
/* 294  */ 	border: none;
/* 295  */ 	display: inline;
/* 296  */ 	font-weight: normal;
/* 297  */ 	margin: 0;
/* 298  */ 	padding: 0;
/* 299  */ }
/* 300  */ 

/* bbpress.css */

/* 301  */ #bbpress-forums div.bbp-topic-content h1,
/* 302  */ #bbpress-forums div.bbp-reply-content h1,
/* 303  */ #bbpress-forums div.bbp-topic-content h2,
/* 304  */ #bbpress-forums div.bbp-reply-content h2,
/* 305  */ #bbpress-forums div.bbp-topic-content h3,
/* 306  */ #bbpress-forums div.bbp-reply-content h3,
/* 307  */ #bbpress-forums div.bbp-topic-content h4,
/* 308  */ #bbpress-forums div.bbp-reply-content h4,
/* 309  */ #bbpress-forums div.bbp-topic-content h5,
/* 310  */ #bbpress-forums div.bbp-reply-content h5,
/* 311  */ #bbpress-forums div.bbp-topic-content h6,
/* 312  */ #bbpress-forums div.bbp-reply-content h6 {
/* 313  */ 	clear: none;
/* 314  */ 	line-height: 1em;
/* 315  */ 	margin: 24px 0;
/* 316  */ 	padding: 0;
/* 317  */ }
/* 318  */ 
/* 319  */ #bbpress-forums div.bbp-topic-content img,
/* 320  */ #bbpress-forums div.bbp-reply-content img {
/* 321  */ 	max-width: 100%;
/* 322  */ }
/* 323  */ 
/* 324  */ #bbpress-forums div.bbp-topic-content ul,
/* 325  */ #bbpress-forums div.bbp-reply-content ul,
/* 326  */ #bbpress-forums div.bbp-topic-content ol,
/* 327  */ #bbpress-forums div.bbp-reply-content ol {
/* 328  */ 	margin: 0 15px 15px;
/* 329  */ 	padding: 0;
/* 330  */ }
/* 331  */ 
/* 332  */ #bbpress-forums div.bbp-topic-content ul li,
/* 333  */ #bbpress-forums div.bbp-reply-content ul li {
/* 334  */ 	list-style-type: disc;
/* 335  */ }
/* 336  */ 
/* 337  */ #bbpress-forums div.bbp-topic-content ol li,
/* 338  */ #bbpress-forums div.bbp-reply-content ol li {
/* 339  */ 	list-style-type: decimal;
/* 340  */ }
/* 341  */ 
/* 342  */ #bbpress-forums div.bbp-topic-content ol li li,
/* 343  */ #bbpress-forums div.bbp-reply-content ol li li {
/* 344  */ 	list-style-type: lower-alpha;
/* 345  */ }
/* 346  */ 
/* 347  */ #bbpress-forums div.bbp-topic-content ol li li li,
/* 348  */ #bbpress-forums div.bbp-reply-content ol li li li {
/* 349  */ 	list-style-type: upper-roman;
/* 350  */ }

/* bbpress.css */

/* 351  */ 
/* 352  */ #bbpress-forums div.bbp-topic-content code,
/* 353  */ #bbpress-forums div.bbp-reply-content code,
/* 354  */ #bbpress-forums div.bbp-topic-content pre,
/* 355  */ #bbpress-forums div.bbp-reply-content pre {
/* 356  */ 	font-family: Inconsolata, Consolas, Monaco, Lucida Console, monospace;
/* 357  */ 	display: inline-block;
/* 358  */ 	background-color: #f9f9f9;
/* 359  */ 	border: 1px solid #ddd;
/* 360  */ 	padding: 0 5px;
/* 361  */ 	max-width: 95%;
/* 362  */ 	vertical-align: middle;
/* 363  */ 	margin-top: -3px;
/* 364  */ }
/* 365  */ 
/* 366  */ #bbpress-forums div.bbp-topic-content pre,
/* 367  */ #bbpress-forums div.bbp-reply-content pre {
/* 368  */ 	display: block;
/* 369  */ 	line-height: 18px;
/* 370  */ 	margin: 0 0 24px;
/* 371  */ 	padding: 5px 10px;
/* 372  */ 	white-space: pre;
/* 373  */ 	overflow: auto;
/* 374  */ }
/* 375  */ 
/* 376  */ #bbpress-forums div.bbp-topic-content pre code,
/* 377  */ #bbpress-forums div.bbp-reply-content pre code {
/* 378  */ 	display: block;
/* 379  */ 	border: none;
/* 380  */ 	padding: 0;
/* 381  */ 	margin: 0;
/* 382  */ 	background-color: transparent;
/* 383  */ 	overflow-wrap: normal;
/* 384  */ 	overflow: auto;
/* 385  */ 	max-width: 100%;
/* 386  */ }
/* 387  */ 
/* 388  */ /* =Reply to
/* 389  *| -------------------------------------------------------------- */
/* 390  */ 
/* 391  */ #bbpress-forums div.bbp-reply-to {
/* 392  */ 	margin-left: 130px;
/* 393  */ 	padding: 12px 12px 12px 0;
/* 394  */ 	text-align: right;
/* 395  */ }
/* 396  */ 
/* 397  */ #bbpress-forums div#bbp-cancel-reply-to {
/* 398  */ 	text-align: right;
/* 399  */ }
/* 400  */ 

/* bbpress.css */

/* 401  */ /* =Breadcrumb and Tags
/* 402  *| -------------------------------------------------------------- */
/* 403  */ 
/* 404  */ div.bbp-breadcrumb {
/* 405  */ 	float: left;
/* 406  */ }
/* 407  */ 
/* 408  */ div.bbp-breadcrumb,
/* 409  */ div.bbp-topic-tags {
/* 410  */ 	font-size: 12px;
/* 411  */ }
/* 412  */ 
/* 413  */ #bbpress-forums div.bbp-breadcrumb p,
/* 414  */ #bbpress-forums div.bbp-topic-tags p {
/* 415  */ 	margin-bottom: 10px
/* 416  */ }
/* 417  */ 
/* 418  */ #bbpress-forums div.bbp-topic-tags {
/* 419  */ 	float: right;
/* 420  */ }
/* 421  */ 
/* 422  */ #bbp-topic-hot-tags {
/* 423  */ 	clear: both;
/* 424  */ }
/* 425  */ 
/* 426  */ /* =Search
/* 427  *| -------------------------------------------------------------- */
/* 428  */ 
/* 429  */ #bbpress-forums #bbp-search-form {
/* 430  */ 	clear: left;
/* 431  */ }
/* 432  */ 
/* 433  */ 	#bbpress-forums #bbp-search-form .hidden {
/* 434  */ 		height: 0;
/* 435  */ 		width: 0;
/* 436  */ 		overflow: hidden;
/* 437  */ 		position: absolute;
/* 438  */ 		background: none;
/* 439  */ 		left: -999em;
/* 440  */ 	}
/* 441  */ 
/* 442  */ 	#bbpress-forums #bbp-search-form #bbp_search {
/* 443  */ 		display: inline-block;
/* 444  */ 		width: auto;
/* 445  */ 	}
/* 446  */ 
/* 447  */ #bbpress-forums div.bbp-search-form {
/* 448  */ 	float: right;
/* 449  */ }
/* 450  */ 

/* bbpress.css */

/* 451  */ /* =Admin Links
/* 452  *| -------------------------------------------------------------- */
/* 453  */ 
/* 454  */ span.bbp-admin-links {
/* 455  */ 	float: right;
/* 456  */ 	color: #ddd;
/* 457  */ }
/* 458  */ span.bbp-admin-links a {
/* 459  */ 	color: #bbb;
/* 460  */ 	font-weight: normal;
/* 461  */ 	font-size: 10px;
/* 462  */ 	text-transform: uppercase;
/* 463  */ 	text-decoration: none;
/* 464  */ }
/* 465  */ fieldset span.bbp-admin-links {
/* 466  */ 	float: left;
/* 467  */ }
/* 468  */ tr td span.bbp-admin-links a:hover {
/* 469  */ 	color: #ff4b33;
/* 470  */ }
/* 471  */ td.bbp-topic-admin-links,
/* 472  */ td.bbp-topic-counts {
/* 473  */ 	width: 50%;
/* 474  */ }
/* 475  */ 
/* 476  */ .bbp-forum-header a.bbp-forum-permalink,
/* 477  */ .bbp-topic-header a.bbp-topic-permalink,
/* 478  */ .bbp-reply-header a.bbp-reply-permalink {
/* 479  */ 	float: right;
/* 480  */ 	margin-left: 10px;
/* 481  */ 	color: #ccc;
/* 482  */ }
/* 483  */ 
/* 484  */ /* =Toggles
/* 485  *| -------------------------------------------------------------- */
/* 486  */ 
/* 487  */ .bbp-row-actions #favorite-toggle a {
/* 488  */ 	text-decoration: none;
/* 489  */ 	padding: 0 3px 1px;
/* 490  */ 	color: #7c7;
/* 491  */ 	border: 1px solid #aca;
/* 492  */ 	background-color: #dfd;
/* 493  */ 	font-weight: bold;
/* 494  */ 	font-size: 13px;
/* 495  */ 	}
/* 496  */ 	.bbp-row-actions #favorite-toggle a:hover {
/* 497  */ 		color: #5a5;
/* 498  */ 		border-color: #7c7;
/* 499  */ 		background-color: #beb;
/* 500  */ 	}

/* bbpress.css */

/* 501  */ 	.bbp-row-actions #favorite-toggle span.is-favorite a {
/* 502  */ 		color: #faa;
/* 503  */ 		border: 1px solid #faa;
/* 504  */ 		background-color: #fee;
/* 505  */ 		}
/* 506  */ 		.bbp-row-actions #favorite-toggle span.is-favorite a:hover {
/* 507  */ 			color: #c88;
/* 508  */ 			border-color: #c88;
/* 509  */ 			background-color: #fdd;
/* 510  */ 		}
/* 511  */ 
/* 512  */ .bbp-row-actions #subscription-toggle a {
/* 513  */ 	text-decoration: none;
/* 514  */ 	padding: 0 3px 1px;
/* 515  */ 	color: #7c7;
/* 516  */ 	border: 1px solid #aca;
/* 517  */ 	background-color: #dfd;
/* 518  */ 	font-weight: bold;
/* 519  */ 	font-size: 13px;
/* 520  */ 	}
/* 521  */ 	.bbp-row-actions #subscription-toggle a:hover {
/* 522  */ 		color: #5a5;
/* 523  */ 		border-color: #7c7;
/* 524  */ 		background-color: #beb;
/* 525  */ 	}
/* 526  */ 	.bbp-row-actions #subscription-toggle span.is-subscribed a {
/* 527  */ 		color: #faa;
/* 528  */ 		border: 1px solid #faa;
/* 529  */ 		background-color: #fee;
/* 530  */ 		}
/* 531  */ 		.bbp-row-actions #subscription-toggle span.is-subscribed a:hover {
/* 532  */ 			color: #c88;
/* 533  */ 			border-color: #c88;
/* 534  */ 			background-color: #fdd;
/* 535  */ 		}
/* 536  */ 
/* 537  */ #bbpress-forums .bbp-forum-info .bbp-forum-content,
/* 538  */ #bbpress-forums p.bbp-topic-meta {
/* 539  */ 	font-size: 11px;
/* 540  */ 	margin: 5px 0 5px;
/* 541  */ 	padding: 0;
/* 542  */ 	word-wrap: break-word;
/* 543  */ }
/* 544  */ 
/* 545  */ #bbpress-forums p.bbp-topic-meta span {
/* 546  */ 	white-space: nowrap;
/* 547  */ }
/* 548  */ 
/* 549  */ /* =Pagination
/* 550  *| -------------------------------------------------------------- */

/* bbpress.css */

/* 551  */ 
/* 552  */ .bbp-pagination-count {
/* 553  */ 	float: left;
/* 554  */ 	border: 1px solid transparent;
/* 555  */ }
/* 556  */ 
/* 557  */ .bbp-pagination-links {
/* 558  */ 	float: right;
/* 559  */ 	list-style: none;
/* 560  */ 	display: inline;
/* 561  */ 	}
/* 562  */ 	.bbp-pagination-links a,
/* 563  */ 	.bbp-pagination-links span.current {
/* 564  */ 		display: block;
/* 565  */ 		float: left;
/* 566  */ 		padding: 0px 5px;
/* 567  */ 		margin-left: 5px;
/* 568  */ 		border: 1px solid #efefef;
/* 569  */ 		text-decoration: none;
/* 570  */ 		}
/* 571  */ 		.bbp-pagination-links a:hover,
/* 572  */ 		.bbp-pagination-links span.current {
/* 573  */ 			background: #eee;
/* 574  */ 			opacity: 0.8;
/* 575  */ 			border: 1px solid #ddd;
/* 576  */ 		}
/* 577  */ 
/* 578  */ 	.bbp-pagination-links span.dots {
/* 579  */ 		display: block;
/* 580  */ 		float: left;
/* 581  */ 		padding: 1px 4px;
/* 582  */ 		margin-left: 5px;
/* 583  */ 	}
/* 584  */ 
/* 585  */ .bbp-pagination {
/* 586  */ 	float: left;
/* 587  */ 	width: 100%;
/* 588  */ 	margin-bottom: 15px;
/* 589  */ }
/* 590  */ 
/* 591  */ .bbp-topic-pagination {
/* 592  */ 	display: inline-block;
/* 593  */ 	margin-left: 5px;
/* 594  */ 	margin-bottom: 2px;
/* 595  */ 	}
/* 596  */ 	.bbp-topic-pagination a {
/* 597  */ 		font-size: 10px;
/* 598  */ 		line-height: 10px;
/* 599  */ 		padding: 1px 3px;
/* 600  */ 		border: 1px solid #ddd;

/* bbpress.css */

/* 601  */ 		text-decoration: none;
/* 602  */ 	}
/* 603  */ 
/* 604  */ 
/* 605  */ /* =Forms
/* 606  *| -------------------------------------------------------------- */
/* 607  */ 
/* 608  */ #bbpress-forums fieldset.bbp-form {
/* 609  */ 	clear: left;
/* 610  */ }
/* 611  */ 
/* 612  */ #bbpress-forums fieldset.bbp-form {
/* 613  */ 	border: 1px solid #eee;
/* 614  */ 	padding: 10px 20px;
/* 615  */ 	margin-bottom: 10px;
/* 616  */ }
/* 617  */ 
/* 618  */ #bbpress-forums fieldset.bbp-form legend {
/* 619  */ 	padding: 5px;
/* 620  */ }
/* 621  */ 
/* 622  */ #bbpress-forums fieldset.bbp-form label {
/* 623  */ 	margin: 0;
/* 624  */ 	display: inline-block;
/* 625  */ }
/* 626  */ 
/* 627  */ #bbp-edit-topic-tag.bbp-form fieldset.bbp-form label,
/* 628  */ #bbp-login fieldset label,
/* 629  */ #bbp-register fieldset label,
/* 630  */ #bbp-lost-pass fieldset label {
/* 631  */ 	width: 100px;
/* 632  */ }
/* 633  */ 
/* 634  */ #bbpress-forums fieldset.bbp-form p,
/* 635  */ #bbpress-forums fieldset.bbp-form textarea,
/* 636  */ #bbpress-forums fieldset.bbp-form select,
/* 637  */ #bbpress-forums fieldset.bbp-form input {
/* 638  */ 	margin: 0 0 8px;
/* 639  */ }
/* 640  */ 
/* 641  */ textarea#bbp_reply_content,
/* 642  */ textarea#bbp_topic_content,
/* 643  */ textarea#bbp_forum_content {
/* 644  */ 	width: 97%;
/* 645  */ 	box-sizing: border-box;
/* 646  */ }
/* 647  */ 
/* 648  */ textarea#bbp_forum_content {
/* 649  */ 	height: 210px;
/* 650  */ }

/* bbpress.css */

/* 651  */ 
/* 652  */ #bbpress-forums fieldset.bbp-forum-form-attributes {
/* 653  */ 	width: 200px;
/* 654  */ 	float: right;
/* 655  */ 	clear: none;
/* 656  */ 	margin-left: 25px;
/* 657  */ }
/* 658  */ 
/* 659  */ /**
/* 660  *|  * Fix for too-long forum names, usually from conversion
/* 661  *|  */
/* 662  */ #bbpress-forums fieldset select#bbp_forum_id {
/* 663  */ 	max-width: 200px;
/* 664  */ }
/* 665  */ 
/* 666  */ .bbp-topic-form,
/* 667  */ .bbp-reply-form,
/* 668  */ .bbp-topic-tag-form {
/* 669  */ 	clear: left;
/* 670  */ }
/* 671  */ body.topic-edit .bbp-topic-form div.avatar img,
/* 672  */ body.reply-edit .bbp-reply-form div.avatar img,
/* 673  */ body.single-forum .bbp-topic-form div.avatar img,
/* 674  */ body.single-reply .bbp-reply-form div.avatar img {
/* 675  */ 	margin-right: 0;
/* 676  */ 	padding: 10px;
/* 677  */ 	border: 1px solid #ddd;
/* 678  */ 	line-height: 0;
/* 679  */ 	background-color: #efefef;
/* 680  */ }
/* 681  */ 
/* 682  */ body.page .bbp-reply-form code,
/* 683  */ body.page .bbp-topic-form code,
/* 684  */ body.single-topic .bbp-reply-form code,
/* 685  */ body.single-forum .bbp-topic-form code,
/* 686  */ body.topic-edit .bbp-topic-form code,
/* 687  */ body.reply-edit .bbp-reply-form code {
/* 688  */ 	font-size: 10px;
/* 689  */ 	background-color: #f0fff8;
/* 690  */ 	border: 1px solid #CEEFE1;
/* 691  */ 	display: block;
/* 692  */ 	padding: 8px;
/* 693  */ 	margin-top: 5px;
/* 694  */ 	width: 369px;
/* 695  */ }
/* 696  */ 
/* 697  */ #merge_tag,
/* 698  */ #delete_tag {
/* 699  */ 	display: inline;
/* 700  */ }

/* bbpress.css */

/* 701  */ 
/* 702  */ div.bbp-submit-wrapper {
/* 703  */ 	margin-top: 15px;
/* 704  */ 	float: right;
/* 705  */ 	clear: both;
/* 706  */ }
/* 707  */ 
/* 708  */ p.form-allowed-tags {
/* 709  */ 	max-width: 100%;
/* 710  */ }
/* 711  */ 
/* 712  */ /* =TinyMCE in themes
/* 713  *| -------------------------------------------------------------- */
/* 714  */ #bbpress-forums div.bbp-the-content-wrapper {
/* 715  */ 	margin-bottom: 10px;
/* 716  */ }
/* 717  */ 
/* 718  */ #bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
/* 719  */ 	width: 100%;
/* 720  */ 	margin: 0;
/* 721  */ 	font-size: 12px;
/* 722  */ }
/* 723  */ 
/* 724  */ #bbpress-forums div.bbp-the-content-wrapper table,
/* 725  */ #bbpress-forums div.bbp-the-content-wrapper tbody,
/* 726  */ #bbpress-forums div.bbp-the-content-wrapper tr,
/* 727  */ #bbpress-forums div.bbp-the-content-wrapper td {
/* 728  */ 	border: none;
/* 729  */ 	padding: 0;
/* 730  */ 	margin: 0;
/* 731  */ 	width: auto;
/* 732  */ 	line-height: 1em;
/* 733  */ }
/* 734  */ 
/* 735  */ #bbpress-forums div.bbp-the-content-wrapper input {
/* 736  */ 	font-size: 12px;
/* 737  */ 	padding: 5px;
/* 738  */ 	margin: 0 2px 0 0;
/* 739  */ 	line-height: 1em;
/* 740  */ }
/* 741  */ 
/* 742  */ #bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar {
/* 743  */ 	padding: 5px;
/* 744  */ 	min-height: 26px;
/* 745  */ }
/* 746  */ #bbpress-forums div.bbp-the-content-wrapper td.mceToolbar {
/* 747  */ 	padding: 4px 4px 8px;
/* 748  */ }
/* 749  */ 
/* 750  */ #bbpress-forums div.wp-editor-container {

/* bbpress.css */

/* 751  */ 	margin: 0;
/* 752  */ 	padding: 0;
/* 753  */ 	line-height: 0;
/* 754  */ }
/* 755  */ 
/* 756  */ #bbpress-forums div.bbp-the-content-wrapper td.mceStatusbar {
/* 757  */ 	line-height: 16px;
/* 758  */ }
/* 759  */ 
/* 760  */ /* =Edit User
/* 761  *| -------------------------------------------------------------- */
/* 762  */ 
/* 763  */ #bbpress-forums #bbp-your-profile fieldset {
/* 764  */ 	padding: 20px 20px 0 20px;
/* 765  */ }
/* 766  */ 	#bbpress-forums #bbp-your-profile fieldset div {
/* 767  */ 		margin-bottom: 20px;
/* 768  */ 		float: left;
/* 769  */ 		width: 100%;
/* 770  */ 		clear: left;
/* 771  */ 	}
/* 772  */ 	#bbpress-forums #bbp-your-profile fieldset select {
/* 773  */ 		margin-bottom: 0;
/* 774  */ 	}
/* 775  */ 	#bbpress-forums #bbp-your-profile fieldset input,
/* 776  */ 	#bbpress-forums #bbp-your-profile fieldset textarea {
/* 777  */ 		margin-bottom: 0;
/* 778  */ 		width: 60%;
/* 779  */ 		background: #f9f9f9;
/* 780  */ 		border: 1px solid #ddd;
/* 781  */ 		box-shadow: none;
/* 782  */ 		padding: 5px 8px;
/* 783  */ 		border-radius: 0;
/* 784  */ 	}
/* 785  */ 	#bbpress-forums #bbp-your-profile fieldset input:focus,
/* 786  */ 	#bbpress-forums #bbp-your-profile fieldset textarea:focus {
/* 787  */ 		border: 1px solid #ccc;
/* 788  */ 		box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
/* 789  */ 		outline-color: rgba(240,255,240,0.1);
/* 790  */ 	}
/* 791  */ 	#bbpress-forums #bbp-your-profile fieldset.bbp-form input.checkbox {
/* 792  */ 		width: auto;
/* 793  */ 	}
/* 794  */ 	#bbpress-forums #bbp-your-profile fieldset legend {
/* 795  */ 		display: none;
/* 796  */ 	}
/* 797  */ 	#bbpress-forums #bbp-your-profile fieldset label[for] {
/* 798  */ 		float: left;
/* 799  */ 		width: 20%;
/* 800  */ 		padding: 5px 20px 5px 0;

/* bbpress.css */

/* 801  */ 		text-align: right;
/* 802  */ 		cursor: pointer;
/* 803  */ 	}
/* 804  */ 	#bbpress-forums #bbp-your-profile fieldset dl label[for] {
/* 805  */ 		text-align: left;
/* 806  */ 		width: 60%;
/* 807  */ 	}
/* 808  */ 	#bbpress-forums #bbp-your-profile fieldset span.description {
/* 809  */ 		margin: 5px 0 0 20%;
/* 810  */ 		font-size: 12px;
/* 811  */ 		font-style: italic;
/* 812  */ 		float: left;
/* 813  */ 		clear: left;
/* 814  */ 		width: 60%;
/* 815  */ 		padding: 5px 8px;
/* 816  */ 		border: #cee1ef 1px solid;
/* 817  */ 		background-color: #f0f8ff;
/* 818  */ 	}
/* 819  */ 
/* 820  */ 	#bbpress-forums #bbp-your-profile fieldset fieldset {
/* 821  */ 		margin: 0;
/* 822  */ 		border: none;
/* 823  */ 		padding: 0;
/* 824  */ 		clear: none;
/* 825  */ 		float: none;
/* 826  */ 	}
/* 827  */ 	#bbpress-forums #bbp-your-profile fieldset fieldset.password {
/* 828  */ 		width: 60%;
/* 829  */ 		display: inline;
/* 830  */ 	}
/* 831  */ 	#bbpress-forums #bbp-your-profile fieldset fieldset.password input,
/* 832  */ 	#bbpress-forums #bbp-your-profile fieldset fieldset.password span {
/* 833  */ 		width: 100%;
/* 834  */ 	}
/* 835  */ 	#bbpress-forums #bbp-your-profile fieldset fieldset.capabilities dl {
/* 836  */ 		margin: 0;
/* 837  */ 	}
/* 838  */ 	#bbpress-forums #bbp-your-profile fieldset fieldset.password span.description {
/* 839  */ 		margin-left: 0;
/* 840  */ 		margin-bottom: 20px;
/* 841  */ 	}
/* 842  */ 
/* 843  */ 	#bbpress-forums #bbp-your-profile fieldset.submit button {
/* 844  */ 		float: right;
/* 845  */ 	}
/* 846  */ 
/* 847  */ /* =Notices
/* 848  *| -------------------------------------------------------------- */
/* 849  */ 
/* 850  */ div.bbp-template-notice,

/* bbpress.css */

/* 851  */ div.indicator-hint {
/* 852  */ 	border-width: 1px;
/* 853  */ 	border-style: solid;
/* 854  */ 	padding: 0 0.6em;
/* 855  */ 	margin: 5px 0 15px;
/* 856  */ 	border-radius: 3px;
/* 857  */ 	background-color: #ffffe0;
/* 858  */ 	border-color: #e6db55;
/* 859  */ 	color: #000;
/* 860  */ 	clear: both;
/* 861  */ }
/* 862  */ div.bbp-template-notice a {
/* 863  */ 	color: #555;
/* 864  */ 	text-decoration: none;
/* 865  */ }
/* 866  */ 	div.bbp-template-notice a:hover {
/* 867  */ 		color: #000;
/* 868  */ 	}
/* 869  */ 	div.bbp-template-notice.info {
/* 870  */ 		border: #cee1ef 1px solid;
/* 871  */ 		background-color: #f0f8ff;
/* 872  */ 	}
/* 873  */ 	div.bbp-template-notice.important {
/* 874  */ 		border: #e6db55 1px solid;
/* 875  */ 		background-color: #fffbcc;
/* 876  */ 	}
/* 877  */ 	div.bbp-template-notice.error,
/* 878  */ 	div.bbp-template-notice.warning {
/* 879  */ 		background-color: #ffebe8;
/* 880  */ 		border-color: #c00;
/* 881  */ 	}
/* 882  */ 	div.bbp-template-notice.error a,
/* 883  */ 	div.bbp-template-notice.warning a {
/* 884  */ 		color: #c00;
/* 885  */ 	}
/* 886  */ 	div.bbp-template-notice p {
/* 887  */ 		margin: 0.5em 0 6px 0 !important;
/* 888  */ 		padding: 2px;
/* 889  */ 		font-size: 12px;
/* 890  */ 		line-height: 140%;
/* 891  */ 	}
/* 892  */ 
/* 893  */ /* =Stickies
/* 894  *| -------------------------------------------------------------- */
/* 895  */ 
/* 896  */ .bbp-topics-front ul.super-sticky,
/* 897  */ .bbp-topics ul.super-sticky,
/* 898  */ .bbp-topics ul.sticky,
/* 899  */ .bbp-forum-content ul.sticky {
/* 900  */ 	background-color: #ffffe0 !important;

/* bbpress.css */

/* 901  */ 	font-size: 1.1em;
/* 902  */ }
/* 903  */ 
/* 904  */ /* =Revisions
/* 905  *| -------------------------------------------------------------- */
/* 906  */ 
/* 907  */ #bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log,
/* 908  */ #bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log,
/* 909  */ #bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log {
/* 910  */ 	border-top: 1px dotted #ddd;
/* 911  */ 	width: 100%;
/* 912  */ 	margin: 0;
/* 913  */ 	padding: 8px 0 0 0;
/* 914  */ 	font-size: 11px;
/* 915  */ 	color: #aaa;
/* 916  */ }
/* 917  */ 
/* 918  */ #bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log li,
/* 919  */ #bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log li,
/* 920  */ #bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log li {
/* 921  */ 	list-style-type: none;
/* 922  */ }
/* 923  */ 
/* 924  */ /* =Widgets
/* 925  *| -------------------------------------------------------------- */
/* 926  */ 
/* 927  */ .bbp-login-form fieldset legend {
/* 928  */ 	display: none;
/* 929  */ }
/* 930  */ 
/* 931  */ .bbp-login-form .bbp-username input,
/* 932  */ .bbp-login-form .bbp-email input,
/* 933  */ .bbp-login-form .bbp-password input {
/* 934  */ 	padding: 5px;
/* 935  */ }
/* 936  */ 
/* 937  */ .bbp-login-form label {
/* 938  */ 	width: 140px;
/* 939  */ 	display: inline-block;
/* 940  */ }
/* 941  */ 
/* 942  */ #sidebar .bbp-login-form label {
/* 943  */ 	width: 70px;
/* 944  */ }
/* 945  */ 
/* 946  */ .bbp-login-form .bbp-username,
/* 947  */ .bbp-login-form .bbp-email,
/* 948  */ .bbp-login-form .bbp-password,
/* 949  */ .bbp-login-form .bbp-remember-me,
/* 950  */ .bbp-login-form .bbp-submit-wrapper {

/* bbpress.css */

/* 951  */ 	margin-top: 10px;
/* 952  */ }
/* 953  */ 
/* 954  */ .bbp-login-form .bbp-remember-me {
/* 955  */ 
/* 956  */ }
/* 957  */ 
/* 958  */ .bbp-login-form .bbp-submit-wrapper {
/* 959  */ 	text-align: right;
/* 960  */ }
/* 961  */ 
/* 962  */ .bbp-login-form .bbp-login-links {
/* 963  */ }
/* 964  */ 
/* 965  */ .bbp-login-form .bbp-login-links a {
/* 966  */ 	float: left;
/* 967  */ 	clear: left;
/* 968  */ }
/* 969  */ 
/* 970  */ .bbp-logged-in img.avatar {
/* 971  */ 	float: left;
/* 972  */ 	margin: 0 15px 0 0;
/* 973  */ }
/* 974  */ 
/* 975  */ .bbp-logged-in h4 {
/* 976  */ 	font-weight: bold;
/* 977  */ 	font-size: 1.3em;
/* 978  */ 	clear: none;
/* 979  */ 	margin-bottom: 10px;
/* 980  */ }
/* 981  */ 
/* 982  */ /* =Avatars
/* 983  *| -------------------------------------------------------------- */
/* 984  */ 
/* 985  */ #bbpress-forums p.bbp-topic-meta img.avatar,
/* 986  */ #bbpress-forums ul.bbp-reply-revision-log img.avatar,
/* 987  */ #bbpress-forums ul.bbp-topic-revision-log img.avatar,
/* 988  */ #bbpress-forums div.bbp-template-notice img.avatar,
/* 989  */ #bbpress-forums .widget_display_topics img.avatar,
/* 990  */ #bbpress-forums .widget_display_replies img.avatar {
/* 991  */ 	float: none;
/* 992  */ 	margin-bottom: -7px;
/* 993  */ 	border: 3px double #ddd;
/* 994  */ }
/* 995  */ 
/* 996  */ fieldset div.avatar {
/* 997  */ 	float: right;
/* 998  */ }
/* 999  */ 
/* 1000 */ /* =BuddyPress Activity Streams

/* bbpress.css *|

/* 1001 *| -------------------------------------------------------------- */
/* 1002 */ 
/* 1003 */ .activity-list li.bbp_topic_create .activity-content .activity-inner,
/* 1004 */ .activity-list li.bbp_reply_create .activity-content .activity-inner {
/* 1005 */ 	border-left: 2px solid #eaeaea;
/* 1006 */ 	margin-left: 5px;
/* 1007 */ 	padding-left: 10px;
/* 1008 */ }
/* 1009 */ 
/* 1010 */ /* =User Pages
/* 1011 *| -------------------------------------------------------------- */
/* 1012 */ 
/* 1013 */ #bbpress-forums h1 {
/* 1014 */ 	clear: none;
/* 1015 */ 	font-size: 1.8em;
/* 1016 */ 	line-height: 1em;
/* 1017 */ 	padding-bottom: 10px;
/* 1018 */ }
/* 1019 */ 
/* 1020 */ #bbpress-forums #bbp-user-wrapper {
/* 1021 */ 	float: left;
/* 1022 */ 	width: 100%;
/* 1023 */ }
/* 1024 */ 
/* 1025 */ #bbpress-forums .bbp-user-section {
/* 1026 */ 	overflow: auto;
/* 1027 */ }
/* 1028 */ 
/* 1029 */ #bbpress-forums #bbp-user-wrapper h2.entry-title {
/* 1030 */ 	font-size: 1.4em;
/* 1031 */ 	margin: 0;
/* 1032 */ 	padding-bottom: 10px;
/* 1033 */ 	padding-top: 0;
/* 1034 */ 	clear: none;
/* 1035 */ }
/* 1036 */ 
/* 1037 */ #bbpress-forums #bbp-user-wrapper ul.bbp-lead-topic,
/* 1038 */ #bbpress-forums #bbp-user-wrapper ul.bbp-topics,
/* 1039 */ #bbpress-forums #bbp-user-wrapper ul.bbp-forums,
/* 1040 */ #bbpress-forums #bbp-user-wrapper ul.bbp-replies,
/* 1041 */ #bbpress-forums #bbp-user-wrapper fieldset.bbp-form {
/* 1042 */ 	clear: none;
/* 1043 */ }
/* 1044 */ 
/* 1045 */ #bbpress-forums #bbp-single-user-details {
/* 1046 */ 	margin: 0;
/* 1047 */ 	width: 150px;
/* 1048 */ 	float: left;
/* 1049 */ 	overflow: hidden;
/* 1050 */ }

/* bbpress.css */

/* 1051 */ 
/* 1052 */ #bbpress-forums #bbp-single-user-details #bbp-user-avatar {
/* 1053 */ 	margin: 0;
/* 1054 */ 	width: 150px;
/* 1055 */ }
/* 1056 */ 
/* 1057 */ #bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar {
/* 1058 */ 	border: none;
/* 1059 */ 	height: 150px;
/* 1060 */ 	padding: 0;
/* 1061 */ 	margin: 0 0 20px 0;
/* 1062 */ 	width: 150px;
/* 1063 */ }
/* 1064 */ 
/* 1065 */ #bbpress-forums #bbp-single-user-details #bbp-user-description {
/* 1066 */ 	float: none;
/* 1067 */ 	margin-left: 180px;
/* 1068 */ }
/* 1069 */ 
/* 1070 */ #bbpress-forums #bbp-single-user-details #bbp-user-navigation {
/* 1071 */ 	float: none;
/* 1072 */ 	margin: 0;
/* 1073 */ }
/* 1074 */ 
/* 1075 */ #bbpress-forums #bbp-single-user-details #bbp-user-navigation li {
/* 1076 */ 	margin: 0;
/* 1077 */ }
/* 1078 */ 
/* 1079 */ #bbpress-forums #bbp-single-user-details #bbp-user-navigation a {
/* 1080 */ 	padding: 5px 8px;
/* 1081 */ 	display: block;
/* 1082 */ 	border: 1px solid transparent;
/* 1083 */ 	text-decoration: none;
/* 1084 */ }
/* 1085 */ 
/* 1086 */ #bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
/* 1087 */ 	background: #eee;
/* 1088 */ 	opacity: 0.8;
/* 1089 */ }
/* 1090 */ 
/* 1091 */ #bbpress-forums #bbp-user-body {
/* 1092 */ 	margin-left: 180px;
/* 1093 */ }
/* 1094 */ 
/* 1095 */ body.my-account #bbpress-forums {
/* 1096 */ 	border-top: none;
/* 1097 */ 	padding-top: 0;
/* 1098 */ 	margin-bottom: 0;
/* 1099 */ }
/* 1100 */ 

/* bbpress.css */

/* 1101 */ /* =User Capabilities
/* 1102 *| -------------------------------------------------------------- */
/* 1103 */ 
/* 1104 */ #bbpress-forums dl.bbp-user-capabilities {
/* 1105 */ 	display: inline-block;
/* 1106 */ 	vertical-align: top;
/* 1107 */ }
/* 1108 */ 
/* 1109 */ #bbpress-forums dl.bbp-user-capabilities dt {
/* 1110 */ 	margin: 0 0 10px;
/* 1111 */ 	text-transform: capitalize;
/* 1112 */ }
/* 1113 */ 
/* 1114 */ #bbpress-forums dl.bbp-user-capabilities dd {
/* 1115 */ 	margin: 0;
/* 1116 */ 	padding: 0;
/* 1117 */ }
/* 1118 */ 
/* 1119 */ /* =BuddyPress Group Forums
/* 1120 *| -------------------------------------------------------------- */
/* 1121 */ 
/* 1122 */ #bbpress-forums div.row-actions {
/* 1123 */ 	font-size: 11px;
/* 1124 */ 	visibility: hidden;
/* 1125 */ }
/* 1126 */ 
/* 1127 */ #bbpress-forums li:hover > div.row-actions {
/* 1128 */ 	visibility: visible;
/* 1129 */ }
/* 1130 */ 
/* 1131 */ /*--------------------------------------------------------------
/* 1132 *|  Media Queries
/* 1133 *| --------------------------------------------------------------*/
/* 1134 */ 
/* 1135 */ /* =Standard Mobile Landscape
/* 1136 *| -------------------------------------------------------------- */
/* 1137 */ @media screen and (max-device-width: 480px), screen and (-webkit-min-device-pixel-ratio: 2) {
/* 1138 */ 	-webkit-text-size-adjust: none;
/* 1139 */ }
/* 1140 */ @media only screen and (max-width: 480px) {
/* 1141 */ 	#bbpress-forums div.bbp-topic-tags {
/* 1142 */ 		clear: left;
/* 1143 */ 		float: left;
/* 1144 */ 	}
/* 1145 */ 	div.bbp-search-form input,
/* 1146 */ 	div.bbp-search-form button {
/* 1147 */ 		font-size: 11px;
/* 1148 */ 		padding: 2px;
/* 1149 */ 	}
/* 1150 */ 	li.bbp-forum-info,

/* bbpress.css */

/* 1151 */ 	li.bbp-topic-title {
/* 1152 */ 		width: 45%;
/* 1153 */ 	}
/* 1154 */ 	li.bbp-forum-topic-count,
/* 1155 */ 	li.bbp-forum-reply-count,
/* 1156 */ 	li.bbp-topic-voice-count,
/* 1157 */ 	li.bbp-topic-reply-count {
/* 1158 */ 		width: 15%;
/* 1159 */ 	}
/* 1160 */ 	span.bbp-reply-post-date {
/* 1161 */ 		float: left;
/* 1162 */ 	}
/* 1163 */ 	span.bbp-admin-links {
/* 1164 */ 		clear: left;
/* 1165 */ 		float: left;
/* 1166 */ 	}
/* 1167 */ 	#bbpress-forums .bbp-forums-list li {
/* 1168 */ 		display: block;
/* 1169 */ 		font-size: 11px;
/* 1170 */ 	}
/* 1171 */ 	#bbpress-forums .bbp-body div.bbp-reply-author {
/* 1172 */ 		margin: -15px 10px 10px;
/* 1173 */ 		min-height: 100px;
/* 1174 */ 		padding-left: 80px;
/* 1175 */ 		position: relative;
/* 1176 */ 		text-align: left;
/* 1177 */ 		width: 100%;
/* 1178 */ 	}
/* 1179 */ 	#bbpress-forums div.bbp-reply-author a.bbp-author-name {
/* 1180 */ 		clear: none;
/* 1181 */ 		display: inline-block;
/* 1182 */ 		margin-left: 0;
/* 1183 */ 		word-wrap: break-word;
/* 1184 */ 	}
/* 1185 */ 	#bbpress-forums div.bbp-reply-author img.avatar {
/* 1186 */ 		position: absolute;
/* 1187 */ 		top: 15px;
/* 1188 */ 		left: 0;
/* 1189 */ 		width: 60px;
/* 1190 */ 		height: auto;
/* 1191 */ 	}
/* 1192 */ 	#bbpress-forums div.bbp-reply-author .bbp-author-role {
/* 1193 */ 		font-size: 12px;
/* 1194 */ 		font-style: normal;
/* 1195 */ 	}
/* 1196 */ 	#bbpress-forums .bbp-body div.bbp-reply-content {
/* 1197 */ 		clear: both;
/* 1198 */ 		margin: 10px;
/* 1199 */ 		padding: 0;
/* 1200 */ 	}

/* bbpress.css */

/* 1201 */ 	#bbpress-forums div.bbp-reply-content p {
/* 1202 */ 		margin-bottom: 1em;
/* 1203 */ 	}
/* 1204 */ 	div.bbp-submit-wrapper {
/* 1205 */ 		float: left;
/* 1206 */ 	}
/* 1207 */ 	#bbpress-forums fieldset.bbp-form {
/* 1208 */ 		padding: 0 10px 10px;
/* 1209 */ 	}
/* 1210 */ 	#bbpress-forums #bbp-user-body {
/* 1211 */ 		clear: both;
/* 1212 */ 		margin-left: 0;
/* 1213 */ 		word-wrap: break-word;
/* 1214 */ 	}
/* 1215 */ }
/* 1216 */ 
/* 1217 */ /* =Standard Mobile Portrait
/* 1218 *| -------------------------------------------------------------- */
/* 1219 */ @media only screen and (max-width: 320px) {
/* 1220 */ 	#bbpress-forums div.bbp-search-form {
/* 1221 */ 		margin-bottom: 10px;
/* 1222 */ 	}
/* 1223 */ 	#bbpress-forums li.bbp-header li.bbp-forum-info,
/* 1224 */ 	#bbpress-forums li.bbp-body li.bbp-forum-info,
/* 1225 */ 	#bbpress-forums li.bbp-header li.bbp-topic-title,
/* 1226 */ 	#bbpress-forums li.bbp-body li.bbp-topic-title {
/* 1227 */ 		width: 100%;
/* 1228 */ 	}
/* 1229 */ 	#bbpress-forums li.bbp-header li.bbp-forum-info,
/* 1230 */ 	#bbpress-forums li.bbp-header li.bbp-topic-title {
/* 1231 */ 		text-align: center;
/* 1232 */ 		text-transform: uppercase;
/* 1233 */ 	}
/* 1234 */ 	#bbpress-forums li.bbp-header li.bbp-forum-topic-count,
/* 1235 */ 	#bbpress-forums li.bbp-header li.bbp-forum-reply-count,
/* 1236 */ 	#bbpress-forums li.bbp-body li.bbp-forum-topic-count,
/* 1237 */ 	#bbpress-forums li.bbp-body li.bbp-forum-reply-count,
/* 1238 */ 	#bbpress-forums li.bbp-header li.bbp-topic-voice-count,
/* 1239 */ 	#bbpress-forums li.bbp-header li.bbp-topic-reply-count,
/* 1240 */ 	#bbpress-forums li.bbp-body li.bbp-topic-voice-count,
/* 1241 */ 	#bbpress-forums li.bbp-body li.bbp-topic-reply-count {
/* 1242 */ 		width: 20%;
/* 1243 */ 	}
/* 1244 */ 	#bbpress-forums li.bbp-header li.bbp-forum-freshness,
/* 1245 */ 	#bbpress-forums li.bbp-body li.bbp-forum-freshness,
/* 1246 */ 	#bbpress-forums li.bbp-header li.bbp-topic-freshness,
/* 1247 */ 	#bbpress-forums li.bbp-body li.bbp-topic-freshness {
/* 1248 */ 		width: 58%;
/* 1249 */ 	}
/* 1250 */ 	#bbpress-forums li.bbp-body li.bbp-forum-topic-count,

/* bbpress.css */

/* 1251 */ 	#bbpress-forums li.bbp-body li.bbp-forum-reply-count,
/* 1252 */ 	#bbpress-forums li.bbp-body li.bbp-forum-freshness,
/* 1253 */ 	#bbpress-forums li.bbp-body li.bbp-topic-voice-count,
/* 1254 */ 	#bbpress-forums li.bbp-body li.bbp-topic-reply-count,
/* 1255 */ 	#bbpress-forums li.bbp-body li.bbp-topic-freshness {
/* 1256 */ 		margin-top: 7px;
/* 1257 */ 	}
/* 1258 */ 	#bbpress-forums li.bbp-header,
/* 1259 */ 	#bbpress-forums li.bbp-footer {
/* 1260 */ 		font-size: 10px;
/* 1261 */ 	}
/* 1262 */ 	#bbpress-forums li.bbp-header div.bbp-reply-author {
/* 1263 */ 		text-align: left;
/* 1264 */ 		width: 25%;
/* 1265 */ 	}
/* 1266 */ 	#bbpress-forums li.bbp-header div.bbp-reply-content {
/* 1267 */ 		margin-left: 25%;
/* 1268 */ 	}
/* 1269 */ 	#bbpress-forums div.bbp-template-notice img.avatar,
/* 1270 */ 	#bbpress-forums p.bbp-topic-meta img.avatar {
/* 1271 */ 		width: 14px;
/* 1272 */ 		height: auto;
/* 1273 */ 	}
/* 1274 */ 	#bbpress-forums div.bbp-the-content-wrapper td.mceToolbar {
/* 1275 */ 		padding: 1px;
/* 1276 */ 	}
/* 1277 */ 	#bbpress-forums div.bbp-the-content-wrapper td.mceToolbar td {
/* 1278 */ 		width: 20px;
/* 1279 */ 		height: 20px;
/* 1280 */ 	}
/* 1281 */ 	#bbpress-forums div.wp-editor-container {
/* 1282 */ 		width: 100%;
/* 1283 */ 		overflow: auto;
/* 1284 */ 	}
/* 1285 */ 	#bbpress-forums input#bbp_topic_title,
/* 1286 */ 	#bbpress-forums input#bbp_topic_tags {
/* 1287 */ 		width: 95%;
/* 1288 */ 	}
/* 1289 */ }
/* 1290 */ 
/* 1291 */ /* =Extra Small Mobile
/* 1292 *| -------------------------------------------------------------- */
/* 1293 */ @media only screen and (max-width: 240px) {
/* 1294 */ 	#bbpress-forums li.bbp-header li.bbp-forum-topic-count,
/* 1295 */ 	#bbpress-forums li.bbp-header li.bbp-forum-reply-count,
/* 1296 */ 	#bbpress-forums li.bbp-body li.bbp-forum-topic-count,
/* 1297 */ 	#bbpress-forums li.bbp-body li.bbp-forum-reply-count,
/* 1298 */ 	#bbpress-forums li.bbp-header li.bbp-topic-voice-count,
/* 1299 */ 	#bbpress-forums li.bbp-header li.bbp-topic-reply-count,
/* 1300 */ 	#bbpress-forums li.bbp-body li.bbp-topic-voice-count,

/* bbpress.css */

/* 1301 */ 	#bbpress-forums li.bbp-body li.bbp-topic-reply-count,
/* 1302 */ 	#bbpress-forums li.bbp-footer div.bbp-reply-author,
/* 1303 */ 	#bbpress-forums li.bbp-footer div.bbp-reply-content {
/* 1304 */ 		width: 45%;
/* 1305 */ 	}
/* 1306 */ 	#bbpress-forums li.bbp-header li.bbp-forum-freshness,
/* 1307 */ 	#bbpress-forums li.bbp-body li.bbp-forum-freshness,
/* 1308 */ 	#bbpress-forums li.bbp-header li.bbp-topic-freshness,
/* 1309 */ 	#bbpress-forums li.bbp-body li.bbp-topic-freshness,
/* 1310 */ 	#bbpress-forums li.bbp-header div.bbp-reply-author,
/* 1311 */ 	#bbpress-forums li.bbp-header div.bbp-reply-content {
/* 1312 */ 		clear: both;
/* 1313 */ 		width: 100%;
/* 1314 */ 	}
/* 1315 */ 	#bbpress-forums li.bbp-header li.bbp-forum-freshness,
/* 1316 */ 	#bbpress-forums li.bbp-header li.bbp-topic-freshness {
/* 1317 */ 		text-align: center;
/* 1318 */ 	}
/* 1319 */ 	#bbpress-forums li.bbp-body li.bbp-topic-freshness,
/* 1320 */ 	#bbpress-forums li.bbp-header div.bbp-reply-content {
/* 1321 */ 		margin-left: 0;
/* 1322 */ 		text-align: left;
/* 1323 */ 	}
/* 1324 */ 	#bbpress-forums li.bbp-body li.bbp-topic-freshness p.bbp-topic-meta {
/* 1325 */ 		display: inline-block;
/* 1326 */ 	}
/* 1327 */ 	#bbpress-forums li.bbp-header {
/* 1328 */ 		overflow: hidden;
/* 1329 */ 	}
/* 1330 */ 	#bbpress-forums li.bbp-footer div.bbp-reply-content {
/* 1331 */ 		display: inline-block;
/* 1332 */ 		margin-left: 0;
/* 1333 */ 	}
/* 1334 */ 	#bbpress-forums li.bbp-body div.bbp-reply-author {
/* 1335 */ 		min-height: 60px;
/* 1336 */ 		padding-left: 60px;
/* 1337 */ 	}
/* 1338 */ 	#bbpress-forums div.bbp-reply-author img.avatar {
/* 1339 */ 		width: 40px;
/* 1340 */ 		height: auto;
/* 1341 */ 	}
/* 1342 */ }
/* 1343 */ 
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/coldfixusa/public_html/beta
currentDir : /home/coldfixusa/public_html/beta/wp-content/plugins/contact-form-7/includes/css

file-relative URI  : ../../images/ajax-loader.gif
path prepended     : /home/coldfixusa/public_html/beta/wp-content/plugins/contact-form-7/includes/css/../../images/ajax-loader.gif
docroot stripped   : /wp-content/plugins/contact-form-7/includes/css/../../images/ajax-loader.gif
traversals removed : /wp-content/plugins/contact-form-7/images/ajax-loader.gif

*/

/* styles.css */

/* 1   */ div.wpcf7 {
/* 2   */ 	margin: 0;
/* 3   */ 	padding: 0;
/* 4   */ }
/* 5   */ 
/* 6   */ div.wpcf7-response-output {
/* 7   */ 	margin: 2em 0.5em 1em;
/* 8   */ 	padding: 0.2em 1em;
/* 9   */ }
/* 10  */ 
/* 11  */ div.wpcf7 .screen-reader-response {
/* 12  */ 	position: absolute;
/* 13  */ 	overflow: hidden;
/* 14  */ 	clip: rect(1px, 1px, 1px, 1px);
/* 15  */ 	height: 1px;
/* 16  */ 	width: 1px;
/* 17  */ 	margin: 0;
/* 18  */ 	padding: 0;
/* 19  */ 	border: 0;
/* 20  */ }
/* 21  */ 
/* 22  */ div.wpcf7-mail-sent-ok {
/* 23  */ 	border: 2px solid #398f14;
/* 24  */ }
/* 25  */ 
/* 26  */ div.wpcf7-mail-sent-ng {
/* 27  */ 	border: 2px solid #ff0000;
/* 28  */ }
/* 29  */ 
/* 30  */ div.wpcf7-spam-blocked {
/* 31  */ 	border: 2px solid #ffa500;
/* 32  */ }
/* 33  */ 
/* 34  */ div.wpcf7-validation-errors {
/* 35  */ 	border: 2px solid #f7e700;
/* 36  */ }
/* 37  */ 
/* 38  */ .wpcf7-form-control-wrap {
/* 39  */ 	position: relative;
/* 40  */ }
/* 41  */ 
/* 42  */ span.wpcf7-not-valid-tip {
/* 43  */ 	color: #f00;
/* 44  */ 	font-size: 1em;
/* 45  */ 	font-weight: normal;
/* 46  */ 	display: block;
/* 47  */ }
/* 48  */ 
/* 49  */ .use-floating-validation-tip span.wpcf7-not-valid-tip {
/* 50  */ 	position: absolute;

/* styles.css */

/* 51  */ 	top: 20%;
/* 52  */ 	left: 20%;
/* 53  */ 	z-index: 100;
/* 54  */ 	border: 1px solid #ff0000;
/* 55  */ 	background: #fff;
/* 56  */ 	padding: .2em .8em;
/* 57  */ }
/* 58  */ 
/* 59  */ span.wpcf7-list-item {
/* 60  */ 	display: inline-block;
/* 61  */ 	margin: 0 0 0 1em;
/* 62  */ }
/* 63  */ 
/* 64  */ span.wpcf7-list-item-label::before,
/* 65  */ span.wpcf7-list-item-label::after {
/* 66  */ 	content: " ";
/* 67  */ }
/* 68  */ 
/* 69  */ .wpcf7-display-none {
/* 70  */ 	display: none;
/* 71  */ }
/* 72  */ 
/* 73  */ div.wpcf7 .ajax-loader {
/* 74  */ 	visibility: hidden;
/* 75  */ 	display: inline-block;
/* 76  */ 	background-image: url('/wp-content/plugins/contact-form-7/images/ajax-loader.gif');
/* 77  */ 	width: 16px;
/* 78  */ 	height: 16px;
/* 79  */ 	border: none;
/* 80  */ 	padding: 0;
/* 81  */ 	margin: 0 0 0 4px;
/* 82  */ 	vertical-align: middle;
/* 83  */ }
/* 84  */ 
/* 85  */ div.wpcf7 .ajax-loader.is-active {
/* 86  */ 	visibility: visible;
/* 87  */ }
/* 88  */ 
/* 89  */ div.wpcf7 div.ajax-error {
/* 90  */ 	display: none;
/* 91  */ }
/* 92  */ 
/* 93  */ div.wpcf7 .placeheld {
/* 94  */ 	color: #888;
/* 95  */ }
/* 96  */ 
/* 97  */ div.wpcf7 .wpcf7-recaptcha iframe {
/* 98  */ 	margin-bottom: 0;
/* 99  */ }
/* 100 */ 

/* styles.css */

/* 101 */ div.wpcf7 input[type="file"] {
/* 102 */ 	cursor: pointer;
/* 103 */ }
/* 104 */ 
/* 105 */ div.wpcf7 input[type="file"]:disabled {
/* 106 */ 	cursor: default;
/* 107 */ }
/* 108 */ 
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/coldfixusa/public_html/beta
currentDir : /home/coldfixusa/public_html/beta/wp-content/plugins/cpo-widgets/css

file-relative URI  : ../font/social.eot
path prepended     : /home/coldfixusa/public_html/beta/wp-content/plugins/cpo-widgets/css/../font/social.eot
docroot stripped   : /wp-content/plugins/cpo-widgets/css/../font/social.eot
traversals removed : /wp-content/plugins/cpo-widgets/font/social.eot

file-relative URI  : ../font/social.eot#iefix
path prepended     : /home/coldfixusa/public_html/beta/wp-content/plugins/cpo-widgets/css/../font/social.eot#iefix
docroot stripped   : /wp-content/plugins/cpo-widgets/css/../font/social.eot#iefix
traversals removed : /wp-content/plugins/cpo-widgets/font/social.eot#iefix

file-relative URI  : ../font/social.woff
path prepended     : /home/coldfixusa/public_html/beta/wp-content/plugins/cpo-widgets/css/../font/social.woff
docroot stripped   : /wp-content/plugins/cpo-widgets/css/../font/social.woff
traversals removed : /wp-content/plugins/cpo-widgets/font/social.woff

file-relative URI  : ../font/social.ttf
path prepended     : /home/coldfixusa/public_html/beta/wp-content/plugins/cpo-widgets/css/../font/social.ttf
docroot stripped   : /wp-content/plugins/cpo-widgets/css/../font/social.ttf
traversals removed : /wp-content/plugins/cpo-widgets/font/social.ttf

file-relative URI  : ../font/social.svg#social
path prepended     : /home/coldfixusa/public_html/beta/wp-content/plugins/cpo-widgets/css/../font/social.svg#social
docroot stripped   : /wp-content/plugins/cpo-widgets/css/../font/social.svg#social
traversals removed : /wp-content/plugins/cpo-widgets/font/social.svg#social

*/

/* style.css */

/* 1  */ /*
/* 2  *| Widget Stylesheet
/* 3  *| Defines the styles that control widget appearance
/* 4  *| */
/* 5  */ 
/* 6  */ @font-face { font-family:'ctwg-icons'; font-weight:normal; font-style:normal;
/* 7  */ src:url('/wp-content/plugins/cpo-widgets/font/social.eot'); 
/* 8  */ src:url('/wp-content/plugins/cpo-widgets/font/social.eot#iefix') format('embedded-opentype'),
/* 9  */ url('/wp-content/plugins/cpo-widgets/font/social.woff') format('woff'),
/* 10 */ url('/wp-content/plugins/cpo-widgets/font/social.ttf') format('truetype'),
/* 11 */ url('/wp-content/plugins/cpo-widgets/font/social.svg#social') format('svg'); }
/* 12 */ [class^="ctwg-icon-"]:before, [class*=" ctwg-icon-"]:before { font-family:"ctwg-icons"; font-style:normal; font-weight:normal; speak:none; display:inline-block; text-decoration:inherit; width:1em; margin-right:.2em; text-align:center; font-variant:normal; text-transform:none; line-height:1em; margin-left:.2em; }
/* 13 */  
/* 14 */ 
/* 15 */ /* RECENT POSTS WIDGET */
/* 16 */ .ctwg-recent { }
/* 17 */ .ctwg-recent-item { overflow:hidden; padding:0; margin:0 0 20px; }
/* 18 */ .ctwg-recent-item .ctwg-recent-image { display:block; width:50px; float:left; }
/* 19 */ .ctwg-recent-item .ctwg-recent-image img { display:block; width:50px; height:auto; margin:0; padding:0; border-radius:2px; }
/* 20 */ .ctwg-recent-item .ctwg-recent-body { margin:0; }
/* 21 */ .ctwg-has-thumbnail .ctwg-recent-body { margin:0 0 0 65px; }
/* 22 */ .ctwg-recent-item .ctwg-recent-title { margin:-5px 0 0; padding:0; }
/* 23 */ .ctwg-recent-item .ctwg-recent-meta { font-size:0.8em; margin:0; }
/* 24 */ 
/* 25 */ 
/* 26 */ /* RECENT POSTS WIDGET */
/* 27 */ .ctwg-social { overflow:hidden; }
/* 28 */ .ctwg-social-link { display:block; float:left; margin:0 8px 8px 0; -moz-transition:0.3s all; -webkit-transition:0.3s all; transition:0.3s all; }
/* 29 */ .ctwg-social .ctwg-social-icon { font-family:'ctwg-icons'; display:block; width:40px; height:40px; line-height:40px; color:#fff; background:#ddd; font-size:18px; border-radius:3px; text-align:center; }
/* 30 */ .ctwg-social-link:hover { opacity:0.8;text-decoration:none; }
/* 31 */ .ctwg-social .ctwg-social-icon:hover { text-decoration:none; }
/* 32 */ /* Icon Colors */
/* 33 */ .ctwg-social-rss .ctwg-social-icon { background:#fe9900; }
/* 34 */ .ctwg-social-facebook .ctwg-social-icon { background:#4862a3; }
/* 35 */ .ctwg-social-twitter .ctwg-social-icon { background:#00acee; }
/* 36 */ .ctwg-social-gplus .ctwg-social-icon { background:#dd4b39; }
/* 37 */ .ctwg-social-tumblr .ctwg-social-icon { background:#2c4762; }
/* 38 */ .ctwg-social-youtube .ctwg-social-icon { background:#dc2725; }
/* 39 */ .ctwg-social-pinterest .ctwg-social-icon { background:#ce2125; }
/* 40 */ .ctwg-social-instagram .ctwg-social-icon { background:#517FA4; }
/* 41 */ .ctwg-social-dribbble .ctwg-social-icon { background:#ed6297; }
/* 42 */ .ctwg-social-linkedin .ctwg-social-icon { background:#1a85bc; }
/* 43 */ .ctwg-social-skype .ctwg-social-icon { background:#00aff0; }
/* 44 */ /* Social Icons */
/* 45 */ .ctwg-social-rss .ctwg-social-icon:before { content:'\e809'; } 
/* 46 */ .ctwg-social-facebook .ctwg-social-icon:before { content:'\e800'; }
/* 47 */ .ctwg-social-twitter .ctwg-social-icon:before { content:'\e802'; }
/* 48 */ .ctwg-social-gplus .ctwg-social-icon:before { content:'\e801'; }
/* 49 */ .ctwg-social-tumblr .ctwg-social-icon:before { content:'\e808'; }
/* 50 */ .ctwg-social-youtube .ctwg-social-icon:before { content:'\e806'; }

/* style.css */

/* 51 */ .ctwg-social-pinterest .ctwg-social-icon:before { content:'\e803'; }
/* 52 */ .ctwg-social-instagram .ctwg-social-icon:before { content:'\e804'; }
/* 53 */ .ctwg-social-dribbble .ctwg-social-icon:before { content:'\e80a'; }
/* 54 */ .ctwg-social-linkedin .ctwg-social-icon:before { content:'\e805'; }
/* 55 */ .ctwg-social-skype .ctwg-social-icon:before { content:'\e807'; }
/* 56 */ 
/* 57 */ 
/* 58 */ /* SOCIAL WIDGET */
/* 59 */ .ctwg-subscribers {}
/* 60 */ .ctwg-subscribers .subscriber-item { display:block; margin:0 0 20px; float:left; width:50%; }
/* 61 */ .ctwg-subscribers .subscriber-item .icon { display:block; float:left; font-size:40px; width:40px; height:40px; line-height:40px; margin-right:10px; text-align:center; }
/* 62 */ .ctwg-subscribers .subscriber-item .icon-facebook-sign { color:#3b5998; }
/* 63 */ .ctwg-subscribers .subscriber-item .icon-twitter-sign { color:#00acee; }
/* 64 */ .ctwg-subscribers .subscriber-item .value { display:block; margin:0 0 5px 50px; line-height:1; font-size:26px; }
/* 65 */ .ctwg-subscribers .subscriber-item .description { display:block; margin:0 0 0 50px; line-height:1; font-weight:0.9em; }
/* 66 */ 
/* 67 */ 
/* 68 */ /* FLICKR WIDGET */
/* 69 */ .ctwg-flickr { overflow:hidden; }
/* 70 */ .ctwg-flickr a { display:block; line-height:0; }
/* 71 */ .ctwg-flickr .flickr_badge_image { float:left; overflow:hidden; width:23%; margin:0px 2% 2% 0px; }
/* 72 */ .ctwg-flickr .flickr_badge_image img { width:100%; height:auto; }
/* 73 */ 
/* 74 */ 
/* 75 */ /* AD SPACE WIDGET */
/* 76 */ .ctwg-advert img { display:block; line-height:0; border-radius:2px; }
/* 77 */ 
/* 78 */ 
/* 79 */ /* TWITTER WIDGET */
/* 80 */ .ctwg-tweets { margin:0 0 10px; }
/* 81 */ .ctwg-tweets .ctwg-tweet  { position:relative; list-style:none; background:none; margin:0 0 15px 0; padding:0; font-size:0.9em; }
/* 82 */ .ctwg-tweets .ctwg-tweet .tweet-content { margin:0; }
/* 83 */ .ctwg-tweets .ctwg-tweet .tweet-date { display:block; }
/* 84 */ 
/* 85 */ 
/* 86 */ /* AUTHOR WIDGET */
/* 87 */ .ctwg-author { margin:0 0 10px; }
/* 88 */ .ctwg-author .ctwg-author-image { margin:0 0 20px; }
/* 89 */ .ctwg-author .ctwg-author-image img  { margin:0 auto; padding:0; border-radius:200px; display:block; height:auto; }
/* 90 */ .ctwg-author .ctwg-author-name { margin:0 0 10px; font-size:20px; line-height:1.2; text-align:center; }
/* 91 */ .ctwg-author .ctwg-author-description { font-size:14px; text-align:center; margin:0 0 20px; }
/* 92 */ .ctwg-author .ctwg-author-content { margin:20px 0 s0; }
/* 93 */ 
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/coldfixusa/public_html/beta
currentDir : /home/coldfixusa/public_html/beta/wp-content/plugins/kiwi-social-share/assets/vendors/icomoon

file-relative URI  : fonts/icomoon.eot?vnmwfm
path prepended     : /home/coldfixusa/public_html/beta/wp-content/plugins/kiwi-social-share/assets/vendors/icomoon/fonts/icomoon.eot?vnmwfm
docroot stripped   : /wp-content/plugins/kiwi-social-share/assets/vendors/icomoon/fonts/icomoon.eot?vnmwfm
traversals removed : /wp-content/plugins/kiwi-social-share/assets/vendors/icomoon/fonts/icomoon.eot?vnmwfm

file-relative URI  : fonts/icomoon.eot?vnmwfm#iefix
path prepended     : /home/coldfixusa/public_html/beta/wp-content/plugins/kiwi-social-share/assets/vendors/icomoon/fonts/icomoon.eot?vnmwfm#iefix
docroot stripped   : /wp-content/plugins/kiwi-social-share/assets/vendors/icomoon/fonts/icomoon.eot?vnmwfm#iefix
traversals removed : /wp-content/plugins/kiwi-social-share/assets/vendors/icomoon/fonts/icomoon.eot?vnmwfm#iefix

file-relative URI  : fonts/icomoon.ttf?vnmwfm
path prepended     : /home/coldfixusa/public_html/beta/wp-content/plugins/kiwi-social-share/assets/vendors/icomoon/fonts/icomoon.ttf?vnmwfm
docroot stripped   : /wp-content/plugins/kiwi-social-share/assets/vendors/icomoon/fonts/icomoon.ttf?vnmwfm
traversals removed : /wp-content/plugins/kiwi-social-share/assets/vendors/icomoon/fonts/icomoon.ttf?vnmwfm

file-relative URI  : fonts/icomoon.woff?vnmwfm
path prepended     : /home/coldfixusa/public_html/beta/wp-content/plugins/kiwi-social-share/assets/vendors/icomoon/fonts/icomoon.woff?vnmwfm
docroot stripped   : /wp-content/plugins/kiwi-social-share/assets/vendors/icomoon/fonts/icomoon.woff?vnmwfm
traversals removed : /wp-content/plugins/kiwi-social-share/assets/vendors/icomoon/fonts/icomoon.woff?vnmwfm

file-relative URI  : fonts/icomoon.svg?vnmwfm#icomoon
path prepended     : /home/coldfixusa/public_html/beta/wp-content/plugins/kiwi-social-share/assets/vendors/icomoon/fonts/icomoon.svg?vnmwfm#icomoon
docroot stripped   : /wp-content/plugins/kiwi-social-share/assets/vendors/icomoon/fonts/icomoon.svg?vnmwfm#icomoon
traversals removed : /wp-content/plugins/kiwi-social-share/assets/vendors/icomoon/fonts/icomoon.svg?vnmwfm#icomoon

*/

/* style.css */

/* 1   */ @font-face {
/* 2   */   font-family: 'icomoon';
/* 3   */   src:  url('/wp-content/plugins/kiwi-social-share/assets/vendors/icomoon/fonts/icomoon.eot?vnmwfm');
/* 4   */   src:  url('/wp-content/plugins/kiwi-social-share/assets/vendors/icomoon/fonts/icomoon.eot?vnmwfm#iefix') format('embedded-opentype'),
/* 5   */     url('/wp-content/plugins/kiwi-social-share/assets/vendors/icomoon/fonts/icomoon.ttf?vnmwfm') format('truetype'),
/* 6   */     url('/wp-content/plugins/kiwi-social-share/assets/vendors/icomoon/fonts/icomoon.woff?vnmwfm') format('woff'),
/* 7   */     url('/wp-content/plugins/kiwi-social-share/assets/vendors/icomoon/fonts/icomoon.svg?vnmwfm#icomoon') format('svg');
/* 8   */   font-weight: normal;
/* 9   */   font-style: normal;
/* 10  */ }
/* 11  */ 
/* 12  */ [class^="kicon-"], [class*=" kicon-"] {
/* 13  */   /* use !important to prevent issues with browser extensions that change fonts */
/* 14  */   font-family: 'icomoon' !important;
/* 15  */   speak: none;
/* 16  */   font-style: normal;
/* 17  */   font-weight: normal;
/* 18  */   font-variant: normal;
/* 19  */   text-transform: none;
/* 20  */   line-height: 1;
/* 21  */ 
/* 22  */   /* Better Font Rendering =========== */
/* 23  */   -webkit-font-smoothing: antialiased;
/* 24  */   -moz-osx-font-smoothing: grayscale;
/* 25  */ }
/* 26  */ 
/* 27  */ .kicon-envelope-o:before {
/* 28  */   content: "\f003";
/* 29  */ }
/* 30  */ .kicon-close:before {
/* 31  */   content: "\f00d";
/* 32  */ }
/* 33  */ .kicon-remove:before {
/* 34  */   content: "\f00d";
/* 35  */ }
/* 36  */ .kicon-times:before {
/* 37  */   content: "\f00d";
/* 38  */ }
/* 39  */ .kicon-linkedin-square:before {
/* 40  */   content: "\f08c";
/* 41  */ }
/* 42  */ .kicon-twitter:before {
/* 43  */   content: "\f099";
/* 44  */ }
/* 45  */ .kicon-facebook:before {
/* 46  */   content: "\f09a";
/* 47  */ }
/* 48  */ .kicon-facebook-f:before {
/* 49  */   content: "\f09a";
/* 50  */ }

/* style.css */

/* 51  */ .kicon-github:before {
/* 52  */   content: "\f09b";
/* 53  */ }
/* 54  */ .kicon-globe:before {
/* 55  */   content: "\f0ac";
/* 56  */ }
/* 57  */ .kicon-chain:before {
/* 58  */   content: "\f0c1";
/* 59  */ }
/* 60  */ .kicon-link:before {
/* 61  */   content: "\f0c1";
/* 62  */ }
/* 63  */ .kicon-pinterest:before {
/* 64  */   content: "\f0d2";
/* 65  */ }
/* 66  */ .kicon-pinterest-square:before {
/* 67  */   content: "\f0d3";
/* 68  */ }
/* 69  */ .kicon-google-plus-square:before {
/* 70  */   content: "\f0d4";
/* 71  */ }
/* 72  */ .kicon-google-plus:before {
/* 73  */   content: "\f0d5";
/* 74  */ }
/* 75  */ .kicon-envelope:before {
/* 76  */   content: "\f0e0";
/* 77  */ }
/* 78  */ .kicon-linkedin:before {
/* 79  */   content: "\f0e1";
/* 80  */ }
/* 81  */ .kicon-youtube-square:before {
/* 82  */   content: "\f166";
/* 83  */ }
/* 84  */ .kicon-youtube:before {
/* 85  */   content: "\f167";
/* 86  */ }
/* 87  */ .kicon-youtube-play:before {
/* 88  */   content: "\f16a";
/* 89  */ }
/* 90  */ .kicon-dropbox:before {
/* 91  */   content: "\f16b";
/* 92  */ }
/* 93  */ .kicon-instagram:before {
/* 94  */   content: "\f16d";
/* 95  */ }
/* 96  */ .kicon-flickr:before {
/* 97  */   content: "\f16e";
/* 98  */ }
/* 99  */ .kicon-tumblr:before {
/* 100 */   content: "\f173";

/* style.css */

/* 101 */ }
/* 102 */ .kicon-tumblr-square:before {
/* 103 */   content: "\f174";
/* 104 */ }
/* 105 */ .kicon-dribbble:before {
/* 106 */   content: "\f17d";
/* 107 */ }
/* 108 */ .kicon-skype:before {
/* 109 */   content: "\f17e";
/* 110 */ }
/* 111 */ .kicon-vimeo-square:before {
/* 112 */   content: "\f194";
/* 113 */ }
/* 114 */ .kicon-wordpress:before {
/* 115 */   content: "\f19a";
/* 116 */ }
/* 117 */ .kicon-google:before {
/* 118 */   content: "\f1a0";
/* 119 */ }
/* 120 */ .kicon-reddit:before {
/* 121 */   content: "\f1a1";
/* 122 */ }
/* 123 */ .kicon-reddit-square:before {
/* 124 */   content: "\f1a2";
/* 125 */ }
/* 126 */ .kicon-stumbleupon-circle:before {
/* 127 */   content: "\f1a3";
/* 128 */ }
/* 129 */ .kicon-stumbleupon:before {
/* 130 */   content: "\f1a4";
/* 131 */ }
/* 132 */ .kicon-git-square:before {
/* 133 */   content: "\f1d2";
/* 134 */ }
/* 135 */ .kicon-git:before {
/* 136 */   content: "\f1d3";
/* 137 */ }
/* 138 */ .kicon-qq:before {
/* 139 */   content: "\f1d6";
/* 140 */ }
/* 141 */ .kicon-circle-thin:before {
/* 142 */   content: "\f1db";
/* 143 */ }
/* 144 */ .kicon-share-alt:before {
/* 145 */   content: "\f1e0";
/* 146 */ }
/* 147 */ .kicon-twitch:before {
/* 148 */   content: "\f1e8";
/* 149 */ }
/* 150 */ .kicon-whatsapp:before {

/* style.css */

/* 151 */   content: "\f232";
/* 152 */ }
/* 153 */ .kicon-snapchat:before {
/* 154 */   content: "\f2ab";
/* 155 */ }
/* 156 */ .kicon-snapchat-ghost:before {
/* 157 */   content: "\f2ac";
/* 158 */ }
/* 159 */ .kicon-snapchat-square:before {
/* 160 */   content: "\f2ad";
/* 161 */ }
/* 162 */ .kicon-telegram:before {
/* 163 */   content: "\f2c6";
/* 164 */ }
/* 165 */ 
/* 166 */ 
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/coldfixusa/public_html/beta
currentDir : /home/coldfixusa/public_html/beta/wp-content/plugins/pirate-forms/css

*/

/* front.css */

/* 1  */ /*
/* 2  *| Version: 1.2.5
/* 3  *|  */
/* 4  */ .pirate_forms_wrap .form_field_wrap {
/* 5  */ 	margin-bottom: 20px;
/* 6  */ }
/* 7  */ 
/* 8  */ .pirate-forms-g-recaptcha {
/* 9  */ 	display: none;
/* 10 */ }
/* 11 */ 
/* 12 */ .pirate_forms_wrap {
/* 13 */ 	float: left;
/* 14 */ 	width: 100%;
/* 15 */ }
/* 16 */ 
/* 17 */ .sidebar .pirate_forms_wrap,
/* 18 */ .sidebar-wrap .pirate_forms_wrap,
/* 19 */ #sidebar-secondary .pirate_forms_wrap {
/* 20 */ 	margin-bottom: 20px;
/* 21 */ }
/* 22 */ 
/* 23 */ .sidebar .form_field_wrap,
/* 24 */ .sidebar-wrap .form_field_wrap,
/* 25 */ #sidebar-secondary .form_field_wrap {
/* 26 */ 	width: 100%;
/* 27 */ }
/* 28 */ 
/* 29 */ .sidebar .pirate-forms-submit-button,
/* 30 */ .sidebar-wrap .pirate-forms-submit-button,
/* 31 */ #sidebar-secondary .pirate-forms-submit-button {
/* 32 */ 	float: left !important;
/* 33 */ 	width: 100%;
/* 34 */ 	margin-left: 0;
/* 35 */ }
/* 36 */ 
/* 37 */ .sidebar .pirate_forms_wrap label,
/* 38 */ .sidebar-wrap .pirate_forms_wrap label,
/* 39 */ #sidebar-secondary .pirate_forms_wrap label {
/* 40 */ 	display: none;
/* 41 */ }
/* 42 */ 
/* 43 */ .pirate_forms_clearfix {
/* 44 */ 	clear: both;
/* 45 */ }
/* 46 */ 
/* 47 */ .contact_submit_wrap {
/* 48 */ 	text-align: right;
/* 49 */ }
/* 50 */ 
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/coldfixusa/public_html/beta
currentDir : /home/coldfixusa/public_html/beta/wp-content/plugins/woocommerce/assets/css

*/

/* woocommerce-layout.css */

/* 1 */ .woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce #content div.product div.thumbnails::after,.woocommerce #content div.product div.thumbnails::before,.woocommerce .col2-set::after,.woocommerce .col2-set::before,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::before,.woocommerce-page .col2-set::after,.woocommerce-page .col2-set::before,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::before{content:' ';display:table}.woocommerce #content div.product .woocommerce-tabs,.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce #content div.product div.thumbnails a.first,.woocommerce #content div.product div.thumbnails::after,.woocommerce .cart-collaterals::after,.woocommerce .col2-set::after,.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product div.thumbnails a.first,.woocommerce div.product div.thumbnails::after,.woocommerce ul.products,.woocommerce ul.products li.first,.woocommerce ul.products::after,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product div.thumbnails a.first,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page .cart-collaterals::after,.woocommerce-page .col2-set::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::after,.woocommerce-page div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product div.thumbnails a.first,.woocommerce-page div.product div.thumbnails::after,.woocommerce-page ul.products,.woocommerce-page ul.products li.first,.woocommerce-page ul.products::after{clear:both}.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button,.woocommerce .woocommerce-message .button,.woocommerce-page .woocommerce-error .button,.woocommerce-page .woocommerce-info .button,.woocommerce-page .woocommerce-message .button{float:right}.woocommerce .col2-set,.woocommerce-page .col2-set{width:100%}.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1{float:left;width:48%}.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2{float:right;width:48%}.woocommerce img,.woocommerce-page img{height:auto;max-width:100%}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images{float:left;width:48%}.woocommerce #content div.product div.thumbnails a,.woocommerce div.product div.thumbnails a,.woocommerce-page #content div.product div.thumbnails a,.woocommerce-page div.product div.thumbnails a{float:left;width:30.75%;margin-right:3.8%;margin-bottom:1em}.woocommerce #content div.product div.thumbnails a.last,.woocommerce div.product div.thumbnails a.last,.woocommerce-page #content div.product div.thumbnails a.last,.woocommerce-page div.product div.thumbnails a.last{margin-right:0}.woocommerce #content div.product div.thumbnails.columns-1 a,.woocommerce div.product div.thumbnails.columns-1 a,.woocommerce-page #content div.product div.thumbnails.columns-1 a,.woocommerce-page div.product div.thumbnails.columns-1 a{width:100%;margin-right:0;float:none}.woocommerce #content div.product div.thumbnails.columns-2 a,.woocommerce div.product div.thumbnails.columns-2 a,.woocommerce-page #content div.product div.thumbnails.columns-2 a,.woocommerce-page div.product div.thumbnails.columns-2 a{width:48%}.woocommerce #content div.product div.thumbnails.columns-4 a,.woocommerce div.product div.thumbnails.columns-4 a,.woocommerce-page #content div.product div.thumbnails.columns-4 a,.woocommerce-page div.product div.thumbnails.columns-4 a{width:22.05%}.woocommerce #content div.product div.thumbnails.columns-5 a,.woocommerce div.product div.thumbnails.columns-5 a,.woocommerce-page #content div.product div.thumbnails.columns-5 a,.woocommerce-page div.product div.thumbnails.columns-5 a{width:16.9%}.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary{float:right;width:48%}.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li{display:inline-block}.woocommerce #content div.product #reviews .comment::after,.woocommerce #content div.product #reviews .comment::before,.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce .woocommerce-pagination ul.page-numbers::before,.woocommerce div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::before,.woocommerce ul.products::after,.woocommerce ul.products::before,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::before,.woocommerce-page .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::before,.woocommerce-page div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::before,.woocommerce-page ul.products::after,.woocommerce-page ul.products::before{content:' ';display:table}.woocommerce #content div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::after{clear:both}.woocommerce #content div.product #reviews .comment img,.woocommerce div.product #reviews .comment img,.woocommerce-page #content div.product #reviews .comment img,.woocommerce-page div.product #reviews .comment img{float:right;height:auto}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{float:left;margin:0 3.8% 2.992em 0;padding:0;position:relative;width:22.05%}.woocommerce ul.products li.last,.woocommerce-page ul.products li.last{margin-right:0}.woocommerce-page.columns-1 ul.products li.product,.woocommerce.columns-1 ul.products li.product{width:100%;margin-right:0}.woocommerce-page.columns-2 ul.products li.product,.woocommerce.columns-2 ul.products li.product{width:48%}.woocommerce-page.columns-3 ul.products li.product,.woocommerce.columns-3 ul.products li.product{width:30.75%}.woocommerce-page.columns-5 ul.products li.product,.woocommerce.columns-5 ul.products li.product{width:16.95%}.woocommerce-page.columns-6 ul.products li.product,.woocommerce.columns-6 ul.products li.product{width:13.5%}.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count{float:left}.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering{float:right}.woocommerce .woocommerce-pagination ul.page-numbers li,.woocommerce-page .woocommerce-pagination ul.page-numbers li{display:inline-block}.woocommerce #content table.cart img,.woocommerce table.cart img,.woocommerce-page #content table.cart img,.woocommerce-page table.cart img{height:auto}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:right}.woocommerce #content table.cart td.actions .input-text,.woocommerce table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text{width:80px}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:left}.woocommerce #content table.cart td.actions .coupon label,.woocommerce table.cart td.actions .coupon label,.woocommerce-page #content table.cart td.actions .coupon label,.woocommerce-page table.cart td.actions .coupon label{display:none}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce .cart-collaterals .shipping_calculator::before,.woocommerce .cart-collaterals::after,.woocommerce .cart-collaterals::before,.woocommerce form .form-row::after,.woocommerce form .form-row::before,.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before,.woocommerce-page .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::before,.woocommerce-page .cart-collaterals::after,.woocommerce-page .cart-collaterals::before,.woocommerce-page form .form-row::after,.woocommerce-page form .form-row::before,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.cart_list li::before,.woocommerce-page ul.product_list_widget li::after,.woocommerce-page ul.product_list_widget li::before{display:table;content:' '}.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals{width:100%}.woocommerce .cart-collaterals .related,.woocommerce-page .cart-collaterals .related{width:30.75%;float:left}.woocommerce .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .cross-sells{width:48%;float:left}.woocommerce .cart-collaterals .cross-sells ul.products,.woocommerce-page .cart-collaterals .cross-sells ul.products{float:none}.woocommerce .cart-collaterals .cross-sells ul.products li,.woocommerce-page .cart-collaterals .cross-sells ul.products li{width:48%}.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator{width:48%;clear:right;float:right}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-shipping-fields::after,.woocommerce form .form-row-wide,.woocommerce form .form-row::after,.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after,.woocommerce-page .cart-collaterals .shipping_calculator::after,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-shipping-fields::after,.woocommerce-page form .form-row-wide,.woocommerce-page form .form-row::after,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.product_list_widget li::after{clear:both}.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2{width:47%}.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{float:right;width:48%}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img{float:right;height:auto}.woocommerce form .form-row label,.woocommerce-page form .form-row label{display:block}.woocommerce form .form-row label.checkbox,.woocommerce-page form .form-row label.checkbox{display:inline}.woocommerce form .form-row select,.woocommerce-page form .form-row select{width:100%}.woocommerce form .form-row .input-text,.woocommerce-page form .form-row .input-text{box-sizing:border-box;width:100%}.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last{width:47%;overflow:visible}.woocommerce form .form-row-first,.woocommerce-page form .form-row-first{float:left}.woocommerce form .form-row-last,.woocommerce-page form .form-row-last{float:right}.woocommerce #payment .form-row select,.woocommerce-page #payment .form-row select{width:auto}.woocommerce #payment .terms,.woocommerce #payment .wc-terms-and-conditions,.woocommerce-page #payment .terms,.woocommerce-page #payment .wc-terms-and-conditions{text-align:left;padding:0 1em 0 0;float:left}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:right}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-billing-fields::before,.woocommerce .woocommerce-shipping-fields::after,.woocommerce .woocommerce-shipping-fields::before,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-billing-fields::before,.woocommerce-page .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-shipping-fields::before{content:' ';display:table}.woocommerce-account .woocommerce-MyAccount-navigation{float:left;width:30%}.woocommerce-account .woocommerce-MyAccount-content{float:right;width:68%}.woocommerce-page.left-sidebar #content.twentyeleven{width:58.4%;margin:0 7.6%;float:right}.woocommerce-page.right-sidebar #content.twentyeleven{margin:0 7.6%;width:58.4%;float:left}.twentyfourteen .tfwc{padding:12px 10px 0;max-width:474px;margin:0 auto}.twentyfourteen .tfwc .product .entry-summary{padding:0!important;margin:0 0 1.618em!important}.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail{margin-top:0}@media screen and (min-width:673px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1040px){.twentyfourteen .tfwc{padding-right:15px;padding-left:15px}}@media screen and (min-width:1110px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1218px){.twentyfourteen .tfwc{margin-right:54px}.full-width .twentyfourteen .tfwc{margin-right:auto}}.twentyfifteen .t15wc{padding-left:7.6923%;padding-right:7.6923%;padding-top:7.6923%;margin-bottom:7.6923%;background:#fff;box-shadow:0 0 1px rgba(0,0,0,.15)}.twentyfifteen .t15wc .page-title{margin-left:0}@media screen and (min-width:38.75em){.twentyfifteen .t15wc{margin-right:7.6923%;margin-left:7.6923%;margin-top:8.3333%}}@media screen and (min-width:59.6875em){.twentyfifteen .t15wc{margin-left:8.3333%;margin-right:8.3333%;padding:10%}.single-product .twentyfifteen .entry-summary{padding:0!important}}.twentysixteen .site-main{margin-right:7.6923%;margin-left:7.6923%}.twentysixteen .entry-summary{margin-right:0;margin-left:0}#content .twentysixteen div.product div.images,#content .twentysixteen div.product div.summary{width:46.42857%}@media screen and (min-width:44.375em){.twentysixteen .site-main{margin-right:23.0769%}}@media screen and (min-width:56.875em){.twentysixteen .site-main{margin-right:0;margin-left:0}.no-sidebar .twentysixteen .site-main{margin-right:15%;margin-left:15%}.no-sidebar .twentysixteen .entry-summary{margin-right:0;margin-left:0}}.rtl .woocommerce .col2-set .col-1,.rtl .woocommerce-page .col2-set .col-1{float:right}.rtl .woocommerce .col2-set .col-2,.rtl .woocommerce-page .col2-set .col-2{float:left}
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/coldfixusa/public_html/beta
currentDir : /home/coldfixusa/public_html/beta/wp-content/plugins/woocommerce/assets/css

*/

/* woocommerce-smallscreen.css */

/* 1 */ .woocommerce table.shop_table_responsive tbody th,.woocommerce table.shop_table_responsive thead,.woocommerce-page table.shop_table_responsive tbody th,.woocommerce-page table.shop_table_responsive thead{display:none}.woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,.woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child{border-top:0}.woocommerce table.shop_table_responsive tr,.woocommerce-page table.shop_table_responsive tr{display:block}.woocommerce table.shop_table_responsive tr td,.woocommerce-page table.shop_table_responsive tr td{display:block;text-align:right!important}.woocommerce #content table.cart .product-thumbnail,.woocommerce table.cart .product-thumbnail,.woocommerce table.my_account_orders tr td.order-actions::before,.woocommerce table.shop_table_responsive tr td.actions::before,.woocommerce table.shop_table_responsive tr td.product-remove::before,.woocommerce-page #content table.cart .product-thumbnail,.woocommerce-page table.cart .product-thumbnail,.woocommerce-page table.my_account_orders tr td.order-actions::before,.woocommerce-page table.shop_table_responsive tr td.actions::before,.woocommerce-page table.shop_table_responsive tr td.product-remove::before{display:none}.woocommerce table.shop_table_responsive tr td.order-actions,.woocommerce-page table.shop_table_responsive tr td.order-actions{text-align:left!important}.woocommerce table.shop_table_responsive tr td::before,.woocommerce-page table.shop_table_responsive tr td::before{content:attr(data-title) ": ";font-weight:700;float:left}.woocommerce table.shop_table_responsive tr:nth-child(2n) td,.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td{background-color:rgba(0,0,0,.025)}.woocommerce table.my_account_orders tr td.order-actions,.woocommerce-page table.my_account_orders tr td.order-actions{text-align:left}.woocommerce table.my_account_orders tr td.order-actions .button,.woocommerce-page table.my_account_orders tr td.order-actions .button{float:none;margin:.125em .25em .125em 0}.woocommerce .col2-set .col-1,.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-1,.woocommerce-page .col2-set .col-2{float:none;width:100%}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product,.woocommerce-page[class*=columns-] ul.products li.product,.woocommerce[class*=columns-] ul.products li.product{width:48%;float:left;clear:both;margin:0 0 2.992em}.woocommerce ul.products li.product:nth-child(2n),.woocommerce-page ul.products li.product:nth-child(2n),.woocommerce-page[class*=columns-] ul.products li.product:nth-child(2n),.woocommerce[class*=columns-] ul.products li.product:nth-child(2n){float:right;clear:none!important}.woocommerce #content div.product div.images,.woocommerce #content div.product div.summary,.woocommerce div.product div.images,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.images,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.images,.woocommerce-page div.product div.summary{float:none;width:100%}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:left}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:none;padding-bottom:.5em}.woocommerce #content table.cart td.actions .coupon::after,.woocommerce #content table.cart td.actions .coupon::before,.woocommerce table.cart td.actions .coupon::after,.woocommerce table.cart td.actions .coupon::before,.woocommerce-page #content table.cart td.actions .coupon::after,.woocommerce-page #content table.cart td.actions .coupon::before,.woocommerce-page table.cart td.actions .coupon::after,.woocommerce-page table.cart td.actions .coupon::before{content:' ';display:table}.woocommerce #content table.cart td.actions .coupon::after,.woocommerce table.cart td.actions .coupon::after,.woocommerce-page #content table.cart td.actions .coupon::after,.woocommerce-page table.cart td.actions .coupon::after{clear:both}.woocommerce #content table.cart td.actions .coupon .button,.woocommerce #content table.cart td.actions .coupon .input-text,.woocommerce #content table.cart td.actions .coupon input,.woocommerce table.cart td.actions .coupon .button,.woocommerce table.cart td.actions .coupon .input-text,.woocommerce table.cart td.actions .coupon input,.woocommerce-page #content table.cart td.actions .coupon .button,.woocommerce-page #content table.cart td.actions .coupon .input-text,.woocommerce-page #content table.cart td.actions .coupon input,.woocommerce-page table.cart td.actions .coupon .button,.woocommerce-page table.cart td.actions .coupon .input-text,.woocommerce-page table.cart td.actions .coupon input{width:48%;box-sizing:border-box}.woocommerce #content table.cart td.actions .coupon .button.alt,.woocommerce #content table.cart td.actions .coupon .input-text+.button,.woocommerce table.cart td.actions .coupon .button.alt,.woocommerce table.cart td.actions .coupon .input-text+.button,.woocommerce-page #content table.cart td.actions .coupon .button.alt,.woocommerce-page #content table.cart td.actions .coupon .input-text+.button,.woocommerce-page table.cart td.actions .coupon .button.alt,.woocommerce-page table.cart td.actions .coupon .input-text+.button{float:right}.woocommerce #content table.cart td.actions .button,.woocommerce table.cart td.actions .button,.woocommerce-page #content table.cart td.actions .button,.woocommerce-page table.cart td.actions .button{display:block;width:100%}.woocommerce .cart-collaterals .cart_totals,.woocommerce .cart-collaterals .cross-sells,.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .shipping_calculator{width:100%;float:none;text-align:left}.woocommerce-page.woocommerce-checkout form.login .form-row,.woocommerce.woocommerce-checkout form.login .form-row{width:100%;float:none}.woocommerce #payment .terms,.woocommerce-page #payment .terms{text-align:left;padding:0}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:none;width:100%;box-sizing:border-box;margin-bottom:1em}.woocommerce .lost_reset_password .form-row-first,.woocommerce .lost_reset_password .form-row-last,.woocommerce-page .lost_reset_password .form-row-first,.woocommerce-page .lost_reset_password .form-row-last{width:100%;float:none;margin-right:0}.woocommerce-account .woocommerce-MyAccount-content,.woocommerce-account .woocommerce-MyAccount-navigation{float:none;width:100%}.single-product .twentythirteen .panel{padding-left:20px!important;padding-right:20px!important}
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/coldfixusa/public_html/beta
currentDir : /home/coldfixusa/public_html/beta/wp-content/plugins/woocommerce/assets/css

file-relative URI  : ../fonts/star.eot
path prepended     : /home/coldfixusa/public_html/beta/wp-content/plugins/woocommerce/assets/css/../fonts/star.eot
docroot stripped   : /wp-content/plugins/woocommerce/assets/css/../fonts/star.eot
traversals removed : /wp-content/plugins/woocommerce/assets/fonts/star.eot

file-relative URI  : ../fonts/star.eot?#iefix
path prepended     : /home/coldfixusa/public_html/beta/wp-content/plugins/woocommerce/assets/css/../fonts/star.eot?#iefix
docroot stripped   : /wp-content/plugins/woocommerce/assets/css/../fonts/star.eot?#iefix
traversals removed : /wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix

file-relative URI  : ../fonts/star.woff
path prepended     : /home/coldfixusa/public_html/beta/wp-content/plugins/woocommerce/assets/css/../fonts/star.woff
docroot stripped   : /wp-content/plugins/woocommerce/assets/css/../fonts/star.woff
traversals removed : /wp-content/plugins/woocommerce/assets/fonts/star.woff

file-relative URI  : ../fonts/star.ttf
path prepended     : /home/coldfixusa/public_html/beta/wp-content/plugins/woocommerce/assets/css/../fonts/star.ttf
docroot stripped   : /wp-content/plugins/woocommerce/assets/css/../fonts/star.ttf
traversals removed : /wp-content/plugins/woocommerce/assets/fonts/star.ttf

file-relative URI  : ../fonts/star.svg#star
path prepended     : /home/coldfixusa/public_html/beta/wp-content/plugins/woocommerce/assets/css/../fonts/star.svg#star
docroot stripped   : /wp-content/plugins/woocommerce/assets/css/../fonts/star.svg#star
traversals removed : /wp-content/plugins/woocommerce/assets/fonts/star.svg#star

file-relative URI  : ../fonts/WooCommerce.eot
path prepended     : /home/coldfixusa/public_html/beta/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.eot
docroot stripped   : /wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.eot
traversals removed : /wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot

file-relative URI  : ../fonts/WooCommerce.eot?#iefix
path prepended     : /home/coldfixusa/public_html/beta/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.eot?#iefix
docroot stripped   : /wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.eot?#iefix
traversals removed : /wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix

file-relative URI  : ../fonts/WooCommerce.woff
path prepended     : /home/coldfixusa/public_html/beta/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.woff
docroot stripped   : /wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.woff
traversals removed : /wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff

file-relative URI  : ../fonts/WooCommerce.ttf
path prepended     : /home/coldfixusa/public_html/beta/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.ttf
docroot stripped   : /wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.ttf
traversals removed : /wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf

file-relative URI  : ../fonts/WooCommerce.svg#WooCommerce
path prepended     : /home/coldfixusa/public_html/beta/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.svg#WooCommerce
docroot stripped   : /wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.svg#WooCommerce
traversals removed : /wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce

file-relative URI  : ../images/icons/loader.svg
path prepended     : /home/coldfixusa/public_html/beta/wp-content/plugins/woocommerce/assets/css/../images/icons/loader.svg
docroot stripped   : /wp-content/plugins/woocommerce/assets/css/../images/icons/loader.svg
traversals removed : /wp-content/plugins/woocommerce/assets/images/icons/loader.svg

file-relative URI  : photoswipe/default-skin/default-skin.png
path prepended     : /home/coldfixusa/public_html/beta/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png
docroot stripped   : /wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png
traversals removed : /wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png

file-relative URI  : ../images/icons/credit-cards/visa.svg
path prepended     : /home/coldfixusa/public_html/beta/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/visa.svg
docroot stripped   : /wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/visa.svg
traversals removed : /wp-content/plugins/woocommerce/assets/images/icons/credit-cards/visa.svg

file-relative URI  : ../images/icons/credit-cards/mastercard.svg
path prepended     : /home/coldfixusa/public_html/beta/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/mastercard.svg
docroot stripped   : /wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/mastercard.svg
traversals removed : /wp-content/plugins/woocommerce/assets/images/icons/credit-cards/mastercard.svg

file-relative URI  : ../images/icons/credit-cards/laser.svg
path prepended     : /home/coldfixusa/public_html/beta/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/laser.svg
docroot stripped   : /wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/laser.svg
traversals removed : /wp-content/plugins/woocommerce/assets/images/icons/credit-cards/laser.svg

file-relative URI  : ../images/icons/credit-cards/diners.svg
path prepended     : /home/coldfixusa/public_html/beta/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/diners.svg
docroot stripped   : /wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/diners.svg
traversals removed : /wp-content/plugins/woocommerce/assets/images/icons/credit-cards/diners.svg

file-relative URI  : ../images/icons/credit-cards/maestro.svg
path prepended     : /home/coldfixusa/public_html/beta/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/maestro.svg
docroot stripped   : /wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/maestro.svg
traversals removed : /wp-content/plugins/woocommerce/assets/images/icons/credit-cards/maestro.svg

file-relative URI  : ../images/icons/credit-cards/jcb.svg
path prepended     : /home/coldfixusa/public_html/beta/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/jcb.svg
docroot stripped   : /wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/jcb.svg
traversals removed : /wp-content/plugins/woocommerce/assets/images/icons/credit-cards/jcb.svg

file-relative URI  : ../images/icons/credit-cards/amex.svg
path prepended     : /home/coldfixusa/public_html/beta/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/amex.svg
docroot stripped   : /wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/amex.svg
traversals removed : /wp-content/plugins/woocommerce/assets/images/icons/credit-cards/amex.svg

file-relative URI  : ../images/icons/credit-cards/discover.svg
path prepended     : /home/coldfixusa/public_html/beta/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/discover.svg
docroot stripped   : /wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/discover.svg
traversals removed : /wp-content/plugins/woocommerce/assets/images/icons/credit-cards/discover.svg

*/

/* woocommerce.css */

/* 1 */ @charset "UTF-8";@-webkit-keyframes spin{100%{-webkit-transform:rotate(360deg)}}@-moz-keyframes spin{100%{-moz-transform:rotate(360deg)}}@keyframes spin{100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@font-face{font-family:star;src:url(/wp-content/plugins/woocommerce/assets/fonts/star.eot);src:url(/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix) format("embedded-opentype"),url(/wp-content/plugins/woocommerce/assets/fonts/star.woff) format("woff"),url(/wp-content/plugins/woocommerce/assets/fonts/star.ttf) format("truetype"),url(/wp-content/plugins/woocommerce/assets/fonts/star.svg#star) format("svg");font-weight:400;font-style:normal}@font-face{font-family:WooCommerce;src:url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot);src:url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix) format("embedded-opentype"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce) format("svg");font-weight:400;font-style:normal}.woocommerce-store-notice,p.demo_store{position:absolute;top:0;left:0;right:0;margin:0;width:100%;font-size:1em;padding:1em 0;text-align:center;background-color:#a46497;color:#fff;z-index:99998;box-shadow:0 1px 1em rgba(0,0,0,.2);display:none}.woocommerce-store-notice a,p.demo_store a{color:#fff;text-decoration:underline}.admin-bar p.demo_store{top:32px}.clear{clear:both}.woocommerce .blockUI.blockOverlay{position:relative}.woocommerce .blockUI.blockOverlay::before,.woocommerce .loader::before{height:1em;width:1em;display:block;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;content:'';-webkit-animation:spin 1s ease-in-out infinite;-moz-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite;background:url(/wp-content/plugins/woocommerce/assets/images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75)}.woocommerce a.remove{display:block;font-size:1.5em;height:1em;width:1em;text-align:center;line-height:1;border-radius:100%;color:red!important;text-decoration:none;font-weight:700;border:0}.woocommerce a.remove:hover{color:#fff!important;background:red}.woocommerce small.note{display:block;color:#777;font-size:.857em;margin-top:10px}.woocommerce .woocommerce-breadcrumb{margin:0 0 1em;padding:0;font-size:.92em;color:#777}.woocommerce .woocommerce-breadcrumb::after,.woocommerce .woocommerce-breadcrumb::before{content:' ';display:table}.woocommerce .woocommerce-breadcrumb::after{clear:both}.woocommerce .woocommerce-breadcrumb a{color:#777}.woocommerce .quantity .qty{width:3.631em;text-align:center}.woocommerce div.product{margin-bottom:0;position:relative}.woocommerce div.product .product_title{clear:none;margin-top:0;padding:0}.woocommerce div.product p.price,.woocommerce div.product span.price{color:#77a464;font-size:1.25em}.woocommerce div.product p.price ins,.woocommerce div.product span.price ins{background:inherit;font-weight:700}.woocommerce div.product p.price del,.woocommerce div.product span.price del{opacity:.5}.woocommerce div.product p.stock{font-size:.92em}.woocommerce div.product .stock{color:#77a464}.woocommerce div.product .out-of-stock{color:red}.woocommerce div.product .woocommerce-product-rating{margin-bottom:1.618em}.woocommerce div.product div.images{margin-bottom:2em}.woocommerce div.product div.images img{display:block;width:100%;height:auto;box-shadow:none}.woocommerce div.product div.images div.thumbnails{padding-top:1em}.woocommerce div.product div.images.woocommerce-product-gallery{position:relative}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{transition:all cubic-bezier(.795,-.035,0,1) .5s}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg{background-color:#fff}.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){width:25%;display:inline-block}.woocommerce div.product div.images .woocommerce-product-gallery__trigger{position:absolute;top:.5em;right:.5em;font-size:2em;z-index:9;width:36px;height:36px;background:#fff;text-indent:-9999px;border-radius:100%;box-sizing:content-box}.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before{content:"";display:block;width:10px;height:10px;border:2px solid #000;border-radius:100%;position:absolute;top:9px;left:9px;box-sizing:content-box}.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after{content:"";display:block;width:2px;height:8px;background:#000;border-radius:6px;position:absolute;top:19px;left:22px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);box-sizing:content-box}.woocommerce div.product div.images .flex-control-thumbs{overflow:hidden;zoom:1;margin:0;padding:0}.woocommerce div.product div.images .flex-control-thumbs li{width:25%;float:left;margin:0;list-style:none}.woocommerce div.product div.images .flex-control-thumbs li img{cursor:pointer;opacity:.5;margin:0}.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,.woocommerce div.product div.images .flex-control-thumbs li img:hover{opacity:1}.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1),.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1),.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1){clear:left}.woocommerce #reviews #comments .add_review::after,.woocommerce .products ul::after,.woocommerce div.product form.cart::after,.woocommerce div.product p.cart::after,.woocommerce nav.woocommerce-pagination ul,.woocommerce ul.products::after{clear:both}.woocommerce div.product div.summary{margin-bottom:2em}.woocommerce div.product div.social{text-align:right;margin:0 0 1em}.woocommerce div.product div.social span{margin:0 0 0 2px}.woocommerce div.product div.social span span{margin:0}.woocommerce div.product div.social span .stButton .chicklets{padding-left:16px;width:0}.woocommerce div.product div.social iframe{float:left;margin-top:3px}.woocommerce div.product .woocommerce-tabs ul.tabs{list-style:none;padding:0 0 0 1em;margin:0 0 1.618em;overflow:hidden;position:relative}.woocommerce div.product .woocommerce-tabs ul.tabs li{border:1px solid #d3ced2;background-color:#ebe9eb;display:inline-block;position:relative;z-index:0;border-radius:4px 4px 0 0;margin:0 -5px;padding:0 1em}.woocommerce div.product .woocommerce-tabs ul.tabs li a{display:inline-block;padding:.5em 0;font-weight:700;color:#515151;text-decoration:none}.woocommerce div.product form.cart::after,.woocommerce div.product form.cart::before,.woocommerce div.product p.cart::after,.woocommerce div.product p.cart::before{display:table;content:' '}.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{text-decoration:none;color:#6b6b6b}.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background:#fff;z-index:2;border-bottom-color:#fff}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:inherit;text-shadow:inherit}.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before{box-shadow:2px 2px 0 #fff}.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after{box-shadow:-2px 2px 0 #fff}.woocommerce div.product .woocommerce-tabs ul.tabs li::after,.woocommerce div.product .woocommerce-tabs ul.tabs li::before{border:1px solid #d3ced2;position:absolute;bottom:-1px;width:5px;height:5px;content:' '}.woocommerce div.product .woocommerce-tabs ul.tabs li::before{left:-6px;-webkit-border-bottom-right-radius:4px;-moz-border-bottom-right-radius:4px;border-bottom-right-radius:4px;border-width:0 1px 1px 0;box-shadow:2px 2px 0 #ebe9eb}.woocommerce div.product .woocommerce-tabs ul.tabs li::after{right:-6px;-webkit-border-bottom-left-radius:4px;-moz-border-bottom-left-radius:4px;border-bottom-left-radius:4px;border-width:0 0 1px 1px;box-shadow:-2px 2px 0 #ebe9eb}.woocommerce div.product .woocommerce-tabs ul.tabs::before{position:absolute;content:' ';width:100%;bottom:0;left:0;border-bottom:1px solid #d3ced2;z-index:1}.woocommerce div.product .woocommerce-tabs .panel{margin:0 0 2em;padding:0}.woocommerce div.product form.cart,.woocommerce div.product p.cart{margin-bottom:2em}.woocommerce div.product form.cart div.quantity{float:left;margin:0 4px 0 0}.woocommerce div.product form.cart table{border-width:0 0 1px}.woocommerce div.product form.cart table td{padding-left:0}.woocommerce div.product form.cart table div.quantity{float:none;margin:0}.woocommerce div.product form.cart table small.stock{display:block;float:none}.woocommerce div.product form.cart .variations{margin-bottom:1em;border:0;width:100%}.woocommerce div.product form.cart .variations td,.woocommerce div.product form.cart .variations th{border:0;vertical-align:top;line-height:2em}.woocommerce div.product form.cart .variations label{font-weight:700}.woocommerce div.product form.cart .variations select{max-width:100%;min-width:75%;display:inline-block;margin-right:1em}.woocommerce div.product form.cart .variations td.label{padding-right:1em}.woocommerce div.product form.cart .woocommerce-variation-description p{margin-bottom:1em}.woocommerce div.product form.cart .reset_variations{visibility:hidden;font-size:.83em}.woocommerce div.product form.cart .wc-no-matching-variations{display:none}.woocommerce div.product form.cart .button{vertical-align:middle;float:left}.woocommerce div.product form.cart .group_table td.label{padding-right:1em;padding-left:1em}.woocommerce div.product form.cart .group_table td{vertical-align:top;padding-bottom:.5em;border:0}.woocommerce div.product form.cart .group_table td:first-child{width:4em;text-align:center}.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox{display:inline-block;width:auto;margin:0 auto;transform:scale(1.5,1.5)}.woocommerce span.onsale{min-height:3.236em;min-width:3.236em;padding:.202em;font-weight:700;position:absolute;text-align:center;line-height:3.236;top:-.5em;left:-.5em;margin:0;border-radius:100%;background-color:#77a464;color:#fff;font-size:.857em;-webkit-font-smoothing:antialiased;z-index:9}.woocommerce .products ul,.woocommerce ul.products{margin:0 0 1em;padding:0;list-style:none;clear:both}.woocommerce .products ul::after,.woocommerce .products ul::before,.woocommerce ul.products::after,.woocommerce ul.products::before{content:' ';display:table}.woocommerce .products ul li,.woocommerce ul.products li{list-style:none}.woocommerce ul.products li.product .onsale{top:0;right:0;left:auto;margin:-.5em -.5em 0 0}.woocommerce ul.products li.product .woocommerce-loop-category__title,.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product h3{padding:.5em 0;margin:0;font-size:1em}.woocommerce ul.products li.product a{text-decoration:none}.woocommerce ul.products li.product a img{width:100%;height:auto;display:block;margin:0 0 1em;box-shadow:none}.woocommerce ul.products li.product strong{display:block}.woocommerce ul.products li.product .star-rating{font-size:.857em}.woocommerce ul.products li.product .button{margin-top:1em}.woocommerce ul.products li.product .price{color:#77a464;display:block;font-weight:400;margin-bottom:.5em;font-size:.857em}.woocommerce ul.products li.product .price del{color:inherit;opacity:.5;display:block}.woocommerce ul.products li.product .price ins{background:0 0;font-weight:700}.woocommerce ul.products li.product .price .from{font-size:.67em;margin:-2px 0 0;text-transform:uppercase;color:rgba(132,132,132,.5)}.woocommerce .woocommerce-ordering,.woocommerce .woocommerce-result-count{margin:0 0 1em}.woocommerce .woocommerce-ordering select{vertical-align:top}.woocommerce nav.woocommerce-pagination{text-align:center}.woocommerce nav.woocommerce-pagination ul{display:inline-block;white-space:nowrap;padding:0;border:1px solid #d3ced2;border-right:0;margin:1px}.woocommerce nav.woocommerce-pagination ul li{border-right:1px solid #d3ced2;padding:0;margin:0;float:left;display:inline;overflow:hidden}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{margin:0;text-decoration:none;line-height:1;font-size:1em;font-weight:400;padding:.5em;min-width:1em;display:block}.woocommerce nav.woocommerce-pagination ul li a:focus,.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce nav.woocommerce-pagination ul li span.current{background:#ebe9eb;color:#8a7e88}.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{font-size:100%;margin:0;line-height:1;cursor:pointer;position:relative;text-decoration:none;overflow:visible;padding:.618em 1em;font-weight:700;border-radius:3px;left:auto;color:#515151;background-color:#ebe9eb;border:0;white-space:nowrap;display:inline-block;background-image:none;box-shadow:none;-webkit-box-shadow:none;text-shadow:none}.woocommerce #respond input#submit.loading,.woocommerce a.button.loading,.woocommerce button.button.loading,.woocommerce input.button.loading{opacity:.25;padding-right:2.618em}.woocommerce #respond input#submit.loading::after,.woocommerce a.button.loading::after,.woocommerce button.button.loading::after,.woocommerce input.button.loading::after{font-family:WooCommerce;content:'\e01c';vertical-align:top;-webkit-font-smoothing:antialiased;font-weight:400;position:absolute;top:.618em;right:1em;-webkit-animation:spin 2s linear infinite;-moz-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.woocommerce #respond input#submit.added::after,.woocommerce a.button.added::after,.woocommerce button.button.added::after,.woocommerce input.button.added::after{font-family:WooCommerce;content:'\e017';margin-left:.53em;vertical-align:bottom}.woocommerce #respond input#submit:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover{background-color:#dad8da;text-decoration:none;background-image:none;color:#515151}.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt{background-color:#a46497;color:#fff;-webkit-font-smoothing:antialiased}.woocommerce #respond input#submit.alt:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover{background-color:#935386;color:#fff}.woocommerce #respond input#submit.alt.disabled,.woocommerce #respond input#submit.alt.disabled:hover,.woocommerce #respond input#submit.alt:disabled,.woocommerce #respond input#submit.alt:disabled:hover,.woocommerce #respond input#submit.alt:disabled[disabled],.woocommerce #respond input#submit.alt:disabled[disabled]:hover,.woocommerce a.button.alt.disabled,.woocommerce a.button.alt.disabled:hover,.woocommerce a.button.alt:disabled,.woocommerce a.button.alt:disabled:hover,.woocommerce a.button.alt:disabled[disabled],.woocommerce a.button.alt:disabled[disabled]:hover,.woocommerce button.button.alt.disabled,.woocommerce button.button.alt.disabled:hover,.woocommerce button.button.alt:disabled,.woocommerce button.button.alt:disabled:hover,.woocommerce button.button.alt:disabled[disabled],.woocommerce button.button.alt:disabled[disabled]:hover,.woocommerce input.button.alt.disabled,.woocommerce input.button.alt.disabled:hover,.woocommerce input.button.alt:disabled,.woocommerce input.button.alt:disabled:hover,.woocommerce input.button.alt:disabled[disabled],.woocommerce input.button.alt:disabled[disabled]:hover{background-color:#a46497;color:#fff}.woocommerce #respond input#submit.disabled,.woocommerce #respond input#submit:disabled,.woocommerce #respond input#submit:disabled[disabled],.woocommerce a.button.disabled,.woocommerce a.button:disabled,.woocommerce a.button:disabled[disabled],.woocommerce button.button.disabled,.woocommerce button.button:disabled,.woocommerce button.button:disabled[disabled],.woocommerce input.button.disabled,.woocommerce input.button:disabled,.woocommerce input.button:disabled[disabled]{color:inherit;cursor:not-allowed;opacity:.5;padding:.618em 1em}.woocommerce #respond input#submit.disabled:hover,.woocommerce #respond input#submit:disabled:hover,.woocommerce #respond input#submit:disabled[disabled]:hover,.woocommerce a.button.disabled:hover,.woocommerce a.button:disabled:hover,.woocommerce a.button:disabled[disabled]:hover,.woocommerce button.button.disabled:hover,.woocommerce button.button:disabled:hover,.woocommerce button.button:disabled[disabled]:hover,.woocommerce input.button.disabled:hover,.woocommerce input.button:disabled:hover,.woocommerce input.button:disabled[disabled]:hover{color:inherit;background-color:#ebe9eb}.woocommerce .cart .button,.woocommerce .cart input.button{float:none}.woocommerce a.added_to_cart{padding-top:.5em;white-space:nowrap;display:inline-block}.woocommerce #reviews #comments .add_review::after,.woocommerce #reviews #comments .add_review::before,.woocommerce #reviews #comments ol.commentlist li .comment-text::after,.woocommerce #reviews #comments ol.commentlist li .comment-text::before,.woocommerce #reviews #comments ol.commentlist::after,.woocommerce #reviews #comments ol.commentlist::before{content:' ';display:table}.woocommerce #reviews h2 small{float:right;color:#777;font-size:15px;margin:10px 0 0}.woocommerce #reviews h2 small a{text-decoration:none;color:#777}.woocommerce #reviews h3{margin:0}.woocommerce #reviews #respond{margin:0;border:0;padding:0}.woocommerce #reviews #comment{height:75px}.woocommerce #reviews #comments h2{clear:none}.woocommerce #review_form #respond::after,.woocommerce #reviews #comments ol.commentlist li .comment-text::after,.woocommerce #reviews #comments ol.commentlist::after,.woocommerce .woocommerce-product-rating::after,.woocommerce ul.cart_list li dl::after,.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li dl::after,.woocommerce ul.product_list_widget li::after{clear:both}.woocommerce #reviews #comments ol.commentlist{margin:0;width:100%;background:0 0;list-style:none}.woocommerce #reviews #comments ol.commentlist li{padding:0;margin:0 0 20px;position:relative;background:0;border:0}.woocommerce #reviews #comments ol.commentlist li .meta{color:#777;font-size:.75em}.woocommerce #reviews #comments ol.commentlist li img.avatar{float:left;position:absolute;top:0;left:0;padding:3px;width:32px;height:auto;background:#ebe9eb;border:1px solid #e4e1e3;margin:0;box-shadow:none}.woocommerce #reviews #comments ol.commentlist li .comment-text{margin:0 0 0 50px;border:1px solid #e4e1e3;border-radius:4px;padding:1em 1em 0}.woocommerce #reviews #comments ol.commentlist li .comment-text p{margin:0 0 1em}.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{font-size:.83em}.woocommerce #reviews #comments ol.commentlist ul.children{list-style:none;margin:20px 0 0 50px}.woocommerce #reviews #comments ol.commentlist ul.children .star-rating{display:none}.woocommerce #reviews #comments ol.commentlist #respond{border:1px solid #e4e1e3;border-radius:4px;padding:1em 1em 0;margin:20px 0 0 50px}.woocommerce #reviews #comments .commentlist>li::before{content:''}.woocommerce .star-rating{float:right;overflow:hidden;position:relative;height:1em;line-height:1;font-size:1em;width:5.4em;font-family:star}.woocommerce .star-rating::before{content:'\73\73\73\73\73';color:#d3ced2;float:left;top:0;left:0;position:absolute}.woocommerce .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em}.woocommerce .star-rating span::before{content:'\53\53\53\53\53';top:0;position:absolute;left:0}.woocommerce .woocommerce-product-rating{line-height:2;display:block}.woocommerce .woocommerce-product-rating::after,.woocommerce .woocommerce-product-rating::before{content:' ';display:table}.woocommerce .woocommerce-product-rating .star-rating{margin:.5em 4px 0 0;float:left}.woocommerce .products .star-rating{display:block;margin:0 0 .5em;float:none}.woocommerce .hreview-aggregate .star-rating{margin:10px 0 0}.woocommerce #review_form #respond{position:static;margin:0;width:auto;padding:0;background:0 0;border:0}.woocommerce #review_form #respond::after,.woocommerce #review_form #respond::before{content:' ';display:table}.woocommerce p.stars a::before,.woocommerce p.stars a:hover~a::before{content:'\e021'}.woocommerce #review_form #respond p{margin:0 0 10px}.woocommerce #review_form #respond .form-submit input{left:auto}.woocommerce #review_form #respond textarea{box-sizing:border-box;width:100%}.woocommerce p.stars a{position:relative;height:1em;width:1em;text-indent:-999em;display:inline-block;text-decoration:none}.woocommerce p.stars a::before{display:block;position:absolute;top:0;left:0;width:1em;height:1em;line-height:1;font-family:WooCommerce;text-indent:0}.woocommerce table.shop_attributes td,.woocommerce table.shop_attributes th{line-height:1.5;border-bottom:1px dotted rgba(0,0,0,.1);border-top:0;margin:0}.woocommerce p.stars.selected a.active::before,.woocommerce p.stars:hover a::before{content:'\e020'}.woocommerce p.stars.selected a.active~a::before{content:'\e021'}.woocommerce p.stars.selected a:not(.active)::before{content:'\e020'}.woocommerce table.shop_attributes{border:0;border-top:1px dotted rgba(0,0,0,.1);margin-bottom:1.618em;width:100%}.woocommerce table.shop_attributes th{width:150px;font-weight:700;padding:8px}.woocommerce table.shop_attributes td{font-style:italic;padding:0}.woocommerce table.shop_attributes td p{margin:0;padding:8px 0}.woocommerce table.shop_attributes tr:nth-child(even) td,.woocommerce table.shop_attributes tr:nth-child(even) th{background:rgba(0,0,0,.025)}.woocommerce table.shop_table{border:1px solid rgba(0,0,0,.1);margin:0 -1px 24px 0;text-align:left;width:100%;border-collapse:separate;border-radius:5px}.woocommerce table.shop_table th{font-weight:700;padding:9px 12px}.woocommerce table.shop_table td{border-top:1px solid rgba(0,0,0,.1);padding:6px 12px;vertical-align:middle}.woocommerce table.shop_table td small{font-weight:400}.woocommerce table.shop_table tbody:first-child tr:first-child td,.woocommerce table.shop_table tbody:first-child tr:first-child th{border-top:0}.woocommerce table.shop_table tbody th,.woocommerce table.shop_table tfoot td,.woocommerce table.shop_table tfoot th{font-weight:700;border-top:1px solid rgba(0,0,0,.1)}.woocommerce table.my_account_orders{font-size:.85em}.woocommerce table.my_account_orders td,.woocommerce table.my_account_orders th{padding:4px 8px;vertical-align:middle}.woocommerce table.my_account_orders .button{white-space:nowrap}.woocommerce table.my_account_orders .order-actions{text-align:right}.woocommerce table.my_account_orders .order-actions .button{margin:.125em 0 .125em .25em}.woocommerce table.woocommerce-MyAccount-downloads td,.woocommerce table.woocommerce-MyAccount-downloads th{vertical-align:top;text-align:center}.woocommerce table.woocommerce-MyAccount-downloads td:first-child,.woocommerce table.woocommerce-MyAccount-downloads td:last-child,.woocommerce table.woocommerce-MyAccount-downloads th:first-child,.woocommerce table.woocommerce-MyAccount-downloads th:last-child{text-align:left}.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before,.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before{content:'\2193';display:inline-block}.woocommerce td.product-name .wc-item-meta,.woocommerce td.product-name dl.variation{list-style:none}.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,.woocommerce td.product-name .wc-item-meta dt,.woocommerce td.product-name dl.variation .wc-item-meta-label,.woocommerce td.product-name dl.variation dt{float:left;clear:both;margin-right:.25em;display:inline-block;list-style:none}.woocommerce td.product-name .wc-item-meta dd,.woocommerce td.product-name dl.variation dd{margin:0}.woocommerce td.product-name .wc-item-meta p,.woocommerce td.product-name .wc-item-meta:last-child,.woocommerce td.product-name dl.variation p,.woocommerce td.product-name dl.variation:last-child{margin-bottom:0}.woocommerce td.product-name p.backorder_notification{font-size:.83em}.woocommerce td.product-quantity{min-width:80px}.woocommerce ul.cart_list,.woocommerce ul.product_list_widget{list-style:none;padding:0;margin:0}.woocommerce ul.cart_list li,.woocommerce ul.product_list_widget li{padding:4px 0;margin:0;list-style:none}.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before{content:' ';display:table}.woocommerce ul.cart_list li a,.woocommerce ul.product_list_widget li a{display:block;font-weight:700}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img{float:right;margin-left:4px;width:32px;height:auto;box-shadow:none}.woocommerce ul.cart_list li dl,.woocommerce ul.product_list_widget li dl{margin:0;padding-left:1em;border-left:2px solid rgba(0,0,0,.1)}.woocommerce ul.cart_list li dl::after,.woocommerce ul.cart_list li dl::before,.woocommerce ul.product_list_widget li dl::after,.woocommerce ul.product_list_widget li dl::before{content:' ';display:table}.woocommerce ul.cart_list li dl dd,.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dd,.woocommerce ul.product_list_widget li dl dt{display:inline-block;float:left;margin-bottom:1em}.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dt{font-weight:700;padding:0 0 .25em;margin:0 4px 0 0;clear:left}#add_payment_method .wc-proceed-to-checkout::after,.woocommerce .widget_layered_nav ul li::after,.woocommerce .widget_rating_filter ul li::after,.woocommerce .widget_shopping_cart .buttons::after,.woocommerce ul.order_details::after,.woocommerce-account .addresses .title::after,.woocommerce-account .woocommerce::after,.woocommerce-cart .wc-proceed-to-checkout::after,.woocommerce-checkout .wc-proceed-to-checkout::after,.woocommerce-error::after,.woocommerce-info::after,.woocommerce-message::after,.woocommerce.widget_shopping_cart .buttons::after{clear:both}.woocommerce ul.cart_list li dl dd,.woocommerce ul.product_list_widget li dl dd{padding:0 0 .25em}.woocommerce ul.cart_list li dl dd p:last-child,.woocommerce ul.product_list_widget li dl dd p:last-child{margin-bottom:0}.woocommerce ul.cart_list li .star-rating,.woocommerce ul.product_list_widget li .star-rating{float:none}.woocommerce .widget_shopping_cart .total,.woocommerce.widget_shopping_cart .total{border-top:3px double #ebe9eb;padding:4px 0 0}.woocommerce .widget_shopping_cart .total strong,.woocommerce.widget_shopping_cart .total strong{min-width:40px;display:inline-block}.woocommerce .widget_shopping_cart .cart_list li,.woocommerce.widget_shopping_cart .cart_list li{padding-left:2em;position:relative;padding-top:0}.woocommerce .widget_shopping_cart .cart_list li a.remove,.woocommerce.widget_shopping_cart .cart_list li a.remove{position:absolute;top:0;left:0}.woocommerce .widget_shopping_cart .buttons::after,.woocommerce .widget_shopping_cart .buttons::before,.woocommerce.widget_shopping_cart .buttons::after,.woocommerce.widget_shopping_cart .buttons::before{content:' ';display:table}.woocommerce .widget_shopping_cart .buttons a,.woocommerce.widget_shopping_cart .buttons a{margin-right:5px;margin-bottom:5px}.woocommerce form .form-row{padding:3px;margin:0 0 6px}.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder{-webkit-transition:opacity .5s .5s ease;-moz-transition:opacity .5s .5s ease;transition:opacity .5s .5s ease;opacity:0}.woocommerce form .form-row label{line-height:2}.woocommerce form .form-row label.hidden{visibility:hidden}.woocommerce form .form-row label.inline{display:inline}.woocommerce form .form-row select{cursor:pointer;margin:0}.woocommerce form .form-row .required{color:red;font-weight:700;border:0}.woocommerce form .form-row .input-checkbox{display:inline;margin:-2px 8px 0 0;text-align:center;vertical-align:middle}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea{box-sizing:border-box;width:100%;margin:0;outline:0;line-height:1}.woocommerce form .form-row textarea{height:4em;line-height:1.5;display:block;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.woocommerce form .form-row .select2-container{width:100%;line-height:2em}.woocommerce form .form-row.woocommerce-invalid label{color:#a00}.woocommerce form .form-row.woocommerce-invalid .select2-container,.woocommerce form .form-row.woocommerce-invalid input.input-text,.woocommerce form .form-row.woocommerce-invalid select{border-color:#a00}.woocommerce form .form-row.woocommerce-validated .select2-container,.woocommerce form .form-row.woocommerce-validated input.input-text,.woocommerce form .form-row.woocommerce-validated select{border-color:#69bf29}.woocommerce form .form-row ::-webkit-input-placeholder{line-height:normal}.woocommerce form .form-row :-moz-placeholder{line-height:normal}.woocommerce form .form-row :-ms-input-placeholder{line-height:normal}.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register{border:1px solid #d3ced2;padding:20px;margin:2em 0;text-align:left;border-radius:5px}.woocommerce ul#shipping_method{list-style:none;margin:0;padding:0}.woocommerce ul#shipping_method li{margin:0;padding:.25em 0 .25em 22px;text-indent:-22px;list-style:none}.woocommerce ul#shipping_method li input{margin:3px .5ex}.woocommerce ul#shipping_method li label{display:inline}.woocommerce ul#shipping_method .amount{font-weight:700}.woocommerce p.woocommerce-shipping-contents{margin:0}.woocommerce ul.order_details{margin:0 0 3em;list-style:none}.woocommerce ul.order_details::after,.woocommerce ul.order_details::before{content:' ';display:table}.woocommerce ul.order_details li{float:left;margin-right:2em;text-transform:uppercase;font-size:.715em;line-height:1;border-right:1px dashed #d3ced2;padding-right:2em;margin-left:0;padding-left:0;list-style-type:none}.woocommerce ul.order_details li strong{display:block;font-size:1.4em;text-transform:none;line-height:1.5}.woocommerce ul.order_details li:last-of-type{border:none}.woocommerce .wc-bacs-bank-details-account-name{font-weight:700}.woocommerce .widget_layered_nav ul{margin:0;padding:0;border:0;list-style:none}.woocommerce .widget_layered_nav ul li{padding:0 0 1px;list-style:none}.woocommerce .widget_layered_nav ul li::after,.woocommerce .widget_layered_nav ul li::before{content:' ';display:table}.woocommerce .widget_layered_nav ul li.chosen a::before,.woocommerce .widget_layered_nav_filters ul li a::before{line-height:1;content:"";font-weight:400;color:#a00;font-family:WooCommerce;speak:none;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;text-decoration:none}.woocommerce .widget_layered_nav ul li a,.woocommerce .widget_layered_nav ul li span{padding:1px 0}.woocommerce .widget_layered_nav ul li.chosen a::before{margin-right:.618em}.woocommerce .widget_layered_nav_filters ul{margin:0;padding:0;border:0;list-style:none;overflow:hidden;zoom:1}.woocommerce .widget_layered_nav_filters ul li{float:left;padding:0 1px 1px 0;list-style:none}.woocommerce .widget_layered_nav_filters ul li a{text-decoration:none}.woocommerce .widget_layered_nav_filters ul li a::before{margin-right:.618em}.woocommerce .widget_price_filter .price_slider{margin-bottom:1em}.woocommerce .widget_price_filter .price_slider_amount{text-align:right;line-height:2.4;font-size:.8751em}.woocommerce .widget_price_filter .price_slider_amount .button{font-size:1.15em;float:left}.woocommerce .widget_price_filter .ui-slider{position:relative;text-align:left;margin-left:.5em;margin-right:.5em}.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1em;height:1em;background-color:#a46497;border-radius:1em;cursor:ew-resize;outline:0;top:-.3em;margin-left:-.5em}.woocommerce .widget_price_filter .ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;border-radius:1em;background-color:#a46497}.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{border-radius:1em;background-color:#602053;border:0}.woocommerce .widget_price_filter .ui-slider-horizontal{height:.5em}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range{top:0;height:100%}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min{left:-1px}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max{right:-1px}.woocommerce .widget_rating_filter ul{margin:0;padding:0;border:0;list-style:none}.woocommerce .widget_rating_filter ul li{padding:0 0 1px;list-style:none}.woocommerce .widget_rating_filter ul li::after,.woocommerce .widget_rating_filter ul li::before{content:' ';display:table}.woocommerce .widget_rating_filter ul li a{padding:1px 0;text-decoration:none}.woocommerce .widget_rating_filter ul li .star-rating{float:none;display:inline-block}.rtl.woocommerce div.product div.images .flex-control-thumbs li,.woocommerce-error .button,.woocommerce-info .button,.woocommerce-message .button{float:right}.woocommerce .widget_rating_filter ul li.chosen a::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"";text-decoration:none;color:#a00}.pswp{z-index:999999}.woocommerce img.pswp__img,.woocommerce-page img.pswp__img{max-width:none}button.pswp__button{box-shadow:none!important;background-image:url(/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png)!important}button.pswp__button,button.pswp__button--arrow--left::before,button.pswp__button--arrow--right::before,button.pswp__button:hover{background-color:transparent!important}button.pswp__button--arrow--left,button.pswp__button--arrow--left:hover,button.pswp__button--arrow--right,button.pswp__button--arrow--right:hover{background-image:none!important}button.pswp__button--close:hover{background-position:0 -44px}button.pswp__button--zoom:hover{background-position:-88px 0}.woocommerce-error,.woocommerce-info,.woocommerce-message{padding:1em 2em 1em 3.5em;margin:0 0 2em;position:relative;background-color:#f7f6f7;color:#515151;border-top:3px solid #a46497;list-style:none;width:auto;word-wrap:break-word}.woocommerce-error::after,.woocommerce-error::before,.woocommerce-info::after,.woocommerce-info::before,.woocommerce-message::after,.woocommerce-message::before{content:' ';display:table}.woocommerce-error::before,.woocommerce-info::before,.woocommerce-message::before{font-family:WooCommerce;content:'\e028';display:inline-block;position:absolute;top:1em;left:1.5em}.woocommerce-error li,.woocommerce-info li,.woocommerce-message li{list-style:none!important;padding-left:0!important;margin-left:0!important}.woocommerce-message{border-top-color:#8fae1b}.woocommerce-message::before{content:'\e015';color:#8fae1b}.woocommerce-info{border-top-color:#1e85be}.woocommerce-info::before{color:#1e85be}.woocommerce-error{border-top-color:#b81c23}.woocommerce-error::before{content:'\e016';color:#b81c23}.woocommerce-account .addresses .title::after,.woocommerce-account .addresses .title::before,.woocommerce-account .woocommerce::after,.woocommerce-account .woocommerce::before{content:' ';display:table}.woocommerce-account .addresses .title h3{float:left}.woocommerce-account .addresses .title .edit,.woocommerce-account ul.digital-downloads li .count{float:right}.woocommerce-account ol.commentlist.notes li.note p.meta{font-weight:700;margin-bottom:0}.woocommerce-account ol.commentlist.notes li.note .description p:last-child{margin-bottom:0}.woocommerce-account ul.digital-downloads{margin-left:0;padding-left:0}.woocommerce-account ul.digital-downloads li{list-style:none;margin-left:0;padding-left:0}.woocommerce-account ul.digital-downloads li::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"";text-decoration:none}#add_payment_method table.cart .product-thumbnail,.woocommerce-cart table.cart .product-thumbnail,.woocommerce-checkout table.cart .product-thumbnail{min-width:32px}#add_payment_method table.cart img,.woocommerce-cart table.cart img,.woocommerce-checkout table.cart img{width:32px;box-shadow:none}#add_payment_method table.cart td,#add_payment_method table.cart th,.woocommerce-cart table.cart td,.woocommerce-cart table.cart th,.woocommerce-checkout table.cart td,.woocommerce-checkout table.cart th{vertical-align:middle}#add_payment_method table.cart td.actions .coupon .input-text,.woocommerce-cart table.cart td.actions .coupon .input-text,.woocommerce-checkout table.cart td.actions .coupon .input-text{float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:1px solid #d3ced2;padding:6px 6px 5px;margin:0 4px 0 0;outline:0;line-height:1}#add_payment_method table.cart input,.woocommerce-cart table.cart input,.woocommerce-checkout table.cart input{margin:0;vertical-align:middle;line-height:1}#add_payment_method .wc-proceed-to-checkout,.woocommerce-cart .wc-proceed-to-checkout,.woocommerce-checkout .wc-proceed-to-checkout{padding:1em 0}#add_payment_method .wc-proceed-to-checkout::after,#add_payment_method .wc-proceed-to-checkout::before,.woocommerce-cart .wc-proceed-to-checkout::after,.woocommerce-cart .wc-proceed-to-checkout::before,.woocommerce-checkout .wc-proceed-to-checkout::after,.woocommerce-checkout .wc-proceed-to-checkout::before{content:' ';display:table}#add_payment_method .wc-proceed-to-checkout a.checkout-button,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{display:block;text-align:center;margin-bottom:1em;font-size:1.25em;padding:1em}#add_payment_method .cart-collaterals .shipping_calculator .button,.woocommerce-cart .cart-collaterals .shipping_calculator .button,.woocommerce-checkout .cart-collaterals .shipping_calculator .button{width:100%;float:none;display:block}#add_payment_method .cart-collaterals .shipping_calculator .shipping-calculator-button::after,.woocommerce-cart .cart-collaterals .shipping_calculator .shipping-calculator-button::after,.woocommerce-checkout .cart-collaterals .shipping_calculator .shipping-calculator-button::after{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-left:.618em;content:"";text-decoration:none}#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before,#add_payment_method #payment ul.payment_methods::after,#add_payment_method #payment ul.payment_methods::before,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::before,.woocommerce-cart #payment ul.payment_methods::after,.woocommerce-cart #payment ul.payment_methods::before,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before,.woocommerce-checkout #payment ul.payment_methods::after,.woocommerce-checkout #payment ul.payment_methods::before{content:' ';display:table}#add_payment_method .cart-collaterals .cart_totals p small,.woocommerce-cart .cart-collaterals .cart_totals p small,.woocommerce-checkout .cart-collaterals .cart_totals p small{color:#777;font-size:.83em}#add_payment_method .cart-collaterals .cart_totals table,.woocommerce-cart .cart-collaterals .cart_totals table,.woocommerce-checkout .cart-collaterals .cart_totals table{border-collapse:separate;margin:0 0 6px;padding:0}#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th{border-top:0}#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table th{width:40%}#add_payment_method .cart-collaterals .cart_totals table td,#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table td,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table td,.woocommerce-checkout .cart-collaterals .cart_totals table th{vertical-align:top;border-left:0;border-right:0;line-height:1.5em}#add_payment_method .cart-collaterals .cart_totals table small,.woocommerce-cart .cart-collaterals .cart_totals table small,.woocommerce-checkout .cart-collaterals .cart_totals table small{color:#777}#add_payment_method .cart-collaterals .cart_totals table select,.woocommerce-cart .cart-collaterals .cart_totals table select,.woocommerce-checkout .cart-collaterals .cart_totals table select{width:100%}#add_payment_method .cart-collaterals .cart_totals .discount td,.woocommerce-cart .cart-collaterals .cart_totals .discount td,.woocommerce-checkout .cart-collaterals .cart_totals .discount td{color:#77a464}#add_payment_method .cart-collaterals .cart_totals tr td,#add_payment_method .cart-collaterals .cart_totals tr th,.woocommerce-cart .cart-collaterals .cart_totals tr td,.woocommerce-cart .cart-collaterals .cart_totals tr th,.woocommerce-checkout .cart-collaterals .cart_totals tr td,.woocommerce-checkout .cart-collaterals .cart_totals tr th{border-top:1px solid #ebe9eb}#add_payment_method .cart-collaterals .cross-sells ul.products li.product,.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product{margin-top:0}#add_payment_method .checkout .col-2 h3#ship-to-different-address,.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address{float:left;clear:none}#add_payment_method .checkout .col-2 .form-row-first,#add_payment_method .checkout .col-2 .notes,.woocommerce-cart .checkout .col-2 .form-row-first,.woocommerce-cart .checkout .col-2 .notes,.woocommerce-checkout .checkout .col-2 .form-row-first,.woocommerce-checkout .checkout .col-2 .notes{clear:left}#add_payment_method .checkout .create-account small,.woocommerce-cart .checkout .create-account small,.woocommerce-checkout .checkout .create-account small{font-size:11px;color:#777;font-weight:400}#add_payment_method .checkout div.shipping-address,.woocommerce-cart .checkout div.shipping-address,.woocommerce-checkout .checkout div.shipping-address{padding:0;clear:left;width:100%}#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,#add_payment_method #payment ul.payment_methods::after,#add_payment_method .checkout .shipping_address,.single-product .twentythirteen p.stars,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-cart #payment ul.payment_methods::after,.woocommerce-cart .checkout .shipping_address,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-checkout #payment ul.payment_methods::after,.woocommerce-checkout .checkout .shipping_address{clear:both}#add_payment_method #payment,.woocommerce-cart #payment,.woocommerce-checkout #payment{background:#ebe9eb;border-radius:5px}#add_payment_method #payment ul.payment_methods,.woocommerce-cart #payment ul.payment_methods,.woocommerce-checkout #payment ul.payment_methods{text-align:left;padding:1em;border-bottom:1px solid #d3ced2;margin:0;list-style:none}#add_payment_method #payment ul.payment_methods li,.woocommerce-cart #payment ul.payment_methods li,.woocommerce-checkout #payment ul.payment_methods li{line-height:2;text-align:left;margin:0;font-weight:400}#add_payment_method #payment ul.payment_methods li input,.woocommerce-cart #payment ul.payment_methods li input,.woocommerce-checkout #payment ul.payment_methods li input{margin:0 1em 0 0}#add_payment_method #payment ul.payment_methods li img,.woocommerce-cart #payment ul.payment_methods li img,.woocommerce-checkout #payment ul.payment_methods li img{vertical-align:middle;margin:-2px 0 0 .5em;padding:0;position:relative;box-shadow:none}#add_payment_method #payment ul.payment_methods li img+img,.woocommerce-cart #payment ul.payment_methods li img+img,.woocommerce-checkout #payment ul.payment_methods li img+img{margin-left:2px}#add_payment_method #payment div.form-row,.woocommerce-cart #payment div.form-row,.woocommerce-checkout #payment div.form-row{padding:1em}#add_payment_method #payment div.payment_box,.woocommerce-cart #payment div.payment_box,.woocommerce-checkout #payment div.payment_box{position:relative;box-sizing:border-box;width:100%;padding:1em;margin:1em 0;font-size:.92em;border-radius:2px;line-height:1.5;background-color:#dfdcde;color:#515151}#add_payment_method #payment div.payment_box input.input-text,#add_payment_method #payment div.payment_box textarea,.woocommerce-cart #payment div.payment_box input.input-text,.woocommerce-cart #payment div.payment_box textarea,.woocommerce-checkout #payment div.payment_box input.input-text,.woocommerce-checkout #payment div.payment_box textarea{border-color:#bbb3b9 #c7c1c6 #c7c1c6}#add_payment_method #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder{color:#bbb3b9}#add_payment_method #payment div.payment_box :-moz-placeholder,.woocommerce-cart #payment div.payment_box :-moz-placeholder,.woocommerce-checkout #payment div.payment_box :-moz-placeholder{color:#bbb3b9}#add_payment_method #payment div.payment_box :-ms-input-placeholder,.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder{color:#bbb3b9}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods{list-style:none;margin:0}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token{margin:0 0 .5em}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label{cursor:pointer}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput{vertical-align:middle;margin:-3px 1em 0 0;position:relative}#add_payment_method #payment div.payment_box .wc-credit-card-form,.woocommerce-cart #payment div.payment_box .wc-credit-card-form,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form{border:0;padding:0;margin:1em 0 0}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number{font-size:1.5em;padding:8px;background-repeat:no-repeat;background-position:right .618em center;background-size:32px 20px}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/visa.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/mastercard.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/laser.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/diners.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/maestro.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/jcb.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/amex.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/discover.svg)}#add_payment_method #payment div.payment_box span.help,.woocommerce-cart #payment div.payment_box span.help,.woocommerce-checkout #payment div.payment_box span.help{font-size:.857em;color:#777;font-weight:400}#add_payment_method #payment div.payment_box .form-row,.woocommerce-cart #payment div.payment_box .form-row,.woocommerce-checkout #payment div.payment_box .form-row{margin:0 0 1em}#add_payment_method #payment div.payment_box p:last-child,.woocommerce-cart #payment div.payment_box p:last-child,.woocommerce-checkout #payment div.payment_box p:last-child{margin-bottom:0}#add_payment_method #payment div.payment_box::before,.woocommerce-cart #payment div.payment_box::before,.woocommerce-checkout #payment div.payment_box::before{content:'';display:block;border:1em solid #dfdcde;border-right-color:transparent;border-left-color:transparent;border-top-color:transparent;position:absolute;top:-.75em;left:0;margin:-1em 0 0 2em}#add_payment_method #payment .payment_method_paypal .about_paypal,.woocommerce-cart #payment .payment_method_paypal .about_paypal,.woocommerce-checkout #payment .payment_method_paypal .about_paypal{float:right;line-height:52px;font-size:.83em}#add_payment_method #payment .payment_method_paypal img,.woocommerce-cart #payment .payment_method_paypal img,.woocommerce-checkout #payment .payment_method_paypal img{max-height:52px;vertical-align:middle}.woocommerce-password-strength{text-align:center;font-weight:600;padding:3px .5em;font-size:1em}.woocommerce-password-strength.strong{background-color:#c1e1b9;border-color:#83c373}.woocommerce-password-strength.short{background-color:#f1adad;border-color:#e35b5b}.woocommerce-password-strength.bad{background-color:#fbc5a9;border-color:#f78b53}.woocommerce-password-strength.good{background-color:#ffe399;border-color:#ffc733}.woocommerce-password-hint{margin:.5em 0 0;display:block}#content.twentyeleven .woocommerce-pagination a{font-size:1em;line-height:1}.single-product .twentythirteen #reply-title,.single-product .twentythirteen #respond #commentform,.single-product .twentythirteen .entry-summary{padding:0}.twentythirteen .woocommerce-breadcrumb{padding-top:40px}.twentyfourteen ul.products li.product{margin-top:0!important}body:not(.search-results) .twentysixteen .entry-summary{color:inherit;font-size:inherit;line-height:inherit}.twentysixteen .price ins{background:inherit;color:inherit}
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/coldfixusa/public_html/beta
currentDir : /home/coldfixusa/public_html/beta/wp-content/themes/transcend/core/css

file-relative URI  : ../images/ulArrow.png
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend/core/css/../images/ulArrow.png
docroot stripped   : /wp-content/themes/transcend/core/css/../images/ulArrow.png
traversals removed : /wp-content/themes/transcend/core/images/ulArrow.png

file-relative URI  : ../images/cartIcon.png
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend/core/css/../images/cartIcon.png
docroot stripped   : /wp-content/themes/transcend/core/css/../images/cartIcon.png
traversals removed : /wp-content/themes/transcend/core/images/cartIcon.png

file-relative URI  : ../images/cartBlue.png
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend/core/css/../images/cartBlue.png
docroot stripped   : /wp-content/themes/transcend/core/css/../images/cartBlue.png
traversals removed : /wp-content/themes/transcend/core/images/cartBlue.png

file-relative URI  : ../images/mapBlue.png
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend/core/css/../images/mapBlue.png
docroot stripped   : /wp-content/themes/transcend/core/css/../images/mapBlue.png
traversals removed : /wp-content/themes/transcend/core/images/mapBlue.png

file-relative URI  : ../images/subScribeBg.jpg
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend/core/css/../images/subScribeBg.jpg
docroot stripped   : /wp-content/themes/transcend/core/css/../images/subScribeBg.jpg
traversals removed : /wp-content/themes/transcend/core/images/subScribeBg.jpg

*/

/* base.css */

/* 1   */ /*
/* 2   *| Base Stylesheet
/* 3   *| Defines the base styles that must be present in every theme, along
/* 4   *| with shortcodes and widgets included with the CPO Core.
/* 5   *| */
/* 6   */ 
/* 7   */ /* --------------------------------------------------------------
/* 8   *| GENERAL ELEMENTS
/* 9   *| -------------------------------------------------------------- */
/* 10  */ 
/* 11  */ /* CSS RESET */
/* 12  */ html, body, div, span, applet, object, iframe,
/* 13  */ h1, h2, h3, h4, h5, h6, p, blockquote, pre,
/* 14  */ a, abbr, acronym, address, big, cite, code,
/* 15  */ del, dfn, em, font, img, ins, kbd, q, s, samp,
/* 16  */ small, strike, strong, sub, sup, tt, var,
/* 17  */ b, u, i, center,
/* 18  */ dl, dt, dd, ol, ul, li,
/* 19  */ fieldset, form, label, legend,
/* 20  */ table, caption, tbody, tfoot, thead, tr, th, td { background:transparent; border:0; margin:0; padding:0; vertical-align:baseline; }
/* 21  */ header, nav, section, article, aside, footer, hgroup { display:block; }
/* 22  */ body { line-height:1; }
/* 23  */ h1, h2, h3, h4, h5, h6 { font-weight:normal; }
/* 24  */ ol, ul, li { list-style:none; }
/* 25  */ blockquote { quotes:none; }
/* 26  */ blockquote:before, blockquote:after { content:''; content:none; }
/* 27  */ del { text-decoration:line-through; }
/* 28  */ table { 	border-collapse:collapse; border-spacing:0; }
/* 29  */ a img { border:none; }
/* 30  */ 
/* 31  */ /* GENERAL TYPOGRAPHY */
/* 32  */ p, address { margin-bottom:1.6em; }
/* 33  */ span, div, p, dl, td, th, ul, ol, blockquote { }
/* 34  */ 
/* 35  */ /* LISTS */
/* 36  */ ul li, ol li { list-style:disc; margin:5px 0 5px 25px; list-style-position:outside; }
/* 37  */ ol li { list-style:decimal; }
/* 38  */ ol ol li { list-style:upper-alpha; }
/* 39  */ ol ol ol li { list-style:lower-roman; }
/* 40  */ ol ol ol ol li { list-style:lower-alpha; }
/* 41  */ ol ul li,
/* 42  */ ol ol ul li,
/* 43  */ ol ol ol ul li { list-style:disc; }
/* 44  */ ul ul, ol ol, ul ol, ol ul { margin-bottom:0; }
/* 45  */ ul, ol, dd, pre, hr { margin-bottom:25px; }
/* 46  */ ul ul, ol ol, ul ol, ol ul { margin-bottom:0; }
/* 47  */ 
/* 48  */ dl { margin:0 0 24px 0; }
/* 49  */ dt { font-weight:bold; }
/* 50  */ dd { margin-bottom:18px; }

/* base.css */

/* 51  */ strong, b { font-weight:bold; }
/* 52  */ cite, em, i { border:none; font-style:italic; }
/* 53  */ big { font-size:131.25%; }
/* 54  */ ins { background:#ffc; border:none; }
/* 55  */ del { text-decoration:line-through; }
/* 56  */ 
/* 57  */ /* ADDRESSES */
/* 58  */ address { font-size:0.9em; line-height:1.2em; }
/* 59  */ 
/* 60  */ /* CITATIONS */
/* 61  */ blockquote { display:block; font-style:italic; padding:0 5%; margin:25px 0; }
/* 62  */ blockquote cite, blockquote em, blockquote i { font-style:normal; }
/* 63  */ 
/* 64  */ /* PREDEFINED TEXT */
/* 65  */ pre { display:block; overflow:auto; font-family:Courier, monospace; background:url(data:image/gif;base64,R0lGODlhAQAyAIAAAP////f39yH5BAAAAAAALAAAAAABADIAAAIIhI+pGO0P4ysAOw==); border:1px solid #eee; color:#555; line-height:25px; padding:25px 20px; font-size:14px; margin:25px 0; }
/* 66  */ 
/* 67  */ /* TEXT VARIATIONS */
/* 68  */ abbr, acronym { border-bottom:1px dotted #666; cursor:help; }
/* 69  */ ins { text-decoration:none; }
/* 70  */ sup, sub { font-size:0.7em; height:0; line-height:1; position:relative; vertical-align:baseline; }
/* 71  */ sup { bottom:1ex; }
/* 72  */ sub { top:.5ex; }
/* 73  */ kbd, tt, var { line-height:21px; }
/* 74  */ code { font-size:1.05em; }
/* 75  */ 
/* 76  */ /* CODE */
/* 77  */ code, code var { font-family:Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }
/* 78  */ 
/* 79  */ /* IFRAMES */
/* 80  */ iframe { max-width:100%; }
/* 81  */ 
/* 82  */ /* TABLES */
/* 83  */ table { border-collapse:collapse; border-spacing:0; margin:0 0 24px; text-align:left; width:100%; }
/* 84  */ tr th, thead th { border:none; color:#888; font-weight:bold; line-height:1.2em; padding:10px; border-bottom:1px solid #ddd; }
/* 85  */ tr td { border:none; padding:10px; border-bottom:1px solid #ddd; }
/* 86  */ tfoot tr td { border-bottom:none; }
/* 87  */ tr td, tr th, thead th, tr th, thead th { }
/* 88  */ .dark tr th, .dark thead th { border-bottom:1px solid #ddd; }
/* 89  */ .dark tr td { border-bottom:1px solid #ddd; }
/* 90  */ 
/* 91  */ /* FORM FIELDS */
/* 92  */ fieldset { margin:0 0 30px; }
/* 93  */ legend { font-size:1.3em; display:block; margin:0 0 20px; }
/* 94  */ 
/* 95  */ /* FORMS */
/* 96  */ label { padding:0; margin:0; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }
/* 97  */ input, textarea { font-size:1em; }
/* 98  */ input[type=text], input[type=password], input[type=input], 
/* 99  */ input[type=tel], input[type=url], input[type=email], 
/* 100 */ input[type=number], input[type=range], input[type=search], input[type=color], 

/* base.css */

/* 101 */ input[type=time], input[type=week], input[type=month], input[type=date], input[type=datetime], 
/* 102 */ textarea, select { font-family:inherit; border:1px solid #ddd; padding:6px; margin:0; width:100%; background:#fff; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; -webkit-appearance:none; }
/* 103 */ input[type=submit] { width:auto; -webkit-appearance:none; }
/* 104 */ 
/* 105 */ /* HEADING LINE */
/* 106 */ hr { background-color:#fff; border:0; border-top:1px solid #bbb; border-bottom:1px solid #fff; clear:both; height:0; margin:40px 0; }
/* 107 */ 
/* 108 */ /* INLINE IMAGES */
/* 109 */ img { margin:0; max-width:100%; line-height:0; height:auto; }
/* 110 */ .alignleft, img.alignleft { display:inline; float:left; margin-right:30px; margin-top:4px; }
/* 111 */ .alignright, img.alignright { display:inline; float:right; margin-left:30px; margin-top:4px; }
/* 112 */ .aligncenter, img.aligncenter { display:block; margin-left:auto; margin-right:auto; }
/* 113 */ img.alignleft, img.alignright, img.aligncenter { margin-bottom:12px; }
/* 114 */ 
/* 115 */ /* INLINE IMAGE CAPTIONS */
/* 116 */ .wp-caption { margin-bottom:15px; padding:0; max-width:100%; line-height:0em; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }
/* 117 */ .wp-caption img { margin:0; padding:0; max-width:100%; line-height:0em; }
/* 118 */ .wp-caption .wp-caption-text { margin:10px 0 0; padding:0 10px 0; text-align:left; color:#888; line-height:1.4em; font-size:12px; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }
/* 119 */ .wp-smiley { margin:0; }
/* 120 */ 
/* 121 */ /* STICKY POSTS */
/* 122 */ .sticky { }
/* 123 */ .bypostauthor {}
/* 124 */ .clear { clear:both; width:100%; height:0; margin:0; padding:0; }
/* 125 */ html body .outer .hidden { display:none; }
/* 126 */ .screen-reader-text {}
/* 127 */ 
/* 128 */ 
/* 129 */ /* --------------------------------------------------------------
/* 130 *| LAYOUT
/* 131 *| -------------------------------------------------------------- */
/* 132 */ 
/* 133 */ 
/* 134 */ /* WRAPPERS */
/* 135 */ .outer { position:relative; overflow:hidden; width:100%; }
/* 136 */ .container { max-width:960px; padding:0 20px; margin:0 auto; }
/* 137 */ .wrapper-boxed .wrapper { position:relative; margin:0 auto; max-width:100%; width:1000px; }
/* 138 */ 
/* 139 */ 
/* 140 */ /* SOCIAL ICONS */
/* 141 */ .social { float:right; text-align:right; padding:0; width:auto; }
/* 142 */ .social .social-profile { display:block; position:relative; float:left; color:#999; margin:0; width:30px; font-size:16px; text-align:center; }
/* 143 */ .social .social-profile .social-icon { font-family:'fontawesome'; }
/* 144 */ .social .social-profile .social-icon:before { font-family:'fontawesome'; }
/* 145 */ .social .social-profile-facebook .social-icon:before { content:'\f09a'; }
/* 146 */ .social .social-profile-twitter .social-icon:before { content:'\f099'; }
/* 147 */ .social .social-profile-google-plus .social-icon:before { content:'\f0d5'; }
/* 148 */ .social .social-profile-youtube .social-icon:before { content:'\f167'; }
/* 149 */ .social .social-profile-linkedin .social-icon:before { content:'\f0e1'; }
/* 150 */ .social .social-profile-pinterest .social-icon:before { content:'\f0d2'; }

/* base.css */

/* 151 */ .social .social-profile-foursquare .social-icon:before { content:'\f180'; }
/* 152 */ .social .social-profile-tumblr .social-icon:before { content:'\f173'; }
/* 153 */ .social .social-profile-flickr .social-icon:before { content:'\f16e'; }
/* 154 */ .social .social-profile-instagram .social-icon:before { content:'\f16d'; }
/* 155 */ .social .social-profile-dribbble .social-icon:before { content:'\f17d'; }
/* 156 */ .social .social-profile-skype .social-icon:before { content:'\f17e'; }
/* 157 */ .social .social-profile .social-title { display:none; }
/* 158 */ .social .social-profile:hover { text-decoration:none; }
/* 159 */ 
/* 160 */ 
/* 161 */ /* LANGUAGE SWITCHER */
/* 162 */ .languages { float:right; position:relative; padding-left:20px; }
/* 163 */ .languages .language-active { position:relative; cursor:pointer; }
/* 164 */ .languages .language-list { position:absolute; top:100%; right:0; padding:10px; margin-top:0; visibility:hidden; opacity:0; background:#fff; z-index:9998; -moz-transition:0.3s all; -webkit-transition:0.3s all; transition:0.3s all; box-shadow:0 1px 3px -2px rgba(0,0,0,0.3); }
/* 165 */ .dark .languages .language-list { background:#666; }
/* 166 */ .languages:hover .language-list { visibility:visible; opacity:1; }
/* 167 */ .languages .language-item { display:block; line-height:0; padding:10px; width:130px; }
/* 168 */ .languages img { margin:0 5px -2px 0; }
/* 169 */ 
/* 170 */ 
/* 171 */ /* SHOPPING CART */
/* 172 */ .shopping-cart { float:right; position:relative; padding-left:20px; }
/* 173 */ .shopping-cart .cart-title { position:relative; cursor:pointer; }
/* 174 */ .shopping-cart .cart-title:before { font-family:'fontawesome'; content:'\f07a'; margin-right:10px;  }
/* 175 */ .shopping-cart .cart-list { position:absolute; top:100%; width:300px; right:0; padding:20px; line-height:1.6; margin-top:0; visibility:hidden; opacity:0; background:#fff; -moz-transition:0.3s all; -webkit-transition:0.3s all; transition:0.3s all; box-shadow:0 1px 4px -2px rgba(0,0,0,0.3); z-index:9998; }
/* 176 */ .dark .shopping-cart .cart-list  { background:#666; }
/* 177 */ .shopping-cart:hover .cart-list { visibility:visible; opacity:1; }
/* 178 */ .shopping-cart .cart-list .buttons { margin:0; }
/* 179 */ 
/* 180 */ 
/* 181 */ /* HEADER */
/* 182 */ .header .logo a { display:block; line-height:1; }
/* 183 */ .header .title { display:inline; font-size:2em; margin:0; }
/* 184 */ .header .title a { display:inline; line-height:40px; }
/* 185 */ .header .title a:hover { text-decoration:none; }
/* 186 */ 
/* 187 */ 
/* 188 */ /* MAIN/CONTENT */
/* 189 */ .main { overflow:hidden; padding:30px 0 10px; }
/* 190 */ /* Full width pages have no container */
/* 191 */ .content-full .main { padding:0; }
/* 192 */ .content-full .main > .container { max-width:100%; width:auto; padding:0; } 
/* 193 */ .content, 
/* 194 */ .sidebar { -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }
/* 195 */ .content { float:left; width:66%; margin:0 4% 30px 0; padding:0;  }
/* 196 */ /* Single Sidebar Positions */
/* 197 */ .sidebar-left .content { float:right; margin-right:0; margin-left:4%; }
/* 198 */ /* Double Sidebar Positions */
/* 199 */ .sidebar-double .content { float:left; width:46%; margin-left:27%; margin-right:4%; }
/* 200 */ .sidebar-double-left .content { float:right; width:46%; margin-right:0; margin-left:4%; }

/* base.css */

/* 201 */ .sidebar-double-right .content { width:46%; }
/* 202 */ .sidebar-double .main-container {  }
/* 203 */ /* No Sidebar */
/* 204 */ .content-wide,
/* 205 */ .sidebar-none .content,
/* 206 */ .sidebar-left .content-wide,
/* 207 */ .sidebar-right .content-wide,
/* 208 */ .sidebar-double .content-wide,
/* 209 */ .sidebar-double-left .content-wide,
/* 210 */ .sidebar-double-right .content-wide { float:none; margin:0; width:auto; }
/* 211 */ 
/* 212 */ 
/* 213 */ /* SIDEBARS */
/* 214 */ .sidebar { float:left; width:30%; }
/* 215 */ .main-full .sidebar { padding:30px; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }
/* 216 */ .sidebar-none .sidebar { display:none; }
/* 217 */ .sidebar-double .sidebar,
/* 218 */ .sidebar-double-left .sidebar,
/* 219 */ .sidebar-double-right .sidebar { width:23%; }
/* 220 */ /* Secondary Sidebar */
/* 221 */ .sidebar-secondary { margin-left:4%; }
/* 222 */ .sidebar-none .sidebar-secondary,
/* 223 */ .sidebar-left .sidebar-secondary,
/* 224 */ .sidebar-right .sidebar-secondary { display:none; }
/* 225 */ .sidebar-double .sidebar-primary { float:left; margin-left:-77%; }
/* 226 */ .sidebar-double .sidebar-secondary { margin-left:0; }
/* 227 */ 
/* 228 */ 
/* 229 */ /* GENERAL WIDGET STYLING */
/* 230 */ .widget { overflow:hidden; margin:0 0 30px; }
/* 231 */ .widget .widget-title { margin:0 0 20px; font-size:1.5em; line-height:1.2; }
/* 232 */ .widget ul { margin-bottom:0; }
/* 233 */ .widget li { list-style:none; margin-left:0; }
/* 234 */ .widget li ul { margin-left:20px; margin-top:5px; }
/* 235 */ 
/* 236 */ 
/* 237 */ /* SEARCH PAGE */
/* 238 */ .search .search-result { margin:0 0 30px; }
/* 239 */ .search .search-form { margin:0 0 30px; }
/* 240 */ .search .search-title { margin:0; }
/* 241 */ .search .search-byline { font-size:0.8em; }
/* 242 */ .search .search-content p { margin:0; }
/* 243 */ 
/* 244 */ 
/* 245 */ /* 404 PAGE */
/* 246 */ .notfound { padding:100px 0; margin:0 auto; max-width:750px; }
/* 247 */ .notfound-image { font-size:200px; font-weight:bold; text-align:right; line-height:0.7; }
/* 248 */ .notfound-title { }
/* 249 */ .notfound-content { font-size:1.4em; font-weight:300; }
/* 250 */ 

/* base.css */

/* 251 */ 
/* 252 */ /* --------------------------------------------------------------
/* 253 *| NAVIGATION
/* 254 *| -------------------------------------------------------------- */
/* 255 */ 
/* 256 */ 
/* 257 */ /* GENERIC MENU ITEMS */
/* 258 */ .menu-item .menu-link { display:block; position:relative; line-height:1.4; text-align:left; }
/* 259 */ 
/* 260 */ 
/* 261 */ /* TOP MENU */
/* 262 */ .topmenu { float:left; }
/* 263 */ .menu-top { margin:0; }
/* 264 */ .menu-top li { display:inline-block; padding:0; margin:0; list-style:none; }
/* 265 */ .menu-top li:first-child { margin-left:0; }
/* 266 */ .menu-top li a { display:block; margin:0; padding:5px 10px; }
/* 267 */ .menu-top li a:hover,
/* 268 */ .menu-top li:hover > a { text-decoration:underline; }
/* 269 */ .menu-top li ul { display:none; }
/* 270 */ 
/* 271 */ 
/* 272 */ /* MAIN MENU */
/* 273 */ .menu-main { float:right; }
/* 274 */ .menu-main { margin:0; }
/* 275 */ .menu-main > ul { display:block; margin:0; padding:0; } /* Fix for extra wrapper in default menu markup */
/* 276 */ /* Menu Elements */
/* 277 */ .menu-main ul, 
/* 278 */ .menu-main li, 
/* 279 */ .menu-main a { -moz-transition:0.4s all; -webkit-transition:0.4s all; transition:0.4s all; }
/* 280 */ .menu-main li { float:left; position:relative; display:block; margin:0; list-style:none; }
/* 281 */ .menu-main li a { display:block; margin:0; padding:10px; color:#777; border-radius:2px;-moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }
/* 282 */ /* Icon and Description */
/* 283 */ .menu-main li:hover > a, 
/* 284 */ .menu-main li a:hover { text-decoration:none; }
/* 285 */ /* Current item highlight both normally and on hover */
/* 286 */ .menu-main .current-menu-ancestor > a, .menu-main .current-menu-item > a { }
/* 287 */ .menu-main .current_page_ancestor > a:hover, .menu-main .current-menu-item > a:hover { }
/* 288 */ /* Children Elements */
/* 289 */ .menu-main .has-children:before { display:block; color:#ccc; position:absolute; top:50%; right:10px; list-style:none; font-family:'fontawesome'; content:'\f0d7'; font-size:10px; margin-top:-5px; line-height:1; }
/* 290 */ .menu-main .has-children > a { padding-right:25px; }
/* 291 */ .menu-main li ul { visibility:hidden; opacity:0; margin:0; position:absolute; background:#fff; top:100%; left:0; z-index:9998; }
/* 292 */ .menu-main li ul li { width:auto; display:block; float:none; }
/* 293 */ .menu-main li ul li a { width:auto; color:#555; line-height:1.5; height:auto; padding:10px; width:220px; }
/* 294 */ .menu-main li ul li:hover > a,
/* 295 */ .menu-main li ul li a:hover { }
/* 296 */ /* Further Children Elements */
/* 297 */ .menu-main li ul .has-children:before { content:'\f0da'; color:#999; }
/* 298 */ .menu-main li ul ul { margin:0; top:0; left:100%; }
/* 299 */ /* Children display on hover */
/* 300 */ .menu-main li:hover > ul { visibility:visible; opacity:1; }

/* base.css */

/* 301 */ .menu-main li:hover > ul:before,
/* 302 */ .menu-main li:hover > ul:after { visibility:visible; opacity:1; }
/* 303 */ 
/* 304 */ 
/* 305 */ /* MOBILE MENU */
/* 306 */ .menu-mobile { display:none; visibility:hidden; opacity:0; font-size:1.2em; position:fixed; padding:5% 70px 5% 5%; top:0; right:100%; width:100%; height:100%; overflow:auto; background:#fff; z-index:999998; -moz-transition:0.3s all; -webkit-transition:0.3s all; transition:0.3s all; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }
/* 307 */ .menu-mobile-active .menu-mobile { visibility:visible; opacity:1; right:0; }
/* 308 */ .menu-mobile > ul { display:block; margin:0; padding:0; }
/* 309 */ /* Menu Elements */
/* 310 */ .menu-mobile ul, 
/* 311 */ .menu-mobile li, 
/* 312 */ .menu-mobile a { -moz-transition:0.4s all; -webkit-transition:0.4s all; transition:0.4s all; }
/* 313 */ .menu-mobile li { position:relative; display:block; margin:0; list-style:none; }
/* 314 */ .menu-mobile li a { display:block; margin:0; padding:10px; border-radius:2px;-moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }
/* 315 */ /* Icon and Description */
/* 316 */ .menu-mobile li:hover > a, 
/* 317 */ .menu-mobile li a:hover { text-decoration:none; }
/* 318 */ /* Children Elements */
/* 319 */ .menu-mobile .has-children > a { padding-right:25px; }
/* 320 */ .menu-mobile li ul { display:block; margin:0 0 0 25px; padding:0; }
/* 321 */ .menu-mobile li ul li { width:auto; display:block; float:none; }
/* 322 */ .menu-mobile li ul li a { width:auto; line-height:1.5; height:auto; padding:10px; }
/* 323 */ /* Open Button */
/* 324 */ .menu-mobile-open { display:none; float:right; position:relative; color:#666; margin:17px 10px; width:30px; height:20px; cursor:pointer; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }
/* 325 */ .menu-mobile-open:before { content:' '; position:absolute; width:100%; top:0; bottom:0; border:2px solid #666; border-width:2px 0; }
/* 326 */ .menu-mobile-open:after { content:'  '; position:absolute; width:100%; top:50%; margin-top:-1px; border-top:2px solid #666; }
/* 327 */ .dark .menu-mobile-open { color:#fff; }
/* 328 */ /* Close Button */
/* 329 */ .menu-mobile-close { visibility:hidden; opacity:0; position:fixed; margin:0; top:30px; right:30px; width:40px; height:40px; z-index:999999; cursor:pointer; -moz-transition:0.3s all; -webkit-transition:0.3s all; transition:0.3s all; }
/* 330 */ .menu-mobile-close:before,
/* 331 */ .menu-mobile-close:after { position:absolute; content:' '; top:50%; right:50%; margin-right:-30px; width:40px; height:2px; background:#888; }
/* 332 */ .menu-mobile-close:before { -moz-transform:rotate(45deg); -webkit-transform:rotate(45deg); transform:rotate(45deg); }
/* 333 */ .menu-mobile-close:after { -moz-transform:rotate(-45deg); -webkit-transform:rotate(-45deg); transform:rotate(-45deg); }
/* 334 */ .menu-mobile-active .menu-mobile-close { visibility:visible; opacity:1; }
/* 335 */ 
/* 336 */ 
/* 337 */ /* FOOTER MENU */
/* 338 */ .footermenu { overflow:hidden; margin:0; }
/* 339 */ .menu-footer { display:block; margin:0 0 25px; padding:0; }
/* 340 */ .menu-footer > ul { overflow:hidden; margin:0; padding:0; }
/* 341 */ .menu-footer li { display:inline-block; padding:0; margin:0 0 0 20px; list-style:none; }
/* 342 */ .menu-footer li:first-child { margin-left:0; }
/* 343 */ .menu-footer li a { display:block; margin:0; }
/* 344 */ .menu-footer li ul { margin:10px 0 0; }
/* 345 */ .menu-footer li ul li { display:block; margin:0; }
/* 346 */ .menu-footer li ul li a { font-size:0.9em; margin:0 0 5px; }
/* 347 */ .menu-footer li a:hover { text-decoration:underline; }
/* 348 */ 
/* 349 */ 
/* 350 */ /* SUBMENU NAVIGATION */

/* base.css */

/* 351 */ .menu-sub { margin:0 0 30px; padding:0; }
/* 352 */ .menu-sub li { display:inline-block; list-style:none; margin:0; padding:0; }
/* 353 */ .menu-sub li a { display:block; padding:10px; margin:0 10px 10px 0; border:1px solid rgba(0,0,0,0.1); }
/* 354 */ .menu-sub li a:hover { text-decoration:none; opacity:0.9; }
/* 355 */ .menu-sub li ul { display:none; font-size:1em; }
/* 356 */ 
/* 357 */ 
/* 358 */ /* NEXT/PREV POST NAVIGATION */
/* 359 */ .navigation { overflow:hidden; margin:0 0 30px; }
/* 360 */ .navigation a { display:block; }
/* 361 */ .navigation .nav-prev,
/* 362 */ .navigation .nav-next { position:relative; padding:0;  }
/* 363 */ .navigation .nav-prev { float:left; text-align:left; }
/* 364 */ .navigation .nav-next { float:right; text-align:right; }
/* 365 */ 
/* 366 */ 
/* 367 */ /* NUMBERED POST NAVIGATION */
/* 368 */ .pagination { overflow:hidden; margin:0 0 30px; text-align:center; }
/* 369 */ .pagination ul { display:block; }
/* 370 */ .pagination ul li { display:inline-block; list-style:none; margin:0; padding:0; }
/* 371 */ .pagination span, 
/* 372 */ .pagination a { display:block; margin:0 1px; padding:5px 15px; border-radius:3px; }
/* 373 */ .pagination .current { color:#fff; background:#666; }
/* 374 */ .pagination a:hover { background:#eee; text-decoration:none; }
/* 375 */ 
/* 376 */ 
/* 377 */ /* NUMBERED PAGINATION FOR SINGLE POSTS */
/* 378 */ .postpagination { overflow:hidden; margin:0 0 30px;  }
/* 379 */ .postpagination span { display:inline-block; padding:5px 15px; border-radius:3px; margin:0 5px 0 0; }
/* 380 */ .postpagination a { display:inline-block; }
/* 381 */ .postpagination a span { display:block; }
/* 382 */ .postpagination > span { color:#fff; background:#666; }
/* 383 */ 
/* 384 */ 
/* 385 */ /* --------------------------------------------------------------
/* 386 *| DESIGN ELEMENTS
/* 387 *| -------------------------------------------------------------- */
/* 388 */ 
/* 389 */ 
/* 390 */ /* BUTTONS */
/* 391 */ .button, .button:visited, input[type=submit] { display:inline-block; width:auto; border:1px solid #888; border:1px solid rgba(0,0,0,0.3); margin:5px 0; padding:12px 15px; color:#fff; text-align:center; text-shadow:0 -1px 0 rgba(0, 0, 0, 0.5); border-radius:2px; cursor:pointer; background:#ccc; background:-moz-linear-gradient(top, #ccc 0%, #aaa 100%); background:-webkit-linear-gradient(top, #ccc 0%,#aaa 100%); background:linear-gradient(to bottom, #ccc 0%,#aaa 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc', endColorstr='#aaa',GradientType=0 ); }
/* 392 */ .button:link { color:#fff; text-decoration:none; }
/* 393 */ .button:hover, input[type=submit]:hover { background:#ccc; text-decoration:none; }
/* 394 */ .button.button-small { font-size:0.9em; padding:5px 10px; margin:5px 0; }
/* 395 */ .button.button-medium { font-size:1.2em; padding:15px 20px; margin:5px 0; }
/* 396 */ .button.button-large { font-size:1.8em; padding:20px 30px; margin:10px 0; }
/* 397 */ .button.button-left { float:left; margin:0 30px 10px 0; }
/* 398 */ .button.button-right { float:right; margin:0 0 10px 30px; }
/* 399 */ .button.button-center { display:block; clear:both; float:none; margin:0 0 30px; width:100%; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }
/* 400 */ .button.button-center:last-child { margin-bottom:0; }

/* base.css */

/* 401 */ 
/* 402 */ 
/* 403 */ /* IMAGES */
/* 404 */ .single-image { display:block; margin:0 auto 40px; }
/* 405 */ 
/* 406 */ 
/* 407 */ /* INLINE SLIDESHOWS */
/* 408 */ .slideshow { padding:0; margin:0 0 40px; position:relative; -moz-transition:0.3s all; -webkit-transition:0.3s all; transition:0.3s all; }
/* 409 */ .slideshow .slideshow-slides { display:block; overflow:hidden; padding:0; margin:0; width:100%; }
/* 410 */ .slideshow .slideshow-slide { overflow:hidden; margin:0; padding:0; width:100%; }
/* 411 */ .slideshow .slideshow-slide *:last-child { margin-bottom:0; }
/* 412 */ .slideshow .slideshow-slide .slideshow-caption { overflow:hidden; position:absolute; background:rgba(0,0,0,0.5); color:#fff; bottom:0; left:0; right:0; padding:10px; text-align:left; }
/* 413 */ /* Paging and navigation */
/* 414 */ .slideshow-prev, .slideshow-next, .slideshow-pages { -moz-transition:0.4s all; -webkit-transition:0.4s all; transition:0.4s all; opacity:0.3; }
/* 415 */ .slideshow-prev, .slideshow-next { position:absolute; width:30px; height:40px; background:#444; background:rgba(0,0,0,0.4); border-radius:2px; font-size:24px; line-height:40px; margin-top:-20px; top:50%; text-align:center; color:#fff; z-index:999; text-shadow:0 0 3px rgba(0,0,0,0.5); cursor:pointer; }
/* 416 */ .slideshow-prev { left:5px;  }
/* 417 */ .slideshow-prev:before { font-family:'fontawesome'; content:'\f104'; }
/* 418 */ .slideshow-next { right:5px; }
/* 419 */ .slideshow-next:before { font-family:'fontawesome'; content:'\f105'; }
/* 420 */ .slideshow .slideshow-pages { position:absolute; width:100%; height:30px; top:100%; text-align:center; z-index:1000; }
/* 421 */ .slideshow .slideshow-pages span { display:inline-block; background:#000; background:rgba(0,0,0,0.8); overflow:hidden; opacity:0.7; color:transparent; margin:10px 5px 0; width:10px; height:10px; padding:10px 10px 0 0; border:1px solid #000; border:1px solid rgba(0,0,0,0.8); border-radius:50px; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }
/* 422 */ .slideshow .slideshow-pages .cycle-pager-active { background:#fff; }
/* 423 */ .slideshow:hover .slideshow-prev, 
/* 424 */ .slideshow:hover .slideshow-next, 
/* 425 */ .slideshow:hover .slideshow-pages { opacity:0.8; }
/* 426 */ 
/* 427 */ .image-gallery {}
/* 428 */ .image-gallery .column { margin:0 1% 1% 0; }
/* 429 */ .image-gallery .col2 { width:49.5%; }
/* 430 */ .image-gallery .col3 { width:32.66666%; }
/* 431 */ .image-gallery .col4 { width:24.25%; }
/* 432 */ .image-gallery .col5 { width:19.2%; }
/* 433 */ .image-gallery .col6 { width:15.83333%; }
/* 434 */ .image-gallery .col-last { margin-right:0; }
/* 435 */ .image-gallery img { display:block; }
/* 436 */ 
/* 437 */ 
/* 438 */ /* IMAGE GALLERIES */
/* 439 */ .image-gallery { margin:0 0 30px; }
/* 440 */ .image-gallery-item { margin:0 0 5%; } 
/* 441 */ .image-gallery-item > img { display:block; width:100%; }
/* 442 */ 
/* 443 */ 
/* 444 */ /* VIDEO EMBEDS */
/* 445 */ .video { margin:0 0 40px; overflow:hidden; position:relative; padding-bottom:56.25%; height:0; }
/* 446 */ .video iframe, 
/* 447 */ .video object, 
/* 448 */ .video embed, 
/* 449 */ .video video { position:absolute; top:0; left:0; width:100%; height:100%; }
/* 450 */ 

/* base.css */

/* 451 */ 
/* 452 */ /* COLUMNS */
/* 453 */ .row { display:block; }
/* 454 */ .row:after { clear:both; content:' '; display:table; }
/* 455 */ .column { display:block; float:left; margin-right:5%; }
/* 456 */ .column:last-child { margin-right:0; }
/* 457 */ .col1 { width:100%; }
/* 458 */ .col2 { width:47.5%; }
/* 459 */ .col3 { width:30%; }
/* 460 */ .col3x2 { width:65%; }
/* 461 */ .col4 { width:21.25%; }
/* 462 */ .col4x2 { width:47.5%; }
/* 463 */ .col4x3 { width:73.5%; }
/* 464 */ .col5 { width:16%; }
/* 465 */ .col5x2 { width:37%; }
/* 466 */ .col5x3 { width:58%; }
/* 467 */ .col5x4 { width:79%; }
/* 468 */ .col6 { width:12.5%; }
/* 469 */ .col6x2 { width:30%; }
/* 470 */ .col6x3 { width:47.5%; }
/* 471 */ .col6x4 { width:65%; }
/* 472 */ .col6x5 { width:82.5%; }
/* 473 */ .column.col-last { margin-right:0; }
/* 474 */ .col-divide { display:block; clear:both; width:100%; }
/* 475 */ .columns { width:auto; margin:0; }
/* 476 */ /* Columns with half padding */
/* 477 */ .column-narrow { display:block; float:left; margin-right:2%; }
/* 478 */ .column-narrow.col2 { width:49%; }
/* 479 */ .column-narrow.col3 { width:32%; }
/* 480 */ .column-narrow.col3x2 { width:66%; }
/* 481 */ .column-narrow.col4 { width:23.5%; }
/* 482 */ .column-narrow.col4x2 { width:49%; }
/* 483 */ .column-narrow.col4x3 { width:74.5%; }
/* 484 */ .column-narrow.col5 { width:18.4%; }
/* 485 */ .column-narrow.col5x2 { width:38.8%; }
/* 486 */ .column-narrow.col5x3 { width:60%; }
/* 487 */ .column-narrow.col5x4 { width:80%; }
/* 488 */ .column-narrow.col6 { width:15%; }
/* 489 */ .column-narrow.col6x2 { width:32%; }
/* 490 */ .column-narrow.col6x3 { width:49%; }
/* 491 */ .column-narrow.col6x4 { width:66%; }
/* 492 */ .column-narrow.col6x5 { width:83%; }
/* 493 */ .column-narrow.col7 { width:12.57142%; }
/* 494 */ /* Columns with no padding */
/* 495 */ .column-fit { display:block; float:left; margin-right:0; }
/* 496 */ .column-fit.col2 { width:50%; }
/* 497 */ .column-fit.col3 { width:33.3333%; }
/* 498 */ .column-fit.col3x2 { width:66.6666%; }
/* 499 */ .column-fit.col4 { width:25%; }
/* 500 */ .column-fit.col4x2 { width:50%; }

/* base.css */

/* 501 */ .column-fit.col4x3 { width:75%; }
/* 502 */ .column-fit.col5 { width:20%; }
/* 503 */ .column-fit.col5x2 { width:40%; }
/* 504 */ .column-fit.col5x3 { width:60%; }
/* 505 */ .column-fit.col5x4 { width:80%; }
/* 506 */ .column-fit.col6 { width:16.66666%; }
/* 507 */ .column-fit.col6x2 { width:33.3333%%; }
/* 508 */ .column-fit.col6x3 { width:50%; }
/* 509 */ .column-fit.col6x4 { width:66.666666%; }
/* 510 */ .column-fit.col6x5 { width:83.333333%; }
/* 511 */ .column-fit.col7 { width:14.2857%; }
/* 512 */ 
/* 513 */ 
/* 514 */ /* WP GALLERY */
/* 515 */ .gallery { margin:0 auto 30px; }
/* 516 */ .gallery .gallery-item { float:left; display:block; margin:0 0 3% 3%; text-align:center; width:48.5%; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }
/* 517 */ .gallery .gallery-item:hover { }
/* 518 */ .gallery .gallery-icon { text-align:center; padding:5px; margin:0; overflow:hidden; line-height:0; border:1px solid rgba(0,0,0,0.1); }
/* 519 */ .dark .gallery .gallery-icon { border:1px solid rgba(255,255,255,0.2); }
/* 520 */ .gallery-columns-2 .gallery-item { width:48.5000%; }
/* 521 */ .gallery-columns-3 .gallery-item { width:31.3333%; }
/* 522 */ .gallery-columns-4 .gallery-item { width:22.7500%; }
/* 523 */ .gallery-columns-5 .gallery-item { width:17.6%; }
/* 524 */ .gallery-columns-6 .gallery-item { width:14.1666%; }
/* 525 */ .gallery-columns-7 .gallery-item { width:12.5714%; margin:0 0 2% 2%; }
/* 526 */ .gallery-columns-8 .gallery-item { width:10.75%; margin:0 0 2% 2%; }
/* 527 */ .gallery-columns-9 .gallery-item { width:9.33333%; margin:0 0 2% 2%; }
/* 528 */ .gallery .gallery-item:first-child,
/* 529 */ .gallery br + .gallery-item { margin-left:0; }
/* 530 */ .gallery dl a { display:block; }
/* 531 */ .gallery dl a img { width:100%; height:auto; margin:0 auto; }
/* 532 */ .gallery .gallery-caption { 	font-size:12px; line-height:1.2em; margin:10px 0 0; }
/* 533 */ .gallery br+br { display:none; }
/* 534 */ 
/* 535 */ 
/* 536 */ /* DARK CONTENT */
/* 537 */ body .dark { color:#eee; }
/* 538 */ body .dark h1, body .dark h2, body .dark h3, body .dark h4, body .dark h5, body .dark h6, 
/* 539 */ body .dark .heading,
/* 540 */ body .dark a:link, body .dark a:visited,
/* 541 */ body .dark a:hover { color:#fff; }
/* 542 */ 
/* 543 */ 
/* 544 */ /* ADMIN EDIT LINKS */
/* 545 */ .post-edit-link, 
/* 546 */ .post-edit-link:link, 
/* 547 */ .post-edit-link:visited { display:inline-block; font-family:Verdana, Arial; font-size:10px; line-height:1; background:#F90; color:#FFF !important; padding:3px 4px; border-radius:2px; text-shadow:none; -moz-transition:0.2s all; -webkit-transition:0.2s all; transition:0.2s all; }
/* 548 */ .post-edit-link:hover { background:#Fa1; color:#fff; text-decoration:none !important; text-shadow:0 0 3px #fff; }
/* 549 */ 
/* 550 */ 

/* base.css */

/* 551 */ /* --------------------------------------------------------------
/* 552 *| WIDGETS
/* 553 *| -------------------------------------------------------------- */
/* 554 */ 
/* 555 */ 
/* 556 */ /* SEARCH WIDGET */
/* 557 */ .widget_search label { display:none; }
/* 558 */ .widget_search form { position:relative; }
/* 559 */ .widget_search form:before { position:absolute; background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAy5JREFUeNqMUttOE1EU3TNzpmVawOlFoO1QWmynEogkKohBjQkm6gf4YMQnL/9DfDc+GI0fYGIkmhiViEpbBIGoIy0UkLa0DtPbXOs+RIzxyZ2czDlnzl57r7U2k1tXoLhbhPRCGhrNhrC5sXFc+aZE9FaL7wuHqrIsfwkGj24PDQ9DOBIB27bhMGqaBoRhGHC53ZBbXx9eXl66UqtpXQzDAr3P53JQ2Ny8KEnSYmpo6CnHccbfADRYy7JgMZsdmZt7e61Wq3URwkMgENjp6enNe72ddZqgKMrok8ePrmNXHINJ7Xb7YAEeuKuXr3gf3L8/bRgG7/f71clz5x8l5dTLgVgsG46EsyzLulVVDW9vFXwcy+lSf/9mXatBq9UE27KBkxOJkyufPw+53W771u07D0ORSKFcKoLjtMHjEcypqUtfdrZ3+sulkh+BxPixwY/NZqPdqNeh2WgCm81kosiNCrTl8Xq3kDqIou9AA/qtVCsQH4x/YPGNqv70beTy3dW9CpTLe7jKQFA0F00SBKFBeTm2A0gFUA/QUGWtpoFhWnVaxHEcVBd43sUD+1tMtj8aVWm7e+VyLyGE5V0u2N39AZZlgtAhQCKRRFBbMk0TXC6X0d19pI4IuO/A5QZ2bHx8jSKVSiXf/Py7C9RbxAWOI7Cv7cN2oeBfzGYm6Zv44KASHRhoiD4RfH4RAsEAkBOjo0omnV5fXVmJv5idvYjz4IvF4ovYbqtarUpra6vnDV3vRDcotSJaCZXKHlC7pagEzPKnJSgWd7vuzcxM449eWonypQl0RmhQQZEe1cA5PTb+LCnL7+k5KSeBu3vnLkUzCM8vOY7NYQURh8dNBUXOVl8o9L2vL1QolYq9CMxs5PNJtFePRKSCKIpAaAULFUVEfXhk5LmcSr0yTcvH84RgQU0QPGowGIQOdCmbSU8gKLyfn79s6CaRj6dek8OZphVpyzzhdVT6h6fTC2q1CggGtuPAqbGxZ4ah22urq5O0/YWFD1PBnqDBwj9Bgej82wiGHfy5M00DzkycnR0/M/GaFqI6zb15kyDwn3EIjLa/qGMo377GbkzffPVLgAEARyWfj/Z+XtcAAAAASUVORK5CYII=) no-repeat center; content:' '; right:0; top:50%; color:#999; margin-top:-20px; width:40px; height:40px; line-height:40px; font-size:16px; text-align:center; }
/* 560 */ .widget_search input[type=text] { padding:10px 50px 10px 10px }
/* 561 */ .widget_search input[type=submit] { float:right; position:absolute; opacity:0; right:0; top:0; padding:0; line-height:3; margin:0; border:none; background:none; color:transparent; width:40px; height:100%; cursor:pointer; }
/* 562 */ .widget_search input[type=submit]:hover { background:none; }
/* 563 */ 
/* 564 */ 
/* 565 */ /* MENU WIDGET */
/* 566 */ .widget_nav_menu { }
/* 567 */ .widget_nav_menu ul,
/* 568 */ .widget.widget_nav_menu ul li { display:block; margin:0; padding:0; }
/* 569 */ .widget.widget_nav_menu ul li:before { display:none; }
/* 570 */ .widget_nav_menu a:link,
/* 571 */ .widget_nav_menu a:visited,
/* 572 */ .widget_nav_menu a { display:block; font-size:1.2em; color:inherit; margin:0; padding:10px; border-radius:3px; -moz-transition:0.3s all; -webkit-transition:0.3s all; transition:0.3s all; }
/* 573 */ .widget_nav_menu .menu-highlight a:link,
/* 574 */ .widget_nav_menu .menu-highlight a:visited,
/* 575 */ .widget_nav_menu .menu-highlight a,
/* 576 */ .widget_nav_menu .menu-highlight .menu-icon { color:#fff; }
/* 577 */ .widget_nav_menu a:hover { text-decoration:none; opacity:0.8; }
/* 578 */ 
/* 579 */ 
/* 580 */ /* RECENT POSTS WIDGET */
/* 581 */ .widget_recent_entries .post-date { display:block; font-size:0.8em; }
/* 582 */ 
/* 583 */ 
/* 584 */ /* RECENT COMMENTS WIDGET */
/* 585 */ .widget_recent_comments .post-date { display:block; font-size:0.8em; }
/* 586 */ .widget_recent_comments .recentcomments { color:#aaa; display:block; }
/* 587 */ .widget_recent_comments .recentcomments > a { display:block; font-size:0.8em; }
/* 588 */ 
/* 589 */ /* ARCHIVE WIDGET */
/* 590 */ .widget_archive { text-transform:capitalize; }
/* 591 */ 
/* 592 */ /* TAG CLOUD WIDGET */
/* 593 */ .widget_tag_cloud a { }
/* 594 */ 
/* 595 */ 
/* 596 */ /* CALENDAR WIDGET */
/* 597 */ .widget_calendar table { width:100%; padding:0; margin:0; clear:both; border:0; }
/* 598 */ .widget_calendar caption { font-weight:bold; text-transform:capitalize; padding:5px; text-align:center; }
/* 599 */ .widget_calendar td, .widget_calendar th { padding:5px 0; text-align:center; }
/* 600 */ .widget_calendar tbody tr #today { background:#eee; background:rgba(0,0,0,0.1); }

/* base.css */

/* 601 */ .widget_calendar tfoot #prev { text-align:left; }
/* 602 */ .widget_calendar tfoot #next { text-align:right; }
/* 603 */ 
/* 604 */ 
/* 605 */ /* RSS WIDGET */
/* 606 */ .widget_rss .rss-date { display:block; font-size:0.8em; }
/* 607 */ 
/* 608 */ 
/* 609 */ 
/* 610 */ /* --------------------------------------------------------------
/* 611 *| THIRD PARTY INTEGRATIONS
/* 612 *| -------------------------------------------------------------- */
/* 613 */ 
/* 614 */ /* CONTACT FORM 7 */
/* 615 */ div.wpcf7-response-output { margin:0 0 20px; padding:15px; border-radius:2px; }
/* 616 */ div.wpcf7-mail-sent-ok { background:#d9f5ce; color:#060; border:1px solid #6dcd72; }
/* 617 */ div.wpcf7-mail-sent-ng,
/* 618 */ div.wpcf7-spam-blocked { background:#ffdec9; color:#761a1a; border:1px solid #d8986e; }
/* 619 */ div.wpcf7-validation-errors { background:#fff9d8; color:#960; border:1px solid #cdb676; }
/* 620 */ span.wpcf7-not-valid-tip { left:auto; right:10px; width:auto; top:0; border:none; background:none; color:#f61a1a; padding:0; text-align:right; }
/* 621 */ span.wpcf7-not-valid-tip:before { font-family:'fontawesome'; content:'\f00d'; margin-right:10px; }
/* 622 */ span.wpcf7-form-control-wrap { width:100%; }
/* 623 */ 
/* 624 */ 
/* 625 */ /* PROFILE BUILDER */
/* 626 */ .wppb-form-field { list-style:none; margin:0 0 20px; }
/* 627 */ 
/* 628 */ 
/* 629 */ 
/* 630 */ /* --------------------------------------------------------------
/* 631 *| RESPONSIVE STYLES
/* 632 *| -------------------------------------------------------------- */
/* 633 */ 
/* 634 */ 
/* 635 */ /* LARGE SCREENS */
/* 636 */ @media screen and (min-width: 1280px){
/* 637 */ 	.container { max-width:1180px; }
/* 638 */ 	.wrapper-boxed .wrapper { width:1220px; }
/* 639 */ 	.wrapper-boxed .container { padding:0 40px; }
/* 640 */ }
/* 641 */ 
/* 642 */ 
/* 643 */ /* TABLET SCREENS (LANDSCAPE) */
/* 644 */ @media screen and (max-width: 1024px){
/* 645 */     	
/* 646 */ 	/* LANGUAGE SWITCHER */
/* 647 */ 	.languages .language-list { display:none; visibility:visible; opacity:1; }
/* 648 */ 	.languages:hover .language-list { display:block; visibility:visible; opacity:1; }
/* 649 */ 	
/* 650 */ 	/* SHOPPING CART */

/* base.css */

/* 651 */ 	.shopping-cart .cart-list { display:none; visibility:visible; opacity:1; }
/* 652 */ 	.shopping-cart:hover .cart-list { display:block; visibility:visible; opacity:1; }
/* 653 */ 	
/* 654 */ 	/* MAIN MENU DROPDOWN */
/* 655 */ 	.menu-main li ul { display:none; visibility:visible; opacity:1; }
/* 656 */ 	.menu-main li:hover > ul { display:block; visibility:visible; opacity:1; }    
/* 657 */ }
/* 658 */ 
/* 659 */ 
/* 660 */ /* TABLET SCREENS (PORTRAIT) */
/* 661 */ @media screen and (max-width: 800px){
/* 662 */     
/* 663 */ 	/* COLUMNS */
/* 664 */ 	.col4 { width:47.5%; }
/* 665 */ 	.col4:nth-of-type(2) { margin-right:0; }
/* 666 */ 	.col4:nth-of-type(3) { clear:left; }
/* 667 */ 	.col5 { width:47.5%; }
/* 668 */ 	.col5:nth-child(n+3) { width:30%; }
/* 669 */ 	.col5:nth-child(2) { margin-right:0; }
/* 670 */ 	.col6 { width:30%; }
/* 671 */ 	.col6:nth-child(3n) { margin-right:0; }
/* 672 */ 	/* Narrow */
/* 673 */ 	.column-narrow.col4 { width:49%; }
/* 674 */ 	.column-narrow.col5 { width:49%; }
/* 675 */ 	.column-narrow.col5:nth-child(n+3) { width:32%; }
/* 676 */ 	.column-narrow.col6 { width:32%; }
/* 677 */ 	/* Fit */
/* 678 */ 	.column-fit.col4 { width:50%; }
/* 679 */ 	.column-fit.col5 { width:50%; }
/* 680 */ 	.column-fit.col5:nth-child(n+3) { width:33.3333%; }
/* 681 */ 	.column-fit.col6 { width:33.3333%; }
/* 682 */ 	/* Break Early */
/* 683 */ 	body .column.column-early { float:none; width:auto; margin:0; }
/* 684 */ 	
/* 685 */ 	
/* 686 */ 	/* WRAPPERS */	
/* 687 */ 	.container { padding:0 20px; }
/* 688 */ 
/* 689 */ 	
/* 690 */ 	/* CONTENT */
/* 691 */ 	.sidebar-double .content,
/* 692 */ 	.sidebar-double-left .content,
/* 693 */ 	.sidebar-double-right .content,
/* 694 */ 	.content { float:none; width:auto; margin:30px 0 50px; }
/* 695 */ 	.content-submenu { float:none; width:auto; margin:0 0 50px; }
/* 696 */ 	.sidebar-double .sidebar,
/* 697 */ 	.sidebar-double-left .sidebar,
/* 698 */ 	.sidebar-double-right .sidebar,
/* 699 */ 	.sidebar { clear:both; float:none; width:auto; margin:0; }
/* 700 */ 	.sidebar-double .sidebar,

/* base.css */

/* 701 */ 	.sidebar-double-left .sidebar,
/* 702 */ 	.sidebar-double-right .sidebar { float:left; width:48%; }
/* 703 */ 	.sidebar-double .sidebar-secondary,
/* 704 */ 	.sidebar-double-left .sidebar-secondary,
/* 705 */ 	.sidebar-double-right .sidebar-secondary { clear:right; float:right; }
/* 706 */ 	.submenu { float:none; width:auto; }
/* 707 */ 
/* 708 */ 
/* 709 */ 	/* MAIN MENU */
/* 710 */ 	.menu-main { display:none; }
/* 711 */ 	.menu-mobile-toggle { display:block; }
/* 712 */ 	.menu-mobile { display:block; }	
/* 713 */ 	
/* 714 */ }
/* 715 */ 
/* 716 */ 
/* 717 */ /* SMARTPHONE SCREENS */
/* 718 */ @media only screen and (max-width: 600px){
/* 719 */ 	
/* 720 */ 	/* HEADINGS */
/* 721 */ 	h1 { font-size:2em; } 
/* 722 */ 	h2 { font-size:1.8em; } 
/* 723 */ 	h3 { font-size:1.4em; } 
/* 724 */ 	h4 { font-size:1.2em; } 
/* 725 */ 	h5 { font-size:1.1em; } 
/* 726 */ 	h6 { font-size:1.0em; }
/* 727 */ 	
/* 728 */ 	
/* 729 */ 	/* LAYOUT COLUMNS */
/* 730 */ 	.container { padding:0 10px; }
/* 731 */ 	body .column,
/* 732 */ 	body .column.column-narrow,
/* 733 */ 	body .column.column-fit { float:none; width:auto; margin:0; }
/* 734 */ 	.gallery .column { float:none; width:auto; margin:0 0 1%; }
/* 735 */ 	.image-gallery .column { float:none; width:auto; margin:0 0 1%; }
/* 736 */ 	.gallery .gallery-item { float:none; margin:0 0 20px 0; width:auto; }
/* 737 */ 	.gallery br { display:none; }
/* 738 */ 	
/* 739 */ 	
/* 740 */ 	/* HEADER */
/* 741 */ 	.header .logo { float:left; max-width:50%; }
/* 742 */ 	.header .header-content { display:none; }
/* 743 */ 		
/* 744 */ 		
/* 745 */ 	/* LANGUAGE SWITCHER */
/* 746 */ 	.languages img { display:none; }
/* 747 */ 	
/* 748 */ 	
/* 749 */ 	/* SIDEBAR */
/* 750 */ 	.sidebar-double .sidebar,

/* base.css */

/* 751 */ 	.sidebar-double-left .sidebar,
/* 752 */ 	.sidebar-double-right .sidebar,
/* 753 */ 	.sidebar { clear:both; float:none; width:auto; margin:0; }
/* 754 */ 	
/* 755 */ 	
/* 756 */ 	/* FOOTER MENU */
/* 757 */ 	.menu-footer li { display:block; margin:0 0 15px; }
/* 758 */ 	.menu-footer li ul li { margin:0; }
/* 759 */ 	
/* 760 */ 	
/* 761 */ 	/* INLINE IMAGES */
/* 762 */ 	.alignleft, img.alignleft { max-width:40%; margin-right:10px; }
/* 763 */ 	.alignright, img.alignright { max-width:40%; margin-left:10px; }
/* 764 */ 		
/* 765 */ }
/* 766 */ 
/* 767 */ /* PRINTING STYLES */
/* 768 */ @media print{
/* 769 */ 	.header,
/* 770 */ 	.subfooter,
/* 771 */ 	.footer { display:none; }
/* 772 */ }
/* 773 */ 
/* 774 */ /*  Updated 29-03-2017  */
/* 775 */ .page-content { padding-top: 30px;  }
/* 776 */ .page-content > h2:first-child { margin-top:0;   }
/* 777 */ .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button { border-radius: 2px; text-transform: uppercase; font-weight: bold; letter-spacing: 1px; border: none; text-shadow: none; background: #9FC748; border-color: #c15289; padding: 10px 20px; color: #fff; }
/* 778 */ .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { background: #e7a;  color: #fff; }
/* 779 */ 
/* 780 */ /* Uploaded On 30-03-2017 */
/* 781 */ .page-content nav.woocommerce-MyAccount-navigation ul { margin:0 0 30px; padding: 0; list-style: none; background: #f7f7f7; }
/* 782 */ .page-content nav.woocommerce-MyAccount-navigation ul li { margin:0; padding:0; list-style: none; }
/* 783 */ .page-content nav.woocommerce-MyAccount-navigation ul li + li { border-top:1px solid #dddddd;  }
/* 784 */ .page-content nav.woocommerce-MyAccount-navigation ul li a { padding: 10px 10px 10px 40px; display:block; font-size:16px; font-weight:400; text-decoration:none; position:relative; }
/* 785 */ .page-content nav.woocommerce-MyAccount-navigation ul li a:before { position:absolute; content:''; width:0; height:0; border:5px solid transparent; border-left-color:#f4852b; left:20px; top:50%; margin-top:-5px; }
/* 786 */ .page-content nav.woocommerce-MyAccount-navigation ul li a:hover { background:#f2f2f2; font-weight:700; }
/* 787 */ 
/* 788 */ body.single-product #main { background:#155892; padding-top:40px; } 
/* 789 */ .podeuct-banner-section { padding:100px 0 30px; background-size:cover; background-position:center center; }
/* 790 */ .podeuct-banner-section .single-pro-bimage { max-width:230px; display:block; }
/* 791 */ .podeuct-banner-section .single-pro-bimage:after { content:''; display:block; background:#f5852b; width:60px; height:1px; margin:10px 0; }
/* 792 */ .podeuct-banner-section .banner-desc { padding:15px; max-width:365px; width:100%; box-sizing:border-box; margin:0 0 0 auto; background:rgba(255,255,255,0.70); }
/* 793 */ .podeuct-banner-section .banner-desc ul { margin:15px 0 0; }
/* 794 */ .podeuct-banner-section .banner-desc ul li {  list-style-image: url(/wp-content/themes/transcend/core/images/ulArrow.png); margin-left:30px; }
/* 795 */ 
/* 796 */ body.single-product .product > div {  width:50% !important; margin-left:0 !important; float:none !important; display:inline-block; margin-right:-4px  !important; vertical-align:middle; }
/* 797 */ body.single-product .product .pro-desc { font-size:36px; font-weight:700; color:#fff; text-align:center; font-family:"Raleway",sans-serif; } 
/* 798 */ body.single-product .product .entry-summary { background:#fff; padding:15px; box-sizing:border-box; -webkit-box-sizing:border-box; }
/* 799 */ .product .entry-summary .entry-title { font-size:24px; font-weight:600; color:#f5852b; }
/* 800 */ .product .entry-summary p.price { margin-bottom:10px; }

/* base.css */

/* 801 */ .product .entry-summary form.cart { position:relative; }
/* 802 */ .product .entry-summary .quantity { margin:0 !important; }
/* 803 */ .product .entry-summary .quantity .qty { width:100px; text-align:left; padding:7px 10px; }
/* 804 */ .product .entry-summary form.cart .qua-lable {  padding:5px 15px; float:left; margin-bottom:20px; }
/* 805 */ .product .entry-summary button.single_add_to_cart_button { background-color:#155c93; position:relative; margin-left:35px; }
/* 806 */ .product .entry-summary .single_add_to_cart_button:before { content:url(/wp-content/themes/transcend/core/images/cartIcon.png); width:20px; height:20px; background:#fff; border:2px solid #155c93; position:absolute; padding:12px; top:-7px; left:-35px; border-radius:50%; }
/* 807 */ .product .entry-summary .single_add_to_cart_button:hover:before { border-color:#935386; }
/* 808 */ .product .entry-summary .buy-desc h4 { font-size:18px; font-weight:600; color:#155c93; margin:0 0 5px; }
/* 809 */ .product .entry-summary .buy-desc p { margin-bottom:5px; }
/* 810 */ .product .entry-summary .buy-online, .product .entry-summary .buy-local { display:inline-block; color:#80b1e0; font-weight:400; padding:3px; }
/* 811 */ .product .entry-summary .buy-online:before { content:url(/wp-content/themes/transcend/core/images/cartBlue.png); display:inline-block; vertical-align:middle; padding-right:5px; }
/* 812 */ .product .entry-summary .buy-local:before { content:url(/wp-content/themes/transcend/core/images/mapBlue.png); display:inline-block; vertical-align:middle; padding-right:5px; }
/* 813 */ .product .entry-summary .buy-online + br { display:none; }
/* 814 */ .product .entry-summary .buy-btn img { max-width:80px; height:auto; }
/* 815 */ .product .entry-summary .buy-btn + span { color:#225784; font-size:12px; font-weight:300; display:block; margin:10px 0 0; }
/* 816 */ 
/* 817 */ .subscribeSection { background:url(/wp-content/themes/transcend/core/images/subScribeBg.jpg) center center no-repeat; background-size:cover; padding:40px 60px; }
/* 818 */ .subscribeSection h3 { font-size:33px; font-weight:600; color:#f5852b; }
/* 819 */ .subscribeSection .topSubscribe { text-align:center; }
/* 820 */ .subscribeSection .topSubscribe form { max-width:400px; width:100%; margin:0 auto; position:relative }
/* 821 */ .subscribeSection .topSubscribe form:before,.subscribeSection .topSubscribe form:after { content:''; width:100%; display:table; }
/* 822 */ .subscribeSection .topSubscribe form input[type="email"] { width:250px; float:left; margin:0 10px 10px 0; border-color:#333; }
/* 823 */ .subscribeSection .topSubscribe form input[type="submit"],.subscribeSection .topSubscribe form button { width:140px; background:#155c93; float:left; margin:0; }
/* 824 */ .subscribeSection .topSubscribe form input[type="submit"]:hover,.subscribeSection .topSubscribe form button:hover { background:#e7a; } 
/* 825 */ .subscribeBottom { background:#fff; padding:20px; margin-top:30px; }
/* 826 */ .subscribeBottom h3 { color:#f5852b; }
/* 827 */ .subscribeBottom > div { width:60%; vertical-align:top; margin-right:-4px; display:inline-block; }
/* 828 */ .subscribeBottom .imageRight { width:40%; text-align:center; }
/* 829 */ .subscribeSection form .wpcf7-form-control-wrap { float:left; width:auto !important; }
/* 830 */ .wpcf7-not-valid-tip, div.wpcf7 .ajax-loader:not(.is-active) { display:none !important }
/* 831 */ .subscribeSection .wpcf7-validation-errors { float:left; }
/* 832 */ 
/* 833 */ .singe-pro-slider h4 { font-size:33px; font-weight:600; color:#FFF; text-align:center; }
/* 834 */ .singe-pro-slider .service-description { color:#fff; }
/* 835 */ .topbar .topmenu ul.menu-top li a { padding-top:0 !important; padding-bottom:0 !important; }
/* 836 */ 
/* 837 */ .shop_table #coupon_code { min-width:130px; padding:7px 10px 6px !important; }       
/* 838 */ .wc_payment_methods li { list-style:none; }
/* 839 */ .select2-container .select2-choice { border:1px solid #ddd; padding:8px; background: #f6f6f6; border-radius:2px; font-size:1em; line-height:1.8; }
/* 840 */ .select2-dropdown-open .select2-choice { border-color:#000; }
/* 841 */ 
/* 842 */ 
/* 843 */ 
/* 844 */ @media (max-width:767px){
/* 845 */   body.single-product .product > div { width:100% !important; }
/* 846 */   body.single-product .product .pro-desc { font-size:24px; } 
/* 847 */  .subscribeBottom > div,.subscribeBottom .imageRight { width:100% }
/* 848 */   .subscribeSection h3 { font-size:24px; }
/* 849 */  .subscribeSection { padding:40px 15px; }
/* 850 */ 

/* base.css */

/* 851 */ }
/* 852 */ 
/* 853 */ 
/* 854 */ 
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/coldfixusa/public_html/beta
currentDir : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child

file-relative URI  : ./fonts/Raleway-MediumItalic.eot
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-MediumItalic.eot
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-MediumItalic.eot
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-MediumItalic.eot

file-relative URI  : ./fonts/Raleway-MediumItalic.eot?#iefix
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-MediumItalic.eot?#iefix
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-MediumItalic.eot?#iefix
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-MediumItalic.eot?#iefix

file-relative URI  : ./fonts/Raleway-MediumItalic.woff2
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-MediumItalic.woff2
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-MediumItalic.woff2
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-MediumItalic.woff2

file-relative URI  : ./fonts/Raleway-MediumItalic.woff
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-MediumItalic.woff
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-MediumItalic.woff
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-MediumItalic.woff

file-relative URI  : ./fonts/Raleway-MediumItalic.ttf
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-MediumItalic.ttf
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-MediumItalic.ttf
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-MediumItalic.ttf

file-relative URI  : ./fonts/OpenSans-Italic.eot
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/OpenSans-Italic.eot
docroot stripped   : /wp-content/themes/transcend-child/./fonts/OpenSans-Italic.eot
traversals removed : /wp-content/themes/transcend-child/fonts/OpenSans-Italic.eot

file-relative URI  : ./fonts/OpenSans-Italic.eot?#iefix
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/OpenSans-Italic.eot?#iefix
docroot stripped   : /wp-content/themes/transcend-child/./fonts/OpenSans-Italic.eot?#iefix
traversals removed : /wp-content/themes/transcend-child/fonts/OpenSans-Italic.eot?#iefix

file-relative URI  : ./fonts/OpenSans-Italic.woff2
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/OpenSans-Italic.woff2
docroot stripped   : /wp-content/themes/transcend-child/./fonts/OpenSans-Italic.woff2
traversals removed : /wp-content/themes/transcend-child/fonts/OpenSans-Italic.woff2

file-relative URI  : ./fonts/OpenSans-Italic.woff
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/OpenSans-Italic.woff
docroot stripped   : /wp-content/themes/transcend-child/./fonts/OpenSans-Italic.woff
traversals removed : /wp-content/themes/transcend-child/fonts/OpenSans-Italic.woff

file-relative URI  : ./fonts/OpenSans-Italic.ttf
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/OpenSans-Italic.ttf
docroot stripped   : /wp-content/themes/transcend-child/./fonts/OpenSans-Italic.ttf
traversals removed : /wp-content/themes/transcend-child/fonts/OpenSans-Italic.ttf

file-relative URI  : ./fonts/OpenSans-Semibold.eot
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/OpenSans-Semibold.eot
docroot stripped   : /wp-content/themes/transcend-child/./fonts/OpenSans-Semibold.eot
traversals removed : /wp-content/themes/transcend-child/fonts/OpenSans-Semibold.eot

file-relative URI  : ./fonts/OpenSans-Semibold.eot?#iefix
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/OpenSans-Semibold.eot?#iefix
docroot stripped   : /wp-content/themes/transcend-child/./fonts/OpenSans-Semibold.eot?#iefix
traversals removed : /wp-content/themes/transcend-child/fonts/OpenSans-Semibold.eot?#iefix

file-relative URI  : ./fonts/OpenSans-Semibold.woff2
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/OpenSans-Semibold.woff2
docroot stripped   : /wp-content/themes/transcend-child/./fonts/OpenSans-Semibold.woff2
traversals removed : /wp-content/themes/transcend-child/fonts/OpenSans-Semibold.woff2

file-relative URI  : ./fonts/OpenSans-Semibold.woff
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/OpenSans-Semibold.woff
docroot stripped   : /wp-content/themes/transcend-child/./fonts/OpenSans-Semibold.woff
traversals removed : /wp-content/themes/transcend-child/fonts/OpenSans-Semibold.woff

file-relative URI  : ./fonts/OpenSans-Semibold.ttf
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/OpenSans-Semibold.ttf
docroot stripped   : /wp-content/themes/transcend-child/./fonts/OpenSans-Semibold.ttf
traversals removed : /wp-content/themes/transcend-child/fonts/OpenSans-Semibold.ttf

file-relative URI  : ./fonts/Raleway-ThinItalic.eot
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-ThinItalic.eot
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-ThinItalic.eot
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-ThinItalic.eot

file-relative URI  : ./fonts/Raleway-ThinItalic.eot?#iefix
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-ThinItalic.eot?#iefix
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-ThinItalic.eot?#iefix
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-ThinItalic.eot?#iefix

file-relative URI  : ./fonts/Raleway-ThinItalic.woff2
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-ThinItalic.woff2
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-ThinItalic.woff2
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-ThinItalic.woff2

file-relative URI  : ./fonts/Raleway-ThinItalic.woff
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-ThinItalic.woff
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-ThinItalic.woff
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-ThinItalic.woff

file-relative URI  : ./fonts/Raleway-ThinItalic.ttf
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-ThinItalic.ttf
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-ThinItalic.ttf
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-ThinItalic.ttf

file-relative URI  : ./fonts/Raleway-LightItalic.eot
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-LightItalic.eot
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-LightItalic.eot
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-LightItalic.eot

file-relative URI  : ./fonts/Raleway-LightItalic.eot?#iefix
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-LightItalic.eot?#iefix
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-LightItalic.eot?#iefix
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-LightItalic.eot?#iefix

file-relative URI  : ./fonts/Raleway-LightItalic.woff2
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-LightItalic.woff2
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-LightItalic.woff2
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-LightItalic.woff2

file-relative URI  : ./fonts/Raleway-LightItalic.woff
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-LightItalic.woff
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-LightItalic.woff
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-LightItalic.woff

file-relative URI  : ./fonts/Raleway-LightItalic.ttf
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-LightItalic.ttf
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-LightItalic.ttf
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-LightItalic.ttf

file-relative URI  : ./fonts/OpenSans-Light.eot
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/OpenSans-Light.eot
docroot stripped   : /wp-content/themes/transcend-child/./fonts/OpenSans-Light.eot
traversals removed : /wp-content/themes/transcend-child/fonts/OpenSans-Light.eot

file-relative URI  : ./fonts/OpenSans-Light.eot?#iefix
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/OpenSans-Light.eot?#iefix
docroot stripped   : /wp-content/themes/transcend-child/./fonts/OpenSans-Light.eot?#iefix
traversals removed : /wp-content/themes/transcend-child/fonts/OpenSans-Light.eot?#iefix

file-relative URI  : ./fonts/OpenSans-Light.woff2
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/OpenSans-Light.woff2
docroot stripped   : /wp-content/themes/transcend-child/./fonts/OpenSans-Light.woff2
traversals removed : /wp-content/themes/transcend-child/fonts/OpenSans-Light.woff2

file-relative URI  : ./fonts/OpenSans-Light.woff
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/OpenSans-Light.woff
docroot stripped   : /wp-content/themes/transcend-child/./fonts/OpenSans-Light.woff
traversals removed : /wp-content/themes/transcend-child/fonts/OpenSans-Light.woff

file-relative URI  : ./fonts/OpenSans-Light.ttf
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/OpenSans-Light.ttf
docroot stripped   : /wp-content/themes/transcend-child/./fonts/OpenSans-Light.ttf
traversals removed : /wp-content/themes/transcend-child/fonts/OpenSans-Light.ttf

file-relative URI  : ./fonts/OpenSans-BoldItalic.eot
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/OpenSans-BoldItalic.eot
docroot stripped   : /wp-content/themes/transcend-child/./fonts/OpenSans-BoldItalic.eot
traversals removed : /wp-content/themes/transcend-child/fonts/OpenSans-BoldItalic.eot

file-relative URI  : ./fonts/OpenSans-BoldItalic.eot?#iefix
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/OpenSans-BoldItalic.eot?#iefix
docroot stripped   : /wp-content/themes/transcend-child/./fonts/OpenSans-BoldItalic.eot?#iefix
traversals removed : /wp-content/themes/transcend-child/fonts/OpenSans-BoldItalic.eot?#iefix

file-relative URI  : ./fonts/OpenSans-BoldItalic.woff2
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/OpenSans-BoldItalic.woff2
docroot stripped   : /wp-content/themes/transcend-child/./fonts/OpenSans-BoldItalic.woff2
traversals removed : /wp-content/themes/transcend-child/fonts/OpenSans-BoldItalic.woff2

file-relative URI  : ./fonts/OpenSans-BoldItalic.woff
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/OpenSans-BoldItalic.woff
docroot stripped   : /wp-content/themes/transcend-child/./fonts/OpenSans-BoldItalic.woff
traversals removed : /wp-content/themes/transcend-child/fonts/OpenSans-BoldItalic.woff

file-relative URI  : ./fonts/OpenSans-BoldItalic.ttf
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/OpenSans-BoldItalic.ttf
docroot stripped   : /wp-content/themes/transcend-child/./fonts/OpenSans-BoldItalic.ttf
traversals removed : /wp-content/themes/transcend-child/fonts/OpenSans-BoldItalic.ttf

file-relative URI  : ./fonts/Raleway-BoldItalic.eot
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-BoldItalic.eot
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-BoldItalic.eot
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-BoldItalic.eot

file-relative URI  : ./fonts/Raleway-BoldItalic.eot?#iefix
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-BoldItalic.eot?#iefix
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-BoldItalic.eot?#iefix
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-BoldItalic.eot?#iefix

file-relative URI  : ./fonts/Raleway-BoldItalic.woff2
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-BoldItalic.woff2
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-BoldItalic.woff2
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-BoldItalic.woff2

file-relative URI  : ./fonts/Raleway-BoldItalic.woff
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-BoldItalic.woff
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-BoldItalic.woff
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-BoldItalic.woff

file-relative URI  : ./fonts/Raleway-BoldItalic.ttf
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-BoldItalic.ttf
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-BoldItalic.ttf
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-BoldItalic.ttf

file-relative URI  : ./fonts/Raleway-Medium.eot
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-Medium.eot
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-Medium.eot
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-Medium.eot

file-relative URI  : ./fonts/Raleway-Medium.eot?#iefix
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-Medium.eot?#iefix
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-Medium.eot?#iefix
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-Medium.eot?#iefix

file-relative URI  : ./fonts/Raleway-Medium.woff2
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-Medium.woff2
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-Medium.woff2
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-Medium.woff2

file-relative URI  : ./fonts/Raleway-Medium.woff
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-Medium.woff
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-Medium.woff
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-Medium.woff

file-relative URI  : ./fonts/Raleway-Medium.ttf
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-Medium.ttf
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-Medium.ttf
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-Medium.ttf

file-relative URI  : ./fonts/Raleway-ExtraLight.eot
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-ExtraLight.eot
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-ExtraLight.eot
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-ExtraLight.eot

file-relative URI  : ./fonts/Raleway-ExtraLight.eot?#iefix
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-ExtraLight.eot?#iefix
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-ExtraLight.eot?#iefix
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-ExtraLight.eot?#iefix

file-relative URI  : ./fonts/Raleway-ExtraLight.woff2
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-ExtraLight.woff2
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-ExtraLight.woff2
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-ExtraLight.woff2

file-relative URI  : ./fonts/Raleway-ExtraLight.woff
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-ExtraLight.woff
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-ExtraLight.woff
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-ExtraLight.woff

file-relative URI  : ./fonts/Raleway-ExtraLight.ttf
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-ExtraLight.ttf
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-ExtraLight.ttf
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-ExtraLight.ttf

file-relative URI  : ./fonts/Raleway-Bold.eot
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-Bold.eot
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-Bold.eot
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-Bold.eot

file-relative URI  : ./fonts/Raleway-Bold.eot?#iefix
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-Bold.eot?#iefix
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-Bold.eot?#iefix
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-Bold.eot?#iefix

file-relative URI  : ./fonts/Raleway-Bold.woff2
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-Bold.woff2
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-Bold.woff2
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-Bold.woff2

file-relative URI  : ./fonts/Raleway-Bold.woff
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-Bold.woff
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-Bold.woff
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-Bold.woff

file-relative URI  : ./fonts/Raleway-Bold.ttf
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-Bold.ttf
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-Bold.ttf
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-Bold.ttf

file-relative URI  : ./fonts/OpenSans.eot
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/OpenSans.eot
docroot stripped   : /wp-content/themes/transcend-child/./fonts/OpenSans.eot
traversals removed : /wp-content/themes/transcend-child/fonts/OpenSans.eot

file-relative URI  : ./fonts/OpenSans.eot?#iefix
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/OpenSans.eot?#iefix
docroot stripped   : /wp-content/themes/transcend-child/./fonts/OpenSans.eot?#iefix
traversals removed : /wp-content/themes/transcend-child/fonts/OpenSans.eot?#iefix

file-relative URI  : ./fonts/OpenSans.woff2
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/OpenSans.woff2
docroot stripped   : /wp-content/themes/transcend-child/./fonts/OpenSans.woff2
traversals removed : /wp-content/themes/transcend-child/fonts/OpenSans.woff2

file-relative URI  : ./fonts/OpenSans.woff
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/OpenSans.woff
docroot stripped   : /wp-content/themes/transcend-child/./fonts/OpenSans.woff
traversals removed : /wp-content/themes/transcend-child/fonts/OpenSans.woff

file-relative URI  : ./fonts/OpenSans.ttf
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/OpenSans.ttf
docroot stripped   : /wp-content/themes/transcend-child/./fonts/OpenSans.ttf
traversals removed : /wp-content/themes/transcend-child/fonts/OpenSans.ttf

file-relative URI  : ./fonts/OpenSans-SemiboldItalic.eot
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/OpenSans-SemiboldItalic.eot
docroot stripped   : /wp-content/themes/transcend-child/./fonts/OpenSans-SemiboldItalic.eot
traversals removed : /wp-content/themes/transcend-child/fonts/OpenSans-SemiboldItalic.eot

file-relative URI  : ./fonts/OpenSans-SemiboldItalic.eot?#iefix
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/OpenSans-SemiboldItalic.eot?#iefix
docroot stripped   : /wp-content/themes/transcend-child/./fonts/OpenSans-SemiboldItalic.eot?#iefix
traversals removed : /wp-content/themes/transcend-child/fonts/OpenSans-SemiboldItalic.eot?#iefix

file-relative URI  : ./fonts/OpenSans-SemiboldItalic.woff2
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/OpenSans-SemiboldItalic.woff2
docroot stripped   : /wp-content/themes/transcend-child/./fonts/OpenSans-SemiboldItalic.woff2
traversals removed : /wp-content/themes/transcend-child/fonts/OpenSans-SemiboldItalic.woff2

file-relative URI  : ./fonts/OpenSans-SemiboldItalic.woff
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/OpenSans-SemiboldItalic.woff
docroot stripped   : /wp-content/themes/transcend-child/./fonts/OpenSans-SemiboldItalic.woff
traversals removed : /wp-content/themes/transcend-child/fonts/OpenSans-SemiboldItalic.woff

file-relative URI  : ./fonts/OpenSans-SemiboldItalic.ttf
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/OpenSans-SemiboldItalic.ttf
docroot stripped   : /wp-content/themes/transcend-child/./fonts/OpenSans-SemiboldItalic.ttf
traversals removed : /wp-content/themes/transcend-child/fonts/OpenSans-SemiboldItalic.ttf

file-relative URI  : ./fonts/Raleway-SemiBoldItalic.eot
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-SemiBoldItalic.eot
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-SemiBoldItalic.eot
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-SemiBoldItalic.eot

file-relative URI  : ./fonts/Raleway-SemiBoldItalic.eot?#iefix
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-SemiBoldItalic.eot?#iefix
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-SemiBoldItalic.eot?#iefix
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-SemiBoldItalic.eot?#iefix

file-relative URI  : ./fonts/Raleway-SemiBoldItalic.woff2
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-SemiBoldItalic.woff2
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-SemiBoldItalic.woff2
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-SemiBoldItalic.woff2

file-relative URI  : ./fonts/Raleway-SemiBoldItalic.woff
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-SemiBoldItalic.woff
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-SemiBoldItalic.woff
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-SemiBoldItalic.woff

file-relative URI  : ./fonts/Raleway-SemiBoldItalic.ttf
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-SemiBoldItalic.ttf
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-SemiBoldItalic.ttf
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-SemiBoldItalic.ttf

file-relative URI  : ./fonts/OpenSans-Bold.eot
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/OpenSans-Bold.eot
docroot stripped   : /wp-content/themes/transcend-child/./fonts/OpenSans-Bold.eot
traversals removed : /wp-content/themes/transcend-child/fonts/OpenSans-Bold.eot

file-relative URI  : ./fonts/OpenSans-Bold.eot?#iefix
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/OpenSans-Bold.eot?#iefix
docroot stripped   : /wp-content/themes/transcend-child/./fonts/OpenSans-Bold.eot?#iefix
traversals removed : /wp-content/themes/transcend-child/fonts/OpenSans-Bold.eot?#iefix

file-relative URI  : ./fonts/OpenSans-Bold.woff2
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/OpenSans-Bold.woff2
docroot stripped   : /wp-content/themes/transcend-child/./fonts/OpenSans-Bold.woff2
traversals removed : /wp-content/themes/transcend-child/fonts/OpenSans-Bold.woff2

file-relative URI  : ./fonts/OpenSans-Bold.woff
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/OpenSans-Bold.woff
docroot stripped   : /wp-content/themes/transcend-child/./fonts/OpenSans-Bold.woff
traversals removed : /wp-content/themes/transcend-child/fonts/OpenSans-Bold.woff

file-relative URI  : ./fonts/OpenSans-Bold.ttf
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/OpenSans-Bold.ttf
docroot stripped   : /wp-content/themes/transcend-child/./fonts/OpenSans-Bold.ttf
traversals removed : /wp-content/themes/transcend-child/fonts/OpenSans-Bold.ttf

file-relative URI  : ./fonts/Raleway-SemiBold.eot
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-SemiBold.eot
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-SemiBold.eot
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-SemiBold.eot

file-relative URI  : ./fonts/Raleway-SemiBold.eot?#iefix
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-SemiBold.eot?#iefix
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-SemiBold.eot?#iefix
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-SemiBold.eot?#iefix

file-relative URI  : ./fonts/Raleway-SemiBold.woff2
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-SemiBold.woff2
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-SemiBold.woff2
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-SemiBold.woff2

file-relative URI  : ./fonts/Raleway-SemiBold.woff
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-SemiBold.woff
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-SemiBold.woff
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-SemiBold.woff

file-relative URI  : ./fonts/Raleway-SemiBold.ttf
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-SemiBold.ttf
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-SemiBold.ttf
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-SemiBold.ttf

file-relative URI  : ./fonts/OpenSans-Extrabold.eot
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/OpenSans-Extrabold.eot
docroot stripped   : /wp-content/themes/transcend-child/./fonts/OpenSans-Extrabold.eot
traversals removed : /wp-content/themes/transcend-child/fonts/OpenSans-Extrabold.eot

file-relative URI  : ./fonts/OpenSans-Extrabold.eot?#iefix
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/OpenSans-Extrabold.eot?#iefix
docroot stripped   : /wp-content/themes/transcend-child/./fonts/OpenSans-Extrabold.eot?#iefix
traversals removed : /wp-content/themes/transcend-child/fonts/OpenSans-Extrabold.eot?#iefix

file-relative URI  : ./fonts/OpenSans-Extrabold.woff2
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/OpenSans-Extrabold.woff2
docroot stripped   : /wp-content/themes/transcend-child/./fonts/OpenSans-Extrabold.woff2
traversals removed : /wp-content/themes/transcend-child/fonts/OpenSans-Extrabold.woff2

file-relative URI  : ./fonts/OpenSans-Extrabold.woff
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/OpenSans-Extrabold.woff
docroot stripped   : /wp-content/themes/transcend-child/./fonts/OpenSans-Extrabold.woff
traversals removed : /wp-content/themes/transcend-child/fonts/OpenSans-Extrabold.woff

file-relative URI  : ./fonts/OpenSans-Extrabold.ttf
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/OpenSans-Extrabold.ttf
docroot stripped   : /wp-content/themes/transcend-child/./fonts/OpenSans-Extrabold.ttf
traversals removed : /wp-content/themes/transcend-child/fonts/OpenSans-Extrabold.ttf

file-relative URI  : ./fonts/Raleway-Light.eot
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-Light.eot
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-Light.eot
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-Light.eot

file-relative URI  : ./fonts/Raleway-Light.eot?#iefix
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-Light.eot?#iefix
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-Light.eot?#iefix
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-Light.eot?#iefix

file-relative URI  : ./fonts/Raleway-Light.woff2
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-Light.woff2
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-Light.woff2
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-Light.woff2

file-relative URI  : ./fonts/Raleway-Light.woff
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-Light.woff
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-Light.woff
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-Light.woff

file-relative URI  : ./fonts/Raleway-Light.ttf
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-Light.ttf
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-Light.ttf
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-Light.ttf

file-relative URI  : ./fonts/font/OpenSans-ExtraboldItalic.eot
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/font/OpenSans-ExtraboldItalic.eot
docroot stripped   : /wp-content/themes/transcend-child/./fonts/font/OpenSans-ExtraboldItalic.eot
traversals removed : /wp-content/themes/transcend-child/fonts/font/OpenSans-ExtraboldItalic.eot

file-relative URI  : ./fonts/font/OpenSans-ExtraboldItalic.eot?#iefix
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/font/OpenSans-ExtraboldItalic.eot?#iefix
docroot stripped   : /wp-content/themes/transcend-child/./fonts/font/OpenSans-ExtraboldItalic.eot?#iefix
traversals removed : /wp-content/themes/transcend-child/fonts/font/OpenSans-ExtraboldItalic.eot?#iefix

file-relative URI  : ./fonts/font/OpenSans-ExtraboldItalic.woff2
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/font/OpenSans-ExtraboldItalic.woff2
docroot stripped   : /wp-content/themes/transcend-child/./fonts/font/OpenSans-ExtraboldItalic.woff2
traversals removed : /wp-content/themes/transcend-child/fonts/font/OpenSans-ExtraboldItalic.woff2

file-relative URI  : ./fonts/font/OpenSans-ExtraboldItalic.woff
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/font/OpenSans-ExtraboldItalic.woff
docroot stripped   : /wp-content/themes/transcend-child/./fonts/font/OpenSans-ExtraboldItalic.woff
traversals removed : /wp-content/themes/transcend-child/fonts/font/OpenSans-ExtraboldItalic.woff

file-relative URI  : ./fonts/font/OpenSans-ExtraboldItalic.ttf
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/font/OpenSans-ExtraboldItalic.ttf
docroot stripped   : /wp-content/themes/transcend-child/./fonts/font/OpenSans-ExtraboldItalic.ttf
traversals removed : /wp-content/themes/transcend-child/fonts/font/OpenSans-ExtraboldItalic.ttf

file-relative URI  : ./fonts/Raleway-ExtraBold.eot
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-ExtraBold.eot
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-ExtraBold.eot
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-ExtraBold.eot

file-relative URI  : ./fonts/Raleway-ExtraBold.eot?#iefix
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-ExtraBold.eot?#iefix
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-ExtraBold.eot?#iefix
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-ExtraBold.eot?#iefix

file-relative URI  : ./fonts/Raleway-ExtraBold.woff2
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-ExtraBold.woff2
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-ExtraBold.woff2
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-ExtraBold.woff2

file-relative URI  : ./fonts/Raleway-ExtraBold.woff
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-ExtraBold.woff
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-ExtraBold.woff
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-ExtraBold.woff

file-relative URI  : ./fonts/Raleway-ExtraBold.ttf
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-ExtraBold.ttf
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-ExtraBold.ttf
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-ExtraBold.ttf

file-relative URI  : ./fonts/Raleway-ExtraBoldItalic.eot
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-ExtraBoldItalic.eot
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-ExtraBoldItalic.eot
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-ExtraBoldItalic.eot

file-relative URI  : ./fonts/Raleway-ExtraBoldItalic.eot?#iefix
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-ExtraBoldItalic.eot?#iefix
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-ExtraBoldItalic.eot?#iefix
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-ExtraBoldItalic.eot?#iefix

file-relative URI  : ./fonts/Raleway-ExtraBoldItalic.woff2
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-ExtraBoldItalic.woff2
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-ExtraBoldItalic.woff2
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-ExtraBoldItalic.woff2

file-relative URI  : ./fonts/Raleway-ExtraBoldItalic.woff
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-ExtraBoldItalic.woff
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-ExtraBoldItalic.woff
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-ExtraBoldItalic.woff

file-relative URI  : ./fonts/Raleway-ExtraBoldItalic.ttf
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-ExtraBoldItalic.ttf
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-ExtraBoldItalic.ttf
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-ExtraBoldItalic.ttf

file-relative URI  : ./fonts/Raleway-BlackItalic.eot
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-BlackItalic.eot
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-BlackItalic.eot
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-BlackItalic.eot

file-relative URI  : ./fonts/Raleway-BlackItalic.eot?#iefix
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-BlackItalic.eot?#iefix
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-BlackItalic.eot?#iefix
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-BlackItalic.eot?#iefix

file-relative URI  : ./fonts/Raleway-BlackItalic.woff2
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-BlackItalic.woff2
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-BlackItalic.woff2
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-BlackItalic.woff2

file-relative URI  : ./fonts/Raleway-BlackItalic.woff
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-BlackItalic.woff
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-BlackItalic.woff
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-BlackItalic.woff

file-relative URI  : ./fonts/Raleway-BlackItalic.ttf
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-BlackItalic.ttf
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-BlackItalic.ttf
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-BlackItalic.ttf

file-relative URI  : ./fonts/OpenSansLight-Italic.eot
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/OpenSansLight-Italic.eot
docroot stripped   : /wp-content/themes/transcend-child/./fonts/OpenSansLight-Italic.eot
traversals removed : /wp-content/themes/transcend-child/fonts/OpenSansLight-Italic.eot

file-relative URI  : ./fonts/OpenSansLight-Italic.eot?#iefix
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/OpenSansLight-Italic.eot?#iefix
docroot stripped   : /wp-content/themes/transcend-child/./fonts/OpenSansLight-Italic.eot?#iefix
traversals removed : /wp-content/themes/transcend-child/fonts/OpenSansLight-Italic.eot?#iefix

file-relative URI  : ./fonts/OpenSansLight-Italic.woff2
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/OpenSansLight-Italic.woff2
docroot stripped   : /wp-content/themes/transcend-child/./fonts/OpenSansLight-Italic.woff2
traversals removed : /wp-content/themes/transcend-child/fonts/OpenSansLight-Italic.woff2

file-relative URI  : ./fonts/OpenSansLight-Italic.woff
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/OpenSansLight-Italic.woff
docroot stripped   : /wp-content/themes/transcend-child/./fonts/OpenSansLight-Italic.woff
traversals removed : /wp-content/themes/transcend-child/fonts/OpenSansLight-Italic.woff

file-relative URI  : ./fonts/OpenSansLight-Italic.ttf
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/OpenSansLight-Italic.ttf
docroot stripped   : /wp-content/themes/transcend-child/./fonts/OpenSansLight-Italic.ttf
traversals removed : /wp-content/themes/transcend-child/fonts/OpenSansLight-Italic.ttf

file-relative URI  : ./fonts/Raleway-Italic.eot
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-Italic.eot
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-Italic.eot
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-Italic.eot

file-relative URI  : ./fonts/Raleway-Italic.eot?#iefix
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-Italic.eot?#iefix
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-Italic.eot?#iefix
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-Italic.eot?#iefix

file-relative URI  : ./fonts/Raleway-Italic.woff2
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-Italic.woff2
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-Italic.woff2
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-Italic.woff2

file-relative URI  : ./fonts/Raleway-Italic.woff
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-Italic.woff
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-Italic.woff
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-Italic.woff

file-relative URI  : ./fonts/Raleway-Italic.ttf
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-Italic.ttf
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-Italic.ttf
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-Italic.ttf

file-relative URI  : ./fonts/Raleway-Thin.eot
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-Thin.eot
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-Thin.eot
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-Thin.eot

file-relative URI  : ./fonts/Raleway-Thin.eot?#iefix
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-Thin.eot?#iefix
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-Thin.eot?#iefix
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-Thin.eot?#iefix

file-relative URI  : ./fonts/Raleway-Thin.woff2
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-Thin.woff2
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-Thin.woff2
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-Thin.woff2

file-relative URI  : ./fonts/Raleway-Thin.woff
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-Thin.woff
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-Thin.woff
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-Thin.woff

file-relative URI  : ./fonts/Raleway-Thin.ttf
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-Thin.ttf
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-Thin.ttf
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-Thin.ttf

file-relative URI  : ./fonts/Raleway-Black.eot
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-Black.eot
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-Black.eot
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-Black.eot

file-relative URI  : ./fonts/Raleway-Black.eot?#iefix
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-Black.eot?#iefix
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-Black.eot?#iefix
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-Black.eot?#iefix

file-relative URI  : ./fonts/Raleway-Black.woff2
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-Black.woff2
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-Black.woff2
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-Black.woff2

file-relative URI  : ./fonts/Raleway-Black.woff
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-Black.woff
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-Black.woff
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-Black.woff

file-relative URI  : ./fonts/Raleway-Black.ttf
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-Black.ttf
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-Black.ttf
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-Black.ttf

file-relative URI  : ./fonts/Raleway-Regular.eot
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-Regular.eot
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-Regular.eot
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-Regular.eot

file-relative URI  : ./fonts/Raleway-Regular.eot?#iefix
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-Regular.eot?#iefix
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-Regular.eot?#iefix
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-Regular.eot?#iefix

file-relative URI  : ./fonts/Raleway-Regular.woff2
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-Regular.woff2
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-Regular.woff2
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-Regular.woff2

file-relative URI  : ./fonts/Raleway-Regular.woff
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-Regular.woff
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-Regular.woff
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-Regular.woff

file-relative URI  : ./fonts/Raleway-Regular.ttf
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/Raleway-Regular.ttf
docroot stripped   : /wp-content/themes/transcend-child/./fonts/Raleway-Regular.ttf
traversals removed : /wp-content/themes/transcend-child/fonts/Raleway-Regular.ttf

file-relative URI  : ./ajax-loader.gif
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./ajax-loader.gif
docroot stripped   : /wp-content/themes/transcend-child/./ajax-loader.gif
traversals removed : /wp-content/themes/transcend-child/ajax-loader.gif

file-relative URI  : ./fonts/slick.eot
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/slick.eot
docroot stripped   : /wp-content/themes/transcend-child/./fonts/slick.eot
traversals removed : /wp-content/themes/transcend-child/fonts/slick.eot

file-relative URI  : ./fonts/slick.eot?#iefix
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/slick.eot?#iefix
docroot stripped   : /wp-content/themes/transcend-child/./fonts/slick.eot?#iefix
traversals removed : /wp-content/themes/transcend-child/fonts/slick.eot?#iefix

file-relative URI  : ./fonts/slick.woff
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/slick.woff
docroot stripped   : /wp-content/themes/transcend-child/./fonts/slick.woff
traversals removed : /wp-content/themes/transcend-child/fonts/slick.woff

file-relative URI  : ./fonts/slick.ttf
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/slick.ttf
docroot stripped   : /wp-content/themes/transcend-child/./fonts/slick.ttf
traversals removed : /wp-content/themes/transcend-child/fonts/slick.ttf

file-relative URI  : ./fonts/slick.svg#slick
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./fonts/slick.svg#slick
docroot stripped   : /wp-content/themes/transcend-child/./fonts/slick.svg#slick
traversals removed : /wp-content/themes/transcend-child/fonts/slick.svg#slick

file-relative URI  : ./images/checked.png
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./images/checked.png
docroot stripped   : /wp-content/themes/transcend-child/./images/checked.png
traversals removed : /wp-content/themes/transcend-child/images/checked.png

file-relative URI  : ./images/search-icon.png
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/./images/search-icon.png
docroot stripped   : /wp-content/themes/transcend-child/./images/search-icon.png
traversals removed : /wp-content/themes/transcend-child/images/search-icon.png

*/

/* style.css */

/* 1   */ /*
/* 2   *|  Theme Name:Transcend Child
/* 3   *|  Template:     transcend
/* 4   *|  Text Domain: transcend
/* 5   *| */
/* 6   */ 
/* 7   */ @font-face {
/* 8   */ 	font-family: 'Raleway';
/* 9   */ 	src: url('/wp-content/themes/transcend-child/fonts/Raleway-MediumItalic.eot');
/* 10  */ 	src: url('/wp-content/themes/transcend-child/fonts/Raleway-MediumItalic.eot?#iefix') format('embedded-opentype'),
/* 11  */ 		url('/wp-content/themes/transcend-child/fonts/Raleway-MediumItalic.woff2') format('woff2'),
/* 12  */ 		url('/wp-content/themes/transcend-child/fonts/Raleway-MediumItalic.woff') format('woff'),
/* 13  */ 		url('/wp-content/themes/transcend-child/fonts/Raleway-MediumItalic.ttf') format('truetype');
/* 14  */ 	font-weight: 500;
/* 15  */ 	font-style: italic;
/* 16  */ }
/* 17  */ 
/* 18  */ @font-face {
/* 19  */ 	font-family: 'Open Sans';
/* 20  */ 	src: url('/wp-content/themes/transcend-child/fonts/OpenSans-Italic.eot');
/* 21  */ 	src: url('/wp-content/themes/transcend-child/fonts/OpenSans-Italic.eot?#iefix') format('embedded-opentype'),
/* 22  */ 		url('/wp-content/themes/transcend-child/fonts/OpenSans-Italic.woff2') format('woff2'),
/* 23  */ 		url('/wp-content/themes/transcend-child/fonts/OpenSans-Italic.woff') format('woff'),
/* 24  */ 		url('/wp-content/themes/transcend-child/fonts/OpenSans-Italic.ttf') format('truetype');
/* 25  */ 	font-weight: normal;
/* 26  */ 	font-style: italic;
/* 27  */ }
/* 28  */ 
/* 29  */ @font-face {
/* 30  */ 	font-family: 'Open Sans';
/* 31  */ 	src: url('/wp-content/themes/transcend-child/fonts/OpenSans-Semibold.eot');
/* 32  */ 	src: url('/wp-content/themes/transcend-child/fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),
/* 33  */ 		url('/wp-content/themes/transcend-child/fonts/OpenSans-Semibold.woff2') format('woff2'),
/* 34  */ 		url('/wp-content/themes/transcend-child/fonts/OpenSans-Semibold.woff') format('woff'),
/* 35  */ 		url('/wp-content/themes/transcend-child/fonts/OpenSans-Semibold.ttf') format('truetype');
/* 36  */ 	font-weight: 600;
/* 37  */ 	font-style: normal;
/* 38  */ }
/* 39  */ 
/* 40  */ @font-face {
/* 41  */ 	font-family: 'Raleway';
/* 42  */ 	src: url('/wp-content/themes/transcend-child/fonts/Raleway-ThinItalic.eot');
/* 43  */ 	src: url('/wp-content/themes/transcend-child/fonts/Raleway-ThinItalic.eot?#iefix') format('embedded-opentype'),
/* 44  */ 		url('/wp-content/themes/transcend-child/fonts/Raleway-ThinItalic.woff2') format('woff2'),
/* 45  */ 		url('/wp-content/themes/transcend-child/fonts/Raleway-ThinItalic.woff') format('woff'),
/* 46  */ 		url('/wp-content/themes/transcend-child/fonts/Raleway-ThinItalic.ttf') format('truetype');
/* 47  */ 	font-weight: 100;
/* 48  */ 	font-style: italic;
/* 49  */ }
/* 50  */ 

/* style.css */

/* 51  */ @font-face {
/* 52  */ 	font-family: 'Raleway';
/* 53  */ 	src: url('/wp-content/themes/transcend-child/fonts/Raleway-LightItalic.eot');
/* 54  */ 	src: url('/wp-content/themes/transcend-child/fonts/Raleway-LightItalic.eot?#iefix') format('embedded-opentype'),
/* 55  */ 		url('/wp-content/themes/transcend-child/fonts/Raleway-LightItalic.woff2') format('woff2'),
/* 56  */ 		url('/wp-content/themes/transcend-child/fonts/Raleway-LightItalic.woff') format('woff'),
/* 57  */ 		url('/wp-content/themes/transcend-child/fonts/Raleway-LightItalic.ttf') format('truetype');
/* 58  */ 	font-weight: 300;
/* 59  */ 	font-style: italic;
/* 60  */ }
/* 61  */ 
/* 62  */ @font-face {
/* 63  */ 	font-family: 'Open Sans';
/* 64  */ 	src: url('/wp-content/themes/transcend-child/fonts/OpenSans-Light.eot');
/* 65  */ 	src: url('/wp-content/themes/transcend-child/fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
/* 66  */ 		url('/wp-content/themes/transcend-child/fonts/OpenSans-Light.woff2') format('woff2'),
/* 67  */ 		url('/wp-content/themes/transcend-child/fonts/OpenSans-Light.woff') format('woff'),
/* 68  */ 		url('/wp-content/themes/transcend-child/fonts/OpenSans-Light.ttf') format('truetype');
/* 69  */ 	font-weight: 300;
/* 70  */ 	font-style: normal;
/* 71  */ }
/* 72  */ 
/* 73  */ @font-face {
/* 74  */ 	font-family: 'Open Sans';
/* 75  */ 	src: url('/wp-content/themes/transcend-child/fonts/OpenSans-BoldItalic.eot');
/* 76  */ 	src: url('/wp-content/themes/transcend-child/fonts/OpenSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
/* 77  */ 		url('/wp-content/themes/transcend-child/fonts/OpenSans-BoldItalic.woff2') format('woff2'),
/* 78  */ 		url('/wp-content/themes/transcend-child/fonts/OpenSans-BoldItalic.woff') format('woff'),
/* 79  */ 		url('/wp-content/themes/transcend-child/fonts/OpenSans-BoldItalic.ttf') format('truetype');
/* 80  */ 	font-weight: bold;
/* 81  */ 	font-style: italic;
/* 82  */ }
/* 83  */ 
/* 84  */ @font-face {
/* 85  */ 	font-family: 'Raleway';
/* 86  */ 	src: url('/wp-content/themes/transcend-child/fonts/Raleway-BoldItalic.eot');
/* 87  */ 	src: url('/wp-content/themes/transcend-child/fonts/Raleway-BoldItalic.eot?#iefix') format('embedded-opentype'),
/* 88  */ 		url('/wp-content/themes/transcend-child/fonts/Raleway-BoldItalic.woff2') format('woff2'),
/* 89  */ 		url('/wp-content/themes/transcend-child/fonts/Raleway-BoldItalic.woff') format('woff'),
/* 90  */ 		url('/wp-content/themes/transcend-child/fonts/Raleway-BoldItalic.ttf') format('truetype');
/* 91  */ 	font-weight: bold;
/* 92  */ 	font-style: italic;
/* 93  */ }
/* 94  */ 
/* 95  */ @font-face {
/* 96  */ 	font-family: 'Raleway';
/* 97  */ 	src: url('/wp-content/themes/transcend-child/fonts/Raleway-Medium.eot');
/* 98  */ 	src: url('/wp-content/themes/transcend-child/fonts/Raleway-Medium.eot?#iefix') format('embedded-opentype'),
/* 99  */ 		url('/wp-content/themes/transcend-child/fonts/Raleway-Medium.woff2') format('woff2'),
/* 100 */ 		url('/wp-content/themes/transcend-child/fonts/Raleway-Medium.woff') format('woff'),

/* style.css */

/* 101 */ 		url('/wp-content/themes/transcend-child/fonts/Raleway-Medium.ttf') format('truetype');
/* 102 */ 	font-weight: 500;
/* 103 */ 	font-style: normal;
/* 104 */ }
/* 105 */ 
/* 106 */ @font-face {
/* 107 */ 	font-family: 'Raleway';
/* 108 */ 	src: url('/wp-content/themes/transcend-child/fonts/Raleway-ExtraLight.eot');
/* 109 */ 	src: url('/wp-content/themes/transcend-child/fonts/Raleway-ExtraLight.eot?#iefix') format('embedded-opentype'),
/* 110 */ 		url('/wp-content/themes/transcend-child/fonts/Raleway-ExtraLight.woff2') format('woff2'),
/* 111 */ 		url('/wp-content/themes/transcend-child/fonts/Raleway-ExtraLight.woff') format('woff'),
/* 112 */ 		url('/wp-content/themes/transcend-child/fonts/Raleway-ExtraLight.ttf') format('truetype');
/* 113 */ 	font-weight: 200;
/* 114 */ 	font-style: normal;
/* 115 */ }
/* 116 */ 
/* 117 */ @font-face {
/* 118 */ 	font-family: 'Raleway';
/* 119 */ 	src: url('/wp-content/themes/transcend-child/fonts/Raleway-Bold.eot');
/* 120 */ 	src: url('/wp-content/themes/transcend-child/fonts/Raleway-Bold.eot?#iefix') format('embedded-opentype'),
/* 121 */ 		url('/wp-content/themes/transcend-child/fonts/Raleway-Bold.woff2') format('woff2'),
/* 122 */ 		url('/wp-content/themes/transcend-child/fonts/Raleway-Bold.woff') format('woff'),
/* 123 */ 		url('/wp-content/themes/transcend-child/fonts/Raleway-Bold.ttf') format('truetype');
/* 124 */ 	font-weight: bold;
/* 125 */ 	font-style: normal;
/* 126 */ }
/* 127 */ 
/* 128 */ @font-face {
/* 129 */ 	font-family: 'Open Sans';
/* 130 */ 	src: url('/wp-content/themes/transcend-child/fonts/OpenSans.eot');
/* 131 */ 	src: url('/wp-content/themes/transcend-child/fonts/OpenSans.eot?#iefix') format('embedded-opentype'),
/* 132 */ 		url('/wp-content/themes/transcend-child/fonts/OpenSans.woff2') format('woff2'),
/* 133 */ 		url('/wp-content/themes/transcend-child/fonts/OpenSans.woff') format('woff'),
/* 134 */ 		url('/wp-content/themes/transcend-child/fonts/OpenSans.ttf') format('truetype');
/* 135 */ 	font-weight: normal;
/* 136 */ 	font-style: normal;
/* 137 */ }
/* 138 */ 
/* 139 */ @font-face {
/* 140 */ 	font-family: 'Open Sans';
/* 141 */ 	src: url('/wp-content/themes/transcend-child/fonts/OpenSans-SemiboldItalic.eot');
/* 142 */ 	src: url('/wp-content/themes/transcend-child/fonts/OpenSans-SemiboldItalic.eot?#iefix') format('embedded-opentype'),
/* 143 */ 		url('/wp-content/themes/transcend-child/fonts/OpenSans-SemiboldItalic.woff2') format('woff2'),
/* 144 */ 		url('/wp-content/themes/transcend-child/fonts/OpenSans-SemiboldItalic.woff') format('woff'),
/* 145 */ 		url('/wp-content/themes/transcend-child/fonts/OpenSans-SemiboldItalic.ttf') format('truetype');
/* 146 */ 	font-weight: 600;
/* 147 */ 	font-style: italic;
/* 148 */ }
/* 149 */ 
/* 150 */ @font-face {

/* style.css */

/* 151 */ 	font-family: 'Raleway';
/* 152 */ 	src: url('/wp-content/themes/transcend-child/fonts/Raleway-SemiBoldItalic.eot');
/* 153 */ 	src: url('/wp-content/themes/transcend-child/fonts/Raleway-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
/* 154 */ 		url('/wp-content/themes/transcend-child/fonts/Raleway-SemiBoldItalic.woff2') format('woff2'),
/* 155 */ 		url('/wp-content/themes/transcend-child/fonts/Raleway-SemiBoldItalic.woff') format('woff'),
/* 156 */ 		url('/wp-content/themes/transcend-child/fonts/Raleway-SemiBoldItalic.ttf') format('truetype');
/* 157 */ 	font-weight: 600;
/* 158 */ 	font-style: italic;
/* 159 */ }
/* 160 */ 
/* 161 */ @font-face {
/* 162 */ 	font-family: 'Open Sans';
/* 163 */ 	src: url('/wp-content/themes/transcend-child/fonts/OpenSans-Bold.eot');
/* 164 */ 	src: url('/wp-content/themes/transcend-child/fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
/* 165 */ 		url('/wp-content/themes/transcend-child/fonts/OpenSans-Bold.woff2') format('woff2'),
/* 166 */ 		url('/wp-content/themes/transcend-child/fonts/OpenSans-Bold.woff') format('woff'),
/* 167 */ 		url('/wp-content/themes/transcend-child/fonts/OpenSans-Bold.ttf') format('truetype');
/* 168 */ 	font-weight: bold;
/* 169 */ 	font-style: normal;
/* 170 */ }
/* 171 */ 
/* 172 */ @font-face {
/* 173 */ 	font-family: 'Raleway';
/* 174 */ 	src: url('/wp-content/themes/transcend-child/fonts/Raleway-SemiBold.eot');
/* 175 */ 	src: url('/wp-content/themes/transcend-child/fonts/Raleway-SemiBold.eot?#iefix') format('embedded-opentype'),
/* 176 */ 		url('/wp-content/themes/transcend-child/fonts/Raleway-SemiBold.woff2') format('woff2'),
/* 177 */ 		url('/wp-content/themes/transcend-child/fonts/Raleway-SemiBold.woff') format('woff'),
/* 178 */ 		url('/wp-content/themes/transcend-child/fonts/Raleway-SemiBold.ttf') format('truetype');
/* 179 */ 	font-weight: 600;
/* 180 */ 	font-style: normal;
/* 181 */ }
/* 182 */ 
/* 183 */ @font-face {
/* 184 */ 	font-family: 'Open Sans';
/* 185 */ 	src: url('/wp-content/themes/transcend-child/fonts/OpenSans-Extrabold.eot');
/* 186 */ 	src: url('/wp-content/themes/transcend-child/fonts/OpenSans-Extrabold.eot?#iefix') format('embedded-opentype'),
/* 187 */ 		url('/wp-content/themes/transcend-child/fonts/OpenSans-Extrabold.woff2') format('woff2'),
/* 188 */ 		url('/wp-content/themes/transcend-child/fonts/OpenSans-Extrabold.woff') format('woff'),
/* 189 */ 		url('/wp-content/themes/transcend-child/fonts/OpenSans-Extrabold.ttf') format('truetype');
/* 190 */ 	font-weight: 800;
/* 191 */ 	font-style: normal;
/* 192 */ }
/* 193 */ 
/* 194 */ @font-face {
/* 195 */ 	font-family: 'Raleway';
/* 196 */ 	src: url('/wp-content/themes/transcend-child/fonts/Raleway-Light.eot');
/* 197 */ 	src: url('/wp-content/themes/transcend-child/fonts/Raleway-Light.eot?#iefix') format('embedded-opentype'),
/* 198 */ 		url('/wp-content/themes/transcend-child/fonts/Raleway-Light.woff2') format('woff2'),
/* 199 */ 		url('/wp-content/themes/transcend-child/fonts/Raleway-Light.woff') format('woff'),
/* 200 */ 		url('/wp-content/themes/transcend-child/fonts/Raleway-Light.ttf') format('truetype');

/* style.css */

/* 201 */ 	font-weight: 300;
/* 202 */ 	font-style: normal;
/* 203 */ }
/* 204 */ 
/* 205 */ @font-face {
/* 206 */ 	font-family: 'Open Sans';
/* 207 */ 	src: url('/wp-content/themes/transcend-child/fonts/font/OpenSans-ExtraboldItalic.eot');
/* 208 */ 	src: url('/wp-content/themes/transcend-child/fonts/font/OpenSans-ExtraboldItalic.eot?#iefix') format('embedded-opentype'),
/* 209 */ 		url('/wp-content/themes/transcend-child/fonts/font/OpenSans-ExtraboldItalic.woff2') format('woff2'),
/* 210 */ 		url('/wp-content/themes/transcend-child/fonts/font/OpenSans-ExtraboldItalic.woff') format('woff'),
/* 211 */ 		url('/wp-content/themes/transcend-child/fonts/font/OpenSans-ExtraboldItalic.ttf') format('truetype');
/* 212 */ 	font-weight: 800;
/* 213 */ 	font-style: italic;
/* 214 */ }
/* 215 */ 
/* 216 */ @font-face {
/* 217 */ 	font-family: 'Raleway';
/* 218 */ 	src: url('/wp-content/themes/transcend-child/fonts/Raleway-ExtraBold.eot');
/* 219 */ 	src: url('/wp-content/themes/transcend-child/fonts/Raleway-ExtraBold.eot?#iefix') format('embedded-opentype'),
/* 220 */ 		url('/wp-content/themes/transcend-child/fonts/Raleway-ExtraBold.woff2') format('woff2'),
/* 221 */ 		url('/wp-content/themes/transcend-child/fonts/Raleway-ExtraBold.woff') format('woff'),
/* 222 */ 		url('/wp-content/themes/transcend-child/fonts/Raleway-ExtraBold.ttf') format('truetype');
/* 223 */ 	font-weight: 800;
/* 224 */ 	font-style: normal;
/* 225 */ }
/* 226 */ 
/* 227 */ @font-face {
/* 228 */ 	font-family: 'Raleway';
/* 229 */ 	src: url('/wp-content/themes/transcend-child/fonts/Raleway-ExtraBoldItalic.eot');
/* 230 */ 	src: url('/wp-content/themes/transcend-child/fonts/Raleway-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'),
/* 231 */ 		url('/wp-content/themes/transcend-child/fonts/Raleway-ExtraBoldItalic.woff2') format('woff2'),
/* 232 */ 		url('/wp-content/themes/transcend-child/fonts/Raleway-ExtraBoldItalic.woff') format('woff'),
/* 233 */ 		url('/wp-content/themes/transcend-child/fonts/Raleway-ExtraBoldItalic.ttf') format('truetype');
/* 234 */ 	font-weight: 800;
/* 235 */ 	font-style: italic;
/* 236 */ }
/* 237 */ 
/* 238 */ @font-face {
/* 239 */ 	font-family: 'Raleway';
/* 240 */ 	src: url('/wp-content/themes/transcend-child/fonts/Raleway-BlackItalic.eot');
/* 241 */ 	src: url('/wp-content/themes/transcend-child/fonts/Raleway-BlackItalic.eot?#iefix') format('embedded-opentype'),
/* 242 */ 		url('/wp-content/themes/transcend-child/fonts/Raleway-BlackItalic.woff2') format('woff2'),
/* 243 */ 		url('/wp-content/themes/transcend-child/fonts/Raleway-BlackItalic.woff') format('woff'),
/* 244 */ 		url('/wp-content/themes/transcend-child/fonts/Raleway-BlackItalic.ttf') format('truetype');
/* 245 */ 	font-weight: 900;
/* 246 */ 	font-style: italic;
/* 247 */ }
/* 248 */ 
/* 249 */ @font-face {
/* 250 */ 	font-family: 'Open Sans';

/* style.css */

/* 251 */ 	src: url('/wp-content/themes/transcend-child/fonts/OpenSansLight-Italic.eot');
/* 252 */ 	src: url('/wp-content/themes/transcend-child/fonts/OpenSansLight-Italic.eot?#iefix') format('embedded-opentype'),
/* 253 */ 		url('/wp-content/themes/transcend-child/fonts/OpenSansLight-Italic.woff2') format('woff2'),
/* 254 */ 		url('/wp-content/themes/transcend-child/fonts/OpenSansLight-Italic.woff') format('woff'),
/* 255 */ 		url('/wp-content/themes/transcend-child/fonts/OpenSansLight-Italic.ttf') format('truetype');
/* 256 */ 	font-weight: 300;
/* 257 */ 	font-style: italic;
/* 258 */ }
/* 259 */ 
/* 260 */ @font-face {
/* 261 */ 	font-family: 'Raleway';
/* 262 */ 	src: url('/wp-content/themes/transcend-child/fonts/Raleway-Italic.eot');
/* 263 */ 	src: url('/wp-content/themes/transcend-child/fonts/Raleway-Italic.eot?#iefix') format('embedded-opentype'),
/* 264 */ 		url('/wp-content/themes/transcend-child/fonts/Raleway-Italic.woff2') format('woff2'),
/* 265 */ 		url('/wp-content/themes/transcend-child/fonts/Raleway-Italic.woff') format('woff'),
/* 266 */ 		url('/wp-content/themes/transcend-child/fonts/Raleway-Italic.ttf') format('truetype');
/* 267 */ 	font-weight: normal;
/* 268 */ 	font-style: italic;
/* 269 */ }
/* 270 */ 
/* 271 */ @font-face {
/* 272 */ 	font-family: 'Raleway';
/* 273 */ 	src: url('/wp-content/themes/transcend-child/fonts/Raleway-Thin.eot');
/* 274 */ 	src: url('/wp-content/themes/transcend-child/fonts/Raleway-Thin.eot?#iefix') format('embedded-opentype'),
/* 275 */ 		url('/wp-content/themes/transcend-child/fonts/Raleway-Thin.woff2') format('woff2'),
/* 276 */ 		url('/wp-content/themes/transcend-child/fonts/Raleway-Thin.woff') format('woff'),
/* 277 */ 		url('/wp-content/themes/transcend-child/fonts/Raleway-Thin.ttf') format('truetype');
/* 278 */ 	font-weight: 100;
/* 279 */ 	font-style: normal;
/* 280 */ }
/* 281 */ 
/* 282 */ @font-face {
/* 283 */ 	font-family: 'Raleway';
/* 284 */ 	src: url('/wp-content/themes/transcend-child/fonts/Raleway-Black.eot');
/* 285 */ 	src: url('/wp-content/themes/transcend-child/fonts/Raleway-Black.eot?#iefix') format('embedded-opentype'),
/* 286 */ 		url('/wp-content/themes/transcend-child/fonts/Raleway-Black.woff2') format('woff2'),
/* 287 */ 		url('/wp-content/themes/transcend-child/fonts/Raleway-Black.woff') format('woff'),
/* 288 */ 		url('/wp-content/themes/transcend-child/fonts/Raleway-Black.ttf') format('truetype');
/* 289 */ 	font-weight: 900;
/* 290 */ 	font-style: normal;
/* 291 */ }
/* 292 */ 
/* 293 */ @font-face {
/* 294 */ 	font-family: 'Raleway';
/* 295 */ 	src: url('/wp-content/themes/transcend-child/fonts/Raleway-Regular.eot');
/* 296 */ 	src: url('/wp-content/themes/transcend-child/fonts/Raleway-Regular.eot?#iefix') format('embedded-opentype'),
/* 297 */ 		url('/wp-content/themes/transcend-child/fonts/Raleway-Regular.woff2') format('woff2'),
/* 298 */ 		url('/wp-content/themes/transcend-child/fonts/Raleway-Regular.woff') format('woff'),
/* 299 */ 		url('/wp-content/themes/transcend-child/fonts/Raleway-Regular.ttf') format('truetype');
/* 300 */ 	font-weight: normal;

/* style.css */

/* 301 */ 	font-style: normal;
/* 302 */ }
/* 303 */ body{color:black;}
/* 304 */ 
/* 305 */ /* Slider */
/* 306 */ .slick-slider
/* 307 */ {
/* 308 */     position: relative;
/* 309 */ 
/* 310 */     display: block;
/* 311 */     box-sizing: border-box;
/* 312 */ 
/* 313 */     -webkit-user-select: none;
/* 314 */        -moz-user-select: none;
/* 315 */         -ms-user-select: none;
/* 316 */             user-select: none;
/* 317 */ 
/* 318 */     -webkit-touch-callout: none;
/* 319 */     -khtml-user-select: none;
/* 320 */     -ms-touch-action: pan-y;
/* 321 */         touch-action: pan-y;
/* 322 */     -webkit-tap-highlight-color: transparent;
/* 323 */ }
/* 324 */ 
/* 325 */ .slick-list
/* 326 */ {
/* 327 */     position: relative;
/* 328 */ 
/* 329 */     display: block;
/* 330 */     overflow: hidden;
/* 331 */ 
/* 332 */     margin: 0;
/* 333 */     padding: 0;
/* 334 */ }
/* 335 */ .slick-list:focus
/* 336 */ {
/* 337 */     outline: none;
/* 338 */ }
/* 339 */ .slick-list.dragging
/* 340 */ {
/* 341 */     cursor: pointer;
/* 342 */     cursor: hand;
/* 343 */ }
/* 344 */ 
/* 345 */ .slick-slider .slick-track,
/* 346 */ .slick-slider .slick-list
/* 347 */ {
/* 348 */     -webkit-transform: translate3d(0, 0, 0);
/* 349 */        -moz-transform: translate3d(0, 0, 0);
/* 350 */         -ms-transform: translate3d(0, 0, 0);

/* style.css */

/* 351 */          -o-transform: translate3d(0, 0, 0);
/* 352 */             transform: translate3d(0, 0, 0);
/* 353 */ }
/* 354 */ 
/* 355 */ .slick-track
/* 356 */ {
/* 357 */     position: relative;
/* 358 */     top: 0;
/* 359 */     left: 0;
/* 360 */ 
/* 361 */     display: block;
/* 362 */ }
/* 363 */ .slick-track:before,
/* 364 */ .slick-track:after
/* 365 */ {
/* 366 */     display: table;
/* 367 */ 
/* 368 */     content: '';
/* 369 */ }
/* 370 */ .slick-track:after
/* 371 */ {
/* 372 */     clear: both;
/* 373 */ }
/* 374 */ .slick-loading .slick-track
/* 375 */ {
/* 376 */     visibility: hidden;
/* 377 */ }
/* 378 */ 
/* 379 */ .slick-slide
/* 380 */ {
/* 381 */     display: none;
/* 382 */     float: left;
/* 383 */ 
/* 384 */     height: 100%;
/* 385 */     min-height: 1px;
/* 386 */ }
/* 387 */ [dir='rtl'] .slick-slide
/* 388 */ {
/* 389 */     float: right;
/* 390 */ }
/* 391 */ .slick-slide img
/* 392 */ {
/* 393 */     display: block;
/* 394 */ }
/* 395 */ .slick-slide.slick-loading img
/* 396 */ {
/* 397 */     display: none;
/* 398 */ }
/* 399 */ .slick-slide.dragging img
/* 400 */ {

/* style.css */

/* 401 */     pointer-events: none;
/* 402 */ }
/* 403 */ .slick-initialized .slick-slide
/* 404 */ {
/* 405 */     display: block;
/* 406 */ }
/* 407 */ .slick-loading .slick-slide
/* 408 */ {
/* 409 */     visibility: hidden;
/* 410 */ }
/* 411 */ .slick-vertical .slick-slide
/* 412 */ {
/* 413 */     display: block;
/* 414 */ 
/* 415 */     height: auto;
/* 416 */ 
/* 417 */     border: 1px solid transparent;
/* 418 */ }
/* 419 */ .slick-arrow.slick-hidden {
/* 420 */     display: none;
/* 421 */ }
/* 422 */ 
/* 423 */ @charset 'UTF-8';
/* 424 */ /* Slider */
/* 425 */ .slick-loading .slick-list
/* 426 */ {
/* 427 */     /*background: #fff url('/wp-content/themes/transcend-child/ajax-loader.gif') center center no-repeat;*/
/* 428 */ }
/* 429 */ 
/* 430 */ /* Icons */
/* 431 */ @font-face
/* 432 */ {
/* 433 */     font-family: 'slick';
/* 434 */     font-weight: normal;
/* 435 */     font-style: normal;
/* 436 */ 
/* 437 */     /*src: url('/wp-content/themes/transcend-child/fonts/slick.eot');
/* 438 *|     src: url('/wp-content/themes/transcend-child/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/transcend-child/fonts/slick.woff') format('woff'), url('/wp-content/themes/transcend-child/fonts/slick.ttf') format('truetype'), url('/wp-content/themes/transcend-child/fonts/slick.svg#slick') format('svg');*/
/* 439 */ }
/* 440 */ /* Arrows */
/* 441 */ .slick-prev,
/* 442 */ .slick-next
/* 443 */ {
/* 444 */     font-size: 0;
/* 445 */     line-height: 0;
/* 446 */ 
/* 447 */     position: absolute;
/* 448 */     top: 50%;
/* 449 */ 
/* 450 */     display: block;

/* style.css */

/* 451 */ 
/* 452 */     width: 20px;
/* 453 */     height: 20px;
/* 454 */     margin-top: -10px;
/* 455 */     padding: 0;
/* 456 */ 
/* 457 */     cursor: pointer;
/* 458 */ 
/* 459 */     color: transparent;
/* 460 */     border: none;
/* 461 */     outline: none;
/* 462 */     background: transparent;
/* 463 */ }
/* 464 */ .slick-prev:hover,
/* 465 */ .slick-prev:focus,
/* 466 */ .slick-next:hover,
/* 467 */ .slick-next:focus
/* 468 */ {
/* 469 */     color: transparent;
/* 470 */     outline: none;
/* 471 */     background: transparent;
/* 472 */ }
/* 473 */ .slick-prev:hover:before,
/* 474 */ .slick-prev:focus:before,
/* 475 */ .slick-next:hover:before,
/* 476 */ .slick-next:focus:before
/* 477 */ {
/* 478 */     opacity: 1;
/* 479 */ }
/* 480 */ .slick-prev.slick-disabled:before,
/* 481 */ .slick-next.slick-disabled:before
/* 482 */ {
/* 483 */     opacity: .25;
/* 484 */ }
/* 485 */ 
/* 486 */ .slick-prev:before,
/* 487 */ .slick-next:before
/* 488 */ {
/* 489 */     font-family: 'slick';
/* 490 */     font-size: 20px;
/* 491 */     line-height: 1;
/* 492 */ 
/* 493 */     opacity: .75;
/* 494 */     color: white;
/* 495 */ 
/* 496 */     -webkit-font-smoothing: antialiased;
/* 497 */     -moz-osx-font-smoothing: grayscale;
/* 498 */ }
/* 499 */ 
/* 500 */ .slick-prev

/* style.css */

/* 501 */ {
/* 502 */     height: 73px;
/* 503 */     width: 50px;
/* 504 */     left: -40px;
/* 505 */ }
/* 506 */ [dir='rtl'] .slick-prev
/* 507 */ {
/* 508 */     right: -40px;
/* 509 */     left: auto;
/* 510 */ }
/* 511 */ .slick-prev:before
/* 512 */ {
/* 513 */ /*font-size: 100px;
/* 514 *|     font-family: 'FontAwesome';
/* 515 *|     color : #f4822a;
/* 516 *|     content: "\f104";*/
/* 517 */ }
/* 518 */ [dir='rtl'] .slick-prev:before
/* 519 */ {
/* 520 */ /*font-size: 100px;
/* 521 *| font-family: 'FontAwesome';
/* 522 *|     color : #f4822a;
/* 523 *|     content: "\f104";*/
/* 524 */ }
/* 525 */ 
/* 526 */ .slick-next
/* 527 */ {
/* 528 */     height: 73px;
/* 529 */     width: 50px;
/* 530 */     right: -40px;
/* 531 */ }
/* 532 */ [dir='rtl'] .slick-next
/* 533 */ {
/* 534 */     right: auto;
/* 535 */     left: -25px;
/* 536 */ }
/* 537 */ .slick-next:before
/* 538 */ {
/* 539 */ /*font-family: 'FontAwesome';
/* 540 *| font-size: 100px;
/* 541 *|     color : #f4822a;
/* 542 *|     content: "\f105";*/
/* 543 */ }
/* 544 */ [dir='rtl'] .slick-next:before
/* 545 */ {
/* 546 */ /*font-family: 'FontAwesome';
/* 547 *| font-size: 100px;
/* 548 *|    color : #f4822a;
/* 549 *|     content: "\f105";*/
/* 550 */ }

/* style.css */

/* 551 */ 
/* 552 */ /* Dots */
/* 553 */ .slick-slider
/* 554 */ {
/* 555 */     /*margin-bottom: 30px;*/
/* 556 */ }
/* 557 */ 
/* 558 */ .slick-dots
/* 559 */ {
/* 560 */     position: absolute;
/* 561 */     bottom: -45px;
/* 562 */ 
/* 563 */     display: block;
/* 564 */ 
/* 565 */     width: 100%;
/* 566 */     padding: 0;
/* 567 */ 
/* 568 */     list-style: none;
/* 569 */ 
/* 570 */     text-align: center;
/* 571 */ }
/* 572 */ .slick-dots li
/* 573 */ {
/* 574 */     position: relative;
/* 575 */ 
/* 576 */     display: inline-block;
/* 577 */ 
/* 578 */     width: 20px;
/* 579 */     height: 20px;
/* 580 */     margin: 0 5px;
/* 581 */     padding: 0;
/* 582 */ 
/* 583 */     cursor: pointer;
/* 584 */ }
/* 585 */ .slick-dots li button
/* 586 */ {
/* 587 */     font-size: 0;
/* 588 */     line-height: 0;
/* 589 */ 
/* 590 */     display: block;
/* 591 */ 
/* 592 */     width: 20px;
/* 593 */     height: 20px;
/* 594 */     padding: 5px;
/* 595 */ 
/* 596 */     cursor: pointer;
/* 597 */ 
/* 598 */     color: transparent;
/* 599 */     border: 0;
/* 600 */     outline: none;

/* style.css */

/* 601 */     background: transparent;
/* 602 */ }
/* 603 */ .slick-dots li button:hover,
/* 604 */ .slick-dots li button:focus
/* 605 */ {
/* 606 */     outline: none;
/* 607 */ }
/* 608 */ .slick-dots li button:hover:before,
/* 609 */ .slick-dots li button:focus:before
/* 610 */ {
/* 611 */     opacity: 1;
/* 612 */ }
/* 613 */ .slick-dots li button:before
/* 614 */ {
/* 615 */     font-family: 'slick';
/* 616 */     font-size: 6px;
/* 617 */     line-height: 20px;
/* 618 */ 
/* 619 */     position: absolute;
/* 620 */     top: 0;
/* 621 */     left: 0;
/* 622 */ 
/* 623 */     width: 20px;
/* 624 */     height: 20px;
/* 625 */ 
/* 626 */     content: '•';
/* 627 */     text-align: center;
/* 628 */ 
/* 629 */     opacity: .25;
/* 630 */     color: black;
/* 631 */ 
/* 632 */     -webkit-font-smoothing: antialiased;
/* 633 */     -moz-osx-font-smoothing: grayscale;
/* 634 */ }
/* 635 */ .slick-dots li.slick-active button:before
/* 636 */ {
/* 637 */     opacity: .75;
/* 638 */     color: black;
/* 639 */ }
/* 640 */ 
/* 641 */ .topbar{ background-color:#fff; padding-bottom:5px; }
/* 642 */ .topbar .topmenu{ float:right; }
/* 643 */ .topbar .topmenu ul.menu-top li{ float:left; display:inherit; }
/* 644 */ .topbar .topmenu{ -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2); -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2); box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2); border-radius:0 0 5px 5px; }
/* 645 */ .topbar .topmenu ul.menu-top li:first-child a{ border-radius:0 0 0 5px;}
/* 646 */ .topbar .topmenu ul.menu-top li:last-child a{ border-radius:0 0 5px 0;}
/* 647 */ .topbar .topmenu ul.menu-top li a{ color:#676767; background-color:#f1f1f1; padding:9px 15px; border-width:0 1px 1px; border-style:solid; border-color:#fff; text-decoration:none; font-weight:600; }
/* 648 */ .topbar .topmenu ul.menu-top li a:hover, .topbar .topmenu ul.menu-top li a.active{ border-color:#165b92; color:#fff; background-color:#165b92; }
/* 649 */ 
/* 650 */ .second-menu{ float:right; padding-left: 40px; }

/* style.css */

/* 651 */ .second-menu .top-sidebar-title{ display:inline-block; padding:0px 9px; font-size:14px; font-weight:500; }
/* 652 */ .second-menu .ctwg-social{ float:right; }
/* 653 */ 
/* 654 */ .ctwg-social-link{ margin:0; }
/* 655 */ .ctwg-social .ctwg-social-icon{ font-size:16px; margin:5px 2px; width:27px; height:27px; line-height:26px; }
/* 656 */ .ctwg-social .ctwg-social-facebook .ctwg-social-icon,.ctwg-social .ctwg-social-instagram .ctwg-social-icon{ font-family:'FontAwesome'; }
/* 657 */ .ctwg-social-facebook .ctwg-social-icon:before{ content:'\f09a' !important; }
/* 658 */ .ctwg-social-instagram .ctwg-social-icon:before{ content:'\f16d' !important; }
/* 659 */ 
/* 660 */ .menu-main li a{ border-radius:0; color:#000; font-weight: 400; }
/* 661 */ .menu-main .current-menu-ancestor > a:before, .menu-main > .current-menu-item > a:before{ display:none; }
/* 662 */ .menu-main .current-menu-ancestor > a, .menu-main .current-menu-item > a, .menu-main li a:hover{ background-color:#f4852b; color:#fff; border-top:0; }
/* 663 */ 
/* 664 */ .slider-slides .slide-body{ top:33%; }
/* 665 */ .slider-slides .slide-caption{ float:right; background:rgba(247,133,47,0.2); padding:12px; max-width:555px; width:100%; }
/* 666 */ .slider-slides .slide-caption .innerImage{ position:relative; padding-bottom:10px; }
/* 667 */ .slider-slides .slide-caption .innerImage img{ max-width:230px;  }
/* 668 */ .slider-slides .slide-caption .innerImage:before{ content:''; position:absolute; width:60px; height:1px; background-color:#d58e56; top:100%; left:0; }
/* 669 */ .slider-slides .slide-caption p{ padding:20px 0; color:#111115; font-weight:400; }
/* 670 */ .slider-slides .slide-caption p a{  color:#155c94; font-weight: 700; }
/* 671 */ .slider-slides .slide-caption p a:hover{ color:#fff; text-decoration:none;  }
/* 672 */ .slide-form .innerForm{ width:65; float:right; }
/* 673 */ .slide-form .innerForm p{padding:0; }
/* 674 */ .slide-form .innerForm form input{ border-radius:0; border:1px solid #c6c6c4; }
/* 675 */ .slide-form .innerForm form input[type=text]{ width:60%; margin-right:3px; }
/* 676 */ .slide-form .innerForm form input[type=submit]{ border-color:#fa8327; background-color:#fa8327; padding:9px 20px; text-transform:capitalize; }
/* 677 */ .slide-form .innerForm form input[type=submit]:hover{ border-color:#155c94; background-color:#155c94; }
/* 678 */ .slide-form .innerForm form + p{ color:#155c94; }
/* 679 */ 
/* 680 */ .feature-noimg{ background-color:#155c94; padding:15px; color:#fff; }
/* 681 */ .feature-noimg h3{ position:relative; text-align:center; color:#fff; font-size:30px; font-weight:600; letter-spacing: 0.07em; padding:10px 0; }
/* 682 */ .feature-noimg h3:before{ content:''; position:absolute; width:60px; top:100%; left:0; bottom:0; right:0; height:1px; background-color:#fff; margin:0 auto; }
/* 683 */ .feature-content ul li{ list-style:none; position:relative; padding:5px 0 5px 20px; margin:0; font-weight:400; }
/* 684 */ .feature-content ul li:before{ content:''; position:absolute; top:8px; left:0px; width:15px; height:15px; background:url(/wp-content/themes/transcend-child/images/checked.png) no-repeat; background-size:cover; }
/* 685 */ 
/* 686 */ .features .feature .feature-image{ width:100%; min-height:180px; height:auto;}
/* 687 */ .features .feature img{ max-width:300px ; margin:0 auto; }
/* 688 */ .features .feature .feature-title{  font-size:24px; font-weight:600; color:#fa8327; }
/* 689 */ .features .feature .feature-title:before{ background:#fa8327; }
/* 690 */ 
/* 691 */ .home-middle-sec{ padding:30px 0 150px; }
/* 692 */ .sign-form-cold h2{ text-align:center; font-weight:600; color:#000; font-size:2.4em; letter-spacing: 0.02em; }
/* 693 */ .sign-form-cold form{ max-width:310px; margin:0 auto; }
/* 694 */ .sign-form-cold span.txt_sign_email{ width:180px; display:inline-block; }
/* 695 */ .sign-form-cold form input{ border-radius:0; border:1px solid #485a68; padding: 4.5px 10px; }
/* 696 */ .sign-form-cold form input[type=submit]{ border-color:#155c94; background-color:#155c94; padding:6px 20px; text-transform:capitalize; margin-left:1px; margin-top:0; font-weight:400;  }
/* 697 */ .sign-form-cold form input[type=submit]:hover{ border-color:#fa8327; background-color:#fa8327; }
/* 698 */ 
/* 699 */ .sign-brif-cold{ background-color:#fff; width:auto; margin-right:-11%; margin-left: -11%; padding: 55px 11%; }
/* 700 */ .sign-brif-cold .brif-head h2{ color:#155c94; }

/* style.css */

/* 701 */ .sign-brif-cold .brif-desc{ font-weight:400; color:#000; font-size:1.1em }
/* 702 */ 
/* 703 */ .home-middle-sec.overlay{width:100%; position:relative; float:left; }
/* 704 */ .home-middle-sec.overlay:before{ content:''; position:absolute; background:rgba(255,255,255,.4); width:100%; height:100%; top:0; left:0; }
/* 705 */ .home-middle-sec .container{ position:relative; }
/* 706 */ 
/* 707 */ .services{ padding:50px 0; }
/* 708 */ .services h2{ color:#1e578c; font-weight:600; letter-spacing:0.02em; }
/* 709 */ 
/* 710 */ .slider-service .service{ padding:15px; background: #f2f2f2; }
/* 711 */ .service .service-content{ background:transparent; padding:20px 0; text-align:center; }
/* 712 */ .service .service-title a{ color:#f4822a; font-weight:500; }
/* 713 */ .service .service-description:before{ bottom:0; right:0; margin:0 auto; background-color:#f4822a; color: #000 !important; }
/* 714 */ .service .service-description{ font-weight:400; color: #000; } 
/* 715 */ 
/* 716 */ .slick-slide {
/* 717 */    margin: 0 13px;
/* 718 */  }
/* 719 */  /* the parent */
/* 720 */  .slick-list {
/* 721 */    margin: 0 -13px;
/* 722 */  }
/* 723 */  
/* 724 */  .slick-prev, .slick-next{ color:#000; }
/* 725 */  
/* 726 */ .widget_nav_menu a:link, .widget_nav_menu a:visited, .widget_nav_menu a{ padding:0 10px 5px; }
/* 727 */ .subfooter, .footer{ background-color:#155c94; }
/* 728 */ .menu-footer li a{ font-weight:400; font-size: 1.2em; }
/* 729 */ .menu-footer li:nth-child(2) a{ border-left:1px solid #f4852b; padding: 0 20px; }
/* 730 */ .cold-footer-2{ padding-top:25%; }
/* 731 */ .col-last form p{ margin-bottom:5px; }
/* 732 */ .col-last form p input, .col-last form p textarea{ border-radius:0; }
/* 733 */ .col-last form p input[type=submit].btn_cold_foo{ margin:0; width:100%; text-align:center; border-color:#fa8327; background-color:#fa8327; margin-top:-5px;  }
/* 734 */ .col-last form p input[type=submit].btn_cold_foo:hover{ border-color:#155c94; background-color:#155c94; }
/* 735 */ .footermenu{ margin-bottom:0; }
/* 736 */ .footermenu:before{ display:none; }
/* 737 */ .footer-content{ position:relative; padding-bottom: 15px;    margin-bottom: 15px; }
/* 738 */ .footer-content:before{ position: absolute;    content: ' ';    background: #aaa;    background: rgba(255,255,255,0.5);    height: 1px;    width: 60px;    bottom: 0;    left: 50%;
/* 739 */     margin-left: -30px; }
/* 740 */ .condition-text{ font-size:12px; text-transform:none; }
/* 741 */ 
/* 742 */ /**/
/* 743 */ .comm-portfolio{ padding-left:10%; padding-right:10%; }
/* 744 */ a.feed-back-btn{  border-color:#fa8327; background-color:#fa8327;   padding:6px 20px; text-transform:capitalize; margin-left:1px; font-weight:400; color:#fff; text-decoration:none; margin:0 auto 40px;  display:block; width:140px; text-align: center; font-size: 18px; }
/* 745 */ a.feed-back-btn:hover{border-color:#155c94; background-color:#155c94;}
/* 746 */ .content h2{ color: #1e578c;    font-weight: 600;    letter-spacing: 0.02em; }
/* 747 */ .bbp-search-form form input[type=submit],form input[type=submit].dokan-btn{ border-color:#fa8327; background-color:#fa8327; }
/* 748 */ .bbp-search-form form input[type=submit]:hover, form input[type=submit].dokan-btn:hover{ border-color:#155c94; background-color:#155c94; }
/* 749 */ form input[type=submit].dokan-btn{     display: block;    margin: 10px auto 0; }
/* 750 */ 

/* style.css */

/* 751 */ @media (max-width:767px){
/* 752 */ 
/* 753 */ 	.slider-slides .slide-caption , .slide-form .innerForm { float:none; width:100%; }
/* 754 */ 	.second-menu{ padding-left:0; }
/* 755 */ 	.main{ padding-top:0; }
/* 756 */ 	.comm-portfolio{ padding-left:0; padding-right:0; }
/* 757 */ 	.cold-footer-2, .footer{ padding-top:0px; }
/* 758 */ 	
/* 759 */ 	.menu-footer li{ display:inline-block; }
/* 760 */ 	.features .feature{ padding-top:40px; }
/* 761 */ 	.slick-slider{ margin-bottom:0; }
/* 762 */ 	.subfooter #nav_menu-4.widget{ margin-bottom:0; }
/* 763 */ 	
/* 764 */ 	.slider-slides .slide {background-position: 15% center;}
/* 765 */ 	.right-desc{margin-top:20px !important;}
/* 766 */ 	.slick-next, .slick-prev{ display:none !important; }
/* 767 */ 	.slider-slides .slide-caption{margin: 12px 0; padding: 0;}
/* 768 */ 	.slide-caption .slide-form{ padding:12px; }
/* 769 */ 	#csearchform input[type=text]{display:none;}
/* 770 */ 
/* 771 */ 	
/* 772 */ }
/* 773 */ .error{color:red}
/* 774 */ .home-middle-sec{   
/* 775 */     /* Create the parallax scrolling effect */
/* 776 */     background-attachment: fixed;
/* 777 */     background-position: center;
/* 778 */     background-repeat: no-repeat;
/* 779 */     background-size: cover;
/* 780 */ }
/* 781 */ .header .logo {
/* 782 */     padding: 5px 0 5px !important;
/* 783 */ }
/* 784 */ .main{ padding-top:0; }
/* 785 */ .footer{padding: 0px 0 30px 0 !important ;}
/* 786 */ .widget{padding: 0 !important ;}
/* 787 */ h1.pagetitle-title{text-align: center;}
/* 788 */ .page-content > h2 {margin-top:20px;}
/* 789 */ 
/* 790 */ 
/* 791 */ /* Updated on 03-04-2017 */
/* 792 */ .advice-list { padding:40px 0; border-top:1px solid #eee;  }
/* 793 */ .advice-list .advice-title { font-size:24px; font-weight:700; line-height:1.4; }
/* 794 */ .advice-list .advice-title a { color:#f4852b; }
/* 795 */ .advice-list .advice-more a { border-radius:2px; text-transform:uppercase; font-weight:bold; letter-spacing:1px; background:#155c93; padding:10px 20px; display:inline-block; color:#fff; text-decoration:none; margin-top:10px }
/* 796 */ .advice-list .advice-more a:hover { background:#f4852b; }
/* 797 */ 
/* 798 */ /* updated on 07-04-2017 */
/* 799 */ #services .service { min-height:420px; }
/* 800 */ #services .service > .service-image { background-size:cover; background-position:center; padding-bottom:60%; width:100%; display:block; }

/* style.css */

/* 801 */ #services .service > .service-image img { display:none; }
/* 802 */ .button, .button:visited, input[type=submit]{ background: #fa8327 !important ;  border-color: #fa8327 !important ;}
/* 803 */ .button:hover, input[type=submit]:hover { background: #155c94 !important ;  border-color: #155c94 !important ;}
/* 804 */ 
/* 805 */ /* update on 06-05-2017 */
/* 806 */ .page-content >h2 a.sign-h2{color:#1e578c !important;}
/* 807 */ .page-template-template-community h3{color:#1e578c !important; font-weight: 600; letter-spacing: 0.02em;font-size: 2em;line-height: 1.2;}
/* 808 */ .page-template-template-community h3.portfolio-item-title{color:#fff !important;}
/* 809 */ div.bbp-breadcrumb, div.bbp-topic-tags{font-size: 15px;}
/* 810 */ .bbp-forum-info a{font-size:15px; }
/* 811 */ .woocommerce-message{border-top-color: #fa8327 !important;}
/* 812 */ .woocommerce-message:before{color:#fa8327 !important;}
/* 813 */ .product .entry-summary .single_add_to_cart_button:hover:before{border-color:#fa8327 !important;}
/* 814 */ .portfolio-item .portfolio-item-content{opacity:1 !important;}
/* 815 */ .cart-count-btn a:hover{background:#fff !important;}
/* 816 */ .cart-count-btn a {color: #155c94 !important;}
/* 817 */ .cart-count-btn a:hover{color:#f4852b !important;}
/* 818 */ #csearchform input[type=text] {width:33%; }
/* 819 */ #csearchform > div{text-align:right !important;}
/* 820 */ #csearchform {position:relative;}
/* 821 */ /* #csearchform:before{position: absolute;
/* 822 *|     background: url('/wp-content/themes/transcend-child/images/search-icon.png') no-repeat center;
/* 823 *|     content: ' ';
/* 824 *|     right: 0;
/* 825 *|     top: 50%;
/* 826 *|     color: #999;
/* 827 *|     margin-top: -20px; width: 40px;height: 40px;line-height: 40px;font-size: 16px; text-align: center;} */
/* 828 */ #csearchform input[type=submit] {float: right;
/* 829 */     position: absolute;
/* 830 */     opacity: 0;
/* 831 */     right: 0;
/* 832 */     top: 0;
/* 833 */     padding: 0;
/* 834 */     line-height: 3;
/* 835 */     margin: 0;
/* 836 */     border: none;
/* 837 */     background: none;
/* 838 */     color: transparent;
/* 839 */     width: 40px;
/* 840 */     height: 100%;
/* 841 */     cursor: pointer;
/* 842 */ }   
/* 843 */ .top-formsearch{width:60%;float:left;margin-top: 5px;}
/* 844 */ .topmenu{margin-top:5px;}
/* 845 */ 
/* 846 */ /* Updates 08-05-2017 */
/* 847 */ .menu-mobile-open { margin-top:17px; }
/* 848 */ 
/* 849 */ @media (max-width:767px){ 
/* 850 */   .top-formsearch { width:100% !important; margin-top:2px; } 

/* style.css */

/* 851 */  	.searchbox{width: 100% !important;}
/* 852 */   #csearchform input[type=text] { width:100%; display:inline-block; }
/* 853 */   .sign-form-cold span.txt_sign_email { width:100%; margin-bottom:10px; }
/* 854 */   body .header .logo { max-width:170px; width:100%; }
/* 855 */ }
/* 856 */ @media (max-width:600px){ 
/* 857 */ 
/* 858 */   
/* 859 */ }
/* 860 */ @media (max-width:480px){ 
/* 861 */   .second-menu .top-sidebar-title { display:none }
/* 862 */   	
/* 863 */ }
/* 864 */ 
/* 865 */ /* Updates on 25-05-2017 */
/* 866 */ body { font-size:1em; font-weight:normal }
/* 867 */ .button, .button:visited, input[type=submit] { color:#fff !important; }
/* 868 */ #subscription-toggle { float:right; font-size:1.3em; }
/* 869 */ .col-last form p input[type=submit].btn_cold_foo { border-color:#fa8327 !important; background-color:#fa8327 !important; }
/* 870 */ .col-last form p input[type=submit].btn_cold_foo:hover { background-color:#155c94 !important; }
/* 871 */ .search-results .search-form { margin:30px 0; }
/* 872 */ .search-results .search-form input[type=submit] { margin:15px 0 0; }
/* 873 */ .sidebar-primary ,.search-form, .custom-breadcrumb{    margin-top: 20px !important;}
/* 874 */ 
/* 875 */ 
/* 876 */ .searchbox{
/* 877 */     position:relative;
/* 878 */     min-width:50px;
/* 879 */     width:0%;
/* 880 */     height:50px;
/* 881 */     float:right;
/* 882 */     overflow:hidden;
/* 883 */     
/* 884 */     -webkit-transition: width 0.3s;
/* 885 */     -moz-transition: width 0.3s;
/* 886 */     -ms-transition: width 0.3s;
/* 887 */     -o-transition: width 0.3s;
/* 888 */     transition: width 0.3s;
/* 889 */ }
/* 890 */ 
/* 891 */ .searchbox-input{
/* 892 */     top:0;
/* 893 */     right:0;
/* 894 */     border:0;
/* 895 */     outline:0;   
/* 896 */     width:100%;    
/* 897 */     margin:0;
/* 898 */     padding-right: 23px !important;    
/* 899 */ }
/* 900 */ 

/* style.css */

/* 901 */ 
/* 902 */ .searchbox-icon,
/* 903 */ .searchbox-submit{    
/* 904 */     display:block;
/* 905 */     position:absolute;
/* 906 */     top:0;   
/* 907 */     
/* 908 */     right:0;
/* 909 */     padding:0;
/* 910 */     padding-right: 9px;
/* 911 */     padding-left: 9px;
/* 912 */     margin:0;
/* 913 */     border:0;
/* 914 */     outline:0;
/* 915 */     font-size:16px;
/* 916 */     text-align:center;
/* 917 */     cursor:pointer;
/* 918 */     color:#676767;
/* 919 */    
/* 920 */ }
/* 921 */ .searchbox-submit{ display:none !important;}
/* 922 */ .searchbox-open{
/* 923 */     width:100%;
/* 924 */ }
/* 925 */ .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{ text-align:center !important; }
/* 926 */ .woocommerce-products-header{margin-top:30px;}
/* 927 */ 
/* 928 */ .subscribeSection h3{ 
/* 929 */ 	color : #f5852b !important ;
/* 930 */ }
/* 931 */ 
/* 932 */ 
/* 933 */ /* Updated on 10-08-2017 */
/* 934 */ .second-menu .textwidget,.second-menu .top-sidebar-title { display:inline-block; vertical-align: middle; }
/* 935 */ body.single-product .topSubscribe { display: none;  }
/* 936 */ 
/* 937 */ @media (min-width: 890px){
/* 938 */ 	.menu-main { margin-right:55px; position:relative; z-index: 2; }
/* 939 */ 	#header > .container { position:relative; }
/* 940 */ 	.searchbox-icon, .searchbox-submit { top:7px; }
/* 941 */ 	.top-formsearch { position:absolute; width:auto; right:20px; top:15px; float:none; display:block; }
/* 942 */ 	.searchbox { min-width: 34px; }
/* 943 */ 	#csearchform { position: relative; z-index:12;  }
/* 944 */ 	#csearchform input[type=text] { width:100%;  }
/* 945 */ }  
/* 946 */ @media (min-width:1230px){
/* 947 */ 	#services .service { min-height: 460px;  } 
/* 948 */ 	#logo { margin-top: -20px; }
/* 949 */ }
/* 950 */ 

/* style.css */

/* 951 */ .subscribeSection { background-image:url(https://beta.coldfixnow.com/wp-content/uploads/2012/09/portfolio071.jpg) !important; }
/* 952 */ 
/* 953 */ 
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/coldfixusa/public_html/beta
currentDir : /home/coldfixusa/public_html/beta/wp-content/themes/transcend

*/

/* style.css */

/* 1   */ /*
/* 2   *| Theme Name:Transcend
/* 3   *| Theme URI:http://www.cpothemes.com/theme/transcend
/* 4   *| Description:Transcend is a business WordPress theme geared towards agencies and online companies that want to strengthen their online presence. It has a higly dignified design focused on cleanliness, and comes with support for both portfolios and services alike.
/* 5   *| Tags:gray, red, white, one-column, two-columns, light, right-sidebar, full-width-template, sticky-post, theme-options, responsive-layout, custom-background, custom-menu, featured-images, threaded-comments, translation-ready
/* 6   *| Author:CPOThemes
/* 7   *| Author URI:http://www.cpothemes.com
/* 8   *| Version:1.1
/* 9   *| License:GNU General Public License 2.0 or later
/* 10  *| License URI:http://www.gnu.org/licenses/gpl-2.0.html
/* 11  *| Text Domain:transcend
/* 12  *| */
/* 13  */ 
/* 14  */ 
/* 15  */ /* --------------------------------------------------------------
/* 16  *| 1. GENERAL ELEMENTS
/* 17  *| -------------------------------------------------------------- */
/* 18  */ 
/* 19  */ /* BODY */
/* 20  */ body { font-family:'Open Sans', Arial, Helvetica, sans-serif; font-weight:300; background:#fff; color:#9999aa; font-size:0.875em; line-height:1.6; }
/* 21  */ 
/* 22  */ /* HEADINGS */
/* 23  */ h1, h2, h3, h4, h5, h6 { font-family:'Raleway'; color:#556677; line-height:1.2; margin:0 0 20px; }
/* 24  */ h1 { font-size:2.5em; } 
/* 25  */ h2 { font-size:2em; } 
/* 26  */ h3 { font-size:1.5em; } 
/* 27  */ h4 { font-size:1.3em; } 
/* 28  */ h5 { font-size:1.2em; } 
/* 29  */ h6 { font-size:1.1em; }
/* 30  */ 
/* 31  */ /* HYPERLINKS */
/* 32  */ a:link, a:visited { color:#2a88bf; text-decoration:none; }
/* 33  */ a:hover { color:#2a88bf; text-decoration:underline; }
/* 34  */ 
/* 35  */ /* CITATIONS */
/* 36  */ blockquote { display:block; font-style:italic; padding:0 5%; margin:25px 0; }
/* 37  */ blockquote cite, blockquote em, blockquote i { font-style:normal; }
/* 38  */ 
/* 39  */ /* FORMS */
/* 40  */ input[type=text], input[type=password], input[type=input], 
/* 41  */ input[type=tel], input[type=url], input[type=email], 
/* 42  */ input[type=number], input[type=range], input[type=search], input[type=color], 
/* 43  */ input[type=time], input[type=week], input[type=month], input[type=date], input[type=datetime], 
/* 44  */ textarea, select { border:1px solid #ddd; padding:8px; background:#f6f6f6; border-radius:2px; }
/* 45  */ input[type=submit] { width:auto; -webkit-appearance:none; }
/* 46  */ 
/* 47  */ /* MAIN THEME COLORS */
/* 48  */ .primary-color { color:#89ce40; }
/* 49  */ .primary-color-bg { background-color:#89ce40; }
/* 50  */ .secondary-color { color:#444449; }

/* style.css */

/* 51  */ .secondary-color-bg { background-color:#444449; }
/* 52  */ 
/* 53  */ /* SHORTCODE CUSTOM STYLING */
/* 54  */ .button, .button:visited, input[type=submit] { border-radius:2px; text-transform:uppercase; font-weight:bold; letter-spacing:1px; border:none; text-shadow:none; background:#9FC748; border-color:#c15289; padding:10px 20px; }
/* 55  */ .button:hover, input[type=submit]:hover { background:#e7a; }
/* 56  */ 
/* 57  */ 
/* 58  */ /* --------------------------------------------------------------
/* 59  *| 2. LAYOUT
/* 60  *| -------------------------------------------------------------- */
/* 61  */ 
/* 62  */ /* WRAPPERS */
/* 63  */ .wrapper { margin:0 auto; }
/* 64  */ 
/* 65  */ 
/* 66  */ /* TOPMENU */
/* 67  */ .topbar { display:block; background:rgba(0,0,0,0.05); line-height:34px; font-size:0.9em; }
/* 68  */ 
/* 69  */ 
/* 70  */ /* SOCIAL ICONS */
/* 71  */ .social { float:none; margin:0 0 30px; padding:0; text-align:center; }
/* 72  */ .social .social-profile { float:none; display:inline-block; color:#999; border:1px solid #bbb; border-width:1px 1px 1px 0; margin:0; width:40px; height:40px; font-size:20px; line-height:40px; text-align:center; }
/* 73  */ .social .social-profile:first-child { border-width:1px; }
/* 74  */ .social .social-profile .social-title { display:none; }
/* 75  */ .social .social-profile:hover { text-decoration:none; }
/* 76  */ 
/* 77  */ 
/* 78  */ /* HEADER */
/* 79  */ .header { position:relative; width:100%; padding:0; }
/* 80  */ .header .logo { float:left; padding:15px 0 10px; }
/* 81  */ .header .header-content { display:none; float:right; text-align:right; padding:20px 0 0 20px; }
/* 82  */ 
/* 83  */ 
/* 84  */ /* HOMEPAGE SLIDES */
/* 85  */ .slider { padding:0; margin:0; position:relative; text-align:center; -moz-transition:0.3s all; -webkit-transition:0.3s all; transition:0.3s all; }
/* 86  */ .slider-slides { display:block; overflow:hidden; padding:0; margin:0; height:500px; }
/* 87  */ .slider-slides .slide { background-position:center; background-size:cover; position:relative; list-style:none; width:100%; height:100%; margin:0; padding:0; }
/* 88  */ .slider-slides .slide-body { position:absolute; top:15%; left:0; width:100%; }
/* 89  */ .slider-slides .container { position:relative; height:inherit; }
/* 90  */ .slider-slides .slide-image { float:right; padding:0; width:48%; }
/* 91  */ .slider-slides .slide-image img { display:block; margin:0 auto; }
/* 92  */ .slider-slides .slide-caption { float:left; padding:0 0 30px; width:48%; text-align:left; }
/* 93  */ .slider-slides .slide-caption p:last-child { margin-bottom:0; }
/* 94  */ .slider-slides .slide-title { position:relative; padding-bottom:20px; margin-bottom:20px; font-size:3em; }
/* 95  */ .slider-slides .slide-title:before { position:absolute; content:' '; background:#ddd; height:1px; width:60px; bottom:0; left:0;  }
/* 96  */ .slider-slides .slide-content { position:relative; font-size:1.1em; margin:0 0 30px; }
/* 97  */ /* Slide Positions */
/* 98  */ .slider-slides .slide-right .slide-caption { float:right; }
/* 99  */ .slider-slides .slide-right .slide-image { float:left; }
/* 100 */ .slider-slides .slide-center .slide-body { width:100%; left:0; }

/* style.css */

/* 101 */ .slider-slides .slide-center .slide-caption { float:none; margin:0 20%; width:60%; text-align:center; }
/* 102 */ .slider-slides .slide-center .slide-image { float:none; margin:0 20%; width:60%; }
/* 103 */ .slider-slides .slide-center .slide-title:before { left:50%; margin-left:-30px; }
/* 104 */ /* Slide Colors */
/* 105 */ .slider-slides .dark .slide-content:after { background:#fff; }
/* 106 */ .dark .slide-body .slide-link { color:#fff; border:1px solid #fff; background:none; }
/* 107 */ /* Separator */
/* 108 */ /* Slider Controls */
/* 109 */ .slider-pages { -moz-transition:1s all; -webkit-transition:1s all; transition:1s all; opacity:0.8; }
/* 110 */ .slider-pages { position:absolute; text-align:center; bottom:10px; right:0; left:0; z-index:9999; }
/* 111 */ .slider-pages span { display:inline-block; overflow:hidden; border:1px solid #fff; color:transparent; margin:0 5px; padding-top:6px; width:40px; height:8px; cursor:pointer; border-radius:2px; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }
/* 112 */ .slider-pages .cycle-pager-active { background:#fff; -moz-transition:0.4s all; -webkit-transition:0.4s all; transition:0.4s all; }
/* 113 */ /* Transitions */
/* 114 */ .slider-slides .slide-body .slide-title { -moz-transform:translateX(60px); -webkit-transform:translateX(60px); transform:translateX(60px); -moz-transition:1.5s all; -webkit-transition:1.5s all; transition:1.5s all; }
/* 115 */ .slider-slides .slide-body .slide-content { -moz-transform:translateX(60px); -webkit-transform:translateX(60px); transform:translateX(60px); opacity:0; -moz-transition:2s all; -webkit-transition:2s all; transition:2s all; }
/* 116 */ .slider-slides .slide-body .slide-link { -moz-transform:translateX(60px); -webkit-transform:translateX(60px); transform:translateX(60px); opacity:0; -moz-transition:2.5s all; -webkit-transition:2.5s all; transition:2.5s all; }
/* 117 */ .slider-slides .slide-right .slide-title { -moz-transform:translateX(-60px); -webkit-transform:translateX(-60px); transform:translateX(-60px); -moz-transition:1.5s all; -webkit-transition:1.5s all; transition:1.5s all; }
/* 118 */ .slider-slides .slide-right .slide-content,
/* 119 */ .slider-slides .slide-right .slide-link { -moz-transform:translateX(-60px); -webkit-transform:translateX(-60px); transform:translateX(-60px); }
/* 120 */ .slider-slides .slide-center .slide-title { -moz-transform:translateY(-40px); -webkit-transform:translateY(-40px); transform:translateY(-40px); -moz-transition:1.5s all; -webkit-transition:1.5s all; transition:1.5s all; }
/* 121 */ .slider-slides .slide-center .slide-content,
/* 122 */ .slider-slides .slide-center .slide-link { -moz-transform:translateY(40px); -webkit-transform:translateY(40px); transform:translateY(40px); }
/* 123 */ .slider-slides .cycle-slide-active .slide-title,
/* 124 */ .slider-slides .cycle-slide-active .slide-content,
/* 125 */ .slider-slides .cycle-slide-active .slide-link { -moz-transform:none; -webkit-transform:none; transform:none; opacity:1; }
/* 126 */ 
/* 127 */ 
/* 128 */ /* BREADCRUMBS */
/* 129 */ .breadcrumb { margin:20px 0 0; }
/* 130 */ .breadcrumb-separator{ position:relative; padding-right:15px; margin-right:10px; }
/* 131 */ .breadcrumb-separator:before { display:block; position:absolute; top:50%; right:0; list-style:none; font-family:'fontawesome'; content:'\f105'; font-size:14px; color:#bbb; margin-top:-7px; line-height:1; }
/* 132 */ .breadcrumb-separator { }
/* 133 */ .breadcrumb-link :first-child{}
/* 134 */ .breadcrumb-link :hover{}
/* 135 */ .breadcrumb-title{}
/* 136 */ 
/* 137 */ 
/* 138 */ /* PAGE BANNERS AND TITLES */
/* 139 */ .banner { overflow:hidden; padding:0; margin:0; max-height:500px; }
/* 140 */ .banner img { display:block; width:100%; height:auto; line-height:0; padding:0; margin:0; }
/* 141 */ .pagetitle { padding:0; padding:60px 0; margin:0; background-position:center; background-size:cover; text-shadow:0 0 3px rgba(0,0,0,0.3); }
/* 142 */ .pagetitle .pagetitle-title { margin:0; }
/* 143 */ 
/* 144 */ 
/* 145 */ /* HOMEPAGE TAGLINE */
/* 146 */ .tagline { padding:40px 0; font-size:1.3em; text-align:center; margin:0 0 40px; }
/* 147 */ .tagline-content { padding:0 10%; }
/* 148 */ 
/* 149 */ /* SECTION HEADINGS */
/* 150 */ .section-heading { margin:0 0 40px; text-align:center; font-size:2em; line-height:1.2; }

/* style.css */

/* 151 */ 
/* 152 */ 
/* 153 */ /* HOMEPAGE FEATURES */
/* 154 */ .features { margin:40px 0 0; }
/* 155 */ .features .feature { margin-bottom:40px; }
/* 156 */ .features .feature .feature-image { display:block; position:relative; width:120px; height:120px; margin:0 auto 20px; border-radius:3px; overflow:hidden; }
/* 157 */ .features .feature .feature-icon { position:absolute; top:0; font-family:'fontawesome'; text-align:center; width:120px; height:120px; color:#fff; margin:0 auto 20px; font-size:50px; z-index:99; line-height:120px; }
/* 158 */ .features .feature img { display:block; line-height:0; width:100%; height:auto; }
/* 159 */ .features .feature .feature-title { position:relative; font-size:1.3em; text-align:center; margin-top:0.5em; padding-bottom:15px; margin-bottom:15px; }
/* 160 */ .features .feature .feature-title:before { position:absolute; content:' '; background:#ddd; height:1px; width:30px; bottom:0; left:50%; margin-left:-15px;  }
/* 161 */ .features .feature .feature-content { clear:both; text-align:center; }
/* 162 */ /* Hover effect */
/* 163 */ .features .feature a.feature-image img { -moz-transition:0.3s all; -webkit-transition:0.3s all; transition:0.3s all; }
/* 164 */ .features .feature a.feature-image:hover img { -moz-transform:scale(1.4); -webkit-transform:scale(1.4); transform:scale(1.4); }
/* 165 */ 
/* 166 */ 
/* 167 */ /* PAGE CONTENT */
/* 168 */ .main { }
/* 169 */ 
/* 170 */ 
/* 171 */ /* SIDEBARS */
/* 172 */ .widget { overflow:hidden; margin:0 0 30px; }
/* 173 */ .widget-title { position:relative; padding-bottom:15px; margin-bottom:15px; }
/* 174 */ .widget-title:before { position:absolute; content:' '; background:#ddd; height:1px; width:30px; bottom:0; left:0; }
/* 175 */ .widget ul li { position:relative; padding:0 0 0 20px; margin:0 0 8px; }
/* 176 */ .widget ul li:before { display:block; position:absolute; top:1em; left:0; font-family:'fontawesome'; content:'\f105'; font-size:10px; color:#bbb; margin-top:-7px; line-height:1.6; }
/* 177 */ 
/* 178 */ 
/* 179 */ /* FOOTER */
/* 180 */ .subfooter { overflow:hidden; padding:60px 0 0;  }
/* 181 */ .footer {  overflow:hidden; padding:30px 0; clear:both; color:#aaa; text-align:center; text-transform:uppercase; }
/* 182 */ 
/* 183 */ 
/* 184 */ /* --------------------------------------------------------------
/* 185 *| 3. NAVIGATION
/* 186 *| -------------------------------------------------------------- */
/* 187 */ 
/* 188 */ 
/* 189 */ /* MENU ITEMS */
/* 190 */ .menu-item.menu-highlight > a, 
/* 191 */ .menu-main .menu-highlight.current_page_ancestor > a, 
/* 192 */ .menu-main .menu-highlight.current-menu-item > a { border-radius:0; }
/* 193 */ 
/* 194 */ 
/* 195 */ /* TOP MENU */
/* 196 */ .topmenu { float:left; }
/* 197 */ 
/* 198 */ 
/* 199 */ /* MAIN MENU */
/* 200 */ .menu-main { padding-top:0; float:right; border-right:1px solid #eee; }

/* style.css */

/* 201 */ /* Menu Elements */
/* 202 */ .menu-main > li,
/* 203 */ .menu-main > ul > li { border-left:1px solid #eee; border-radius:0; }
/* 204 */ .menu-main li a { padding:30px 10px; font-size:1em; color:#777; }
/* 205 */ .menu-main li a .menu-description { text-transform:uppercase; }
/* 206 */ .menu-main li:hover > a, 
/* 207 */ .menu-main li a:hover { }
/* 208 */ /* Current item highlight both normally and on hover */
/* 209 */ .menu-main .current-menu-ancestor > a, 
/* 210 */ .menu-main .current-menu-item > a { position:relative; background:rgba(0,0,0,0.02); color:#89ce40; }
/* 211 */ .menu-main .current-menu-ancestor > a:before, 
/* 212 */ .menu-main > .current-menu-item > a:before { position:absolute; display:block; content:' '; top:0; left:0; width:100%; height:4px; background:#89ce40; }
/* 213 */ .menu-main .current_page_ancestor > a:hover, 
/* 214 */ .menu-main .current-menu-item > a:hover { }
/* 215 */ /* Children Elements */
/* 216 */ .menu-main .has-children:before { color:#ccc; content:'\f0d7'; font-size:10px; }
/* 217 */ .menu-main li ul { margin:0; background:#fff; box-shadow:inset 0 10px 3px -8px rgba(0,0,0,0.2), 0 2px 2px 0px rgba(0,0,0,0.2); }
/* 218 */ .menu-main li ul li a { text-transform:none; padding:8px 10px; }
/* 219 */ .menu-main li ul li:hover > a, 
/* 220 */ .menu-main li ul li a:hover { background-color:none; }
/* 221 */ 
/* 222 */ 
/* 223 */ /* MOBILE MENU */
/* 224 */ .menu-mobile-open { margin-top:10px; }
/* 225 */ .menu-mobile-close:before, .menu-mobile-close:after { height:1px; }
/* 226 */ .menu-mobile { right:0; top:100%; opacity:1; -moz-transition:0.8s all cubic-bezier(.35,1,.60,.97); -webkit-transition:0.8s all cubic-bezier(.35,1,.60,.97); transition:0.8s all cubic-bezier(.35,1,.60,.97); }
/* 227 */ .menu-mobile > li { border-top:1px solid #eee; }
/* 228 */ .menu-mobile > li:first-child { border-top:none; }
/* 229 */ .menu-mobile-active .menu-mobile { top:0; }
/* 230 */ 
/* 231 */ 
/* 232 */ /* FOOTER MENU */
/* 233 */ .footermenu { position:relative; margin:0 0 20px; }
/* 234 */ .footermenu:before { position:absolute; content:' '; background:#aaa; background:rgba(255,255,255,0.5); height:1px; width:60px; bottom:0; left:50%; margin-left:-30px; }
/* 235 */ .menu-footer { text-align:center; }
/* 236 */ .menu-footer li { text-align:left; margin-left:30px; }
/* 237 */ .menu-footer li:first-child { margin-left:0; }
/* 238 */ .menu-footer li a { font-weight:bold; }
/* 239 */ .menu-footer li ul li a { text-transform:none; font-weight:normal; font-size:0.9em; }
/* 240 */ 
/* 241 */ 
/* 242 */ /* SUBMENU NAVIGATION */
/* 243 */ .menu-sub { }
/* 244 */ .menu-sub li { }
/* 245 */ .menu-sub li a { margin-bottom:15px; }
/* 246 */ 
/* 247 */ 
/* 248 */ /* PORTFOLIO NAVIGATION */
/* 249 */ .menu-portfolio { overflow:hidden; margin:0 0 30px; padding:0; text-align:center; }
/* 250 */ .menu-portfolio .menu-item { display:inline-block; padding:10px 15px; border:1px solid #ddd; background:#fff; border-radius:2px; margin:0 10px; }

/* style.css */

/* 251 */ .menu-portfolio .menu-item:hover { text-decoration:none; opacity:0.9; }
/* 252 */ 
/* 253 */ 
/* 254 */ /* NEXT/PREV POST NAVIGATION */
/* 255 */ .navigation { }
/* 256 */ .navigation .nav-prev,
/* 257 */ .navigation .nav-next { padding:0 30px; }
/* 258 */ .navigation .nav-prev:before { display:block; position:absolute; top:50%; left:0; list-style:none; font-family:'fontawesome'; content:'\f104'; font-size:30px; color:#999; margin-top:-15px; line-height:30px; }
/* 259 */ .navigation .nav-next:before { display:block; position:absolute; top:50%; right:0; list-style:none; font-family:'fontawesome'; content:'\f105'; font-size:30px; color:#999; margin-top:-15px; line-height:30px; }
/* 260 */ 
/* 261 */ 
/* 262 */ /* NUMBERED PAGINATION */
/* 263 */ .pagination span, 
/* 264 */ .pagination a { border-radius:3px; }
/* 265 */ .pagination .current { background:#89ce40; }
/* 266 */ 
/* 267 */ 
/* 268 */ /* NUMBERED PAGINATION FOR SINGLE POSTS */
/* 269 */ .postpagination span { }
/* 270 */ .postpagination a span { }
/* 271 */ 
/* 272 */ 
/* 273 */ /* --------------------------------------------------------------
/* 274 *| 4. POSTS & PAGES
/* 275 *| -------------------------------------------------------------- */
/* 276 */ 
/* 277 */ /* POSTS */
/* 278 */ .post  { margin:0 0 50px; }
/* 279 */ .post .post-image { width:100%; margin:0 0 20px; }
/* 280 */ .post .post-image img { display:block; margin:0; line-height:0em; width:100%; height:auto; border-radius:2px; }
/* 281 */ .post .post-body { }
/* 282 */ .post .post-title { padding:0; margin:0 0 10px 0; }
/* 283 */ .post .post-title a { color:inherit; }
/* 284 */ .post .post-byline { overflow:hidden; text-transform:uppercase; padding:0; font-size:0.9em; border-bottom:1px solid #eee; margin-bottom:15px; }
/* 285 */ .post .post-byline div { float:left; padding-right:25px; margin-bottom:15px; }
/* 286 */ .post .post-byline .post-comments { float:right; padding:0; }
/* 287 */ .post .post-tags { display:block; margin:0 0 30px 0; }
/* 288 */ .post .post-tags a { display:inline-block; padding:5px 10px; margin-right:10px; border:1px solid #ddd; }
/* 289 */ .post .post-content { padding:0; margin:0 0 25px 0; }
/* 290 */ .post .post-content p:last-child { margin-bottom:0; }
/* 291 */ .post .post-readmore { display:inline-block; margin:0 0; padding:10px 15px; border:1px solid #ddd; }
/* 292 */ 
/* 293 */ 
/* 294 */ /* AUTHOR BIOS */
/* 295 */ .author-info { clear:both; padding:0; margin:0 0 30px; }
/* 296 */ .author-info .author-image { float:left; margin:0; width:80px; border-radius:3px; }
/* 297 */ .author-info .author-image img { display:block; line-height:0; margin:0; border-radius:3px; }
/* 298 */ .author-info .author-body { margin-left:100px; }
/* 299 */ .author-info .author-name { position:relative; margin:0 0 10px; padding:0 0 10px; }
/* 300 */ .author-info .author-name:before { position:absolute; content:' '; background:#ddd; height:1px; width:30px; bottom:0; left:0; }

/* style.css */

/* 301 */ .author-info .author-description { margin:0 0 10px; }
/* 302 */ .author-info .author-social { margin:0 0 0; }
/* 303 */ .author-info .author-social a { margin-right:15px; }
/* 304 */ 
/* 305 */ 
/* 306 */ /* INDIVIDUAL PORTFOLIO ITEMS */
/* 307 */ .cpo_portfolio .portfolio-media { margin:0 0 30px; }
/* 308 */ .cpo_portfolio .portfolio-image { text-align:center; }
/* 309 */ .cpo_portfolio .portfolio-details { padding-left:5%; margin-bottom:30px; padding:15px 30px 30px; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; border-radius:2px; }
/* 310 */ .cpo_portfolio .portfolio-details div { margin:15px 0 0; border-top:1px solid #fff; padding:15px 0 0 30px; position:relative; }
/* 311 */ .cpo_portfolio .portfolio-details p:last-child { margin:0; }
/* 312 */ .cpo_portfolio .portfolio-details div:first-child { margin:0; border-top:none; }
/* 313 */ .cpo_portfolio .portfolio-details .details-icon { position:absolute; display:block; width:15px; margin-top:1px; font-size:1.3em; text-align:center; left:0; top:17px; }
/* 314 */ .cpo_portfolio .portfolio-content { }
/* 315 */ 
/* 316 */ 
/* 317 */ /* PORTFOLIO SHOWCASE */
/* 318 */ .portfolio { clear:both; padding:0 0 40px; }
/* 319 */ .portfolio-heading { margin:0; padding:30px 0; font-size:1.2em; text-align:center; }
/* 320 */ .portfolio-content { overflow:hidden; }
/* 321 */ .portfolio-item { display:block; overflow:hidden; position:relative; padding:0; margin:0; }
/* 322 */ .portfolio-home .portfolio-item { margin:0; }
/* 323 */ .portfolio-item img { display:block; width:100%; margin:0 auto; height:auto; line-height:0; -moz-transition:0.3s all; -webkit-transition:0.3s all; transition:0.3s all; }
/* 324 */ .portfolio-item-image { display:block; overflow:hidden; position:relative; }
/* 325 */ .portfolio-item .portfolio-item-overlay { opacity:0; background:rgba(0,0,0,0.1); position:absolute; top:0; bottom:0; left:0; right:0; -moz-transition:0.3s all; -webkit-transition:0.3s all; transition:0.3s all; z-index:998; }
/* 326 */ .portfolio-item .portfolio-item-content { opacity:0; position:absolute; bottom:0; left:0; right:0; font-size:0.9em; padding:20px; color:#fff; text-shadow:0 1px 3px #111; -moz-transition:0.3s all; -webkit-transition:0.3s all; transition:0.3s all; z-index:999; }
/* 327 */ .portfolio-item .portfolio-item-title { position:relative; margin-bottom:15px; padding-bottom:15px; }
/* 328 */ .portfolio-item .portfolio-item-title:before { position:absolute; content:' '; background:#ddd; height:1px; width:30px; bottom:0; left:0; }
/* 329 */ .portfolio-item .portfolio-item-description {  }
/* 330 */ .portfolio-item .portfolio-item-description p:last-child { margin-bottom:0; }
/* 331 */ .portfolio-item a:hover { text-decoration:none; }
/* 332 */ .portfolio-item:hover .portfolio-item-overlay,
/* 333 */ .portfolio-item:hover .portfolio-item-content { opacity:1; }
/* 334 */ 
/* 335 */ 
/* 336 */ /* SERVICES */
/* 337 */ .services { clear:both; padding:0 0 20px; }
/* 338 */ .services-heading { margin:0 10% 30px; text-align:center; }
/* 339 */ .service { display:block; overflow:hidden; position:relative; padding:0; margin:0 0 40px; }
/* 340 */ .service .service-image { display:block; overflow:hidden; position:relative; }
/* 341 */ .service .service-image img { display:block; width:100%; margin:0 auto; height:auto; line-height:0; -moz-transition:0.3s all; -webkit-transition:0.3s all; transition:0.3s all; }
/* 342 */ .service .service-content { background:rgba(0,0,0,0.05); padding:20px; }
/* 343 */ .service .service-title { margin:0; }
/* 344 */ .service .service-title a { color:inherit; }
/* 345 */ .service .service-icon { position:absolute; top:50%; left:50%; font-family:'fontawesome'; text-align:center; width:60px; height:60px; color:#fff; margin:-30px 0 0 -30px; font-size:50px; z-index:99; line-height:60px; }
/* 346 */ .service .service-description { position:relative; margin-top:15px; padding-top:15px; }
/* 347 */ .service .service-description:before { position:absolute; content:' '; background:#bbb; height:1px; width:30px; top:0; left:0; }
/* 348 */ .service .service-description p:last-child { margin-bottom:0; }
/* 349 */ .service a:hover { text-decoration:none; }
/* 350 */ 

/* style.css */

/* 351 */ 
/* 352 */ /* --------------------------------------------------------------
/* 353 *| 5. COMMENTS
/* 354 *| -------------------------------------------------------------- */
/* 355 */ 
/* 356 */ 
/* 357 */ /* COMMENTS */
/* 358 */ .comments { clear:both; margin:0; }
/* 359 */ .commentlist { list-style:none; padding:0; margin:0 0 30px; }
/* 360 */ .comment { overflow:hidden; list-style:none; margin:0 0 10px; padding:0; }
/* 361 */ .comment .comment-avatar { float:left; border-radius:3px; }
/* 362 */ .comment .comment-avatar img { border-radius:3px; }
/* 363 */ .comment .comment-title { position:relative; padding:0 0 10px; margin:0 0 10px 70px; }
/* 364 */ .comment .comment-title:before { position:absolute; content:' '; background:#ddd; height:1px; width:30px; bottom:0; left:0; }
/* 365 */ .comment .comment-author { display:block; font-size:1.3em; line-height:1.1; }
/* 366 */ .comment .comment-date { font-size:0.9em; }
/* 367 */ .comment .comment-approval { display:block; padding:0 10px 0; margin:0; }
/* 368 */ .comment .comment-content { margin:10px 0 30px 70px; padding:0; }
/* 369 */ .comment .comment-options { overflow:hidden; float:right; text-align:right; padding:0; border:1px solid #ddd; border-radius:2px; font-size:0.9em; }
/* 370 */ .comment .comment-options a { display:inline-block; padding:5px 10px; border-left:1px solid #ddd; }
/* 371 */ .comment .comment-options a:first-child { border:none; }
/* 372 */ .comment .comment-options a:hover { text-decoration:none; opacity:0.6; }
/* 373 */ .comment .comment-options .comment-reply-link:before { font-family:'fontawesome'; content:'\f112'; margin-right:10px; }
/* 374 */ 
/* 375 */ /* Contents Styling for Comment Body */
/* 376 */ .comment .comment-content ul, .comment .comment-content ol { margin-bottom:18px; }
/* 377 */ .comment .comment-content p:last-child { margin-bottom:6px; }
/* 378 */ .comment .comment-content blockquote p:last-child { margin-bottom:24px; }
/* 379 */ /* Nested Comments */
/* 380 */ .comment .children { list-style:none; margin:0 0 0 50px; }
/* 381 */ /* Pingbacks & Trackbacks */
/* 382 */ .comments ol.pinglist { margin:0; }
/* 383 */ .comments .pingback { list-style:none; margin:0 0 10px 0; }
/* 384 */ .comments .pingback .url { font-style:italic; }
/* 385 */ 
/* 386 */ 
/* 387 */ /* COMMENT FORM */
/* 388 */ .comment-respond { margin:30px 0; position:relative; }
/* 389 */ .commentlist .comment-respond { padding:20px 20px 0; margin:0 0 30px; background:#fff; border:1px solid #ddd; }
/* 390 */ .commentlist .comment-respond:before { display:block; position:absolute; left:15px; top:-8px; width:0; height:0;  content:' '; border-bottom:8px solid #fff; border-left:12px solid transparent; border-right:12px solid transparent; z-index:9999; }
/* 391 */ .commentlist .comment-respond:after { display:block; position:absolute; left:15px; top:-9px; width:0; height:0;  content:' '; border-bottom:8px solid #ddd; border-left:12px solid transparent; border-right:12px solid transparent; z-index:9998; }
/* 392 */ .comment-respond p { overflow:hidden; }
/* 393 */ /* Fields */
/* 394 */ .comment-respond .comment-notes { display:none; }
/* 395 */ .comment-respond .required { color:#ff4b33; }
/* 396 */ .comment-respond label{ display:block; padding:5px 0; }
/* 397 */ .comment-respond textarea{ height:200px; max-height:400px; min-height:200px; resize:vertical; }
/* 398 */ /* Nested Form */
/* 399 */ #cancel-comment-reply-link { float:right; display:block; font-size:0.9em; }
/* 400 */ #cancel-comment-reply-link:before { font-family:'fontawesome'; content:'\f00d'; margin-right:10px; }

/* style.css */

/* 401 */ /* Allowed Tags */
/* 402 */ .comment-respond .form-allowed-tags { display:none; color:#888; font-size:0.9em; }
/* 403 */ .comment-respond .form-allowed-tags code { display:block; font-size:0.9em; }
/* 404 */ .comment-respond .form-submit { }
/* 405 */ 
/* 406 */ 
/* 407 */ /* --------------------------------------------------------------
/* 408 *| RESPONSIVE STYLES
/* 409 *| -------------------------------------------------------------- */
/* 410 */ 
/* 411 */ 
/* 412 */ /* LARGE SCREENS */
/* 413 */ @media screen and (min-width: 1280px){}
/* 414 */ 
/* 415 */ 
/* 416 */ /* TABLET SCREENS (LANDSCAPE) */
/* 417 */ @media screen and (max-width: 1024px){}
/* 418 */ 
/* 419 */ 
/* 420 */ /* TABLET PORTRAIT */
/* 421 */ @media screen and (max-width: 800px){
/* 422 */     
/* 423 */ 	.header .logo { float:left; }
/* 424 */ 	
/* 425 */ 	.pagetitle .pagetitle-title { float:none; font-size:2em; }
/* 426 */ 	.breadcrumb { float:none; }
/* 427 */ }
/* 428 */ 
/* 429 */ 
/* 430 */ /* SMARTPHONE */
/* 431 */ @media only screen and (max-width: 600px){
/* 432 */ 	
/* 433 */ 	.topmenu { display:none; }
/* 434 */ 	
/* 435 */ 	.social { float:left; }
/* 436 */ 	
/* 437 */ 	/* NAVIGATION */
/* 438 */ 	.menu-top { text-align:center;  }
/* 439 */ 	.menu-top li { display:inline-block; }
/* 440 */ 	.menu-top li a { margin:0 auto; }
/* 441 */ 	
/* 442 */ 	.footermenu { float:none; }
/* 443 */ 	.menu-footer li a { margin:0 10px 10px 0; }
/* 444 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/coldfixusa/public_html/beta
currentDir : /home/coldfixusa/public_html/beta/wp-content/themes/transcend-child/css

*/

/* jquery.fancybox.css */

/* 1   */ @charset "UTF-8";
/* 2   */ .fancybox-enabled {
/* 3   */   overflow: hidden; }
/* 4   */ 
/* 5   */ .fancybox-enabled body {
/* 6   */   overflow: visible;
/* 7   */   height: 100%; }
/* 8   */ 
/* 9   */ .fancybox-container {
/* 10  */   position: fixed;
/* 11  */   top: 0;
/* 12  */   left: 0;
/* 13  */   width: 100%;
/* 14  */   height: 100%;
/* 15  */   z-index: 99993;
/* 16  */   -webkit-backface-visibility: hidden;
/* 17  */   backface-visibility: hidden; }
/* 18  */ 
/* 19  */ /* Make sure that the first one is on the top */
/* 20  */ .fancybox-container ~ .fancybox-container {
/* 21  */   z-index: 99992; }
/* 22  */ 
/* 23  */ .fancybox-bg {
/* 24  */   position: absolute;
/* 25  */   top: 0;
/* 26  */   right: 0;
/* 27  */   bottom: 0;
/* 28  */   left: 0;
/* 29  */   background: #0f0f11;
/* 30  */   opacity: 0;
/* 31  */   transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
/* 32  */   -webkit-backface-visibility: hidden;
/* 33  */   backface-visibility: hidden; }
/* 34  */ 
/* 35  */ .fancybox-container--ready .fancybox-bg {
/* 36  */   opacity: 0.87;
/* 37  */   transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }
/* 38  */ 
/* 39  */ .fancybox-controls {
/* 40  */   position: absolute;
/* 41  */   top: 0;
/* 42  */   left: 0;
/* 43  */   right: 0;
/* 44  */   text-align: center;
/* 45  */   opacity: 0;
/* 46  */   z-index: 99994;
/* 47  */   transition: opacity .2s;
/* 48  */   pointer-events: none;
/* 49  */   -webkit-backface-visibility: hidden;
/* 50  */   backface-visibility: hidden;

/* jquery.fancybox.css */

/* 51  */   direction: ltr; }
/* 52  */ 
/* 53  */ .fancybox-show-controls .fancybox-controls {
/* 54  */   opacity: 1; }
/* 55  */ 
/* 56  */ .fancybox-infobar {
/* 57  */   display: none; }
/* 58  */ 
/* 59  */ .fancybox-show-infobar .fancybox-infobar {
/* 60  */   display: inline-block;
/* 61  */   pointer-events: all; }
/* 62  */ 
/* 63  */ .fancybox-infobar__body {
/* 64  */   display: inline-block;
/* 65  */   width: 70px;
/* 66  */   line-height: 44px;
/* 67  */   font-size: 13px;
/* 68  */   font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
/* 69  */   text-align: center;
/* 70  */   color: #ddd;
/* 71  */   background-color: rgba(30, 30, 30, 0.7);
/* 72  */   pointer-events: none;
/* 73  */   -webkit-user-select: none;
/* 74  */   -moz-user-select: none;
/* 75  */   -ms-user-select: none;
/* 76  */   user-select: none;
/* 77  */   -webkit-touch-callout: none;
/* 78  */   -webkit-tap-highlight-color: transparent;
/* 79  */   -webkit-font-smoothing: subpixel-antialiased; }
/* 80  */ 
/* 81  */ .fancybox-buttons {
/* 82  */   position: absolute;
/* 83  */   top: 0;
/* 84  */   right: 0;
/* 85  */   display: none;
/* 86  */   pointer-events: all; }
/* 87  */ 
/* 88  */ .fancybox-show-buttons .fancybox-buttons {
/* 89  */   display: block; }
/* 90  */ 
/* 91  */ .fancybox-slider-wrap {
/* 92  */   overflow: hidden;
/* 93  */   direction: ltr; }
/* 94  */ 
/* 95  */ .fancybox-slider-wrap,
/* 96  */ .fancybox-slider {
/* 97  */   position: absolute;
/* 98  */   top: 0;
/* 99  */   left: 0;
/* 100 */   bottom: 0;

/* jquery.fancybox.css */

/* 101 */   right: 0;
/* 102 */   padding: 0;
/* 103 */   margin: 0;
/* 104 */   z-index: 99993;
/* 105 */   -webkit-backface-visibility: hidden;
/* 106 */   backface-visibility: hidden;
/* 107 */   -webkit-tap-highlight-color: transparent; }
/* 108 */ 
/* 109 */ .fancybox-slide {
/* 110 */   position: absolute;
/* 111 */   top: 0;
/* 112 */   left: 0;
/* 113 */   width: 100%;
/* 114 */   height: 100%;
/* 115 */   margin: 0;
/* 116 */   padding: 0;
/* 117 */   overflow: auto;
/* 118 */   outline: none;
/* 119 */   white-space: normal;
/* 120 */   box-sizing: border-box;
/* 121 */   text-align: center;
/* 122 */   z-index: 99994;
/* 123 */   -webkit-overflow-scrolling: touch; }
/* 124 */ 
/* 125 */ .fancybox-slide::before {
/* 126 */   content: '';
/* 127 */   display: inline-block;
/* 128 */   vertical-align: middle;
/* 129 */   height: 100%;
/* 130 */   width: 0; }
/* 131 */ 
/* 132 */ .fancybox-slide > * {
/* 133 */   display: inline-block;
/* 134 */   position: relative;
/* 135 */   padding: 24px;
/* 136 */   margin: 44px 0 44px;
/* 137 */   border-width: 0;
/* 138 */   vertical-align: middle;
/* 139 */   text-align: left;
/* 140 */   background-color: #fff;
/* 141 */   overflow: auto;
/* 142 */   box-sizing: border-box; }
/* 143 */ 
/* 144 */ .fancybox-slide--image {
/* 145 */   overflow: hidden; }
/* 146 */ 
/* 147 */ .fancybox-slide--image::before {
/* 148 */   display: none; }
/* 149 */ 
/* 150 */ .fancybox-content {

/* jquery.fancybox.css */

/* 151 */   display: inline-block;
/* 152 */   position: relative;
/* 153 */   margin: 44px auto;
/* 154 */   padding: 0;
/* 155 */   border: 0;
/* 156 */   width: 80%;
/* 157 */   height: calc(100% - 88px);
/* 158 */   vertical-align: middle;
/* 159 */   line-height: normal;
/* 160 */   text-align: left;
/* 161 */   white-space: normal;
/* 162 */   outline: none;
/* 163 */   font-size: 16px;
/* 164 */   font-family: Arial, sans-serif;
/* 165 */   box-sizing: border-box;
/* 166 */   -webkit-tap-highlight-color: transparent;
/* 167 */   -webkit-overflow-scrolling: touch; }
/* 168 */ 
/* 169 */ .fancybox-iframe {
/* 170 */   display: block;
/* 171 */   margin: 0;
/* 172 */   padding: 0;
/* 173 */   border: 0;
/* 174 */   width: 100%;
/* 175 */   height: 100%;
/* 176 */   background: #fff; }
/* 177 */ 
/* 178 */ .fancybox-slide--video .fancybox-content,
/* 179 */ .fancybox-slide--video .fancybox-iframe {
/* 180 */   background: transparent; }
/* 181 */ 
/* 182 */ .fancybox-placeholder {
/* 183 */   position: absolute;
/* 184 */   top: 0;
/* 185 */   left: 0;
/* 186 */   margin: 0;
/* 187 */   padding: 0;
/* 188 */   border: 0;
/* 189 */   z-index: 99995;
/* 190 */   background: transparent;
/* 191 */   cursor: default;
/* 192 */   overflow: visible;
/* 193 */   -webkit-transform-origin: top left;
/* 194 */   -ms-transform-origin: top left;
/* 195 */   transform-origin: top left;
/* 196 */   background-size: 100% 100%;
/* 197 */   background-repeat: no-repeat;
/* 198 */   -webkit-backface-visibility: hidden;
/* 199 */   backface-visibility: hidden; }
/* 200 */ 

/* jquery.fancybox.css */

/* 201 */ .fancybox-image,
/* 202 */ .fancybox-spaceball {
/* 203 */   position: absolute;
/* 204 */   top: 0;
/* 205 */   left: 0;
/* 206 */   width: 100%;
/* 207 */   height: 100%;
/* 208 */   margin: 0;
/* 209 */   padding: 0;
/* 210 */   border: 0;
/* 211 */   max-width: none;
/* 212 */   max-height: none;
/* 213 */   background: transparent;
/* 214 */   background-size: 100% 100%; }
/* 215 */ 
/* 216 */ .fancybox-controls--canzoomOut .fancybox-placeholder {
/* 217 */   cursor: -webkit-zoom-out;
/* 218 */   cursor: zoom-out; }
/* 219 */ 
/* 220 */ .fancybox-controls--canzoomIn .fancybox-placeholder {
/* 221 */   cursor: -webkit-zoom-in;
/* 222 */   cursor: zoom-in; }
/* 223 */ 
/* 224 */ .fancybox-controls--canGrab .fancybox-placeholder {
/* 225 */   cursor: -webkit-grab;
/* 226 */   cursor: grab; }
/* 227 */ 
/* 228 */ .fancybox-controls--isGrabbing .fancybox-placeholder {
/* 229 */   cursor: -webkit-grabbing;
/* 230 */   cursor: grabbing; }
/* 231 */ 
/* 232 */ .fancybox-spaceball {
/* 233 */   z-index: 1; }
/* 234 */ 
/* 235 */ .fancybox-tmp {
/* 236 */   position: absolute;
/* 237 */   top: -9999px;
/* 238 */   left: -9999px;
/* 239 */   visibility: hidden; }
/* 240 */ 
/* 241 */ .fancybox-error {
/* 242 */   position: absolute;
/* 243 */   margin: 0;
/* 244 */   padding: 40px;
/* 245 */   top: 50%;
/* 246 */   left: 50%;
/* 247 */   width: 380px;
/* 248 */   max-width: 100%;
/* 249 */   -webkit-transform: translate(-50%, -50%);
/* 250 */   -ms-transform: translate(-50%, -50%);

/* jquery.fancybox.css */

/* 251 */   transform: translate(-50%, -50%);
/* 252 */   background: #fff;
/* 253 */   cursor: default; }
/* 254 */ 
/* 255 */ .fancybox-error p {
/* 256 */   margin: 0;
/* 257 */   padding: 0;
/* 258 */   color: #444;
/* 259 */   font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }
/* 260 */ 
/* 261 */ .fancybox-close-small {
/* 262 */   position: absolute;
/* 263 */   top: 0;
/* 264 */   right: 0;
/* 265 */   width: 44px;
/* 266 */   height: 44px;
/* 267 */   padding: 0;
/* 268 */   margin: 0;
/* 269 */   border: 0;
/* 270 */   border-radius: 0;
/* 271 */   outline: none;
/* 272 */   background: transparent;
/* 273 */   z-index: 10; }
/* 274 */ 
/* 275 */ .fancybox-close-small:after {
/* 276 */   content: '×';
/* 277 */   position: absolute;
/* 278 */   top: 5px;
/* 279 */   right: 5px;
/* 280 */   width: 30px;
/* 281 */   height: 30px;
/* 282 */   font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
/* 283 */   color: #888;
/* 284 */   font-weight: 300;
/* 285 */   text-align: center;
/* 286 */   border-radius: 50%;
/* 287 */   border-width: 0;
/* 288 */   cursor: pointer;
/* 289 */   background: #fff;
/* 290 */   transition: background .2s;
/* 291 */   box-sizing: border-box;
/* 292 */   z-index: 2; }
/* 293 */ 
/* 294 */ .fancybox-close-small:focus:after {
/* 295 */   outline: 1px dotted #888; }
/* 296 */ 
/* 297 */ .fancybox-slide--video .fancybox-close-small {
/* 298 */   top: -36px;
/* 299 */   right: -36px;
/* 300 */   background: transparent; }

/* jquery.fancybox.css */

/* 301 */ 
/* 302 */ .fancybox-close-small:hover:after {
/* 303 */   color: #555;
/* 304 */   background: #eee; }
/* 305 */ 
/* 306 */ /* Caption */
/* 307 */ .fancybox-caption-wrap {
/* 308 */   position: absolute;
/* 309 */   bottom: 0;
/* 310 */   left: 0;
/* 311 */   right: 0;
/* 312 */   padding: 60px 30px 0 30px;
/* 313 */   z-index: 99998;
/* 314 */   -webkit-backface-visibility: hidden;
/* 315 */   backface-visibility: hidden;
/* 316 */   box-sizing: border-box;
/* 317 */   background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
/* 318 */   opacity: 0;
/* 319 */   transition: opacity .2s;
/* 320 */   pointer-events: none; }
/* 321 */ 
/* 322 */ .fancybox-show-caption .fancybox-caption-wrap {
/* 323 */   opacity: 1; }
/* 324 */ 
/* 325 */ .fancybox-caption {
/* 326 */   padding: 30px 0;
/* 327 */   border-top: 1px solid rgba(255, 255, 255, 0.4);
/* 328 */   font-size: 14px;
/* 329 */   font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
/* 330 */   color: #fff;
/* 331 */   line-height: 20px;
/* 332 */   -webkit-text-size-adjust: none; }
/* 333 */ 
/* 334 */ .fancybox-caption a,
/* 335 */ .fancybox-caption button {
/* 336 */   pointer-events: all; }
/* 337 */ 
/* 338 */ .fancybox-caption a {
/* 339 */   color: #fff;
/* 340 */   text-decoration: underline; }
/* 341 */ 
/* 342 */ /* Buttons */
/* 343 */ .fancybox-button {
/* 344 */   display: inline-block;
/* 345 */   position: relative;
/* 346 */   width: 44px;
/* 347 */   height: 44px;
/* 348 */   line-height: 44px;
/* 349 */   margin: 0;
/* 350 */   padding: 0;

/* jquery.fancybox.css */

/* 351 */   border: 0;
/* 352 */   border-radius: 0;
/* 353 */   cursor: pointer;
/* 354 */   background: transparent;
/* 355 */   color: #fff;
/* 356 */   box-sizing: border-box;
/* 357 */   vertical-align: top;
/* 358 */   outline: none; }
/* 359 */ 
/* 360 */ .fancybox-button--disabled {
/* 361 */   cursor: default;
/* 362 */   pointer-events: none; }
/* 363 */ 
/* 364 */ .fancybox-infobar__body, .fancybox-button {
/* 365 */   background: rgba(30, 30, 30, 0.6); }
/* 366 */ 
/* 367 */ .fancybox-button:hover {
/* 368 */   background: rgba(0, 0, 0, 0.8); }
/* 369 */ 
/* 370 */ .fancybox-button::before,
/* 371 */ .fancybox-button::after {
/* 372 */   content: '';
/* 373 */   pointer-events: none;
/* 374 */   position: absolute;
/* 375 */   border-color: #fff;
/* 376 */   background-color: currentColor;
/* 377 */   color: currentColor;
/* 378 */   opacity: 0.9;
/* 379 */   box-sizing: border-box;
/* 380 */   display: inline-block; }
/* 381 */ 
/* 382 */ .fancybox-button--disabled::before,
/* 383 */ .fancybox-button--disabled::after {
/* 384 */   opacity: 0.5; }
/* 385 */ 
/* 386 */ .fancybox-button--left::after {
/* 387 */   left: 20px;
/* 388 */   top: 18px;
/* 389 */   width: 6px;
/* 390 */   height: 6px;
/* 391 */   background: transparent;
/* 392 */   border-top: solid 2px currentColor;
/* 393 */   border-right: solid 2px currentColor;
/* 394 */   -webkit-transform: rotate(-135deg);
/* 395 */   -ms-transform: rotate(-135deg);
/* 396 */   transform: rotate(-135deg); }
/* 397 */ 
/* 398 */ .fancybox-button--right::after {
/* 399 */   right: 20px;
/* 400 */   top: 18px;

/* jquery.fancybox.css */

/* 401 */   width: 6px;
/* 402 */   height: 6px;
/* 403 */   background: transparent;
/* 404 */   border-top: solid 2px currentColor;
/* 405 */   border-right: solid 2px currentColor;
/* 406 */   -webkit-transform: rotate(45deg);
/* 407 */   -ms-transform: rotate(45deg);
/* 408 */   transform: rotate(45deg); }
/* 409 */ 
/* 410 */ .fancybox-button--left {
/* 411 */   border-bottom-left-radius: 5px; }
/* 412 */ 
/* 413 */ .fancybox-button--right {
/* 414 */   border-bottom-right-radius: 5px; }
/* 415 */ 
/* 416 */ .fancybox-button--close {
/* 417 */   float: right; }
/* 418 */ 
/* 419 */ .fancybox-button--close::before, .fancybox-button--close::after {
/* 420 */   content: '';
/* 421 */   display: inline-block;
/* 422 */   position: absolute;
/* 423 */   height: 2px;
/* 424 */   width: 16px;
/* 425 */   top: calc(50% - 1px);
/* 426 */   left: calc(50% - 8px); }
/* 427 */ 
/* 428 */ .fancybox-button--close::before {
/* 429 */   -webkit-transform: rotate(45deg);
/* 430 */   -ms-transform: rotate(45deg);
/* 431 */   transform: rotate(45deg); }
/* 432 */ 
/* 433 */ .fancybox-button--close::after {
/* 434 */   -webkit-transform: rotate(-45deg);
/* 435 */   -ms-transform: rotate(-45deg);
/* 436 */   transform: rotate(-45deg); }
/* 437 */ 
/* 438 */ /* Loading spinner */
/* 439 */ .fancybox-loading {
/* 440 */   border: 6px solid rgba(100, 100, 100, 0.4);
/* 441 */   border-top: 6px solid rgba(255, 255, 255, 0.6);
/* 442 */   border-radius: 100%;
/* 443 */   height: 50px;
/* 444 */   width: 50px;
/* 445 */   -webkit-animation: fancybox-rotate .8s infinite linear;
/* 446 */   animation: fancybox-rotate .8s infinite linear;
/* 447 */   background: transparent;
/* 448 */   position: absolute;
/* 449 */   top: 50%;
/* 450 */   left: 50%;

/* jquery.fancybox.css */

/* 451 */   margin-top: -25px;
/* 452 */   margin-left: -25px;
/* 453 */   z-index: 99999; }
/* 454 */ 
/* 455 */ @-webkit-keyframes fancybox-rotate {
/* 456 */   from {
/* 457 */     -webkit-transform: rotate(0deg);
/* 458 */     transform: rotate(0deg); }
/* 459 */   to {
/* 460 */     -webkit-transform: rotate(359deg);
/* 461 */     transform: rotate(359deg); } }
/* 462 */ 
/* 463 */ @keyframes fancybox-rotate {
/* 464 */   from {
/* 465 */     -webkit-transform: rotate(0deg);
/* 466 */     transform: rotate(0deg); }
/* 467 */   to {
/* 468 */     -webkit-transform: rotate(359deg);
/* 469 */     transform: rotate(359deg); } }
/* 470 */ 
/* 471 */ /* Styling for Small-Screen Devices */
/* 472 */ @media all and (max-width: 800px) {
/* 473 */   .fancybox-controls {
/* 474 */     text-align: left; }
/* 475 */   .fancybox-button--left,
/* 476 */   .fancybox-button--right,
/* 477 */   .fancybox-buttons button:not(.fancybox-button--close) {
/* 478 */     display: none !important; }
/* 479 */   .fancybox-caption {
/* 480 */     padding: 20px 0;
/* 481 */     margin: 0; } }
/* 482 */ 
/* 483 */ /* Fullscreen  */
/* 484 */ .fancybox-button--fullscreen::before {
/* 485 */   width: 15px;
/* 486 */   height: 11px;
/* 487 */   left: 15px;
/* 488 */   top: 16px;
/* 489 */   border: 2px solid;
/* 490 */   background: none; }
/* 491 */ 
/* 492 */ /* Slideshow button */
/* 493 */ .fancybox-button--play::before {
/* 494 */   top: 16px;
/* 495 */   left: 18px;
/* 496 */   width: 0;
/* 497 */   height: 0;
/* 498 */   border-top: 6px inset transparent;
/* 499 */   border-bottom: 6px inset transparent;
/* 500 */   border-left: 10px solid;

/* jquery.fancybox.css */

/* 501 */   border-radius: 1px;
/* 502 */   background: transparent; }
/* 503 */ 
/* 504 */ .fancybox-button--pause::before {
/* 505 */   top: 16px;
/* 506 */   left: 18px;
/* 507 */   width: 7px;
/* 508 */   height: 11px;
/* 509 */   border-style: solid;
/* 510 */   border-width: 0 2px 0 2px;
/* 511 */   background: transparent; }
/* 512 */ 
/* 513 */ /* Thumbs */
/* 514 */ .fancybox-button--thumbs span {
/* 515 */   font-size: 23px; }
/* 516 */ 
/* 517 */ .fancybox-button--thumbs::before {
/* 518 */   top: 20px;
/* 519 */   left: 21px;
/* 520 */   width: 3px;
/* 521 */   height: 3px;
/* 522 */   box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }
/* 523 */ 
/* 524 */ .fancybox-container--thumbs .fancybox-controls,
/* 525 */ .fancybox-container--thumbs .fancybox-slider-wrap,
/* 526 */ .fancybox-container--thumbs .fancybox-caption-wrap {
/* 527 */   right: 220px; }
/* 528 */ 
/* 529 */ .fancybox-thumbs {
/* 530 */   position: absolute;
/* 531 */   top: 0;
/* 532 */   right: 0;
/* 533 */   bottom: 0;
/* 534 */   left: auto;
/* 535 */   width: 220px;
/* 536 */   margin: 0;
/* 537 */   padding: 5px 5px 0 0;
/* 538 */   background: #fff;
/* 539 */   z-index: 99993;
/* 540 */   word-break: normal;
/* 541 */   -webkit-overflow-scrolling: touch;
/* 542 */   -webkit-tap-highlight-color: transparent;
/* 543 */   box-sizing: border-box; }
/* 544 */ 
/* 545 */ .fancybox-thumbs > ul {
/* 546 */   list-style: none;
/* 547 */   position: absolute;
/* 548 */   position: relative;
/* 549 */   width: 100%;
/* 550 */   height: 100%;

/* jquery.fancybox.css */

/* 551 */   margin: 0;
/* 552 */   padding: 0;
/* 553 */   overflow-x: hidden;
/* 554 */   overflow-y: auto;
/* 555 */   font-size: 0; }
/* 556 */ 
/* 557 */ .fancybox-thumbs > ul > li {
/* 558 */   float: left;
/* 559 */   overflow: hidden;
/* 560 */   max-width: 50%;
/* 561 */   padding: 0;
/* 562 */   margin: 0;
/* 563 */   width: 105px;
/* 564 */   height: 75px;
/* 565 */   position: relative;
/* 566 */   cursor: pointer;
/* 567 */   outline: none;
/* 568 */   border: 5px solid #fff;
/* 569 */   border-top-width: 0;
/* 570 */   border-right-width: 0;
/* 571 */   -webkit-tap-highlight-color: transparent;
/* 572 */   -webkit-backface-visibility: hidden;
/* 573 */   backface-visibility: hidden;
/* 574 */   box-sizing: border-box; }
/* 575 */ 
/* 576 */ li.fancybox-thumbs-loading {
/* 577 */   background: rgba(0, 0, 0, 0.1); }
/* 578 */ 
/* 579 */ .fancybox-thumbs > ul > li > img {
/* 580 */   position: absolute;
/* 581 */   top: 0;
/* 582 */   left: 0;
/* 583 */   min-width: 100%;
/* 584 */   min-height: 100%;
/* 585 */   max-width: none;
/* 586 */   max-height: none;
/* 587 */   -webkit-touch-callout: none;
/* 588 */   -webkit-user-select: none;
/* 589 */   -moz-user-select: none;
/* 590 */   -ms-user-select: none;
/* 591 */   user-select: none; }
/* 592 */ 
/* 593 */ .fancybox-thumbs > ul > li:before {
/* 594 */   content: '';
/* 595 */   position: absolute;
/* 596 */   top: 0;
/* 597 */   right: 0;
/* 598 */   bottom: 0;
/* 599 */   left: 0;
/* 600 */   border-radius: 2px;

/* jquery.fancybox.css */

/* 601 */   border: 4px solid #4ea7f9;
/* 602 */   z-index: 99991;
/* 603 */   opacity: 0;
/* 604 */   transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
/* 605 */ 
/* 606 */ .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
/* 607 */   opacity: 1; }
/* 608 */ 
/* 609 */ /* Styling for Small-Screen Devices */
/* 610 */ @media all and (max-width: 800px) {
/* 611 */   .fancybox-thumbs {
/* 612 */     display: none !important; }
/* 613 */   .fancybox-container--thumbs .fancybox-controls,
/* 614 */   .fancybox-container--thumbs .fancybox-slider-wrap,
/* 615 */   .fancybox-container--thumbs .fancybox-caption-wrap {
/* 616 */     right: 0; } }
/* 617 */ 
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/coldfixusa/public_html/beta
currentDir : /home/coldfixusa/public_html/beta/wp-content/themes/transcend/core/css

file-relative URI  : ../fonts/fontawesome-webfont.eot?v=4.3.0
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend/core/css/../fonts/fontawesome-webfont.eot?v=4.3.0
docroot stripped   : /wp-content/themes/transcend/core/css/../fonts/fontawesome-webfont.eot?v=4.3.0
traversals removed : /wp-content/themes/transcend/core/fonts/fontawesome-webfont.eot?v=4.3.0

file-relative URI  : ../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend/core/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0
docroot stripped   : /wp-content/themes/transcend/core/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0
traversals removed : /wp-content/themes/transcend/core/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0

file-relative URI  : ../fonts/fontawesome-webfont.woff2?v=4.3.0
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend/core/css/../fonts/fontawesome-webfont.woff2?v=4.3.0
docroot stripped   : /wp-content/themes/transcend/core/css/../fonts/fontawesome-webfont.woff2?v=4.3.0
traversals removed : /wp-content/themes/transcend/core/fonts/fontawesome-webfont.woff2?v=4.3.0

file-relative URI  : ../fonts/fontawesome-webfont.woff?v=4.3.0
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend/core/css/../fonts/fontawesome-webfont.woff?v=4.3.0
docroot stripped   : /wp-content/themes/transcend/core/css/../fonts/fontawesome-webfont.woff?v=4.3.0
traversals removed : /wp-content/themes/transcend/core/fonts/fontawesome-webfont.woff?v=4.3.0

file-relative URI  : ../fonts/fontawesome-webfont.ttf?v=4.3.0
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend/core/css/../fonts/fontawesome-webfont.ttf?v=4.3.0
docroot stripped   : /wp-content/themes/transcend/core/css/../fonts/fontawesome-webfont.ttf?v=4.3.0
traversals removed : /wp-content/themes/transcend/core/fonts/fontawesome-webfont.ttf?v=4.3.0

file-relative URI  : ../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular
path prepended     : /home/coldfixusa/public_html/beta/wp-content/themes/transcend/core/css/../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular
docroot stripped   : /wp-content/themes/transcend/core/css/../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular
traversals removed : /wp-content/themes/transcend/core/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular

*/

/* icon-fontawesome.css */

/* 1  */ /*!
/* 2  *|  *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
/* 3  *|  *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
/* 4  *|  */
/* 5  */ @font-face{
/* 6  */ 	font-family:'fontawesome';
/* 7  */ 	src:url('/wp-content/themes/transcend/core/fonts/fontawesome-webfont.eot?v=4.3.0');
/* 8  */ 	src:url('/wp-content/themes/transcend/core/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),
/* 9  */ 	url('/wp-content/themes/transcend/core/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),
/* 10 */ 	url('/wp-content/themes/transcend/core/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),
/* 11 */ 	url('/wp-content/themes/transcend/core/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),
/* 12 */ 	url('/wp-content/themes/transcend/core/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
/* 13 */ 	font-weight:normal;
/* 14 */ 	font-style:normal;
/* 15 */ }
