
/* shortcodes.css */

/* 1   */ /*----------------------------------------------------------
/* 2   *| 
/* 3   *| Description: 	Themedy shortcode CSS (front end).
/* 4   *| Version:		1.1
/* 5   *| 
/* 6   *| ----------------------------------------------------------*/
/* 7   */ 
/* 8   */ /***** Dividers ************/
/* 9   */ .th-sc-hr { border-bottom: 1px solid #e6e6e6; }
/* 10  */ .th-sc-hr, .th-sc-divider { clear: both; display: block; margin-bottom: 20px; padding-top: 0px; width: 100%; }
/* 11  */ .th-sc-divider.flat { padding: 0; margin: 0; }
/* 12  */ 
/* 13  */ /***** Custom Typography ************/
/* 14  */ span.dropcap { float: left; font-size: 2.8em; font-weight: bold; line-height:  .6em; margin: 5px 7px 0 0;position: relative; }
/* 15  */ span.th-highlight { background: #ffffaa; padding: 1px; }
/* 16  */ 
/* 17  */ /***** Social Links ************/
/* 18  */ .th-social.left { float: left; margin: 0 5px 5px 0; }
/* 19  */ .th-social.right { float: right; margin: 0 0 5px 5px; }
/* 20  */ 
/* 21  */ /***** Related Posts ************/
/* 22  */ .th-sc-related-posts li { clear: both; }
/* 23  */ 
/* 24  */ /***** Lists ************/
/* 25  */ 
/* 26  */ .th-list-check ul li { list-style: none !important; background: url(/wp-content/plugins/themedy-toolbox/compatibility/themedy-visual-designer/images/icon-check.png) 0 3px no-repeat; padding-left: 25px !important; }
/* 27  */ .th-list-alert ul li { list-style: none !important; background: url(/wp-content/plugins/themedy-toolbox/compatibility/themedy-visual-designer/images/icon-alert.png) 0 3px no-repeat; padding-left: 25px !important; }
/* 28  */ .th-list-rss ul li { list-style: none !important; background: url(/wp-content/plugins/themedy-toolbox/compatibility/themedy-visual-designer/images/icon-rss.png) 0 3px no-repeat; padding-left: 25px !important; }
/* 29  */ .th-list-arrow ul li { list-style: none !important; background: url(/wp-content/plugins/themedy-toolbox/compatibility/themedy-visual-designer/images/icon-right.png) 0 3px no-repeat; padding-left: 25px !important; }
/* 30  */ 
/* 31  */ /***** Quotes ************/
/* 32  */ 
/* 33  */ .th-quote {	 
/* 34  */ 	background: url(/wp-content/plugins/themedy-toolbox/compatibility/themedy-visual-designer/images/graphic-quote.png) no-repeat left 5px;
/* 35  */ 	padding-left: 60px;
/* 36  */ 	min-height: 40px;
/* 37  */ 	}
/* 38  */ 	
/* 39  */ .th-quote p {
/* 40  */ 	font-family: Georgia, "Times New Roman", Times, serif;
/* 41  */ 	font-style: italic;
/* 42  */ 	color: #999;
/* 43  */ 	}
/* 44  */ 	
/* 45  */ .th-quote.left { float: left; margin: 0 20px 20px 0; width: 30%; }
/* 46  */ .th-quote.right { float: right; margin: 0 0 20px 20px; width: 30%; }
/* 47  */ 
/* 48  */ /***** Columns ************/
/* 49  */ 
/* 50  */ .clear { clear: both; }

/* shortcodes.css */

/* 51  */ .twocol-one{width:48%;}
/* 52  */ .threecol-one{width:30.66%;}
/* 53  */ .threecol-two{width:65.33%;}
/* 54  */ .fourcol-one{width:22%;}
/* 55  */ .fourcol-two{width:48%;}
/* 56  */ .fourcol-three{width:74%;}
/* 57  */ .fivecol-one{width:16.8%;}
/* 58  */ .fivecol-two{width:37.6%;}
/* 59  */ .fivecol-three{width:58.4%;}
/* 60  */ .fivecol-four{width:67.2%;}
/* 61  */ .sixcol-one{width:13.33%;}
/* 62  */ .sixcol-two{width:30.66%;}
/* 63  */ .sixcol-three{width:47.99%;}
/* 64  */ .sixcol-four{width:65.33%;}
/* 65  */ .sixcol-five{width:82.67%;}
/* 66  */ .twocol-one,.threecol-one,.threecol-two,.fourcol-one,.fourcol-two,.fourcol-three,.fivecol-one,.fivecol-two,.fivecol-three,.fivecol-four,.sixcol-one,.sixcol-two,.sixcol-three,.sixcol-four,.sixcol-five{float:left;margin-right:4%;position:relative;}
/* 67  */ .last{clear:right;margin-right:0 !important;}
/* 68  */ 
/* 69  */ /***** Info Boxes *************/
/* 70  */ 
/* 71  */ #content .entry-content p.th-box, p.th-box, .th-box { 
/* 72  */ 	border-style: solid; 
/* 73  */ 	border-width: 1px; 
/* 74  */ 	color: #444;
/* 75  */ 	text-shadow: 1px 1px rgba(255,255,255,.3);
/* 76  */ 	padding: 10px 15px;
/* 77  */ 	margin-bottom: 20px;
/* 78  */ 	line-height: 20px;
/* 79  */ 	
/* 80  */ 	/*Border radius*/
/* 81  */ 	-webkit-border-radius: 3px;
/* 82  */ 	-moz-border-radius: 3px;
/* 83  */ 	border-radius: 3px;
/* 84  */ 	}
/* 85  */ 	
/* 86  */ .th-box.default { 
/* 87  */ 	background: #eee;
/* 88  */     border-color: #ccc;
/* 89  */ 	}
/* 90  */ 	
/* 91  */ .th-box.info { 
/* 92  */ 	background: url(/wp-content/plugins/themedy-toolbox/compatibility/themedy-visual-designer/images/icon-info.png) 15px 50% no-repeat #dbe3ff;
/* 93  */     border-color: #a2b4ee;
/* 94  */ 	padding-left: 45px !important;
/* 95  */ 	}
/* 96  */ 	
/* 97  */ .th-box.check { 
/* 98  */ 	background: url(/wp-content/plugins/themedy-toolbox/compatibility/themedy-visual-designer/images/icon-check.png) 15px 50% no-repeat #d5ffce;
/* 99  */     border-color: #9adf8f;
/* 100 */ 	padding-left: 45px !important;

/* shortcodes.css */

/* 101 */ 	}
/* 102 */ 	
/* 103 */ .th-box.note { 
/* 104 */ 	background: url(/wp-content/plugins/themedy-toolbox/compatibility/themedy-visual-designer/images/icon-note.png) 15px 50% no-repeat #fffbcc;
/* 105 */     border-color: #e6db55;
/* 106 */ 	padding-left: 45px !important;
/* 107 */ 	}
/* 108 */ 	
/* 109 */ .th-box.download { 
/* 110 */ 	background: url(/wp-content/plugins/themedy-toolbox/compatibility/themedy-visual-designer/images/icon-download.png) 15px 50% no-repeat #d5ffce;
/* 111 */     border-color: #9adf8f;
/* 112 */ 	padding-left: 45px !important;
/* 113 */ 	}
/* 114 */ 	
/* 115 */ .th-box.alert { 
/* 116 */ 	background: url(/wp-content/plugins/themedy-toolbox/compatibility/themedy-visual-designer/images/icon-alert.png) 15px 50% no-repeat #ffcece;
/* 117 */     border-color: #df8f8f;
/* 118 */ 	padding-left: 45px !important;
/* 119 */ 	}
/* 120 */ 	
/* 121 */ .th-box.rss { 
/* 122 */ 	background: url(/wp-content/plugins/themedy-toolbox/compatibility/themedy-visual-designer/images/icon-rss.png) 15px 50% no-repeat #fffbcc;
/* 123 */     border-color: #e6db55;
/* 124 */ 	padding-left: 45px !important;
/* 125 */ 	}
/* 126 */ 
/* 127 */ /***** Buttons *************/
/* 128 */ 
/* 129 */ a.th-button {
/* 130 */ 	font-family: sans-serif;
/* 131 */ 	display: inline-block;
/* 132 */ 	line-height: 20px;
/* 133 */ 	padding: 6px 13px;
/* 134 */ 	margin:0 10px 20px 0;
/* 135 */ 	border: 1px solid #4081af;
/* 136 */ 	border-bottom-color: #20559a;
/* 137 */ 	color: white !important;
/* 138 */ 	text-align: center;
/* 139 */ 	text-shadow: 0 -1px 0 hsla(0,0%,0%,.3);
/* 140 */ 	text-decoration: none !important;
/* 141 */ 	font-size: 14px;
/* 142 */ 	
/* 143 */ 	/*Border radius*/
/* 144 */ 	-webkit-border-radius: 2px;
/* 145 */ 	-moz-border-radius: 2px;
/* 146 */ 	border-radius: 2px;
/* 147 */ 	
/* 148 */ 	/*Background*/
/* 149 */ 	background-color: #237fd7; /*Fallback (blue)*/
/* 150 */ 	background: -webkit-gradient(linear, left top, left bottom, color-stop(.2, #52a8e8), color-stop(1, #2e76cf));

/* shortcodes.css */

/* 151 */ 	background: -moz-linear-gradient(center top, #52a8e8 20%, #2e76cf 100%);
/* 152 */ 	
/* 153 */ 	/*Box shadow*/
/* 154 */ 	-webkit-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, 
/* 155 */ 						inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 
/* 156 */ 						0 1px 1px hsla(0, 0%, 0%, .29) /*Shadow*/;
/* 157 */ 	-moz-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, 
/* 158 */ 					inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 
/* 159 */ 					0 1px 1px hsla(0, 0%, 0%, .29) /*Shadow*/;
/* 160 */ 	box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, 
/* 161 */ 				inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 
/* 162 */ 				1px 1px 1px hsla(0, 0%, 0%, .29) /*Shadow*/;
/* 163 */ }
/* 164 */ 
/* 165 */ a.th-button.small { padding:3px 10px; font-size:11px;}
/* 166 */ a.th-button.large { padding:7px 16px; font-size:18px;}
/* 167 */ a.th-button.xl { padding:9px 20px; font-size:22px;}
/* 168 */ 
/* 169 */ a.th-button:hover {
/* 170 */ 	text-decoration: none !important;
/* 171 */ 	/*Background*/
/* 172 */ 	background: #0073d2; /*Fallback (blue)*/
/* 173 */ 	background: -webkit-gradient(linear, left top, left bottom, color-stop(.2, #3e9ee5), color-stop(1, #1666ca));
/* 174 */ 	background: -moz-linear-gradient(center top, #3e9ee5 20%, #1666ca 100%);
/* 175 */ 	}
/* 176 */ 
/* 177 */ a.th-button:active,
/* 178 */ a.th-button.active  {
/* 179 */ 	border-color: #20559a;
/* 180 */ 	position: relative;
/* 181 */     top: 1px;
/* 182 */ 	}
/* 183 */ 
/* 184 */ a.th-button.dark span { color:#555; text-shadow:0 1px #fff;}
/* 185 */ a.th-button.custom:hover { opacity:0.85; }
/* 186 */ 
/* 187 */ a.th-button span { line-height:1.2em; min-height: 16px; }
/* 188 */ a.th-info span { background:url(/wp-content/plugins/themedy-toolbox/compatibility/themedy-visual-designer/images/icon-info.png) no-repeat 0 45%; padding-left:25px; display:block; }
/* 189 */ a.th-download span { background:url(/wp-content/plugins/themedy-toolbox/compatibility/themedy-visual-designer/images/icon-download.png) no-repeat 0 45%; padding-left:25px; display:block; }
/* 190 */ a.th-check span { background:url(/wp-content/plugins/themedy-toolbox/compatibility/themedy-visual-designer/images/icon-check.png) no-repeat 0 45%; padding-left:25px; display:block; }
/* 191 */ a.th-note span { background:url(/wp-content/plugins/themedy-toolbox/compatibility/themedy-visual-designer/images/icon-note.png) no-repeat 0 45%; padding-left:25px; display:block; }
/* 192 */ a.th-alert span { background:url(/wp-content/plugins/themedy-toolbox/compatibility/themedy-visual-designer/images/icon-alert.png) no-repeat 0 45%; padding-left:25px; display:block; }
/* 193 */ a.th-twitter span { background:url(/wp-content/plugins/themedy-toolbox/compatibility/themedy-visual-designer/images/icon-twitter.png) no-repeat 0 45%; padding-left:25px; display:block; }
/* 194 */ a.th-rss span { background:url(/wp-content/plugins/themedy-toolbox/compatibility/themedy-visual-designer/images/icon-rss.png) no-repeat 0 45%; padding-left:25px; display:block; }
/* 195 */ 
/* 196 */ a.th-button.red { 
/* 197 */ 	border-color: #af4040; border-bottom-color: #9a2020; background-color: #d72323;
/* 198 */ 	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #e85252),color-stop(1, #cf2e2e));
/* 199 */ 	background: -moz-linear-gradient(center top,#e85252 20%,#cf2e2e 100%);
/* 200 */ 	}

/* shortcodes.css */

/* 201 */ a.th-button.red:hover { 
/* 202 */ 	background: #d20000;
/* 203 */ 	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #e53e3e),color-stop(1, #ca1616));
/* 204 */ 	background: -moz-linear-gradient(center top,#e53e3e 20%,#ca1616 100%);
/* 205 */ 	}
/* 206 */ 
/* 207 */ a.th-button.orange { 
/* 208 */ 	border-color: #af7440; border-bottom-color: #9a5420; background-color: #d76b23;
/* 209 */ 	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #e88e52),color-stop(1, #cf6e2e));
/* 210 */ 	background: -moz-linear-gradient(center top,#e88e52 20%,#cf6e2e 100%);
/* 211 */ 	}
/* 212 */ a.th-button.orange:hover { 
/* 213 */ 	background: #d25e00;
/* 214 */ 	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #e57d3e),color-stop(1, #ca5116));
/* 215 */ 	background: -moz-linear-gradient(center top,#e57d3e 20%,#ca5116 100%);
/* 216 */ 	}
/* 217 */ 
/* 218 */ a.th-button.green { 
/* 219 */ 	border-color: #87bf00; border-bottom-color: #7ca122; background-color: #8dc11e;
/* 220 */ 	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #ace53e),color-stop(1, #8dca16));
/* 221 */ 	background: -moz-linear-gradient(center top,#ace53e 20%,#6bca16 100%);
/* 222 */ 	}
/* 223 */ a.th-button.green:hover { 
/* 224 */ 	background: #87c000;
/* 225 */ 	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #a0d53a),color-stop(1, #60b513));
/* 226 */ 	background: -moz-linear-gradient(center top,#a0d53a 20%,#60b513 100%);
/* 227 */ 	}
/* 228 */ 
/* 229 */ a.th-button.aqua { 
/* 230 */ 	border-color: #40af96; border-bottom-color: #209a82; background-color: #23d7af;
/* 231 */ 	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #52e8c6),color-stop(1, #2ecfab));
/* 232 */ 	background: -moz-linear-gradient(center top,#52e8c6 20%,#2ecfab 100%);
/* 233 */ 	}
/* 234 */ a.th-button.aqua:hover { 
/* 235 */ 	background: #00d2a8;
/* 236 */ 	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #3ee5c0),color-stop(1, #16ca9e));
/* 237 */ 	background: -moz-linear-gradient(center top,#3ee5c0 20%,#16ca9e 100%);
/* 238 */ 	}
/* 239 */ 
/* 240 */ a.th-button.teal { 
/* 241 */ 	border-color: #23a6d6; border-bottom-color: #20799a; background-color: #23abd7;
/* 242 */ 	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #52c3e8),color-stop(1, #2eabcf));
/* 243 */ 	background: -moz-linear-gradient(center top,#52c3e8 20%,#2eabcf 100%);
/* 244 */ 	}
/* 245 */ a.th-button.teal:hover { 
/* 246 */ 	background: #009ed2;
/* 247 */ 	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #3ebce5),color-stop(1, #16a2ca));
/* 248 */ 	background: -moz-linear-gradient(center top,#3ebce5 20%,#16a2ca 100%);
/* 249 */ 	}
/* 250 */ 

/* shortcodes.css */

/* 251 */ a.th-button.purple { 
/* 252 */ 	border-color: #234dd6; border-bottom-color: #20489a; background-color: #2356d7;
/* 253 */ 	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #526ee8),color-stop(1, #2e58cf));
/* 254 */ 	background: -moz-linear-gradient(center top,#526ee8 20%,#2e58cf 100%);
/* 255 */ 	}
/* 256 */ a.th-button.purple:hover { 
/* 257 */ 	background: #0036d2;
/* 258 */ 	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #3e5ae5),color-stop(1, #1638ca));
/* 259 */ 	background: -moz-linear-gradient(center top,#3e5ae5 20%,#1638ca 100%);
/* 260 */ 	}
/* 261 */ 
/* 262 */ a.th-button.pink { 
/* 263 */ 	border-color: #d623cb; border-bottom-color: #9a2096; background-color: #d723d5;
/* 264 */ 	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #e852e6),color-stop(1, #cd2ecf));
/* 265 */ 	background: -moz-linear-gradient(center top,#e852e6 20%,#cd2ecf 100%);
/* 266 */ 	}
/* 267 */ a.th-button.pink:hover { 
/* 268 */ 	background: #bc00d2;
/* 269 */ 	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #c83ee5),color-stop(1, #ae16ca));
/* 270 */ 	background: -moz-linear-gradient(center top,#c83ee5 20%,#ae16ca 100%);
/* 271 */ 	}
/* 272 */ 
/* 273 */ a.th-button.black { 
/* 274 */ 	color: #fff;
/* 275 */ 	border-color: #222; border-bottom-color: #000; background-color: #444;
/* 276 */ 	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #666),color-stop(1, #333));
/* 277 */ 	background: -moz-linear-gradient(center top,#666 20%,#333 100%);
/* 278 */ 	}
/* 279 */ a.th-button.black:hover { 
/* 280 */ 	background: #000;
/* 281 */ 	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #555),color-stop(1, #111));
/* 282 */ 	background: -moz-linear-gradient(center top,#555 20%,#111 100%);
/* 283 */ 	}
/* 284 */ 
/* 285 */ a.th-button.silver { 
/* 286 */ 	color: #444 !important;
/* 287 */ 	text-shadow:0 1px #fff;
/* 288 */ 	border-color: #bbb; border-bottom-color: #999; background-color: #d8d8d8;
/* 289 */ 	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #e9e9e9),color-stop(1, #ccc));
/* 290 */ 	background: -moz-linear-gradient(center top,#e9e9e9 20%,#ccc 100%);
/* 291 */ 	}
/* 292 */ a.th-button.silver:hover { 
/* 293 */ 	background: #ccc;
/* 294 */ 	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #e0e0e0),color-stop(1, #bebebe));
/* 295 */ 	background: -moz-linear-gradient(center top,#e0e0e0 20%,#bebebe 100%);
/* 296 */ 	}
/* 297 */ 
/* 298 */ /***** Media Queries *************/
/* 299 */ @media only screen and (max-width: 480px) {
/* 300 */ 

/* shortcodes.css */

/* 301 */ .twocol-one,.threecol-one,.threecol-two,.fourcol-one,.fourcol-two,.fourcol-three,.fivecol-one,.fivecol-two,.fivecol-three,.fivecol-four,.sixcol-one,.sixcol-two,.sixcol-three,.sixcol-four,.sixcol-five{
/* 302 */ 		width: 100%;
/* 303 */ 		float: none;
/* 304 */ 		padding-right: 0;
/* 305 */ 		padding-left: 0;
/* 306 */ 		margin: 0;
/* 307 */ 	}
/* 308 */ 
/* 309 */ }
